#system-preview-modal-wrapper {
    min-height: 100%;
    width:100%;
    max-width: 640px;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    right: unset;
    background-color: #fff;
    overflow-x: hidden;
    transform: translate(-100%);
    transition: transform .5s,opacity .5s;
    z-index: 1020;
    box-shadow: 0 20px 60px 0 rgb(35 68 90 / 17%);
    border-right: 5px solid #41b08c;
}

#system-preview-modal-wrapper.wide {
    max-width: initial;
    border-right: none!important;

}

#system-preview-modal-wrapper .system-preview-modal-loading {position: absolute; top:50%; right:50%;}

#system-preview-modal-wrapper .adjustment-btn {padding: 15px 0; color: #8d8a8a; margin-right:5%;}
#system-preview-modal-wrapper .adjustment-btn a {text-decoration: none; color: #8d8a8a;}

#system-preview-modal-wrapper .seperator {width:100%; border-top: 1px solid #e6e3e3; margin:15px 0;}
#system-preview-modal-wrapper .tabs-menu {margin:40px 0 30px 0; width:100%;}
#system-preview-modal-wrapper .content {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    width: 100%;
    margin-top: 10px;
    min-height: 300px;
}


#system-preview-modal-wrapper.opened {
    opacity: 1;
    transform: translate(0);
}

#system-preview-modal-wrapper .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    outline: 0;
    padding: 0;
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
    color: #91a1ac;
    border:0;
    background: transparent;
    font-size: 16px;
}


#system-preview-modal-wrapper .adjustment-btn {
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
    border:0;
    background: transparent;
    font-size: 16px;
}
#system-preview-modal-wrapper .adjustment-btn a{
    color: #91a1ac;
    text-decoration: none;
}

#system-preview-modal-wrapper .content .actions {
    margin-bottom: 30px;
}

#system-preview-modal-wrapper .content p {
    margin-bottom: 15px;
}

#system-preview-modal-wrapper .content input[type="checkbox"] {
    height: 15px!important;
    margin-left: 10px;
}
#system-preview-modal-wrapper .content .virtual-select-multi{
    border: 0;
    border-bottom: 1px solid #f3f3f3;
}
#system-preview-modal-wrapper .content input::placeholder {font-size: 14px!important;}

#client-focus-wrapper {width:100%; float: right; padding:0; margin: 20px 0;}
.client-focus-inner-wrapper {width:100%; float: right; padding:20px 0;}

.client-focus-inner-wrapper .title {
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0;
    margin:25px 0;
    padding:10px 0;
    line-height: 35px;
}
    .client-focus-inner-wrapper .sub-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    color: #607684;
    margin-bottom: 10px;
    padding:0;
}

.client-details-top {width:100%; float: right; margin-bottom:30px;background: #f6f7f8;}
.client-details-top .focus-field {width:50%; float: right; text-align: right; padding:10px; min-height: 80px;}
.client-details-top .focus-field .label{text-align: right; font-size: 15px; margin-bottom:10px;    color: initial; font-weight: initial;padding: initial}
.client-details-top .focus-field .value {font-weight: bold; text-align: right; font-size: 22px;margin-bottom:10px;}
.client-details-top .focus-field.focus-field-phone .value ,.client-details-top .focus-field.focus-field-email .value{ direction: ltr!important;}

.client-details-middle {width:100%; float: right; padding:10px; background: #f6f7f8;}
.client-details-middle .item{
    padding: 4px;
    border-bottom: 1px solid #e5ebee;
    font-size: 15px;
    width: 47%;
}
.client-details-middle .item:nth-child(odd) {margin: 0 0 15px 3%; float: right;}
.client-details-middle .item:nth-child(even) {margin: 0 3% 15px 0; float: left;}

.client-details-middle .item .title {color: #0d0d0d;  font-weight:normal; font-size: 15px; margin: 0; padding:0; line-height: 15px;}
.client-details-middle .item .value {color: #0d0d0d; font-weight: 300;}

.client-focus-inner-wrapper .submission-panel {margin-bottom:30px;}
.client-focus-inner-wrapper .client-banks-submission-wrapper{margin:50px 0 20px 0; width:100%; float: right; height: 100%;}
.client-focus-inner-wrapper .client-banks-submission-wrapper .bank-submission {margin-bottom:20px; width:100%; float: right; padding:5px 10px; background: #fff;  }
.client-focus-inner-wrapper .client-banks-submission-wrapper .bank-submission.example {display: none;}
.client-focus-inner-wrapper .detail {width:45%; float: right; border-bottom: 1px solid #e5ebee; font-size: 16px;  margin-bottom: 12px; margin-left:15px;}
.client-focus-inner-wrapper .detail label{    font-weight: bold;font-size: 14px;}
.client-focus-inner-wrapper .detail.note-wrapper {width:93%;}
.client-focus-inner-wrapper .detail.wide {width:100%;}
.client-focus-inner-wrapper .detail input, .client-focus-inner-wrapper .client-banks-submission-wrapper .bank-submission .detail select {width:100%!important; border: 0; outline:0; background: transparent; width: initial; text-align: right; font-size: 16px!important;}
.client-focus-inner-wrapper .detail .select2.select2-container {text-align:right; height: initial; border: 0; outline:0; background: transparent;}
.client-focus-inner-wrapper .detail .select2-container--default .select2-selection--single {border:0!important; height: initial; background: transparent;}
.client-focus-inner-wrapper .client-banks-submission-wrapper .bank-submission .remove { float:left;}
.client-focus-inner-wrapper .client-banks-submission-wrapper .bank-submission .last-modified {font-size: 13px; color: #b1abab; margin-top: 6px;}

.client-focus-inner-wrapper .preview-wrapper {width:100%; margin:20px 0;}
.client-focus-inner-wrapper .preview-wrapper iframe {width:100%; min-height: 500px; border:0; padding:10px;}




#system-preview-modal-wrapper .system-form .form-group {
    display: block;
    margin-bottom: 10px;
    float: right;
    width: 100%;
}
#system-preview-modal-wrapper .system-form .form-group label{
    line-height: 34px;
    font-weight: bold;
    padding-left:20px!important;
}

#system-preview-modal-wrapper .system-form .form-group .select2-container--default .select2-selection--single {
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #dcd9d9;
    outline: 0;
    background: transparent;
}
#system-preview-modal-wrapper .system-form .form-group input{
    width: 100%;
    outline: 0;
    padding-right: 4px;}
#system-preview-modal-wrapper .system-form .form-group input, #system-preview-modal-wrapper .system-form .form-group select {border: 0; border-bottom:1px solid #f3f3f3;}
.language_fake_wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.language_display {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-align: inherit;
}

.language_select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
