﻿html {
    height: auto;
}

form {
height: auto;
}

.Page {
height: auto;
}

iframe{
    border: none;
    width: 100%;
}

.modal-wrapper.send-documents .modal-content {
    max-height: 55vh;
    height: 160px;
}

.stepContentDiv .input.essential-data.email {
    width: 380px;
    border-color: transparent;
}

.stepContentDiv .input.essential-data.email:focus {
    width: 380px;
    border-color: #80e1c4;
}

html, body, form, .Page {
    height: auto !important;
    height: fit-content !important;
}

.tablet.landscape .ios_wrapper,
.tablet.portrait .ios_wrapper,
.phone.landscape .ios_wrapper,
.phone.portrait .ios_wrapper{
    flex-wrap: wrap;
    width: 100%;
}

.tablet.landscape .ios_wrapper .ios_column.left-column,
.tablet.portrait .ios_wrapper .ios_column.left-column,
.phone.landscape .ios_wrapper .ios_column.left-column,
.phone.portrait .ios_wrapper .ios_column.left-column{
    order: 0;
    height: fit-content;
    float: left;
    width: 100vw;
    /*padding-bottom: var(--space-m);*/
}

.tablet.landscape .ios_wrapper .ios_content,
.tablet.portrait .ios_wrapper .ios_content,
.phone.landscape .ios_wrapper .ios_content,
.phone.portrait .ios_wrapper .ios_content{
    order: 2;
}

.tablet.landscape .ios_wrapper .ios_column.right-column,
.tablet.portrait .ios_wrapper .ios_column.right-column,
.phone.landscape .ios_wrapper .ios_column.right-column,
.phone.portrait .ios_wrapper .ios_column.right-column{
    order: 1;
    width: 100vw;
}

.tablet.landscape .ios_wrapper .ios_column .additional-button,
.tablet.portrait .ios_wrapper .ios_column .additional-button,
.phone.landscape .ios_wrapper .ios_column .additional-button,
.phone.portrait .ios_wrapper .ios_column .additional-button{
    width: max-content;
    /*float: left;*/
    /*margin-left: var(--space-base);*/
    /*margin-top: var(--space-base);*/
}

.tablet.landscape .ios_column .right_action div,
.tablet.portrait .ios_column .right_action div,
.phone.landscape .ios_column .right_action div,
.phone.portrait .ios_column .right_action div{
    float: left;
}

.tablet.landscape .ios_column .right_action div div,
.tablet.portrait .ios_column .right_action div div,
.phone.landscape .ios_column .right_action div div,
.phone.portrait .ios_column .right_action div div{
    flex: 1;
}

