/* Login page CSS */

body {
    margin: 0;
    padding: 0;
}

nav {
    height: 50px;
}

.main-container {
    height: 100vh;
    width: 100vw;
    margin: 0;
}

.wrapper {
    padding-top: 50px;
}

.user_card {
    margin-top: 15vh;
    height: 75vh;
    width: 95vw;
    max-height: 400px;
    max-width: 350px;
    /*margin-top: auto;*/
    /*margin-bottom: auto;*/
    /*position: relative;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*padding: 10px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}

.brand_logo_container {
    position: absolute;
    height: 170px;
    padding: 10px;
    text-align: center;
}

.brand_logo {
    height: 71px;
}

.form_container {
    margin-top: 100px;
}

.login_btn {
    width: 100%;
    background: #3089B3 !important;
    color: white !important;
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.login_container {
    padding: 0 2rem;
}

.input-group-text {
    background: #3089B3 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}


.vdc-block {
    display: flex;
    margin: 10px 10px;
    padding: 20px;
    height: 120px;
    width: 240px;
    background-color: #3089B3;
    border-radius: 6%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
    color: white;
    font-size: 20px;
    flex: 1 1 auto;
}

.h1 {
    display: flex;
    justify-content: center;
    width: 100%

}

.vdc-block:hover {
    text-decoration: none !important;
    color: white;
    background-color: #5ECDFF;
    border-radius: 6%;
}

a {
    text-decoration: none;
    color: black
}

a:hover {
    text-decoration: none;
    color: black;
}

.home-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1500px;

}

.cat-item {
    display: flex;
    margin: 10px 10px;
    padding: 20px;
    height: 120px;
    width: 240px;
    background-color: #3089B3;
    border-radius: 6%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
    color: white;
    font-size: 20px;
    flex: 1 1 auto;

}

.cat-main-item {
    display: flex;
    margin: 10px 10px;
    padding: 20px;
    height: 120px;
    width: 240px;
    background-color: #3089B3;
    border-radius: 6%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
    color: white;
    font-size: 20px;
    flex: 1 1 auto;

}

.coll-main-item {
    display: flex;
    margin: 10px 10px;
    padding: 20px;
    height: 120px;
    width: 240px;
    background-color: #3089B3;
    border-radius: 6%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
    color: white;
    font-size: 20px;
    flex: 1 1 auto;

}

.cat-photo img {
    width: 33vw;
    height: 33vw;
    max-width: 300px;
}

.cat-item:hover {

}

.item {
    display: flex;
}

.card-img {
    height: auto;
    justify-content: center;
    width: 100%;
    max-width: 300px;

}

@media only screen and (max-width: 768px) {
    .vdc-block {
        height: 75px;
        margin: 10px 5px;
        padding: 10px;
        border-radius: 5%;
        font-size: 20px;


    }

    .cat-item {
        height: 100px;
        width: 40vw;
    }

    .cat-main-item, .coll-main-item {
        height: 75px;
    }

    .nav-item
}

table thead {
    background-color: #3089B3;
}

.div-filter-category label {
    margin: 8px 10px;
    /*width: 100px;*/

}

.div-filter-category label span {
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 12px;
    border: solid black 1px;
    width: 100%;
    display: block;
    text-align: center;

}

@media only screen and (max-width: 768px) {

    .div-filter-category label {
        margin: 4px 5px;
        width: 75px;

    }

    .div-filter-category label span {

        font-size: 10px;
    }
}

.div-filter-category label input {
    display: none;
}

.div-filter-category label input:checked ~ span {
    background-color: #3089B3;
    color: white;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1000;
    color: #ffffff;
}

/* Content within the overlay */
.overlay-content {
    padding: 20px;
    border-radius: 5px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.lds-ellipsis div {
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}