/*=============================================================
                Side Bar Css
===============================================================*/
.react-datepicker-wrapper input.form-control {
  background-image: url("../images/calendar-light.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 97% 10px;
  cursor: pointer;
}

button.react-datepicker__navigation--next {
  background: transparent !important;
  border-color: transparent !important;
  border-left-color: #b3b3b3 !important;
  outline: 0px !important;
}

button.react-datepicker__navigation--previous {
  background: transparent !important;
  border-color: transparent !important;
  border-right-color: #b3b3b3 !important;
  outline: 0px !important;
}

.dssolonavbar.navbaree {
  background-color: #071822;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem !important;
}

.navbaree > .container,
.navbaree > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dssolonavbar .selectuser .fa-user-circle {
  color: #fff;
  font-size: 30px;
  padding-top: 5px;
  padding-left: 5px;
}

.dssolonavbar .selectuser .wrapper {
  position: relative;
  padding: 5px 0px;
  float: left;
}

.dssolonavbar .selectuser .wrapper.active .arrow {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}

.dssolonavbar .selectuser .wrapper.active .arrow:before {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

.dssolonavbar .selectuser .wrapper.active .arrow:after {
  -webkit-transform: rotate(90deg) translate(10px, 0);
  transform: rotate(90deg) translate(10px, 0);
}

.dssolonavbar .selectuser .wrapper ul {
  width: 100%;
  position: absolute;
  margin-top: 12px;
}

.dssolonavbar .selectuser .wrapper.active ul {
  opacity: 1;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 2px #b0adad;
  z-index: 9;
}

.dssolonavbar .selectuser .arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  bottom: -5px;
  left: -10px;
  top: 7px;
  margin-left: 15px;
  transition: 0.4s ease;
  margin-top: 2px;
  text-align: left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
}

.dssolonavbar .selectuser .arrow:before,
.dssolonavbar .selectuser .arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background-color: #fff;
  transition: 0.4s ease;
}

.dssolonavbar .selectuser .arrow:after {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}

.dssolonavbar .selectuser .click-text {
  display: block;
  text-align: left;
  padding: 2px 5px;
  margin: 0;
  cursor: pointer;
  color: #ffffff;
  border: 0px;
  /*  border-left: 1px solid #ffffff;*/
  line-height: 20px;
  transition: 0.15s ease;
}

.dssolonavbar .selectuser ul {
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s ease;
}

.dssolonavbar .selectuser li {
  list-style-type: none;
  margin: 0 auto;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
  background: #ffffff;
  font-size: 14px;
  border-left: 4px solid #ffffff;
}

.dssolonavbar .selectuser li:hover {
  background: #f3f3f3;
  border-color: #e1251b;
}

.dssolonavbar .selectuser li a {
  color: #555;
}

.navbaree.dssolonavbar a {
  color: #ffffff;
  text-decoration: none;
}

/* footer*/

.footer_copyright ul li {
  color: #616161 !important;
  font-size: 14px;
  display: inline-block;
  margin-right: 0.5rem;
}

/*------------------------------------------------------------ DS Solo Second Nav -----*/
.navpages {
  background: #ffffff;
}

.navbar.dssolomainnav {
  background: #ffffff;
  /* box-shadow: 0px 0px 7px #9b9b9b; */
  padding: 0px 1rem;
}

.navbar.dssolomainnav ul.navbar-nav {
  width: 100%;
  justify-content: center;
}

.navbar.dssolomainnav ul.navbar-nav li {
  padding: 12px 0px;
}

.navbar.dssolomainnav ul.navbar-nav li .nav-link {
  color: #222222;
  font-size: 13px;
  border-right: 2px solid #e1251b;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 12px;
}

.navbar.dssolomainnav ul.navbar-nav li:last-child .nav-link {
  /* border: 0px; */
}

.navbar.dssolomainnav ul.navbar-nav li .nav-link.dropdown-toggle::after {
  position: relative;
  top: 3px;
}

.navbar.dssolomainnav ul.navbar-nav li:last-child ul li a {
  border: 0px;
}

.navbar.dssolomainnav ul.navbar-nav li:nth-last-child(1) ul li a {
  border: 0px;
}

.dssolonavbar .selectuser {
  float: right;
}

.dssolonavbar .nav_heading {
  float: left;
}

.dssolonavbar .nav_heading ul {
  padding: 0px;
  margin: 0px;
}

.dssolonavbar .nav_heading ul li {
  display: inline-block;
  padding: 5px 15px;
}

.dssolonavbar .nav_heading ul li a {
  font-size: 14px;
}

.navbar.dssolomainnav .dropdown-item .fa-male {
  text-align: center;
  width: 16px;
  margin: auto;
  color: #e1241a;
}

.navbar.dssolomainnav .dropdown-item .fa-users {
  font-size: 12px;
}

.navbar.dssolomainnav .dropdown-item {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}

.dsclr {
  color: #e1251b !important;
}

.navbar.dssolomainnav .dropdown-item input.form-control {
  height: 25px;
  border-color: #e1251b;
  border-radius: 0px;
  padding: 3px 10px;
  box-shadow: 0px 0px 5px #ccc;
}

.navbar.dssolomainnav .dropdown-item.active,
.navbar.dssolomainnav .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: inherit;
}

.navbar.dssolomainnav .solopage1cont {
  padding: 0;
  height: 100px;
}

.navbar.dssolomainnav .solopage1cont .progress {
  transform: rotate(-90deg);
  width: 80px;
  position: relative;
  top: 30px;
  height: 2px;
}

.navbar.dssolomainnav .solopage1cont .progress .progress-value {
  transform: rotate(90deg);
  top: 30px;
  font-size: 10px;
}

.navbar.dssolomainnav .solopage1cont .progress .progress-bar:before {
  border: 3px solid #e1251b;
  top: -2px;
  left: 0px;
}

.navbar.dssolomainnav .solopage1cont .progress .progress-bar:after {
  border: 3px solid #e1251b;
  top: -2px;
  right: 0px;
}

.navbar.dssolomainnav .dropdown-item .btn.btn-clr {
  border: 1px solid #e1251b;
  color: #ccc;
  border-radius: 0px;
  padding: 2px 10px;
  font-size: 13px;
  box-shadow: 0px 0px 5px #ccc;
}

.navbar.dssolomainnav .dropdown-item span.num {
  border: 1px solid #071822;
  padding: 0 5px;
  margin-right: 5px;
}

.react-rater {
  display: inline-block;
  line-height: normal;
}

.react-rater > * {
  display: inline-block;
}

.react-rater-star {
  cursor: pointer;
  color: #ccc;
  position: relative;
}

.react-rater-star.will-be-active {
  color: #666;
}

.react-rater-star.is-active {
  color: #ff8d00;
}

.react-rater-star.is-active-half:before {
  color: #ff8d00;
  content: "\2605";
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.react-rater-star.is-disabled {
  cursor: default;
}

/**
  responsive header 
  */

.pac-container {
  z-index: 9999;
}

ul.navbar-nav.ml-auto.login-ul {
  margin: 0 !important;
  width: 200px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0px;
}

/*------------------------------------------------------------ DS Solo Second Nav -----*/

.pointercss {
  cursor: pointer;
}

/********************************* Chat Footer ***********************/
.chaticon {
  background-color: #000000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.chaticon img {
  width: 30px;
}

#chat,
.communitie_single_item {
  position: absolute;
  bottom: 100%;
  right: 20px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 400px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.communities_header {
  background-color: #e43226;
  padding: 10px;
}

.communities_header p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
}

.communities_header a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.chat_item {
  padding: 15px;
  text-align: left;
  cursor: pointer;
}

.chat_item .item_img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.chat_item .item_img img {
  width: 100%;
  min-height: 100%;
}

.chat_item .chat_dtls p {
  margin-bottom: 0px;
  font-weight: 700;
}

.communitie_single_item .communities_header p {
  flex-grow: 1;
  text-align: left;
  padding-left: 10px;
}

.chat_item .chat_dtls span {
  position: relative;
  font-size: 16px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  padding-right: 45px;
}

.chat_item .chat_dtls span.dataTime {
  position: absolute;
  right: 0px;
  top: 5px;
  padding: 0;
  font-size: 12px;
  color: #777;
}

.communitie_single_item .communities_header i {
  color: #fff;
  font-size: 16px;
  padding-left: 5px;
  cursor: pointer;
}

.item_full {
  background-color: #f9f9f9;
}

.item_full .chat_item {
  padding: 20px;
}

.chat_msgs .right_chat,
.chat_msgs .left_chat {
  padding: 15px;
  margin-bottom: 20px;
}

.chat_msgs .right_chat {
  float: right;
  width: 60%;
  background-color: #fdf1f1;
  border-radius: 15px 15px 0px 15px;
}

.chat_msgs .left_chat {
  float: left;
  width: 60%;
  background-color: #f6f6f6;
  border-radius: 15px 15px 15px 0px;
}

.sent_box {
  background-color: #ebebeb;
  padding: 10px 20px;
}

.sent_box input {
  border: 0;
  height: 55px;
  background-color: #ffffff;
  padding-left: 50px;
  color: #666;
  border-radius: 6px;
  width: 100%;
}

.sent_box input:focus {
  outline: none;
}

.ds-profile-page.chat-footer-icon .chat_footer {
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 1050;
  width: auto;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0px;
}

.chat_footer .chat_msgs {
  overflow: auto;
  max-height: calc(100vh - 275px);
  height: calc(100vh - 275px);
}

.ds-profile-page .chat_footer .chat_msgs {
  max-height: calc(100vh - 375px);
  height: calc(100vh - 375px);
}
.chat_footer .contacts_list {
  max-height: calc(100vh - 280px);
  overflow: auto;
}
.ds-profile-page .chat_footer .contacts_list {
  max-height: calc(100vh - 340px);
  overflow: auto;
}

.fullslider.inner img {
  width: 100%;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.noDataFound {
  text-align: center;
  width: 100%;
}

.noDataFound img {
  width: 20% !important;
}

.loader img {
  width: 2%;
}

.propertie-footer a.propertyDisabled {
  cursor: default;
  color: #d2d2d2;
  text-decoration: none;
}

/********************/

.communitie_pop .modal-body > .d-flex > div:first-child {
  width: 50%;
}

.communitie_pop .modal-body > .d-flex > div:last-child {
  width: 85%;
}

.chat_width .bd-example-modal-lg.communitie_pop {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1050;
  background: rgb(145 145 145 / 80%) !important;
}

.modal-open .chat_width .bd-example-modal-lg.communitie_pop {
  overflow-x: hidden;
  overflow-y: auto;
}

.chat_width .communitie_pop .modal-body > .d-flex .chat_width:first-child {
  width: 40%;
}

.chat_width .communitie_pop .modal-body > .d-flex .chat_width {
  width: 60%;
}

.chat_item .item_img {
  min-width: 45px;
}

.communitie_pop .chat_item .item_img svg {
  width: 100%;
  height: 100%;
}

.communitie_pop .chat_item:hover,
.communitie_pop .chat_item.activeItem {
  background-color: rgba(228, 50, 38, 0.1);
}

.communitie_pop .chat_item:hover .chat_dtls p,
.communitie_pop .chat_item.activeItem .chat_dtls p {
  color: #000000;
}

button.close {
  color: #fff;
}

.cursor {
  cursor: pointer;
}

.react-confirm-alert-blur {
  overflow: hidden;
}

.savedClr {
  color: green !important;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev {
  font-size: 25px;
  position: absolute;
  top: 45%;
  left: -15px;
  outline: 0px;
  padding: 0px !important;
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #071620;
}

.owl-carousel.owl-theme .owl-nav button.owl-next {
  font-size: 25px;
  position: absolute;
  top: 45%;
  right: -15px;
  outline: 0px;
  padding: 0px !important;
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #071620;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev.disabled,
.owl-carousel.owl-theme .owl-nav button.owl-next.disabled {
  display: none;
}

div.owl-carousel.owl-theme div.owl-nav button span {
  font-family: initial;
  line-height: 15px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ======== Chat Box =========*/

.chat_footer #right1 h5 {
  border-bottom: 1px solid #cccccc;
}

div#left1 {
  min-width: 400px;
}

.chat_msgs .right_chat_view {
  width: 60%;
  float: right;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.chat_msgs .right_chat_view .right_chat {
  width: auto;
  float: inherit;
  padding: 15px 20px;
}

.right_chat_view .right-user-time {
  font-size: 11px;
  padding-bottom: 2px;
  color: #b7b7b7;
  letter-spacing: 0.3px;
  padding-right: 5px;
}

.chat_msgs .left_chat_view {
  width: 60%;
  display: flex;
  align-items: center;
  text-align: left;
}

.chat_msgs .left_chat_view .left-image {
  margin-right: 10px;
}

.chat_msgs .left_chat_view .left_chat {
  width: auto;
  float: inherit;
  padding: 15px 20px;
}

.left_chat_view .left-user-time {
  font-size: 11px;
  padding-bottom: 2px;
  color: #b7b7b7;
  letter-spacing: 0.3px;
  padding-left: 5px;
}

/**
    consultant chat box
    */

.chat_footer.chat_footer-fullview .modal-lg {
  width: 95%;
  max-width: inherit;
  margin: auto;
  align-items: flex-start;
  min-height: inherit;
}

.chat_footer.chat_footer-fullview
  .communitie_pop
  .modal-body
  > .d-flex
  > div:first-child {
  width: auto;
}

.chat_footer-fullview .sent_box {
  position: relative;
  padding: 0;
  flex-wrap: nowrap !important;
}

.chat_footer-fullview .sent_box .bi-emoji-smile {
  position: absolute;
  left: 15px;
  font-size: 25px;
  font-weight: 800;
  color: #000000;
  top: 10px;
}
.chat_footer-fullview .sent_box .bi-plus-circle {
  position: absolute;
  right: 15px;
  font-size: 25px;
  font-weight: 800;
  color: #000000;
  top: 10px;
}
.chat_footer-fullview .sent_box span {
  cursor: pointer;
  padding-left: 5px;
  right: 24px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  margin-left: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  background: #000000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat_footer-fullview .sent_box span img {
  width: 25px;
}
.chat_footer-fullview .sent_box span .svg-inline--fa {
  width: 19px;
}

.chat_footer.chat_footer-fullview h5 {
  font-size: 22px;
  font-weight: 700;
  padding: 0px 0px 20px;
  margin: 0px;
  text-align: left;
  min-height: 35px;
  color: #000000;
}

.chat_footer-fullview .communitie_pop .chat_item:hover,
.chat_footer-fullview .communitie_pop .chat_item.activeItem {
  background: #ececec;
}

.chat_footer-fullview .chat_msgs .left_chat {
  margin-top: 5px;
  width: 85%;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding: 5px;
  padding-left: 15px;
  display: flex;
  font-size: 18px;
  background: white;
  word-break: break-word;
}

/* .chat_footer-fullview .chat_msgs .left_chat:before {
  width: 0;
  height: 0;
  content: "";
  top: -5px;
  left: -14px;
  position: relative;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #ffffff transparent transparent;
} */

.chat_footer-fullview .chat_msgs .right_chat {
  margin-top: 5px;
  border-radius: 10px;
  border-top-right-radius: 0;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  background: #e6e6e6;
  position: relative;
  word-break: break-word;
}

/* .chat_footer-fullview .chat_msgs .right_chat::after {
  width: 0;
  height: 0;
  content: "";
  top: 0px;
  right: -10px;
  position: absolute;
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: #e6e6e6 transparent transparent transparent;
} */

.hideBadge {
  display: none;
}

.chat_footer.chat_footer-fullview
  .item_img.bd-highlight
  .svg-inline--fa.fa-user-circle.fa-w-16 {
  font-size: 45px;
}

.chat_footer .modal-dialog {
  width: 1100px;
  margin: auto;
  max-width: 1100px;
}
.chat_footer .modal-dialog span.close {
  font-size: 45px;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

.chat_footer.chat_footer-fullview .modal-content {
  border-radius: 0px;
}
.chat-footer-icon .chat_footer.chat_footer-fullview .modal-content {
  border-radius: 10px;
}

.chat_footer-fullview .communitie_pop .item {
  padding: 15px;
  width: 30%;
}

.chat_footer-fullview .communitie_pop .item.item2 {
  background: #f2f2f2;
  min-width: 300px;
  flex-grow: 1;
}

.chat_footer-fullview .communitie_pop #right1.item {
  width: 70%;
  background: #f3f3f3;
}

.chat_footer-fullview div#chatPopup.chat_msgs img {
  width: 50px;
  /* display:none; */
}

.ds-profile-page.chat-footer-icon {
  background: transparent;
  min-height: inherit;
  margin-top: 0;
}

.chat_footer.chat_footer-fullview .chat_item {
  position: relative;
}

.ds-profile-page {
  .chat_footer .modal-dialog {
    max-width: 1300px;
  }
}

/* =========================
            buttons
    ==============================*/

.pointofinterest .btn {
  border: 1px solid #65a5ef;
  color: #65a5ef;
  font-size: 13px;
  padding: 3px 15px;
  border-radius: 0px;
  margin-bottom: 10px;
}

.pointofinterest .btn:hover {
  background: #65a5ef;
  color: #ffffff;
  transition: all 0.3s;
}

/*============ 19-02-2020 ===========*/

.dssolonavbar.navbar .navbar-toggler {
  margin: 0;
  outline: 0px;
  line-height: 1 !important;
  border: 1px solid #071721;
  padding: 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.dssolonavbar.navbar .navbar-toggler-icon {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
  background: none;
}

.dssolonavbar.navbar .navbar-toggler-icon .svg-inline--fa {
  color: #071721;
}

.dssolonavbar.navbar .navbar-nav:first-child .nav-item {
  padding: 5px 0px 5px 0px;
}
/*   
  .dssolonavbar.navbar .nav-item.dropdown .dropdown-toggle {
    font-size: 25px;
    padding: 10px 12px 9px 15px;
    border-bottom: 0px;
    margin-right: 0px;
  }
  
  .dssolonavbar.navbar .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
   */
.dssolonavbar.navbar .dropdown-menu .dropdown-item.active,
.dssolonavbar.navbar .dropdown-menu .dropdown-item:active,
.dssolonavbar.navbar .dropdown-menu .dropdown-item:hover,
.dssolonavbar.navbar .dropdown-menu .dropdown-item:focus {
  background-color: #071721;
  color: #ffffff !important;
}

.dssolonavbar.navbar .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
  left: auto;
  right: 0px;
}

.dssolonavbar.navbar .dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s ease all;
}

/*==== second nav bar =====*/
.navbar.dssolomainnav.second-navbar {
  background: #071721;
}

.navbar.dssolomainnav.second-navbar ul.navbar-nav li {
  padding: 8px 3px;
}

.navbar.dssolomainnav.second-navbar .navbar-brand {
  display: none;
}

.navbar.dssolomainnav.second-navbar ul.navbar-nav li .nav-link {
  color: #ffffff;
  border: 0px;

  letter-spacing: 0.5px;
}

.navbar.dssolomainnav.second-navbar
  ul.navbar-nav
  li
  .nav-link.dropdown-toggle::after {
  display: none;
}

.navbar.dssolomainnav.second-navbar .navbar-toggler-icon {
  border: 1px solid #a2a2a2;
  padding: 0px 12px;
  line-height: 1.5;
  height: auto;
  background: none;
  width: auto;
  border-radius: 5px;
  margin: 5px 0px;
}

.navbar.dssolomainnav.second-navbar .navbar-toggler {
  outline: 0px;
}

.navbar.dssolomainnav.second-navbar .svg-inline--fa {
  color: #dddddd;
}

/* div.mrgtop-120 {
    margin-top: 150px !important;
  } */
div.mrgtop-140 {
  margin-top: 50px !important;
}

.chat_footer .badge.badge-light {
  position: absolute;
  font-size: 12px;
  border-radius: 50%;
  top: -22px;
  background: #d7c7fa;
  color: #000000;
  font-weight: 600;
}

.react-datepicker-popper {
  z-index: 999 !important;
}

.dssolonavbar ul.navbar-nav ul.ant-menu {
  background: #ffffff;
  width: auto !important;
}

.dssolonavbar ul.navbar-nav .ant-menu-submenu-title {
  text-align: right;
  padding: 0px 15px;
}

.dssolonavbar ul.navbar-nav .ant-menu-submenu-title .fa-user-circle-o {
  font-size: 20px;
  color: #c6c6c6;
}

ul.navbar-nav li a.homeicon-in-navbar {
  font-size: 22px;
  color: #c6c6c6;
  line-height: 45px;
}

.dssolonavbar ul.navbar-nav .ant-menu-sub.ant-menu-inline {
  position: absolute;
  right: 0px;
  width: 200px !important;
}

.dssolonavbar ul.navbar-nav .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.dssolonavbar
  ul.navbar-nav
  .ant-menu-sub.ant-menu-inline
  > .dssolonavbar
  ul.navbar-nav
  .ant-menu-submenu
  > .ant-menu-submenu-title {
  height: 45px;
  line-height: 35px;
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 0px !important;
  margin: 0px;
  border-bottom: 1px solid #ffffff;
  padding-right: 0px;
}

.dssolonavbar ul.navbar-nav .ant-menu-inline .ant-menu-item:hover {
  background: #1dabf5;
}

.dssolonavbar ul.navbar-nav .ant-menu-item > a {
  font-size: 16px;

  padding: 5px 0px;
  padding-left: 30px;
  font-weight: 500;
}

.dssolonavbar ul.navbar-nav .ant-menu-item > a .fa {
  padding-right: 5px;
}

.dssolonavbar ul.navbar-nav .ant-menu-item > a:hover {
  background: #1dabf5;
  color: #ffffff;
}

.ant-menu-submenu-arrow {
  display: none;
}

/*12-05-2020 chat box */

.chat_width .modal-content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  margin-top: 50px;
}

.chat_width .contacts_list .chat_item {
  background: #ebf4fb;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

.chat_width .contacts_list .chat_item.activeItem {
  background: #ffffff;
}

.chat_width .contacts_list .chat_item:hover {
  background: #ffffff;
}

.chat_width .communitie_pop .modal-body > .d-flex > div:last-child {
  background: #ffffff;
  border-radius: 0px 0px 10px 0px;
}

.chat_width .communitie_pop button.close {
  color: #6d6d6d;
  font-weight: 100;

  cursor: pointer;
}

.chatIconColor {
  background: grey !important;
}

.chat_width .communities_header {
  background-color: transparent;
  padding: 0px;
  border-radius: 10px 10px 0px 0px;
}

.chat_width .communities_header p {
  color: #0e0e0e;
  font-size: 17px;
  margin-bottom: 0px;

  font-weight: 400;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.chat_width .communities_header p span:last-child {
  color: #757575;

  font-weight: 400;
  padding-right: 15px;
}

.chat_width .communities_header p span:last-child i.online {
  color: #0cd600;
  padding-right: 5px;
  float: left;
  padding-top: 2px;
}

.chat_width .communities_header p span:last-child i.offline {
  color: #c3c3c3;
  padding-right: 5px;
  float: left;
  padding-top: 2px;
}

i.fa.fa-circle.online {
  color: #0cd600;
  float: right;
}

i.fa.fa-circle.offline {
  color: #c3c3c3;
  float: right;
}

/* width */
.chat_width .contacts_list::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.chat_width .contacts_list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 10px;
  background: #ffffff;
}

/* Handle */
.chat_width .contacts_list::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 10px;
}

/* Handle on hover */
.chat_width .contacts_list::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

.ant-spin.ant-spin-spinning {
  display: block !important;
  margin: auto !important;
}

.min-height-100 {
  min-height: 100px !important;
}

.min-height-200 {
  min-height: 200px !important;
}

.min-height-250 {
  min-height: 250px !important;
}

.min-height-300 {
  min-height: 300px !important;
}

.min-height-350 {
  min-height: 350px !important;
}

.min-height-400 {
  min-height: 400px !important;
}

.min-height-450 {
  min-height: 450px !important;
}

.min-height-500 {
  min-height: 500px !important;
}

.divSpin {
  display: flex;
  justify-self: center;
  align-items: center;
}

.ant-popover {
  z-index: 9999 !important;
}

.dssolonavbar ul.navbar-nav li.main-li ul.ant-menu {
  width: auto !important;
  border: 0px;
}

.dssolonavbar ul.navbar-nav li.main-li .ant-menu-submenu-title {
  height: auto;
  line-height: 27px;

  color: #071721;
  font-size: 14px;
  font-weight: 500;
  display: inline;
  padding: 8px 2px !important;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 13px;
  position: relative;
}

.dssolonavbar ul.navbar-nav li.main-li .ant-menu-submenu-title span {
}

.dssolonavbar ul.navbar-nav li.main-li ul.ant-menu li ul {
  margin-top: 13px;
}

.dssolonavbar ul.navbar-nav li.main-li ul.ant-menu li ul li .nav-link:after {
  display: none;
}

.dssolonavbar ul.navbar-nav li.main-li ul.ant-menu li ul li {
  line-height: 45px !important;
}

.dssolonavbar ul.navbar-nav li.main-li ul.ant-menu li ul li .nav-link {
  margin: 0px;
  display: block;
  padding: 0px 15px;
}

.dssolonavbar.navbar .navbar-brand {
  width: 200px;
  margin-right: 0px;
  padding-bottom: 4px;
}

ul.navbar-nav.icon-uls {
  width: 200px;
  justify-content: flex-end;
}

.footer_copyright p {
  font-size: 15px;
  color: #6b6b6b;
}

.footer_copyright p .fa-heart {
  color: #000000;
}

.ds-profile-page.chat-footer-icon .chat_footer .communitie_pop button.close {
  display: block;
  font-size: 25px;
  font-weight: 400;

  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 99;
}

.footer-header {
  border-bottom: 1px solid #5a5454;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.footer-header p.patent {
  position: absolute;
  bottom: -30px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

.footer-header-logo img {
  width: 170px;
}

.footer-header-social ul li a {
  color: #e43226;
  font-size: 32px;
}

.footer-header-logo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.footer-header-logo h1.relo-logo-view {
  font-size: 28px;
  font-weight: 500;
  color: #e43226;
  padding: 0px;
}

.footer-header-logo a.feedback-view {
  font-size: 18px;
  color: #0066cc;
}

.footer_main {
  padding: 30px 0;
  margin-top: 50px;
  z-index: 9;
  position: relative;
  border-top: 2px solid #000000;
}

.footer_main p {
  margin-bottom: 0px;
}

.ds-profile-page .communitie_pop .ringring {
  border: 3px solid #a7a7a7;
  -webkit-border-radius: 30px;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 15px;
  top: 0;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
  display: none;
}

.MiddleText {
  min-height: 400px;
  vertical-align: middle;
  padding-top: 200px;
  width: auto;
}

.navbar-brand span.main-logo-text {
  font-size: 25px;
  font-weight: 500;
  padding-left: 20px;
}

.dssolonavbar.navbar .navbar-collapse {
  margin-right: 200px;
  justify-content: center;
}

ul.navbar-nav.icon-uls {
  position: absolute;
  right: 0px;
}

.ifram-html-view {
  width: 100%;
  height: 100%;
}

.ifram-html-view iframe {
  width: 100%;
  height: 75vh;
  border: none;
}

.footer_copyright ul.footer-ul-list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
}
.footer_copyright ul.footer-ul-list::after {
  position: absolute;
  content: "";
  width: 480px;
  background: #cbcbcb;
  height: 1px;
  bottom: -5px;
  left: 0px;
  right: 0;
  margin: auto;
}

.footer_copyright ul.footer-ul-list li {
  padding: 8px 0px;
  margin: 0;
}

.footer_copyright ul.footer-ul-list li a {
  line-height: 12px;
  padding: 0px;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin: 0px 20px;
  cursor: pointer;
}

.footer_copyright ul.footer-ul-list li a:hover {
  text-decoration: underline;
  color: #222222;
}

.footer_copyright ul.footer-app-icon img {
  width: 130px;
}

.footer_copyright p.madewith {
  font-size: 13px;

  color: #8e8e8e;
  font-weight: 400;
  margin-top: 15px;
}

.width-80per {
  width: 80% !important;
  margin: auto;
}

.width-85per {
  width: 85% !important;
  margin: auto;
}

.width-90per {
  width: 91% !important;
  margin: auto;
}

.pd-y-50 {
  padding: 50px 0px;
}

#ModalTersm-of-use .modal-dialog {
  max-width: inherit;
  margin: 1.75rem auto;
  width: 90%;
}

#ModalTersm-of-use2 .modal-dialog {
  max-width: inherit;
  margin: 1.75rem auto;
  width: 90%;
}

.width100per {
  width: 100%;
}

.Stargrey {
  color: lightgray !important;
}

/** reports **/
/*   
  .dssolonavbar.navbar .nav-item.dropdown.nav-item-reports .dropdown-toggle {
    font-size: 14px;
    font-weight: 500;
    display: inline;
    padding: 8px 2px;
  }
  
  .dssolonavbar.navbar
    .nav-item.dropdown.nav-item-reports
    .dropdown-toggle:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: transparent;
    background: #071721;
    height: 2px;
    transition: all 0.5s;
    display: inline;
    border: 0px;
  }
  
  .dssolonavbar.navbar
    .nav-item.dropdown.nav-item-reports
    .dropdown-toggle:hover:after {
    width: 100%;
  } */

.dssolonavbar.navbar .nav-item.dropdown.nav-item-reports .dropdown-menu {
  min-width: 12rem;
}

.nav-item.dropdown.nav-item-reports .dropdown-item {
  padding: 7px 7px;
}

.nav-item.dropdown.nav-item-reports .dropdown-item:hover {
  background-color: #037bfa;
  color: #ffffff !important;
}

ul.navbar-nav.supplylogin-icon {
  position: absolute;
  right: 0px;
}

ul.navbar-nav.consultant-icon {
  position: absolute;
  right: 0px;
}

#contact-us-modal-feedback label.top-label {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #888888;
}

#contact-us-modal-feedback label {
  display: block;
  font-size: 16px;
  top: -3px;
  font-weight: 400;
  color: #000000;
  text-transform: initial;
}

.ds-profile-page #contact-us-modal-feedback h1 {
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 50px;
}

.ds-profile-page #contact-us-modal-feedback p {
  margin-bottom: -10px;
  color: #000000;
  font-size: 16px;
}

#contact-us-modal-feedback .form-control.ant-select {
  width: 300px;
}

#contact-us-modal-feedback .ant-select-selection {
  border: 0px;
  margin-top: -4px;
}

#contact-us-modal-feedback .ant-select-selection {
  margin-right: 15px;
}

#contact-us-modal-feedback .focus-input-label .form-control {
  height: 43px;
  padding: 5px 10px;
  border-color: #828282;
  border-radius: 4px;
}

#contact-us-modal-feedback .top-view {
  background: #ececec;
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 9px 9px 0px 0px;
}

#contact-us-modal-feedback label.ant-radio-wrapper {
  position: initial;
  color: #000000;
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

#contact-us-modal-feedback label.ant-radio-wrapper > span:last-child {
  position: relative;
  top: 1px;
}

#contact-us-modal-feedback .footer {
  text-align: right;
  padding: 15px 20px;
}

#contact-us-modal-feedback .ant-select-selection-selected-value {
  color: #000000;

  padding-top: 2px;
}

#contact-us-modal-feedback input.is-invalid + .ant-radio-inner {
  border-color: #dc3545;
}

/*============ responsive =============*/

/*============ width 1200px =============*/

@media only screen and (max-width: 1200px) {
  .dssolonavbar ul.navbar-nav ul.ant-menu {
    background: #ffffff;
  }

  ul.navbar-nav.icon-uls {
    width: 135px;
  }

  ul.navbar-nav.ml-auto.login-ul {
    width: 135px;
  }
}

/*============ width 1199px =============*/
@media (min-width: 1199px) {
  #ModalTersm-of-use .modal-dialog {
    max-width: inherit;
    margin: 1.75rem auto;
    width: 1050px;
  }

  #ModalTersm-of-use2 .modal-dialog {
    max-width: inherit;
    margin: 1.75rem auto;
    width: 1050px;
  }
}

/*============ width 1150px =============*/

@media only screen and (max-width: 1150px) {
  .chat_footer .modal-dialog {
    width: 95%;
    margin-top: 10px;
  }
}

/*============ width 991px =============*/

@media only screen and (max-width: 991px) {
  .navbar.dssolomainnav ul.navbar-nav li {
    border-bottom: 1px solid #cccccc;
  }

  .navbar.dssolomainnav ul.navbar-nav li:last-child {
    border-bottom: 0px solid #cccccc;
  }

  .navbar.dssolomainnav ul.navbar-nav li .nav-link {
    border: 0px;
  }

  .navbaree.dssolonavbar a {
    font-size: 11px;
  }

  .dssolonavbar .nav_heading ul li a {
    font-size: 11px;
  }

  .chat_footer-fullview .communitie_pop .d-flex {
    flex-wrap: wrap;
  }

  .chat_footer-fullview .communitie_pop .item {
    width: 100%;
    border: 2px solid #cccccc;
    border-radius: 8px;
    margin-bottom: 25px;
  }
  .chat_footer-fullview .communitie_pop #right1.item {
    width: 100%;
  }

  .dssolonavbar.navbar .navbar-nav {
    padding: 10px 5px;
  }

  .dssolonavbar ul.navbar-nav ul.ant-menu {
    background: #ffffff;
  }

  .dssolonavbar ul.navbar-nav li.main-li .ant-menu-submenu-title {
    font-size: 10px;
  }

  /* .chat_width .modal-content {
    padding: 10px;
  } */

  ul.navbar-nav.icon-uls {
    width: 90px;
  }

  ul.navbar-nav.ml-auto.login-ul {
    width: 90px;
  }

  .dssolonavbar.navbar .navbar-nav {
    padding: 0px 5px;
  }

  .navbar-brand span.main-logo-text {
    font-size: 16px;
    position: relative;
    top: -2px;
  }

  .dssolonavbar.navbar.beforelogin .navbar-nav .nav-link {
    font-size: 13px;
    margin: 0px 10px;
  }

  .dssolonavbar.navbar.beforelogin .navbar-brand {
    width: 135px !important;
  }

  .dssolonavbar ul.navbar-nav .ant-menu-submenu-title .fa-user-circle-o {
    font-size: 15px;
  }

  ul.navbar-nav li a.homeicon-in-navbar {
    font-size: 17px;
    line-height: 49px;
  }
  .chat_footer.chat_footer-fullview .item .contacts_list {
    min-height: initial;
    height: auto;
    max-height: 68vh;
  }
  .chat_footer-fullview .chat_item .chat_dtls {
    width: calc(100% - 56px);
  }
  #edit-profile .phonefieldWidth {
    width: 100%;
    margin-bottom: 18px;
  }
  #edit-profile .phonefieldWidth .floating-label {
    margin-bottom: 0;
  }
}

/*============ width 899px =============*/

@media (max-width: 899px) {
  .chat_footer.chat_footer-fullview .d-flex.d-flex-chat {
    flex-direction: column;
  }

  .chat_footer.chat_footer-fullview
    .communitie_pop
    .modal-body
    > .d-flex
    > div:last-child {
    width: 100%;
  }
}

/*============ width 768px =============*/

@media (max-width: 767px) {
  .chat_footer {
    bottom: 0;
    right: 0;
    /* width: 100%; */
  }
  .communitie_pop .modal-body > .d-flex.chat-footer-d-flex .chatSm-item {
    width: 100% !important;
  }

  .chat_footer .modal-dialog {
    width: 100%;
    max-width: inherit;
  }

  .chat_footer .modal-dialog {
    align-items: flex-start;
  }

  /* .chat_footer .modal-dialog .modal-content {
    margin-top: 60px;
    padding: 40px 15px 15px 15px;
  }
  .chat_footer .modal-dialog span.close {
    right: 15px;
  }
  .chat_footer .communitie_pop .chat_msgs {
    height: calc(80vh - 57px);
  } */
  /* .properties .item_img.bd-highlight:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    border-radius: 10px;
  } */
  .properties .chat_item .item_img img {
    height: 100%;
    object-fit: cover;
  }
  div#left1 {
    min-width: initial;
  }
  .ds-profile-page.chat-footer-icon .chat_footer {
    bottom: 30px;
    right: 25px;
  }

  .chaticon {
    width: 45px;
    height: 45px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    img {
      width: 20px;
    }
  }
}

/*============ width 767px =============*/

@media only screen and (max-width: 767px) {
  ul.navbar-nav.supplylogin-icon {
    position: initial;
  }

  ul.navbar-nav.consultant-icon {
    position: initial;
  }

  .dssolonavbar .nav_heading ul li {
    display: inline-block;
    padding: 5px 10px 5px 0px;
  }

  .dssolonavbar .nav_heading ul li a {
    font-size: 11px;
  }

  .dssolonavbar.navbaree {
    padding: 5px 0px !important;
  }

  .dssolonavbar .selectuser li {
    font-size: 11px;
  }

  .dssolonavbar .selectuser .wrapper.active .arrow:before {
    -webkit-transform: translate(8px, 2px);
    transform: translate(8px, 2px);
  }

  ul.list-inline.pl-5.banner-social {
    padding: 0px !important;
  }

  .dssolonavbar .selectuser .fa-user-circle {
    font-size: 17px;
  }

  .dssolonavbar .selectuser .click-text {
    line-height: 12px;
    font-size: 12px;
    padding: 1px 5px;
  }

  .dssolonavbar .selectuser .arrow {
    width: 7px;
    height: 7px;
    bottom: 0;
    left: -5px;
    top: 5px;
    margin-left: 10px;
    margin-top: 2px;
  }

  .dssolonavbar .selectuser .arrow:before,
  .dssolonavbar .selectuser .arrow:after {
    width: 8px;
    height: 2px;
  }

  .dssolonavbar .selectuser .arrow:after {
    top: -4px;
    left: 4px;
  }

  .navbaree.dssolonavbar a {
    font-size: 11px;
    display: block;
  }

  .dssolonavbar.navbar .navbar-nav:first-child .nav-item {
    padding: 0px;
  }

  .dssolonavbar.navbar .nav-item.dropdown .dropdown-toggle {
    color: #ffffff;
  }

  .ds-profile-page .chat_width .communitie_pop .chatSm-item {
    padding-bottom: 15px !important;
    padding: 0;
  }

  .dssolonavbar ul.navbar-nav li.main-li ul.ant-menu {
    width: auto !important;
    border: 0px;
    padding: 0 4px;
    margin: 0;
  }

  .dssolonavbar ul.navbar-nav li.main-li ul.ant-menu li ul {
    border: 0px;
    padding: 0px;
    margin: 0;
    position: relative;
    z-index: 9;
    margin-top: 10px;
  }

  .dssolonavbar ul.navbar-nav li.main-li ul.ant-menu li ul li.ant-menu-item {
    background: #cccccc;
  }

  .dssolonavbar ul.navbar-nav li.main-li ul.ant-menu li ul li.ant-menu-item a {
    background: #cccccc;
    color: #000000;
    padding: 0px 8px !important;
    border: 0 !important;
  }

  .dssolonavbar ul.navbar-nav li.main-li ul li {
    background: #071721;
    color: #ffffff;
    padding: 5px 0px;
  }

  .dssolonavbar ul.navbar-nav li.main-li .ant-menu-submenu-title {
    font-size: 10px;
    color: #ffffff;
    padding: 8px 0px !important;
  }

  .dssolonavbar ul.navbar-nav li.main-li ul.ant-menu li ul li {
    line-height: 35px !important;
  }

  .chat_footer .modal-dialog {
    width: 91%;
    margin-top: 10px;
  }

  .dssolonavbar.navbar .navbar-nav.icon-uls {
    display: flex;
    flex-direction: row;
  }

  ul.navbar-nav li a.homeicon-in-navbar {
    padding: 0px 20px;
    font-size: 25px;
  }
  ul.navbar-nav li:first-child a.homeicon-in-navbar {
    padding-left: 5px;
  }

  ul.navbar-nav.ml-auto.login-ul {
    width: 100%;
  }

  ul.navbar-nav.icon-uls {
    width: 100%;
    position: initial;
  }

  .footer-header-logo img {
    width: 130px;
  }

  .footer_main .list-inline-item {
    margin-right: 0px !important;
  }

  .footer-header-social ul li a {
    font-size: 22px;
  }

  .footer-header-logo a.feedback-view {
    font-size: 20px;
  }

  .footer-header-logo h1.relo-logo-view {
    font-size: 22px;
  }

  .navbar-brand span.main-logo-text {
    font-size: 19px;
    top: 0px;
  }

  ul.navbar-nav.ml-auto.login-ul {
    position: initial;
  }

  .dssolonavbar.navbar.beforelogin .navbar-nav .nav-link {
    margin: 0;
  }
  .chat_footer.chat_footer-fullview h5 {
    display: none;
  }
  .chat_footer-fullview .communitie_pop .item {
    border: 0;
  }
  .ds-profile-page .chat-main-div {
    margin-top: 0 !important;
  }
  .removechat {
    display: none;
  }
  .chat_footer-fullview .communitie_pop #right1.item {
    display: none;
  }
  .chat_footer-fullview .communitie_pop .removechat + #right1.item {
    display: block;
  }
  .chat_width .modal-content {
    height: 88vh;
  }
  .chat_footer #right1 h5 {
    font-size: 20px;
  }
  .chat_footer #right1 .contactDP img {
    width: 45px;
    height: 45px;
  }
  .communitie_pop .d-flex.chat-footer-d-flex .chat_msgs {
    max-width: 46vh;
  }
}

/*============ width 650px =============*/

@media (max-width: 650px) {
  .d-flex.chat-footer-d-flex {
    flex-direction: column;
    background: #eceaea;
  }

  .communitie_pop .d-flex.chat-footer-d-flex .contacts_list {
    width: 100%;
    background: white;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .communitie_pop .d-flex.chat-footer-d-flex .chat_msgs {
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .communitie_pop .modal-body > .d-flex.chat-footer-d-flex .chatSm-item {
    width: 100% !important;
  }

  .ano_nav .item {
    width: 50%;
    text-align: right;
  }

  .ano_nav .tophm_solo a {
    margin: 0px !important;
  }

  .ano_nav .tophm_solo a .svg-inline--fa {
    margin: 0px 10px;
  }

  #myModalService .modal-footer {
    display: block;
  }
}

/*============ width 550px =============*/

@media screen and (max-width: 550px) {
  .dssolonavbar.navbaree .container-fluid {
    flex-direction: column;
  }
}

/*============ width 375px =============*/

@media screen and (max-width: 375px) {
  .dssolonavbar .nav_heading ul li a {
    font-size: 8px;
    font-weight: bold;
  }
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  z-index: 9999;
  background-color: rgb(196 192 192 / 75%) !important;
}
.ReactModal__Content.ReactModal__Content--after-open {
  background: transparent !important;
}

/* input#phoneNumber {
    border: 0;
  } */
input.add-consultant-phone {
  border: 0;
}

.floating-label i.fa.fa-caret-down {
  margin-right: 7px;
  font-size: 14px;
  margin-left: 4px;
}
.ant-select-selector {
  border: 0px !important;
}
.max-width-initial {
  max-width: initial !important;
}

.ant-select.custom-select {
  border: 0px !important;
  box-shadow: none !important;
  outline: 0px !important;
}

.di_E_main .ant-select-selector {
  border: 0px solid #d9d9d9 !important;
  outline: 0px !important;
  box-shadow: none !important;
}

.di_E_dropdown .ant-select {
  width: 100%;
  border-bottom: 1px solid #000;
  height: auto;
  /* box-shadow: 0px 2px 2px #cccccc;
      
      border-radius: 6px; */
}

.trans-anttable .ant-select-selector {
  border: 1px solid #d9d9d9 !important;
  text-align: left;
}

.css-13cymwt-control .css-1p3m7a8-multiValue,
.css-t3ipsp-control .css-1p3m7a8-multiValue {
  background: #d7c7fa;
  color: #000000;
  border-color: #d7c7fa;
  font-weight: 500;
  border-radius: 4px;
}
.css-13cymwt-control .css-9jq23d,
.css-t3ipsp-control .css-9jq23d {
  color: #000000;
}

.css-1p3m7a8-multiValue .css-wsp0cs-MultiValueGeneric,
.css-1p3m7a8-multiValue .css-12a83d4-MultiValueRemove {
  color: #000000;
}

.ant-dropdown-menu-item a.dropdown-item {
  padding: 6px 15px;
  font-family: var(--relo-font-family);
}

.ant-dropdown-menu-item .dropdown-item:hover {
  background-color: #000000;
  color: #ffffff !important;
}

#add-consultant-modal .flag-posotion2.form-control {
  display: flex;
}
#add-consultant-modal .flag-posotion2 .custom-dropdown {
  min-width: 60px;
}
.consultant-report-views .col-10 {
  width: 83.33333333%;
}

.consultant-report-views .col-2 {
  width: 16.66666667%;
}

.consultant-report-views select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.gm-style .gm-style-iw-c {
  padding: 15px !important;
  max-width: 320px !important;
}

.gm-style .gm-style-iw-c h6 {
  text-align: left !important;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
}

.gm-style .gm-style-iw-c p {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
  color: #727272;
}
.gm-style .gm-style-iw-c a {
  font-weight: 500;
  font-size: 14px;
}
button.gm-ui-hover-effect {
  right: 0px !important;
  top: 0px !important;
}

.phone-control .custom-dropdown {
  width: 55px;
}
.phone-control .phone-input {
  border: var(--bs-border-width) solid var(--bs-border-color);
  display: flex;
  align-items: center;
  padding: 9px 10px;
  border-radius: var(--bs-border-radius);
}
#edit-profile .phonefieldWidth .floating-label {
  padding-top: 23px;
}
.phone-control .phone-input .form-control {
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  margin: 0 !important;
}

div#compare-community-Modal .btn {
  font-family: var(--relo-font-family);
  color: var(--relo-active-clr);
  font-weight: 500;
}

.map-right-view span.ant-select-selection-item {
  line-height: 2 !important;
  font-weight: 500;
}
#myModalDriversLicense .ant-select.autoComplete {
  border: 1px solid #cccccc;
  border-radius: 5px;
  min-width: 200px;
}
.mapsearchbar + h1 + div.tabs-view {
  padding-top: 10px;
}

.calendar-view-page-schedule .fc .fc-daygrid-day-frame {
  min-height: 85px;
  height: 100%;
}
#contact-us-modal-feedback span.ant-select-selection-item {
  line-height: 2 !important;
}

.ant-select-selector span.ant-select-selection-placeholder {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  font-family: var(--relo-font-family) !important;
}

/* .newOne .location .ant-select-selection-item, 
.di_E_dropdown .ant-select-selection-item{
  text-align: right;
  padding-right: 45px !important;
}

.ant-select-item-option-content {
  font-size: 16px;
  text-align: right;
  padding-right: 20px;
} */

.relomap-height .gm-style-mtc-bbw .gm-style-mtc button {
  font-size: 14px !important;
  padding: 10px !important;
  height: auto !important;
}
.relomap-height button.gm-control-active.gm-fullscreen-control {
  left: 0px;
  top: 50px !important;
}
.relomap-height .gmnoprint {
  left: 0px;
  right: auto !important;
}
.ant-select-multiple span.ant-select-selection-item {
  background: #000000;
  line-height: 1.5 !important;
  color: #ffffff;
}

.ant-select-multiple .ant-select-selection-item-remove svg {
  fill: #000000;
}
.tabs-view ul.nav .nav-link a {
  font-size: 15px;
  font-weight: 600;
}
div.newOne .tab-content .slider .item a {
  padding: 8px 11px;
  font-size: 15px;
  font-weight: 600;
  margin-right: 5px;
}

.consultant-tails-tab .pd-tabs-view .nav-tabs .nav-link {
  font-size: 15px;
  font-weight: 600;
}

.ant-modal-wrap div.justify-content-center {
  display: flex;
}
.city-landing-page .image img {
  object-fit: cover;
}
.di_E_dropdown .ant-select-selection-search {
  width: 100%;
  left: 0px !important;
}
/* 
.di_E_main .di_E_dropdown{
  width: auto;
  display: flex;
  justify-content: center;
}
.di_E_main .di_E_dropdown .ant-select{
  width: auto;
} */
.di_E_main .di_E_dropdown .ant-select {
  padding-right: 45px;
}
.chat-heading-view {
  background: #000000 !important;
}
a.homeicon-in-navbar .fa-home,
.ant-dropdown-trigger .fa-circle-user {
  font-weight: 300;
}
div.usage_db_top_form .floating-label .btn {
  background: #d7c7fa;
}

#add-transferee-modal .iti {
  width: 100%;
}
.ant-table .ant-table-content {
  overflow-x: auto;
}

#add-transferee-modal .floating-label select.form-control {
  min-height: 43px;
}
#add-property-modal .css-13cymwt-control {
  min-height: 43px;
}

#add-property-modal .css-12a83d4-MultiValueRemove:hover {
  background-color: #b390ff;
  color: #000000;
}

#add-property-modal input#propertyImage,
#edit-property-modal input#propertyImage {
  height: 40px;
}
.fc-timegrid-col-frame a {
  font-size: 18px;
  font-weight: 600;
}

#edit-profile .ant-select-selector {
  border: 1px solid #d9d9d9 !important;
}
.modal .modal-content label {
  z-index: 0;
}
.consultant-tails-tab .my_properties_lists .main_grid .item p {
  font-size: 15px;
  font-weight: 600;
}

div.sch_appointments_thumbs .item b {
  background: #000000;
}
.ant-modal-body h6.alert.alert-success {
  font-size: 20px;
  font-weight: 500;
}
#add-property-modal .ant-select-multiple span.ant-select-selection-item {
  height: 30px;
  align-items: center;
  background: #eee6ff;
  color: #000000;
}

.trans-anttable .ant-table-tbody > tr > td a i {
  margin-right: 8px;
}

#myModalAddActivity .form-group {
  margin-bottom: 0;
}

.consultant-tails-tab .my_properties_lists .main_grid .item p {
  font-size: 15px;
  font-weight: 600;
}

div.sch_appointments_thumbs .item b {
  background: #000000;
}

.consultant-report-views .reports table {
  overflow-x: auto;
}

.consultant-report-views .reports table th {
  min-width: 150px;
}
.city-landing-page.newOne .map-right-view span.toggleArrow {
  margin-bottom: -1px;
}

p.nodataFound {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  padding-left: 50px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: #868686;
  text-align: left;
  padding: 20px 15px;
}

.explore-nearby-view.mapsearchbar {
  padding-bottom: 60px;
}
/* #edit-property-modal div .css-1p3m7a8-multiValue:first-child{
  display: none;
} */

.ant-slect-custom .ant-select-single {
  border: 1px solid #dee2e6;
  width: 100%;
  border-radius: 5px;
}

.chat_footer {
  text-align: right;
  position: relative;
  border: 2px solid #ebebeb;
  margin: 0px 15px;
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
  span.input-group-text {
    background: #f2f2f2;
    border: 0;
  }
  input.form-control {
    border-left: 0;
    border-color: #b6b6b6;
    height: 42px;
    background: #f2f2f2;
    border: 0;
    outline: 0 !important;
    box-shadow: none;
  }

  .msg_count {
    position: absolute;
    top: -5px;
    right: -10px;
    z-index: 999;
    .badge {
      background-color: #d7c7fa;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      color: #000000;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .bi-check-all {
    font-size: 18px;
    color: #04b100;
  }

  .properties {
    .msg_count {
      right: -10px;
      @media (max-width: 767px) {
        right: 0;
      }
    }
  }

  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #ffffff;
  }

  ::-webkit-scrollbar-thumb {
    background: #d9d9d9;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #000000;
  }

  @media (max-width: 991px) {
    margin: 0px;
  }

  .communitie_pop {
    margin-top: 0;
    .contactDP {
      display: flex;
      align-items: center;
      padding: 15px;
      margin: -15px;
      margin-bottom: 10px;
      background: #ffffff;
      position: relative;
      .bi-three-dots-vertical {
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
      }
      .bi-arrow-left {
        font-size: 25px;
        position: relative;
        left: -12px;
      }

      img {
        width: 65px;
        height: 65px;
        margin-right: 15px;
      }
      h5 {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin: 0;
        padding: 0;
        border: 0 !important;
      }
    }
    .circle {
      position: relative;
      padding-left: 20px;
      color: #888888;
      font-size: 18px;
      line-height: 1.5;

      &::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #a7a7a7;
        border-radius: 50%;
        left: 0;
        top: 7px;
      }
      &.online {
        &::after {
          background-color: #62bd19;
        }
      }
    }
    .properties {
      .chat_item {
        padding: 15px;
        margin: 10px 0;
        border-radius: 8px;
        position: relative;
        @media (max-width: 767px) {
          padding: 10px;
          border: 2px solid #d7c7fa;
        }
        .item_img {
          object-fit: cover;
          border-radius: 6px;
          margin-top: 0;
          width: 85px;
          height: 85px;
          min-width: 85px;
          margin-right: 15px;
          @media (min-width: 992px) and (max-width: 1024px) {
            width: 65px;
            height: 65px;
          }
          @media (max-width: 767px) {
            width: 50px;
            height: 50px;
            min-width: 50px;
            border-radius: 50%;
            overflow: hidden;
            position: static;
          }
        }

        .chat_dtls {
          display: block;
          padding: 0;
          position: relative;
          width: 100%;
          padding-top: 0;

          span {
            @media (min-width: 992px) and (max-width: 1024px) {
              font-size: 14px;
            }
            @media (max-width: 767px) {
              font-size: 12px;
            }
          }
          b.userPropertyStatus {
            color: red;
            font-size: 15px;
            display: block;
            padding-top: 5px;
            @media (max-width: 767px) {
              color: #ff7a7a;
            }
          }
        }
        &.activeItem,
        &:hover {
          background: #e8e8e8;
        }
      }
    }

    .item2 {
      .chat_item {
        background: #fff;
        border-bottom: 1px solid #cccccc;
        margin: -15px;
        z-index: 99;
      }
      i.fa.fa-circle.offline {
        float: initial;
      }
    }

    .chat_item {
      white-space: normal;
      word-break: break-word;
      flex-wrap: nowrap;
      .item_img {
        width: 55px;
        height: 55px;
        position: relative;

        .bi {
          color: #ebebeb;
          font-size: 22px;
          margin-right: 10px;
          position: absolute;
          left: 5px;
          top: 0px;
          z-index: 1;
          @media (max-width: 767px) {
            left: auto;
            right: 0;
            font-size: 20px;
            top: 5px;
            color: #000000;
            &::before {
              content: "\f26b";
            }
          }
        }
      }

      &.activeItem {
        .item_img {
          .bi {
            color: #000000;
            @media (max-width: 767px) {
              &::before {
                content: "\f26a";
              }
            }
          }
        }
      }

      .chat_dtls {
        padding-left: 15px;
        position: relative;
        width: 100%;
        p {
          font-size: 18px;
          font-weight: 700;
        }
        i.fa.fa-circle {
          position: absolute;
          right: 0;
          bottom: 0;
        }
      }
    }
  }
}

.properties .chat_item .item_img img {
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

input.slider.rangeWidth {
  width: calc(100% - 200px);
  position: relative;
  top: 2px;
}

h3.no-content-msg.emptyText {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.single-poi .owl-carousel.owl-theme .owl-nav button {
  top: -8px;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.single-poi .owl-carousel.owl-theme .owl-nav button.owl-next {
  right: -20px;
  left: auto;
}
.single-poi .map-right-view .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.dropdown-selected.flag {
  font-size: 17px;
}

/* .search-container {
  input {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 5px 10px;
  }
}
.di_E_main {
  .di_E_dropdown {
    .custom-select {
      padding: 10px 0px;
      border-bottom: 1px solid #000000;
      position: relative;
      font-weight: 600;
      &::after {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        top: 12px;
      }
    }
    .options-container {
      max-height: 300px;
      overflow: auto;
      box-shadow: 0px 0px 10px #cccccc;
      padding: 10px;
      div {
        padding-bottom: 5px;
      }
    }
  }
} */

.tabs-view.poiDropDownView {
  ul.nav .nav-link {
    &:has(.ant-select) {
    }
    .ant-select {
      height: auto !important;
      min-width: 150px;
      text-align: left;

      .ant-select-selector {
        height: auto;
        background: transparent;
        padding: 0;
        box-shadow: none;
        .ant-select-selection-item {
          line-height: initial !important;
          color: #000000;
          padding: 0;
          font-weight: 600;
          &::after {
            line-height: 21px;
          }
        }
        &::after {
          line-height: 21px;
          margin-left: 30px;
          font-family: bootstrap-icons !important;
          content: "\f282";
          position: absolute;
          right: 5px;
          visibility: initial;
        }
      }
      .ant-select-arrow {
        display: none;
      }
    }
  }
  h1.cityLocationName {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: -5px;
    select.form-control {
      border: 1px solid #cccccc;
      text-align: left !important;
      padding-left: 20px !important;
    }
  }

  .noImage {
    .col-lg-9 {
      display: none;
    }
    .col-lg-3:has(.scoreCardView) {
      width: 100%;
      .scoreCardView {
        grid-template-columns: repeat(3, 1fr);
        .item {
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
          align-items: center;
          span.details {
            display: flex;
            flex-direction: column;
            height: 100%;

            justify-content: center;

            h3 {
              margin-bottom: 3px;
            }
          }
          /* &:first-child {
            span.details {
              left: 155px;
            }
          } */
        }
        @media (max-width: 1199px) {
          .item {
            display: block;
            span.details {
              position: static;
              display: block;
              margin-top: 5px;
            }
          }
        }
        @media (max-width: 767px) {
          grid-template-columns: repeat(1, 1fr);
        }
      }
    }
  }
  .scoreCardView {
    font-size: 4rem;
    font-weight: 700;
    display: grid;
    grid-gap: 1.54rem;
    height: 100%;
    grid-template-columns: repeat(1, 1fr);
    &:has(.no-score) {
      /* height: auto; */
    }
    .item {
      background: #f2f2f2;
      padding: 2rem 2rem;
      border-radius: 8px;
      &.no-score {
        /* display: none; */
        .score-icon {
          span {
            color: #aba9a9;
            font-size: 35px;
          }
        }
      }
    }

    img {
      position: relative;
      top: 0px;
    }
    .score-icon {
      display: flex;
      gap: 10px;
      height: 55px;
      span {
        font-size: 40px;
        display: inline-block;
      }
    }

    h3 {
      font-size: 20px;
      font-weight: 700;
      i.fa.fa-info-circle {
        color: #000000 !important;
        position: relative;
        top: 1px !important;
        right: -2px !important;
        z-index: 1 !important;
        font-size: 14px !important;
      }
    }
    p {
      font-size: 16px;
      font-weight: 400;
      margin: 0;
      color: #000;
    }
  }

  @media (max-width: 991px) {
    .scoreCardView {
      grid-template-columns: repeat(3, 1fr);
      margin: 20px 0;
      height: auto;
    }
  }
  @media (max-width: 767px) {
    .scoreCardView {
      grid-template-columns: repeat(1, 1fr);
    }
    h1.cityLocationName {
      margin-top: 0px;
      padding-top: 15px;
    }
  }

  .overViewMeter {
    h1 {
      .fa {
        color: #000000 !important;
        font-size: 14px !important;
      }
    }
    table {
      max-width: 600px;
      background: transparent;
      padding: 5px;
      th {
        font-size: 17px;
        background: #d7c7fa;
        padding: 10px;
        border: 0;

        &:first-child {
          border-radius: 7px 0 0 7px;
        }
        &:last-child {
          border-radius: 0 7px 7px 0;
        }
      }
      td {
        font-size: 17px;
        border: 0;
        background: #f5f5f5;
        box-shadow: none;
        padding: 12px 10px;
        &:first-child {
          border-radius: 7px 0 0 7px;
        }
        &:last-child {
          border-radius: 0 7px 7px 0;
        }
      }
      &.table2 > tbody > tr:nth-of-type(even) > * {
        background: #ffffff;
      }
      &.table2 > tbody > tr {
        background: #f5f5f5;
      }
      @media (max-width: 767px) {
        th,
        td {
          font-size: 14px;
        }
      }
      @media (max-width: 575px) {
        th {
          font-size: 13px;
          min-width: 93px;
          vertical-align: top;
        }
        td {
          font-size: 14px;
          font-weight: 500;
        }
      }
    }
  }

  .ulSlider {
    .owl-carousel .owl-stage-outer {
      display: flex;
      justify-content: center;
      @media (max-width: 767px) {
        display: block;
        text-align: center;
        .owl-stage {
          margin: auto;
        }
      }
    }
  }
}
.poiDropDown.listViewOnMap_poi {
  .ant-select {
    height: auto !important;
    min-width: 200px;
    text-align: left;
    border-radius: 30px;

    .ant-select-selector {
      box-shadow: none;
      border-radius: 30px;
      padding: 0px 20px;
      .ant-select-selection-item {
        color: #000000;
        font-weight: 600;
      }
      &::after {
        font-family: bootstrap-icons !important;
        content: "\f282";
        position: absolute;
        right: 35px;
        visibility: initial;
        top: 5px;
      }
    }
    span.ant-select-selection-wrap:after {
      line-height: initial !important;
    }
    .ant-select-arrow {
      display: none;
    }
  }
}

.addedByYouLanding {
  span.addedByYou {
    display: inline-block;
    background: #f1f1f1;
    color: #434343;
    position: absolute;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 31px;
    top: 7px;
    left: 10px;
    &:has(img) {
      padding: 2px 15px;
    }
    img {
      height: auto !important;
      margin: 0;
      width: 100px !important;
    }
  }
}
.relonav-login {
  .resendOtp {
    span {
      color: #bfbfbf;
      font-size: 15px;
      b {
        color: #7d7979;
      }
    }
    p {
      margin-bottom: 0;
      color: #bfbfbf;
      font-size: 15px;
      b {
        color: #7d7979;
      }
      &.lockPara {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #000000;
        img {
          position: relative;
          top: -2px;
        }
      }
    }
    .btn {
      padding: 0;
      text-decoration: none;
      line-height: 1.2;
      font-size: 14px;
      padding: 9px 20px;
      font-size: 15px;
      margin-bottom: 15px;
      &.btn-dark {
        padding: 9px 20px;
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 20px;
      }
    }
    & + div {
      .btn {
        margin-top: 1rem !important;
      }
    }
  }

  .resendbtns {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 15px;
    .btn {
      margin: 0 !important;
      min-width: 175px;
    }
  }
}

.timeZoneClocks {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  .clocksBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    svg.clock {
      filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.3));
      width: 100%;
      height: auto;
    }
    h2 {
      font-size: 20px;
      margin-bottom: 5px;
      margin-top: 20px;
      background: transparent;
    }
    p {
      font-size: 16px;
      text-align: center;
      font-weight: 500;
      color: #9a9a9a;
    }
    .clock-container.active {
      border: 1px solid #cccccc;
      background: #ffffff;
    }
  }

  @media (max-width: 1099px) {
    width: 100%;
  }
  @media (max-width: 991px) {
    .clocksBox {
      canvas {
        max-width: 120px;
      }
      h2 {
        font-size: 15px;
        font-weight: 700;
        margin-top: 10px;
      }
      p {
        font-size: 14px;
      }
    }
  }
  @media (max-width: 767px) {
    .clocksBox {
      grid-template-columns: repeat(2, 1fr);
      canvas {
        max-width: 120px;
      }
      h2 {
        font-size: 15px;
        font-weight: 700;
        margin-top: 10px;
      }
      p {
        font-size: 14px;
      }
    }
  }
}

/* selected and hover theme color for location search and in date picker oct 7 */

/* .pac-container {
  z-index: 9999999 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;

  &.hdpi {
    border: 1px solid #d5d5d5;

    &::after {
      display: none;
    }
    .pac-icon.pac-icon-marker {
      background: initial;
      position: relative;
      height: auto;
      padding: 0;
      margin-top: 0;
      margin-right: 10px;
      color: #000000;
      &::before {
        content: "\f3e8";
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 19px;
        font-weight: 600 !important;
        font-family: bootstrap-icons !important;
      }
    }
    .pac-item {
      border: 0;
      padding: 7px 15px;
      font-size: 13px;

      .pac-item-query {
        font-size: 14px;
        span {
          font-size: 14px;
        }
      }
      &:hover {
        background: #d7c7fa;
        color: #000000;
        .pac-item-query {
          color: #000000;
          span {
            color: #000000;
          }
        }
        .pac-icon.pac-icon-marker {
          color: #000000;
        }
      }
    }
  }
}
div.react-datepicker__day--keyboard-selected,
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range {
  background: #d7c7fa !important;
  color: #000000 !important;
}
div.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__day:hover {
  background-color: #c0ade9 !important;
} */
