﻿@font-face {
    font-family: 'iraniansans';
    /*src: url('../../font/iranian sans.ttf') format('truetype');*/
    src: url('../../font/iransansweb(fanum).eot') format('embedded-opentype');
    src: url('../../font/iransansweb(fanum).ttf') format('truetype');
}



* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'iranianSans';
    line-height: 1.5;
    font-weight: normal;
}



.fr {
    float: right;
}

.fl {
    float: left;
}

.fc {
    clear: both;
}

body {
    direction: rtl;
    position: relative;
    padding: 0;
    margin: 0;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.errorinput {
    border-color: red;
    box-shadow: 1px 1px 10px red;
}

.Fixed_PlaceHolder label {
    background-color: rgb(0, 0, 0, 0.00);
}

#sendagain {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 80px;
    padding: 2px;
    font-size: 11px;
    border-radius: 10px;
}

#timer {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 50px;
    background-color: #1B6EC2;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
}

#backgrund_img {
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    left: 0;
}

#Register_top_nav {
    width: 100vw;
    height: 50px;
}

#BodyContainer {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    z-index: 10;
}

.Pannel {
    position: relative;
    top: 10vh;
    height: max-content;
    width: 50%;
    margin: auto;
    border-radius: 10px;
    z-index: 10;
    transition-duration: 1s;
    transition-timing-function: linear;
}

.Pannel_header {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 8px 8px 0 0;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    padding-top: 16px;
    color: white;
}

    .Pannel_header h1 {
        font-family: iraniansans, serif;
        color: white;
        font-size: 21px;
        margin: auto;
        position: absolute;
        top: 15px;
        right: 100px
    }





.Pannel_Body {
    width: 100%;
    height: calc(60vh - 100px);
    background-color: rgba(255,255,255,.75);
    text-align: center;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    /*padding-top: 10px;*/
}







.Pannel_Foote {
    position: relative;
    width: 100%;
    height: 35px;
    background-color: rgba(0,0,0,.6);
    border-radius: 0 0 8px 8px;
    padding: 8px 15px 0 15px;
}

    .Pannel_Foote a {
        color: white;
        font-family: iraniansans, serif;
        font-size: 12px;
        text-decoration: none;
    }




#Register_Footer {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    position: absolute;
    height: 50px;
    padding-top: 15px;
    background-color: rgba(0,0,0,.6);
    bottom: 0;
}


    #Register_Footer label {
        color: white;
        font-family: iraniansans, sans-serif;
        font-size: 13px;
    }

    #Register_Footer a {
        color: white;
        font-family: iraniansans, sans-serif;
        font-size: 13px;
        text-decoration: none;
        margin-left: 50px;
    }










#RouteDiv {
    text-align: center;
    width: 100%;
    height: 95px;
    background-color: rgba(0,0,0,.6);
    padding: 10px;
}

#route {
    width: 90%;
    background-color: #d9d7d7;
    height: 20px;
    border-radius: 10px;
    margin: auto;
}

#innerRoute {
    background-color: #0184e4;
    height: 100%;
    border-radius: 0 10px 10px 0;
    margin: auto;
    transition-duration: .5s;
}

.Route0 {
    width: 1%
}

.Route1 {
    width: 25%
}

.Route2 {
    width: 50%
}

.Route3 {
    width: 75%
}

.Route4 {
    width: 100%;
    border-radius: 10px !important;
}

.routeLabels {
    position: relative;
    width: 90%;
    padding-top: 5px;
    height: 20px;
    text-align: right;
    margin: auto;
    margin-bottom: 10px;
}

    .routeLabels > label {
        color: white;
        font-family: 'iranianSans';
        font-size: 15px;
        font-weight: bold;
        position: absolute;
    }





.label1 {
    right: 0%;
}

.label2 {
    right: 23%;
}

.label3 {
    right: 48%;
}

.label4 {
    right: 73%;
}

.label5 {
    right: 93%;
}

.Flabel1 {
    right: 1%;
}

.Flabel2 {
    right: 24%;
}

.Flabel3 {
    right: 49%;
}

.Flabel4 {
    right: 74%;
}

.Flabel5 {
    right: 95%;
}






#InfoDiv {
    width: 65%;
    height: calc(100%);
    background-color: transparent;
    position: relative;
}

@media only screen and (max-width: 991px) {
    #InfoDiv {
        width: 100%;
        height: 100%;
        background-color: transparent;
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .Pannel {
        top: 3vh !important;
    }

    #Register_Footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.SectionUnit {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    text-align: right;
    transition-duration: .5s;
    position: absolute;
    top: 0;
    right: 0;
}

    .SectionUnit::-webkit-scrollbar {
        width: 10px;
        transition-duration: .4s;
    }

    .SectionUnit::-webkit-scrollbar-track {
        background: #f0f0f0;
    }

    .SectionUnit::-webkit-scrollbar-thumb {
        background: #818183;
    }

        .SectionUnit::-webkit-scrollbar-thumb:hover {
            background: #727274;
        }

.OpcityShow {
    opacity: 1;
    z-index: 1;
}

.OpcityHide {
    opacity: 0;
    z-index: 0;
}

#Unit1 {
    padding-top: 5px;
    padding-right: 75px;
    height: 100% !important;
}

    #Unit1 input {
        width: 30%;
        height: 20px;
        border-radius: 3px;
        border: 1px solid #a8a8a8;
        text-align: center;
        display: inline-block;
    }

#meliCodeInput {
    width: 45% !important;
}

#PhoneNumber {
    width: 30% !important;
}

#regionselect {
    width: 14% !important;
}

#Unit1 select {
    width: 10%;
    font-size: 10px;
    height: 22px;
    border-radius: 3px;
    border: 1px solid #a8a8a8;
    text-align: center;
    display: inline-block;
    padding: 0 !important;
    padding-right: 15px !important;
}

#Unit2 input {
    /*width: 85%;*/
    height: 20px;
    border-radius: 3px;
    border: 1px solid #7388fd;
    text-align: center;
    display: inline-block;
    border: 1px solid #a8a8a8;
}

.InnerUnit1 {
    width: 90%;
}

.InnerUnit2 {
    width: 45%;
}

.InnerUnit3 {
    width: 29%;
}

.InputLbl {
    font-size: 10px;
    margin: 0 !important;
}

.pixcelUp {
    position: relative;
    top: -8px;
}


#DayInput {
    /*width: 19%;*/
    font-size: 10px;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
}

#MounthInput {
    /*width: 19%;*/
    font-size: 10px;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
}

#YearInput {
    /*width: 44% !important;*/
    font-size: 10px;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
}

#GenderInput {
    /*width: 85%;*/
    height: 20px;
    font-size: 10px;
    border: 1px solid #a8a8a8;
    display: inline-block;
    padding: 0 !important;
    padding-right: 15px !important;
}

#CityInput, #StateInput {
    margin-bottom: 15px;
}


#AddressInput {
    /*width:92% !important;*/
    padding: 5px;
}







#Unit3 {
    padding-top: 5px;
    padding-right: 75px;
    height: 100% !important;
}

.MessageLineLBL {
    font-size: 11px;
    margin-right: 10px;
}


#Unit3 input {
    width: 50%;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #7388fd;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}
/*#Unit3 select {
    width: 40%;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #7388fd;
    text-align: center;
    display: inline-block;
}*/





















#Unit4 input {
    width: 30%;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #7388fd;
    text-align: center;
    display: inline-block;
}

#Unit4 label:first-child {
    width: 70px;
    color: black;
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px;
}





#PicTureDiv {
    width: 35%;
    height: calc(100% - 65px);
    background-color: rgba(255,255,255, .5);
    padding-top: 45px;
    height: 100%;
}

    #PicTureDiv > img {
        width: 70%;
        height: 80%;
    }












.MessageLBL {
    font-size: 12px;
    display: block;
}

.SuccessInput {
    background-color: #c2fccc;
}

.FailInput {
    background-color: #ffd9d9;
}

.emptyInput {
    background-color: white !important;
}

.SuccessMSG {
    color: #6dfc75;
}

.FailMSG {
    color: #ea0000;
}

.HintMSG {
    color: black !important;
}

.UnitInto {
    width: 100%;
    /*min-height:calc(100% - 55px);*/
}

.form-control {
    text-align: right !important;
    padding: 10px;
    font-size: 12px;
    color: black !important;
}

.UnitBTNS {
    position: relative;
    height: 55px;
    top: 0;
}

.RegisterBtn {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #2fc150;
    background-color: #28a745;
    transition-duration: .5s;
    font-weight: normal;
    font-size: 12px;
    color: white;
    position: relative;
    top: 0px;
}

    .RegisterBtn:hover {
        background-color: #32cb54;
    }

.RegisterBtn2 {
    width: 150px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #0d9eff;
    background-color: #007acc;
    transition-duration: .5s;
    font-weight: normal;
    font-size: 12px;
    color: white;
    margin-bottom: 10px;
}

    .RegisterBtn2:hover {
        background-color: #0d9eff;
    }





.DetialTxt {
    width: 65%;
}

.input_detail {
    font-size: 12px;
    text-align: justify;
}



.agreementTitle {
    font-size: 13px;
}

.agreementTitle2 {
    font-size: 12px;
}

#AgreementState {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

#agreementPanel {
    background-color: white;
    width: 90%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #adadad;
    text-align: right;
    color: black;
    padding: 25px;
}

    #agreementPanel > p {
        text-align: justify;
        font-size: 11px;
    }

.form-group {
    margin: 0 !important;
}

.helpPanels {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #adadad;
    width: 85%;
    margin: auto;
    cursor: pointer;
    position: relative;
}

    .helppanels > div {
        width: 50%
    }



@media only screen and (max-width: 991px) {
    .Pannel {
        position: relative;
        top: 5vh;
        height: max-content;
        width: 90%;
        margin: auto;
        border-radius: 10px;
        z-index: 10;
        transition-duration: 1s;
        transition-timing-function: linear;
    }

    #Unit1 {
        padding-top: 5px;
        padding-right: 20px;
        height: 100% !important;
    }

    #Unit3 {
        padding-top: 5px;
        padding-right: 20px;
        height: 100% !important;
    }

    .Route0 {
        width: 0px;
    }

    #Unit3 input {
        width: 100%;
    }

    #Unit4 input {
        width: 100%;
    }

    .DetialTxt {
        width: 100%;
    }

    #agreementPanel {
        width: 100%;
        padding: 10px;
    }

    #meliCodeInput {
        width: 100% !important;
    }

    #PhoneNumber {
        width: unset !important;
    }

    #regionselect {
        width: unset !important;
    }

    .SectionUnit {
        padding: 10px;
    }

    .InnerUnit2 {
        width: 100%;
    }

    #Unit2 input {
        width: 100%
    }

    #GenderInput {
        width: 100%;
    }

    #AddressInput {
        width: 100% !important;
    }

    #DayInput {
        width: 100% !important;
    }

    #MounthInput {
        width: 100% !important;
    }

    #YearInput {
        width: 100% !important;
    }

    .modal-body {
        padding-right: 1rem !important;
    }

    #Register_Footer {
        height: unset;
    }
}














/*=========================================================== MODAL STYLE=============================================================*/
.modal-header {
    background-color: #95b6f2;
    height: 65px;
    display: block;
}

.modal-title {
    font-size: 21px;
}

.modal-body {
    padding-right: 50px;
}

.disabledBTN {
    background-color: #a8a8a8 !important;
    border: 1px solid #909090;
}

.hiddenBTN {
    opacity: 0;
}

.ModalBTN {
    width: 100%
}

.ModalLbl {
    font-size: 12px;
    margin-bottom: 0;
}

.ModalContent {
    font-size: 12px;
    margin-bottom: 0;
}

.modal-footer {
    background-color: #95b6f2;
    padding-top: 10px;
    display: block !important;
}

.Pannel_Body.registerNewUser-form {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

    .Pannel_Body.registerNewUser-form .form-data {
        padding-top: 0 !important;
    }

    .Pannel_Body.registerNewUser-form .form-box .mobileNumber {
        margin-bottom: 50px;
    }

    .Pannel_Body.registerNewUser-form .rules-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .Pannel_Body.registerNewUser-form .rules-section input[type="checkbox"] {
            margin-left: 10px;
        }

        .Pannel_Body.registerNewUser-form .rules-section label {
            display: inline-block !important;
            width: fit-content;
            margin: unset !important;
        }

    .Pannel_Body.registerNewUser-form .form-btn .btn {
        margin-bottom: 0 !important;
    }

    .Pannel_Body.registerNewUser-form .verification__verify_btn {
        font-size: 16px !important;
    }

    .Pannel_Body.registerNewUser-form .verification__description, .Pannel_Body.registerNewUser-form .verification__timeout p {
        color: #6c6c6c !important;
        text-align: center;
    }
