
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(245, 4, 4, 0);
	border-radius: 10px;
    background-color: #ffffff;
}
::-webkit-scrollbar{
    float: right;
	width: 10px;
    background-color: #e7e7e7;
    height: 10px;
}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #00000000;
    background-color: #a3a3a3;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700');

@font-face {
    font-family: "Tajawal", sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
}
/* @font-face {
    font-family: jf-flat-regular;
    src: url("../fonts/jf-flat-regular.ttf")  
} */
 *{
    font-family: "Tajawal", sans-serif;
 }
p, a, h2, h3, h4, h5, h6, span, ul, li, MARQUEE, input, button, .textarea, textarea, label, select, tr, table, th{
    font-family: "Tajawal", sans-serif;
    margin: 0;
}
a:hover {
    color: var(--main-color);
}
button:focus, button:active:focus, button.active:focus, button.focus, button:active.focus, button.active.focus{
    outline: 0 !important;
}
a{
    cursor: pointer;
}
.container-full .row {
    margin-left: 0;
    margin-right: 0;
}
.pdd_l_0{
    padding-left: 0;
}
.pdd_0{
    padding: 0;
}

.lg-hidden{
    display: none;
}
/*----------------------------------------*/
/*  MY STYLE
/*----------------------------------------*/
html, body {
	/* height: 100%; */
}
body {
	background: #E7E7E7 none repeat scroll 0 0;
	color: #000;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {
    max-width:100%;
	height:auto;
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:active, a:hover {
    outline: 0 none;
}
a:hover, a:focus {
    text-decoration: none;
}
#scrollUp {
    background: #360e38 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    /* opacity: 0.6; */
    left: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}
#scrollUp:hover {
    background: #2F2D51;
    opacity: 1;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #267764;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #267764;
    text-shadow: none;
    color: #fff;
}
.ltr{
    direction: ltr;
}
.rtl{
    direction: rtl;
}
.flex-card{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


/*----------------------------------------*/
/*   Width Classes
/*----------------------------------------*/
.width-50{
    min-width: 50px;
}
.width-70{
    min-width: 70px;
}
.width-80{
    min-width: 80px;
}
.width-100{
    min-width: 100px;
}
.width-120{
    min-width: 120px;
}
.width-150{
    min-width: 150px;
}
.width-170{
    min-width: 170px;
}
.width-180{
    min-width: 180px;
}
.width-200{
    min-width: 200px;
}
.width-220{
    min-width: 220px;
}
.width-240{
    min-width: 240px;
}
.width-250{
    min-width: 250px;
}
/*----------------------------------------*/
/*   Main Button Style
/*----------------------------------------*/
/* Main Button Style */
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
.main-btn{
    padding: 9px 10px;
    border-radius: 100px;
    min-width: 150px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    line-height: 0;
}
.main-btn i{
    font-size: 16px;
    vertical-align: middle;
}
/* primary */
.primary-btn{
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #fff;
}
.primary-btn:hover{
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    color: #fff;
}

/* secondary */
.secondary-btn{
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    color: #fff;
}
.secondary-btn:hover{
    border: 1px solid var(--main-background);
    background: var(--main-background);
    color: #fff;
}
/* without Style */
.no-style-btn{
    border: 1px solid #00ae8500;
    background: #00ae8500;
    color: #6f6f6f;
    min-width: 70px;
}
/* disable Style */
.disable-btn{
    border: 1px solid var(--secondary-color);
    opacity: 0.38;
    background: rgba(40, 100, 86, 0.11);
    color: var(--secondary-color);
    cursor: no-drop !important;
}
/* border */
.border-btn{
    border: 1px solid var(--secondary-color);
    background: #00ae8500;
    color: var(--secondary-color);
    font-weight: 500;
}
.border-btn:hover{
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #ffffff;
}
.border-btn.black{
    border: 1px solid #000;
    background: #00ae8500;
    color: #000;
}
.border-btn.black:hover{
    border: 1px solid #000;
    background: #000;
    color: #ffffff;
}

/*----------------------------------------*/
/*   Padding Size
/*----------------------------------------*/
.padd_100{
    padding: 100px 0;
}
.padd_80{
    padding: 80px 0;
}
.padd_60{
    padding: 60px 0;
}
.padd_50{
    padding: 50px 0;
}
.padd_40{
    padding: 40px 0;
}
.padd_30{
    padding: 30px 0;
}
.padd_20{
    padding: 20px 0;
}
/*----------------------------------------*/
/*   Status Style
/*----------------------------------------*/
.status{
    position: relative;
    background: #ddd;
    padding: 5px 15px 5px 15px;
    border-radius: 100px;
    color: #151515;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #ddd0;
    line-height: initial;
    display: inline-block;
    text-align: center;
    min-width: 100px;
}
.badge-st{
    position: relative;
    padding: 5px 15px 5px 15px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #ddd0;
    line-height: initial;
    display: inline-block;
    text-align: center;
    min-width: 90px;
}
.sts-done{
    color: #15A57C;
    background: #15A57C12;
    border-color: #15A57C70;
}

.sts-org{
    color: #DD6A21;
    background: #F2841E12;
    border-color: #DD6A2170;
}
.sts-under_review{
    color: #3270CE;
    background: #3270CE12;
    border-color: #3270CE70;
}

.sts-rejected{
    color: #EB3D4D;
    background: #EB3D4D12;
    border-color: #EB3D4D70;
}
.sts-waiting{
    color: #5D2396;
    background: #5D239612;
    border-color: #5D239670;
}
.sts-pending{
    color: #B28815;
    background: rgba(235, 192, 72, 0.20);
    border: 1px solid rgba(220, 178, 61, 0.72);
}
/*----------------------------------------*/
/*   Background Colors
/*----------------------------------------*/
.bg-w{
    background: #fff;
}

/*----------------------------------------*/
/*   Form
/*----------------------------------------*/
/* Main Form */
.main-form .form-group{
    margin: 10px 0;
    padding: 0 8px;
    text-align: right;
}
.main-form label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 10px;
    display: block;
    line-height: 15px;
}
.main-form .imp-inpt{
    color: #e02828;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    margin-left: 2px;
}
.main-form .form-control{
    display: block;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #d0d0d0;
    background: #f5f5f5;
    color: #000000;
    font-size: 14px;
    min-height: 48px;
    padding: 10px 18px;
    font-weight: 500;
    line-height: 0;
}
.main-form textarea.form-control{
    border-radius: 15px;
}
.main-form textarea.form-control{
    line-height: 17px;
    padding-top: 17px;
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(110 51 169 / 0%);
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--main-color);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(110 51 169 / 0%);
}
.main-form .select-options {
    text-align: right;
    padding-right: 13px;
    height: calc(35px + 0.75rem + 2px);
    line-height: 28px;
    font-size: 12px;
    padding: 10px 23px;
    font-weight: 600;
}
.main-form .select-options {
    text-align: right;
    padding-right: 13px;
    height: calc(35px + 0.75rem + 2px);
    line-height: 28px;
    font-size: 12px;
    padding: 10px 23px;
    font-weight: 500;
}
.add-soci-card .select-options{
    font-weight: 700;
}
.nice-select{
    position: relative;
}
.nice-select:after {
    content: '';
    display: block;
    height: 7px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: auto;
    left: 15px;
    top: 49%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 5;
    width: 100%;
    overflow-y: auto;
    height: auto;
}
::placeholder {
    color: #5A5A5A;
    font-weight: 300;
    opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
    color: #5A5A5A;
    font-weight: 300;
}
.input-str-icon{
    position: relative;
}
.input-str-icon .form-control{
    padding-right: 50px;
}
.inpt-icon{
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 17px;
}
.lft-span{
    font-size: 13px;
    color: #000;
    position: absolute;
    top: 14px;
    left: 20px;
}
/*----------------------------------------*/
/*   Modal
/*----------------------------------------*/
/* Modal Styles */
 @media (min-width: 576px) {
    .modal-dialog {
        margin: 9rem auto;
    }
     .lg-modal-card .modal-dialog {
         max-width: 890px;
         margin: 1.75rem auto;
     }
     .extra-lg-modal-card .modal-dialog{
         max-width: 990px;
     }
 }
 .lg-modal-card .modal-content {
     padding: 27px 30px 27px 30px;
     border-radius: 25px;
     background: #FFF;
     box-shadow: 0px 0px 9.3px 0px rgba(0, 0, 0, 0.20);
 }
 .modal-header {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 11%);
}
 .modal-header .btn-close {
    margin-left: 0;
    opacity: 1;
    background-color: #00000000;
    border-radius: 50px;
    width: 14px;
    height: 14px;
    font-size: 8px;
    position: absolute;
    left: 25px;
    top: 25px;
    border: 2px solid rgb(0 0 0 / 22%);
    color: #626262;
 }
 .modal-body{
    padding: 20px 0 0;
 }
 .modal-title {
    text-align: right;
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2px;
    position: relative;
    padding-right: 0;
 }
 .modal-content {
    padding: 24px 20px 26px 20px;
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 0px 9.3px 0px rgba(0, 0, 0, 0.20);
}
 .modal-txt{
     margin-bottom: 20px;
 }
 .modal-txt h3{
     color: #000;
     font-size: 18px;
     font-family: "Tajawal", sans-serif;
     margin-bottom: 15px;
 }
 .modal-txt h5{
     color: #3b3b3b;
     font-size: 14px;
     margin-bottom: 15px;
     line-height: 23px;
 }
 .modal-btns {
     display: flex;
     gap: 10px;
 }
 
 .footer-modal, .footer-modal.modal-btns{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid rgba(226, 232, 240, 0.08);
    padding-top: 15px;
    margin-top: 10px;
}
/*----------------------------------------*/
/*   Header Area 
/*----------------------------------------*/
/* ====  Navbar  ==== */
.navbar-brand-logo{
    padding: 0;
    margin: 0;
}
.navbar-brand-logo img{
    display: block;
    height: 40px;
    margin-top: 0px !important;
    transition: all .3s ease;
    margin-top: -11px !important;
}
.desk-navbar{
    background: #ffffff;
    padding: 15px 20px 15px 30px;
    border-radius: 15px;
    color: #000;
    display: flex;
    flex-basis: auto !important;
    flex-direction: row;
    justify-content: space-between;
}
.navbar-toggler { 
    width: 42px;
    height: 40px;
    background: var(--secondary-color);
    line-height: 24px;
    padding: 10px;
}
.navbar-toggler i{ 
    color: var(--font-light-color);
}
.navbar-toggler[aria-expanded="false"] .menu-icon {
    display: block;
    color: var(--font-light-color);
}
.navbar-toggler[aria-expanded="false"] .close-icon {
    display: none;
}
.navbar-toggler[aria-expanded="true"] .close-icon {
    display: block;
    color: var(--font-light-color);
}
.navbar-toggler[aria-expanded="true"] .menu-icon {
    display: none;
}
.nav-ctr-lft{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.navbar{
    background-image: url(../images/background/vec-bg.svg);
    padding: 10px 30px;
    position: relative;
    top: 0;
    width: 100%;
    height: 120px;
    border-bottom: 1px solid rgba(113, 92, 110, 0.22);
    background-color: #20483E;
    border-radius: 0 0 25px 25px;
}
.navbar::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #13483b2b;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 0 0 25px 25px;
}
.navbar .container, .navbar .container-fluid{
    position: relative;
    z-index: 2;
    width: 79%;
    margin-right: auto;
    margin-left: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--font-dark-color);
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #462CFF;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #462CFF;
}
.navbar-brand img {
    width: 123px;
    height: 30px;
    margin-right: 0;
}
.navbar.active {
    position: fixed;
    top: 0;
    margin: 0;
    display: flex;
    align-content: center;
    align-items: center;
    box-shadow: 0px 10px 20px 2px #190d252e;
}
.navbar-brand-logo{
    padding: 0;
    margin: 0;
}
.navbar-brand-logo img{
    display: block;
    height: 40px;
    margin-top: 0px !important;
    transition: all .3s ease;
    margin-top: -11px !important;
}
.navbar-nav .nav-link {
    color: var(--font-dark-color);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 10px;
    margin-right: 0;
    margin-left: auto;
}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active, .navbar-nav .nav-link:active, .navbar-nav .nav-link:focus {
    color: var(--secondary-color);
}
.navbar-brand {
    float: right;
    /* flex: 1 0 0%; */
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        flex: 1 0 60%;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 5px 10px;
    }
}
.dropdown-menu.show {
    display: block;
}
.dropdown-btn-log.show{
    background: #fff;
    color: #261325;
}
.dropdown .dropdown-menu{
    width: 100%;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #c7d8e200;
    color: #000;
    margin: 0 0;
    padding: 0;
    margin-top: 10px;
    left: 0;
    right: auto;
}
.dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}
.dropdown-item {
    width: 100%;
    padding: 15px 20px;
    clear: both;
    font-weight: 600;
    color: #000000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
}
.dropdown-item i{
    font-size: 17px;
    margin-left: 8px;
    vertical-align: middle;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item{
    font-size: 14px;
    padding: 15px 20px;
    color: var(--font-light-color);
    border-bottom: 1px dashed #252525;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: var(--secondary-color);
    background-color: #f8f8f814;
}
.navbar-nav .dropdown li:last-child .dropdown-item{
    border-bottom: 1px dashed #25252500;
}

.hd-profile-button .dropdown-menu{
    margin-top: 24px;
    box-shadow: 10px 10px 35px rgba(0,0,0,0.125), -10px -10px 35px rgba(0,0,0,0.125);
}
.hd-profile-button .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -18px;
    right: 25px;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
}

.navbar-nav .dropdown .dropdown-menu{
    background: #ffffff;
    color: #000;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 15px 20px;
    color: #000;
    border-bottom: 1px solid #ededed;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
    background-color: var(--main-color);
    color: var(--font-light-color);
    padding-right: 15px;
}
.dropdown-btn-log{
    color: var(--font-light-color);
    border: 1px solid #fff;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 13px;
    padding-top: 11px;
}
.dropdown-btn-log:hover{
    background: #fff;
    color: #261325;
}
.dropdown-btn-log i{
    line-height: 0;
    vertical-align: middle;
    margin-left: 4px;
    font-size: 19px;
}
.reg-accc-mob-scrn{
    margin-left: 12px;
}
/* Mobile Nav Links */
.mobile-nav{
    display: flex;
    width: 100%;
    background: var(--main-background);
    padding: 7px 13px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
    bottom: -1px;
    right: 0;
    min-height: 73px;
    border-radius: 25px 25px 0 0;
    display: none;
}
.mobile-nav-links{
    display: flex;
    width: 100%;
    padding: 10px 10px;
    border-radius: 25px;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}
.mobile-nav-links a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    align-content: flex-start;
    color: var(--font-light-color);
    font-size: 14px;
    font-weight: 600;
}
.mobile-nav-links a i {
    font-size: 20px;
    color: var(--font-light-color);
}
.mobile-nav-links a.active{
    color: var(--main-color);
}
.mobile-nav-links a.active i{
    font-weight: bold;
    color: var(--main-color);
}
/* hd-left */
.hd-left{
    display: flex;
    margin-right: 30px;
    position: relative;
    align-items: center;
    gap: 25px;
}
.reg-log-buttons{
    padding: 0;
    margin-left: 0;
}
.reg-log-buttons a {
    border-radius: 50px;
    background:var(--main-color);
    display: flex;
    padding: 15px 26px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: var(--font-light-color);
    text-align: right;
    font-family: "Tajawal", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
}
.reg-log-buttons a:hover{
    background: #117b72;
    color: var(--font-light-color);
}
.arrow-rt {
    transform: rotate(37deg);
}
.hd-profile-button .drop-profile-btn {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.drop-profile-btn img{
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.drop-profile-btn i{
    font-size: 20px;
    background: rgba(220, 230, 236, 0.81);
    color: #20484E;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hd-profile-button .drop-profile-btn h5{
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}
.hd-left .btn-item{
    position: relative;
}
.hd-left .btn-item:not(:first-child)::before{
    content: "";
    width: 2px;
    height: 40%;
    position: absolute;
    right: -13px;
    top: 30%;
    background: #CED7DD;
}

/* Dashboard Navbar Links || Mobile Screens */
.dashboard-sidebar{
    overflow: auto;
    width: 80%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),
                linear-gradient(90deg, var(--main-background) 0%, var(--main-background) 72.36%);
}
body[data-theme-value="default-theme"] .dashboard-sidebar{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #371b30 0%, #1F102E 72.36%);
}

.dashboard-sidebar .navbar-nav{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
}
.dashboard-sidebar .sidebar-head {
    text-align: center;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid var(--main-background);
    margin-bottom: 15px;
}
.dashboard-sidebar .prf-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #F6F6F6;
    border: 1px solid #c6c6c6;
    overflow: hidden;
    margin: auto;
}
.dashboard-sidebar .prf-img img{
    width: 100%;
    height: 100%;
}
.dashboard-sidebar .prf-titles {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.dashboard-sidebar .prf-titles h3 {
    text-align: center;
    font-size: 17px;
    color: var(--font-light-color);
    font-weight: 700;
}
.dashboard-sidebar .prf-titles h5 {
    font-size: 14px;
    color: var(--font-light-color);
}
/* Links */
.dashboard-sidebar .nav-item .pg-link{
    display: flex;
    width: 100%;
    padding: 12px 25px 12px 15px;
    color: var(--font-light-color);
    font-size: 15px;
    text-align: right;
    font-family: "Tajawal", sans-serif;
    align-items: center;
    flex-direction: row;
    font-weight: 700;
}
.dashboard-sidebar .nav-item .pg-link i {
    width: 28px;
    height: 27px;
    font-size: 19px;
    color: var(--font-light-color);
    margin-left: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.dashboard-sidebar .sidebar-pages .pg-link.active {
    color: var(--main-color);
}
.dashboard-sidebar .sidebar-pages .pg-link.active i {
    background: var(--secondary-color);
    color: var(--font-light-color);
    font-size: 13px;
}
.sidebar-pages .dropdown.pg-link .dropdown-item.active, .sidebar-pages .dropdown.pg-link .dropdown-item:hover {
    background-color: #e3e3e300;
    color: var(--main-color);
}
.dashboard-sidebar  .site-nav-pgs{
    padding-right: 25px;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #fea31c14 !important;
}
.dashboard-sidebar .site-nav-pgs h5 {
    font-size: 15px;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-weight: 500;
}
/* notifications */
.notifications.notify-mobile-scrn{
    margin-left: 20px;
}
.notifications.notify-mobile-scrn .notification_dd {
    right: auto;
    left: -40px;
    width: 330px;
}
.notifications.notify-mobile-scrn .notification_dd:before{
    left: 50px;
    right: auto;
}
.notify-btn {
    font-size: 20px;
    background: rgba(220, 230, 236, 0.81);
    color: #20484E;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notify-btn.notify-active::after{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background: var(--main-color);
    position: absolute;
    top: 6px;
    right: 8px;
    border: 3px solid var(--main-color);
}
.notify-btn:hover {
    color: var(--secondary-color);
}
.notify-btn i{
    font-size: 20px;
    line-height: 0;
}
.notifications{
    position: relative;
}
.notifications .notification_dd{
    position: absolute;
    top: 58px;
    left: -14px;
    user-select: none;
    background: #fff;
    border: 1px solid #c7d8e200;
    width: 350px;
    height: auto;
    display: none;
    border-radius: 3px;
    box-shadow: 10px 10px 35px rgba(0,0,0,0.125), -10px -10px 35px rgba(0,0,0,0.125);
    border-radius: 13px;
}
.notifications .notification_dd:before{
    content: "";
    position: absolute;
    top: -18px;
    left: 25px;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
}
.notification-list{
    overflow: hidden;
    border-radius: 13px;
}
.notifications .notification_dd li {
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding: 10px 15px;
}
.notifications .notification_dd li:last-child {
    border-bottom: 0px;
}
.notifications .notification_dd li .notify_sts_icon{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notifications .notify_sts_icon i{
    font-size: 18px;
    line-height: 0;
    margin-top: 2px;
}
.notifications .sts-success .notify_sts_icon{
    border: 1px solid #19875524;
    background: #19875524;
}
.notifications .sts-success .notify_sts_icon i{
    color: #1a9e61;
}
.notifications .sts-failed .notify_sts_icon{
    border: 1px solid#d248481c;
    background: #d248481c;
}
.notifications .sts-failed .notify_sts_icon i{
    color: #d24848;
}
.notifications .sts-msg .notify_sts_icon{
    border: 1px solid#2c38521c;
    background: #2c38521c;
}
.notifications .sts-msg .notify_sts_icon i{
    color: #2c3852;
}
.notifications .sts-pymnt .notify_sts_icon{
    border: 1px solid#d5b18a30;
    background: #d5b18a30;
}
.notifications .sts-pymnt .notify_sts_icon i{
    color: #ca751b;
}
.notifications .notification_dd li .notify_data{
    margin: 0 13px;
    width: 280px;
}
.notifications .notify-title{
    flex: 80%;
}
.notifications .notify-title h5{
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}
.notifications .notify-title h5 a{
    font-size: 13px;
    font-weight: 500;
    color: var(--main-color);
}
.navbar .notifications.active .notification_dd{
  display: block;
}
.navbar .notifications.active .notification_dd .notification_ul{
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
}
.navbar .notifications.active .notification_dd .notification_ul::-webkit-scrollbar {
    width: 4px;
    display: none;
}
.navbar .notifications.active .notification_dd .notification_ul::-webkit-scrollbar-thumb {
    background-color: rgba(180, 180, 180, 0.812);
}
.notifications-btn {
    padding: 12px 15px;
    box-shadow: 0px 0px 20px 0px #c6c6c65e;
}
.notifications-btn .noti-btn{
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 12px;
    background: color-mix(in srgb, var(--main-color), #0000 92%);
    color: var(--main-color);
    text-align: center;
    width: 100%;
    font-weight: 700;
}
.notifications-btn .noti-btn:hover{
    background: var(--main-color);
    color: var(--font-light-color);
}

/*--------------------------------*/
/* Meeting Page
/*--------------------------------*/
.meeting-container {
    display: flex;
    height: 100vh;
    background: #111312;
    padding: 30px;
    color: #fff;
    gap: 17px;
}
.meeting-section {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    flex: 1;
    padding: 20px;
    gap: 20px;
    min-width: 70%;
}
.meeting-scrn{
    display: flex;
    justify-content: space-between;
    height: 100%;
    gap: 15px;
    flex: 1;
}
.meeting-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}
.meet-user-card{
    border-radius: 10px;
    background: rgba(10, 17, 15, 0.25);
    flex: 0 0 49%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    flex: 1;
}
.meet-user-card .microphone-btn{
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: rgba(13, 12, 12, 0.20);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meet-user-card .microphone-btn i{
    font-size: 18px;
}
.meet-user-card .microphone-btn.active{
    background: #B22038;
    color: #fff;
}
.meet-user-card .mic-mute{
    display: none;
}
.meet-user-card .microphone-btn.active .mic-mute{
    display: block;
}
.meet-user-card .microphone-btn.active .mic-open{
    display: none;
}
.live-video-item{
    width: 90%;
    height: 90%;
    background: #1a1d1c;
}
.meet-user-info{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #111312;
    border-radius: 500px;
    padding: 12px 15px 12px 28px;
    gap: 10px;
}
.meet-user-info .user-img{
    width: 60px;
    height: 60px;
    border-radius: 200px;
    background: #86BDBB;
}
.meet-user-info-name{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}
.meet-user-info h5{
    font-size: 16px;
    font-weight: 500;
}
.meet-user-info h6{
    font-size: 14px;
    font-weight: 400;
}
.meeting-buttons{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.meeting-buttons .contr-lst{
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    min-width: 18%;
    width: 33%;
}
.meeting-buttons .contr-lst-01{
    flex: 1;
}
.meeting-buttons button {
    width: 120px;
}
.meeting-buttons .contr-lst .contr-btn{
    display: flex;
    padding: 15px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: #c2c2c2;
    border-radius: 7px;
    border-color: #fff0;
    font-size: 14px;
    flex: 1;
}
.meeting-buttons .contr-lst .contr-btn i{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.meeting-buttons .contr-lst .contr-btn:hover{
    color: #ffffff;
    background: #2D423C;
    border-color: #2D423C;
}
.meeting-buttons .contr-lst .contr-btn.active{
    color: #ffffff;
    background: #316959;
    border-color: #316959;
}
.meeting-buttons .microphone-btn.active{
    color: #ffffff;
    background: #b2203896;
    border-color: #B22038;
}
.fi-sr-priority-arrows{
    transform: rotate(90deg);
}
.contr-lst .btn.contr-btn.btn-danger{
    color: #ffffff;
    background: #B22038;
    border-color: #B22038; 
    min-width: 130px;
}
.contr-lst .btn.contr-btn.btn-danger:hover{
    color: #ffffff;
    background: #881c2e;
    border-color: #B22038;
}
.chat-section {
    display: none;
    transition: all 0.5s ease;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    flex: 1;
    flex-direction: column;
    transition: all 0.5s ease;
    min-width: 30%;
}
/* .chat-section.active {
    display: flex;
} */
.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}
.chat-input {
    padding: 10px;
    border-top: 1px solid #333;
}
.chat-input textarea {
    width: 100%;
    height: 50px;
    background-color: #333;
    color: #fff;
    border: none;
    resize: none;
    padding: 10px;
}
.chat-input .btn {
    margin-top: 10px;
    width: 100%;
}
.file-upload-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.file-upload-label {
    display: flex;
    align-items: center;
    background-color: #007bff;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}
.file-upload-label:hover {
    background-color: #0056b3;
}
.file-upload-label i {
    margin-right: 8px;
    font-size: 18px;
}
.file-upload-input {
    display: none;
}
.chat-image {
    max-width: 100%;
    max-height: 200px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #333;
}
.chatBox{
    height: 100%;
    position: relative;
}
.chatMessages {
    flex: 1;
    padding: 5px 15px 5px 20px;
    overflow-y: auto;
    height: 82%;
}
.message {
    margin: 7px 0;
    max-width: 80%;
    font-family: var(--bs-font-sans-serif), "Tajawal", sans-serif;
}
.self{
    color: #ffffff;
    border: 1px solid rgba(72, 6, 137, 0.10);
    background: #2D423C;
    padding: 12px 15px 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
}
.message h5{
    color: #D6EDE7;
    font-family: "Tajawal Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
}
.user-msg {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 98%;
    align-items: flex-end;
    justify-content: flex-start;
    margin-right: auto;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.user-msg img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    flex: 0;
}
.user {
    padding: 12px 15px;
    border-radius: 10px;
    font-family: var(--bs-font-sans-serif), "Tajawal", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #272C2A;
    text-align: left;
}
.chatInput {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    padding: 10px 19px 10px 13px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(70, 140, 123, 0.19);
    background: #101514;

    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.chat-input-text{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    gap: 6px;
}
#messageInput {
    flex: 1;
    border: none;
    border-radius: 0;
    width: 100%;
    background: 0;
    padding: 0;
    margin: 0;
    color: #fff;
}
#sendButton {
    width: 35px;
    height: 35px;
    padding: 10px;
    color: #ffffff;
    border-radius: 8px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
img.uploaded-image {
    max-width: 100%;
    width: 395px;
    border-radius: 10px;
}

video.uploaded-video {
    max-width: 100%;
    max-width: 395px;
    border-radius: 10px;
}

.uploaded-file {
    display: flex;
    align-items: center;
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.20);
    padding: 13px 16px;
}

.uploaded-file span {
    margin-left: 10px;
    font-weight: bold;
    width: 100%;
}

#fileInput {
    display: none;
}

#uploadButton {
    padding: 10px;
    color: #ffffff;
    border: 1px solid rgba(248, 248, 248, 0.13);
    background: rgba(248, 248, 248, 0.13);
    width: 35px;
    height: 35px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    line-height: 0;
}

.chat-dropdown {
    position: relative;
    display: inline-block;
    z-index: 9;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 8;
    bottom: 100%;
    left: 0;
    border-radius: 10px;
    width: 135px;
    padding: 7px;
}
.dropdown-content button {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}
.dropdown-content button:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.dropdown-content button i{
    font-size: 17px;
}
.cht-download-button{
    width: 40px;
    height: 40px;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.11);
}
.cht-download-button:hover{
    color: #fff;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.205);
}

.msg-flex{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 5px;
}
.self-msg{
    align-items: flex-start;
}
.msgTime{
    font-size: 12px;
    margin-top: 5px;
    color: #ffffffa3;
    direction: ltr;
}
.chat-section{
    padding: 14px 13px;
    border-radius: 12px;
    border: 1px solid #25312C;
    background: linear-gradient(0deg, #1D2220 0%, #1D2220 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #131E1A;
}
.chat-section .chatHeader{
    border-radius: 6px;
    background: #151918;
    padding: 20px 20px;
    position: relative;
}
.chat-section .chatHeader h4{
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
#closeButton {
    background: none;
    color: #777777;
    font-size: 11px;
    cursor: pointer;
    width: 29px;
    height: 29px;
    border: 1px solid #777;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: center;
    flex: none;
    position: absolute;
    top: 14px;
    left: 16px;
    display: none;
}
#closeButton i{
    line-height: 0;
}
/*  */
.usrs-list{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 15px;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px 5px;
}
.usr-crd{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    flex: 0 0 49%;
    padding: 12px 13px;
    border-radius: 100px;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}
label.usr-crd{
    margin-bottom: 0;
    display: flex;
}
.usr-crd img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.usr-crd .usrs-inf{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}
.usr-crd .usrs-inf h4{
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
.usr-crd .usrs-inf h5{
    font-size: 12px;
    color: #000000;
    font-weight: 400;
}

.dark-modal .usr-crd{
    background: rgba(0, 0, 0, 0.19);
}
.dark-modal .usrs-inf h4{
    color: #ffffff;
}
.dark-modal .usrs-inf h5{
    color: #ffffff;
}
.usr-crd input[type="radio"] {
    position: absolute;
    top: 10px;
    left: 10px;
    transform: scale(1.2);
    cursor: pointer;
    opacity: 0;
}
.no-user-message h5{
    display: block;
    color: #ffffff;
    background: #ffffff05;
    text-align: center;
    padding: 15px 30px;
    border-radius: 10px;
    border: 2px dashed #ffffff17;
    line-height: normal;
    font-size: 15px;
    font-weight: 300;
}

/*--------------------------------*/
/* Orders
/*--------------------------------*/
@media (min-width: 1400px) {
    .dashboard-area .container, .dashboard-area .container-lg,
    .dashboard-area .container-md, .dashboard-area .container-sm,
    .dashboard-area .container-xl, .dashboard-area .container-xxl {
        max-width: 1470px;
    }
}
.dashboard-area {
    padding: 25px 0;
}
.dashboard-container{
    position: relative;
    z-index: 1;
}
.dashboard-row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: nowrap;
}
.cardBox {
    border-radius: 20px;
    background: #FFF;
    padding: 22px 20px;
}
.sidebar-div{
    flex: 0 0 20%;
    position: relative;
}
.main-sidebar{
    border-radius: 20px;
    background: #FFF;
    padding: 22px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: -117px;
    right: 0;
    width: 290px;
}
.site-logo{
    width: 100%;
    text-align: center;
    padding: 15px 10px 30px;
}
.site-logo img{
    width: 115px;
    height: auto;
}
.sidebar-head{
    text-align: right;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.prf-img{
    width: 50px;
    height: 50px;
    flex: none;
    border-radius: 50%;
    background: #F6F6F6;
    border: 1px solid #c6c6c6;
    overflow: hidden;
}
.prf-img img{
    width: 100%;
    height: 100%;
}
.prf-titles{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1px;
}
.prf-titles h3{
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
}
.prf-titles h5 {
    font-size: 14px;
    color: #000;
}
.prf-titles .ttl-spn{
    border-radius: 9px;
    color: var(--font-dark-color);
    font-size: 14px;
    margin-top: 1px;
}
.sidebar-pages{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar-pages .pg-link{
    display: flex;
    width: 100%;
    padding: 12px 10px;
    color: #000;
    font-size: 14px;
    text-align: right;
    font-family: "Tajawal", sans-serif;
    align-items: center;
    flex-direction: row;
    font-weight: 600;
}
.sidebar-pages .pg-link:not(:last-child){
    border-bottom: 1px solid#EAEAEA;
}
.sidebar-pages .pg-link i{
    width: 28px;
    height: 27px;
    font-size: 19px;
    color: #000;
    margin-left: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.sidebar-pages .pg-link.active{
    color: var(--main-color);
}
.sidebar-pages .pg-link.active i{
    color: var(--main-color);
}
.sidebar-pages .pg-link span{
    padding: 0px 15px;
    background: var(--main-color);
    color: #fff;
    border-radius: 100px;
    margin-right: 15px;
    line-height: 21px;
}
.cardBox {
    border-radius: 20px;
    background: #FFF;
    padding: 22px 20px;
}
.sidebar-pages .dropdown.pg-link .nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    color: #000000;
}
.sidebar-pages .dropdown.pg-link.active .dropdown-toggle{
    color: #009688;
}
.dropdown.pg-link{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sidebar-pages .dropdown .dropdown-menu.show {
    position: relative !important;
    transform: none !important;
    border: 0;
    box-shadow: none;
}
.sidebar-pages .dropdown.pg-link .dropdown-toggle::after {
    position: absolute;
    top: 23px;
    left: 0;
}
.sidebar-pages .dropdown .dropdown-menu .dropdown-item {
    color: #000000;
    font-size: 13px;
    text-align: right;
    font-weight: 600;
    padding: 4px 0px;
}
.sidebar-pages .dropdown .dropdown-menu {
    padding: 5px 37px 2px 2px;
    background: #fff;
    margin: 0;
}
.sidebar-pages .dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #eaeaea00;
}
/* page-content */
.page-content{
    width: 100%;
    min-height: 400px;
    flex: 0 0 80%;
    overflow: hidden;
}

/* Main Page Title */
.main-page-title {
    padding: 2px 5px 20px 0;
    border-radius: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #ECECEC;
}
.main-page-title h3{
    text-align: right;
    font-size: 16px;
    line-height: 100%;
    color: #141522;
    position: relative;
    font-weight: 800;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}
.main-page-title h3 i{
    vertical-align: middle;
    font-size: 22px;
    line-height: 0;
}
.pg-ttl-lft{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.pg-ttl-lft .btn{
    font-size: 12px;
    min-height: 45px;
}
.clndr-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.clndr-group .form-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
}
.clndr-group label {
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
}
.pg-ttl-lft .form-control {
    min-height: 40px;
}
.pg-ttl-lft .datepicker-dropdown.datepicker-orient-left:after,
.pg-ttl-lft .datepicker-dropdown.datepicker-orient-left:before {
    left: 30px;
    right: auto;
}
.pg-hed-btns{
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.mob-show{
    display: none;
}
.table-box{
    border: 1px solid #CED6E1;
    border-radius: 14px;
    margin-top: 15px;
}
.table-head-bx{
    padding: 15px 16px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.table-head-bx h3{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
}
.table-head-bx h3 .ttl-spn{
    color: var(--main-color);
}
.main-table{
    padding: 10px 0;
}
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {  
    font-size: 14px;
    font-weight: 500;
    color: #636363;
}
.dataTables_length{
    display: none;
}
.dataTables_filter{
    display: none;
}
.dataTables_wrapper .dataTables_info {
    padding-right: 25px;
    font-family: "Tajawal", sans-serif;
    float: right;
}
.dataTables_wrapper .dataTables_paginate {
    padding-right: 5px;
    font-family: "Tajawal", sans-serif;
    float: left;
    text-align: left;
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border-radius: 5px;
    border: 1px solid #ffffff00;
    background: #e9ecf200;
    color: #000 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border-radius: 5px;
    border: 1px solid #CED6E1;
    background: #E9ECF2;
    color: #000;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #D9D9D9;
}
table tbody th, table tbody td {
    padding: 8px 10px;
}
.table-footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-top: 1px solid #D9D9D9;
    margin-top: 13px;
}
.pagination .page-link {
    position: relative;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.page-item.disabled .page-link{
    background-color: #fff;
    border: 1px solid #dee2e600;
    color: #7C8187;
}
.pagination .page-link i{
    line-height: 0;
}
.page-item.active .page-link {
    color: #000;
    border-radius: 5px;
    border: 1px solid #CED6E1;
    background: #E9ECF2;
}

.pg-ttl-lft label{
    margin: 0;
}
.pg-ttl-lft .srch-grb-iptn {
    position: relative;
    margin: 0;
}
.pg-ttl-lft .srch-grb-iptn input {
    min-height: 40px;
    padding: 6px 36px 6px 10px;
    border-radius: 100px;
    border: 1px solid #D9DCE2;
    background: #ECEFF3;
    width: 340px;
    padding-left: 90px;
}
.pg-ttl-lft .srch-grb-iptn .search-input{
    position: absolute;
    top: 11px;
    right: 22px;
    color: #373737;
    font-size: 15px;
}
.srch-grb-iptn .btn-search{
    position: absolute;
    left: 16px;
    top: 6px;
    background: #5a5d5c;
    color: #fff;
    min-height: 23px;
    padding: 2px 25px;
    font-size: 14px;
    border-radius: 50px;
}
.srch-grb-iptn .btn-search:hover{
    background: #3f3f3f;
    color: #fff;
}
.oth-btns {
    border-radius: 200px;
    border: 1px solid #D9DCE2;
    background: #ECEFF3;
    padding: 7px 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.oth-btns .oth-btn{
    color: #000;
    font-size: 12px;
    font-weight: 700;
    min-height: auto;
    line-height: 21px;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.oth-btns .oth-btn i{
    font-size: 15px;
    vertical-align: sub;
    margin-left: 5px;
    line-height: 0;
}
.oth-btns .oth-btn:not(:first-child)::before{
    content: "";
    width: 1px;
    height: 70%;
    position: absolute;
    right: -13px;
    top: 12%;
    background: #BDC3D1;
}
table.display tbody tr.even>.sorting_1, table.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #f9f9f900;
}
table.stripe tbody tr.odd, table.display tbody tr.odd {
    background-color: #F2F2F2;
}
table tbody th, table tbody td {
    padding: 12px 18px !important;
    font-size: 13px;
    color: #000;
    height: 40px;
    vertical-align: middle;
    font-weight: 500;
    text-align: right;
}
table thead th, table thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #dad8dadd;
    color: #151515;
    text-align: right;
    font-size: 13px;
    font-family: "Tajawal", sans-serif;
    height: 33px;
}
table.no-footer {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 12px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #cbcbcb;
    text-align: right;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
}
table tbody th.dt-body-center, table tbody td.dt-body-center {
    text-align: right;
    padding-right: 18px;
}
table.display tbody tr:hover>.sorting_1, table.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea00;
}
table .form-check-input {
    width: 18px;
    height: 18px;
    border: 0;
    background: #e2e2e2;
    border: 1px solid rgb(0 0 0 / 8%);
}
.sorting_disabled{
    max-width: 25px;
}
.table>:not(:first-child) {
    border-top: 0;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f100;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #F6F6F6;
}
/* tb rate */
.tb-rate{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 50px;
    background: rgba(218, 191, 127, 0.21);
    padding: 4px 15px;
}
.tb-rate i{
    color: #FFC130;
}
/* Table Btns */
.table-btns{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    gap: 1px;
}
.table-btns .tb-btn{
    width: 38px;
    height: 36px;
    background: #ddd0;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 6px;
    border: 1px #E6E6E6;
    background: #FFF;
}
.table-btns .tb-btn:hover{
    color: var(--secondary-color);
}
.table-btns .tb-btn i{
    line-height: 0;
    font-size: 18px;
}
.tb-btn.delete-btn-icon{
    color: #DF3939;
}
.tb-btn.download-btn-icon{
    color: var(--secondary-color);
}
.tb-btn-text{
    display: flex;
    flex-direction: row;
    width: auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}
.tb-btn-text i{
    font-size: 16px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1 ;
}
table.row-border tbody th,
table.row-border tbody td,
table.display tbody th,
table.display tbody td {
    border-top: 1px solid #ddd;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #f9f9f900;
}
table td a{
    color: var(--main-color);
}
table td a:hover{
    color: var(--secondary-color);
}

.msg-inf-ttl{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}
.msg-inf-ttl img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex: none;
}
.clnt-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
}
.clnt-txt .usr-name{
    color: #000;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.clnt-txt .sm-msg{
    color: #00000099;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 20px;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
}
.modal-btn{
    cursor: pointer;
}

.modl-msg-div .msg-inf-ttl img{
    width: 45px;
    height: 45px;
}
.modl-msg-div .clnt-txt .usr-name{
    font-size: 14px;
}
.modl-msg-div .msg-inf-ttl {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 13px;
}
.modl-msg-div .clnt-txt .sm-msg {
    color: #000000;
    text-align: right;
    text-overflow: unset;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    height: auto;
    width: 100%;
    white-space: normal;
    overflow: visible;
    background: #EAECEE;
    padding: 18px;
    border-radius: 15px 0 15px 15px;
    margin-top: 10px;
}
.sm-msg span{
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid rgba(130, 136, 138, 0.18);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.sm-msg span i{
    line-height: 0;
}
/* Modal */
.mdl-div-card-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 23px;
}
.mdl-div-card h4{
    font-size: 19px;
    color: #0D0D0D;
    font-weight: 700;
}
.modal-btns{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-modal, .footer-modal.modal-btns{
    border-top: 1px solid rgb(27 27 27 / 18%);
}
/* Dark Modal */
.dark-modal .modal-content{
    background: #262727;
}
.dark-modal .modal-title{
    color: #fff;
}
.dark-modal .modal-header {
    border-bottom: 1px solid rgba(226, 232, 240, 0.08);
}
.modal-header .btn-close{
    font-size: 12px;
    line-height: 0;
    vertical-align: middle;
}
.modal-header .btn-close i{
    line-height: 0;
    margin-top: 2px;
}
.dark-modal .modal-header .btn-close {
    color: rgba(255, 255, 255, 0.65);
    border: 1px solid rgb(255 255 255 / 51%);
    background-color: #0000;
    background: #0000;
}
.dark-modal .mdl-div-card h4{
    color: #fff;
}
.dark-modal .no-style-btn:hover{
    color: #bcbcbc;
}
.dark-modal .no-style-btn:hover{
    color: #fff;
}
.dark-modal .main-form label {
    color: #ffffff;
}
.dark-modal .main-form .form-control{
    border: 1px solid rgba(174, 174, 174, 0.17);
    background: #f5f5f500;
    color: #ffffff;
}
.dark-modal .inpt-icon {
    color: #ffffff;
}
.dark-modal .lft-span{
    color: #fff;
}
.dark-modal .footer-modal, .dark-modal .footer-modal.modal-btns {
    border-top: 1px solid rgba(226, 232, 240, 0.08);
}
/*--------------------------------*/
/* Rate Page
/*--------------------------------*/
.rate-section{
    position: relative;
    z-index: 1;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-radius: 30px;
}
.rt-txt-div{

}
.rate-section .rt-img img{
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
}
.txt-prg{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    margin: 15px 0;
}
.txt-prg h2{
    color: #0D0D0D;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
.txt-prg p{
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.rt-stars {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 11px;
    margin-top: 38px;
}
.rt-stars h5{
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.rating-container {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 5px 0;
}
.star {
    font-size: 25px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.3s ease-in-out, transform 0.2s ease;
}
.star:hover {
    color: #FFC130;
    transform: scale(1.2);
}
.star.selected {
    color: #FFC130;
}
.rt-stars .btn{
    min-width: 210px;
}
/*--------------------------------*/
/* Login
/*--------------------------------*/
.reg-page-area{
    padding: 40px 0;
    position: relative;
    min-height: 100vh;
}
.pg-abs-sec{
    position: absolute;
    bottom: 0;
    left: 0;
}
.pg-abs-sec img{
    width: 220px;
    height: auto;
}
.reg-logo{
    text-align: center;
    padding: 30px 10px;
}
.reg-logo img{
    width: 140px;
    height: auto;
}
.back-btn{
    font-size: 20px;
    color: #00000061;
    width: 35px;
    height: 35px;
    background: #dddddd00;
    border: 1px solid #00000061;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 50%;
    margin-bottom: 7px;
}
.log-header{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 11px;
}
.log-header h3{
    color: #000000;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.log-header h5{
    color: #505050;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}
.reg-st-card {
    padding: 35px 30px 30px 30px;
    border-radius: 15px;
    border: 15px solid rgba(255, 255, 255, 0.15);
    background: #FFF;
    position: relative;
    z-index: 1;
}
.input-grp{
    position: relative;
}
.show-password-btn .toggle-password {
    position: absolute;
    left: 17px;
    top: 15px;
    cursor: pointer;
}
.check-flex {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}
.check-flex .form-check-label {
    margin: 0;
    line-height: 0;
    cursor: pointer;
}
.check-flex .form-check-input {
    margin: 0;
}
.log-ft {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
}
.frgt-pass{
    color: #000;
    font-size: 14px;
}
.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.reg-btns{
    margin-top: 15px;
}
.reg-btns .main-btn{
    width: 100%;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 500;
}

/*--------------------------------*/
/* Client Contact Form
/*--------------------------------*/
.bg-abs-area{
    position: relative;
}
.bg-abs-area::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 300px;
    border-radius: 300px 300px 0px 0px;
    background: linear-gradient(0deg, var(--secondary-color) 0%, var(--main-color) 100%), var(--main-color);
}
.st-bx-crd{
    position: relative;
}
.flex-form {
    display: flex;
    gap: 50px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.st-bx-crd {
    width: 50%;
    text-align: center;
    background: #F2F2F2;
    border-radius: 15px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px 20px;
    border: 1px solid #E6E6E7;
    flex-direction: column;
    margin-top: 15px;
}
.flex-form .main-form{
    flex: 0 0 50%;
}
.ctrl-opt{
    display: flex;
    padding: 16px 0 0;
    margin-top: 11px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.user-div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.user-div img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.user-div h5{
    font-size: 16px;
    color: #000;
}
.opt-btn{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: #fff;
    color: #717171;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ctrl-opt .opt-btn i{
    font-size: 18px;
    line-height: 0;
}
.ctrl-opt .opt-btn.active{
    background: #B22038;
    color: #fff;
}
.ctrl-opt .opt-mute{
    display: none;
}
.ctrl-opt .opt-btn.active .opt-mute{
    display: block;
}
.ctrl-opt .opt-btn.active .opt-open{
    display: none;
}

/*--------------------------------*/
/* Waiting Page
/*--------------------------------*/
.wttg-content-card{
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}
.wttg-content-card iframe {
    border: 0;
    border-radius: 20px;
    width: 100%;
    height: 450px;
}
.loading-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 50px 10px;
}
.loading {
    display: flex;
    gap: 8px;
    justify-content: center;
}
.circle {
    background-color: #c5cace;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    animation-name: jump;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.circle:nth-child(2) {
    animation-delay: 0.1s;
}
.circle:nth-child(3) {
    animation-delay: 0.3s;
}
.circle:nth-child(4) {
    animation-delay: 0.4s;
}
@keyframes jump {
    0% {
        top: 0rem;
        background-color: green;
    }

    25% {
        top: -0.5rem;
        background-color: #ccc;
    }

    50% {
        top: 0rem;
        background-color: green;
    }

    75% {
        top: -0.8rem;
        background-color: #ccc;
    }

    100% {
        top: 0rem;
        background-color: green;
    }
}
.loading-div h5{
    font-size: 15px;
    color: #000;
}
.flex-items{
    display: flex;
    gap: 80px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 50px 50px;
}
.wttg-content-card.flex-items .wtt-media{
    flex: 0 0 45%;
}
.wttg-content-card.flex-items .wtt-media img{
    height: 270px;
    width: 100%;
    object-fit: cover;
    background: #f6f6f6;
    border-radius: 10px;
}
.wttg-content-card.flex-items .wtt-media iframe{
    width: 100%;
    height: 300px;
    border-radius: 13px;
}
.wtt-txt-div{
    flex: 0 0 41%;
    margin-top: 5%;
}
.paragraph-container {
    position: relative;
    max-width: 600px;
    margin: auto;
    min-height: 150px;
    /* overflow: hidden; */
}
.paragraph {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.paragraph h2{
    font-size: 26px;
    color: #0D0D0D;
    font-weight: 700;
}
.paragraph p{
    font-size: 16px;
    color: #505050;
    font-weight: 500;
    line-height: 21px;
}
.paragraph.active {
    opacity: 1;
}
.radio-points {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 7px;
    flex-direction: row;
}
.radio-point {
    width: 10px;
    height: 10px;
    background-color: #797979;
    border-radius: 50%;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.radio-point.active {
    background-color: #797979;
    opacity: 1;
}

/* index */
.index-section{
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    padding: 60px;
}
.index-flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
}
.index-section h5{
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}


.strt-meet{
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(17, 19, 18, 0.46);
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(1.5px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.strt-meet .srt-msg{
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px;
    width: 600px;
    max-width: 620px;
}
.clnt-crd{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    border: 1px solid rgba(194, 201, 205, 0.20);
    background: rgba(206, 206, 206, 0.28);
    padding: 10px 15px;
    flex-wrap: wrap;
    gap: 10px;
}
.srt-msg .srt-clnts-lst{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    overflow-y: scroll;
    max-height: 410px;
    padding: 10px 0 10px 17px;
}
.srt-msg h3{
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.clnt-ttl-img{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.clnt-crd .clnt-ttl-img img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.clnt-crd .clnt-ttl h4{
    color: #000;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.clnt-crd .clnt-ttl h5{
    color: #00000099;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.srt-clnts-lst::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(245, 4, 4, 0);
    border-radius: 0;
    background-color: #fff;
}
.srt-clnts-lst::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    /* -webkit-box-shadow: inset 0 0 6px #fff; */
    background-color: #bcbcbc;
    border-radius: 10px;
}
.clnt-btn .btn{
    width: 100%;
}
/*--------------------------------*/
/* Components Pages
/*--------------------------------*/
.components-page-area{  
      padding: 50px 50px;
    border-radius: 20px;
    margin: 20px 0;
}
/* Alerts */
.error-section{
    text-align: center;
    position: relative;
    z-index: 1;
    background: #efefeff0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-radius: 30px;
}
.rt-img img{
    width: 300px;
    height: 290px;
    margin-bottom: 10px;
}
.error-section .txt-prg {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    margin: 30px 0 25px 0;
}
.error-section .btn {
    width: 230px;
    margin: auto;
    min-height: 46px;
}
.error-section .btn:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

/* Models */
.alert {
    padding: 15px 20px;
    margin: 15px auto;
    border-radius: 5px;
    width: 90%;
    position: relative;
    border-radius: 50px;
}
.alert h5{
    font-size: 14px;
}
/* alerts */
.alert-success {
    background-color: #d4edda;
    color: #0d3a17;
    border: 1px solid #aeceb6;
}
.alert-error {
    background-color: #f8d7da;
    color: #410e12;
    border: 1px solid #ceb2b5;
}
.alert-warning {
    background-color: #fff3cd;
    color: #433202;
    border: 1px solid #d5c9a4;
}
.alert-info {
    background-color: #d1ecf1;
    color: #09414b;
    border: 1px solid #bed4eb;
}
/* alert-popup */
.alert-popup {
    background-color: #eeebff;
    color: #191346;
    border: 1px solid #1913462b;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 430px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    animation: slide-in 0.5s ease-out;
}

@keyframes slide-in {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* الرسائل المؤقتة */
.alert-timed {
    background-color: #dcd7ff;
    color: #261d66;
    border: 1px solid #b5afe0;
}
/* زر الإغلاق */
.close-btn {
    position: absolute;
    top: 7px;
    left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: inherit;
    cursor: pointer;
    border: none;
    background: none;
}
.close-btn:hover {
    opacity: 0.8;
}

/*--------------------------------*/
/* Breadcrumb
/*--------------------------------*/
/* Breadcrumb */
.breadcrumb {
    display: flex;
    padding: 0px 9px;
    align-items: center;
    gap: 12px;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    border: 0;
    margin-bottom: 13px;
}
.breadcrumb a {
    color: #848484;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    font-weight: 500;
}
.breadcrumb-item.active {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}
.back-item a{
    border-radius: 5px;
    background: #FFF;
    color: #000;
    padding: 8px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-weight: 500;
}
.back-item i{
    line-height: 0;
    vertical-align: middle;
    font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-left: 0;
    padding-right: 12px;
    content: var(--bs-breadcrumb-divider, "/");
    color: #b2b9c000;
}
.breadcrumb-item:not(:last-child)::before{
    color: #b2b9c0;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: 0;
}
/*--------------------------------*/
/* Settings Page
/*--------------------------------*/
.stt-cards-lst{ 
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}
.stt-card-item{
    border-radius: 10px;
    border: 1px solid rgba(212, 212, 212, 0.70);
    background: rgba(255, 255, 255, 0.50);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 25px 20px;
    flex: 0 0 23.8%;
    gap: 10px;
}
.stt-card-item i{
    font-size: 33px;
    color: var(--main-color);
    min-height: 50px;
}
.stt-card-item-text{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}
.stt-card-item-text h4{
    font-size: 15px;
    color: #0D0D0D;
    font-weight: 600;
}
.stt-card-item-text p{
    font-size: 13px;
    color: rgb(0 0 0 / 75%);
    line-height: 18px;
    min-height: 36px;
}
.stt-card-item:hover{
    border-radius: 8px;
    border: 1px solid #CAC4D4;
    background: rgba(243, 243, 243, 0.75);
}
.stt-card-item:hover .stt-card-item-text h4{
    color: var(--main-color);
}
.stt-card-item:hover .stt-card-item-text p{
    color: rgb(0 0 0 / 100%);
}

.sett-body-box .main-form {
    padding: 0 10px;
}
.sett-crd-item{
    padding: 20px 25px 15px 25px;
    background: #fff;
    border-radius: 9px;
    border: 1px solid #d3dde9;
    box-shadow: 0px 4px 5px 0px rgb(198 208 217 / 29%);
    margin-bottom: 13px;
}
.set-ttl-txt{
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.set-ttl-txt h3{
    color: #000000;
    font-size: 15px;
    text-align: right;
    font-style: normal;
    font-weight: 700;
}
.set-cont-bx{
    padding: 17px 0 0px 0px;
}
.divBox{
    display: none;
    padding: 15px 17px;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    background: #F1F5F9;
    margin-top: 15px;
    margin-right: 45px;
}
.divBox .radio-group:not(:last-child){
    margin-bottom: 12px;
}
.upload-file{
    border-radius: 6px;
    height: 40px;
    padding-right: 20px !important;
}
.upload-file::file-selector-button{
    border-radius: 50px;
    color: #464f5c;
    background: #E4EAEF;
    border: 1px solid #5a688b38;
    height: 30px;
    cursor: pointer;
    transition: all .25s ease-in;
    cursor: pointer;
    margin-top: -2px;
    padding: 5px 20px;
    margin-right: -5px;
}
.upload-file::file-selector-button:hover{
    background-color: #d8e0e9;
    color: #000;
    transition: all .25s ease-in;
}
.inptSpn {
    color: #5C6673;
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
    display: inline-block;
    width: 100%;
}
.main-form .main-form-btns {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #AFBAC7;
    padding: 0;
    padding-top: 15px;
    margin-top: 15px;
}
.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 18px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: initial;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border: 1px solid #d0d0d0;
    background: #f5f5f5;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    border-color: #dc3545;
    background-image: none;
    background-repeat: no-repeat;
    background-position: initial;
    padding-right: 18px;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}
/* preview image */
.preview-container {
    margin-top: 10px;
    display: none;
    position: relative;
}
.upl-image-preview {
    max-width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}
.delete-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #df2727;
    color: white;
    border: none;
    padding: 3px 5px;
    min-width: 23px;
    height: 23px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
}

/* ColorPicker */
.colorPicker-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 11px;
}
.colorPicker-box {
    border-radius: 50px;
    border: 1px solid rgba(207, 207, 207, 0.84);
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px 8px;
    gap: 14px;
    position: relative;
    flex: 0 0 32.5%;
}
.colorPicker-box label{
    margin-bottom: 0 !important;
}
.colorPicker-preview {
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    left: 11px;
    border: 1px solid #d7d7d7;
}
.colorPicker-box input[type="color"] {
    /* display: none; */
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    border: 0;
    overflow: hidden;
    opacity: 0;
}
.colorPicker-preview, .colorPicker-box input[type="color"]{
    width: 70px;
    height: 25px;
}
/* Switches */
.form-switch {
    padding-left: 2.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.form-switch .form-check-input {
    width: 36px;
    height: 22px;
    background-repeat: no-repeat;
    margin-left: 0;
    margin: 0;
}
.form-check-input:focus {
    border-color: #AFBAC7;
}

/*----------------------------------------*/
/*   Details Page
/*----------------------------------------*/
.dtls-pg{
    padding-top: 10px;
}
.dtls-pg .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    display: inline-flex;
    border-radius: 50px;
    border: 1px solid #E3E3E3;
    background: #F6F6F6;
    padding: 8px 10px;
}
.dtls-pg .nav-link {
    display: block;
    padding: 6px 22px;
    color: #494949;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
}
.dtls-pg .nav-tabs .nav-item.show .nav-link, 
.dtls-pg .nav-tabs .nav-link.active {
    color: #fff;
    background: var(--main-color);
    font-weight: 500;
}
.dtls-pg .nav-tabs .nav-link:focus, .dtls-pg .nav-tabs .nav-link:hover {
    border: 0;
}
.tab-content{
    margin-top: 15px;
    padding: 0 7px;
}
.tab-content .row .col-pdd{
    padding-left: 8px;
    padding-right: 8px;
}
.inf-card-item {
    border: 1px solid #E2E2E2;
    background: #FFF;
    border-radius: 8px;
    margin-bottom: 10px;
}
.inf-card-item .inf-card-title{
    border-bottom: 1px solid #E2E2E2;
    background: #EDEDED;
    padding: 17px 15px;
    border-radius: 8px 8px 0 0;
}
.inf-card-item .inf-card-title h3{
    font-size: 14px;
    line-height: 100%;
    color: #141522;
    font-weight: 600;
}
.inf-card-item .inf-card-title i{
    line-height: 0;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}
.inf-card-list{
    padding: 2px 20px;
}
.inf-card-list .li-item:not(:last-child){
    border-bottom: 1px solid #E8E8E8;
}
.inf-card-list .li-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
}
.inf-card-list .li-item h5{
    color: #1E1E1E;
    font-size: 13px;
    font-weight: 600;
    width: 150px;
}
.inf-card-list .li-item h4{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.dtls-pg .chatMessages {
    flex: 1;
    padding: 5px 15px 5px 12px;
    overflow-y: auto;
    max-height: 820px;
}
.dtls-pg .message h5 {
    color: #090909;
}
.dtls-pg .self{
    background: #39514A;
    color: #fff;
}
.dtls-pg .user{
    background: #ECECEC;
    color: #000;
}
.dtls-pg .self .msgTime {
    color: #ffffffcf;
}
.dtls-pg .msgTime {
    margin-top: 5px;
    color: #000000a3;
}
.video-section{
    padding: 20px 30px;
}
.video-section:not(:last-child){
    border-bottom: 1px solid #CFCFCF;
}
.video-section h5{
    color: #0b0b0b;
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.video-section .video-item{
    border-radius: 16px;
    overflow: hidden;
    background: #000000;
    width: 660px;
    height: 330px;
}

/*--------------------------------*/
/* Dashboard Page
/*--------------------------------*/
.stsc-list{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
}
.stsc-list .stsc-card{
    flex: 0 0 24%;
    border-radius: 15px;
    border: 1px solid rgba(224, 219, 235, 0.80);
    background: #FFF;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stsc-list .stsc-card i{
    border-radius: 50px;
    background: rgba(83, 128, 117, 0.10);
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: var(--main-color);
    margin-bottom: 15px;
}
.stsc-list .stsc-card h2{
    font-size: 14px;
    color: #252525;
    font-weight: 700;
    margin-bottom: 5px;
}
.stsc-list .stsc-card .stsc-text h3{
    font-size: 30px;
    color: #252525;
    font-weight: 900;
    text-align: center;
}
.stsc-list .stsc-card .stsc-text h5{
    font-size: 14px;
    color: #6D6D6D;
    text-align: center;
}

/* Charts */
.charts-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
}
.chart-Item {
    position: relative;
    flex: 0 0 30%;
    border-radius: 15px;
    border: 1px solid rgba(224, 219, 235, 0.80);
    background: #FFF;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chart-Item .chart-title{
    font-size: 18px;
    color: #1C1C1C;
    font-weight: 700;
    margin-bottom: 25px;
}
.chart-container{
    position: relative;
}

.chart-container .chart-label {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.chart-label .chrt-title{
    color: #1D1F2C;
    font-size: 14px;
    font-weight: 500;
}
.chart-label .chrt-no{
    color: #1D1F2C;
    font-size: 35px;
    font-weight: 800;
}
/* sweetalerts */
.swal2-title{
    font-size: 19px;
    font-weight: 600;
    color: #000;
}
.swal2-html-container{
    font-size: 14px;
    font-weight: 600;
    color: #242424;
}
.swal2-input{
    border-radius: 50px;
    border: 1px solid #d0d0d0;
    background: #f5f5f5;
    color: #000000;
    font-size: 14px;
    min-height: 48px;
    padding: 10px 18px;
    font-weight: 500;
    line-height: 0;
}
div:where(.swal2-container) input:where(.swal2-input):focus, div:where(.swal2-container) input:where(.swal2-file):focus, div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
    border: 1px solid var(--secondary-color);
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5);
}
.swal2-cancel{
    border: 1px solid var(--secondary-color);
    background: #00ae8500;
    color: var(--secondary-color);
    font-weight: 500;
    padding: 9px 10px;
    border-radius: 100px;
    min-width: 150px;
    text-align: center;
    font-size: 14px; 
    min-height: 38px;
}
.swal2-confirm{
    padding: 9px 10px;
    border-radius: 100px;
    min-width: 150px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    line-height: 0;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #fff; 
}
.automatedEntry .strt-meet{
    position: relative;
    background: rgb(17 19 18 / 0%);
}
.automatedEntry .strt-meet .srt-msg{
    padding: 10px 0 0 0;
    width: 100%;
    max-width: 100%;
}