.object-fit-contain {
    object-fit: contain;
}

.required-field::after {
    content: " *";
    color: red;
}

.required-rating-field {
    opacity: 0;
    width: 0;
    /* display: none; */
    /* float: left; */
}

#loading-icon {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-size: 910px !important;
    z-index: 9999;
    background: url(../../public/images/loader.gif) center no-repeat transparent;
}

.loading-icon {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-size: 910px !important;
    z-index: 9999;
    background: url(../../public/images/loader.gif) center no-repeat transparent;
}

.badge-holder {
    position: absolute;
    top: 0px;
    right: 0px;
}

.badge-holder img {
    object-fit: contain;
    width: 25px ;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.badge-holder-home-page {
    position: absolute;
    top: 0px;
    right: 8px;
    /* min-height: 40px;
    max-height: 100px;
    min-width: 50px;
    max-width: 100px; */
}

.badge-holder-home-page img {
    object-fit: contain;
    width: 40px ;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
