@font-face {
	font-family: "HeadingNow-82Light";
	src: url("../fonts/HeadingNow-82Light.woff2") format("woff2"),
		url("../fonts/HeadingNow-82Light.woff") format("woff"),
		url("../fonts/HeadingNow-82Light.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HeadingNow-73Book';
	src: url('../fonts/HeadingNow-73Book.woff2') format('woff2'),
	  url('../fonts/HeadingNow-73Book.woff') format('woff'),
	  url('../fonts/HeadingNow-73Book.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HeadingNow-74Regular';
	src: url('../fonts/HeadingNow-74Regular.woff2') format('woff2'),
	  url('../fonts/HeadingNow-74Regular.woff') format('woff'),
	  url('../fonts/HeadingNow-74Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HeadingNow-75Medium';
	src: url('../fonts/HeadingNow-75Medium.woff2') format('woff2'),
	  url('../fonts/HeadingNow-75Medium.woff') format('woff'),
	  url('../fonts/HeadingNow-75Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "HeadingNow-85Medium";
	src: url("../fonts/HeadingNow-85Medium.woff2") format("woff2"),
		url("../fonts/HeadingNow-85Medium.woff") format("woff"),
		url("../fonts/HeadingNow-85Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "HeadingNow-76Bold";
	src: url("../fonts/HeadingNow-76Bold.woff2") format("woff2"),
		url("../fonts/HeadingNow-76Bold.woff") format("woff"),
		url("../fonts/HeadingNow-76Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "HeadingNow-86Bold";
	src: url("../fonts/HeadingNow-86Bold.woff2") format("woff2"),
		url("../fonts/HeadingNow-86Bold.woff") format("woff"),
		url("../fonts/HeadingNow-86Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/****************Arabic Fonts***************/


@font-face {
    font-family: "Swissra Bold";
    src: url("../fonts/arabic/swissra-bold.eot");
    src: url("../fonts/arabic/swissra-bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/arabic/swissra-bold.woff2")format("woff2"),
    url("../fonts/arabic/swissra-bold.woff")format("woff"),
    url("../fonts/arabic/swissra-bold.ttf")format("truetype"),
    url("../fonts/arabic/swissra-bold.svg#Swissra Bold")format("svg");
}
@font-face {
    font-family: "Swissra Black";
    src: url("../fonts/arabic/swissra-black.eot");
    src: url("../fonts/arabic/swissra-black.eot?#iefix")format("embedded-opentype"),
    url("../fonts/arabic/swissra-black.woff2")format("woff2"),
    url("../fonts/arabic/swissra-black.woff")format("woff"),
    url("../fonts/arabic/swissra-black.ttf")format("truetype"),
    url("../fonts/arabic/swissra-black.svg#Swissra Black")format("svg");
}

@font-face {
	font-family: "TheSans";
	src: url("../fonts/arabic/TheSans-Plain.woff2") format("woff2"),
		url("../fonts/arabic/TheSans-Plain.woff") format("woff"),
		url("../fonts/arabic/TheSans-Plain.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'TheSansBold';
    src: url('../fonts/arabic/TheSans-Bold.woff2') format('woff2'),
        url('../fonts/arabic/TheSans-Bold.woff') format('woff'),
        url('../fonts/arabic/TheSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




/* Variables Start */

:root {
    --themeColor: #02755A;
    --black: #000000;
    --grey: #B8C6CC;
    --grey2: #9ca7ac;
    --grey3: #dbe7ec;
    --white: #FFFFFF;
    --lightYellow: #FFFDEB;
    --dark: #142535;
    --dark2: #2B4761;
    --darkBg: #1A3248;
    --lightGreen2: #90C5B9;
    --brown: #4C1F0C;
    --hoverBg: #0b8d6e;
    --lightGreen: #0D8B6D;
    --gold: #bd8b27;
    --gold2: #fdd37e;
    --red: #dc0000;
    --green: #69b935;
    --sRed: #ffe0e0;
    --goldGradient: linear-gradient(180deg, rgba(251, 238, 171, 1) 0%, rgba(172, 130, 46,1) 100%);
    --bs-accordion-btn-active: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");


    --light: "HeadingNow-82Light";
	--book: "HeadingNow-73Book";
	--regular: "HeadingNow-74Regular";
	--lightMedium: "HeadingNow-75Medium";
	--medium: "HeadingNow-85Medium";
	--bold1: "HeadingNow-76Bold";
	--bold2: "HeadingNow-86Bold";

	/* arabic font variable   */

    --arBold: "Swissra Bold";
	--arBlack: "Swissra Black";
	--arRegular: "TheSans";
	--arBoldSans: "TheSansBold";
}

/* Variables end */
.bg-grey {
    background-color: var(--theme-grayy);
}

.bg-white {
    background-color: var(--theme-white);
}

.bg-green {
    background: var(--orange);
}

.bg-blue {
    background-color: var(--theme-blue);
}


.text-primary {
    color: var(--primarytext);
}

.bg-secondary {
    background-color: var(--secondarytext);
}

.text-grey {
    color: var(--grey);
}

.text-green {
    color: var(--green) !important;
}


html {
    width: 100%;
    /*height: 100%;*/
}

body {

    background-image: url(../images/bodyBg.jpg);
    background-color: var(--white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: var(--book);
    font-style: normal;
    font-size: 15px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primarytext);
    letter-spacing: .5px;
    margin-top: 0
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color: var(--bold);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;

}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #54ea87
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px
}

/*.container {
    width: 1200px
}
.container-fluid {
    margin-left: -15px;
    margin-right: -15px
}*/
.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a {
    text-decoration: none;
}

a img {
    -webkit-transition: .3s;
    transition: .3s
}

a img:hover {
    opacity: .9;
    -ms-filter: "alpha(opacity=90)";
}

a,
.btn {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    /* color: #21273d; */
    color: white;
    text-decoration: none
}

a,
button {
    outline: medium;
    /* color: #858585 */
}

a.primaryLink {
    color: var(--bluelink);
}

a.primaryLink:hover {
    text-decoration: underline;
}
/*
h1 {
    font-size: 35px;
    font-weight: 500
}

h2 {
    font-size: 30px;
    font-weight: 600
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 11px
} */

.text-uppercase {
    text-transform: uppercase
}

.gray-bg {
    background: #f7fbfe
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #231f20 none repeat scroll 0 0
}

label {
    color: #858585;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

*::-moz-selection {
    background: var(--black);
    color: #fff;
    text-shadow: none
}

*::-moz-selection {
    background: var(--black) none repeat scroll 0 0;
    color: #fff;
    text-shadow: none
}

::selection {
    background: var(--black);
    color: #fff;
    text-shadow: none
}

*::-moz-placeholder {
    font-size: 15px
}

*::-webkit-input-placeholder {
    color: var(--grey2) !important;
    font-size: 15px
}

*:-ms-input-placeholder {
    color: var(--grey2) !important;
    font-size: 15px
}

*::placeholder {
    color: var(--grey2) !important;
    font-size: 15px
}

.text-center {
    text-align: center
}

.container-fluid {
    max-width: 100%;

}

.main-wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.header-area {
    position: fixed;
    width: 100%;
    z-index: 105;
    height: 64px;
}

.header-area>.container-fluid>.row {
    flex-grow: 1;
}

.d-flex {
    display: flex;
}

.btn:not(.note-btn) {
    padding: 0 18px;
    height: 46px;
    line-height: 46px;
    font-family: var(--lightMedium);
    color: var(--gold2);
    border: transparent;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    min-width: 120px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    margin: 4px 4px;
}

.btn-flag {
    padding: 5px 15px;
    /* height: 46px; */
    /* line-height: 35px; */
    font-family: var(--regular);
    color: var(--gold2);
    border: transparent;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    display: flex;
    gap: 7px;
    cursor: pointer;
    min-width: 70px;
    /* background: var(--goldGradient) !important;
    -webkit-background-clip: text !important;
            background-clip: text !important;
    -webkit-text-fill-color: transparent !important; */

    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /* margin: 4px 4px; */
    position: relative;
    overflow: hidden;
}
/* .btn-flag::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.btn-flag::after{
    background-color: var(--themeColor);
} */
.btn-flag img{
    float: left;
}

.flag-icon-squared {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    border-radius: 50%;
}

.btns {
    text-align: end;
}
.btn{
    position: relative;
/* overflow: hidden;
background: var(--goldGradient) !important;
    -webkit-background-clip: text !important;
            background-clip: text !important;
    -webkit-text-fill-color: transparent !important; */
}
/* .btn::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;s
    width: 100%;
    height: 100%;
    z-index: -1;
}
.btn.btn-primary::after{
    background-color: var(--themeColor);
} */
.btn.btn-primary {
    background-color: var(--themeColor);

}

.btn-flag.btn-primary {
    background-color: var(--themeColor) !important;
}

.btn.btn-primary:hover {
    background-color: var(--hoverBg);
}

.btn.btn-secondary {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: var(--orange);
}

.btn.btn-secondary:hover {
    background: var(--orange);
    color: #fff;
}


.btn.work-with-us img {
    width: 21px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}


header.sticky {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    -moz-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

img {
    max-width: 100%;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-group label {
    font-family: var(--regular);
    color: var(--themeColor);
}
.direction-rtl .form-group label {
    font-family: var(--arBold);
    color: var(--black);
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}
.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1.3em auto no-repeat;
    z-index: 1;
    background-color: var(--red);
    background-size: 14px;
    opacity: .9;
}

/**************************Login**************************/

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid-login {
    height: 100vh;
    min-height: 600px;
    /* background-color: #fff; */
    overflow: hidden;
    position: relative;
    /* background: var(--bggradient); */
}

.container-login {
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

.login-main-container {
    display: flex;
    padding-bottom: 66px;
    width: 100%;
    align-items: baseline;
    justify-content: center;
}

.logo_icon {
    position: absolute;
    top: 0;
    right: -110px;
}

.login-wrapper {
    max-width: 400px;
    min-width: 400px;
    position: relative;
    z-index: 50;
}

.login-logo {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.login-logo img {
    max-width: 180px;
}

.login-heading {
    color: var(--themeColor);
    font-size: 33px;
    font-family: var(--lightMedium);
}

.login-text {
    color: var(--text);
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

.log-form-fields {
    position: relative;
}

.login-form-icon {
    position: absolute;
    left: -1px;
    top: 0px;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--themeColor);
    border-radius: 0.374rem 0 0 0.374rem;
}

.login-form-icon img {
    width: 20px;
}

.log-form-fields input.form-control {
    padding-left: 53px;
    height: 46px;
    /* border: 1px solid #ced4da; */
    /* background-color: #fff; */
    /* color: var(--text); */
}

.log-form-fields input.form-control::-moz-placeholder {
    font-size: 15px
}

.log-form-fields input.form-control::-webkit-input-placeholder {
    color: var(--grey2);
    font-size: 15px
}

.log-form-fields input.form-control:-ms-input-placeholder {
    color: var(--grey2);
    font-size: 15px
}

.log-form-fields input.form-control::placeholder {
    color: var(--grey2) !important;
    font-size: 15px
}

.btn-full {
    width: 100%;
}

.btn.btn-login {
    height: 46px;
    line-height: 46px;
    margin-left: 0;
    margin-right: 0;
}

.label-txt-img-group{
    display: flex;
    width: 100%;
    gap: 15px;
}
.forget-link {
    display: flex;
    justify-content: right;
}

.forget-link a {
    font-size: 14px;
    margin-top: 20px;
    color: var(--themeColor);

}

.forget-link a:hover {
    text-decoration: underline;
}

.login-images {
    align-self: stretch;
    position: relative;
    width: 100%;
}
/*
.elements {
    position: absolute;
}

.elements img {
    max-width: 100%;
    height: auto;
}

.element-1 {
    top: -54px;
    left: -250px;
    width: 230px;
}

.element-2 {
    top: 154px;
    left: -200px;
    width: 190px;
}

.element-3 {
    top: 360px;
    left: -150px;
    width: 190px;
}

.element-4 {
    top: 210px;
    left: 330px;
    width: 185px;
}

.element-5 {
    bottom: -146px;
    left: 298px;
    width: 155px;
}

.element-6 {
    top: 25px;
    left: 310px;
    width: 200px;
}

.element-7 {
    top: -30px;
    right: 430px;
    width: 150px;
    z-index: 1;
}

.element-8 {
    bottom: 140px;
    right: 147px;
    width: 124px;
    z-index: 2;
}

.element-9 {
    top: -60px;
    right: -150px;
    width: 340px;
    z-index: 1;
}

.element-10 {
    top: 5px;
    right: 225px;
    width: 130px;
    z-index: 1;
}

.element-11 {
    top: 260px;
    right: -30px;
    width: 100px;
    z-index: 1;
}

.element-12 {
    bottom: 90px;
    right: 300px;
    width: 90px;
    z-index: 1;
} */
/*
.food-img-1 {
    position: absolute;
    right: 300px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 490px;
    z-index: 50;
}

.food-img-2 {
    right: 80px;
    bottom: 45px;
    width: 200px;
    z-index: 1;
}

.food-img-bg {
    position: absolute;
    top: -70px;
    height: calc(100% + 110px);
    bottom: 0;
    left: 620px;
} */

.login-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px 17px 15px;
    text-align: center;
    color: var(--white);
    font-size: 13px;
    /* border-top: 0.01rem solid #fff; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: var(--themeColor);
}

/************************Dashboard CSS*********************/

.main-container {
    display: flex;
    width: 100%;
    padding-right: 20px;
    gap: 20px;
    min-height: calc(100vh - 64px);
}

.sidebar {
    display: block;
    padding-left: 20px;
    width: 270px;
    min-width: 270px;
    flex-wrap: wrap;
    background: var(--white);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 110;
    transition: .3s;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 7px 0px rgba(0, 0, 0, 0.15);
}

.row-logo {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-right: 20px;
}

.row-logo a.logoPrimary img {
    height: 60px;
}

.row-logo a.logoIcon {
    display: none;
}

.sidebar-nav {
    float: left;
    width: 100%;
    height: calc(100% - 105px);
}

.sidebar-nav ul.main-category-menu {
    float: left;
    width: 100%;
    padding-right: 20px;
}

.sidebar-nav ul.main-category-menu li.sidebar-list {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.sidebar-nav ul.main-category-menu li.sidebar-list>a {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    font-size: 15px;
    line-height: 13px;
    padding: 11px;
    border-radius: 5px;
    color: var(--text);
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    font-family: var(--regular);
}

.sidebar-nav ul.main-category-menu li.sidebar-list>a span.icon {
    width: 24px;
    min-width: 24px;
    text-align: center;
}

/* .sidebar-list a span.icon svg{
    width: 24px;
    min-width: 24px;
} */


.sidebar-nav ul.main-category-menu li.subNav>a::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    width: 5px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

/* .sidebar-nav ul.main-category-menu li.subNav>a::after {
    transform: rotate(90deg);
} */
.sidebar-nav ul.main-category-menu li.sidebar-list.active>a {
    padding: 11px;
    background: var(--themeColor);
    color: var(--gold2);
    font-family: var(--regular);
}

.sidebar-nav ul.main-category-menu li.sidebar-list.active>a:hover {
    color: var(--gold2);
}

.sidebar-nav ul li.sidebar-list>a:hover {
    background: var(--lightGreen);
    color: var(--lightGreen2);
}

ul.subNavList {
    /* display: none; */
    padding-left: 50px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

ul.subNavList::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 23px;
    top: 10px;
    bottom: 5px;
    margin: auto;
    background: var(--themeColor);
}

.sidebar-nav li ul.subNavList a {
    margin: 12px 0px 12px 0;
    font-size: 14px;
    color: var(--text);
}

.sidebar-nav li ul.subNavList a:hover {
    color: var(--themeColor);
}

/* .sidebar-nav li.subNav.close>a::after {
    content: url(../images/ionic-ios-arrow-down.png);
    width: 9px;
    height: 5px;
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 15px;
    margin: auto;
} */

.main-category-menu {
    height: 100%;
}

/*********************Top Header Start**********************/

header#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /* height: 60px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 290px;
    background-color: var(--white);
    z-index: 100;
    transition: .2s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 7px 0px rgba(0, 0, 0, 0.15);
}

body.bodyClosed header#page-topbar {
    padding-left: 90px;
}

header .navbar-header {
    float: right;
}

.pageTitle {
    font-size: 25px;
    color: var(--black);
    font-family: var(--regular);
    line-height: 30px;
    padding-left: 20px;
    float: left;
}

.top-bar-sets {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar-notification {
    position: relative;
    float: left;
    cursor: pointer;
}

.top-bar-notification img {
    width: 34px;
    float: left;
}

.top-bar-notification::after {
    display: none;
}

.notify-number {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--themeColor);
    top: -3px;
    right: -7px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
}

.top-bar-avatar img {
    width: 40px;
}

.top-bar-avatar::after {
    margin-left: 0.455em;
    color: var(--orange);
}




/*********************Top Header End************************/


/*********************************************/


/******************Menu Closed***************/

body.bodyClosed {
    padding-left: 90px;
}

.menu-trigger {
    cursor: pointer;
    float: left;
    width: 30px;
}

.sidebar.menuClosed {
    width: 67px;
    min-width: 67px;
    overflow: hidden;
}

.sidebar.menuClosed {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.sidebar.menuClosed .sidebar-list a span.menu-name {
    opacity: 0;
    visibility: hidden;
}

.cross {
    display: none;
}

body.bodyClosed .cross {
    display: block;
}

body.bodyClosed .icon-trigger {
    display: none;
}

@media(min-width:800px) {
    .sidebar.menuClosed.sidebar-h:hover {
        width: 270px;
        min-width: 270px;
    }

    .sidebar.menuClosed.sidebar-h:hover.sidebar.menuClosed .row-logo a.logoIcon {
        width: 100%;
        margin: auto;
    }

    .sidebar.menuClosed.sidebar-h:hover .sidebar-list a span.menu-name {
        opacity: 1;
        visibility: visible;
    }
}

.sidebar.menuClosed li.subNav>a::after {
    display: none;
}

.sidebar.menuClosed .row-logo {
    padding-left: 0;
    padding-right: 0;
}

.sidebar.menuClosed .row-logo a.logoPrimary {
    display: none;
    overflow: hidden;
}

.sidebar.menuClosed .row-logo a.logoIcon {
    display: block;
    overflow: hidden;
}

.sidebar.menuClosed .row-logo {
    justify-content: center;
}

.sidebar.menuClosed .sidebar-nav ul {
    padding-right: 0;
}

@media(min-width:800px) {
    .sidebar.menuClosed.sidebar-h:hover {
        padding-right: 20px;
        padding-left: 20px;
    }

    .sidebar.menuClosed.sidebar-h:hover li.subNav>a::after {
        display: block;
    }
}


/*******************************************/
.dropdown-menu-avatar {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu-avatar hr {
    margin: 0;
}

.main-content-container {
    width: 100%;
    padding: 80px 0 40px 290px;

    /* box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10); */
}

.dropdown-menu-notification {
    width: 300px;
    padding-top: 0;
    padding-bottom: 0;
    background: var(--darkGradient);
    border: 1px solid var(--border2);
    overflow: hidden;
}

.dropdown-menu-notification hr {
    margin: 0;
}


.dropdown-item-notify span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notifyTitle {
    font-size: 14px;
    font-family: var(--lightMedium);
    color: var(--text);
}

.dropdown-item-notify:hover span {
    color: #fff;
}

.seeAllNotify {
    display: flex;
    width: 100%;
    padding: 7px;
    justify-content: center;
    align-items: center;
    background-color: var(--themeColor);
    border-top: 1px solid var(--border2);
}

.seeAllNotify a {
    font-size: 15px;
    font-family: var(--lightMedium);
    color: var(--theme-blue);
}

.seeAllNotify a:hover {
    text-decoration: underline;
}

.accordion-header {
    position: relative;
}

.btn-group-notify {
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 50;
    display: none;
}

.accordion-item:hover .btn-group-notify {
    display: block;
}

/* .accordion-button::after {
    display: none;
} */

.btn-group-notify a i {
    font-size: 20px;
}


body.bodyClosed .main-content-container {
    width: calc(100% - 0px);
    padding-left: 0;
}

.main-heading-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.main-heading-container button.btn,
.main-heading-container a.btn{
    margin: 0;
}
.main-heading-container .common-title {
    line-height: 30px;
}

.common-title {
    font-family: var(--lightMedium);
    font-size: 22px;
    color: var(--themeColor);
    line-height: 40px;
}

.total-many-wrapper>div {
    margin-bottom: 20px;
}

.total-info-card {
    background: var(--darkGradient);
    box-shadow: 0px 7px 17px 2px rgba(105, 185, 53, 0.07);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    width: 100%;
    gap: 20px;
    position: relative;
    flex-wrap: wrap;
    height: 100%;
    border: 1px solid var(--cardBorder);
}

.total-info-card-icon {
    border-radius: 50%;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--themeColor);
    box-shadow: 3px 7px 14px 0px rgba(38, 205, 159, .5);
}

.total-info-card-icon img {
    width: 22px;
    height: 22px;
}

.total-info-card-detail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.total-info-card-title {
    color: var(--text);
    font-size: 15px;
    width: 100%;
    margin-bottom: 13px;
    /* min-height: 51px; */
}

.total-info-card-number {
    color: var(--themeColor);
    font-family: var(--lightMedium);
    font-size: 30px;
    line-height: 26px;
}

.total-info-title-inline .total-info-card {
    flex-wrap: wrap;
}

.total-info-title-inline .total-info-card-detail {
    width: auto;
}

.arrow-right-dash {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 25px;
    height: 25px;
    margin: auto;
}

.arrow-right-dash i {
    font-size: 25px;
    color: #009EF7;
}

.textRed {
    color: var(--red) !important;
}

.textGreen {
    /* color:  !important; */
    background: var(--bluegradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.textDarkGray {
    color: var(--darkgrey) !important;
}

.textPrimary{
    color: var(--themeColor);
}
.textsec{
    color: var(--text);
}
.textsec2{
    color: var(--text2);
}
.textsec3{
    color: var(--text3);
}
a.actionIcon:hover{
    color: var(--text3) !important;
}
a.actionIcon:focus{
    color: var(--text3) !important;
}
.textSecondary{
    color: var(--brown);
}
.bg-blue-o {
    background-color: #F2F6FF;
    color: #4361ee;
}

.bg-purple-o {
    background-color: #F6F1FF;
    color: #6625c7;
}

.bg-red-o {
    background-color: #FCF2F6;
    color: #c4346a;
}

.bg-green-o {
    background-color: #e7ffe7;
    color: #2db650;
}

.bg-red-f-o {
    background-color: #ffe7e7;
    color: #ff0000;
}

.bg-light-purple-o {
    background-color: #fce7ff;
    color: #f82dff;
}



.card-common {
    background: var(--white);
    box-shadow: 0px 7px 17px 2px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    height: 100%;
    align-content: flex-start;
    border: 1px solid var(--grey3);
}

.card-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 20px 15px 20px;
}

.card-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid var(--grey3);
    padding: 0 20px 0 20px;
    position: relative;
}

.card-topbar select {
    width: 105px;
    background-color: transparent;
    font-size: 14px;
    color: #202020;
    border: 0;
    line-height: 25px;
    height: 25px;
    margin-top: 12px;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 20px;
    font-family: 'robotomedium';
}

.card-topbar-title {
    line-height: 20px;
    font-size: 18px;
    font-family: var(--lightMedium);
    padding-right: 10px;
    color: var(--themeColor);
}

.card-common-body {
    padding: 20px;
    width: 100%;
    position: relative;
}

.card-topbar .btn-group {
    position: absolute;
    right: 20px;
    top: 12px;
}

.drop-bar-actions {
    cursor: pointer;
}

.dropdown-menu-action {
    min-width: 200px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-menu-action li {
    width: 100%;
}

.dropdown-item {
    font-size: 14px;
    padding: 15px;
    color: #5D5E6A;
}

.dropdown-menu-action li a {
    padding: 9px 10px 9px 10px;
}

.drop-bar-actions i {
    font-size: 22px;
    color: var(--orange);
}

.drop-bar-actions::after {
    display: none;
}

.dropdown-menu-action li .dropdown-divider {
    margin: 0;
}

.dropdown-menu-action-active {
    /* inset: unset !important; */
    right: 0 !important;
    width: 80px;
    max-width: 140px !important;
    min-width: 140px;
}

.status-common {
    font-size: 12px;
    border-radius: 20px;
    padding: 6px 22px 6px 20px;
    position: relative;
    width: fit-content;
    align-items: center;
    margin-bottom: 3px;
    float: left;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-family: var(--regular);
    white-space: nowrap;
    cursor: pointer;
    min-width: 100px;
}

.status-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--white);
    background: var(--themeColor);
}

.status-green {
    color: var(--green);
    background-color: #d9ffd9;
    border: 1px solid var(--green);
}

.status-green .status-dot::before {
    background-color: var(--green);
}

.status-red {
    color: var(--red);
    background-color: var(--sRed);
    border: 1px solid var(--red);
}

.status-red .status-dot::before {
    background-color: var(--red);
}

.status-orange {
    color: #FF5C00;
    background-color: #FFEFE0;
    text-transform: capitalize;

}

.status-orange .status-dot::before {
    background-color: #FF5C00;
}

.status-common.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    margin-left: 0.255em;
    margin-right: auto;
    position: absolute;
    top: 14px;
    right: 8px;

}




.dbrdTabs {
    gap: 15px;
    min-width: 275px;
}

.dbrdTabs.nav-pills .nav-link {
    background-color: transparent;
    border: 1px solid var(--cardBorder);
    color: var(--themeColor);
    font-family: var(--regular);
}
.dbrdTabs.nav-pills .nav-link:hover {
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
    color: var(--black);
}
.dbrdTabs.nav-pills .nav-link.active {
    background: var(--themeColor);
    color: var(--black);
    border: 1px solid var(--themeColor);
}

.totalOrdersChartWrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.card-actvity-row {
    position: relative;
}

.card-actvity-row::before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 0;
    height: 87%;
    left: 6px;
    border-left: 1px solid #E2E2E2;
}

.card-activity-title-row {
    position: relative;
    padding-left: 30px;
    padding-bottom: 11px;
    margin-bottom: 9px;
}

.card-activity-title-row:last-child {
    margin-bottom: 0;
}

.card-activity-title-row::before {
    position: absolute;
    left: 10px;
    top: 5px;
    border-radius: 50%;
    padding: 2px;
    width: 12px;
    height: 12px;
    z-index: 2;
}

.card-activity-title-row::after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 0px;
    background-color: #E2E2E2;
    right: 0;
    height: 1px;
}

.card-activity-title-row:last-child::after {
    display: none;
}

.card-activity-title-row-dot {
    position: absolute;
    left: 0px;
    top: 14px;
    border-radius: 50%;
    padding: 2px;
    width: 13px;
    height: 13px;
    z-index: 2;
}

.summaryDetail {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
}

.summaryRow {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 15px;
    font-size: 15px;
    align-items: center;
    line-height: 20px;
}

.summaryRow.cText {
    color: var(--text);
    font-family: var(--regular);
}

.summaryRow.cOrange {
    color: var(--orange);
    font-family: var(--regular);
}

.summaryRow.cYellow {
    color: var(--theme-blue);
    font-family: var(--regular);
}

.summaryRow.cRed {
    color: var(--red);
    font-family: var(--regular);
}

.summaryRow.cLightBlue {
    color: var(--lightBlue);
    font-family: var(--regular);
}

.summaryRow.cBlue {
    color: var(--blue);
    font-family: var(--regular);
}
.summaryRow.cTheme {
    color: var(--themeColor);
    font-family: var(--regular);
}

.summaryRowTitle{
    font-family: var(--regular);
    color: var(--themeColor);
}

.tileSummary {
    width: 15px;
    height: 15px;
    border-radius: 2px;
}

.summaryRow span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.summaryRow.cText .tileSummary {
    background-color: var(--text);
}

.summaryRow.cYellow .tileSummary {
    background-color: var(--theme-blue);
}

.summaryRow.cRed .tileSummary {
    background-color: var(--red);
}

.summaryRow.cLightBlue .tileSummary {
    background-color: var(--lightBlue);
}

.summaryRow.cBlue .tileSummary {
    background-color: var(--blue);
}
.summaryRow.cTheme .tileSummary {
    background-color: var(--themeColor);
}

.summaryRow.cLightBlue .tileSummary {
    background-color: var(--lightBlue);
}

#totalOrdersChart {
    margin-top: 30px;
    margin-bottom: 40px;

}

.card-common-body-pieChart {
    display: flex;
    align-items: flex-start;
}

.pieChartWrapper {
    width: 120px;
    min-width: 120px;
    position: relative;
    display: flex;
    align-items: center;
}

.summaryDetailaside {
    padding-left: 10px;
}

.hAuto {
    height: auto;
    min-height: auto;
}

.bg-blue {
    background-color: #4361EE;
}

.bg-purple {
    background-color: #9853FF;
}

.bg-green {
    background-color: #30D066;
}

.bg-yellow {
    background-color: #E3DC20;
}

.bg-light-green {
    background-color: #0CEEE0;
}

.bg-pink {
    background-color: #F338EC;
}

.card-activity-title-date {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
}

.card-activity-title-h {
    color: #202020;
    font-size: 16px;
    width: 100%;
    font-family: 'robotomedium';
    line-height: 19px;
    margin-bottom: 3px;
}

.card-activity-date {
    font-size: 11px;
    color: #61636F;
    width: 110px;
    text-align: right;
    line-height: 19px;
    margin-bottom: 3px;
}

.card-activity-title-txt {
    color: #61636F;
    font-size: 12px;
}

.card-progress-bar-wrapper {
    margin-bottom: 23px;
}

.card-progress-bar-wrapper:last-child {
    margin-bottom: 0;
}

.card-car-progress {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
}

.card-car-progress span.card-car-p-name {
    color: #202020;
    font-size: 16px;
    width: 100%;
    font-family: 'robotomedium';
}

.card-car-progress span.card-car-p-progress {
    font-size: 13px;
    color: #4361EE;
    text-align: right;
}

.progress-bar {
    width: 100%;
    border-radius: 6px;
    height: 24px;
}

.progress {
    width: 0;
    border-radius: 6px;
    height: 24px;
    text-align: right;
    position: relative;
}

.progress span {
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 10px;
    color: white;
}

.bg-blue-pb {
    background-color: #d9dffc;
}

.bg-purple-pb {
    background-color: #eaddff;
}

.bg-green-pb {
    background-color: #d6f6e0;
}

.bg-light-green-pb {
    background-color: #cefcf9;
}

.bg-pink-pb {
    background-color: #fdd7fb;
}

.lasst-sale-actvity-row {
    position: relative;
}

.lasst-sale-activity-title-row {
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
}

.lasst-sale-activity-title-row:last-child {
    margin-bottom: 0;
}

.lasst-sale-activity-title-date {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.lasst-sale-activity-title-h {
    color: #202020;
    font-size: 16px;
    width: 100%;
    font-family: 'robotomedium';
    line-height: 19px;
    margin-bottom: 3px;
}

.lasst-sale-activity-date {
    font-size: 11px;
    color: #61636F;
    width: 110px;
    text-align: right;
    line-height: 19px;
    margin-bottom: 3px;
}

.lasst-sale-activity-title-txt {
    color: #61636F;
    font-size: 12px;
}

.lasst-sale-activity-price {
    color: #DB1430;
    font-size: 16px;
    font-family: 'robotomedium';
    text-align: right;
}

.form-control {
    padding: 0.6rem 0.75rem;
    font-size: 15px;
    font-family: var(--book);
    height: 46px;
    background: var(--white);
    color: var(--black);
    /* box-shadow: 2px 5px 7px 0px rgba(0, 0, 0, 0.15); */
}

textarea.form-control {
    padding: 0.6rem 0.75rem;
    font-size: 15px;
    font-family: var(--book);
    height: 134px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0 .9rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
    height: 46px;
}

.form-group label {
    margin-bottom: 3px;
    font-size: 15px;
}

.form-group .form-control {
    margin-bottom: 1rem;
}

.form-group .form-control:focus {
    /* box-shadow: none; */

}

/* .form-group select.form-control{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
} */

.form-control:focus {
    background: var(--white);
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.20);
    color: var(--black);
}

select.form-control {
    /* background-image: 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: right 0.75rem center;
    background-size: 16px 12px; */

    /* background: var(--darkGradientStraight),
                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")
                no-repeat right 0.75rem center;
    background-size: 16px 12px;
    background-repeat: no-repeat; */
    background-image:
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23136750' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding: 0.6rem 1.9rem 0.6rem 0.75rem;
}
select.form-control:focus {
    background-image:
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23136750' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.form-hr {
    margin-top: .6rem;
    margin-bottom: 1.5rem;
    color: var(--cardBorder);
    opacity: 1;
}

.form-hr-last {
    margin-bottom: 20px;
}

.form-common-heading {
    font-size: 20px;
    font-family: var(--semibold);
    margin-bottom: 15px;
}

.label-common-heading {
    font-size: 18px;
    font-family: var(--lightMedium);
    margin-bottom: 15px;
    color: var(--themeColor);
}
.label-common-heading-sml {
    font-size: 18px;
    font-family: var(--lightMedium);
    margin-bottom: 10px;
    color: var(--themeColor);
}
.addRemoveColInput{
    display: flex;
    gap: calc(calc(var(--bs-gutter-x) * 0.5) * 2);
    width: 100%;
}
.check-radio-row {
    display: flex;
    margin-top: 10px;
    gap: 20px;
}

.form-common-sub-heading {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'robotomedium';
}
.col-plc{
    padding-right: calc(44px + calc(var(--bs-gutter-x) * 0.5));
}

/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #535353;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dbdbdb;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark {
    background-color: #cacaca;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark {
    background-color: #4361EE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}

.form-btns {
    justify-content: flex-end;
    gap: 10px;
}

.w-170 {
    width: 170px;
}

.w-250 {
    width: 250px;
}

.actions-col {
    display: flex;
    gap: 10px;
    /* justify-content: center; */
    align-items: center;
    padding: 0 20px 0 0px;
}

.actions-col i {
    font-size: 20px;
}

.table-single-line tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.col-detail-view {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.7rem;
    gap: 5px;
    height: fit-content;
}

.label-heading {
    font-size: 15px !important;
    font-family: var(--lightMedium);
    width: 100%;
    line-height: 20px;
    display: flex;
    height: fit-content;
    color: var(--themeColor);
}

.label-txt {
    /* width: 140px;
    max-width: 140px;
    min-width: 140px; */
    color: var(--text);
    font-size: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    height: fit-content;
}

.label-txt i {
    font-size: 18px;
    color: rgb(255, 208, 0);
    margin-right: 6px;
    line-height: 20px;
    padding-bottom: 3px;
}
.label-txt-list ul{
    display: block;
    width: 100%;
}
.label-txt-list ul li{
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 5px;
}
.label-txt-list ul li img{
    display: inline-block;
    width: 15px;
    height: auto;
}
.star-icon {
    font-size: 16px;
    color: rgb(255, 208, 0);
    margin-right: 6px;
    line-height: 20px;
    padding-bottom: 3px;
}

td.star-icon {
    font-size: 16px;
}

.label-txt-icon {
    display: flex;
    align-items: center;
}
.breadcrums{
    padding-top: 3px;
}
ol.breadcrumb{
    margin-bottom: 0;
}
ol.breadcrumb li{
    font-size: 14px;
    font-family: var(--regular);
}
ol.breadcrumb a{
    font-size: 14px;
    color: var(--themeColor);
    font-family: var(--regular);
}
ol.breadcrumb a:hover{
    text-decoration: underline;
}


/*********************************/

.fz-upload-slot,
.fz-upload-slot1 {
    background-color: rgb(236, 236, 236);
    border-radius: 0.5em;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 120px;
    width: 120px;
    z-index: 1;
    position: relative;
}

.fz-upload-slot__placeholder,
.fz-upload-slot__placeholder1 {
    -webkit-align-self: center;
    align-self: center;
    position: absolute;
    height: 50%;
    width: 100%;
    top: 20%;
    vertical-align: center;
    z-index: 2;
}

.fz-upload-slot__placeholder__icon,
.fz-upload-slot__placeholder__icon1 {
    background-image: url(../images/placeholder.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px auto;
    height: 75%;
    width: 100%;
    z-index: 2;
}

.fz-upload-slot__placeholder__text,
.fz-upload-slot__placeholder__text1 {
    color: #777;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    z-index: 2;
    font-family: var(--medium);
}


.fz-upload-slot input[type="file"],
.fz-upload-slot1 input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
}


.fz-upload-slot__caption-grp,
.fz-upload-slot__caption-grp1 {
    position: relative;
    z-index: 5;
    bottom: 0;
    width: 95%;
}

.fz-upload-slot__caption-grp input,
.fz-upload-slot__caption-grp1 input {
    border: solid 0.5px #aaaaaa;
    border-radius: 0 0 0.5em 0.5em;
    font-size: 14px;
    padding: 2.5%;
    opacity: 0;
    z-index: 6;
}


.fz-upload-slot__preview-grp,
.fz-upload-slot__preview-grp1 {
    border-radius: 0.5em;
    display: none;
    z-index: 4;
    position: relative;
    width: 100%;
    height: 100%;
}

.fz-upload-slot__preview-wrapper,
.fz-upload-slot__preview-wrapper1 {
    border-radius: 0.5em;
    position: absolute;

    height: 100%;
    top: 0;
    width: 100%;
}

.fz-upload-slot__preview-wrapper img,
.fz-upload-slot__preview-wrapper1 img {
    border-radius: 0.5em;
    object-fit: cover;
}

.fz-upload-slot__rm-img,
.fz-upload-slot__rm-img1 {
    background-color: rgba(255, 255, 255, 0.5);
    border: unset;
    border-radius: 50%;
    bottom: 0;
    box-shadow: none;
    content: '&nbsp;';
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    width: 40px;
    top: 0;
    left: 0;
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fz-upload-slot__rm-img__icon,
.fz-upload-slot__rm-img__icon1 {
    content: '\f2ed';
    height: 100%;
    width: 100%;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.fz-upload-slot__rm-img__icon::before,
.fz-upload-slot__rm-img__icon1::before {
    content: '\f2ed';
    height: 30px;
    width: 18px;
    color: #F00 !important;
    font-size: 20px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

/*********************************/

.upload-img-wrapper {
    display: flex;
    gap: 20px;
    position: relative;
    flex-wrap: wrap;
}

.upload-img-container {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 0.25rem;
    overflow: hidden;
}

.upload-img-wrapper input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.imageUpThumb {
    width: 100%;
    height: 100%;
}

.removeUpImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.removeUpImg i {
    color: #ff0000;
    font-size: 20px;
}

.upload-img-container:hover .removeUpImg {
    visibility: visible;
}

.upload-file-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    background-color: #E0E0E0;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
}

.js-labelFile {
    padding: 10px 0 0 0;
}

.js-fileName {
    font-size: 13px;
    font-size: 13px;
    width: 100%;
    display: inline-block;
    max-height: 42px;
    overflow: hidden;
}

.input-file {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.dropdown-item {
    font-size: 14px;
}

.parteners-row {
    display: none;
}

.local-v-row {
    display: none;
}


.dash-trigger {
    display: none;
}

.dash-trigger-active {
    display: block;
}

.rft-filter-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.add-row {
    display: flex;
    gap: 15px;
}

.add-row .add-new i {
    font-size: 32px;
    color: #009EF7;
    cursor: pointer;
    margin-top: 5px;
}

.tbl-img-td {
    display: flex;
    gap: 5px;
}

.tbl-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.dashboard-footer {
    padding: 15px 15px 15px 15px;
    text-align: center;
    color: var(--white);
    font-size: 13px;
    background: var(--themeColor);
    width: calc(100% - 270px);
    float: right;
}

.bodyClosed .dashboard-footer {
    width: calc(100% + 23px);
}

.lengthFilterCol {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5px;
}

.dataTables_length>label {
    display: flex;
    gap: 10px;
    align-items: center;
}
.faqQuest{
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.faqAns{
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.searchFilter {
    width: 43px;
    height: 43px;
    padding: 8px;
    right: 0;
    top: 0;
    border-radius: 0.25rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--themeColor);
    position: relative;
    z-index: 10;
}

.searchFilter i {
    color: #fff;
    font-size: 25px;
}

.TablesLength {
    display: flex;
    align-items: center;
    width: fit-content;
}

.TablesLength label {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
}

.TablesLength>label select {
    height: 39px;
}

table.dataTable > tfoot{
    background: var(--themeColor);
}
table.dataTable > tbody tr{
    background: var(--darkGradient);
}
table.dataTable{
    border: 1px solid var(--grey3);
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: var(--grey3);

}
table.dataTable > tbody td{
    color: var(--black) !important;
    font-size: 14px;
}
table.dataTable thead th,
table.dataTable tfoot th{
    font-size: 14px;
    color: var(--gold2);
}

.fArabic{
    font-family: var(--arRegular);
}
.table.dataTable.table-striped > tbody > tr.odd{
    background: var(--darkGradient) !important;
}
.filters-table-wrapper {
    padding: 25px 15px 25px 15px;
    border: 1px solid var(--cardBorder);
    display: none;
}
.ck-content.ck-editor__editable {
    min-height: 300px !important;
}

.filter-heading {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: var(--lightMedium);
    font-size: 20px;
    color: var(--themeColor);
    line-height: 40px;
    margin-bottom: 10px;
}

.filters-table {
    display: flex;
    gap: 15px;
}

.main-filters {
    display: flex;
    gap: 10px;
    width: 100%;
}

.date-filters {
    display: flex;
    gap: 15px;
    width: 35%;
}

.filters-control {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.btn.btn-transparent {
    border: 1px solid var(--themeColor);
    color: var(--themeColor);
}


.btn.btn-transparent:hover {
    background: var(--themeColor);
    color: var(--black);
}

.btn.btn-outline-danger {
    border: 1px solid var(--red);
    color:  var(--red);
}

.btn.btn-outline-danger:hover {
    color: #fff;
}

.btn.btn-outline-danger:hover {
    background-color:  var(--red);
}
/* .dropdown-menu{
    position: fixed !important;
} */
.btnWrapperPrimary {
    display: flex;
    width: 100%;
    border-top: 1px solid var(--grey3);
    padding: 20px 20px 20px 20px;
}

.modal-title {
    font-size: 18px;
    font-family: var(--lightMedium);
    padding-right: 10px;
    color: var(--themeColor);
}

.productImg {
    max-width: 100px;
    max-height: 70px;
}



.actionIcon {
    position: relative;
}

.actionIcon span {
    font-size: 11px;
    letter-spacing: .7px;
    position: absolute;
    top: -18px;
    background: #000;
    padding: 6px 11px;
    color: #fff;
    display: none;
    z-index: 3;
    left: 50%;
    width: auto;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.actionIcon span::before {
    position: absolute;
    content: "";
    background-image: url(../images/dropdownArrow.svg);
    background-size: 12px auto;
    width: 14px;
    height: 8px;
    z-index: 3;
    top: 31px;
    transform: translate(-50%, -50%);
    left: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.actionIcon:hover span {
    display: block;
}

.uploadImagesBar {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}

.profileImgWrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.profileImgContainer {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

.profileImgContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uploadImgWrapper {
    display: flex;
    margin-bottom: 15px;
}

.uploadImgWrapper input[type='file'] {
    visibility: hidden;
    height: 0;
    width: 0
}

.uploadImgContainer {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--grey3);
}
.uploadImgWrapperProfile{
    justify-content: center;
}
.uploadImgWrapperProfile .uploadImgContainer {
    border-radius: 50%;
}

.uploadImgContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.uploadImgContainer:hover .cameraIcon {
    display: flex;
}


.cameraIcon {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 50%;
}

.cameraIcon img {
    width: 40px;
    height: auto;
    cursor: pointer;
}

.profileImgContainer:hover .cameraIcon {
    display: flex;
}


.nameTitleCol {
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

.nameProfile {
    font-size: 18px;
    font-family: var(--regular);
    width: 100%;
    line-height: 20px;
    display: flex;
    height: fit-content;
    text-align: center;
    justify-content: center;
    color: var(--themeColor);
    margin-top: 10px;
}

.emailProfile {
    color: var(--text);
    font-size: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    height: fit-content;
    justify-content: center;
}

.topBarIcon {
    display: flex;
    align-items: center;
}

.topBarIcon span {
    color: var(--theme-blue);
    font-size: 15px;
    font-family: var(--medium);
}

.topBarIcon i {
    font-size: 22px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}

.topBarIcon .editProfile {
    color: var(--themeColor);
}

.topBarIconText {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topBarIconText span {
    font-size: 17px;
}

.commission {
    margin-top: 29% !important;
}

.addRemoveRow{
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    margin-bottom: 1rem;
}
.addRemoveRow input[type="text"]{
    margin-bottom: 0;
}
.addRemovebtn{
    min-width: 34px;
    max-width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close_Btn{
    background-color: var(--red);
    background-image: url(../images/remove.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
.add_Btn{
    background-color: var(--themeColor);
}

.note-toolbar .btn-group.note-btn-group{
    display: inline-block;
}
.note-editor .note-toolbar, .note-popover .popover-content {
    background: #fafafa;
}
.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid var(--cardBorder);
    border-radius: 0.375rem;
    overflow: hidden;
}
.note-btn.dropdown-toggle::after {
    display: none;
}
.note-dropdown-menu{
    max-height: 250px;
    overflow-y: auto;
}
.note-editable h1,
.note-editable h2,
.note-editable h3,
.note-editable h4,
.note-editable h5,
.note-editable h6{
    color: var(--themeColor);
}
.note-editable,
.note-editable p,
.note-editable pre{
    color: var(--text);
}
.note-editable ul {
    list-style-type: un; /* or whatever style you want to apply to the nested ul */
    margin: initial;
    padding: initial;
    padding-left: 2rem;
}
.note-editable ul li {
    list-style-type: initial; /* or whatever style you want to apply to the nested ul */
    margin: initial;
    padding: initial;
}

.note-editable ol {
    list-style-type: decimal; /* or whatever style you want to apply to the nested ul */
    margin: initial;
    padding: initial;
    padding-left: 2rem;
}
.note-editable ol li {
    list-style-type: decimal; /* or whatever style you want to apply to the nested ul */
    margin: initial;
    padding: initial;
}

/***************Map**************/



.addressWrapper {
    position: relative;
}

#map {
    height: 350px;
}

#map>div {
    background-color: #F4F4F4 !important;
}

/*
   * Optional: Makes the sample page fill the window.
   */

.pac-container {
    z-index: 9999;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    z-index: 15;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

/* #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
  }

  #pac-input:focus {
    border-color: #4d90fe;
  } */
#pac-input {
    left: 0 !important;
    top: -49px !important;
    z-index: 50 !important;
}

#pac-input:focus {
    box-shadow: none;
}

.mapCover {
    position: absolute;
    width: 100%;
    top: 50px;
    height: 40px;
    background-color: #F4F4F4;
    z-index: 40;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.gm-style {
    /* margin-top: 50px !important; */
    /* overflow: hidden; */
    background-color: #fff;
    height: calc(100% - 50px) !important;
    z-index: 20 !important;
    position: relative;
}

.gm-style:before {
    content: '';
    position: absolute;
    background-color: #F4F4F4;
    width: 100%;
    height: 50px;
    top: -50px;
    left: 0;
    z-index: 40;
}
.addressWrapperAdmin #map .gm-style {
    height: 100% !important;
}
/************************************************/


/* The actual timeline (the vertical ruler) */
.main-timeline-5 {
    position: relative;
    /* max-width: 50%; */
    margin: 0 0;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-5::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #d9ffd9;
    top: 0;
    bottom: 0;
    left: auto;
    margin-left: -3px;
}

/* Container around content */
.timeline-5 {
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */
.timeline-5::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    right: 1px;
    background-color: var(--green);
    top: 18px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the right */
.right-5 {
    padding: 0px 0px 20px 40px;
    left: auto;
}

/* Add arrows to the right container (pointing left) */
.right-5::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid #edffed;
    border-width: 10px 10px 10px 0;
    border-color: transparent #edffed transparent transparent;
}

.timeline-5.right-5 .card {
    background-color: #e5ffe5;
    border: none;
    align-items: flex-start;
}


/* Fix the circle for containers on the right side */
.right-5::after {
    left: -10px;
}

.timelineHeading {
    font-size: 16px;
    font-family: var(--semibold);
    line-height: 20px;
    color: var(--primarytext);
    margin-bottom: 5px;
    white-space: nowrap;
}

.timelineDate {
    font-size: 14px;
    line-height: 20px;
    color: #9B9B9B;
}

@media (max-width: 991px) {
    .main-timeline-5 {
        max-width: 100%;
    }
}


/***********************************************/
form {
    width: 100%;
}

.form-control.form-control-table {
    height: 35px;
    padding: 6px 30px 6px 15px;
    font-size: 13px;
    border-radius: 18px;
}

.label-common-heading-2 {
    font-size: 17px;
    font-family: var(--semibold);
    margin-bottom: 15px;
}

.gallery-img-wrapper {
    color: var(--lightblack);
    font-size: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    height: fit-content;
}

.gallery-file-img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    display: flex;
    background-color: #E0E0E0;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    cursor: pointer;
}

.gallery-file-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.rangeFilterRow {
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}

.rangeFilterRowCol {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.rangeFilterRowCol .filterDateRight {
    max-width: 220px;
}

.rangeFilterRow>div {
    align-items: center;
    display: flex;
    width: auto;
}

.posRel {
    position: relative;
}

.error-container {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 20px;
}
.invalid-feedback {
    margin-top: 0;
    position: absolute;
    bottom: -5px;
    left: calc(var(--bs-gutter-x) * 0.5);
  }
.accordionNotify {
    width: 100%;
}

.accordion-button {
    background-color: #f7f7f7;
    font-size: 16px;
    font-family: var(--lightMedium);
    padding: .8rem 1rem;
    /* padding-right: 10px; */
    color: var(--themeColor);

}

.accordion-body {
    text-align: left;
}

.accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--themeColor);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 rgba(255, 119, 0, .1);
}
.accordion-button.collapsed {
    background-color: #f7f7f7;
    font-size: 16px;
    font-family: var(--lightMedium);
    padding: .8rem 1rem;
    color: var(--themeColor);
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}
.accordion-body {
    padding: 1rem 1rem;
}


/****************************************/

.checkdivWrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group label.labelCheck {
    margin: 0;
    font-size: 15px;
    padding-top: 1px;
}

.checkdiv {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 25px;
    max-width: 25px;
    height: 25px;
}

.checkdiv input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    left: 0;
    z-index: 5;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgba(255, 106, 0, 0.1);
    border: 1px solid #ffba89;
    border-radius: 3px;
}

.checkdiv:hover input~.checkmark {
    background-color: rgba(255, 106, 0, 0.1);
}

.checkdiv input:checked~.checkmark {
    background-color: #F57D26;
    border-color: #F57D26;
    box-shadow: 3px 6px 8px rgba(245, 125, 38, 0.5);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkdiv input:checked~.checkmark:after {
    display: block;
}

.checkdiv .checkmark::after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text-area {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-pills {
    gap: 10px;
}

.nav-link {
    color: var(--primarytext);
}

.nav-link:hover {
    color: var(--themeColor);
    /* background: var(--themeColor); */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--theme-white);
    background: var(--themeColor);
}

.Plans {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
}

.Plans-radio {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
}

.Plans-radio input {
    margin: 0 8px;
}

.password {
    position: relative;
}

.password_icon {
    position: absolute;
    top: 40px;
    right: 45px;
    cursor: pointer;
}

/* delete model css  */

.modal-confirm {
    color: #636363;
}

.modal-confirm .modal-content {
    /*
    border-radius: 5px;
    border: none;

     */
    border-radius: 3vh;
    margin: auto;
    margin-top: 9rem !important;
    max-width: 650px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 14px;
    text-align: center;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm .close {
    position: absolute;
    top: -15px;
    right: -120px;
    border: none;
    background: transparent;
    font-size: 30px;
}

.commission-close {
    border: none;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
}

.modal-confirm .modal-body {
    color: #999;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    /* border: 3px solid var(--red); */
}

.modal-confirm .icon-box i {
    color: var(--red);
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: var(--green);
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 10px;
    margin: 0 5px;
}

.modal-confirm .btn-secondary {
    background: #c1c1c1;
}

.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-danger {
    background: var(--red);
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
    background: #ee3535;
}

.modal-content{
    background: var(--darkGradient);
}
.modal-header{
    border-bottom: 1px solid var(--cardBorder);
}
.modal-footer{
    border-top: 1px solid var(--cardBorder);
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.toggle>.toggle-group>.toggle-on {
    position: absolute;
    top: -7px !important;
    bottom: 0;
    left: 0;
    right: auto !important;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-align: inherit;
}

.toggle>.toggle-group>.toggle-off {
    position: absolute;
    top: -7px !important;
    bottom: 0;
    left: auto !important;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-align: inherit;
}

.toggle>.toggle-group>.toggle-on.btn {
    padding-right: 5rem !important;
    padding-top: 0.1rem;
}

.toggle>.toggle-group>.toggle-off.btn {
    padding-left: 5rem !important;
    padding-top: 0.1rem;
}

.toggle>.toggle-group>.toggle-handle {
    height: 145% !important;
}

.toggle-handle {
    min-width: 70px !important;
}

.btn-group {
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toggle {
    width: 95px !important;
    height: 30px !important;
}

.avaible_status {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: var(--primarytext);
    font-family: var(--semibold);
}

.toggle:focus>.toggle-group>.toggle-handle,
.toggle:hover>.toggle-group>.toggle-handle {
    opacity: 1 !important;
}

.common-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* success model css  */


.card {
    border-radius: 3vh;
    margin: auto;
    /* margin-top: 8rem !important; */
    max-width: 500px;
    /* padding: 7vh 6vh; */
    align-items: center;
    /* box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19) */
}

@media(max-width:767px) {
    .card {
        width: 90vw
    }
}

.card-img {
    padding: 20px 0;
    width: 20%;
    text-align: center;
}

.card-img img {
    opacity: 0.7;
    width: 100%;
}

.card-title {
    margin-bottom: unset
}

.card-title p {
    color: var(--green);
    font-weight: 900;
    font-size: 30px;
    margin-bottom: unset
}

.card-text p {
    color: grey;
    /* font-size: 25px; */
    text-align: center;
    padding: 3vh 0;
    font-weight: lighter
}

.btn {
    color: var(--gold2);
    cursor: pointer;
}

.btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: var(--gold2);
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none
}

.btn:hover {
    color: var(--gold2);
}
a.primaryLink {
    color: var(--bluelink);
}
.btn-transparent:focus {
    color: var(--themeColor);
}
.lightMedium{
    font-family: var(--lightMedium) !important;
}

#upload-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}
.upload-box {
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid var(--grey3);
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-image: url("../images/add-img.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px, auto;
}
.upload-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.upload-plus {
    font-size: 24px;
    color: #888;
    position: absolute;
}
.file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.previews-container{
    width: 100%;
    height: 100%;
}
.close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: #f00;
    color: #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 26px;
}
.form-control::file-selector-button{
    height: 46px;
    margin: 0;
    margin-right: 10px;
}
.fl-upld-input{
    padding-left: 0;
    padding-top: 0;
}
.card-table-responsive .dataTables_wrapper > div.row:first-child{
    margin-bottom: 10px;
    position: relative;
}
.card-table-responsive .dataTables_wrapper .dataTables_length select{

    padding-right: 40px;
}
.uploadImagesBarInner{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;

}
.instruction{
    font-size: 12px;
    font-family: var(--regular);
    color: var(--black);
}
table.dataTable{
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}
.table thead th {
    background-color: var(--themeColor);
}


/********************LTR********************/
/* .dbrdTabs.nav-pills .nav-link {
    background-color: transparent;
    border: 1px solid var(--cardBorder);
    color: var(--themeColor);
    font-family: var(--regular);
} */
.direction-rtl,
.direction-rtl .form-control,
.direction-rtl .summaryRow.cYellow,
.direction-rtl .summaryRow.cRed,
.direction-rtl .topBarIcon span,
.direction-rtl .instruction {
    font-family: var(--arRegular);
}


.direction-rtl .btn,
.direction-rtl .seeAllNotify a,
.direction-rtl .filter-heading,
.direction-rtl .summaryRow.cTheme,
.direction-rtl .summaryRow.cText,
.direction-rtl .summaryRow.cLightBlue {
    font-family: var(--arBoldSans);
}

.direction-rtl .sidebar-nav ul.main-category-menu li.sidebar-list.active>a,
.direction-rtl .pageTitle,
.direction-rtl .notifyTitle,
.direction-rtl .common-title,
.direction-rtl .card-topbar-title,
.direction-rtl .label-heading,
.direction-rtl .label-common-heading,
.direction-rtl .summaryRow.cBlack,
.direction-rtl .dbrdTabs.nav-pills .nav-link,
.direction-rtl .sidebar-nav ul.main-category-menu li.sidebar-list > a,
.direction-rtl table.dataTable thead th,
.direction-rtl table.dataTable tfoot th,
.direction-rtl .modal-title{
    font-family: var(--arBold);
}
.direction-rtl .login-heading {
    font-family: var(--arBlack);
}


body.direction-rtl header#page-topbar {
    padding-left: 20px;
    padding-right: 290px;
}

body.direction-rtl .main-content-container {
    padding-right: 290px;
    padding-left: 0;
}

body.direction-rtl .dashboard-footer {
    float: left;
}

body.direction-rtl .btn-group-notify {
    right: auto;
    left: 15px;
}

body.direction-rtl .main-container {
    padding-left: 20px;
    padding-right: 0px;
}

body.direction-rtl .sidebar-nav ul.main-category-menu li.subNav>a::after {
    right: auto;
    left: 15px;
}

body.direction-rtl .menu-trigger {
    cursor: pointer;
    float: right;
    width: 30px;
}

body.direction-rtl .pageTitle {
    padding-right: 20px;
}

body.direction-rtl .top-bar-avatar::after {
    margin-right: 0.455em;
}

body.direction-rtl .sidebar.menuClosed {
    position: fixed;
    top: 0px;
    left: auto;
    right: 0;
    bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}

body.direction-rtl.bodyClosed {
    padding-right: 90px;
    padding-left: 0;
}
body.direction-rtl table.dataTable thead th, body.direction-rtl table.dataTable tfoot th{
    font-weight: unset;
}
body.direction-rtl.bodyClosed header#page-topbar {
    padding-right: 90px;
}

body.direction-rtl.bodyClosed .main-content-container {
    padding-right: 0;
}

body.direction-rtl .row-logo {
    padding-right: 10px;
}

body.direction-rtl .logo_icon {
    right: auto;
    left: -110px;
}

body.direction-rtl .logo_icon img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.direction-rtl .login-form-icon {
    position: absolute;
    left: auto;
    right: -1px;
    border-radius: 0 0.375rem 0.375rem 0;
}

body.direction-rtl .log-form-fields input.form-control {
    padding-right: 53px;
    padding-left: 0.75rem;
}

body.direction-rtl ul.subNavList {
    /* display: none; */
    padding-left: 0px;
    padding-right: 50px !important;
}

body.direction-rtl ul.subNavList::before {
    left: auto;
    right: 23px;

}

body.direction-rtl .forget-link {
    display: flex;
    justify-content: left;
}

body.direction-rtl .dropdown-item {
    text-align: right;
}

body.direction-rtl .status-common {
    padding: 6px 20px 6px 22px;
    font-family: var(--arSemiBold);
}
body.direction-rtl .status-dot::before {
    left: auto;
    right: 8px;
}
body.direction-rtl .status-common.dropdown-toggle::after {
    margin-left: auto;
    margin-right: 0.255em;
    right: auto;
    left: 10px;
}


body.direction-rtl .right-5 {
    padding: 0px 40px 20px 0px;
    left: auto;
}
body.direction-rtl .right-5::before {
    z-index: 1;
    left: auto;
    right: 30px;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #edffed;
}
body.direction-rtl .right-5::after {
    left: auto;
    right: -10px;
}
body.direction-rtl .main-timeline-5::after {
    margin-left: auto;
    margin-right: -3px;
}
body.direction-rtl .form-control.picker__input{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
body.direction-rtl .input-group-text{
    border-radius: 0.25rem 0 0 0.25rem;
}
.direction-rtl .dbrdTabs{
    justify-content: flex-end;
}
.direction-rtl .modal-header .btn-close{
    margin-left: 0;
}
.direction-rtl .modal-title{
    padding-right: 0;
}

.direction-rtl .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-right: unset;
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.direction-rtl .breadcrumb-item + .breadcrumb-item {
    padding-left: unset;
    padding-right: var(--bs-breadcrumb-item-padding-x);
}
.direction-rtl ol.breadcrumb a {
    font-size: 15px;
    font-family: var(--arBoldSans);
}
.direction-rtl ol.breadcrumb li {
    font-size: 15px;
    font-family: var(--arBoldSans);
}
.direction-rtl .card-topbar-title {
    padding-left: 10px;
    padding-right: unset;
}
.direction-rtl select.form-control{
padding: 0.6rem 0.75rem 0.6rem 1.9rem;
background-position: left 0.75rem center;
}
.direction-rtl .accordion-button::after {
    margin-left: unset;
    margin-right: auto;
}
.direction-rtl .accordion-button {
    font-family: var(--arBold);
}
.direction-rtl .form-group label{
float: right;
}
.direction-rtl .col-plc {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(44px + calc(var(--bs-gutter-x) * 0.5));
}
.direction-rtl .label-common-heading-sml {
    font-family: var(--arBold);
    text-align: right;
}
.direction-rtl .fl-upld-input {
    padding-left: 0.75rem;
    padding-right: 0;
    padding-top: 0;
}
.direction-rtl .form-control::file-selector-button {
    margin-left: 10px;
    margin-right: 0px;
}
.direction-rtl .actions-col {
    padding: 0 0px 0 20px;
}
.direction-rtl .dataTables_wrapper .dataTables_length {
    float: right;
}
.direction-rtl .dataTables_wrapper .dataTables_info {
    float: right;
}
.direction-rtl .dataTables_wrapper .dataTables_paginate {
    float: left;
}


.swal2-container {
    height : auto !important;
}
label.error{
    color: red !important;
    font-family: var(--regular);
    font-size: 12px;
}
input.error,textarea.error,select.error{
    border-color: red!important;
}

.audiosFilesContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap
}

.audiosFilesContainer .adFiles{
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-right: 1px solid rgba(211,204,204,0.36);
    border-bottom: 1px solid rgba(211,204,204,0.79);
    border-radius: 10px;
    margin-bottom: 5px;
}

.audiosFilesContainer .adFiles .delete-icon {
    cursor: pointer;
    transition: transform 0.2s; /* Optional: for hover effects */
    height: 26px;
}

.audiosFilesContainer .adFiles .delete-icon:hover {
    transform: scale(1.2); /* Scale up on hover */
    filter: hue-rotate(0deg) saturate(150%); /* Increase saturation on hover */
}
.image-container-pr {
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.image-container-pr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.delete-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
    cursor: pointer;
}

.delete-overlay i {
    font-size: 30px;
    color: white;
}

.image-container-pr:hover .delete-overlay {
    opacity: 1;
}
.show-forceFully{
    display: block !important;
}
.active-sub{
    color: #02755A !important;
}
.uploadImgSmall{
    flex-direction: column;
}
