﻿@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700");

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"),local("MaterialIcons-Regular"),url(https://fonts.gstatic.com/s/materialicons/v19/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2")
}

body {
    background-color: #FDFEFF;
    /*height: 100%;*/
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: -1;
}

/* Container for video backgrounds */
.video-container {
    position: relative;
    overflow: hidden;
}

.bg-img {
    /*background-image: url(../images/bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /*overflow-x:scroll;*/
}
/*.bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);*/ /* Set the RGBA color with 50% opacity */
/*z-index: -1;
}*/

.mainPage {
    position: relative;
    z-index: 1;
    /*height: 100vh;*/
    min-height: 100vh;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;
    /*min-width: 1250px;*/ /*
    overflow-x: scroll;*/
}

    .mainPage .mainPageBox {
        /*height: 70%;*/
        border-radius: 15px;
        /*position: absolute;*/
        margin: 3% 15%;
        background: #FFFFFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*min-width: 960px;*/
        padding-top: 63px;
        padding-left: 100px;
        padding-right: 100px;
        box-shadow: 0px 3px 8px rgba(88,88,88, 0.5);
    }

    .mainPage .indexcontainer {
        background: #FFFFFF;
        padding: 100px;
        margin: 0% 15%;
        border-radius: 15px;
        padding-left: 200px;
        padding-right: 200px;
        box-shadow: 0px 3px 8px rgba(88,88,88, 0.5);
    }

p {
    margin: 0px;
    padding: 0px;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    opacity: 1;
}

.titletext {
    color: #494949;
    font-family: "RobotoSlab";
    font-size: 25px;
}

.subtitle {
    font-size: 20px;
}

.mainPage .indexcontainer .customertypeBtn {
    width: 310px;
    height: 130px;
    background: #F4F4F4;
    border-radius: 8px;
    border: none;
    margin: 5px 25px;
}

    .mainPage .indexcontainer .customertypeBtn:hover {
        background: #FFDC95
    }

.textbig {
    margin: 0px;
    color: rgba(0,0,0,1);
    font-family: "Open Sans";
    font-weight: 700;
}

.textsmall {
    margin: 0px;
    color: rgba(0,0,0,1);
    font-family: "Open Sans";
    font-weight: 300;
    letter-spacing: -0.5px;
}

.customertypetext {
    color: #E1E1E1;
    font-family: "RobotoSlab";
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 1.84px;
}

.accounttext {
    color: #8E8E8E;
    font-family: "RobotoSlab";
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 1.38px;
}

.customertypeimg {
    width: 100%;
    height: 250px;
}

.footer p {
    opacity: 1;
    color: rgba(133,133,133,1);
    font-family: "RobotoSlab";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 15px;
    white-space: pre-wrap;
    margin: 0px;
    padding: 0px;
}

.buttonrow {
    opacity: 1;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    width: 180px;
    height: 42px;
    margin: 10px;
    border-radius: 20px;
    border: none;
}

.backbtn {
    background-color: #AFAFAF;
}

.nextbtn {
    background-color: #FCAF18;
}

.col-5 {
    /*margin-top : 15%;*/
}

.bootstrap-select {
    box-shadow: none !important;
    /*border-bottom: 1px solid #ddd !important;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
        outline: none !important;
        border-bottom: 1px solid #000000 !important;
    }

    .bootstrap-select .bs-searchbox, .bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton {
        padding: 0 0 5px 0;
        border-bottom: 1px solid #e9e9e9
    }

        .bootstrap-select .bs-searchbox .form-control, .bootstrap-select .bs-actionsbox .form-control, .bootstrap-select .bs-donebutton .form-control {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            -ms-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            margin-left: 30px
        }

    .bootstrap-select .bs-searchbox {
        position: relative
    }

        .bootstrap-select .bs-searchbox:after {
            content: '\E8B6';
            font-family: 'Material Icons';
            position: absolute;
            top: 5px;
            left: 5px;
            font-size: 20px
        }

    .bootstrap-select ul.dropdown-menu {
        margin-top: 0 !important
    }

    .bootstrap-select .dropdown-menu li.selected a {
        background-color: #eee !important;
        color: #424242 !important
    }

    .bootstrap-select .dropdown-menu .active a {
        background-color: transparent;
        color: #212121 !important
    }

    .bootstrap-select .dropdown-menu .notify {
        background-color: #F44336 !important;
        color: #fff !important;
        border: none !important
    }

    .bootstrap-select.btn-group.show-tick > .btn {
        border-bottom: 1px solid #ddd;
        padding-left: 0;
    }

    .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
        margin-top: 9px
    }

    .bootstrap-select.btn-group.show-tick .dropdown-menu.inner {
        display: block
    }

/*.select2-container--default .select2-search--inline .select2-search__field, .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    font-family: "open sans";
    color: #000000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    left: auto;
    right: 5px;
    border-right: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 12px;
    padding-left: 8px;
    padding-right: 20px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 2px solid #fcaf18;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    padding-top: 24px;
    background-color: #fafafa;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 8px;
    padding-right: 20px;
}

.select2-dropdown {
    min-width: 130px;
    background-color: #ffffff;
    font-family: "open sans";
    font-size: 14px;
    box-shadow: 0px 2px 4px rgba(0,0,0, 0.5);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f1f1f1;
    color: #000000;
}

.select2-container--open .select2-dropdown--below {
    border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
    padding-top: 8px;
    padding-bottom: 8px;
}

    .select2-container--default .select2-results > .select2-results__options [type="checkbox"] + label {
        line-height: 27px;
    }

.select2-container--default .select2-results__option--selected {
    background-color: #ffffff;
}

.select2-results__option {
    padding-left: 16px;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "keyboard_arrow_down";
        font-family: 'material icons';
        font-weight: normal;
        font-size: 24px;
    }

.select2-selection--multiple:before {
    content: "keyboard_arrow_down";
    font-family: 'material icons';
    position: absolute;
    right: 3px;
    top: 26px;
    font-size: 24px;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #b4b4b4;
    border-radius: 1px;
    background-color: transparent;
    margin-right: 16px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    content: url(../images/icons/check_box_checked.svg);
    width: 20px;
    height: 20px;
    color: #fff;
    border: 0;
    display: inline-block;
    left: -2px;
}

.select2-single-select-dropdown .select2-results__option:before,
.select2-single-select-dropdown .select2-results__option[aria-selected=true]:before{
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    transform: translatey(-50%);
    top: 50%;
    right: 14px;
    line-height: 1;
}*/

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background: #FFDC95 !important;
}

.swal2-styled.swal2-confirm {
    border: thin !important;
    border-color: #565656 !important;
    color: #565656 !important;
    background-color: #FFFFFF !important;
    font-family: "Open Sans";
    font-size: 18px !important;
    font-weight: 600;
}

.swal2-styled.swal2-cancel {
    border: thin !important;
    border-color: #565656 !important;
    color: #565656 !important;
    background-color: #FFFFFF !important;
    font-family: "Open Sans";
    font-size: 18px !important;
    font-weight: 600;
}

.centeritem {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swal2-popup {
    width: 100vh !important;
}

.swal2-html-container {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    line-height: normal;
    text-align: center;
    /*word-wrap: break-word;*/
    font-family: "Open Sans";
}

.swal2-content {
    color: #000000 !important;
}

.inputmargin {
    margin: 10px !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    /*margin: 10px !important;*/
    border: none !important;
}

.textlabel {
    /*height: 28px;*/
    height: 100%;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #B4B4B4;
    font-weight: 400;
    /*background-color: #E0E0E0;*/
    /*padding: 0;
    margin-left: 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    display: flex;
    align-items: center;*/
    /*padding-left: 4px;
    padding-right: 4px;*/
    /*width: fit-content;
    text-align: center;*/
}

.contactno-label {
    padding-left: 25px !important;
}

.swal-modal {
    width: 100vh !important;
}

/*#msform fieldset {
    position: absolute;*/
/*width: 100%;
    margin: 0;
    padding: 0;
    border: 0;*/
/*}

#msform fieldset:not(:first-of-type) {
    display: none;
}*/

.row {
    margin: 16px;
}
/*.form-select {
    background-color: transparent;
    border: none;
    padding: 0;
}
.form-select:focus {
    outline: none;
    box-shadow: none;
}*/

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    outline: none !important;
    border: none !important;
}

.form-control, .form-control:focus {
    border: none;
    border-bottom: 1px solid #ced4da;
    /*placeholder :*/
}
/*.form-floating .form-control input:focus{
    border:none !important;
}*/
/*position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
transform-origin: 0 0;
transition: opacity .1s ease-in-out, transform .1s ease-in-out;*/
/*.form-floating .form-control:focus:not([readonly]) ~ label,
.form-floating .form-control:not(:focus):not([readonly]) ~ label {
    color: #495057;
    opacity: 1;
    top: 0;
}

.form-floating .form-control::-webkit-input-placeholder {
    color: #ced4da;
}

.form-floating .form-control:-ms-input-placeholder {
    color: #ced4da;
}

.form-floating .form-control::placeholder {
    color: #ced4da;
}*/
.form-floating .form-control:focus ~ label,
.form-floating .form-select:focus ~ label,
.select2-container--default.select2-container--focus ~ label {
    font-family: 'Open Sans' !important;
    /*font-size: 10px !important;*/
    color: #38364D !important;
    font-weight: 400 !important;
    /*margin-bottom:20px;*/
    /*padding: 1rem 0.75rem !important;*/
    height: 100% !important;
}

.select2-container--default.select2-container {
    /*height: 52.5px;*/
    /*border-bottom: 1px solid #ced4da;*/
}
/*.form-select option {
    border-bottom: 1px solid #ced4da;
}*/

/*#msformindividual, #msformindividual fieldset .form-card, #msformindividual fieldset {
    position: relative;
}
#msformindividual fieldset:not(:first-of-type) {
    display: none;
}*/
.select2-selection--multiple:before, .select2-selection--single:before {
    content: "keyboard_arrow_down";
    font-family: 'Material Icons';
    position: absolute;
    right: 3px;
    /*top: 26px;*/
    font-size: 24px;
    cursor: default;
}
/*.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "keyboard_arrow_down";
    font-family: 'Material Icons';
    font-weight: normal;
    font-size: 24px;
}*/
/*.form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label, .form-floating .form-select:focus ~ label {
    opacity: .65;
    transform: scale(.65) translateY(-0.5rem) translateX(0.15rem);
}*/

/*.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}*/
/*.select2-container .select2-selection--multiple {
    padding-top: 15px;
    height: calc(3.5rem + 0px);
    line-height: 1.25;
    padding-left: 1rem 0.75rem;
}*/
/*.form-control:after*/
/*padding-top: 15px;
height: calc(3.5rem + 2px);
line-height: 1.10;*/
/*.form-floating .form-control:focus ~ label, .form-floating .form-control:active ~ label
.form-floating .form-select:focus ~ label, .form-floating .form-select:active ~ label
.select2-container--default.select2-container--focus ~ label, select2-container--default--active ~ label */

.individual-formselect {
    padding-top: 18px;
    background-color: #F5F5F5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 0px;
}

    .individual-formselect > label {
        padding: 0.5rem 0.75rem;
        font-size: 18px;
        color: #38364D;
        height: auto;
    }

    .individual-formselect .select2-selection__choice {
        border-radius: 12.5px !important;
        border: none !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 14px;
    }

.select2-selection__choice__remove {
    float: right;
    margin-left: 5px /* I added to separate a little bit */
}

.individual-formselect .select2-container--default .select2-selection--multiple, .individual-formselect .select2-container--default .select2-selection--single {
    background-color: #F5F5F5;
}

.individual-formselect .select2-selection--single {
    padding-top: 10px;
}

    .individual-formselect .select2-selection--single:before {
        top: 0px;
    }

.individual-formselect .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: initial;
}

.individual-textbox {
    background-color: #F5F5F5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: auto !important;
    padding-top: 1.9rem !important;
}

    .individual-textbox:focus {
        background-color: #F5F5F5;
        box-shadow: none;
        padding-top: 1.9rem !important;
    }

.individual-formselect .select2-selection__arrow b {
    display: none;
}

.individual-textbox:focus > form-label {
    padding-left: 25px;
}

.leftcol {
    padding-right: 60px;
}

.attachmentwrapper {
    background: none;
    border: 1px solid #E0E0E0;
    align-items: center;
    padding: 23px 16px;
    border-radius: 8px;
}

    .attachmentwrapper .input-group-text {
        border-radius: 50%;
        width: 24px;
        height: 24px;
        font-size: 12px;
        padding: 6px;
    }

.txtCompanyProfile, .txtCompanyProfile:disabled {
    margin-left: 15px;
    background-color: transparent;
    border: none;
}

.validateerror {
    color: #B02330;
    text-align: left;
    position: absolute;
    bottom: -20px;
    font-size: 10px;
}

.swal-button {
    background-color: transparent;
    color: #3479D4;
}

.preferredTimeRange .select2-container--default.select2-container {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1600px) {
    .mainPage .indexcontainer {
        padding: 7%;
        padding-left: 100px;
        padding-right: 100px;
    }

    .mainPage .mainPageBox {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1283px) {
    .remarksField .individual-textbox {
        padding-top: 3rem !important;
    }
}

@media only screen and (max-width: 1200px) {
    .mainPage .mainPageBox, .mainPage {
        height: auto;
    }
    .estimatedMonthlyTxn .select2-container--default.select2-container {
        padding-top: 0px!important;
    }
}

@media only screen and (max-width: 925px) {
    .remarksField .individual-textbox {
        padding-top: 3rem !important;
    }
}


@media only screen and (max-width: 913px) {
    .estimatedMonthlyTxn .select2-container--default.select2-container {
        padding-top: 30px;
    }
}

@media only screen and (max-width:1429px) {
    .estimatedMonthlyTxn .select2-container--default.select2-container {
        padding-top: 26px;
    }
}

@media only screen and (max-width:1022px) {
    .estimatedMonthlyTxn .select2-container--default.select2-container {
        padding-top: 26px !important;
    }
}

@media only screen and (max-width:710px) {
    .estimatedMonthlyTxn .select2-container--default.select2-container {
        padding-top: 48px !important;
    }
}

@media only screen and (max-width:689px) {
    .currencyTrf .select2-container--default.select2-container {
        padding-top: 22px !important;
    }
}

@media only screen and (max-width:676px) {
    .countryTrf .select2-container--default.select2-container {
        padding-top: 22px !important;
    }
}

@media only screen and (max-width:633px) {
    .estimatedMonthlyTxn .select2-container--default.select2-container {
        padding-top: 70px !important;
    }
}

.hk-background-video,
.sg-background-video,
.my-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}

.bg-img-SG {
}

.bg-img-HK {
}

}

@media only screen and (max-width: 767px) {
    .remarksField .individual-textbox {
        padding-top: 3.5rem !important;
    }
}

@media only screen and (max-width: 638px) {
    .remarksField .individual-textbox {
        padding-top: 5.25rem !important;
    }
}

@media only screen and (max-width:1429px) {
    .estimatedMonthlyTxn .select2-container--default.select2-container {
        padding-top: 26px;
    }
}
@media only screen and (max-width:1022px) {
    .estimatedMonthlyTxn .select2-container--default.select2-container {
        padding-top: 26px !important;
    }

}
@media only screen and (max-width:710px) {
    .estimatedMonthlyTxn .select2-container--default.select2-container {
        padding-top: 48px !important;
    }
}
@media only screen and (max-width:689px) {
    .currencyTrf .select2-container--default.select2-container {
        padding-top: 22px !important;
    }
}
@media only screen and (max-width:676px) {
    .countryTrf .select2-container--default.select2-container {
        padding-top: 22px !important;
    }
}
@media only screen and (max-width:633px) {
    .estimatedMonthlyTxn .select2-container--default.select2-container {
        padding-top: 70px !important;
    }
}

