.navbar .navbar-nav{
    min-height: 2rem !important;
}
.dropdown-menu.dropdown-menu-card {
    min-width: 320px;
    width: 100%;
}
.form-label {
    margin-bottom: 0;
    font-size: 0.750rem !important;
}
.border-top-r-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #1289f8;
    background: transparent;
}

.border-bottom-r-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.badge-sm-custom {
    font-size: 0.75rem;
    padding: 0.25em 0.5em;
}


.avatar-md2{
    --tblr-avatar-size: 4.5rem;
}
.avatar .badge:empty{
    width: .6rem;
    height: .6rem;
}

.tag {
    border: 1px solid var(--tblr-border-color);
    display: inline-flex;
    align-items: center;
    height: var(--tblr-tag-height);
    border-radius: var(--tblr-border-radius);
    padding: 0 .5rem;
    background: var(--tblr-bg-surface);
    box-shadow: var(--tblr-box-shadow-input);
    gap: .5rem
}

.tag .btn-close {
    margin-right: -.25rem;
    margin-left: -.125rem;
    padding: 0;
    width: 1rem;
    height: 1rem;
    font-size: .5rem
}

.tag-badge {
    --tblr-badge-font-size: 0.625rem;
    --tblr-badge-padding-x: .25rem;
    --tblr-badge-padding-y: .125rem;
    margin-right: -.25rem
}

.tag-avatar, .tag-check, .tag-flag, .tag-icon, .tag-payment {
    margin-left: -.25rem
}

.tag-icon {
    color: var(--tblr-secondary);
    margin-right: -.125rem;
    width: 1rem;
    height: 1rem
}

.tag-check {
    width: 1rem;
    height: 1rem;
    background-size: 1rem
}

.tags-list {
    --tblr-list-gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tblr-list-gap)
}

.avatar-xxs {
    --tblr-avatar-size: 1rem;
    --tblr-avatar-status-size: 0.25rem;
    --tblr-avatar-font-size: 0.5rem;
    --tblr-avatar-icon-size: 0.75rem
}

.empty {
    padding: 0;
}

.empty-img img {
    height: 8rem;
}

.custom-card {
    min-height: calc(100vh - 210px); /* Default for larger screens */
    display: flex;
    flex-direction: column;/
}

/* Optional: This helps to ensure the content inside the card expands as needed */
.custom-card > .card-body {
    flex-grow: 1; /* Allows the body to expand and fill available space */
}

@media (max-width: 768px) {
    .custom-card {
        min-height: calc(100vh - 260px); /* Adjust this value for mobile */
    }
}

.avatar-size-3 {
    --tblr-avatar-size: 3.5rem;
}

.avatar-size-4 {
    --tblr-avatar-size: 4.5rem;
}

.btn .icon {
    margin: 0;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.accordion-item .checkbox-label {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #667382;
}

.accordion-item .form-check {
    margin-top: 9px;
    margin-left: 5px;
}

.accordion .accordion-header button {
    text-transform: uppercase;
    color: #667382;
}

.accordion-item-title {
    font-weight: bolder;
}

.page-wrapper .page-header {
    margin: 5px 0;
}

.page-body {
    margin-top: 0;
}

.edit-student .nav-link {
    padding: 0 10px 0 0 !important;
}

.edit-student .nav-item.active .nav-link {
    font-weight: bold;
    color: #206bc4;
}

.edit-student .navbar .navbar-nav {
    min-height: 0 !important;
}

.edit-student .nav-item.active .nav-link .nav-link-icon {
    color: #206bc4 !important;
}

/*add item (student)*/
.edit-student .nav-item.add-item .nav-link {
    color: green;
}

.edit-student .nav-item.active.add-item .nav-link .nav-link-icon {
    color: green !important;
}

.edit-student .nav-item.active.add-item:after {
    border-color: green;
}

/*edit item (student)*/
.edit-student .nav-item.edit-item .nav-link {
    color: red;
}

.edit-student .nav-item.active.edit-item .nav-link .nav-link-icon {
    color: red !important;
}

.edit-student .nav-item.active.edit-item:after {
    border-color: red;
}

/* Style for readonly input fields */
input:read-only {
    color: #555;
    border: 1px solid #ddd;
}

.mw-70 {
    min-width: 70px;
}

table td {
    vertical-align: middle;
}


.btn-sm, .btn-group-sm > .btn {
    --tblr-btn-line-height: unset;
}

.icon-small {
    width: 16px;
    height: 16px;
}

.word-break {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
}

.loading-container {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 250px;
    width: calc(100vw - 250px);
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

.loading-container.show {
    display: flex;
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
    --tblr-offcanvas-height: 45vh !important;
}

.text-justify {
    text-align: justify;
}

.min-h-unset {
    min-height: unset !important;
}

/* Default for large screens */
.session-img-responsive {
    width: 750px;
    height: 400px;
}

/* For tablets */
@media (max-width: 1024px) {
    .session-img-responsive {
        width: 600px;
        height: 320px; /* Maintaining the 1.875 aspect ratio */
    }
}

/* For smaller tablets and large mobile devices */
@media (max-width: 768px) {
    .session-img-responsive {
        width: 500px;
        height: 267px; /* Maintaining the 1.875 aspect ratio */
    }
}

/* For mobile devices */
@media (max-width: 480px) {
    .session-img-responsive {
        width: 100%;
        height: 160px; /* Maintaining the 1.875 aspect ratio */
    }
}

/********************************Bottom Navigation Bar css start***********************************/

.bottom-navbar nav {
    display: flex;
    justify-content: space-around;
    padding: 12px;
    width: 100%;
}

.bottom-nav-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0);
    height: 20px;
}

.bottom-nav-item span {
    width: 0;
    overflow: hidden;
}

.bottom-nav-item.active {
    color: #e2e5ec;
    background-color: rgb(13, 15, 17); /* Active state background color */
}

.bottom-nav-item.active span {
    width: 100%;
    margin-left: 8px;
    transition: .2s;
}

*:focus {
    outline: none;
    border: none;
}

/********************************Bottom Navigation Bar css end***********************************/

.flag-xxs {
    width: 1.125rem;  /* Smaller width */
    height: 0.875rem; /* Smaller height */
}
.w-80{
    width: 80px;
}

.bg-ongoing {
    background-color: #007bff; /* Blue for Ongoing */
}

.bg-pending {
    background-color: #ffc107; /* Yellow for Pending */
}

.bg-completed {
    background-color: #28a745; /* Green for Completed */
}

.bg-postponed {
    background-color: #520909; /* Gray for Postponed */
}

.bg-cancelled {
    background-color: #dc3545; /* Red for Cancelled */
}

.bg-surrendered {
    background-color: #20c997; /* Teal for Surrendered */
}

.bg-blocked {
    background-color: #9ebb9e; /* Dark Gray for Blocked */
}

.bg-not-set {
    background-color: #6f42c1; /* Purple for Not Set */
}

.bg-unset{
    background: unset;
}
.bangla-text {
    line-height: 1.5;
    letter-spacing: 0.6px;
    font-size: 16px;
}

