.poster_list a img {
}

.d-none {
    display: none !important;
}
/** Swiper custom styles */

/* .swiper.providersSwiper .swiper-slide {
    margin-right: 10px !important;
} */

/* .swiper.providersSwiper .swiper-slide img {
    width: 142.667px;
} */

.swiper.headerSwiper .swiper-slide img {
    width: 386.66px;
}

/** Empty results */
.empty-icon-wrapper {
    display:flex;
    justify-content:center;
}
.empty-icon-container {
    padding: 1rem !important;
    color: #b1bad3;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: .875rem;   
}
.empty-icon-img {
    text-align:center;
    font-size: 6rem;
    color: #557086;
}
.empty-header {
    color:#b1bad3;
    font-size:1.25rem;
    text-align:center;
    margin-top:0.5rem;
}
.empty-sub-header {
    color:#557086;
    text-align: center;
    margin-top:0.5rem;
}
.disabled-action {
    cursor: not-allowed;
    opacity: .5;
    background-color: transparent !important;
}

/** For Friend Modal **/
input#ref-link[readonly] {
    background-color: var(--form-control-bg);
    color: #b1bad3;
}

/* Type Number */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}