:root {
  --background-color: #FFFFFF;
  --text-color: #023a64;
  --shadow-color: rgba(0, 0, 0, 0.5);
  --line-color: rgba(0, 0, 0, 0.1);
}

[data-theme=light-mode] {
  --background-color: #FFFFFF;
  --background-color02: #FFFFFF;
  --background-color03: #FFFFFF;
  --text-color: #023a64;
  --shadow-color: rgba(0, 0, 0, 0.5);
  --line-color: rgba(0, 0, 0, 0.1);
  --text-color02: #0365b0;
}

[data-theme=dark-mode] {
  --background-color: #354366;
  --background-color02: #151827;
  --background-color03: #222a41;
  --text-color: #FFFFFF;
  --shadow-color: rgba(255, 255, 255, 0.5);
  --line-color: rgba(255, 255, 255, 0.2);
  --text-color02: #1B9CFC;
}

html, body {
  color: var(--text-color) !important;
}
@media screen and (max-width: 360px) {
  html, body {
    font-size: 90%;
  }
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}

.red {
  color: #dc3545;
}

.bg_mode {
  background: rgb(53, 67, 102);
  background: linear-gradient(315deg, var(--background-color) 0%, var(--background-color03) 100%) !important;
}

.bg_normal_blue {
  background-color: #0365b0;
}

.bg_blue {
  background: rgb(3, 101, 176);
  background: linear-gradient(135deg, rgb(3, 101, 176) 0%, rgb(27, 156, 252) 100%);
}

.bg_light_blue {
  background: #0374b0;
  background: linear-gradient(135deg, #0374b0 0%, #1bcefc 100%);
}

.bg_green {
  background: rgb(34, 91, 64);
  background: linear-gradient(135deg, rgb(34, 91, 64) 0%, rgb(57, 181, 74) 100%);
}

.bg_yellow {
  background: rgb(153, 137, 58);
  background: linear-gradient(135deg, rgb(153, 137, 58) 0%, rgb(255, 243, 112) 100%);
}

.bg_red {
  background: rgb(105, 39, 45);
  background: linear-gradient(135deg, rgb(105, 39, 45) 0%, rgb(220, 53, 69) 100%);
}

.bg_theme {
  background: rgb(53, 67, 102);
  background: linear-gradient(135deg, var(--background-color) 0%, var(--background-color02) 100%) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hr_theme {
  border-top: 1px solid var(--line-color) !important;
}

.hidden {
  display: none !important;
}

.rotate_180 {
  transform: rotate(180deg);
}

.pt-7 {
  padding-top: 7rem;
}

.pt-4_5 {
  padding-top: 4.5rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pt-8_5 {
  padding-top: 8.5rem;
}

.pt-10 {
  padding-top: 10rem !important;
}

.cursor_pointer {
  cursor: pointer;
}

.-mx-0_5 {
  margin: 0 -0.5rem;
}

.flex_1 {
  flex: 1;
}

.btn {
  border: none;
  width: 100%;
  font-weight: 500 !important;
}
.btn:active, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn_primary {
  background: rgb(3, 101, 176) !important;
  background: linear-gradient(132deg, rgb(3, 101, 176) 0%, rgb(27, 156, 252) 100%) !important;
  border-color: unset !important;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem !important;
  color: #FFFFFF !important;
  border: none !important;
}

.btn_border {
  border: 1px solid #0365b0 !important;
  padding: 0.47rem 0.75rem !important;
  text-transform: uppercase;
  color: var(--text-color) !important;
}

.btn_border_green {
   #39b54a 
  border: 2px solid #39b54a !important;
  padding: 0.45rem 0.75rem !important;
  color: #39b54a !important;
}

.btn_border_blue {
  border: 2px solid var(--text-color02) !important;
  padding: 0.45rem 0.75rem !important;
  color: var(--text-color02) !important;
}

.btn_border_red {
  border: 2px solid #dc3545 !important;
  padding: 0.45rem 0.75rem !important;
  color: #dc3545 !important;
}

.btn_border_orange {
  border: 2px solid #ffc107 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffc107 !important;
}

.header_box .items .btn {
  color: #FFFFFF;
  text-transform: uppercase;
}
.header_box .items .btn:hover, .header_box .items .btn:active {
  background-color: #0365b0;
}
.header_box .items .btn span {
  text-transform: uppercase;
}
.header_box .btn.period {
  width: 100% !important;
}
.header_box .wrapper:first-child .btn {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  width: unset;
}
.header_box .wrapper:last-child .btn:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.btn_lang {
  display: flex !important;
  align-items: center !important;
  border: 1px solid var(--line-color) !important;
  font-weight: 500 !important;
  font-size: 1.2rem !important;
  color: var(--text-color) !important;
}
.btn_lang:hover, .btn_lang:active {
  border: 1px solid #0365b0 !important;
}
.btn_lang img {
  height: 1rem;
}

.btn_header {
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  color: var(--text-color);
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 0.5rem;
  padding: 0.375rem 0.75rem;
  vertical-align: middle;
  text-align: center;
  transition: 0.15s ease-in-out;
  width: 100%;
  border: none;
  font-weight: 600;
}
.btn_header:focus {
  outline: none;
}

.input-group .input-group-prepend:last-child .input-group-text {
  border-radius: 0.25rem;
}

.btn_shadow {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
  font-size: 1.1rem !important;
  color: var(--text-color) !important;
}
.btn_shadow:focus {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.form-control {
  background-color: transparent !important;
  color: var(--text-color) !important;
  border: 1px solid var(--line-color) !important;
}
.form-control:active, .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.form-control:focus {
  border: 1px solid var(--line-color) !important;
}

.input-group-text {
  background: rgb(3, 101, 176) !important;
  background: linear-gradient(132deg, rgb(3, 101, 176) 0%, rgb(27, 156, 252) 100%) !important;
  border: none !important;
  color: #FFFFFF !important;
}
.input-group-text:active {
  background: unset;
}
.input-group-text.password_toggler {
  background: white !important;
  border: 1px solid var(--line-color) !important;
  border-left: none !important;
}
.input-group-text.password_toggler i {
  color: gray;
}

.header_box .form-control {
  background-color: unset !important;
  border: unset !important;
  color: #FFFFFF !important;
}
.header_box .form-control::placeholder {
  color: #FFFFFF !important;
}

.input_update .input-group-text {
  font-weight: bold;
  font-size: 1.1rem;
  width: 2.5rem;
  display: block;
  text-align: center;
}
.input_update .input-group-text i {
  font-size: 1rem;
}

.new_message_textarea {
  width: 100%;
}
.new_message_textarea textarea {
  resize: none;
}

input[type=checkbox] {
  position: absolute;
  top: 0;
  opacity: 0;
}

.checkbox {
  height: 1.9rem;
}
.checkbox .switch {
  display: inline-block;
  height: 1.9rem;
  position: relative;
  width: 3.8rem;
  margin: 0;
}
.checkbox .switch .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  border-radius: 1.25rem;
}
.checkbox .switch .slider:before {
  background-color: #fff;
  bottom: 0.2rem;
  content: "";
  height: 1.5rem;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 1.5rem;
  border-radius: 50%;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + .slider {
  background-color: #1B9CFC;
}
.checkbox input:checked + .slider:before {
  transform: translateX(1.75rem);
}
.checkbox .slider.round {
  border-radius: 34px;
}
.checkbox .slider.round:before {
  border-radius: 50%;
}

.modal_checkbox {
  position: relative;
  width: 25px;
}
.modal_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 0.25rem;
  cursor: pointer;
}
.modal_checkbox .checkmark:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  left: 3px;
}
.modal_checkbox input:checked + .checkmark:after {
  display: block;
}
.modal_checkbox input:checked + .checkmark {
  background-color: #0365b0;
  border: 1px solid #0365b0 !important;
}

.table table {
  color: var(--text-color);
}
.table table td.weekend-date {
  background: #f3f3f3;
}

.table table td.disabled-date {
  background: #ffcccb
}

.table table th, .table table td {
  min-width: 55px !important;
  width: 100%;
}
.table table thead tr th {
  padding: 0.4rem 0;
  background-color: rgba(3, 101, 176, 0.05);
}
.table table thead tr div {
  text-align: center;
}
.table table thead tr .table-thead-sub {
  opacity: 0.5;
  font-size: 0.9rem;
}
.table table thead tr .table-thead-label {
  font-size: 1.1rem;
}
.table table tbody tr td {
  padding: 0.8rem 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
}
.table table .tr-min-stay td:focus, .table table .tr-min-stay td:active {
  opacity: 0.5;
  outline: 0.1rem solid #0365b0;
}
.table table .tr-price td:focus, .table table .tr-price td:active {
  opacity: 0.5;
  outline: 0.1rem solid #0365b0;
}
.table table .tr-reservation td {
  padding: 0.1rem 0;
}
.table table .tr-reservation td:focus, .table table .tr-reservation td:active {
  outline: 0.1rem solid #0365b0;
}
.table table .tr-reservation .col-wrapper {
  height: 27px;
  margin: 0.4rem 0;
}
.table table .tr-reservation .col-reservation {
  position: absolute;
  height: 27px;
  left: 30px;
  border-radius: 0.25rem;
  text-align: left;
  z-index: 1;
  overflow: hidden;
}
.table table .tr-reservation a {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
}
.table table .tr-reservation .col-reservation-item {
  display: flex;
  flex-direction: row;
  height: 100%;
  font-size: 13px;
  padding: 2px 5px;
  font-weight: 500;
}
.table table .tr-reservation .col-reservation-item .col-reservation-item-icon {
  align-self: center;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  padding: 2px;
  width: 19px;
  height: 19px;
}
.table table .tr-reservation .col-reservation-item .col-reservation-item-icon img {
  display: block;
  width: 15px;
  height: 100%;
}
.table table .tr-reservation .col-reservation-item .col-reservation-item-label {
  align-self: center;
  padding-left: 5px;
  white-space: nowrap;
}
.table table .tr-reservation .col-reservation-item .col-reservation-item-sub {
  padding-left: 5px;
  white-space: nowrap;
  align-self: center;
}

.table-bordered td, .table-bordered th {
  border: 1px solid var(--line-color) !important;
}

.table-wrapper {
  overflow-x: auto;
}

.flatpickr-day {
  border: 1px solid #DDDDDD;
}

.flatpickr-next-month, .flatpickr-prev-month {
  top: -5px !important;
}

.flatpickr-calendar.open {
  background-color: var(--background-color);
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
}

 calendar.html 
.col-blocked-day {
  text-align: center;
  padding: 0;
  flex-direction: row;
  justify-content: center;
}

.day-blocked {
  left: 0 !important;
  width: 55px;
  background-color: darkgray;
}

#calendar_menu_settings {
  left: unset;
  right: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
}
#calendar_menu_settings.opened {
  max-height: 999px;
}

.content.calendar > .table {
  overflow-y: hidden;
}

.edit-calendar-title, #calendar_edit_header_title {
  color: white;
  font-size: 1.4rem;
  margin-bottom: .5rem;
  display: block !important;
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
  p {
      overflow: hidden;
      white-space: nowrap;
  }
}

.edit-calendar {
  font-size: 1.1rem;
}
.edit-calendar button.show_more {
  margin: 1rem 0 1rem 0;
  background: #fff;
  color: #007bff;
}
.edit-calendar input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  color: #023a64;
}
.edit-calendar .label {
  font-weight: 500;
}
.edit-calendar .btn {
  font-size: 1.1rem;
}
.edit-calendar .input-label {
  position: absolute;
  right: 0.75rem;
  bottom: 0.375rem;
}
.edit-calendar .flatpickr-day {
  border: 0px;
  border-bottom: 1px solid #ddd;
  box-shadow: none !important;
}
.edit-calendar .flatpickr-day.today::before {
  background-color: #008bf5 !important;
}
.edit-calendar .fp-booked-first {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #eee 50%, #eee 100%);
}
.edit-calendar .fp-booked-first.prevMonthDay {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #eee 50%, #eee 100%);
}
.edit-calendar .fp-booked-first.nextMonthDay {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #eee 50%, #eee 100%);
}
.edit-calendar .fp-booked-all {
  background: #eee;
}
.edit-calendar .fp-booked-all.prevMonthDay {
  background: #eee;
}
.edit-calendar .fp-booked-all.nextMonthDay {
  background: #eee;
}
.edit-calendar .fp-booked-last {
  background: linear-gradient(to bottom right, #eee 0%, #eee 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}
.edit-calendar .fp-booked-last.prevMonthDay {
  background: linear-gradient(to bottom right, #eee 0%, #eee 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}
.edit-calendar .fp-booked-last.nextMonthDay {
  background: linear-gradient(to bottom right, #eee 0%, #eee 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}
.edit-calendar .fp-disabled-first {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffcccb 50%, #ffcccb 100%);
}
.edit-calendar .fp-disabled-all {
  background: #ffcccb;
}
.edit-calendar .fp-disabled-last {
  background: linear-gradient(to bottom right, #ffcccb 0%, #ffcccb 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.edit-calendar .fp-booked-last .prevMonthDay {
    background: linear-gradient(to bottom right, #ffcccb 0%, #ffcccb 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.edit-calendar .fp-booked-last .nextMonthDay {
    background: linear-gradient(to bottom right, #ffcccb 0%, #ffcccb 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.edit-calendar .fp-booked-all .prevMonthDay {
    background: #ffcccb;
}

.edit-calendar .fp-booked-all .nextMonthDay {
    background: #ffcccb;
}

.edit-calendar .fp-booked-first .prevMonthDay {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffcccb 50%, #ffcccb 100%);
}

.edit-calendar .fp-booked-first .nextMonthDay {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffcccb 50%, #ffcccb 100%);
}

.edit-calendar .flatpickr-input-container .flatpickr-day {
  height: 60px !important;
  line-height: 60px !important;
}
.edit-calendar .flatpickr-input-container .flatpickr-rContainer {
  width: 100% !important;
}
.edit-calendar .flatpickr-input-container .event {
  position: absolute;
  display: block;
  font-size: 11px;
  opacity: 0.5;
}
.edit-calendar .flatpickr-input-container .event.pos_top {
  top: -20px;
}
.edit-calendar .flatpickr-input-container .event.pos_bottom {
  bottom: -20px;
}
.edit-calendar .flatpickr-input-container .event.pos_left {
  left: 3px;
}
.edit-calendar .flatpickr-input-container .event.pos_right {
  right: 3px;
}


    Original CSS for reference:

.edit-calendar-title {
        color: white;
        font-size: 1.4rem;
        margin-bottom: .5rem;
        display: block !important;
    }
        .edit-calendar-title p {
            overflow: hidden;
            white-space: nowrap;
        }

    .flatpickr-day {
        border: 0px;
        border-bottom: 1px solid #ddd;
}

    .flatpickr-day {
        box-shadow: none !important;
    }

    .flatpickr-day.today::before {
        background-color: #008bf5 !important;
    }

    .fp-booked-first, .fp-booked-first.prevMonthDay, .fp-booked-first.nextMonthDay {
        background: linear-gradient(to bottom right, #ffffff00 0%, #ffffff00 50%, #eee 50%, #eee 100%);
    }

    .fp-booked-all.prevMonthDay, .fp-booked-all.nextMonthDay {
        background: #eee;
    }

    .fp-booked-last, .fp-booked-last.prevMonthDay, .fp-booked-last.nextMonthDay {
        background: linear-gradient(to bottom right, #eee 0%, #eee 50%, #ffffff00 50%, #ffffff00);
    }

    .flatpickr-input-container .flatpickr-day {
        height: 60px !important;
        line-height: 60px !important;
font-size: .8rem;
}

    .flatpickr-input-container .flatpickr-rContainer {
        width: 100% !important;
    }

    .flatpickr-input-container .event {
        position: absolute;
        display: block;
        font-size: 11px;
        opacity: .5;
    }

        .flatpickr-input-container .event.pos_top {
            top: -20px;
        }

        .flatpickr-input-container .event.pos_bottom {
            bottom: -20px;
        }

        .flatpickr-input-container .event.pos_left {
            left: 3px;
        }

        .flatpickr-input-container .event.pos_right {
            right: 3px;
        }
.flatpickr-input-container .event.min-stay {
            top: -12px;
            left: 3px;
        }

        .flatpickr-input-container .event.daily-price {
            bottom: -12px;
            right: 3px;
        }
.edit-calendar {
        font-size: 1.1rem;
    }

        .edit-calendar button.show_more {
            margin: 1rem 0 1rem 0;
            background: #fff;
            color: #007bff;
        }

        .edit-calendar input {
            width: 100%;
            border: 1px solid rgba(0, 0, 0, .3);
            border-radius: .25rem;
            padding: .375rem .75rem;
            color: #023a64;
        }

    .edit-calendar .label {
        font-weight: 500;
    }

    .edit-calendar .btn {
        font-size: 1.1rem;
    }

        .edit-calendar .input-label {
            position: absolute;
            right: .75rem;
            bottom: 0.375rem;
        }
.modal .modal-header {
  color: #FFFFFF;
  border-bottom: unset !important;
}
.modal .modal-header .modal-title {
  font-weight: 600;
  font-size: 1.1rem;
}
.modal .modal-header .close {
  color: #FFFFFF !important;
}
.modal .modal-header .close:focus {
  outline: none !important;
}
.modal .modal-content {
  background: rgb(53, 67, 102);
  background: linear-gradient(135deg, var(--background-color) 0%, var(--background-color02) 100%) !important;
  border: none !important;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
}
.modal .modal-body-language .language-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-body-language .language-ul .language-item {
  padding: 0.5rem;
  font-size: 1.2rem;
  cursor: pointer;
  margin: 0.3rem 0;
}
.modal .modal-body .modal-body-label {
  font-weight: bold;
  padding-bottom: 0.3rem;
  font-size: 0.9rem;
}
.modal .modal-footer {
  border-top: 1px solid var(--line-color) !important;
}
.modal .modal_heading_label {
  font-weight: bold;
  padding-bottom: 0.3rem;
  font-size: 0.9rem;
}
.modal .modal_object_data {
  position: relative;
}
.modal .modal_object_data .modal_object_name {
  font-weight: 500;
  font-size: 1.1rem;
  padding-bottom: 0.4rem;
}
.modal .modal_object_data .modal_object_label {
  font-size: 0.9rem;
  line-height: normal;
}
.modal .modal_object_data .modal_object_label span {
  font-weight: 500;
}
.modal .modal_object_data .modal_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 3.5rem;
  opacity: 0.2;
}

#modal_alt_add_new_reservation ul.rent-obj-list {
  list-style-type: none;
  padding: 0 0.5rem;
  overflow-y: scroll;
  max-height: 9rem;
}
#modal_alt_add_new_reservation ul.rent-obj-list li {
  line-height: 150%;
  cursor: pointer;
  margin-bottom: 5px;
}
#modal_alt_add_new_reservation .flatpickr-disabled {
  background: rgba(0, 0, 0, 0.3);
}
#modal_alt_add_new_reservation img {
  height: 1rem;
}
#modal_alt_add_new_reservation input #modal_alt_obj_search {
  width: 100%;
  border-radius: 0.28571429rem;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0.7rem;
}

.add_notes .btn {
  background: white;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-tabs {
  padding: 0 !important;
}

.ui-tabs .ui-tabs-nav {
  padding: 0 !important;
}

.ui.fluid .search, .ui.fluid .text {
  color: var(--text-color) !important;
}
.ui.fluid .text {
  white-space: nowrap;
  overflow: hidden;
  width: 95%;
  text-overflow: ellipsis;
}

.menu.transition {
  background-color: var(--background-color) !important;
  color: var(--text-color) !important;
}
.menu.transition .item {
  color: var(--text-color) !important;
}
.menu.transition .item span {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.menu.transition .item span img {
  width: 1rem;
  height: 1rem;
  filter: drop-shadow(0 0 1px var(--shadow-color));
}

.menu-header {
  padding: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.ui.selection.dropdown {
  border: 1px solid var(--line-color) !important;
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
  line-height: unset !important;
  min-height: unset !important;
}
.ui.selection.dropdown:hover {
  border: 1px solid var(--line-color) !important;
}
.ui.selection.dropdown .dropdown.icon {
  top: 50% !important;
  transform: translateY(-25%) !important;
}

.ui.selection.active.dropdown .menu {
  border-color: var(--line-color) !important;
}

.dropdown.icon {
  color: var(--text-color) !important;
}

input[type=radio] {
  display: none;
}

.label-radio {
  padding-left: 1.7rem;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-top: 0.5rem;
  padding-bottom: 0;
}
.label-radio .checkmark {
  border: 1px solid var(--line-color);
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  margin-top: 0.2rem;
}
.label-radio input[type=radio]:checked + .checkmark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: #0365b0;
}

.card_list {
  padding-top: 8.5rem;
}
.card_list .row .col-md-6 {
  margin-bottom: 0.8rem;
}
.card_list a {
  color: var(--text-color);
  text-decoration: none;
}
.card_list a:hover {
  text-decoration: none;
  color: var(--text-color);
}
.card_list .card {
  padding: 0.7rem 1rem;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  flex-direction: row;
  position: relative;
}
.card_list .card .portal img {
  width: 0.8rem;
  height: 0.8rem;
  filter: drop-shadow(0 0 1px var(--shadow-color));
}
.card_list .card .night i {
  font-size: 0.8rem;
}
.card_list .card .wrapper {
  align-self: center;
}
.card_list .card .wrapper:first-child {
  padding-right: 0.5rem;
  width: 3.8rem;
  min-width: 3.8rem;
}
.card_list .card .wrapper:nth-child(2) {
  border-left: 1px solid var(--shadow-color);
  padding-left: 0.5rem;
}
.card_list .card .card_date {
  font-weight: 500;
  font-size: 1.2rem;
  font-size: 1.1rem;
}
.card_list .card .card_object {
  font-weight: 500;
  padding-right: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 220px;
}
.card_list .card .card_portal, .card_list .card .card_person, .card_list .card .card_adress {
  font-size: 0.9rem;
  padding-right: 2rem;
}
.card_list .card .card_portal img, .card_list .card .card_person img, .card_list .card .card_adress img {
  margin-right: 0.4rem;
  width: 0.95rem;
  height: auto;
  object-fit: cover;
  display: block;
  float: left;
  margin-top: 0.3rem;
}
.card_list .card .arrow_left {
  position: absolute;
  top: 0.4rem;
  right: 0.8rem;
  font-size: 1.3rem;
}
.card_list .card .card_price {
  position: absolute;
  bottom: 0.5rem;
  right: 0.8rem;
  font-weight: bold;
  font-size: 1.1rem;
}
.card_list .card .card_price_per_night {
  position: absolute;
  bottom: 2rem;
  right: 0.8rem;
}
.card_list .card .card_short_desc {
  padding-right: 6rem;
}
.card_list .card .line {
  margin: 0.3rem 0.5rem;
  border-left: 2px solid var(--text-color);
}
.card_list .card .item i {
  font-size: 0.9rem;
}
.card_list .card.list .arrow_left {
  top: 50%;
  transform: translateY(-50%);
}

.sources_list .sources_card {
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  margin-bottom: 0.8rem;
}
.sources_list .sources_card .counter {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 500;
  width: 3rem;
  text-align: center;
  padding: 0.5rem;
}
.sources_list .sources_card .sources_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 0.5rem 0.7rem;
}
.sources_list .sources_card .sources_box .label {
  padding-right: 0.5rem;
}
.sources_list .sources_card .sources_box .value {
  font-weight: 500;
  font-size: 1.1rem;
}
.sources_list .sources_card .sources_box .color_line {
  position: absolute;
  top: 0;
  left: 0.7rem;
  height: 0.3rem;
  width: 1.4rem;
}
.sources_list .sources_card:last-child {
  margin-bottom: 0;
}

.countries_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.countries_list .countries_card {
  flex: 0 0 50%;
  padding: 0 0.5rem 1rem 0.5rem;
}
.countries_list .countries_card .wrapper {
  padding: 0.5rem 0.8rem;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}
.countries_list .countries_card .items {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.countries_list .countries_card .items .counter {
  line-height: normal;
  font-size: 1.7rem;
  padding-right: 0.5rem;
}
.countries_list .countries_card .items .name {
  font-size: 0.9rem;
  text-align: right;
}
.countries_list .countries_card .items .value {
  font-size: 1.1rem;
  padding-right: 0.5rem;
}
.countries_list .countries_card .items .flag img {
  width: 1.2rem;
}

.content.guests .card .card-body, .content.payment .card .card-body {
  display: flex;
  padding: .7rem 1rem !important;
  padding: 0 !important;
}
.content.guests .card .card-body > div, .content.payment .card .card-body > div {
  padding: 0.7rem 1rem !important;
}
.content.guests .card .card-body > div:first-child, .content.payment .card .card-body > div:first-child {
  flex: 1;
}
.content.guests .card .card-body .card-img, .content.payment .card .card-body .card-img {
  width: unset !important;
  padding-right: 0.5rem;
}
.content.guests .card .card-body .card-img img, .content.payment .card .card-body .card-img img {
  width: 1rem;
  height: 1rem;
}
.content.guests .card .card-body .delete-guest, .content.payment .card .card-body .delete-guest {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  color: #dc3545;
}
.flatpickr-calendar.hasTime {
  max-width: 250px;
  padding: 0;
}
.flatpickr-calendar.hasTime .numInput {
  font-size: 1.1rem;
  color: var(--text-color);
}
.flatpickr-calendar.hasTime .flatpickr-time {
  max-height: unset;
}
.flatpickr-calendar.hasTime .flatpickr-time input:hover, .flatpickr-calendar.hasTime .flatpickr-time input:focus {
  background: rgba(3, 101, 176, 0.1) !important;
}

@keyframes throbber {
  0% {
    color: #333;
  }
  40% {
    color: #ccc;
  }
  100% {
    color: #ccc;
  }
}
.throb-group .fa-square {
  display: inline-block;
  animation: throbber 0.6s infinite;
  font-size: 14px;
  color: #ccc;
}

.throb-group .fa-square:nth-child(1) {
  animation-delay: 0s;
}

.throb-group .fa-square:nth-child(2) {
  animation-delay: 0.15s;
}

.throb-group .fa-square:nth-child(3) {
  animation-delay: 0.3s;
}

.slide_hand {
  color: #DDDDDD;
  color: #ccc;
  font-size: 1.9rem;
  width: 100px;
  display: block;
  margin: auto;
  position: absolute;
  top: -160%;
  right: 0.75rem;
  text-align: right;
}
.slide_hand i {
  font-size: 3rem;
  animation: hand_move 1.5s infinite;
}

@keyframes hand_move {
  0% {
    transform: translateX(-75px);
  }
  35% {
    transform: translateX(-75px);
  }
  50% {
    transform: translateX(0px);
  }
  85% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-75px);
  }
  from {
      transform: translateX(75px);
  }

  to {
      transform: translateX(0px);
  }
}
.footer_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.footer_nav .navbar-nav {
  flex-direction: row;
  text-align: center;
}
.footer_nav .navbar-nav .nav-item {
  flex: 0 0 25%;
  /*flex: 0 0 33.33%;*/
}
.footer_nav .navbar-nav .nav-item .nav-link {
  color: var(--shadow-color);
}
.footer_nav .navbar-nav .nav-item .nav-link .icon {
  font-size: 1.5rem;
}
.footer_nav .navbar-nav .nav-item .nav-link .label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.6rem;
}
.footer_nav .navbar-nav .nav-item .nav-link.active {
  color: var(--text-color02) !important;
}

.header .navbar-nav {
  flex-direction: row !important;
  justify-content: space-between;
}
.header .navbar-nav .nav-link {
  flex: 0 0 33.333%;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
  opacity: 0.5;
  text-decoration: none;
}
.header .navbar-nav .nav-link:hover {
  opacity: 1;
}
.header .navbar-nav .active {
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 1 !important;
}
.header .navbar-nav .active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #FFFFFF;
}

.sign .sign_header {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: rgb(3, 101, 176);
  background: linear-gradient(132deg, rgb(3, 101, 176) 0%, rgb(27, 156, 252) 100%);
  border-radius: 0 0 2rem 2rem;
}
.sign .sign_header .logo {
  text-align: center;
}
.sign .sign_header .logo img {
  width: 4rem;
  height: 4rem;
}
.sign .sign_header .title {
  padding-top: 0.5rem;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}
.sign .sign_header .sub {
  color: #FFFFFF;
  opacity: 0.5;
  text-align: center;
  font-size: 0.9rem;
}
.sign .sign_header .circle-image {
  text-align: center;
}
.sign .sign_header .circle-image img {
  width: 7rem;
  height: 7rem;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
}
.sign .form {
  margin-top: -4rem;
  margin-bottom: 1rem;
  padding: 1.25rem 1rem;
  text-align: center;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}
.sign .form .title {
  font-size: 1.3rem;
  font-weight: 500;
}
.sign .form .sub {
  font-size: 0.9rem;
  opacity: 0.7;
}
.sign .form .label {
  padding-top: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.5;
}
.sign .form .p {
  padding-bottom: 0.8rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.content {
  margin-bottom: 5rem;
}
.content .date {
  margin-top: -5.5rem;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}
.content .date i {
  font-size: 0.7rem;
  vertical-align: 0.4rem;
}
.content .sub {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.7rem 0;
}
.content .objects {
  display: flex;
  margin: 0 -0.5rem;
  flex-wrap: wrap;
}
.content .objects div {
  flex: 0 0 50%;
}
.content .events .counter {
  font-size: 2rem;
}
.content .statistics .items {
  color: var(--text-color) !important;
}
.content .statistics .items span {
  position: absolute;
  bottom: -0.6rem;
  right: 0;
  line-height: 1;
  font-size: 4rem;
  opacity: 0.2;
}
.content .statistics .counter {
  font-size: 1.5rem;
}
.content .events, .content .statistics {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.content .events a, .content .events .wrapper, .content .statistics a, .content .statistics .wrapper {
  flex: 0 0 50%;
  padding: 0 0.5rem;
  text-decoration: none;
}
.content .events a .items, .content .events .wrapper .items, .content .statistics a .items, .content .statistics .wrapper .items {
  border-radius: 0.5rem;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  position: relative;
  color: #FFFFFF;
  padding: 0.5rem 0.8rem;
  font-weight: 500;
  overflow: hidden;
}
.content .events a .items i, .content .events .wrapper .items i, .content .statistics a .items i, .content .statistics .wrapper .items i {
  position: absolute;
  bottom: -0.6rem;
  right: 0;
  font-size: 4rem;
  opacity: 0.3;
}
.content .events a .counter, .content .events .wrapper .counter, .content .statistics a .counter, .content .statistics .wrapper .counter {
  line-height: normal;
}
.content .events a .label, .content .events .wrapper .label, .content .statistics a .label, .content .statistics .wrapper .label {
  text-transform: uppercase;
}
.content .events .items.bg_blue, .content .statistics .items.bg_blue {
  color: #FFFFFF !important;
}
.content .pie_chart {
  padding: 0.5rem 0.8rem;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}
.content .pie_chart #chartdiv {
  width: 100%;
}
.content .btns {
  display: flex;
  margin: 0 -0.5rem;
}
.content .btns .wrapper {
  padding: 0 0.5rem;
  flex: 0 0 50%;
}
.content .input_update {
  display: flex;
  margin: 0 -0.5rem;
}
.content .input_update .items {
  flex: 0 0 50%;
  padding: 0 0.5rem;
}
.content .input_counter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.content .input_counter .input-group {
  border-radius: 0.25rem !important;
  overflow: hidden !important;
}
.content .input_counter .items {
  flex: 0 0 50%;
  padding: 0 0.5rem 0.5rem;
}
.content .heading_label {
  font-weight: bold;
  padding-bottom: 0.3rem;
  font-size: 0.9rem;
}

.view_event {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.view_event .wrapper {
  flex: 0 0 50%;
  padding: 0 0.5rem;
}
.view_event .wrapper .items {
  border-radius: 0.5rem;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  padding: 0.5rem 0.8rem;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.view_event .wrapper .items i {
  position: absolute;
  bottom: -0.6rem;
  right: 0;
  font-size: 4rem;
  opacity: 0.3;
}
.view_event .wrapper .view_event_label {
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.view_event .wrapper .view_event_date {
  font-weight: 500;
  font-size: 1.1rem;
}
.view_event .wrapper .view_event_time {
  font-size: 0.9rem;
  font-weight: 500;
}

.object_data {
  position: relative;
}
.object_data .object_name {
  font-weight: 500;
  font-size: 1.1rem;
  padding-bottom: 0.4rem;
}
.object_data .object_adress, .object_data .object_owner {
  font-size: 0.9rem;
  line-height: normal;
}
.object_data .object_adress span, .object_data .object_owner span {
  font-weight: 500;
}
.object_data .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 3.5rem;
  opacity: 0.2;
  cursor: pointer;
}

.content.add_rent {
  padding-top: 5rem;
}

.content.calendar {
  padding-top: 8rem;
}
.content.calendar .calendar_box {
  padding: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 4px solid #DDDDDD;
}

.content.statistics {
  padding-top: 4rem;
}

.content.details .details_heading {
  display: flex;
  justify-content: space-between;
}
.content.details .details_heading .details_person {
  font-size: 1.2rem;
  font-weight: bold;
}
.content.details .details_heading .details_label {
  font-size: 0.9rem;
}
.content.details .details_heading .details_line {
  border-bottom: 1px solid var(--shadow-color);
}
.content.details .details_heading .heading_portal {
  align-self: center;
}
.content.details .details_heading .heading_portal img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  filter: drop-shadow(0 0 2px var(--shadow-color));
}
.content.details .details_items {
  display: flex;
  padding-bottom: 0.25rem;
}
.content.details .details_items .details_items_icon {
  border-radius: 0.25rem;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.9rem;
}
.content.details .details_items .details_items_label {
  align-self: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 0.5rem;
}
.content.details .details_p {
  line-height: normal;
  font-size: 0.9rem;
}
.content.details .details_p a {
  text-decoration: none;
  color: var(--text-color);
  opacity: 0.5;
}
.content.details .details_pl {
  padding-left: 2.3rem;
}
.content.details .details_pl .details_p.total {
  font-weight: bold;
  font-size: 1rem;
}
.content.details .details_wrapper {
  display: flex;
}
.content.details .details_wrapper .details_icon {
  padding-right: 0.5rem;
}
.content.details .details_wrapper .details_icon img {
  width: 1rem;
  height: 100%;
  display: block;
}
.content.details .details_wrapper .details_icon i {
  align-self: center;
  font-size: 0.9rem;
}
.content.details .details_wrapper .details_p {
  align-self: center;
}
.content.details .details_action_info {
  display: flex;
  border: 1px solid var(--line-color);
  margin: 0.5rem 0;
}
.content.details .details_action_info .details_action_info_items {
  flex: 0 0 33.3333%;
  text-align: center;
  padding: 1rem 0.5rem;
}
.content.details .details_action_info .details_action_info_items .details_action_info_icon {
  font-size: 1.4rem;
  opacity: 0.5;
}
.content.details .details_action_info .details_action_info_items .details_action_info_label {
  font-weight: 500;
  opacity: 0.5;
}
.content.details .details_action_info .details_action_info_items .details_action_info_p {
  font-size: 0.75rem;
  line-height: normal;
  opacity: 0.5;
}
.content.details .details_action_info .details_action_info_items:nth-child(2) {
  border-left: 1px solid var(--line-color);
  border-right: 1px solid var(--line-color);
}
.content.details .details_action_info .details_action_info_items:nth-child(2) {
  position: relative;
  z-index: 1;
}
.content.details .details_action_info .details_action_info_items:nth-child(2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5rem;
  background-color: var(--background-color03);
  z-index: 99;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
  width: 1rem;
  height: 1rem;
}
.content.details .details_action_info .details_action_info_items:nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.5rem;
  background-color: var(--background-color03);
  z-index: 99;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--line-color);
  border-right: 1px solid var(--line-color);
  width: 1rem;
  height: 1rem;
}
.content.details .messages .receive {
  margin: 0.7rem 4rem 0.7rem 0;
}
.content.details .messages .send {
  margin: 0.7rem 0 0.7rem 4rem;
}
.content.details .messages .receive_text, .content.details .messages .send_text {
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.content.details .messages .receive_date, .content.details .messages .send_date, .content.details .messages .event {
  padding-top: 0.3rem;
  font-size: 0.9rem;
}
.content.details .messages .receive_text {
  background-color: var(--background-color01);
}
.content.details .messages .send_text {
  background: #0365b0;
  color: #FFFFFF;
}
.content.details .messages .event {
  font-size: 0.6rem;
  align-self: center;
}
.content.details .new_message {
  position: fixed;
  top: 6.25rem;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  z-index: 999999;
  background-color: var(--background-color);
  display: flex;
}
.content.details .new_message .new_message_plus_btn {
  align-self: center;
  padding: 0 0.5rem;
}
.content.details .new_message .new_message_plus_btn .btn {
  border-radius: 50% !important;
  background-color: #0365b0;
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content.details .new_message .new_message_send_btn {
  align-self: center;
}
.content.details .new_message .new_message_send_btn .btn {
  color: #0365b0;
  font-size: 1.4rem;
  padding: 0.1rem 0.75rem !important;
}

.content.settings .heading_mode {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
.content.settings .label {
  font-size: 1.2rem;
  opacity: 0.6;
}
.content.settings .label a {
  color: var(--text-color);
}
.content.settings strong, .content.settings .mode {
  font-size: 1.2rem;
}
.content.settings .icon, .content.settings .wrapper {
  align-self: center;
}
.content.settings .icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
}
.content.settings .icon i {
  color: #FFFFFF;
  font-size: 1.1rem;
}
.content.settings .p {
  text-overflow: ellipsis;
  overflow: hidden;
  flex-wrap: nowrap;
  margin-right: 1rem;
  width: 240px;
  font-size: 0.9rem;
}
.content.settings .p a {
  color: var(--text-color);
}
.content.settings .settings_info {
  text-align: center;
  opacity: 0.5;
}

.change_price {
  padding-top: 7rem;
}
.change_price .input-group-text {
  font-weight: bold;
  font-size: 1.1rem;
  width: 2.5rem;
  display: block;
  text-align: center;
}
.change_price .input-group-text i {
  font-size: 1rem;
}

.story {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}
.story:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.5rem;
  background: rgb(3, 101, 176);
  background: linear-gradient(180deg, rgb(3, 101, 176) 0%, rgb(27, 156, 252) 100%);
}
.story .heading {
  font-weight: bold;
  padding-bottom: 0.2rem;
}
.story .text {
  line-height: normal;
  padding-bottom: 0.8rem;
}
.story .heart, .story .signature {
  font-weight: 500;
}
.story .heart .icon_heart {
  color: #dc3545;
}
.story .heart .counter {
  padding: 0 0.2rem;
}

.signature_myrent {
  padding: 2.5rem 0;
  text-align: center;
}
.signature_myrent .icon img {
  width: 3rem;
  height: 3rem;
  filter: drop-shadow(0px 0px 1px rgb(0, 0, 0));
}
.signature_myrent .p {
  padding-top: 0.3rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.signature_myrent a {
  font-size: 0.9rem;
  color: var(--text-color);
  font-weight: 500;
  opacity: 0.5;
}

.dash_counters {
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  padding: 0.6rem 1rem;
  background: rgb(53, 67, 102);
  background: linear-gradient(180deg, var(--background-color) 0%, var(--background-color03) 100%) !important;
}
.dash_counters .items {
  text-align: center;
  color: var(--text-color);
  text-decoration: none;
}
.dash_counters .items .counter {
  font-size: 2.3rem;
  line-height: normal;
}
.dash_counters .items .label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
}

.short_desc {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  font-weight: 500;
}
.short_desc .short_desc_icon {
  padding-left: 0.3rem;
}
.short_desc .short_desc_icon i {
  font-size: 1rem;
}
.short_desc .short_desc_line {
  border-left: 2px solid var(--text-color);
  margin: 0.3rem 0.4rem;
}
.short_desc .short_desc_value {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: normal;
}

.content.info {
  padding-top: 7rem;
}

.add_notes {
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
}

.header {
  padding: 0.7rem 0;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
}
.header .bar_menu img {
  border: none !important;
  box-shadow: none !important;
  height: 40px !important;
  width: 35px !important;
  border-radius: 0 !important;
}
.header .header_circle_icon img {
  width: 2.8rem;
  height: 2.8rem;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}
.header .header_title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.header .header_title span {
  text-transform: initial;
}
.header .header_circle_icon, .header .header_title {
  align-self: center;
}
.header hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.header .header_box {
  margin: 0 -0.5rem;
  display: flex;
  padding: 0 0.5rem;
}
.header .header_box .items {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
  height: 2.5rem;
  width: 100%;
}
.header .header_box .items .btn {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.header .header_box .items .btn i {
  align-self: center;
}
.header .person {
  padding-top: 1rem;
  margin-bottom: -3.5rem;
}
.header .header_person {
  color: #FFFFFF;
  padding-left: 5.5rem;
  font-weight: 500;
  font-size: 1.3rem;
}
.header .header_object {
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}
.header .header_arrow {
  align-self: center;
  padding: 0.3rem 1rem;
  font-size: 1.4rem;
  color: #FFFFFF;
}
.header .header_wrapper {
  text-align: center;
  line-height: normal;
}
.header .header_sub {
  color: #FFFFFF;
  font-size: 0.9rem;
}
.header .header_contact {
  align-self: center;
  font-size: 1.3rem;
}
.header .header_contact a {
  text-decoration: none;
  color: #FFFFFF;
}
.header .header_contact span {
  padding: 0.3rem;
}
.header .header_contact a {
  text-decoration: none;
}
.header .reservation_search {
  position: relative;
  margin: 0;
  width: 3rem;
  color: #FFFFFF;
}
.header .reservation_search i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header.dashboard {
  border-radius: 0 0 2rem 2rem;
  padding-bottom: 6rem;
}

.header.settings .header_circle_icon img {
  width: 4.5rem;
  height: 4.5rem;
}

.header .header_circle_task {
    width: 2.8rem;
    height: 2.8rem;
}

.header .header_circle_task .header_circle_badge {
    top: -5px;
    right: -5px;
    width: 1.3rem;
    height: 1.3rem;
    font-size: 12px;
}

# sourceMappingURL=main_fix.css.map 
