/* _content/NewResSystem/Components/DragDrop.razor.rz.scp.css */
.dropzone[b-gkfeu83a3z] {
    color: #444;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    border: 1px dashed var(--mainTheme);
    background-color: var(--colorWhite);
    border-radius: 7px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dropzone:hover[b-gkfeu83a3z] {
        background-color: #f3f3f3;
        color: #333;
    }

.dropzone-file-select-input[b-gkfeu83a3z] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropzone-drag[b-gkfeu83a3z] {
    background-color: palegreen;
}

.dropzone-file-select-input[b-gkfeu83a3z] {
    opacity: 0;
}
/* _content/NewResSystem/Components/UIElements.razor.rz.scp.css */
.toast[b-u19v3yh9hf] {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    margin: 20px;
    background-color: var(--colorWhite);
    border-radius: 7px;
    border: none;
    border-left: 5px solid var(--colorBlack);
}

    .toast .toast-box[b-u19v3yh9hf] {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        background-color: transparent;
    }

.toast-box i[b-u19v3yh9hf] {
    font-size: 30px;
    color: var(--colorBlack);
}

.toast-cnt[b-u19v3yh9hf] {
    margin: 0 15px;
}

    .toast-cnt .toast-status[b-u19v3yh9hf] {
        font-size: 16px;
        font-weight: 600;
        color: var(--colorBlack);
    }

    .toast-cnt .toast-msg[b-u19v3yh9hf] {
        font-size: 14px;
        color: var(--colorBlack);
    }

.toast-box button[b-u19v3yh9hf] {
    font-size: 18px;
    color: var(--colorBlack);
    padding: 0;
    border: none;
    margin-left: auto;
    background-color: transparent;
}

    .toast-box button i[b-u19v3yh9hf] {
        font-size: 24px;
        color: var(--colorBlack);
    }

.toast.toast-success[b-u19v3yh9hf] {
    background-color: #c5f7dc;
    border-left-color: #3ac279;
}

    .toast.toast-success i[b-u19v3yh9hf] {
        color: #3ac279;
    }

    .toast.toast-success .toast-cnt .toast-status[b-u19v3yh9hf] {
        color: #3ac279;
    }

    .toast.toast-success button i[b-u19v3yh9hf] {
        color: #3ac279;
    }

.toast.toast-warning[b-u19v3yh9hf] {
    background-color: #ffe8c3;
    border-left-color: #e89f2a;
}

    .toast.toast-warning i[b-u19v3yh9hf] {
        color: #e89f2a;
    }

    .toast.toast-warning .ti-circle-check-filled[b-u19v3yh9hf]:before {
        content: "\f6f0";
    }

    .toast.toast-warning .toast-cnt .toast-status[b-u19v3yh9hf] {
        color: #e89f2a;
    }

    .toast.toast-warning button i[b-u19v3yh9hf] {
        color: #e89f2a;
    }

.toast.toast-info[b-u19v3yh9hf] {
    background-color: #cde2ff;
    border-left-color: #3d84e5;
}

    .toast.toast-info i[b-u19v3yh9hf] {
        color: #3d84e5;
    }

    .toast.toast-info .ti-circle-check-filled[b-u19v3yh9hf]:before {
        content: "\f6d8";
    }

    .toast.toast-info .toast-cnt .toast-status[b-u19v3yh9hf] {
        color: #3d84e5;
    }

    .toast.toast-info button i[b-u19v3yh9hf] {
        color: #3d84e5;
    }

.toast.toast-error[b-u19v3yh9hf] {
    background-color: #ffcfcb;
    border-left-color: #e95a4d;
}

    .toast.toast-error i[b-u19v3yh9hf] {
        color: #e95a4d;
    }

    .toast.toast-error .ti-circle-check-filled[b-u19v3yh9hf]:before {
        content: "\f739";
    }

    .toast.toast-error .toast-cnt .toast-status[b-u19v3yh9hf] {
        color: #e95a4d;
    }

    .toast.toast-error button i[b-u19v3yh9hf] {
        color: #e95a4d;
    }
/* _content/NewResSystem/Pages/Properties/Availability/Availability.razor.rz.scp.css */

.ctm-datatable tbody tr td:last-child span[b-voqcigzcka] {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorBlack);
    padding: 5px 10px;
    border-radius: 7px;
    border-left: 5px solid;
}

.ctm-datatable tbody tr td.available span[b-voqcigzcka] {
    background-color: #91e9ab;
    border-left-color: #2ca62d;
    color: #2ca62d;
}

.ctm-datatable tbody tr td.unavailable span[b-voqcigzcka] {
    background-color: #e6e6e6;
    border-left-color: #828282;
    color: #828282;
}

.ctm-datatable tbody tr td.not-available span[b-voqcigzcka] {
    background-color: #e6e6e6;
    border-left-color: #828282;
    color: #828282;
}

.ctm-datatable tbody tr td.available-enq span[b-voqcigzcka] {
    background-color: #cde2ff;
    border-left-color: #2fb6fe;
    color: #2fb6fe;
}

.ctm-datatable tbody tr td.booked span[b-voqcigzcka] {
    background-color: #ffa69f;
    border-left-color: #cd0014;
    color: #cd0014;
}

.ctm-datatable tbody tr td.booked-ext span[b-voqcigzcka] {
    background-color: #ffcfcb;
    border-left-color: #e3757f;
    color: #e3757f;
}

.ctm-datatable tbody tr td.on-hold span[b-voqcigzcka] {
    background-color: #ffe8c3;
    border-left-color: #d08801;
    color: #d08801;
}

.table-availability tbody tr td:last-child span[b-voqcigzcka] {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorBlack);
    padding: 5px 10px;
    border-radius: 7px;
    border-left: 5px solid;
}

.table-availability tbody tr td.available span[b-voqcigzcka] {
    background-color: #91e9ab;
    border-left-color: #2ca62d;
    color: #2ca62d;
}

.table-availability tbody tr td.unavailable span[b-voqcigzcka] {
    background-color: #e6e6e6;
    border-left-color: #828282;
    color: #828282;
}

.table-availability tbody tr td.not-available span[b-voqcigzcka] {
    background-color: #e6e6e6;
    border-left-color: #828282;
    color: #828282;
}

.table-availability tbody tr td.available-enq span[b-voqcigzcka] {
    background-color: #cde2ff;
    border-left-color: #2fb6fe;
    color: #2fb6fe;
}

.table-availability tbody tr td.booked span[b-voqcigzcka] {
    background-color: #ffa69f;
    border-left-color: #cd0014;
    color: #cd0014;
}

.table-availability tbody tr td.booked-ext span[b-voqcigzcka] {
    background-color: #ffcfcb;
    border-left-color: #e3757f;
    color: #e3757f;
}

.table-availability tbody tr td.on-hold span[b-voqcigzcka] {
    background-color: #ffe8c3;
    border-left-color: #d08801;
    color: #d08801;
}
/* _content/NewResSystem/Pages/ResNotFound.razor.rz.scp.css */
.not-found[b-ew7olzc69u] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background-image: url(../wwwroot/images/not-found-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.not-found-cnt[b-ew7olzc69u] {
    margin: 50px 0;
}

    .not-found-cnt h1[b-ew7olzc69u] {
        font-size: 46px;
        font-weight: 700;
        color: var(--mainTheme);
        text-transform: uppercase;
        margin: 20px 0 15px;
    }

    .not-found-cnt p[b-ew7olzc69u] {
        font-size: 18px;
        color: #818181;
        margin-bottom: 30px;
    }

/* _content/NewResSystem/Pages/Unauthorized.razor.rz.scp.css */
.not-authorized[b-pzj06bbpm0] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/not-found-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.not-authorized-cnt[b-pzj06bbpm0] {
    margin: 50px 0;
}

    .not-authorized-cnt h1[b-pzj06bbpm0] {
        font-size: 46px;
        font-weight: 700;
        color: var(--mainTheme);
        text-transform: uppercase;
        margin: 20px 0 15px;
    }

    .not-authorized-cnt p[b-pzj06bbpm0] {
        font-size: 18px;
        color: #818181;
        margin-bottom: 30px;
    }
/* _content/NewResSystem/Shared/Layouts/AuthLayout.razor.rz.scp.css */
.page[b-z2ep3u464z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-z2ep3u464z] {
    flex: 1;
}

.sidebar[b-z2ep3u464z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-z2ep3u464z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-z2ep3u464z]  a, .top-row .btn-link[b-z2ep3u464z] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-z2ep3u464z] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-z2ep3u464z] {
        display: none;
    }

    .top-row.auth[b-z2ep3u464z] {
        justify-content: space-between;
    }

    .top-row a[b-z2ep3u464z], .top-row .btn-link[b-z2ep3u464z] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-z2ep3u464z] {
        flex-direction: row;
    }

    .sidebar[b-z2ep3u464z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-z2ep3u464z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-z2ep3u464z], article[b-z2ep3u464z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/NewResSystem/Shared/Layouts/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/NewResSystem/Shared/Layouts/UnauthLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/NewResSystem/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6iby8ynfpz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6iby8ynfpz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6iby8ynfpz] {
    font-size: 1.1rem;
}

.oi[b-6iby8ynfpz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6iby8ynfpz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6iby8ynfpz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6iby8ynfpz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6iby8ynfpz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6iby8ynfpz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6iby8ynfpz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6iby8ynfpz] {
        display: none;
    }

    .collapse[b-6iby8ynfpz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-6iby8ynfpz] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
