@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root
{
    --dark: linear-gradient(180deg, #4D74CB 0%, #3159B1 100%);
    --bg-gradient: linear-gradient(90.19deg, #43A3F4 0.22%, #8768E8 99.93%);
    --bg-gradient-1: linear-gradient(90.19deg, #8768E8 0.22%, #43A3F4 99.93%);
    --blue: #4D74CB;
    --light-blue: #489FF3;
    --lightbg: #efe1d1;
    --purple:#9961dd;
}
p, body, a, li, div, span, h1, h2, h3, h4, h5, h6 
{
    font-family: 'Plus Jakarta Sans' !important;
}
.relative
{
    position: relative;
}
.blue {
    color: var(--purple) !important;
}
.dark
{
    color:  var(--dark) !important;
}
.light-blue{
    color: var(--light-blue) !important;
}
.bgdark
{
    background:  var(--dark) !important;
}
h2 {
    font-size: 32px;
    font-weight: bold;
}
.bold
{
    font-weight: bold;
}

.gray {
    color: #6B758F;
}

.ls-2
{
    letter-spacing: 2.69px;
}
.f-13
{
    font-size: 13px;
}
.f-14
{
    font-size: 14px;
}
.f-15
{
    font-size: 15px;
}
.f-18
{
    font-size: 18px;
}
.f-22
{
    font-size: 22px;
}
.f-20
{
    font-size: 20px;
}
.f-24
{
    font-size: 24px;
}
.f-30
{
    font-size: 30px;
}
.yellow
{
  color: #DEB035;
}
.pointer{
    cursor: pointer;
}
.sidebar.close img.custm-logo {
    margin-left: 0px;
   height: 36px;
   width: 31px;
   object-fit: cover;
   object-position: right;
}
.content-wrapper {
    padding: 20px;
    height: 82vh;
    overflow-y: scroll;
}
/* Sidebar Css */

html body {
    background: #eff3ff;
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat !important;
    overflow: hidden;
}
.user-account-data span {
    color: #fff;
}
/* .sidebar {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
   
    width: 242px;
    background: #fff;
    z-index: 100;
    transition: all 0.5s ease;
    padding: 20px 0;
    border-radius: 0px;
    box-shadow: 0px 2px 10px #00000029;
    overflow: auto;
} */
.sidebar {
    position: fixed;
    top: 40px;
    left: 40px;
    bottom: 40px;
    /* height: 100%; */
    border: 5px solid #ffffffc4;
    width: 242px;
/*    background: linear-gradient(90deg, #370F5A, #2185B2);*/
background: #489ff3;
    z-index: 100;
    transition: all 0.5s ease;
    padding: 20px 0;
    border-radius: 12px;
    box-shadow: 0px 2px 10px #00000029;
    overflow: auto;
}

main > .main-content {
   height: 82vh;
    top: 55px;
    position: relative;
}
.content-wrapper::-webkit-scrollbar {width: 3px;}
.content-wrapper::-webkit-scrollbar-thumb {background: var(--blue);}
.sidebar.close {
  width: 78px;
}
.sidebar .logo-details {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details img {
    margin: 0 auto;
    height: 90px;
}
label.error {
    font-size: 12px;
}
.manage-user-data span.send-btn a {
    width: max-content !important;
    display: inline-block;
}
.new-user-table .col-12 {
    position: relative;
}
.sidebar .nav-links li a.active i {
    transition: .6s;
    transform: rotate(180deg);
}
.sidebar .logo-details i {
  font-size: 30px;
  color: #77619e;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
img.custm-logo {
    height: 40px;
}
img.sidebar-logo{
    height: 77px;
    width: auto !important;
    border-radius: 17px;
    cursor: pointer;
}
button.search-btn.plus {
    background: var(--dark);
    color: var(--lightbg);
    padding: 12px 20px;
    font-size: 22px;
}
.sidebar .dash {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
.sidebar .logo-head p {
    margin-bottom: 0;
    font-size: 20px;
    color: #2A2A2A;
    font-weight: 500;
}
.dash h3 {
    font-size: 20px;
    padding: 0 15px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.sidebar .logo-details .logo_name {
  font-size: 22px;
  color: #77619e;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links {
  /*height: 100%;*/
  padding: 7px 12px 50px 12px;
/*  overflow: auto;*/
}
.sidebar .dash ul.nav-links {
    padding: 10px 15px 20px;
    margin: 0;
}
.sidebar.close .nav-links {
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar,
.sidebar::-webkit-scrollbar  {
  display: none;
}
.sidebar .nav-links li {
    position: relative;
    list-style: none;
    margin: 3px 0;
}
.action-btns img{
    border-radius: 0 !important;
}
table .action-btns img {
    /*height: 15px;*/
    width: 31px;
    margin: 0 2px;
    padding: 6px;
    cursor: pointer;
    border-radius: 5px !important;
}
table .action-btns img.edit{
    background-color: #e3f4ff;
}
table .action-btns img.del{
    background-color: #ffeaea;
}
table .action-btns img.view{
    background-color: #fff5de;
}
.sidebar .nav-links li:hover {
  background: transparent;
}
.sidebar .nav-links li:has(a.active):hover a {
    /* background: var(--dark); */
    /* color: inherit; */
}
.sidebar .sub-menu li:hover {
  background: none;
  color: #77619e;
}
.sidebar .nav-links li .icon-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sidebar.close .nav-links li .icon-link {
  display: block;
}
.manage-user-table table tr>th{
    white-space: nowrap;
}
.sidebar .nav-links li>a:hover{
    background: #7c65da4d;
}
.sidebar .nav-links li i {
    height: 50px;
    min-width: 50px;
    text-align: center;
    line-height: 50px;
    color: #646464;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    right: 2px;
}
.sidebar .nav-links li.showMenu i.arrow {
    /* transform: rotate(-180deg); */
    min-width: max-content;
    
}
.sidebar .nav-links li i.arrow {
    min-width: max-content;
}
.sidebar.close .nav-links i.arrow {
  display: none;
}
/* .sidebar .nav-links li:has(a.active):hover a span {
    color: #fff;
}
.sidebar .nav-links li:has(a.active):hover a  img {
    filter: brightness(0) invert(3);
} */
.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 35px;
    gap: 8px;
    padding: 8px 12px;
    width: 100%;
    border-radius: 10px;
}
.sidebar .nav-links li a.active {
    background: #846be8;
}
.data-filtr-col {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    gap: 6px;
    padding-bottom: 15px;
}
.filter .filter-btn button {
    padding: 8px 20px;
    font-size: 14px;
}
.sidebar .nav-links li a .link_name {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s ease;
}
.data-filter select.form-control, .data-filter .form-control {
    width: max-content;
    padding: 8px 12px;
    margin-bottom: 0 !important;
}
.sidebar .nav-links li a img {
    width: 27px;
    height: auto;
/*    filter: brightness(1) invert(1);*/
}
select { -webkit-appearance: auto !important;}
.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.sidebar.close .logo-head p,
.sidebar.close .dash h3{
    opacity: 0;
    pointer-events: none; 
}
.sidebar.close .nav-links li a.active:before {
    width: 70px;
}

.sidebar .nav-links li a.active img {
    filter: brightness(0) invert(1);
}
.sidebar .nav-links li a.active .link_name , .sidebar .nav-links li a.active i {
    color: #fff;
}
.sidebar .nav-links li .sub-menu {
  padding: 6px 6px 14px 12px;
  margin-top: 0px;
  display: none;
}
.sidebar .nav-links li .sub-menu li {
    padding: 0;
    margin: 0;
}
img#notifications {
    height: 30px;
}
.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}
/* .sidebar .nav-links > li:has(a.active) ul.sub-menu li:hover a {
    background: transparent;
    color: #232d46;
} */
.sidebar .nav-links li .icon-link i.arrow {
    position: absolute;
    width: 208px;
    right: 0;
    text-align: right;
    color:#fff;
}
.sidebar .nav-links li .sub-menu a {
    color: #fff;
    font-size: 14px;
    padding: 7px 28px;
    white-space: nowrap;
    transition: all 0.3s ease;
    margin: 4px 0;
    line-height: normal;
}
.sidebar .nav-links li .icon-link:has(.active) i {
    color: #fff;
}
.sidebar .nav-links li:has(.active) ul.sub-menu li a {
/*    color: #fff;*/
    opacity: 1;
}
button.border-btn:hover {
    background: #212529;
    color: #fff;
}
.add-prdcts-form.add-faq, .add-prdcts-form.privacy-policy {
    padding-left: 50px;
}
label.col-form-label {
    font-weight: 600;
    font-size: 15px;
}
button.dark-btn:hover, a.dark-btn:hover {
    background: var(--bg-gradient-1) !important;
    color: #fff !important;
}


.doctor-details-img-new img{
    width: 100%;
    height: 139px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
    box-shadow: 0 0 10px #8d8d8d21;
}
.boder-block{
    border: 1px solid #ffffff;
    border-radius: 16px;
    padding: 14px !important;
    height: auto !important;
    box-shadow: 0 0 16px #e5e5e5ba;
}
.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}
.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details {
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f1f6;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details {
  background: none;
}
.sidebar.close .profile-details {
  width: 78px;
}
.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}
.sidebar .profile-details img {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
  color: #77619e;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 5s ease;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
  display: none;
}
.sidebar .profile-details .job {
  font-size: 12px;
}
.sidebar .nav-links li .sub-menu a.active::before {
    background: #fff;
}
.sidebar .nav-links li .sub-menu li a::before {
    content: "";
    background: #fff;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 13px;
}
/* main {
  position: relative;
  height: 100vh;
  left: 242px;
  width: calc(100% - 242px);
  transition: all 0.5s ease;
} */
main {
    position: relative;
    height: 100vh;
    /*left: 292px;*/
    /*width: calc(100% - 316px);*/
    width: 100%;
    transition: all 0.5s ease;
}
.sidebar.close ~ .home-section header.home-content {
    width: calc(100% - 186px);
}
.sidebar.close ~ .home-section {
  left: 130px;
  width: calc(100% - 170px);
}
body::after {
    content: "";
/*    background: linear-gradient(333deg, #AD6BE0, #E3D8EB, #321a8c);*/
    height: 93%;
    width: 97%;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: -1;
    border-radius: 15px;
}

.home-section .home-content {
    display: flex;
    align-items: center;
/*    background: linear-gradient(90deg, #EA5F8B, #A654AC, #6149CD);;*/
background: var(--bg-gradient);
    height: auto;
    border-radius: 0;
    position: sticky;
    /*width: calc(100% - 348px);*/
    width: calc(100% - 35px);
    top: 40px;
    z-index: 999;
    border-radius: 12px;
    margin-left: 14px;
}
.sidebar .nav-links li a:focus-visible {
    outline: none !important;
}
li.note-all a {
    color: #e05195;
}
li.note-all {
    justify-content: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #ffff;
  font-size: 35px;
}
.home-section .home-content .bx-menu {
  margin: 0 15px;
  cursor: pointer;
}
.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}
.welcome-head h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
/*    color: var(--dark);*/
color: #fff;
}
.welcome-head p {
    font-size: 14px;
    color: #757575;
    margin-bottom: 0;
}
@media (max-width: 1124px){
    .content-wrapper {
    height: 70vh;
}
}
@media (max-width: 400px) {
  .sidebar.close .nav-links li .sub-menu {
    display: none;
  }
  .sidebar {
    width: 78px;
  }
  .sidebar.close {
    width: 0;
  }
  .home-section {
    left: 78px;
    width: calc(100% - 78px);
    z-index: 100;
  }
  .sidebar.close ~ .home-section {
    width: 100%;
    left: 0;
  }
}


/* Header css */
h2.topHead {
    font-size: 26px;
}
h2.topHead+p {
    color: #505050;
    font-size: 15px;
    margin-bottom: 1.5rem;
}
.search.home input,
.from-to input[type="date"] {
    border: 1px solid var(--lightbg);
    background: #fff;
    padding: 12px 9px 12px 40px;
    border-radius: 10px;
    margin-bottom: 0 !important;
}
.from-to input[type="date"] {
    color: #757575;
    font-size: 15px;
    font-weight: 300;
}
.search.home input::placeholder{
    font-size: 14px;
    font-weight: 300;
    color: #757575;
}
a#dropdownMenuLink {
    padding: 12px 30px;
    background: #fff;
    color: #757575;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 300;
}
.dropdown .paymentMode.dropdown-toggle::after {
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
    color: #F44C87;
    border:none !important;
    position: relative;
    top: 5px;
}

.search.home .search-icons button {
    border: none;
    background: transparent;
    position: absolute;
    left: 5px;
    top: 8px;
}
.search-icons i {
    color: #757575;
    position: absolute;
    top: 6px;
    font-size: 20px;
}
a.search-btn, .btn-primary,
a.add-btn,
.save-btn a,
button.save-btn,
button.send-btn {
    font-weight: 300;
    padding: 12px 40px;
    background-color: var(--dark);
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    border: none;
}
a.search-btn:hover, a.add-btn:hover, .save-btn a:hover, button.save-btn:hover, button.send-btn:hover, .btn-primary:hover , button.search-btn:hover {
    background-color: var(--red);
}
button.search-btn {
    font-weight: 300;
    padding: 12px 40px;
    background-color: var(--dark);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border: none;
}
#myFileInput {
    display:none;
}
input.upload-btn {
    font-weight: 300;
    padding: 12px 40px;
    background-color: var(--dark);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border: none;
    margin-bottom: 0 !important;
}
input.export-btn {
    padding: 12px 24px;
    background-color: #fff;
    color: #757575;
    text-decoration: none;
    border: 1px solid #757575;
    border-radius: 10px;
    margin-bottom: 0 !important;
}
a.search-btn:hover,
a.add-btn:hover,
.save-btn a:hover {
    color: #fff;
}
a.export-btn {
    padding: 12px 24px;
    background-color: #fff;
    color: #757575;
    text-decoration: none;
    border: 1px solid #757575;
    border-radius: 10px;
}
a.export-btn:hover {
    color: #757575;
}

button:focus, input:focus, textarea:focus, select:focus
{
    outline: none !important;
    box-shadow: none !important;
}

.main-content {
    /*margin: 124px 0 45px 0;*/
}
/* Dashboard css */
.welcome-admin {
    background: linear-gradient(187deg, #3615A8, #321A8B, #1D1148, #200677);
    background-size: cover;
    border-radius: 32px;
}
img.doctor-icon {
    height: 34px;
    margin-right: 6px;
}
.doctor-details .card-body {
    padding: 25px 38px !important;
}
.doctor-details-img img {
    width: 345px;
    height: 345px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
    box-shadow: 0 0 10px #8d8d8d21;
}
ul.details-list {
    list-style: none;
    font-size: 14px;
    padding-left: 0px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0 !important;
}
ul.details-list li span.left {
    width: 35%;
}
ul.details-list li {
    width: 50%;
    padding: 5px 0;
    display: flex;
    flex-flow: row wrap;
}
.doctor-details .card-header {
    border-radius: 30px 30px 0 0 !important;
}
ul.details-list.comm li {
    width: 33%;
}
ul.details-list.comm li span.left {
    width: 50%;
}
.details-header {
    padding: 22px;
}
button.white-btn {
    background: #fff;
    padding: 10px 28px;
    border: none;
    border-radius: 10px;
}
.light-btn
{
    background: #EBF0F9;
    color: #6B758F;
    border: none;
    padding: 10px 30px;
    border-radius: 10px;
}
.doctor-details .card-header {
    border-bottom: 1px solid #e3e3e3 !important;
}
.clinic-info-listing .status-active {
    width: max-content;
}
ul.details-list.slots li {
    display: block;
}
ul.clinic-info-listing {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding-left: 2px;
}
.white-space{
    white-space: nowrap;
}
img.clinic-policy {
    width: 95%;
    height: 90px;
    object-fit: cover;
}
ul.clinic-info-listing li {
    width: 20%;
}
a.view-btn.doc {
    margin-top: 2px;
}
a.view-btn.doc   i {
    font-size: 15px;
    color: #9097ab;
}
img.insurance-policy {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #dbe2f2;
    border-radius: 10px;
    cursor: pointer;
}
img.insurance-policy {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #dbe2f2;
    border-radius: 10px;
    height: 150px;
    object-fit: cover;
}
.user-table-icon img.tele-doctor {
    height: 22px;
    width: 22px;
}
.appoint-drop .dropdown-toggle::after {
    display: none;
}
.booked-appointments .row {
    border-top: 1px solid #f3f2f7;
    padding: 14px 0;
}
.appoint-btn .dark-btn {
    color: #fff;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 10px;
    width: max-content;
    display: block;
}
select.chart-select {
    width: max-content;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 8px;
}
img.total-wecome {
    height: 215px;
    margin-top: -20px;
}
.dashboard-welcome {
    padding-left: 40px;
}
.current-time {
    width: max-content;
    background: linear-gradient(90deg, #EA5F8B, #A654AC, #6149CD);
    padding: 10px 20px;
    border-radius: 10px;
}
.dash-total-users , .total-genders-col{
    background: #fff;
    padding: 32px 15px;
    border-radius: 15px;
    display: flex;
    /*align-items: center;*/
    margin-bottom: 14px;
    box-shadow: 0px 3px 6px #2C28281C;
    height: 90%;
    padding-left: 30px;
}
.approved-btn, a.view-upload-btn, .approve-btn, .show-upload-btn, .disapprove-btn{
    padding: 10px 14px !important;
     display: flex !important;
    align-items: center;
    text-decoration: none;
    border-radius: 8px !important;
}
a.view-upload-btn {
    background: #fff5de;
    color: #ff9512;
}
.approved-btn{
   background: #0dd03530;
}
a.view-upload-btn>i, .approved-btn>i, .disapprove-btn>i, .show-upload-btn>i{
    font-size: 16px;
}
.doc-upload, .file-name{
    display: block !important;
}
.upload-icon {
    padding: 6px 13px;
    background: #e8e8e87d;
    border-radius: 8px;
    display: inline-block;
    border: 1px dashed #0000009c;
    cursor: pointer;
}
.uploaded>.upload-icon{
    border: 1px dashed #499df3;
    background: #44a2f31a;
}
.uploaded>.upload-icon>i{
    color: #499df3;
    font-size: 17px;
}
#newOld tspan {
    font-size: 16px !important;
}
div#play-controls {
    display: none;
}
.dash-total-users > img {
    height: 40px;
    width: 40px;
}
.card.dashboard-card {
    padding: 20px 0;
}
#newOld .highcharts-container {
    height: 318px !important;
}
#patients .highcharts-container, #doctors .highcharts-container , #revenue .highcharts-container ,  #labTest .highcharts-container {
    height: 240px !important;
}
select.all-appoint {
    background: #D2DBEE;
    font-size: 13px;
    width: max-content;
    border-radius: 8px;
    padding: 8px 12px;
    color: #4067bf;
    border: 1px solid #D2DBEE;
}
.card {
    background: #fff;
    border: none !important;
    padding: 20px 0;
    border-radius: 14px !important;
}
.top-card {
    padding: 0 20px;
}

.highcharts-figure,
.highcharts-data-table table {
  max-width: none;
  margin: 0 auto;
  width: 100% !important;
}
#totaluser {
  height: 300px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 350px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.card {
    box-shadow: 0px 2px 6px #2C28281C !important;
}
table .form-switch input[type="checkbox"]:checked, .table .form-switch input[type="checkbox"]:checked, .product-icons   input[type="checkbox"]:checked {
    background: var(--lightbg);
}

table .form-switch input[type="checkbox"], .table .form-switch input[type="checkbox"], .product-icons input[type="checkbox"] {
    position: relative;
    width: 46px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    background: #DFDFDF;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    margin-bottom: 0 !important;
}
.table-users input[type="checkbox"] {
    border: none;
}

.form-check {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
}
.form-switch {
    padding-left: 0 !important;
}
table .form-switch input[type="checkbox"]:checked::before, .table .form-switch input[type="checkbox"]:checked::before, .product-icons input[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background: var(--dark);
}
.table-users img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
    border-radius: 6px;
    object-fit: cover;
}
.table-users a.block-icon img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.table>thead {
    background: #e4e5e6;
}
.table-users {
    display: flex;
    align-items: center;
}
.data-filter .card {
    padding: 25px 30px 10px 30px;
}
.table-customer .card-header {
    border: none !important;
    padding: 20px 20px;
    border-radius: 10px 10px 0 0 !important;
}
.manage-user-table tbody tr {
    border-bottom: 1px solid #f3f2f7;
}
table .form-switch input[type="checkbox"]::before, .table .form-switch input[type="checkbox"]::before, .product-icons input[type="checkbox"]::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #757575;
    position: absolute;
    top: -1px;
    left: 0;
    transition: 0.5s;
}
span.status-active {
    color: #09bd06;
    background: #d9ffd9;
    padding: 7px 12px;
    border-radius: 6px;
    display: inline-block !important;
}

span.status-inactive {
    color: #e30000;
    background: #EDF6EF;
    padding: 7px 12px;
    display: inline-block !important;
    border-radius: 6px;
}
table td, table th, table p, table h6 {
    font-size: 13px !important;
    margin: 0 !IMPORTANT;
    font-weight: 500;
}
table h6 {
    font-weight: 400;
}
span.complete {
    color: #23C273;
}
span.complete::after {
    content: "";
    background: #23C273;
    height: 6px;
    width: 6px;
    position: absolute;
    left: -11px;
    top: 8px;
    border-radius: 100%;
}
span.booked {
    color: #A51C30;
}
span.booked::after {
    content: "";
    background: #A51C30;
    height: 6px;
    width: 6px;
    position: absolute;
    left: -11px;
    top: 8px;
    border-radius: 100%;
}
.table>tbody {
    color: #757575;
}
.user-table-icon {
    display: flex;
    align-items: center;
}
table tr td {
    border-bottom: none;
}
table td, table th {
  padding: 15px 20px !important;
  vertical-align: middle;
}
.top-card.trips {
    border-bottom: 2px solid var(--lightbg);
    padding-bottom: 6px;
}
table th {
    border: none !important;
    font-weight: 600;
}

.left-header-side {
    width: 40%;
}
/*user document*/
.approve, .disapprove{
    padding: 6px 9px;
    border-radius: 7px;
}
.approve{
    color: #0dd035 !important;
    background-color: #0dd03530 !important;
}
.disapprove{
    color: #dc3545 !important;
    background: #ff000029;
}
.right-side-header {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 60%;
}
.account-user {
    display: inline-flex;
    align-items: center;
    text-align: left;
    gap: 10px;
}
.user-account-data h6 {
    font-weight: 600;
}
.user-account-data p {
    color: #fff;
}
.account-user a {
    color: #fff;
    position: relative;
    /*top: -8px;*/
}
.account-user a:hover i{
    color: #489FF3;
}
.account-user a i {
    font-size: 24px;
}
.messager-header {
    margin-right: 10px;
}
button.header-btn {
     border: none;
     background: transparent;
    z-index: 9999;
    position: relative;
}
.notification-header ul  li {
    padding: 4px 0;
    border-bottom: 1px solid var(--lightbg);
}
header ul.dropdown-menu {
    border: none;
    box-shadow: 0 3px 4px var(--lightbg);
}
header .dropdown-toggle::after
{
  display: none;
}
button.header-btn img {
    height: 24px;
}
.welcome-head input {
    border: none;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    font-size: 14px;
}
.welcome-head button {
    border: none;
    background: transparent;
    position: absolute;
    left: 8px;
    top: 30px;
}
.account-user img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 100%;
}
input, select, textarea {
    border: 1px solid #BBBBBB;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 24px !important;
}
label {
    font-weight: 500;
    margin-bottom: 10px;
}
.from-date input {
    border: none !important;
    border-radius: 8px;
}
.from-date label {
    margin: 0;
}
.from-date input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url('http://54.225.243.254:9001/static/admin/images/cal-icon.svg') no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    border-width: thin;
}
.advisor-image {
    border: 2px dashed #00000024;
    padding: 0px;
    text-align: center;
    height: 140px;
    width: 100%;
    margin-top: 28px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.advisor-image input[type="file"] {
    height: 140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    opacity: 0;
}
.advisor-image .customer-icn {
    height: 60px;
    width: 60px;
    border: 3px solid #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
}

button.upload-doc {
    position: absolute;
    top: 35px;
    right: 12px;
    background: #434343;
    color: #fff;
    border: none;
    padding: 11px 25px;
}
.doc-upload-div {
    border: 1px solid #bbb;
    height: 47px;
}
.paperclip {
    position: absolute;
    top: 12px;
    left: 15px;
}
.doc-upload-div input[type="file"] {
    position: relative;
    width: auto;
    z-index: 1;
    opacity: 0;
}

button.dark-btn, a.dark-btn {
/*    background: var(--purple);*/
    background: var(--bg-gradient);
    color: #fff !important;
    border: none;
    padding: 10px 30px;
    border-radius: 10px;
}

.search.user-list-search input {
    border: none;
    border-radius: 10px;
    padding-left: 40px;
}

.search-icons .search-icn-btn {
    position: absolute;
    left: 4px;
    top: 9px;
    border: none;
    background: transparent;
}

.select-date {
    display: flex;
    align-items: baseline;
}

.select-date input[type="date"] {
    border: none;
    border-radius: 10px;
    margin-right: 10px;
}

.modal-dialog {
    max-width: 60% !important;
}
.modal-dialog .modal-content{
    border-radius: 24px;
}
.modal-footer
{
  border: none !important;
}

.modal-body, .modal-header, .modal-footer {
    padding: 1rem 2rem !important;
}

button.btn.border-btn {
    border: 1px solid #bbb;
    padding: 9px 30px;
}

.modal-title {
    font-weight: 500;
    font-family: 'Roboto';
}
.btn-danger, .btn-success{
    border-radius: 7px !important;
}
.btn-danger:hover{
    box-shadow: 0 0 9px #dc3545;
}
.btn-success:hover{
    box-shadow: 0 0 9px #1d5239;
}
.advise-modal .advisor-image , .advise-modal  .advisor-image input[type="file"] { 
    height: 180px;
    width: 180px;
    border-radius: 100%;
}
/* News Article */

.news-wrapper-top {
    text-align: right;
}

textarea.write-text {
    min-height: 250px;
}

.article-media-upload  .article-image {
    border: 2px dashed #bbb;
    height: 300px;
    width: 100%;
}

.article-media-upload .article-image input.form-control {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.article-icn {
    position: absolute;
    top: 44%;
    left: 50%;
}

.view-icon img {
    height: 25px;
    width: 25px;
}

h2.main-title.bold {
    font-family: 'Playfair Display';
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

span.visaapp-left {
    margin-right: 15px;
}

img.newscard-img {
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    margin-bottom: 25px;
}

.filter-form {
    display: flex;
    align-items: baseline;
}
.yellow
{
  color: #E6B11E;
}
.filter-selects input, .filter-selects select {
    border: none;
    border-radius: 10px;
    width: max-content;
}

.filter-selects {
    margin-right: 14px;
}

.filter-selects select {
    padding: 10px 3.25rem 10px 15px;
}

.view-reviews {
    background: #F3F2F7;
    width: 100%;
    margin: 0 auto;
    border-radius: 14px;
    padding: 20px 5px;
}

.review-vw-img img {
    height: 135px;
    width: 135px;
    object-fit: cover;
    border-radius: 30px;
}

.row.view-reviews {
    margin-bottom: 15px !important;
}

.ratings-view-card > .card {
    height: 586px;
    overflow-y: auto;
}

.ratings-view-card > .card::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 15px;
}
.ratings-view-card > .card::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
}

.btn.btn-drop {
    border: none;
    background: transparent;
}

.btn.btn-drop::after {
    display: none;
}

.green
{
  color: #23C273;
}

/*span.active::after , span.canceled::after{
    content: "";
    background: #23C273;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100%;
}*/
span.canceled::after{
    background: #E6B11E;
}
span.active{
    padding-left: 0;
}
span.canceled {
    padding-left: 12px;
}

.search.filters-search input {
    border: none;
    border-radius: 10px;
    padding-left: 40px;
    width: max-content;
    margin-right: 14px;
}

.personal-profile .advisor-image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.personal-right-content {
    padding-left: 20px;
}

.f-16
{
  font-size: 16px;
}
.f-13
{
  font-size: 13px !important;
}
.text-right {
    text-align: right;
}

.notify-checks {
    display: flex;
}

.notify-trash {
    padding-left: 15px;
}

.notification-all-list thead , .notification-all-list table tbody tr {
    border-bottom: 1px solid #ebe6e6;
}
.notification-all-list  table td i {
    margin-top: 16px;
}
.notification-all-list table td, .notification-all-list table th {
    padding: 20px 15px !important;
    vertical-align: top;
}
button.trash-btn {
    border: 1px solid #D2D2D2 !important;
    background: transparent !IMPORTANT;
    padding: 8px 13px;
}

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

.notify-checks img {
    height: 92px;
    width: 92px;
    border-radius: 10px;
}

.notification-all-list tr:hover {
    background: #A51C301A;
}
.notification-menus {
    display: flex;
    align-items: center;   
    gap: 20px;
    text-align: left;
}
.notification-menus img {
    height: 78px;
    width: 78px;
}
a.red {
    color: #a51c30;
    text-decoration: none;
}
/*span.active {
    color: #23C273;
    position: relative;
    padding-left: 20px;
}
span.active::after {
    content: "";
    background: #23C273;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 100%;
}*/
span.red-star {
    height: 10px;
    width: 10px;
    background: #bc2938;
    border-radius: 100%;
}
.border-none {
    border: none !important;
}

.notification-header .dropdown-menu {
    box-shadow: 0 3px 7px #e8cdd1;
}

button.view-btn {
    background: #e8cdd1;
    padding: 10px 30px;
    width: 100%;
    border: none;
    font-size: 15px;
}

.notification-header .dropdown-item.active, .notification-header .dropdown-item:active , .notification-header .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #e8cdd1;
}

.notification-all-list .form-check-input:checked {
    background-color: #a51c30 !important;
    border-color: #a51c30 !important;
}

td .action-btns i {
    color: #000;
    font-size: 16px;
}

.advisor-appoints ul.nav-tabs {
    background: #fff;
    border-bottom: none !important;
    margin-left: 15px  !important;
    border-radius: 10px;
}
.advisor-appoints ul.nav-tabs .nav-link.active {
    background: #a51c30;
    color: #fff;
    border: none !important;
    border-radius: 10px;
    height: 100%;
}
.advisor-appoints ul.nav-tabs .nav-link {
    font-size: 14px;
    padding: 12px 20px;
    color: #000;
}
.pagi .page-link {
    border: none;
    color: #F44C87;
    font-size: 15px;
    background: unset;
}
.pagi a.page-link span,
.pagi a.page-link i {
    font-size: 22px;
    font-weight: 500;
    color: #7F7B7C;
}
.pagi a.page-link {
    padding: 6px 16px;
    box-shadow: none;
    background: unset;
    color: var(--dark);
}
.pagi .page-link:hover {
    color: #F44C87;
    background-color: unset;
    border-color: unset;
}
.pagi .page-item.active .page-link,
.pagi a.page-link.active {
    background-color: var(--dark);
    border-color: var(--dark);
    color: #fff;
}
.appointTab .nav-tabs {
    border: 1px solid #757575;
    border-radius: 10px;
}
.appointTab .nav-tabs .nav-link {
    border: none;
    border-radius: 10px !important;
    color: #757575;
    padding: 10px 30px;
}
.appointTab .nav-tabs .nav-item.show .nav-link,
.appointTab .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--dark);
    border-color: #757575;
}
.appointTab button.nav-link {
    width: 150px;
}
div#myTabContent h6 {
    font-weight: 400;
}
div#myTabContent td {
    color: #757575;
}
.user-profile:has(.user-detail, .user-img) {
    background-color: #fff;
    height: 100%;
    border-radius: 15px;
    padding: 40px;
    flex-flow: row wrap;
    margin-bottom: 20px;
}
.user-profile.user-profileContent {
    flex-flow: unset;
}
.user-profile .user-img {
    width: 30%;
}
.user-profile .user-detail {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 70px;
    row-gap: 20px;
}
.iti__flag-container {
    height: 50px;
}
.user-profile .user-img img {
    width: 75%;
}
.user-profile .user-img h6 {
    color: #757575;
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 0;
}
.user-profile .user-img p {
    color: #757575;
    margin-bottom: 0;
}
.user-profile .user-detail h6 {
    color: #757575;
    font-weight: 600;
}
.user-profile .user-detail p {
    font-size: 15px;
    color: #AFAFAF;
    margin-bottom: 0;
}
.user-profile p.status {
    display: inline;
    color: #3EDB90;
    background-color: #3edb9030;
    padding: 0 20px;
}
.dashboard-box {
    width: 18%;
}
.dashboard-box p {
    font-weight: 500;
    line-height: normal;
}
.dashboard-box .user-total-right>h5{
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 14px !important;
}
.dashboard-box .user-total-right>p{
    font-size: 20px;
    color: #fff;
}
.users-box{
    background: #44a2f3;
    color: #fff;
    box-shadow: 0px 0px 9px #5593f152;
}
.amount-box{
    background: #6487ef;
    color: #fff;
    box-shadow: 0px 0px 9px #6487ef52;
}
.route-box{
    background: #866ae9;
    color: #fff;
    box-shadow: 0px 0px 9px #866ae952;
}
.view-txt {
    color: #45a1f3;
    text-decoration: none;
}
img.total-lefticon {
    height: 67px;
    padding: 13px;
    border-radius: 50%;
}
.dashboard-users {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 15px;
}
.user-total-right {
    /*width: 62%;*/
    padding-left: 30px;
}

img.total-user-grph {
    height: 25px;
    margin-top: 10px;
}
.small-modal .modal-dialog {
    max-width: 35% !important;
}
.modal button.border-btn {
    padding: 10px 30px;
}
img.bin-icon {
    height: 78px;
    margin-bottom: 20px;
}
img.user-class {
    height: 95px;
    width: 95px;
    margin: 0 auto 10px auto;
    border-radius: 10px;
    object-fit: cover;
}
.add-hobbies input.form-control {
    margin: 0 !important;
}
.card.addService {
    padding: 3rem 5rem;
}
.addService input[type=radio] {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(0.9);
    transform: scale(0.7);
    border-color: #DFDFDF;
}
.addService .form-check-input:checked {
    background-color: #f44c87;
    border-color: #f44c87;
}
.addService .form-check label {
    position: relative;
    top: 3px;
}
table td .faq .block-icon i {
    color: #7c7c7c;
    font-size: 21px;
    margin-right: 8px;
    vertical-align: middle;
}
.add-hobbies label.col-form-label,
.addService label.col-form-label {
    font-size: 16px;
    font-weight: 500;
    color: #757575;
}
.iti--allow-dropdown input {
    width: 100% !important;
    padding: 12px;
    border-radius: 8px;
    border-color: #ced4da;
}
.iti {
    width: 100% !important;
}
.addService input.form-control, .addService textarea, .add-hobbies input.form-control {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #b7b7b7;
}
.addService input::placeholder,
.addService input[type="date"],
.add-hobbies input::placeholder{
    font-weight: 300;
    color: #706d6d;
}
.addService .active{
    color: #23C273;
}
.addService .disactive{
    color: #A51C30;
}
.database-tab .nav-tabs {
    border-bottom: none;
    gap: 20px;
}
.database-tab .nav-tabs .nav-link {
    border: 1px solid #757575;
    border-radius: 10px;
    color: #757575;
    font-weight: 300;
}
.database-tab .nav-tabs .nav-link.active {
    background-color: #F44C87;
    border: 1px solid #F44C87;
    color: #fff;
}
.picUpdate input.btn {
    border: none;
    background: #c4cde0;
    width: max-content;
    margin-top: 5px;
}
.user-icon>img{
    background: #e9e5ff;
}
.travel-icon>img {
    background: #ffecd2;
}
.route-icon>img {
    background: #ffdbe7;
}
.database-tab .nav-tabs .nav-link:focus,
.database-tab .nav-tabs .nav-link:hover {
    border-color: inherit;
}
.picUpdate .profile-pic img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #eff3fd;
}
.picUpdate .update-btn button.btn,
.updateDetail button.btn {
    border: 1px solid #757575;
    padding: 10px 40px;
    color: #757575;
}
.updateDetail input[type="radio"] {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 0;
}
.updateDetail .form-check-input:checked {
    background-color: #F44C87;
    border-color: #F44C87;
}
.sidebar .nav-links li .sub-menu a.active {
    color: #fff;
}

.updateDetail button.update-btn , button.update-btn{
    font-weight: 300;
    padding: 12px 20px;
    background: var(--bg-gradient);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border: none;
}
.updateDetail button.update-btn:hover{
    background: var(--bg-gradient-1);
}
.updateDetail .btn {
    border-radius: 10px;
}
.picUpdate input.btn {
    /* border: 1px solid #757575a6; */
}
.contentManage span.complete::after{
    content: unset;
}
.set-pwd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.set-pwd a.forget-pwd {
    color: #DE0B0B;
    text-decoration: none;
}
.help-support .dash-icon i {
    font-size: 30px;
    color: #ec4e8c;
}
.help-support .dash-icon {
    height: 60px;
    width: 60px;
    background: #CCD6E163;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.help-support .dash-count p {
    font-size: 30px;
    color: #ec4e8c;
}
.help-support .action-btns a {
    text-decoration: none;
    color: #000;
}
.help-support .action-btns i {
    font-size: 16px;
    color: #989898;
    margin-right: 5px;
}
table#productTable tbody#test-body {
    border: none;
}
.quesTable.table input {
    border-radius: 0.25rem;
}
.quesTable.table>:not(caption)>*>* {
    border: none !important;
}
.quesTable.table>:not(:last-child)>:last-child>* {
    border-bottom: none !important;
}
label#hobby_name-error,
.error {
    font-weight: 400;
    color: red;
}
.nf-icon img {
    width: 70px;
    border-radius: 20px;
}

.pagination a.page-link , .pagination a {
    border: 1px solid var(--dark);
    height: 40px;
    color: var(--dark);
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

ul.pagination {
    margin-top: 30px;
}
/*.pagination>ul.pagination li{
 display: none;
}
.pagination>ul.pagination li:first-child, .pagination>ul.pagination li:last-child{
 display: inline-block;
}*/

button.border-btn {
    border: 1px solid #757575;
    color: #757575;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 6px;
    background: transparent;
}

button.border-btn.lg {
    padding: 12px 30px;
}

.dash-total-users:hover {
    box-shadow: 0 4px 5px var(--lightbg);
    transition: .3s;
}
table p {
    width: max-content;
}
.table-responsive::-webkit-scrollbar {
    height: 5px !important;
}
.table-responsive::-webkit-scrollbar-thumb {
    background-color: #365eb5 !important;
}
html .form-control {
    padding: 12px;
    border-radius: 8px;
}
.advisor-compatibl th, .advisor-compatibl tr {
    text-align: center;
    width: 25%;
}
@media screen and (max-width:1300px){
    .dash-total-users, .total-genders-col {
        padding: 20px 16px;
}
    .dashboard-box .user-total-right>p{
        font-size: 15px;
    }
}

@media (max-width: 1201px){
.search.home input, .from-to input[type="date"] {
    padding: 12px 9px 12px 32px;
}
}

img.booking-icons {
    height: 168px;
    margin: 10px auto;
    width: 100%;
    object-fit: contain;
}

.card.book-details {
    padding: 20px;
    max-width: 65%;
    margin: 30px  auto;
}

.fortune-icon {
    border: 1px solid #f24d8947;
    padding: 20px;
}

ul.book-listi {
    text-align: left;
    list-style: none;
    padding: 20px 0 0 0;
    font-size: 15px;
}

ul.book-listi li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #fbcdde;
}
.skiptranslate span a {
    display: none;
}
select.goog-te-combo {
    margin: 0 !important;
    background: #00405b;
    color: #fff;
    padding: 5px;
    width: max-content;
}
.skiptranslate.goog-te-gadget {
    font-size: 0;
}
.search-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

p.not-found {
    border: 1px solid #ddd;
    width: max-content;
    margin: 0 auto;
    padding: 5px 30px;
}

.user-mains {
    padding: 20px !important;
}

.new-user-table span.carousel-control-prev-icon, .new-user-table span.carousel-control-next-icon {
    opacity: 1 !important;
}

/* trip details */

.trip-details {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 20px;
}

.trip-info {
    display: flex;
    flex-flow: row wrap;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.trip-info strong {
    width: 40%;
}
.trip-info span {
    width: 60%;
}

.trip-images img {
    height: 120px;
    width: 120px;
    margin-right: 10px;
    object-fit: contain;
}

.user-table-icon img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 8px;
}

.category-icon img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 100%;
}

ul.pagination li {
    border: 1px solid var(--dark);
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
    font-weight: 600;
    color: var(--dark);
}
ul.pagination li.disabled {
    border: 0px solid #a2b3da !important;
}
.support-view .sup-box p strong {
    width: 40%;
}
.support-view .sup-box p  span {
    width: 55%;
}
.support-view .sup-box p {
    margin: 0;
    font-size: 14px;
    padding: 5px 0px;
    display: flex;
    flex-flow: row wrap;
}
ul.pagination li.active {
    color: #fff !important;
    background: var(--purple) !important;
}

/*toggle button */

.toggle-user input[type="checkbox"] {
	position: relative;
    width: 46px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    background: #ECECEC;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
}
.toggle-user {
    display: block;
    position: relative;
}
.toggle-user input:after {
	background: var(--red);
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 2px;
    transition: 0.5s;
}

.toggle-user input:checked {
	background: var(--lightbg);
}

.toggle-user input:checked:after {
    transform: translateX(100%);
    background: var(--dark);
}

.toggle-user label:active:after {
	width: 65px;
}

.payment-drop select.form-select {
    border: none !IMPORTANT;
    margin: 0 !IMPORTANT;
    padding-top: 10px;
    width: max-content;
    padding-bottom: 10px;
}

.complete-status {
    color: #23C273;
}
.complete-status::before {
    content: "";
    background: #23C273;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 13px;
}

.complete-status  span {
    padding-left: 10px;
}

button.outline-btn {
    border: 1px solid #707070;
    padding: 7px 20px;
    border-radius: 6px;
}
button.outline-btn:hover {
    border: 1px solid #707070;
    background-color: #707070;
    color: #fff !important;
}
.data-filter label.col-form-label {
    padding-top: 0 !important;
}
.toggle-user input#switch {
    margin-bottom: 0 !important;
}
.current-time span {
    display: flex;
    align-items: center;
    line-height: normal;
}
.manage-user-table table {
    border: transparent !IMPORTANT;
    /* display: block; */
    overflow-x: scroll;
}
.manage-user-table table::-webkit-scrollbar {
    height: 4px;
}
.manage-user-table table::-webkit-scrollbar-thumb {
    background: #c3cddf;
}
a.help-anchor {
    color: #757575;
    text-decoration: none;
}

.details-cnt > span {
    display: block;
    padding: 3px 0;
    font-size: 14px;
}
.header-notify button {
    background: transparent !IMPORTANT;
    border: none !important;
}
html body #supportModal .modal-dialog {
    max-width: 500px !important;
    width: 100%;
}
ul.book-listing li span {
    text-align: right;
}
.dropdown-item.active, .dropdown-item:active {
    background: var(--blue) !important;
}
.short-des {
    display: flex;
    justify-content: space-between;
}
.header-notify .dropdown-menu ul li {
    padding: 9px 0;
    border-bottom: 1px solid #b06b1a26;
}
.f-12
{
    font-size: 12px;
}
.header-notify .dropdown-menu ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}
.notification-detail img {
    width: 35px;
    height: 35px;
    border-radius: 6px;
}
.notification-detail {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px;
}
p.notificatn-time{
    background: #e7f3ff;
    border-radius: 7px;
    padding: 4px 10px;
}
.noti-heading-title{
    color: #000;
    font-size: 20px;
}
.admin-notification-table table thead th{
    padding: 0 !important;
}
.admin-notification-table table tbody td{
    padding: 15px 0 !important;
}
.admin-notification-table table tr>td:first-child{
    padding: 0 0  0 20px !important;
}
.header-notify .dropdown-menu {
    border: none !important;
    box-shadow: 0 4px 16px #b06b1a4f;
    width: 350px;
    left: 0;
    padding: 15px !important;
}
ul.book-listing {
    list-style: none;
    padding: 0;
}
ul.book-listing li {
    padding: 8px 0;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f3e8dc;
}

.notification-button a {
    color: #3159B1 !important;
    font-size: 15px;
    font-weight: 600;
}

.right-notify {
    width: 82%;
}
.notificate-txt {
    width: 90%;
}
.notificate-txt  h5 {
    font-size: 20px;
    margin: 0;
}
.faq-rw.notifications tbody  tr {
    border-bottom: 1px solid #b06b1a24;
}
.edit-btn  i {
    margin-right: 6px;
    color: #1799fe;
}
.notifications table th {
    background: #fff !important;
}
.content-tabs .nav .nav-link.active {
    background: var(--purple);
    color: #fff;
}
.content-tabs ul {
    border-bottom: none !important;
    margin-bottom: 30px;
}
.content-tabs .nav .nav-link {
    background: #fff;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: none;
    color: #000;
    padding: 8px 15px;
}
.notification-list-wrap {
    display: flex;
    gap: 16px;
    flex-flow: row wrap;
    align-items: center;
}
button.btn-close {
    border-radius: 50%;
    box-shadow: 0 0 10px #939393;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer !important;
}
button.close {
    background: #000;
    color: #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notifications  label.select-all-note {
    display: flex;
    align-items: baseline;
    background: var(--purple);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.notifications  label.select-all-note input {
    text-align: left;
    padding: 0;
    width: max-content;
    margin-right: 10px;
    margin-bottom: 0 !IMPORTANT;
}
.manage-user-data span.send-btn a,
.manage-user-data span.message-btn a {
    background-color: var(--purple) !important;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
}
.manage-user-data+.demo-inline-spacing ul.pagination li,
.manage-user-data+.demo-inline-spacing ul.pagination li:first-child a,
.manage-user-data+.demo-inline-spacing ul.pagination li:last-child a {
    border: none;
}
.manage-user-data+.demo-inline-spacing a.page-link:focus {
    box-shadow: none;
}
.notification-list-wrap img {
    width: 30px;
    height: auto;
}
.article-details-img img {
    width: 100%;
}
.notification-list-wrap img {
    width: 30px;
    height: auto;
}
.doctor-details .article-cardbody {
    padding: 10px 20px !important;
}
ul.details-list.doctor-details li span.left {
    width: 100%;
}
ul.doctor-details li {
    width: 33%;
    padding: 5px;
}
td.notf-checkbox input[type="checkbox"] {
    margin: 0 !IMPORTANT;
}
ul.rating-star li {
    border: none;
}
.save-btns {
    justify-content: center;
}
ul.rating-star {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin: 0;
}
/* .table>thead {
    width: 100% !important;
    display: table;
}
 .table tbody {
    width: 100% !important;
 
} */
ul.rating-star li i {
    font-size: 16px;
    color: #f7b635;
}
.table-responsive {
    overflow-x: scroll !important;
    width: 100%;
}
.table-customer .card {
    padding: 0px 0 15px 0;
    border-radius: 15px !important;
}
table th td {width: max-content; margin: 0 !important;}
table td .action-btns {
    display: flex;
    gap: 2px;
    min-width: 100px;
}
p.booking-time {
    min-width: 190px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../images/cal-icon.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    border-width: thin;
}
.light-btn.add-btn {
    background: #EBF0F9 !important;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

/* Clinic */
.sidebar.close img.custm-logo {
    margin-left: 0px;
    height: 36px;
}
.doctor-details-acc .card-body {
    padding: 0px 0px !important;
}
.clinic ul.clinic-info-listing li {
    width: 32%;
    border: 1px solid #ddd;
    padding: 10px;
}
.clinic ul.clinic-info-listing {
    gap: 22px 10px;
}
ul.details-list.comm.slots li {
    border-bottom: 1px dashed #e4e5e6;
}
.white-btn {
    background: #fff;
    border-radius: 8px;
    padding: 10px 30px;
    text-decoration: none;
    color: #000;
}
.doctor-details-acc button.accordion-button {
    background: #fff !important;
    border: none !important;
    color: #000;
}
.doctor-details-acc .accordion-item {
    margin-bottom: 14px;
    border-radius: 12px;
}
/* Lab test */

.labtest-icon img {
    height: 50px;
    width: 90px;
    object-fit: cover;
    border-radius: 12px;
}
table thead p {
    font-weight: 600;;
}
.status-inactive {
    background: #f7f7f7;
    padding: 8px 12px;
    border-radius: 6px;
}

button.dark-btn.table {
    padding: 8px 12px;
    width: max-content;
    margin: 0;
}
.action-btns.nurses {
    display: flex;
    align-items: center;
    gap: 10px;
}
.assign-nurses .modal-dialog {
    max-width: 80% !important;
}
.assign-content {
    width: 65%;
}
.nurses-img {
    width: 80px;
}
.assign-nurses-col:hover {
    background: var(--dark);
    color: #fff;
    transition: .3s;
}
.assign-nurses-col {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-flow: row wrap;
    margin-bottom: 18px;
    cursor: pointer;
}
.nurses-img img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    object-fit: cover;
}
img.track-icon {
    height: 20px;
}
.kit-lab {
    background: #eaeef7;
    border: 1px solid #dde4f3;
    height: 34px;
    width: 34px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* terms */
.terms .add-prdcts-form.privacy-policy {
    padding: 20px 40px 40px 40px;
}
button.doc-download {
    border: 1px solid #1263bb;
    background: transparent;
    color: #1263bb;
    border-radius: 4px;
}
.manage-user-table select#status {
    min-width: 82px;
    margin: 0 !important;
}
span.status-inactive {
    color: #da1010;
    background-color: #fff1f1;
}
.geo-data {
    font-size: 14px;
    padding-left: 28px !important;
}
img.report-pg-icon {
    height: 28px;
    width: 28px;
}
.report-analystic .top-card {
    padding: 0 12px;
}
.doctor-details.drs span {
    display: block;
    font-size: 15px;
}
.dashboard-appoint {
    min-height: 318px;
}
.doctor-details-scroll {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
.doctor-details-scroll::-webkit-scrollbar {
   width: 4px;
}
.doctor-details-scroll::-webkit-scrollbar-thumb {
   background-color: #4d74cb;
}
.article-details.doctor-details-scroll {
    height: 550px;
    border-radius: 0px;
}
ul.geo-data {
    opacity: 0;
}
ul.details-list.appoint-list li {
    width: 100%;
}
.sidebar.close {
    overflow: visible !important;
}
.sidebar.close .nav-links li a:hover .link_name {
    display: block !important;
    opacity: 1;
}
.sidebar.close .nav-links li a .link_name {
    opacity: 1;
    pointer-events: none;
    display: none;
    position: absolute;
    left: 46px;
    background: #7676ea;
    padding: 0px 13px;
    border-radius: 6px;
    width: max-content;
    color: #ffffff;
    font-weight: 400;
}
 .sidebar.close .nav-links li .sub-menu
 {
    background: #dac6e9;
    padding: 5px 10px;
    border-radius: 6px;
    color: #000 !important;
    font-weight: 700;
    width: max-content;
 }
.sidebar.close .nav-links li a.sidebar-drop:hover .link_name {
    display: none !important;
}
.sidebar.close .nav-links li a.sidebar-drop:hover .sub-menu {
    display: block !IMPORTANT;
    opacity: 1;
}
.sidebar.close .nav-links li .sub-menu a.active::before {
  display: none !important;
}
@media(min-width: 1500px)
{
  body::after {
    height: 95%;
    width: 97.5%;
}
@media(min-width: 1600px)
{
  body::after {
    height: 96%;
    width: 98.5%;
}
@media(min-width: 2700px)
{
  body::after {
    width: 99%;
}

@media(min-width: 3200px)
{
  body::after {
    height: 98%;
    width: 99%;
}
}

