@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root
{
    --dark: #ccc75d;
    --red: #ddda94;
    --lightbg: #f8f7e8;
    --grey: #B3B8BD;
}
p, body, a, li, div, h1, h2, h3, h4, h5, h6, strong, span
{
    font-family: 'Poppins' !important;
}
.relative
{
    position: relative;
}
.gray
{
    color: var(--grey);
}
.dark
{
    color:  var(--dark) !important;
}

h2 {
    font-size: 32px;
    font-weight: bold;
}

.bold
{
    font-weight: bold;
}

.users-top-filters {
    flex-flow: row wrap;
    gap: 12px;
}

.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: #F9F9F9 !important;
    margin: 18px;
}
.sidebar {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
/*    height: 100%;*/
    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.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(360deg);
}
.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: 9px;
    margin: 5px 0;
}
.action-btns img{
    border-radius: 0 !important;
}
.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 i.dash-icon {
    position: unset !important;
    min-width: unset !important;
    height: unset !important;
    line-height: unset !important;
}
/* .sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
    min-width: max-content;
    
} */
li.showMenu .icon-link a i, li.showMenu .icon-link a span {
    color: #fff !important;
}
.sidebar .nav-links .sub-menu li a.active:before {
    width: 204px;
}
.showMenu .icon-link::before {
    content: "";
    background: var(--dark);
    width: 228px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -14px;
    border-radius: 8px;
    z-index: -1;
}
.sidebar .nav-links li i.arrow {
    min-width: max-content;
    color: #000 !important;
    position: absolute;
    right: -8px;
    z-index: 9999;
    width: 100%;
    text-align: right;
}
.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;
}
.text-black {
    color: #000 !important;
}
select.form-control {
    appearance: auto;
}
.sup-box.ratings strong {
    margin-right: 15px;
}
.notificate-txt h5 {
    font-size: 18px;
    margin-bottom: 5px;
}
.real-invest input {
    margin-right: 10px !important;
}
.users-top-filters button.btn.btn-dark {
    padding: 10px 9px;
}
.user-table {
    width: 100%;
}
table .action-btns {
    display: flex;
    gap: 2px;
}
.sup-box.reply p {
    display: grid;
}
.sidebar .nav-links li a .link_name {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #646464;
    transition: all 0.4s ease;
}
.sidebar .nav-links li a img {
    width: 22px;
    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: 228px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    border-radius: 8px;
    z-index: -1;
}
.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: 14px;
  padding: 5px;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
button.border-btn:hover {
    background: #212529;
    color: #fff;
}
ul.pagination li.active span {
    background: var(--dark);
}
.pagination li {
    margin: 0 3px;
    cursor: pointer;
}
ul.pagination li span {
    border: 1px solid #e8e7e7;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.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: 252px;
    width: calc(100% - 252px);
    transition: all 0.5s ease;
}
button.dark-btn:hover {
    background-color: var(--red);
}
.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: 10px;
    position: fixed;
    width: calc(100% - 296px);
    top: 15px;    
    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;
}
.dash-total-users p {
    text-transform: uppercase;
}

.dash-total-users > img {
    height: 40px;
    width: 40px;
}
.card.dashboard-card {
    padding: 20px 0;
}
.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: var(--lightbg);
}
table tr:hover {
    background: #f8f7e8;
}
.table-users {
    display: flex;
    align-items: center;
}
select.chart-select {
    width: max-content;
    border-radius: 10px;
    background: var(--dark);
    border: none;
    font-size: 14px;
}
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;
}
.status-complete::before {
    content: "";
    background: #35D49E;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}
.status-complete {
    color: #35D49E;
    font-weight: 500;
    position: relative;
    padding-left: 14px;
}
.table-header.border-btm {
    border-bottom: 2px solid #2C28281C;
    margin-bottom: 20px;
}
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 !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: 3px solid #FFFFFF;
}
input, select, textarea {
    border: 1px solid #BBBBBB;
    padding: 10px;
    width: 100%;
    margin-bottom: 24px !important;
}
label {
    font-weight: 500;
    margin-bottom: 10px;
}

.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: #000;
    border: none;
    padding: 10px 30px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 500;
}

.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;
}
.user-profile .user-detail {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 80px;
    row-gap: 30px;
}
.user-profile .user-img img {
    width: 35%;
}
.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: 22px;
}

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;
}
.card.user-card {
    padding: 20px;
}
.addService input.form-control, .addService textarea, .add-hobbies input.form-control, .addService select  {
    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;
    opacity: 1;
}

.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: 30px;
    color: var(--dark);
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 100%;
    text-decoration: none;
}
a:focus, button:focus {outline: none !important; box-shadow: none !important;}
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;
}
img.total-lefticon {
    height: 60px;
}
.dash-total-users:hover {
    box-shadow: 0 4px 5px #ccc75d7a;
    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%;
}

@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;
}

.from-date input {
    border: none;
    border-radius: 8px;
    margin: 0 !important;
}
table .action-btns img {
    border-radius: 0 !important;
    height: 15px;
    margin-right: 4px;
}
button.btn.btn-dark {
    background-color: var(--dark);
    color: #000 !important;
    border-radius: 6px !important;
    border: none;
    padding: 10px 15px;
}

.card-header.border-btm {
    border-bottom: 2px solid #2C28281C;
}
.toggle-user input#switch {
    margin-bottom: 0 !important;
}
.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 input:checked {
    background: var(--lightbg);
}
.toggle-user input:checked:after {
    transform: translateX(100%);
    background: var(--dark);
}
.toggle-user input:after {
    background: var(--red);
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 2px;
    transition: 0.5s;
}
.modal button.close {
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 100%;
}
button.btn-primary {
    background: var(--dark) !important;
    color: #000;
    border-color: var(--dark) !important;
}
#deleteModal .modal-dialog {
    max-width: 38% !IMPORTANT;
}

.upload-category-media {
    border: 1px dashed #bbb;
    height: 150px;
    width: 150px;
    margin: 0 auto 20px auto; 
    text-align: center;
    border-radius: 0%;
}
.upload-category-media input.form-control {
    height: 150px;
    width: 150px;
    opacity: 0;
    border-radius: 0%;
    z-index: 999;
    position: relative;
}
.add-icons-abs {
    position: absolute;
    top: 40%;
    left: 0;
    font-size: 20px;
    right: 0;
    margin: 0 auto;
}
.blogimg .picUpdate .profile-pic img {
    width: 150px;
    height: 125px;
    object-fit: cover;
    border-radius: 0;
}
.notification-list-wrap {
    display: flex;
    align-items: center;
    gap: 22px;
}
.notify-table th .select-all-note {
    display: inline-flex;
    align-items: center;
}

.notify-table .select-all-note , .notify-table .select-all-note span {
    display: inline-block;
}
.notify-table .select-all-note input {
    display: inline-block;
    width: max-content;
    margin: 0 10px 0 0 !important;
}
.card.dashboard-card  g.highcharts-series path,
.card.dashboard-card .highcharts-legend-item rect.highcharts-point {
     fill: #ccc75d; 
}
.card.dashboard-card  g.highcharts-series path:hover {
    opacity: .9;
}
.user-view-details .user-details-lft img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #00000030;
}
.user-view-details .user-details-lft.event-img img {
    border-radius: 0;
    width: 300px;
    height: 200px;
}
.user-view-details .appointmnt-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 500px;
    margin: 10px auto;
}
.user-view-details.event-view-sec .appointmnt-details {
    max-width: 950px;
    align-items: flex-start;
}
.user-view-details.event-view-sec .appointmnt-details {
    border-bottom: 1px solid #00000017;
    padding-bottom: 10px;
}
.user-view-details.event-view-sec .appointmnt-details:last-child {
    border-bottom: none;
}
.manage-user-data span.send-btn a,
.manage-user-data span.message-btn a{
    background-color: #ccc75d;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    width: max-content;
    display: block;
}
/* .sidebar .nav-links li.showMenu .icon-link {
    padding: 6px;
} */
.sidebar .nav-links li .icon-link {
    position: relative;
}
/* .sidebar .nav-links li.showMenu .icon-link::after {
    content: "";
    background: var(--dark);
    width: 216px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    border-radius: 8px;
    z-index: -1;
} */
.manage-user-data span.send-btn a:hover,
.manage-user-data span.message-btn a:hover {
    opacity: .9;
}
.notifications .notification-list-wrap img {
    width: 30px;
    height: auto;
}
.header-notify .dropdown-menu {
    border: none !important;
    box-shadow: 0px 0px 6px #2c282836;
    width: 350px;
    left: 0;    
}
.header-notify button {
    background: transparent !IMPORTANT;
    border: none !important;
}
.header-notify .dropdown-menu ul {
    padding-left: 0;
    list-style: none;
}
.header-notify .dropdown-menu ul li {
    padding: 9px 0;
    border-bottom: 1px solid #b06b1a26;
}
.header-notify .notification-detail {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px;
}
.header-notify .notification-detail img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border-radius: 6px;
}
.header-notify .right-notify {
    width: 82%;
}
.header-notify .short-des {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.header-notify .notification-button a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.dash-card-cntnt .dash-icon {
    background-color: #ccc75d;
    padding: 10px;
    border-radius: 10px;
}
.dash-card-cntnt .dash-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
div#users path.apexcharts-bar-area,
div#events path.apexcharts-bar-area {
    fill: #ccc75d;
}
div#users span.apexcharts-tooltip-marker,
div#events span.apexcharts-tooltip-marker {
    background-color: #ccc75d !important;
}
ul.rating-star {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-items: center;
}
ul.rating-star li i {
    font-size: 16px;
    color: #f7b635;
}

.green-border input.form-control {
    border: 2px solid #068d06;
}
.green-border label.col-form-label { color: #068d06 !important;}
.appointmnt-details.ques-text {
    max-width: none !important;
}