main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}

/*.btn-support-primary {
    background-color: #1995d2 !important;
    border-color: #1995d2 !important;
    color: #fff !important;
}*/


.btn-primary {
    background-color: #1995d2 !important;
    border-color: #1995d2 !important;
    color: #fff !important;}

.btn-primary:hover {
    background-color: #076993 !important;
    border-color: #076993 !important;
    color: #ffffffff !important;
}
.btn-outline-primary {
    border-color: #1995d2 !important;
    color: #1995d2 !important;
}
.btn-check:checked  + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    background-color: #1995d2 !important;
    border-color: #1995d2 !important;
    color: #fff !important;
}

.text-darkblue {
    color: #12223a !important;
}

.accordion-button:not(.collapsed) {
    background-color: #cce3f6 !important;
    /*color: #fff !important;*/
}



.bg-darkblue {
    background-color: #12223a !important;
}

.hero-section {
    background-color:#e1f1f6 !important;
    border-radius: 24px;
}

.w-custom-100 {
    width: auto;
}

.btn-link {
    color: #1995d2 !important;
    border:1px solid #1995d2 !important;
}
.btn-link:hover {
    color: #12223a !important;
    background-color: #1995d2 !important;
}

.btn-outline-primary:hover {
    background-color: #1995d2 !important;
    color: #fff !important;
}

.border-primary {
    border-color: #1995d2 !important;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
    .w-custom-100 {
        width: 100%;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}

.company-switcher .form-select {
    min-width: 200px;
    max-width: 280px;
}

.bg-custom-auth {
    background-color: #ffffff;
}
.card-auth {
    box-shadow: none;
    border-radius: 0;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .company-switcher .form-select {
        min-width: 140px;
    }
    .bg-custom-auth {
        background-color: #e1f1f6;
    }
    .card-auth{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        background-color: #ffffff;
    }
    main > .container {
        padding: 30px 0 50px;
    }
}

/* Sidebar float toggle styles (copied from backend) */
.sidebar-float-toggle {
    position: fixed;
   /* top: 110px;*/
    left: 250px;
    z-index: 1001;
    border: none;
    background: #12223a;
    color: #fff;
    width: 32px;
    height: 90px;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
   /* box-shadow: 0 10px 20px rgba(54, 92, 245, 0.25);*/
    transition: left 0.3s ease-out, background 0.2s ease-in-out;
}
.sidebar-float-toggle:hover,
.sidebar-float-toggle:focus {
    /*background: #2e4ad6;*/
    color: #fff;
}
.sidebar-float-toggle__icon {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.sidebar-nav-wrapper.active + .sidebar-float-toggle {
    left: 0;
}
@media (max-width: 1199px) {
    .sidebar-float-toggle {
        left: 0;
    }
}

/* Apply to a component you want that seems no usable  */
.no-click-opacity {
    opacity: 0.5;
    pointer-events: none;
}

/* Used to style a custom spinner overlay */
.custom-spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1092;
    opacity: 1;
    background: rgba(255,255,255,0.5);
    pointer-events: all;
}
.w-60 {
    width: 60% !important;
}
.cookie-consent {
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
    padding: 20px 24px;
    z-index: 1100;
    display: none;
}
.cookie-consent__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cookie-consent__text h2 {
    font-size: 1.15rem;
    margin-bottom: 0.35rem;
}
.cookie-consent__text p {
    margin-bottom: 0;
    color: #475569;
}
.cookie-consent__link {
    display: inline-block;
    margin-left: 4px;
}
.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cookie-consent__modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    padding: 16px;
}
.cookie-consent__panel {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
}
.cookie-consent__panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookie-consent__close {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    color: #64748b;
}
.cookie-consent__panel-text {
    margin-top: 12px;
    color: #475569;
}
.cookie-consent__options {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cookie-consent__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}
.cookie-consent__option-description {
    display: block;
    font-size: 0.9rem;
    color: #64748b;
}
.cookie-consent__actions--panel {
    margin-top: 16px;
    justify-content: flex-end;
}
.cookie-consent__floating {
    position: fixed;
    bottom: 16px;
    left: 16px;
    z-index: 1000;
    border: none;
    background: #0f172a;
    color: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 0.9rem;
    display: none;
}
@media (min-width: 768px) {
    .cookie-consent {
        max-width: 720px;
        left: 24px;
        right: auto;
    }
    .cookie-consent__content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .cookie-consent__text {
        max-width: 420px;
    }
}
.bg-blue-medium {
    background-color: #235c84 !important;
}

@media (max-width: 767.98px) {
    .cookie-consent__floating {
        width: 4em !important;
        height: 4em !important;
        border-radius: 50% !important;
        padding: 0 !important;
        justify-content: center !important;
        align-items: center !important;
        display: flex !important;
    }
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }
}

