.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  margin: auto;
  background: #000000ba;
  
}
.modal {
  background: #ffffff;
  box-shadow: 2px 2px 20px 1px;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  top: 5%;
  position: relative;
  z-index: 3;
  opacity: 1;
  height: 90%;
}
.modal::-webkit-scrollbar-thumb {
  background-color: #e30021;
  border-radius: 20px;
}
.modal-header,
.modal-footer {
  padding: 15px;
  display: flex;
  
}
.modal-header {
  color: #fff;
  justify-content: space-between;
}
.modal-header h3 {
  color: white;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  top: 13px;
  background-color: #e30021;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  border-radius: 4px;
  font-size: 18px;
}
.modal-footer {
  border-top: 1px solid #eeeeee;
  justify-content: flex-end;
}
.modal-body {
  position: relative;
  padding: 20px 10px;
}
.btn-close {
  border: none;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #4aae9b;
  background: transparent;
}
.btn-pickup {
  color: white;
  background: #58ad45;
  border: none;
  border-radius: 10px;
  padding: 19px 10px;
  width: 40%;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  display: block;
  margin-left: 20px;
}
.btn-pickup-close {
  background-color: white !important;
  color: #e30021;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 8%;
  z-index:9;
  top: 3%;
  box-shadow: 0px 1px 5px 5px rgba(255,0,0,0.21);
  font-size: 26px;
  font-weight: 600;
  line-height: 10px;
}

#calendar-container {
  text-align: center;
}

#calendar-container input {
  margin-top: 5px;
  padding: 5px;
  width: 25%;
}

/*  Modal Info */
#btn-pickup {
  width: 100% !important;
}
.pickup-info {
  width: 100%;
  min-height: 2vh;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border: solid 2px #e2e2e2;
  margin-top: 10px;
}
.pickup-info h4 {
  color: #878787;
  font-size: 16px;
}
.pickup-info p {
  color: #878787;
  font-size: 13px;
}
.pickup-info .info-price {
  color: green;
  font-weight: bold;
}
.pickup-info .closePopup {
  background-color: transparent;
  border: unset;
  color: red;
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  right: 25px;
  margin-top: -3px;
}
.pickups-others {
  background-color: #e30021!important;
  padding: 15px 6px;
  background: url(/vendor/BIS2BIS/Pickup/view/web/image/select1.png) no-repeat;
  width: auto;
  height: 44px;
  background-position-x: right;
  margin-bottom: 5px;
}
#pickups-others-container {
  padding: 5px!important;
}
#pickups-others-container p {
  color: #878787;
  font-size: 15px;
  font-weight: 600;
}
.pickup-info .pickups-others  h4 {
  color: #fff!important;
  font-size: 11px!important;
  display: block;
  width: 100%;
  padding: 0 10px;
}
.pickups-others:hover {
  cursor: pointer;
  color: #878787;
}
.receiver-container.mt15 {
  color: #878787;
  font-size: 13px;
  padding: 0 5px;
}

.receiver-container.mt15 select {
  background: url("/vendor/BIS2BIS/Pickup/view/web/image/select2.png") no-repeat;
  width: 370px;
  height: 42px;
  color: #878787;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  padding: 0 10px;
  background-position-x: right;
    width: 100%;
}

.receiver-container.mt15 option {
  color: #878787;
}
#pickups-others-container {
  max-height: 8em;
  border: 0;
  box-shadow: none;
}
.pickup-additional-container {
  overflow: scroll;
  max-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pickup-additional-container::-webkit-scrollbar-thumb {
  background-color: #e30021;
  border-radius: 20px;
}
#pickup-modal-container {
  height: 76%;
}
.btnShowModal {
  padding: 8px;
  border: none;
  border-radius: 5px;
}
.btnShowModal:hover {

}
.content-parceiros .left {
  display: flex;
  justify-content: inherit;
  max-height: 270px;
  height: 270px;
}
.hour {
  position: relative;
  top: 0;
  left: 3%;
  width: 50%;
  float: left;
  /* margin-top: -133px;
  max-height: 145px;
  height: 145px; */
}
.hour strong {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.hour input[type="radio"]{
  
}

.hour label {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  top: -2px;
}
.hour input[type="radio"]{
  -webkit-appearance: none;

  width: 10px;
  height: 10px;
  border: 1px solid;
  border-radius: 50%;
}
input[type="radio"]:checked{
  background: radial-gradient(circle, red 45%, transparent 50%);
    border: 1px solid red;
    border-radius: 50%;
}
.hour input[type="radio"]:checked + label {
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  top: -2px;
}

.hour input[value] {
  font-weight: 600;
}
.btEnd {
  float: left;
  width: 93%;
  position: relative;
  /* top: -77px; */
  left: 1%;
}

.dados-fim {
  margin-top: -100px;
}

.dados-fim .hour {
  margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
  .modal {
    width: 90%;
  }

  .modal-backdrop{width: 100%;}
  .modal-footer{padding: 0px;margin-top: -15px;}
  .modal-header{padding: 0px;}

  .left {
    display: block;
    max-height: none;
    height: auto;
  }

  .dados-fim {
    margin: 25px 0 10px 0;
    padding: 0 22px;
  }

  #modalDescription .content-parceiros .logo,
  #modalDescription .content-parceiros .info {
    width: 100%;
  }

  #modalDescription .content-parceiros .info {
    margin-bottom: 35px;
  }

  .hour {
    top: 0;
    left: 0;
    width: 100%;
  }
  .btEnd {
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
  .btn-pickup {
    width: 100%;
    top: 0;
    margin-left: 0;
    padding: 19px 9px;
  }

  .btn-pickup-close {
    width: 9%;
    top: 25px;
    margin-left: 0;
    right: 12px;
    height: 3%;
    font-size: 14px;
    line-height: 1px;
  }
}

