body {
  font-size: 14px !important;
}

.form_button:enabled:hover {
  background-color: var(--secondary_color) !important;
}

#header-title {
  display: none !important;
}

.content-wrapper {
  height: 0 !important;
}

#expense_options {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 999;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

#expense_options .options {
  background-color: var(--secondary_color);
  margin-bottom: 8px;
  border-radius: 50px;
  height: 4.2rem;
  min-width: 18rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.inner_option {
  background-color: var(--propke_color);
  color: #fff;
  margin-bottom: 8px;
  border-radius: 50px;
  height: 4.2rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.inner_option input:-webkit-autofill {
  background-color: greenyellow !important;
}

.expenses_container {
  height: 96vh;
  z-index: 100;
  background: #fff;
  position: fixed;
  top: 30px;
  right: 0;
  width: 50vw;
}

#from_to_section {
  border: 0px;
  background: var(--propke_color);
  margin: 0px;
  height: 95%;
  width: 50%;
  position: fixed;
  top: 30px;
  right: 0px;
  border-radius: 0px;
  display: block;
  z-index: 1;
}

#exchange_from_to_section {
  border: 0px;
  background: var(--propke_color);
  margin: 0px;
  height: 95%;
  width: 50vw;
  position: fixed;
  top: 30px;
  right: 0px;
  border-radius: 0px;
  display: block;
  z-index: 1;
}

#currency_out_in_section {
  border: 0px;
  background: #fff;
  margin: 0px;
  height: 95%;
  width: 50vw;
  position: fixed;
  top: 30px;
  right: 0px;
  border-radius: 0px;
  display: block;
  z-index: 1;
}

#currency_section {
  overflow-y: scroll;
  height: 95%;
  width: 50vw;
  position: fixed;
  top: 30px;
  display: none;
  right: 0;
  margin: 0;
  border-radius: 0;
}

#filter_sidebar.active {
  margin-left: -250px;
}

#filter_sidebar {
  width: 137px;
  position: relative;
  top: -30px;
  height: calc(100vh - 30px);
  background: var(--secondary_color);
  color: #fff;
  transition: all 0.3s;
}

#filter_sidebar ul p {
  color: #fff;
  padding: 10px;
}

#filter_sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

.guest_satisfaction_wrapper #filter_sidebar ul li a {
  background-color: var(--secondary_color);
  color: white;
  font-size: 12px;
  border-radius: 0.5em;
}

@media only screen and (max-width: 768px) {
  #instructions_table {
    top: 30px;
  }

  #show_filter_sidebar {
    display: none;
  }

  .guest-list-table thead tr th {
    top: 0;
  }

  .guest_satisfaction_wrapper {
    width: 100%;
  }

  #filter_sidebar ul li a {
    margin: 10px;
  }

  #filter_sidebar {
    /* margin-left: -250px; */
    width: 100%;
  }

  #filter_sidebar.active {
    /* margin-left: 0; */
  }

  .pagination {
    position: relative;
    bottom: 1.5rem;
  }

  #currency_out_in_section {
    border: 0px;
    background: #fff;
    margin: 0px;
    height: 95%;
    width: 100vw;
    position: fixed;
    top: 30px;
    right: 0px;
    border-radius: 0px;
    display: block;
    z-index: 1;
  }

  #exchange_from_to_section {
    width: 100vw;
  }

  #from_to_section {
    width: 100vw;
  }

  #currency_section {
    width: 100vw;
  }

  .expenses_container {
    width: 100vw;
    height: calc(100% - 30px);
    z-index: 100;
    background: #fff;
    position: fixed;
    top: 30px;
  }
}

.cash_balance_header>div>p {
  padding-right: 3px;
}

.cash_balance_entries>div,
.cash_balance_entries>div>p,
.cash_balance_header {
  display: grid;
  font-size: 11px;
}

.cash_balance_entries>div:not(:first-child)>p {
  border: 1px solid black !important;
  border-radius: 5px;
  font-size: 12px;
  text-align: right;
  padding-right: 3px;
}

.cash_balance_table>thead>tr>th {
  min-width: 30px;
  width: 30px;
  max-width: 30px;
  padding: 1px;
  font-size: 12px;
}

.cash_balance_table>thead>tr>th:first-child {
  min-width: 10px;
  width: 10px;
}

.cash_balance_table>tbody>tr>td:nth-child(2)>span:nth-child(1) {
  background: darkslategrey;
  color: white;
  border-radius: 5px;
  display: grid;
  place-items: center;
  height: 20px;
  width: 50px;
  max-width: 50px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.cash_balance_table>tbody>tr>td:not(:nth-child(1)) {
  padding: 1px;
}

.cash_balance_table>thead>tr>th:not(:nth-child(1)):not(:nth-child(2)),
.cash_balance_table>tbody>tr>td:not(:nth-child(1)) {
  background: white;
}

.cash_balance_table>thead>tr>th>p {
  border-radius: 5px;
  display: table-cell;
  width: 100%;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: right;
}

.cash_balance_table>tbody>tr>td:not(:first-child)>p {
  background: rgb(241, 241, 241);
  color: black;
  border-radius: 5px;
  display: table-cell;
  width: 100%;
  min-width: 100px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: right;
  font-size: 12px;
}

.intex_pile {
  height: 25px;
  min-width: 90px;
  border-radius: 20px;
  display: inline-grid;
  color: #FFF;
  text-align: center;
}

.intex_pile:hover {
  color: aliceblue;
  cursor: pointer;
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

#expense_table tr:not(:last-child) {
  border: 0.3px solid #92B2A7;
}

#expense_table tr td {
  padding: 1rem;
}

#expense_table tr td:nth-child(odd) {
  padding: 1rem;
  width: 30%;
}

.type_pile {
  color: #000;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.list::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.list {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#expense_table tr:not(:last-child) {
  pointer-events: none;
}








/* font */
/* @import url('https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap'); */
/* @import url("https://fonts.googleapis.com/css?family=Merriweather&display=swap"); */
/* @import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=Liu+Jian+Mao+Cao&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");

:root {
  /* --propke_color: #3ececa; */
  --propke_color: #000000e1;
  --secondary_color: #CEB23C;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Comfortaa", cursive !important;
}

p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Comfortaa", cursive !important;
}

.light_gray {
  color: #ddd;
}

.upload:active,
.upload:focus {
  outline: 0;
}

.display_block {
  display: block !important;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

#confirm_prompt {
  width: 100%;
  border: 1px solid #bbb;
  margin: 16px 0 -10px -1px;
}

#to_dashboard {
  display: none;
}

.house_manual_header {
  background-color: var(--propke_color);
}

.main_paragraph {
  margin: 10px 5px;
  font-size: 20px;
}

.copied_info {
  font-weight: 800;
  margin: 0;
  border: 0;
  background: transparent;
  outline: transparent;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  .byout_website {
    margin: 0;
    font-weight: 800;
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
  }

  .main_house_row {
    width: 785px;
    margin: 25px auto;
  }

  .main_website {
    color: #fff;
    margin: 0;
    font-weight: 800;
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* .cleaning_status_hk_2 {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
} */
.hk_popup_modal_body {
  position: fixed;
  top: -87px;
  height: 100vh;
  width: 55.5rem;
  z-index: 999999;
  background: #ccc;
  right: -17px;
}


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

#expense_options {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 999;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

#expense_options .options {
  background-color: var(--propke_color);
  margin-bottom: 8px;
  border-radius: 50px;
  height: 4.2rem;
  min-width: 18rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.inner_option {
  /* background-color: var(--propke_color) !important; */
  color: #fff;
  margin-bottom: 8px;
  border-radius: 50px;
  height: 4.2rem;
  /* min-width: 18rem; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.inner_option input:-webkit-autofill {
  background-color: greenyellow !important;
}

.inner_container {
  height: 96vh;
  z-index: 100;
  background: #fff;
  position: fixed;
  top: 30px;
  right: 0;
  width: 50vw;
}

td.hk_1, td.hk_2, td.hk_3 {
  position: relative !important;
}

@media only screen and (max-width: 768px) {
  .generator_paginate {
    margin: auto;
  }

  .inner_container {
    width: 100vw;
    height: calc(100% - 30px);
    z-index: 100;
    background: #fff;
    position: fixed;
    top: 30px;
  }

  .hk_popup_hk div:nth-child(n + 11) {
    margin-top: 8px !important;
  }

  .hk_popup_hk div:nth-child(11) {
    margin-right: 11px !important;
  }

  .hk_popup_modal_body {
    position: fixed;
    top: -87px;
    height: 100vh;
    width: 37.5rem;
    z-index: 999999;
    background: #ccc;
    right: -17px;
    min-width: 35rem;
  }

  .today_row {
    background-color: #ccc;
  }

  .hk_table td {
    padding-bottom: 2px;
  }

  .hk_table tbody {
    width: 100%;
    display: block;
  }

  .work_status {
    width: 100px;
    height: 4rem;
    background-color: gainsboro;
    position: absolute;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .work_status_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    width: fit-content;
  }

  .category_table {
    position: fixed;
    top: -5px;
  }

  .generate_cleaning_job {
    right: 28.2rem;
  }

  .update_cleaning_job {
    right: 29.2rem;
  }

  .cleaning_job_td .hk_popup, .cleaning_job_td .system_block_popup {
    position: fixed !important;
    right: 0;
    top: 35px;
    height: 100%;
    width: 100% !important;
    background-color: #ccc;
    border: 1px solid #f0f0f0;
  }

  .dashboard_todo_form {
    z-index: 50;
    width: 90% !important;
    background: rgb(255, 255, 255);
    position: fixed;
    right: 18px;
    top: 71px;
    display: none;
    border: 1px solid #aaa;
    border-radius: 11px;
  }

  #to_dashboard {
    display: block;
  }

  /* <<<<<<< HEAD */
  #support_quickie_table {
    width: 700px !important;
  }

  /* ======= */
  td.hk_1 {
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
  }

  td.hk_2 {
    width: 50px !important;
    max-width: 50px !important;
    min-width: 64px !important;
  }

  .agent_hk_2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: 1px !important; */
  }

  .agent_hk_1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: 1px !important; */
  }

  .note_td {
    width: 200px !important;
    max-width: 200px !important;
    min-width: 200px !important;
  }

  /* >>>>>>> new_dashboard_design */
  .expand_dialogue {
    position: fixed;
    top: 55px;
    left: 0;
    width: 95vw !important;
  }

  .assignee_input {
    width: 40%;
    float: left;
    position: fixed;
    /* top: 90px !important; */
    left: 15px;
    width: 240px;
  }

  .listing_todo_list {
    position: absolute;
    background: #fff;
    height: 70vh;
    z-index: 2;
    width: 90vw !important;
    overflow-y: auto;
  }

  .assignee_todo_list {
    position: absolute;
    top: 10px;
    background: #fff;
    height: 70vh;
    z-index: 2;
    width: 90vw !important;
    overflow: auto;
  }

  .listing_input {
    position: fixed;
    top: 90px;
    left: 15px;
    width: 240px;
  }

  .td-7 {
    width: 7% !important;
  }

  .option_dialogue {
    /* width: 98vw !important; */
    overflow-y: scroll !important;
    height: 100vh !important;
    width: 100vw !important;
    position: fixed !important;
    top: 30px !important;
    /* display: none !important; */
    left: 0 !important;
    /* background: var(--propke_color) !important; */
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  .listing_list {
    position: fixed !important;
    left: 15px;
    background: #fff;
    height: 82vh;
    z-index: 2;
    width: 95vw !important;
    overflow-y: auto;
  }

  .todo_assignee_list {
    position: absolute;
    background: #fff;
    height: 100vh;
    z-index: 2;
    width: 95vw !important;
    padding: 0 !important;
    width: 100vw !important;
    left: 0;
  }

  .todo_collection_date {
    z-index: 1;
    display: none;
    background: transparent;
    position: fixed;
    top: 78px;
    right: 5px;
    width: 95vw !important;
  }

  .todo_collection_due {
    z-index: 2;
    display: none;
    background: transparent;
    position: fixed;
    top: 103px;
    right: 5px;
    width: 95vw !important;
  }

  .todo_date {
    outline: transparent;
    z-index: 1;
    display: none;
    background: transparent;
    position: fixed;
    top: 115px !important;
    right: 5px;
    height: 20px;
    width: 240px;
  }

  .todo_due {
    outline: transparent;
    z-index: 2;
    display: none;
    background: transparent;
    position: fixed;
    top: 150px !important;
    right: 5px;
    height: 20px;
    width: 240px;
  }

  .collection_container {
    position: absolute;
    top: 41px !important;
    background: rgb(255, 255, 255);
    height: 70vh;
    z-index: 2;
    width: 90vw !important;
    overflow-y: auto;
  }

  .option_dialogue button.back {
    display: block !important;
  }

  .assignee_row {
    height: 50px !important;
  }

  .todo_listing_p {
    margin: 0px;
    padding: 0px;
    min-width: 50px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .todo_listing {
    height: 22px !important;
    width: 55px !important;
  }

  .todo_form_dialogue {
    width: 95vw !important;
    position: fixed;
    left: 0;
    top: 56px;
    padding: 0px;
  }

  .mobile_table {
    overflow-x: scroll !important;
    width: 100vw;
  }

  .todo_td_mobile_1 {
    min-width: 250px !important;
    max-width: 250px !important;
  }

  .todo_td_mobile_2 {
    min-width: 120px !important;
    max-width: 120px !important;
    background-color: transparent;
  }

  .todo_td_mobile_3 {
    min-width: 100px !important;
    max-width: 100px !important;
  }

  .todo_td_mobile_4 {
    min-width: 150px !important;
    max-width: 150px !important;
  }

  .todo_td_mobile_5 {
    min-width: 250px !important;
    max-width: 250px !important;
  }

  #collection_table {
    min-width: 100vw;
    width: 100vw;
    max-width: 100vw;
  }

  .filter_dialogue {
    width: 520px !important;
    position: absolute;
    top: 60px;
    left: -5;
    z-index: 10040;
  }

  .filter_dialogue_expand {
    width: 520px !important;
    position: absolute;
    top: 150px;
    left: -5;
    z-index: 10040;
  }

  .expand {
    display: block;
  }

  .filter_body {
    padding: 0px 15px;
  }

  .filter_body_search {
    padding: 0px;
  }

  .hide_filter {
    display: none;
  }

  .filter_content {
    width: 30%;
  }

  .filter_content_expand {
    width: 60%;
  }

  #filter_id {
    margin-left: 0px !important;
    background: transparent !important;
    padding: 0px !important;
    border-radius: 7px;
    margin-left: 20px;
    margin-right: 7px !important;
    color: white;
    margin-left: 30px;
    position: relative;
  }

  .xx-large {
    font-size: xx-large;
  }

  .x-large {
    font-size: x-large;
  }

  .main-sidebar {
    padding-top: 60px;
    overflow-y: scroll;
    height: 100%;
  }

  .col-two {
    padding-right: 0px;
  }

  .user-name {
    margin-right: 20px !important;
  }

  #header-title {
    display: block;
  }

  .td-10 {
    width: 31%;
  }

  .td-35 {
    width: 35% !important;
  }

  .filter_dialogue_new {
    /* left: -252px !important; */
    width: 287px;
  }

  #guest_search_id {
    margin: 5px 5px 0 0;
    height: 30px;
    width: 78%;
  }

  #search_expenses {
    margin: 5px 5px 0 0;
    height: 30px;
    width: 78%;
  }

  #new_filter_id {
    width: 150px !important;
  }

  .mobile_text_center {
    /* text-align: center; */
    width: 100% !important;
    /* padding-left: 86px; */
  }

  .animated_col {
    width: 89% !important;
  }

  .desktop_only {
    display: none;
  }

  .col-one {
    flex-basis: 1 !important;
    position: relative;
    min-width: 250px;
    max-width: 250px;
  }

  #show_sidebar {
    background: transparent;
    display: block;
    margin-left: 0px;
    position: relative;
    /* top: 10px; */
  }

  #float_menu .icon_span {
    font-size: 12px;
    color: black;
    padding-left: 5px;
  }

  #float-menu {
    margin: auto 0;
  }

  /* #search {
    margin-left: 10px;
    padding-bottom: 20px;
  } */

  #search {
    /* margin-left: 10px; */
    background: seagreen;
    padding: 0px 0px 0px 5px;
    position: relative;
    top: 0px;
    left: 10px;
  }

  .logo {
    background: #ccc !important;
  }

  .logo-lg {
    color: #7c62e8 !important;
  }

  .search_area {
    /* float: left; */
    /* background: red; */
    display: none;
  }

  .dialogue-shift-left {
    position: relative;
    left: -20px !important;
    top: 10px !important;
  }

  .same-height-input {
    /* float: left; */
    /* background: red; */
    width: 120px;
    margin-bottom: 5px;
  }

  .search_area .same-height-select {
    margin-bottom: 5px;
    /* float: left; */
    width: 120px;
    order: 2;
    margin-left: 0px !important;
    /* background: rebeccapurple; */
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .search_area .same-height-1 {
    /* margin-left: 20px; */
    order: 1;
    padding-left: 20px;
    /* float: right; */
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  #search_cleanig_job {
    width: 78% !important;
  }
}

@media only screen and (min-width: 768px) {

  /* .generate_cleaning_job {
    right: 42.7rem;
  } */
  .update_cleaning_job {
    right: 44rem;
  }

  #search_cleanig_job {
    width: 83% !important;
  }
}

#support_quickie_table {
  width: 100%;
}

.listing_input {
  position: fixed;
  top: 100px;
  right: 5px;
  width: 240px;
}

.assignee_input {
  width: 40%;
  float: left;
  position: fixed;
  top: 78px;
  right: 5px;
  width: 240px;
}

.assignee_todo_list {
  position: absolute;
  top: 10px;
  background: #fff;
  height: 80vh;
  z-index: 2;
  width: 240px;
  overflow: auto;
}

.todo_date {
  outline: transparent;
  z-index: 1;
  display: none;
  background: transparent;
  position: fixed;
  top: 78px;
  right: 5px;
  height: 20px;
  width: 240px;
}

.todo_due {
  outline: transparent;
  z-index: 2;
  display: none;
  background: transparent;
  position: fixed;
  top: 120px;
  right: 5px;
  height: 20px;
  width: 240px;
}

.collection_container {
  display: none;
  position: absolute;
  top: 20px;
  background: #fff;
  height: 75vh;
  z-index: 2;
  width: 246px;
  overflow-y: auto;
}

.option_dialogue button.back {
  display: none;
}

.td-7 {
  width: 7% !important;
}

.todo_listing_p {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.todo_form_dialogue {
  width: 50rem;
  position: fixed;
  left: 0;
  top: 56px;
  padding: 0px;
}

#expense_list_filter {
  /* margin-bottom: 5px;
  padding: 0px;
  height: 0px !important;
  padding-right: 5px; */
  padding-left: 11px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-header-h3 {
  margin-top: 0px !important;
}

.main-header-img {
  width: 40px;
  border-radius: 50%;
  /* margin */
}

/*  */
.fixed-bottom-right-1 {
  position: fixed !important;
  line-height: 45px !important;
  bottom: 10% !important;
  margin: 0 auto;
  right: 3% !important;
}

.fixed-bottom-right-2 {
  position: fixed !important;
  line-height: 45px !important;
  bottom: 5% !important;
  margin: 0 auto;
  right: 3% !important;
}

/* .btn-glass {
    flex-grow: 1;
    text-align: center;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 1em 2em;
    font-family: Lato;
    font-weight: 300;
    border: 1px dotted transparent;
    letter-spacing: 0.98pt;
    text-transform: uppercase;
    transition: background-position 2s cubic-bezier(0, 1, 0, 1), border-color 500ms, background-color 500ms;
    position: relative;
    background-attachment: fixed, scroll;
    background-size: 100vw 100vh, cover;
    background-position: center center, 0 0;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0.075) 10%, rgba(255, 255, 255, 0.075) 14%, rgba(255, 255, 255, 0.15) 14%, rgba(255, 255, 255, 0.15) 15%, rgba(255, 255, 255, 0.075) 17%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.075) 40%, rgba(255, 255, 255, 0.15) 42%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.075) 60%, rgba(255, 255, 255, 0.075) 66%, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0.075) 70%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse farthest-corner, transparent, rgba(0, 0, 0, 0.2) 110%);
  }
   */
.same-height-1 {
  display: inine-block;
  vertical-align: middle;
  font-size: 13px;
  /* for demo purposes only*/
}

.same-height-input-select {
  /* width: 80px; */
  color: #999;
  border: 1px solid #999;
  border-radius: 7px !important;
}

.same-height-input {
  padding: 0 10px;
  height: 30px;
  /* uses normal box model */
}

.same-height-plus {
  margin-top: 5px;
  padding: 0 5px;
  height: 10px;
  /* uses normal box model */
}

.same-height-select {
  padding: 0 10px;
  height: 30px;
  /* uses broken box model*/
  width: 160px;
  line-height: 26px;
  /* safari doesn't use height but fiddle with line-height until it looks right*/
}

.main-header {
  max-height: 200px;
  height: 30px;
}

.content-wrapper {
  background: white !important;
  overflow-y: hidden;
}

#show_sidebar {
  background: transparent;
  position: relative;
  height: 0px;
  /* display: none; */
}

/* .show-hide-sidebar {
  margin-left: 200px !important;
} */
#float_menu .icon_span {
  font-size: 30px;
  color: black;
  padding-left: 5px;
}

#float_menu .icon_font {
  font-size: 50px;
  color: black;
}

#float_menu .icon {
  margin: 10px 0px !important;
  width: 100px;
}

#userInfoDiv {
  padding-top: 0px;
  margin-right: 10px;
}

.new_filter {
  background: white;
  width: 240px;
  margin-right: 10px;
  border-radius: 8px;
  margin-bottom: 0px;
  display: none;
  top: 2px;
  position: absolute;
  height: 26px;
}

#new_filter_id:focus {
  border: none;
}

#guest_search_id {
  margin: 3px 5px 0 3px;
  height: 30px;
  width: 79%;
  margin-right: 0px;
}

#search_expenses {
  margin: 5px 5px 0 0;
  height: 30px;
  width: 80%;
  margin-right: 0px;
  margin-left: 7px;
}

@media only screen and (min-width: 768px) {
  .filter_dialogue_new {
    width: 345px;
    height: 156px;
    left: -197px;
    top: 30px;
    margin-left: -8px;
  }
}

.mobile_menu {
  display: none;
  color: #fff;
  position: absolute;
  top: 36px;
  width: 506px;
  background: #7c62e8;
  margin-left: 15px;
  height: 500px;
}

.row_source {
  width: 100%;
  /* background: linear-gradient(to left, white 50%, #eee 50%) right; */
  background-size: 200%;
  transition: 0.15s ease-out;
}

.row_source:hover {
  /* background: #eee !important; */
  /* background-position: left bottom; */
}

.row_source:hover a {
  /* color: #888; */
}

.expense_list_header {
  line-height: 0.1px;
  background: #ecf0f5;
  border: 0px;
  width: 100%;
}

.expense_list_header:focus {
  /* border: 3px solid yellow !important; */
  outline: none !important;
  border-color: #719ece !important;
  box-shadow: 0 0 10px #719ece;
  background: transparent !important;
}

@media only screen and (max-width: 768px) {
  .first_tr {
    display: none;
  }

  .filter_dialogue {
    width: 520px !important;
    position: absolute;
    top: 60px;
    left: -5;
    z-index: 10040;
  }

  .filter_dialogue_expand {
    width: 520px !important;
    position: absolute;
    top: 150px;
    left: -5;
    z-index: 10040;
  }

  .expand {
    display: block;
  }

  .filter_body {
    padding: 0px 15px;
  }

  .filter_body_search {
    padding: 0px;
  }

  .hide_filter {
    display: none;
  }

  .filter_content {
    width: 30%;
  }

  .filter_content_expand {
    width: 60%;
  }

  #filter_id {
    margin-left: 0px !important;
    background: transparent !important;
    padding: 0px !important;
    border-radius: 7px;
    margin-left: 20px;
    margin-right: 7px !important;
    color: white;
    margin-left: 30px;
    position: relative;
  }

  .xx-large {
    font-size: xx-large;
  }

  .x-large {
    font-size: x-large;
  }

  .main-sidebar {
    padding-top: 60px;
    overflow-y: scroll;
    height: 100%;
  }

  .listing_info_pop_up {
    margin-left: 67px;
  }

  .col-two {
    padding-right: 0px;
  }

  .user-name {
    margin-right: 20px !important;
  }

  .dashboard_small_td {
    min-width: 30px !important;
    width: 30px;
  }

  #header-title {
    display: block;
  }

  .filter_dialogue_new {
    /* left: -252px !important; */
    width: 287px;
    margin-left: 0px;
    height: 115px;
    top: 45px;
    max-width: 100vw;
    right: 0px !important;
  }

  .expense_dialogue {
    position: absolute;
    overflow-x: scroll;
    overflow-y: auto;
  }

  #guest_search_id {
    margin: 5px 5px 0 0;
    height: 30px;
    width: 78%;
  }

  #search_expenses {
    margin: 5px 5px 0 0;
    height: 30px;
    width: 78%;
  }

  .new_filter {
    left: 69px;
    z-index: 1;
    width: 175px;
  }

  #new_filter_id {
    width: 150px !important;
  }

  .mobile_text_center {
    /* text-align: center; */
    width: 100% !important;
    /* padding-left: 86px; */
  }

  .animated_col {
    width: 89% !important;
  }

  .mobile_menu {
    overflow: scroll;
    /* width: 225px !important; */
  }

  .desktop_only {
    display: none;
  }

  .col-one {
    flex-basis: 1 !important;
    position: relative;
    min-width: 250px;
    max-width: 250px;
  }

  #show_sidebar {
    background: transparent;
    display: block;
    margin-left: 0px;
    position: relative;
    /* top: 10px; */
  }

  #float_menu .icon_span {
    font-size: 12px;
    color: black;
    padding-left: 5px;
  }

  #float-menu {
    margin: auto 0;
  }

  /* #search {
    margin-left: 10px;
    padding-bottom: 20px;
  } */

  #search {
    /* margin-left: 10px; */
    background: seagreen;
    padding: 0px 0px 0px 5px;
    position: relative;
    top: 0px;
    left: 10px;
  }

  .logo {
    background: #ccc !important;
  }

  .logo-lg {
    color: #7c62e8 !important;
  }

  .search_area {
    /* float: left; */
    /* background: red; */
    display: none;
  }

  .dialogue-shift-left {
    position: relative;
    left: -20px !important;
    top: 10px !important;
  }

  .same-height-input {
    /* float: left; */
    /* background: red; */
    width: 120px;
    margin-bottom: 5px;
  }

  .search_area .same-height-select {
    margin-bottom: 5px;
    /* float: left; */
    width: 120px;
    order: 2;
    margin-left: 0px !important;
    /* background: rebeccapurple; */
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .search_area .same-height-1 {
    /* margin-left: 20px; */
    order: 1;
    padding-left: 20px;
    /* float: right; */
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

.skin-blue {
  /* background: #7c62e8; */
  /* background: var(--propke_color); */
  background: var(--propke_color);
}

.skin-blue1 {
  background: rgb(90, 70, 170);
}

.btn-glass.btn-success {
  color: #93c528;
  background-color: white;
  min-width: 80px;
  min-height: 30px;
  border-radius: 5px;
}

.btn-glass.btn-success:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #4f6d11;
  background-color: #7faf1b;
}

.btn-glass.btn-success:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(127, 175, 27, 0.5);
}

.dialogue-dblclick {
  display: none;
  background-color: white;
  text-align: left;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid black;
  margin-left: 10px;
  margin-top: -5px;
  font-weight: normal;
  font-size: 12px;
  color: black;

  position: absolute;
  z-index: 50;
}

.btn-glass.btn-purple {
  color: rgb(207, 207, 207);
  background-color: #7c62e8;
  min-width: 80px;
  min-height: 30px;
  border-radius: 5px;
}

.btn-glass.btn-purple:hover {
  color: #fff;
  border-color: #48378b;
  background-color: #7c62e8;
}

.btn-glass.btn-purple:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex #4d3d8d;
}

.btn-glass.btn-cyan {
  color: rgb(255, 255, 255);
  /* background-color: #3ececa; */
  background-color: #92B2A7;
  min-width: 80px;
  min-height: 30px;
  border-radius: 5px;
}

.btn-glass.btn-cyan:hover {
  color: #fff;
  border-color: #27807d;
  /* background-color: #3ececa; */
  background-color: #92B2A7;
}

.btn-glass.btn-cyan:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex #4d3d8d;
}

.day_marker {
  height: 18px;
  width: 8px;
  display: inline-block;
  background: #3ececa;
  border-radius: 9px;
  position: relative;
  top: 50%;
  transform: translateY(15%);
}

.main-filter {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
}

.white-hover:hover {
  border: 1px solid white;
}

.btn-glass.btn-danger {
  color: #f02311;
  background-color: white;
  min-width: 80px;
  min-height: 30px;
  border-radius: 5px;
}

/* .remove_row:focus {
  text-shadow: 1px 1px black;
} */
.btn-glass.btn-danger:hover {
  color: rgb(255, 255, 255);
  border-color: #aa180b;
  background-color: #f02311;
}

.btn-glass.btn-danger:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(240, 35, 17, 0.5);
}

.btn-glass.btn-default {
  color: black;
  background-color: white;
  min-width: 80px;
  min-height: 30px;
  border-radius: 5px;
}

.btn-glass.btn-default:hover {
  color: black;
  border-color: #8d8d8d;
  background-color: #ebebeb;
}

.btn-glass.btn-default:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(255, 255, 255, 0.5);
}

.btn-glass.btn-warning {
  color: #f07d11;
  background-color: white;
  min-width: 80px;
  min-height: 30px;
  border-radius: 5px;
}

.btn-glass.btn-warning:hover {
  color: rgb(255, 255, 255);
  border-color: #aa780b;
  background-color: #f06311;
}

.btn-glass.btn-warning:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(240, 143, 17, 0.5);
}

.btn-glass.btn-primary {
  color: #216bf3;
  background-color: white;
  min-width: 80px;
  min-height: 30px;
  border-radius: 5px;
}

.btn-glass.btn-primary:hover {
  color: rgb(255, 255, 255);
  border-color: #102a5c;
  background-color: #216bf3;
}

.btn-glass.btn-primary:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(68, 109, 243, 0.5);
}

.btn-glass.btn-dark {
  color: #999999;
  background-color: rgba(17, 17, 17, 0);
  border-color: #000000 !important;
  min-width: 80px;
  min-height: 30px;
  border-radius: 5px;
}

.btn-glass.btn-dark:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #000000 !important;
  background-color: #111111;
}

.btn-glass.btn-dark:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(17, 17, 17, 0.5);
}

.btn-glass.btn-facebook {
  color: #5374bb;
  background-color: white;
  border-color: #3b5998 !important;
  /* width: 80px; */
  min-width: 80px;
  min-height: 30px;
  border-radius: 5px;
}

.btn-glass.btn-facebook:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #172950 !important;
  background-color: #3b5998;
}

.btn-glass.btn-facebook:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex #172950;
}

.box {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#mobile_nav {
  display: none;
}

#desktop_nav {
  display: block;
}

.pointer {
  cursor: pointer;
}

.user-name {
  /* border-bottom: 5px solid #999; */
  background-color: white;
  color: #634db9;
  display: inline-block;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  padding-left: 8px;
  box-sizing: border-box;
}

.background-circle {
  background-color: #222d32;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-left: 8px;
  box-sizing: border-box;
}

.mobile_only {
  display: none;
}

@media only screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }

  #desktop_nav {
    display: block;
  }

  #test {
    color: red;
  }

  #show_sidebar {
    /* display: none; */
    font-size: 40px;
    margin-left: 15px;
  }

  .mobile-quick-tool {
    display: none;
  }
}

.line-height {
  line-height: 50%;
}

/* @media only screen and (min-width: 768px) {
  .mobile-quick-tool {
    display: none;
  }
} */
#filter_id,
#statistics_id {
  margin-left: 0px !important;
  background: transparent !important;
  padding: 0px !important;
  border-radius: 7px;
  margin-left: 20px;
  margin-right: 7px !important;
  color: white;
  margin-left: 30px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.expand {
  display: none;
}

.filter_content {
  width: 60%;
}

.filter_dialogue {
  width: 520px !important;
  position: absolute;
  top: 134px;
  left: 452px;
  bottom: 0;
  left: 0;
  z-index: 10040;
}

.td-10 {
  width: 15%;
}

.td-35 {
  width: 15%;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.td-25 {
  width: 5.5%;
}

.td-gray {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.td-transperant {
  border-top: 1px solid transparent;
}

.td-content {
  border: 0px rgba(0, 0, 0, 0);
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.guest-name150 {
  min-width: 150px !important;
}

.listing-header {
  min-width: 50px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.guest-name {
  min-width: 220px !important;
  /* max-width: 150px !important; */
}

.active {
  /* box-shadow: 5px 10px #888888; */
  /* border: 1px solid #888888; */
  background: #000000;
}

#filter_ul li {
  list-style: none;
  margin-top: 20px;
}

.is_filter {
  margin-left: 50px;
}

.width-50 {
  width: 50%;
}

.width-40 {
  width: 40%;
}

.filter_label {
  top: 10px;
  margin-top: 10px;
}

.filter_button {
  margin-right: 0px !important;
  margin-top: 6px;
  width: 50px !important;
  min-width: 50px !important;
  height: 20px !important;
}

.filter_li_1 {
  border-bottom: 1px solid black;
  margin: 0px;
}

.filter_li_2_thick {
  border-bottom: 2px solid black;
  margin: 0px;
}

.new_green {
  color: rgb(2, 131, 2);
}

.input_dialogue {
  width: 128px;
}

.payment_dialogue {
  width: 300px;
}

.select_align {
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}

.border-right-0 {
  border-right: 0px;
}

.element-full-width {
  width: 100%;
}

.min_height {
  height: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

.payment_dialogue {
  position: fixed;
  right: 18px !important;
  top: 56px !important;
  z-index: -1 !important;
  /* display: block !important; */
  background: white !important;
  z-index: 100000 !important;
}

.table_label {
  margin-bottom: 0px;
  padding: 3px;
}

.yellow {
  color: yellow;
}

.bold-option {
  font-weight: bold;
  color: #003399;
  text-align: center;
}

/* need to be fixed but I'll work on something else (more important) */
/* @media screen and (max-height: 500px) {
  .box-body {
    color: red;
    height: 1000px;
    overflow-y: scroll;
  }
} */
.airport_info_td_30 {
  width: 15%;
}

.airport_info {
  font-weight: bolder;
  margin: 0px;
}

.transperant-button {
  background: transparent;
  border: 0px;
}

#users_search {
  width: 100px;
  height: 30px;
  border-radius: 5px;
  color: rgb(41, 41, 41);
}

#users_table tr:hover {
  background-color: rgb(255, 255, 255) !important;
}

.no-border {
  border: none;
}

.width-100px {
  width: 100px;
}

.width-0px {
  width: 0px;
}

.width-100 {
  width: 100% !important;
}

.large-font {
  font-size: large;
}

@media only screen and (min-width: 768px) {
  .large-font {
    font-size: small;
  }

  #users_search:focus {
    width: 50%;
  }
}

/* .moveToUp {
  animation: moveToUp 2s;
}

@keyframes moveToUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  80% {
    transform: translateY(-2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.moveToDown {
  animation: moveToDown 2s;
}

@keyframes moveToDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  80% {
    transform: translateY(2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.main-header-h1 {
  animation: moveToRight 2s;
}

@keyframes moveToRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.scale-2 {
  animation: sacle2 2s;
}

@keyframes sacle2 {
  0% {
    opacity: 0;
    transform: scale(2);
  }

  80% {
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.scale-half {
  animation: scale-half 2s;
}

@keyframes scale-half {
  0% {
    opacity: 0;
    transform: scale(.5);
  }

  80% {
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
} */

.small-font {
  font-size: 11px;
}

.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}

#myInput-apartment-list {
  box-sizing: border-box;
  background-image: url("searchicon.png");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput-apartment-list:focus {
  outline: 3px solid #ddd;
}

.dropdown-apartment-list {
  position: relative;
  display: inline-block;
}

.dropdown-content-apartment-list {
  /* position: absolute; */
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

*::selection {
  color: #fff;
  background: var(--propke_color);
}

input::selection {
  color: #fff;
  background: var(--propke_color);
}

.todo_label {
  width: fit-content;
  float: left;
  margin: 3px;
  border: 1px solid #bbb;
  border-radius: 50%;
  padding: 5px;
}

.todo_listing {
  width: 56px;
  height: 25px;
  float: left;
  margin: 3px;
  border-radius: 22px;
  padding: 3px;
}

.remove_button {
  color: black;
  background: transparent;
  /* background: gray; */
  padding: 1px 5px;
  border-radius: 5px;
}

.remove_button:hover {
  color: black;
  content: "X";
  background: #80808036;
  padding: 1px 5px;
  border-radius: 5px;
}

.collection_tr:hover .hover_effect {
  color: #3ececa !important;
}

/* .collection_tr:hover td label input {
  border: 1px solid #3ececa;
} */
.collection_tr:hover td .todo_listing p {
  color: black;
}

.collection_tr:hover td .checkbox-label>span::before {
  content: "\2713";
  display: block;
  text-align: center;
  color: #3ececa;
  /* position: absolute;
  left: 0.7rem;
  top: 0.7rem; */
}

.add_collection_task_td:hover {
  background-color: #eee;
}

.add_collection_task_td .add_collection_task:hover {
  color: #3ececa;
}

.dropdown-content-apartment-list a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-apartment-list a:hover {
  background-color: #ddd;
}

.dark_blue {
  color: #112272 !important;
}

#bell:active {
  display: block;
}

.notification_header {
  height: 50px;
  background: #7c62e8;
}

.notification_dialogue {
  width: 350px !important;
  margin-right: 100px;
  /* left: -300px; */
  top: 55px;
  left: -276px;
  padding: 0;
  border-radius: 0;
  border: 3px solid #000000;
  min-height: 92px;
}

#notification_search::placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

#notification_search {
  background: #634db9;
  color: white;
  border: 1px solid #634db9;
  padding-left: 0px;
}

#search_icon {
  background: #634db9;
  color: white;
  border: 1px solid #634db9;
}

.header_icon_button {
  width: 14%;
  background: #7c62e8;
  border: 0;
  padding: 0;
  width: 35px;
  max-height: 33px;
}

.header_icon {
  margin: 4px 5px;
  font-size: 20px;
}

.row_icon {
  margin: 4px 5px;
  font-size: 25px;
}

.bell_counter {
  color: white;
  font-size: 10px;
  background: red;
  padding: 2px 6px;
  border-radius: 50%;
  position: relative;
  left: 9px;
  top: -20px;
}

.outline_0:active {
  outline: 0 !important;
}

.outline_0 {
  outline: 0 !important;
}

.list_color:hover {
  background: #b8c7ce !important;
}

.tail-select .select-label:after {
  top: 5px;
  right: 12px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  z-index: 25;
  content: "";
  opacity: 0.5;
  display: inline-block;
  position: absolute;
  border-top: 5px dashed;
  border-top: 5px solid\9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  text-shadow: none;
  transition: opacity 142ms linear, transform 142ms linear;
  -webkit-transition: opacity 142ms linear, transform 142ms linear;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* .tail-select .select-label {
  cursor: pointer;
  color: rgba(48, 52, 56, 0.85);
  width: 100%;
  margin: 0;
  padding: 5px 30px 5px 10px;
  display: block;
  z-index: 27;
  position: relative;
  text-align: left;
  background-color: white;
  border-width: 0px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  transition: background 142ms linear, box-shadow 142ms linear;
  -webkit-transition: background 142ms linear, box-shadow 142ms linear;
} */
.tail-select {
  position: absolute;
  top: 60px;
  padding: 0px;
}

.animated_col {
  width: 89%;
  color: white;
  margin-left: 10px;
}

.show_filter_input {
  cursor: pointer;
  position: relative !important;
  left: 3px !important;
  top: 1px !important;
  font-size: 18px;
}

.animated_col:hover {
  color: white !important;
  background-color: #F08587;
  border-radius: 5px;
}

.animated_col:hover .animated_col {
  color: white !important;
  background-color: #F08587;
}

.replace_next {
  bottom: 10px;
  position: fixed;
  left: 20px !important;
}

.todo_list_nav {
  background: #d0cece;
  min-height: 30px;
  max-height: 30px;
  padding: 2px;
  padding-top: 8px;
  font-size: 12px;
}

.todo_ul {
  list-style-type: none;
  flex-direction: row;
}

.todo_li:hover {
  color: rgb(114, 114, 114);
}

.todo_li {
  color: #000;
}

.todo_active {
  border-bottom: 5px solid black !important;
}

/* Checkbox-label-style */
.checkbox-label {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}

.checkbox-label>span {
  color: #000000;
  padding: 0.5rem 0.25rem;
}

.checkbox-label>span::before {
  content: "\2713";
  display: block;
  text-align: center;
  /* color: #040404; */
  position: absolute;
  left: 0.8rem;
  top: 1rem;
}

.checkbox-label>input {
  height: 25px;
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px solid transparent;
  border-radius: 50% !important;
  border: 1px solid gray;
  outline: none;
  transition-duration: 0.3s;
  background-color: #fff;
  cursor: pointer;
}

.checkbox-label>input:checked {
  border: 1px solid transparent;
  background-color: #1fca35 !important;
}

.checkbox-label>input:checked+span::before {
  content: "\2713";
  display: block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0.7rem;
  top: 1rem;
}

.checkbox-label>input:active {
  border: 2px solid #34495e;
}

/*  */
.todo_filter_row {
  background-color: #f2f2f2;
}

.todo_filter_row:hover {
  background-color: #d9d9d9;
}

.tooltip-menu {
  position: relative;
  display: inline-block;
}

.tooltip-menu .tooltiptext-dialogue {
  visibility: hidden;
  width: fit-content;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-menu .tooltiptext-dialogue::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.horizantal_li {
  display: inline-block;
  position: relative;
}

.nav_icons {
  font-size: 21px;
  border: 1px solid black;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.tooltip-menu:hover .tooltiptext-dialogue {
  visibility: visible;
}

.option_dialogue {
  display: none;
  height: 90vh;
  width: 250px;
  position: fixed;
  right: 0;
  background: white;
  top: 50px;
  border: 1px solid black;
  border-radius: 25px;
  padding-top: 5px;
}

.listing_todo_list {
  position: absolute;
  background: #fff;
  height: 70vh;
  z-index: 2;
  width: 235px;
  overflow-y: auto;
}

.add_collection_task:hover {
  color: #8c8c8c;
}

.context-menu {
  display: none;
  position: absolute;
  border: 1px solid black;
  border-radius: 3px;
  width: 200px;
  background: #fff;
  box-shadow: 10px 10px 5px #888888;
}

.context-menu ul {
  list-style: none;
  padding: 2px;
  margin: 5px 0 5px 5px;
}

.context-menu ul li {
  padding: 5px 2px;
  margin-bottom: 3px;
  color: black;
  font-weight: bold;
  background-color: #f2f2f2;
}

.context-menu ul li:hover {
  cursor: pointer;
  background-color: #b0bfba;
}

/* Colors */
.Gainsboro,
.Orange,
.Plum {
  width: 15px;
  height: 15px;
  border: 0px solid black;
  display: inline-block;
  margin-right: 5px;
}

.Gainsboro {
  background-color: Gainsboro;
}

.Orange {
  background-color: Orange;
}

.Plum {
  background-color: Plum;
}

.dragable {
  display: inline-block;
  height: 34px;
  float: left;
  margin-right: 8px;
  cursor: grab;
}

.dots-menu {
  width: 10px;
  height: 100%;
}

.todo_td_mobile_4 {
  /* width: 10% !important; */
}

.mobile_table {
  /* overflow-x: scroll;
  width: 100vw; */
  /* overflow: hidden; */
  margin-bottom: 100px;
}

.todo_td_mobile_1 {
  min-width: 43rem;
  max-width: 43rem;
}

.todo_td_mobile_2 {
  min-width: 10rem;
  /* max-width: 100px; */
}

.todo_td_mobile_3 {
  min-width: 10rem;
  max-width: 10rem;
}

.todo_td_mobile_4 {
  min-width: 15rem;
  max-width: 15rem !important;
}

.todo_td_mobile_5 {
  min-width: 15rem;
  max-width: 15rem;
}

.fa-expand-arrows-alt:hover {
  cursor: pointer;
}

.expand_dialogue {
  position: fixed;
  top: 55px;
  left: 0;
  width: 50vw;
}

.listing_list {
  position: fixed;
  background: #fff;
  height: 82vh;
  z-index: 2;
  width: 240px;
  overflow-y: auto;
  right: 0;
  padding: 0;
}

.todo_collection_date {
  z-index: 41;
  display: none;
  background: transparent;
  position: fixed;
  top: 78px;
  right: 5px;
  width: 240px;
}

.todo_collection_due {
  z-index: 42;
  display: none;
  background: transparent;
  position: fixed;
  top: 103px;
  right: 5px;
  width: 240px;
}

.todo_assignee_list {
  position: fixed;
  background: #fff;
  height: 81vh;
  z-index: 2;
  width: 240px;
  overflow-y: scroll;
}

.todo_form_td_label {
  height: 30px !important;
  border: 1px solid #ddd;
}

.todo_form_task_td {
  margin-left: 16px;
  width: 20.7%;
  position: relative;
  border: 1px solid #ddd;
  border-right: 0;
}

.change_collection_type_form {
  background: transparent;
  border: 1px solid #ddd;
  border-right: 0;
  height: 25px !important;
  position: relative;
}

.todo_form_td {
  background: transparent;
  border: 1px solid #ddd;
  border-right: 0;
  height: 25px !important;
}

.todo_form_td_2 {
  border-bottom: 1px solid #ddd;
  margin-left: 16px;
  width: 35%;
}

.fa-phone:hover {
  cursor: pointer;
}

.has_context_menu {
  cursor: pointer;
}

.driver_one {
  border: 1px solid transparent;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: -2px;
  text-align: center;
  outline: none;
}

.driver_two {
  border: 1px solid transparent;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: -2px;
  text-align: center;
  outline: none;
}

/* <<<<<<< HEAD

.fa-whatsapp:hover {
  cursor: pointer;
}

.support_t1 {
  width: 20%;
}
.support_t2 {
  width: 3%;
}
.support_t3 {
  width: 25%;
}
.support_t4 {
  width: 25%;
}
.support_t5 {
  width: 25%;
}

.share_link {
  border: 0;
  width: 100%;
  background: transparent;
}
.house_manual_main {
  background-color: #3ececa;
  height: 100%;
  width: 100%;
}
.next_page_1 {
  background-color: #ffffffd1;
  position: fixed;
  border: 2px solid #454546;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  bottom: 12px;
  right: 12px;
  outline: none;
}
.next_page {
  background-color: #ffffffd1;
  position: fixed;
  border: 2px solid #454546;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  bottom: 12px;
  left: 60px;
  outline: none;
}
.previous_page {
  background-color: #ffffffd1;
  position: fixed;
  border: 2px solid #454546;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  bottom: 12px;
  left: 12px;
  outline: none;
}
.next_page:hover {
  cursor: pointer;
}
.main_button {
  background: #ffffff;
  width: 150px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  border-radius: 24px;
  font-size: 19px;
  color: #000;
} */

#automated_messages_table {
  position: relative;
}

#automated_messages_table td {
  text-align: center;
  border-right-width: 0;
  border-left-width: 0;
  border-color: white;
}

#automated_messages_table th.sticky-header {
  position: sticky !important;
  /* position: absolute !important; */
  top: 30px !important;
  z-index: 1 !important;
}

/* #edit_mail_template th {
  color: black;
  text-align:left;
}

#edit_mail_template td {
  color: black;
  text-align:left;
  border-color: black;
} */

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 10rem;
}

.toggle.ios .toggle-handle {
  border-radius: 10rem;
}

.guest_emails_quadrant {
  height: 160px;
  border: 1px solid black !important;
  font-size: 12px;
}

.agent_circle {
  position: relative;
  left: 1px;
  border-radius: 50%;
  font-size: 9px;
  background-color: #fff;
  display: block;
  color: #000;
  width: 2.1rem;
  height: 2.1rem;
  float: left;
}

.hk_agent_circle {
  position: relative;
  border-radius: 50%;
  font-size: 9px;
  background-color: #fff;
  display: inline-block;
  color: #000;
  width: 3rem;
  height: 3rem;
  float: left;
}

.agent_hk_2, .agent_hk_3 {
  position: absolute;
  transform: translateY(-50%);
  left: 2px;
  top: 50%;
  font-size: 10px;
}

.agent_hk_1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
}

.dashboard_small_td {
  min-width: 30px !important;
  width: 30px !important;
  max-width: 30px !important;
}

.black {
  color: #000 !important;
}

td.hk_1 {
  width: 50px;
}

td.hk_2 {
  width: 50px;
}

.green_focus:hover {
  background-color: #00d54d !important;
  border-color: #02a03c;
}

.loading_circle {
  width: 210px;
  height: 210px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #3ececa;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
  margin: auto;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* >>>>>>> new_dashboard_design */
.margin_header {
  margin-top: 30px;
}

.remove_agent:hover {
  color: red;
}

.today_row {
  background: rgb(193, 255, 242) !important;
}

.dashboard_todo_form {
  z-index: 50;
  width: 550px;
  background: rgb(255, 255, 255);
  position: fixed;
  right: 18px;
  top: 71px;
  display: none;
  border: 1px solid #aaa;
  border-radius: 11px;
}

/* .table tbody .today_row td {
  border-bottom: 1px solid #e8e8e8 !important;
} */
.table tbody .today_row td {
  border-bottom: 1px solid #fff !important;
}

#instructions_table tbody tr td {
  border-width: 0.1px !important;
}

.datepicker-dropdown {
  left: 0 !important;
  z-index: 810;
  display: block;
  width: 100%;
}

.datepicker-days .table-condensed tbody tr td {
  height: 10px !important;
}

/* Listings Page */

.listing-tabs {
  width: 100%;
  height: auto;
  /* margin: 30px auto; */
}

/* tab list item */
.listing-tabs .listing-tabs-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  /* display:table-row; */
}

.listing-tabs .listing-tabs-list li {
  float: left;
  margin: 0px;
  margin-right: 2px;
  padding: 4px 20px;
  text-align: center;
  /* background-color: #2bb4b0; */
  background-color: #F08587;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing-tabs .listing-tabs-list li:hover {
  cursor: pointer;
}

.listing-tabs .listing-tabs-list li a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  padding: 0;
}

.listing-tab td {
  font-size: 12px;
}

.listing-tab tr {
  height: 30px;
}

.listing-tab td input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
}

.inner-listing-tab {
  margin-top: 15px;
}

/* Tab content section */
.listing-tabs .listing-tab {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 3px;
  padding: 20px 15px;
  background-color: white;
  color: darkslategray;
  clear: both;
  margin-top: 0px;
}

.listing-tabs #account_details #accountDetailsInfoDiv .apartment_table input:focus,
.listing-tabs #address #addressinfodiv .apartment_table input:focus,
.listing-tabs #listing_info #listingsinfodiv .apartment_table input:focus,
.listing-tabs #support #supportdiv #supportTable input:focus {
  outline: none;
}

/* When active state */
.listing-active {
  /* display:block !important; */
}

.listing-tabs .listing-tabs-list li.listing-active {
  /* background-color:var(--propke_color) !important; */
  background-color: white;
  color: black !important;
}

.listing-active a {
  color: black !important;
  background-color: white !important;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 0px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 27px;
  border-radius: 0.5rem;
}

.editListingTable td {
  border-right-width: 0;
  border-left-width: 0;
  border-color: rgb(218, 216, 216);
  /* font-weight: bold; */
}

.editListingTable tr:nth-child(2) td {
  border-top-width: 0;
}

#header_listing_name {
  /* float: right; */
  margin-right: 3px;
  background-color: var(--propke_color);
  color: white;
}

#abbreviation_handle {
  background-color: var(--propke_color);
}

#select2-abbreviation_handle-container {
  font-size: 12px;
  color: white;
}

#select2-abbreviation_handle-results {
  font-size: 12px;
}

#account_handle {
  background-color: var(--propke_color);
}

#select2-account_handle-container {
  font-size: 12px;
  color: white;
}

#select2-account_handle-results {
  font-size: 12px;
}

#header_listing_name .select2-container .selection .select2-selection--single {
  background-color: #2bb4b0;
  background-color: #F08587;
}

.upload_passport {
  padding: 0;
}

/* .general_security_apartment_address:hover {
  max-width: 1000px;
} */

#listingViewMenuToggle {
  display: none;
}

#listingMenu {
  width: 100%;
}

#apartmentViewSubheader {
  overflow: hidden;
  min-height: 27px;
  padding: 0;
  margin: 0;
  top: 30px;
  z-index: 2;
}

#supportTable td {
  border-right: solid 1px white;
  border-left: solid 1px white;
}

#users {
  /* padding: 0px 0px;
  margin-top: 0px; */
}

#users .listing-tabs-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#user_types {
  margin-top: 0px;
}

.user-types-div {
  margin-top: 27px;
}

#users .listing-tabs-list li {
  width: 100% !important;
  background-color: darkgray;
  border-radius: 0rem;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  flex: 0 0 50%;
  border-bottom: solid 1px white;
  padding: 0px 0px;
  margin: 0;
  margin-top: 0;
  height: 0;
}

#users .listing-tabs-list li a {
  height: 30px;
  width: 100% !important;
  vertical-align: middle;
}

#users .listing-tabs-list li a i {
  font-size: 15px;
  margin: 0 0 !important;
  margin-top: 8px !important;
  display: block;
}

#users .listing-tabs-list li a i::before {
  margin: 0 !important;
  margin-left: 12px !important;
}

/* #users .listing-tabs-list li a {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
} */

#users .listing-tabs .listing-tabs-list li.listing-active {
  /* background-color:var(--propke_color) !important; */
  /* background-color: white; */
  background-color: gray;
  color: black !important;
  display: flex !important;
}

#users .listing-tab {
  float: right;
  padding: 0px 12px;
  /* width: 90%; */
  border-left: none;
}

.listing-tabs-list li {
  border-radius: 0.5rem;
}

.listing-main-tabs {
  background-color: var(--propke_color);
  position: fixed;
}

#users .listing-tabs {
  margin-top: 0px;
}

#users #usertable {
  width: 100% !important;
}

#users #usertable thead th {
  padding-bottom: 0.5em;
}

#photos #photosDiv .listing-photos .row {
  justify-content: center;
  align-items: center;
}

#photos #photosDiv .listing-photos .row label {
  font-size: 10px;
  text-align: center;
}

.listing-photos,
.listing-names {
  justify-content: space-between;
}

.listing-photo-block {
  /* display: inline-block; */
  width: 135px;
  height: 135px;
  border-radius: 1rem;
  background-color: lightgray;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.listing-photo-block input[type="file"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* media query */
/* @media screen and (max-width: 360px) {
  .listing-tabs {
    margin: 0;
    width: 96%;
  }
  .listing-tabs .listing-tabs-list li {
    width: 80px;
  }
} */

/* Pop-up for colors */
.dialog {
  border: 2px solid #666;
  padding: 10px;
  background: white;
  position: absolute;
  display: none;
  border-radius: 2rem;
  width: 50%;
}

.dialog label {
  display: inline-block;
  color: #cecece;
}

/* Color Boxes */
.color-boxes {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
}

.color-boxes li {
  width: 9%;
  /* padding: 0 10px; */
  /* margin-top: 2px;
  margin-bottom: 2px; */
  box-sizing: border-box;
  border-radius: 1rem;
}

.color-boxes li a {
  margin: 2px;
  display: block;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  background: #fff000;
  color: #000 !important;
  /* color: #fff; */
  border-radius: 5rem;
}

.color-boxes .color-box-active a {
  box-shadow: 0 0 3pt 2pt red;
}

.color-boxes .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}

.color-boxes .details span {
  font-size: 0.8rem;
}

.color-boxes .details .length {
  margin-right: 10px;
}

.color-boxes .details span:before {
  content: "•";
  padding-right: 3px;
}

@media only screen and (max-width: 768px) {
  #apartmentViewSubheader {
    min-height: 0;
    top: 0px;
  }

  #listingMenu {
    position: relative;
    width: 20%;
  }

  #listingViewMenuToggle {
    display: inline;
  }

  #header_listing_name {
    /* float:none; */
    /* text-align: center; */
    /* margin:auto; */
  }

  .listing-tabs .listing-tabs-list {
    padding-top: 15px;
  }

  .listing-tabs .listing-tabs-list li {
    margin: 2px;
  }

  .listing-active {
    padding: 0 !important;
  }

  .inner-listing-tab {
    margin-top: 0px;
  }

  #user_types {
    margin-top: 0;
  }

  .user-types-div {
    margin-top: 0;
  }

  .dialog {
    width: 100%;
  }

  .color-boxes li a {
    padding: 0;
  }
}

/* End Color Boxes */

/* End pop-up for colors */

/* End Listings Page */
.all_listings_table {
  position: relative;
  /* width: 100%;
  margin-top: 27px; */
}

.all_listings_table td {
  padding: 1px !important;
}

.all_listings_table th {
  position: sticky;
  top: 57px !important;
  z-index: 1;
}

.all_listings_table th:first-child {
  position: sticky;
  left: 0;
  z-index: 100;
}

.all_listings_table .sticky-col {
  position: sticky;
  left: 0 !important;
  background: white;
  z-index: 1;
}

#search_apartment_id:focus {
  outline: none;
}

#listingsOccupancy {
  line-height: 30px;
  margin-left: 50px;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #listingsOccupancy {
    margin-left: 0px;
  }

  #automated_messages_table th.sticky-header {
    top: 27px !important;
  }
}

.guest-list-table {
  top: 30px;
  position: relative;
}

.guest-list-table thead tr th {
  top: 30px;
  z-index: 50;
}

@media only screen and (max-width: 768px) {
  .guest_list_new_filter {
    margin-left: 30px !important;
  }
}

.guest_list_new_filter {
  background: none;
}

@media only screen and (max-width: 768px) {
  .all_listings_table {
    /* margin-top: 30; */
  }

  .all_listings_table th {
    position: sticky;
    top: 27px !important;
    z-index: 2;
  }

  .all-listings-tab-list {
    margin-top: 20px !important;
  }
}

.btn-m1 {
  background-color: #abffdb;
}

.btn-m2 {
  background-color: #6df0b8;
}

.btn-m3 {
  background-color: #4a665a;
}

.btn-m4 {
  background-color: #a95d42;
}

.btn-m5 {
  background-color: #008a4f;
}

.btn-m6 {
  background-color: #d9c5be;
}

.btn-m7 {
  background-color: #da9a83;
}

.pointer {
  cursor: pointer;
}

#passport_image_modal_content {
  /* align-items: flex-end; */
}

#drop_file_zone {
  background-color: #eee;
  border: #999 5px dashed;
  width: 290px;
  height: 200px;
  padding: 8px;
  font-size: 18px;
}

#drag_upload_file {
  width: 50%;
  margin: 0 auto;
}

#drag_upload_file p {
  text-align: center;
}

#drag_upload_file #selectfile {
  display: none;
  display: none;
}

@media only screen and (max-width: 768px) {
  #passport_image_modal_content>.modal-content {
    height: 100%;
  }
}

.guest_satisfaction_selected {
  box-shadow: 0 0 3pt 2pt red;
  /* box-shadow: red 0 0 20px; */
}

.guest_satisfaction_selected_icon {
  filter: drop-shadow(0 0 3pt red);
}

.guest_satisfaction_inner_navbar {
  margin-top: 35px;
}

.guest_satisfaction_inner_navbar #listingMenu {
  width: initial;
}

.guest_satisfaction_inner_navbar #listingMenu li {
  margin-bottom: 2px;
}

.guest_satisfaction_table thead th {
  z-index: 1;
}

.guest_satisfaction_wrapper {
  margin-top: 27px;
  display: flex;
  width: 100px;
  align-items: stretch;
}

#guest_sidebar.active {
  margin-left: -250px;
}

#guest_sidebar {
  width: 80px;
  height: calc(100vh - 60px);
  background: var(--propke_color);
  color: #fff;
  transition: all 0.3s;
}


#filter_sidebar.active {
  margin-left: -250px;
}

#filter_sidebar {
  width: 137px;
  position: relative;
  top: -30px;
  height: calc(100vh - 30px);
  background: #F08587;
  color: #fff;
  transition: all 0.3s;
}

.collections_navbar>a:hover {
  background-color: grey !important;
}

#filter_sidebar ul p {
  color: #fff;
  padding: 10px;
}

#filter_sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

.guest_satisfaction_wrapper #filter_sidebar ul li a {
  background-color: #F08587;
  color: white;
  font-size: 12px;
  border-radius: 0.5em;
}

@media (max-width: 768px) {
  #instructions_table {
    top: 30px;
  }

  .guest-list-table thead tr th {
    top: 0;
  }

  .guest_satisfaction_wrapper {
    width: 100%;
  }

  #guest_sidebar ul li a {
    margin: 10px;
  }

  #guest_sidebar {
    /* margin-left: -250px; */
    width: 100%;
  }

  #guest_sidebar.active {
    /* margin-left: 0; */
  }
}

#guest_sidebar ul p {
  color: #fff;
  padding: 10px;
}

#guest_sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

.guest_satisfaction_wrapper #guest_sidebar ul li a {
  /* background-color: #2bb4b0; */
  background-color: #F08587;
  color: white;
  font-size: 12px;
  border-radius: 0.5em;
}

.rate {
  /* float: left; */
  /* height: 46px; */
  padding: 0 10px;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  /* float:right; */
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 15px;
  /* color:#ccc; */
}

.rate:not(:checked)>label:before {
  content: "★ ";
}

/* .rate > input:checked ~ label {
  color: #ffc700;
} */
.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  /*color: #deb217;  /* for hovering */
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #c59b08;
}

.selected_rating_star {
  color: #ffc700;
}

/* .listing-tabs .listing-tabs-list li.filtering_table.filter_active {
  background-color: white;
  color: black !important;
} */
.filtering_table.filter_active a {
  color: black !important;
  background-color: white !important;
}

/* .generator_hours_selector input {
  display: none !important;
} */

input.hour {
  display: none !important;
}

.generator_hours_selector input[type="checkbox"]+label {
  display: inline-block;
  border-radius: 6px;
  background: red;
  color: #ffffff;
  height: 20px;
  width: 100%;
  margin-right: 3px;
  margin-bottom: 0px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.generator_hours_selector.has_ups input[type="checkbox"]+label {
  background: orange;
}

.generator_hour_label.has_ups {
  background: orange !important;
}

.generator_hours_selector input[type="checkbox"]:checked+label {
  background: #2ad705 !important;
  color: #ffffff;
}

#financial_module {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  top: 30px;
  /* table-layout: fixed; */
  /* overflow-wrap: break-word; */
  position: relative;
}

#financial_module th {
  height: 27px;
  vertical-align: middle;
  text-align: left;
  font-size: 10px;
  border: white 1px;
}

#financial_module tr:nth-child(2) th {
  top: 84px;
}

#financial_module td {
  border-right: none;
  border-left: none;
  border: none;
  max-width: 100%;
  font-size: 10px;
}

#financial_module .main_row td {
  border-top: none;
  border: none !important;
  /* border-bottom: 1px solid #ccc; */
}

#financial_module .variation_rows td {
  border: none;
  /* border-top: thin solid #ccc;
  border-bottom: thin solid white; */
  /* border-width: thin; */
  /* border-color: white; */
}

.housemanual_star {
  visibility: hidden;
  font-size: 30px;
  cursor: pointer;
  margin-top: -5px;
}

.housemanual_star:before {
  content: "\2605";
  position: absolute;
  visibility: visible;
  margin-top: -15px;
}

.housemanual_star:checked:before {
  content: "\2605";
  position: absolute;
  margin-top: -15px;
  color: gold;
}

.housemanual_star:disabled:before {
  content: "\2605";
  position: absolute;
  margin-top: -15px;
  color: lightgrey;
  cursor: pointer;
}

.switch-toggle {
  width: 10em;
}

.switch-toggle label:not(.disabled) {
  cursor: pointer;
}

.apartment_guest_mail_switch_label,
.apartment_guest_mail_switch_label_a {
  z-index: initial !important;
}

.hk_popup, .system_block_popup {
  position: fixed !important;
  right: 0;
  top: 35px;
  height: 100%;
  width: 53rem !important;
  background-color: #ccc;
  border: 1px solid #f0f0f0;
}

.hk_popup_info {
  padding: 1rem;
}

.hk_popup_type {
  background: #fff;
  border-radius: 10px;
  min-width: 60px;
  height: 20px;
  padding: 0.25rem 1rem 0.75rem 1rem;
  color: #000;
  display: inline-grid;
  place-items: center;
  margin-left: 5px;
}

.hk_popup_type-blocked {
  background: #fff;
  color: #aaa;
}

.agent_circle_text {
  font-size: 10px;
  position: absolute;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hk_popup_type-selected {
  background-color: var(--propke_color) !important;
  color: #fff !important;
}

.hk_popup_info_cleaning_time .cleaning_time {
  text-align: center;
  width: 8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0 transparent;
  outline: none;
}

.hk_popup_info_cleaning_date .cleaning_date {
  display: none;
  width: 12rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0 transparent;
  outline: none;
}

.hk_popup_info_cleaning_date {
  background: #fff;
  border-radius: 10px;
  min-width: 6rem;
  width: 14rem;
  height: 2rem;
  padding: 0.25rem 1rem 0.75rem 1rem;
  color: #000;
  display: inline-grid;
  place-items: center;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10rem;
}

.hk_popup_info_cleaning_time {
  background: #fff;
  border-radius: 10px;
  min-width: 6rem;
  width: 9rem;
  height: 2rem;
  padding: 0.25rem 1rem 0.75rem 1rem;
  color: #000;
  display: inline-grid;
  place-items: center;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25rem;
}

.hk_listing_abbreviation {
  border-radius: 10px;
  width: 10rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.hk_popup_info_listing_abbreviation {
  border-radius: 10px;
  width: 10rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.hk_popup_title {
  margin: 0;
  margin-bottom: 0.8rem;
}

#todo_popup input {
  outline: none;
  border-radius: 7px;
}

.category_value {
  cursor: pointer;
}

.assignee_value {
  cursor: pointer;
}

.listing_value {
  cursor: pointer;
}

.date_selected {
  background-color: #ffc700 !important;
}

/* make the input date/time clickable any where the user clicks on the input */
input[type="date"] {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

/* make the input date/time clickable any where the user clicks on the input */
input#main_popup_pick_date_picker[type="date"] {
  position: relative;
}

input#main_popup_pick_date_picker[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

/* make the input date/time clickable any where the user clicks on the input */
input#date_picker[type="date"] {
  position: relative;
}

input#date_picker[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

input.date_picker[type="date"] {
  position: relative;
}

input.date_picker[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

input[type="month"] {
  position: relative;
}

input[type="month"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

/* make the input date/time clickable any where the user clicks on the input */
input#main_popup_pick_due_picker[type="time"] {
  position: relative;
}

input#main_popup_pick_due_picker[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

/* make the input has white backgrond in case the user uses the autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.odd_row {
  /* background: rgb(255, 255, 255) !important; */
  background: #eee !important;
}

.even_row {
  background: rgb(210, 232, 240) !important;
  background: #fff !important;
}

.mobile_rotate {
  display: inline-block;
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  /* padding-top: 5px; */
  /* padding-bottom: 38px; */
  width: 20px;
  margin-top: 20px;
  margin-left: -2px;
}

.dashboard_mobile_tr>td {
  min-height: 23px;
  max-height: 23px !important;
  height: 23px;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.table tbody .dashboard_mobile_tr.today_row td {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.dashboard_mobile_tr>.hk_1>.dialogue, .dashboard_mobile_tr>.hk_2>.dialogue, .dashboard_mobile_tr>.hk_3>.dialogue {
  margin-left: -120px;
}

.table tbody .date_row {
  position: relative;
  width: 100%;
  /* top:30px;
  width:100%;
  z-index:100; */
}

.table tbody .date_row td {
  width: 100%;
  border: none !important;
}

.table tbody .date_row.fixed_date {
  position: fixed !important;
  top: 30px !important;
}

.first_mobile_tr,
.first_mobile_tr td {
  padding-top: 20px !important;
}

.date_row,
.date_row td {
  /* margin-bottom:20px; */
}

.cross_out_td {
  background-image: linear-gradient(transparent calc(50% - 1px), red, transparent calc(50% + 1px));
}

.first_mobile_tr .cross_out_td {
  background-image: linear-gradient(transparent calc(70% - 1px), red, transparent calc(70% + 1px));
}

.hk_bucket_popup {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 999;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.hk_bucket_popup .options {
  background-color: var(--propke_color);
  margin-bottom: 8px;
  border-radius: 50px;
  height: 4.2rem;
  min-width: 18rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.hk_bucket_popup .options.has_checkin, .hk_bucket_popup .options.hk_job_exist {
  cursor: not-allowed;
  background: #ccc;
}

tr.last_sticky_row {
  bottom: 0;
  position: sticky;
}

tr.last_sticky_row td {
  font-size: 10px !important;
  bottom: 0;
}

/* .dashboard_mobile_time::-webkit-calendar-picker-indicator {
  background: transparent;
} */
/* Toggle Button */
.cm-toggle {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin: 10px;
}

/* To create surface of toggle button */
.cm-toggle-red:checked:after {
  content: '';
  width: 20px;
  height: 10px;
  display: inline-block;
  background: #FF1212 !important;
  border-radius: 18px;
  clear: both;
}

/* To create surface of toggle button */
.cm-toggle-red:after {
  content: '';
  width: 20px;
  height: 10px;
  display: inline-block;
  background: green !important;
  border-radius: 18px;
  clear: both;
}

/* To create surface of toggle button */
.cm-toggle:after {
  content: '';
  width: 20px;
  height: 10px;
  display: inline-block;
  background: rgba(196, 196, 195, 0.55);
  border-radius: 18px;
  clear: both;
}

/* Contents before checkbox to create toggle handle */
.cm-toggle:before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* Shift the handle to left on check event */
.cm-toggle:checked:before {
  left: 15px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* Background color when toggle button will be active */
.cm-toggle:checked:after {
  background: #16a085;
}

/* Transition for smoothness */
.cm-toggle,
.cm-toggle:before,
.cm-toggle:after,
.cm-toggle:checked:before,
.cm-toggle:checked:after {
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
}

.internal_selected {
  background-color: var(--propke_color) !important;
}

.external_selected {
  background-color: #F08587 !important;
}

.first_filter_td {
  padding-top: 2rem !important;
}

.hide_financial_reservation, .hide_financial_reservation_group {
  color: black !important;
}

.row_source:hover {
  background: #EEE !important;
  cursor: pointer;
}

.insert_record_type:hover {
  cursor: pointer;
}

.summary_cards {
  font-size: 12px;
}

.lime_background {
  background: lime !important;
}

#arrow_left {
  width: 2rem;
  position: absolute;
  left: -5px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

#arrow_left:hover {
  cursor: pointer;
}

#arrow_right {
  width: 2rem;
  position: absolute;
  right: -5px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

#arrow_right:hover {
  cursor: pointer;
}

#response_notification {
  background: #FFF;
  width: 67vw;
  height: 6vh;
  position: fixed;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #1eb113;
  border-radius: 17px;
  top: 33px;
  display: none;
}

#response_notification p {
  text-align: center;
  font-size: 23px;
  color: #76af72;
}

.dropdown_popup {
  z-index: 42;
  height: 80%;
  float: left;
  position: fixed;
  top: 34px !important;
  right: 2rem !important;
  width: 48% !important;
}

.dropdown_section {
  display: none;
  height: 95%;
  width: 50%;
  position: fixed;
  top: 30px;
  right: 0px;
  margin: 0px;
  border-radius: 0px;
}

.rounded_btn {
  height: 3rem;
  min-width: 7rem;
  border-radius: 25px !important;
}