.expandableTextArea {
  resize: none;
  overflow: hidden;
  transition: height 0.3s;
  height: 36px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.settings-content-toastr {
  padding: 8px 8px 8px 50px !important;
}

@media (max-width: 768px) {
  .settings-content-toastr {
    background-size: 18px;
  }

  .newShofernaFeature {
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

.avatar {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  font-size: calc(var(--size) * 0.4);
}

/* Success Modal */
.modal-confirm {
  color: #636363;
  width: 325px;
  font-size: 14px;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}
.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm.modal-dialog {
  margin-top: 80px;
}

/* fix for Firefox */
.form-select {
  -moz-padding-start: 2.25rem;
}

.salasa-card img {
  height: 150px;
}

.salasa-card svg {
  height: 150px;
}

.thumbnail-card {
    /*max-width: 300px;*/
    overflow: hidden; /* Fixes overflow horizontal scrolling on small screens and physical devices caused by style="padding-top: 100%;" */
}

.thumbnail-card .cardImg {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
  .salasa-card {
    padding-right: 3px!important;
    padding-left: 3px!important;
  }

  .salasa-card img {
    height: 50px;
  }

  .salasa-card svg {
    height: 50px;
  }
}

.accordion-button:after {
  margin-left: 0.5em;
  margin-right: auto;
}

/* Remove default password button (Eye) on Edge browser  */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.fieldIcon {
  float: right;
  margin-right: 12px;
  margin-top: -39px;
  position: relative;
  z-index: 2;
  height: 1.3rem;
}

.weekDays-selector input {
  display: none!important;
}

.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  border-radius: 6px;
  background: #dddddd;
  height: 40px;
  width: 42px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked + label {
  background: #0d6efd;
  color: #ffffff;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233C64AE' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233C64AE' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.car-info-table {
  max-width: 400px;
}

.car-description p {
  font-size: 17px;
  line-height: 3rem;
}

#thumbnailCarousel {
  --f-arrow-pos: 10px;
  --f-arrow-bg: rgba(255,255,255,0.75);
  --f-arrow-hover-bg: rgba(255,255,255,1);
  --f-arrow-color: #333;
  --f-arrow-width: 40px;
  --f-arrow-height: 40px;
  --f-arrow-svg-width: 20px;
  --f-arrow-svg-height: 20px;
  --f-arrow-svg-stroke-width: 2px;
  --f-arrow-border-radius: 50%;

  height: 400px;
}

#thumbnailCarousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#thumbnailCarousel img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.leaflet-control-layers {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    background-size: 90% 90%;
    background-position: center;
    background-repeat: no-repeat;
}

.leaflet-control-layers:hover {
    background-image: none;
}

.leaflet-control-layers-expanded {
    background-image: none;
}

@media print {
    body * {
        visibility: hidden !important;
    }
    
    #rentDetails, #rentDetails * {
        visibility: visible !important;
    }
    
    #rentDetails {
        position: absolute !important;
        left: 0; top: 0;
        width: 100%;
    }
}
