.fmbo-form-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 8px;
}

.fmbo-form-label {
    font-size: 14px;
    line-height: 3.50;
    padding: 0;
}

.fmbo-input:nth-child(1) label {
    width: 240px;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.fmbo-field-input {
    width: 100%;
    padding: 0;
}

.fmbo-field-input input {
    text-overflow: ellipsis;
    border: solid 1px #ced2d2;
    padding-top: 12px;
    height: 48px;
    border-radius: 60px;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: bold;
    color: #222939;
}

.fmbo-kunit-container {
    position: relative;
    width: 100%;
}

.fmbo-form-container .fmbo-input:nth-child(2) {
    width: 100%;
    position: relative;
}

.fmbo-form-container .fmbo-input:nth-child(2):has( > .select2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fmbo-form-container .select2-container {
    width: 100% !important;
    max-width: unset;
}

#smc-qt-bank-form {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin: auto;
}

#smc-qt-bank-form {
    width: 660px;
    height: 100vh;
    max-width: 660px;
    overflow-y: auto;
    background-color: #fff;
    overflow-x: hidden;
}

html:has( body #smc-qt-bank-form ) {
    background: #eaeaea;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

.fmbo-container {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}

.fmbo-header {
    padding: 16px 0px 0px 0px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: center;
}

.fmbo-header span > h6 {
    color: #4e5461;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.fmbo-header span:first-child {
    margin-right: 20px;
}

.fmbo-header span:first-child > h6 {
    font-weight: bold;
    text-transform: uppercase;
}

.fmbo-header span:first-child > h6::after {
    content: '';
    position: absolute;
    font-weight: 300;
    color: #63666b;
    height: 19px;
    width: 2px;
    margin-left: 10px;
    margin-top: 3px;
    background-color: #63666b;
}

.fmbo-content {
    margin-top: 12px;
}

.fmbo-step-title {
    display: flex;
    position: relative;
    align-items: center;
    padding-bottom: 8px;
}

.fmbo-step-number {
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    padding: 0 5px 1px;
    background-color: #caab72;
    border-radius: 20px;
}

.fmbo-step-number label {
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.fmbo-container .fmbo-step-info {
    font-size: 14px;
    line-height: 19.6px;
    white-space: normal;
    color: #222939;
    /* margin: 8px 0 16px 16px; */
}
.fmbo-input.icon-lock.c-ellipsis > input {
    padding-right: 36px;
    text-overflow: ellipsis;
}
.fmbo-container .bank-selection-note {
    font-size: 14px;
    line-height: 19.6px;
    white-space: normal;
    color: #A7A9B0;
    margin: 8px 16px 16px 16px;
}
.fmbo-qr {
    display: flex;
    position: relative;
    /* margin-top: 16px; */
}

.fmbo-qr-container {
    margin-right: 8px;
    display: flex;
}

.fmbo-qr-content {
    text-align: center;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 240px;
}

.fmbo-qr-content img {
    margin-bottom: 24px;
}

.fmbo-qr-content span {
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #222939;
    text-transform: uppercase;    
}

.fmbo-qr-content a#qrDownloadLink:hover{
    text-decoration: unset;
}

.fmbo-copymask-c {
    width: 100%;
}

.fmbo-copy-lbl {
    width: calc(100% - 8px);
    display: block;
}

.fmbo-copy-number {
    width: calc(100% - 8px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fmbo-copymask-ui .qd-copy-icon-container, .fmbo-copymask-ui .copy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fmbo-copymask-ui {
    padding: 8px 24px 8px 16px;
    border-radius: 8px;
    background-color: #f4f4f5;
    height: auto;
    min-height: 59px;
    margin-bottom: 8px;
    display: flex;
}

.fmbo-copymask-ui .qd-copy-status {
    color: #222939;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    border-radius: 4px;
    background-color: #e4f3ea;
    padding: 8px;
    opacity: 0.9;
    position: absolute;
    right: 54px;
    height: 33px;
    z-index: 100;
    display: none;
}

.fmbo-copy-content {
    width: 100%;
}

.fmbo-copy-lbl label {
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #7a7f88;
    text-transform: unset;
}

.fmbo-copy-number span {
    font-family: lato;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #383e4d;
    background: transparent;
    border: none;
    height: 22px;
    margin: 4px 0 0 0;
    padding: 0;
    text-transform: unset;
}

.fmbo-date {
    gap: 8px;
}

.fmbo-upload .c-input {
    display: flex;
}

.fmbo-upload .c-input label {
    width: 240px;
    margin-right: 8px;
}

.fmbo-upload .c-input > div:first-child {
    display: flex;
    align-items: center;
    height: 48px;
}

.fmbo-upload .upload-file {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.fmbo-upload div#xfileErrMsg {
    word-break: break-all;
}

.fmbo-upload .upload-container .upload-textbox {
    padding: 0;
    margin-right: 8px;
    flex: 1 0 33%;
}

.fmbo-upload .upload-container .upload-line {
    display: flex;
}

.fmbo-upload .upload-container .upload-line button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fmbo-upload button#custom-button {
    line-height: unset;
}

.fmbo-upload .upload-container .field-input input {
    width: 100%;
}

.fmbo-upload .field-info-success {
    order: 2;
    flex-basis: 100%;
}

.fmbo-form-container .fmbo-date .input-calendar{
    width: 50%;
}

.fmbo-divider {
    display: block;
    border-top: 1px solid #d3d4d7;
    margin-top: 24px;
}

.fmbo-divider.mb-24{
    margin-bottom: 24px;
}

.fmbo-container .preview-btn-group {
    margin-top: 24px;
    gap: 8px;
    margin-bottom: 30%;
}

.fmbo-container .preview-btn-group button.btn.btn-primary.btn-xs-block.default-btn.submit-button {
    margin: 0;
}

#qd-container-status #deposit__status, #smc-qt-bank-form .status-container {
    text-align: center;
}

/**custom scroll**/

#smc-qt-bank-form::-webkit-scrollbar {
    width: 8px;
    border: 2px solid red;
}

#smc-qt-bank-form::-webkit-scrollbar-button {
    border: 2px solid white;
    background: #ffffff;
}

#smc-qt-bank-form::-webkit-scrollbar-track {
    background: #f4f4f5;
}

#smc-qt-bank-form::-webkit-scrollbar-track-piece {
    border: 1px solid white;
    border-radius: 10px;
}

#smc-qt-bank-form::-webkit-scrollbar-thumb {
    background-color: #d3d4d7;
    border-radius: 10px;
    border: 1px solid #f4f4f5;
}
/**custom scroll - end**/

/**FOR PREVIEW PAGE**/
.fmbo-preview .preview-title-details {
    border-bottom: 1px dashed #90949c;
    margin: 0 0 16px;
}

.fmbo-preview .preview-title-details h5 {
    text-transform: uppercase;
    color: #4e5461;
    font-size: 16px;
}

.fmbo-preview .form-control[readonly], .fmbo-preview input#toAccountNameMasked,
.fmbo-preview input#toAccountNumberMasked, .fmbo-preview input#toAccountBankBranchMasked,
.fmbo-preview input#toBankDisplayText {
    background: transparent;
    background-image: none;
    border: none;
    text-overflow: ellipsis;
    font-weight: bold;
    padding: 0 !important;
    margin: 0;
    height: unset;
    border-radius: 0;
    color: #222939;
}

.fmbo-preview .col-form-label {
    line-height: unset;
    padding: 0;
}
.fmbo-preview .preview-btn-group {
    padding: 0 15px;
    width: 100%;
}
/**-- END FOR PREVIEW PAGE**/

/**FOR DEPOSIT TO DIFFERENT ACCOUNT**/
.fmbo-container .deposit-to-diff-act {
    font-weight: bold;
    padding-left: 16px;
}
.fmbo-container .diff-account-title, .fmbo-container .diff-account-title h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.fmbo-container .rv-form, .fmbo-container .rv-form-preview {
    display: flex;
    align-items: center;
}
.fmbo-container .rv-form input, .fmbo-container .form-control[readonly] {
    border: none;
    background-color: #e9eaeb;
    padding-right: 35px;
}
#qd-formpreview .form-control[readonly] {
    background: #fff;
}
.fmbo-diff-acc-preview .preview-title-details {
    border-bottom: 1px dashed #90949c;
    margin: 16px 0;
}
.fmbo-container input#toBankDisplayText {
    padding: 0 !important;
    margin: 0;
}
.rv-form-preview input#toAccountNameMasked, .rv-form-preview input#toAccountNumberMasked, .rv-form-preview input#toAccountBankBranchMasked {
    color: #222939;
    border-radius: unset;
    margin: 0;
    line-height: 1.25;
}

.deposit-to-diff-act p.col-form-label.text-danger {
    font-weight: bold;
}

.fmbo-preview .preview-title-details:first-child {
    margin-top: 0px;
}

/**--END FOR DEPOSIT TO DIFFERENT ACCOUNT**/

/*Satus page*/
#smc-qt-bank-form .deposit-status .box h5 {
    font-size: 14px;
    color: #222939;
    text-transform: unset;
}

#smc-qt-bank-form .deposit-primary-button > span {
    font-size: 14px;
    font-weight: bold;
}

/*FOR DATE TIME UI*/
.rv-date-time .fmbo-date{
    display: flex;
}
/*--end FOR DATE TIME UI*/

.c-content input:read-only {
    background-image: url(../../../images/m88/common/icon-lock-grey.svg);
}

#deposit__steps .tab-pane.new-preview-content {
    padding: 12px 0 30px 0;
}

.your-deposit-details label {
    font-size: 16px;
    font-weight: 700;
    color: #222939;
    margin: 0;
}

.c-content input.file-upload:read-only {
    background-image: unset;
}

.field-info-success {
    align-items: center;
    color: #5cb85c;
    font-weight: 700;
    position: relative;
    margin: 8px 0 0 32px;
}
.field-info-success::after{
    content: url('../../images/m88/icon/Icon Successful.svg');
    position: absolute;
    left: -24px;
    top: -2px;
    transform: scale(.8);
}

.fmbo-container .field-info-error {
    order: 1;
    margin-bottom: 0px;
}

.no-user-select {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
}