@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/************ General Styles ****************/
* {
    box-sizing: border-box;
}

@font-face {
    font-family: sand;
    src: url(../fonts/FrutigerLTArabic55Roman.ttf);
    /*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/

}

@font-face {
    font-family: head;
    src: url(../fonts/FrutigerLTArabic65Bold.ttf);
    /*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/

}

/*@font-face {*/
/*    font-family: poppins;*/
/*    src: url(../fonts/pxiEyp8kv8JHgFVrJJfecg.woff2);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: Montserrat;*/
/*    src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

::-webkit-scrollbar { width: 5px }

::-webkit-scrollbar-track { background: #333 }

::-webkit-scrollbar-thumb { background: #cf152d }

::-moz-selection {
    color: #fff;
    background: #cf152d;
}

::selection {
    color: #fff;
    background: #cf152d;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: head, serif !important;
    direction: rtl;
    color: #212529;
}

p, span, a, select, input, textarea, select option {
    font-family: sand, sans-serif !important;
    text-decoration: none;
    color: #212529;
    font-size: .9em;
}

a:hover, a:focus,
.link:hover, .link:focus{
    text-decoration: none;
    color: #212529
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: sand, serif !important;
    color: #212529 !important;
    overflow-x: hidden;
    direction: rtl;
    background-color: rgb(204 204 204 / 40%);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    width: 2em;
    height: 2em;
}

.show-logo {
    display: none;
}

.main-container {
    background-color: rgba(255, 255, 255, 0.9);
    width: 90%;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    padding: 25px;
}

.border-btm {
    border-bottom: 3px solid rgb(204 204 204 / 40%);
    display: inline-block;
    padding-right: 35px;
    padding-bottom: 10px;
}

input:not(input[type='radio']), select, textarea {
    border: 0 !important;
    border-radius: 0px !important;
    border-bottom-right-radius: 3px !important;
    color: #333 !important;
    /*padding: 20px !important;*/
    font-size: 0.8em !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    box-shadow: 1px 1px 4px #666 !important;
    height: 45px !important;
    direction: rtl;
    text-align: right;
    margin-top: 15px;
}

input[type='radio'] {
    display: inline-block !important;
    width: unset;
}

.radios-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

.radios-container div label {
    position: absolute;
    left: 25%;
    bottom: 5px;
    width: 30%;
    text-align: left;
    cursor: pointer;
    z-index: 999;
}

/*.form-check [type="radio"]:checked ~ .checkmark {*/
/*    background-color: #cf152d;*/
/*}*/

/* Customize the label (the container) */
.radios-container div {
    position: relative;
    cursor: pointer;
    width: calc(100% / 10);
    text-align: center;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radios-container div input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: -33px;
    right: 60px;
    height: 20px;
    width: 20px;
    background-color: rgb(204 204 204 / 40%);
    border-radius: 50%;
    /*transition: all 0.1s linear*/
}

/* On mouse-over, add a grey background color */
.radios-container div:hover input ~ .checkmark {
    background-color: rgb(204 204 204 / 75%);
}

/* When the radio button is checked, add a blue background */
.radios-container div input:checked ~ .checkmark {
    /*background-color: #cf152d;*/
    background-color: rgb(204 204 204 / 40%);
    border: 3px solid #cf152d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radios-container div input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radios-container div .checkmark:after {
    top: 2.5px;
    left: 2.5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cf152d ;
}


.radios-container div label {
    position: absolute;
    left: 25%;
    bottom: 5px;
    width: 30%;
    text-align: left;
    cursor: pointer;
    z-index: 999;
}

/*.form-check [type="radio"]:checked ~ .checkmark {*/
/*    background-color: #cf152d;*/
/*}*/

/* Customize the label (the container) */
.form-check {
    position: relative;
    cursor: pointer;
    text-align: left;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 5px;
}

/* Hide the browser's default radio button */
.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.form-check .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: rgb(204 204 204 / 40%);
    border-radius: 50%;
    /*transition: all 0.1s linear*/
}

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
    background-color: rgb(204 204 204 / 75%);
}

/* When the radio button is checked, add a blue background */
.form-check input:checked ~ .checkmark {
    /*background-color: #cf152d;*/
    background-color: rgb(204 204 204 / 40%);
    border: 3px solid #cf152d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.form-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.form-check .checkmark:after {
    top: 2.5px;
    left: 2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cf152d ;
}

.form-check-label {
    margin-left: 5px;
    font-weight: 500;
    cursor: pointer;
}

select {
    padding-bottom: 10px !important;
}

.form-group {
    position: relative;
}

.yes {
    display: none;
}

.error-input {
    box-shadow: 1px 2px 3px #cf152d !important;
}

.float-label {
    background-color: rgba(255, 255, 255, 0.9);
    color: #212529;
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 0.85em;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    /*border: 1px solid #333;*/
}

label, .label {
    color: #212529;
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.5px
}

select option {
    padding: 10px !important;
    color: #212529;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.header {
    background-image: linear-gradient(180deg, #211B1A 0%, #3F3735 100%);
    padding: 5px;
}

.header img {
    width: 150px;
    height: 78px;
}

.header ul {
    align-items: center;
}

.header ul li a {
    color: #f3f3f3;
    font-weight: bold;
}

.header .social {
    /*min-width: 75px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.header .social:first-of-type {
    margin-right: 120px;
}

.header .social:last-of-type {
    margin-left: 120px;
}

.header .social i {
    font-size: 1.4em;
}

.wrong-value {
    color: #cf152d;
    font-size: 1em;
    margin-left: 5px;
    line-height: 0;
    position: relative;
}

.alert {
    position: fixed;
    top: 30px;
    left: -100%;
    height: auto;
    margin: auto;
    max-width: 350px;
    width: 350px;
    padding: 15px;
    text-align: center;
    z-index: 99999999999;
    display: flex;
    font-size: 1em;
    font-weight: bold;
    justify-content: space-between;
    /*flex-direction: row-reverse;*/
    align-items: center;
    background-color: #f8f9fa;
    opacity: 1;
    /*transition: all 0.5s linear;*/
}

.alert .icon {
    font-size: 2em;
    position: relative;
}

.alert .icon:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 1.5px;
    top: 5px;
    height: 80%;
    background-color: #cdcdcd;
    border-radius: 10px
}

.alert .text {
    flex: 3;
    margin-right: 10px;
}

.alert .text h6 {
    margin: 0;
    color: #aaa;
    font-size: 0.9em;
}

.alert .alert-close {
    cursor: pointer;
    border-radius: 50%;
    padding: 5px 10px;
    position: relative;
    background-color: #f8f9fa;
    opacity: 1;
    font-size: 1.2em;
}

.alert .alert-close .icon i {
    color: #cdcdcd
}

.alert .alert-close:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 100%;
    height: 100%;
    color: #000;
    border-radius: 50%;
    z-index: -99
}

.success-alert {
    border: 7px solid rgba(89, 2021, 126, 0.4);

}

.success-alert > div.icon > i {
    color: #59c97e;
}

.success-alert .alert-close:after {
    background-color: rgba(89, 2021, 126, 0.4);
}

.error-alert {
    border: 7px solid rgba(244, 67, 54, 0.4) !important;

}

.error-alert > div.icon > i {
    color: #f44336;
}

.error-alert .alert-close:after {
    background-color: rgba(244, 67, 54, 0.4);
}

.load {
    display: block;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    z-index:999999999;
    transition: all 0.1s linear;
    opacity: 0;
    background-color: rgba(26, 26, 36, 0.9);
}

.loading {
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.loading div {
    width: 1rem;
    height: 1rem;
    margin: 2rem 0.3rem;
    background: #cf152d;
    border-radius: 50%;
    position: relative;
    top: calc(40vh - 16px);
    -webkit-animation: 0.6s bounce infinite alternate;
    animation: 0.6s bounce infinite alternate;
}
.loading div:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.loading div:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes bounce {
    to {
        opacity: 0.6;
        transform: translate3d(0, -1rem, 0);
    }
}

@keyframes bounce {
    to {
        opacity: 0.6;
        transform: translate3d(0, -1rem, 0);
    }
}

.button {
    margin-top: 10px !important;
    background-color: #cf152d !important;
    padding: 10px 25px !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 1em !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 0 !important;
}

.seconadry-button {
    margin-top: 10px !important;
    background-image: linear-gradient(180deg, #211B1A 0%, #3F3735 100%) !important;
    padding: 10px 25px !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 600 !important;
    font-size: 0.8em !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 0 !important;
}

.order-collapse:first-of-type {
    border-top: 3px solid rgb(204 204 204 / 40%);
}

.order-collapse {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

.order-collapse .collapse {
    border-top: 1px solid rgb(204 204 204 / 40%)
}

table td, table th {
    text-align: center;
    vertical-align: middle !important;
}

.table-bordered td, .table-bordered th {
    border-color: #333 !important;
    border-bottom-width: 1px !important;
}

.page-item {
    margin: 5px;
}

.page-item a {
    color: #cf152d;
    min-width: 30px;
    height: 30px;
    border: 0;
    line-height: 30px;
    padding: 0;
    text-align: center;
    border-radius: 0.375rem;
    font-size: 1em;
    margin: 0 0.125rem !important;
    transition: all .25s ease-in-out;
    border: 0;
}

.page-next, .page-prev {
    cursor: pointer;
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--red-600) !important;
    text-decoration: none;
    line-height: 1.1;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-item.active a {
    color: var(--white) !important;
    background-color: #cf152d !important;
    border: 0 !important;
    font-size: 1em !important;
}