﻿:root {
    --bs-body-font-family: 'Open Sans', sans-serif;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.pointer {
    cursor: pointer;
}

/* Default link style */
.blue_link {
    text-decoration: none; /* Remove underline */
    color: #184359; /* Blue color */
    font-weight: 500; /* Make the text bold */
    transition: color 0.3s ease; /* Smooth transition for color change */
}

.rotate-90 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
}

.rotate-180 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
}



.hr_menu {
    height: 1px;
    background-color: #33576a;
    margin: 20px 0px 20px 0px
}

.btn-primary {
    color: #fff;
    background-color: #184359;
    border-color: #184359;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #198AC4;
        border-color: #198AC4;
    }

body, html {
    height: 100%;
    background-color: #f7f7f8;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 225px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 225px;
    width: 0;
    height: 100%;
    margin-left: -225px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*border-right: 2px solid #efefef;*/
    font-weight: 400;
    background: #184359;
    /*background: linear-gradient(315deg, rgba(24,67,89,1) 0%, rgba(26,90,122,1) 100%);*/
}

#wrapper.toggled #sidebar-wrapper {
    width: 225px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 225px;
}

.btn-default#menu-toggle, .btn-default#menu-toggle:hover, .btn-default#menu-toggle:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    color: #DB1849;
}
/* Sidebar Styles */
.sidebar-nav {
    /*position: absolute;*/
    top: 0;
    width: 225px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 12px;
    padding-right: 12px;
}

    .sidebar-nav .dashboard {
        background: url('/images/svg/category_icon_184012.svg') no-repeat left;
    }


    .sidebar-nav .logout {
        background: url('/images/svg/logout_icon_184025.svg') no-repeat left;
    }

    .sidebar-nav .support, .sidebar-nav .notification {
        background: url('/images/svg/send_icon_184001.svg') no-repeat left;
    }

    .sidebar-nav .calendar {
        background: url('/images/svg/calendar_icon_183943.svg') no-repeat left;
    }

    .sidebar-nav .errorManagement {
        background: url('/images/svg/danger_square_icon_184000.svg') no-repeat left;
    }

    .sidebar-nav .newsletter {
        background: url('/images/svg/document_icon_183963.svg') no-repeat left;
    }

    .sidebar-nav .forum {
        background: url('/images/svg/chat_icon_184003.svg') no-repeat left;
    }

    .sidebar-nav .queue {
        background: url('/images/svg/user_icon_183985.svg') no-repeat left;
    }

    .sidebar-nav .members {
        background: url('/images/svg/user_icon_183986.svg') no-repeat left;
    }

    .sidebar-nav .housingFolder {
        background: url('/images/svg/folder_icon_183978.svg') no-repeat left;
    }

    .sidebar-nav .accountSettings {
        background: url('/images/svg/setting_icon_183959.svg') no-repeat left;
    }

    .sidebar-nav .policeInformation {
        background: url('/images/svg/shield_done_icon_184017.svg') no-repeat left;
    }

    .sidebar-nav .sidebar-nav-menu {
        background-size: 20px auto;
        background-position: 15px center;
        padding-left: 15px;
        margin-bottom: 7px;
    }

.selected-company-container {
    padding: 15px 15px 5px 15px;
    border-radius: 10px;
    background: #0D2734;
    margin: 10px;
    margin-bottom: 20px;
}

.icon-email {
    background: url('/images/svg/delete_icon_183992.svg') no-repeat left;
    background-size: 20px 20px;
    margin-left: 30px;
    background-color: yellow;
    height: 20px;
}


.nabbe {
    background: url('/images/svg/danger_square_icon_184000.svg') no-repeat left;
    background-size: 20px auto;
}

    .nabbe > svg {
        filter: brightness(0) invert(1);
    }

.sidebar-nav li {
    text-indent: 30px;
    line-height: 48px;
}

    .sidebar-nav li a {
        display: block;
        text-decoration: none;
        color: #fff;
    }

        .sidebar-nav li a:hover {
            text-decoration: none;
            color: #fff;
        }

        .sidebar-nav li a:active, .sidebar-nav li a:focus {
            text-decoration: none;
        }



.sidebar-nav .sidebar-brand {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .sidebar-nav .sidebar-brand img {
        width: 160px;
    }

.sidebar-nav ul {
    list-style: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
}

    .sidebar-nav ul > li {
        font-size: 13px;
    }

        .sidebar-nav ul > li > a {
            color: #ddd;
            text-decoration: none;
            padding-left: 10px;
        }

            .sidebar-nav ul > li > a:hover {
                color: #fff;
                background: rgba(255, 255, 255, 0.6);
            }

@media(min-width:768px) {
    #sidebar-wrapper {
        width: 225px;
    }

    #wrapper {
        padding-left: 225px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

            #wrapper.toggled #sidebar-wrapper {
                width: 0;
            }

            #wrapper.toggled #page-content-wrapper {
                position: relative;
                margin-right: 0;
            }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
}

.card {
    border-radius: 8px;
    box-shadow: 0px 0px 10px #f6f6f6;
}

.card-body {
    padding: 2rem 2rem;
}

.icon-color-white path {
    stroke: white;
}



.history-notification {
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 5px;
}

.notification-planerad-driftavbrott {
    border-left: 5px solid #f6ac37;
}

.notification-oplanerad-driftavbrott {
    border-left: 5px solid #f58a3d;
}

.notification-information {
    border-left: 5px solid #3c8dca;
}

.notification-erbjudande {
    border-left: 5px solid #d0d85e;
}

.notification-viktigt-meddelande {
    border-left: 5px solid #3c8dca;
}

.notification-kalender {
    border-left: 5px solid #f24056;
}

.dashboard__rightColumn {
    color: #052749;
    font-size: 20px;
    font-weight: bold;
}

.dashboard__leftColumn {
    font-weight: 500;
    margin-top: 5px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    vertical-align: middle;
    font-size: 18px;
    border-radius: 25px;
}

.btn_1 {
    background-color: #d2eef3 !important;
    color: #006f85 !important;
}

.btn_2 {
    background-color: #fef6f6 !important;
    color: #bd0600 !important;
}

.btn_3 {
    background-color: #fef8e7 !important;
    color: #9e7903 !important;
}

.btn_4 {
    background-color: #f1faf5 !important;
    color: #007337 !important;
}

.text-right {
    text-align: right !important;
}

#InStoreApp {
    text-align: center;
}

    #InStoreApp h1 {
        color: #3f3f40;
        font-family: ICA Rubrik;
        font-size: 2.5rem;
        letter-spacing: -.1rem;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #InStoreApp .branding button, .divButton {
        font-size: 15px;
        font-family: Arial;
        width: 80%;
        height: 50px;
        border-width: 1px;
        color: #fff;
        border-color: #d02718;
        font-weight: bold;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        box-shadow: 3px 4px 0px 0px #8a2a21;
        text-shadow: 0px 1px 0px #810e05;
        background: linear-gradient(#c62d1f, #f24437);
        margin-bottom: 20px;
    }

        #InStoreApp .branding button:hover, .divButton:hover {
            background: linear-gradient(#f24437, #c62d1f);
        }

.divButton {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    cursor: pointer;
}


#InStoreApp nav {
    background-color: #ffffff;
    border-bottom: 1px solid #c8c8c8;
    padding: 20px;
    text-align: center;
}

#InStoreApp footer {
    background-color: #ffffff;
    border-top: 1px solid #c8c8c8;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.feedbackPopup {
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 90%; /* Need a specific value to work */
    min-height: 300px;
    box-shadow: 0 0 5px #676767;
    border-radius: 20px;
}

.policeInformationBadgeIcon {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: red;
    margin-top: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

.pastViewDate {
    background-color: #ffd4d4;
}

.account_areaCode_box {
    background-color: #f7f7f9;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    border-top: 4px solid #189fdb
}


    .account_areaCode_box tt {
        font-size: 60px;
        font-weight: 600;
        font-family: 'Courier New';
    }

    .account_areaCode_box div {
        font-size: 15px;
        font-weight: 600;
    }

    .account_areaCode_box span {
        font-size: 20px;
        text-transform: uppercase;
    }

.subscribers {
    background-color: rgba(254,235,200, 1);
    border-radius: 5px;
    color: rgba(156,66,33,1);
    text-align: center;
    font-size: 70px;
    font-weight: 600
}

.securityAccessLabel {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 8px;
    font-weight: 600;
    background-color: aquamarine;
    padding: 8px;
    border-radius: 5px;
    background-color: rgba(254,235,200,1);
    color: rgba(156,66,33,1);
}

.securityAccessLabelColor {
    background-color: rgba(190,227,248,1);
    color: rgba(44,82,130,1);
}

.members_profile_displayProfileImage {
    height: 150px;
    width: 150px;
    background-size: cover;
    border-radius: 50%;
    border: 4px solid #184359;
    margin-left: auto;
    margin-right: auto;
}

.members_profile_name {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
}

.members_profile_mobile {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.members_profile_email {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: [col1-start] auto [col2-start] auto [col3-start] auto [col3-end];
    grid-template-rows: [row1-start] auto [row2-start] auto [row2-end];
}

.box {
    background-color: #444;
    border-radius: 5px;
    padding: 20px;
    font-size: 150%;
}

.a {
    grid-column: col1-start;
    grid-row: row1-start / row2-end;
    background-color: #fff;
}

.b {
    background-color: #e6f5fd;
    grid-column: col3-start / col2-start;
    grid-row: row1-start;
}

.c {
    background-color: #e6f5fd;
    grid-column: col3-start;
    grid-row: row1-start;
}

.d {
    background-color: #e6f5fd;
    grid-column: col2-start;
    grid-row: row2-start;
}

.e {
    background-color: #e6f5fd;
    grid-column: col3-start;
    grid-row: row2-start;
}

.members_profile_statBox {
    position: absolute;
    margin-top: -30px;
    margin-left: 50px;
    line-height: 25px;
}

    .members_profile_statBox div:first-child {
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .members_profile_statBox div:nth-child(2) {
        font-size: 14px;
        text-transform: uppercase;
    }

.members_profile_hr {
    height: 1px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.members_profile_blockedBadge {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: red;
    border-radius: 50%;
}

    .members_profile_blockedBadge img {
        width: 30px;
        -webkit-filter: invert(100%); /* Safari/Chrome */
        filter: invert(100%);
        margin-left: 5px;
        margin-top: 4px;
    }

.members_prodile_errorReportProperties {
    margin-left: 40px;
}

    .members_prodile_errorReportProperties .form-check-label {
        font-weight: 100;
    }



.sidebar-nav .leftMenuActive {
    background-color: #135577;
    border-radius: 4px;
}

.sidebar-nav li:hover {
    background-color: #33576a;
    border-radius: 4px;
}

.sidebar-nav .sidebar-brand:hover {
    background-color: transparent !important;
}

.version {
    font-size: 12px !important;
}
/*a {
    display: block;
    width: 150px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    background-color: #0f72e5;
    border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
    color:white;
}

a:hover {

    color: white;
}*/

/* Container styles for the chat UI */
.chat-message-container {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
}

    /* Admin messages on the right */
    .chat-message-container.admin-message {
        justify-content: flex-end;
    }

/* Chat message styles */
.chat-message {
    max-width: 60%;
    padding: 10px 15px;
    border-radius: 15px;
    position: relative;
}

/* Different colors for admin and user messages */
.chat-message-container.admin-message .chat-message {
    background-color: #d1e7dd; /* Light green for admin */
    border: 1px solid #badbcc;
    text-align: left;
}

.admin-message > div > div {
    text-align: right;
}

.chat-message-container.user-message .chat-message {
    background-color: #f8f9fa; /* Light gray for user */
    border: 1px solid #e9ecef;
    text-align: left;
}

/* Add some spacing between messages */
.chat-message + .chat-message {
    margin-top: 10px;
}

/* Customize the badge for admin */
.badge.bg-dark {
    margin-right: 5px;
    font-size: 12px;
}

.company-initials-container img {
    width: 100%;
    padding: 10px;
    margin-bottom: 4px;
    margin-right: auto;
    margin-left: auto;
}

.company-title {
    color: white;
    text-align: center;
    font-size: 20px;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom: 1px solid #dee2e6;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 500;
}

.table tbody tr td {
    font-size: 15px;
    font-weight: 400;
}

.bonera-submenu-container {
    background-color: white;
    border-bottom: 1px solid #dee2e6;
    border-top: 0px solid #dee2e6;
    font-size: 14px;
}

.bonera-submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.subMenuActive {
    background-color: #e2e2e2;
    color: #fff;
    font-weight: 500;
    margin: 10px;
    border-radius: 4px;
}

.bonera-submenu li {
    float: left;
}

    .bonera-submenu li:first-child {
        margin-left: 10px;
    }

    .bonera-submenu li a {
        display: block;
        color: #0d2734;
        text-align: center;
        text-decoration: none;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px 10px 10px 0px;
    }

        .bonera-submenu li a:hover {
            background-color: #33576a;
            border-radius: 4px;
            color: #fff;
        }

.top-bar {
    background-color: #fff;
}

.page-link {
    color: #184359;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #184359;
    border-color: #184359;
}

.platform_news_date {
    font-size: 14px;
    color: #999999;
}

.platform_news_headline {
    color: #184359;
}

.membersRole {
    font-weight: 100;
    font-size: 10px !important;
    margin-left: 5px !important;
}

.contact-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
}

.swalContainer {
    padding: 20px;
}

.role-badge {
    display: inline-block;
    background: #e8f1ff;
    color: #5393ff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.name {
    font-size: 30px;
    color: #333333;
    margin: 10px 0;
}

.contact-info {
    margin-top: 15px;
}

.card-body-inner {
    cursor: pointer;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.swalicon {
    width: 30px;
    height: 30px;
    background-color: #cbe7f5 !important;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.email-icon {
    background: url('/images/svg/dark/message_icon_183956.svg') no-repeat center;
    background-size: 20px;
}

.phone-icon {
    background: url('/images/svg/dark/calling_icon_184011.svg') no-repeat center;
    background-size: 18px;
}

.notes-icon {
    background: url('/images/svg/dark/edit_icon_183994.svg') no-repeat center;
    background-size: 18px;
}

.contact-link {
    color: #555555;
    font-size: 14px;
    text-decoration: none;
}

    .contact-link:hover {
        text-decoration: underline;
    }

.swalheader {
    border-start-start-radius: 5px;
    border-start-end-radius: 5px;
    background-color: #cbe7f5;
    height: 160px;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
    font-size: 60px;
    text-transform: uppercase;
    color: #184359;
}

.swalnotes {
    text-align: left;
    margin-top: 20px;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.dashboard_other_contact_icon {
    margin: 0px;
    padding: 0px;
    padding: 15px;
    border: 3px solid #fffffF;
    margin-left: -5px;
}

    .dashboard_other_contact_icon:nth-child(2n) {
        margin-left: -15px;
    }

    .dashboard_other_contact_icon:nth-child(3n) {
        margin-left: -15px;
    }

.dashboard_other_contact_badge {
    display: inline-block;
    background: #e8f1ff;
    color: #184359;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.swalcardeditbutton {
    position: absolute;
    top: 170px;
    right: 10px;
    opacity: 0.5;
}

    .swalcardeditbutton:hover {
        opacity: 1;
    }

    .swalcardeditbutton img {
        width: 20px;
    }

.mandatoryField {
    color: red;
    margin-left: 3px;
}


.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}


.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.form-switch.form-switch-md label {
    margin-top: 5px;
    margin-left:5px;
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}


.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.valid {
    color: green;
}

.invalid {
    color: red;
}

#requirements {
    display: none;
    font-size: 14px;
    margin-top: 10px;
}

.password-requirement {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .password-requirement input {
        pointer-events: none; /* Make checkboxes readonly */
    }

.mobile_header {
    height: 50px;
    padding-top: 15px;
    background-color: #184359;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.mobile_main_container {
    background-color: white;
    padding: 10px;
    padding-bottom: 60px;
    padding-top: 60px;
}

.mobile_time_and_status {
    
}

.mobile_status {
    margin-top:-5px;
}

.mobile_profile {
    margin-top: 10px;
}

.mobile_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #184359;
    margin-left: -10px;
    padding: 10px;
    padding-left:20px;
}

.version_updates_unread_messages {
    position: absolute;
    top: 9px;
    right: 13px;
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    border-radius: 50%;
}

.admin_badge {
    display: inline-block;
    background: #a5cab9;
    color: #236346;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 5px;
}

.user_badge {
    display: inline-block;
    background: #dedede;
    color: #6c6c6c;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 5px;
    text-align:left;
}

#wrapper.toggled .error_report_footer {
    width: 100%;
}




    .error_report_footer {
        width: calc(100% - 225px);
        background-color: #e8e8e8;
        margin-right: 2240px;
        border-top: 1px solid #e0e0e0;
        padding: 10px;
        bottom: 0;
        position: fixed;
    }

        .error_report_footer .card-body {
            background-color: greenyellow;
        }

@media(max-width:768px) {
    .error_report_footer {
        width: 100%;
    }
}

#bonera-news {
    padding: 10px;
    border-radius: 50%;
}

#bonera-news:hover {
    background-color: #ededed;
    padding: 10px;
    border-radius: 50%;
}

.article-container {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 16px;
}

.article-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .article-header img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 8px;
        border: 0px solid #184359;
    }

    .article-header .article-category {
        font-weight: bold;
        color: #184359;
    }

.article-title {
    font-size: 1.25rem;
    margin: 8px 0;
    color: #333;
}

.article-description {
    color: #555;
    margin-bottom: 16px;
}

.article-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #777;
    font-size: 0.9rem;
}

    .article-footer span {
        
        align-items: center;
    }

.article-category a {
    color: #184359;
    text-decoration: none;
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 10px -5px 0;
    margin-left: 20px;
}
.icon-heart {
    background-image: url('/images/svg/heart_icon_183734.svg');
}

.icon-heart-filled {
    background-image: url('/images/svg/heart_icon_183856.svg');
}

.icon-thumbs-up {
    background-image: url('/images/svg/dark/chat_icon_184003_black.svg');
}

.icon-flaggedComment {
    background-image: url('/images/svg/dark/danger_square_icon_184000_black.svg');
}

.forumPost {
    background-color: #fafafa;
}

.forumPost-flagged {
    background-color: #ffdcdc;
}

.forumId {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.0;
}

.calendar-header {
    text-align: center;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .calendar-header h2 {
        margin: 0;
        flex-grow: 1;
        text-align: center;
    }

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    flex-grow: 1;
}

.day-name, .day {
    text-align: left;
    padding: 0.5rem;
    border-radius: 5px;
    min-height: 70px;
    box-sizing: border-box;
    overflow: auto;
}

.day-name {
    font-weight: bold;
    background: #e5e7eb;
    text-align: center;
    padding-top:23px;
}

.day {
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height:85px;
}

    .day.booked {
        background-color: #dbeafe;
        color: #1e3a8a;
    }

    .day .date-number {
        font-weight: bold;
        margin-bottom: 4px;
    }

.BookingUser {
    font-size: 13px;
}

.file-upload-container {
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    margin-top: 20px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}

.drop-zone {
    border: 2px dashed #0066cc;
    border-radius: 6px;
    padding: 30px;
    text-align: center;
    transition: background-color 0.3s;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #f0f7ff;
}

    .drop-zone.drag-over {
        background-color: #e6f2ff;
        border-color: #0055aa;
    }

.drop-zone-text {
    margin: 0;
    color: #666;
    font-size: 16px;
}

.drop-zone-icon {
    font-size: 36px;
    color: #0066cc;
    margin-bottom: 10px;
}

.file-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 8px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.file-name {
    flex-grow: 1;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-size {
    color: #666;
    font-size: 14px;
    margin-right: 15px;
}

.delete-button {
    background-color: #ff4d4d;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

    .delete-button:hover {
        background-color: #ff3333;
    }

.progress-container {
    height: 8px;
    width: 100%;
    background-color: #e6e6e6;
    border-radius: 4px;
    margin-top: 5px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: #0066cc;
    width: 0%;
    transition: width 0.3s ease;
}

.upload-status {
    color: #22c55e;
    font-weight: bold;
    margin-top: 5px;
    display: none;
}

.drop-zone.drag-over {
    background-color: #dcfce7;
    border-color: #16a34a;
}

.form-title {
    font-size: 14px;
}

#fileListOld .file-item {
    background-color: #f7e8d4;
}

.file-item .file-name a {
    color: black;
    text-decoration: none;
}

    .file-item .file-name a:hover {
        color: black;
        text-decoration: underline;
    }