@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600");
/*
/* Adjust styling as needed */
html, body {
    scroll-behavior: smooth; /*  Ensures mobile scrolling is fluid */
    overscroll-behavior: contain; /*  Prevents accidental over-scrolling */
}

body {
    /*padding-top: 80px;*/ /* Height of the fixed navbar */
    margin: 0; /* Reset body margin */
    /*font-family: Roboto, Helvetica, Arial, sans-serif;*/
    font-weight: 400;
    height:100%;
}

body, input, select, textarea {
    font-family: "Quicksand", sans-serif;
    /*font-family: "Raleway", Arial, Helvetica, sans-serif;*/
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.65;
}

.main-content{
    padding:0px!important;
}
@media (min-width: 992px) {
    body {
        display: block;
    }

    .sidebar {
        width: 250px; /* Width of the sidebar */
    }

    .main-content {
        flex: 1;
        margin-left: 200px; /* Adjust this value based on the width of the sidebar */
        width: auto;
        padding-top: 0px;
    }
}

.sidebar {
    padding-top: 80px; /* Adjust this value based on the height of the header */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: left 0.3s ease; /* Add a transition for smooth animation */
   /* margin-bottom: 51px;*/
}
.mobile-toolbar {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed position */
    bottom: 30px; /* Height of the footer */
    left: 0;
    right: 0;
    z-index: 1020; /* Just below the footer's z-index */
}
.mobile-toolbar a {
    text-decoration:none;
    font-size:.8em;
    font-weight:500;
 
}

.mobile-toolbar-item {
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

    .mobile-toolbar-item:hover,
    .mobile-toolbar-item:focus {
        background-color: #008d71; /* Background color on hover/focus */
        text-decoration: none; /* Ensures text is not underlined on hover/focus */
    }

.user-dropdown {
    display: none;
}

.username-dropdown {
    display: block;
}
@media (max-width: 600px) {
    .navbar-nav {
        display: none;
    }

}

@media (max-width: 991px) {

    .sidebar {
        left: -200px; /* Move the sidebar off-screen to the left by default on small screens */
    }

    /*body.shift {*/
    .shift{
        margin-left: 2.0px; /* Shift the body to the right when the sidebar is visible on small screens */
    }

    .sidebar.show {
        left: 0 !important; /* Move the sidebar back to the left when it is shown */
    }

    .mobile-toolbar {
        display: block; /* Show the horizontal toolbar on small screens */
    }

    /*#banner {
        max-height: 20rem;
        min-height: 20rem;
        height:20rem !important;
    }*/
    .main-content {
        margin-bottom: 175px;
    }

    
}


@media (min-width: 992px) {
    .mobile-toolbar {
        display: none; /* Hide the horizontal toolbar on larger screens */
    }
    .main-content {
        margin-bottom: 75px;
    }
}

@media (min-width: 375px) {
    .main-content {
        margin-bottom: 175px;
    }
    .mobile-toolbar-text {
        display: inline-block; /* Hide the horizontal toolbar on larger screens */
    }
}

@media (max-width: 374px) {
    .mobile-toolbar-text {
        display: none; /* Hide the horizontal toolbar on larger screens */
    }
    .user-dropdown {
        display: block;
    }

    .username-dropdown {
        display: none;
    }
}
@media (max-width: 575px){
    .switch-margin {
        margin-top:0px;
    }
    .switch-margin-label {
        margin-top: 0px;
    }
}
@media (min-width: 576px){
    .switch-margin {
        margin-top: 2.5em;
    }
    .switch-margin-label {
        margin-top: 2.2em;
    }
}

.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
}

    .sidebar .nav-link.active {
        color: #2470dc;
    }

.sidebar-heading {
    font-size: .75rem;
}



/* previous style */

.draft {
    background: url('../images/draft.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    .draft:focus {
        background-image: none;
    }

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.waiting-bg {
    background: #367dd7;
}

.inprogress-bg {
    background: #367dd7;
}

.locked-inprogress-bg {
    background: #7b28d3;
}

.completed-bg {
    background: #1c7544;
}

.overdue-bg {
    background: #d10000;
}

.notstarted-bg {
    background: #878787;
}

.promotion-top {
    border-top: 2px solid #ffde00 !important;
}

.promotion-left {
    border-left: 2px solid #ffde00;
}

.promotion-bottom {
    border-bottom: 2px solid #ffde00;
}

.promotion-right {
    border-right: 2px solid #ffde00;
}

.lock-inactive {
    filter: invert(.25);
}

.lock-active {
    filter: invert(.75);
}

.overdue-text {
    color: red;
    font-weight: 500;
}

.cardheader-inactive {
    background-image: linear-gradient(to bottom right, #a5a5a5,#4f4f4f);
}

.evalreview-active {
    background-image: linear-gradient(to bottom right, #800013,#55111b);
}

.growthplans-active {
    /*background-image: linear-gradient(to bottom right, #0d5736,#29af71);*/
    background-image: linear-gradient(to bottom right, #024b75,#183143)
}

.card-complete {
    background-image: linear-gradient(to bottom right, #0d5736,#29af71);
}

.card-inactive {
    background: #cbcbcb !important;
}

.EvaluationCoreCompetencyAccordion {
    padding: 8px;
    background-image: linear-gradient(to bottom right, #477ea6,#124265);
    text-align: center;
    font-size: 1em;
    color: #fff;
    font-weight: 500
}

.EvaluationOrganizationalFitAccordion {
    padding: 8px;
    background-image: linear-gradient(to bottom right, #5ab1af,#477ea6);
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    font-weight: 500
}

.EvaluationCoreCompetencyOfficerHeader {
    padding: 2px;
    background: #4e6985;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    min-height: 25px;
    line-height: 25px
}

.EvaluationCoreCompetencyText {
    padding: 10px;
    border: 1px solid #cecece;
    font-size: .9em;
    font-weight: 500
}

.EvaluationToast-Success {
    background: #1daf87;
    position: fixed;
    bottom: 60px;
    right: 0;
}
.EvaluationToast-Successful {
    background: #1daf87;
    position: fixed;
    bottom: 60px;
    right: 0;
}


.EvaluationToast-Unsuccessful {
    background: #dc3545;
    position: fixed;
    bottom: 60px;
    right: 0;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #97a2b1;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.gpheader-recommended {
    padding: 8px;
    background-image: linear-gradient(to bottom right, #024b75,#183143);
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    min-height: 25px;
    line-height: 25px
}

.gpheader-strength {
    padding: 8px;
    background-image: linear-gradient(to bottom right, #024b75,#183143);
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    min-height: 25px;
    line-height: 25px
}

.gpheader-personal {
    padding: 8px;
    background-image: linear-gradient(to bottom right, #024b75,#183143);
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    min-height: 25px;
    line-height: 25px
}

.record-avatar {
    height: 30px;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
}

.accordion-button-assignments {
    padding: 0.5rem 1.25rem !important;
}

.requiredicon {
    vertical-align: text-top;
    height: 7px
}

.user-suggestion {
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

    .user-suggestion:hover {
        background-color: #f0f0f0;
    }

.header-promotion {
    border: 4px solid #ffca2b;
}

.invalid-field {
    border: 1px solid #ff0000;
}
.navbar {
    align-items: center; /* This should already be the case, just reinforcing */
    flex-wrap: nowrap;
}
.navbar-nav {
    display: flex;
}
    .navbar-nav .dropdown-menu {
        position: absolute !important;
        left: auto !important;
        right:0 !important;
    }
@media (min-width: 992px) {
    .navbar-brand, .navbar-nav {
        align-items: center;
    }
}

.auth-bar {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

a.auth-link{
    color: #fff;
}
.auth-link {
    color: #fff;
    padding: 3px;
    padding-right: .5rem;
    padding-left: .5rem;
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link {
    color: white !important; /* Ensures that the text color is white */
}

.hover-effect {
    background-color: #383a3f !important; /* Override other styles */
    color: white !important;
}

.nav-link {
    color: black; /* Default color */
}

.payout-icon {
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 11.5px 0px;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
}

.payout-icon-active {
    background-color: #1976d2;
}

.payout-icon-approved {
    background-color: #28a745;
}

.payout-icon-inactive {
    background-color: #dedede;
}

.payout-icon-notapproved {
    background-color: #dc3545;
}

.calendar-container {
    margin-top: 20px;
}

.days-of-week .col {
    font-weight: bold;
    text-align: center;
    background-color: #f0f0f0; /* Light gray background for header */
}

#calendar-rows .row {
    margin-top: 0px;
    min-height: 75px;
}

#calendar-rows .col {
    flex-grow: 0; /* Prevent the cell from growing */
    flex-shrink: 0; /* Prevent the cell from shrinking */
    flex-basis: calc(100% / 7); /* Set the base width to evenly distribute across 7 days of the week */
    border: 1px solid #ddd; /* Keep your border settings */
    padding: 10px; /* Keep your padding settings */
    text-align: center; /* Center the text */
}

.date-number {
    font-size: .8em;
    color: #979797;
}

.log-entry {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 700;
    font-size: .8em;
    padding: 2px;
    text-align: center;
}

.chips-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding: 5px;
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    background-color: #007bff; /* Bootstrap primary color */
    color: #ffffff;
    border-radius: 15px;
    gap: 5px;
}

    .chip .close {
        cursor: pointer;
        background-color: transparent;
        border: none;
        color: #ffffff;
        font-size: 1rem;
    }

#banner:after {
    background: linear-gradient(135deg, #1c1c1c 0%, #1c1c1c 74%);
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute; /* This positions the gradient within the #banner */
    top: 0;
    width: 100%; /* Corrected property name */
    z-index: 1;
}

#banner {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    background-color: #111111;
    color: rgba(255, 255, 255, 0.5);
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0;
    /*height: 15rem;*/
    overflow: hidden;
    position: relative; /* Ensure this is relative */
    text-align: center;
    width: 100%;
    margin-top: 56px;
}
.banner-home {
    background-image: url('~/../../images/hurricane-ridge.jpg');
}
.banner-gear {
    background-image: url('~/../../images/gear.jpg');
}
.banner-outings {
    background-image: url('~/../../images/campsite.jpg');
}
.banner-title {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    z-index:10;
}
.banner-subtitle {
    color:#fff;
    font-style: oblique;
}
.banner-logo {
    width: 20%;
    max-width: 230px;

    vertical-align: middle;
}
.inner {
    margin: 0 auto;
    width: 75rem;
    max-width: calc(100% - 6rem);
}

#banner > .inner {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -moz-transition: opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -ms-transition: opacity 1s ease, -ms-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    opacity: 1;
    position: relative;
    z-index: 3;
}

#banner p {
    font-size: 1.5rem;
}


.sidebar-icon {
    width: 1.3rem; /* Adjust the size to match your FontAwesome icons */
    height: auto; /* Keeps the image aspect ratio */
    vertical-align: middle; /* Aligns the image vertically with the text */
    filter: invert(100%);
}

.maincontainer {
    display: flex;
    flex-direction: column;
    height: 100%; /* Use full viewport height */
}

.maincard {
    flex-grow: 1; /* Fills available height but doesn't force extra space */
    display: flex;
    flex-direction: column;
    min-height: 0; /* Prevents content overflow issues */
}
.maincard-body {
    flex-grow: 1; /* Ensures it expands to fill remaining space */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content */
}

.siteheader {
    background: linear-gradient(90deg, #0a8b61 0%, #013f49 100%);
    box-shadow: 0px 0px 50px;
    height: 56px;
    /*overflow: visible;
    position: fixed;*/
}

.album-title-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(3, 94, 129, 0.6); /* Semi-transparent black background */
    padding: 10px;
    text-align: center;
}

/* Album title styling */
.album-title {
    font-size: .9rem;
    color: white;
    text-shadow: 2px 2px 4px black; /* White text with black shadow */
    margin: 0;
}

.album-card {
    height: 250px; 
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(45deg, #0edd9a 0%, #0c56df 100%);
}

    /* Style the image to always cover the container */
    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
    }

.drop-zone {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

    .drop-zone.dragover {
        background-color: #e0e0e0;
    }

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.file-icon {
    font-size: 1.5rem;
    color: #007bff;
    margin-right: 8px;
}

.status-icon {
    font-size: 1.2rem;
}

.upload-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    z-index: 9999;
    display: none; /* Hidden by default */
}

.photo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    max-width: 100%;
    overflow: hidden; /*  Prevents overflow beyond parent container */
}

.photo-grid-row {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden; /*  Ensures rows do not extend past container */
}

.photo-grid-item {
    height: 180px;
    object-fit: cover;
    flex-shrink: 0;
    
    transition: all 0.3s ease-in-out; /*  Smooth resizing effect */
}

.photo-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/*  Ensure the button is properly styled */
.set-primary-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    display: none; /*  Ensure it's hidden by default */
    opacity: 0; /*  Ensure it's initially invisible */
    transition: opacity 0.3s ease-in-out; /*  Smooth fade-in */
    z-index: 10; /*  Ensure it's above the image */
}



/*.album-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}*/

.primary-photo-container {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#primaryPhoto {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.edit-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    display: none !important;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}

/*  Show the edit icon when hovering over the primary photo */
.primary-photo-container:hover .edit-icon {
    display: block !important;
    opacity: 1
}

.media-item {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}

video.media-item {
    max-height: 300px;
}


.photo-grid-row {
    display: flex; /*  Ensure images are placed side-by-side */
    flex-wrap: nowrap; /*  Prevent rows from breaking */
    justify-content: flex-start; /*  Align images to the left */
    align-items: center; /*  Keep images vertically aligned */
    margin-bottom: 5px; /*  Add spacing between rows */
}

.photo-container {
    flex-grow: 1; /*  Allow images to fill space dynamically */
    overflow: hidden; /*  Prevent any overflow */
    margin: 3px; /*  Spacing between images */
}

    .photo-container img,
    .photo-container video {
        height: 100%; /*  Maintain aspect ratio */
        width: auto; /*  Prevent stretching */
        object-fit: cover; /*  Ensure images fully fill space */
    }

.photo-grid-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; /*  Justify full rows */
    align-items: center;
    margin-bottom: 5px;
}

    .photo-grid-row.last-row {
        justify-content: flex-start; 
        width:auto;
    }

.photo-container {
    flex-grow: 1;
    overflow: hidden;
    margin: 3px;
}

    .photo-container img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }

.last-row-photo {
    flex-grow: 0; /*  Do not stretch last row photos */
}

.quicksand-comment {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.outing-img {
    height: 200px;
    object-fit: cover;
}

.feed-card-img {
    height: 200px;
    object-fit: cover;
}

.message-icon-container {
    position: relative;
    display: inline-block;
}

    .message-icon-container .badge {
        position: absolute;
        top: -5px;
        right: -10px;
        font-size: 0.7em; /* Adjust as needed */
        padding-left: .35em;
        padding-right: .35em;
        padding-top: .1em;
        padding-bottom: .1em;
    }
.site-text {
    font-weight: 600;
    font-size: .9em;
    color: #676464;
}
.site-title-text {
    font-weight: 600;
    font-size: 1.2em;
    color: #676464;
}

.no-break {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}