
/**
 * Since 2015 Ewonta
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author Ewonta <support@ewonta.ru>
 *  @copyright  Since 2015 Ewonta
 *  @license    Valid for 1 website (or project) for each purchase of license
 */
.providerContainer {
  border: 1px solid #c7c7c7;
  margin-bottom: 10px;
  cursor: pointer;
}

.collapse-tariffs {
  cursor: pointer;
}
.providerContainer img {
  width: 3.125rem;
}
.providerContainer:hover {
  border: 1px solid black;
  cursor: pointer;
}
.tariffRadio {
  justify-content: end;
  display: flex;
}
 .providerContainer {
  display: flex;
  align-items: center;
  padding: 4px 0;
 }
 .apishipMapModal .modal-header .close {
    position: absolute;
    right: 1rem;
    top: .5rem;
    font-size: 3rem;
    font-weight: 100;
 }
 .apishipMapModal .modal-content .close {
  position: absolute;
  right: -2rem;
  top: -0.5rem;
  font-size: 3rem;
  font-weight: 100;
  color: white;
  opacity: 1;
}
 .point-apiship {
  position: relative;
 }
 .point-apiship .spinner-border {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-right: .1em solid transparent !important;
 }
 .ewapishipMapModal .modal-content {
  background-color: white !important;
 }
.d-none {
    display: none;
  }
  .display_extra_ewapiship {
    position: relative;
  }
  .point-apiship {
   font-weight: 400;
   font-size: 13px;
}
  .spinner-border-back {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    padding-top: 3.5rem;
  }
  .spinner-border-back > div {
    text-align: center;
  }
  .spinner-border-back > div > div {
    margin-bottom: .5rem;
  }
  .spinner-border-back > div > div > div {
    color: #909090;
  }
    .ewapiship-map {
      width: 100%;
      height: 500px;
    }
  
    .display_extra_ewapiship {
      margin-bottom: 2rem;
    }
    .js-carrier-extra-content {
      border: none !important;
    }
    .spinner-border {
      border: .1em solid;
      border-right: .25em solid transparent;
    }
    #checkout-delivery-step {
      position: relative;
    }
    #loader-delivery-ewapiship {
      display: none;
      position: absolute;
      z-index: 9;
      background: white;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      opacity: .5;
    }
    #loader-delivery-ewapiship-step {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      padding-top: 1.5rem;
    }
    #loader-delivery-ewapiship .spinner-border {
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  
    @-webkit-keyframes spinner-border {
      to {
        transform: rotate(360deg) /* rtl:ignore */;
      }
    }
    
    @keyframes spinner-border {
      to {
        transform: rotate(360deg) /* rtl:ignore */;
      }
    }
    .spinner-border {
      border: .1em solid;
      border-right: .25em solid transparent;
    }
    .spinner-border.large {
      width: 5rem;
      height: 5rem;
    }
    .spinner-border.small {
      width: 3rem;
      height: 3rem;
    }
    .spinner-border.mini {
      width: 1.5rem;
      height: 1.5rem;
    }
    .spinner-border {
      display: inline-block;
      width: 2rem;
      height: 2rem;
      vertical-align: -0.125em;
      border-right-color: transparent;
      border-radius: 50%;
      -webkit-animation: 0.75s linear infinite spinner-border;
      animation: 0.75s linear infinite spinner-border;
    }
  
    .skeleton {
      background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
      border-radius: 2px;
      background-size: 200% 100%;
      animation: 1.5s shine linear infinite;
    }
    
    @keyframes shine {
      to {
        background-position-x: -200%;
      }
    }

    #citiesList {
        overflow: hidden;
        max-height: 300px;
        overflow-y: auto;
    }

    #citiesList li {
        cursor: pointer;
    }

    #searchInputCity {
        width: 100%;
        height: 43px;
        margin-bottom: 1rem;
        border: 1px solid lightgrey;
        padding-left: 1rem;
    }

    .error_address_apiship {
      width: 100%;
      min-height: 40px;
      border: 1px solid #b4b4b4;
      border-radius: 2px;
      padding-left: 1rem;
    }

    .radio-group {
      display: flex;
      gap: 10px;
    }
    
    .radio-button {
      width: 20px;
      height: 20px;
      border: 1px solid #cfcfcf;
      border-radius: 50%;
      cursor: pointer;
      position: relative;
    }
    
    .radio-button::after {
      content: '';
      width: 12px;
      height: 12px;
      background-color: green;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    
    .radio-button.selected::after {
      opacity: 1;
    }
    .providerContainer.selected {
      border: 1px solid green;
    }

    .collapse-tariffs, .left-tariff {
      display: flex;
      justify-content: space-around;
      align-items: center;
    }

    .collapse-tariffs-body {
      overflow: hidden auto;
      max-height: 400px;
    }

    .extra_ewapiship_id_load_body {
      overflow: hidden auto;
      max-height: 600px;
    }

    .collapse-tariffs-body::-webkit-scrollbar, .extra_ewapiship_id_load_body::-webkit-scrollbar {
      width: 12px;               /* ширина scrollbar */
    }
    .collapse-tariffs-body::-webkit-scrollbar-trac, .extra_ewapiship_id_load_body::-webkit-scrollbar-track {
      background: #f7f7f7;        /* цвет дорожки */
    }
    .collapse-tariffs-body::-webkit-scrollbar-thumb, .extra_ewapiship_id_load_body::-webkit-scrollbar-thumb {
      background-color: #8b8b8b;    /* цвет плашки */
      border-radius: 20px;       /* закругления плашки */
      border: 2px solid #f7f7f7;  /* padding вокруг плашки */
    }

    #apiship-map {
     text-align: center;
    }

    #apiship-map #spinner-border-back {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 300px;
      height: 125px;
    }

    @media (max-width: 575px) {
      .providerContainer {
        display: block;
      }
      .collapse-tariffs, .left-tariff {
        justify-content: flex-start;
      }
      .providerContainer .text-right {
        text-align: left !important;
        margin-bottom: 1rem;
      }
    }

