﻿

@font-face {
    font-family: "InterThin";
    src: url("../../../assets/fonts/Inter/Inter-Thin.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "InterExtraLight";
    src: url("../../../assets/fonts/Inter/Inter-ExtraLight.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "InterRegular";
    src: url("../../../assets/fonts/Inter/Inter-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "InterMedium";
    src: url("../../../assets/fonts/Inter/Inter-Medium.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "InterBold";
    src: url("../../../assets/fonts/Inter/Inter-Bold.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "InterSemiBold";
    src: url("../../../assets/fonts/Inter/Inter-SemiBold.ttf");
    font-weight: normal;
    font-style: normal
}
    
@font-face {
    font-family: "InterBlack";
    src: url("../../../assets/fonts/v/Inter-Black.ttf");
}

@font-face {
    font-family: "InterExtraBold";
    src: url("../../../assets/fonts/Inter/Inter-ExtraBold.ttf");
    font-weight: normal;
    font-style: normal
}




@font-face {
    font-family: "AvenirArabicMedium";
    src: url("../../../assets/fonts/AvenirArabic/AvenirArabic-Medium/font.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "AvenirArabicBold";
    src: url("../../../assets/fonts/AvenirArabic/AvenirArabic-Heavy/font.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "AvenirArabicExtraBold";
    src: url("../../../assets/fonts/AvenirArabic/AvenirArabic-Heavy/font.ttf");
    font-weight: normal;
    font-style: normal
}





body {
    font-family: Inter-Regular,AvenirArabicMedium;
}

.signup {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
    padding: 0px;
    padding-top: 60px;
    position: relative;
}

.header-top {
    background: linear-gradient( 0deg, #FFFFFF, #FFFFFF), #EDF1F5;
    box-shadow: 0px 1px 0px #d0d4d9;
    line-height: 40px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.copy-right {
    border-top: 1px solid #EDF1F5;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 350px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    margin-top: 20px;
}

h2 {
    margin-bottom: 35px;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 0px;

    /*padding: 80px;*/
    padding-top: 0;
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-sizing: border-box;
        width: 100%;
        position: relative;
        padding: 20px;
        padding-top: 0;
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E
        }



    #msform .action-button {
        color: white;
        border: 0 none;
        cursor: pointer;
        padding: 10px 5px;
        width: calc(100% - 42px);
        height: 55px;
        background: #3754B7;
        border-radius: 6px;
        margin-bottom: 10px;
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #aabeff
        }

    #msform .action-button-previous {
        color: white;
        border: 0 none;
        cursor: pointer;
        padding: 10px 5px;
        width: 80%;
        height: 55px;
        background: #ddd;
        border-radius: 6px;
        margin-bottom: 10px;
    }

h2 {
    font-family: Inter-Regular,AvenirArabicMedium;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 22px;
    /* identical to box height, or 85% */

    text-align: center;
    color: #000000;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}


.form-group {
    left: 1px;
    right: 1px;
    margin-top: 12px;
    margin-bottom: 12px;
    background: #FFFFFF;
    border: 1.5px solid #D2D6DC;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 62px;
}

#msform input[type=text], #msform textarea, #msform select {
    padding: 0 10px;
}

#msform input, #msform textarea, #msform select {
    border: 0;
    font-family: InterMedium, AvenirArabicMedium;
    /*padding: 0 10px;*/
    color: #1F2532;
    font-size: 16px;
}

    #msform input:focus, #msform textarea:focus, #msform select:focus {
        outline: none !important;
        border: 0;
        box-shadow: unset;
        font-family: InterBold, AvenirArabicBold;
    }

    #msform input[type=password]:focus {
        border: 0 !important;
        outline: none !important;
        border: 0;
        box-shadow: unset;
    }




.form-group label {
    font-family: InterRegular,AvenirArabicMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    padding: 10px;
    color: #A6A8B3;
    display: block;
    padding-bottom: 0;
}

.btn-show-pwd {

    background: #DFE2E6;
    border-radius: 18.5px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #8A93A7;
    padding: 5px 15px;
    margin-right: 15px;
    cursor:pointer;
}

.validate-image {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -25px;
    margin-right: 10px;
}
#errorMsg {
    color: #813D3D;
    background: #FEEAEA;
    display: block;
    border: 1.5px solid #D2D6DC;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 5%);
    border-radius: 8px;
    padding: 8px;
    margin: 20px;
    margin-top: 0;
}

div.checkRadioContainer > label > input {
    visibility: hidden;
    float: right;
}

div.checkRadioContainer {
}

    div.checkRadioContainer > label {
        display: block;
        border: 0;
        margin-bottom: -2px;
        cursor: pointer;
    }

        div.checkRadioContainer > label > span {
            display: inline-block;
            vertical-align: top;
            font-weight: 500;
            font-size: 14px;
            line-height: 19px;
            color: #000000;
        }

        div.checkRadioContainer > label > input + .icon-tick {
            visibility: hidden;
            color: green;
            margin-left: -0.5em;
            margin-right: 0.2em;
            float: right;
        }

        div.checkRadioContainer > label > input:checked + .icon-tick {
            visibility: visible;
            float: right;
        }

.icon-tick {
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    vertical-align: 0 !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check2' viewBox='0 0 16 16'> <path d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z' /> </svg>");
}


.select-heading {
    padding: 10px;
    display: block;
    padding-bottom: 0;
    border-bottom: 0.5px solid #D2D6DC;
    width: 100%;
    height: 62px;
    font-family: InterRegular, AvenirArabicMedium;
}

    .select-heading.collapsed {
        border-bottom: 0;
    }

.accordion-body {
    padding: 1rem 1.25rem;
    height: 250px;
    overflow: auto;
    font-family: InterRegular, AvenirArabicMedium;
}

.select-heading span {
    display: block;
}

    .select-heading span.selected {
        border: 0;
        font-family: InterMedium, AvenirArabicMedium;
        color: #1F2532;
        font-size: 16px;
    }

label strong {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-top: 15px
}

.select-industry {
    font-family: InterRegular,AvenirArabicMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #A6A8B3;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border: 1.5px solid #D2D6DC;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 5%);
    border-radius: 8px !important;
}

input[type="password"],
.webkit input[type="password"] {
    font-family: InterExtraBold, AvenirArabicExtraBold !important;
    letter-spacing: 2px;
    font-size: 35px !important;
    padding: 0 !important;
    height: 20px;
    padding-left: 10px !important;
    width: calc(100% - 150px);
}

.down-aero {
    width: 10px;
    margin-left: -4px;
}

.btn-language {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: none !important;
}

    .btn-language .dropdown-toggle::after {
        content: unset;
    }

    .btn-language .btn:focus {
        box-shadow: unset;
    }




.agree-text {
    font-family: InterRegular, AvenirArabicMedium;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #1F2532;
    margin-left: 5px;
}

input[type=checkbox], input[type=checkbox]:focus {
    border: 1px solid #ddd !important;
}



.marn-signup {
    padding: 0px 70px;
}


.packages:hover{
    background:#f1f1f1;
}
.packages input{
    background-color:transparent;
}



.verification .form-group {
    border: unset;
    box-shadow: unset;
    height: unset
}

.passcode-wrapper {
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 16px !important;
}

    .passcode-wrapper input {
        font-family: InterMedium, AvenirArabicMedium;
        background: #FFFFFF;
        border: 1px solid #D2D6DC !important;
        box-shadow: 0px 1px 3px rgb(0 0 0 / 5%);
        border-radius: 8px;
        width: 65px;
        height: 60px;
        font-style: normal;
        font-weight: 500;
        font-size: 36px !important;
        line-height: 44px;
        color: #1F2532 !important;
        text-align: center;
        margin: 0px 6px;
    }

        .passcode-wrapper input:last-child {
            margin-right: 0;
        }

        .passcode-wrapper input::-webkit-inner-spin-button, .passcode-wrapper input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            appearance: none;
            margin: 0;
        }

        .passcode-wrapper input:focus, .passcode-wrapper input.focus {
            border-color: green;
            outline: none;
            box-shadow: none;
        }



.select-plan .form-group{
    height:92px;
}

.packages{
    cursor:pointer;
}

.select-plan .btn-price {
    margin-right: 15px;
    font-family: InterExtraBold, AvenirArabicExtraBold;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #1F2532;
}
.select-plan .btn-price-custom {
    font-family: InterBold, AvenirArabicBold !important;
}
.success-msg {
    font-family: InterRegular, AvenirArabicMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #A6A8B3;
}
.down-aero-industry {
    width: 10px;
    margin-right: 10px;
    float: right;
    margin-top: -30px;
}


    #msform {
        width: 425px;
        margin: 0 auto;
    }

.txtlicense {
    bottom: 1px;
    background: #FFFFFF;
    border: 1px solid #D2D6DC !important;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 5%);
    border-radius: 6px;
    font-family: InterRegular, AvenirArabicMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 19px;
    height: 63px;
    width: 100%;
}
    .txtlicense::placeholder {
        color: #A6A8B3;
    }
.contactus {
    font-family: InterBold, AvenirArabicBold;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    display: block;
    margin: 10px;
    cursor: pointer;
}

.no-code {
    font-family: InterRegular, AvenirArabicMedium;
    display: block;
    margin-top: 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}


    @media (max-width: 576px) {
        .marn-signup {
            padding: 0px;
        }

        #msform {
            padding: 0px !important;
            width: 100%;
        }
    }

.back-login {
    cursor: pointer;
    font-family: InterSemiBold,system-ui,Arial,Helvetica,sans-serif;
    color: #056d69;
}