﻿@font-face {
    font-family: 'Dubai Regular';
    src: url('../fonts/Dubai Regular.ttf') format('truetype');
}
*{
    font-family:'Dubai Regular';
      
}
:root {
    --standerColor: #B08845;
    --headerNavTextSize: 20px;
    --headerNavTextColor: aliceblue;
    --lablefontsize: 17px;
    --btn-stander-bg: #B08845;
    --btn-stander-color: #fff;
    --btn-stander-border: #b9ab7d;
    --gold: #B08845;
    --AR: rtl;
    --EN: ltr;
    --size: 422.2px;
    --transition: all 200ms ease-in;
}

html {
    scroll-behavior: smooth;
  
}
hr {
    border-top: 1px solid #00000075 !important;
    box-shadow: 1px 5px 9px 1px #211c1c !important;
    margin-bottom: 10px !important;
}
.cendered {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 12px;
    
}
    .cendered img {
        border-radius: 6px !important;
        box-shadow: -7px 10px 14px 10px #dddddd4d !important;
    }


    .AR {
        direction: var(--AR);
    }
.EN {
    direction: var(--EN);
}


.myHeader {
    background-color: #e9ecef;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .myHeader .logo-area {
        flex-grow: 1;
    }

        .myHeader .logo-area img {
            height: auto;
            width: 100%;
            max-width: 200px;
            object-fit: contain;
        }
.titleHeader {
    color: #000000;
    margin-top: 35px;
    /* background-color: #d4bf7eb8;
    box-shadow: -5px 3px 6px 3px #77777721;
    border: 1px solid #77777721;
    border-radius: 5px;
    padding: 14px 11px;*/
}
.attachment a:focus {
    color: #337ab7 !important;
}
.gold {
    color: var(--gold);
  font-size:24px;
}
.add-new {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.btn-stander {
    color: var(--btn-stander-color);
    background-color: var(--btn-stander-bg);
    border-color: var(--btn-stander-border) ;
}

/*textarea {
    width: 1174px !important;
}*/
label {
    font-size: var( --lablefontsize);
}
h2 {
    font-family: 'Dubai Regular';
}

input, select, textarea {
    max-width: 1101rem !important;
    font-size: 16px !important;
}

.myHeader img {
    width: 16rem;
}

body {
    padding-top: 0px !important;
    background-color: #fbfbfb;
}

.lang {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionBorder {
    padding: 30px 5px;
}

.mySelect {
    font-size: 1.5rem !important;
    line-height: 2.1 !important;
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-position: left 0.75rem center;
}

.row {
    padding: 10px !important;
}

.bg-mofa {
    background-color: #b68a37;
}

.btn-nav {
    --bs-btn-color: #fff;
    --bs-btn-bg: #b68a37;
    --bs-btn-border-color: #a97e2e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cda75e;
    --bs-btn-hover-border-color: #b68a37;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}

.Title h1 {
    padding: 10px 30px 10px 10px;
    color: #b68a37;
}

.Title hr {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 2px solid #b68a37 !important;
}

.ti {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 13px;
    padding: 0px 10px 20px 0px !important;
}

    .ti h2 {
        color: #b68a37;
    }

.myicon {
    font-size: 20px;
    padding-top: 20px;
    padding-right: 12px;
    color: #b68a37;
}

.sectionBorder textarea {
    max-width: 90rem;
}

.body-form {
    width: 1182px !important;
}

.btn-myPrimary {
    color: #fff;
    background-color: #b68a37;
    border-color: #b68a37;
    width: 82px;
}

    .btn-myPrimary:hover {
        color: #fff;
        background-color: #b68a37;
        border-color: #b68a37;
    }

.container {
    max-width:1500px;
    width: 1500px !important;
}


.myDatatable th {
    text-align: center !important;
}

.myDatatable td {
    text-align: center !important;
}
.lang h4{
    color:black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addBtn {
    color: white !important;
    text-decoration: none !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 23px;
}
.addBtn input{
border: 1px solid #77777761;
}

.card {
    --bs-card-border-color: none;
    margin: 33px 15px;
    box-shadow: -4px 6px 17px #cdcdcd8a;
}
.card-body {
    background-color: var(--standerColor);
    height: 16rem;
}
    .card-body a {
        color: #000000 ;
        text-decoration: underline !important;
        font-size: 19px;
        font-weight: 900;
    }
.myNavbg {
    background-color: var(--standerColor);
}
.myNav {
    width: 100px !important;
    float: left;
    color: var(--headerNavTextColor);
}
.myNav h2 {
    width: 100px !important;
    float: left;
    color: var(--headerNavTextColor);
}
.myul {
    font-size: var(--headerNavTextSize);
    color: var(--headerNavTextColor);
}
.input-group {
    display: flex !important;

}
.subTitle {
    background-color: whitesmoke;
    padding: 10px;
}

.myNavList h2 {
    color: var(--headerNavTextColor);
}
/*textarea count*/
textarea {
    width: 100%;
    min-height: 100px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0.5rem;
    color: #666;
    box-shadow: inset 0 0 0.25rem #ddd;
    &:focus

{
    outline: none;
    border: 1px solid darken(#ddd, 5%);
    box-shadow: inset 0 0 0.5rem darken(#ddd, 5%);
}

&[placeholder] {
    font-style: italic;
    font-size: 0.875rem;
}

}
.btn {
    width: 90px !important;
}
#the-count {
    float: left;
    padding: 0.1rem 0 0 0;
    font-size: 0.875rem;
}
.btn-secondary a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.btn-secondary a:hover, a:focus {
    color: white !important;
}
.Reddot {
    height: 15px;
    width: 15px;
    background-color: #f00;
    border-radius: 50%;
    display: inline-block;
}
.Greendot {
    height: 15px;
    width: 15px;
    background-color: #2ac700;
    border-radius: 50%;
    display: inline-block;
}
.btn-default:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
    background-color: #B08845;
    width: 90px !important;
    border: none;
}
.btn-default {
    border: 0px;
    color: white;
    background-color: #B08845;
}
    .NewsTitle {
        font-size: 46px;
        text-align: right;
        color: black;
    }
.newsRow {
    background-color: white;
    box-shadow: 0px 9px 12px 0px #0000001c;
    margin:0px;
}

.StatusDot {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.News_body {
    padding-left: 0px;
    padding-right: 0px;
    width: 89%;
    border: 0px solid #d9d8d8;
    padding-bottom: 28px;
    border-radius: 10px;
    background-color: #B08845;
    box-shadow: 8px 9px 20px #e7e7e7;
}
.NewsDate {
    font-size: 15px;
    font-weight: 500;
    padding-left: 37px;
}
.NewsBody {
    font-size: 30px;
    text-align: end;
    margin: 20px 0px 30px 0px;
    padding: 14px;
}
.NewsImage {
    box-shadow: -5px 5px 8px #c7c7c747;
}

.subject {
    float: right;
    background-color: white;
    padding: 10px;
    margin-right: 28px;
    font-size: 14px;
    font-weight: 600;
}



i.fa {
    color: #333;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*animation element sliding left*/
/*animation element sliding left*/

/*animation element*/

.animation-element {
    opacity: 0;
    position: relative;
}
    /*animation element sliding left*/

    .animation-element.slide-left {
        opacity: 0;
        -moz-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-100px, 0px);
        -ms-transform: translate(-100px, 0px);
        transform: translate3d(-100px, 0px, 0px);
    }

        .animation-element.slide-left.in-view {
            opacity: 1;
            -moz-transform: translate3d(0px, 0px, 0px);
            -webkit-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }
    /*animation slide right styled for testimonials*/

    .animation-element.slide.testimonial {
        float: right;
        width: 47%;
        margin: 0% 1.5% 3% 1.5%;
        background: #F5F5F5;
        padding: 15px;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
        border: solid 1px #EAEAEA;
    }

        .animation-element.slide.testimonial:hover,
        .animation-element.slide.testimonial:active {
            box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
        }

        .animation-element.slide.testimonial:nth-of-type(odd) {
            width: 48.5%;
            margin: 0% 1.5% 3.0% 0%;
        }

        .animation-element.slide.testimonial:nth-of-type(even) {
            width: 48.5%;
            margin: 0% 0% 3.0% 1.5%;
        }

        .animation-element.slide.testimonial .header {
            float: right;
            width: 100%;
            margin-bottom: 10px;
        }

        .animation-element.slide.testimonial .left {
            float: right;
            margin-right: 15px;
        }

        .animation-element.slide.testimonial img {
            width: 65px;
            height: 65px;
            border-radius: 50%;
            box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
        }



        .animation-element.slide.testimonial .content {
            float: right;
            width: 100%;
            margin-bottom: 10px;
        }



/*media queries for small devices*/
@media screen and (max-width: 678px) {
    /*testimonials*/
    .animation-element.slide.testimonial,
    .animation-element.slide.testimonial:nth-of-type(odd),
    .animation-element.slide.testimonial:nth-of-type(even) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

        .animation-element.slide.testimonial .right,
        .animation-element.slide.testimonial .left,
        .animation-element.slide.testimonial .content,
        .animation-element.slide.testimonial .rating {
            text-align: center;
            float: none;
        }

        .animation-element.slide.testimonial img {
            width: 85px;
            height: 85px;
            margin-bottom: 5px;
        }
}
/*animation element sliding left*/
/*animation element sliding left*/





card-front-content img {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    border-radius: .12em;
    box-shadow: 0 0 0 2px #fff;
}

.align {
  
    width: 100%;
    height: 453px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: space-around;
    margin-bottom:30px
}

.card-container {
    -webkit-perspective: 1200;
    -moz-perspective: 1200;
    perspective: 1200;
  
}

.card-vertical, .card-horizontal {
    height: 455px;
    width: 410px;
    box-shadow: 0 6px 8px #bbb;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 2s ease;

}

.card-front, .card-back {
    color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #B08845;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-back {
    -moz-transform: rotateY(179.9deg);
    -webkit-transform: rotateY(179.9deg);
    transform: rotateY(179.9deg);
    background: #bda174;
    color: white;
}

.card-front-content, .card-back-content {

    box-sizing: border-box;
    text-align: center;
    line-height: 2.6em;
  /*  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
}

.card-vertical:hover {
    -webkit-transform: rotateY(179.9deg);
    -moz-transform: rotateY(179.9deg);
    transform: rotateY(179.9deg);
}

.card-horizontal:hover {
    -webkit-transform: rotateX(179.9deg);
    -moz-transform: rotateX(179.9deg);
    transform: rotateX(179.9deg);
}




.requestBody {
    /*border: 1px solid #d9d8d8;*/
    border-radius: 10px;
    background-color: #efefeda3;
    box-shadow: 8px 9px 20px #e7e7e7;
/*    border: 1px solid #00000014;*/
    padding: 32px 47px !important;
}

a:hover, a:focus {
    color: white ;
    text-decoration: none !important;
}

.myNavList .col a:hover {
    background: #bda174;
    box-shadow: -4px 3px 8px 0px #d1d1d154;
}
.myNavList .col h2:hover {
font-size:30.5px;
}
.btn-default span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    width:70px;
}
.btn-default span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

.btn-default:hover span {
    padding-right: 10px;
}

.btn-default:hover span:after {
        opacity: 1;
        right: 0;
    }

.addPg span:after {
    content: '\002B';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -30px;
    transition: 0.5s;
}



.addPg:hover span {
    padding-right: 10px;
}

.addPg:hover span:after {
        opacity: 1;
        right: 0;
    }

.links .card {
    width: 30rem !important;
    background-color: #f0f8ff00 !important;
    border: 3px solid #B08845 !important;
}
.links .card:hover {
  box-shadow:0 0 black;
}
    .links .card h3, p {
        color: #B08845;
    }
.links .card .card-body {
        background-color: white !important;
    }
    .links .card .card-body p:hover {
      text-decoration:underline;
    }

.spinner-button {
    border: 2px solid #000;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 12px;
    color: #000;
    background-color: transparent
}

.btn-primary:disabled {
    color: #fff;
    background-color: #B08845;
    border-color: #B08845;
}
nav a{
    color: white !important;
}
.login-box {
    max-width: 350px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}
.navbar{
    margin-top:10px; 
    width:100% !important;
    
}
.header {
    margin-bottom: 60px;
}

    .header h1 {
        font-weight: 800;
        font-size: 3.8rem;
        color: #000000;
    }

/* ===== الهيدر ===== */
.titleHeader {
    text-align: start;
    margin-bottom: 40px;
    border-bottom: 4px solid #B08845;
    padding-bottom: 15px;
}

    .titleHeader h1 {
        font-weight: 800;
        font-size: 3.8rem;
        color: #000;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .titleHeader i {
        color: #B08845;
        font-size: 2.6rem;
    }

/* ===== الأزرار ===== */
.addBtn .btn-default {
    background-color: #B08845;
    border: none;
    padding: 10px 25px;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

    .addBtn .btn-default:hover {
        background-color: #d6ad5b;
        transform: translateY(-2px);
    }

.addBtn a {
    color: white !important;
    text-decoration: none;
}

/* ===== النقاط ===== */
.Greendot, .Reddot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: 8px;
}

.Greendot {
    background-color: #28a745;
}

.Reddot {
    background-color: #dc3545;
}

/* ===== الجدول ===== */
table.myDatatable {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
}

    table.myDatatable thead {
        background-color: #B08845;
        color: white;
        font-weight: bold;
        font-size: 1.05rem;
    }

    table.myDatatable th, table.myDatatable td {
        text-align: center;
        vertical-align: middle;
        padding: 12px 10px;
    }

    table.myDatatable tbody tr:hover {
        background-color: #f8f5ef;
    }

/* ===== أزرار الجدول (تعديل/حذف) ===== */
.btn-default {
    background-color: #B08845;
    color: white !important;
    border: none;
    padding: 6px 15px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

    .btn-default:hover {
        background-color: #d6ad5b;
    }

.btn-danger {
    background-color: #b74a4a !important;
    border: none;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 5px;
    transition: 0.3s;
}

    .btn-danger:hover {
        background-color: #a03030 !important;
    }

/* ===== DataTable Buttons ===== */
.dt-button {
    background-color: #B08845 !important;
    color: white !important;
    border-radius: 6px !important;
    border: none !important;
    font-weight: 600 !important;
    margin-right: 8px !important;
}

    .dt-button:hover {
        background-color: #d6ad5b !important;
    }
.myBody {
    background-color: #fff;
    padding: 70px 40px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    direction: rtl;
}
