@charset "UTF-8";
/*.............top-header............*/
a {
  color: #8fb3bb;
}

.top-header .head-wrap {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  height: 30px;
}

.top-header .head-wrap a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
}

.top-header .head-right a {
  margin-left: 5px;
}

.top-header .head-right a:first-child {
  border: 0;
}

.logged-in-menu {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  padding: 5px 0;
}

.logged-in-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

a:hover {
  text-decoration: none;
}

.logged-in-menu ul li a {
  color: #c7c7c7;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-transform: uppercase;
  line-height: 28px;
}

.logged-in-menu ul li a:hover {
  color: #8fb3bb;
}

.logged-in-menu ul li.active a {
  color: #474747;
}

.top-header.header-loggedin {
  position: relative;
}

.header-left img.logo {
  width: 120px;
  height: auto;
}

.top-header.header-loggedin .head-right a {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 8px 10px;
  text-align: right;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 30px;
  line-height: 1;
  vertical-align: bottom;
}

.top-header.header-loggedin .head-right a:hover,
.top-header.header-loggedin .head-right a.active,
.top-header.header-loggedin .head-right a.active-icon {
  color: #8fb3bb;
}

.top-header.header-loggedin.hovered .head-right a {
  min-width: 180px;
  padding-right: 0;
}

.top-header.header-loggedin .header-inner {
  position: relative;
  z-index: 100;
  padding: 8px 0;
}

.menu-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-header.header-loggedin .menu-items a.store-icon {
  background: url(/images/store-icon.png?1eaafdc724f4f0503d496c2eb5a886c8) center right no-repeat;
  width: 34px;
  height: 22px;
  padding: 0px;
  margin: 0px 15px 0 0px;
  background-size: 18px;
  display: flex;
  justify-content: center;
}

.sub-points-menu-wrapper {
  padding: 5px 0 0 0;
}

form#chatroom_message_form {
  height: 95px;
}

.top-header.header-loggedin .logged-in-menu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: fixed;
  width: 300px;
  top: 45px;
  right: -300px;
  left: auto;
  background-color: rgba(0, 0, 0, 0.9);
  height: calc(var(--vh, 1vh) * 100 - 44px);
  z-index: 999;
  padding: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  border: 1px solid #212529;
}

span.forFreeText {
  margin-right: 5px;
}

.top-header.header-loggedin .logged-in-menu .container-fluid {
  padding: 1px;
}

.top-header.header-loggedin .menu-wrapper .menu-items li i.zmdi.zmdi-comment-text-alt {
  font-size: 21px;
  padding-top: 2px;
}

.logged-in-menu .menu-divider {
  margin-top: 30px;
  font-size: 14px;
  color: grey;
  text-align: center;
  margin-bottom: 5px;
}

.menu-items.area-section {
  background-color: #000000;
  display: flex;
  justify-content: center;
  height: 29px;
  align-items: center;
}

.gradient-wrapper {
  padding: 2px;
  background: linear-gradient(144deg, rgb(167, 203, 212) 0%, rgb(82, 119, 127) 100%);
  border-radius: 4px;
  margin-bottom: 5px;
}

.gradient-wrapper:hover {
  background: linear-gradient(0deg, rgb(167, 203, 212) 0%, rgb(82, 119, 127) 100%);
}

.logged-in-menu .menu-items.area-section li a {
  color: #8fb3bb;
  font-size: 16px;
}

.section-change-area {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

div#hover-menu img {
  max-height: 70px;
}

.top-header.header-loggedin.hovered .logged-in-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.top-header.header-loggedin .menu-wrapper.bottom-main-menu .menu-items {
  border: 1px solid #fc1794;
}

.top-header.header-loggedin .menu-wrapper .menu-items {
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 5px;
}

.top-header.header-loggedin .menu-wrapper .menu-items:hover {
  border: 1px solid #495057;
}

.top-header.header-loggedin .menu-wrapper .menu-items.area-section {
  margin-bottom: 0;
}

.top-header.header-loggedin .menu-wrapper .menu-items li i {
  display: flex;
  text-align: right;
  min-width: 48px;
  justify-content: center;
  font-size: 25px;
  line-height: 1;
}

.header-left img.logo {
  width: 120px;
  height: auto;
}

ul.sub-points-menue {
  display: flex;
  gap: 20px;
}

.menu-wrapper.bottom-main-menu {
  padding: 1px;
}

.top-header.header-loggedin ul li a:hover,
.top-header.header-loggedin ul li a.active-icon {
  color: #8fb3bb;
}

.top-header.header-loggedin .head-right a.store-icon {
  background: url(/images/store-icon.png?1eaafdc724f4f0503d496c2eb5a886c8) center right no-repeat;
  width: 22px;
  height: 22px;
  padding: 22px 0px;
  margin: 0px 10px;
  background-size: 21px;
}

.top-header.header-loggedin .head-right a.store-icon:hover,
.top-header.header-loggedin .head-right a.store-icon.active,
.top-header.header-loggedin .head-right a.store-icon.active-icon {
  background: url(/images/store-active-icon.png?6369af36bc34fadd9ada21e5aab0b069) center right no-repeat;
  background-size: 21px;
}

.top-header.header-loggedin .menu-toggle-btn {
  display: inline-block;
  padding: 0;
}

.top-header.header-loggedin .logged-in-menu.menu-open {
  box-shadow: -40px 4px 30px rgba(0, 0, 0, 0.15);
  right: 0;
}

.top-header.header-loggedin .head-right {
  display: none;
}

.top-header.header-loggedin .menu-wrapper {
  display: block;
  overflow: hidden;
}

p.modal-message {
  margin-bottom: 10px;
}

.top-header.header-loggedin.hovered .head-right a.store-icon {
  margin: 0px 0px;
  background-size: 21px;
}

.top-header .header-inner {
  background: #000000;
  padding: 8px 0;
  height: 47px;
}

.top-header.header-loggedin {
  position: relative;
}

div#projects-show {
  z-index: 1049;
}

#projects-show .box.action-box,
#welcome_action_btns .box.action-box {
  color: #000000;
  background-color: #8fb3bb;
}

.box.action-box:hover {
  outline: 1px solid #8fb3bb;
  cursor: pointer !important;
}

#approvers-project-create .modal-content,
div#projects-show .modal-content {
  background-color: black;
  /* color: white; */
}

#approvers-project-create .modal-content h4,
#projects-show .modal-content h4 {
  color: #8fb3bb;
}

#approvers-project-create .form-control {
  background: transparent;
  border-radius: 4px;
  padding: 6px 14px;
  color: white;
  font-size: 16px;
  border: 1px solid #979797;
  letter-spacing: 0.15px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

#approvers-project-create .modal-dialog {
  max-width: 550px;
}

#approvers-project-create .modal-body {
  padding: 40px;
}

#projects-show h5.project-overview-name {
  font-weight: 400;
  font-size: 16px;
  color: white;
}

#approvers-project-create .global-btn.style2,
#projects-show .global-btn.style2 {
  background: #2f2f2f;
  color: #ffffff;
  border: 1px solid #979797;
  margin-right: 4px;
}

#approvers-project-create .global-btn {
  color: #000000;
}

#projects-show .modal-button-area {
  margin-top: 30px;
}

div#approvers-confirm-modal {
  z-index: 1051;
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  margin: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  background: none;
}

.fancybox-slide--image {
  padding: 44px 0 22px;
}

.fancybox-thumbs__list a:before {
  border: 0;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  margin-left: 26px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  margin-right: 26px;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-toolbar .fancybox-button--close {
  background: none;
}

.fancybox-toolbar .fancybox-button--close svg {
  color: #ffffff;
}

.toast-message {
  display: flex;
  align-items: center;
  background-color: #333;
  color: white;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  min-width: 80px;
  min-height: 34px;
}

.toast-message.success {
  background-color: #8fb3bb;
  color: white !important;
}

.toast-message.error {
  background-color: #fc1794;
  color: white !important;
}

.chat-message-select {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 5px 0;
}

select.chat-message-type {
  flex: 1;
  height: 29px;
  color: grey;
  padding-left: 7px;
}

.chat-delete-section {
  display: flex;
  justify-content: flex-end;
}

.chat-bin-button {
  padding: 0 4px;
  border: 0;
  background: none;
  color: #8fb3bb;
  font-size: 32px;
  margin: 5px;
  line-height: 25px;
}

.chat-history {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(var(--vh, 1vh) * 100 - 212px);
}

.chat-history-entry {
  flex: 1;
}

.history-wrapper {
  display: flex;
}

.chat-thumb-image {
  height: 60px;
  width: 60px;
  overflow: hidden;
  flex-shrink: 0;
}

.chat-thumb-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat-history-data {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
}

.chat-history-date-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}

.chat-product-name p {
  margin: 0px 0px 0px 10px;
  line-height: 1rem;
  color: #8fb3bb;
  font-weight: 400;
  font-size: 14px;
}

.chat-product-name.active p {
  font-weight: 600;
}

.unread-indicator.active {
  display: inline-block;
  background: #8fb3bb;
  visibility: visible;
}

.unread-indicator-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.unread-indicator {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  background: #8fb3bb;
  visibility: hidden;
}

.chat-history-action-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30px;
}

.delete-chat-checkbox-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.destination-indicator {
  text-align: right;
}

.chat-location-indicator {
  max-width: 60%;
  overflow: hidden;
}

.chat-product-name {
  max-height: 50px;
}

.chat-history-date p {
  margin: 0 10px;
  line-height: 19px;
  font-size: 12px;
}

.chat-product-name.chat-transport-route p {
  margin: 5px 0 0 0;
  overflow-wrap: anywhere;
}

.message-input textarea {
  border: 2px solid #8fb3bb;
  border-radius: 4px;
  padding: 10px 50px 10px 10px;
}

.chat-message-date p {
  margin: 2px;
  font-size: 12px;
  text-align: center;
}

.chat-container {
  height: calc(var(--vh, 1vh) * 100 - 263px);
  overflow-y: scroll;
}

section.item-add-edit.chat-blade {
  padding: 30px 0;
}

.chat-message {
  padding: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  border-radius: 4px;
  max-width: 80%;
  font-size: 14px;
  line-height: 16px;
}

.message-recipient {
  margin-left: auto;
  background-color: #ffffff;
  color: #212529;
  margin-right: 15px;
}

.chat-message-date {
  color: white;
}

.message-requestor {
  background-color: #fff;
  color: #22262c;
  margin-left: 15px;
}

.message-input {
  flex-shrink: 0; /* Don't shrink the textarea */
  position: relative;
}

.chat-blade .container {
  height: calc(var(--vh, 1vh) * 100 - 108px);
}

.chat-history-entry-wrapper .zmdi.zmdi-pin {
  color: #8fb3bb;
  font-size: 60px;
}

.inactive-chat {
  opacity: 0.3;
}

.chat-transport-icon,
.chat-deleted-icon {
  display: flex;
  width: 72px;
  justify-content: center;
}

textarea {
  width: 100%;
  box-sizing: border-box;
}

.message-submit-btn {
  background: none;
  border: 0;
  position: absolute;
  right: 10px;
  top: 20px;
}

.message-submit-btn i {
  color: #8fb3bb;
  font-size: 26px;
}

.main-section-approvers .chat-history-entry-wrapper {
  border: 2px solid #495057;
}

.chat-container button.message-submit-btn {
  top: 10px;
}

.waitlist-action-area .billboard-detail-bin-button {
  padding: 0 6px;
  border: 0;
  background: none;
  color: #8fb3bb;
  font-size: 28px;
}

.availability_date_icon-container {
  overflow: hidden;
  border: 2px solid white;
  height: 22px;
  border-radius: 4px;
  font-size: 12px;
  padding: 1px 5px;
  text-shadow: 0 0 BLACK;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin-left: 8px;
  margin-top: 2px;
  text-align: right;
}

.availability_status_icon:hover {
  padding: 0 20px;
  width: auto;
  color: #fff;
}

.availability_status_icon {
  position: absolute;
  transition: width 0.3s ease-in-out;
  top: 35px;
  background-color: #fc1794;
  color: #fc1794;
  text-align: center;
  font-size: 18px;
  height: 20px;
  border-radius: 20px;
  line-height: 20px;
  padding: 0;
  right: 16px;
  width: 20px;
  overflow: hidden;
}

.mobile-chat-header {
  display: flex;
  background: linear-gradient(90deg, rgb(144, 179, 187) 30%, rgb(100, 144, 153) 100%);
  color: white;
  padding: 0 20px;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 4px;
  height: 29px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

p.chat-header-title {
  margin: 0 10px;
}

a.chat-header-title {
  color: white;
}

a.chat-header-title:hover {
  font-weight: 500;
}

.data-carrrier {
  visibility: hidden;
}

.mobile-chat-header .zmdi.zmdi-chevron-left {
  display: none;
  font-size: 40px;
  color: white;
}

.chat-history-entry-wrapper {
  display: flex;
  width: 100%;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 8px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 2px solid white;
}

.chat-history-entry-wrapper .check_container {
  margin-top: 8px;
  padding: 0 22px 30px 0;
}

div#no_project_message {
  display: flex;
  justify-content: center;
}

.chat-history-entry-wrapper.active {
  border: 2px solid #8fb3bb;
}

.chat-history-entry-wrapper.selected {
  border: 2px solid #8fb3bb;
}

.chat-searchbar {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

input.chat-search {
  flex: 1;
  padding-left: 10px;
  border: 1px solid grey;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.chat-product-name.chat-transport-route {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}

div#user-profile-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.chat-blade .item-add-edit label {
  font-size: 18px;
  font-weight: 500;
  color: #8fb3bb;
  margin-bottom: 0;
}
.chat-blade .checkbox-vis-hidden {
  visibility: hidden;
}
.chat-blade .select-wrapper {
  position: relative;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.chat-blade select {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  padding-right: 30px;
  width: 100%;
}
.chat-blade img {
  max-width: 100%;
}
.chat-blade p.status-indicator-chat {
  margin: 0;
  font-size: 12px;
  line-height: 1.7rem;
}
.chat-blade .requestor-name {
  text-align: right;
}
.chat-blade .requestor-name p {
  margin: 0;
}
.chat-blade #close-mobile-messages-section {
  margin-right: 20px;
}
.chat-blade .select-wrapper:after {
  display: none !important;
}

.my-data-section div#approvers-projects-wrapper {
  width: 100%;
  padding: 0 15px;
}
.my-data-section .project-show-details {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.my-data-section .project-show-second-row {
  flex: 1;
}
.my-data-section .project-show-first-row {
  flex: 1;
  text-align: right;
}
.my-data-section .invitation-wrap .project-show-actions {
  right: 0;
  top: 7px;
}

button.destroy.delete-project-btn {
  color: #fc1794;
  background-color: transparent;
  border: none;
}

.leave-project-btn {
  background-color: transparent;
  border: none;
}

.project-show-actions button {
  font-size: 22px;
  line-height: 22px;
}

.project-show-second-row {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  color: grey;
}

.project-show-first-row h5 {
  margin: 0;
}

h5.project-overview-name {
  font-weight: 400;
  font-size: 16px;
}

.bi--box-arrow-right {
  display: block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0z'/%3E%3Cpath d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #fc1794;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

button.join-project-btn {
  position: absolute;
  right: 10px;
  top: 0;
}

a.btn.dropdown-toggle:hover {
  color: #e7e7e7;
}

div#welcome_action_btns {
  display: flex;
  gap: 10px;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
  text-decoration: none;
  color: black;
}

.project-show-actions {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  min-width: 90px;
  align-items: center;
  position: absolute;
  right: 5px;
  align-items: center;
}

#projects-show .project-show-actions {
  top: 15px;
}

#projects-show button.join-project-btn {
  right: 5px;
}

.project-wrap {
  display: flex;
  justify-content: space-between;
  padding: 7px 20px 5px 20px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}

#projects-show .project-wrap {
  padding: 7px 10px 5px 10px;
  border: 1px solid #2f2f2f;
}

#projects-show .project-wrap:hover {
  border: 1px solid #504f4f;
}

.project-wrap:hover {
  background-color: transparent;
  box-shadow: 0px 0px 2px rgb(39, 39, 39);
}

.project-show-second-row p {
  margin: 0;
}

div.custom-info-wrapper {
  border: 1px solid grey;
  border-radius: 4px;
}

.profile-details .detail .value {
  color: #ffffff;
  flex: 1;
}

.custom-info-wrapper h6 {
  color: #ffffff;
  margin-bottom: 0;
  background-color: #191919;
  padding: 5px 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.profile-detail-head {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  background-color: #191919;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.dashboard-content .custom-info-wrap {
  width: 49%;
  min-width: 370px;
}

.profile-row {
  display: flex;
  padding-top: 10px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.profile-info-wrap .request-detail {
  margin-bottom: 0;
}

.custom-info-wrap.profile-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-info-wrap.profile-info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profile-detail-head h5 {
  color: #8fb3bb;
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1224px) {
  .dashboard-content .custom-info-wrap {
    width: 100%;
  }
}
@media (min-width: 767.01px) and (max-width: 992px) {
  .chats-listing {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .chat-blade .chats-listing {
    max-width: unset;
  }
  .chat-messages-section {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .chat-blade .chat-messages-section {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .mobile-chat-header {
    display: flex;
    border-radius: 0;
    height: 50px;
    margin-top: 0;
  }
  .mobile-chat-header .zmdi.zmdi-chevron-left {
    display: block;
  }
  .chat-messages-section {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 46px);
    position: fixed;
    background-color: white;
    top: 47px;
    left: -100%;
    transition: left 0.3s ease;
    padding: 0 0 10px 0;
    display: flex;
    flex-direction: column;
  }
  .chat-messages-section.active {
    left: 0;
  }
  .chat-container {
    padding: 0 20px;
    flex: 1;
  }
  .chat-message-input-wrap {
    padding: 0 15px;
  }
}
.popup-input-wrapper .counter-element {
  height: 22px;
}

.popup-element {
  display: none;
}

input.form-control.popup-input {
  min-width: 190px;
}

.popup-input-action-wrap {
  gap: 10px;
  display: flex;
  font-size: 20px;
  color: white;
}

.popup-message p {
  font-size: 14px;
}

.popup-input-wrapper {
  display: flex;
  gap: 10px;
}

input.form-control.popup-input {
  height: 22px;
  font-size: 16px;
}

.popup-input-confirm-btn,
.popup-input-abort-btn,
.popup-input {
  display: none;
}

.reserve-store-item-btn {
  margin-left: 10px;
}

input#reserve_billboard_input {
  max-width: 190px;
}

.popup-input-wrapper .counter-element {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Arial, sans-serif;
  justify-content: space-between;
  border: 1px solid #4a4a4a;
  border-radius: 4px;
}
.popup-input-wrapper button.counter-btn.decrement-btn {
  line-height: 14px;
}
.popup-input-wrapper .counter-element .decrement-btn {
  border-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.popup-input-wrapper .counter-element-input {
  width: 30px;
  height: 16px;
  text-align: center;
  font-size: 16px;
  outline: none;
  border: none;
  font-weight: 600;
  background-color: transparent;
}
.popup-input-wrapper .counter-element .increment-btn {
  border-radius: 3px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px;
}
.popup-input-wrapper .counter-btn {
  width: 18px;
  height: 100%;
  background-color: #8fb3bb;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}

.box.action-box {
  font-size: 14px;
  height: 22px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8fb3bb;
  border-radius: 4px;
  margin: 0;
  padding: 0 10px;
  outline: 1px solid transparent;
  text-wrap-mode: nowrap;
  border: 1px solid #8fb3bb;
  gap: 5px;
}

.billboard .box.action-box {
  background-color: white;
}

.confirm-button {
  cursor: pointer;
  background-color: #8fb3bb;
  height: 22px;
  align-items: center;
  width: 22px;
  justify-content: center;
  border-radius: 4px;
  color: white;
  display: flex;
}

.abort-button {
  cursor: pointer;
  background-color: #212529;
  height: 22px;
  align-items: center;
  width: 22px;
  justify-content: center;
  border-radius: 4px;
  color: #fc1794;
  outline: 1px solid #fc1794;
  display: flex;
}

.billboard .abort-button {
  background-color: white;
}

.popup-input-wrapper .abort-button,
.popup-input-wrapper .confirm-button {
  display: none;
}

div#billboard_reservation_wrapper {
  border: 1px solid grey;
  border-radius: 4px;
}

.billboard-entry-wrapper {
  display: flex;
  gap: 10px;
}

#billboard-detail h6 {
  color: #8fb3bb;
  margin-bottom: 0;
  background-color: #212529;
  padding: 2px 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

div#billboard_reservation_wrap {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  padding: 5px 10px;
  max-height: 100px;
}

.billboard-entry-wrapper .reservation-entry-amount-wrapper,
div#reservation_list_header_amount {
  width: 60px;
}

.reservation-entry-name-wrapper {
  flex: 1;
}

input.reservation-entry-amount-input,
input.reservation-entry-name-input {
  width: 100%;
}

.reservation-entry-destroy-wrapper {
  font-size: 22px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #8fb3bb;
}

.billboard-entry-wrapper input {
  background-color: transparent;
  border: none;
  color: white;
}

div#reservation_list_header {
  display: flex;
  font-size: 14px;
  padding: 0 5px;
  background-color: #212529;
  gap: 10px;
}

div#reservation_list_header p {
  margin: 0;
}

.waitlist-container {
  color: white;
  border: 1px solid grey;
  border-radius: 4px;
}

.waitlist-section {
  max-height: 100px;
  overflow-y: scroll;
  padding: 5px 0;
}

.waitlist-entry {
  display: flex;
  width: 100%;
  padding: 0 5px 0 10px;
  gap: 10px;
}

.waitlist-action-area {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.billboard-entry-wrapper input {
  padding: 0;
}

.project-popup .modal-lg {
  max-width: 1000px;
}

.waitlist-number {
  width: 60px;
}

.waitlist-date {
  width: 95px;
}

.waitlist-name {
  flex: 1;
}

.billboard-detail-content-scroll {
  max-height: calc(var(--vh, 1vh) * 100 - 200px);
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 10px;
}

#billboard-detail .product-detail .description {
  margin-bottom: 40px;
}

.billboard_product_delete_edit_area {
  display: flex;
  margin: 0 0px 20px 0;
  align-items: center;
  justify-content: flex-end;
  height: 34px;
}

.chat-messages-section {
  background: linear-gradient(90deg, rgb(144, 179, 187) 30%, rgb(100, 144, 153) 100%);
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.chat-message-input-wrap button.message-submit-btn {
  top: 10px !important;
}

#billboard-detail.billboard .waitlist-section {
  color: black;
}
#billboard-detail.billboard .custom-scrollbar::-webkit-scrollbar {
  width: 5px; /* Adjust the width of the scrollbar */
  height: 3px;
}
#billboard-detail.billboard .billboard-entry-wrapper input {
  color: rgb(0, 0, 0);
}
#billboard-detail.billboard div#reservation_list_header {
  background-color: #8fb3bb;
}
#billboard-detail.billboard h6 {
  color: #ffffff;
  background-color: #8fb3bb;
}
#billboard-detail.billboard div#reservation_list_header p {
  color: white;
}
#billboard-detail.billboard .box.action-box {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#billboard-detail.billboard .popup-input-wrapper .counter-element {
  border: 1px solid #aaaaaa;
}
#billboard-detail.billboard .popup-input-wrapper .counter-btn {
  color: white;
}

.welcome-moodboard-container {
  margin: 0;
  padding: 5px;
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: calc(var(--vh, 1vh) * 100 - 44px);
  background-color: black;
  width: 100%;
}

.mood-image {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 2s;
  transform-style: preserve-3d;
}

.flip {
  transform: rotateY(180deg);
}

.mood-image .front,
.mood-image .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center;
}

.mood-image .back {
  transform: rotateY(180deg);
}

.mood-image-row {
  height: 25%;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}

.mood-image-row:first-child {
  width: 100%;
}

.mood-image-row:nth-child(2) {
  width: 85%;
}

.approve-logo-badge.stamp {
  color: #ffffff;
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  top: 3px;
  left: 76px;
  transform: rotate(7deg);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #ee0082;
  height: 15px;
  border-radius: 4px;
  line-height: 8px;
}

#main-header-welcome .logo {
  width: 313px;
  margin-bottom: 10px;
  margin-left: -12px;
}

#main-header-welcome .approve-logo-badge.stamp {
  font-size: 43px;
  line-height: 39px;
  height: 42px;
  top: -3px;
  left: 159px;
}

.mood-image-row:nth-child(3) {
  width: 50%;
}

.mood-image-row:nth-child(4) {
  width: 30%;
}

.mood-image-row:nth-child(5) {
  width: 20%;
}

.welcome-overlay {
  position: absolute;
  bottom: 15%;
  left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

p.coming-soon {
  color: #fc1794;
  font-weight: 400;
}

#main-header-welcome h1 {
  line-height: 2.5rem;
  font-weight: 400;
  color: #8fb3bb;
}

div#main-header-welcome {
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

p.approve-logo-beta {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 100;
  color: grey;
}

#main-slogan-welcome h5 {
  font-weight: 200;
  color: #aaa;
}

.home-approvers-main-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.landing-page-content .home-approvers-main-content {
  display: none;
}

header.top-header {
  position: relative;
}

.landing-page-container .rent-section h2.heading-global {
  display: none;
}

.landing-page-container .welcome-moodboard-container {
  padding: 0;
  width: 100vw;
  position: absolute;
  right: 0px;
}

#project-show .project-show-second-row {
  justify-content: flex-start;
  font-size: 12px;
}

.space-between {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

div#project_show_list {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.landing-page-section h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
}

.landing-page-container {
  display: flex;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 47px);
  position: relative;
  overflow: hidden;
  background-color: black;
}

/* General section styles */
.landing-page-section {
  flex: 1;
  height: 100%;
  position: relative;
  transition: flex 0.5s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.landing-page-billboard .billboard-background {
  background: url(/images/billboard_background.png?2baacdc…);
  width: 100%;
  background-position: 49% 100%;
  background-repeat: no-repeat;
  background-size: 455px;
  height: calc(var(--vh, 1vh) * 100 - 50px);
}

/* Approvers section with diagonal cut on the right */
.landing-page-approvers {
  background-color: rgb(0, 0, 0);
}

.landing-page-content .home-first-section .container {
  display: none;
}

/* Billboard section with diagonals on both sides */
.landing-page-billboard {
  background-color: rgb(255, 255, 255);
}

/* PropShop section with diagonal cut on the left */
.landing-page-propshop {
  background-color: rgb(255, 255, 255);
}

.landing-page-propshop .home-first-section {
  padding: 50px 0 0px;
  margin-bottom: 0px;
  position: absolute;
  width: 100vw;
  bottom: 0;
}

.landing-page-section.landing-page-propshop.extended .container {
  margin: auto;
}

.landing-page-section.landing-page-propshop .container {
  margin: 0;
  padding-bottom: 20px;
}

.main-section-propshop main.main-container {
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  overflow-x: hidden;
}

.home-first-section .head {
  max-width: 315px;
}

.landing-page-section .billboard-section {
  padding: 0;
  margin-top: 0px;
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.landing-logo-container {
  display: flex;
  justify-content: center;
  padding: 5px;
  background: linear-gradient(183deg, #000000 9%, transparent 60%);
  position: absolute;
  width: 100%;
  height: 60%;
  align-items: flex-start;
  padding-top: 68px;
  top: 0;
}

.landing-page-propshop .landing-logo-container {
  background: linear-gradient(180deg, #ffffff 25%, transparent 60%);
}

.landing-page-billboard .landing-logo-container {
  background: linear-gradient(180deg, #ffffff 25%, transparent 60%);
}

.landing-section-seperator.landing-seperator-right {
  height: 100%;
  width: 20px;
  background-color: black;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 3;
}

.landing-section-seperator.landing-seperator-left {
  height: 100%;
  width: 20px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0 100%, 100% 0);
          clip-path: polygon(0% 0%, 0% 100%, 0 100%, 100% 0);
}

.landing-page-section img.logo {
  max-height: 150px;
}

.landing-page-section:hover img.logo {
  max-height: 155px;
}

p.approve-text.approve-logo-beta {
  font-size: 70px;
  line-height: 70px;
  color: white;
}

/* Hidden content containers beneath */
.landing-page-content-container {
  display: none;
}

.landing-page-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.landing-page-content p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.landing-page-container .product-filter {
  padding: 0;
  margin-top: 0px;
}

.landing-page-propshop #frm-article-search {
  display: none;
  padding: 30px 30px 50px 30px;
}

.landing-page-content .rent-section.billboard-section {
  display: none;
}

div#mobile_logo_select_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: 10;
  padding: 30px;
  background: linear-gradient(183deg, #000000 9%, transparent 60%);
  display: none;
}

section.product-filter.category-landing.cat_menu_wrap.pt-0 .logo {
  max-height: 140px;
  padding: 20px 50px;
}

.home-section-leftcontent a {
  line-height: 23px;
}

.leihen-images.text-center.custom-img-slider {
  display: flex;
  align-items: center;
}

.selection-slider-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.selection-slider-trigger {
  cursor: pointer;
  white-space: nowrap;
}

.selection-slider-abort-btn {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
}

div#login_options {
  z-index: 99;
}

.selection-slider-option-wrap {
  display: none;
  position: absolute;
  flex-direction: column;
  opacity: 0;
  align-items: flex-end;
}

i#abort_login_selection {
  outline: none;
  width: 30px;
}

#abort_login_selection #nav-icon2 span {
  background: #8fb3bb;
}

button.box.action-box.register-slider-option {
  color: black;
  background-color: #8fb3bb;
  border-color: black;
  height: 29px;
}

button.box.action-box.register-slider-option:hover {
  border-color: #8fb3bb;
}

button.box.action-box.login-slider-option {
  background-color: black;
  height: 29px;
}

#login_options .selection-slider-trigger {
  background-color: transparent;
  border: none;
  padding: 0;
}

.box.action-box.selection-slider-option {
  margin-bottom: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.selection-slider-abort-btn.active {
  display: flex;
  opacity: 1;
}

.selection-slider-option-wrap.active {
  display: block;
  opacity: 1;
  transform: translateY(0); /* Slide into position */
}

div#mobile_logo_select_overlay a {
  height: 100px;
  display: flex;
  align-items: center;
}

.section-sub-menue {
  display: none;
}

a.openMessageWaitlistButton i {
  font-size: 22px;
}

.main-section-propshop #section_sub_menue_propshop {
  display: block;
}

.main-section-billboard #section_sub_menue_billboard {
  display: block;
}

.main-section-approvers #section_sub_menue_approvers {
  display: block;
}

div#approvers-projects-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.project-show-details {
  flex: 1;
  overflow: hidden;
}

.area-section li {
  color: #8fb3bb;
}

.menu-wrapper.bottom-main-menu #messages,
.menu-wrapper.bottom-main-menu #account {
  border: 1px solid #8fb3bb;
}

#mobile_logo_select_overlay img.logo.big {
  scale: 1.2;
}

.desktop-login {
  display: flex;
  align-items: center;
}

#login_options {
  display: none;
}

#communication_modal {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 47px);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  padding: 20px 40px;
}

div#communication_modal_wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
}

.communication-action-wrap {
  flex: 1;
  min-width: 360px;
}

div#todo_wrap_action {
  display: flex;
  padding-right: 5px;
  gap: 10px;
}

.todo-action-wrapper {
  flex: 1;
}

div#todo_wrap_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  padding-right: 5px;
}

.todo-card {
  background-color: #ffffff;
  border-radius: 5px;
  color: black;
  padding: 2px 0px;
}

#todo_wrap_content .select2-container--default .select2-selection--single,
#todo_wrap_content .select2-container--default .select2-selection--multiple {
  background: rgba(0, 0, 0, 0) !important;
  border: none;
  box-shadow: none !important;
}

#todo_wrap_content .select2-container--default .select2-search--inline .select2-search__field::placeholder,
#todo_wrap_content .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder,
#todo_wrap_content .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #272727;
  font-weight: normal;
}

#todo_wrap_content .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}

#todo_wrap_content .select2-container--default .select2-selection--single,
#todo_wrap_content .select2-container--default .select2-selection--multiple {
  border: none !important;
}

#todo_wrap_content .select2-container--default .select2-selection--single .select2-selection__rendered,
#todo_wrap_content .select2-container--default .select2-selection--multiple .select2-selection__clear {
  color: #8fb3bb;
  font-weight: 500;
}

.todo-unread-icon {
  display: none;
}

.todo-card.unread .todo-unread-icon {
  display: block;
  color: #fc1794;
  width: 22px;
}

.todo-card-wrapper {
  padding: 2px 5px;
  display: flex;
  flex-direction: column;
}

div#news_feed_wrap_action {
  display: none;
}

div#news-feed-wrap {
  /* gap: 10px; */
  display: flex;
  flex-direction: column;
  gap: 10px;
}

div#todo_wrap_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow-x: visible;
  overflow-y: auto;
  height: calc(var(--vh, 1vh) * 100 - 160px);
  padding-bottom: 250px;
  margin-top: 10px;
}

input[type=date] {
  color-scheme: light;
}

button.cancelBtn.btn.btn-sm.btn-default {
  color: white;
}

svg.lucide.lucide-calendar.todo-calender-icon {
  position: absolute;
  right: 5px;
  top: 2px;
  color: #8fb3bb;
}

svg.lucide.lucide-user.consignee-icon {
  color: #8fb3bb;
}

.todo-card-due-date {
  position: relative;
}

.todo-card-due-date .daterange-single.valid {
  max-width: 130px;
  border: none;
  line-height: 29px;
  text-align: right;
  padding-right: 33px;
  background-color: transparent;
  font-size: 14px;
}

button.applyBtn.btn.btn-sm.btn-primary {
  background-color: #8fb3bb;
}

.todo-card-title-wrap {
  display: flex;
  gap: 10px;
  font-size: 18px;
}

.todo-card-content {
  display: flex;
  justify-content: space-between;
  padding-top: 1px;
}

.todo-card-done-btn {
  color: #8fb3bb;
}

.todo-card-done-btn {
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.todo-card-done-btn svg {
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}

/* default: show empty square */
.todo-card-done-btn .hover-icon {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
}

/* on hover: fade in checked one */
.todo-card-done-btn:hover .hover-icon {
  opacity: 1;
}

/* optional: hide empty square when hovered */
.todo-card-done-btn:hover svg:first-child {
  opacity: 0;
}

.todo-card.undone .undo-todo-icon {
  display: none !important;
}

.todo-card.done .todo-check-icon {
  display: none !important;
}

.todo-card-title {
  flex: 1;
}

input.todo-title-input {
  width: 100%;
}

input.todo-description-input {
  width: 100%;
}

.todo-card-consignee {
  border: 1px solid rgb(255, 255, 255);
  min-height: 25px;
  min-width: 50px;
  border-radius: 5px;
  display: flex;
}

.todo-input {
  font-size: 12px;
  color: black;
}

.todo-input.active {
  color: black;
}

input.todo-due-date-input.todo-properties {
  border: none;
  background: white;
  width: 110px;
}

#communication_modal {
  display: none;
}

.info-central-icon {
  font-size: 30px;
}

#notification_bell {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background: #fc1794;
  color: white;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
}

div#todo_wrap_adder_wrapper {
  width: 100%;
}

#addTodoBtn,
#addUpdateBtn {
  width: 100%;
  background-color: white;
  height: 29px;
  font-weight: 600;
  font-size: 18px;
}

#addTodoBtn .zmdi.zmdi-plus.action-box-icon {
  font-size: 18px;
  font-weight: 600;
}

#communication_modal .select2-container--default .select2-selection--single,
#communication_modal .select2-container--default .select2-selection--multiple {
  background: #fff !important;
  border: 1px solid rgba(251, 251, 251, 0.3) !important;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.todo-card.done .todo-card-content {
  display: none;
}

.todo-card-description {
  display: none;
}

#option_todo_section .todo-card {
  background-color: #537880;
  color: rgb(255, 255, 255);
}
#option_todo_section input.todo-title-input.form-control.stand-by {
  color: #ffffff;
}
#option_todo_section .todo-card-done-btn {
  color: #ffffff;
}
#option_todo_section .todo-trash-btn {
  color: rgb(255, 255, 255);
}
#option_todo_section .todo-card.unread .todo-unread-icon {
  display: none;
}
#option_todo_section .todo-card.extended .todo-description-input.form-control.stand-by {
  border: none;
}
#option_todo_section .todo-description-input.form-control.stand-by {
  color: rgb(255, 255, 255);
}
#option_todo_section .todo-card.extended .todo-title-input.form-control.stand-by {
  border: none;
}
#option_todo_section .todo-card-consignee {
  border: none;
}
#option_todo_section .select2-container--default .select2-selection--single .select2-selection__rendered,
#option_todo_section .select2-container--default .select2-selection--multiple .select2-selection__clear {
  color: #ffffff;
}
#option_todo_section .select2-container--default .select2-selection--single,
#option_todo_section .select2-container--default .select2-selection--multiple {
  background: #537880 !important;
  border: none !important;
}
#option_todo_section .select2-container--default .select2-search--inline .select2-search__field::placeholder,
#option_todo_section .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder,
#option_todo_section .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fafeff;
}
#option_todo_section .consignee-icon {
  display: none;
}
#option_todo_section input.todo-due-date-input.todo-properties {
  border: none;
  background: #fafeff;
  border-radius: 4px;
}
#option_todo_section #option_todo_section .select2-container--default .select2-selection--single .select2-selection__rendered,
#option_todo_section #option_todo_section .select2-container--default .select2-selection--multiple .select2-selection__clear {
  color: #fff;
}
#option_todo_section .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 4px;
}
#option_todo_section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(136, 136, 136, 0.0196078431) transparent transparent transparent;
}
#option_todo_section .todo-card.done {
  opacity: 0.6;
}
#option_todo_section .todo-title-input::-moz-placeholder, #option_todo_section .todo-description-input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
#option_todo_section .todo-title-input::placeholder,
#option_todo_section .todo-description-input::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
#option_todo_section label#addTodoBtn {
  background-color: #212529;
}

#communication_modal .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

#communication_modal .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
  color: #fc1794;
}

#communication_modal .todo-card.extended .select2-container--default .select2-selection--single .select2-selection__clear {
  display: block;
}

.todo-trash-btn {
  color: rgb(0, 0, 0);
  display: none;
}

.todo-card.extended .todo-trash-btn {
  display: block;
}

input.todo-title-input.form-control.stand-by {
  width: 100%;
  border: 1px solid transparent;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

.todo-card.extended .todo-title-input.form-control.stand-by {
  border: 1px solid white;
}

.todo-description-input.form-control.stand-by {
  width: 100%;
  border: 1px solid transparent;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

.todo-card.extended .todo-description-input.form-control.stand-by {
  border: 1px solid white;
}

.todo-card.done .todo-title-input.form-control.stand-by {
  text-decoration: line-through;
  color: #777;
  opacity: 0.8;
}

.todo-card.done .todo-trash-btn {
  opacity: 0.5;
}

#communication_modal_wrapper .todo-card.undone.unread {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#communication_modal_wrapper .todo-card.undone.read {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.update-card-consignee {
  display: flex;
  gap: 10px;
}

.update-card-title-wrap {
  display: flex;
  justify-content: space-between;
}

.update-card-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.update-card.unread {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  color: black;
  padding: 2px 5px;
}

.update-card-wrapper {
  padding: 0px 5px;
}

.update-card-description-wrap,
.todo-card.extended .todo-card-description-wrap {
  margin: 3px 0;
}

div#news_feed_wrap_content {
  display: none;
}

div#news_feed_wrap_content {
  display: none;
}

div#news_feed_wrap_head {
  display: none;
}

@media (max-width: 1024px) {
  .home-first-section .head {
    max-width: 301px;
  }
  .billboard-detail-content-scroll {
    max-height: unset;
  }
}
@media (max-width: 992px) {
  .home-first-section .propshop-picture-gallery {
    display: none;
  }
}
@media (max-width: 767px) {
  .landing-page-content .home-approvers-main-content {
    display: block;
  }
  .landing-page-content .rent-section.billboard-section {
    display: block;
  }
  .landing-page-content-container.landing-page-propshop-content {
    display: block !important;
  }
  .landing-page-section .mood-image-row {
    height: 18%;
  }
  .landing-page-content .home-first-section .container {
    display: block;
  }
  .landing-logo-container {
    display: none;
  }
  .landing-section-seperator {
    display: none;
  }
  .landing-page-propshop .home-first-section {
    bottom: unset;
    top: 0;
  }
  .landing-page-section.landing-page-billboard,
  .product-filter.landing-page-section.landing-page-propshop {
    flex: 0;
  }
  div#mobile_logo_select_overlay {
    display: flex;
    justify-content: space-around;
  }
  section.product-filter.home-first-section {
    height: 100%;
  }
  .landing-page-section.landing-page-propshop .container {
    position: absolute;
    bottom: 20px;
    left: 40px;
  }
  .billboard-index-product-content,
  .billboard-index-transport-content {
    display: none;
  }
  .landing-page-billboard .billboard-background {
    background-size: 560px;
  }
  .my-data-section .project-show-first-row {
    flex: 1;
    text-align: left;
  }
  .my-data-section .project-show-details {
    display: block;
  }
  .project-show-second-row {
    justify-content: flex-start;
    font-size: 12px;
  }
  .dashboard-content .custom-info-wrap {
    width: 100%;
    max-width: 620px;
  }
  .approvers-navigation.extended #pin-box-wrapper {
    display: flex;
  }
  .approvers-navigation #pin-box-wrapper {
    display: none;
  }
}
@media (max-width: 576px) {
  .landing-page-section .mood-image-row {
    height: 25%;
  }
  .mood-image-row {
    height: 15%;
  }
  #welcome_blade .welcome-overlay {
    position: absolute;
    bottom: 10%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  div#mobile_logo_select_overlay {
    display: flex;
    flex-direction: column;
    height: calc(var(--vh, 1vh) * 100 - 47px);
    justify-content: space-around;
    align-items: center;
  }
  div#mobile_logo_select_overlay img {
    max-height: 140px;
    transition: all 0.5s;
  }
  .landing-page-section img.logo {
    max-height: 130px;
  }
  .landing-page-section .welcome-overlay {
    display: none;
  }
  div#mobile_logo_select_overlay {
    background: rgba(0, 0, 0, 0.4901960784);
  }
  .landing-page-container .welcome-moodboard-container {
    min-width: 900px;
  }
  .propshop-list,
  .propshop-header {
    display: none;
  }
  .home-first-section .propshop-picture-gallery {
    display: flex;
  }
  .landing-page-section.landing-page-propshop .container {
    left: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .landing-page-section.landing-page-propshop .container {
    padding-bottom: 0;
  }
  .leihen-images.custom-img-slider a.open-product-detail-popup img {
    max-width: 100%;
    max-height: 100%;
  }
  .leihen-images.text-center.custom-img-slider {
    height: 100%;
  }
  p.approve-text.approve-logo-beta {
    font-size: 50px;
    line-height: 70px;
    color: white;
  }
  #main-slogan-welcome h5 {
    font-size: 15px;
  }
  #create-project .col-8,
  #create-project .col-4 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .chat-blade .checkbox-vis-hidden {
    visibility: visible;
  }
  .chats-listing .vis-hidden,
  .action-approve-wrap.vis-hidden {
    visibility: visible;
  }
  span.menue-short {
    display: none;
  }
  #billboard_section_store a {
    font-size: 14px;
  }
  #login_options {
    display: flex;
  }
  .desktop-login {
    display: none;
  }
}
@media (max-width: 480px) {
  input#reserve_billboard_input {
    min-width: 0;
    max-width: 103px;
  }
}
