/* .form-control {
    padding: 0.175rem 0.75rem;
} */
.custom_image .form-control {
    padding: 0.175rem 0.75rem;
}

.cke_button__collapsibleitem_icon {
    background-image: url('../img/collapsibleitem.png') !important;
}

.cke_button__btgrid_icon {
    background-image: url('../img/btgrid.png') !important;
}

.cke_button__accordionlist_icon {
    background-image: url('../img/accordionlist.png') !important;
}

.cke_button__html5video_icon {
    background-image: url('../img/html5video.png') !important;
}


.scrollbar::-webkit-scrollbar {
    background-color: transparent;
    width: 5px
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 0 solid #000
}


.scrollbar {
    height: calc(100vh - 160px);
    overflow-y: auto;
    padding-right: 10px;
}

.star {
    color: #dc3545 !important;
}

#modal_loader {
    text-align: center;
}

.pac-container {
    z-index: 9999;
}
#petName{
    width: 138px !important;
}
.select2-container .select2-selection--single{
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px;
}
/* Metabolic Score chart css 13-02-2023 Strat */
@media screen and (max-width:575px) {
    .scor1 > * {
        min-width: 130px;
    }
    .scor1 > *:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* Metabolic Score chart css 13-02-2023 End */

