/*select picker style*/

.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item.active {
    background-color: #ff6f62;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.hotelDetails .loading {
    position: relative;
}

.hotelDetails-loading {
    height: 250px;
}

.hotelDetails-loading .card-body {
    height: 250px;
}


/*search bar*/

#search-hotel {
    margin: 0 auto;
    padding: 100px 0px 20px 0px;
    background-color: transparent;
}

#search-hotel #autocomplete-items {
    display: none;
    position: absolute;
    width: 93%;
    z-index: 3;
    max-height: 230px;
    left: auto;
}

.search-box input,
.search-bar .dropdown {
    background-color: white;
    width: 100%;
}

.search-box .searchinput,
.search-box .searchinput:focus {
    padding: 1.5rem 2.375rem 1.2rem 2.375rem;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    border: none;
}

.search-box .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    top: .8rem;
    left: 1.5rem;
    outline: none;
    text-align: center;
    pointer-events: none;
    color: #ff6f62;
}

.search-box .searchclear {
    position: absolute;
    right: 25px;
    top: 1rem;
    bottom: 0;
    margin: auto;
    display: none;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.search-bar label {
    display: block;
    font-size: 12px;
    top: 0.1rem;
    left: 3.3rem;
    position: absolute;
    color: lightgray;
}

.search-bar .searchclear:hover {
    color: #ff6f62;
}

.search-bar .check-in-out input[type="text"] {
    font-size: 12px;
    font-weight: bold;
    padding-top: 25px;
}


/*dropdown input*/

.search-bar .dropdown {
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
}

.search-bar .dropdown .form-control-icon {
    left: 1rem;
    top: 1rem;
    position: absolute;
    color: #ff6f62;
}

.search-bar .dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    width: 225px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.search-bar .dropdown .dropdown-toggle {
    font-size: 12px;
    font-weight: bold;
    padding-left: 2.8rem;
    padding-top: 8px;
}

.search-bar .dropdown .dropdown-item-row {
    padding: 10px;
}

.search-bar .dropdown .dropdown-item-row .label {
    font-size: 14px;
}

.search-bar .dropdown .dropdown-item-row .val {
    font-size: 14px;
    float: right;
}

.search-bar .dropdown .dropdown-item-row .val .btn-add,
.search-bar .dropdown .dropdown-item-row .val .btn-minus {
    padding: 5px;
    background-color: #ff6f62;
    color: white;
}

.search-bar .btn-search {
    width: 100%;
    background-color: #ff6f62;
    padding: 0.8rem 3rem;
    border-radius: 10px;
    color: white;
    font-size: 13px;
    outline: none;
    font-weight: 600;
    transition: .5s ease-in-out;
}

.search-bar .btn-search:hover,
.search-bar .btn-search:focus {
    background-color: orangered;
    color: white;
    transition: .5s ease-in-out;
}

.search-bar .search-items {
    margin: 10px auto;
}


/*filter*/

.filter {
    margin: 0 auto;
}

.filter .col-md-2 {
    border-left: 1px outset lightgray;
}

.filter .label {
    font-size: 14px;
    font-weight: 600;
}

.filter .range-value {
    font-size: 14px;
}

.filter .pmd-range-slider.noUi-target {
    margin: 5px 0 0px!important;
    z-index: 1 !important;
}

.filter .pmd-range-slider .noUi-handle:before,
.filter .pmd-range-slider .noUi-tooltip,
.filter .pmd-range-slider .noUi-tooltip:before {
    background: orangered !important;
}

.filter .pmd-range-slider .noUi-tooltip {
    width: 40px !important;
    background-color: orangered !important;
    font-size: 10px !important;
}

.filter .pmd-range-slider .noUi-connect {
    background-color: #ff6f62 !important;
}


/*Hotel list*/

.hotelList {
    background-color: white;
    padding: 20px;
}

.hotelList .recomendation {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: white;
}

.hotelList .recomendation .label {
    font-size: 14px;
    font-weight: bold;
    color: gray;
}

.hotelList .recomendation .bootstrap-select button {
    border: 2px solid #ff6f62;
    outline: none;
    color: #ff6f62;
}

.hotelList .buttons {
    padding: 3% 15%;
    font-size: 14px;
}

.hotelList .map {
    height: 90vh;
    position: sticky;
    top: 10%;
    z-index: 1;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
}

.hotelDetails {
    border-radius: 20px;
}

.hotelimage {
    max-height: 260px !important;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.5) inset;
}

.hotelimage img {
    width: 100% !important;
    height: 100% !important;
    min-height: 200px;
    object-fit: cover;
    border-radius: 20px;
    object-position: center;
}

.hotelimage .verified {
    position: absolute;
    top: -15.9px;
    left: -10px;
}

.hotelimage .heart {
    position: absolute;
    left: 10px;
    padding: 4px 6px;
    padding-bottom: 0px;
    border-radius: 50%;
    background: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    bottom: 10px;
}

.hotelimage .heart .fa-heart-o {
    color: orangered;
    cursor: pointer;
}

.hotelimage .heart .fa-heart {
    color: orangered;
    cursor: pointer;
}

.hotelimage .badge-views {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    font-weight: normal;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5);
}

.hotelDetails .card-title {
    margin-bottom: 5px;
    font-size: 18px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hotelDetails .card-title>span:first-child {
    font-weight: bold;
}

.hotelDetails .hotelTypeTitle {
    font-size: 12px;
    color: black;
    background-color: whitesmoke;
}

.hotelDetails .rating {
    position: relative;
    display: inline-flex;
    font-size: 18px;
}

.hotelDetails .rating .star {
    color: lightgray;
}

.hotelDetails .rating .star-yellow {
    color: orange;
}

.HotelOtherDetails i {
    width: 22px;
    color: #ff6f62;
    line-height: 3px;
}

.hotelDetails .HotelOtherDetails .card-text {
    font-size: 13px;
    margin-bottom: 3px;
}

.HotelOtherDetails .HotelOtherDetails-facilities {
    max-height: 99px;
    overflow-y: hidden;
    line-height: 1;
    margin-top: 15px;
}

.hotelDetails #hotelAddress {
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden;
    margin-top: 10px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.hotelDetails #hotelAddress i {
    font-size: 16px;
}

.hotelDetails #rating {
    background-color: #ff6f62;
    padding: 2px 10px;
    font-weight: bold;
    border-radius: 10px;
    color: white;
}

.hotelDetails #ratingReview {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
}

.hotelDetails .ratingReview ::after {
    font-family: FontAwesome;
    content: "\f095";
    padding-right: 3px;
    vertical-align: middle;
}

.hotelDetails .col-sm-6 h4 {
    color: #ff6f62;
    font-weight: bold;
    line-height: 4px;
    font-size: 20px;
}

.hotelDetails .col-sm-6 .availableDeals {
    background-color: whitesmoke;
    padding: 12px 6px;
    height: 160px;
    max-height: 100%;
    overflow: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
}

.hotelDetails .col-sm-6 .availableDeals .availableDeals-offers {
    height: 85px;
    overflow-y: scroll;
}

.hotelDetails .col-sm-6 .availableDeals .fa-circle {
    padding-right: 3px;
    color: #ff6f62;
}

.hotelDetails .col-sm-6 .availableDeals p {
    font-size: 14px;
    margin-bottom: 0;
}


/*hotel price deals start*/

.hotelPriceDetails {
    height: 260px;
    max-height: 260px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    background-color: whitesmoke;
}

.hotelPriceDetails .hotelPriceDetails-roomName {
    height: 20px;
    font-size: 16px;
    width: 100%;
    line-height: 1;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotelPriceDetails .priceDeal-table {
    height: 200px;
    padding-bottom: 10px;
    overflow-y: scroll;
}

.hotelPriceDetails .list-group .list-group-item {
    padding: 0;
    border: none;
    background-color: transparent;
    line-height: 1;
}

.hotelDetails .hotelPriceDetails .hotelPriceDetails-smalltext {
    font-size: 16px;
}

.hotelDetails .priceDeal button {
    padding: 2px 5px;
    background: hsla(5, 100%, 69%, 1);
    background-image: linear-gradient(to bottom, #ff6f62, #f85d4d, #f14937, #e83320, #de1200);
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
}

.hotelDetails .priceDeal button:active,
.hotelDetails .priceDeal button:focus {
    outline: none;
    box-shadow: none;
}

.hotelDetails .priceDeal button:hover {
    transition-duration: 1s;
    background: hsla(5, 100%, 69%, 1);
    background-image: linear-gradient(to top, #ff6f62, #f85d4d, #f14937, #e83320, #de1200);
}

.hotelDetails .priceDeal h6 {
    font-size: 14px;
    font-weight: bold;
}

.hotelDetails .priceDeal .table {
    margin-bottom: 0px;
}

.hotelDetails .priceDeal .table td {
    padding: 2px 1px;
    vertical-align: middle;
}

.hotelDetails .priceDeal .table tr {
    padding: 0;
}

.hotelDetails .priceDeal .bookingType {
    font-size: 12px;
    padding-bottom: 1px;
}

.hotelDetails .priceDeal .deal-amount {
    font-size: 15px;
}

.hotelDetails .priceDeal a {
    font-size: 12px;
    color: #ff6f62;
    text-decoration: none;
}


/*hotel price deals end*/

.hotelDetails .collapsiblediv {
    display: none;
}


/* modifying hoteltabs start*/

.hotelDetails .collapsiblediv .singleHotelTabs {
    padding-top: 5px;
}

.hotelDetails .collapsiblediv .tab-pane .singleHomeSearchBar {
    display: none;
}

.hotelDetails .collapsiblediv .singleHotelTabs .singleHotelTabs-close {
    display: block !important;
}

.hotelDetails .collapsiblediv .singleHotelTabs #pills-home-tab,
.hotelDetails .collapsiblediv .singleHotelTabs #pills-location-tab,
.hotelDetails .collapsiblediv #pills-tabContent #pills-home,
.hotelDetails .collapsiblediv #pills-tabContent #pills-location,
.hotelDetails .collapsiblediv #pills-tabContent #pills-about .about-section,
.hotelDetails .collapsiblediv #pills-tabContent #pills-reviews .reviews,
.hotelDetails .collapsiblediv #pills-tabContent #pills-photos .gallery-filter-buttons {
    display: none;
}


/* modifying hoteltabs end*/

.hotelDetails .col-sm-6 .availableDeals small {
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    .hotelList .map {
        height: 300px;
        top: 8%;
        z-index: 1;
        background-color: white;
        padding-bottom: 10px;
    }
    .hotelPriceDetails {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
    }
    .hotelPriceDetails {
        margin-top: 15px;
    }
    .hotelDetails .card-text {
        font-size: 16px;
    }
    .hotelDetails .card-body .hotelPrice {
        margin-top: 20px;
    }
    .hotelDetails .singleHotelTabs .nav-item a {
        font-size: 14px;
    }
    .hotelList .recomendation .label {
        display: inline-flex;
    }
    .filter {
        margin-top: 10%;
    }
    .filter .pmd-range-slider.noUi-target {
        margin: 10px 0!important;
    }
}


/********************Single hotel page start********************/

.singleHotelTabs {
    padding-top: 1%;
}

.singleHotelTabs .nav-item {
    padding: 0px 8px;
}

.singleHotelTabs .nav-item .nav-link {
    /* font-weight: 600; */
    color: black;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    transition: .2s ease-in-out;
}

.singleHotelTabs .nav-item .nav-link.active {
    background-color: transparent;
    border-bottom: 3px solid #ff6f62;
    border-radius: 0;
    color: #ff6f62;
    font-weight: 600;
    padding: 5px;
    transition: .2s ease-in-out;
}


/*Carousel*/

.carousel {
    width: 100%;
}

.slide-box {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .slide-box img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slide-box img {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .slide-box img {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: .5rem;
}


/*search bar hotel types*/

.singleHomeSearchBar {
    width: 75%;
    padding-bottom: 0;
}

.room-type {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.room-type .table {
    border-radius: 20px;
}

.room-type .table tbody td:not(:first-child) {
    vertical-align: middle;
}

.room-type .qty {
    text-align: center;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
.room-type .qty .count {
    color: #000;
    background-color: transparent;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 0 2px;
    min-width: 25px;
    text-align: center;
}

.room-type .qty .plus {
    cursor: pointer;
    display: inline-block;
    color: white;
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    background-color: #ff6f62;
    border-radius: 50%;
}

.room-type .qty .minus {
    cursor: pointer;
    display: inline-block;
    color: white;
    background-color: #ff6f62;
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}

.room-type .minus:hover {
    background-color: orangered !important;
}

.room-type .plus:hover {
    background-color: orangered !important;
}

.room-type .hotelTypeName img {
    display: inline;
    height: 70px;
    width: 100px;
    position: relative;
    border-radius: 10px;
}


/*Prevent text selection*/

.room-type input {
    border: 0;
    width: 10px;
    text-align: center;
}

.room-type input::-webkit-outer-spin-button,
.room-type input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.room-type input:disabled {
    background-color: white;
}

.room-type .hoteltypeamount {
    font-size: 16px;
    color: black;
    font-weight: normal;
    display: inline-flex;
    font-weight: bold;
}

.room-type .hoteltypeamount i {
    color: #ff6f62;
}

.room-type .book-now {
    background-color: #ff6f62;
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
}


/*Checkbox*/

.room-type input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: whitesmoke;
    height: 24px;
    font-weight: bold;
    width: 24px;
    border: 1px solid #ff6f62;
}

.room-type input[type="checkbox"]:checked {
    background: #ff6f62;
    font-weight: bold;
}

.room-type input[type="checkbox"]:hover {
    filter: brightness(90%);
}

.room-type input[type="checkbox"]:disabled {
    background: lightgray;
    opacity: 0.6;
    pointer-events: none;
}

.room-type input[type="checkbox"]:after {
    content: '';
    position: relative;
    left: 40%;
    top: 10%;
    width: 25%;
    height: 60%;
    border: 8px solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.room-type input[type="checkbox"]:checked:after {
    display: block;
}

.room-type input[type="checkbox"]:disabled:after {
    border-color: #7b7b7b;
}

.room-type .billing-info {
    border-radius: 20px;
    background-color: white;
    top: 10%;
    margin-top: 0 !important;
    position: sticky;
}

.room-type .billing-info .card-body .list-group-item .col:first-child {
    max-width: 100%;
}

.room-type .billing-info .card-body .list-group-item small:nth-child(2n) {
    font-size: 12px;
}

.room-type .billing-info .btn {
    background-color: #ff6f62;
    color: white;
    border-radius: 10px;
    /* font-weight: bold;
    font-size: medium; */
    border: none;
}

.room-type .billing-info .btn:focus,
.room-type .billing-info .btn:hover {
    background-color: orangered;
}

.room-type .billing-info .card-footer .form-group input {
    text-align: left;
    border: 1px solid lightgray;
}

.room-type .billing-info .card-footer .form-group button {
    border-radius: 0;
}

.room-type .billing-info .card-footer .form-group input:focus,
.room-type .billing-info .card-footer .form-group button:focus {
    box-shadow: none;
}

.room-type .billing-info .card-footer .applyCoupon .list-group-item {
    border-radius: 20px;
    border: none;
    margin-bottom: 10px;
}

.room-type .billing-info .card-footer .applyCoupon .list-group-item h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.room-type .billing-info .card-footer .applyCoupon .list-group-item .promo-code {
    border: 1px dashed green;
    background: lightgreen;
}

.room-type .billing-info .card-footer .applyCoupon .list-group-item .expires {
    font-size: 12px;
}

@media (max-width: 800px) {
    .room-type th {
        font-size: 12px;
    }
    .room-type .qty {
        width: 75px;
    }
    .room-type .qty .count {
        font-size: 12px;
    }
    .room-type .hotelTypeName img {
        display: none;
    }
    .room-type .hotelTypeName small {
        font-size: 14px;
    }
    .room-type .qty .plus,
    .room-type .qty .minus {
        font-size: 10px;
        height: 15px;
        width: 15px;
        padding: 0;
    }
    .room-type .hoteltypeamount {
        font-size: 12px;
    }
    .room-type .billing-info .card-body .list-group-item small:first-child {
        font-size: 12px;
    }
}


/* HotelShortDetails */

.HotelShortDetails {
    margin: 50px auto;
}

.HotelShortDetails .card {
    padding: 10px;
    border: none;
}

.HotelShortDetails .card .card-price {
    color: #ff6f62;
}

.HotelShortDetails .card .card-text .progress {
    margin: 5px 0px;
    height: 8px;
}


/* about-hotel */

.about-section {
    margin: 50px auto;
    padding: 50px 0px;
    background-color: white;
}

.about-hotel {
    background-color: white;
    margin-top: 20px auto;
    padding: 50px 0px;
}

.about-hotel p {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
}

.about-hotel p {
    text-align: justify;
    padding: 0;
    margin: 0;
}

.about-hotel .fa-circle,
.about-section .fa-circle {
    color: #ff6f62;
    font-size: 10px;
    margin-right: 10px;
}

.about-hotel .card {
    background-color: #f8f9fa;
    border: none;
    padding: 10px 0px;
}

.about-hotel .card-header {
    background-color: #f8f9fa;
    border: none;
}

.about-hotel .locationInfo {
    padding-top: 10%;
}

.about-hotel .locationInfo p {
    font-size: 16px;
}

.about-hotel .locationInfo i {
    color: #ff6f62;
    padding-right: 5px;
}

.about-hotel .list-group li {
    background-color: #f8f9fa;
    border: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 0;
}

.about-hotel .list-group li i {
    color: #ff6f62;
    padding-right: 10px;
}


/* 
.hotel {
    margin: 50px auto;
}

.hotel .card {
    background-color: transparent;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
}

.hotel .card-img-top {
    height: 180px;
    width: auto;
    border-radius: 10px;
}

.hotel .card-body {
    padding: 10px;
}

.hotel .card-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
}

.hotel .card-text {
    font-size: 14px;
    color: gray;
    font-weight: 700;
}

.hotel .card-body .buttons {
    padding: 2px 10px;
    width: 140px;
    background-color: #ff6f62;
    color: white;
    font-weight: 500;
}

.hotel .card-body .buttons:hover {
    color: white;
    text-decoration: none;
} */

.about-section h3,
.about-section h5 {
    padding: 15px 0;
}

.about-section i {
    color: #ff6f62;
}

.about-section .list-group-flush li {
    border: none;
    font-size: 18px;
    font-weight: 500;
}

.about-section .list-group-flush i {
    color: #ff6f62;
    padding-right: 15px;
}

.about-section p {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
}

.review-general .card {
    padding: 30px;
    border: none;
    border-radius: 0;
    background-color: white;
}

.review-general .card label .btn-link {
    color: #ff6f62;
    text-decoration: none;
    position: absolute;
    float: right;
    top: 5px;
    right: 15px;
}

.review-general .card .progress {
    margin: 3px;
}

.reviews {
    margin: 50px auto;
}

.reviews h4 {
    padding: 10px 0px;
}

.reviews .search-input {
    border: 1px solid #ff6f62;
    padding: 2px;
}

.reviews .search-input i {
    color: #ff6f62;
}

.reviews .search-input input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.reviews-media .media {
    margin: 20px auto;
}

.reviews .media img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.reviews .searchFilterButtons {
    margin: 30px 0;
}


/* Photos tab */

.reviews .searchFilterButtons .nav-item .nav-link,
.gallery-photos .gallery-filter-buttons .filter-button {
    padding: 10px 25px;
    color: #ff6f62;
    background-color: white;
    border: 1px solid #ff6f62;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
}

.reviews .searchFilterButtons .nav-item .nav-link.active,
.reviews .searchFilterButtons .nav-item .nav-link:focus,
.gallery-photos .gallery-filter-buttons .filter-button.active,
.gallery-photos .gallery-filter-buttons .filter-button:focus {
    background-color: #ff6f62;
    color: white;
    outline: 0;
}


/* The Modal (background) */

#image-gallery {
    background-color: black;
}

#image-gallery .close {
    top: 0;
    position: absolute;
    right: 0;
}

#image-gallery .galleryNavigation {
    position: absolute;
    z-index: 1000;
    top: 50%;
}

#image-gallery .galleryNavigation button {
    background-color: transparent;
    border: none;
    outline: none;
}

#image-gallery .modal-dialog {
    top: 10%;
}

.gallery-photos .filter img {
    height: 250px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}


/* loadingscreen for the table*/

.loading-screen .loading {
    height: 40px;
    margin: 5px 0;
    width: 100%;
    position: relative;
}