@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --c_primary: #D8ECB5;
  --c_secondary: #d0fdf1;
  --c_heading: #1a1a1a;
  --c_text: #626262;
  --c_text_dark: #1a1a1a;
  --c_grey: #ebebeb;
  --c_grey_dark: #1a1a1a;
  --c_black: #000000;
  --c_white: #ffffff;
  --c_border1: #eaeaea;
  --c_danger: #ff1d1d;
  --c_warning: #ffa500;
  --c_headcolor: #818589;
  --f_Poppins: "Poppins";
  --shadow: 0px 2px 36px #00000014;
  --shadow_hover: 0px 2px 36px #00000030;
  --transition: all 0.3s ease-in-out 0s;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--c_grey_dark);
}

::-webkit-scrollbar-thumb {
  transition: var(--transition);
  background: #BFDF7A;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--c_secondary);
  box-shadow: inset 0 0 5px gray;
  border-radius: 10px;
 
}

* {
  outline: none !important;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--c_white);
}

b,
strong {
  font-weight: 700;
}

a {
  color: var(--c_text);
  
}

a:hover {
  color: var(--c_primary);
}

a,
a:not(.btn_n):hover {
  text-decoration: none;
}

:is(h1, h2, h3, h4, h5, h6) {
  color: var(--c_heading);
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--f_Poppins);
  margin-bottom: 0;
}

:is(h1, h2, h3, h4, h5, h6).fw_med {
  font-weight: 500;
}

:is(h1, h2, h3, h4, h5, h6):not(:last-child) {
  margin-bottom: 20px;
}

h1,
.hd_1 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 60px;
}

h2,
.hd_2 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 48px;
}

h3,
.hd_3 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 20px;
}

h4,
.hd_4 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 20px;
}

h5,
.hd_5 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 18px;
}

h6,
.hd_6 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 20px;
}

:is(body, p, li) {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--c_text);
  font-family: var(--f_Poppins);
}

:is(p, li) {
  margin: 0;
}

:is(p, li) small {
  font-size: 16px;
  display: block;
}

:is(p, ul, ol, li):not(:last-child) {
  margin-bottom: 15px;
}

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

img {
  max-width: 100%;
}
.aside_active h2 {
  font-size: 24px;
}
figure {
  margin: 0;
}
.w_49 {
  width: 48%;
}
.mb_30 {
  margin-bottom: 30px;
}
.ut_spc,
.u_spc {
  padding-top: 80px;
}

.ub_spc,
.u_spc {
  padding-bottom: 80px;
}

.uht_spc,
.uh_spc {
  padding-top: 60px;
}

.uhb_spc,
.uh_spc {
  padding-bottom: 60px;
}

.c_primary {
  color: var(--c_primary);
}

.bg_primary {
  background-color: var(--c_primary);
}

.c_secondary {
  color: var(--c_secondary);
}
.c_warning {
  color: var(--c_warning);
}

.bg_secondary {
  background-color: var(--c_secondary);
}

.c_gradient {
  background: var(--c_gradient);
}

.bg_grey {
  background-color: var(--c_grey);
}

.bg_grey_light {
  background-color: var(--c_grey_light);
}

.bg_grey_dark {
  background-color: var(--c_grey_dark);
}

.c_white {
  color: var(--c_white);
}
.c_danger {
  color: var(--c_danger);
}
.bg_white {
  background-color: var(--c_white);
}

.c_black {
  color: var(--c_black);
}

.bg_black {
  background-color: var(--c_black);
}

.text_center {
  text-align: center;
}

.d_block {
  display: block;
}

.btnn {
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  min-height: 40px;
  padding: 5px 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;


  border: 2px solid #BFDF7A;
  white-space: nowrap;
  position: relative;
 
  overflow: hidden;
  cursor: pointer;
 
  z-index: 1;
}



/* .btnn:hover {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1) !important;
} */

.btnn::before {
  content: "";
  animation: slide 2s infinite;
  background: linear-gradient(98deg, #40ebf100 0, #fffefd8f 50%, #fffefd47 69%, #40ebf100);
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@keyframes slide {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.btn_primary {
  color: var(--c_black);
  background-color:#BFDF7A;
  
}

.btn_primary:is(:hover, :focus) {
  color: var(--c_black);
  background-color: transparent;
}

.btn_primary.br {
  color: var(--c_text_dark);
  background-color: var(--c_white);
  border-color: var(--c_primary);
}

.btn_primary.br:is(:hover, :focus) {
  color: var(--c_primary);
  background-color: var(--c_white);
  border-color: var(--c_primary);
}

.control_group {
  margin-bottom: 20px;
  position: relative;
}

.control_group_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.graph_boxes
{
  display: flex;
  align-items: center;
  
  flex-wrap: wrap;
  gap: 20px;
}

label {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: #272727;
  display: block;
  margin: 0 0 5px;
}

label.error {
  position: absolute;
  top: 100%;
  left: 0;
  color: #ff0000;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2px;
  margin: 2px 0 0;
}

label.checkbox_label {
  font-size: 16px;
  color: var(--c_text);
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  transition: var(--transition);
  cursor: pointer;
  margin: 0;
  gap: 8px;
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  border-radius: 40px;
  border: 1px solid #e2e2e2;
  background-color: var(--c_white);
  transition: var(--transition);
  box-shadow: none;
  outline: none;
}

input {
  height: 45px;
  padding: 0 20px;
}

input:is([type="checkbox"], [type="radio"]) {
  width: 24px;
  height: 24px;
  min-width: 24px;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  padding: 0;
}

input:is([type="checkbox"], [type="radio"]) {
  color: var(--c_white);
  accent-color: var(--c_primary);
  cursor: pointer;
}

input:is([type="checkbox"], [type="radio"]):checked::before {
  font-family: "Font Awesome 5 Free";
  transition: var(--transition);
  font-weight: 900;
  line-height: 1;
}

input[type="checkbox"] {
  border-radius: 4px;
  border: 1px solid var(--c_grey);
  background-color: var(--c_grey);
}

input[type="checkbox"]:checked {
  background-color: var(--c_primary);
  border-color: var(--c_primary);
}

input[type="checkbox"]:checked::before {
  content: "\f00c";
  color: var(--c_black);
}

input[type="radio"] {
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: var(--c_white);
}

input[type="radio"]:checked {
  border-color: var(--c_primary);
}

input[type="radio"]:checked::before {
  content: "\f111";
  color: var(--c_primary);
}

select {
  height: 45px;
  padding: 0 40px 0 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  appearance: none;
  cursor: pointer;
}

textarea {
  height: 100px;
  padding: 10px 20px;
  resize: none;
}

:is(input, select, textarea)::placeholder {
  color: var(--c_text);
  font-weight: 400;
  opacity: 1;
}

:is(input, select, textarea):focus {
  border-color: var(--c_primary);
}

:is(input, select, textarea, .control-group).empty_value {
  border-color: #ff0000;
}

.form_btn {
  margin-top: 30px;
}



:is(.gap_p, .gap_m) {
  --gap_x: 30px;
  --gap_y: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--gap_y) * -1);
  margin-left: calc(var(--gap_x) * -1);
}

:is(.gap_p, .gap_m).aic {
  align-items: center;
}

:is(.gap_p, .gap_m).jcsb {
  justify-content: space-between;
}

:is(.gap_p, .gap_m) > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gap_y);
}

.gap_p > * {
  padding-left: var(--gap_x);
}

.gap_m > * {
  margin-left: var(--gap_x);
}

.w_50 {
  width: 50%;
}
.w_25 {
  width: 25%;
}
.w_75 {
  width: 75%;
}

.w_100 {
  width: 100%;
}
.mt_20
{
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mb_30 {
  margin-bottom: 30px;
}

.conta_iner {
  width: 90%;
  max-width: 1170px;
  margin-inline: auto;
}

@media (max-width: 767.98px) {
  .conta_iner {
    width: 100%;
    padding: 0 15px;
  }
}

.content {
  min-height: 100vh;
}

body:not(:has(.home_page)) .content {
  padding-top: 100px;
}

.btn_flex {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti--allow-dropdown .iti__flag {
  transform: scale(0.8);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 4px;
  font-size: 14px;
  color: #272727;
}

.iti--allow-dropdown .iti__arrow {
  margin-left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #272727;
}

.iti--allow-dropdown .iti__arrow--up {
  border-top: none;
  border-bottom: 5px solid #272727;
}

.iti--allow-dropdown .iti__selected-flag {
  padding: 0 10px 0 15px;
  background: transparent !important;
}

.iti__country-list .iti__country {
  margin: 0;
  font-size: 14px;
  color: #272727;
}

.s_head {
  margin-bottom: 50px;
}

/* Header */
.site_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: transparent;
  transition: var(--transition);
  padding: 30px 0;
  width: 100%;
}

.site_header.scrolled,
body:not(:has(.home_page)) .site_header {
  background-color: var(--c_white);
  box-shadow: var(--shadow);
}

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

.site_hamburgur {
  display: none;
}

.site_logo {
  font-size: 40px;
  font-weight: 700;
  color: var(--c_primary);
  display: inline-flex;
  line-height: 1;
}

.site_logo:hover {
  color: var(--c_primary);
}

.site_menu {
  display: inline-flex;
  align-items: center;
  gap: 0 40px;
}

.site_menu > li {
  margin: 0;
  position: relative;
}

.site_menu > li > a:not(.btnn) {
  color: var(--c_text_dark);
  font-size: 20px;
  font-weight: 400;
  padding: 5px 0;
}

.site_menu > li > a:not(.btnn):hover {
  color: var(--c_primary);
}



.form .gap_p {
  --gap_x: 15px;
  --gap_y: 0px;
}
/* Landing Page */
/* auth */
.auth_sc .inner {
  padding: 35px;
  background-color: var(--c_white);
  box-shadow: var(--shadow);
  border-radius: 20px;
  margin-inline: auto;
  max-width: 570px;
}
.auth_sc .inner .hd_4 {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth_sc .inner .hd_6 {
  margin-bottom: 20px;
}

.auth_sc .inner h2,
.auth_sc .inner h3 {
  font-weight: 500;
  margin-bottom: 0;
}

.auth_sc .inner h2:not(:last-child) {
  margin-bottom: 8px;
}

.form_bottom {
  text-align: center;
  margin-top: 20px;
}

.form_bottom p {
  font-size: 16px;
}

.form_bottom p a span{
  text-decoration:underline;
  color: #92C812;
  
  
}
.form_bottom p a:hover
{
  color: #626262;
  
}

.form_bottom .or {
  display: flex;
  align-items: center;
  gap: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.form_bottom .or::before,
.form_bottom .or::after {
  content: "";
  flex: 1;
  height: 1px;
  display: inline-flex;
  background-color: #c3c3c3;
}

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

.otp_input input {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: var(--c_grey_dark);
}

a.back_icon {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c_text_dark);
  border-radius: 5px;
  float: left;
  position: relative;
  top: -10px;
  left: -260px;
  height: 28px;
  width: 28px;
  z-index: 1;
}

a.back_icon:hover {
  color: var(--c_white);
  background-color: var(--c_primary);
}
.image_up
{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.image_up img
{
  width: 100%;
height: 100%;
}

.image_upp
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.image_upp img
{
  width: 100%;
  height: 100%;
}
.img_up
{
  width: 30px;
  height: 30px;
  overflow: hidden;
}
img
{
  width: 100%;
  height: 100%;
}


.auth_sc .upload_image {
  margin-top: -20px;
}

.upload_image {
  position: relative;
  border: 1px solid #92c812;
  display: inline-flex;
  margin-bottom: 10px;
  border-radius: 50%;
  padding: 4px;
}

.upload_image figure {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

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

.upload_image .action {
  width: 26px;
  height: 26px;
  font-size: 12px;
  color: var(--c_white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--c_white);
  background-color: var(--c_primary);
  transform: translate(-50%, 50%);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  cursor: pointer;
}

.upload_image .action input {
  position: absolute;
  inset: 0;
  padding: 0;
  opacity: 0;
  height: auto;
  text-indent: -1000px;
  cursor: pointer;
}

.toggle-click {
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 44px;
  width: 18px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.checkbox_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.checkbox_list label.checkbox_label {
  width: 100%;
  color: var(--c_text_dark);
}

.hours_list li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}

.hours_list li:first-child {
  padding-top: 0;
}

.toggle_label {
  font-size: 22px;
  font-weight: 500;
  color: var(--c_black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  line-height: 1;
  margin: 0;
}

.toggle_label input[type="checkbox"] {
  width: 80px;
  height: 27px;
  color: #b5b5b5;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #eeeeee;
  border-color: #eeeeee;
  border-radius: 40px;
  padding: 4px 4px 2px;
  justify-content: space-around;
}

.toggle_label input[type="checkbox"]:checked {
  color: var(--c_white);
  background-color: #BFDF7A;
  border-color: var(--c_primary);
  flex-direction: row-reverse;
}
.toggle_label input[type="checkbox"]::after {
  content: "Inactive";
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.toggle_label input[type="checkbox"]:checked::after {
  content: "Active";
  color: var(--c_black);
}
.toggle_label input[type="checkbox"]::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: black;
}
.toggle_label:has(input:checked) + .slot_list {
  display: flex;
}
.toggle_labels input[type="checkbox"]::after {
  content: "Off";
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.toggle_labels input[type="checkbox"]:checked::after {
  content: "On";
  color: var(--c_black);
}
.label_flex
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slot_list {
  display: none;
  flex-wrap: wrap;
  padding-top: 20px;
  gap: 9px;
}

.slot_list .label_chip {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  background-color: var(--c_text);
  transition: var(--transition);
  color: var(--c_white);
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  min-width: 92px;
  margin: 0;
}

.slot_list .label_chip:hover,
.slot_list .label_chip:has(input:checked) {
  background-color: var(--c_primary);
}

.slot_list .label_chip input {
  cursor: pointer;
  position: absolute;
  inset: 0;
  padding: 0;
  height: auto;
  opacity: 0;
  z-index: 1;
}
/* Dashboard Header */
:root {
  --aside_width: 300px;
  --dashboard_header_height: 70px;
}
.dashboard_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: calc(100% - var(--aside_width));
  margin-left: var(--aside_width);
  transition: var(--transition);
  background-color: var(--c_white);
  box-shadow: none !important;
}

.dashboard_header.scrolled {
  box-shadow: var(--shadow);
}

.dashboard_header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--dashboard_header_height);
  background-color:var(--c_primary);
  padding: 10px 50px;
  gap: 30px;
  margin: 20px 50px 0 40px;
  border-radius: 15px;
}

.header_left {
  flex: 1;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.search_bar {
  max-width: 800px;
  width: 100%;
}

.search_bar input,
input[type="search"] {
  background-image: url("../images/search_icon.svg");
  background-position: 31px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.search_bar input {
  height: 45px;
  font-size: 15px;
  font-weight: 500;
  background-color: #FAFAFA;
  border: 1px solid #E2E2E2;
  padding: 5px 5px 5px 50px;
  color: var(--c_black);
  min-width: 250px;
}
.search_bar input::placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.brdr_bx input,
.brdr_bx input[type="search"] {
  background-position: 22px center !important;
}
.right_s select {
  min-width: 135px;
}


.header_right {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.header_right > li {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}

.header_right > li .btn_n {
  min-height: 46px;
  font-size: 14px;
  gap: 6px;
}

.header_right > li .btn_n i {
  position: relative;
  top: -1px;
}

.noti_icon > a {
  display: inline-flex;

}

.noti_icon > a figure {
  display: inline-flex;
  position: relative;
}

.noti_icon > a figure img {
  width: 30px;
  transition: var(--transition);
}

.noti_icon > a:hover figure img {
  filter: invert(74%) sepia(50%) saturate(2288%) hue-rotate(33deg) brightness(102%) contrast(86%);
}

.user_icon > a {
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  color: var(--c_black);
}

.user_icon > a:hover {
  color: var(--c_primary);
}

.user_icon > a .fas {
  font-size: 16px;
  line-height: 1;
  position: relative;
 
  color: var(--c_black);
}

.user_icon > a figure {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.user_icon > a figure img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border:1px solid #ddd;
}

.user_icon .dropdown-menu {
  position: absolute !important;
  top: calc(100% + 18px) !important;
  transform: none !important;
  right: 0 !important;
  left: auto !important;
  background-color: var(--c_white);
  border: none;
  padding: 0;
  box-shadow: 0px 4px 4px #0000000a;
  border-radius: 5px;
  overflow: visible;
  min-width: 190px;
}

.user_icon .dropdown-menu li {
  display: flex;
  margin-bottom: 0;
  position: relative;
}

.user_icon .dropdown-menu li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--c_heading);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.user_icon .dropdown-menu li a span {
  font-size: 12px;
  color: var(--c_text);
  margin: 0 0 0 auto;
}

.user_icon .dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid var(--c_border);
}

.user_icon .dropdown-menu li a:hover {
  color: var(--c_white);
  background-color: var(--c_primary);
}

.user_icon .dropdown-menu li a:hover span {
  color: var(--c_white);
}

.user_icon .dropdown-menu li > ul {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0);
  min-width: 120px;
  background-color: var(--c_white);
  box-shadow: 0px 4px 4px #0000000a;
  border-radius: 5px;
  display: none;
}
.user_icon .dropdown-menu li:hover>ul {
  display: block;
}

/* Sidebar */
.dashboard_sidebar {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  max-width: var(--aside_width);
  background-color:var(--c_primary);
  transition: var(--transition);
  box-shadow: var(--shadow);
  overflow: hidden;
  z-index: 9;
  margin: 20px 0px 0px 20px;
  border-radius: 15px;
  height: calc(100vh - 40px);
  padding-bottom: 20px;
}

.dashboard_sidebar .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--dashboard_header_height);
  transition: var(--transition);
  padding: 15px 20px;
  gap: 15px;
}

.dash_logo {
  font-size: 20px;
  font-weight: 700;
  color: var(--c_primary);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  line-height: 1;
  justify-content: center;
  width: 100%;
}

.dash_logo:hover {
  color: var(--c_primary);
}

.dash_hamburgur {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c_black);
  transition: var(--transition);
}

.dash_hamburgur:hover {
  color: var(--c_white) ;
  background-color: var(--c_primary);
}

.dash_hamburgur i {
  font-size: 16px;
  display: inline-flex;
  line-height: 1;

}


.aside_menu ul {
  overflow-y: auto;
  height: calc(100vh - 140px);
  padding-block: 10px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aside_menu ul li
{
  padding: 0 15px;
}

.aside_menu ul li:not(:last-child) {
  margin-bottom: 0;
}

.aside_menu ul li a {
  font-size: 14px;
  color: var(--c_black);
  font-weight: 500;
  min-height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border: 2px solid transparent;
}

.aside_menu ul li a span {
  white-space: nowrap;
  transition: var(--transition);
}
.aside_menu ul li a:hover
{
  background-color: #92c8125c;
  border: solid 2px var(--c_primary);
  border-radius: 10px;
  box-shadow: 0 0 10px #92c8128a;
}



.aside_menu ul li a.active {
  background-color: #92c8125c;
  border: solid 2px var(--c_primary);
  border-radius: 10px;
  box-shadow: 0 0 10px #92c8128a;
 

}


.aside_menu ul li a img {
  max-width: 24px;
  width: 24px;
  position: relative;

  transition: var(--transition);
  filter: brightness(0);
}

.aside_menu ul li a:hover img {
  filter: brightness(0);
}

.aside_menu ul li a.active img {
  filter: brightness(0) ;
}

.dashboard_content {
  padding: 40px 60px;
  margin-top: var(--dashboard_header_height);
  width: calc(100% - var(--aside_width));
  min-height: calc(100vh - var(--dashboard_header_height));
  margin-left: var(--aside_width);
  transition: var(--transition);
}
.head figure{
  width: 70px;
  height: 70px;
}
.head img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aside_active .head figure{
  width: 50px;
  height: 50px;
}
/* On click sidebar/header shrink */
.aside_active {
  --aside_width: 90px;
}

.aside_active .dashboard_sidebar .dash_hamburgur {
  display: none;
}

.aside_active .dash_logo {
  font-size: 12px;
}

.aside_active .dashboard_sidebar .head {
  padding: 15px 10px 15px 10px;
}

body:not(.aside_active) .header_left .dash_hamburgur {
  display: none;
}

.aside_active .aside_menu ul li a span {
  margin-left: -10px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: var(--transition);
}

.aside_active .aside_menu h2 span {
  color: var(--c_white);
  opacity: 0;
}

.aside_active .aside_menu h2::before {
  opacity: 1;
}

body:not(.aside_active) .tooltip.show {
  opacity: 0;
}

/* Content */
.page_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 30px;
}
.page_head .btn_flex {
  margin: 0;
  gap: 10px;
}

.white_box {
  box-shadow: var(--shadow);
  transition: var(--transition);
  background-color: var(--c_white);
  border-radius: 15px;
 
}
.white_boxes
{
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 40px 25px !important;
}

.white_boxes figure img
{
  
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-21deg);
  opacity: 0.4;
}

.white_box:not(.p_0) {
  padding: 25px;
}
.report_boxes .gap_m {
  --gap_x: 20px;
}
.report_boxes ul li {
  width: calc(100% / 3 - var(--gap_x));
}
.report_boxes .white_box:hover {
  box-shadow: var(--shadow_hover);
  transform: translateY(-3px);
}
.report_boxes h2 {
  line-height: 1;
  margin-bottom: 5px;
  font-size: 34px;
  color: #101010;
}
.report_boxes p {
  font-size: 15px;
  line-height: 1.2;
  color: #656565;
  font-weight: 500;
}
.white_box_head h2 {
  font-size: 22px;
  margin-bottom: 0;
}
.white_box_head p {
  color: var(--c_text);
}
.page_head span {
  font-size: 14px;
}
thead {
  position: sticky;
  top: 0px;
  background: #E2E2E2;
  z-index: 2;
}
.table-responsive {
  border-radius: 15px;
  background-color: #ffffff1a;
  box-shadow: 0px 2px 30px #00000014;
  max-height: 420px;
}
.table tr :is(th, td) {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--c_black);
  background-color: var(--c_white);
  border-bottom:1px solid #E2E2E2;
  background-color: transparent;
  line-height: 1.2;
  vertical-align: middle;
}
.table tr th {
  font-weight: 600;
  padding: 18px 15px;
}
.table tbody tr:last-child td {
  border: none;
}
.table tbody tr:last-child td {
  border: none;
}
.table tr td.c_primary {
  color: var(--c_primary);
}
.table tr td.c_warning {
  color: var(--c_warning);
}
.table tr td.c_danger {
  color: var(--c_danger);
}
.table1 thead
{
  
}
table.table.table1 th

{
  background-color:#f3f3f3;
}
table.table.table1 td
{
  background-color:#f9f9f9;
}
.doctor_img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.doctor_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom_tabs {
  gap: 10px;
  /* overflow: auto; */
  flex-wrap: unset;
  /* white-space: nowrap; */
  padding-bottom: 5px;
  border-radius: 15px;
}

.custom_tabs .nav-link.active {
  color: var(--c_black);
  background-color: #BFDF7A;
}
.custom_tabs .nav-link {
  min-width: fit-content;
  min-height: 44px;
  border-radius: 15px 15px 0px 0px;
  color: var(--c_text_dark);
  font-size: 16px;
  font-weight: 600;
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c_grey);
  transition: var(--transition);
}
.page_head h2 {
  font-size: 24px;
  white-space: nowrap;
}
.doc-view figure {
  width: 170px;
  height: 120px;
}
.form_modal .btn_flex {
  margin-top: 15px;
  justify-content: flex-end;
}
.doc-view {
  display: flex;
  gap: 25px;
}
.actions {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.actions li {
  display: inline-flex;
  margin: 0;
}
.actions li a, .add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  font-size: 14px;
  color: var(--c_white);
  background-color: var(--c_warning);
  opacity: 0.8;
}
.actions li a:has(.fa-pencil-alt)
{
   background-color:blue;
   opacity: 0.6;

}
.actions li a:has(.fa-trash) {
  background-color: var(--c_danger);
  opacity: 0.8;
}
.actions li a:hover {
  transform: translateY(-2px);
}
.add_subscription .modal-body {
  padding: 40px;
  position: relative;
}
.add_subscription .btn-close {
  font-size: 14px;
  opacity: 1;
}
.modal-header h5 {
  margin-bottom: 0;
  font-size: 20px;
}
.modal-header,
.modal-body {
  border-bottom: none;
}
.btn_bx {
  gap: 10px;
  justify-content: right;
  margin-top: 10px;
}
.btn_bx button {
  font-size: 12px;
  padding: 1px;
  border-radius: 30px;
  background: none;
  max-width: 70px;
}
.btn_bx .add_btn {
  color: var(--c_primary);
  border: 1px solid var(--c_primary);
}
.btn_bx .remove_btn {
  color: var(--c_danger);
  border: 1px solid var(--c_danger);
}
/* select css */
.table select {
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  padding: 2px 8px;
  color: var(--c_black);
  background-position: right 10px center;
  background-size: 12px 12px;
  text-overflow: ellipsis;
  max-width: 130px;
  width: 100%;
  min-width: 130px;
}
.table select:has(option[value="accepted"]:checked) {
  color: var(--c_primary);
}
.table select:has(option[value="declined"]:checked) {
  color: var(--c_danger);
}
.table select option {
  color: var(--c_black);
  background-color: var(--c_white);
}
/* select css */
.detail_list li {
  display: flex;
  flex-wrap: wrap;
  color: var(--c_text_dark);
  gap: 5px 20px;
}
.detail_list p {
  color: var(--c_text_dark);
}
.detail_list p:not(:last-child) {
  margin-bottom: 5px;
}
.detail_list li strong {
  min-width: 300px;
  max-width: 300px;
}
.doctor_prf {
  width: 100%;
  height: 300px;
}
.doctor_prf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.upload_image._v2 {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px dashed #b1b1b1;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}
.upload_image._v2 .action {
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.upload_image._v2 .action i {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #b1b1b1;
  color: var(--c_white);
  border-radius: 50%;
  font-size: 20px;
}
.white_box_head select {
  max-width: 130px;
}
/* editor */
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  min-height: 400px;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked="true"],
.ql-editor ul[data-checked="false"] {
  pointer-events: none;
}
.ql-editor ul[data-checked="true"] > li *,
.ql-editor ul[data-checked="false"] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked="true"] > li::before,
.ql-editor ul[data-checked="false"] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked="true"] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked="false"] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;

  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type="file"],
.ql-snow .ql-toolbar input.ql-image[type="file"] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
 
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow
  .ql-picker.ql-header
  .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow
  .ql-picker.ql-size
  .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow
  .ql-picker.ql-header
  .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow
  .ql-picker.ql-size
  .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type="text"] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode="link"]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode="formula"]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode="video"]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0 0 15px 15px;
  background-color: var(--c_white);
  padding: 15px 15px 15px;
  gap: 3px;
  margin-top: 20px;
}
.pagination a {
  border: 1px solid var(--c_text);
  height: 35px;
  width: 35px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  
}
.pagination a:hover{
  border: 1px solid var(--c_primary);
  color: var(--c_black);
}
.pagination a.active {
  color: var(--c_black);
  background: var(--c_primary);
  border: 1px solid black;
}
.flx_gap {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: auto;
  padding: 5px 0;
}
.control_group.w_50 {
  margin-top: 5px;
}
.page_head h1 {
  margin-bottom: 0;
}
.page_head h1:not(:last-child) {
  margin-bottom:10px;
}
.user_image_view {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.table .user_image_view img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  align-self: self-start;
}
.table tr td.short_decs {
  white-space: normal;
  max-width: 300px;
}
.user_image_view img {
  height: 60px;
  width: 60px;
  min-width: 60px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.order_table {
  border: 1px solid var(--c_border1);
}
.order_table th {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px !important;
  text-transform: uppercase;
  background-color: var(--c_grey) !important;
}
.modal .btn-close {
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  opacity: 1;
}


/* editor css end */
.noti_icon .dropdown-menu {
  right: 0 !important;
  top: calc(100% + 10px) !important;
  transform: none !important;
  padding: 0;
  border-radius: 10px;
  background-color: var(--c_white);
  box-shadow: var(--shadow);
  border: none;
  min-width: 350px;
  max-width: 350px;
  overflow: hidden;
}
.noti_icon .dropdown-menu .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--c_grey);
  padding: 10px 15px;
}
.noti_icon .dropdown-menu .head h5 {
  margin: 0;
  font-size: 20px;
}
.noti_icon .dropdown-menu .head a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #AECB6F;
  text-decoration: underline;
}
.noti_icon .dropdown-menu ul {
  padding: 20px 0;
}
.noti_icon .dropdown-menu ul li {
  margin: 0;
  padding-inline: 15px;
}
.noti_icon .dropdown-menu ul li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c_border1);
}
.noti_icon .dropdown-menu ul li h6 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 5px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.noti_icon .dropdown-menu ul li h6 span {
  color: var(--c_text);
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
}
.noti_icon .dropdown-menu ul li p {
  font-size: 14px;
  font-weight: 500;
  color: var(--c_text_dark);
}


/* media */
@media screen and (max-width: 1400px) {
  .doctor_prf {
    width: 100%;
    height: 200px;
  }
  h3,
  .hd_3 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 20px;
  }
}
@media(max-width: 1500px){
  .report_boxes p{
    font-size: 16px;
  }
}
.usr_profile
{
  width: 200px !important;
  height: 200px !important;
 

}

.add_more
{
  display: flex;
  align-items: center;
  
}
.usr_img{
  width: 50px;
  height: 50px;
}
input[type="search"]::-webkit-search-decoration:hover,
input[type="search"]::-webkit-search-cancel-button:hover { 
    cursor:pointer; 
}
.cmpny_flx .image_up {
  width: 100%;
  height: 200px;
  border-radius: unset;
}
.cmpny_flx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmpny_flx img{
  border-radius: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jsty_end{
  justify-content: end;
  padding: 0;
  margin: 0;
}
.jsty_end .btn_flex{
  margin-top: 0;
}

.bodr{
  border: 1px solid #000;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
}
.tme_flx{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tme_flx .control_group {
  width: 50%;
}
.tme_flx .gap_p{
  width: 100%;
}
.rprt_bx  ul li{
  margin-bottom: 0;
  margin-top: 20px;
}
.size_plus
{
  width: 100px !important;
}
.wrk_flx{
  display: flex;
  gap: 5px;
  width: 50%;
}
.wrk_mn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}
.bootstrap-tagsinput {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.bootstrap-tagsinput input {
  order: -1;
}

.bootstrap-tagsinput .tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 25px 7px 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  word-break: break-word;
  color: var(--c_black);
  background-color: var(--c_primary);
  position: relative;
  gap: 6px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  top: 3px;
  right: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]::after {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.head_3
{
  font-size: 20px;
  margin-top: 20px;
  font-weight: 800;
}
.pos_rel
{
  position: relative;
}

.pos_rel .pos_abs
{
  position: absolute !important;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.flex_input
{
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.s_flex
{
  display: flex;
  gap: 10px;
}

.cmpny_flx .control_group.w_50{
  width: 48%;
}
.cmpny_flx .upload_image._v2{
  height: 200px;
}

.logo_fig
{
  width: 60px;
  height: 60px;
}
.logo_fig img
{
  width: 100%;
}
.btnnn
{
 
  margin-bottom: 20px;

}

.upload_image._v30
{
  width: 30% !important;
}

.accordion {
  cursor: pointer;
  
  color: #333;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.actived, .accordion:hover {
  background-color:var(--c_primary);
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.mg_bt
{
  margin-bottom: 20px;
}
.up_ig
{
  border-radius: 5px;
}
.up_ig figure
{
  border-radius: 5px;
  width: 100px;
  height: 100px;
}

.price_tg input {
  width: calc(100% - 100px);
}

.price_tg span
{
  margin-right: 10px;
}
.required label:after 
{ content:"*"; 
  color: red;
}
.invalid-feedback{display: block !important;}
.detail_list li  > div {
  width: calc(100% - 320px);
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
}
.aica figure
{
  width: 100px;
  height: 100px;
  img
  {
    border-radius: 50%;
  }
}
.aic figure
{
  width: 100px;
  height: 100px;
  
}
#site_load{
  width:100%;
  height:100%;
  position:fixed;
  visibility: hidden;
  z-index:9999;
  background:url('/assets/images/loading.gif') no-repeat center center rgba(0,0,0,0.25)
}
#postForm label.error,#realEstateForm label.error,#updateProfile label.error{
  left: 23px !important;
}

#postForm .upload__img-wrap,#realEstateForm .upload__img-wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  position: relative;
  padding-bottom: 100%;
  border: 1px solid #92c812;
  border-radius: 5px;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.gallery_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery_row .thumb {
  width: calc(100% / 4 - (10px * 3 / 4));
}

.gallery_row .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  padding: .25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: .375rem;
}


.gallery_row .thumb .img-thumbnail {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

#image-gallery .modal-body .img-responsive {
  width: 100%;
  height: 440px;
  object-fit: contain;
  object-position: center;
  user-select: none;
}

.attached_cv {
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  border-radius: 40px;
  border: 1px solid #e2e2e2;
  height: 45px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.attached_cv i {
  color: red;
  cursor: pointer;
}

.short_dec {
  max-width: 250px;
  font-size: 15px;
  font-weight: 500;
  white-space: normal;
  color: var(--c_black);
}

@media screen and (max-width: 1199.98px) {
  .dashboard_header,
  .dashboard_content {
      width: 100%;
      margin-left: 0;
  }
  .dashboard_sidebar {
      transform: translateX(-100%);
  }
  .aside_active .dashboard_sidebar {
      transform: translateX(0%);
  }
  /* .aside_active .header_left .dash_hamburgur {
      display: none;
  } */
  .aside_active {
      --aside_width: 270px;
  }
  .aside_active .dashboard_sidebar .head {
      padding: 15px 20px;
  }
  .aside_active .aside_menu ul li a {
      padding: 0 20px;
  }
  .aside_active .aside_menu ul li a span {
      margin-left: 0;
      opacity: 1;
      visibility: visible;
      width: auto;
  }
  .report_boxes ul li {
      width: calc(100% / 3 - var(--gap_x));
  }
  .dashboard_sidebar
  {
    margin: 20px 0 0 0;
    height: 100vh;
  }
  .dash_hamburgur  {
    display: flex !important;
  }
}
@media (max-width:991.91px){
  .graph_boxes .w_49 {
      width: calc(100%);
  }
  input, select, textarea, .bootstrap-select>.btn{
      border-radius: 15px;
  }
  .modal-content{
      width: 95%;
  }
  .custom_tabs .nav-link{
      font-size: 14px;
      padding: 7px 10px 5px;
  }
}
@media (max-width:767.98px) {
  .dashboard_content {
      padding: 30px;
  }
  .detail_list li strong{
      font-size: 16px;
  }
  .dashboard_header .inner {
      padding-inline: 30px;
      margin-inline: 30px;
  }
  .page_head {
      margin-bottom: 20px;
  }
  .report_boxes ul li {
      width: calc(100% / 2 - var(--gap_x));
  }
  .page_head .btn_flex .btnn {
      font-size: 14px;
      padding: 6px 16px;
      min-width: 100px;
  }
  .table tr th {
      font-size: 14px;
      padding: 10px;
  }
  .table tr td {
      font-size: 13px;
      padding: 10px;
  }
  h3,
  .hd_3 :where(h1, h2, h3, h4, h5, h6),
  h2,
  .hd_2 :where(h1, h2, h3, h4, h5, h6) {
      font-size: 18px;
  }
  .page_head {
      margin-bottom: 16px;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 20px;
  }
  .white_box:not(.p_0) {
      padding: 20px;
  }
  .form_field .w_50 {
      width: calc(100% - var(--gap_x));
  }
  .detail_list li {
      width: calc(100% / 2 );
  }
  :is(body, p, li){
      font-size: 14px;
  }
  .filters_row{
      flex-wrap: wrap;
      row-gap: 10px;
  }
  textarea{
      height: 80px;
  }
  .btnn.btn_xsm {
      font-size: 14px;
      min-height: 40px;
      padding: 6px 20px;
  }
  .custom_tabs,.custom_tabs1 {
      overflow: auto;
      white-space: nowrap;
      flex-wrap: nowrap;
  }
  .custom_tabs .nav-link,.custom_tabs1 .nav-link {
      min-height: 40px;
      font-size: 14px;
      padding: 7px 10px 5px;
      min-width: fit-content;
  }
  :is(.gap_p, .gap_m) {
      --gap_x: 20px;
      --gap_y: 20px;
  }
  input, select, textarea, .bootstrap-select>.btn{
      border-radius: 10px;
  }
  .control_group.w_50{
      width: calc(100% - var(--gap_x));
  }
  .aside_menu ul li a {
      font-size: 14px;
      min-height: 40px;
  }
  .auth_sc .inner{
      padding: 30px 20px;
  }
  .auth_sc .inner .hd_4{
      margin-bottom: 20px;
  }
  a.back_icon{
      top: -5px;
  }
  .otp_input input {
      width: 70px;
      height: 70px;
      border-radius: 10px;
      font-size: 22px;
  }
  .form_bottom p {
      font-size: 14px;
  }
  .btnn {
      font-size: 14px;
      min-height: 40px;
      padding: 5px 15px;
  }
  .white_boxes figure img
  {
    display: none;
  }
  .white_boxes
  {
padding: 20px !important;
  }
}
@media (max-width:575.98px) {
  .dashboard_content {
      padding: 20px;
  }
  .report_boxes ul li {
      width: calc(100% - var(--gap_x));
  }
  .header_right {
      gap: 16px;
  }
  .noti_icon>a figure img {
      width: 30px;
  }
  .user_icon>a figure img {
      width: 45px;
      height: 45px;
  }
  .user_icon>a {
      font-size: 14px;
  }
  .w_25:has(.upload_image_view){
      width: 50%;
  }
  .detail_list li {
      width: calc(100% );
  }
  .graph_boxes .control_group {
      max-width: 130px;
  }
  .graph_boxes .control_group_flex h2 {
      font-size: 16px;
  }
  .graph_boxes  .line{
      height: 400px !important;
  }
  .filters_row .search_bar input[type="search"]{
      min-width: 200px;
  }
  .modal .modal-body{
      padding: 30px 20px;
  }
  .add_faq .form_btn{
      margin-top: 0;
  }
  .dashboard_header .inner
  {
    margin-inline: 20px;
  }
  a.back_icon
  {
    left: -140px;
  }
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: var(--c_background);
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}
.price_white_box .label_flex {
  align-items: center;
  justify-content: flex-start;
}
.price_white_box .label_flex > label {
  min-width: 270px;
  max-width: 270px;
  padding-right: 20px;
  font-size: 14px;
  margin: 0;
}
.price_white_box .price_tg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.price_white_box .control_group :is(input, select) {
  max-width: 340px;
}
.price_white_box .control_group .price_tg :is(input, select) {
  width: 100%;
  max-width: 300px;
}
.price_white_box .control_group {
  margin-bottom: 15px;
}
.price_white_box .control_group span.invalid-feedback {
  margin-left: 270px;
}