@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');

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;
}
.yellow
{
  color: #DEB035;
}
/* Sidebar Css */

html body {
    background: #f3f2f7 !important;
    margin: 18px;
}
.sidebar {
    position: fixed;
    top: 18px;
    left: 18px;
    bottom: 18px;
/*    height: 100%;*/
    width: 242px;
    background: #f9f9f9;
    z-index: 100;
    transition: all 0.5s ease;
    padding: 20px 0;
    border-radius: 15px;
    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;
    /* position: absolute; */
    bottom: -8px;
}
.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;
}
.sidebar .logo-head {
    padding: 20px;
    border-top: 1px solid #DFDFDF;
}
.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: 6px 0;
    margin: 5px 0;
}
.action-btns img{
    border-radius: 0 !important;
}
.sidebar .nav-links li:hover {
  background: #f3f1f6;
}
.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: 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 {
    background: transparent linear-gradient(90deg, #F44C87 0%, #7E6EDD 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
}*/
.sidebar .nav-links li a.active:before {
    content: "";
    background: transparent linear-gradient(90deg, #F44C87 0%, #7E6EDD 100%) 0% 0% no-repeat padding-box;
    width: 230px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -12px;
    border-radius: 0 10px 10px 0;
    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: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
button.border-btn:hover {
    background: #212529;
    color: #fff;
}
button.dark-btn:hover {
    background: #e8cdd1;
    color: #c61f34 !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: #f9f9f9;
    height: auto;
    border-radius: 12px;
    position: fixed;
    width: calc(100% - 296px);
    top: 18px;
    z-index: 999;
}
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;
    background: transparent linear-gradient(92deg, #F44C87 0%, #7E6EDD 45%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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: none;
    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;
}
.from-to input[type="date"]::-webkit-calendar-picker-indicator,
.addService 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;
}
.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,
a.add-btn,
.save-btn a,
button.save-btn,
button.send-btn {
    font-weight: 300;
    padding: 12px 40px;
    background-color: #F44C87;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border: none;
}
button.search-btn {
    font-weight: 300;
    padding: 12px 40px;
    background-color: #F44C87;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border: none;
}
#myFileInput {
    display:none;
}
input.upload-btn {
    font-weight: 300;
    padding: 12px 40px;
    background-color: #F44C87;
    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;
}
.iti__selected-flag {
    height: 48px !important;
}

.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;
}

table .form-switch input[type="checkbox"]:checked, .table .form-switch input[type="checkbox"]:checked, .product-icons   input[type="checkbox"]:checked {
    background: #A51C301A;
}

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: #F44C87;
}
.table-users img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
    border-radius: 100%;
    object-fit: cover;
}
.table-users a.block-icon img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.table>thead {
    background: #f3f2f77d;
}
.table-users {
    display: flex;
    align-items: center;
}
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 {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    color: #757575;
}
table td, table th {
  padding: 15px !important;
  vertical-align: middle;
}

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 #e8cdd1;
}
header ul.dropdown-menu {
    border: none;
    box-shadow: 0 3px 4px #daa8af;
}
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: #bc2938;
    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: #b44555;
    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: #F44C87;
}
.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: #F44C87;
    border-color: #F44C87;
    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: #F44C87;
    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;
}

.usericons {
    background: #F44C87;
    height: 45px;
    width: 45px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
img.total-lefticon {
    height: 22px;
}

img.total-user-grph {
    height: 25px;
    margin-top: 10px;
}

.usericons.purple {
    background: #7E6EDD;
}

.usericons.blue {
    background: #53B6F5;
}

.usericons.yellow {
    background: #E1C37E;
}

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: 18px;
    font-weight: 300;
    color: #757575;
}
.addService input.form-control, .addService textarea, .add-hobbies input.form-control, .updateDetail input.form-control {
    border-radius: 15px;
    padding: 12px;
}
.addService input::placeholder,
.addService input[type="date"],
.add-hobbies input::placeholder{
    font-weight: 300;
    color: #DFDFDF;
}
.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;
}
.updateDetail button.update-btn {
    font-weight: 300;
    padding: 12px 20px;
    background-color: #F44C87;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border: none;
}
.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 #f44c87;
    height: 40px;
    color: #f44c87;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
}

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 .usericons {
    opacity: .6;
    transition: .3s;
}
.dash-total-users:hover {
    box-shadow: 0 4px 5px #f44c877a;
    transition: .3s;
}
.form-control {
    padding: 10px;
}
.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;
    min-height: 260px;
    height: 100%;
}

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: left;
    padding: 10px 0;
    border-bottom: 1px solid #fbcdde;
    flex-flow: column;
}

.search-btn {
    display: flex;
    gap: 5px;
}

p.not-found {
    border: 1px solid #ddd;
    width: max-content;
    margin: 0 auto;
    padding: 5px 30px;
}

.user-mains {
    padding: 20px !important;
}

.expired {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.pagination {
    flex-flow: row wrap;
    justify-content: center;
    gap: 5px;
}

.iti {
    width: 100% !important;
}