/* Start Base Design For Form Element */
input[type="radio"] {
  display: none;
}

label {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}

input[type="radio"]:disabled+label {
  color: whitesmoke;
  filter: grayscale(100%);
}
/* Start Container */
.customer-container {
  position: relative;
  background-color: var(--background-color);
}
/* Start Landing */
.customer-container .customer-contant {
  width: 100%;
  min-height: 690px;
  background-image: url("./../../accounts/images/customer_side_bg.ae1dc09dc0a7.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  background-position-y: -10px;
  background-size: 100% 800px;
  background-repeat: no-repeat;
}
.customer-container .customer-contant .overlay {
  width: 100%;
  min-height: 690px;
  background-image: url("./../../accounts/images/bg_cover.c7cd6db4cba1.png");
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-size: 100% 800px;
  background-repeat: no-repeat;
}
/* End Container */

/* Start Action For Booster */
.order-information .action-for-booster {
  padding: 2rem;
  border-radius: calc(var(--main-radius) * 2);
  background: linear-gradient(0deg, #281F1B, #281F1B),
  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  font-size: 16px !important;
}
@media (max-width: 1199px) {
  .order-information .action-for-booster {
    padding: 1rem !important;
  }
  .order-information .action-for-booster * {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .order-information .action-for-booster .actions * {
    font-size: 8px !important;
  }
}
/* Booster Data */
.booster-info .profile-image {
  width: 64px;
  height: 64px;
  border-radius: var(--main-radius);
}
@media (max-width: 767px) {
  .booster-info .profile-image {
    width: 40px;
    height: 40px;
  }
}
.booster-info .text h3 {
  font-family: var(--heading-font);
}
.booster-info .status {
  font-family: var(--sharp-font);
  color: var(--text-color);
}
/* Actions */
.actions .avalible-to-play button {
  padding: 8px 24px;
  border-radius: 48px;
  background-color: #FFC439;
  color: #1E1814;
  font-weight: 700;
}
.actions .extend-order a {
  padding: 8px 24px;
  border-radius: 48px;
  border: 1px solid #F26E3E;
  color: #FFFFFF;
  font-weight: 700;
}
.actions .tip button.open-modal {
  padding: 8px 24px;
  border-radius: 48px;
  background: #172924;
  border: 1px solid #40BB6F33;
  color: #3FBA6E;
  font-weight: 700;
}
.actions .report button {
  padding: 8px 24px;
  border-radius: 48px;
  background: #EE3E3E;
  color: #FFFFFF;
  font-weight: 700;
}
/* End Action For Booster */

/* Start Order Info And Chat */
.order-info button.pause {
  width: 100% !important;
  font-size: 1.5rem;
}
/* Chat */
.chat-header .switch-chat {
  background-color: var(--background-color);
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.chat-header .switch-chat .booster,
.chat-header .switch-chat .admin {
  width: 49%;
}
@media (max-width: 767px) {
  .chat-header .switch-chat * {
    font-size: 8px;
  }
  .chat-header .booster-info * {
    font-size: 12px;
  }
  /* .chat-header .switch-chat {
    background-color: transparent;
  }
  .chat-header .switch-chat .booster,
  .chat-header .switch-chat .admin {
    width: 100% !important;
    padding: 5px;
    background-color: var(--background-color);
    border-radius: 40px;
    margin-bottom: 3px;
  } */
}
.chat-header  .switch-chat .chat-booster-option-label,
.chat-header  .switch-chat .chat-admin-option-label {
  width: 100%;
  border-radius: 40px;
  color: #FFFFFF80;
  font-weight: 300;
}
.chat-header  .switch-chat input[type="radio"]:checked+label,
.chat-header  .switch-chat input[type="radio"]:checked+label {
  color: white;
  background-color: var(--alternative-color);
}
.chat-booster-container, .chat-admin-container {
  background-color: #433733;
  border-bottom-left-radius: calc(var(--main-radius) * 2);
  border-bottom-right-radius: calc(var(--main-radius) * 2);
}
.booster-messages-container, .admin-messages-container {
  height: 500px;
  overflow: auto;
  padding: 0 0.5rem;
}
.message-send-container {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 40px;
  background-color: #201914;
  box-shadow: 0px 0px 10px 0px #00000040 inset;
}
.message-send-container .message-input {
 font-size: 16px !important;
 color: var(--secondary-color) !important;
 margin-left: 14px !important;
 outline: none !important;
 border: none !important;
 background: transparent !important;
 width: calc(100% - 120px) !important;
}
.message-send-container .message-input::placeholder {
  color: #FFFFFF80;
  font-weight: 300;
}
.message-send-container .message-input:focus {
  box-shadow: none;
} 
.message-send-container .sent-btn {
  width: 120px;
  background: #F26E3E80;
  border-radius: 64px;
  color: #FFFFFF80;
}
@media (max-width: 767px) {
  .message-send-container .sent-btn {
    width: 80px;
  }
  .message-send-container .message-input {
    width: calc(100% - 80px) !important;
  }
}
/* Customer Message */
.booster-chat-message, .admin-chat-message {
  display: flex;
  align-items: flex-end;
  margin: 0.75rem 0;
}
.booster-chat-message .message, .admin-chat-message .message {
  max-width: 60%;
}
.booster-chat-message .expanded, .admin-chat-message .expanded {
  max-height: none; /* Show all content when expanded */
}
.booster-chat-message .read-more-link, .admin-chat-message .read-more-link {
  color: #892929;
  cursor: pointer;
}
.booster-chat-message .read-more-link .dots, .admin-chat-message .read-more-link .dots {
  color: white;
}
.booster-chat-message .image, .admin-chat-message .image {
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  align-self: flex-start;
}
.booster-chat-message .image img, .admin-chat-message .image img {
  border-radius: var(--main-radius);
}
.message-time {
  color: #FFFFFF80;
  font-weight: 300;
  font-size: 0.5rem;
}
.tip-message, .user-message, .changes-message {
  justify-content: flex-end;
}
.user-message .message {
  background-color: var(--secondary-color);
  border-radius: var(--main-radius) 0 var(--main-radius) var(--main-radius);
}
.from-admin-message .message {
  border-radius: 0 var(--main-radius) var(--main-radius) var(--main-radius);
  background-color: #91432A;
}
.booster-message .message, .admin-message .message {
  border-radius: 0 var(--main-radius) var(--main-radius) var(--main-radius);
  background-color: var(--alternative-color);
}
/* .no-messages {} */
/* Day Date Design */

.chat-messages .day-date {
  color: #685447;
  height: 24px;
  margin: 0 1rem 2.5rem !important;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .chat-messages .day-date {
    font-size: 8px !important;
  }
}
.chat-messages .day-date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 43%;
  height: 0.2px;
  background-color: var(--alternative-color);;
  transform: translateY(-50%);
}
.chat-messages .day-date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 43%;
  height: 0.2px;
  background-color: var(--alternative-color);;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .booster-chat-message .message, .admin-chat-message .message {
    max-width: 100%;
    font-size: 12px;
  }
  .chat-messages .day-date::before, .chat-messages .day-date::after {
    width: 37%;
    top: 29%;
  }
  .custom-btn {
    font-size: 1.1rem !important;
  }
  .row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* End Order Info And Chat */