.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
    }

    @keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }
    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.skeleton-img{
    display: block!important;
    height: 300px!important;
    width: 300px!important;
}

.c-icon{
    height: 17px!important;
}

.brand-logo{
    display: flex;
    justify-content: left;
    align-items: center;
}
.brand-logo img{
    height: 50px;
    width:auto;
}

.require::after{
    content: "*";
    color : red;
}

.head-img{
    height: 430px!important;
    border-radius: 7px;
    aspect-ratio: 4/3;
    width: 100%;
}

.mini-img{
    height: 117px!important;
    width:117px!important;
    object-fit:cover!important;
    aspect-ratio:3/4;
    border: 2px solid var(--bs-light);
    border-radius:5px;
    padding: 2px;
}

.img-active{
    box-shadow : 0 0.5rem 1rem #00204a8f !important;
}

.btn-primary{
    background-color : #00204a !important;
}
@media (max-width: 576px){
    .rw-100{
        width: 100%!important;
    }
    .r-center{
        text-align: center;
    }
}