@font-face {
    font-family: "MadaniArabic";
    src: url("../fonts/MadaniArabic-Light.woff2") format("woff2"), url("../fonts/MadaniArabic-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MadaniArabic";
    src: url("../fonts/MadaniArabic-ExtraLight.woff2") format("woff2"), url("../fonts/MadaniArabic-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MadaniArabic";
    src: url("../fonts/MadaniArabic-ExtraBold.woff2") format("woff2"), url("../fonts/MadaniArabic-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MadaniArabic";
    src: url("../fonts/MadaniArabic-Medium.woff2") format("woff2"), url("../fonts/MadaniArabic-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MadaniArabic";
    src: url("../fonts/MadaniArabic-Regular.woff2") format("woff2"), url("../fonts/MadaniArabic-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MadaniArabic";
    src: url("../fonts/MadaniArabic-SemiBold.woff2") format("woff2"), url("../fonts/MadaniArabic-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MadaniArabic";
    src: url("../fonts/MadaniArabic-Thin.woff2") format("woff2"), url("../fonts/MadaniArabic-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MadaniArabicVariable";
    src: url("../fonts/MadaniArabicVariable.woff2") format("woff2"), url("../fonts/MadaniArabicVariable.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MadaniArabic";
    src: url("../fonts/MadaniArabic-Black.woff2") format("woff2"), url("../fonts/MadaniArabic-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MadaniArabic";
    src: url("../fonts/MadaniArabic-Bold.woff2") format("woff2"), url("../fonts/MadaniArabic-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
  		This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  		calculation of the height of the owl-item that breaks page layouts
  	 */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
}

p {
    margin: 0;
}

ul {
    list-style: none;
}

ol,
ul,
h1,
h2,
h3,
h5,
h4,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

body {
    direction: rtl;
    text-align: right;
    font-family: "MadaniArabic";
    /* zoom:.8; */
}

/* width */
::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@keyframes mymove1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
}

/*
* Ahmed Samy's styles
*/



.fa-shield-alt{
    display: inline-block;
    margin-inline-end: 5px;
}
.back-l{
    background: #0000001f;
}
/*start notification*/
.svg-not{
    fill: var(--primary-theme-color) !important;
}
.notification1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #3a3b4385;
    z-index: 5000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .notification1 .body-notification {
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    top: 0;
    left: -250px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .notification1.show {
    visibility: visible;
    opacity: 1;
  }

  .notification1.show .body-notification {
    left: 0px;
  }

  .head-notification {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #B9C8DD;
  }

  .head-notification .title-not {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .head-notification .title-not h6 {
    padding: 0 10px;
    font-weight: 400;
  }

  .head-notification > img {
    cursor: pointer;
  }

  .item-notification {
    padding: 10px;
  }

  .item-notification ul li {
    margin-bottom: 5px;
  }

  .item-notification ul li.active .item-not {
    background: #05bbad12;
  }

  .item-not {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border-radius: 7px;
    cursor: pointer;
  }

  .item-not-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #05bbad1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .item-not-info {
    padding-inline-start: 10px;
    width: calc(100% - 35px);
  }

  .item-not-info p {
    font-size: 13px;
  }

  .item-not-info span {
    font-size: 13px;
    color: #ADB5C3;
  }

  /*end notification*/

.cm-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, .1);
    transition: all .2s ease-in-out;
    position: relative;
    /*overflow: hidden;*/
}

.cm-card-details {
    text-align: center;
    position: absolute;
    z-index: 100;
    bottom: 5px;
    left: 5px;
}

.cm-card:hover {

}

.cm-card-border-left {
    border-left: 1px solid #e2e2e2;
}

.cm-card-border-right {
    border-right: 1px solid #e2e2e2;
}

.cm-card-top-container {
    box-sizing: border-box;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 5px 5px 5px;
}

.cm-card-bottom-container {
    box-sizing: border-box;
    padding: 10px;
}


.main_container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
}

.nav_container {
    background: #fff;
    padding: 15px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.main_sub_container {
    flex-grow: 1;
    display: flex;
    position: relative;
    padding-inline-start: 200px;
}
.main_sub_container.dog .m_s_nav ul li{
    margin: 0 4px;
}
.main_sub_container.dog{
    padding-inline-start: 90px;
}
.main_sub_container.dog .m_s_nav ul li a{
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}
.main_sub_container.dog .m_s_nav ul li{
    border-radius: 20px;
}
.main_sub_container.dog .m_s_nav{
    min-width: 90px;
}
.main_sub_container.dog .m_s_nav ul li span{
    /* display: none; */
    width: auto;
    font-size: 11px !important;
    /* word-break: break-all; */
    width: 50px;
}

.m_s_nav {
    padding-top: 10px;
    text-align: center;
    min-width: 200px;
    min-height: 90%;
    background-color: var(--primary-theme-color);
    background: linear-gradient(170deg, var(--primary-theme-color) 20%, var(--secondary-theme-color) 100%);
    position: fixed;
    right: 0;
    height: 80%;
    overflow: auto;
}

.m_s_nav ul {
}

.m_s_nav ul li {
    text-align: right;
    margin-right: 13px;
    border-radius: 0px 100px 100px 0px;
    transition: all .2s ease-in-out;
}

.m_s_nav ul li:hover {
    background-color: rgba(0, 0, 0, .4);
    background-color: #ffffff26;
}

.m_s_nav ul li.active {
    background-color: rgba(0, 0, 0, .4);
}

.m_s_nav ul li.active::before {
    width: 8px;
    height: 40px;
    content: " ";
    display: block;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    position: absolute;
    border-radius: 10px 0 0 10px;
}

.m_s_nav ul li a.list-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m_s_nav ul li a.list-menu span{
    overflow: visible;
    width: auto;
    margin-inline-end:10px ;
}
.x-menu>a{
    pointer-events: none;
}
.x-menu{
    cursor: pointer;
}
.x-menu ul{
    visibility: hidden;
    opacity: 0;
    /* background: ; */
    margin-bottom: 0px;
    /*padding-top:5px;*/
    padding-bottom:0px;
    padding-inline-start:13px ;
    margin-inline-start:-13px ;
    /*background: rgba(0,0,0,.4) !important;*/
    transition:  all 0.3s ease-in-out;
    overflow: hidden;
    height: 0;
}
.x-menu.activex ul{
    padding-bottom:5px;
    overflow: visible;
    height: auto;
    margin-bottom: 5px;
    opacity: 1;
    visibility: visible;
}

.x-menu ul a{
    color: #ffffff ;
}
.m_s_nav ul li a.list-menu ul{}
.m_s_nav ul li a {
    padding: 10px 10px 10px 0px;
    display: block;
}

.m_s_nav ul li a .fa {
    color: #ffffff;
}
.x-menu:hover{
    background: transparent !important;
}

.m_s_nav ul li img {
    width: 20px;
    height: 20px;
    margin-inline-end: 5px;
    transition: all 1s;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(131deg) brightness(113%) contrast(98%);
}

.m_s_nav ul li span {
    overflow: hidden;
    width: 0;
    color: #ffffff;
    transition: all 1s;
    font-size: 14px;
    margin-inline-start:5px ;
}

.m_s_nav ul li:hover span {
    overflow: inherit;
    width: 30px;
}

.m_s_nav ul li:hover img {
    /*filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(131deg) brightness(113%) contrast(98%);*/
}

.m_s_content {
    padding: 20px;
    flex-grow: 1;
    min-height: 100%;
    background-color: #F8F8F8;
}

.n_cont {
    display: flex;
    justify-content: space-between;
}

.n_logo a img {
    width: 90px;
}

.nc_logo_search {
    display: flex;
    align-items: center;
}
.nc_logo_search .bar{
    margin-inline-start: 20px ;
    cursor: pointer;
}

.n_search_bar {
    height: 42px;
    border: 1px solid #CFCFCF;
    margin-inline-start: 40px;
    display: flex;
    width: 350px;
    border-radius: 8px;
}

.n_search_bar button {
    border: 0;
    background-color: transparent;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.n_search_bar button img {
    width: 20px;
}

.n_search_bar button:focus {
    outline: 0;
}

.n_search_bar input {
    border: 0;
    font-size: 14px;
}

.n_search_bar input::placeholder {
    color: #ACB0B3;
    font-weight: 300;
}

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

.nc_items a.dropdown-item {
    margin-inline-end: 20px;
    text-align: right;
    padding: 6px 10px;
}

.notification {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 5px;
}

.notification img {
    width: 22px;
}

.notification span {
    /*box-shadow: #61d1bf99 0px 5px 15px;*/
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    color: #fff;
    z-index: 4;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff4040;
    font-size: 12px;
}

.add_se {
    background-color: #ffffff;
    border: 1px solid var(--primary-theme-color);
    height: 45px;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.add_se:after {
    content: "";
    background-color: var(--primary-theme-color);
    padding: 22px;
    position: absolute;
    left: 20px;
    border-radius: 50%;
    z-index: 0;
    box-shadow: 5px 0px 8px rgba(0, 0, 0, .2);
    display: inline-block;
}

.add_se span {
    color: var(--primary-theme-color);
    margin-inline-end: 40px;
    font-size: 14px;
    font-weight: 500;
}

.add_se img {
    width: 18px;
    position: absolute;
    left: 32px;
    z-index: 1;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(131deg) brightness(113%) contrast(98%);
    transition: all .2s ease-in-out;
}

.add_se:hover {
    background-color: #eeeeee;
}

.fix-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fix-buttons a {
    white-space: nowrap;
}

.fix-buttons button {
    white-space: nowrap;
}

.item_photo {
    width: 45px;
    height: 45px;
    display: flex;
}

.item_photo img {
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.panle_info {
    background-color: #FFFFFF;
    min-height: 100vh;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.profile_ph span {
    border: 3px solid var(--primary-theme-color);
    padding: 2px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

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

.profile_ph h3 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 400;
    text-align: center;
}

.profile_ph p {
    text-align: center;
    color: #969BA0;
    font-weight: 300;
    font-size: 16px;
}

.dash_list {
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
}

.item-dash {
    border: 1px solid #DFDFDF;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    width: 47%;
}

.item-dash::after {
    content: " ";
    width: 3px;
    height: 35px;
    border-radius: 2px;
    display: flex;
    background: #1C6DD0;
    position: absolute;
    top: 20px;
    right: -3px;
}

.item-dash h3 {
    color: #1C6DD0;
    margin-bottom: 10px;
}

.item-dash p {
    color: #72777D;
    font-size: 12px;
}

.gr::after {
    background: #00C48D;
}

.gr h3 {
    color: #00C48D;
    margin-bottom: 10px;
}

.blue_cont {
    background: #1C6DD0;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}

.blue_cont a {
    border-radius: 8px;
    border: 1px solid #fff;
    display: flex;
    margin-top: 15px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.blue_cont a img {
    margin-inline-start: 10px;
}

.blue_cont a span {
    color: #fff;
}

.bar_ic {
    margin-inline-end: 15px;
    width: 45px;
    height: 45px;
    background-color: #F6F6F6;
    border-radius: 5px;
    padding: 5px 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}

.bar_ic span {
    margin-bottom: 4px;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    display: block;
    background-color: #00C48D;
}

.bar_ic span:last-child {
    margin-bottom: 0;
}

.profile_drop .dropdown-toggle::after {
    display: none;
}

.profile_drop .dropdown-menu {
    padding: 0;
}

.profile_drop .dropdown-item {
    display: flex;
    align-self: center;
    padding: 10px;
}

.profile_drop .dropdown-item:active {
    background-color: transparent;
    color: #000;
}

.profile_drop .dropdown-item img {
    width: 20px;
    height: 20px;
    margin-inline-end: 10px;
}

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

.nav_list {
    margin-bottom: 10px;
}

.nav_list h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

.nav_list ul {
    display: flex;
    flex-wrap: wrap;
}

.nav_list ul li a {
    display: flex;
    background-color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 20px;
    margin-inline-end: 15px;
    margin-bottom: 15px;
}

.nav_list ul li a.active {
    background-color: var(--primary-theme-color);
}

.nav_list ul li a.active span {
    color: #fff;
}

.nav_list ul li a.active p {
    color: #61D1DF;
}

.nav_list ul li a span {
    font-weight: 300;
    font-size: 14px;
    color: #72777D;
}

.nav_list ul li a p {
    margin-inline-start: 10px;
    font-weight: 300;
    font-size: 14px;
    color: #72777D;
}

.main_card {
    background-color: #fff;
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.main_card .item_profile_c img {
    width: 30px;
    height: 30px;
}

.main_card .item_profile_c div {
    margin-inline-start: 7px;
}

.main_card .item_profile_c div span {
    font-size: 13px;
    color: #61D1DF;
}

.main_card .c-gr span {
    color: #818181;
}

.main_card .prio img {
    width: 20px;
    height: 20px;
}

.main_card .prio div {
    margin-inline-start: 0;
    margin-inline-end: 10px;
}

.main_card .prio div span {
    color: #000;
}

.m_header {
    padding: 0px 15px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
}

.m_header h6 {
    font-size: 13px;
}

.m_header span {
    font-size: 12px;
    color: #72777D;
}

.mc-h {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mc-h span.online {
    border-radius: 25px;
    padding: 8px 18px;
    background-color: #E2FCFF;
    color: #61D1DF;
    font-size: 13px;
    font-weight: 300;
}

.mc-h span.online.bold {
    font-weight: 500;
}

.mc-h span.online-2 {
    border-radius: 25px;
    padding: 8px 18px;
    font-weight: 300;
    background-color: #F6F8FE;
    color: var(--primary-theme-color);
    font-size: 13px;
}

.mc-h .dropdown-toggle {
    cursor: pointer;
}

.mc-h .dropdown-toggle::after {
    display: none;
}

.mc-h .dropdown-menu {
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 7px;
}

.mc-h .dropdown-item {
    display: flex;
    padding: 8px 10px;
}

.mc-h .dropdown-item span {
    font-size: 14px;
    font-weight: 300;
    margin-inline-start: 10px;
}

.mc-h .line1 span {
    color: #212B37;
}

.mc-h .line2 span {
    color: var(--primary-theme-color);
}

.mc-h .line3 span {
    color: #F21350;
}

.mc-h .dropdown-item:active {
    background-color: transparent;
    color: inherit;
}

.meeting-date-time {
    padding: 20px;
    text-align: center;
}

.meeting-date-time .meeting-date-time-1 {
    font-size: 12px;
    color: #555555;
}

.meeting-date-time .meeting-date-time-2 {
    font-size: 20px;
    color: var(--primary-theme-color);
    font-weight: bolder;
}

.meeting-date-time .meeting-date-time-3 {
    font-size: 12px;
    color: #555555;
}

.cm-flo-work {
    padding: 20px 10px;
}

.cm-flo-work-head {
    color: var(--primary-theme-color);
    font-weight: bolder;
    margin-bottom: 1px;
}

.cm-flo-work span {
    font-size: 12px;
    color: #555555;
}

.cm-flo-work div {
    font-size: 14px;
    color: #00C48D;
}

.m_person {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_person ul {
    display: flex;
}

.m_person ul li {
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-inline-start: -10px;
    overflow: hidden;
    display: flex;
}

.m_person ul li img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    border-radius: 50%;
}

.m_person ul li span {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #61D1DF;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    text-align: center;
}

.you {
    display: flex;
}

.you span {
    font-size: 14px;
    color: #4F597A;
}

.you p {
    font-weight: 300;
    margin-inline-start: 5px;
    font-size: 14px;
    color: #61D1DF;
}

.co-time {
    padding: 15px;
    border-bottom: 1px solid #E6E6E6;
}

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

.m_time > .online {
    border-radius: 25px;
    padding: 8px 18px;
    background-color: #E9F9F6;
    color: #61D1DF;
    font-size: 13px;
    font-weight: 600;
}

.mt_c {
    position: relative;
    display: flex;
}

.mt_c p {
    color: #61D1DF;
    position: absolute;
    font-size: 12px;
    right: 7px;
    top: 11px;
    font-weight: 400;
}

.mt_c div {
    margin-inline-start: 10px;
    display: flex;
    flex-direction: column;
}

.mt_c div span {
    font-size: 12px;
}

.sc-t {
    margin-top: 7px;
    justify-content: space-between;
    display: flex;
}

.sc-t p {
    font-size: 13px;
    font-weight: 300;
}

.sc-t ul {
    display: flex;
}

.sc-t ul li {
    font-weight: 600;
    font-size: 13px;
}

.sc-t ul li span {
    font-weight: 300;
    margin: 0 7px;
    color: #4F597A;
}

.m_footer {
    padding: 15px;
}

.m_footer a {
    border-radius: 9px;
    background-color: var(--primary-theme-color);
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
    box-shadow: var(--primary-theme-color) 59 0px 7px 29px 0px;
}

.m_footer a span {
    color: #fff;
    font-size: 14px;
}

.m_footer a img {
    margin-inline-start: 7px;
}

.m_f_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.m_f_t button {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.m_f_t button:focus {
    outline: 0;
}

.list_c_ancor {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.list_c_ancor h4 {
    margin-inline-end: 20px;
}

.list_c_ancor h4 span {
    color: #00C48C;
    margin-inline-start: 5px;
}

.link_ancor {
    border-radius: 19px;
    overflow: hidden;
    height: 50px;
    display: flex;
}

.link_ancor .item {
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    padding: 13px 18px;
    background-color: #fff;
    color: #72777D;
}

.link_ancor .item.active {
    background-color: var(--primary-theme-color);
    color: #fff;
    border-radius: 19px;
}

.title-user {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.title-user h5 {
    font-weight: 300;
    margin-inline-start: 8px;
    font-size: 17px;
}

.coll-p .card {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
}

.coll-p .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    cursor: pointer;
    padding: 1.2rem 1.25rem;
}

.coll-p .card .card-body {
    border-top: 1px solid #E6E6E6;
}
.not-found-container{
    border-radius: 5px;
    overflow: hidden;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
}
.not-found-container .cm-card{
    /* border-radius: 0 0 10px 10px; */
    box-shadow: 0 0 0 0;
    padding: 20px;
}
.not-found-container  h4{
    padding: 13px !important;
    background-color: #e6e6e6 !important;
    color: #6c757d!important;
}
.no-data{
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}
.no-data circle{
}
.svg-color{
    fill: var(--primary-theme-color)!important;

}
.item_title_1 {
    display: flex;
    align-items: center;
    position: relative;
}

.item_title_1::before {
    content: "\203A";
    left: 15px;
    top: -10px;
    z-index: 0;
    color: var(--primary-theme-color);
    position: absolute;
    transform: rotate(270deg);
    font-size: 40px;
}

.item_title_1.active span {
    background-color: var(--primary-theme-color);
    color: #fff;
    border-color: var(--primary-theme-color);
    box-shadow: var(--primary-theme-color) 59 0px 7px 29px 0px;
}

.item_title_1.active::after {
    content: " ";
    width: 5px;
    height: 45px;
    background-color: var(--primary-theme-color);
    position: absolute;
    right: -12px;
    top: -3px;
    border-radius: 5px 0 0 5px;
}

.item_title_1.done span {
    background: url(../img/check.svg) no-repeat center center;
    background-color: var(--primary-theme-color);
    color: transparent;
}

.item_title_1.done::after {
    display: none;
}

.item_title_1 h6 {
    margin-inline-start: 10px;
}

.item_title_1 span {
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #BBBBBB;
    border-radius: 50%;
    font-weight: 500;
    color: #4F597A;
}

label {
    font-weight: 500;
    color: var(--secondary-theme-color);
}

.form_cas {
    margin-bottom: 20px;
}

.form_cas label {
    display: block;
    font-weight: 500;
    color: var(--secondary-theme-color);
}

.form_cas label span {
    color: #F21350;
    margin-inline-start: 7px;
}

.form_cas input {
    height: 45px;
    display: flex;
    width: 100%;
    padding: 0px 10px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
}

.form_cas select {
    height: 45px;
    display: flex;
    width: 100%;
    padding: 0px 10px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
}

.form_cas .select2-container {
    width: 100% !important;
    height: 45px;
    border: 0;
}

.form_cas .select2-container .select2-selection--single {
    height: 45px;
    padding: 0px 10px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
}

.form_cas .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 45px;
}

.form_cas .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #000;
}

.form_cas .alert {
    padding: 6px 10px;
    margin-top: 10px;
    font-size: 14px;
}

.form_cas_icon {
    position: relative;
}

.form_cas_icon img {
    position: absolute;
    z-index: 55;
    top: 10px;
    right: 15px;
}

.form_cas_icon input {
    padding-inline-start: 40px;
}

.form_cas_icon .select2-container .select2-selection--single {
    padding-inline-start: 40px;
}

.form-time {
    display: flex;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    width: 100%;
    height: 45px;
    padding: 0 10px;
}

.form_t_1 {
    display: flex;
    align-items: center;
    flex: 1;
}

.form_t_1:nth-child(1) {
    margin-inline-end: 20px;
}

.form_t_1 span {
    font-weight: 300;
    margin-inline-end: 10px;
    color: #4F597A;
}

.form_t_1 input {
    height: 25px;
}

.buttons_sub {
    margin-bottom: 10px;
}

.buttons_sub .next {
    min-width: 100px;
    padding: 8px 15px;
    border-radius: 10px;
    border: 0;
    background-color: var(--primary-theme-color);
    color: #fff;
    margin-inline-end: 10px;
    box-shadow: var(--primary-theme-color) 59 0px 7px 29px 0px;
    cursor: pointer;
}

.buttons_sub .next:focus {
    outline: 0;
}

.buttons_sub .back {
    cursor: pointer;
    min-width: 100px;
    padding: 8px 15px;
    border-radius: 10px;
    border: 0;
    background-color: #F8F8F8;
    color: #4F597A;
}

.buttons_sub .back:focus {
    outline: 0;
}

.divider {
    height: 30px;
    width: 1px;
    background-color: #ECECEC;
    margin: 0 20px;
}

.custom_collp {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-bottom: 20px;
}

.c_l {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c_l > span {
    display: flex;
    background-color: #E6E6E6;
    color: #000000;
    padding: 7px 12px;
    border-radius: 5px;
}

.coll-control {
    display: flex;
    align-items: center;
}

.coll-control .con_arw {
    margin-inline-start: 10px;
}

.c_b {
    padding: 15px;
    border-top: 1px solid #E6E6E6;
}

.upload {
    margin-top: 32px;
    margin-bottom: 20px;
}

.upload label {
    height: 45px;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px dashed var(--primary-theme-color);
    border-radius: 10px;
    justify-content: center;
    cursor: pointer;
}

.upload label span {
    margin-inline-end: 10px;
    color: var(--primary-theme-color);
}

.upload input {
    display: none;
}

.add_an {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.add_an span {
    margin-inline-end: 5px;
    color: var(--primary-theme-color);
}

.progress_done {
    background-color: #FFFFFF;
    padding: 40px 20px;
    border-radius: 10px;
}
.progress{
    margin-top: 8px;
    /* text-align: center; */
    /* justify-content: center; */
}
.p_done {
    text-align: center;
}

.p_done span {
    display: block;
    text-align: center;
    color: var(--primary-theme-color);
    margin-top: -20px;
    font-size: 24px;
    font-weight: 500;
}

.p_done p {
    color: #4F597A;
}

.ta_box {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    margin: 20px 0;
}

.ta_box_row {
    display: flex;
    border-bottom: 1px solid #E6E6E6;
}

.ta_box_row .tbr {
    padding: 15px 20px;
    min-height: 100px;
    width: 50%;
}

.ta_box_row .tbr:nth-child(1) {
    border-inline-end: 1px solid #E6E6E6;
}

.ta_box_row .tbr3 {
    padding: 15px 20px;
    min-height: 100px;
    border-inline-end: 1px solid #E6E6E6;
    width: 20%;
}

.ta_box_row .tbr1 {
    padding: 15px 20px;
    min-height: 100px;
    width: 40%;
}

.ta_box_row .tbr1:nth-child(1) {
    border-inline-end: 1px solid #E6E6E6;
}

.ta_box_row .m_header {
    border: 0;
    padding-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ta_box_row .m_header > h6 {
    font-size: 17px;
}

.ta_box_row .m_person {
    border: 0;
    padding-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ta_box_row .item_profile_c img {
    width: 25px;
    height: 25px;
}

.ta_box_row .item_profile_c div {
    margin-inline-start: 0;
    margin-inline-end: 10px;
}

.ta_box_row .item_profile_c div span {
    color: #000;
}

.ta_box_row .ip_c img {
    margin-inline-end: 10px;
}

.ta_box_row .ip_c div span {
    color: #61D1DF;
}

.wazerd {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.wazerd::after {
    content: " ";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #EEEEEE;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 0;
}

.wazerd::before {
    content: " ";
    display: block;
    width: 0;
    height: 6px;
    background-color: var(--primary-theme-color);
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wazerd.stap1::before {
    width: calc(100% / 4);
}

.wazerd.stap1 li:nth-child(1) div {
    background-color: var(--primary-theme-color);
}

.wazerd.stap1 li:nth-child(1) div span {
    background-color: #fff;
    color: var(--primary-theme-color);
}

.wazerd.stap1 li:nth-child(1) h6 {
    color: var(--primary-theme-color);
}

.wazerd.stap2::before {
    width: calc(100% / 2);
}

.wazerd.stap2 li:nth-child(1) div {
    background-color: var(--primary-theme-color);
}

.wazerd.stap2 li:nth-child(1) div span {
    background-color: #fff;
    color: var(--primary-theme-color);
}

.wazerd.stap2 li:nth-child(1) h6 {
    color: var(--primary-theme-color);
}

.wazerd.stap2 li:nth-child(2) div {
    background-color: var(--primary-theme-color);
}

.wazerd.stap2 li:nth-child(2) div span {
    background-color: #fff;
    color: var(--primary-theme-color);
}

.wazerd.stap2 li:nth-child(2) h6 {
    color: var(--primary-theme-color);
}

.wazerd.stap3::before {
    width: calc(100%);
}

.wazerd.stap3 li:nth-child(1) div {
    background-color: var(--primary-theme-color);
}

.wazerd.stap3 li:nth-child(1) div span {
    background-color: #fff;
    color: var(--primary-theme-color);
}

.wazerd.stap3 li:nth-child(1) h6 {
    color: var(--primary-theme-color);
}

.wazerd.stap3 li:nth-child(2) div {
    background-color: var(--primary-theme-color);
}

.wazerd.stap3 li:nth-child(2) div span {
    background-color: #fff;
    color: var(--primary-theme-color);
}

.wazerd.stap3 li:nth-child(2) h6 {
    color: var(--primary-theme-color);
}

.wazerd.stap3 li:nth-child(3) div {
    background-color: var(--primary-theme-color);
}

.wazerd.stap3 li:nth-child(3) div span {
    background-color: #fff;
    color: var(--primary-theme-color);
}

.wazerd.stap3 li:nth-child(3) h6 {
    color: var(--primary-theme-color);
}

.wazerd.stap4::before {
    width: calc(100%);
}

.wazerd.stap4 li:nth-child(1) div {
    background-color: var(--primary-theme-color);
}

.wazerd.stap4 li:nth-child(1) div span {
    background-color: #fff;
    color: var(--primary-theme-color);
}

.wazerd.stap4 li:nth-child(1) h6 {
    color: var(--primary-theme-color);
}

.wazerd.stap4 li:nth-child(2) div {
    background-color: var(--primary-theme-color);
}

.wazerd.stap4 li:nth-child(2) div span {
    background-color: #fff;
    color: var(--primary-theme-color);
}

.wazerd.stap4 li:nth-child(2) h6 {
    color: var(--primary-theme-color);
}

.wazerd.stap4 li:nth-child(3) div {
    background-color: var(--primary-theme-color);
}

.wazerd.stap4 li:nth-child(3) div span {
    background-color: #fff;
    color: var(--primary-theme-color);
}

.wazerd.stap4 li:nth-child(3) h6 {
    color: var(--primary-theme-color);
}

.wazerd.stap4 li:nth-child(4) div {
    background-color: var(--primary-theme-color);
}

.wazerd.stap4 li:nth-child(4) div span {
    background-color: #fff;
    color: var(--primary-theme-color);
}

.wazerd.stap4 li:nth-child(4) h6 {
    color: var(--primary-theme-color);
}

.wazerd li {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wazerd li:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.wazerd li:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.wazerd li div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #EEEEEE;
    border-radius: 50%;
}

.wazerd li div span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #B7B7B7;
    border-radius: 50%;
}

.wazerd li h6 {
    margin-top: 4px;
    font-size: 13px;
    color: #B7B7B7;
}

.bb-0 {
    border-bottom: 0;
}

.flo-work {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.flo-work div h4 {
    font-size: 17px;
}

.flo-work div span {
    color: #72777D;
}

.flo-work > span {
    margin-inline-start: 10px;
    border-radius: 25px;
    padding: 8px 18px;
    background-color: #E3F9F2;
    color: #00C48D;
    font-size: 13px;
    font-weight: bold;
}

.flo-work > span.offline {
    background-color: #fab1a0;
    color: #d63031;
}

.li_it {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}

.li_it .online {
    margin-inline-start: 10px;
    border-radius: 25px;
    padding: 8px 18px;
    background-color: #E2FCFF;
    color: #61D1DF;
    font-size: 13px;
    font-weight: 300;
}

.calen_t {
    display: flex;
    align-items: center;
    margin-inline-end: 15px;
}

.calen_t:nth-child(2) {
    padding-inline-start: 15px;
    border-inline-start: 1px solid #E6E6E6;
}

.calen_t img {
    margin-inline-end: 10px;
}

.calen_t div h5 {
    color: #72777D;
    font-size: 16px;
}

.calen_t div span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.hd5 h5 {
    font-size: 17px;
    margin-bottom: 5px;
    color: #72777D;
}

.tbr .m_person {
    justify-content: center;
    border: 0;
}

.tbr .hd5 {
    margin-inline-end: 20px;
}

.i_copy {
    display: flex;
    align-items: center;
    height: 100%;
}

.i_copy button {
    border: 0;
    background-color: transparent;
}

.i_copy .i_copy_h {
    margin-inline-start: 20px;
}

.i_copy .i_copy_h h6 {
    color: #72777D;
    margin-bottom: 5px;
}

.i_copy .i_copy_h span {
    color: #000;
    font-weight: 500;
}

.m_buttons {
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_buttons .btn-t {
    border-radius: 9px;
    background-color: var(--primary-theme-color);
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    box-shadow: var(--primary-theme-color) 59 0px 7px 29px 0px;
    margin-inline-end: 20px;
}

.m_buttons .btn-t span {
    color: #fff;
    font-size: 14px;
}

.m_buttons .btn-t img {
    margin-inline-start: 7px;
}

.m_buttons .btn-c {
    border-radius: 9px;
    background-color: #F21350;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    box-shadow: #f213503d 0px 7px 29px 0px;
    margin-inline-end: 20px;
}

.m_buttons .btn-c span {
    color: #fff;
    font-size: 14px;
}

.m_buttons .btn-c img {
    margin-inline-start: 7px;
}

.m_buttons .btn-v {
    border-radius: 9px;
    border: 1px solid var(--primary-theme-color);
    background-color: #Fff;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin-inline-end: 20px;
}

.m_buttons .btn-v span {
    color: var(--primary-theme-color);
    font-size: 14px;
}

.m_buttons .btn-v img {
    margin-inline-start: 7px;
}

.edt-se {
    margin-inline-end: 20px;
    border-radius: 9px;
    background-color: #61D1DF;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
    font-size: 14px;
}

.btn-sh {
    border-radius: 9px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBEBEB;
    margin-inline-end: 20px;
}

.btn-sh span {
    color: #4F597A;
    font-size: 14px;
}

.btn-sh img {
    margin-inline-start: 7px;
}

.main_details {
    padding: 20px;
    margin: -20px;
    background-color: #fff;
    display: flex;
}

.main_d_r {
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main_d_r .back_btn {
    min-width: 80px;
}

.main_d_r .cont_date {
    min-width: 80px;
}

.back_btn {
    border: 1px solid #E6E6E6;
    display: inline-flex;
    align-items: end;
    border-radius: 5px;
    padding: 8px 13px;
    margin-bottom: 20px;
}

.back_btn img {
    margin-inline-end: 7px;
}

.back_btn span {
    color: #72777D;
    font-size: 14px;
}

.cont_date {
    padding: 20px;
    background-color: #F6F7FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cont_date img {
    margin-bottom: 5px;
    width: 34px;
}

.cont_date span {
    font-size: 14px;
}

.cont_date span.bold {
    font-weight: 600;
}

.main_d_l {
    flex-grow: 1;
    padding: 8px;
    border-inline-start: 1px solid #E6E6E6;
}

.l-details {
    padding: 20px 10px;
    border-bottom: 1px solid #E6E6E6;
}

.border-start {
    border-inline-start: 1px solid #E6E6E6;
}

.tb {
    font-weight: 600 !important;
}

.no-b {
    border: 0;
}

.active-on {
    margin-inline-start: 10px;
    border-radius: 25px;
    padding: 8px 18px;
    background-color: #E2FCFF;
    color: #61D1DF;
    font-size: 13px;
    font-weight: 300;
}

.active-on1 {
    margin-inline-start: 10px;
    border-radius: 25px;
    padding: 8px 18px;
    background-color: #eeeeee;
    color: var(--primary-theme-color);
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #dddddd;
}

.co-status {
    display: flex;
    align-items: center;
    justify-content: center;
}

.co-status h6 {
    color: #72777D;
}

.status-onwork {
    margin-inline-start: 10px;
    border-radius: 25px;
    padding: 10px 25px;
    background-color: #E2FCFF;
    color: #61D1DF;
    font-size: 15px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
}

.c-tabs-head {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px;
    background-color: var(--primary-theme-color);
}

.c-tabs-head ul {
    padding: 0 10px;
    display: flex;
}

.c-tabs-head ul li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-inline-end: 30px;
}

.c-tabs-head ul li img:nth-child(2) {
    display: none;
}

.c-tabs-head ul li.active img:nth-child(2) {
    display: block;
}

.c-tabs-head ul li.active img:nth-child(1) {
    display: none;
}

.c-tabs-head ul li.active::after {
    content: " ";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #00C48D;
    position: absolute;
    bottom: -16px;
    border-radius: 5px 5px 0 0;
}

.c-tabs-head ul li.active h6 {
    color: #00C48D;
}

.c-tabs-head ul li.active span {
    color: #00C48D;
}

.c-tabs-head ul li img {
    margin-inline-end: 8px;
}

.c-tabs-head ul li h6 {
    color: #fff;
}

.c-tabs-head ul li span {
    color: #fff;
    font-weight: 500;
    margin-inline-start: 5px;
}

.c-tabs-body {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.c-tabs-body .notification {
    margin-inline-start: 20px;
}

.con_arw {
    cursor: pointer;
}

.card-head-t {
    display: flex;
}

.card-head-t > span {
    display: flex;
    background-color: #E6E6E6;
    color: #000000;
    padding: 7px 12px;
    border-radius: 5px;
}

.item_profile_c {
    margin-inline-start: 20px;
    display: flex;
    align-items: center;
}

.item_profile_c img {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
}

.item_profile_c div {
    margin-inline-start: 15px;
}

.item_profile_c div span {
    font-size: 14px;
    color: #72777D;
}

.item_profile_c div h6 {
    font-size: 14px;
    color: #000;
}

.coll-control.active .con_arw {
    transform: rotate(-180deg);
}

.custom_collp .nav-tabs {
    border: 0;
    background: #F8F8F8;
    display: inline-flex;
    padding: 10px;
    border-radius: 5px;
}

.custom_collp .nav-tabs .nav-link {
    color: #000;
}

.custom_collp .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.custom_collp .nav-tabs .nav-link.active {
    background: var(--primary-theme-color);
    color: #fff;
    border-radius: 7px;
}

.text-cont {
    color: #72777D;
    margin-top: 10px;
}

.add_debate {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.a_debate {
    margin-inline-end: 20px;
    background-color: #1C6DD0;
    margin-bottom: 15px;
    padding: 20px 10px;
    width: 80px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a_debate a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a_debate a span {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.item_add_debate {
    margin-bottom: 15px;
    background-color: #F8F8F8;
    width: 200px;
    border-radius: 10px;
    margin-inline-end: 20px;
}

.idh-hh span {
    font-size: 14px;
    color: #72777D;
}

.iad-h {
    padding: 10px;
    border-bottom: 1px solid #ECECEC;
}

.iad-h h6 {
    font-size: 15px;
}

.iad-h ul {
    display: flex;
}

.iad-h ul li {
    color: #72777D;
    font-size: 14px;
}

.iad-b {
    padding: 15px;
}

.iad-b p {
    font-size: 14px;
}

.item_upload_file {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.iup-l {
    margin-inline-end: 20px;
    margin-bottom: 15px;
}

.iup-l label {
    background: #FBFCFF;
    cursor: pointer;
    border-radius: 10px;
    width: 80px;
    border: 1px dashed var(--primary-theme-color);
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.iup-l label img {
    width: 25px;
}

.iup-l label img:nth-child(1) {
    margin-bottom: 5px;
}

.iup-l label span {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--primary-theme-color);
}

.card-h-upload {
    margin-bottom: 15px;
    margin-inline-end: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: #959da524 0px 8px 24px;
}

.card-h-upload > img {
    margin-bottom: 10px;
    width: 38px;
}

.card-h-upload h6 {
    margin-bottom: 10px;
    font-size: 14px;
}

.card-h-upload a {
    display: flex;
    align-items: center;
    background-color: #1C6DD0;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 8px;
}

.card-h-upload a span {
    color: #fff;
    font-size: 14px;
}

.card-h-upload a img {
    margin-inline-start: 8px;
}

.tabel-main table {
    border-collapse: collapse;
    border-radius: 15px;
    border-style: hidden;
    background: #F8F8F8;
}

.tabel-main thead th {
    text-align: center;
}

.tabel-main tbody td {
    background-color: #fff;
}

.tabel-main th,
.tabel-main td {
    border-top: 1px solid #DFDFDF;
    text-align: center;
}

.user-profile {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-profile h6 {
    margin-inline-start: 10px;
}

.typeof {
    display: flex;
    align-items: end;
    justify-content: center;
}

.typeof span {
    width: 10px;
    height: 10px;
    background-color: black;
    display: flex;
    border-radius: 50%;
}

.typeof h6 {
    margin-inline-start: 5px;
}

.typeof.blue span {
    background-color: #1C6DD0;
}

.typeof.blue h6 {
    color: #1C6DD0;
}

.typeof.red span {
    background-color: #F21350;
}

.typeof.red h6 {
    color: #F21350;
}

.typeof.green span {
    background-color: #00C48D;
}

.typeof.green h6 {
    color: #00C48D;
}

.d-active {
    display: flex;
    background-color: #F5FFFD;
    padding: 10px;
    border-radius: 10px;
}

.d-active h6 {
    color: #00C48D;
}

.d-active img {
    width: 22px;
    margin-inline-start: 5px;
}

.un-active {
    display: flex;
    background-color: #FFEFF3;
    padding: 10px;
    border-radius: 10px;
}

.un-active h6 {
    color: #F21350;
}

.un-active img {
    width: 22px;
    margin-inline-start: 5px;
}

.attend {
    cursor: pointer;
}

.attend .d-active {
    display: none;
}

.attend.active .d-active {
    display: flex;
}

.attend.active .un-active {
    display: none;
}

.item_vote {
    margin-bottom: 20px;
    background-color: #F8F8F8;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
}

.item_vote .iv-text {
    display: flex;
    align-items: center;
}

.item_vote .iv-text .ivt h6 {
    color: #72777D;
}

.item_vote .coll-control .notification {
    background-color: #fff;
}

.buttons_action .m_buttons {
    justify-content: start;
}

.add-v span {
    color: var(--primary-theme-color);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header button {
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1;
    outline: 0;
}

.modal-header h5 {
    position: relative;
}

.modal-header h5::before {
    width: 4px;
    height: 49px;
    content: " ";
    display: block;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--primary-theme-color);
    position: absolute;
    border-radius: 10px 0 0 10px;
}

.top-vote {
    border: 1px solid #E6E6E6;
    background-color: #fff;
}

.top-vote.item_vote .coll-control .notification {
    background-color: #F6F6F6;
}

.accreditation {
    padding: 15px;
    border: 1px solid var(--primary-theme-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.a-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.a-text h6 {
    color: var(--primary-theme-color);
    font-weight: 500;
}

.a-text img {
    margin: 0 10px;
}

.a-text p {
    font-weight: 500;
}

.cup {
    cursor: pointer;
}

.item-vote-2 {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    margin-bottom: 20px;
}

.nots-t {
    background-color: #F8F8F8;
    text-align: center;
    height: 40px;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.empt_i {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empt_i > img {
    margin-bottom: 10px;
}

.empt_i h6 {
    font-weight: 500;
}

.empt_i .m_buttons .btn-t {
    min-width: 180px;
    margin-inline-end: 0;
}

.type-row {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.type-row .typeof {
    margin-inline-start: 8px;
}

.skb_add {
    display: flex;
    justify-content: flex-end;
}

.sticky_bar {
    position: sticky;
    top: 80px;
}

.sticky_bar-body {
    background-color: #fff;
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.sticky_bar-body-head {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
}

.sticky_bar-body-head div {
    display: flex;
    align-items: flex-end;
}

.sticky_bar-body-head div span {
    margin-inline-start: 10px;
    display: flex;
    background-color: #F8F8F8;
    padding: 2px 15px;
    font-size: 14px;
    color: var(--primary-theme-color);
    border-radius: 10px;
}

.sticky_bar-body-head p {
    color: #DB0707;
}

.sticky_bar-body-body {
    margin-top: 20px;
    padding: 20px;
}

.sticky_bar-body-body .m_buttons {
    padding: 0;
    margin-bottom: 0;
}

.sticky_bar-body-body .m_buttons button {
    border: 0;
    cursor: pointer;
    outline: 0;
}

.sticky_bar-body-body .m_buttons a {
    margin-inline-end: 0;
}

.card-filter {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    margin-bottom: 20px;
}

.card-filter .cf_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #EBEBEB;
}

.card-filter .cf_head img {
    cursor: pointer;
    transition: all 0.4s;
}

.card-filter .cf_head img.active {
    transform: rotate(180deg);
}

.card-filter .cf_body {
    padding: 15px;
}

.card-filter .cf_body label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 15px;
}

.card-filter .cf_body label input {
    accent-color: #5CBB9F;
    width: 20px;
    height: 20px;
    color: #00C48C;
}

.inc_and_dic {
    display: flex;
    align-items: center;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
}

.inc_and_dic input {
    border: 0;
    text-align: center;
}

.inc_and_dic button {
    height: 45px;
    width: 50px;
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: 0;
}

.inc_and_dic button:nth-child(1) {
    border-inline-end: 1px solid #DFDFDF;
}

.inc_and_dic button:nth-child(3) {
    border-inline-start: 1px solid #DFDFDF;
}

.header-nav {
    background: var(--secondary-theme-color);
    min-height: 140px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}

.head_project_control {
    margin-top: -50px;
}

.hpc_top {
    border-radius: 10px 10px 0 0;
    display: flex;
    background-color: #fff;
}

.hpc_top .hpc1 {
    padding: 15px;
    width: 20%;
    border-inline-end: 1px solid #E6E6E6;
}

.hpc_top .hpc1 .m_person {
    padding: 0;
    flex-direction: column;
    border-bottom: 0;
}

.hpc_top .hpc1 .m_person .item_profile_c img {
    width: 25px;
    height: 25px;
}

.hpc_top .hpc1 .ip_c {
    margin-inline-start: 0;
}

.hpc_top .hpc1 .ip_c div span {
    color: #61D1DF;
}

.hpc_top .hpc2 {
    width: 40%;
}

.hpc_top .m_header {
    border-bottom: 0;
}

.list_of-button {
    padding: 0 20px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: row-reverse;
}

.list_of-button a {
    margin-inline-start: 10px;
}

.main-button2 {
    height: 40px;
    background-color: #61D1DF;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

a.main-button2 {
    color: #fff;
}

.icon-a {
    height: 40px;
    width: 40px;
    border: 1px solid #DFDFDF;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.icon-a img {
    width: 20px;
    height: 20px;
}

.hpc_tab {
    padding: 15px 15px 0 15px;
    background-color: var(--primary-theme-color);
    box-shadow: var(--primary-theme-color) 59 0px 7px 29px 0px;
    border-radius: 0 0 15px 15px;
}

.hpc_tab ul {
    display: flex;
}

.hpc_tab ul li {
    cursor: pointer;
    text-align: center;
    color: #fff;
    min-width: 200px;
    padding-bottom: 15px;
    position: relative;
}

.hpc_tab ul li.active {
    color: #61D1DF;
}

.hpc_tab ul li.active::after {
    content: " ";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #61D1DF;
    position: absolute;
    bottom: 0;
    border-radius: 5px 5px 0 0;
}

.body_box_t {
    padding: 15px;
    border-radius: 20px;
    margin-top: 20px;
}

.title-c1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.table-lg .dropdown-menu {
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 7px;
}

.table-lg .dropdown-item {
    display: flex;
    padding: 8px 10px;
    align-items: center;
}
.table-lg .dropdown-item i {
    margin-inline-end: 5px;
}
.table-lg .dropdown-item span {
    font-size: 14px;
    font-weight: 300;
    margin-inline-start: 10px;
}

.table-lg .m_person {
    border-bottom: 0;
    padding: 0;
}

.table-lg .m_person .item_profile_c img {
    width: 32px;
    height: 32px;
}

.table-lg thead th {
    border-top: 0;
    background-color: var(--primary-theme-color);
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding-inline-start: 20px;
}

.table-lg thead th:last-child {
    border-radius: 15px 0 0 15px;
}

.table-lg thead th:first-child {
    border-radius: 0 15px 15px 0;
}

.table-lg td {
    border-top: 0px solid #dee2e6;
    background: #fff !important;
}

.table-lg td:last-child {
    border-radius: 15px 0 0 15px;
}

.table-lg td:first-child {
    border-radius: 0 15px 15px 0;
}

.table-lg tbody tr {
    border-top: 10px solid #F8F8F8;
}

.text-c {
    /*padding-inline-start: 20px;*/
}

.text-c h4 {
    color: var(--primary-theme-color);
    font-size: 16px;
}

.text-c span {
    font-size: 12px;
    color: #C8C8C8;
}

.text-t span {
    color: #5E6274;
}

.dropleft .dropdown-toggle::before {
    display: none;
}

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

.char span {
    margin-inline-start: 6px;
    border-radius: 10px;
    background-color: var(--primary-theme-color);
    color: #fff;
    padding: 10px;
}

.rest-top {
    margin-top: 9px !important;
}

.wehit-box {
    background: #fff;
    padding: 15px 10px;
    border-radius: 10px;
}

.check-l {
    display: flex;
    align-items: center;
    /* Rounded sliders */
}

.check-l h6 {
    margin-inline-end: 6px;
    color: var(--primary-theme-color);
}

.check-l .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0;
}

.check-l .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.check-l .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.check-l .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.check-l input:checked + .slider {
    background-color: var(--primary-theme-color);
}

.check-l input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.check-l input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.check-l .slider.round {
    border-radius: 34px;
}

.check-l .slider.round:before {
    border-radius: 50%;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none;
}

.cs-head {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cs-head h4 {
    font-size: 18px;
}

.cs-head button {
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cs-head button:focus {
    outline: 0;
}

.cs-head button span {
    font-size: 14px;
    color: #F43F71;
    margin-inline-end: 7px;
}

.cs-head button img {
    width: 23px;
}

.cs-body-item {
    background-color: #F9F9F9;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.cs-body-item .td-30 {
    width: 30%;
}

.cs-body-item .td-20 {
    width: 20%;
}

.cs-body-item .td-20:last-child {
    display: flex;
    justify-content: flex-end;
}

.cs-body-item .td-20 button {
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cs-body-item .td-20 button:focus {
    outline: 0;
}

.cs-body-item .td-20 button span {
    font-size: 14px;
    color: #F43F71;
    margin-inline-end: 7px;
}

.cs-body-item .td-20 button img {
    width: 23px;
}

.form-t2 select {
    min-width: 200px;
    border-radius: 10px;
    border: 0;
    height: 45px;
    padding: 0 15px;
    background-color: #fff;
}

.round-1 {
    border-radius: 10px;
}

.d-flex-sp {
    padding-inline-start: 15px;
    display: flex;
    align-items: center;
}

.d-flex-sp .iv-text {
    display: flex;
    align-items: center;
}

.d-flex-sp .iv-text .ivt h6 {
    color: #72777D;
    font-size: 15px;
}

.d-flex-sp .active-on {
    white-space: nowrap;
}

.title-com h4 {
    color: #72777D;
    font-size: 15px !important;
}

.title-com span {
    color: #000000 !important;
    font-size: 13px;
}

.ac-col h6 {
    color: var(--primary-theme-color);
}

.chart-proj {
    margin-bottom: 25px;
    background-color: #F8FAFF;
    padding: 20px;
    background-image: url(../img/back-path.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    border-radius: 10px;
}

.chart-proj h3 {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 16px;
    display: inline-flex;
    margin-bottom: 20px;
    color: var(--primary-theme-color);
}

.chart-proj h5 {
    margin-bottom: 10px;
}

.chart-proj.chart-gre {
    background-color: #EFFDFF;
}

.chart-proj.chart-gre h3 {
    color: #61D1DF;
}

.cs-body .main_card {
    border: 1px solid #E6E6E6;
}

.project-status {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.project-status h3 {
    font-size: 17px;
    margin-bottom: 15px;
}

.project-status ul {
    position: relative;
}

.project-status ul::after {
    content: " ";
    width: 5px;
    height: 100%;
    background-color: #EEEEEE;
    position: absolute;
    top: 0;
    right: 15px;
}

.project-status ul::before {
    content: " ";
    width: 5px;
    height: 100%;
    background-color: var(--primary-theme-color);
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 3;
}

.project-status ul li {
    position: relative;
    z-index: 5;
    display: flex;
    margin-bottom: 70px;
}

.project-status ul li:last-child {
    align-items: self-end;
}

.project-status ul li:last-child {
    margin-bottom: 0;
}

.project-status ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 10px;
    width: 35px;
    border-radius: 50%;
    height: 35px;
    background-color: #EEEEEE;
    color: #B7B7B7;
    font-weight: bold;
}

.project-status ul li h5 {
    font-size: 16px;
    color: #B7B7B7;
}

.project-status ul li p {
    color: #45495E;
    font-size: 11px;
}

.project-status ul.active1 li:nth-child(1) span {
    background-color: var(--primary-theme-color);
    color: transparent;
    background-image: url(../img/check-x.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.project-status ul.active1 li:nth-child(1) h5 {
    color: #45495E;
}

.project-status ul.active1 li:nth-child(2) span {
    border: 3px solid var(--primary-theme-color);
    color: var(--primary-theme-color);
}

.project-status ul.active1 li:nth-child(2) h5 {
    color: var(--primary-theme-color);
}

.project-status ul.active1::before {
    content: " ";
    width: 5px;
    height: 30%;
    background-color: var(--primary-theme-color);
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 3;
}

.project-status ul.active2::before {
    content: " ";
    width: 5px;
    height: 60%;
    background-color: var(--primary-theme-color);
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 3;
}

.project-status ul.active2 li:nth-child(1) span {
    background-color: var(--primary-theme-color);
    color: transparent;
    background-image: url(../img/check-x.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.project-status ul.active2 li:nth-child(1) h5 {
    color: #45495E;
}

.project-status ul.active2 li:nth-child(2) span {
    background-color: var(--primary-theme-color);
    color: transparent;
    background-image: url(../img/check-x.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.project-status ul.active2 li:nth-child(2) h5 {
    color: #45495E;
}

.project-status ul.active2 li:nth-child(3) span {
    border: 3px solid var(--primary-theme-color);
    color: var(--primary-theme-color);
}

.project-status ul.active2 li:nth-child(3) h5 {
    color: var(--primary-theme-color);
}

.project-status ul.active3::before {
    content: " ";
    width: 5px;
    height: 100%;
    background-color: var(--primary-theme-color);
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 3;
}

.project-status ul.active3 li:nth-child(1) span {
    background-color: var(--primary-theme-color);
    color: transparent;
    background-image: url(../img/check-x.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.project-status ul.active3 li:nth-child(1) h5 {
    color: #45495E;
}

.project-status ul.active3 li:nth-child(2) span {
    background-color: var(--primary-theme-color);
    color: transparent;
    background-image: url(../img/check-x.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.project-status ul.active3 li:nth-child(2) h5 {
    color: #45495E;
}

.project-status ul.active3 li:nth-child(3) span {
    background-color: var(--primary-theme-color);
    color: transparent;
    background-image: url(../img/check-x.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.project-status ul.active3 li:nth-child(3) h5 {
    color: #45495E;
}

.project-status ul.active3 li:nth-child(4) span {
    border: 3px solid var(--primary-theme-color);
    color: var(--primary-theme-color);
}

.project-status ul.active3 li:nth-child(4) h5 {
    color: var(--primary-theme-color);
}

.body-proj {
    background-color: #fff;
    border-radius: 10px;
}

.item-bett {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    border-bottom: 1px solid #E6E6E6;
}

.item-bett:last-child {
    border-bottom: 0;
}

.item-bett h5 {
    color: #72777D;
    font-size: 17px;
}

.item-bett .price {
    color: #61D1DF;
}

.by {
    color: var(--primary-theme-color);
}

.offer {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.off-title {
    margin-bottom: 20px;
}

.off-title h5 {
    font-size: 17px;
}

.item-grid {
    display: flex;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    box-shadow: #959da51a 0px 4px 15px;
    margin-bottom: 20px;
    position: relative;
}

.item-grid.winner {
    border-radius: 10px 0 10px 10px;
}

.item-grid .win {
    position: absolute;
    right: 0;
    top: -44px;
    padding: 10px 15px;
    border-radius: 7px 7px 0 0;
    background-color: var(--primary-theme-color);
}

.item-grid .win p {
    color: #fff;
}

.item-grid .g-td {
    width: 22%;
    padding: 10px 15px;
    border-inline-end: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
}

.item-grid .g-td .main-button2 {
    min-width: 120px;
    text-align: center;
    justify-content: center;
}

.item-grid .w-4 {
    width: 34%;
    border-inline-end: 0px solid #DFDFDF;
}

.price-g {
    position: relative;
    margin-inline-end: 10px;
    height: 40px;
    border: 1px solid #DFDFDF;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.price-g p {
    color: var(--primary-theme-color);
}

.price-g.norma-p p {
    color: #000;
}

.price-g span {
    top: -10px;
    min-width: 35px;
    padding: 0 3px;
    height: 20px;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
    background-color: #00C48C;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n-mor span {
    color: var(--primary-theme-color);
}

.n-mor h5 {
    font-size: 16px;
}

.docu span {
    color: #B7B7B7;
    display: block;
    font-size: 15px;
}

.done-act {
    display: flex;
    align-items: center;
}

.done-act h6 {
    color: #00C48C;
    margin-inline-end: 7px;
}

.done-act1 {
    display: flex;
    align-items: center;
}

.done-act1 h6 {
    margin-inline-end: 7px;
}

.done-or {
    display: flex;
    margin-top: 5px;
}

.done-or span {
    border-radius: 25px;
    padding: 8px 18px;
    background-color: #F0F4FF;
    color: var(--primary-theme-color);
    font-size: 14px;
    font-weight: 600;
}

.done-or1 {
    display: flex;
    margin-top: 5px;
}

.done-or1 span {
    border-radius: 25px;
    padding: 8px 18px;
    background-color: #FDEDED;
    color: #F21350;
    font-size: 14px;
    font-weight: 600;
}

.t-done {
    background-color: #F5FFFD;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
}

.t-done span {
    margin-inline-end: 10px;
    color: #00C48D;
}

.t-done1 {
    cursor: pointer;
    background-color: #FDEDED;
    padding: 8px 15px;
    border-radius: 8px;
}

.t-done1 span {
    margin-inline-end: 10px;
    color: #F21350;
}

.done-or-no {
    margin-bottom: 0;
    margin-inline-end: 10px;
}

.done-or-no .t-done {
    display: none;
}

.done-or-no.active .t-done {
    display: flex;
}

.done-or-no.active .t-done1 {
    display: none;
}

.grid-action {
    display: flex;
    flex-wrap: wrap;
}

.grid-action .main-button2 {
    margin-inline-end: 10px;
}

.grid-action label, .grid-action a {
    margin-bottom: 5px;
}

.color2 {
    background: var(--primary-theme-color) !important;
}

.back-b {
    margin-bottom: 20px;
}

.back-b a {
    color: #F21350;
    text-decoration: underline !important;
}

.item-tw {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-c {
    margin-bottom: 20px;
}

.title-c h5 {
    font-size: 17px;
    color: var(--primary-theme-color);
}

.back-main {
    margin-bottom: 20px;
}

.back-main span {
    color: var(--primary-theme-color);
    text-decoration: underline !important;
}

.n-body {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.download img {
    transform: rotate(180deg);
}

.coustm-body {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.new-r {
    width: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.hpc1.flex-1 {
    border: 0;
    width: 80%;
}

.b-sh {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.b-sh.main_card {
    padding-bottom: 0;
}

.b-sh .typeof.blue {
    margin: 0;
}

.b-sh .typeof.blue h6 {
    margin: 0;
}

.pad-start-0 {
    padding-inline-start: 0;
}

.cho-2 > span {
    margin-bottom: 10px;
    display: flex;
}

.cho-2-lab {
    display: flex;
    align-items: center;
}

.cho-2-lab label {
    border: 1px solid #EEEEEE;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #EEEEEE;
    margin-inline-end: 15px;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    transition: all 0.5s;
}

.cho-2-lab label:hover {
    border-color: var(--primary-theme-color);
    color: var(--primary-theme-color);
}

.cho-2-lab label.active {
    border-color: var(--primary-theme-color);
    color: var(--primary-theme-color);
}

.item-dwonload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.item-dwonload div h6 {
    color: var(--primary-theme-color);
    margin-bottom: 5px;
}

.item-dwonload div p {
    color: #818181;
    font-size: 12px;
}

.body_bt .user-profile {
    justify-content: start;
}

.body_bt .item-sele {
    background-color: #F8F8F8;
    text-align: center;
    height: 40px;
    border-radius: 5px;
    min-width: 130px;
    border: 0;
}

.nots {
    background-color: #F8F8F8;
    text-align: center;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    display: block;
    border: 0;
}

.title-chart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.t-c h6 {
    color: #292D32;
}

.t-c h5 {
    margin-bottom: 10px;
    color: #292D32;
}

.t-f {
    display: flex;
}

.chart-wh {
    background-color: #fff;
}

.ch-icon {
    width: 50px;
    height: 50px;
    background-color: #F2F6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ci-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ci-text p {
    color: var(--primary-theme-color);
}

.ty-1 {
    background-color: #F3FEFF;
}

.cx {
    justify-content: start;
}

.cx div {
    border-radius: 10px;
    background-color: #E6FFF8;
    padding: 2px 7px;
    margin-inline-start: 10px;
}

.cx div span {
    font-size: 14px;
    color: #5CBB9F;
}

.ty-2 {
    background-color: #E6FFF8;
}

.ty-3 {
    background-color: #FFF6F9;
}

.red {
    background-color: #FFF2F6 !important;
}

.red span {
    color: #F21350 !important;
}

.chart-wh {
    margin-bottom: 20px;
}

.img-ct {
    margin-bottom: 30px;
}

.img-ct img {
    width: 100%;
}

.item-dwonload .upload {
    min-width: 200px;
}

.title-met {
    margin-top: 20px;
    margin-bottom: 20px;
}

.title-met h4 {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 17px;
}

.title-met span {
    color: var(--primary-theme-color);
    font-size: 14px;
}

.add_search {
    padding: 15px;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.add_search .cs-body-item {
    background-color: #fff;
}

.add_search .flex-1 {
    flex: 1;
}

.gre {
    color: #00C48C !important;
}

.opening-log {
    display: flex;
    justify-content: space-between;
}

.lag-head {
    border-inline-start: 4px solid #61D1DF;
    padding-inline-start: 10px;
    margin-inline-start: -10px;
}

.lag-head > span {
    font-size: 13px;
}

.lag-head h5 {
    margin-bottom: 5px;
}

.lag-head p {
    font-size: 13px;
}

.lag-head p span {
    font-weight: 600;
}

.item-g-c {
    display: flex;
}

.item-g-c:first-child .ig-f {
    border-radius: 0 10px 0 0;
}

.item-g-c:first-child .ig-g {
    border-radius: 10px 0 0 0;
}

.item-g-c:last-child .ig-f {
    border-radius: 0 0 10px 0;
}

.item-g-c:last-child .ig-g {
    border-radius: 0 0 0 10px;
}

.ig-f {
    width: 30%;
    height: 50px;
    background-color: var(--primary-theme-color);
    border: 1px solid #D1D1D1;
    padding: 9px 25px;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    display: flex;
}

.ig-g {
    display: flex;
    border: 1px solid #D1D1D1;
    padding: 5px 25px;
    width: 70%;
    height: 50px;
    background: #fff;
}

.ig-g .typeof {
    height: 25px;
}

.tit1 {
    background-color: var(--primary-theme-color);
    color: #fff;
}

.tit2 {
    background-color: #61D1DF;
    color: #fff;
}

@media print {
    table tbody .tit1 th {
        background-color: var(--primary-theme-color) !important;
        color: #fff !important;
    }

    table tbody .tit2 td {
        color: #fff !important;
        background-color: #61D1DF !important;
    }
}

.title-g {
    margin-bottom: 20px;
}

.title-g h4 {
    text-align: center;
    margin-bottom: 10px;
}

.title-g h5 {
    text-align: center;
    font-size: 18px;
}

.title-f h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.title-f ol {
    margin-bottom: 20px;
    padding-inline-start: 15px;
}

.title-f h6 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.teb-footer {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-chart {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.m-chart-head {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-chart-head h4 {
    font-size: 19px;
}

.m-chart-head select {
    border-radius: 10px;
    border: 0;
    background-color: #F8F8F8;
    padding: 10px 15px;
    color: #292D32;
}

.m-start-0 {
    margin-inline-start: -4px !important;
}

.m-start-0 h6 {
    margin-inline-start: 0 !important;
}

.reset-but {
    border-radius: 6px;
    background-color: #00bcd4;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.reset-but:hover {
    color: #fff;
}

.content-t {
    max-height: 100px;
    overflow-y: auto;
}

.card-prop {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.card-prop .check-l {
    margin-bottom: 10px;
}

.card-prop .check-l h6 {
    color: #4D5260;
    font-size: 14px;
}

.red-ro {
    color: #e91e63 !important;
    font-weight: 600;
}

.back-w {
    background-color: #fff;
}

.btn-w {
    color: #ffffff;
    background-color: var(--primary-theme-color);
    border-color: var(--primary-theme-color);
}

.btn-w:hover {
    color: #fff;
}

.profile-x span {
    overflow: hidden;
    padding: 0;
    border: 0;
    outline: 3px solid var(--primary-theme-color);
}

.table-responsive {
    max-width: calc(100vw - 48px);
}

.pagination {
    margin-top: 20px;
}

.breadcrumb {
    background-color: #fff;
    border-radius: 10px;
}

.custom .card-header {
    background-color: #fff;
}

.container_login {
    display: flex;
    min-height: 100vh;
}

.container_login .login_logo {
    width: 50%;
    min-height: 100vh;
    background-color: var(--primary-theme-color);
}

.container_login .login_form {
    min-height: 100vh;
    width: 50%;
    background-color: #F8F8F8;
    padding: 40px 60px;
}

.login_logo {
    padding-top: 40px;
}

.login_logo h1 {
    margin-inline-start: 40px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 28px;
    font-size: 23px;
}

.l_head {
    background-color: var(--secondary-theme-color);
    padding: 15px;
    width: 100%;
    position: relative;
    left: -40px;
}

.l_head h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}

.l_head p {
    color: #fff;
    font-size: 14px;
}

.lang_w:hover .drop_item_dro {
    transition: all 0.8s;
    margin-top: 0px;
    opacity: 1;
    pointer-events: all;
}

.item_dro {
    background-color: #FFFFFF;
    display: inline-flex;
    min-width: 150px;
    padding: 10px;
    border-radius: 5px;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.drop_item_dro {
    padding: 10px;
    background-color: #FFFFFF;
    position: absolute;
    min-width: 150px;
    border-radius: 5px;
    margin-top: 0px;
    opacity: 0;
    transition: all 1s;
    pointer-events: none;
}

.drop_item_dro .item_dro {
    padding: 0;
    min-width: auto;
}

.drop_item_dro .item_dro span {
    margin-inline-start: 10px;
}

.drop_item_dro .item_dro span a {
    color: inherit;
    text-transform: capitalize;
}

.img-l {
    position: absolute;
    bottom: 0;
    width: 50%;
}

.lang_w {
    margin-bottom: 150px;
}

.logo_icon {
    margin-bottom: 20px;
}

.text_l {
    margin-bottom: 20px;
}

.text_l h3 {
    font-size: 20px;
}

.c_form {
    background-color: #eeeeee;
    height: 50px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
}

.c_form input {
    border: 0;
    flex: 1;
    padding: 0px 10px;
}

.c_form span {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_form span img {
    width: 20px;
    height: 20px;
}

.forget {
    margin-bottom: 20px;
}

.forget a {
    font-size: 14px;
    color: var(--primary-theme-color);
}

.min-button button {
    background-color: var(--primary-theme-color);
    width: 100%;
    display: block;
    height: 50px;
    border-radius: 10px;
    border: 0;
    color: #fff;
}

.search-breadcrumbs {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.g_breadcrumbs ul {
    display: flex;
}

.g_breadcrumbs ul li {
    position: relative;
    margin-left: 25px;
    font-size: 16px;
}

.g_breadcrumbs ul li::after {
    content: " ";
    display: block;
    width: 11px;
    height: 11px;
    background: url(../img/arrowbread.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 60%;
    left: -15px;
    transform: translateY(-50%);
}

.g_breadcrumbs ul li:last-child::after {
    display: none;
}

.g_breadcrumbs ul li a {
    color: #1C1F2C;
}

.form_search {
    height: 50px;
    display: flex;
    background-color: #FFFF;
    border-radius: 10px;
    overflow: hidden;
    max-width: 350px;
    width: 100%;
}

.form_search span {
    min-width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_search input {
    height: 100%;
    flex-grow: 1;
    border: 0;
}

.form_search input::placeholder {
    color: #1C1F2C;
    font-size: 16px;
    font-weight: 200;
}

.form_search button {
    min-width: 60px;
    height: 100%;
    display: block;
    border: 0;
    background: var(--primary-theme-color);
    color: #FFFF;
}

.filter_order_head ul {
    display: flex;
    flex-wrap: wrap;
}

.filter_order_head ul li {
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    padding: 12px 15px;
    background: #FFFF;
    border: 1px solid #FFFF;
    transition: border 0.5s;
    margin-bottom: 10px;
}

.filter_order_head ul li img {
    width: 28px;
    height: 28px;
}

.filter_order_head ul li span {
    color: #707070;
    margin-right: 10px;
}

.filter_order_head ul li.active {
    border: 1px solid var(--primary-theme-color);
}

.filter_order_head ul li.active span {
    color: var(--primary-theme-color);
}

.card_order {
    background: #fff;
    border-radius: 10px;
    padding: 4px;
    box-shadow: #64646f08 0px 7px 29px 0px;
    margin-bottom: 20px;
}

.co_order-h {
    display: flex;
    align-self: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid #F3F3F3;
}

.co_order-h span {
    font-weight: 200;
    color: #1C1F2C;
}

.co_st {
    padding: 7px 15px;
    background: #EFFFE5;
    color: var(--primary-theme-color);
    border-radius: 25px;
    font-weight: 300;
    font-size: 15px;
}

.error {
    background: #FFEAE3;
    color: #F3754B;
}

.co_order-b {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F3F3F3;
    padding: 15px 10px;
}

.key_value span {
    font-size: 14px;
    font-weight: 200;
    color: #1C1F2C;
}

.key_value h6 {
    margin-top: 2px;
    font-weight: 600;
    color: #1C1F2C;
    font-size: 14px;
}

.co_order-f {
    padding: 10px;
}

.dateils {
    background: var(--primary-theme-color);
    padding: 10px;
    display: flex;
    margin: 15px 5px 10px 5px;
    color: #fff;
    justify-content: center;
    border-radius: 7px;
}

.dateils:hover {
    color: #fff;
}

.filter_order_body {
    margin-top: 20px;
}

.body2 {
    background: #F3F3F3;
}

.card_filter_order {
    padding-bottom: 80px;
}

.header {
    margin: 20px;
}

.city_list_wizz {
    margin: 25px 0;
    display: flex;
    justify-content: center;
}

.city_list_wizz .list_wizz ul li {
    margin-left: 80px;
    width: 90px;
    text-align: center;
}

.city_list_wizz .list_wizz ul li span {
    background: #fff;
    font-weight: 600;
    margin: auto;
}

.city_list_wizz .list_wizz ul li span::after {
    background-color: #fff;
}

.city_list_wizz .list_wizz ul li span::after {
    width: 115px;
}

.body_step {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.body_step_title h6 {
    text-align: center;
    color: #1C1F2C;
}

.body_step_title p {
    color: #1C1F2C;
    text-align: center;
    font-weight: 200;
    margin-bottom: 30px;
}

.body_step_foot {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.body_step_foot button {
    margin: 0 15px;
    transition: all 0.1s;
}

.body_step_foot button:active {
    transform: scale(0.95);
}

.wizz_btn {
    border: 0;
    background: #EAEAEA;
    min-width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.wizz_btn .n-t {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    color: #707070;
    font-weight: 500;
}

.wizz_btn .next-i {
    display: flex;
    min-width: 40px;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #D6D6D6;
}

.wizz_btn .next-i img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.wizz_btn.active {
    background: #72B14A;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wizz_btn.active span {
    color: #fff;
}

.wizz_btn.active .next-i {
    background: #66A73C;
}

.wizz_btn.active .next-i img {
    filter: brightness(10.5);
}

.wizz_cancel {
    border: 0;
    border: 1px solid #F3754B;
    background: transparent;
    min-width: 120px;
    border-radius: 5px;
    color: #F3754B;
    font-weight: 600;
}

.no_data {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.no_data p {
    color: #1C1F2C;
    margin-bottom: 20px;
    font-weight: 200;
}

.no_data img {
    margin-bottom: 20px;
}

.no_data h4 {
    margin-bottom: 15px;
}

.body_city_items > h6 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
}

.item_plant {
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
    border: 1px solid #EBEBEB;
    padding: 10px;
    border-radius: 8px;
    transition: border 0.4s;
}

.item_plant input {
    display: none;
}

.item_plant::after {
    opacity: 0;
    transition: opacity 0.4s;
}

.item_plant.active {
    border: 1px solid var(--primary-theme-color);
    position: relative;
}

.item_plant.active::after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../img/check-d.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12.5px;
    left: 10px;
    opacity: 1;
}

.item_plant.active .ip_head h6 {
    color: var(--primary-theme-color);
}

.ip_head img {
    width: 100%;
    border-radius: 8px;
    height: 180px;
    object-fit: cover;
}

.ip_head span {
    color: #707070;
    font-size: 14px;
    margin: 5px 0;
    display: block;
}

.ip_body {
    margin-top: 20px;
    position: relative;
}

.ip_body .ip-info {
    display: flex;
    justify-content: space-between;
}

.ip_body .ip-info span {
    font-size: 14px;
    color: #8C8C8C;
}

.ip_body .ip-info p {
    color: var(--primary-theme-color);
}

.ip_body .ip-info h6 {
    transition: color 0.4s;
}

.ip_body::before {
    content: " ";
    width: 50%;
    height: 1px;
    background: #EBEBEB;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
}

.ip_bar {
    height: 15px;
    width: 100%;
    background-color: #EFFFE5;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 8px;
}

.ip_bar span {
    display: block;
    height: 100%;
    background-color: var(--primary-theme-color);
}

.choose_con {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.choose_con .form_control {
    max-width: 400px;
    margin-inline-end: 40px;
}

.plant_c {
    display: flex;
    margin-bottom: 20px;
    padding-inline-end: 20px;
}

.plant_c img {
    margin-inline-end: 20px;
}

.plant_c div span {
    display: block;
    margin-bottom: 5px;
    font-weight: 200;
}

.plant_c div h6 {
    color: var(--primary-theme-color);
}

.i-2 {
    padding-inline-start: 20px;
    border-inline-start: 1px solid #EBEBEB;
}

.plant_slider {
    margin-top: 20px;
}

.plant_slider p {
    font-weight: 300;
    text-align: center;
    max-width: 60%;
    margin: auto;
}

.plant_slider p span {
    color: var(--primary-theme-color);
}

.p_lider {
    margin-top: 20px;
}

.name_palnt {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.name_palnt h6 {
    margin: 10px 0;
    font-size: 14px;
}

.plant_order {
    margin: 20px 40px;
    padding: 20px;
    box-shadow: #959da512 0px 8px 24px;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.plant_order .plant_c img {
    width: 50px;
    height: 50px;
}

.plant_order .plant_c div h6 {
    font-weight: 600;
}

.order_add {
    display: flex;
}

.order_add .remove_item {
    background: transparent;
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 7px;
}

.order_add .remove_item img {
    width: 30px;
    height: 30px;
}

.o_add {
    display: flex;
    height: 50px;
    border: 1px solid #EAEAEA;
    margin-inline-end: 20px;
    border-radius: 7px;
}

.o_add button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 50px;
    border: 0;
    background: transparent;
}

.o_add input {
    max-width: 80px;
    border: 0;
    text-align: center;
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    color: #707070;
}

.btw {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
}

.price_order {
    display: flex;
    margin-bottom: 20px;
}

.price_order p {
    color: #1C1F2C;
}

.price_order span {
    margin: 0 4px;
    font-weight: 600;
    color: var(--primary-theme-color);
}

.body_payment {
    margin-top: 20px;
}

.body_p_key {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
}

.body_p_key h6 {
    padding: 10px;
    margin-bottom: 15px;
}

.copone {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    height: 45px;
    display: flex;
    border-radius: 7px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
}

.copone span {
    border-inline-end: 1px solid #EBEBEB;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copone span img {
    width: 25px;
    height: 25px;
}

.copone button {
    min-width: 80px;
    height: 100%;
    border: 0;
    text-align: center;
    background: var(--primary-theme-color);
    color: #fff;
    display: block;
}

.copone input {
    height: 100%;
    flex: 1;
    border: 0;
    padding: 10px;
    width: 100%;
}

.copone input::placeholder {
    color: #1C1F2C;
    font-weight: 200;
}

.pay_key_value {
    display: flex;
    align-items: center;
    margin: 0 13px;
    padding: 10px;
    border-bottom: 1px dashed #EAEAEA;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pay_key_value p {
    font-weight: 300;
}

.pay_key_value .disc {
    color: #F3754B;
}

.pay_key_value .bold {
    font-weight: 600;
}

.sub_copon {
    padding: 0 10px;
}

.no_border {
    border: 0;
}

.bp_form {
    border-radius: 8px;
    background-color: #fff;
    padding: 20px 40px;
}

.bp_title {
    font-weight: 500;
    margin-bottom: 15px;
}

.chose_list {
    margin-bottom: 20px;
}

.chose_list .filter_order_head ul li {
    border: 1px solid #EBEBEB;
}

.chose_list .filter_order_head ul li.active {
    border: 1px solid var(--primary-theme-color);
    position: relative;
}

.chose_list .filter_order_head ul li.active::after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../img/check-d.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12.5px;
    left: 10px;
    opacity: 1;
}

.bp_loaction {
    padding: 20px;
    box-shadow: #959da512 0px 8px 24px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.dbl_i {
    display: flex;
    padding-inline-end: 25px;
    border-inline-end: 1px solid #EBEBEB;
}

.dbl_i img {
    width: 40px;
    object-fit: contain;
}

.dbl_i div {
    margin-inline-start: 15px;
}

.dbl_i div span {
    display: block;
    margin-bottom: 10px;
    font-weight: 200;
}

.dbl_i:last-child {
    border-inline-end: 0;
}

.rev {
    justify-content: space-between;
    align-items: center;
}

.rev .dbl_i {
    border-inline-end: 0px solid #EBEBEB;
    align-items: center;
}

.rev .dbl_i h5 {
    font-weight: 200;
}

.d_count {
    padding: 20px;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    font-weight: 200;
}

.img-aro {
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%, -50%);
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    height: 100%;
    border: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    padding-top: 5px;
}

.bp_form {
    margin-bottom: 30px;
}

.pay_tab {
    margin-bottom: 20px;
}

.pay_tab .pay_tab_head {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #EBEBEB;
    border-radius: 8px 8px 0 0;
}

.pay_tab .pay_tab_head div {
    display: flex;
    align-items: center;
}

.pay_tab .pay_tab_head div h6 {
    font-weight: 300;
}

.pay_tab .pay_tab_head div img {
    width: 30px;
    object-fit: contain;
    margin-inline-end: 10px;
}

.pay_tab .pay_tab_head span {
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
}

.pay_tab.active .pay_tab_head {
    background-color: var(--primary-theme-color);
}

.pay_tab.active .pay_tab_head img {
    filter: invert(41) brightness(10.5);
}

.pay_tab.active .pay_tab_head h6 {
    color: #fff;
    font-weight: 600;
}

.pay_tab.active .pay_tab_head span {
    background: #fff;
    border: 2px solid #fff;
    box-shadow: #32325d40 0px 34px 20px -32px inset, #0000004d 0px 17px 16px -18px inset;
    position: relative;
}

.pay_tab.active .pay_tab_head span:after {
    content: " ";
    position: absolute;
    width: 28px;
    height: 28px;
    display: flex;
    border: 2px solid var(--primary-theme-color);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
}

.pay_tab_body {
    padding: 10px;
    font-weight: 200;
    border: 1px solid #EBEBEB;
    border-top: 0;
}

.pay_tab_body p {
    color: #101225;
    font-size: 15px;
}

.pay_tab_collaps {
    margin-bottom: 20px;
}

.pay_tab_collaps .pay_tab_collaps_head {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #EBEBEB;
    border-radius: 8px 8px 0 0;
}

.pay_tab_collaps .pay_tab_collaps_head div {
    display: flex;
    align-items: center;
}

.pay_tab_collaps .pay_tab_collaps_head div h6 {
    font-weight: 300;
}

.pay_tab_collaps .pay_tab_collaps_head div h6 span {
    color: var(--primary-theme-color);
}

.pay_tab_collaps .pay_tab_collaps_head div img {
    width: 30px;
    object-fit: contain;
    margin-inline-end: 10px;
}

.pay_tab_collaps .pay_tab_collaps_head > span {
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
}

.pay_tab_collaps.active .pay_tab_collaps_head {
    border: 1px solid var(--primary-theme-color);
}

.pay_tab_collaps.active .pay_tab_collaps_head img {
    filter: invert(90%) sepia(10%) saturate(5048%) hue-rotate(39deg) brightness(79%) contrast(65%);
}

.pay_tab_collaps.active .pay_tab_collaps_head h6 {
    color: var(--primary-theme-color);
}

.pay_tab_collaps.active .pay_tab_collaps_head > span {
    background: var(--primary-theme-color);
    border: 2px solid var(--primary-theme-color);
    position: relative;
}

.pay_tab_collaps.active .pay_tab_collaps_head > span:after {
    content: " ";
    position: absolute;
    width: 28px;
    height: 28px;
    display: flex;
    border: 2px solid #FFF;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
}

.pay_tab_collaps_body {
    padding: 10px 15px;
    font-weight: 200;
    border: 1px solid #EBEBEB;
    border-top: 0;
}

.pay_tab_collaps_body p {
    color: #101225;
    font-size: 15px;
}

.pay_method {
    border: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.pay_method input {
    display: none;
}

.pay_method div {
    display: flex;
}

.pay_method div img {
    margin-inline-end: 15px;
}

.pay_method div h6 {
    font-weight: 300;
}

.pay_method span {
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
}

.pay_method.active {
    border: 1px solid var(--primary-theme-color);
}

.pay_method.active h6 {
    color: var(--primary-theme-color);
}

.pay_method.active span {
    background: var(--primary-theme-color);
    border: 2px solid var(--primary-theme-color);
    position: relative;
}

.pay_method.active span:after {
    content: " ";
    position: absolute;
    width: 28px;
    height: 28px;
    display: flex;
    border: 2px solid #FFF;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
}

.item_ipan {
    position: relative;
    background: #ECECEC;
    padding: 10px;
    border-radius: 7px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid #ECECEC;
}

.item_ipan::after {
    content: " ";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    left: -1px;
    background: #6FB046;
    border-radius: 6px 0 50% 0;
    /* -webkit-transform: rotate(-36deg); */
    /* transform: rotate(-36deg); */
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.item_ipan.active {
    border: 1px solid var(--primary-theme-color);
    background-color: #fff;
}

.item_ipan.active::before {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../img/check-d.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12.5px;
    left: -5px;
    opacity: 1;
}

.item_ipan input {
    display: none;
}

.item_ipan img {
    margin-bottom: 10px;
    display: block;
}

.item_ipan span {
    margin-bottom: 10px;
    display: block;
}

.item_ipan div {
    display: flex;
}

.item_ipan div p {
    font-weight: 600;
}

.item_ipan div button {
    background: transparent;
    border: 0;
}

.upload_control img {
    margin-inline-start: 10px;
}

.thank_hand {
    text-align: center;
}

.thank_hand h6 {
    margin-top: 10px;
    color: var(--primary-theme-color);
}

.thank_hand h6 span {
    color: #000;
    font-weight: 300;
}

[dir=ltr] body,
[dir=ltr] .create-new .dropdown-item {
    direction: ltr;
    text-align: left;
}

[dir=ltr] .m_s_nav {
    right: auto;
    left: 0;
}

[dir=ltr] .m_s_nav ul li.active::before {
    right: auto;
    left: -13px;
    border-radius: 0 10px 10px 0;
}

[dir=ltr] .min-2 {
    margin-inline-end: 10px;
}

[dir=ltr] .table-lg thead th:last-child {
    border-radius: 0 15px 15px 0;
}

[dir=ltr] .table-lg thead th:first-child {
    border-radius: 15px 0 0 15px;
}

[dir=ltr] .l_head {
    left: auto;
    right: -40px;
}

[dir=ltr] .nc_items a.dropdown-item {
    text-align: left;
}

@media (max-width: 1250px) {
    .img-l img {
        width: 450px;
    }

    .ta_box_row2 {
        flex-wrap: wrap;
    }

    .ta_box_row2 .tbr3 {
        width: calc(100% / 3);
    }

    .ta_box_row2 .tbr1 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .control-info{
        display: flex;
    }
    .bar_ic1{
        align-items: center;
        justify-content: center;
    }
    .control-info .bar_ic{
        display: flex;
    }
    .nc_items{
        position: fixed;
        top: 70px;
        left: -100%;
        height: 100%;
        width: 100%;
        z-index: 55;
        background: #fff;
        flex-direction: column;
        padding-top: 50px;
        transition: all 1s;

    }
    .nc_items.open{
        left: 0;
    }
    .nc_items > div{
        margin-bottom: 20px;
        min-width: 150px;
    }
    .divider{
        display: none;
    }
    .panle_info {
        min-height: auto;
    }

    .container_login {
        flex-direction: column-reverse;
    }

    .container_login .login_logo {
        position: relative;
    }

    .table-responsive > div {
        min-width: 1000px;
    }

    .nc_items .dropdown.create-new {
        display: none;
    }

    .notification {
        /* display: none; */
        margin: auto;
    }

    .n_search_bar {
        display: none;
    }

    .container_login {
        display: flex;
    }

    .container_login .login_logo {
        width: 100%;
    }

    .container_login .login_form {
        width: 100%;
    }

    .l_head {
        left: auto;
        position: static !important;
    }

    .container_login .login_form {
        padding: 40px 20px;
    }

    .ta_box_row {
        flex-wrap: wrap;
    }

    .ta_box_row .tbr {
        width: 100%;
    }

    .l-details .col-12 {
        margin-bottom: 20px;
    }

    .main_d_l {
        border-inline-start: 0;
    }

    .c-tabs-head {
        padding-bottom: 0;
    }

    .c-tabs-head ul {
        flex-wrap: wrap;
    }

    .c-tabs-head ul li {
        margin-bottom: 30px;
    }

    .item_vote {
        flex-direction: column;
        width: 100%;
        align-items: start;
    }

    .item_vote .iv-text {
        margin-bottom: 20px;
    }

    .ta_box_row2 {
        flex-wrap: wrap;
    }

    .ta_box_row2 .tbr3 {
        width: calc(100% / 1);
    }

    .ta_box_row2 .tbr1 {
        width: 100%;
    }

    .hpc_top {
        flex-wrap: wrap;
    }

    .hpc_top .hpc1 {
        width: 100%;
    }

    .hpc_top .hpc1 .m_header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hpc_top .hpc2 {
        width: 100%;
        padding-bottom: 20px;
    }

    .hpc_top .hpc2 .list_of-button {
        justify-content: center;
    }

    .cs-body-item {
        flex-wrap: wrap;
    }

    .cs-body-item .td-30 {
        margin-bottom: 20px;
        width: 100%;
    }

    .cs-body-item .td-20 {
        margin-bottom: 10px;
        width: 100%;
    }

    .hpc_tab ul {
        flex-wrap: wrap;
    }

    .item-grid {
        flex-wrap: wrap;
    }

    .item-grid .g-td {
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 10px;
        border-inline-end: 0;
        padding-top: 10px;
        width: 100%;
    }

    .title-chart {
        flex-wrap: wrap;
    }

    .title-chart .t-f {
        margin-bottom: 20px;
    }

    .title-chart form {
        margin-bottom: 20px;
    }

    .title-chart .t-c {
        margin-bottom: 20px;
    }

    .filter-res > div {
        min-width: 430px;
    }

    .filter-responsive tr th:nth-child(2),
    .filter-responsive tr td:nth-child(2),
    .filter-responsive tr th:nth-child(3),
    .filter-responsive tr td:nth-child(3),
    .filter-responsive tr th:nth-child(4),
    .filter-responsive tr td:nth-child(4),
    .filter-responsive tr th:nth-child(6),
    .filter-responsive tr td:nth-child(6),
    .filter-responsive tr th:nth-child(8),
    .filter-responsive tr td:nth-child(8) {
        display: none;
    }
}

@media (max-width: 600px) {
    .hpc_top .hpc2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .title-chart form {
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
    }

    .title-chart form .form_cas {
        width: 100%;
    }

    .title-chart form .form_cas input {
        margin-right: 0 !important;
    }

    .hpc_tab ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .main_details {
        flex-wrap: wrap;
    }

    .m_buttons {
        flex-wrap: wrap;
    }

    .m_buttons .btn-t,
    .m_buttons .edt-se {
        margin-bottom: 20px;
    }

    .main_d_r {
        min-width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #E6E6E6;
    }

    .c-tabs-head ul li {
        flex: 1;
    }

    .card-head-t {
        flex-wrap: wrap;
    }

    .card-head-t > span {
        margin-bottom: 10px;
    }

    .card-head-t .item_profile_c {
        margin-inline-start: 0;
    }
}

@media (max-width: 500px) {
    .m_s_nav ul li a span {
        width: auto;
        color: #ffffff;
    }

    .m_s_nav ul li a {
        justify-content: start;
        padding-inline-start: 40px;
    }

    .tbr1 {
        border-top: 1px solid #E6E6E6;
    }

    .wazerd {
        align-items: center;
        flex-direction: column;
    }

    .wazerd::after, .wazerd::before {
        display: none;
    }

    .wazerd li {
        margin-bottom: 20px;
        flex-direction: column;
        display: flex;
        align-items: center !important;
    }

    .nav_container {
        padding: 15px 10px;
    }

    .nc_items a:last-child {
        margin-inline-end: 0;
    }

    .nc_items a {
        margin-inline-end: 10px;
    }

    .add_se {
        height: 40px;
    }

    .add_se span {
        font-size: 13px;
    }

    .notification {
        width: 40px;
        height: 40px;
    }

    .main_sub_container {
        padding-inline-start: 0px;
    }

    .m_s_nav {
        z-index: 5;
        min-width: 100%;
        right: -100%;
        transition: all 0.8s;
        z-index: 10;
    }

    .m_s_nav.open {
        right: 0;
    }

    body.open {
        overflow: hidden;
    }

    .bar_ic {
        width: 40px;
        height: 40px;
        display: flex;
    }

    .item_photo {
        width: 40px;
        height: 40px;
    }

    .add_se span {
        font-size: 11px;
        margin-inline-end: 5px;
    }

    .list_of-button {
        flex-wrap: wrap;
    }

    .list_of-button a {
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

.dropdown-menu {
    background-color: var(--primary-theme-color);
    border-radius: 5px;
    text-align: center;
    padding: 0;
}

.dropdown-item {
    color: #ffffff;
    padding: 8px 0;
    margin-bottom: 0px;
}

.dropdown-item:last-child {
    border-bottom: none;
}


.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.btn-group a{
    margin-inline-start:4px ;
}
.btn-group button{
    margin-inline-start:10px ;
}
.btn {
    border-radius: 100px;
    padding: 10px 18px;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: ".";
}

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

.create-new {
    margin-inline-end: 15px;
}

.create-new-img {
    width: 20px;
}

.check-l-cm .slider {
    left: -8px;
}

select.form-control {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 10px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 15px !important;
    top: 12px !important;
}

.select2-container {
    border-radius: 5px;
}

select.form-control[multiple] {
    border: 1px solid #ddd !important;
}

.title-c1 {
    margin-bottom: 20px;
}

.list_c_ancor {
    margin-bottom: 10px;
    margin-top: 10px;
}

.active-off {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    border-radius: 25px;
    padding: 8px 18px;
    background-color: #E2FCFF;
    color: #DB0706;
    font-size: 13px;
    font-weight: 300;
}

.title-user h5 {
    margin-top: 3px;
    font-weight: bold;
}

.char-tip {
    display: inline-block;
    border-radius: 10px;
    background-color: #E2FCFF;
    color: #61D1DF;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
}

.check-l-cm-sm {
    margin: 5px 0;
}

.check-l-cm-sm .switch {
    width: 47px;
    height: 20px;
    margin: 0 10px;
}

.check-l-cm-sm .slider:before {
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
}

.coll-p .card .card-header {
    padding: 10px 12px;
}

.groups-card-body {
    padding: 10px 0px;
}

.title-icon {
    width: 30px;
}

.ta_box_row .tbr2 {
    padding: 15px 20px;
    min-height: 100px;
    -webkit-border-end: 1px solid #E6E6E6;
    border-inline-end: 1px solid #E6E6E6;
    width: calc(100% / 3);
}

.header-nav-title {
    color: #fff;
    padding: 30px 25px 0 0;
    font-size: 20px;
}

.signature .a-text {
    padding-top: 7px;
}

.user-type {
    padding: 28px 0 0 22px;
}

.referral_to {
    margin-right: 10px;
}

.referral_to button {
    height: 40px;
    border-radius: 5px;
}

.signature-wrapper {
    background-color: #ffffff;
    border: 1px dashed #888888;
}

.img-preview-container {
    height: 275px;
    width: 100%;
    border: 1px dashed #888888;
    background-color: #ffffff;
}

.img-preview {

}

.sticky_bar-body, .sticky_bar-body-body {
    margin-top: 0;
}

.winner-excluded {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(163, 16, 16, .4);
    z-index: 10;
    color: #ffffff;
    text-align: center;
    padding-top: 30px;
    font-size: 20px;
    border-radius: 5px;
}

.cm_text_html {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cm_text_html_thin {
    font-size: 16px;
    margin-bottom: 10px;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    .m_s_content {
        padding: 0;
        min-height: auto;
        background-color: #ffffff;
    }

    .tit2 th {
        background-color: #61D1DF !important;
    }

    .tit1 {
        background-color: #316AF6 !important;
        color: #333333;
    }

    .tit2 {
        background-color: #61D1DF !important;
        color: #333333;
    }

    .nav_container, .m_s_nav, .cm-print-none {
        display: none;
    }

    .main_sub_container {
        padding: 0;
    }
}

.cm_checked {
    border-color: #316AF6;
    color: #316AF6;
}

.ig-f, .ig-g {
    height: 40px;
}

.show_only_on_print {
    display: none
}

.online, .offline {
    border-radius: 100px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: bold;
}

.online {
    background-color: #E2FCFF;
    color: #61D1DF;
}

.offline {
    background-color: #fab1a0;
    color: #d63031;
}

@media print {
    .show_only_on_print {
        display: block
    }

    .pagebreak {
        page-break-before: always;
    }

    /* page-break-after works, as well */
}

[dir=ltr] .m_s_nav ul li {
    /*text-align: left;*/
    /*margin-left: 13px;*/
    /*margin-right: 0px;*/
}

[dir=ltr] .m_s_nav ul li a {
    text-align: left;
    padding: 10px 0px 10px 10px;
}

.text-lang {
    text-align: right;
}

.text-lang-x {
    text-align: left;
}

[dir=rtl] .text-lang {
    text-align: left;
}

[dir=rtl] .text-lang-x {
    text-align: right;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-link {
    margin: 0px 5px;
    cursor: pointer;
    outline: none;
    border-bottom: 3px solid #cccccc;
}

.nav-tabs .nav-link:first-child {
    margin-right: 0
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 0;
    font-weight: bold;
    color: var(--primary-theme-color);
    border-bottom: 3px solid var(--primary-theme-color);
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* Timeline holder */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-right: 1.5rem;
}

/* Timeline vertical line */
ul.timeline:before {
    content: ' ';
    background: #e0e0e0;
    display: inline-block;
    position: absolute;
    right: 6px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
    box-shadow: rgb(99 99 99 / 12%) 0px 2px 8px 0px !important;
    padding: 13px !important;
}

/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-left: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    right: 1rem;
}
.timeline-arrow div:nth-child(1){
    margin-bottom: 5px;
}
.timeline-arrow .fa-clock{
    margin-inline-end:5px ;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: var(--primary-theme-color);
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    right: 0px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.text-gray {
    color: #999;
}

.form_cas_select .select2-container {
    border: 1px solid #cccccc;
    border-radius: 11px;
    overflow: hidden;
}

.table thead th {
    border-bottom: none;
}
.modrit{
    background: var(--primary-theme-color);
    color: #fff;
    padding: 3px 7px;
    border-radius: 2px;
    font-size: 12px;
}

/**
Custom Checkbox
 */

.checkbox-form-control {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

.checkbox-form-control + .checkbox-form-control {
    margin-top: 1em;
}

.checkbox-form-control--disabled {
    color: var(--primary-theme-color);
    cursor: not-allowed;
}

.checkbox-form-control input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #ffffff;
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

.checkbox-form-control input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--primary-theme-color);
}

.checkbox-form-control input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.checkbox-form-control input[type="checkbox"]:disabled {
    --form-control-color: var(--primary-theme-color);
    color: #8C8C8C;
    cursor: not-allowed;
}

.overflow-hidden {
    overflow: hidden;
}
.list_c_ancor h4{
    margin-inline-end: 10px;
    font-size: 16px;
    /* background: #00000005; */
    background: #fff;
    padding: 10px 6px;
    color: #6c757d;
    border-inline-start: 4px solid var(--primary-theme-color);
}
.list_c_ancor h4 i{
    font-size: 19px;
}
.list_c_ancor h4 span {
    color: #00C48C;
}
.back-gry{
    background-color:#0000000f !important;
}
.mt-l{
    margin-inline-start:3px;
}
.card-pr{overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius:10px 10px;
    margin-bottom: 25px;
}
.card-pr-head{
    border-radius: 10px 10px 0 0;
    padding:25px 20px;
    background: #316AF6;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.card-pr-head ul {
    display: flex;

}
.card-pr-head ul li{
    margin-inline-end:-10px ;
}
.card-pr-head ul li img{
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #fff;

}
.card-pr-head ul li span {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #fff;
    background: #fff;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    color: var(--primary-theme-color);
}
.card-pr-head div{}
.card-pr-head div h6{
    color: #fff;
}
.card-pr-head div span{
    color: #fff;
    font-size: 12px;
}

.card-pr-body{
    border-radius:0 0 10px 10px;
    padding:25px 20px;
    background: #fff;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.flag-r{
    display: flex;
    align-items: center;
}
.flag-r span{
    display: block;
    white-space: pre;
    margin-inline-end:7px ;
    /* word-break:keep-all; */
    font-size: 13px;
}
.flag-r img{
    width: 20px;
}
.type-pr p{
    margin-bottom: 10px;
    font-size: 12px;
    padding: 14px 19px;
    background: #F0FFFB;
    border-radius: 30px;
    color: #00C48C;
    display: inline-block;

}

.type-pr ul li{
    font-size: 11px;
    margin-inline-end:4px ;
    color: #818181;
}
.type-pr ul li.active{
    color: #00C48C;
}
.type-pr ul{
    display: flex;
    align-items: center;
}

.grr{
    background-color: #00C48C;
    background-image: url(../img/grr.png);
    background-size: cover;
}
.bluee{
    background-color: #3069F3;
    background-image: url(../img/bluee.png);
    background-size: cover;
}
.redd{
    background-color: #EB1548;
    background-image: url(../img/bluee.png);
    background-size: cover;
}

.bbeb{
    background-color: #30C4F3;
    background-image: url(../img/bbeb.png);
    background-size: cover;
}
.box-x{
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.box-x:last-child{
    margin-bottom: 0;
}
.box-x a{
    background: #316AF6;
    padding: 14px 25px;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
}
.box-x div{

}
.box-x div ul li{
    font-size: 11px;
    margin-inline-end:8px ;
    color: #818181;
}
.box-x div ul li.active{
    color: #EB1548;
    padding-inline-start:8px ;
    border-inline-start: 1px solid #EBEBEB;

}
.box-x div ul{
    display: flex;
    align-items: center;
}
.box-x div p{
    font-size: 14px;
}

.box-c{
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #fff;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    margin-bottom: 10px;
}
.box-c-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.type-pr h6{
    margin:5px 0 ;
    font-size: 12px;
}

.type-pr span{
    display: block;
    font-size: 12px;
    /* margin-inline-end: 8px; */
    color: #818181;
}
.box-c-body{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #EBEBEB;
}
.bcb-prog-img{
    display: flex;
    align-items: center;
}
.bcb-prog-img img{
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    margin-inline-end:10px ;
}

.bcb-prog-img h6{
    font-size: 13px;
}
.bcb-prog-img span{
    display: block;
    font-size: 12px;
    /* margin-inline-end: 8px; */
    color: #818181;
}
.bcb-prog{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
