
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;712;800;900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;712;800;900&display=swap');
html{font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    /*background-color: #2c3e50 !important;*/

}

/*very important stop mobile responsiv*/
/* Default styles (for all devices) */
body {
    font-size: 16px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fff;
    font-size: 12px !important;
}

/* Mobile devices */
@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
    .smallest{
    display:none !important;
}
    .tab .tablinks {
font-size: 14px;
    }
    label {
    font-size: 14px !important;
}
    .btn {
        font-size :12px;
    }


}

/* Tablets */
@media (min-width: 481px) and (max-width: 768px) {
    body {
        font-size: 15px;
    }
     .tab .tablinks {
font-size: 15px;
    }
      label {
    font-size: 13px !important;
}
}

/* Small laptops */
@media (min-width: 769px) and (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    .content-center {
        /*padding-left: 100px !important;*/
    }

    .tab .tablinks {
        font-size: 16px;
    }

    label {
        font-size: 14px !important;
    }
}

/* Desktops */
@media (min-width: 1025px) and (max-width: 1200px) {
        body {
            font-size: 18px;
        }

        .tab .tablinks {
            font-size: 18px;
        }

        label {
            font-size: 14px !important;
        }
    }

/* Large desktops */
@media (min-width: 1201px) {
        body {
            font-size: 20px;
        }

        .tab .tablinks {
            font-size: 20px;
        }

        label {
            font-size: 15px !important;
        }
    }

.MsgColor {

    color:red;
    font-size:small ;
}
.tabcontent
{
    width: 100%;
    font-family: cairo !important;
    font-weight :600 ;
    direction: rtl;
    text-align :right ;
}
.content-center{
    /*padding-left:100px;*/
    background-color:#94929261;
    margin-top:30px;
    border-radius:10px;
}



.col .LogIn Form .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #434a52;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
}

.col.LogIn.sm {
  padding-top: 123px;
}

.col.LogIn.lg{
 padding-top: 20px;
}

.col.LogIn {
    padding-top: 103px;
}

.Tablogin{
    border-bottom: 3px solid !important ;
    border-bottom-color: #30e1df !important ;
}
.TabReg{
    border-bottom: 3px solid !important ;
    border-bottom-color: #30e1df !important ;
}


.tab .tablinks  {
    background: initial;
    border: none;
    outline: none;
    font-weight: 400;
    color: initial;
    border-bottom: 3px solid;
    border-bottom-color: #eaecee;
    width: 100%;
    border-radius: 0px;
    color: #fff;
    font-family: cairo !important;
}



.btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .0rem #000000;
}

.tab .tablinks.active {
    font-weight: 700;
    color: #fff;
    border-bottom-color: #30e1df;
    font-family: cairo !important;
}

.form-control.regcontrol {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 700 !important;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #a3beda;
    border: none;
    background-color: rgba(255,255,255,0);
    background-clip: padding-box;
    border-bottom: 1px solid #dee2e7 !important;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 0px solid rgba(255,255,255,0.2);
}
.inputwithicon{
    position :relative
}

.inputwithicon i {
    position: absolute !important;
    left: 5px;
    color: white;
    top: 41px;
}

.form-group.sm {
    margin-bottom: 2px;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.hint-text {
    display: block;
    margin-top: 5px;
    color: #97f4ff;
    font-size: 0.875rem;
    padding-bottom: 10px;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.rounded {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.form-control:focus {
    color: #fff !important;
    background-color: #4b8ae9 !important;
    border-bottom: 1px solid #80bdff !important;
    /*border-color: #80bdff;*/
    outline: 0 !important;
   box-shadow: 0 0 0 0.2rem rgb(241 245 249 / 0%);
}

.form-control::-webkit-input-placeholder {
    color: #bec6cc;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #bec6cc;
}
.form-control:-moz-placeholder {
  color: #bec6cc;
}
.form-control::-moz-placeholder {
  color: #bec6cc;
}
.form-control::placeholder {
  color: #bec6cc;
}
.form-control:-ms-input-placeholder {
  color: #bec6cc;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
 
  -webkit-text-fill-color: #a3beda;
  -webkit-box-shadow: 0 0 0px 1000px #3a3739 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 27px;
}

option {
    /* background-color: red; */
    color: black !important;
}
   
.dxcaControl {
    font: 12px Tahoma, Geneva, sans-serif;
     direction: ltr;
    display: flex;
   
    justify-content: center;
} 

.dx-acc-r td.dxeErrorCell {
   color: #ff9595 !important;
    font-family: cairo;
    font-weight: 600;
}
.dxcaTextBoxLabel {
        font-family: cairo;
}
span.dx-vam, span.dx-vat, span.dx-vab, a.dx-vam, a.dx-vat, a.dx-vab {
    
    font-family: cairo;
}

.centerContent{
    text-align: center;
}

.RNatNo {
    position: absolute;
    top: 25px;
    left: 0%;
}

.ModalM{
    font-family : 'cairo' !important ;
font-size :14px;
}
.ModalM::before {
    font-family: 'FontAwesome';
    content: '\f129';
    font-size: 18px !important;
    color: #4b8ae9;
    border: 2px solid #4b8ae9;
    border-radius: 50%;
    padding: 9px;
    display: inline-block;
    text-align: center;
    line-height: 7px;
    width: 28px;
    height: 28px;
    margin-left: 6px;
}

.TxtForGetPass {
    font-size: 12px;
    color: #4b8ae9 !important;
    text-decoration: none;
    font-family: 'Cairo';
}
.TxtForGetPass:hover {
    text-decoration: none;
    color :red !important;
}
.modal-footer {
   
    display: block !important ;
   
}
.btnLog {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-Login {
    color: #fff;
    background-color: #585055;
    border-color: #ffffff;
}
.btnLog {

}
.btnLog:hover {
    color: #ededed;
    text-decoration: none;
}
.birthdate-group {
    display: flex; /* يجعل العناصر بجانب بعضها البعض */
    gap: 10px; /* تباعد بين الحقول */
    align-items: center; /* محاذاة عمودية للعناصر */
}

.birth-control {
    width: 60px;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.20rem 0.20rem;
    font-size: 12px;
    font-weight: 700 !important;
    line-height: 1.5;
    color: #a3beda;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #dee2e7 !important;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
}

.spanDate {
    color: #fff;
    padding: 0px;
}

.form-controlV {
    display: inline-table;
    /* width: 100%; */
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-controlV:focus {
    color: #151414 !important;
    background-color: rgba(255,255,255,0)!important;
    border-bottom: 1px solid #80bdff !important;
    /* border-color: #80bdff; */
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgb(241 245 249 / 0%);
}

.ptext {
    color: red !important;
    font-size :10px;
}