* {
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none;
}
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
body {
    direction: rtl;
    margin-bottom: 60px;
    font-family: 'Tajawal', sans-serif !important;
    background: #efefef 0% 0% no-repeat padding-box !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
/* ------------- Input Flied Style ------------------- */
.d-flex {
    width:100%;
}
.fa-circle-info,fa-circle-check {
    color: #0084bd !important;
}
.footer {
    background: #ffffff;
    border: unset !important;
    white-space:unset !important;
    line-height:unset !important;
    padding:20px;
}
.form-horizontal {
    margin: 20px 0;
    width: 100%;
}
input[type='text']:read-only {
    cursor: not-allowed;
    background-color: #ddd;
}

.form__group {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.form__input {
    display: block;
    width: 100%;
/*    height: 54px;*/
    padding: 8px 10px;
    outline: none;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
}

.form__input:lang(ar){
    text-align: right;
}
    .form__input:lang(en) {
        text-align: left;
    }


.form__input:focus {
    border: 1px solid #c8c8c8 !important;
}

textarea.form__input {
    height: 80px;
}

.form__label {
    position: absolute;
    top: 9px;
    color: #a7a7a7;
    font-size: 13px;
    font-weight: 500;
    transition: all 300ms ease-in-out;
    pointer-events: none;
    margin-bottom: 0;
}
.form__label:lang(ar){
    right: 10px;
}
    .form__label:lang(en) {
        left: 10px;
    }



.form__input:focus ~ label,
.form__input:not(:placeholder-shown) ~ label {
    color: #0e698b;
    top: -11px;
    background-color: #fff;
    font-size: 14px;
    padding: 0 8px;
    border-radius: 10px;
}
    .form__input:focus ~ label:lang(en) {
        left: 10px;
    }
    .form__input:focus ~ label:lang(ar) {
        right: 10px;
    }


    .form__Date .form__label,
    .form__inputAutoComplete .form__label {
        color: #0e698b;
        top: -10px;
        background-color: #fff;
        font-size: 14px;
        padding: 0 8px;
    }

.form__input::-webkit-input-placeholder {
    color: transparent;
}

.form__input::-moz-placeholder {
    color: transparent;
}

input:-internal-autofill-selected {
    background-color: unset;
}

.form__input.validClass {
    border-color: #28a745 !important;
}

.form__input.input-validation-error {
    border-color: #dc3545 !important;
}

.field-validation-error {
    font-size: 13px;
    display: list-item;
    margin: 0 20px;
}

.form__RadioCheckBtn {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.form__RadioCheckBtn label {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1.4em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.uploader-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.uploader-div .uploader-Label {
    color: #0e698b;
    font-size: 14px;
    font-weight: 500;
}

.uploader-div .uploader-Input {
    width: 100%;
}

.uploader-div .uploader-Input:lang(ar) {
    margin-right: 10px;
}

.uploader-div .uploader-Input:lang(en) {
    margin-left: 10px;
}

.uploader-Input label.form-control {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #8E8E8E;
    cursor: pointer;
    padding: 2px;
}

.uploader-Input label.form-control strong {
    background: transparent linear-gradient(180deg, #20B2E9 0%, #2286AC 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 37px;
    text-align: center;
}

.uploader-Input label.form-control strong i {
    color: #fff;
    font-size: 17px;
}
.btn-wrap:lang(ar) {
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
    margin-right:20px;
    margin-bottom:20px;
    
}
.btn-wrap:lang(en) {
    display: flex;
    flex-direction:row-reverse;
    justify-content: flex-end;
    margin-right: 20px;
    margin-bottom: 20px;
    gap:6px;
}
@media (max-width:500px){
    .btn-wrap {
        display: flex;
        flex-direction: row;
        
        margin-right: unset !important;
        margin-bottom: 20px;
        width:100%
    }
        .btn-wrap:lang(en) {
            justify-content: flex-start;
        }
        .btn-wrap:lang(ar) {
            justify-content: flex-end;
        }
} 
.btn-wrap .btn:lang(ar) {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px !important;
    height: fit-content !important;
}
    .btn-wrap .btn:lang(en) {
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 10px !important;
        height: fit-content !important;
        flex-direction:row-reverse;
        gap:10px;
    }
.btn-wrap .btn i {
    margin-left:5px
}
.btn-wrap .btn:first-child {
    margin-right: 0px;
}

.btn {
    color: #fff;
    outline: none;
    border: none;
    margin-right: 10px;
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn:active {
    color: #fff;
    outline: none;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
}

.BGSearch {
    background-color: #008dc3;
    color: #fff;
}

.BGClear {
    background-color: #fb815a;
    color: #fff;
}
/*------- End Input Style */
/*------------------- ViewDataBox ------------------- */
.userImg {
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:15px;
}
    .userImg .imgbox {
        width: 120px;
        height: 120px;
        overflow: hidden;
        padding:5px;
        border: 5px solid #d6d6d6;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
.userImg .imgbox img {
    width: 100%;
    border-radius: 50%;
}
.ViewDataBox {
    padding: 12px 6px;
    margin-bottom: 8px;
    border: 1px dashed #e2e2e2;
    border-radius: 4px;
    font-size: 15px;
}
.ViewDataBox .Title,
.ViewDataBox .Data {
    display: flex;
    align-items: center;
   
}
    .ViewDataBox .Data:lang(en) {
    justify-content: center;
    

    }
@media (max-width:767px) {
    .ViewDataBox .Data:lang(en) {
        justify-content: flex-end;
        padding-left:20px;
    }
} .ViewDataBox .Title:lang(en) {
    font-size: 16px;
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    gap: 11px;
}
.ViewDataBox .Title {
    font-size: 16px;
}

.ViewDataBox .Title i {
    margin-left: 5px;
}
.row_lng:lang(en) {
    flex-direction: row-reverse;
}
/*------------------- End ViewDataBox ------------------- */
nav {
    padding-bottom: 0 !important;
}
.navbar-toggler{
    display:none;
}
.navbar > .container-fluid {
    justify-content: flex-start;
    box-shadow: 0 3px 6px #00000029;
}
.navbar-brand {
    padding-bottom: 0.6125rem;
}
.widget {
    margin-top:20px;
    padding:20px;
    background-color:#fff;
    border-radius:20px
}
.widget h2 {
    font-size: 22px;
    color:#fff;
    border-radius:10px;
    padding: 10px 12px;
    background: #035382;
}


.button-lang {
    background-color: #0084bd;
    background-image: linear-gradient(to bottom, #0084bd, #0084bd);
    box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2, 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #8c8c8c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    font-weight: 400;
    padding: 9px 16px 9px;
    transition: all 20ms ease-out;
    vertical-align: top;
    text-transform: uppercase;
    display:flex;
    align-items:center;
    gap:5px;
}

@media(max-width:500px) {
    .button-lang {
        margin-left: unset;
    }
}

.button-lang .fa {
    color: white !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-blue-lang {
    background-color: #0084bd;
    background-image: linear-gradient(to bottom, #0084bd, #0084bd);
    border-radius: 3px;
    box-shadow: inset 0 1px 0 #0084bd, inset 0 -1px 0 #0084bd;
    color: white !important;
    transition: 1s;
    border:none;
}

.button-blue-lang:lang(en) {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction:row-reverse;
}

.button-blue-lang:hover {
    background: #035382;
}

.button-blue-lang .fa {
    color: #107db0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.button-blue-lang span {
    margin-top:-4px;
    margin-right:4px;
}
.fluid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.fluid:lang(en){
    flex-direction:row-reverse ;
}
@media(max-width:500px) {
    .fluid {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column !important;
        padding-bottom:10px; 
    }
}


info-msg,
.success-msg,
.warning-msg,
.error-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.info-msg {
    color: #059;
    background-color: #BEF;
}

.success-msg {
    color: #270;
    background-color: #DFF2BF;
}

.warning-msg {
    color: #9F6000;
    background-color: #FEEFB3;
}

.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}
#statusAlert{
    margin-bottom:30px;
}
#statusAlert:lang(ar) {
    text-align:right;
}
    #statusAlert:lang(en) {
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 5px;
    }
    .m_input {
        margin-top: 30px;
    }
    .m_input:lang(en){
        flex-direction:row-reverse;
        gap:15px;
    }
    .widget-header h2:lang(en) {
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
        align-items: center;
    }
.widget-header h2:lang(ar) {
    text-align: right;
  
}
@media(max-width:500px){
    .m_input {
        flex-direction:column !important;
    }
}

.re-col:lang(en){
    flex-direction:row-reverse;
}
