sl-tab-group {
    height: 100%;
}
 .nav-tabs .nav-link.active {
    color: #fff !important;
}

.nav-link{
    color:#000
}
.nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    border-radius: 50%!important;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: sticky;
    top: 0px;
    min-height: 60px;
    justify-content: center;
    align-items: center; 
}

.grid_2part {
    display: flex;
    width: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: rgb(226, 226, 226) 0px 3px 10px;
    background-color: rgb(246, 246, 246);
}
.nav-link {
    padding: 0;
    width: 100%;
}

.nav-link.active{
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 60px!important;
    height: 60px!important;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 0px 5px 0px #b8b8b8;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    justify-content: center;
    border-radius: 50%!important;
    align-items: center; 
}

.nav-link{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
    transition: 0.013s;
}

@keyframes tab-slide-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-pane.active {
    animation: tab-slide-up 0.2s linear;
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 10px #dbdbdb;
    width: 100%;
    min-height: 90vh;
    border-radius: 15px;
    overflow: hidden;
}
.css-fgq8ao {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: var(--chakra-space-2);
    justify-content: space-around;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.3));
    padding: 5px 0px;
}
.css-nynmle {
    fill: rgb(45, 129, 194);
    height: 24px;
    width: 24px;
}
.css-16hxjyz {
    display: flex;
    width: fit-content;
}
.css-zp0azt {
    font-size: 14px;
    margin-left: 0.5rem;
    text-transform: capitalize;
    font-weight: 600;
}