@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&family=ZCOOL+QingKe+HuangYou&display=swap');

:root
{
    --dark: #b06b1a;
    --red: #b06b1abd;
    --lightbg: #efe1d1;
}
p, body, a, li, div
{
    font-family: 'Poppins';
}
.relative
{
    position: relative;
}

.dark
{
    color:  #A51C30 !important;
}

h2 {
    font-size: 32px;
    font-weight: bold;
}

.bold
{
    font-weight: bold;
}

.gray {
    color: #505050;
}

.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;
}
.yellow
{
  color: #DEB035;
}
/* Sidebar Css */

html body {
    background: #F3F3F3 !important;
    margin: 18px;
}
.sidebar {
    position: fixed;
    top: 19px;
    left: 18px;
    bottom: 0px;
    /* height: 100%; */
    width: 242px;
    background: #fff;
    z-index: 100;
    transition: all 0.5s ease;
    padding: 20px 0;
    border-radius: 12px;
    box-shadow: 0px 2px 10px #00000029;
    overflow: auto;
}
.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;
}
.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: 65px;
}
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: 20px 12px 150px 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;
    padding: 8px 0;
    margin: 5px 0;
}
.action-btns img{
    border-radius: 0 !important;
}
table .action-btns img {
    height: 15px;
    width: auto;
    margin: 0 2px;
}
.sidebar .nav-links li:hover {
  background: transparent;
}
.sidebar .nav-links li:has(a.active):hover {
    background: inherit;
    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;
}
.sidebar.close .nav-links li .icon-link {
  display: block;
}
.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 a {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 35px;
  gap: 15px;
}

.sidebar .nav-links li a .link_name {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    transition: all 0.4s ease;
}
.sidebar .nav-links li a img {
    width: 20px;
    height: auto;
}
.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}
.sidebar.close .logo-head p,
.sidebar.close .dash h3{
    opacity: 0;
    pointer-events: none; 
}

.sidebar .nav-links li a.active:before {
    content: "";
    background: var(--dark);
    width: 251px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -22px;
    border-radius: 0;
    z-index: -1;
    border-radius: 0 10px 10px 0;
}
.sidebar.close .nav-links li a.active:before {
    width: 70px;
}
.sidebar .nav-links li a.active:hover{
    background: inherit;
    color: inherit;
}
.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;
}
.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}
.sidebar .nav-links li .sub-menu a {
  color: #212529;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.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;
}
button.dark-btn:hover {
    background: var(--lightbg) !important;
    color: #000 !important;
}
.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;
}
main {
  position: relative;
  height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}
.sidebar.close ~ .home-section {
  left: 90px;
  width: calc(100% - 90px);
}
.home-section .home-content {
    display: flex;
    align-items: center;
    background: #fff;
    height: auto;
    border-radius: 12px;
    position: fixed;
    width: calc(100% - 296px);
    top: 18px;
    z-index: 999;
    box-shadow: 0px 3px 20px #0000001C;
}
li.note-all a {
    color: #e05195;
}
li.note-all {
    justify-content: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #bc2938;
  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);
}
.welcome-head p {
    font-size: 14px;
    color: #757575;
    margin-bottom: 0;
}
@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 {
    padding: 125px 0 45px 0;
}
/* Dashboard css */

.dash-total-users , .total-genders-col{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    box-shadow: 0px 3px 6px #2C28281C;
}
#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;
}
.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: #F3F2F7;
}
.table-users {
    display: flex;
    align-items: center;
}
.table-customer .card-header {
    border: none !important;
    padding: 15px 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;
}
table td, table th, table p, table h6 {
    font-size: 14px !important;
    margin: 0 !IMPORTANT;
}
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;
}
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: 500;
}

.left-header-side {
    width: 40%;
}

.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 span {
    font-weight: 400;
}
.user-account-data h6 {
    font-weight: 600;
}
.user-account-data p {
    color: #757575;
}
.account-user a {
    color: #000;
    position: relative;
    top: -8px;
}
.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;
}
.account-user img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid #b06b1a;
    padding: 3px;
}
input, select, textarea {
    border: 1px solid #BBBBBB;
    padding: 10px;
    width: 100%;
    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 {
    background: var(--dark);
    color: #fff;
    border: none;
    padding: 10px 30px;
}

.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-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';
}

.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;
}

img.total-lefticon {
    height: 30px;
}

img.total-user-grph {
    height: 25px;
    margin-top: 10px;
}


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;
}
.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;
}
.database-tab .nav-tabs .nav-link:focus,
.database-tab .nav-tabs .nav-link:hover {
    border-color: inherit;
}
.picUpdate .profile-pic img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.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 {
    font-weight: 300;
    padding: 12px 20px;
    background-color: var(--dark);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border: none;
}
.updateDetail button.update-btn:hover{
    background-color: var(--red);
}
.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;
}
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;
}
.table-responsive::-webkit-scrollbar-thumb {
    background-color: var(--dark);
}
html .form-control {
    padding: 12px;
}
.advisor-compatibl th, .advisor-compatibl tr {
    text-align: center;
    width: 25%;
}
.users-top-filters {
    flex-flow: row wrap;
    gap: 10px;
}
@media(max-width: 1300px)
{
    .users-top-filters {
        flex-flow: row wrap;
        gap: 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;
}

.dashboard-users .usericons {
    background: var(--dark);
    border-radius: 10px;
    padding: 10px;
}

.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: 1px solid var(--dark) !important;
}


ul.pagination li.active {
    color: #fff !important;
    background: var(--dark) !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;
}

.toggle-user input#switch {
    margin-bottom: 0 !important;
}

.manage-user-table table {
    border: transparent !IMPORTANT;
}

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-color: #b06b1a !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;
}
.notification-detail img {
    width: 35px;
    height: 35px;
    border-radius: 6px;
}
.notification-detail {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px;
}
.header-notify .dropdown-menu {
    border: none !important;
    box-shadow: 0 4px 16px #b06b1a4f;
    width: 350px;
    left: 0;
}
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: #b06b1a !important;
    font-size: 15px;
    font-weight: 600;
}

.right-notify {
    width: 82%;
}
.notificate-txt {
    width: 90%;
}
.notificate-txt  h5 {
    font-size: 16px;
    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;
}
.notification-list-wrap {
    display: flex;
    gap: 16px;
    flex-flow: row wrap;
}
button.close {
    background: #000;
    color: #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notifications table th label.select-all-note {
    display: flex;
    align-items: center;
    background: #b47327;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.notifications table th 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: #b06b1a;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    width: max-content;
    display: inline-block;
}
.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;
}

.notification-list-wrap img {
    width: 30px;
    height: auto;
}

td.notf-checkbox input[type="checkbox"] {
    margin: 0 !IMPORTANT;
}
ul.rating-star li {
    border: none;
}
#delete-customer{
    background: #b36926 !important;
    border: #b36926 !important;
}
ul.rating-star {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin: 0;
}
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;
}
p.booking-time {
    min-width: 190px;
}