.carousel-indicators {
    margin-bottom: 0px;
}

.carousel {
    width: 80%;
    margin: auto;
}

.carousel_main {
    position: relative;
}

input[type='file'] {
    display: none;
}

.carousel-control-prev,
.carousel-control-next {
    width: 7%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-indicators [data-bs-target] {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    border: 0;
}

.carousel_image {
    height: 35vw;
    object-fit: contain;
}

.edit-image-prev {
    height: 35vw;
    /* object-fit: contain; */
    object-fit: cover;
}

.scrappy-group-request-body {
    height: 40vh;
    overflow-y: auto;
}

.scrappy-group-request-body::-webkit-scrollbar {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}


.navbar-nav .nav-link:not(.active):hover,
.navbar-nav .nav-link.active {
    background-color: var(--bs-primary);
    color: white;
    /* border-radius: 10px; */
}

.navbar-nav .nav-link {
    border-radius: 10px;
}


.nav-item {
    margin: 2px 10px;
    border-radius: 10px;
}

.table-col-fixed-width {
    width: 350px;
}

.card.active {
    border-color: #2C7BE5
}

.modal-scroll {
    height: 70vh;
    overflow-y: auto;
}

.school-keyPerson-card {
    height: 20vh;
    overflow: auto;
}

.school-details-card {
    height: 20vh;
    overflow: auto;
}

/* input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dz-message {
    z-index: 0;
}


.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.img-wrap .close {
    position: absolute;
    top: 3px;
    right: 2px;
    z-index: 100;
    background-color: #fff;
    padding: 5px 4px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.2;
    /* text-align: center; */
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}

.img-wrap:hover .close {
    opacity: 1;
    background-color: #e63757;
}

.fa-star {
    color: white;
    margin-right: 8px;
}

.stroke {
    -webkit-text-stroke: 1px black;
}


.checked {
    color: orange;
    -webkit-text-stroke: 1px orange;
}

.form-control:disabled {
    background-color: #f7f7f7e6 !important;
}

select.dropdown-toggle.border {
    outline: none;
}

select.dropdown-toggle.border:focus-visible {
    outline: none;
}

.filter-dropdown {
    border-radius: 4px;
    color: #283E59;
    font-size: 14px;
    padding: 2.5px 8px;
}

.dashboard-card {
    overflow-y: scroll !important;
    height: 185px !important;
}



/* For WebKit-based browsers (e.g., Chrome, Safari) */
.dashboard-card::-webkit-scrollbar {
    width: 5px;
    /* Adjust the width as per your preference */
}