.page-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body {
    margin: 0;
    font-family: open sans, calibri;
    /*font-size: var(--bs-body-font-size);*/
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.login-col-pad {
    padding: 0;
}

.login-section {
    border: 2px solid rgba(208, 208, 208, 0.89);
    border-radius: 70px;
    box-shadow: 0 0 5px rgba(166, 166, 166, 0.89);
    padding: 50px 0px;
}

.sub-heading-h2 {
    font-size: 1.3rem;
    font-family: 'BioRhyme';
    font-weight: 600;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    color: rgba(0,0,0,0.7);
    padding-bottom: 20px;
}

.login-div-line {
    border-bottom: 1px solid rgba(208, 208, 208, 0.89);
    width: 90%;
    margin: 0 auto;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: calibri;
    font-size: 1.1rem;
}

.login-p {
    text-align: center;
    padding-top: 25px;
    font-weight: 600;
    color: rgba(0,0,0,0.7);
    font-size: 1.1rem;
    padding-bottom: 10px;
}

.login-user-div-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 15px;
    align-items: flex-end;
}

.login-label {
    width: 70px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    padding-right: 5px;
    font-weight: 600;
    color: rgba(0,0,0,0.7);
}

.login-input {
    padding: 5px;
    font-size: 1.1rem;
    width: 245px;
    border-radius: 10px;
    line-height: 1.2rem;
    padding: 8px;
}

.button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    justify-content: space-around;
}

.custom-btn:hover {
    background-color: #5aaae9;
    transform: translateY(-1px);
    transition: color .2s ease-in-out;
}

.custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #7dbef5;
    color: rgba(26,26,26,0.86);
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-bottom: 12px;
    width: 280px;
    text-align: center;
}

    .custom-btn.secondary-btn {
        background-color: #5cccae;
        color: rgba(26,26,26,0.78);
        font-weight: 600;
    }

        .custom-btn.secondary-btn:hover {
            background-color: #43bd9d;
            transition: all 0.3s ease;
            color: #f7f7f7;
        }

.header-element {
    border-bottom: none;
    box-shadow: 0 3px 5px rgb(166 166 166 / 89%);
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding-top: .7rem;
    padding-bottom: 0;
    background-color: rgba(0,0,0);
}

.portal-navbar {
    margin-top: 0;
    background-color: rgb(0, 0, 0);
    padding: 0;
}

.dajica-head-logo {
    padding-top: 15px;
}

@media (min-width:768px) {
    .navbar-expand-md .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border: 2px solid rgb(73, 129, 174);
    }
}

@media (min-width: 300px) {
    .nav-links-wrapper {
        flex-grow: 0;
        justify-content: flex-end;
    }
}

@media (min-width: 300px) {
    .navbar-nav {
        width: 100%;
        font-size: 0.8rem;
        border: none;
        top: initial;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        font-family: 'Lato';
        font-weight: 500;
        font-size: 0.9rem;
        width: 100%;
        position: relative;
        border: none;
        border-radius: 5px;
        border-top-right-radius: 0;
        top: 0px;
        /*background-color: #fff;*/
    }
}

@media (min-width: 300px) {
    .nav-item-link {
        text-align: center;
        background-color: rgb(0, 0, 0);
        color: #f7f7f7;
        background-color: rgb(0, 0, 0);
        color: #f7f7f7;
    }
}

@media (min-width: 768px) {
    .nav-item-link {
        width: initial;
        text-align: center;
    }
}

.nav-item-link.user {
    width: initial;
    margin-right: 10px;
}

.portal-link.navbar-navlink.width {
    width: 140px;
    color: #f7f7f7 !important;
    font-size: 0.75rem;
    font-weight: 200;
    line-height: 14px;
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

.navbar-navlink.width {
    color: #e3e3e3 !important;
    padding: 12px;
    font-size: 0.8rem;
    font-weight: 400 !important;
    line-height: 14px;
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0.02rem;
}

.dropdown-menu.show {
    display: block;
    top: 96%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

@media (min-width: 300px) {
    th {
        text-align: inherit;
        text-align: -webkit-match-parent;
        font-weight: 600;
        color: rgba(0,0,0,0.65) !important;
        font-size: 0.75rem;
    }
}

.fas.fa-check.projectList-icon {
    color: rgba(55, 224, 73, 0.96);
    padding-right: 3px;
}

@media (min-width: 300px) {
    .wide {
        width: 250px;
    }
}

@media (min-width: 768px) {
    .wide {
        width: 375px;
    }
}

.sidebar-title {
    border: none;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 2px solid rgba(208,208,208,0.89);
    font-size: 1rem;
    font-family: Roboto !important;
    text-shadow: none;
    font-weight: 600;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: Calibri;
    font-size: 0.9rem;
    line-height: inherit;
    font-size: 1.1rem;
    width: 245px;
    border-radius: 10px;
    line-height: 1.2rem;
    padding: 8px;
}

.star {
    color: red;
    padding-left: 3px;
}

@media (min-width: 300px) {
    .add-project-label {
        width: 150px;
    }
}

@media (min-width: 300px) {
    .add-project-label {
        width: 150px;
    }
}

@media (min-width: 1400px) {
    .add-project-label {
        width: 225px;
    }
}

@media (min-width: 300px) {
    .small-form-upload {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 5%;
        padding-top: 20px;
        align-items: center;
    }
}

.small-form-label {
    align-self: start;
    width: 150px;
    text-align: left;
    justify-content: flex-start;
    text-decoration: underline;
}

.custom-btn.secondary-btn.upload-btn {
    height: 32px;
    margin-top: 20px;
}

.installer-form1000CompleteWrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sm-td {
    width: 150px;
}

@media (min-width: 992px) {
    .details-form-col.small-box {
        padding-left: 30px;
    }
}

.userlog-th {
    text-align: left;
}

@media (min-width: 992px) {
    .page-paragraph {
        padding: 3% 0;
    }
}

.floor-heading.noteHeading {
    line-height: 2;
    font-size: 1.15rem;
    font-family: 'Lato';
    font-weight: 500;
    border-bottom: 2px solid rgba(208, 208, 208, 0.89);
    padding-left: 12px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
    width: 200px;
}

.red-btn:hover {
    background-color: #e06a6a !important;
}

.red-btn {
    background-color: #f28c8c;
    color: #1a1a1a;
}

/* ========================================
   General Page Styling
   ======================================== */

body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-bottom: 50px;
}

h1, h2, h3 {
    font-weight: 600;
}

/* ========================================
   Card Styling
   ======================================== */

.card {
    border-radius: 0.75rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.card-header {
    font-size: 1.2rem;
    flex-direction: column;
    background-color: #000000;
    color: #f1f1f1;
}

.card-body {
    font-size: 1rem;
}

/* ========================================
   Form Styling
   ======================================== */

.form-control {
    border-radius: 0.5rem;
}

    .form-control:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        border-color: #0d6efd;
    }

/* Input group button spacing */

.input-group .btn {
    border-radius: 0 0.5rem 0.5rem 0;
}

/* ========================================
   Table Styling
   ======================================== */

@media (min-width: 300px) {
    .table th, .table td {
        vertical-align: middle;
        overflow: hidden;
        font-size: 0.75rem;
    }
}

@media (min-width: 1200px) {
    .table th, .table td {
        vertical-align: middle;
        overflow: hidden;
        font-size: 0.9rem;
    }
}

/* ========================================
   Floating Flash Messages
   ======================================== */

.floating-success-box, .floating-error-box {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2000;
    padding: 12px 20px;
    opacity: 1;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    animation: fadeIn 0.3s ease-out;
}

.floating-success-box {
    background-color: #28a745;
    color: #fff;
}

.floating-error-box {
    background-color: #dc3545;
    color: #fff;
}

.floating-fail-box {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #c56464;
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 1000;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
    animation: failFadeIn 0.4s ease, failFadeOut 0.4s ease 3.6s forwards;
}

.floating-success-box {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #28a745;
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 1000;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
    animation: fadeIn 0.4s ease, fadeOut 0.4s ease 3.6s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

/* ========================================
   Buttons
   ======================================== */

@media (min-width: 300px) {
    .btn {
        border-radius: 0.5rem;
        font-weight: 600;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 768px) {
    .btn {
        font-size: 0.9rem !important;
    }
}

.btn-sm {
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem;
}

/* ========================================
   Navbar
   ======================================== */

@media (min-width: 300px) {
    .navbar-brand {
        font-weight: 700;
        font-size: 1.3rem;
        color: rgba(0,0,0,0.65);
        font-family: poppins, roboto;
    }
}

@media (min-width: 768px) {
    .navbar-brand {
        font-size: 1.5rem;
    }
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: rgba(0,0,0,0.6);
}

.navbar-nav .dropdown-menu {
    min-width: 10rem;
}

/* Layout */

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: #f9fbfd;
    color: #111827;
}

.layout {
    display: flex;
    min-height: 100vh;
}

/* Sidebar */

@media (min-width: 300px) {
    .sidebar {
        display: none;
    }
}

@media (min-width: 992px) {
    .sidebar {
        width: 237px;
        background: #fff;
        border-right: 2px solid #b1b1b1;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: sticky;
        top: 0;
        left: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 1030;
    }
}

.sidebar .profile {
    text-align: center;
    margin-bottom: 25px;
}

.sidebar .avatar {
    font-size: 48px;
    color: #9ca3af;
}

.sidebar .name {
    margin-top: 10px;
    font-weight: 600;
    font-size: 0.7rem;
}

.sidebar .menu ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

.sidebar .menu li {
    border-radius: 35px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

    .sidebar .menu li i {
        margin-right: 10px;
        font-size: 16px;
    }

    .sidebar .menu li.active {
        background: #f3f4f6;
        font-weight: 600;
        border-left: 3px solid #6fdcbf;
    }

/* Main */

.main-content {
    flex: 1;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-icons i {
    margin-left: 18px;
    font-size: 2rem;
    cursor: pointer;
    color: #4b5563;
}

/* Welcome */

/* Announcement */

.announcement-box {
    margin: 20px 0;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1rem;
}

/* Upcoming events */

.upcoming-events {
    margin-top: 20px;
}

    .upcoming-events h2 {
        font-size: 1.2rem;
        margin-bottom: 15px;
        font-family: roboto;
        text-decoration: underline;
    }

.filters {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .filters button {
        border: 1px solid #d1d5db;
        background: #fff;
        padding: 6px 16px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 14px;
    }

        .filters button.active {
            border-color: #111;
            font-weight: 600;
        }

.no-events {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-align: center;
    padding: 40px;
    color: #6b7280;
}

    .no-events i {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .no-events a {
        display: block;
        margin-top: 8px;
        color: #2563eb;
        font-weight: 500;
        text-decoration: none;
    }

.mt-4 {
    display: flex;
    margin-top: 0 !important;
    min-height: 100vh;
}

h1, h2 {
    color: #000000bd;
}

@media (min-width: 300px) {
    h2 {
        font-size: 1.4rem;
        font-family: poppins;
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 1.6rem;
    }
}

.dash-event-row {
    height: 75px;
}

.header-user-link {
    color: rgba(0,0,0,0.65);
}

.header-user-nav-link {
    width: 60px;
    justify-content: center;
}

.header-user-dropdown {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 25px;
    padding: 0;
    margin: 0;
    right: 0;
}

.navbar-main {
    height: 65px;
    max-width: 100%;
    background-color: rgba(91,166,251,0.27);
}

.dropdown-menu[data-bs-popper] {
    margin-top: var(--bs-dropdown-spacer);
    left: -100px;
    top: 43px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: -95px !important;
    }
}

.inProgress {
    color: rgba(234,118,53,0.95);
    font-size: 0.95rem;
    padding-right: 5px;
}

.main-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    background-color: #6fdcbf;
    color: #1a1a1a;
}

    .main-button:hover {
        background-color: #51c8a8;
        transform: translateY(-1px);
    }

.btn-large {
    width: 255px;
}

.btn-xs {
    background-color: rgba(176,201,255,0.8);
}

.main-button.manage-btn {
    height: 32px;
    font-weight: 500;
    padding: 12px 15px;
    /*margin-bottom: 0;*/
    width: 50px;
}

    .main-button.manage-btn:hover {
        background-color: #93c5fd;
        transition: 0.3s all ease-in-out;
    }

.main-button.delete-btn:hover {
    background-color: #f5727f;
    transition: 0.3s all ease-in-out;
}

.main-button.delete-btn {
    background-color: #e4858e;
    height: 32px;
    font-weight: 500;
    padding: 12px 15px;
    /*margin-bottom: 0;*/
    width: 50px;
}

.activeEvent-th {
    font-weight: 600;
    color: rgba(0,0,0,0.75) !important;
    font-size: 0.9rem;
}

@media (min-width: 300px) {
    .welcome-heading {
        font-size: 1.2rem;
    }
}

@media (min-width: 300px) {
    .tourny-table {
        padding: 0;
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .tourny-table {
        padding: 10px;
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .tourny-table {
        font-size: 1rem;
    }
}

@media (min-width: 300px) {
    .search-Form {
        width: 296px;
    }
}

@media (min-width: 768px) {
    .search-Form {
        width: 375px;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #f3f4f6;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
    padding: 5px 0 5px 15px;
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
}

.navbar-brand:focus, .navbar-brand:hover {
    color: rgba(0,0,0,0.65);
}

.navbar-toggler-icon {
    color: rgba(0,0,0,0.65);
}

.navbar-toggler {
    color: rgba(0,0,0,0.41);
}

.navbar-collapse {
    background-color: #f8f9fa;
}

@media (min-width:768px) {
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        background-color: rgba(91,166,251,0.27);
    }
}

.sidebar-link {
    color: #374151;
    text-decoration: none;
    font-weight: 400;
    width: 100%;
    padding-left: 15px;
    font-size: 0.9rem;
}

    .sidebar-link:hover {
        color: #8b0b1c;
        background-color: rgba(221,221,221,0.43);
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        border-left: 3px solid #8b0b1c;
        transform: translateX(-1px);
    }

.menu-div {
    width: 100%;
    padding-left: 5px;
}

.nav-item-side {
    width: 100%;
}

.button-sm {
    width: 140px;
    height: 34px;
}

.section-heading {
    background-color: rgba(82,82,82,0.89);
}

@media (min-width: 300px) {
    .sec-heading-text {
        color: #f5f5f5;
        font-size: 1.1rem;
        text-align: center;
        font-weight: 400;
        padding: 15px 0;
    }
}

@media (min-width: 768px) {
    .sec-heading-text {
        font-size: 1.25rem;
    }
}

.add-project-label {
    font-size: 0.8rem !important;
    width: 145px !important;
}

@media (min-width: 300px) {
    .form-div-wrapper.extra-top-margin {
        margin-top: 0;
    }
}

@media (min-width: 300px) {
    .inputXL.bottom-sitting-box-XL {
        width: 250px;
    }
}

@media (min-width: 300px) {
    .top-bottom-select {
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .top-bottom-select {
        flex-direction: column;
        align-items: self-start;
        padding-left: 7% !important;
        margin-bottom: 15px !important;
    }
}

@media (min-width: 300px) {
    .inputXL {
        width: 200px;
    }
}

.projectDetails-sub-cat-heading {
}

.accordion-button:not(.collapsed) {
    color: #f5f5f5;
    background-color: #000;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
    font-weight: 600;
    border: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1.25rem;
    color: #f7f7f7;
    font-weight: 500;
    text-align: left;
    background-color: rgba(106,105,105,0.89);
    border: 0;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-anchor: none;
    font-family: 'Open Sans', sans-serif;
    transition: var(--bs-accordion-transition);
}

    .accordion-button:hover {
        background-color: rgba(204,203,203,0.81);
        color: rgba(0,0,0,0.68);
    }

    .accordion-button:not(.collapsed) {
        color: rgba(0,0,0,0.68);
        background-color: rgba(208,208,208,0.33);
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
        border-radius: 0 !important;
        font-weight: 500;
    }

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none;
}

    .accordion-item:last-of-type > .accordion-collapse {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius);
        border: none;
        border-radius: 0 !important;
    }

.accordion-body {
    padding: 20px 0;
    border: none;
}

.accordian-main-class {
    padding-bottom: 30px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    border-radius: 0;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    border-radius: 0;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-radius: 0;
}

.sub-heading-icon {
    padding-right: 10px;
    color: #8b0b1c;
    font-size: 1.35rem;
}

@media (min-width: 300px) {
    .upload-form-heading {
        font-size: 0.9rem;
        font-weight: 600;
        color: rgba(0,0,0,0.7);
        text-decoration: underline;
        padding-top: 5px;
    }
}

@media (min-width: 768px) {
    .upload-form-heading {
        font-size: 0.95rem;
    }
}

.upload-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 300px) {
    .form-label-input-wrapper {
        display: flex;
        padding-bottom: 20px;
        width: 95%;
        margin: 0 auto;
    }
}

.upload-doc-label {
    font-size: 0.9rem !important;
    width: 202px !important;
    font-weight: 600 !important;
    color: rgba(0,0,0,0.7) !important;
}

@media (min-width: 300px) {
    .form-div-file-upload-wrapper {
        padding-bottom: 20px;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    .form-div-file-upload-wrapper {
        justify-content: center;
    }
}

@media (min-width: 300px) {
    .document-file-upload {
        width: 95%;
        margin: 0 auto;
        font-size: 0.9rem;
    }
}

@media (min-width: 576px) {
    .document-file-upload {
        width: 493px;
        margin: initial;
    }
}

@media (min-width: 576px) {
    .document-file-upload {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .document-file-upload {
        width: 465px;
    }
}

@media (min-width: 576px) {
    .document-upload-name-input {
        width: 320px;
    }
}

.table-trash-icon {
    color: #8b0b1c;
    font-size: 1.1rem;
}

    .table-trash-icon:hover {
        color: #d0253c;
        transform: translateY(-1px);
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

.open-icon-td {
    width: 60px;
}

.folder-open-icon:hover {
    color: #1362a0;
    transform: translateY(-1px);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.folder-open-icon {
    color: #2d9bf1;
    font-size: 1.1rem;
}

@media (min-width: 300px) {
    .display-table {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .display-table {
        font-size: 0.9rem;
    }
}

@media (min-width: 300px) {
    .hide-on-sm-th {
        display: none;
    }
}

@media (min-width: 768px) {
    .hide-on-sm-th {
        display: table-cell;
    }
}

@media (min-width: 768px) {
    .hide-on-sm-td {
    }
}

.link-transform:hover {
    transform: translateY(-1px);
    transition: all 0.3s ease-in-out;
}

.link-transform {
    text-decoration: none;
}

.link-span:hover {
    color: #0d324f;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.link-span {
    color: #1e79c1;
}

.filename-col-wrapper {
    padding-top: 15px;
    padding-bottom: 5px;
}

@media (min-width: 300px) {
    .filename-display-heading {
        font-size: 0.95rem;
        font-weight: 600;
        color: rgba(0,0,0,0.7);
        padding-left: 25px;
        border-bottom: 1px solid rgba(0,0,0,0.7);
        padding-bottom: 5px;
    }
}

.custom-btn.secondary-btn.wide.submit-btn-pos {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
}

@media (min-width: 300px) {
    .details-row-wrapper {
        padding-bottom: 0px;
        border-bottom: 2px solid rgba(0,0,0,0.58);
        border-top: 2px solid rgba(0,0,0,0.58);
        padding-top: 15px;
        margin-top: 6%;
    }
}

@media (min-width: 768px) {
    .details-row-wrapper {
        width: 90%;
        margin: 0 auto;
        border-radius: 20px;
        border: 2px solid rgba(166,166,166,0.89);
        margin-bottom: 3%;
    }
}

@media (min-width: 300px) {
    .details-task-heading {
        font-size: 1.1rem;
        padding-bottom: 10px;
        padding-left: 20px;
        border-bottom: 2px solid rgba(166,166,166,0.89);
    }
}

.section-complete-icon {
    color: rgba(55, 224, 73, 0.96);
    padding-left: 10px;
    font-size: 1.35rem;
}

.single-section-complete-icon {
    color: rgba(55, 224, 73, 0.96);
    padding-left: 10px;
    font-size: 1.2rem;
}

.unit-overview-section {
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 5%;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(166,166,166,0.89);
}

.unit-overview-span {
    font-size: 0.9rem;
    font-weight: 600;
}

.form-div-wrapper.unit-overview-wrapper {
    margin-bottom: 2px;
}

.unit-overview-label {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    color: rgba(0,0,0) !important;
    width: 150px !important;
}

.section-pending-icon {
    color: rgb(163, 10, 53);
    padding-left: 10px;
    font-size: 1.35rem;
}

.custom-req-label1 {
    width: 120px !important;
    padding-right: 15px !important;
    font-size: 0.95rem !important;
}

.custom-req-span1 {
    font-size: 0.95rem;
}

.top-area-req-div-wrapper {
    border-bottom: 1px solid #c1c1c1cc;
    padding-top: 5px;
}

.single-div-wrapper {
    padding-bottom: 10px;
}

.form-label {
    width: 122px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-self: center;
    padding-right: 5px;
    font-weight: 600;
    font-size: 0.8rem;
    color: rgba(0,0,0,0.7);
    margin-bottom: 0;
}

.custom-req-div-wrapper {
    display: flex;
    align-items: flex-start;
    padding-bottom: 5px;
}

.custom-req-label2 {
}

.custom-req-label2 {
    font-size: 0.9rem;
}

.custom-req-span2 {
    font-size: 0.9rem;
}

.not-complete-x-icon {
    color: rgb(163, 10, 53);
    padding-left: 10px;
    font-size: 1.2rem;
}

.upload-name-label {
    /*width: 200px !important;*/
    align-self: center;
    font-size: 0.9rem;
}

.drawing-dropdown-btn {
    background-color: #7dbef5;
    color: rgba(26,26,26,0.75);
    border: none;
    padding: 15px 15px 13px;
    width: 100%;
    font-weight: 600;
}

    .drawing-dropdown-btn:hover {
        background-color: #7dbef5;
        color: #f5f5f5;
    }

.shop-drawing-icon-td {
    width: 70px;
}

.custom-btn.secondary-btn.inline-table-btn {
    font-size: 0.75rem !important;
    padding: 4px 8px;
    margin: 5px 0;
}

@media (min-width: 300px) {
    .ps-small-col-wrapper {
        border-radius: 20px;
        border: 2px solid rgba(166,166,166,0.89);
        margin-bottom: 2%;
        margin-top: 2%;
    }
}

@media (min-width: 768px) {
    .ps-small-col-wrapper {
        margin-bottom: 0;
        margin-top: 3%;
    }
}

.details-task-heading.sm-col-heading {
    padding-top: 20px;
    padding-bottom: 15px;
}

.sm-col-form-div-wrapper {
    padding-bottom: 15px;
    width: 100%;
}

.fas.fa-exclamation.alert-icon {
    padding-left: 15px;
    font-size: 1.2rem;
    color: #8b0b1c;
}

@media (min-width: 300px) {
    .form-div-file-upload-wrapper.form-label-input-wrapper.issue-date-wrapper {
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .form-div-file-upload-wrapper.form-label-input-wrapper.issue-date-wrapper {
        padding-left: 5%;
        padding-top: 5px;
    }
}

@media (min-width: 1400px) {
    .form-div-file-upload-wrapper.form-label-input-wrapper.issue-date-wrapper {
        justify-content: center;
        width: 75%;
        margin: 0;
    }
}

.pre-site-textarea {
    width: 70%;
    border-color: #dee2e6;
}

@media (min-width: 300px) {
    .filename-col-wrapper.textarea-wrapper {
        padding-left: 10%;
    }
}

@media (min-width: 768px) {
    .filename-col-wrapper.textarea-wrapper {
        padding-left: 5%;
    }
}

.units-main-link-line {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.25rem;
    color: #f7f7f7;
    font-weight: 500;
    text-align: left;
    background-color: rgba(106, 105, 105, 0.89);
    border: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    overflow-anchor: none;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer !important;
    margin-bottom: 3%;
    text-decoration: none;
}

    .units-main-link-line:hover {
        background-color: rgba(204,203,203,0.81);
        color: rgba(0,0,0,0.68);
        transition: transform 0.2s ease-in-out;
    }

.icon-pad-left {
    padding-left: 4px;
}

.table-complete-check {
    color: rgba(55, 224, 73, 0.96);
    font-size: 1.1rem;
}

@media (min-width: 300px) {
    .unit-table {
        font-size: 0.85rem;
        overflow-x: auto;
    }
}

@media (min-width: 1200px) {
    .unit-table {
        font-size: 0.85rem;
    }
}

.table-details-button {
    font-family: cursive !important;
    color: rgba(0,0,0,0.7) !important;
    font-size: 0.80rem !important;
    padding-left: 25px;
    padding-right: 25px;
    width: 90px !important;
}

@media (min-width: 300px) {
    .table-td {
        text-align: center;
    }
}

.table-alert-icon {
    color: #8b0b1c;
    font-size: 1.1rem;
    padding-right: 5px;
}

.complete-inspection {
    width: 75%;
}

.small-blue-action-btn {
    margin-left: 20px;
    margin-top: 10px;
    font-family: cursive;
    font-weight: 600;
    font-size: 0.85rem !important;
}

.solidLine {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.25rem;
    color: #f7f7f7;
    font-weight: 500;
    text-align: left;
    background-color: rgba(106, 105, 105, 0.89);
    border: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    overflow-anchor: none;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 3%;
    text-decoration: none;
}

.floor-heading {
    padding-left: 10px;
    width: 300px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.55);
    font-size: 1.3rem;
    color: rgba(0,0,0,0.75);
}

.units-table-th {
    font-size: 0.8rem !important;
    font-weight: 700;
}

@media (min-width: 300px) {
    .detail-link.table-details-button.units-Details-butn {
        width: 90px !important;
        margin-left: 5px;
    }
}

@media (min-width: 1200px) {
    .detail-link.table-details-button.units-Details-butn {
        width: 120px !important;
    }
}

.units-table-row {
    padding: 35px 0;
    height: 35px;
}

.unitDetails-butn-td {
    width: 11%;
    padding: 15px 0 !important;
}

@media (min-width: 300px) {
    .projectList-icon.pending {
        color: rgb(163, 10, 53);
        font-size: 0.8rem;
        padding-right: 5px;
    }
}

@media (min-width: 300px) {
    .inProgress-icon {
        color: rgba(234,118,53,0.95);
        font-size: 0.8rem;
        padding-right: 5px;
    }
}

@media (min-width: 768px) {
    .projectList-icon.pending {
        font-size: 1rem;
    }
}

.input-not-complete {
    background-color: #f7b08954;
}

.info-request-box {
    width: 100%;
    background: #f8f9fa;
    border-left: 4px solid #c0392b;
    padding: 12px 15px;
    margin-top: 5px;
    font-size: 0.95rem;
    color: #000;
}

/* ================================
   Toggle Switch (Production)
   ================================ */

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8f1f2d;
    transition: 0.25s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: 0.25s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #5cccae;
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }

tr:has(input:checked) {
    background-color: rgba(40, 167, 69, 0.05);
}

.table-hover-highlight:hover {
    background-color: rgba(168, 213, 251, 0.34);
    transform: translateY(-1px);
    transition: 0.1s all ease-in-out;
}


.form-label.form-label.custom-req-label1.truck-schedule {
    width: 180px !important;
    font-size: 1.4rem !important;
    color: #000000b5;
    text-align: left;
    justify-content: left;
    padding-left: 10px;
}

.custom-req-span1.schedule-span