.magasine__container{
    padding-left: 10px;
    padding-right: 10px;
    width: 400px;
}
.magasine__heading{
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.magasine__searching{
    margin-bottom: 15px;
    padding-right: 30px;
}
.magasine__search-heading{
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 6px;
}
.magasine__search-input{
    position: relative;
}
.magasine__search-input input{
    width: 100%;
    height: 36px;
    color: #929292FC;
}
.magasine__search-input img{
    position: absolute;
    right: 8px;
    top: 8px;
}
.magasine__counter{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
}
.magasine__item{
    border-top: 1px solid black;
    padding-top: 15px;
    padding-bottom: 15px;
}
.magasine__item--sample{
    display: none !important;
}
.magasine__name{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 15px;
}
.magasine__status{
    margin-bottom: 15px;
}
.magasine__address{
    margin-bottom: 15px;
}
.magasine__address div{
    font-size: 12px;
    font-weight: 300;
}
.magasine__time{
    font-size: 12px;
    font-weight: 300;
    color: #000E36;
}
.magasine__time-heading{
    font-weight: 400;
}
.magasine__time-day{
    display: flex;
    margin-top: 5px;
}
.magasine__time-day>div:first-child{
    width: 70px;
}
.text-blue{
    color: blue !important;
}
#magasine-box {
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 30px;

}
.scroll__custom::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.scroll__custom::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.scroll__custom::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c5c5c5;
}
.modal-sidebar .modal-content{
    height: 100% !important;
    position: absolute !important;
    right: 0px !important;
    max-width: 400px !important;
    text-wrap: nowrap !important;
    overflow-x: hidden !important;
}
.magasine-sidebar--closed{
    width: 0 !important;
}
.magasine-sidebar--opened{
    width: 400px !important;
}
.duration-800 {
    transition-duration: 800ms !important;
}

@media screen and (min-width: 639px) {
  .magasine__container {
    padding-left: 50px;
    padding-right: 30px;
    width: 500px;
  }

  .modal-sidebar .modal-content {
    max-width: 500px !important;
  }

  .magasine-sidebar--opened {
    width: 500px !important;
  }
}

@media screen and (max-width: 600px) {
  .modal-sidebar .modal-content {
    position: relative !important;
    max-width: 500px !important;
  }

  .magasine__searching, #magasine-box {
    padding-right: 20px;
  }

  .magasine__container {
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
  }
}
