.card::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.card {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.card {
    border: none;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    overflow-y: scroll;
    transition: all 0.3s ease-in-out;
}

.card-carousel{
    height: 680px !important;
}

.card:hover{
    transform: translateY(-10px);
}

.carousel-inner {
    padding: 1em;
}

.img-wrapper img{
    border: 0px solid rgb(255, 255, 255) ;
    width: calc(100vw/3)
}

.img-wrapper{
    padding: 1em;
}

@media screen and (min-width:577px) {
    .carousel-wrapper {
        /* padding: 0 6vw 0 6vw; */
        height: auto;

    }

    .card-wrapper {
        display: flex;
        flex-direction: row;
    }

    .card {
        height: 130vh;
        margin: 0.5em;
        width: calc(100%/3);
    }

    .img-wrapper {
        height: 33vw;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }



}

@media screen and (min-width:600px) {
    .carousel-wrapper {
        padding: 0 6vw 0 6vw;
        height: auto;

    }

    .card-wrapper {
        display: flex;
        flex-direction: row;
    }

    .card {
        height: 130vh;
        margin: 0.5em;
        width: calc(100%/3);
    }

    .img-wrapper {
        height: 33vw;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    

}

@media screen and (min-width:700px) {
    .carousel-wrapper {
        padding: 0 6vw 0 6vw;
        height: auto;

    }

    .card-wrapper {
        display: flex;
        flex-direction: row;
    }

    .card {
        height: 130vh;
        margin: 0.5em;
        width: calc(100%/3);
    }

    .img-wrapper {
        height: 17vw;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }



}

@media screen and (min-width:800px) {
    .carousel-wrapper {
        padding: 0 6vw 0 6vw;
        height: auto;

    }

    .card-wrapper {
        display: flex;
        flex-direction: row;
    }

    .card {
        height: 120vh;
        margin: 0.5em;
        width: calc(100%/3);
    }

    .img-wrapper {
        height: 17vw;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }



}

@media screen and (min-width:960px) {
    .carousel-wrapper {
        padding: 0 6vw 0 6vw;
        height: auto;

    }

    .card-wrapper {
        display: flex;
        flex-direction: row;
    }

    .card {
        height: 110vh;
        margin: 0.5em;
        width: calc(100%/3);
    }

    .img-wrapper {
        height: 17vw;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }



}


@media screen and (min-width:1060px) {
    .carousel-wrapper {
        padding: 0 6vw 0 6vw;
        height: auto;

    }

    .card-wrapper {
        display: flex;
        flex-direction: row;
    }

    .card {
        height: 100vh;
        margin: 1.1em;
        width: calc(100%/3);
    }

    .img-wrapper {
        height: 17vw;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }



}


@media screen and (min-width:1200px) {
    .carousel-wrapper {
        padding: 0 6vw 0 6vw;
        height: auto;

    }

    .card-wrapper {
        display: flex;
        flex-direction: row;
    }

    .card {
        height: 100vh;
        margin: 1.5em;
        width: calc(100%/3);
    }

    .img-wrapper {
        height: 17vw;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


/* for mobile */
@media screen and (max-width:576px) {
    /* .carousel-wrapper {
        padding: 0 6vw 0 6vw;
        height: 110vh;

    } */

    .card {
        height: 90vh;
        margin: 0.5em;
    }

    .card:not(:first-child) {
        display: none;
    }

    .img-wrapper {
        height: 50vw;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .img-wrapper img {
        width: 90vw;
    }
}




.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    /* filter: invert(100%); */
    background-color: #ff1313;
    width: 6vh;
    height: 6vh;
    top: 50%;
    border-radius: 50%;
}

.carousel-control-next span,
.carousel-control-prev span {
    width: 1.5rem;
    height: 1.5rem;
}


.img-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

/* Css for table */

body {

    background-color: #eee;
}

.heading th {
    background-color: rgb(255, 70, 70);
}

.table td {
    vertical-align: middle;
}

.table thead th {
    vertical-align: middle;
}

table th,
table td {
    text-align: center;

}

table tr:nth-child(even) {
    background-color: #e4e3e3
}


th {
    background: #333;
    color: #fff;
}

.pagination {
    margin: 0;
}

.pagination li {
    border-top: 1px solid rgb(194, 194, 194);
    border-bottom: 1px solid rgb(194, 194, 194);
    border-left: 1px solid rgb(194, 194, 194);
    padding: 2px 10px 2px 10px;
}

.active-pagination {
    background-color: rgb(255, 70, 70);
}

.pagination li:last-child {
    border-right: 1px solid rgb(194, 194, 194);
}

.pagination li:hover {
    cursor: pointer;
    background-color: #999;
}

.header_wrap {
    padding: 30px 0;
}

.num_rows {
    width: 20%;
    float: left;
}

.tb_search {
    width: 20%;
    float: right;
}

.pagination-container {
    width: 70%;
    float: left;
}

.rows_count {
    width: 20%;
    float: right;
    text-align: right;
    color: #999;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 2rem;
    align-items: center;
}

.flex-entries {
    width: 150px;
    margin-left: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

td p {
    margin-bottom: 0rem;
    margin-left: 5px
}

.table-image-wrapper {
    height: 2rem;
}
.table-image-wrapper img{
    width: 50px;
}

.image {
    height: 100%;
}
.table-wrapper::-webkit-scrollbar {
    display: none;
}
.table-wrapper {
    /* height: 100vh; */
    margin-bottom: 7rem !important;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    overflow-y: scroll;
    overflow-x: scroll;

}

label {
    margin-bottom: 0rem;
}

