@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /* General Body Styling */
body {
    background-color: #f8f9fa;
    font-family: "Prompt", serif;
    margin: 0;
    background-image: url('../img/bg.jpg');
    background-size: cover;
}

.login-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #0a7bb9; */
}

/* Style for the unordered list containing the buttons */
.top-menulist {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 59px;
}

/* Style each list item (button) */
.top-menulist > li {
    display: inline-block;
    /* Ensures the list items are displayed inline */
    margin: 0 10px;
}

.top-menulist > li > a {
    color: #000;
    background: #f0f0f0;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 50px;
    font-weight: 300;
}

.top-menulist > li > a:hover {
    text-decoration:none;
    background: #e4e2e2;
}
/* Style for the anchor links within each list item */
.top-menulist .button-item a {
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

/* Hover effect for buttons */
.top-menulist .button-item a:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}

/* Optional: Add a margin-bottom to the list items for spacing */
.top-menulist .button-item:not(:last-child) {
    margin-bottom: 15px;
}

/* Login Page Styling */
.login-container {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    /* Center the login container */
}

.login-container h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
}

.form-group label {
    font-weight: 500;
    color: #000000;
    font-size: 15px;
}

.form-control {
    border-radius: 6px;
    margin-bottom: 15px;
    /* Space between input fields */
}

.btn-primary {
    background-color: #0a7bb9;
    border: none;
    border-radius: 6px;
    padding: 0.75rem;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#383fce+0,f34c46+100 */
    background: linear-gradient(45deg, #383fce 0%,#f34c46 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: block;
    -webkit-transition: .5s all;
}

.btn-primary:hover {
    background: linear-gradient(32deg, #383fce 0%, #f34c46 100%);
    -webkit-transition: .5s all;
}

.text-danger {
    font-size: 0.875rem;
}

/* Home Page Styling */
.container {
    margin-top: 20px;
}

a.btn {
    border-radius: 6px;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    margin-right: 10px;
}

a.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

a.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

a.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

a.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

.table {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 auto;
}

.table th, .table td {
    text-align: left;
    vertical-align: middle;
    padding: 0.75rem;
}

.table thead th {
    background-color: #3f329e;
    color: #fff;
    font-weight: bold;
}

.table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.table th, .table td {
    padding: 0.75rem;
    text-align: left;
    vertical-align: middle;
}

.table th {
    background-color: #343a40;
    color: white;
    font-weight: bold;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}

.table th, .table td {
    font-size: 0.9rem;
}

/* Logo Header */
.mainlogo {
    height: 59px;
}

.userbtn {
    border: none;
    background: no-repeat;
    padding: 0px;
}

.userbtn::after {
    display: none;
}

.userbtn:focus {
    outline: none;
}

.menuheader {
    box-shadow: 0 .125rem .5rem 0 rgba(47, 43, 61, .12);
    border-radius: .375rem;
    padding: 10px 29px;
    background: #FFF;
}

.content-body {
    box-shadow: 0 .125rem .5rem 0 rgba(47, 43, 61, .12);
    border-radius: .375rem;
    padding: 10px 29px 47px;
    background: #FFF;
    margin: 10px 0 60px;
}

.title-s1 {
    margin: 20px 0;
    font-size: 25px;
}

.title-s1 span {
    font-size: 18px;
    display: block;
    font-weight: 300;
}

.mob-vsbl {
    display: none !important;
}
.menu-dropdown .dropdown-menu li a
{
    font-weight: 300;
    font-size: 15px;
}
.menu-dropdown .dropdown-menu
{
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    background: #f7f7f7;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover
{
    color: #16181b;
    background-color: #efefef;
}
@media (max-width: 992px) {
    body {
    background-size: auto;
}
    .login-container {
        width: 80%;
    }

    .content-body {
        margin: 0px 0 60px;
    }

    .menuheader {
        padding: 10px 14px;
    }

    .mainlogo {
        width: 100%;
        height: auto;
    }

    .top-menulist li {
        margin: 0;
    }

    .top-menulist {
        height: auto;
        display: block;
        text-align: right;
    }

    .menu-dropdown .dropdown-toggle img {
        width: 40px;
        margin: 5px 0 0;
    }

    .mob-vsbl {
        display: block !important;
    }

    .mob-hide {
        display: none !important;
    }
}
