/*****  Fonts  *****/
/*
font-family: 'Roboto', sans-serif;
*/
/*****  Global Style  *****/

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #f5f5f5;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

h2,
.h2 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1e;
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1e1e1e;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
}

h6,
.h6 {
  font-size: 12px;
  font-weight: 500;
  color: #858585;
  text-transform: uppercase;
}

img {
  max-width: 100%;
  vertical-align: top;
}

p {
  line-height: 1.5;
}

strong {
  font-weight: 500;
}

a,
i.icons,
button,
input[type="submit"],
.overlay {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a {
  color: #3bd1c5;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button[disabled],
html input[disabled] {
  opacity: 0.5;
}

/*****  Main CSS  *****/

.main {
  width: 100%;
  overflow: hidden;
}

.bg-1 {
  background-color: #89e3dc !important;
}

.bg-2 {
  background-color: #effbfa !important;
}

.bg-3 {
  background-color: #deffd3 !important;
}

.bg-4 {
  background-color: #ffd3d3 !important;
}

.bg-5 {
  background-color: #deffd3 !important;
}

.tc-1 {
  color: #89e3dc !important;
}

.tc-2 {
  color: #004640 !important;
}

.tc-3 {
  color: #114400 !important;
}

.tc-4 {
  color: #520000 !important;
}

.tc-5 {
  color: #666 !important;
}

.tc-6 {
  color: #000 !important;
}

.tc-7 {
  color: #555 !important;
}

.tc-8 {
  color: #3b3b3b !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.bs-r-6 {
  position: relative;
}

.bs-r-6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  width: 6px;
  background-color: #89e3dc;
  height: 100%;
}

/*****  Login Page  *****/

.login-box {
  background-color: #fff;
  border-radius: 15px;
  max-width: 545px;
  width: 100%;
  padding: 50px 40px;
  margin: 50px auto;
}

.login-box label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.login-box .form-control {
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  font-size: 16px;
  color: #000;
  height: 65px;
  border-radius: 8px;
  padding: 10px 20px;
}

.password-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  line-height: 64px;
  cursor: pointer;
}

.login-box .form-check-input {
  background-color: #000;
  border-color: #000;
  height: 16px;
  width: 16px;
  margin-top: 4px;
  box-shadow: none !important;
}

.login-box .form-check label {
  font-size: 16px;
  font-weight: 400;
}

.forgot-password-link {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}

.forgot-password-link:hover {
  text-decoration: none;
}

.btn-login {
  background-color: #89e3dc;
  border: none;
  border-radius: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  width: 100%;
  height: 75px;
  margin-top: 15px;
}

.btn-login:hover,
.btn-login:focus {
  background-color: #000;
  color: #fff;
}

/*****  Main Left Sidebar  *****/

.main-left-sidebar {
  width: 100%;
  max-width: 230px;
  background-color: #fff;
}

.logo {
  padding: 20px;
  text-align: center;
}

.menu-title {
  padding: 0 20px;
}

.left-menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.left-menu li a {
  font-size: 14px;
  color: #000;
  padding: 10px 20px;
  display: block;
  background-color: #fff;
}

.left-menu li a:hover,
.left-menu li a:focus,
.left-menu li.active a {
  background-color: #89e3dc;
  text-decoration: none;
}

.left-menu li a img {
  vertical-align: top;
  margin-top: 2px;
  margin-right: 8px;
}

/*****  Main Right Content  *****/

.top-navbar {
  background-color: #effbfa;
  padding: 25px 15px;
}

.top-navbar-left p {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 1.5;
}

.top-navbar-left p strong {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.top-navbar-setting>a,
.top-navbar-notification>a {
  background-color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  padding: 13px;
}

.top-navbar-user .dropdown-toggle {
  cursor: pointer;
  line-height: 1.4;
  user-select: none;
}

.top-navbar-user .dropdown-toggle:after {
  display: none;
}

.top-navbar-user .dropdown-toggle .top-navbar-user-img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
}

.top-navbar-user .dropdown-toggle .top-navbar-user-name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.top-navbar-user .dropdown-toggle .top-navbar-user-email {
  font-size: 14px;
  color: #3b3b3b;
}

.notifications-dropdown-v .dropdown-toggle,
.notifications-dropdown-h .dropdown-toggle,
.chat-dropdown-v .dropdown-toggle,
.chat-dropdown-h .dropdown-toggle {
  font-size: 16px;
  color: #666666;
}

.notifications-dropdown-v .dropdown-toggle:after,
.notifications-dropdown-h .dropdown-toggle:after,
.chat-dropdown-v .dropdown-toggle:after,
.chat-dropdown-h .dropdown-toggle:after {
  display: none;
}

.top-navbar-notification {
  position: relative;
}

.notifications-box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 420px;
  z-index: 9;
  box-shadow: 0px 2px 10px 1px #ccc;
  text-align: left;
}

.notifications-tabs a {
  background-color: #effbfa;
  padding: 5px 20px;
  border-radius: 100px;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}

.notifications-tabs a.active {
  background-color: #89e3dc;
  color: #000;
}

.notifications-body {
  height: 328px;
  overflow-y: auto;
  padding: 10px 0;
}

.user-img {
  border: 2px solid #fff;
}

.user-img.online {
  border-color: #76e863;
}

.user-img.offline {
  border-color: #f00;
}

.user-img-30 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  overflow: hidden;
}

.user-img-35 {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  overflow: hidden;
}

.user-img-40 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #eee;
}

.user-img-45 {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  overflow: hidden;
}

.user-img-50 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
}

.user-img-75 {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  overflow: hidden;
}

.user-img-100 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.main-right-content-inner {
  padding: 20px;
}

.card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.card-body {
  padding: 25px 20px;
}

.btn-light {
  display: inline-block;
  vertical-align: top;
  background-color: #effbfa;
  border: none;
  padding: 8px 15px;
  border-radius: 100px;
  font-size: 12px;
  color: #004640;
}

.btn-light:hover,
.btn-light:focus {
  background-color: #dbefed;
  color: #004640;
}

.icon-wrap {
  background-color: #d9d9d9;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  padding: 8px 4px;
  text-align: center;
}

.badge {
  background-color: #ebebeb;
  border-radius: 4px;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}

.badge.bg-3 .fa-arrow-right {
  transform: rotate(-45deg);
}

.badge.bg-4 .fa-arrow-right {
  transform: rotate(45deg);
}

.table tr th {
  background-color: #fafafa;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding: 16px 20px;
  border-color: #ebebeb;
}

.table tr td {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 13px 20px ;
  border-color: #ebebeb;
}

.booking_table .table tr td {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 4px 20px !important;
  border-color: #ebebeb;
}

.breadcrumb {
  margin-bottom: 10px;
}

.breadcrumb li {
  font-size: 12px;
}

.breadcrumb li a {
  color: #666666;
}

.breadcrumb li.active {
  color: #000000;
}

.btn-blue {
  display: inline-block;
  vertical-align: top;
  background-color: #89e3dc;
  border: none;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #effbfa;
  color: #000;
}

.btn-light1 {
  display: inline-block;
  vertical-align: top;
  background-color: #effbfa;
  border: none;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.btn-light1:hover,
.btn-light1:focus {
  background-color: #89e3dc;
  color: #000;
}

.tabs1 a {
  background-color: transparent;
  padding: 15px 20px;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.tabs1 a.active {
  background-color: #f7fdfd;
  color: #666666;
  border-color: #89e3dc;
}

.form-control,
.form-select {
  background-color: #effbfa;
  width: 100%;
  font-size: 14px;
  color: #004640;
  height: 42px;
  border: 2px solid #effbfa;
  border-radius: 100px;
  padding: 8px 16px;
  box-shadow: none !important;
}

.form-select {
  padding-right: 36px !important;
}

.form-control:focus,
.form-select:focus {
  background-color: #fff !important;
  border-color: #89e3dc !important;
}

.form-control-group-icon {
  position: relative;
}

.form-control-group-icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 15px;
  color: #004640;
}

.form-control-group-icon img {
  position: absolute;
  top: 50%;
  left: 11px;
  text-align: center;
  font-size: 15px;
  color: #004640;
  transform: translateY(-50%);
}

.form-control-group-icon .form-control,
.form-control-group-icon .form-select {
  padding-left: 34px;
}

.form-switch {
  min-height: 1px;
}

.form-switch .form-check-input {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  height: 20px !important;
  width: 40px !important;
  box-shadow: none !important;
}

.form-switch .form-check-input:checked {
  background-color: #89e3dc;
  border-color: #89e3dc;
}

.icon-btn {
  background-color: #effbfa;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  padding: 7px 1px;
  text-align: center;
}

.icon-btn:hover {
  background-color: #89e3dc;
}

.table tr.sub-tr td {
  background-color: #ffecd2;
  border-color: #f6dab2;
  color: #000;
}

.table tr.sub-tr td .icon-btn {
  background-color: #ffdaa7;
}

.table tr.sub-tr td .icon-btn:hover {
  background-color: #e8c089;
}

.table tr th .form-check-input,
.table tr td .form-check-input {
  height: 16px;
  width: 16px;
  margin-top: 3px;
  box-shadow: none !important;
}

.pagination .page-item {
  margin: 5px;
}

.pagination .page-item .page-link,
.pagination-prev,
.pagination-next {
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  font-size: 13px;
  color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover,
.pagination-prev:hover,
.pagination-next:hover {
  background-color: #89e3dc;
  border-color: #89e3dc;
}

.star {
  font-size: 16px;
  color: #ff9900;
}

.form-area label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.form-area .form-control,
.form-area .form-select {
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  font-size: 16px;
  color: #000;
  height: 65px;
  border-radius: 8px;
  padding: 10px 20px;
}

.upload-img-box {
  background-color: #fafafa;
  border: 3px dashed #ebebeb;
  border-radius: 10px;
  padding: 50px 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
  height: 250px !important;
}

.upload-img-box i {
  background-color: #ebebeb;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 15px;
}

.upload-img-box .form-control {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.form-area1 label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0 0 2px;
}

.form-area1 .form-control,
.form-area1 .form-select,
.form-area1 .css-13cymwt-control,
.form-area1 .css-t3ipsp-control {
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #000;
  height: 50px;
  border-radius: 8px;
  padding: 13px 15px;
  align-items: flex-start;
}

.form-area1 .css-13cymwt-control,
.form-area1 .css-t3ipsp-control {
  padding: 10px 15px;
  height: auto;
  min-height: 50px;
}

.form-area1 .css-13cymwt-control .css-hlgwow,
.form-area1 .css-t3ipsp-control .css-hlgwow,
.form-area1 .css-13cymwt-control .css-hlgwow .css-19bb58m,
.form-area1 .css-t3ipsp-control .css-hlgwow .css-19bb58m {
  padding: 2px 0;
  margin: 0;
}

.form-area1 .css-13cymwt-control .css-1wy0on6,
.form-area1 .css-t3ipsp-control .css-1wy0on6 {
  margin: -5px -12px;
  padding: 0;
}

.form-area1 .css-13cymwt-control .css-1dyz3mf,
.form-area1 .css-t3ipsp-control .css-1dyz3mf {
  padding: 0;
}

.form-area1 textarea.form-control {
  height: 150px !important;
  resize: none !important;
}

.form-area1 .form-control.small {
  max-width: 70px;
  padding: 8px;
  height: 40px;
}

.form-area1 .form-control[type="file"] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.form-area1 .form-control.error,
.form-area1 .form-select.error {
  border-color: #d11e1e !important;
}

.alert-danger {
  border-color: #d11e1e !important;
  background-color: #f09393 !important;
}

.alert-success {
  border-color: #009551 !important;
  background-color: #80f2be !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.loader .spinner-border {
  border-color: #fff;
  border-right-color: transparent !important;
}

.password-icon1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  line-height: 50px;
  cursor: pointer;
}

.btn-blue1 {
  background-color: #89e3dc;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  width: 100%;
  height: 60px;
  margin-top: 15px;
}

.btn-blue1:hover,
.btn-blue1:focus {
  background-color: #000;
  color: #fff;
}

.red-btn-color {
  background-color: #ffeeee;
  color: #5c0000;
}

.red-btn-color:hover,
.red-btn-color:hover {
  background-color: #000;
  color: #fff;
}

.btn-tag {
  display: inline-block;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  padding: 6px 15px;
  border-radius: 100px;
  font-size: 14px;
  color: #000;
}

.btn-light-round {
  display: inline-block;
  vertical-align: top;
  background-color: #effbfa;
  border: none;
  padding: 10px;
  border-radius: 100px;
  font-size: 16px;
  color: #000;
  width: 40px;
  height: 40px;
}

.btn-light-round:hover,
.btn-light-round:focus {
  background-color: #89e3dc;
  color: #000;
}

.right-side-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  padding-left: 10px;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.right-side-popup.right-side-popup-w75 {
  width: 75%;
}

.right-side-popup-inner {
  height: 100%;
  overflow-y: auto;
}

.right-side-popup.right-side-popup-hide {
  right: -60%;
}

.right-side-popup.right-side-popup-w75.right-side-popup-hide {
  right: -80%;
}

.right-side-popup-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.right-side-popup-close {
  position: absolute;
  top: 35px;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 34px;
  left: -17px;
  z-index: 10;
  cursor: pointer;
}

.modal-dialog {
  max-width: 580px;
}

.modal-header-custom {
  position: relative;
  padding: 15px 45px 15px 15px;
}

.modal-header-custom .btn-close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.admin-note-item {
  border-top: 2px solid #89e3dc;
  padding-top: 12px;
  margin-top: 20px;
}

.admin-note-item:last-child {
  border-bottom: 2px solid #000;
  padding-bottom: 18px;
}

.chat-tabs a {
  background-color: #effbfa;
  padding: 10px 25px;
  border-radius: 100px;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}

.chat-tabs a.active {
  background-color: #89e3dc;
  color: #000;
}

.chat-msg-body {
  height: 530px;
  overflow-y: auto;
}

.chat-msg-badge {
  background-color: #89e3dc;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0;
}

.chat-area {
  position: relative;
  height: 100%;
}

.chat-area::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #ebebeb;
  left: -12px;
  top: -30px;
  bottom: -30px;
}

.chat-area-body {
  background-color: #fafafa;
  padding: 20px;
  margin-left: -12px;
  margin-right: -20px;
  height: 522px;
  overflow-y: auto;
  margin-top: 25px;
}

.chat-item {
  margin-bottom: 15px;
  max-width: 75%;
}

.chat-item-user {
  border: 2px solid #fff;
}

.chat-item-user.online {
  border-color: #76e863;
}

.chat-item-user.offline {
  border-color: #f00;
}

.chat-item-chat {
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 0px 10px 10px 10px;
}

.chat-item-right-side .chat-item-chat {
  background-color: #ebebeb;
  border-radius: 10px 0 10px 10px;
}

.chat-area-footer {
  position: relative;
  margin-left: -11px;
  margin-right: -20px;
  padding: 20px 20px 0 20px;
}

.chat-area-footer textarea.form-control {
  resize: none;
}

.chat-area-footer .send {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}

.btn-red {
  display: inline-block;
  vertical-align: top;
  background-color: #df1010;
  border: none;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
}

.btn-red:hover,
.btn-red:focus {
  background-color: #000;
  color: #fff;
}

.btn-red-light {
  display: inline-block;
  vertical-align: top;
  background-color: #fff8ee;
  border: none;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
  color: #000;
}

.btn-red-light:hover,
.btn-red-light:focus {
  background-color: #df1010;
  color: #fff;
}

.btn-red-light1 {
  display: inline-block;
  vertical-align: top;
  background-color: #ffeeee;
  border: none;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
  color: #000;
}

.btn-red-light1:hover,
.btn-red-light1:focus {
  background-color: #df1010;
  color: #fff;
}

.link {
  cursor: pointer;
}

.link span {
  color: #666;
  text-decoration: underline;
}

.link span:hover {
  text-decoration: none;
}

.form-radio .form-check-input {
  background-color: #ebebeb;
  border: 4px solid #fff;
  box-shadow: 0 0 0 3px #b0b0b0;
  width: 18px;
  height: 18px;
}

.form-radio .form-check-input:checked {
  background-color: #89e3dc;
  border-color: #fff;
  box-shadow: 0 0 0 3px #89e3dc;
  background-image: none;
}

.add-stylist-campaign-popup-body {
  height: 330px;
  overflow-y: auto;
}

.form-control-read-only {
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
}

.form-control-read-only>* {
  padding: 5px 20px;
}

.review-box-item {
  padding: 15px;
}

.stars i {
  color: #ff9900;
}

.job-box {
  box-shadow: 0 0 10px 1px #eee;
  padding: 12px;
  border-radius: 10px;
}

.user-grid-outer {
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 20px;
  max-height: 452px;
  overflow-y: auto;
}

.user-grid-item {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 20px;
}

.user-grid-item.active {
  background-color: #effbfa;
}

/* custom css start */
.custom-cat-list li.breadcrumb-item.active {
  font-weight: 500;
}

.custom-cat-list .user-profile {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.custom-cat-list .user-info span {
  display: block;
}

.custom-cat-list .user-info span.u-name {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 18px;
}

.custom-cat-list button.btn-light1.pink-btn {
  background: #ff385c;
  color: #fff;
}

.custom-cat-list button.btn-light1.pink-btn:hover {
  background: #000;
  color: #fff;
}

.custom-cat-list button.btn-light1.restrict-btn {
  background: #fff8ee;
  color: #5b3602;
}

.custom-cat-list button.btn-light1.restrict-btn:hover {
  background: #000;
  color: #fff;
}

.custom-cat-list .right-head .progress {
  height: 12px;
  border-radius: 0;
  --bs-progress-bar-bg: #000;
  font-size: 10px;
  margin: 35px 0.5em 0px 0.5em;
}

.custom-cat-list .tabs1 .active {
  font-weight: 600;
}

.custom-cat-list .card-body-head {
  border-left: 6px solid #89e3dc;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

.custom-cat-list .card-head-title h4 {
  margin-bottom: 3px;
}

.custom-cat-list .info-form input,
.custom-cat-list .info-form select {
  font-weight: 500;
}

.custom-cat-list .images-bus {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

.custom-cat-list .images-bus img {
  width: 24%;
  margin-bottom: 1%;
  max-height: 120px;
  object-fit: cover;
}

.custom-cat-list ul.Amenities-bus {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}

.custom-cat-list ul.Amenities-bus li {
  width: 48%;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
}

.custom-cat-list ul.Amenities-bus li.amn-active {
  border: 2px solid #000000;
}

.custom-cat-list ul.Amenities-bus li i.fa {
  background: #89e3dc;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  position: absolute;
  right: -10px;
  top: -10px;
}

.custom-cat-list ul.Amenities-bus li.amn-active i.fa {
  display: flex;
}

.custom-cat-list .amnt-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-cat-list .card-body-head a.edit {
  color: #000;
}

.custom-cat-list ul.availability-bus {
  padding-left: 0;
  list-style: none;
}

.custom-cat-list ul.availability-bus li {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  background: #fafafa;
  padding: 13px;
  border-radius: 8px;
  margin-bottom: 13px;
  border: 1px solid #ebebeb;
}

.custom-cat-list ul.services-bus {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}

.custom-cat-list ul.services-bus li {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 15px;
  font-weight: 500;
}

.custom-cat-list .ser-con span {
  display: block;
}

.custom-cat-list ul.services-bus img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 8px;
}

.custom-cat-list .treatmet-title span {
  display: block;
  font-weight: 600;
}

.custom-cat-list .treatmet-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}

.custom-cat-list .treatmet-title a {
  color: #000000;
}

.custom-cat-list .m-30 {
  margin-top: 30px;
}

.custom-cat-list .testimonials-col {
  box-shadow: 0px 4px 48px 0px #0000000d;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.custom-cat-list .test-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.custom-cat-list .test-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-cat-list .test-title img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.custom-cat-list span.test-name {
  font-weight: 500;
}

.custom-cat-list .testimonial-name span {
  display: block;
}

.custom-cat-list .rateing i.fa {
  color: #ff9900;
  font-size: 12px;
}

.custom-cat-list .test-btn {
  text-align: center;
  padding-top: 20px;
}

.service-rating .fa-star,
.service-rating .fa-star-o {
  color: gold;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #333;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.image-container {
  display: grid;
  grid-template-columns: repeat(auto-fill,
      minmax(150px, 1fr));
  /* Create a responsive grid */
  gap: 20px;
  justify-items: center;
  margin: 20px;
}

.image-item {
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: white;
  cursor: grab;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth transition for scaling and shadow */
}

.image-item:active {
  transform: scale(0.98);
  /* Adds a subtle "clicking" effect */
}

.image-item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  /* Rounded corners for the images */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* Smooth transition for the zoom effect */
}

/* Hover effect to zoom in and tilt the image slightly */
.image-item:hover img {
  transform: scale(1.1);
  /* Slight zoom */
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  /* Add a larger shadow on hover */
}

/* Tilt effect on the dragged image */
.image-item.dragging img {
  transform: rotate(10deg);
  /* Tilt the image */
  transition: transform 0.3s ease;
}

/* Delete button positioned at the top-right corner */
.delete-btn {
  position: absolute;
  top: 12px;
  right: 11px;
  background-color: rgba(249, 23, 23, 0.7);
  border: none;
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s ease;
}

.delete-btn:hover {
  background-color: rgba(255, 0, 0, 0.7);
}


/* new css by vikas start here  */
.cities h2 {
  font-size: 18px;
}

.cities {
  width: 20%;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 10px;
  margin-right: 10px;
}

.cities table tr td:last-child {
  text-align: right;
}

.cities table tr td p {
  margin-bottom: 10px;
  color: gray;
}

.cities table tr td:last-child p {
  color: rgb(0, 0, 0);
}

.pb-20 {
  padding-bottom: 20px;
}

button.apply-btn {
  background: #228E9C;
  color: #fff;
  border: 0px;
  padding: 10px 50px;
  border-radius: 10px;
}

button.apply-btn-small   {
  background: #228E9C;
  color: #fff;
  border: 0px;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 12px;
}

.mr-0 {
  margin-right: 0px;
}

/* Custom Checkbox Style */
.custom-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
  /* Hide the default checkbox */
}

.custom-checkbox span {
  display: inline-block;
  width: 20px;
  /* Width of the checkbox */
  height: 20px;
  /* Height of the checkbox */
  border: 2px solid #228E9C;
  /* Blue border */
  border-radius: 4px;
  /* Optional: rounded corners */
  box-sizing: border-box;
  background-color: white;
}

.custom-checkbox input[type="checkbox"]:checked+span {
  background-color: #228E9C;
  /* Background color when checked */
  border: 2px solid #228E9C;
  /* Optional: darker border when checked */
}

.custom-checkbox span::after {
  content: '';
  position: absolute;
  display: none;
  /* Initially hide the checkmark */
}

.custom-checkbox input[type="checkbox"]:checked+span::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* new css by vikas end here  */

/* custom css close */

/*****  Responsiveness  *****/

@media (min-width: 1400px) {}