html {
  font-size: 14px;
}

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

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

html {
  position: relative;
  min-height: 100%;
}

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

.newShofernaFeature {
  /*background-color: #f0f0f0;  Default background color */
  /*background-color: #7ec3f5; */
  border-color: #7ec3f5;
  border-radius: 5px; /* Rounded corners for a button-like appearance */
  transition: background-color 0.3s ease; /* Smooth transition for color change */
  cursor: pointer;
}

.newShofernaFeature:hover {
  background-color: #d0d0d0;
  /*background-color: #233541; */
}

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

  .newShofernaFeature {
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  
  .deliveryCard {
    width: 100% !important;
  }
}

.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;
}

.dz-preview {
  margin: 5px !important;
}

.dz-preview:first-child {
  border: solid green 2px !important;
}

.dz-details {
  display: none;
}

.dz-remove
{
  text-decoration: none;
  color: red !important;
  
  width:1.2em;
  height:1.2em;

  position:absolute;
  top:5px;
  right:5px;
  z-index:1000;

  font-size:1.2em !important;
  line-height:1em;

  text-align:center;
  font-weight:bold;
  border:1px solid gray !important;
  border-radius:1.2em;
  color:gray;
  background-color:white;
  opacity:.5;
}

.dz-remove:hover
{
  text-decoration:none !important;
  opacity:1;
}

.uppy-DashboardContent-bar {
  z-index: 0 !important; 
}

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

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

@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;
}
