﻿.header {
    position: relative;
    background-color: #064469;
    padding: 20px;
    font-size: larger;
    text-transform: capitalize;
    display: block;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-radius: 0px 0px 12px 12px;
}

    .header

    .title {
        /*font-family: serif;*/
        color: white;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: normal;
        /*text-align: justify;*/
    }

.smllhead {
    font-size: small;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    color: white !important;
}

.header .fa-expand {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #064469;
    color: #d0d7e1;
    font-size: small;
}

.header .fa-compress {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #064469;
    color: #D0D7E1;
    font-size: small;
}

.logo {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e0e0;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 38px;
}


.logo {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.sidebar {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background-color: #072d44;
    transition: width 0.3s ease;
    overflow: hidden;
    border-radius: 0px 0px 51px 0px;
}

main {
    background-color: #f1d3df70 !important;
}

.page {
    background-color: #f1d3df70 !important;
}

.panel-body {
    padding: 12px 15px 10px 15px;
    background-color: white !important;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    border-top: 2px solid #BA1B51 !important
}

article.maincontent {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.05);
}

.panel-head {
    padding: 6px 5px;
    font-weight: 500;
    font-size: medium;
    text-transform: capitalize;
    color: #525151;
    display: flex;
    justify-content: space-between;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    height: 35px;
}

.sidebar ul.nav-links li .sub-menu li .active {
    color: white !important;
    font-weight: bold;
}

.footer {
    border-top: 1px solid #072d44;
    background: linear-gradient(183deg, #f7fbff, transparent);
    text-align: center;
    margin-top: auto;
    padding: 8px 15px 8px 15px;
    border-left-color: white;
}

.text-end button {
    margin-bottom: 18px;
    border-radius: 0; /* Makes the button corners square */
}

.sidebar ul.nav-links li .sub-menu li .active {
    /* color: white !important;*/
    font-weight: bold;
}

.table thead tr th {
    background-color: #9ccddb;
    /* font-weight: 600; */
    color: #2a2d31;
    padding: 6px 30px 6px 10px;
    font-size: 15px;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-color-type: #525252;
    --bs-table-bg-type: #d0d7e15c;
}

.foot-label {
    font-size: smaller;
    color: #064469;
}

.form-group label {
    color: #787878;
    font-weight: 600;
    font-size: small;
}

.form-control:focus {
    outline: 0;
    background: #ffffff;
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
    border-color: #86b7fe;
    border: 1px solid #c7c8c9;
    background: #f9fcff;
}


.form-control {
    line-height: normal;
    margin-top: 3px;
    background-color: #f9fcff;
    height: 32px;
    border-radius: 20px;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px; /* Adjusted for better layout */
    height: 90px;
    padding: 64px 32px; /* Generous padding */
    margin: 0 auto; /* Center horizontally */
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}

element.style {
    margin-left: 15px;
    border-left: 4px solid #e7eaec;
    border-right: 4px solid #e7eaec;
    border-top: 4px solid #e7eaec;
}

#spacecard {
    padding-top: 40px;
}

.element-below-button {
    margin-top: 10px; /* Adjust as needed */
}

element.style {
    font-size: 14px;
}

element.style {
    height: 300px;
}

element.style {
    height: auto;
    margin-bottom: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-toggle-on, .fa-toggle-off {
    font-size: 4px;
}

.sortable-header i {
    position: absolute;
    right: 5px;
    font-size: small;
    top: 13px;
    color: #00000063;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: #525252;
    --bs-table-bg-type: white;
}


.toast-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050; /* Ensure it's on top of other content */
    color: #fff;
    /* The specific dark teal color from the image */
    background-color: #1abc9c;
    padding: 1rem 1.5rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

    .toast-notification .close-button {
        background: none;
        border: none;
        color: #fff;
        opacity: 0.7;
        font-size: 1.5rem;
        line-height: 1;
        cursor: pointer;
        margin-left: auto;
        padding-left: 15px;
    }

        .toast-notification .close-button:hover {
            opacity: 1;
        }

.btn-info {
    color: white !important;
    width: max-content;
    background-color: #BA1B51 !important;
    border-color: #BA1B51 !important;
}

    .btn-info:hover {
        background-color: #BA1B51 !important;
        color: white !important;
    }

.btn {
    padding: 3px 8px;
    border-radius: 1px;
}

.btn-primary {
    background-color: #BA1B51 !important;
    border-color: #BA1B51 !important;
    color: white !important;
}

    .btn-primary:hover {
        background-color: #BA1B51 !important; /* darker shade */
        border-color: #BA1B51 !important;
        color: white !important;
    }


button:active {
    background-color: #BA1B51 !important;
    color: white;
}
