﻿/* Global styles */
/*body {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    background-color: #efebe7;
}*/

html {
    position: relative;
    min-height: 100%;
}

html, body {
    /*padding-top: 50px;*/
    height: 100%;
    background-color: #f8f9fa;
    /*/background-color: #ffffff; /* light background */
    /*background-color: #d9d9d9;*/ /* light background */
}

.hover-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    background-color: #f0f0f0;
}

    .hover-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    }

.main-content {
    padding-left: 0;
    padding-right: 0;
}

.container-my{
    padding-left:5%;
    padding-right:5%;
}
/* Navbar customization */
.navbar {
    /*background: #004085;*/
    background: #004A70; /* #0167b1;*/
    /*background: #0167b1;*/
    
}

    .navbar .nav-link {
        color: #fff !important;
        margin: 0 5px;
        font-size: 18px !important;
        transition: transform 0.3s ease, color 0.3s ease;
    }

        .navbar .nav-link:hover {
            /*background-color: #FFFFED;*/
            color: #ffffff !important;
            transform: scale(1.1);
            border-radius: 8px;
        }
/* Dropdown menu styling */
.dropdown-menu {
    animation: zoomIn 0.3s ease;
    border-radius: 0.25rem;
}

/* Dropdown items */
.dropdown-item {
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

    .dropdown-item:hover {
        background-color: #004A70 !important;
        color: #fff !important;
        transform: scale(1.05);
    }
/* Logo hover effect */
.navbar-brand img {
    height: 40px;
    width: auto;
    margin-right: 8px;
    transition: transform 0.3s ease;
}

    .navbar-brand img:hover {
        transform: scale(1.1);
    }

/* Dropdown zoom animation */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}





/* Hero section */
.hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.9)), url('/images/logo/RCDA LOGO.png') no-repeat center;
    color: #ECEFF1;
    padding: 20px 20px 20px 20px;
    text-align: center;
    height:auto;
    align-content:center;
    align-items:center;
}

/* Scroll animation */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

    .animate-on-scroll.visible {
        opacity: 1;
        transform: translateY(0);
    }

/* Back-to-top button */

.floating-image {
    position: fixed;
    bottom: 65px;
    left: 15px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 8px;
    z-index: 1050;
    max-width: 150px;
    display: block; /* hidden until image is selected */
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    display: none; /* will appear on scroll */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: large;
}

/*Image css Start*/

img.preview {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-circle {
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 126px;
    
}
.img-president {
    height: 350px !important;
    width: 350px !important;
}
.member-info {
   
}

.image {
    width: 200px;
    height: 200px;
    display: block;
    transition: transform 0.4s ease;
    margin: 10px 20px 10px 20px;
}

    .image:hover {
        transform: scale(1.1);
    }
/*Image css End*/

/* Announcement Start */
.announcement {
    margin-top: 1rem;
    width: auto;
    height: auto;
    background-color: white;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    margin-bottom: 25px;
}

    .announcement p {
        margin-top: 1rem;
        color: black;
        margin-bottom: 25px;
        align-content: center;
    }

        .announcement p :hover {
            transform: scale(1.5);
        }

    .announcement img {
        height: 200px;
        width: auto !important;
    }

        .announcement img :hover {
            transform: scale(1.5);
        }
/* Announcement End */

.hero-banner {
    margin-top:-20px;
    position: relative;
    width: 100%;
    height: 70vh; /* full screen height */
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}

.hero-logo {
    max-width: 150px;
    margin-bottom: 1rem;
}


/* Carousel */
.carousel-item {
    margin: 0px 0px 0px 0px;
    height: 450px;
    width: 100%;
    background-color: #ECEFF1;
}

.carousel-img {
    height: 100%;
    width: auto;
    object-fit: cover;
    opacity: 0.95;
}

.carousel-caption img {
    margin-top: 0px;
    margin-bottom: 45px;
    width: auto;
    height: 150px;
    z-index: 9999;
}

.carousel-caption p {
    color: whitesmoke;
    font-weight: 600;
}

.carousel-caption h3 {
    color: whitesmoke;
    font-weight: 600;
}

.carousel-caption strong {
    color: whitesmoke;
    font-weight: 600;
}
/* Navigation Start*/
/*main {
    min-height: 100vh;
    padding: 20px;
    background: #eee;
}*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    /* background: #004080;*/
    background: #004A70;
    display: flex;
    align-items: center;
    justify-content: space-between;
   /* padding: 10px 20px;*/
    z-index: 1000;
    flex-wrap: wrap;
}
/*
.custom-header {
    top: 0;
    height: 60px;
    z-index: 1030;
}*/

.custom-header {
    z-index: 1030;
}

.navbar-brand img {
    max-height: 80px;
}

.marquee-container{

}
/*Footer responsive css start*/
/*
footer {
    position: fixed;
    background-color: #004A70;
    padding: 15px 0;
    text-align: center;
    margin-top: auto;
    z-index: 1020 !important;
}

.custom-footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    
    background-color: #004A70;
}
*/
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #004A70;
    padding: 15px 0;
    text-align: center;
    margin-top: auto;
    z-index: 1020 !important;
}

.custom-footer {
    width: 100%;
    background-color: #004A70;
    color: white;
    font-size: 0.8rem;
}

    .custom-footer .footer-container {
        display: flex;
        flex-wrap: wrap; /* allow wrapping */
        justify-content: space-between;
        align-items: center;
        text-align: center;
        padding: 0 1rem;
    }

    .custom-footer .footer-left,
    .custom-footer .footer-right {
        flex: 1 1 100%; /* stack on small screens */
        margin: 5px 0;
    }

        .custom-footer .footer-right a {
            color: #fff;
            text-decoration: underline;
        }

@media (min-width: 768px) {
    .custom-footer .footer-left,
    .custom-footer .footer-right {
        flex: unset; /* go back to auto sizing */
        margin: 0;
    }

    .custom-footer .footer-container {
        flex-wrap: nowrap;
        text-align: left;
    }

    .custom-footer .footer-left {
        text-align: left;
    }

    .custom-footer .footer-right {
        text-align: right;
    }
}


/*Footer end*/

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    font-size: small;
}


/* Content spacing due to fixed header */
.content-wrapper {
    padding-top: 90px; /* Adjust based on navbar height */
}

/* Navigation End*/

/*
 Gallery Start 
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.4s ease;
}

    .gallery-item img {
        width: 100%;
        height: 300px;
        display: block;
        transition: transform 0.4s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.1);
    }

.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    padding: 10px;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    text-align: center;
}

.gallery-item:hover .overlay {
    transform: translateY(0);
}
/* Gallery End */

/* Scrollable Gallery Start*/
.gallery-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    scrollbar-width: thin;
}

.gallery-scroll {
    gap: 15px;
}

/*.gallery-img {
    width:auto;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

    .gallery-img:hover {
        transform: scale(1.1);
    }*/
.gallery-img {
    width: 100%;
    height: 250px; /* Adjust height as needed */
    object-fit: cover; /* Crops without stretching */
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

    .gallery-img:hover {
        transform: scale(1.05);
    }
/* Custom scrollbar for WebKit browsers */
.gallery-wrapper::-webkit-scrollbar {
    height: 8px;
}

.gallery-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

    .gallery-wrapper::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Scrollable Gallery End*/

/* Committee Start*/

#committee img {
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

#committee h5 {
    font-weight: 600;
}

.polaroid {
    background: #D3E5F5;
    border-radius: 10px;
    padding: 10px;
    transition: transform 0.3s ease;
    height: 220px;
    margin-bottom:30px !important;
}
    .polaroid img{
        height:100px;
        width:150px;
    }

    .polaroid:hover {
        transform: scale(1.05);
    }

.image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.memebername p {
    margin: 0;
    font-weight: bold;
}

.memebername h5{
    margin-top:20px;
    align-content:center;
    align-items:center;
    align-self:center;
    text-align:center;
}
/* Committee end*/
/* Gallery container start*/
.gallery-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

    .gallery-scroll::-webkit-scrollbar {
        height: 8px;
    }

    .gallery-scroll::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 4px;
    }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
    padding: 10px;
}

/* Gallery items */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

    .gallery-item img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    /* Zoom effect on hover */
    .gallery-item:hover img {
        transform: scale(1.05);
    }

/* Overlay for captions or actions */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .overlay {
    opacity: 1;
}
.heading-title {
    font-size: 2.1rem;
    font-weight: 600;
    color: #ffffff
}
/* Horizontal scrolling for small screens */
@media (max-width: 768px) {
    .gallery-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .heading-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #ffffff
    }

    .gallery-item {
        flex: 0 0 auto;
        scroll-snap-align: center;
        width: 250px;
    }
}
/* Gallery container end */

/* News Container started*/
#news {
    padding: 20px;
   /* background: #f9f9f9;*/
    height:auto;
}

    #news h2 {
        text-align: center;
        margin-bottom: 20px;
    }
#newGallery {
    padding: 20px;
    /* background: #f9f9f9;*/
    height: auto;
}

    #newGallery h2 {
        text-align: center;
        margin-bottom: 20px;
    }

.news-wrapper {
    width: 100%;
    overflow: hidden; /* prevent right overflow */
}

.swiper {
    width: 100%;
    box-sizing: border-box;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;            /* keep aspect ratio */
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

/* Custom nav buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

/* News Container end*/

.fade-in-text {
    position:relative;
    text-align:right;
    left:0;
    /* transition: right 2s ease-in-out;*/
    white-space:nowrap;
    animation:slide-to-center 2s forwards;    
}

@keyframes slide-to-center {
    from {
        left: -50%;
    }

    to {
        left: 0%;
        transform :translateX(0%)
    }
}

.container123 {
    overflow: hidden;
   
    white-space: nowrap;
}


.announcement-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #004A70;
}

    .announcement-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }

.announcement-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 4px solid #fff;
}

@media (max-width: 767px) {
    .announcement-card {
        flex-direction: column;
        text-align: center;
    }

        .announcement-card img {
            margin-bottom: 15px;
        }
}
.raigad-map-img {
    max-height: 550px;
    object-fit: contain;
}

@media (max-width: 767px) {
    #raigad-district .row {
        flex-direction: column-reverse;
    }

    .raigad-map-img {
        max-height: 300px;
    }
}


.committee-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, #194270, #0a9396);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

    .committee-heading.show {
        opacity: 1;
        transform: translateY(0);
    }


.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#features {
    background-color: #004A70;
    color: white;
    position:relative;
    display:grid;
}

#features img{
    height:150px !important;
}
/*
.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 225px;
}
    .card-img, .card-img-top:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }
*/
/* Card images responsive & clean */
.halloffame-image {
    padding: 10px;
    height: 250px;
    border-radius: 50%;
}


.card-img-top1 {
    height: 250px;
    border-radius:50%;
    object-fit: cover; /* prevents stretching */
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-img-top {
    padding : 5px;
    width: 100%; /* take full card width */
    aspect-ratio: 1 / 1; /* force square */
    height: auto; /* auto height for responsiveness */
    border-radius: 50%; /* make it circle */
    object-fit: cover; /* crop to fit */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto; /* center if smaller than card */
}

/* Optional: control max size for larger screens */
@media (min-width: 768px) {
    .card-img-top {
        max-width: 180px;
    }
}

@media (min-width: 1200px) {
    .card-img-top {
        max-width: 220px;
    }
}


/* Card hover effect */
.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Responsive text sizes */
.card-title {
    font-size: 1rem;
    font-weight: 600;
}

.card-text {
    font-size: 0.875rem;
    line-height: 1.4;
}



.btn-more {
    background-color: #EF5327;
    color: #ffffff;
    height: 50px !important;
    width: 150px;
    align-content: center;
    align-items: center;
    text-align: center;
    align-self: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

    .btn-more:hover {
        color: #ffffff;
        background-color: #EF0307;
    }


/* Photo wrapper keeps a perfect square using Bootstrap's .ratio */
.member-photo-wrap {
    width: 100%;
    max-width: 120px; /* prevents huge photos on large screens */
}

/* The actual photo: circular, cover fill, responsive */
.member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Tighter, readable text on phones */
.member-name {
    font-size: .95rem;
    line-height: 1.2;
}

.member small {
    font-size: .85rem;
}

/* Smaller images on small phones */

@media (max-width: 576px) {
    .member-photo-wrap {
        max-width: 92px;
    }

    .member-name {
        font-size: .9rem;
    }

    .member small {
        font-size: .8rem;
    }
}

/* Login page*/
.auth-background {
    /*
        background: #020024;
        background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
     */    
    min-height: 100vh;
}
/* Glass effect for cards */
.auth-card {
    /*background: rgba(255, 255, 255, 0.15); /* transparent white */
    /* background: rgba(0, 74, 112, 0.5);*/ /*#004A70;*/
    backdrop-filter: blur(12px); /* glass blur */
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);*/
    color: black; /* make text white for contrast */
    margin-bottom: 5px;
    margin-top: -100px;
}

    .auth-card input {
        background: rgba(255, 255, 255, 0.3);
        color: #000;
    }

.dashboard-card {
    background: #22C1C3;
    background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
    padding-top: 20px;
}

.profile-img {
    width: 200px;
    height: 200px;
    margin-top: 25px;
    border-radius: 50%;
}

.table-profile-img {
    width: 50px;
    height: 50px;
    margin-top: 25px;
    border-radius: 50%;
}

/* Custom gradient backgrounds */
.bg-gradient-info {
    background: linear-gradient(135deg, #17a2b8, #0dcaf0);
}

.bg-gradient-success {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.bg-gradient-danger {
    background: linear-gradient(135deg, #dc3545, #fd7e14);
}

.bg-gradient-warning {
    background: linear-gradient(135deg, #ffc107, #ffcd39);
}

/* Card hover effect */
.stat-card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }


.bg-gradient-blue {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
}

.bg-gradient-yellow {
    background: linear-gradient(#2A7B9B, #57C785, #EDDD53);
}

.bg-gradient-bluemix {
    background: linear-gradient(#C3C3E0, #6E0A73, #00D4FF);
}


/* Responsive Table Start */

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* forces equal column widths */
    word-wrap: break-word; /* allows long text to wrap */
}

/* Base table styles */
.stacked-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

    .stacked-table th,
    .stacked-table td {
        padding: .625rem .75rem;
        border: 1px solid #ddd;
        text-align: left;
    }

    /* Zebra stripes */
    .stacked-table tbody tr:nth-child(even) {
        background: #fafafa;
    }

/* 🔥 Mobile stacked design */
@media (max-width: 640px) {
    .stacked-table thead {
        display: none; /* hide table header */
    }

    .stacked-table,
    .stacked-table tbody,
    .stacked-table tr,
    .stacked-table td {
        display: block;
        width: 100%;
    }

        .stacked-table tr {
            margin-bottom: 1rem;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        .stacked-table td {
            padding: .75rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .stacked-table td::before {
                content: attr(data-label);
                font-weight: 600;
                color: #555;
                flex: 1;
                text-align: left;
            }

        .stacked-table td {
            flex: 2;
            text-align: right;
        }
}


/* Optional badge styling */
.badge {
    display: inline-block;
    padding: .125rem .5rem;
    border-radius: .375rem;
    font-size: .85em;
}

.badge--ok {
    background: #e6f6ee;
}



/*.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;*/ /* smooth scroll */
/*}*/

/* Base table styling */
/*.rtable {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;*/ /* keeps table readable on desktop */
/*}

    .rtable th, .rtable td {
        padding: .625rem .75rem;
        border: 1px solid #ddd;
        text-align: left;
        word-wrap: break-word;
    }*/

    /* Header styling */
    /*.rtable thead {
        background: #f8f9fa;
        font-weight: bold;
    }*/

    /* Zebra rows */
    /*.rtable tbody tr:nth-child(even) {
        background: #fdfdfd;
    }*/

/* 🔥 Mobile: make table fully responsive */
/*@media (max-width: 640px) {
    .rtable {
        min-width: 100%;*/ /* no fixed width */
        /*table-layout: fixed;
    }

        .rtable th, .rtable td {
            font-size: 14px;*/ /* smaller text */
            /*padding: .5rem;
        }
}*/


/* Base table */
/*.shift-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

    .shift-table th,
    .shift-table td {
        padding: .625rem .75rem;
        border: 1px solid #ddd;
        text-align: left;
    }

    .shift-table thead {
        background: #f8f9fa;
    }*/


/* Mobile stacked design */
/*@media (max-width: 640px) {
    .shift-table thead {
        display: none;*/ /* hide table headers */
    /*}

    .shift-table,
    .shift-table tbody,
    .shift-table tr,
    .shift-table td {
        display: block;
        width: 100%;
    }

        .shift-table tr {
            margin-bottom: 1rem;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        .shift-table td {
            display: flex;
            justify-content: space-between;
            padding: .75rem;
            text-align: left;
        }

            .shift-table td::before {
                content: attr(data-label);
                font-weight: 600;
                color: #555;
                margin-right: .5rem;
            }
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;*/ /* enables scroll if table is wider */
    /*-webkit-overflow-scrolling: touch;
}

.my-table {
    width: 100%;
    min-width: 600px;*/ /* 👈 set your desired minimum width */
    /*border-collapse: collapse;
}

    .my-table th,
    .my-table td {
        padding: .625rem .75rem;
        border: 1px solid #ddd;
        text-align: left;
    }*/

/* Responsive Table End */


