﻿
.errors {
    font-size: 17px;
    color: #dc0202;
    font-weight: 700;
    text-align: center;
    direction: rtl;
}

.form-control {
    font-size: 16px;
    padding: 18px;
    /*border-color: #86a4c3!important;*/
}

#modalOtp .form-control {
    padding: 0 !important;
    /*border-color: #86a4c3!important;*/
}

/*   .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)
        {

            border-color: #86a4c3!important;
        }*/



.bg-white {
    background-color: #fafbff !important;
}





.spinner-div {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgb(255 255 255 / 68%);
    z-index: 2;
    border-radius: 6px;
}

.dark-skin .spinner-div {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgb(255 255 255 / 17%);
    z-index: 2;
    border-radius: 2px;
}

.spinner-border {
    top: 50%;
    position: relative;
}




@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/FontArabic/1/DroidKufi-Regular.eot');
    src: url('/fonts/FontArabic/1/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
    /*url('FIle_Web/Fonts/FontNew/1/DroidKufi-Regular.woff2') format('woff2'),*/
    url('/fonts/FontArabic/1/DroidKufi-Regular.woff') format('woff'), url('/fonts/FontArabic/1/DroidKufi-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/FontArabic/2/DroidKufi-Bold.eot');
    src: url('/fonts/FontArabic/2/DroidKufi-Bold.eot?#iefix') format('embedded-opentype'),
    /*url('FIle_Web/Fonts/FontNew/2/DroidKufi-Bold.woff2') format('woff2'),*/
    url('/fonts/FontArabic/2/DroidKufi-Bold.woff') format('woff'), url('/fonts/FontArabic/2/DroidKufi-Bold.ttf') format('truetype');
}

body, span, h1, h2, h3, h4, h5, h6, div {
    font-family: 'Droid Arabic Kufi', arial, sans-serif !important;
}

.txt-align-left {
    text-align: left !important;
}

.rtl .center-text {
    text-align: center !important;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.6;
}

.rtl input[type='password'] {
    /*border-left: none;*/
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}








.verification-code {
    max-width: 300px;
    position: relative;
    margin: 20px auto 20px;
    text-align: center;
}

.control-label {
    display: block;
    margin: 40px auto;
    font-weight: 900;
}

.verification-code--inputs input[type=text] {
    border: 2px solid #e1e1e1;
    width: 46px;
    height: 46px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    text-align: center !important;
}

.txt-center {
    text-align: center;
}

/* .modal-header {
            direction: rtl;
        }
*/
.modal-footer {
    justify-content: unset;
}

.invalid-feedback, .invalid-feedback-Card, .invalid-feedback-Name {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 16px;
    color: #b51d45 !important;
}

.row {
    margin-right: 15px;
    margin-left: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=text] {
    -moz-appearance: textfield;
}


.is-invalid-note {
    color: #b51d45 !important;
    font-weight: bold;
}

.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    direction: rtl !important;
}

.swal2-popup #swal2-content {
    text-align: center;
    direction: rtl !important;
}


.txt-centerlangNe {
    text-align: center
}

.csVCode {
    margin: 1px;
}


