html {
    font-size: 14px;
}

    html * {
        scrollbar-width: thin;
    }

img {
    max-width: 100%;
    vertical-align: middle;
}

html * {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--custom-blue);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}




:root {
    --custom-blue: #4d859c;
    --custom-dark: #262626;
    --custom-darkish: #454545;
    --custom-danger: #B3001B;
    --custom-warning: #FFD23F;
    --custom-success: #18a967;
    --custom-light: #e5e5e5;
    --custom-lighter: #f2f2f2;
}

.bg-custom-lighter {
    background-color: var(--custom-lighter) !important;
}

.bg-custom-light {
    background-color: var(--custom-light) !important;
}



.text-custom {
    color: var(--custom-blue) !important;
}

.bg-custom {
    background-color: var(--custom-blue) !important;
}

.text-custom-dark {
    color: var(--custom-dark) !important;
}

.bg-custom-dark {
    background-color: var(--custom-dark) !important;
}

.text-custom-darkish {
    color: var(--custom-darkish) !important;
}

.bg-custom-darkish {
    background-color: var(--custom-darkish) !important;
}

.text-custom-danger {
    color: var(--custom-danger) !important;
}

.bg-custom-danger {
    background-color: var(--custom-danger) !important;
}

.text-custom-warning {
    color: var(--custom-warning) !important;
}

.bg-custom-warning {
    background-color: var(--custom-warning) !important;
}

.text-custom-success {
    color: var(--custom-success) !important;
}

.bg-custom-success {
    background-color: var(--custom-success) !important;
}

.w-fit-content {
    width: fit-content !important;
}

.h-fit-content {
    height: fit-content !important;
}

.float-left {
    float: left;
}

td {
    vertical-align: middle;
}




.inputNotValid {
    border-color: var(--bs-form-invalid-border-color);
    padding-left: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}





.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--mdb-primary) !important;
    color: white !important;
}

.custom-shadow {
    box-shadow: 1px 1px 5px #00000047 !important;
}

th {
    font-weight: inherit;
}




.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}

    .vertical-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 81px;
        height: 100%;
        width: 4px;
        background: #e9ecef;
        border-radius: .25rem;
    }

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 74px;
}

    .vertical-timeline-element-icon .badge-dot-xl {
        box-shadow: 0 0 0 5px #fff;
    }

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}

.badge:empty {
    display: none;
}


.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 100px;
    font-size: .8rem;
}

    .vertical-timeline-element-content .timeline-title {
        font-size: .8rem;
        text-transform: uppercase;
        margin: 0 0 .5rem;
        padding: 0;
        font-weight: bold;
    }

    .vertical-timeline-element-content .vertical-timeline-element-date {
        display: block;
        position: absolute;
        left: -96px;
        top: -4px;
        padding-right: 10px;
        text-align: right;
        color: #adb5bd;
        font-size: .7619rem;
        white-space: nowrap;
    }

    .vertical-timeline-element-content:after {
        content: "";
        display: table;
        clear: both;
    }

.btn-sq {
    padding: 8px 12px 8px 12px !important;
    border-radius: 8px !important;
}

.h-min-content {
    height: min-content !important;
}

.w-min-content {
    width: min-content !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.float-right {
    float: right;
}

.chatbubble {
    max-width: 90%;
    min-width: 35%;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    margin-left: auto;
}

.chatbubble1 {
    min-width: 35%;
    max-width: 90%;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    margin-right: auto;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background-color: var(--mdb-gray-500);
    border: transparent;
    cursor: pointer !important;

}

#popconfirm-button-cancel {
    background-color: var(--mdb-primary) !important;
    color: white !important;
}



.bg-opc-white {
    background-color: rgba(255,255,255,0.25);
}

.choose_file {
    position: relative;
    cursor: pointer;
}

    .choose_file input[type="file"] {
        -webkit-appearance: none;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.chatImg {
    cursor: pointer;
    max-height: 150px;
}


.customtoast-title {
    font-weight: bold;
}

.customtoast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .customtoast-message a,
    .customtoast-message label {
        color: #FFFFFF;
    }

        .customtoast-message a:hover {
            color: #CCCCCC;
            text-decoration: none;
        }

.customtoast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

    .customtoast-close-button:hover,
    .customtoast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

.rtl .customtoast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.customtoast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.customtoast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.customtoast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.customtoast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.customtoast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.customtoast-top-left {
    top: 12px;
    left: 12px;
}

.customtoast-top-right {
    top: 12px;
    right: 12px;
}

.customtoast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.customtoast-bottom-left {
    bottom: 12px;
    left: 12px;
}

.customtoast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}

    .customtoast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .customtoast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

        .customtoast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center;
        }

        .customtoast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000000;
            -webkit-box-shadow: 0 0 12px #000000;
            box-shadow: 0 0 12px #000000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer;
        }

    .customtoast-container > .customtoast-warning:before {
        content: "\f06a";
        background-color: #e4a11b;
    }

    .customtoast-container > .customtoast-error:before {
        content: "\f057";
        background-color: #dc4c64;
    }

    .customtoast-container > .customtoast-info:before {
        content: "\f05a";
        background-color: #3B71CA;
    }

    .customtoast-container > .customtoast-success:before {
        content: "\f058";
        background-color: #14a44d;
    }


    .customtoast-container.customtoast-top-center > div,
    .customtoast-container.customtoast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .customtoast-container.customtoast-top-full-width > div,
    .customtoast-container.customtoast-bottom-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.customtoast {
    background-color: #262626;
}

.customtoast-success {
    background-color: #262626;
}

.customtoast-error {
    background-color: #262626;
}

.customtoast-info {
    background-color: #262626;
}

.customtoast-warning {
    background-color: #262626;
}

.customtoast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    .customtoast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

        .customtoast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    .customtoast-container .customtoast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    .customtoast-container .rtl .customtoast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    .customtoast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

        .customtoast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    .customtoast-container .customtoast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    .customtoast-container .rtl .customtoast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .customtoast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

        .customtoast-container > div.rtl {
            padding: 15px 50px 15px 15px;
        }
}

.customtoast-container > .customtoast:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 24px;
    float: left;
    left: 0;
    color: #FFF;
    transform: translatey(-50%);
    top: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
}

.reportTile {
    width: 200px;

}

.reportTile:hover {
    background-color: var(--custom-dark) !important;
}

    .reportTile:hover > * {
        color: white !important;
        transition-duration: 0.1s;
    }


.reportTile > * {
    transition-duration: 0.1s;
}


.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.display-7 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1;
}

.display-8 {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1;
}


.bl-1{
    border-left: 2px solid var(--custom-light);
}

.is-partial {
    border-color: #e4a11b !important;
    background-color: #e4a11b24 !important;
}

.form-floating > .select-wrapper > .form-outline > .form-control {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    display: block;
    width: 100%;
    -moz-padding-start: calc(.75rem - 3px);
    color: #4f4f4f;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-floating > label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating > .select-wrapper > .form-outline > .form-label {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating > .select-wrapper > .form-outline > .select-arrow {
    display: none;
}


