﻿@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
}
/*@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-Black.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-BlackItalic.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-BoldItalic.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-ExtraLight.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-Italic.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-LightItalic.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-MediumItalic.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf');
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-ThinItalic.ttf');
}*/
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
    font-weight: 300;
}



.center {
    margin: auto;
    width: 726px;
    font-family: 'Montserrat';
}

.center-wrapper {
    max-width: 1142px;
    margin: auto;
    font-family: 'Montserrat';
}

.wrapper-register {
    /*min-height: 840px;*/
    background: #F5F5F5;
    padding:45px;
}
.introduce-register {
    min-height: 800px;
    background: #F5F5F5;
    padding-top: 45px;
    /*padding-left: 22.75px;
    padding-right: 22.75px;*/
    text-align: center;
}

.logo {
    margin: auto;
    width: 200px;
    margin-bottom: 45px;
    margin-top: 54px;
    text-align:center;
}

div.center > div.wrapper-register > p:nth-child(1){
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #112577;
    margin-bottom: 25px;
    text-align: center;
}

div.center-wrapper > div.introduce-register > p {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #112577;
    margin-bottom: 25px;
    text-align: center;
}

div.center > div.wrapper-register > p:nth-child(2) {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 128.9%;
    text-align: center;
    color: #2D2E33;
    text-align: center;
}
div.center > div.wrapper-register > p:nth-child(3) {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 128.9%;
    text-align: center;
    color: #2D2E33;
    margin-bottom: 63px;
    text-align: center;
}

div.center > div.wrapper-register > p:nth-child(4) {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 128.9%;
    color: #2D2E33;
}

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2D2E33;
}
    .checkbox-container.disabled {
        pointer-events: none;
        color:gray;
    }

    /* Hide the browser's default checkbox */
.checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
    .checkbox-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        border: 2px solid #1F3684;
    }
    .checkbox-container.disabled .checkmark {
        border-color: gray !important;
    }

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/*.container input:checked ~ .checkmark {
    background-color: #2196F3;
}*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
    .checkbox-container.disabled .checkmark:after {
        border-color: gray !important;
        color: gray !important;
    }

/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2D2E33;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
    .radio-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #eee;
        border-radius: 50%;
        border: 2px solid #1F3684;
    }

/* On mouse-over, add a grey background color */
    .radio-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

/* When the radio button is checked, add a blue background */
    .radio-container input:checked ~ .checkmark {
        border: 2px solid #1F3684;
    }

/* Create the indicator (the dot/circle - hidden when not checked) */
    .radio-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the indicator (dot/circle) when checked */
    .radio-container input:checked ~ .checkmark:after {
        display: block;
    }

/* Style the indicator (dot/circle) */
    .radio-container .checkmark:after {
        top: 1px;
        left: 1px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #1F3684;
    }

.custom-footer {
    height:157px;
    margin-top:17px;
    padding-top:54px;
    padding-bottom:59px;
}
div.custom-footer.container > div > div:nth-child(2) > img {
    margin-bottom: 21px;
}
div.custom-footer.container > div > div:nth-child(1) {
    text-align: left;
}
div.custom-footer.container > div > div:nth-child(2) {
    text-align: right;
}
    div.custom-footer.container > div > div:nth-child(2) > p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height */

        text-align: right;
        /* main / blue */

        color: #1F3684;
    }


.upload-area {
    width: 100%;
    height: 185px;
    border: 1px dashed #1F3684;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    overflow: auto;
    margin-bottom: 45px;
    padding-top: 45px;
}
    .upload-area p {
        color: #1F3684;
    }
    .upload-area .bold {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 128.9%;
    }
    .upload-area:hover {
        cursor: pointer;
    }

    .upload-area h1 {
        text-align: center;
        font-weight: normal;
        font-family: sans-serif;
        line-height: 50px;
        color: darkslategray;
    }

#Photos, #LicenseUploadIDs {
    display: none;
}

/* Thumbnail */
.thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.size {
    font-size: 12px;
}

.btn-next {
    margin: auto;
    width: fit-content;
}
    .btn-next .btn-default {
        justify-content: center;
        align-items: center;
        padding: 17px 30px;
        width: 167px;
        height: 51px;
        left: 636px;
        top: 860px;
        background: #1F3684;
        border-radius: 30px;
        display: flex;
        flex-direction: row;
        color: white;
        border: none;
    }

.form-register {
    padding-top: 36px;
}
    .form-register .row {
        text-align: left;
        margin-bottom: 32px;
        margin-left:20px;
    }

        .form-register .row .bold {
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 128.9%;
            color: #2D2E33;
        }
        .form-register .row .italic {
            font-style: italic;
        }


.form-register .form-group {
    text-align: left;
    padding-left: 0px;
    padding-right: 21px;
}

        .form-register .form-group label {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 17px;
            color: #1F3684;
            height: 1px;
        }

        .form-register .form-group .form-control {
            height: 39px;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 17px;
            color: #2D2E33;
            border: none;
            border-radius: 0px;
            border-bottom: 1px solid #969DBA;
            margin-top: 9px;
        }

select {
    border: none;
    width: 168px;
    height: 44px;
    padding-left: 15px;
    background: url(../images/icons/arrow-select.png) no-repeat #F5F5F5;
    background-position: top 15px right 17px;
    -webkit-appearance: none;
    border-bottom: 1px solid #969DBA;
}
.devider {
    border-top: 1px solid rgba(45, 46, 51, 0.5);
    margin-right: 5px;
    margin-bottom: 45px !important;
    margin-top: 30px !important;
}

.btn-group {
    text-align: center !important;
    display: block;
    margin-bottom: 15px;
    
}
    .btn-group .btn {
        width: 167px;
        height: 51px;
        background: #1F3684;
        border-radius: 30px !important;
        flex: none;
        order: 1;
        flex-grow: 0;
    }
    .btn-group .btn-danger {
        background-color: #1F3684;
        border: 0px;
        margin: 0px 20px;
    }
    .btn-group .btn-primary {
        background-color: transparent;
        color: #1F3684;
        border: 1px solid #1F3684;
        margin-right: 20px;
    }
    .btn-group .btn-default {
        background-color: transparent;
        border: none;
        color: #1F3684;
        margin-bottom: 41px;
        margin-right: 20px;
    }

.btn-refresh {
    width: 97px;
    height: 51px;
    border: 0.5px solid #1F3684;
    box-sizing: border-box;
    border-radius: 30px;
    color: #1F3684;
    padding: 10px 15px;
    align-items: center;
    background-color:transparent
}
.form-control-plaintext {
    outline: none;
}

.signature-container {
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

label.col-sm-3 {
    max-width: 97px !important;
    margin-right: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #112577;
}

.col-sm-9 input {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2D2E33;
}

.bootstrap-select button.dropdown-toggle {
    background-color: transparent;
    background: url(../images/icons/arrow-select.png) no-repeat transparent;
    background-position: top 15px right 17px;
    -webkit-appearance: none;
}

    .bootstrap-select button.dropdown-toggle:after {
        content:none;
    }


#index1 {
    max-width: 726px;
    margin: auto;
    padding-bottom: 70px;
}

    #index1 > p:nth-child(1) {
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: #112577;
    }
    #index1 > p:nth-child(2), p:nth-child(3) {
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 128.9%;
        text-align: center;
        color: #2D2E33;
        margin-top: 25px;
    }

    #index1 > p:nth-child(3) {
        margin-bottom: 60px;
    }

    #index1 > p:nth-child(4) {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 128.9%;
        color: #2D2E33;
    }

.form-group textarea {
    min-height: 99px;
}

/*.form-group canvas {
    height: 113px;
    border: 0px;
    border-bottom: 1px solid #969DBA;
    background-color: #FFFFFF;
}*/

#receivedApply .modal-content {
    width: 685px;
    height: 353px;
    padding: 110px 150px;
}

#receivedApply .modal-header {
    border-bottom: 0px;
    display: block;
    padding: 0px;
}

    #receivedApply .modal-header > p:nth-child(1) {
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: #1F3684;
    }

    #receivedApply .modal-header > p:nth-child(2) {
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 128.9%;
        text-align: center;
        color: #2D2E33;
    }


#receivedApply .modal-footer {
    border-top: 0px;
    margin: auto;
    margin: auto;
}

#receivedApply .btn {
    width: 207px;
    height: 51px;
    border-radius: 30px;
    display: block;
}

#receivedApply .btn-submit {
    background: #1F3684;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
#btnAddShareholder {
    width: 167px;
    height: 51px;
    border-radius: 30px !important;
    flex: none;
    order: 1;
    flex-grow: 0;
    background-color: transparent;
    color: #1F3684;
    border: 1px solid #1F3684;
    margin-right: 20px;
}

#uploadLicense {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 540px;
    height: 105px;
    padding-top: 30px;
}
    #uploadLicense p img {
        position: absolute;
        left: 45px;
    }
    #uploadLicense > p > span.bold {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 128.9%;
        /* identical to box height, or 21px */
        /* main / blue */

        color: #1F3684;
    }
.shareholder-item {
    border: 0.5px solid #2D2E33;
    box-sizing: border-box;
    padding: 30px 50px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 25px;
}

.ubo-item {
    border: 0.5px solid #2D2E33;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 30px 40px 55px 40px;
}

#shareholder-container button.btn-delete {
    position: absolute;
    left: 15px;
    border: none;
    background-color: transparent;
}

#index5 .container.form-register .row {
    margin-bottom: 10px;
}

#index5 .shareholder-item, .ubo-item {
    margin-left: 0px;
    margin-right: 0px;
    padding: 30px 0px;
}

#index5 #shareholder-container-readonly, #ubo-container-readonly {
    width: 100%;
    margin-right: 40px;
}

#receivedOpen .modal-content {
    width: 800px;
    top: 50%;
    right: 30%;
}
#receivedOpenHome .modal-content {
    width: 800px;
    top: 50%;
    right: 30%;
}
.otp_form_class {
    text-align: left;
    margin-left: 45px;
}

@media (max-width: 415px) {
    div.custom-footer.container > div > div:nth-child(2) {
        text-align: left;
    }

    #receivedOpen .modal-content {
        width: 396px;
        top: 0%;
        right: 0%;
    }
    #receivedOpenHome .modal-content {
        width: 396px;
        top: 0%;
        right: 0%;
    }
    .otp_form_class {
        text-align: left;
        margin-left: auto;
    }


    #receivedApply .modal-content {
        width: 400px;
        height: fit-content !important;
        padding: 50px 10px;
    }

    #receivedApply .modal-header {
        border-bottom: 0px;
        display: block;
        padding: 0px;
    }

        #receivedApply .modal-header > p:nth-child(1) {
            font-style: normal;
            font-weight: 600;
            font-size: 25px;
            line-height: 30px;
            text-align: center;
            color: #1F3684;
        }

        #receivedApply .modal-header > p:nth-child(2) {
            font-style: normal;
            font-weight: 300;
            font-size: 18px;
            line-height: 128.9%;
            text-align: center;
            color: #2D2E33;
        }


    /*#receivedApply .modal-footer {
        border-top: 0px;
        margin: auto;
        margin: auto;
    }

    #receivedApply .btn {
        width: 207px;
        height: 51px;
        border-radius: 30px;
        display: block;
    }

    #receivedApply .btn-submit {
        background: #1F3684;
        border-radius: 30px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        align-items: center;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;*/
    }
}

/*  OTP  */
.otp-input {
    max-width: 65px;
    text-align: center;
    margin-right: .5rem;
}

.otp-form {
    width: 540px;
}
.btn-mini-table {
    font-size: 12px;
    padding: 2px 6px;
    width: 120px;
}