Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/admin.ondemand.codeskitter.site/public/backend/assets/css/
Upload File :
Current File : /home/users/unlimited/www/admin.ondemand.codeskitter.site/public/backend/assets/css/custom.css

/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */
.container {
  padding: 2%;
  text-align: center;
}

/* #map_wrapper_div {
    height: 100%;
} */
#map_wrapper_div {
  height: 400px;
}

#map_wrapper_div_u {
  height: 400px;
}

#map {
  width: 100%;
  height: 100%;
}

#map_u {
  width: 100%;
  height: 100%;
}

#close-div {
  cursor: pointer;
}

#close-div:hover {
  color: red;
}

.profile-img {
  width: 30%;
}

.invoice-logo {
  max-width: 100px;
  max-height: 100px;
}

.icon-box {
  height: 80px;
  width: 80px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: flex;
  align-items: center;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.w-90 {
  width: 90% !important;
}

.w-max-90 {
  max-width: 90% !important;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: 3px;
  margin: 0 auto; /* Add this line to center the image horizontally */
  margin-top: 10px !important;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
       This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*!
 * Cropper v2.3.3
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2016 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2016-08-10T08:58:55.176Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;

  position: relative;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  direction: ltr !important;
}

.cropper-container img {
  display: block;

  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;

  image-orientation: 0deg !important;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;

  filter: alpha(opacity=0);
}

.cropper-modal {
  opacity: 0.5;
  background-color: #000;

  filter: alpha(opacity=50);
}

.cropper-view-box {
  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;

  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
  position: absolute;

  display: block;

  opacity: 0.5;
  border: 0 dashed #eee;

  filter: alpha(opacity=50);
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;

  width: 100%;
  height: 33.33333%;

  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;

  width: 33.33333%;
  height: 100%;

  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 0;
  height: 0;

  opacity: 0.75;

  filter: alpha(opacity=75);
}

.cropper-center:before,
.cropper-center:after {
  position: absolute;

  display: block;

  content: " ";

  background-color: #eee;
}

.cropper-center:before {
  top: 0;
  left: -3px;

  width: 7px;
  height: 1px;
}

.cropper-center:after {
  top: -3px;
  left: 0;

  width: 1px;
  height: 7px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;

  display: block;

  width: 100%;
  height: 100%;

  opacity: 0.1;

  filter: alpha(opacity=10);
}

.cropper-face {
  top: 0;
  left: 0;

  background-color: #fff;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;

  width: 5px;

  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;

  height: 5px;

  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;

  width: 5px;

  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;

  height: 5px;

  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;

  opacity: 0.75;
  background-color: #39f;

  filter: alpha(opacity=75);
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;

  margin-top: -3px;

  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;

  margin-left: -3px;

  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;

  margin-top: -3px;

  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;

  margin-left: -3px;

  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;

  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;

  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;

  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;

  width: 20px;
  height: 20px;

  cursor: se-resize;

  opacity: 1;

  filter: alpha(opacity=100);
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;

  display: block;

  width: 200%;
  height: 200%;

  content: " ";

  opacity: 0;
  background-color: #39f;

  filter: alpha(opacity=0);
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;

    opacity: 0.75;

    filter: alpha(opacity=75);
  }
}

.cropper-invisible {
  opacity: 0;

  filter: alpha(opacity=0);
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  position: absolute;

  display: block;

  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.hide {
  display: none;
}

/* for buttom */
.button-wrapper {
  padding: 20px !important;
}

#user {
  padding: 7px 5.5rem;
  border: #eee solid;
  border-radius: 1rem 1rem 1rem 0px;
}

#admin {
  padding: 5px 5rem 5px 5rem;
  border: #eee solid;
  border-radius: 1rem 1rem 0px 1rem;
}

#last_updated {
  display: none;
}

#user:hover #last_updated {
  display: inline-block;
}

.button-wrapper {
  padding: 20px !important;
}

#admin {
  padding: 5px 5rem 5px 5rem;
  border: #eee solid;
  border-radius: 1rem 1rem 0px 1rem;
}

#last_updated {
  /* display: none; */
}

#user:hover #last_updated {
  /* display: inline-block; */
}

#msg-col {
  /* width: 86rem; */
}

/* #message {
    border: none;
} */

/*  */

#file_chat {
  display: none;
}

label[for="file_chat"] {
  cursor: pointer;
  padding: 7px;
  /* border-radius: 17px; */
  /* margin-left: 12rem; */
}

#clr-picker,
#ascrail2000,
#ascrail2000-hr,
#lightboxOverlay,
#lightbox {
  display: none;
}

.select2 {
  width: 100% !important;
}

#partner_map {
  border: 1px solid #878e99;
  border-radius: 15px;
  width: 100%;
  height: 450px;
}

.btn_for_status_order {
  line-height: 12px !important;
  color: #e0f5e7;
  border-color: #ffa137;
  color: #ffa137;
  background-color: #fff0d9;
  font-weight: 600;
  font-size: 12px;
  padding: 0.3rem 0.8rem;
  letter-spacing: 0.5px;
  border: solid 1px;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.btn_for_payment_status_order {
  line-height: 12px !important;
  color: #e0f5e7;
  border-color: #35c773;
  color: #35c773;
  background-color: #e0f6e7;
  font-weight: 600;
  font-size: 12px;
  padding: 0.3rem 0.8rem;
  letter-spacing: 0.5px;
  border: solid 1px;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) th {
  height: 2px;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

[dir="ltr"] .ltr\:ml-2 {
  margin-left: 0.5rem;
}

.text-emerald-600,
.text-emerald-700 {
  --tw-text-opacity: 1;
}

.text-emerald-600 {
  color: #ffa137;
}

.bg-emerald-100 {
  background-color: #fff0d9;
}

.bg-emerald-100,
.bg-emerald-50 {
  --tw-bg-opacity: 1;
}

.border-0 {
  border-width: 0;
}

.rounded-md {
  border-radius: 0.375rem;
}

.dark .tag,
.tag {
  --tw-border-opacity: 1;
}

.tag {
  border: solid 1px !important;
  align-items: center;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  border-width: 1px;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  padding: 0.25rem 0.625rem;
  white-space: nowrap;
}

[dir="ltr"] .ltr\:ml-2 {
  margin-left: 0.5rem;
}

.text-cyan-600,
.text-cyan-700 {
  --tw-text-opacity: 1;
}

.text-cyan-600 {
  color: #35c773;
}

.bg-cyan-100 {
  background-color: #e0f6e7;
}

.bg-cyan-100,
.bg-cyan-50 {
  --tw-bg-opacity: 1;
}

.border-0 {
  border-width: 0;
}

.rounded-md {
  border-radius: 0.375rem;
}

.dark .tag,
.tag {
  --tw-border-opacity: 1;
}

.tag {
  align-items: center;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  border-width: 1px;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  padding: 0.25rem 0.625rem;
  white-space: nowrap;
  height: 30px;
}

[dir="ltr"] .ltr\:ml-2 {
  margin-left: 0.5rem;
}

.border-0 {
  border-width: 0;
}

.mb-4 {
  margin-bottom: 1rem;
}

.card-border,
.dark .card-border {
  --tw-border-opacity: 1;
}

.card-border {
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border-width: 1px;
}

.card,
.dark .card {
  --tw-bg-opacity: 1;
}

.card {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  border: 1px solid #d6d6dd;
}

.card-gutterless,
.checkbox {
  padding: 0;
}

.card-body {
  padding: 1.25rem;
}

.overflow-x-auto {
  overflow-x: auto;
}

.table:not(.table-sm) thead th {
  border-bottom: none;
  background-color: #f2f1f6;
  border-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1rem;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #ffffff;
}

.table.table-bordered td,
.table.table-bordered th {
  border-color: #ffffff;
}

.xl\:max-w-\[360px\] {
  max-width: 360px;
}

.w-full {
  width: 100%;
}

.customer_info {
  background-color: #f2f1f6;
  height: 37px;
  line-height: 30px;
  vertical-align: top;
}

.order_detail_headings {
  background-color: #f2f1f6;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}

table th {
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}

@media (min-width: 1280px) {
  .xl\:grid {
    display: grid;
  }
}

.gap-4 {
  gap: 1rem;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.button.radius-round {
  border-radius: 0.375rem;
}

.text-gray-600,
.text-gray-700 {
  --tw-text-opacity: 1;
}

.text-gray-600 {
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.bg-white {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-black,
.bg-white {
  --tw-bg-opacity: 1;
}

.border-gray-300 {
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-200,
.border-gray-300 {
  --tw-border-opacity: 1;
}

.border {
  border-width: 1px;
}

.w-full {
  width: 100%;
}

.h-11 {
  height: 2.75rem;
}

.button {
  font-weight: 600;
  white-space: nowrap;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.myChartDiv {
  max-width: 600px;
  max-height: 400px;
}

.text-amber-600,
.text-amber-700 {
  --tw-text-opacity: 1;
}

.text-amber-600 {
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.bg-amber-100 {
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.bg-amber-100,
.bg-amber-50 {
  --tw-bg-opacity: 1;
}

.avatar-rounded {
  border-radius: 0.375rem;
}

.provider_a {
  /* 
    /* UI Properties */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* border-radius: 10px; */
  width: 60px;
  height: 60px;
  margin: 1em;
  color: black;
  text-decoration: none;
  background: #00881126 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 26px #d9eddeed;
  border-radius: 8px;
  opacity: 1;
}

.bg-emerald-success {
  background-color: #47c36326;
}

.bg-emerald-success:hover {
  background-color: #0af74126 !important;
  color: #47c363;
}

.bg-emerald-success,
.bg-emerald-success {
  --tw-bg-opacity: 1;
}

.text-emerald-success {
  color: #47c363 !important;
}

.text-emerald-success,
.text-emerald-successs {
  --tw-text-opacity: 1;
}

.bg-emerald-danger {
  background-color: #eb414126;
}

.bg-emerald-danger:hover {
  background-color: #f0212126 !important;
  color: #eb4141;
}

.bg-emerald-danger,
.bg-emerald-danger {
  --tw-bg-opacity: 1;
}

.text-emerald-danger {
  color: #eb4141 !important;
}

.text-emerald-danger,
.text-emerald-danger {
  --tw-text-opacity: 1;
}

.bg-emerald-blue {
  background-color: #00b9ff29;
}

.bg-emerald-blue:hover {
  background-color: #08aeeb29 !important;
  color: #00b9ff;
}

.bg-emerald-blue,
.bg-emerald-blue {
  --tw-bg-opacity: 1;
}

.text-emerald-blue {
  color: #00b9ff !important;
}

.text-emerald-blue,
.text-emerald-blue {
  --tw-text-opacity: 1;
}

.bg-emerald-purple {
  background-color: #ece0fe;
}

.bg-emerald-purple,
.bg-emerald-purple {
  --tw-bg-opacity: 1;
}

.text-emerald-purple {
  color: #3d5afe;
}

.text-emerald-purple,
.text-emerald-purple {
  --tw-text-opacity: 1;
}

.bg-emerald-grey {
  background-color: #f0eaf9;
}

.bg-emerald-grey,
.bg-emerald-grey {
  --tw-bg-opacity: 1;
}

.text-emerald-grey {
  color: #1a1817;
}

.text-emerald-grey,
.text-emerald-grey {
  --tw-text-opacity: 1;
}

.bg-emerald-warning {
  background-color: #ffa42626;
}

.bg-emerald-warning,
.bg-emerald-grey {
  --tw-bg-opacity: 1;
}

.text-emerald-warning {
  color: #ffa53e !important;
}

.text-emerald-warning,
.text-emerald-warning {
  --tw-text-opacity: 1;
}

.action-button {
  display: flex;
  justify-content: center;
  inline-size: fit-content;
  background-color: #f2f1f6;
  color: #080709;
  border: none;
  box-shadow: none;
}

.promocode-h5 {
  font-size: var(--h5_fz);
  padding: 0;
  margin: 0;
  font-weight: var(--bold);
  line-height: var(--title-line-height);
  font-family: var(--title-font);
  color: var(--title-color);
}

.view_promocode {
  line-height: 28px;
  padding: 0;
  margin: 0;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.bg-danger-boxshadow {
  box-shadow: 0px 8px 26px #ff555240;
}

.bg-info-boxshadow {
  box-shadow: 0px 8px 26px #00b9f026;
}

.bg-success-boxshadow {
  box-shadow: 0px 8px 26px #2cc6741a;
}

.bg-warning-boxshadow {
  box-shadow: 0px 8px 26px #ffa53e2e;
}

/* /for claneder */

.calendar {
  padding: 8px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #d6d6dd;
  box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
}

.ui-datepicker {
  background: #ffffff;
  border-radius: 8px;
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #31639c;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 25px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #31639c;
  margin-bottom: 5px;
  font-size: 18px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
}

.ui-state-default:hover {
  color: #ffffff;
  background: #31639c;
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
  color: #ffffff;
  background-color: #31639c;
  border-radius: 50px;
}

.ui-state-active {
  color: #ffffff;
  background-color: #31639c;
  border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.icon {
  margin-left: -30px;
  margin-top: -26px;
  position: relative;
  /* color: #31639c; */
  font-size: 18px;
}

#chartNew {
  max-width: 650px;
  margin: 35px auto;
}

.pac-container {
  background-color: #fff;
  z-index: 2001;
  position: fixed;
  display: inline-block;
  float: left;
}

.modal {
  z-index: 2000;
}

.modal-backdrop {
  z-index: 1000;
}

.p-30 {
  padding: 1.875rem !important;
  padding-top: 1.875rem !important;
  padding-right: 1.875rem !important;
  padding-bottom: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.mb-30 {
  -webkit-margin-after: 1.875rem;
  margin-block-end: 1.875rem;
}

.form-floating {
  position: relative;
}

.form-control,
.input-group-text,
.custom-select,
.custom-file-label {
  background-color: #fdfdff;
  border-radius: 5px;
  border-color: #aab0b7;
}

input[switch] {
  display: none;
}

input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 4.7rem;
  height: 1.5rem;
  /* background-color: #ddd; */
  background-image: none;
  border-radius: 2rem;
  padding: 0.1666666667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  /* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset; */
  font-family: inherit;
  /* -webkit-transition: all 0.1s ease-in-out; */
  transition: all 0.1s ease-in-out;
}

input[switch] + label:before {
  /* Label */
  text-transform: uppercase;
  color: #b7b7b7;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-family: FontAwesome, inherit;
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 1.22rem;
  position: absolute;
  right: 0.2166666667rem;
  margin: 0.2166666667rem;
  top: 0;
  text-align: center;
  min-width: 1.6666666667rem;
  overflow: hidden;
  /* -webkit-transition: all 0.1s ease-in-out; */
  transition: all 0.1s ease-in-out;
}

input[switch] + label:after {
  /* Slider */
  content: "";
  position: absolute;
  left: 0.1666666667rem;
  background-color: #f7f7f7;
  box-shadow: none;
  border-radius: 2rem;
  height: 1.22rem;
  width: 1.22rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 0.2166666667rem;
}

input[switch]:checked + label:after {
  left: 3.22rem;
  background-color: #f7f7f7;
  /* box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3); */
}

input[switch="bool"] + label {
  background-color: #f64247;
}

input[switch="bool"] + label:before {
  color: #fff !important;
}

input[switch="bool"]:checked + label {
  background-color: #1dc36a;
}

input[switch="bool"]:checked + label:before {
  color: #fff !important;
}

input[switch="default"]:checked + label {
  background-color: #a2a2a2;
}

input[switch="default"]:checked + label:before {
  color: #fff !important;
}

input[switch="success"]:checked + label {
  background-color: #bce954;
}

input[switch="success"]:checked + label:before {
  color: #fff !important;
}

input[switch="warning"]:checked + label {
  background-color: gold;
}

input[switch="warning"]:checked + label:before {
  color: #fff !important;
}

.toggleButttonPostition {
  font-size: 18px;
  color: #191d21;
  font-weight: 600;
  position: relative;
  margin: 30px 0 25px 0;
}
.toggleButttonPostition_dashboard {
  font-size: 18px;
  color: #191d21;
  font-weight: 600;
  position: absolute;
  margin: 30px 0 25px 5px;
}

.bg-new-primary {
  /* box-shadow: 0 2px 6px #acb5f6; */
  /* background-color: #0075f5; */
  background-color: var(--primary-color) !important;
  /* border-color: #0075f5; */
  color: #fdfdff;
}

.bg-new-primary:hover .bg-new-primary:active {
  /* background-color: #0075f5 !important; */
  background-color: var(--primary-color) !important;

  color: #fdfdff !important;
}

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

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  /* border-top-color: ;
    border-right-color: ;
    border-bottom-color: ;
    border-left-color: ; */
}

table th {
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border-radius: 0 !important;
}

.table:not(.table-sm) thead th {
  /* border-color: #8e1010; */
  /* border: 0!important; */
}

.dashboard_large_label {
  font-size: 24px;
  text-align: left;
  font: normal normal bold;
  letter-spacing: 1.2px;
  color: #343f53;
  opacity: 1;
}

.dashboard_small_label {
  font-size: 16px;

  text-align: left;
  font: normal normal medium 16px Plus Jakarta Sans;
  letter-spacing: 0.8px;
  color: #343f5380;
  opacity: 1;
}

.dashboard_extra_small_label {
  font-size: 14px;

  text-align: left;

  letter-spacing: 0.7px;
  color: #343f53;
  opacity: 1;
}

input[type="date"]:before {
  color: lightgray;
  content: attr(placeholder);
}

input[type="date"].full:before {
  color: black;
  content: "" !important;
}

.main-footer.new-footer {
  background: #ffff;
  text-align: center;
  width: 100%;
  /* position: fixed; */
  /* position:absolute; */
  bottom: 0;
  width: 100%;
  /* z-index:785; */
  display: inline-block;
}

.card .card-header {
  border-bottom-color: #f4f4f5;
}

.provider_b {
  /* 
    /* UI Properties */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* border-radius: 10px; */
  width: 60px;
  height: 60px;
  /* margin: 1em; */
  margin-right: 16px;
  color: black;
  text-decoration: none;
  background: #00881126 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 26px #d9eddeed;
  border-radius: 8px;
  opacity: 1;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 5000;
}

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

.dropzone {
  /* min-height: 150px; */
  border: 1px dashed var(--primary-color);
  background: white;
  padding: 20px 20px;
  border-radius: 12px;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: rgb(26, 26, 27);
  z-index: 9999;
  text-align: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 48%;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary-color) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.demo {
  max-width: 100%;
}

.dropzone .dz-preview {
  margin: 16px 8px;
}

.image_preview {
  width: 100%;
  display: flex;
  float: left;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #c7c7c7;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.image_preview:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: -10px;
}

.modal {
  z-index: 1001 !important;
}

.modal-backdrop {
  z-index: 1000 !important;
}

.pac-container {
  z-index: 1055 !important;
}

/*  */

.main-col-for-imahge-container {
  display: table;
  /* Make the container element behave like a table */
  width: 100%;
  /* Set full-width to expand the whole page */
}

.inner-col-for-imahge-container {
  display: table-cell;
  /* Make elements inside the container behave like table cells */
}

.filepond--item {
  display: flex;
  width: 220px;
  padding: 0px 15px;
  min-height: 260px;
  margin-bottom: 15px;
}

span.mySpanClass {
  background-color: #f2f1f6;
}

.toggle {
  --width: 80px;
  --height: calc(var(--width) / 3);

  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: var(--height);
  cursor: pointer;
}

.toggle input {
  display: none;
}

.toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--height);
  background-color: rgb(243, 28, 28);
  transition: all 0.4s ease-in-out;
}

.toggle .slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--height));
  height: 25px;
  border-radius: calc(var(--height) / 2);
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.toggle input:checked + .slider {
  background-color: #1dc36a;
}

.toggle input:checked + .slider::before {
  transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: sans-serif;
  transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 5px;
  color: #fff;
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
}

.toggle .labels::before {
  content: attr(data-on);
  position: absolute;
  left: 5px;
  color: #ffffff;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-in-out;
}

.toggle input:checked ~ .labels::after {
  opacity: 0;
}

.toggle input:checked ~ .labels::before {
  opacity: 1;
}

.tagify {
  --tag-bg: var(--primary-color) !important;
  --tag-border-radius: 30px !important;
  --tag-text-color: white !important;
}

/* login page staart  */
.login_bg {
  height: 100vh;
  overflow-x: hidden;
  background: "url(../../public/uploads/site/Login_BG.jpg')";
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

/* for provider on /off button */

.toggle-button-cover {
  display: table-cell;
  position: relative;
  width: 200px;
  height: 140px;
  box-sizing: border-box;
}

.button-cover {
  height: 100px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}

.button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #f64247;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 11 */
.working-days_checkbox {
  overflow: visible;
}

.working-days_checkbox .knobs {
  perspective: 70px;
}

.working-days_checkbox .knobs:before,
.working-days_checkbox .knobs:after,
.working-days_checkbox .knobs span {
  position: absolute;
  top: 4px;
  border-radius: 2px;
}

.working-days_checkbox .knobs:before,
.working-days_checkbox .knobs:after {
  width: 20px;
  height: 10px;
  color: #4e4e4e;
  font-size: 12 px;

  text-align: center;
  line-height: 1;
  padding: 9px 4px;
}

.working-days_checkbox .knobs:before {
  content: "Off";
  left: 6px;
  color: #fff;
}

.working-days_checkbox .knobs:after {
  content: "On";
  right: 10px;
  color: #fff;
}

.working-days_checkbox .knobs span {
  right: 4px;
  width: 33px;
  height: 28px;
  background-color: #fff;
  transform: rotateY(0);
  transform-origin: 0% 50%;
  transition: 0.5s ease all;
  z-index: 1;
}

.working-days_checkbox .checkbox:checked + .knobs span {
  transform: rotateY(-180deg);
  background-color: #fff;
}

.working-days_checkbox .checkbox:checked ~ .layer {
  background-color: #35ae54;
}

.switchery {
  width: 110px !important;
}

.switchery:before {
  content: "Disapproved";
  color: #fff;
  position: absolute;
  left: 25px;

  top: 50%;
  transform: translateY(-50%);
}

.status-switch:checked + .switchery:before {
  color: #fff;
  left: 15px;
  content: "Approved";
}

.active-content::before {
  content: "Active" !important;
}

.deactive-content::before {
  content: "Deactive" !important;
}

.allowed-content::before {
  content: "Allowed" !important;
}

.not_allowed-content::before {
  content: "Not Allowed" !important;
}
.yes-content::before {
  content: "Yes" !important;
}

.no-content::before {
  content: "No" !important;
}

.enable-content::before {
  content: "Enable" !important;
}

.disable-content::before {
  content: "Disable" !important;
}
span.mySpanClass {
  background-color: #f2f1f6;
}

.myDivClass {
  background-color: #f2f1f6;
}
.progress {
  background-color: #707986;
  border-radius: 0.25rem;
  height: 6px;
}

.progress-bar {
  background-color: #fdb437;
}

.card_progress_bar {
  background-color: #323f52;
}

.rating_round {
  all: unset;
  display: grid;
  place-content: center;
  box-sizing: border-box;
  inline-size: 40px;
  block-size: 40px;
  background-color: #323f52;
  border-radius: 35px;
  height: 60px;
  width: 60px;
  background-color: #323f52;
}

:root {
  --star-size: 30px;
  --star-color: #fff;
  --star-background: #fc0;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: "★★★★★";
  letter-spacing: 0.1vw;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grid-divider > [class*="col-"]:nth-child(n + 2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #979da7;
  width: 1px;
  /* height: auto; */
  left: -1px;
}

@media only screen and (max-width: 1272px) {
  :root {
    --star-size: 20px;
    --star-color: #fff;
    --star-background: #fc0;
  }
}

/* Watch this video */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
}

.provider_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #d6d6dd;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  width: 400px;
  padding-bottom: 15px;
  background-color: #f3f5f8;
}

.provider_card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: linear-gradient(60deg, #fff, #fff);
  padding: 5px;
  margin-top: -50px;
  border: 1px solid #d6d6dd;
}

/* .swiper {
    width: 100%;
    height: 100%;
  } */

.swiper-slide {
  text-align: center;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.left-icon-holder {
  position: relative;
}
.left-icon-holder .fa {
  position: absolute;
  line-height: 24px;
  top: 50%;
  margin-top: -12px; /* Half of line height to keep left middle postion of container */
  left: 10px;
}

* {
  box-sizing: border-box;
}

/* Style Row */
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

/* Make the columns stack on top of each other */
.row > .column {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* When Screen width is 400px or more make the columns stack next to each other*/
@media screen and (min-width: 400px) {
  .row > .column {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.tag_custome:hover {
  background-color: #f4f7ff !important;
  color: #1a37cc !important;
  border: #000;
}

.tag_active {
  border-color: #00b8fb !important;
  color: #00b8fb;
}

.new_nav_bar {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.navbar_image {
  border: 2px solid #fff;
  border-radius: 30px;
}

.navbar_dropdown {
  border-radius: 8px;
  background-color: var(--primary-color) !important;
}

#pill-general_settings .logo .filepond--list .filepond--item {
  width: 100%;
}

.sidebar_menu_titles {
  margin-left: 15px;
  font-size: 12px;
  color: #343f5380;
}

/* Button 11 */
.subscription_checkbox {
  overflow: visible;
}

.subscription_checkbox .knobs {
  perspective: 70px;
}

.subscription_checkbox .knobs:before,
.subscription_checkbox .knobs:after,
.subscription_checkbox .knobs span {
  position: absolute;
  top: 4px;
  border-radius: 2px;
}

.subscription_checkbox .knobs:before,
.subscription_checkbox .knobs:after {
  width: 20px;
  height: 10px;
  color: #4e4e4e;
  font-size: 12 px;

  text-align: center;
  line-height: 1;
  padding: 9px 4px;
}

.subscription_checkbox .knobs:before {
  content: "No";
  left: 6px;
  color: #fff;
}

.subscription_checkbox .knobs:after {
  content: "Yes";
  right: 10px;
  color: #fff;
}

.subscription_checkbox .knobs span {
  right: 4px;
  width: 33px;
  height: 28px;
  background-color: #fff;
  transform: rotateY(0);
  transform-origin: 0% 50%;
  transition: 0.5s ease all;
  z-index: 1;
}

.subscription_checkbox .checkbox:checked + .knobs span {
  transform: rotateY(-180deg);
  background-color: #fff;
}

.subscription_checkbox .checkbox:checked ~ .layer {
  background-color: #35ae54;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.plan {
  border-radius: 16px;
  box-shadow: 0 30px 30px -25px #0071eb14;
  padding: 10px;
  background-color: #fff;
  color: #697e91;
  /* max-width: 500px; */
}

.plan strong {
  font-weight: 500;
  color: #425275;
}

.plan .inner {
  align-items: center;
  padding: 20px;
  padding-top: 40px;
  background-color: #f4f6f9;
  position: relative;
}

.plan .pricing {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0073f030;
  border-radius: 99em 0 0 99em;
  display: flex;
  align-items: center;
  padding: 0.625em 0.75em;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0071eb;
}

.plan .pricing small {
  color: #707a91;
  font-size: 0.75em;
  margin-left: 0.25em;
}

.plan .title {
  font-weight: 400;
  font-size: 2rem;
  color: #0071eb !important;
  color: #425675;
}

.plan .title + * {
  margin-top: 0.75rem;
}

.plan .info + * {
  margin-top: 1rem;
}

.plan .features {
  display: flex;
  flex-direction: column;
}

.plan .features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.plan .features li + * {
  margin-top: 0.75rem;
  /* margin-bottom: 0.75rem; */
}

.plan .features .icon {
  background-color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0;
}

.plan .features .icon svg {
  width: 14px;
  height: 14px;
}

.plan .features + * {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.plan .action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.plan .button {
  background-color: #0073f0;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0.625em 0.75em;
  text-decoration: none;
}

.plan .button:hover,
.plan .button:focus {
  background-color: #022447;
}

.plan .info {
  max-height: 60px; /* Adjust the height as per your requirement */
  overflow: hidden;
}

.plan .info.show-more {
  max-height: none;
}
.plan .show-more-btn {
  display: inline-block;
  color: blue;
  cursor: pointer;
}

.card-footer {
  color: white;
  border-radius: 4px;
  padding: 10px;
}

/* //.new subscription */

.plan_price {
  font-size: 38px;
  font-weight: 600;
  display: block;
  color: var(--primary-color);
  margin: 0 0 30px 0;
  padding: 0;
}
.plan_title {
  font-size: 18px;
  display: block;
  margin: 0 0 15px 0 !important;
  font-weight: 400;
  color: var(--primary-color);
}

.plan_active_price {
  position: relative;
  z-index: 2;
}

.plan_active_price h4 {
  margin: 0;
  padding: 20px 0;
  font-size: 40px;
  color: #007bff;
}

.active_plan_details {
  line-height: 33px;
  font-size: 15px;
}

.active_plan_name {
  line-height: 33px;
  font-size: 24px;
  color: #34395e;
}

.tickets-container {
  margin: 0;
  padding: 0;

  background-color: #f4f6f9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.tickets-container .item {
  /* width: 1050px; */
  /* height: 235px; */
  background: #343f53;
  display: flex;
  border-radius: 16px;
  margin-bottom: 25px;
}

.tickets-container .item-right {
  margin-right: 20px;
  width: 30%;
  position: relative;
  padding: 16px;
}

h4 {
  margin-left: 10px;
  margin-bottom: 0;
  color: #999;
}

.ref {
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  color: #999;
  margin-bottom: 25px;
}

.icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 30px;
}

.day {
  font-size: 12px;
  width: 25%;
}

.meter {
  font-size: 12px;
  font-weight: 900;
}

.buy {
  display: flex;
  justify-content: space-around;
}

.buy-button {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  border: none;
  padding: 10px;
  font-size: 18px;
  background-color: #ffffff4d;
  font-weight: 600;
  color: #fff;
}

.tickets-container .item-right .up-border,
.tickets-container .item-right .down-border {
  padding: 14px 15px;
  background-color: #f4f6f9;
  border-radius: 50%;
  position: absolute;
}

.tickets-container .item-right .up-border {
  top: -12px;
  right: -35px;
}

.tickets-container .item-right .down-border {
  bottom: -13px;
  right: -35px;
}

.tickets-container .item-right .num {
  margin: 0;
  font-size: 60px;
  text-align: center;
  color: #111;
}

.tickets-container .item-left {
  border-left: 3.5px dotted #fff;
  padding-left: 10px;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
}

.barcode {
  margin-right: 40px;
}

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

@media only screen and (max-width: 43rem) {
  .tickets-container .item {
    width: 100%;
    margin-right: 20px;
  }
  div.tickets-container {
    /* margin: 0 20px auto; */
  }
}

.active_subscription_plan_price {
  font-size: 56px;
  color: #ffffff;
  font-weight: 600;
}
.active_subscription_plan_expiry_date {
  font-size: 16px;
  color: #ffffff;
  margin-top: 118px !important;
}

.active_subscription_feature_list {
  margin: 28px;
  color: #ffff;
  font-size: 16px;
}

.active_subscription_feature_list {
  display: flex;
  flex-direction: column;
}

.active_subscription_feature_list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.active_subscription_feature_list li + * {
  margin-top: 0.75rem;
  /* margin-bottom: 0.75rem; */
}

.active_subscription_feature_list .icon {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #080808;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0;
}

.active_subscription_feature_list .icon svg {
  width: 14px;
  height: 14px;
}

.active_subscription_feature_list + * {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.active_plan_title {
  font-size: 24px;
  font-weight: 600;
  color: #ffff;
  margin: 24px;
}

/* Common styles for both layouts */
/* (Add your common styles here) */

/* Media query for devices with width under 600px */
@media only screen and (max-width: 600px) {
  .tickets-container {
    flex-direction: column; /* Change layout to top and bottom */
  }

  .tickets-container .item {
    width: 100%; /* Make each item take full width */
    flex-direction: column; /* Stack the content in each item vertically */
  }

  .tickets-container .item-right {
    width: 100%; /* Make the right item take full width */
    margin-right: 0; /* Remove right margin */
    margin-bottom: 20px; /* Add margin between items */
  }

  .tickets-container .item-left {
    width: 100%; /* Make the left item take full width */
    border-left: none; /* Remove the left border */
    border-top: 3px dashed #ffff;
    padding-left: 0; /* Remove left padding */
    text-align: center; /* Center the content in the left item */
  }

  .tickets-container .item-right .buy-button {
    margin: 0 auto; /* Center the button in the right item */
  }

  /* Adjust spacing between elements in the right item */
  .tickets-container .item-right h4,
  .tickets-container .item-right .active_subscription_plan_expiry_date {
    margin-top: 10px;
  }

  /* Additional styles for the feature list */
  .active_subscription_feature_list {
    margin: 0; /* Remove margin */
    padding: 0; /* Remove padding */
  }

  .active_subscription_feature_list li {
    display: block; /* Stack features vertically */
    text-align: center; /* Center the text */
    margin-bottom: 15px; /* Add margin between features */
  }

  .active_subscription_feature_list .icon {
    margin: 0 auto; /* Center the icon in each feature */
  }
}

.check-container {
  width: 14.25rem;
  height: 14.25rem;

  flex-flow: column;
  align-items: center;
  justify-content: center; /* Center horizontally */
  /* position: absolute; Add this to position it in the center of its parent container */
  top: 50%;
  left: 50%;
  transform: translate(-29%, 15%); /* Center vertically and horizontally */
}

.check-container .check-background {
  width: 100%;
  height: calc(100% - 1.25rem);
  background: linear-gradient(to bottom right, #007af2, #007af2);
  transform: scale(0.84);
  border-radius: 50%;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.check-container .check-background svg {
  width: 65%;
  transform: translateY(0.25rem);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.check-container .check-shadow {
  bottom: calc(-15% - 5px);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, #007af26e, transparent);
  animation: animateShadow 0.75s ease-out forwards 0.75s;
}
@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}
.iti {
  position: relative !important;
  width: 100% !important;
  /* display: inline-block; */
}

.btn-grey {
  background-color: #344052;
  color: #fff;
}

.material-symbols-outlined {
  font-size: x-large;
}

/* CSS to hide the drawer by default */
#filterDrawer {
  display: none;
}

/* CSS to make the drawer appear when the button is clicked */
#filterDrawer.open {
  display: block;
}

.drawer {
  position: fixed;
  top: 0;
  right: -300px; /* Start with the drawer hidden */
  width: 400px;
  height: 100%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out; /* Add a smooth transition effect */
  overflow: auto !important;
  overflow-x: hidden !important;
}

.open {
  right: 0; /* Show the drawer by setting right to 0 */
}

.drawer {
  z-index: 1000; /* Adjust the value as needed */
  /* ... other styles ... */
}

/* CSS for the backdrop */
#filterBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #343f53; /* Semi-transparent black */
  opacity: 0.65;
  display: none; /* Initially hidden */
  z-index: 999; /* Ensure it's on top of other content */
}

.o-media {
  display: flex;
  align-items: flex-start;
}

.o-media__img {
  margin-right: 1.5rem;
}

.o-media__body {
  flex: 1;

  &,
  > :last-child {
    margin-bottom: 0;
  }
}

/* Alignment variants
   ===================================== */

.o-media--middle {
  align-items: center;
}

/* Size variants
   ===================================== */

.o-media--small {
  > .o-media__img {
    margin-right: 0.75rem;
  }

  &.o-media--reverse {
    > .o-media__img {
      margin-left: 0.75rem;
      margin-right: 0;
    }
  }
}

.o-media--large {
  > .o-media__img {
    margin-right: 3rem;
  }

  &.o-media--reverse {
    > .o-media__img {
      margin-left: 3rem;
      margin-right: 0;
    }
  }
}

/* Reverse direction
   ===================================== */

.o-media--reverse {
  > .o-media__img {
    margin-right: 0;
    margin-left: 1.5rem;
    order: 1;
  }
}

/* Gutterless media objects
   ===================================== */

.o-media--flush {
  > .o-media__img {
    margin-right: 0;
    margin-left: 0;
  }
}

.images_in_card {
  height: 50px;
  width: 50px;
  border-radius: 8px;
}

.provider_name_table {
  font-size: 14px;
  text-align: left;
  font: normal normal medium 16px/28px Plus Jakarta Sans;
  letter-spacing: 0.8px;
  color: #343f53;
}

.provider_email_table {
  font-size: 12px;
  text-align: left;
  font: normal normal medium 12px/24px Plus Jakarta Sans;
  letter-spacing: 0.6px;
  color: #343f5380;
  opacity: 1;
}

#rating-container {
  height: 50px; /* Adjust the height as needed */
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-color) !important;
  color: #fff;
}

.setting_active_tab:hover {
  background: var(--primary-color) !important;
  color: #fff;
  filter: drop-shadow(1px 1px 1px var(--primary-color));
}

.setting_active_tab:hover .bg-new-primary {
  background: black;
  background-color: #fff !important;
  transition: background 0.5s ease-in-out, color 0.2s ease-in-out;
  color: var(--primary-color);
}
.setting_active_tab:hover a {
  color: #fff;
}

.setting_active_tab:hover .material-symbols-outlined-new {
  color: var(--primary-color) !important;
}

.setting_active_tab:hover .bg-new-primary {
  color: var(--primary-color) !important;
}
.setting_active_tab:hover object #document svg g path {
  fill: var(--primary-color) !important;
}

.setting_active_tab:hover .arrow_icon {
  color: #fff;
}

.setting_active_tab:hover path,
.apple:hover path {
  fill: var(--primary-color) !important;
}

.closed {
  display: none;
}

/* light box image center in container  */

.lb-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 80vh !important;
}

.tags-show {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags-show li {
  float: left;
}

.tag-show {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag-show::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag-show::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.tag-show:hover {
  background-color: var(--primary-color) !important;
  color: white;
}

.tag-show:hover::after {
  border-left-color: var(--primary-color) !important;
}

main {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  max-width: 1150px;
  background-color: #fff;
  margin: 0 auto;
}

.topic {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 1px #ebebeb;
}
.open1 {
  cursor: pointer;
  display: block;
  padding: 0px;
}
.open1:hover {
  opacity: 0.7;
}
.expanded {
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}
.question {
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.answer {
  font-size: 14px;
  /* line-height: 26px; */
  display: none;
  /* margin-bottom: 30px; */
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}
.faq-t {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  float: right;
  position: relative;
  top: -55px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: all 0.3s ease-in-out;
}
.faq-o {
  top: -50px;
  -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}
@media only screen and (max-width: 480px) {
  .faq-t {
    display: none;
  }
  .question {
    padding-right: 0px;
  }
  main {
    padding: 10px;
  }
  .answer {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.icon_box {
  width: 48px;
  height: 48px;
  background: var(--primary-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0.6 !important;
  color: var(--primary-color);
}
.service_info {
  margin: 0 0 0 16px;
}
.service_info .title {
  font-size: 16px;
  font-weight: 700;
  color: #212121;
}

.folder-item img {
  display: block;
  margin: 0 auto;
}

.folder-item div {
  margin-top: 5px;
  text-align: center;
}

.gallery-file-image {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

.gallery-file-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 16px;
  padding: 16px;
}

.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f2f1f6 !important;
}
.email-preview-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.email-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.email-subject {
  font-size: 18px;
  margin-bottom: 5px;
}

.email-from {
  color: #555;
}

.email-content {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.sms-preview-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.sms-content {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  white-space: break-spaces;
}
.custom-radio-label {
  display: inline-block;
  cursor: pointer;
  padding: 8px 12px;
  margin-right: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

.custom-radio-label:hover {
  border-color: var(--primary-color);
}

.custom-radio-label.selected {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: white!important;
}


.job_request_title{
  font-weight: 600;
  font-size: 16px;
  color: black;
}


.job_request_image{
  height: 50px!important;
    width: 50px!important;
    border-radius: 50%!important;
}
.job_request_apply_now_btn{
  background: #0079FF14;
height: auto;
  /* height: 39px; */
  font-size: 14px;
  color: var(--primary-color);
  box-shadow: none;
}
.job_request_apply_now_btn:hover{
  background: #0079FF14;
  height: auto;
  font-size: 14px;
  color: var(--primary-color);
  box-shadow: none;
}

.job_request_category_name{
  background: #0079FF14;
  color: var(--primary-color);
  padding: 5px;
  border-radius: 6px;
}

.job_request_category_image{
  height: 20px;
  width: 20px;
  border-radius: 5px;
  margin-right: 5px

}
.category_preference_card {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  /* width: 120px;
  height: 120px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.category_preference_card input[type="checkbox"] {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.category_preference_card input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.category_preference_card input[type="checkbox"]:checked::after {
  content: '\2713';
  display: block;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 18px;
}
.category_preference_image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 10px;
}
.text-center {
  margin: 0;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.read-more-btn {
  background: none;
  border: none;
  color: #007bff;
  padding: 0;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  margin-top: 5px;
}

.read-more-btn:hover {
  text-decoration: underline;
}

.read-more-container {
  position: relative;
}

.cover-note-full{
  word-wrap: break-word!important;
}