.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;
}

/* 
element.style {
    height: 42vw;
    object-fit: contain;
} */