html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
/* --- Water & Cruise Modern Admin Theme --- */
body {
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #12355b;
}


#sidebar {
    background: linear-gradient(180deg, #1976d2 0%, #00bcd4 100%);
    color: #fff;
    min-height: 100vh;
    box-shadow: 2px 0 12px rgba(33, 150, 243, 0.08);
}

    #sidebar .sidebar-header {
        padding: 2rem 1.5rem;
        background: #1976d2;
        border-bottom: 1px solid #00bcd4;
    }

    #sidebar h3 {
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
    }

    #sidebar .sidebar-menu .nav-link,
    #sidebar .sidebar-menu .dropdown-item {
        color: #e0f7fa;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        transition: background 0.2s, color 0.2s;
    }

        #sidebar .sidebar-menu .nav-link.active,
        #sidebar .sidebar-menu .nav-link:hover,
        #sidebar .sidebar-menu .dropdown-item:hover {
            background: #0288d1;
            color: #fff;
        }

    #sidebar .bi {
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }

#content {
    background: #f9f9f9;
    border-radius: 0;
    margin: 0;
    box-shadow: 0 4px 24px rgba(33, 150, 243, 0.06);
    padding: 0;
    position: relative;
}


header#header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.04);
    padding: 1rem 2rem;
    position: fixed;
    width: calc(100% - 240px);
    color: #000;
    z-index:1000;
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}



.sidebar-collapsed header#header {
    width: calc(100% - 70px);
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

.header-right .btn-outline-secondary {
    border-radius: 20px;
    border-color: #ebebeb;
    color: #12355b;
    transition: background 0.2s, color 0.2s;
}

    .header-right .btn-outline-secondary:hover {
        background: #00bcd4;
        color: #fff;
    }

.table {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.04);
    border: 1px solid #ebebeb;
}

    .table th {
        background: #0288d1;
        color: #fff;
        border: none;
    }

    .table td, .table th {
        vertical-align: middle;
        border: none;
    }

.card {
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(33, 150, 243, 0.06);
    background: #fff;
    border: none;
}


.btn-primary, .btn-success, .btn-danger {
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.08);
    padding: 6px 16px;
}

.btn-primary {
    background: #1976d2;
    border-color: #1976d2;
}

    .btn-primary:hover {
        background: #0288d1;
        border-color: #0288d1;
    }

.btn-success {
    background: #26c6da;
    border-color: #26c6da;
}

.btn-danger {
    background: #ff5252;
    border-color: #ff5252;
}

.badge.bg-success {
    background: #26c6da !important;
}

.badge.bg-danger {
    background: #ff5252 !important;
}

.footer {
    background: linear-gradient(90deg, #1976d2 0%, #00bcd4 100%);
    color: #fff;
    border-radius: 0;
    padding: 1rem 0;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

::-webkit-scrollbar {
    width: 8px;
    background: #b2ebf2;
}

::-webkit-scrollbar-thumb {
    background: #0288d1;
    border-radius: 8px;
}

/* --- Modern Sidebar UI --- */
#sidebar {
    background: linear-gradient(180deg, #1976d2 0%, #00bcd4 100%);
    color: #fff;
    min-height: 100vh;
    box-shadow: 2px 0 24px rgba(33, 150, 243, 0.12);
    width: 240px;
    position: fixed;
    left: 0;
    top: 0;
    /*border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;*/
    z-index: 1030;
    transition: width 0.3s;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

    #sidebar .sidebar-header {
        padding: 2.5rem 1.5rem 1.5rem 1.5rem;
        background: transparent;
        border-bottom: 1px solid #00bcd4;
        text-align: center;
    }

        #sidebar .sidebar-header h3 {
            font-weight: 800;
            color: #fff;
            letter-spacing: 2px;
            font-size: 1.6rem;
            margin-bottom: 0;
        }

    #sidebar .sidebar-menu {
        flex: 1 1 auto;
        padding: 2rem 0.5rem 1rem 0.5rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

        #sidebar .sidebar-menu .nav-link,
        #sidebar .sidebar-menu .dropdown-item {
            color: #e0f7fa;
            border-radius: 12px;
            margin-bottom: 0.25rem;
            padding: 0.75rem 1.25rem;
            font-size: 1.08rem;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            transition: background 0.2s, color 0.2s, box-shadow 0.2s;
            box-shadow: none;
            border: none;
        }

            #sidebar .sidebar-menu .nav-link.active,
            #sidebar .sidebar-menu .nav-link:hover,
            #sidebar .sidebar-menu .dropdown-item:hover {
                background: #0288d1;
                color: #fff;
                box-shadow: 0 2px 8px rgba(2, 136, 209, 0.10);
                text-decoration: none;
            }

    #sidebar .bi {
        font-size: 1.3rem;
        margin-right: 0.5rem;
        color: #b2ebf2;
        transition: color 0.2s;
    }

    #sidebar .sidebar-menu .nav-link.active .bi,
    #sidebar .sidebar-menu .nav-link:hover .bi,
    #sidebar .sidebar-menu .dropdown-item:hover .bi {
        color: #fff;
    }

    #sidebar .sidebar-footer {
        padding: 1.5rem 1rem 1rem 1rem;
        text-align: center;
        border-top: 1px solid #00bcd4;
        font-size: 0.95rem;
        color: #b2ebf2;
        margin-top: auto;
    }

@media (max-width: 991.98px) {
    #sidebar {
        width: 70px;
        min-width: 70px;
        padding: 0;
    }

        #sidebar .sidebar-header h3,
        #sidebar .sidebar-menu .nav-link span,
        #sidebar .sidebar-footer {
            display: none;
        }

        #sidebar .sidebar-menu .nav-link,
        #sidebar .sidebar-menu .dropdown-item {
            justify-content: center;
            padding: 0.75rem 0.5rem;
        }
}

#sidebar .sidebar-header h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

.sidebar-collapsed #sidebar .sidebar-header h3 lable {
    display: none;
}

#main-content {
    padding: 90px 20px 20px !important;
}


.toggle-sidebar-btn {
    color: #12355b !important;
}

.bookings {
    color: #1976d2;
}

.cabins {
    color: #00bcd4;
}

.card h2 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.card .card-header {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 21px;
    padding: 0 !important;
    margin-bottom: 10px !important;
}

.card .card-title {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
}

.table .btn-primary {
    background: none;
    border-color: #1976d2;
    color: #1976d2;
    padding:3px 12px;
}

    .table .btn-primary:hover {
        background: #1976d2;
        color: #fff;
    }

.table .btn-danger {
    background: none;
    border-color: #ff5252;
    color: #ff5252;
    padding: 3px 12px;
}

    .table .btn-danger:hover {
        background: #ff5252;
        color: #fff;
    }

.img-bg{
    background-color:rgba(0,0,0,0.25);
    border-radius:50%;
    padding:16px;
}

