@font-face {
    src: url("../fonts/Almarai-Regular.ttf");
    font-family: "main";
}
@font-face {
    src: url("../fonts/Almarai-Bold.ttf");
    font-family: "main-bold";
}

:root {
    --main: #533B31;
    --middle: #88603B;
    --sub: rgba(136, 96, 59, 0.61);
    --label:#F2F2F2;
    --sub-href: #797D90;
    --primary: #5E8BF6;
    --success: #24C952;
    --bg-main: #1C1F2E;
    --bg-sub: #1F2336;
    --shadow-main: 0px 3px 2px rgba(11, 8, 8, 0.17);
    --shadow-sidebar: 0px 8px 16px rgba(11, 8, 8, 0.17);
    --shadow-card: 0px 4px 4px #1D2032;
    --bg-button: linear-gradient(to left, #5A29D6, #3859EE);
    --bg-linear: linear-gradient(to bottom, #5A29D6, #3859EE);
    --radius-button:6px;
    --border-color:#E8E9F240;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "main", sans-serif;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: var(--main);
    font-family: "main", sans-serif;
    direction: rtl;
    background: #FFFFFF;
}
.font-bold{
    font-family: "main-bold" , sans-serif;
}
a{
    text-decoration: none;
}
#main-header{
    z-index: 99999999;
    background: rgba(136, 96, 59, 1);
}
.rollup{
    cursor: pointer;
}
.text-main{
    color: var(--main) !important;
}
.text-middle{
    color: var(--middle) !important;
}
.text-sub{
    color: var(--sub) !important;
}
main section .slider{
    height: 100vh;
}
.overlay{
    background: linear-gradient(to left ,rgba(136, 96, 59, 1),rgba(136, 96, 59, 0.1));
    height: 100%;
    width: 100%;
}
.z-1200{
    z-index: 100;
}
.z-1024{
    z-index: 1024;
}
.w-60{
    width: 75%;
}
.top-50-slider{
    top: calc(50% - 285px);
}
.bg-main{
    background: rgba(136, 96, 59, 1);
    transition: ease 0.5s;
}
.company-image{
    filter: drop-shadow(-1rem 0rem 1rem #000000);
}
.icon-input {
    margin: 11px 15px;
    font-size: 15px;
}
.pe-5-e{
    padding-right: 68px;
}
.py-3-e{
    padding-top:12px ;
    padding-bottom:12px ;
}
.font-17{
    font-size: 17px;
}
.font-22{
    font-size: 21px;
}
.font-27{
    font-size: 25px;
}
.border-warning{
    border-color: #E1AE36 !important;
}
header nav .active{
    color: #E1AE36 !important;
    font-weight: 700;
}
nav .dropdown-toggle::after {
    display: none;
}
.btn-check:focus + .btn, .btn:focus{
    box-shadow: 0 0 0;
}
.dropdown, .dropend, .dropstart, .dropup{
    position: static;
}
.font-24{
    font-size: 17px;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0;
    left: auto;
    margin-top: -15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
}
.rounded-18{
    border-radius: 15px;
}
.py-button{
    padding-top: 6px;
    padding-bottom: 6px;
}
.px-search{
    padding-left: 15px !important;
    padding-right: 10px !important;
}
.shadow-card{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}
.shadow-card-image{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.mt-n-40{
    margin-top: -90px;
}
.border-main{
    border-color: #914600 !important;
}
.border-sub{
    border-color: rgba(136, 96, 59, 0.28) !important;
}
.cover{
    object-fit: cover;
}
.bg-section-question{
    background: #DCD4CD;
}
.font-19{
    font-size: 19px;
}
.rounded-10{
    border-radius: 10px;
}
.edit-card{
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    background: rgb(252, 249, 249);
}
.gradient-text {
    background: linear-gradient(269.87deg, #DFAC35 43.31%, rgba(220, 170, 52, 0.825412) 113.36%, rgba(206, 159, 49, 0) 206.15%);
    -webkit-background-clip: text;
    color: transparent;
}
.p-drop{
    padding: 11px 60px !important;
}
footer{
    background-image: url("../images/bg-footer.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-header{
    background-image: url("../images/bg-header.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.font-14{
    font-size: 12px;
}
.after-list::after{
    content: "";
    height: 85%;
    width: 1px;
    background: var(--middle);
    position: absolute;
    top: 10px;
    right: 5px;
}
.bg-profile{
    background: rgba(83, 59, 49, 1);
}
/*.login-image{*/
/*    object-fit: contain;*/
/*    height: calc(100vh + 50px);*/
/*    position: relative;*/
/*    top: -50px;*/
/*    object-position: right;*/
/*}*/
.allContent{
    height: 100vh;
    background-image: url("../images/login.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
}
.allContent-2{
    height: 100vh;
    background-image: url("../images/bg-login-2.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
}
.allContent-3{
    /*height: 100vh;*/
    background-image: url("../images/bg-register.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50%;
}
.cursor{
    cursor: pointer;
}
.form-check-input:checked[type="radio"] {
    background-image: url("../images/point.png") !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent !important;
}
.shadow-login{
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
}
.top-23{
    top: 11px;
}
.form-check-input:checked{
    /*background: none;*/
    box-shadow: 0 0 0;
    border:0 ;
    background-image:url("../images/point.png");
}
.form-check-input:checked[type="checkbox"] {
    background-image:url("../images/check.png") !important;
    background-size: contain;
    background-color: #F0F1F7;
}
.form-check-input:focus{
    box-shadow: 0 0 0 !important;
}
.form-login-check{
    padding-left: 0 !important;
    padding-right: 20px;
}
.form-login-check .form-check-input {
    float: right;
    margin-right: -1.5em;
}
.form-login-check .form-check-input{
    width: 15px;
    height: 15px;
    background: linear-gradient(0deg, #F0F1F7, #F0F1F7),
    linear-gradient(0deg, #ECECEC, #ECECEC);
}
.login .form-control::placeholder{
    color: var(--sub) !important;
}
.bg-sub{
    background-color: rgba(220, 212, 205, 0.23) !important;
}
.bg-button{
    background-color: rgba(220, 212, 205, 1);
}
.font-15{
    font-size: 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: .5rem;
    color: #6c757d;
}
.shadow-input-search{
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.shadow-card-edit{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.image-in-card{
    object-fit: contain;
    margin: 25px 20px !important;
}
.ps-5-e{
    padding-left: 75px;
}
textarea {
    resize: none;
}
.form-control:focus{
    box-shadow: 0 0 0 !important;
}
.bg-primary-badge{
    background-color: rgba(64, 92, 124, 1);
}
.fw-400{
    font-weight: 400;
}
input.placeholder-color-main::placeholder {
    color: var(--main) !important;
    font-family: "main-bold" , sans-serif;
}
.py-75{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.bg-success{
    background-color: #04C100 !important;
}
.bg-mid{
    background-color: #B3A312 !important;
}
select.form-select{
    background-position: left .75rem center !important;
    padding-left: 55px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
}
.card-rating{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.shadow-description{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.lh-1-8{
    line-height: 1.8;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: var(--middle) !important;
}
.select2-container--default .select2-selection--multiple{
    border-color: var(--middle) !important;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: none !important;
    border-color: var(--middle) !important;
    color: var(--middle) !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.w-edit-profile{
    width: 40px;
    height: 40px;
}
.top-n2{
    top: -25px;
}
.end-n2{
    right: -15px;
}
#canvas{
    width: 600px;
    height: 600px;
}

.pagination .page-item .page-link{
    border-radius: 0;
}

.page-item.active .page-link {
    background-color: #845e3a;
    border-color: #845e3a;
}
.pagination .page-link{
    color: #845e3a;
}
.min-vh-50{
    margin-top: 70px;
}
.card-header{
    background-color: rgb(136 96 59 / 19%);
}
.badge{
    font-size: 15px;
}


/*table responsive */
.table-res{
    width: 100%;
    text-align: right;
    border-collapse: collapse;
}

.table-res th , .table-res td {
    padding: 5px 10px;
    text-align: center;
}

.table-res th{
    background: #845e3a;
    color: #fff;
    font-weight: 500;
}

.table-res tr:nth-child(even){
    background: #f1f1f1;
}

#wheel{
    position: relative;
}

#wheel label{
    position: absolute;
    background: #fff;
    color: #000;
    z-index: 100;
    top: 50%;
    right: 50%;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 15px;
    border: 2px solid #000000;
    transform: translate(50%, -60%);
    cursor: pointer;
    z-index: 0;
}

@media(max-width: 600px){

    .table-res td{
        display: grid;
        grid-template-columns: 16ch auto;
        padding: 0.5rem 1rem;
    }
    .table-res th{
        display: none;
    }
    .table-res td:before{
        content: attr(data-cell) ": ";
        font-weight: bold;
        text-transform: capitalize;
    }
    .table-res td{
        text-align: right;
    }
    .table-res tr{
        border-bottom: 1px solid #e4c2a2;
    }

}

@media (min-width:768px ) {
    .offset-md-5-rtl{
        margin-right: 41.66666667%;
        margin-left: 0 !important
    }
}
@media (max-width: 768px) {
    main section .slider {
        height: auto;
    }
    .slider-image{
        object-fit: cover;
    }
    .hero{
        margin-top: 80px;
    }
    .menu-image{
        width: 30px !important;
    }
    .navbar-toggler:focus{
        box-shadow: 0 0 0 !important;
    }
    .navbar-collapse{
        background: rgb(136, 96, 59);
        left: 0;
        top: 99px;
        position: absolute;
        width: 100%;
    }
    .card-sm-m{
        margin-bottom: 100px;
    }
    .bg-header{
        background-size: cover !important;
    }
    .bg-header .navbar-collapse{
        position: relative;
        background: none;
        top: 0;
    }
    footer{
        background-size: cover !important;
    }
    .font-27{
        font-size: 19px;
        line-height: 1.4;
    }
    .allContent {
        background-position: center;
        background-size: cover;
    }
    .allContent-2 {
        background-position: center;
        background-size: cover;
    }
    .allContent-3 {
        background-position: center;
        background-size: cover;
    }
    .login-sm{
        background: rgba(255,255,255,0.8);
    }

}

@media (max-width: 600px){
    #canvas{
        width: 100%;
        height: auto;
    }
}


@media (max-width: 500px){

}