.table {
    table-layout: fixed;
    width: 100%;
}

/* Change Bootstrap's default button styling variables */
.btn-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #44831e;
    --bs-btn-border-color: #44831e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c5c22;
    --bs-btn-hover-border-color: #233614;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #44831e;
    --bs-btn-disabled-border-color: #44831e;
}

.table td {
    word-wrap: break-word;
    font-size: 0.9rem;
}

.card-title {
    margin-bottom: 1rem !important
}

.vh-70 {
    min-height: 70vh;
}

.max-w-sm {
    max-width: 425px;
}

.font-medium {
    font-weight: 500;
}

.bg-muted {
    background-color: #f3f4f6;
}

.tracking-widest {
    letter-spacing: 0.12em;
}

.accordion-button {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}

.accordion-body {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}

    .accordion-body .card {
        padding-left: 0px;
        padding-right: 0px;
    }

        .accordion-body .card .card-body {
            background: hsl(240 4.8% 95.9%)
        }

    .accordion-body .alert {
        padding: 10px;
    }

.accordion-header span {
    word-break: break-all;
}

    .accordion-button:not(.collapsed) {
        background-color: #fff;
    }

.session-details .icon {
    height: 20px;
    margin-right: 5px;
}

.session-details .tablist {
    background-color: hsl(240 4.8% 95.9%);
    margin-bottom: 20px;
    border-bottom: none;
    border-radius: 0.5em;
    padding: 0.5em 1em;
}

    .session-details .tablist .btn {
        background-color: hsl(240deg 4.76% 95.88%);
        border: none;
        font-weight: 500;
    }

        .session-details .tablist .btn.active {
            background-color: hsl(0 0% 100%);
        }

.session-details .tab-content {
    border: none !important
}

.qr-code {
    image-rendering: pixelated;
}

.logo-img {
    width: 32px;
    height: 32px;
}

@media (max-width: 768px) {
    .logo-img {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 576px) {
    .logo-img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 375px) {
    .logo-img {
        width: 16px;
        height: 16px;
    }
}