﻿@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap");
.u-bold-title {
  background-color: #e6f7ff;
  color: #ff9100 !important;
  padding: 5px;
  border-radius: 3px; }

@media (max-width: 599px) {
  .title {
    font-size: 20px;
    text-align: center; } }

@media (max-width: 599px) {
  .info-text {
    font-size: 12px; } }

@font-face {
  font-family: "Lato";
  src: url("/fonts/Lato-Regular.woff2"); }

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Regular.ttf"); }

html,
* {
  font-family: "Kanit", sans-serif; }

a,
button {
  font-style: normal;
  font-size: 13px;
  line-height: 16px; }

a {
  font-weight: 600; }

p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px; }

button {
  font-weight: 800; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif; }

h1 {
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  font-size: 36px; }

h2 {
  font-style: normal;
  font-weight: bold;
  line-height: 36px;
  font-size: 30px; }

h3 {
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  font-size: 24px; }

h4 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-size: 20px; }

h5 {
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  font-size: 18px; }

h6 {
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  font-size: 16px; }

.container-column-centered {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center; }

a {
  color: #e3f3fd !important;
  text-decoration: none; }

p {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px; }

li {
  list-style: none;
  align-self: center; }

body {
  background-color: #171717;
  color: #d9d9d9;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden; }

small {
  background-color: #BBE1ED;
  padding: 3px;
  color: black;
  border-radius: 4px;
  border: 1px solid #41bead; }

.jumbotron {
  border-radius: 5px;
  background-color: #292929; }

.ui-dialog, .ui-dialog-titlebar, .ui-dialog-buttonpane, .send-email-modal, .ui-dialog-content {
  color: #d9d9d9 !important;
  background-color: #292929 !important; }

.ui-button {
  background-color: #292929;
  color: #d9d9d9; }

@media (max-width: 599px) {
  .ui-dialog {
    max-width: 375px; } }

@media (max-width: 599px) {
  .send-email-modal {
    max-width: 375px; } }

.send-email-modal__container {
  display: grid;
  grid-template-rows: auto;
  grid-row-gap: 10px;
  padding: 0 20px; }
  @media (max-width: 599px) {
    .send-email-modal__container {
      padding: 10px; } }

.send-email-modal__container__field {
  display: grid;
  grid-template-rows: 1fr 1fr; }

.active {
  display: block !important; }

.ui-dialog-titlebar-close {
  visibility: hidden; }

.header {
  box-shadow: 0px 0px 6px 2px #b6cfe3; }
  .header__logo-wrapper {
    max-width: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px; }
  .header__logo {
    width: 100%;
    height: 100%; }

.navbar-brand {
  margin: 0 20px 0 0; }
  @media (max-width: 599px) {
    .navbar-brand {
      font-size: 20px !important; } }

.navbar {
  background-color: #292929 !important;
  padding: 0; }

.c-navbar__logo-wrapper {
  max-height: auto;
  max-width: 180px; }
  .c-navbar__logo-wrapper img {
    max-width: 100%;
    height: auto;
    opacity: 0.8;
    border-radius: 4px; }

.c-navbar__admin-login-and-toggle {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-column-gap: 60px;
  align-items: center; }
  @media (max-width: 599px) {
    .c-navbar__admin-login-and-toggle {
      margin-top: 15px;
      justify-content: center;
      justify-items: center;
      grid-template-columns: max-content; } }
  .c-navbar__admin-login-and-toggle__language {
    display: grid;
    grid-template-columns: 40px max-content;
    align-items: center; }
  .c-navbar__admin-login-and-toggle .fas {
    justify-self: center;
    font-size: 24px; }

.c-navbar__item {
  margin-left: 20px;
  width: 60px; }

.c-navbar__culture-dropdown {
  background-color: #183431; }

.c-navbar__dropdown-item:hover {
  background-color: #B3E0BE;
  color: #171717 !important;
  font-weight: 600; }

.dropdown-menu.show {
  display: grid;
  grid-template-columns: max-content max-content max-content; }

.dropdown-menu[data-bs-popper] {
  left: -82px;
  border: 1px solid dimgray; }

.navbar-nav {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-column-gap: 15px; }
  @media (max-width: 599px) {
    .navbar-nav {
      justify-content: center;
      margin-top: 10px; } }
  .navbar-nav__home__link {
    color: inherit;
    font-size: 16px; }
    .navbar-nav__home__link:hover {
      color: inherit; }

.nav-item__link {
  transition: 0.2s ease-out;
  padding: 0; }
  .nav-item__link:hover {
    text-decoration: underline;
    font-weight: bolder;
    transform: scale(1.1); }

.toggle.android {
  border-radius: 10px;
  transform: scale(0.7);
  background-color: #F7F7F7; }

.btn-admin {
  border: none;
  padding: 2px 15px; }

.customBtn {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  border: none;
  outline: none;
  padding: 3px 22px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 800; }
  .customBtn:hover {
    cursor: pointer;
    box-shadow: 6px 10px 25px -4px rgba(0, 0, 0, 0.75); }
  .customBtn--settings {
    width: 200px;
    text-transform: capitalize;
    padding: 10px 0; }

.footer {
  background-color: #292929;
  box-shadow: 0px 0px 6px 2px #b6cfe3;
  width: 100%;
  min-height: 80px;
  display: grid;
  align-self: end;
  text-align: center; }
  .footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
    margin: 30px auto; }
    @media (max-width: 599px) {
      .footer__container {
        grid-template-columns: 1fr; } }
  .footer__container__privacy {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-row-gap: 15px;
    align-items: center;
    justify-content: left; }
    @media (max-width: 599px) {
      .footer__container__privacy {
        justify-content: center;
        grid-row-gap: 0;
        margin-top: 5px; } }
  .footer__container__contacts {
    display: grid;
    justify-content: right;
    color: darkgray; }
    @media (max-width: 599px) {
      .footer__container__contacts {
        justify-content: center;
        grid-row-gap: 5px; } }
    .footer__container__contacts__details {
      display: grid;
      grid-template-columns: max-content max-content;
      align-items: center; }
    .footer__container__contacts__details__icon {
      margin-right: 10px;
      font-size: 22px; }
    .footer__container__contacts .fa-whatsapp {
      font-size: 25px; }
    .footer__container__contacts__info {
      margin-left: 10px;
      font-size: 18px;
      font-weight: 700;
      color: #6cbce4; }

.c-layout-main-grid {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100%;
  grid-row-gap: 20px; }
  .c-layout-main-grid .header {
    grid-row: 1 / 2; }
  .c-layout-main-grid .main {
    grid-row: 2 / 3; }
  .c-layout-main-grid .footer {
    grid-row: 3 / 4; }

.fa-users-cog {
  font-size: 24px;
  margin-right: 10px; }

.edit-vehicle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px; }
  @media (max-width: 599px) {
    .edit-vehicle {
      grid-template-columns: 1fr;
      grid-gap: 10px;
      justify-items: center; } }
  @media (max-width: 599px) {
    .edit-vehicle__title {
      font-size: 26px;
      text-align: center; } }
  .edit-vehicle__info {
    width: 500px; }
    @media (max-width: 599px) {
      .edit-vehicle__info {
        width: 90%; } }
  .edit-vehicle__images {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    grid-template-rows: auto;
    grid-gap: 10px;
    align-content: baseline; }
    @media (max-width: 599px) {
      .edit-vehicle__images {
        grid-template-columns: 1fr;
        grid-gap: 5px; } }
  .edit-vehicle__image-container {
    position: relative;
    box-shadow: 6px 10px 25px -4px rgba(0, 0, 0, 0.75);
    border-radius: 10px; }
  .edit-vehicle__images__checkbox {
    position: absolute;
    top: 235px;
    left: 34px;
    height: 20px;
    width: 20px; }
  .edit-vehicle__images__delete-icon {
    font-size: 24px;
    color: #fc4c50;
    margin: 5px; }
  .edit-vehicle__image-wrapper {
    width: 300px;
    height: 229px; }
  .edit-vehicle__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@keyframes revial {
  from {
    transform: scaleX(0);
    opacity: 0; }
  to {
    transform: scaleX(1);
    opacity: 1; } }

.effect-stretch1 {
  opacity: 0;
  animation: 0.2s revial forwards;
  animation-delay: 0.1s; }

.effect-stretch2 {
  opacity: 0;
  animation: 0.2s revial forwards;
  animation-delay: 0.2s; }

.effect-stretch3 {
  opacity: 0;
  animation: 0.2s revial forwards;
  animation-delay: 0.3s; }

.effect-stretch4 {
  opacity: 0;
  animation: 0.2s revial forwards;
  animation-delay: 0.4s; }

.effect-stretch5 {
  opacity: 0;
  animation: 0.2s revial forwards;
  animation-delay: 0.5s; }

.effect-stretch6 {
  opacity: 0;
  animation: 0.2s revial forwards;
  animation-delay: 0.6s; }

.effect-stretch7 {
  opacity: 0;
  animation: 0.2s revial forwards;
  animation-delay: 0.7s; }

.effect-stretch8 {
  opacity: 0;
  animation: 0.2s revial forwards;
  animation-delay: 0.8s; }

.effect-stretch9 {
  opacity: 0;
  animation: 0.2s revial forwards;
  animation-delay: 0.9s; }

.effect-stretch10 {
  opacity: 0;
  animation: 0.2s revial forwards;
  animation-delay: 1s; }

.vehicle-details {
  display: grid;
  grid-template-rows: 150px min-content max-content 60px;
  grid-row-gap: 28px; }
  @media (max-width: 599px) {
    .vehicle-details {
      grid-row-gap: 20px;
      grid-template-rows: max-content min-content max-content 60px;
      justify-items: center;
      margin-top: 10px; } }
  .vehicle-details__brand-info {
    text-align: center;
    width: auto;
    margin: auto;
    border-radius: 3px; }
  .vehicle-details__brand {
    margin: 0; }
  @media (max-width: 599px) {
    .vehicle-details__model {
      margin: 0; } }
  .vehicle-details__images-and-info {
    display: grid;
    grid-template-columns: 250px min-content;
    grid-template-rows: max-content;
    grid-gap: 120px; }
    @media (max-width: 599px) {
      .vehicle-details__images-and-info {
        grid-template-columns: 375px;
        grid-row-gap: 10px;
        grid-template-rows: auto; } }
  .vehicle-details__info {
    display: grid;
    grid-template-rows: auto;
    grid-auto-rows: max-content;
    grid-row-gap: 20px;
    align-content: space-between; }
    @media (max-width: 599px) {
      .vehicle-details__info {
        grid-row-gap: 10px; } }
  .vehicle-details__item {
    font-size: 20px;
    padding: 5px 0;
    border-radius: 5px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 4px; }
    .vehicle-details__item span {
      margin-left: 4px;
      color: #6cbce4; }
  .vehicle-details__price {
    display: grid;
    grid-template-rows: 40px max-content; }
    @media (max-width: 599px) {
      .vehicle-details__price {
        justify-content: center; } }
    .vehicle-details__price span {
      color: #ff9100; }
    .vehicle-details__price__availability {
      font-size: 22px;
      color: #00af9b;
      align-self: center;
      text-align: left; }
      @media (max-width: 599px) {
        .vehicle-details__price__availability {
          text-align: center; } }
  .vehicle-details__price--normal {
    font-size: 28px;
    font-weight: 800;
    font-weight: 600; }
  .vehicle-details__price--small {
    font-size: 22px;
    font-weight: 600; }
  .vehicle-details__price__info {
    text-align: left; }
    @media (max-width: 599px) {
      .vehicle-details__price__info {
        justify-content: center;
        text-align: center;
        padding: 0; } }
    .vehicle-details__price__info__delivery {
      display: grid;
      grid-template-rows: 20px 1fr; }
  .vehicle-details__info__details-wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-auto-rows: max-content;
    grid-row-gap: 5px;
    align-content: baseline;
    align-items: baseline;
    border-radius: 5px; }
    @media (max-width: 599px) {
      .vehicle-details__info__details-wrapper {
        grid-row-gap: 2px;
        text-align: center; } }
  .vehicle-details__images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-rows: 260px;
    grid-gap: 50px;
    align-content: baseline; }
    @media (max-width: 599px) {
      .vehicle-details__images {
        grid-template-columns: 1fr;
        grid-column-gap: 3px;
        grid-row-gap: 5px;
        justify-items: center; } }
    .vehicle-details__images__no-images {
      width: 300px; }
  .vehicle-details__images .vehicle-details__image-wrapper {
    width: 290px;
    height: 260px;
    transition: 0.1s ease-out;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    border-radius: 15px; }
    .vehicle-details__images .vehicle-details__image-wrapper:hover {
      box-shadow: 6px 10px 25px -4px rgba(0, 0, 0, 0.75);
      cursor: pointer; }
  .vehicle-details__image {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover; }
  .vehicle-details__image-enlarge {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9); }
    .vehicle-details__image-enlarge__image {
      margin: auto;
      display: block;
      width: 100%;
      max-width: 720px;
      animation-duration: 0.5s;
      animation-name: zoom; }
    .vehicle-details__image-enlarge__close {
      position: absolute;
      top: 15px;
      right: 35px;
      color: #f1f1f1;
      font-size: 40px;
      font-weight: bold;
      transition: 0.3s; }
      .vehicle-details__image-enlarge__close:hover, .vehicle-details__image-enlarge__closefocus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer; }
    @media only screen and (max-width: 700px) {
      .vehicle-details__image-enlarge__image {
        width: 100%; } }
  .vehicle-details__contact-us {
    display: grid;
    grid-template-rows: max-content max-content max-content max-content;
    grid-row-gap: 5px;
    align-items: center;
    justify-items: center; }
    @media (max-width: 599px) {
      .vehicle-details__contact-us {
        margin-top: 20px; } }
    .vehicle-details__contact-us__phone {
      font-size: 20px;
      font-weight: 600;
      text-align: center; }
    .vehicle-details__contact-us__send-email {
      margin-top: 10px; }
      .vehicle-details__contact-us__send-email:hover {
        cursor: pointer;
        color: #ffffff; }
    .vehicle-details__contact-us__icon {
      font-size: 24px;
      margin-right: 10px;
      background-color: #183431;
      padding: 5px;
      border-radius: 5px; }
    .vehicle-details__contact-us .fa-viber {
      background-color: #583EBC;
      color: #ffffff; }
    .vehicle-details__contact-us .fa-whatsapp {
      color: #ffffff;
      background-color: #00E676; }

@media (max-width: 599px) {
  .u-bold-title {
    font-size: 24px; } }

.c-cookie-consent {
  width: 60%;
  margin: auto;
  background-color: #192c35;
  color: #e6e6e6;
  text-align: center; }
  @media (max-width: 599px) {
    .c-cookie-consent {
      width: 90%; } }
  .c-cookie-consent__info {
    padding: 5px 10px; }
  .c-cookie-consent__button-wrapper {
    padding: 5px 10px; }

.alert-dismissible .close {
  color: #ffffff !important;
  text-shadow: none !important; }

.alert-dismissible {
  padding: 0; }

.c-admin {
  width: 600px; }
  @media (max-width: 599px) {
    .c-admin {
      max-width: 360px;
      margin: 0;
      padding-left: 5px; } }

.btn-admin {
  text-transform: capitalize; }

.nav-link {
  font-size: 16px;
  margin-bottom: 5px; }

.accordion-button, .accordion-button:not(.collapsed) {
  color: whitesmoke;
  padding: 10px 20px;
  background-color: #565656; }

.accordion-item {
  border: none; }

.accordion-body {
  background-color: #919191; }

.accordion-button::after {
  width: 1.6rem;
  background-size: 1.6rem; }

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.accordion-header {
  border-radius: 5px; }

@media (max-width: 599px) {
  .c-main {
    grid-row-gap: 15px;
    justify-content: center; }
    .c-main__filter {
      display: grid;
      grid-template-rows: max-content max-content;
      grid-row-gap: 4px;
      justify-content: space-evenly; } }

.c-main__hr {
  width: 100%;
  background-color: #919191; }

.c-main__welcome {
  text-align: center; }

.c-main__welcome__title {
  max-width: 350px;
  margin: 0 auto; }

.c-main__welcome__vehicles {
  text-align: center; }
  @media (max-width: 599px) {
    .c-main__welcome__vehicles {
      width: 100%;
      margin-right: 0; } }

.c-main__welcome__text {
  margin: 0 auto;
  max-width: 85%; }

.c-main__vehicles {
  justify-items: center;
  display: grid;
  grid-template-rows: 60px max-content;
  margin-bottom: 15px; }
  @media (max-width: 599px) {
    .c-main__vehicles {
      max-width: 375px; } }
  .c-main__vehicles__title {
    align-self: center;
    width: auto;
    border-radius: 7px;
    padding: 3px 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid #41bead; }
    @media only screen and (max-width: 415px) {
      .c-main__vehicles__title {
        font-size: 18px;
        padding: 0 10px;
        margin-bottom: 10px;
        width: auto; } }

.c-main__vans {
  position: relative;
  display: grid;
  grid-template-columns: max-content max-content max-content max-content;
  grid-row-gap: 5px;
  grid-column-gap: 50px;
  justify-items: center; }
  @media (max-width: 599px) {
    .c-main__vans {
      grid-template-columns: max-content;
      grid-row-gap: 25px; }
      .c-main__vans__no-vehicles {
        font-size: 18px; } }
  .c-main__vans__container {
    display: grid;
    grid-template-rows: max-content max-content;
    grid-row-gap: 30px; }
    @media (max-width: 599px) {
      .c-main__vans__container {
        grid-row-gap: 10px; } }

.back-to-index {
  font-size: 18px;
  text-align: center;
  align-self: center; }

@media (max-width: 599px) {
  .filter-buttons-wrapper {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 10px; } }

.c-card {
  width: 300px;
  min-height: 300px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 6px 10px 25px -4px rgba(0, 0, 0, 0.75);
  color: inherit;
  transition: 0.1s ease-out;
  overflow: hidden; }
  .c-card:hover {
    box-shadow: 0px 0px 6px 2px #b6cfe3;
    color: inherit;
    cursor: pointer;
    text-decoration: none; }
  .c-card__wrapper {
    width: 100%;
    height: 200px;
    background-size: cover; }
  .c-card__image {
    width: 100%;
    height: 100%; }
  .c-card__info {
    text-align: center;
    background-color: #292929; }
    .c-card__info__details {
      display: grid;
      grid-template-rows: auto;
      width: 100%;
      margin: auto; }
    .c-card__info__details__span {
      font-weight: bold;
      color: #ff7100;
      font-size: 24px; }
    .c-card__info__details__price {
      background-color: #192c35;
      font-size: 18px;
      font-weight: 700;
      padding: 7px 0;
      display: grid;
      grid-template-rows: 1fr 1fr 1fr;
      grid-row-gap: 7px; }
    .c-card__info__details__seats {
      display: none; }
    .c-card__info__action {
      font-size: 16px;
      color: #6cbce4 !important; }
      .c-card__info__action:hover {
        text-decoration: underline !important;
        cursor: pointer; }
    .c-card__info__action__wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-self: center; }
    .c-card__info__availability {
      background-color: #035b3a;
      padding: 10px 0;
      color: #ffffff;
      font-weight: 700;
      text-transform: capitalize; }
    .c-card__info__availability--busy {
      background-color: #919191; }
    .c-card__info__plate-number {
      display: none; }

@media (max-width: 599px) {
  .login-form {
    max-width: 375px;
    margin: 0 auto;
    text-align: center; } }

.account__layout__container {
  display: grid;
  grid-template-columns: 0.2fr 0.6fr;
  grid-column-gap: 4em; }
  @media (max-width: 599px) {
    .account__layout__container {
      grid-template-rows: auto;
      grid-template-columns: 1fr;
      grid-row-gap: 20px;
      max-width: 375px;
      margin: 0 auto; } }

@media (max-width: 599px) {
  .change-password-form {
    max-width: 350px;
    margin: 0 auto; } }

.card-schedule {
  background-color: #035b3a;
  max-height: 215px;
  min-height: 150px;
  box-shadow: 0px 0px 4px 1px #b6cfe3; }
  @media (max-width: 599px) {
    .card-schedule {
      max-height: 360px;
      min-height: 280px; } }

.card-body-schedule {
  padding: 2px 3px; }
  @media (max-width: 599px) {
    .card-body-schedule {
      padding: 5px; } }

.card-image-container-schedule {
  max-height: 130px;
  max-width: 220px;
  overflow: hidden; }

.card-image-container-schedule_img {
  max-width: 86%;
  max-height: 100%; }

@media (max-width: 599px) {
  .card-body-schedule_text {
    font-size: 14px; } }

@media (max-width: 599px) {
  .card-body-schedule_title {
    font-size: 17px; } }

.schedule-button-wrapper {
  width: initial; }

.rent-save-result {
  padding: 5px;
  text-align: center;
  border-radius: 5px; }

.card-body-rent-history {
  background-color: #183431;
  padding: 0.5rem 0.5rem;
  color: white;
  box-shadow: 0px 0px 4px 1px #b6cfe3; }

.rent-history-wrapper {
  max-height: 650px;
  overflow: auto; }

.edit-container {
  position: absolute;
  top: 50%;
  background-color: whitesmoke;
  padding: 15px;
  border-radius: 5px;
  min-width: 40%;
  max-width: 60%; }

.documents-dropdown {
  background-color: #6cbce4;
  width: 100%; }

.documents-dropdown:hover {
  background-color: #e6e6e6;
  color: black; }

.documents-dropdown:active {
  background-color: #B3E0BE;
  color: black; }

@media only screen and (max-width: 450px) {
  .edit-container {
    min-width: 93.5%;
    top: 85%; } }

.loading-documents {
  text-align: center; }

.status-popup {
  border: 1px solid darkgray;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  border-left-width: 10px;
  max-width: 94%;
  justify-self: center; }

.close-btn {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 1.3em;
  z-index: 10; }

.email-us {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  max-width: 150px;
  background-color: #41bead !important;
  border: 0px; }

.email-us-content {
  top: 200Px;
  max-width: 95%;
  margin: 0 auto; }

.modal-content-custom {
  background-color: #F7F7F7 !important;
  color: #565656; }
