/**
 * Theme Name:     RentalHive Child
 * Author:         HivePress
 * Template:       rentalhive
 * Text Domain:	   rentalhive-child
 * Description:    A multipurpose WordPress theme that allows you to build a peer-to-peer rental marketplace.
 */
.profilw-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd !important;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.vender_calnder button.fc-block-button.fc-button.fc-button-primary,
.vender_calnder button.fc-unblock-button.fc-button.fc-button-primary {
  display: none;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.popup-content {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  width: 500px;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
div#userPopup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 30px;
}
div#userPopup .popup-content span.close-btn {
  background: #000;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  top: 5px;
  right: 5px;
}
div#userPopup .popup-content img#popupAvatar {
  width: 100%;
}
div#userPopup .popup-content p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
  line-height: 23px;
  margin-top: 10px;
}
.hp-message .profilw-image img {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: 10px;
}

.d-none {
  display: none !important;
}
.toggle_type input.toggle_view {
  padding: 20px 40px;
  border: 0px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
}
.toggle_type {
  text-align: center;
  margin-bottom: 20px !important;
  background: #ffffff;
  padding: 0px;
  border: 1px solid #293e4f;
  width: max-content;
  margin: 0 auto;
  border-radius: 100px;
}
.toggle_type input.toggle_view.active {
  background: #4294d3;
  color: #fff;
}
.profilw-image img:hover {
  border: 2px solid #4e90d5 !important;
}
td.hp-message__sender {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toggle_type input.toggle_view {
  padding: 12px 25px;
}
table th,
table td {
  text-align: center;
}

input.custom_date {
  padding: 0 0 10px;
}
input.get_report,
input.open_add_notes {
  cursor: pointer;
  background: #4294d3;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px;
}
.month_clender.jour .day-report-box,
.month_clender.notes .day-report-box {
  text-align: center;
  border: 1px solid #ccc;
  width: 70%;
  margin: 0 auto;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.month_clender.jour .day-report-box input[type="date"],
.month_clender.notes .day-report-box input[type="date"] {
  border: 1px solid lightgray;
  padding: 8px;
  border-radius: 5px;
}
.month_clender.notes .day-report-box {
  margin-bottom: 50px;
}
.custom_table table {
  border-collapse: collapse;
  border: 1px solid lightgray;
  width: 100%;
}
.custom_table table th {
  background: #4294d3;
  color: #fff;
}
.custom_table table td,
.custom_table table th {
  border: 1px solid lightgray;
  text-align: left;
}
.custom_table {
  margin-top: 30px;
}
table td,
table th {
  padding: 1rem 1.25rem !important;
}
.no-data-found {
  border: 1px solid lightgray;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
}
p.error {
  margin: 0;
  color: red;
}
button#printTable {
  margin: 25px 0 0;
  margin-left: auto;
  width: fit-content;
  display: block;
  background: #fcc642;
  border: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  color: white;
}
div#add_not_pop_ip {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
}
input.submit_fomr {
  background: #4294d3;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}
input#note {
  background: #e1e1e1;
  border-radius: 8px;
  padding: 5px 15px;
  border: none;
}
.popup-content {
  position: relative;
}
.form-submit-btn {
  text-align: right;
  margin: 20px 0 0;
}
div#editNoteForm {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  width: fit-content;
  border-radius: 5px;
}
input#editNoteContent {
  background: #e1e1e1;
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
}
div#editNoteForm .btn-group {
  margin: 20px 0 0;
  display: flex;
  gap: 10px;
}
button#saveEditNote {
  background: #4294d3;
  border: none;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px;
}

button#saveEditNote {
  padding: 8px 20px;
  border-radius: 5px;
  border: none;
  background: #4294d3;
  color: #fff;
}
.btn-group {
  margin: 10px 0 0;
}
button#cancelEditNote {
  padding: 7px 20px;
  border-radius: 5px;
  border: none;
  background: #fff;
  color: #fcc642;
  border: 1px solid #fcc642;
}
div#editNoteForm {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subeditnote {
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  width: 500px;
}

button.edit_notes {
  margin: 8px;
  background: green;
  color: white;
  border: navajowhite;
  padding: 12px;
  border-radius: 24px;
}

button.remove_notes {
  border-radius: 24px;
  background: #fcc642;
  color: white;
  border: navajowhite;
  padding: 12px;
}

div#userNotesTable_wrapper {
  margin: 20px 0 0;
}

span.close-btn_notes {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 24px;
  cursor: pointer;
}

table.dataTable td {
  vertical-align: middle;
}
textarea#editNoteContent {
  width: 100%;
}

textarea#note {
  width: 100%;
}

table th::before table th::after {
  display: none !important;
}
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0 !important;
}
table.dataTable thead > tr > th.sorting_asc:after {
  opacity: 0 !important;
}
table.dataTable thead > tr > th.sorting_asc:before {
  opacity: 0 !important;
}
table.dataTable thead th {
  text-align: center !important;
}
.popup-content h4 {
  text-align: left;
}
div#twilio-login button {
  background: #4e90d5;
  color: #fff;
  margin: 15px 0px;
  width: 100%;
}
div#twilio-login input {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}
div#twilio-login {
  padding: 20px 0px;
}
div#login_message {
  color: green;
}
img.otp-loader {
  width: 100%;
  max-width: 30px;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}

div#twilio-login {
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .custom_table {
    width: 100%;
    overflow-x: scroll;
  }
  .month_clender.jour .day-report-box,
  .month_clender.notes .day-report-box {
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 575px) {
  .month_clender.jour .day-report-box,
  .month_clender.notes .day-report-box {
    max-width: calc(100% - 0px);
  }
}

@media (max-width: 500px) {
  .toggle_type input.toggle_view {
    padding: 8px 11px;
    font-size: 14px;
  }
  .site-content .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .subeditnote {
    width: calc(100% - 20px);
  }
  input#editNoteContent {
    width: 100%;
  }
  .form-fields h2 {
    font-size: 22px;
  }
  button#saveEditNote {
    padding: 8px 15px;
  }
  button#cancelEditNote {
    padding: 7px 15px;
  }
  textarea#editNoteContent {
    height: 100px !important;
  }
  .month_clender.jour .day-report-box,
  .month_clender.notes .day-report-box {
    width: 80%;
  }
  .popup-content {
    width: calc(100% - 30px);
  }
}
