@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
body {
    background: #f0f1ef;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
}

.text-en {
    font-family: "Poppins", sans-serif;
}

.text-ar {
    font-family: "Noto Kufi Arabic", sans-serif;
}

.h2, h2 {
    font-size: 1.5rem;
}

.h4, h4 {
    font-size: 1rem;
}

.bg-black {
    background-color: #000;
}

.table > thead > tr > th {
    font-weight: 500 !important;
    color: #7d7d7d;
}

label > em,
.label-em {
    color: #ff0606;
    font-size: 14px;
    font-style: normal;
    margin-left: 5px;
    line-height: 18px;
    vertical-align: middle;
}

.line-center {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .line-center span {
        background: #fff;
        padding: 0 10px;
    }

.btn-lg {
    font-size: 14px;
    font-weight: 500;
}

.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

    .btn-black:hover,
    .btn-black:active,
    .btn-black:focus {
        background-color: #111;
        border-color: #111;
        color: #fff;
    }



.btn-outline-black {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

    .btn-outline-black:hover,
    .btn-outline-black:active,
    .btn-outline-black:focus {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

.overlay {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100009;
    width: 100%;
    padding: 0px;
    margin: 0;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
}

    .overlay img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 128px;
        height: 32px;
        margin: -16px 0 0 -64px;
    }

.zindex-1073 {
    z-index: 1073 !important;
}

.zindex-1074 {
    z-index: 1074 !important;
}

.opacity-5 {
    opacity: 0.5;
}

.modal-show {
    left: 0px !important;
    top: 0px !important;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}


.RadComboBox .rcbInputCell,
.RadComboBox .rcbArrowCell,
.RadPicker td input.riTextBox {
    height: 35px !important;
    color: #000 !important;
}

.RadPicker .rcCalPopup,
.RadPicker .rcTimePopup  {
    height: 35px !important;
}

.RadComboBox table td.rcbInputCell,
.RadPicker td input.riTextBox {
    padding: 0 .75rem 0 .75rem !important;
    box-shadow: none !important;
}

.form-control {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border-color: #ccc;
}

.RadComboBoxDropDown,
.RadComboBox .rcbInput,
.RadPicker td input.riTextBox {
    font-size: 14px !important;
    color: #000 !important;
    font-family: 'Poppins',sans-serif !important;
    font-weight: 500 !important;
}

.RadCalendarPopup caption {
    display: none;
}

.RadCalendarPopup .RadCalendar .rcMain .rcRow .rcSelected a {
    border-color: #0069d9;
    background: #0069d9;
    color: #fff;
}

.custom-checkbox-black {
    position: relative;
}

    .custom-checkbox-black input[type="checkbox"] {
        margin: 0;
        opacity: 0;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

        .custom-checkbox-black input[type="checkbox"] + label {
            padding: 0 0 0 30px;
        }

            .custom-checkbox-black label:before {
                content: "";
                display: block;
                position: absolute;
                background-color: #fff;
                border: #aaa solid 1px;
                border-radius: 2px;
                width: 18px;
                height: 18px;
                top: 2px;
                left: 0;
                z-index: 0;
            }

            .custom-checkbox-black label:after {
                content: "";
                display: block;
                position: absolute;
                left: 7px;
                top: 4px;
                width: 5px;
                height: 12px;
                border: solid white;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
                z-index: 0;
                opacity: 0;
            }

        .custom-checkbox-black input[type="checkbox"]:checked + label:before {
            background-color: #000;
            border: #000 solid 1px;
        }

        .custom-checkbox-black input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }


/* Arabic */
html[dir="rtl"] body {
    text-align: right;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

html[dir="rtl"] .custom-checkbox-black input[type="checkbox"] + label {
    padding: 0 30px 0 0;
}

html[dir="rtl"] .custom-checkbox-black label:before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .custom-checkbox-black label:after {
    left: auto;
    right: 7px;
}

html[dir="rtl"] label > em,
html[dir="rtl"] .label-em {
    margin-right: 5px;
    margin-left: 0;
}