@charset "UTF-8";

.Dashboard_dashboard__BvGi5 {
  background-color: var(--grey2);
  overflow: auto;
}

.Dashboard_dashboard__BvGi5 button {
  --bs-btn-disabled-color: var(--baseGrey);
  --bs-btn-disabled-bg: var(--grey4);
  --bs-btn-disabled-border-color: var(--grey4);
}

/*dashboard content */
#Dashboard_dashboard_content__ZYiTi .Dashboard_dahsboard-wrap__KYx7z {
  padding: 75px 50px 0 50px;
}

@media (min-width: 576px) {
  #Dashboard_dashboard_content__ZYiTi .Dashboard_dahsboard-wrap__KYx7z {
    padding: 135px 50px 50px 50px;
    height: calc(100% - 70px);
  }
}

.Dashboard_dashboard-title__19LG6 {
  margin-bottom: 30px;
}

.Dashboard_dashboard-title__19LG6 h4 {
  font-size: 1.5rem;
  font-weight: var(--fw-semi);
  color: var(--primaryB);
  display: flex;
  gap: 30px;
  align-items: center;
}

.Dashboard_dashboard-title__19LG6 > hr {
  margin: 0;
  border: 0;
  height: 1px;
  background: var(--bs-gray-500);
}

#Dashboard_dashboard_content__ZYiTi .Dashboard_card_custom_title__uBDtW {
  background: transparent;
  padding: 1rem;
  font-size: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#Dashboard_dashboard_content__ZYiTi .Dashboard_card-body__2PtL8 {
  padding: 2rem 1rem;
}

.Dashboard_custom_floting__MVHDI input,
.Dashboard_custom_floting__MVHDI select,
.Dashboard_custom_floting__MVHDI textarea {
  padding: 0.75rem 0.75rem !important;
  height: calc(2.5rem + 2px) !important;
}

.Dashboard_custom_floting__MVHDI label {
  font-size: 0.8125rem;
  width: auto !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.Dashboard_custom_floting__MVHDI input:focus ~ label,
.Dashboard_custom_floting__MVHDI input:not(:placeholder-shown) ~ label,
.Dashboard_custom_floting__MVHDI textarea:focus ~ label,
.Dashboard_custom_floting__MVHDI textarea:not(:placeholder-shown) ~ label,
.Dashboard_custom_floting__MVHDI select:focus ~ label,
.Dashboard_custom_floting__MVHDI select:not(:placeholder-shown) ~ label {
  padding: 0 0.2rem;
  transform: scale(0.9) translateY(-0.5rem) translateX(0.15rem) !important;
  background: #fff !important;
  height: auto;
  opacity: 1 !important;
  margin-left: 0.45rem;
  color: #000;
}

.Dashboard_custom_floting__MVHDI input:focus,
.Dashboard_custom_floting__MVHDI input:not(:placeholder-shown),
.Dashboard_custom_floting__MVHDI textarea:focus,
.Dashboard_custom_floting__MVHDI textarea:not(:placeholder-shown),
.Dashboard_custom_floting__MVHDI select:focus {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.Dashboard_custom_floting__MVHDI select ~ label {
  opacity: 1;
  transform: none;
}

.Dashboard_custom_floting__MVHDI select option:focus-within {
  background-color: var(--otherB);
}

.Dashboard_custom_floting__MVHDI select option:checked {
  background-color: var(--primaryB);
  color: #fff;
}

#Dashboard_Property_Details__cUDfY .Dashboard_custom_floting__MVHDI input:disabled,
#Dashboard_Property_Details__cUDfY .Dashboard_custom_floting__MVHDI input:disabled ~ label,
#Dashboard_Property_Details__cUDfY .Dashboard_custom_floting__MVHDI select:disabled,
#Dashboard_Property_Details__cUDfY .Dashboard_custom_floting__MVHDI select:disabled ~ label {
  opacity: 0.2 !important;
}

.Dashboard_custom_textarea__Cmzaz {
  min-height: calc(1.5em + 3rem + 3px) !important;
  /* height: 100px !important; */
  field-sizing: content;
}
.Dashboard_custom_textareaWrapper__EnqB6 .Dashboard_custom_textarea__Cmzaz:focus {
  border-color: var(--primaryG);
}
.Dashboard_map_box__b2V_6 {
  height: 35vh;
  width: 100%;
}

.Dashboard_file_upload__dCLBL {
  border: 1px solid #ced4da;
  border-radius: 5px;
  text-align: center;
  padding: 60px 20px;
  max-width: 300px;
  margin: 14px 0 30px;
}

.Dashboard_upload_text__KaFP4 svg {
  font-size: 44px;
  width: 100%;
  transition: all 0.3s linear;
  color: var(--secondaryG);
  display: block;
  line-height: 44px;
}

.Dashboard_upload_text__KaFP4 p {
  margin-bottom: 0;
  margin-top: 10px;
  font-family: Mulish;
  font-weight: 600;
  font-style: Medium;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

.Dashboard_file_upload__dCLBL > input {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  width: 100%;
  cursor: pointer;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.Dashboard_file_upload__dCLBL:hover .Dashboard_upload_text__KaFP4 svg {
  transform: translateY(-10px);
}

.Dashboard_upload_thumbs_wrap___Heng {
  /* margin-left: -1rem; */
  position: relative;
}

.Dashboard_file_box__sLoZN {
  margin-bottom: 5px;
  margin-right: 5px;
  /* width: 260px; */
}

.Dashboard_file_box_image__f0Bs_ {
  /* margin-bottom: 5px;
  margin-right: 5px; */
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  border-left: none !important;
  border-right: none !important;
}
.Dashboard_upload_thumbs_wrap___Heng .Dashboard_file_box_image__f0Bs_:first-child {
  /* margin-left: 15px !important; */
}
.Dashboard_file_box_image__f0Bs_ img {
  object-fit: contain;
  border-radius: 4px;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  background: #ddd;
}

.Dashboard_file_box__sLoZN img {
  width: 100px;
  height: auto !important;
}

.Dashboard_file_box__sLoZN svg {
  width: 2rem;
  height: 2rem;
  fill: var(--primaryB);
}

.Dashboard_file_close__TzUoS {
  top: -1px;
  right: -20px;

  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 10px;
  cursor: pointer;
}

.Dashboard_file_close__TzUoS svg {
  fill: #000;
  width: 20px;
  height: 20px;
}

.Dashboard_file_close__TzUoS a {
  background: #ccc;
  display: block;
}

.Dashboard_file_close__TzUoS a:hover {
  background: red;
}

.Dashboard_file_close__TzUoS a:hover svg {
  fill: #fff;
}

.Dashboard_file_close__TzUoS img {
  width: 10px;
  height: 10px;
}

.Dashboard_amenities_list__1oerB {
  display: flex;
  padding: 10px 20px 10px 0;
  align-items: center;
}

.Dashboard_amenities_list__1oerB input {
  margin-right: 8px;
}

.Dashboard_amenities_list__1oerB input[type='checkbox'] {
  vertical-align: middle;
}

.Dashboard_amenities_list__1oerB label {
  line-height: 1.2; /* helps maintain vertical alignment */
}

.Dashboard_card_btm__a8nnm li {
  color: #000;
  margin-bottom: 8px;
  line-height: 1;
}

.Dashboard_expert_list__m_v97 h4 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}

.Dashboard_expert_list__m_v97 figure {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 3%;
  right: 0;
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Dashboard_expert_list__m_v97 figure img {
  min-width: 80px;
  min-height: 80px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.Dashboard_expert_list__m_v97 {
  background: #fff;
  padding: 70px 15px 15px 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}

.Dashboard_expert_list__m_v97 p {
  min-height: 20px;
}

.Dashboard_expart_main__hEnja {
  padding-top: 50px;
}

.Dashboard_expart_wraper__cGRrH {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Dashboard_socail_media__f5I_b {
  padding-right: 10px;
}

.Dashboard_extra_class__uwfFp {
  padding: 0 30px !important;
}

@media (max-width: 575px) {
  #Dashboard_dashboard_content__ZYiTi .Dashboard_dahsboard-wrap__KYx7z {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #Dashboard_dashboard_content__ZYiTi .Dashboard_dahsboard-wrap__KYx7z {
    padding-top: 100px;
  }
}

#Dashboard_progressbar__N9ZZw {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#Dashboard_progressbar__N9ZZw .Dashboard_active__9N81C {
  color: var(--primaryB);
}

#Dashboard_progressbar__N9ZZw li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
}

#Dashboard_progressbar__N9ZZw li:before {
  content: '';
}

#Dashboard_progressbar__N9ZZw li:before {
  width: 11px;
  height: 11px;
  line-height: 11px;
  display: block;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  z-index: 2;
  position: relative;
}

#Dashboard_progressbar__N9ZZw li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}

#Dashboard_progressbar__N9ZZw li.Dashboard_active__9N81C:after {
  background: var(--primaryB);
}

#Dashboard_progressbar__N9ZZw li.Dashboard_active__9N81C:before {
  background: var(--secondaryG);
}

.Dashboard_progress__PvPNU {
  height: 20px;
}

.Dashboard_progress-bar__T_sYc {
  background-color: #fb2b31;
}

.Dashboard_map-warpper__BhX1P {
  height: 400px;
}

.Dashboard_location-input__av_Ar > div {
  padding: 0 0 1rem 0;
}

.Dashboard_table_data_wrap__7QWER {
  width: 100%;
  overflow: auto;
}

.Dashboard_table_data__iiQfr {
  width: 100%;
  max-height: 60vh;
}

@media (max-width: 991px) {
  .Dashboard_expert_list__m_v97 p {
    min-height: 70px;
  }
}

@media (max-width: 767px) {
  .Dashboard_extra_class__uwfFp {
    padding: 0 55px !important;
  }
  .Dashboard_table_data__iiQfr {
    width: auto;
  }

  .Dashboard_expart_list_box__Qaj_6 {
    padding-top: 20px;
  }

  .Dashboard_expart_main__hEnja {
    padding-top: 20px;
  }

  .Dashboard_expert_list__m_v97 p {
    min-height: auto;
  }
}

.Dashboard_table_data__iiQfr th,
.Dashboard_table_data__iiQfr tr:hover th {
  background: var(--lblu);
  color: var(--primaryB);
  font-weight: var(--fw-bold);
}

.Dashboard_table_data__iiQfr td,
.Dashboard_table_data__iiQfr th {
  border-width: 0 0 1px 0 !important;
  border-bottom: 1px solid #ecebeb !important;
  border-collapse: collapse;
  padding: 0.5rem 1rem;
}

.Dashboard_table-hover__VHuzl > tbody > tr:hover > * {
  background-color: #e2f3ff;
}

.Dashboard_table_data__iiQfr {
  background: #fff;
  border: 2px solid #fff;
}

.Dashboard_table_data__iiQfr > :not(:first-child) {
  border-top: 0;
}

.Dashboard_status_badge__M7_ip {
  font-weight: 400;
  padding: 4.5px 9px !important;
  margin-left: 5px;
  margin-right: 10px;
}

.Dashboard_property_name__FTYIm {
  color: var(--primaryB);
}

.Dashboard_property_name__FTYIm:hover {
  color: #000;
}

.Dashboard_tbl_link__o_zAm {
  font-size: var(--fs-12);
}

.Dashboard_edit__rRuBn {
  color: #1e9aff;
}

.Dashboard_pending__QSvzH {
  background-color: #ffeae0 !important;
  color: #ff892a;
}

.Dashboard_approved__9233n {
  background-color: #e6f5f0 !important;
  color: #198754;
}

.Dashboard_rejected__edrQq {
  background-color: #ffe6e6 !important;
  color: #dc3545;
}

.Dashboard_draft__sDZiI {
  background-color: #e8e8e8 !important;
  color: #707070;
}

@media (max-width: 575px) {
  .Dashboard_table_wrap__03Owc {
    overflow-x: scroll;
  }

  .Dashboard_table_wrap__03Owc .Dashboard_table_data__iiQfr {
    width: 700px;
  }
}

.Dashboard_table_wrap__03Owc::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #aaa;
  /* or add it to the track */
}

.Dashboard_table_wrap__03Owc::-webkit-scrollbar-thumb {
  background: var(--primaryB);
}

/* user profile */

.Dashboard_user_profile__PFgki {
  border: 1px solid var(--grey3);
}

.Dashboard_user_profile__PFgki li {
  background: #fff;
  border-top: 1px solid var(--grey3);
}

.Dashboard_user_profile__PFgki li:first-child {
  border-top: 0;
}

.Dashboard_user_profile__PFgki li > div {
  padding: 0.75rem 1.5rem;
  background: #fff;
}

.Dashboard_user_profile__PFgki li > div:first-child {
  font-weight: var(--fw-semi);
}

@media (min-width: 576px) {
  .Dashboard_user_profile__PFgki li {
    display: flex;
  }

  .Dashboard_user_profile__PFgki li > div {
    padding: 0.75rem 1.5rem;
    background: #fff;
  }

  .Dashboard_user_profile__PFgki li > div:first-child {
    border-right: 1px solid var(--grey3);
    width: 180px;
    flex: 0 0 auto;
  }
}

@media (max-width: 575px) {
  .Dashboard_user_profile__PFgki li > div:first-child {
    padding-bottom: 0;
  }

  .Dashboard_user_profile__PFgki li > div:nth-child(2) {
    padding-top: 0;
  }
}

/*dashboard sidebar */
#Dashboard_dashboard_sidebar__SGdT_ {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid #eee;
  background: #fff;
  z-index: 3;
  box-shadow: 0 5px 5px rgb(0 0 0 / 7%);
}

.Dashboard_sidebar_wrap__1gxGg::-webkit-scrollbar {
  display: none;
}

.Dashboard_dashboard_sidebar__SGdT_ {
  display: block;
}

.Dashboard_dashboard_sidebar__SGdT_ li {
  border-bottom: 1px solid var(--grey3);
  letter-spacing: normal;
}

.Dashboard_dashboard_sidebar__SGdT_ li a,
.Dashboard_nav_head__Vb3Fp {
  padding: 0.75rem 1rem;
  color: var(--grey1);
  display: flex;
  align-items: center;
}

.Dashboard_dashboard_sidebar__SGdT_ li a:hover {
  color: var(--green1);
}

.Dashboard_dashboard_sidebar__SGdT_ li a.Dashboard_active__9N81C {
  color: var(--green1) !important;
}

.Dashboard_nav_head__Vb3Fp {
  border-top: 0;
}

.Dashboard_dashboard_sidebar__SGdT_ li a svg {
  color: var(--secondaryG);
  margin-right: 8px;
}

@media (min-width: 992px) {
  #Dashboard_dashboard_sidebar__SGdT_ {
    overflow: hidden;
  }

  .Dashboard_sidebar_wrap__1gxGg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    top: 0;
    padding-top: 100px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

.Dashboard_arrow-next__51yCy,
.Dashboard_arrow-prev__t9wBU {
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.3;
  height: 20px;
  width: 20px;
  background-position: center center;
}

.Dashboard_arrow-next__51yCy {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy4zMyAyNGwtMi44My0yLjgyOSA5LjMzOS05LjE3NS05LjMzOS05LjE2NyAyLjgzLTIuODI5IDEyLjE3IDExLjk5NnoiLz48L3N2Zz4=);
}

.Dashboard_arrow-prev__t9wBU {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNjcgMGwyLjgzIDIuODI5LTkuMzM5IDkuMTc1IDkuMzM5IDkuMTY3LTIuODMgMi44MjktMTIuMTctMTEuOTk2eiIvPjwvc3ZnPg==);
}

.Dashboard_active-date__tK9Ff {
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  color: #333;
  line-height: 44px;
}

.Dashboard_schedule-list__DPxC5 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.Dashboard_schedule-list__DPxC5 li:first-child {
  border-top: 0;
}

.Dashboard_react-calendar__NOhI3 {
  width: 100% !important;
  border: none !important;
  font-family: var(--font-osans) !important;
}

.Dashboard_react-calendar__NOhI3 button abbr {
  display: block;
  text-align: center;
  width: 24px;
  margin: 0 auto;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
}

.Dashboard_react-calendar__tile--now__m4R6w,
.Dashboard_react-calendar__tile--active__5Dluo {
  background: transparent !important;
}

.Dashboard_react-calendar__tile--now__m4R6w abbr {
  background: var(--primaryB) !important;
  color: var(--otherG) !important;
}

.Dashboard_react-calendar__month-view__days__day--weekend__Io6TF {
  color: #333 !important;
}

.Dashboard_react-calendar__tile--active__5Dluo abbr {
  background-color: var(--lblu) !important;
  color: var(--primaryB) !important;
  font-weight: var(--fw-semi);
}

.Dashboard_react-calendar__navigation__label__ZDNnn {
  font-weight: var(--fw-bold);
  font-size: 1.25rem;
}

.Dashboard_react-calendar__month-view__weekdays__9tiIu {
  color: #333 !important;
}

.Dashboard_react-calendar__month-view__weekdays__9tiIu abbr[title] {
  text-decoration: none !important;
}

.Dashboard_react-calendar__month-view__weekdays__weekday__J6xGt {
  padding: 1em 0.5em !important;
}

/* chat */
.Dashboard_chat-box__lD2at::-webkit-scrollbar,
.Dashboard_messages-box__CNzmK::-webkit-scrollbar {
  width: 5px;
}

.Dashboard_chat-box__lD2at::-webkit-scrollbar-track,
.Dashboard_messages-box__CNzmK::-webkit-scrollbar-track {
  width: 5px;
  background: #f5f5f5;
}

.Dashboard_chat-box__lD2at::-webkit-scrollbar-thumb,
.Dashboard_messages-box__CNzmK::-webkit-scrollbar-thumb {
  width: 1em;
  background-color: #999;
  outline: none;
  border-radius: 2px;
}

.Dashboard_bg-otherG__8jZ3d {
  background-color: #f1fff9;
}

.Dashboard_secondaryG-bg__BntyY {
  background-color: var(--secondaryG);
}

.Dashboard_chat-master__ERiGK {
  background: #f0f1f5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Dashboard_text-small__OtPHv {
  font-size: 0.8125rem;
}

.Dashboard_messages-box__CNzmK,
.Dashboard_chat-box__lD2at {
  overflow-y: auto;
}

.Dashboard_user-status__WUzFI {
  top: 0;
  right: 0;
}

.Dashboard_active-user__5m2RF {
  width: 10px;
  height: 10px;
  background-color: var(--bs-success);
  display: inline-block;
  border-radius: 10px;
}

@media (min-width: 480px) {
  .Dashboard_messages-box__CNzmK {
    height: 250px;
  }

  .Dashboard_chat-box__lD2at {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .Dashboard_messages-box__CNzmK {
    box-shadow: none !important;
  }

  .Dashboard_messages-box__CNzmK .Dashboard_list-group-item__YU9kt {
    background-color: transparent;
  }

  .Dashboard_mob-chat__9_YSh {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: var(--grey3);
  }

  .Dashboard_chat-wrap__TFYLC {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* .chat-master ~ .mob-chat {
  } */
  .Dashboard_mob-chat-header__rjCBe {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .Dashboard_chat-box__lD2at {
    flex-grow: 1;
    overflow-y: auto;
  }

  .Dashboard_chat-cover__nDio8 {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .Dashboard_cbox___bevI {
    display: flex;
    flex-direction: column;
  }

  .Dashboard_mobile-input__8iwGC {
    border-top: 1px solid #f5f5f5;
  }
}
@media (min-width: 768px) {
  .Dashboard_chat-master__ERiGK {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .Dashboard_messages-box__CNzmK {
    height: 416px;
  }

  .Dashboard_chat-box__lD2at {
    height: 350px;
  }
}

.Dashboard_rounded-lg__9ZDNO {
  border-radius: 0.5rem;
}

.Dashboard_media__JumtO {
  display: flex;
  align-items: flex-start;
}

.Dashboard_media-body__pzcmg {
  flex: 1 1;
  margin-left: 1rem;
}

.Dashboard_messages-box__CNzmK .Dashboard_list-group-item__YU9kt.Dashboard_active__9N81C {
  background-color: #f1fff9;
  color: #757575;
}

.Dashboard_messages-box__CNzmK .Dashboard_list-group-item__YU9kt:first-child {
  border-top: 0 !important;
}

.Dashboard_messages-box__CNzmK .Dashboard_list-group-item-light__ASFQA.Dashboard_list-group-item-action__s6jU5:hover,
.Dashboard_messages-box__CNzmK .Dashboard_list-group-item-light__ASFQA.Dashboard_list-group-item-action__s6jU5:focus {
  background-color: #f1fff9;
}

.Dashboard_messages-box__CNzmK .Dashboard_list-group-item__YU9kt + .Dashboard_list-group-item__YU9kt {
  border-width: 1px;
}

.Dashboard_messages-box__CNzmK .Dashboard_list-group-item__YU9kt {
  border: 0 !important;
  border-top: 1px solid #eee !important;
  padding: 1rem 0.4rem;
}

.Dashboard_chat-time__G9l7o {
  color: #a5a5a5;
  font-size: 11px;
}

.Dashboard_sender__Aa5Z0 .Dashboard_chat-time__G9l7o {
  padding-right: 10%;
}

.Dashboard_reciever__g9b_t .Dashboard_chat-time__G9l7o {
  padding-left: 10%;
}

.Dashboard_chat-txt__t9ePC {
  color: #333;
}

@media (min-width: 576px) {
  .Dashboard_chat-box__lD2at .Dashboard_media__JumtO {
    width: 90%;
  }
}

.Dashboard_media-body__pzcmg {
  position: relative;
}

.Dashboard_media-body__pzcmg h6 {
  color: var(--primaryB);
}

.Dashboard_media-body__pzcmg h6 small {
  font-size: var(--fs-12);
}

.Dashboard_chat-snipt__uGEHN {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Dashboard_shadow2__3_0Yu {
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 15%) !important;
}

.Dashboard_chat-text-head__7Vfh2 {
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.Dashboard_profileImage__Ipg7F {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  background: var(--primaryB);
  font-size: var(--fs-heading-5);
  color: #fff;
  text-align: center;
  line-height: var(--size);
}

.Dashboard_media-body__pzcmg.Dashboard_arrow-right__AWpkX:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  content: '';
  position: absolute;
  right: -8px;
  top: 1rem;
}

.Dashboard_media-body__pzcmg.Dashboard_arrow-left__yZBNg:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #c9f3e2;
  position: absolute;
  left: -8px;
  top: 1rem;
  content: '';
}

.Dashboard_chat-box__lD2at .Dashboard_profileImage__Ipg7F {
  margin-top: 12px;
}

/* scheduler */
.Dashboard_wdays__jw6be {
  display: flex;
  flex-wrap: wrap;
}

.Dashboard_wdays__jw6be li {
  position: relative;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.Dashboard_custom_checkbox__LGtHN div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}

.Dashboard_custom_checkbox__LGtHN input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.Dashboard_custom_checkbox__LGtHN input ~ div {
  padding: 0.3rem 1rem;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: var(--fs-base);
  letter-spacing: 0.015rem;
  color: var(--baseGrey);
  white-space: nowrap;
}

.Dashboard_custom_checkbox__LGtHN input[type='checkbox']:checked ~ div {
  background-color: var(--lblu);
  color: var(--primaryB);
  font-weight: var(--fw-semi);
  border-color: rgba(8, 64, 111, 0.2);
}

.Dashboard_slots_crated__Yb1wB .Dashboard_creslot_list__HPIoH {
  padding-top: 30px;
  /* padding-bottom: 30px; */
}

.Dashboard_slots_crated__Yb1wB .Dashboard_creslot_list__HPIoH:first-child {
  border-top: 0 !important;
  padding-top: 0;
}

@media (min-width: 700px) {
  .Dashboard_wdays__jw6be li {
    margin-bottom: 0;
  }
}

.Dashboard_customChatTab__GdUNF {
  --bs-nav-tabs-border-width: 5px;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-font-size: var(--fs-heading-5);
  --bs-nav-link-font-weight: var(--fw-semi);
  --bs-nav-link-color: var(--baseGrey) !important;
  --bs-link-hover-color: var(--primaryB);
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-active-bg: transparent;
  --bs-nav-tabs-link-hover-border-color: transparent transparent transparent;
  --bs-nav-tabs-link-active-color: var(--primaryB);
  --bs-nav-tabs-link-active-border-color: transparent transparent
    var(--primaryG) transparent;
  border-bottom: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
}

.Dashboard_customChatTab__GdUNF {
  border-bottom: 1px solid var(--grey4);
}

.Dashboard_customChatTab__GdUNF li button {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  margin-bottom: calc(0 * var(--bs-nav-tabs-border-width)) !important;
}

.Dashboard_availTab__V97HH li {
  margin-left: 2rem;
}

.Dashboard_availTab__V97HH li:first-child {
  margin-left: 0;
}

.Dashboard_slotList__IUkn_ li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid var(--grey4);
}

.Dashboard_slotList__IUkn_ li:first-child {
  border-top: 0;
}

.Dashboard_selectSlot__91Xly {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Dashboard_buyerSlotAction__qcOeh {
  margin-top: 5px;
}

.Dashboard_slotBox__7lrSX {
  border: 1px solid var(--grey4);
  color: var(--baseGrey);
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
}

.Dashboard_appointment_card__V0RfP {
  border: 1px solid var(--grey4);
  border-radius: 0.375rem;
  padding: 10px;
  margin-top: 15px;
}

.Dashboard_appointment_card__V0RfP:first-child {
  margin-top: 0;
}

.Dashboard_appcard_body__uj5hF,
.Dashboard_appcard_footer__RoMSP {
  display: flex;
}

.Dashboard_appblock_right__NjDpX {
  margin-left: 1rem;
}

.Dashboard_appPending__fuIQ2 {
  color: var(--pending);
}

.Dashboard_appApproved__2woDW {
  color: var(--approved);
}

.Dashboard_appCancelled__pqfVN {
  color: var(--rejected);
}

.Dashboard_appcard_footer__RoMSP {
  justify-content: space-between;
  border-top: 1px solid var(--grey4);
  padding-top: 8px;
}

.Dashboard_chat_role__z1cqC {
  border-bottom: 1px solid var(--grey4);
  margin-bottom: 20px;
}

.Dashboard_custom_btngrp__cmCTV {
  justify-content: space-between;
  display: flex;
}

.Dashboard_myProprty__g0nO9 {
  background-color: var(--primaryB);
  color: var(--primaryG);
  font-size: 0.75rem;
  display: inline-flex;
  line-height: 1;
  padding: 4px 13px 4px 8px;
  border-radius: 3px;
  margin-left: -15px;
  margin-bottom: 3px;
  position: relative;
}

.Dashboard_myProprty__g0nO9:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 6px solid #f5f7fb;
  position: absolute;
  right: 0;
  top: 0;
}

.Dashboard_chatTabBtn__6V7sy > label {
  --bs-btn-color: var(--baseGrey);
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-color: var(--primaryB);
  --bs-btn-active-bg: transparent;
  --bs-btn-border-width: 5px;
  --bs-btn-border-radius: 0;
  --bs-btn-active-border-color: var(--primaryG);
  --bs-btn-padding-y: 0.5rem;
}

.Dashboard_chatTabBtn__6V7sy > label {
  font-size: var(--fs-heading-5) !important;
  font-family: var(--font-osans) !important;
  font-weight: var(--fw-semi) !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.Dashboard_slot_create_group__LX8wT {
  margin: 0 -4px;
}

.Dashboard_slot_create_group__LX8wT li {
  padding: 8px;
}

@media (max-width: 575px) {
  .Dashboard_slot_create_group__LX8wT li.Dashboard_choose_slot_time__NxcEL {
    width: 50%;
  }

  .Dashboard_slot_create_group__LX8wT li.Dashboard_slot_action__q00Fq {
    width: 100%;
    margin-top: 8px;
    padding: 0 8px 8px 8px;
  }
}

.Dashboard_dateBox__yBG2k {
  padding: 0.3rem 1rem;
  gap: 10px;
  cursor: pointer;
  border-radius: 3px !important;
  border: 1px solid #eee;
  background: #fff !important;
  color: var(--baseGrey);
}

.Dashboard_dateBox__yBG2k h5 {
  margin-bottom: 0;
  font-size: var(--fs-base);
  letter-spacing: 0.015rem;
  color: var(--baseGrey);
}

.Dashboard_dateBoxColor___8Ex7 {
  background-color: var(--lblu) !important;
  border-color: rgba(8, 64, 111, 0.2);
}
.Dashboard_slot_create_group__LX8wT li .Dashboard_dateBoxColor___8Ex7 {
  color: var(--primaryB);
  font-weight: var(--fw-semi);
  transition: 0.5s;
}

.Dashboard_dateBoxColor___8Ex7 h5 {
  color: var(--primaryB);
  font-weight: var(--fw-semi);
}

.Dashboard_outerDateBoxDiv__ta7WR {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.Dashboard_custom_calendar__b0YdG .Dashboard_react-datepicker__RzDVa {
  width: 100% !important;
}

.Dashboard_navigation__ygSdu {
  top: 9px;
}

.Dashboard_day-names__hH5QI,
.Dashboard_week__j6A60 {
  display: flex;
  justify-content: space-evenly;
}

.Dashboard_day-names__hH5QI {
  margin-bottom: 0;
  margin-top: 15px;
}

.Dashboard_custom_tab__Odi1o {
  --bs-nav-tabs-border-width: 5px;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-font-size: var(--fs-heading-3);
  --bs-nav-link-font-weight: var(--fw-semi);
  --bs-nav-link-color: var(--baseGrey) !important;
  --bs-link-hover-color: var(--primaryB);
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-active-bg: transparent;
  --bs-nav-tabs-link-hover-border-color: transparent transparent transparent;
  --bs-nav-tabs-link-active-color: var(--primaryB);
  --bs-nav-tabs-link-active-border-color: transparent transparent
    var(--primaryG) transparent;
  border-bottom: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
}

.Dashboard_custom_tab__Odi1o {
  border-bottom: 1px solid var(--grey4);
}

.Dashboard_custom_tab__Odi1o button {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  margin-right: 1.5rem;
  margin-bottom: calc(0 * var(--bs-nav-tabs-border-width)) !important;
}

.Dashboard_req_act__zpUga {
  --bs-btn-color: var(--baseGrey);
  text-decoration: none;
  padding: 0 !important;
  font-weight: var(--fw-regular) !important;
}

.Dashboard_cancel_btn__dfji1 {
  --bs-link-hover-color: var(--rejected);
}

.Dashboard_cnf_btn__xGMI8 {
  --bs-link-hover-color: var(--approved);
}

.Dashboard_req_act__zpUga:disabled {
  background-color: transparent !important;
  border: 0;
}

.Dashboard_BookingRequested__TwimE {
  background: #e18905;
  padding: 4px 3px;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 12px;
  margin-top: 9px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.Dashboard_BookingConfirmed__zuw7T {
  background: #198754;
  padding: 4px 3px;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 12px;
  margin-top: 9px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* 03.10.23  */
.Dashboard_action_btns__q_qMv button {
  line-height: 1;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*12-03-24*/
.Dashboard_dashboard-h4__mzrn9 {
  display: inline-block;
}

.Dashboard_action_btns__q_qMv {
  min-width: 90px;
  text-align: right;
}

.Dashboard_rst_btn_new__0iCHK {
  margin-left: 12px !important;
  height: 42px !important;
}

.Dashboard_meetings_formcontrol__o2hZD {
  margin-right: 16px !important;
}
@media (max-width: 575px) {
  .Dashboard_meetings_formcontrol__o2hZD {
    margin-right: 5px !important;
  }
}
.Dashboard_status_dropdown__8ecql {
  width: 150px;
  height: 42px;
}

.Dashboard_join_meeting_meetings__RqytQ {
  width: 116px !important;
}

.Dashboard_expired_txt_meetings__NqB14 {
  color: red;
  font-weight: bold;
}

.Dashboard_rate_exp_meetings__bCj0h {
  color: #000;
  font-weight: 700;
}

.Dashboard_textarea_meetings_page__v243s {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  padding: 10px;
  resize: none;
}

.Dashboard_submit_btn_feedback_meetings__ZfCvQ {
  width: 158px;
  margin-left: auto;
}

.Dashboard_zoom-duration-input__o_Ubp {
  font-style: 13px;
}

@media (max-width: 575.98px) {
  .Dashboard_dashboard-h4__mzrn9 {
    flex-flow: wrap;
    gap: 15px !important;
  }
}
@media (min-width: 1899.98px) {
  .Dashboard_file_box_image__f0Bs_ img {
    height: 239px;
  }
}
.Dashboard_file_upload_document__8mjW_ {
  padding: 30px 20px;
  max-width: 370px;
}

@media (max-width: 767.98px) {
  .Dashboard_file_upload__dCLBL {
    margin: 14px auto 30px;
  }
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  word-break: break-word;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

