@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    overflow-y: auto;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.rates-style .row {
    padding-bottom: 0 !important;
}

.rates-style .col-md-3 {
    border-right: 1px solid;
    text-align: center;
    padding-bottom: 16px;
}

.rates-style .col-first {
    text-align: left !important;
}

.rz-button.btn-primary:hover {
    background-color: #df582f;
    border-color: #c94c27;
}

.rz-button.btn-primary:active {
    background-color: #c94c27 !important;
    border-color: #c94c27 !important;
}

.upload-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 13px;
    font-size: 17px;
    color: #b8b8b8;
}

.button-wrap {
    position: relative;
    z-index: 1;
}

.button {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #ff6d41;
    font-size: 1.0625rem;
    color: #fff;
}

    .button:hover {
        background-color: #df582f;
        border-color: #c94c27;
    }

    .button:active {
        background-color: #c94c27;
        border-color: #c94c27;
    }

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-color: #273329 !important;
    background-image: none !important;
}

    .sidebar .top-row {
        background-color: #365D39 !important;
    }

    .sidebar .navbar-brand {
        width: 85px;
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 1.25rem;
        font-size: 1.1rem;
        vertical-align: middle;
        top: auto;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        /*padding-bottom: 0.5rem;*/
        max-width: 100%;
    }

.row .content-between {
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0px;
    border-bottom: 1px solid #dee2e6;
}

.sidebar .nav-item:first-of-type {
    padding-top: 1rem !important;
}

.sidebar .nav-item:last-of-type {
    padding-bottom: 1rem;
}

.sidebar .nav-item a {
    color: #d7d7d7;
    border-radius: 0px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: inherit;
    gap: 0.375rem;
}

.sidebar .nav-link {
    padding: 1rem 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x) var(--bs-card-spacer-bottom) !important;
    color: var(--bs-card-color);
}

.card {
    --bs-card-spacer-y: 2rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-spacer-bottom: 1rem;
    --bs-card-title-spacer-y: 1rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: transparent;
    --bs-card-border-radius: 1rem;
    --bs-card-inner-border-radius: calc(1rem - 1px);
    --bs-card-cap-padding-y: 1rem;
    --bs-card-cap-padding-x: 2rem;
    --bs-card-cap-bg: rgba(0,0,0,.03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.ms-3 {
    margin-left: 1rem !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.h-100 {
    height: 100% !important;
}

.card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.fw-normal {
    font-weight: 600 !important;
}

.stick-font {
    font-family: 'Stick No Bills', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #365D39 !important;
}

.svg-icon {
    width: 50px;
    height: 50px;
    vertical-align: text-bottom;
    stroke: currentColor;
    stroke-width: 3;
    --layer1: currentColor;
    --layer2: currentColor;
    --layer3: currentColor;
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.py-3 {
    padding-left: var(--bs-card-spacer-x) !important;
    padding-right: var(--bs-card-spacer-x) !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.text-end {
    text-align: right !important;
}

.svg-inline--fa.fa-w-10 {
    width: 0.625em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -0.125em;
}

.link-color {
    color: #479CC8;
}

.rz-scheduler.slots-five {
    height: 811px !important;
}

.rz-scheduler.slots-ten {
    height: 811px !important;
}

.rz-scheduler.slots-fifteen {
    height: 811px !important;
}

.rz-scheduler.slots-twenty {
    height: 811px !important;
}

.rz-scheduler.slots-five {
    height: auto !important;
    margin-bottom: 1.5rem;
}

.rz-scheduler.slots-ten {
    height: auto !important;
    margin-bottom: 1.5rem;
}

.rz-scheduler.slots-fifteen {
    height: auto !important;
    margin-bottom: 1.5rem;
}

.rz-scheduler.slots-twenty {
    height: auto !important;
    margin-bottom: 1.5rem;
}

.rz-scheduler.slots-five .rz-week {
    flex: 0;
}

.rz-scheduler.slots-ten {
    flex: 0;
}

.rz-scheduler.slots-fifteen {
    flex: 0;
}

.rz-scheduler.slots-twenty {
    flex: 0;
}

.rz-scheduler.slots-five .rz-month-view .rz-slot {
    height: 145px !important;
}

.rz-scheduler.slots-ten .rz-month-view .rz-slot {
    height: 265px !important;
}

.rz-scheduler.slots-fifteen .rz-month-view .rz-slot {
    height: 385px !important;
}

.rz-scheduler.slots-twenty .rz-month-view .rz-slot {
    height: 505px !important;
}

.rz-cell-filter {
    height: 3rem;
}

.sidebar .nav-item a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.sidebar .nav-item a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.sidebar .footer-logo {
    width: 100px;
    margin-left: 20px;
}

.rz-event-content {
    height: 18px;
}

@media (min-width: 768px) {
    .sidebar .footer-logo {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translate(-50%, 0%);
        margin-left: 0px;
    }
}

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 175px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    /* $$$$$$$$$$$$$$$$$$$$$$$$$$  BEGIN CUSTOM  $$$$$$$$$$$$$$$$$$$$$$$$$$*/

    input[type=text], input[type=select] {
        display: block;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #3a0647;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #3a0647;
        border-radius: .25rem;
    }

    .sidebar .navbar-brand img {
        width: 100px;
    }

    .rz-switch {
        top: -20px;
        margin-right: 10px;
    }

    .rz-scheduler .rz-event-list-btn {
        top: 3px !important;
        margin-left: 172px !important;
        height: 0px !important;
        font-size: 12px;
        color: #479cc8 !important;
    }

    .rz-week {
        height: 50%;
    }

    .rz-scheduler-nav-prev-next .rz-button, .rz-scheduler-nav-prev-next .rz-paginator-element {
        background-color: #ff6d41;
    }

    .join-button-class {
        background-color: #479cc8;
        border-color: #479cc8;
        color: #ffffff;
        text-transform: uppercase;
        padding: 0.25rem 0.5rem;
        font-size: 0.6875rem;
    }

        .rz-scheduler-nav-prev-next .rz-button:hover, .rz-scheduler-nav-prev-next .rz-paginator-element:hover {
            background-color: #df582f;
            border-color: #c94c27;
        }

        .rz-scheduler-nav-prev-next .rz-button:active, .rz-scheduler-nav-prev-next .rz-paginator-element:active {
            background-color: #c94c27;
            border-color: #c94c27;
        }

    div.rz-datepicker-title > div.rz-dropdown {
        max-height: 35px;
    }

    .rz-button, .rz-paginator-element {
        background-color: #ff6d41;
        color: white;
    }

        .rz-button:hover, .rz-paginator-element:hover {
            background-color: #df582f;
            border-color: #c94c27;
            color: white;
        }

        .rz-button:active, .rz-paginator-element:active {
            background-color: #c94c27;
            border-color: #c94c27;
            color: white;
        }

    @import url('https://fonts.googleapis.com/css2?family=Stick+No+Bills:wght@700&display=swap');
    /* FOR LOGIN - PART 1 */
    .login-col-form .form-container.no-form {
        padding: 0;
        width: 70%;
        text-align: center;
    }

    .login-col-form .form-container .btn-login {
        text-transform: uppercase;
        font-family: 'Stick No Bills', sans-serif;
        font-size: 28px;
        padding: 24px 48px;
        width: 100%;
        cursor: pointer;
        color: #365d39;
    }

    /* END FOR LOGIN - PART 1 */

    .login-container {
        max-width: 100% !important;
        background: #365d39;
    }

    .login-col-image {
        background: #fff;
    }

        .login-col-image img {
            max-width: 100%;
        }

    .login-col-form {
        background: #365d39;
    }

        .login-col-form .form-container {
            background: #fff;
            padding: 100px 120px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 90%;
        }

            .login-col-form .form-container form {
                width: 376px;
                max-width: 100%;
                margin: 0 auto;
            }

                .login-col-form .form-container form input {
                    border: 1px solid #dadfe2;
                    border-radius: 4px;
                    background-color: #ffffff;
                }


            .login-col-form .form-container .btn-primary {
                background-color: #ff6240;
                border-color: #ff6240;
            }

                .login-col-form .form-container .btn-primary:hover {
                    background-color: #ea5232;
                    border-color: #ea5232;
                }

                .login-col-form .form-container .btn-primary:active {
                    background-color: #c94c27;
                    border-color: #c94c27;
                }

    @media (min-width: 768px) {
        .login-container {
            min-height: 100vh;
        }

        .login-col-image, .login-col-form {
            min-height: 100vh;
        }

            .login-col-image img.hawkeye {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 80%;
            }

            .login-col-image img.mrg {
                position: absolute;
                top: calc(50% + 180px);
                left: 50%;
                transform: translate(-50%, -50%);
                width: 170px;
            }
    }

    @media (max-width: 767px) {
        .login-container {
            min-height: 100vh;
        }

        .login-col-image {
            padding: 20px 20px;
        }

            .login-col-image img.hawkeye {
                width: 320px;
                margin: 0 auto;
                float: none;
                display: block;
            }

            .login-col-image img.mrg {
                width: 120px;
                margin: 20px auto 0;
                float: none;
                display: block;
            }

        .login-col-form {
            padding: 120px 20px;
        }

            .login-col-form .form-container {
                position: relative;
                padding: 100px 20px;
            }
    }
}

.rz-dialog-wrapper {
    display: flex;
    position: fixed;
    width: 85%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1001;
    align-items: center;
    justify-content: center;
}

.rz-dialog-content element.style {
    display: flex;
    justify-content: center;
    gap: 2em;
}

.rz-dialog-content img {
    width: 100%;
    height: auto;
}


.card {
    cursor: pointer;
}

    .card:hover .card-footer {
        background-color: #365D39 !important;
    }

        .card:hover .card-footer .link-color {
            color: #fff;
        }

    .card:hover .card-header {
        background-color: #365D39;
        color: #fff;
    }

    .card:hover .card-title {
        background-color: #365D39;
        color: #fff;
    }

.nav-container {
    overflow-y: auto;
    height: calc(100vh - 56px - 16px);
}

    .nav-container::-webkit-scrollbar {
        width: 10px;
        background-color: rgba(0,0,0,0);
    }

    .nav-container::-webkit-scrollbar-track {
        background-color: rgba(0,0,0,0);
        border-radius: 6px;
    }

    .nav-container::-webkit-scrollbar-thumb {
        border-radius: 8px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #babac0;
        border: 2px solid #273329;
    }
