body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8f9fa;
}

a:hover {
    text-decoration: none;
}


.footer {
    margin-top: auto;
}

.main-content {
    flex: 1;
}

.card img {
    object-fit: cover;
    height: 200px;
}

.bg-primary-custom {
    background-color: #036 !important;
}

.btn-primary-custom {
    background-color: #036;
    border-color: #036;
    color: white !important;
}

.btn-primary-custom:hover {
    background-color: #024;
    border-color: #024;
}

.nav-link.active {
    background-color: #036 !important;
    color: white !important;
}

.nav-pills .nav-link {
    color: #036 !important;
}

.nav-pills .nav-link:hover {
    background-color: #036 !important;
    color: white !important;
}
.logo img {
    height: 50px !important;
    margin-right: 6px;
}

.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 20px;
}
.form-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.full-size-dropdown {
    width: 100%;
    max-width: 200px; /* Adjust as needed */
}

.sidebar.active {
    left: 0; /* Slide in when active */
}
.sidebar {
    position: fixed;
    top: 0;
    left: -500px; /* Start hidden off screen */
    height: 100%;
    width: 250px;
    background-color: #ffffff;
    transition: left 0.3s ease; /* Animation for sliding */
    z-index: 999;
    color: #036;
}
.sidebar.active {
    left: 0; /* Slide in when active */
}
.sidebar a {
    color: #036;
    padding: 15px;
    text-decoration: none;
    display: block;
}
.sidebar a:hover {
    color: #024;
}
.sidebar-header {
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #036;
    color: #fff;
}
.sidebar .nav-item i {
    margin-right: 10px;
}
.toggle-btn {
    z-index: 1000;
}
@media (max-width: 991.98px) {
    .toggle-btn {
        display: block;
    }
}

.show-password {
    cursor: pointer;
}

@media (max-width: 767px) {
    #logoLink {
        display: none;
    }
}

a:link{
    text-decoration: none !important;
}

.profile-icon {
    font-size: 2rem; /* Adjust the size as needed */
    vertical-align: middle;
    color: #036;
}

.profile-dropdown .dropdown-menu {
    top: 110%; /* Adjust this value to move the dropdown down */
}

.branding-container {
    display: flex;
    justify-content: space-between; /* Adjust space between items */
    align-items: center; /* Align items vertically in the center */
    gap: 20px; /* Adjust the gap between the elements */
}

.branding {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between image and text */
}


.branding-text h6 {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

.brand-bg-primary-1{
    background-color: #1b4383;
}

.brand-bg-primary-2{
    background-color: #25aae1;
}

.brand-bg-primary-3{
    background-color: #16b9e9;
}

.brand-bg-secondary-1{
    background-color: #32235d;
}

.brand-bg-secondary-2{
    background-color: #607e9c;
}

.brand-bg-secondary-3{
    background-color: #9cdcf9;
}

.brand-bg-tertiary-1{
    background-color: #f7941d;
}

.brand-bg-tertiary-2{
    background-color: #f2b111;
}

.brand-bg-tertiary-3{
    background-color: #977b39;
}

.hover-text-white:hover {
    color: white !important;
    background-color: var(--bs-primary) !important; /* Optional: Add a primary background color */
    border-color: var(--bs-primary) !important; /* Ensure border matches */
}

/* Example: Customize the navigation and close button */
.fancybox__button--close {
    background-color: #000; /* Black background */
    color: #fff; /* White icon */
}
.fancybox__button--arrow {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: #fff;
}


.btn-hover-outline-primary:hover {
    background-color: #fff !important;
    color: #007bff !important;
    border: 1px solid #007bff !important;
}




