﻿@import 'header.css';
@import 'nvabar.css';
@import 'batch/batch.css';
@import 'managereport/managereport.css';

@font-face {
    font-family: 'elzatexttrial-regular', 'Arial', sans-serif;
    src: url('../vendor/elzafont/elzatexttrial-regular.otf') format('opentype');
}

body {
    color: black;
    overflow: hidden;
    font-family: elzatexttrial-regular, 'Arial', sans-serif;
    background-color: white;
}

.slider-alert {
    position: fixed;
    top: 5px;
    right: -300px;
    background-color: rgba(224, 169, 18, 1);
    background-color: #fff3cd;
    color: #856404;
    padding: 5px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: right 0.5s ease-in-out;
    z-index: 1000;
    font-weight: bold;
    font-size: 12px;
    border-color: #fff3cd;
}

    .slider-alert.show {
        right: 20px;
    }

.slider-alert-close-btn {
    background: none;
    border: none;
    color: #856404;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
}

.nav-tabs {
    background: #EEEDE8 !important;
}
.nav-tabs .nav-link {
    color: #777775 !important;
}
.nav-tabs .nav-link.active {
    color: #241E1F !important;
}

.modal-backdrop {
    background-color: #E4E2DB;
}

input[type="file"] {
    padding: 4px;
    margin: -4px;
    position: relative;
    outline: none;
}

    input[type="file"]::file-selector-button {
        border-radius: 4px;
        padding: 0 16px;
        height: 40px;
        cursor: pointer;
        background-color: white;
        border: 1px solid rgba(0, 0, 0, 0.16);
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
        margin-right: 16px;
        width: 132px;
        color: transparent;
    }

        input[type="file"]::file-selector-button:hover {
            background-color: #f3f4f6;
        }

        input[type="file"]::file-selector-button:active {
            background-color: #e5e7eb;
        }

    input[type="file"]::before {
        position: absolute;
        pointer-events: none;
        top: 14px;
        left: 16px;
        height: 20px;
        width: 20px;
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
    }

    input[type="file"]::after {
        position: absolute;
        pointer-events: none;
        top: 12px;
        left: 40px;
        color: #0964b0;
        content: "Upload File";
    }

    input[type="file"]:focus-within::file-selector-button, input[type="file"]:focus::file-selector-button {
        outline: 2px solid #0964b0;
        outline-offset: 2px;
    }

.file-wrapper {
    background-color: #efefef;
    padding: 32px;
    border-radius: 20px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #b4aab6 #ffffff;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 16px;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #b4aab6;
        border-radius: 10px;
        border: 3px solid #ffffff;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    color: black;
    font-size: small;
}
.swal2-confirm {
    background-color: #28a745 !important;
}

#sidebar-menu .active {
    color: #8500ff;
    background-color: unset;
}
.topnavbar-wrapper .topnavbar {
    box-shadow: 0 1px 2px 0 #0000002e;
}

ul.nav.nav-tab {
    background: rgb(255, 255, 255);
    margin: -20px;
    padding: 10px 20px 20px;
}

.page-menu-nav {
    padding-top: 20px !important;
}

.page-menu-bar {
    margin-bottom: 40px;
}

.htmleditor-container {
    padding: 10px;
    border: 1px solid silver;
    border-radius: 0.25rem;
}

.logo {
    padding: 5px;
    max-width: 100px;
    max-height: 60px;
}

.logo-link {
    text-decoration: none;
}

    .logo-link:hover {
        text-decoration: none;
    }

.logo-text {
    display: inline;
    font: bolder 24px Tahoma;
    text-decoration: none;
    color: black;
    vertical-align: middle;
}

.footer {
    height: 20px;
    font-size: small;
    width: 100%;
    text-align: center;
    border-top: solid 1px whitesmoke;
    color: silver;
    margin-top: 5px;
}

.header-link {
    float: right;
    padding: 0 15px 2px 15px;
    background-color: mediumpurple;
    border-radius: 15px;
    border: solid 2px mediumpurple;
    font-size: 15px;
    color: white;
    margin: 10px;
    width: 120px;
    text-align: center;
    font-weight: bold;
    height: 30px;
}

    .header-link:hover {
        color: mediumpurple;
        border: solid 2px mediumpurple;
        background-color: white;
        text-decoration: none;
        padding-top: 1px;
        cursor: pointer;
    }

.header-icon {
    float: right;
    font-size: 15px;
    color: mediumpurple;
    margin: 10px 10px 0 0;
    font-weight: bold;
}

    .header-icon:hover {
        color: rebeccapurple;
        text-decoration: none;
        cursor: pointer;
    }


.footer-right {
    font-size: 12px;
    color: mediumpurple;
    float: right;
    margin: 0px 5px;
}

.footer-left {
    font-size: 12px;
    color: mediumpurple;
    float: left;
    margin: 0px 5px;
}

.btn-join {
    background-color: mediumpurple;
    color: white;
}

.login-wrapper {
    width: 100%;
    padding: 10px;
}

.login-form {
    padding: 15px;
    margin: 10px auto;
    width: 100%;
    max-width: 450px;
}

    .login-form h4 {
        color: silver;
    }

.login-label {
    font: bold 20px Tahoma;
    width: 100%;
}

.login-input {
    width: 100%;
    padding-bottom: 6px;
    border: none;
    border-bottom: 1px solid #B4BBBF;
    color: #313131;
    outline: none;
    font-size: 16px;
}

.login-checkbox {
    width: 13px;
    height: 13px;
    border: 1px solid gray;
    border-radius: 20%;
}

.login-legal {
    font-size: 12px;
    font-weight: 400;
    color: #313131;
}

.validation-message {
    color: red;
    font: bold 12px Tahoma;
    margin-top: 10px;
}

.btn-submit-wrapper {
    width: 100%;
    text-align: right;
}

.btn-submit {
    background-color:  rgba(224, 169, 18, 1);
    border: 2px solid #EAA700;
    border-radius: 2.5rem;
    font-size: 15px;
    color: #3C3B3A;
    width: calc(100% - 100px);
    text-align: center;
    font-weight: bold;
    height: 40px;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color:  rgba(244, 209, 58, 1);
    border: 2px solid #FAB710;
    color: #4C4B4A;
}

.btn-submit:hover {
    color: #3C3B3A;
    border: 2px solid #EAA700;
    background-color: white;
    text-decoration: none;
    cursor: pointer;
}


.secondary-btn-submit {
    background-color: #E4E2DF;
    border: 1px solid #D5D2CC !important;
    border-radius: 2.5rem;
    font-size: 15px;
    color: #3C3B3A;
    width: calc(100% - 100px);
    text-align: center;
    font-weight: bold;
    height: 40px;
    background-color: white !important;
    border-color: #777775;
}

    .secondary-btn-submit:hover {
        border:2px solid rgba(224, 169, 18, 1) !important;
        background-color: rgba(224, 169, 18, 1);
        text-decoration: none;
        cursor: pointer;
    }

.success-body {
    font: 14px Tahoma;
    color: darkslategrey;
    padding: 15px;
}

.success-header {
    font: bold 2.5rem Tahoma;
    color: mediumpurple;
    padding-bottom: 15px;
}

.error-body {
    padding: 5px 10px 5px 10px;
}

.error-header {
    color: red;
    font: bold 16px Tahoma;
    padding: 5px 10px 5px 10px;
    width: 100%;
    text-align: center;
}
.error-message {
    font: normal 12px Tahoma;
    padding: 5px 5px 5px 5px;
}

.login-header {
    width: 100%;
    text-align: center;
}

.login-form-footer {
    font-size: small;
    text-align: center;
    width: 100%;
}

.login-form-footer-link {
    color: #0000FF;
    text-decoration: none;
    font-weight: bold;
}

.verify-text {
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    color: slategray;
    border: solid 2px lightgray;
    border-radius: 5px;
    margin-bottom: 10px;
}

.action-group {
    padding: 10px;
}


.action-group a.notbutton {
    background-color: unset;
    padding: 0 0.7rem;
    text-decoration: underline;
    color: black;
}

.action-group i {
    color: var(--te-primary);
}

.action-group .body {
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0 15px 0;
    max-width: 100%
}

/* profile */

.profile-wrapper {
    min-width: 320px;
    width: 100%;
    margin: 10px 0 20px 0;
}

.profile-header {
    font: bold 18px Tahoma;
    text-align: center;
    width: 100%;
    margin: 5px 0 10px 0;
}

.profile-input-group {
    border: solid 1px lightgray;
    border-radius: 3px;
    padding: 10px;
    margin: 15px 0 15px 0;
}

.profile-input-label {
    font-weight: bold;
}

.profile-input-value {
    width: 100%;
    padding: 6px;
    border: none;
    border-bottom: 1px solid #9370db;
    color: #313131;
    outline: none;
    font-size: 16px;
    background-color: rgba(147, 112, 219, 0.25);
}

.profile-button-wrapper {
    width: 100%;
    text-align: right;
}

.profile-button {
    background-color: mediumpurple;
    border-radius: 15px;
    border: solid 2px mediumpurple;
    font-size: 15px;
    color: white;
    margin: 10px;
    width: 80px;
    text-align: center;
    font-weight: bold;
    height: 30px;
}

    .profile-button:hover {
        color: mediumpurple;
        border: solid 2px mediumpurple;
        background-color: white;
        text-decoration: none;
        padding-top: 1px;
        cursor: pointer;
    }

.payment-row {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.wrapper {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow-x: hidden;
}
.wrapper-child {
    overflow-x: scroll;
    height: 100vh;
}
    .wrapper.ng-leave {
        display: none;
    }

    .wrapper .aside-container {
        position: absolute;
        width: 220px;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 116;
        backface-visibility: hidden;
        background-color: #fff;
    }

        .wrapper .aside-container .aside-inner {
            padding-top: 75px;
            width: 220px;
            overflow: hidden;
        }

        .wrapper .aside-container .nav-floating {
            left: inherit;
            margin-left: 220px;
            z-index: 1110;
            min-width: 190px;
        }

    .wrapper .dropdown-backdrop {
        z-index: 109;
    }

.section-container {
    position: relative;
    margin-left: 0;
    z-index: 111;
    background-color: #f5f7fa;
}

.footer-container {
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    border-top: 1px solid #e4eaec;
    padding: 20px;
    z-index: 112;
    font-size: .875rem;
}

.footer-container p {
    margin: 0;
}

.modal-open .wrapper {
    z-index: 0;
}

.content-wrapper {
    padding: 15px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: -1px;
    height: stretch
}

    .content-wrapper .unwrap {
        margin: -15px;
    }

@media (min-width: 768px) {
    .content-wrapper .unwrap {
        margin: -20px;
    }
}

.content-wrapper .content-heading {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.1;
    color: #929292;
    margin: -15px;
    margin-bottom: 20px;
    padding: 15px;
    font-weight: normal;
    background-color: #fafbfc;
    border-bottom: 1px solid #cfdbe2;
}

    .content-wrapper .content-heading small {
        display: block;
        font-size: 12px;
        color: #909FA7;
    }

.content-wrapper .container,
.content-wrapper .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .content-wrapper {
        padding: 20px;
    }

        .content-wrapper .content-heading {
            margin: -20px;
            margin-bottom: 20px;
            padding: 20px;
        }

            .content-wrapper .content-heading button,
            .content-wrapper .content-heading .btn {
                margin: 0;
            }
}


.bg-gray {
    background-color: #dde6e9;
    color: #656565 !important;
}

.client-search-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client-search-input {
    width: 100%
}

.client-search-wrapper {
    display: flex;
    flex-direction: column;
}

.client-search-clear {
    text-align: end;
}


.pop-up-client {
    border: 2px solid silver;
    max-height: 400px;
    min-height: 400px;
    overflow: auto;
}

    .pop-up-client .table th,
    .pop-up-client .table td {
        border: none;
    }
.header-btn {
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    text-align: left
}
    .header-btn:focus, .header-btn:focus .header-btn.active {
        background-color: black;
        color: white;
    }
.tap-to-upload {
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 16px;
}

.image-wrapper {
    min-height: 80px;
    min-width: 80px;
    max-height: 160px;
    max-width: 160px;
    border: 1px solid #339af0;
    background-color: #eee;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    border-radius: 0.25rem;
}

.change-img {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: end;
    padding: 6px 10px;
}

.btn-label {
    position: relative;
    background: transparent;
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 0.375rem 1rem;
    margin: -0.375rem 0.75rem;
    left: -1.4rem;
    border-radius: 0.25rem 0 0 0.25rem;
}

@media (min-width: 768px) {
    .content-wrapper .content-heading {
        margin: -20px;
        margin-bottom: 20px;
        padding: 20px;
    }
}

.summary-filter-wrapper {
    min-height: 100px;
    padding: 5px 0 0 5px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 100%;
    border-radius: 3px;
}

.button-delete-filter {
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    background-color: #1b9dec;
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    border-radius: 3px;
    padding: 2px 6px;
    margin: 0 5px 5px 0;
    color: #ffffff;
    cursor: pointer;
    background: #1da7ee;
    border: 1px solid #0073bb;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
}

.table {
    width: 100%;
}

.th-header {
    padding: 5px 0px 5px 5px;
}

.th-row-header {
    border-top: solid 0.5px silver;
    background-color: #dde6e9;
}

.tb-row {
    border-top: solid 0.5px silver;
}
.help-block {
    color: silver;
    font-size: small;
}

.switch .form-control {
    padding-top: 7px;
    margin-bottom: 0;
}

.switch * {
    cursor: pointer;
}

.switch input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.switch {
    display: flex;
    align-items: center;
    direction: row;
}

    .switch span {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 20px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 100px;
        transition: all .5s;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
    }

        .switch span:after {
            content: "";
            position: absolute;
            background-color: #fff;
            top: 0;
            left: 0;
            height: 18px;
            width: 18px;
            border: 1px solid #ddd;
            border-radius: 400px;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            -webkit-transition: all .2s;
        }

    .switch.switch-lg span {
        width: 50px;
        height: 25px;
    }

        .switch.switch-lg span:after {
            height: 23px;
            width: 23px;
        }

    .switch.switch-sm span {
        width: 30px;
        height: 15px;
    }

        .switch.switch-sm span:after {
            height: 13px;
            width: 13px;
        }

    .switch input:checked + span {
        background-color: #5d9cec;
        border-color: #5d9cec;
        transition: all .5s;
    }

        .switch input:checked + span:after {
            left: 50%;
            transition: all .2s;
        }

    .switch input:disabled + span {
        background-color: #f1f1f1;
        cursor: not-allowed;
    }

.no-bottom-radius {
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

.no-top-radius {
    border-top-right-radius: unset !important;
    border-top-left-radius: unset !important;
}
.collapse .list-group-item {
    border: 1px solid #dde6e9 !important;
}
.collapse .list-group-item-accept {
    border: 1px solid #28a745 !important;
}
.btn-blue {
    background: dodgerblue;
    color: white;
}
.option-button {
    background-color: #dde6e9;
    color: #656565 !important;
}
    .option-button:focus {
        box-shadow: unset !important;
    }
.option-button-accept {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.change-img a {
    color: #339af0;
    line-height: unset;
    font-size: 1.2rem;
}

.topnavbar .navbar-nav  .nav-link {
    color: #fff;
}
.dropdown > a > .badge {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 2px 5px;
}
.badge {
    padding: 0.1875rem 0.4375rem;
    font-size: 0.75rem;
    border-radius: 0.625rem;
}

/*Custom Drop Down*/
.drop-down-wrapper {
    position: relative;
    cursor: pointer;
}

    .drop-down-wrapper a {
        color: #555;
        text-decoration: none;
    }

    .drop-down-wrapper .arrow-left {
        margin-right: 15px;
    }

    .drop-down-wrapper:hover .custom-drop-down {
        display: block;
    }

    .drop-down-wrapper .custom-drop-down {
        position: absolute;
        left: 0px;
        top: 0px;
        transform: translateX(-100%);
        box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
        display: none;
        background-color: white;
        max-width: 230px;
        max-height: 500px;
        overflow: auto;
    }

        .drop-down-wrapper .custom-drop-down ul {
            list-style-type: none;
            padding: 0;
            width: 100%;
            height: 100%;
        }

        .drop-down-wrapper .custom-drop-down li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.125);
            width: 100%;
            height: 100%;
        }

            .drop-down-wrapper .custom-drop-down li:hover {
                background-color: #f8f9fa;
            }

            .drop-down-wrapper .custom-drop-down li a {
                display: block;
                width: 100%;
                padding: 10px 15px;
            }

.actionFilter {
    border-bottom: #c0c0c07a 1px solid;
    margin: 0 -1.25rem;
    margin-bottom: 10px;
}

    .actionFilter button {
        background: white;
    }

        .actionFilter button:focus{
            outline: 0;
            box-shadow: unset;
        }

.actionFilter-No-Boarder {
    border-bottom: unset;
    margin: 0;
}

.summary-filter-wrapper {
    min-height: 100px;
    padding: 5px 0 0 5px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 100%;
    border-radius: 3px;
}

.button-delete-filter {
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    background-color: #1b9dec;
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    border-radius: 3px;
    padding: 2px 6px;
    margin: 0 5px 5px 0;
    color: #ffffff;
    cursor: pointer;
    background: #1da7ee;
    border: 1px solid #0073bb;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
}
    .button-delete-filter i {
        margin-right: 10px;
        cursor: pointer;
    }

.btn-pin {
    margin: 2px auto;
    background-color: #dde6e9;
    border: solid 0.5px #dde6e9;
    cursor: pointer;
    border-radius: 3px;
    padding: 15px;
}
.btn-pin.active {
        background-color: black;
        color: white;
}
table thead td {
    padding-bottom: 5px;
}

.table .row div[class^='col'], table tbody td {
    padding: 0 7px;
}

    .table .row div[class^='col']:last-child, table tbody td:last-child {
        border-right: unset;
    }

.table.noborder div, table.noborder td {
    border: unset;
}

.switch-checkbox{
    appearance: none;
    width: 40px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #ebebeb;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    transition: background 0.3s;
    box-sizing: border-box;
}

    .switch-checkbox:after {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        width: 20px;
        height: 20px;
        background: #007bff;
        border: 1px solid #007bff;
        border-radius: 2px;
        transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .switch-checkbox:checked {
        border-color: #007bff;
    }

        .switch-checkbox:checked:after {
            left: 20px;
            border-color: #007bff;
        }

    .switch-checkbox:hover:not(:checked):not(:disabled):after,
    .switch-checkbox:focus:not(:checked):not(:disabled):after {
        left: 0px;
    }

    .switch-checkbox:hover:checked:not(:disabled):after,
    .switch-checkbox:focus:checked:not(:disabled):after {
        left: 20px;
    }

    .switch-checkbox:disabled {
        opacity: 0.5;
    }
    .switch-checkbox:focus {
        outline: unset;
    }

.dropzone {
    border: 2px dashed var(--te-primary-light);
    border-radius: 5px;
    background: white;
}

    .dropzone .dz-button {
        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
    }
.dz-message i {
    font-size: 40px;
    color: var(--te-primary-light);
}
.dropzone input[type=submit] {
    background-color:   var(--te-primary);
    border: solid 1px var(--te-primary);
    color: white;
}

.bg-lightgrey {
    background: lightgrey;
}

.measure {
    margin-bottom: 20px;
}
    .measure th {
        text-align: center;
        background: lightgrey;
    }
.no-bg th {
    background: unset !important;
}
.measure td, .measure th {
    padding: 0 7px;
    border: 1px solid gray !important;
}
:root {
    --te-primary: #339af0;
    --te-primary-light: #007bff8c;
}

.special-char {
    font-family: Arial, sans-serif
}

.sidebar-sticky {
    position: relative;
    top: -1rem;
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; 
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.flex-child {
    flex: 20% 80%;
    border: 2px solid yellow;
}

.flex-left {
    flex: 15;
    position: relative;
    background-color: #EEEDE8;
    min-height: 110vh;
    z-index: 1050;
}

.flex-right {
    flex: 75;
    background-color: white;
    margin-left: 2rem;
}

.side-item {
    margin-bottom: .75rem;
    color: #777775;
}

.side-item:hover {
    background-color: white;
    border-radius: 2.5rem;
    color: #241E1F;
    width: calc(100% - 2rem);
}
.side-item-active {
    background-color: white;
    border-radius: 2.5rem 0 0 2.5rem;
    color: #241E1F;
}

.full-width-container {
    max-width: 100%
}

.left-aligned {
    text-align: left;
    width: 16%;
}

.left-aligned-large {
    text-align: left;
    width: 20%;
}

.center-aligned-large {
    text-align: left;
    width: 20%;
}

.action-group a.notbutton {
    padding: 0rem;
}

.table-title-row {
    background-color: #F9F9F7;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F9F9F7;
}

.action-group i {
    color:black;
}


.client-search-input {
    border-radius: 1.25rem;
    background-color: #E4E2DF;
    text-align: center;
    height: 2.5rem;
    border-color: transparent;
}

.client-search-input:focus {
    border: 2px solid #EAA700;
}

.icon-gold:hover {
    color: #EAA700;
}
.dropdown-item {
  cursor: pointer;
}
#applicationVersion {
    position: fixed;
    bottom: 0px;
    margin-left: 2rem;
    color: #b4aab6;
    font-size: small;
}
.avatar-container {
    position: sticky;
    top: 39rem;
    width: calc(100% - 4.5rem);
    height: 3rem;
    margin-left: 2.5rem;
    padding: 0.5rem;
    border-radius: 2.5rem;
    background-color: #F9F9F7;
}

.avatar-image {
    width: 2rem;
    border-radius: 100%;
}

.side-panel-icon{
   width : 1rem;
}

.link-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
}

.center-icon {
    width: 1.2rem;
    align-items: center;
}


.selectize-control.multi .selectize-input [data-value] {
    background-image: none !important;
    background-color: #273449;
    color: white;
    font-size: 1rem;
    /*font-weight:bold;*/
    border-radius: 1rem;
    /*padding: 0.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;*/
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.selectize-dropdown {
    z-index: 11 !important;
}

.custom-drop-zone {
    border: 2px dashed #273449;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 50px;
    text-align: center;
    color: #bbb;
    cursor: pointer;
}

.no-preview-image .dz-image {
    display: none;
}

.no-preview-image .dz-size,
.no-preview-image .dz-filename,
.no-preview-image .dz-error-mark,
.no-preview-image .dz-details,
.no-preview-image .dz-remove,
.no-preview-image .dz-progress
.no-preview-image .dz-error-message
.no-preview-image .dz-success-mark
.no-preview-image .dz-error-mark {
    display: inline-block;
}

.edit-narative-body {
  background-color: white;
  width: 100%
}

.edit-narative-card {
  border: 1px solid #D5D2CC;
  padding: 1rem;
  border-radius: 1.25rem;
}

.swal2-confirm,
.swal2-cancel {
    background-color: rgba(224, 169, 18, 1) !important;
    border: 2px solid #EAA700 !important;
    border-radius: 2.5rem !important;
    font-size: 15px !important;
    color: #3C3B3A !important;
    /*width: calc(100% - 100px);*/
    text-align: center !important;
    font-weight: bold !important;
    height: 40px !important;
}

.swal2-cancel {
    background-color: white !important;
}
swal2-popup {
    border-radius: 1.5rem !important;
}

.patient-modal {
 border-radius : 1.5rem;
}

.center-btn {
    text-align : center
}
.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-radius: 1.5rem;
    background-color: #d0d0d0;
    text-align: center;
}
.mb-negative {
    margin-bottom: -1.5rem;
}
.halftop {
    padding-top: 0.5rem;
}
.note-toolbar{
    height: auto !important;
}
.tree a, .tree .active {
    margin-bottom: 0.25rem;
    border-radius: 1.5rem;
    padding: 0.1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.tree ul li:last-child:before {
    background: none;
    height: auto;
    top: 1em;
    bottom: 0;
}

.scrollable-container {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#leftCollapse.collapsed {
    display: none;
}

#toggleCollapse {
    margin-top: 10px;
}

.toggle-btn {
    position: absolute;
    left: 0px;
    top: 25px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: rgba(224, 169, 18, 1) !important;
    border: 2px solid #EAA700 !important;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    z-index: 9999;
}

.default-setting-checkbox {
  vertical-align: middle;
  display: none;
}