html,
body {
  height: 100%;
}
body {
  background: #ffffff;
  color: #393e46;
  font-family: "Cabinet Grotesk", sans-serif !important;
  font-weight: 500;
  font-size: 15px;
}

p {
  /*color: #5e5e5e;*/
  color: #393e46;
  font-size: 16px;

  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* #e0e0e0;
    border-radius:5px */
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input,
textarea,
form-control,
input:hover,
textarea:hover,
form-control:hover,
input:focus,
textarea:focus,
form-control:focus {
  outline: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
}
input.touchAction {
  touch-action: none;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #000000 !important;
  padding-left: 15px !important;
}
.only_close {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 16px;
}
.notification-popup {
  height: 150px;
}
.modal-mt {
  margin-top: 46px;
}
.width-50 {
  width: 50%;
}
.borderRadius {
  border-radius: 0.8rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*margin-bottom: 0;*/
  font-family: inherit;
  font-weight: normal;
  color: inherit;
}
.lh0 {
  line-height: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.f-none {
  display: none !important;
}
#main-content {
  height: 100%;
  width: calc(100% - 43.3%);
  min-height: 100vh;
  transition: all 0.4s;
  top: 0;
  left: 0;
}
.mw-100 {
  max-width: 100% !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#section-example {
  padding: 100px 0;
  background: #ffffff;
}
/* Top & Bottom */
.ts-top10 {
  top: 10px;
  position: relative;
}

/* Spacer */
.ts-space5 {
  height: 5px;
  width: 100%;
}
.ts-space10 {
  height: 10px;
  width: 100%;
}
.ts-space15 {
  height: 15px;
  width: 100%;
}
.ts-space20 {
  height: 20px;
  width: 100%;
}
.ts-space25 {
  height: 25px;
  width: 100%;
}
.ts-space30 {
  height: 30px;
  width: 100%;
}
.ts-space35 {
  height: 35px;
  width: 100%;
}
.ts-space40 {
  height: 40px;
  width: 100%;
}
.ts-space45 {
  height: 45px;
  width: 100%;
}
.ts-space50 {
  height: 50px;
  width: 100%;
}
.ts-space55 {
  height: 55px;
  width: 100%;
}
.ts-space60 {
  height: 60px;
  width: 100%;
}
.ts-space65 {
  height: 65px;
  width: 100%;
}
.ts-space70 {
  height: 70px;
  width: 100%;
}
.ts-space75 {
  height: 75px;
  width: 100%;
}
.ts-space80 {
  height: 80px;
  width: 100%;
}
.ts-space85 {
  height: 85px;
  width: 100%;
}
.ts-space90 {
  height: 90px;
  width: 100%;
}
.ts-space95 {
  height: 95px;
  width: 100%;
}
.ts-space100 {
  height: 100px;
  width: 100%;
}

.react-notification-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  /* -webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
    -moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
    -o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
    animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards; */
}

.react-notification-alert {
  width: 400px;
  padding: 30px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666;
}

#approvevender-modal .range-slider .range-slider__thumb,
#approvevender-modal .range-slider .range-slider__range {
  background: #5a31f4;
}
#approvevender-modal p.rangeNumber {
  color: #5a31f4;
}
#approvevender-modal .searchbar {
  flex-direction: row;
}

.ant-select-dropdown {
  z-index: 999999999999 !important;
}

.responseModalVIew .form-group {
  text-align: left;
  width: 70%;
  margin: auto;
}
.responseModalVIew .form-group label {
  display: block;
}
.responseModalVIew .form-group textarea {
  width: 100%;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 15px;
}

.sm-table-content img.export-excel-icon {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 33px;
  cursor: pointer;
}

.currencyCodeView {
  display: flex;
  border: 1px solid #bababa;
  border-radius: 5px;
}
.sm-mc-tail .form-group .currencyCodeView select {
  border-radius: 5px 0 0px 5px;
  border: 0;
  border-right: 1px solid #bababa;
  width: 110px;
}
.sm-mc-tail .form-group .currencyCodeView input {
  border: 0;
}
#myModalOptions .form-group .form-control.nobackground.validation {
  padding: 10px;
  background-image: none;
}

.sm-index form.rr-reports {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sm-index form.rr-reports .btn-main {
  border-radius: 50px;
}
.sm-index form.rr-reports input.touchAction,
.sm-index form.rr-reports select.form-control {
  height: 36px;
}
.sm-index form.rr-reports .react-datepicker-wrapper input.form-control {
  background-position-x: calc(100% - 15px);
  background-position-y: center;
  cursor: pointer;
}

.sm-index form.rr-reports + .sm-table-content img.export-excel-icon {
  left: auto;
  right: 10px;
  top: -50px;
  bottom: auto;
}

.sm-index form.rr-reports + div .hr-reports table th:nth-child(3) {
  min-width: 160px;
}

@media (max-width: 767px) {
  .sm-index form.rr-reports {
    gap: 0 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 430px) {
  .sm-index form.rr-reports {
    display: block;
  }
}

/* mar 3 */

#book-respond {
  .form-group {
    .confirmationlink {
      height: calc(2.25rem + 2px);
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      font-size: 14px;

      &::placeholder {
        font-weight: 400;
        font-size: 14px;
        color: #495057 !important;
      }
    }
  }
}

.supply-ChatBox {
  .list {
    box-shadow: 0px 0px 2px #ccc;
    h4 {
      &.supBadge {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
        text-transform: capitalize;
        width: calc(100% - 95px);
        span {
          margin-top: 0;
          padding: 4px 10px;
          font-size: 11px;
          border-radius: 10px;
          background-color: #d1fae5;
          color: #065f46;
          word-break: break-word;
          white-space: normal;
        }
      }
    }
  }
}

.supply-ChatBox-heading {
  padding: 15px;
  margin: 0;
  font-size: 22px;
}

.supply-ChatBox {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  grid: 15px;
  padding: 0px;
  border: 0px solid #efe9ff;
  background: #ffffff;
  width: calc(100% - 30px);
  margin: auto;
  border-radius: 10px;
  height: calc(100vh - 80px);
  margin-top: 25px;
  i.fa.fa-search {
    color: #a3a3a3;
  }
  .searchInput {
    position: relative;
    input {
      width: 100%;
      background: #f1f1f1;
      padding: 10px 10px;
      margin-bottom: 5px;
    }
    i {
      position: absolute;
      right: 10px;
      top: 14px;
      cursor: pointer;
    }
  }

  .requestList {
    max-height: calc(100% - 105px);
    overflow: auto;

    &:has(.ant-spin-spinning) {
      height: 100%;
      & > div {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
      }
    }
  }

  h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 15px 12px;
    border-radius: 10px 10px 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
  }

  .item {
    background: #ffffff;
    border-radius: 10px 0 0 10px;
    min-width: 320px;
    max-width: 400px;
    border-right: 1px solid #e5eaff;
    padding: 10px 0px 10px 10px;
    &:nth-child(2) {
      border-radius: 0;
    }
  }
  .chatting.item {
    flex: 1;
    position: relative;
    border-radius: 0px 10px 10px 0;
    padding: 10px 10px;
    border-right: 0px;
    max-width: initial;
    h2 {
      flex-direction: column;
      align-items: flex-start;
      font-size: 18px;
    }
    p {
      margin: 0;
      font-size: 13px;
    }
  }
  .list {
    padding: 15px 10px 10px;
    border-left: 4px solid #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 70px;
    position: relative;

    &:has(h4.active),
    &:hover,
    &.active {
      background: #5a31f420;
      border-left: 4px solid #5a31f4;
    }

    h4 {
      color: #000000;
      font-size: 16px;
      font-weight: 600;
      margin: 0;
      position: relative;
      display: inline-block;
      cursor: pointer;
      padding-right: 30px;
      span {
        position: static;
        display: flex;
        color: #6a6a6a;
        font-size: 13px;
        font-weight: 500;
        margin-top: 8px;
        i {
          font-size: 15px;
          margin-right: 5px;
        }
      }
      a {
        color: #5a32f4;
        font-size: 15px;
      }
    }

    p {
      font-size: 13px;
      color: #343434;
      margin: 0;
      font-weight: 400;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      &.last-message-time {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #8c8a8a;
        min-width: 95px;
      }
      span {
        height: 23px;
        width: 23px;
        background: #fa5767;
        color: #ffffff;
        border-radius: 50%;
        font-size: 13px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -5px;
      }
    }
  }
  .chatBoxBody {
    height: calc(100% - 165px);
    overflow: auto;
  }
  .chat-box {
    position: relative;
    margin: 10px 0px 8px;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #e0e0e0;
    max-width: 52%;
    min-width: 52%;
    position: relative;
    font-size: 17px;
    white-space: normal;
    word-wrap: break-word;
    &.long-sentby {
      max-width: 70%;
      .timestamp {
        gap: 10px;
      }
    }
    span {
      white-space: pre-wrap;
      word-break: break-word;
      span {
        &:last-child {
          display: block;
          font-size: 13px;
          color: #363636;
        }
      }
    }

    &.sender {
      background-color: transparent;
      justify-self: flex-end;
      color: #e5eaff;
      margin-left: auto;
      margin-right: 5px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;

      & > div {
        background-color: #5a31f4;
        border-radius: 10px 0 10px 10px;
        padding: 10px 20px;
        display: inline-block;
      }
      & > span {
        text-align: right;
      }

      /* &::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -9px;
        width: 18px;
        height: 15px;
        background: #5a31f4;
      }
      &::before {
        content: "";
        position: absolute;
        bottom: 1px;
        right: -15px;
        width: 15px;
        height: 20px;
        z-index: 9;
        border-radius: 0 0 0 20px;
        background: #fff;
      } */
    }

    &.receiver {
      background-color: transparent;
      color: #1b1b1b;
      justify-self: flex-start;
      margin-left: 5px;
      & > div {
        background-color: #efe9ff;
        border-radius: 0px 10px 10px 10px;
        padding: 10px 20px;
        display: inline-block;
      }
      /* &::after {
        content: "";
        position: absolute;
        top: 0;
        left: -8px;
        width: 15px;
        height: 15px;
        background: #efe9ff;
      }
      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        width: 15px;
        height: 20px;
        z-index: 9;
        border-radius: 0px 20px 0px 0px;
        background: #fff;
      } */
    }
  }
  .chat-input {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 20px;
    display: flex;
    input {
      width: 100%;
      background: #ffffff;
      border: 1px solid #efe9ff;
      padding: 20px 15px;
      border-radius: 6px;
    }
    textarea {
      width: 100%;
      background: #ffffff;
      border: 1px solid #efe9ff;
      padding: 20px 60px 20px 15px;
      border-radius: 6px;
      resize: none;
      max-height: 140px;
      overflow-y: hidden;
      transition: height 0.1s ease;
      line-height: 1.5;
      min-height: 65px;
    }
    button {
      background: #5a31f4;
      color: #ffffff;
      padding: 5px 0px 5px 5px;
      border: 0;
      border-radius: 6px;
      font-size: 16px;
      font-weight: 500;
      position: absolute;
      right: 23px;
      top: 11px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      img {
        width: 16px;
      }
    }
  }
  span.timestamp {
    color: #aaaaaa;
    font-size: 12px;
    padding-top: 5px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: flex-end;

    &.receiver {
      padding-bottom: 2px;
      padding-left: 0px;
      text-align: left;
    }
    &.sender {
      justify-self: flex-end;
      padding-bottom: 2px;
      padding-right: 5px;
    }
  }
}

.smPopup {
  .supply-ChatBox {
    .chat-input {
      bottom: 0;
      padding-bottom: 10px;
      input {
        background: #f7f7f7;
      }
      .char-counter {
        bottom: -10px;
        right: 1px;
      }
      button {
        right: 15px;
      }
    }
  }
}

.supply-ChatBox {
  @media (min-width: 992px) and (max-width: 1299px) {
    .chat-box {
      max-width: initial !important;
    }
  }
  @media (max-width: 575px) {
    .chat-box {
      max-width: initial !important;
    }
  }
}

#myChatModal {
  .modal-content {
    background: #f1f1f1;
    padding: 45px;
  }
  .modal-body.supply-ChatBox {
    width: 100%;
    height: 80vh;
    display: block;
    padding: 0;
    .chat-box {
      /* width: 100%; */
      max-width: 100%;
      .receiver-msg {
        max-width: 70%;
      }
    }
    .chatting.item {
      height: 78vh;
    }
    .chatBoxBody {
      height: calc(100% - 165px);
    }
  }
}

span.unreadCount {
  background: #fa5767;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding: 0px;
  margin-left: 5px;
}

/* Apply custom scrollbar styles only to .chatBoxBody */
.supply-ChatBox .chatting.item .chatBoxBody::-webkit-scrollbar {
  width: 6px !important; /* Adjust scrollbar width */
}

.supply-ChatBox .chatting.item .chatBoxBody::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 10px !important;
}

.supply-ChatBox .chatting.item .chatBoxBody::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 10px !important;
}

.supply-ChatBox .chatting.item .chatBoxBody::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

.char-counter {
  position: absolute;
  bottom: 5px;
  right: 75px;
  font-size: 11px;
  color: #8c8c8c;
  pointer-events: none;
}

.char-counter-mc {
  position: absolute;
  bottom: -20px;
  right: 0px;
  font-size: 12px;
  color: #8c8c8c;
  pointer-events: none;
}

::-webkit-scrollbar {
  width: 5px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #777777 !important;
}

::-webkit-scrollbar-thumb {
  background: #777777 !important;
}

#shareGuestRateModal {
  .table thead th {
    min-width: 100px;
  }
}

.sm-table-content {
  table td:has(.msgCount) {
    a {
      position: relative;
      display: block;
    }
    span.unreadCount {
      position: absolute;
      top: 5px;
      right: auto;
      left: 30px;
    }
  }
}

/* mar 4  */
.sm-index {
  .shareGuestBtn {
    text-align: right;
    button {
      border: 2px solid #5a32f4;
      line-height: 1.2;
      padding: 9px 30px 8px 30px;
      font-size: 15px;
      background: #5a32f4;
      color: #ffffff;
      border-radius: 30px;
      cursor: pointer;
      &.notSelected {
        background: #ffffff;
        color: #5a32f4;
      }
    }

    i {
      margin-right: 10px;
    }
  }
}

.optionstable,
.innerTwotails {
  .checkmark1 {
    border-radius: 3px;
    border-color: #5a32f4;
  }
  .container-1 .checkmark1:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 11px;
  }
  .container-1 input:checked ~ .checkmark1 {
    background: #5a32f4;
  }
  .container-1:has(input[type="checkbox"]:disabled) {
    opacity: 0.4;
  }
}

#myModal-email,
#confirmSubmissionModal {
  .only_close {
    cursor: pointer;
    i {
      font-size: 20px;
    }
  }
  .modal-content {
    input.form-control {
      border: 1px solid #cccccc;
      box-shadow: none;
    }
    padding: 40px;
    .buttonsgroup {
      button {
        border: 1px solid #5a31f4;
        color: #ffffff;
        font-size: 15px;
        padding: 7px 25px;
        background: #5a31f4;
        border-radius: 30px;
        &#calsubmit {
          background: #feecec;
          color: #e74c3c;
          border-color: #e74c3c;
        }
      }
    }
    p {
      &.subHeader {
        font-size: 16px;
        line-height: 1.5;
        color: #787878;
        margin-bottom: 40px;
      }
      &.onceAlert {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500;
      }
      &.confiremAlert {
        font-size: 16px;
        line-height: 1.5;
        color: #787878;
        margin-bottom: 10px;
      }
    }
    label.customcheck {
      padding-bottom: 0;
      border: none;
      color: #393e46;
      font-size: 16px;
      margin-bottom: 0;
    }
    p.text-left.px-4.m-0 {
      font-size: 14px;
    }
    .customcheck .checkmark {
      height: 20px;
      width: 20px;
      &::after {
        left: 7px;
        top: 2px;
        width: 6px;
        height: 10px;
      }
    }
    .customcheck input:checked ~ .checkmark {
      background-color: #5a31f4;
      border-color: #5a31f4;
    }
  }
}

/* guest public page */
.inreview-table {
  &.preferences-submitted {
    .ant-table-row-expand-icon-cell {
      padding-left: 40px !important;
    }
  }

  .ant-table-row {
    position: relative;

    .prefrence-name {
      position: absolute;
      top: 0;
      left: 0;

      span {
        position: relative;
        color: #fff;
        padding: 0px 4px;
        z-index: 1;

        &::after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-top: 37px solid #5a32f4;
          border-right: 37px solid transparent;
          left: 0;
          z-index: -1;
        }

        &.greenBadge {
          color: #008d46;
          font-weight: 800;

          &::after {
            border-top-color: #008d4650;
          }
        }

        &.yellowBadge {
          color: #bf8d11;
          font-weight: 800;

          &::after {
            border-top-color: #bf8d1150;
          }
        }
      }
    }
  }
}

.communitiesOptions {
  .footerSubmit {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    padding: 15px;
    z-index: 9;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  }

  .preference-select {
    border: 2px solid #5a31f4;
    font-size: 1rem;
    font-weight: 500;
    color: #5a31f4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235a31f4' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 36px;
    &:focus {
      box-shadow: none;
      border: 2px solid #5a31f4;
      color: #5a31f4;
    }
  }
  .layer-btn {
    border: 1px solid #5a31f4;
    background-color: #fff;
    border-radius: 50px;
    line-height: 1.2;
    padding: 0.5rem 4rem;
    outline: 0;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.9s;
    color: #5a31f4;
    &:hover {
      background-color: #5a31f4;
      color: #fff;
    }
    &:focus {
      box-shadow: none;
    }
    &.fill {
      background-color: #5a31f4;
      color: #fff;
      line-height: 1.5;
      font-weight: 500;
    }
  }
  .errormsg-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 1;
    height: 40px;

    p {
      flex: 1;
      padding: 7px 15px;
      margin-bottom: 0;
      &.noOption {
        width: 100%;

        & + .btn {
          display: none;
        }
      }
    }

    p.noOption + .btn {
      /* display: none; */
    }
  }

  .preferencemodal {
    padding: 25px 75px;
    margin-bottom: 32px;
    font-size: 1.125rem;
    font-weight: 400;
  }
  .restricted-label {
    color: #fa5767;
    background: #fa576730;
    padding: 4px 15px;
    border-radius: 4px;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 500;
  }
}

.communitiesOptions {
  margin-bottom: 80px;
  .displayView {
    font-size: 25px;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
    margin: 20px 0;
    .bi {
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0.2;
      cursor: pointer;
      &.active {
        opacity: 1;
      }
      &.bi-list-task {
        font-size: 32px;
        position: relative;
        top: 2px;
      }
    }
  }
  .gridviews {
    .currentview-info {
      .cv-titles {
        h1 {
          height: auto;
          font-size: 1.4rem !important;
          font-weight: 500;
          margin-bottom: 0.5rem;
          text-transform: capitalize;
          display: flex;
          align-items: center;
          margin: 0;
          gap: 10px;
          span {
            select {
              padding: 3px 15px;
              height: auto;
              background-position-x: calc(100% - 10px);
              background-position-y: 8px;
              &.is-invalid {
                background-position-y: 5px;
              }
            }
          }
        }
        p {
          font-size: 1.1rem;
          font-weight: 400;
          margin-bottom: 0.5rem;
        }
      }
      .btn-border-black {
        border-radius: 0;
        line-height: 1.2;
        padding: 0.75rem 1.35rem;
        font-size: 1.08rem;
        font-weight: 500;
        border: 2px solid #000;
      }
      .CommunityMoreInfo {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 10px;
        min-height: 35px;
        li {
          display: flex;
          align-items: center;
          gap: 10px;
          font-size: 1.15rem;
          font-weight: 500;
          img {
            width: 20px;
            position: relative;
            top: -2px;
            opacity: 0.6;
            &.parking {
              top: -4px;
              width: 30px;
            }
          }
        }
        &.more {
          li {
            background: #f1f1f1;
            padding: 7px 15px;
            font-weight: 400;
            flex-wrap: wrap;
            gap: 5px;
          }
        }
      }
      .cImages {
        .cardImg {
          height: 430px;
          img {
            width: 100%;
            height: 100%;
          }
        }
      }
      .imgpara {
        font-size: 1.15rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 20px;
        margin-top: 10px;
      }
      ul.ameniteslistUl {
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        li {
          display: inline-block;
          width: 50%;
          flex: 1 1 0;
          text-align: center;
          padding: 10px 0;
          border-bottom: 3px solid #ccc;
          font-size: 16px;
          color: #6a6a6a;
          &.active {
            border-bottom: 3px solid #000000;
            color: #000;
          }
          a {
            font-size: 16px;
            font-weight: 600;
            color: #6a6a6a;
            display: block;
            padding: 10px 15px;
            border: 0 solid #fff;
            background-color: transparent;
          }
        }
        &.ameniteslistUl--three-tabs li {
          width: 33.33%;
          padding: 8px 4px;
          font-size: 14px;
          a {
            padding: 13px 9px;
          }
        }
      }
      ul.amenities_list {
        li {
          font-size: 1.15rem;
          font-weight: 400;
          display: flex;
          align-items: center;
          /* gap: 10px; */
          img {
            width: 35px;
          }
        }
      }
      .auto_amenities.widget .widget_body {
        max-height: 400px;
        min-height: 400px;
        overflow: auto;
      }
    }
    .communitiesOptionsListView {
      table {
        width: 100%;
        background: #ffffff;
        border: 1px solid #d7d0d0;
        margin-bottom: 15px;
        tr {
          background: #fff !important;
        }
        th {
          background: #000000;
          padding: 10px 20px;
          font-size: 1.2rem;
          color: #ffffff;
          font-weight: 500;
          /* min-width: 160px; */
        }

        .details {
          display: flex;

          gap: 20px;
          .image {
            width: 15rem;
            height: 11rem;
            min-width: 15rem;
            position: relative;
            .btn {
              position: absolute;
              font-size: 13px;
              bottom: 10px;
              right: 10px;

              padding: 5px;
            }
            &:hover {
              .btn {
                background: rgba(0, 0, 0, 0.6);
              }
            }
            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }
          h1 {
            font-size: 1.4rem !important;
            font-weight: 500;
            text-align: left;
            text-transform: capitalize;
          }
          p {
            font-size: 1.1rem;
            font-weight: 400;
            text-align: left;
            min-height: initial;
          }
        }
        td {
          vertical-align: top;
          padding: 20px 20px;
          color: #000000;
          font-size: 1.15rem;
          font-weight: 400;
          max-width: 600px;
          a {
            font-size: 1.08rem;
          }
          h2 {
            span {
              font-size: 1.25rem;
              font-weight: 700;
              display: block;
            }
          }
          span.fare {
            font-weight: 700;
            color: #000000;
            background: #f1f1f1;
            padding: 5px 15px;
          }
          button.btn.black-btn {
            position: relative;
          }

          &:first-child {
            min-width: 710px;
          }
          &:nth-child(2) {
            min-width: 165px;
          }
          .newpara-ptag {
            .alert-info {
              max-width: 400px;
            }
          }
        }

        &.notepresent {
          .details {
            .image {
              width: 16rem;
              height: 13.2rem;
            }
          }
        }

        @media (max-width: 1199px) {
          td {
            &:first-child {
              min-width: 650px;
            }
          }
        }
      }
      .cv-titles {
        h1 {
          height: auto;
          font-size: 1.55rem !important;
          font-weight: 600;
          margin-bottom: 0.5rem;
        }
        p {
          font-size: 1.15rem;
          font-weight: 400;
          margin-bottom: 0.5rem;
        }
      }
      .btn-border-black {
        border-radius: 0;
        line-height: 1.2;
        padding: 0.75rem 1.35rem;
        font-size: 1.08rem;
        font-weight: 500;
        border: 2px solid #000;
      }
      .CommunityMoreInfo {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 10px;
        min-height: 35px;
        li {
          display: flex;
          align-items: center;
          gap: 10px;
          font-size: 1.15rem;
          font-weight: 500;
          img {
            width: 20px;
            position: relative;
            top: -2px;
            opacity: 0.6;
            &.parking {
              top: -4px;
              width: 30px;
            }
          }
        }
        &.more {
          li {
            background: #f1f1f1;
            padding: 7px 15px;
            font-weight: 400;
            flex-wrap: wrap;
            gap: 5px;
          }
        }
      }
      .cImages {
        .cardImg {
          img {
            width: 100%;
          }
        }
      }
      .imgpara {
        font-size: 1.15rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 20px;
        margin-top: 5px;
      }
      ul.ameniteslistUl {
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        li {
          display: inline-block;
          width: 50%;
          flex: 1 1 0;
          text-align: center;
          padding: 10px 0;
          border-bottom: 3px solid #ccc;
          font-size: 16px;
          color: #6a6a6a;
          &.active {
            border-bottom: 3px solid #000000;
            color: #000;
          }
          a {
            font-size: 16px;
            font-weight: 600;
            color: #6a6a6a;
            display: block;
            padding: 10px 15px;
            border: 0 solid #fff;
            background-color: transparent;
          }
        }
        &.ameniteslistUl--three-tabs li {
          width: 33.33%;
          padding: 8px 4px;
          font-size: 14px;
          a {
            font-size: 14px;
            padding: 6px 8px;
          }
        }
      }
      ul.amenities_list {
        li {
          font-size: 1.15rem;
          font-weight: 400;
          display: flex;
          align-items: center;
          /* gap: 10px; */
          img {
            width: 35px;
          }
        }
      }
      button.btnAmtModal {
        color: #0066cc;
        background: transparent;
        border: 0;
        box-shadow: none;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 0;
        cursor: pointer;
      }
    }

    .optionview-wrap {
      .optionView {
        display: flex;
        gap: 10px;
        margin-bottom: 2.5rem;
        cursor: pointer;
        padding: 0;
        list-style: none;
        li {
          background: #c9c7c7;
          padding: 8px 20px;
          font-size: 15px;
          font-weight: 500;
          &.active {
            background: #000000;
            color: #ffffff;
          }
        }
      }
      .top {
        display: flex;

        justify-content: space-between;
        /* flex-wrap: wrap; */
        position: relative;
        .selectView {
          text-align: right;
          .btn {
            margin: auto;
            margin-right: 0;
          }
          .btn-border-black {
            border-radius: 0;
            line-height: 1.2;
            padding: 0.75rem 1.35rem;
            font-size: 1.08rem;
            font-weight: 500;
            border: 2px solid #000;
          }
          a {
            display: inline-block;
          }
        }
        h1 {
          font-size: 1.75rem;
          font-weight: 700;
          text-align: left;
          margin-bottom: 0.5rem;
        }
        p {
          font-size: 1.2rem;
          font-weight: 400;
          text-align: left;
          margin: 0;
        }
        h2 {
          font-size: 1.2rem;
          font-weight: 400;
          margin-top: 10px;
          text-align: left;
          span {
            font-weight: 700;
          }
        }
        h3 {
          font-size: 1.2rem !important;
          font-weight: 400;
          padding-bottom: 5px;
          b {
            font-weight: 400;
          }
          span {
            font-weight: 700;
            color: #000000;
            background: #f1f1f1;
            padding: 5px 15px;
          }
          &.booked {
            color: #008027;
            background-color: #e7ffec;
            border-color: #e7ffec;
            padding: 10px 40px 10px 20px;
            font-weight: 400;
            display: flex;
            align-items: center;
            position: absolute;
            left: 0px;
            right: 0;
            bottom: -10px;
            i {
              font-size: 2rem;
              padding-right: 10px;
            }
            b {
              font-weight: 700;
              padding: 0px 6px;
              text-transform: uppercase;
            }
          }
        }
        &:has(.booked) {
          padding-bottom: 45px;
        }
      }
      .CommunityMoreInfo {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 10px;
        min-height: 35px;
        li {
          display: flex;
          align-items: center;
          gap: 10px;
          font-size: 1.15rem;
          font-weight: 500;
          img {
            width: 20px;
            position: relative;
            top: -2px;
            opacity: 0.6;
            &.parking {
              top: -4px;
              width: 30px;
            }
          }
        }
        &.more {
          li {
            background: #f1f1f1;
            padding: 7px 15px;
            font-weight: 400;
            flex-wrap: wrap;
            gap: 5px;
          }
        }
      }
      .communityImages {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 2rem;
        margin: 30px 0;
        .image {
          grid-column: 2 span;
          height: 400px;
          width: 100%;
          position: relative;
          .btn.photos {
            position: absolute;
            bottom: 15px;
            right: 15px;
          }
          .img_div {
            height: 400px;
          }
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
        .auto_amenities {
          grid-column: 3 span;
          margin: 0px !important;
          .widget_body {
            height: auto;
          }
          .community_tabs {
            padding-top: 0px;
          }
          ul.amenities_list {
            height: auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            height: 100%;
            max-height: 290px;
            overflow: auto;
            li {
              display: flex;
              align-items: flex-start;
              font-size: 15px;
              img {
                width: 30px;
                margin-left: 10px;
              }
            }
          }
        }
      }
      ul.ameniteslistUl {
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        li {
          display: inline-block;
          width: 50%;
          flex: 1 1 0;
          text-align: center;
          padding: 10px 0;
          border-bottom: 3px solid #ccc;
          font-size: 16px;
          color: #6a6a6a;
          &.active {
            border-bottom: 3px solid #000000;
            color: #000;
          }
          a {
            font-size: 16px;
            font-weight: 600;
            color: #6a6a6a;
            display: block;
            padding: 10px 15px;
            border: 0 solid #fff;
            background-color: transparent;
          }
        }
        &.ameniteslistUl--three-tabs li {
          width: 33.33%;
          padding: 8px 4px;
          font-size: 14px;
          a {
            font-size: 14px;
            padding: 6px 8px;
          }
        }
      }
    }
    .cardImg {
      .owl-carousel {
        .owl-item {
          .item {
            height: 430px;
            /* img {
              object-fit: contain;
            } */
          }
        }
      }
    }
    .grid-carousel {
      .owl-carousel {
        position: relative;

        .owl-buttons {
          display: none;
        }
        .owl-dots {
          position: absolute;
          bottom: 0;
          text-align: center;
          width: 100%;
          background: #00000045;
          padding: 10px 0 10px;
        }
      }
    }
    .details-carousel {
      .owl-carousel {
        .owl-item {
          .item {
            height: 165px;
            /* img {
              object-fit: contain;
            } */
          }
        }
      }
    }
  }
  .offer-details {
    h5 {
      font-weight: 600;
      color: #000000;
    }
    .item {
      display: flex;
      justify-content: space-between;
      background: #f1f1f1;
      padding: 10px 20px;
      border-radius: 5px;
    }
    .listView {
      margin-bottom: 10px;
      font-size: 15px;
      display: flex;
      align-items: center;
      span {
        font-weight: 700;
        margin-right: 10px;
        width: 170px;
        min-width: 170px;
        display: flex;
        justify-content: space-between;
        span.subtitle {
          position: absolute;
          bottom: -15px;
          font-weight: 400;
          font-size: 13px;
        }
      }
    }
  }
}
.intra_header {
  h1 {
    &.mainHeading {
      text-transform: capitalize;
      position: relative;

      img {
        margin: auto;
        display: block;
        margin-bottom: 20px;
        width: auto;
        max-width: 100px;
        object-fit: contain;
      }
    }
  }
}

.custom-file-input {
}

.closeBtn.amenitiesmodalclose {
  padding: 10px 10px 0 0 !important;
  /* color: #000; */
  opacity: 1;
  .bi-x {
    font-size: 2.25rem;
    line-height: 1;
  }
}
.amenitiesmodalul {
  .widget {
    box-shadow: none;
  }
  .amenities_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    grid-gap: 1.5rem;
    @media screen and (max-width: 768px) {
      grid-template-columns: repeat(1, 1fr);
    }
    LI {
      font-size: 1.08rem;
      font-weight: 500;
      text-align: left;
      line-height: normal;
    }
  }
  ul.ameniteslistUl {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    border-bottom: 1px solid #eeeeee;
    li {
      flex: 1;
      display: inline-block;
      text-align: center;
      padding: 10px 0;
      border-bottom: 3px solid #ccc;
      font-size: 16px;
      color: #6a6a6a;
      margin-bottom: -1px;
      &.active {
        border-bottom: 3px solid #000000;
        color: #000;
        a {
          border: none;
        }
      }
      a {
        font-size: 16px;
        font-weight: 600;
        color: #6a6a6a;
        display: block;
        padding: 10px 15px;
        border: 0 solid #fff;
        background-color: transparent;
      }
    }
    &.ameniteslistUl--three-tabs li {
      flex: 1 1 0;
      min-width: 0;
      padding: 8px 4px;
      font-size: 14px;
      a {
        font-size: 14px;
        padding: 6px 8px;
      }
    }
  }
}

#myPreferenceModal {
  .modal-content {
    padding: 40px;
    h5 {
      font-size: 1.75rem;
      i {
        margin-right: 10px;
      }
      span {
        font-size: 18px;
        margin-top: 10px;
        display: block;
        color: #8a8a8a;
      }
    }
    .list {
      text-align: left;
      background: #f1f1f1;
      border-radius: 10px;
      padding: 20px 25px;
      margin-top: 20px;
      font-size: 15px;
      margin-bottom: 20px;
      p {
        font-size: 20px;
        margin-bottom: 10px;
      }
      ol {
        margin: 0;
        li {
          margin-bottom: 5px;
          font-size: 17px;
          color: #000000;
          text-transform: capitalize;
        }
      }
    }
    p {
      font-size: 18px;
      color: #8a8a8a;
      margin: 0;
    }
  }
}

#myModalNewuser {
  select:disabled {
    background-image: initial;
  }
}

#openRequest {
  .separate-dial-code {
    .selected-flag {
      width: 50px;
      .selected-dial-code {
        display: none;
      }
      /* .iti-arrow {
        display: none;
      } */
    }
    .flag-container {
      & + input#guestPhone {
        padding-left: 55px !important;
      }
    }
  }
}

.separate-dial-code {
  .selected-flag {
    width: 50px !important;
    .selected-dial-code {
      display: none !important;
    }
    /* .iti-arrow {
      display: none;
    } */
  }
  .flag-container {
    & + input[type="tel"] {
      padding-left: 55px !important;
    }
  }
}
.textDisplayAsItIs {
  white-space: pre-wrap !important;
}
#shareGuestRateModal {
  .char-counter {
    bottom: -15px;
    right: 0px;
  }
}

@keyframes chat-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes chat-typing-bounce {
  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }

  30% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.supply-ChatBox .chat-loading-skeleton {
  padding: 16px 10px 12px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  box-sizing: border-box;
}

.supply-ChatBox .chat-loading-skeleton__row {
  display: flex;
  width: 100%;
}

.supply-ChatBox .chat-loading-skeleton__row--recv {
  justify-content: flex-start;
}

.supply-ChatBox .chat-loading-skeleton__row--send {
  justify-content: flex-end;
}

.supply-ChatBox .chat-loading-skeleton__bubble {
  height: 40px;
  background-size: 200% 100%;
  animation: chat-skeleton-shimmer 1.35s ease-in-out infinite;
}

.supply-ChatBox .chat-loading-skeleton__bubble--recv {
  border-radius: 0 10px 10px 10px;
  background-image: linear-gradient(
    90deg,
    #ece8f7 0%,
    #f6f4fc 40%,
    #ece8f7 80%
  );
}

.supply-ChatBox .chat-loading-skeleton__bubble--send {
  border-radius: 10px 0 10px 10px;
  background-image: linear-gradient(
    90deg,
    #d8cef5 0%,
    #ebe4fb 40%,
    #d8cef5 80%
  );
}

.supply-ChatBox .chat-loading-skeleton__typing {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 4px 0;
  font-size: 13px;
  color: #6b6b6b;
}

.supply-ChatBox .chat-loading-skeleton__dots {
  display: flex;
  align-items: center;
  gap: 5px;
}

.supply-ChatBox .chat-loading-skeleton__dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5a31f4;
  animation: chat-typing-bounce 0.9s ease-in-out infinite;
}

.supply-ChatBox .chat-loading-skeleton__dots span:nth-child(2) {
  animation-delay: 0.12s;
}

.supply-ChatBox .chat-loading-skeleton__dots span:nth-child(3) {
  animation-delay: 0.24s;
}
#updatebook-respond1,
#updatebook-respond2 {
  .confirmationlink {
    font-family: "Cabinet Grotesk";
    height: 35px;
  }
}

label.checkLabel:has(#requirePropertyPicturesAmenities) {
  text-transform: initial;
}

#approvevender-modal {
  .multiLabels {
    display: inline-flex;
    align-items: center;
    margin-right: 25px;
    flex-wrap: wrap;
    margin-bottom: 10px;

    label.checkLabel {
      height: auto;
      min-height: 30px;
      padding-left: 30px;
      flex-wrap: wrap;
      margin-bottom: 0;
      margin-right: 10px;

      .checkmark1 {
        top: 4px;
      }
    }
  }
}

.pets-error-radio .ant-radio-inner {
  border-color: red !important;
  background: #ffe4e4 !important;
}
