div:where(.swal2-icon).swal2-warning {
  border-color: rgba(var(--bs-warning-rgb), .4) !important;
  color: rgba(var(--bs-warning-rgb), .8) !important;
}

div:where(.swal2-icon).swal2-success {
  border-color: rgba(var(--bs-success-rgb), .4) !important;
  color: rgba(var(--bs-success-rgb), .8) !important;
}

div:where(.swal2-icon).swal2-error {
  border-color: rgba(var(--bs-danger-rgb), .4) !important;
  color: rgba(var(--bs-danger-rgb), .8) !important;
}

div:where(.swal2-icon).swal2-info {
  /* --bs-purple-rgb: 111, 66, 193; */
  border-color: rgba(var(--bs-info-rgb), .4) !important;
  color: rgba(var(--bs-info-rgb), .8) !important;
}

div:where(.swal2-icon).swal2-question {
  border-color: rgba(var(--bs-info-rgb), .4) !important;
  color: rgba(var(--bs-info-rgb), .8) !important;
}

/* div:where(.swal2-icon){
  width: 4em !important;
  height: 4em !important;
} */

div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  border-radius: 5px !important;
  width: 27rem !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.25rem !important;
  color: var(--bs-dark) !important;
}

div:where(.swal2-container) .swal2-html-container {
  /* font-size: 0.875rem !important; */
  margin-bottom: 0 !important
}

.swal2-actions {
  width: 100% !important;
  padding: 0 1.5rem !important;
}

.swal2-actions .swal2-confirm {
  width: 100% !important;
}

.swal2-actions .swal2-cancel {
  width: 100% !important;
}

.page-link:focus {
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(214, 64, 237, .25) !important;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.pagination {
  gap: .5rem
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 64, 237, .25) !important;
}

.header-navbar-rht .msg-nav .nav-link:hover {
  color: #fff !important;
}

.lh-normal {
  line-height: normal;
}

/* .chat-window .card {
  height: calc(100vh - 230px);
} */

.cursor-pointer {
  cursor: pointer;
}

.z-10 {
  z-index: 10;
}

.review-gallery {
  width: 70px;
  height: 70px;
  position: relative;
}

.review-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.review-gallery .circle-icon {
  height: 30px;
  width: 30px;
}

.message-related-service {
  margin-right: 6px;
  display: flex;
  margin-top: 5px;
}

.message-related-service .mrs-content {
  max-width: 300px;
}

.message-related-service img {
  border: 1px solid #e4e5e7;
  border-radius: 3px;
  height: 46px;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 75px;
}

.message-related-service h3 {
  color: #95979d;
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0;
}

.message-related-service a .text-wrapper p {
  display: inline;
  margin-right: 4px;
  font-size: 14px;
}

.message-related-service a:hover .text-wrapper p {
  text-decoration: underline;
}

.media.sent .message-related-service {
  justify-content: flex-end;
}

::selection {
  color: #fff;
  background: var(--color-primary-dark);
}

.fw-medium {
  font-weight: 500;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--color-primary);
}

.mobile-user-menu-item {
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6fe;
  border-radius: 50%;
  position: absolute;
  right: 0;
}

.form-check-input:checked {
  background-color: hsl(292, 83%, 52%);
  border-color: hsl(292, 83%, 52%);
}

.form-check-input:focus {
  border-color: hsl(292, 83%, 76%);
  outline: 0;
  box-shadow: 0 0 0 0.25rem hsla(292, 83%, 52%, 0.25);
}

.interest-tag{
  background-color: var(--color-primary-dark);
  color: var(--bs-white);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.interest-tag:hover{
  background-color: var(--color-primary);
  color: var(--bs-white);
}

.irs--flat .irs-handle>i:first-child{
  left: 0;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before{
  left: 52%;
}

.servicecontent.small .service-img .serv-img{
  height: 150px;
}

.servicecontent.small .service-widget .fav-item{
  padding: 10px;
}

.servicecontent.small .item-cat{
  font-size: 10px;
  padding: 3px 7px;
}

.servicecontent.small .fav-item .fav-icon {
  width: 22px;
  height: 22px;
  font-size: 10px;
}

.servicecontent.small .item-info{
  padding: 0 10px 10px;
}

.servicecontent.small .item-img img {
  width: 25px;
  height: 25px;
}

.servicecontent.small .service-content {
  padding: 14px;
}

.servicecontent.small .servicecontent .service-content .title {
  font-size: 15px;
}

.servicecontent.small .service-content p{
  font-size: 11px;
}


.servicecontent.small .servicecontent.service-widget .serv-info h6{
  font-size: 19px;
}
.servicecontent.small .servicecontent .btn-book {
  padding: 5px 11px;
  font-size: 10px;
}

.bg-primary-main{
  background-color: var(--color-primary-dark);
}