.react-datepicker {
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.react-datepicker-wrapper input.form-control {
  background-image: url(../../../../public/assets/images/calendar.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 97% 10px;
  cursor: pointer;
}
.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.rc-slider-tooltip-placement-top {
  padding: 4px 0 4px 0 !important;
  cursor: pointer;
}

.main_getStartedPage .rc-slider-mark-text {
  color: #525252;
  font-weight: 600;
  font-size: 15px;
  width: 55px;
}

.main_getStartedPage .rc-slider-dot {
  position: absolute;
  bottom: -15px;
  margin-left: -8px;
  width: 15px;
  height: 30px;
  border: 2px solid #ff756e;
  background-color: #fff;
  cursor: pointer;
  border-radius: 5px;
  vertical-align: middle;
  display: none;
}
.rc-slider-tooltip .rc-slider-tooltip-inner {
  padding: 8px 15px;
  height: 25px;
  font-size: 11px;
  background-color: #d7c7fa;
  color: #000000;
  border-radius: 20px;
  box-shadow: none;
  font-weight: 600;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

.main_getStartedPage {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  min-height: 70vh;
}
.main_getStartedPage .bannerpart {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 0;
}
.main_getStartedPage .bannerpart h1 {
  /* font-size: 3.5rem;
  color: #000000;
  font-weight: 700; */
  color: #313131;
}
.main_getStartedPage .bannerpart h5 {
  color: #6d6d6d;
  font-size: 20px;
}
.main_getStartedPage .checkbtns {
  margin-bottom: 25px;
}
/* 
.main_getStartedPage .checkbtns .btn {
    padding: 11px 40px;
    padding-left: 50px;
    margin-bottom: 15px;
    margin-right: 5px;
    color: #000000;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 30px !important;
    font-weight: 600;
    outline: 0px;
    background: #f1f1f1;
    min-width: 145px;
    text-align: left;
    position: relative;
}

.main_getStartedPage .checkbtns .btn::after{
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 20px;
  color: #c5c5c5;
  top: 5px;
  font-weight: 800;
  font-size: 21px;
}

.main_getStartedPage .checkbtns .btn.btn-clr::after{
  content: "\f058";
  color: #000000;
} */

.main_getStartedPage .checkbtns .btn {
  padding: 7px 35px;
  /* padding-left: 50px; */
  margin-bottom: 15px;
  margin-right: 5px;
  color: #000000;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 15px;
  border-radius: 30px !important;
  font-weight: 600;
  outline: 0px;
  background: #f1f1f1;
  text-align: center;
  position: relative;
}
.main_getStartedPage .checkbtns .btn.btn-clr {
  /* background: #000000;
  color: #ffffff; */
  background: #d7c7fa;
  color: #000000;
}

.main_getStartedPage .formView {
  background: #fbfbfb;
  padding: 35px 50px;
  border-radius: 20px;
}
.main_getStartedPage .formView h1 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.main_getStartedPage .formView input.form-control {
  height: 45px;
  font-weight: 500;
}

.main_getStartedPage .formView .range2 {
  margin-top: 35px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.main_getStartedPage .formView .range2 h1 {
  margin-bottom: 40px;
}
.main_getStartedPage .formView .range2 h1 a {
  font-size: 17px;
  margin-left: 10px;
}
.main_getStartedPage .formView .rc-slider {
  margin-top: 50px;

  width: 95%;
  margin: auto;
}

.main_getStartedPage .rc-slider-track {
  background: #7352bb;
}
.main_getStartedPage .rc-slider-handle {
  border: solid 2px #7352bb !important;
  background-color: #7352bb;
  width: 18px;
  height: 18px;
  margin: 0;
  transform: translate(-2px, -45%) !important;
}

.main_getStartedPage .solopage1cont .rc-slider {
  width: 95%;
  margin: auto;
}

.list-priority {
  text-align: center;
}
.list-priority ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.list-priority ul li a {
  color: #071822;
}
.list-priority ul li a svg {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #071822;
  border-radius: 50%;
  color: #071822;
  padding: 2px 15px;
}
.list-priority ul li a svg.svg-inline--fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #071822;
  border-radius: 50%;
  color: #071822;
  padding: 2px 15px;
}
.solopageonepriority {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.solopageonepriority .item {
  width: 100px;
  height: 100px;
  border: 1px solid #e1251b;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.solopageonepriority .item span {
  background: #ccc;
  padding: 2px 8px;
  border-radius: 50%;
  color: #ffffff;
}

.react-confirm-alert-overlay
  .react-confirm-alert-button-group
  > button:nth-child(1) {
  background-color: #e1251b;
}

.list-priority-view {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 30px;
}
.list-priority-view .item {
  margin-bottom: 10px;
  padding: 0px;
  width: 100px;
  height: 90px;
  border: 1px solid #ffffff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #f1f1f1;
  border-radius: 10px;
  position: relative;
  margin-right: 20px;
}
.list-priority-view .item i {
  font-size: 35px;
}

.rightitems.list-priority-view .item {
  border-color: #a5a5a5;
}

span.drag-droptext {
  position: absolute;
  top: 10px;
  text-align: center;
  right: 0px;
  left: 0px;
  margin: auto;
  font-size: 14px;
  color: #ccc;
  font-weight: 500;
}

#shared-lists .col-md-6 {
  padding: 0px 5%;
}
.list-priority-view .item p {
  color: #071821;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  margin-top: 2px;
}
.list-priority-view .svg-inline--fa {
  font-size: 18px;
  width: 60px;
  height: 60px;
  padding: 15px;
  border: 2px solid #071821;
  border-radius: 50%;
  background: #ffffff;
  z-index: 9;
  position: relative;
}

.list-priority-view .svg-inline--fa path {
  fill: #071821;
}

.solopageonepriority.list-priority-view {
  margin-top: 0px;
}
.solopageonepriority.list-priority-view .item .close-btn {
  display: none;
}
.solopageonepriority.list-priority-view .item:hover .close-btn {
  display: block;
  position: absolute;
  border: 0px;
  background: rgba(228, 50, 38, 0.6);
  width: 100%;
  color: #ffffff;
  height: 100%;
  z-index: 99;
}
.solopageonepriority.list-priority-view .fa-times-circle {
  border: 0px;
  background: transparent;
}
.solopageonepriority.list-priority-view .fa-times-circle path {
  fill: #ffffff;
}
.solopageonepriority.list-priority-view .item {
  border: 0px;
  position: relative;
  width: auto;
  height: auto;
}

.solopageonepriority.list-priority-view .item .number {
  content: attr(data-placeholder);
  background: #9b9b9b;
  padding: 5px 11px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
}
#submit-modal .modal-content {
  display: flex;
  background: transparent;
  justify-content: space-evenly;
  border: 0px;
  height: 80%;
  text-align: center;
}
#submit-modal .modal-content h1 {
  color: #e32725;
  font-size: 25px;
}
#submit-modal .modal-content h3 {
  color: #071821;
}
#submit-modal .modal-content input {
  border: 2px solid #cccccc;
  box-shadow: 0px 0px 5px #cccccc;
}
#submit-modal.myModalconfirmdes .modal-footer {
  border: 0px;
}

#HomeRentalCal .modal-content h1 {
  color: #e32725;
  font-size: 25px;
}
#HomeRentalCal .modal-content h3 {
  color: #071821;
}
#HomeRentalCal .modal-content input {
  border: 2px solid #cccccc;
  box-shadow: 0px 0px 5px #cccccc;
}
#HomeRentalCal.myModalconfirmdes .modal-footer {
  border: 0px;
}

.list-priority-view-heading h1 {
  font-size: 18px;

  font-weight: 600;
  margin-bottom: 0px;
}
.list-priority-view-heading p {
  font-size: 15px;
}
.get_startedpage .btn.theme-btn {
  /* font-size: 14px;
  font-weight: 400;
  padding: 5px; */
  width: 130px;
}
.rc-slider-tooltip-arrow {
  display: none;
}

.tooltip-validation {
  text-align: left;
  margin-bottom: 10px;
}
.tooltip-validation .tooltip-inner {
  color: #e43126;
  border: 1px solid #e43126;
  background: #fff0f0;
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
}
.tooltip-validation .tooltip-inner::before {
  content: "";
  position: absolute;
  bottom: -16px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid red;
  left: 10px;
}

.list-priority-view .item:hover::after {
  content: "\f047";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  top: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  cursor: pointer;
}
.main_getStartedPage .list-priority-view .item:hover::after {
  font-size: 25px;
}
.main_getStartedPage .autoComplete .ant-select-selection--multiple > ul > li,
.main_getStartedPage
  .ant-select-selection--multiple
  .ant-select-selection__rendered
  > ul
  > li {
  width: auto !important;
  background: #e43126;
  color: #ffffff;
  height: 30px;
  line-height: 25px;
  border-radius: 5px;
}

.main_getStartedPage .ant-select-multiple .ant-select-selector {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9 !important;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  padding-left: 5px;
  .ant-select-selection-wrap {
    min-height: 39px;
  }
  .ant-select-selection-overflow {
    min-height: 39px;
  }
}

.main_getStartedPage .ant-select-multiple span.ant-select-selection-item {
  width: auto !important;
  background: #eee6ff;
  color: #000000;
  height: 30px;
  line-height: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.main_getStartedPage
  .ant-select-multiple
  span.ant-select-selection-item-remove {
  font-size: 12px;
  color: #ffffff !important;
}
.main_getStartedPage
  .autoComplete
  .ant-select-selection--multiple
  .anticon
  svg {
  fill: #ffffff;
}
.main_getStartedPage .autoComplete .ant-select-search__field {
  width: auto !important;
  color: #000000;
  background: #fff;
  height: 30px;
  border-radius: 0px;
}
.main_getStartedPage .select-status {
  justify-content: flex-start;
}

.main_getStartedPage #submit-modal .modal-content {
  justify-content: center;
  width: 100%;
  margin: auto;
  padding-top: 50px;
}
.main_getStartedPage #submit-modal .modal-content h3 {
  font-size: 20px;

  font-weight: 400;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
.main_getStartedPage #submit-modal.myModalconfirmdes .close {
  background: transparent;
  color: #6f6f6f;
  font-size: 30px;

  position: absolute;
  z-index: 99999;
  cursor: pointer;
  float: inherit;
  right: 0px;
  font-weight: 100;
  top: 0;
  margin-top: 0;
}

.pd-y-50 {
  padding: 50px 0px;
}
.width-80per {
  width: 80% !important;
  margin: auto;
}
#HomeRentalCal p {
  font-size: 12px;
  color: #717171;
}

#HomeRentalCal h4 {
  font-size: 20px;
}
#HomeRentalCal input {
  width: 100%;
}

.onlyGetStartedPage .demo-drag-drop {
  margin-top: 0px !important;
}
.onlyGetStartedPage .list-priority-view .item {
  height: calc(100% - 40px) !important;
  padding: 10px 0;
  max-height: 85px;
}
.phone-flag .dropdown-options {
  z-index: 99;
}

@media (min-width: 1024px) {
  #submit-modal.myModalconfirmdes .modal-dialog {
    max-width: 450px;
    height: 300px;
  }
}
@media (max-width: 1023px) {
  #submit-modal.myModalconfirmdes .modal-dialog {
    max-width: 80%;
    height: 100%;
  }
}

/*------------------------------------------------------------ DS Solo Page 1 End -----*/

@media (max-width: 991px) {
  .list-priority-view .item {
    margin-right: 15px !important;
  }

  .main_getStartedPage .rc-slider {
    padding: 40px 0;
    width: 90%;
    margin: auto;
    margin-left: 10px;
  }
  .main_getStartedPage .rc-slider-rail {
    height: 3px;
  }
  .main_getStartedPage .rc-slider-track {
    height: 3px;
  }

  .main_getStartedPage .rc-slider-dot {
    bottom: -12px;
    width: 11px;
    height: 23px;
    border-radius: 2px;
  }
  .rc-slider-tooltip .rc-slider-tooltip-inner {
    padding: 5px 10px;
    height: 20px;
    min-width: 65px;
    font-size: 11px;
    cursor: pointer;
  }
  .main_getStartedPage .rc-slider-mark {
    top: 55px;
  }

  .main_getStartedPage .range2 {
    padding: 0px 0px;
    margin: 15px 0px 0px 0px;
  }
  .main_getStartedPage {
    max-width: 80%;
    flex: auto;
  }

  .main_getStartedPage .col-md-8 {
    max-width: 80%;
    flex: auto;
  }
}

@media (max-width: 768px) {
  .list-priority h1 {
    font-size: 25px;
  }
  .main_getStartedPage .col-md-8 {
    max-width: 95%;
    flex: auto;
  }
}

@media screen and (max-width: 767px) {
  .list-priority-view-content .view-item {
    width: 50%;
    margin: auto;
  }
  .list-priority-view-content .list-priority-view {
    height: auto;
  }
  #shared-lists .col-md-6 {
    width: 50%;
  }
  #example2-left.list-priority-view {
    padding: 0px;
  }
  .list-priority-view .item {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 580px) {
  .solopage1banner h1 {
    font-size: 20px;
    font-weight: 500;
  }
  .list-priority-view-heading h1 {
    font-size: 20px;
    font-weight: 500;
  }
  .solopage1banner h6 {
    font-size: 14px;
  }
  .solopage1banner h5 {
    font-size: 14px;
  }

  .list-priority h1 {
    font-size: 20px;
    font-weight: 500;
  }

  .main_getStartedPage #shared-lists .col-md-12 {
    width: 50%;
  }

  #HomeRentalCal .modal-content {
    padding: 25px;
  }
  #HomeRentalCal h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .main_getStartedPage .col-md-12 .list-group.list-priority-view {
    padding: 10px 0px !important;
    margin: 0px !important;
  }
  .main_getStartedPage .col-md-12 #example2-left.list-priority-view {
    padding: 10px 0px !important;
    margin: 0px !important;
  }

  .main_getStartedPage .col-md-12 .list-group.list-priority-view .item {
    width: 75px;
    height: 75px;
  }

  .main_getStartedPage
    .col-md-12
    .list-group.list-priority-view
    .svg-inline--fa {
    font-size: 15px;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: 2px solid #071821;
    border-radius: 50%;
    background: #ffffff;
    z-index: 9;
    position: relative;
  }
}
@media screen and (max-width: 400px) {
  .solopageonepriority .item {
    width: 30%;
    height: 80px;
  }
}

.preferenceCalendar {
  position: absolute;
  right: 52%;
  font-size: 20px;
  padding-top: 15px;
}

.preferenceDatePicker {
  width: 50% !important;
}

.correctoptions {
  align-items: center;
  align-content: center;
  width: 100%;
}
.loading:not(:required):after {
  display: block;
  background: url(../../../../public/assets/images/page_loader.svg);
  height: 35px;
  width: 35px;
  background-size: cover;
  padding: 40px !important;
  animation: none;
  border: none;
  z-index: 999;
  position: relative;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.demo-drag-drop .list-priority-view .item p span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: red;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 5px;
  font-weight: 600;
  font-size: 12px;
}
.rightitems.list-priority-view {
  border: 2px dashed #dedede;
  height: 180px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  padding: 20px;
  margin: 0;
}
.rightitems.list-priority-view .item p span {
  height: auto;
  border-radius: 0;
}

.solohome_section_banner .solopage1banner {
  height: 300px;
}
