.btn-common {
    width: 100px!important;
}

.select2-selection.is-invalid {
    border-color: #dc3545 !important;
    padding-right: 2.25rem!important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.pagination {
    justify-content: end;
}

/* Register */
.register-wrapper {
    width: 60%;
}

.login-wrapper {
    width: 33%;
}

.card-title {
    font-size: 1.5rem;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
}

.drag-and-drop-container {
    border: 2px dashed #ccc;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    height: 250px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#previewImage, .previewImage {
    max-width: 100%;
    max-height: 100%;
}

.icon-image{
    font-size: 80px;
}

/* End Register */

/* BOOKING STYLE - START*/
.title-text {
    font-size: 14px;
    color: #8b8b8b;
    font-weight: 600;
    width: 60px;
  }

  .text-item {
    margin-top: 15px;
  }

  .text-item1 {
    margin-top: 15px;
    display: -webkit-box;
  }

  .title-text.icon {
    height: 60px;
  }

  .title-booking {
    font-size: 20px;
    font-weight: 600;
    word-wrap: break-word;
  }

  .title-booking:focus {
      outline: none;
      border: none;
    }

  .text-item svg, .text-item1 svg {
    font-size: 30px;
    fill: #b3b3b3;
  }

  .booking-label {
    font-weight: 600;

  }

  .identification-color {
    background: #00a100;
      width: 35px;
      height: 35px;
      margin: 0 auto;
      border-radius: 4px;
      margin-top: 10px;
  }

  .identification-color.red {
    background: #ff0000;
  }

  .icon-left {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .icon-left svg{
    font-size: 30px;
    fill: #797979;
  }

  .remove-border {
    padding: 0px 5px;
    border-bottom: none;
  }

  .span.fw-bolder {
    font-weight: 600!important;
  }

  .modal-content .detail-booking {
    width: 80%;
    float: left;
  }

  .modal-content .label-booking {
    width: 65px;
    float: left;
    text-align: center;
    color: #FFF;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    margin-top: 10px;
    padding-top: 1px;
  }

  .modal-content .label-booking span {
    font-size: 10px;
    font-weight: 600;
  }

  .modal-content .label-booking.reject {
    background-color: #ff0000;
  }

  .modal-content .button-join-room {
    width: 85%;
  }

  .modal-content .icon-copy {
    font-size: 25px;
    fill: #797979;
    width: 30px;
    cursor: pointer;
    height: 40px;
    float: left;
  }

  .custom-col-md-10 {
    width: 80%;
  }

  .custom-col-md-2 {
    width: 20%;
  }

  .second-text {
    color: #616161;
    word-wrap: break-word;
    white-space: pre-line;
  }

  .second-text1 {
    color: #616161;
    word-wrap: break-word;
  }

  .cancel_button {
    background-color: #f8f9fa!important;
    border: 1px solid #ddd!important;
    color: #000!important;
  }

  .boid-text-600 {
    font-weight: 600;
  }

  .booking-header {
    position: absolute;
    right: 10px;
    padding: 5px;
  }

  .type-booking-label {
    display: -webkit-inline-box;
    font-size: 15px;
    margin-right: 10px;
  }

  .type-booking-label span {
    font-size: 13px;
    font-weight: 600;
  }

  /* #calendar {
    margin-top: 20px!important;
  } */
  .text-count-booking {
    padding: 6px 0 0 14px;
  }

  #count-booking {
    font-size: 20px;
    font-weight: 700;
  }

  .text-cancel {
    color: #ffbf00;
  }

  .text-pending {
    color: #0073b7;
  }

  .text-reject {
    color: #f56954;
  }

  .text-approved {
    color: #009b00;
  }

  .color-cancel {
    background-color: #6c757d;
  }

  .color-done {
    background-color: #ffbf00;
  }

  .color-pending {
    background-color: #007bff;
  }

  .color-reject {
    background-color: #ff0000;
  }

  .color-approved {
    background-color: #28a745;
  }

  .fc-toolbar-title {
    font-size: 20px;
    font-weight: 700;
  }

  .calendar-day {
    width: 80px;
    border: 1px solid#e5e5e5;
    height: 100px;
    text-align: center;
    margin-top: 50%;
  }

  .calendar-day .calendar-label-month {
    height: 33%;
    background: rgb(0, 97, 243);
    font-weight: 700;
  }

  .calendar-day .calendar-label-week {
    height: 33%;
    background: #FFF;
    border-top: 1px solid rgb(239 239 239);
  }

  .calendar-day .calendar-label-day {
    height: 33%;
    background: #FFF;
    font-weight: 700;
  }

  .text-white {
    color: #FFF;
  }

  #booking-wrapper .header-title {
    font-size: 25px;
  }

/* BOOKING STYLE - END*/
.text-description {
    font-size: 12px;
}

.photo-wrapper {
    max-height: 100px;
    width: 100px;
    height: 100px;
    border: 1px solid #636363;
    border-radius: 50%;
    position: relative;
}

.photo-wrapper #preview {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper-content-auth {
    margin: 40px;
}

.avatar-header {
    width: 40px;
    height: 40px;
}

.navbar-light .navbar-brand:hover {
    color: #0070B5 !important;
}

.description-div {
    display: none;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px 0 0;
    position: absolute;
    z-index: 4;
    top: 95%;
}

.booking-header {
  position: absolute;
  right: 10px;
  padding: 5px;
  top: 10px;
}

.type-booking-label {
  display: -webkit-inline-box;
  font-size: 15px;
}

.type-booking-label span {
  font-size: 13px;
  font-weight: 600;
}

.text-pending {
  color: #0073b7;
}

.text-reject {
  color: #f56954;
}

.text-approved {
  color: #009b00;
}

.text-cancel {
  color: #6c757d
}

.text-done {
  color: #ffbf00
}

.fc-toolbar-title {
  font-size: 20px;
  font-weight: 700;
}

.calendar-day {
  width: 80px;
  border: 1px solid#e5e5e5;
  height: 100px;
  text-align: center;
  margin-top: 50%;
}

.calendar-day .calendar-label-month {
  height: 33%;
  background: rgb(0, 97, 243);
  font-weight: 700;
}

.calendar-day .calendar-label-week {
  height: 33%;
  background: #FFF;
  border-top: 1px solid rgb(239 239 239);
}

.calendar-day .calendar-label-day {
  height: 33%;
  background: #FFF;
  font-weight: 700;
}

.text-white {
  color: #FFF;
}

#booking-wrapper .header-title {
  font-size: 25px;
}
/* .fc-dayGridDay-button {
  background-color: #f2eded;
  color: #000;
} */
/* BOOKING STYLE - END*/
.text-description {
  font-size: 12px;
}

.photo-wrapper {
  max-height: 105px;
}

.photo-wrapper #preview {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fc .fc-timegrid-slot {
height: 80px!important;
}

#title-add-booking {
  color: #000!important;
  font-size: 20px!important;;
  font-weight: 700!important;;
}

.fc-timegrid-event-harness.fc-timegrid-event-harness-inset {
  margin: 1px -4px -1px -2px;
}

.content-wrapper {
  background-color: transparent;
}

#table-data-booking {
 font-weight: 550;
}

#table-data-booking_paginate {
  float: right;
}

table.dataTable.select tbody tr,
table.dataTable thead th:first-child {
  cursor: pointer;
}

#table-data-booking .selected {
  background-color: #f1f1f1;
}

.icon-action svg {
  fill: #0048ff;
}

#table-data-booking_processing {
  text-align: center;
}

.td-title-booking {
  width: 296px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.td-title-booking::after {
  display: inline-block;
  white-space: nowrap;
}

.fc-prev-button, .fc-timeGridDay-button {
  border-right: 2px solid white!important;
}

.link-room-content {
  overflow: hidden;
  text-overflow: ellipsis;
}

#reason-reject-val {
  background-color: rgb(237 237 237);
  border: none;
}

#link-room-copy {
  display: inline-block;
}

table.table-layout-fixed {
    table-layout: fixed;
}

table.table-layout-fixed tr td {
    text-overflow: ellipsis;
}

/* Start page */
.avatar-start-page {
    width: 60px;
    height: 60px;
}

.wrapper-name-start-page {
    width: 150px;
    font-size: 20px;
}

.item-menu {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px 10px 0;
}

.item-menu:hover {
    background-color: #F2F4F6;
    padding: 10px;
    border-radius: 5px;
}
/* Start page - end */

#error-message-avatar {
    font-size: 80%;
}
