/* Minification failed. Returning unminified contents.
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(51,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-primary'
(56,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-secondary'
(92,23): run-time error CSS1046: Expect comma, found '0'
(92,27): run-time error CSS1046: Expect comma, found '/'
(99,27): run-time error CSS1046: Expect comma, found '0'
(99,31): run-time error CSS1046: Expect comma, found '/'
(189,27): run-time error CSS1046: Expect comma, found '0'
(189,31): run-time error CSS1046: Expect comma, found '/'
(207,31): run-time error CSS1046: Expect comma, found '0'
(207,35): run-time error CSS1046: Expect comma, found '/'
(342,23): run-time error CSS1046: Expect comma, found '0'
(342,27): run-time error CSS1046: Expect comma, found '/'
(354,23): run-time error CSS1046: Expect comma, found '0'
(354,27): run-time error CSS1046: Expect comma, found '/'
(378,17): run-time error CSS1039: Token not allowed after unary operator: '-color-kapi-blue'
(382,17): run-time error CSS1039: Token not allowed after unary operator: '-color-kapi-green'
(403,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-primary'
(405,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-primary'
(410,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-primary'
(411,17): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-primary'
(416,32): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-primary'
(423,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-secondary'
(424,17): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-secondary'
(429,32): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-secondary'
(435,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-secondary'
(437,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-kapi-secondary'
(559,27): run-time error CSS1046: Expect comma, found '0'
(559,31): run-time error CSS1046: Expect comma, found '/'
(584,23): run-time error CSS1046: Expect comma, found '0'
(584,27): run-time error CSS1046: Expect comma, found '/'
(591,27): run-time error CSS1046: Expect comma, found '0'
(591,31): run-time error CSS1046: Expect comma, found '/'
(611,23): run-time error CSS1046: Expect comma, found '0'
(611,27): run-time error CSS1046: Expect comma, found '/'
(640,31): run-time error CSS1046: Expect comma, found '0'
(640,35): run-time error CSS1046: Expect comma, found '/'
(658,27): run-time error CSS1046: Expect comma, found '0'
(658,31): run-time error CSS1046: Expect comma, found '/'
 */
/*body,
html {
    height: 100%;
}

@media (max-width: 704px) {
    body,
    html,
    footer {
        background-color: white !important;
    }
}

@media (min-width: 705px) {
    body,
    html,
    footer {
        background-color: #f8f9fa !important;
    }
}*/
:root {
    --bg-kapi-primary: rgb(34, 107, 250);
    --bg-kapi-secondary: rgb(41, 212, 166);
    --color-kapi-blue: rgb(34, 107, 250);
    --color-kapi-green: rgb(41, 212, 166);
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    /*display: none;*/
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

    .overlay .text {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 2rem !important;
        color: white;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

.bg-kapi-primary {
    background-color: var(--bg-kapi-primary) !important;
    color: white !important;
}

.bg-kapi-secondary {
    background-color: var(--bg-kapi-secondary) !important;
    color: white !important;
}

.grey-text {
    color: #9e9e9e !important
}

a.disabled {
    color: currentColor !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

a[aria-disabled="true"] {
    color: currentColor;
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
    cursor: not-allowed !important;
}

button[disabled] {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

button.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.card.card-action {
    background: rgb(255, 255, 255) !important;
    border-radius: 3px !important;
    border: none;
    box-shadow: rgb(0 0 0 / 12%) 0px 0px 10px !important;
    box-sizing: border-box;
    color: rgb(94, 108, 132) !important;
    cursor: pointer !important;
}

    .card.card-action:hover {
        box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px !important;
    }

card.card-action i.lg {
    font-size: 3rem !important;
}

.card.card-action i.sm {
    font-size: 1rem !important;
}
/*.card.card-action i.bi {
        font-size: 3rem !important;
    }*/

/*.card.card-action small {
        color: #b0b0b0 !important;
        display: block;
    }

        .card.card-action small i {
            font-size: 1rem !important;
            margin-right: 0.25rem !important;
        }*/
/*.card.card-action {
    background: rgb(255, 255, 255) !important;
    border-radius: 3px !important;
    border: none;
    box-shadow: rgb(0 0 0 / 12%) 0px 0px 10px !important;
    box-sizing: border-box;
    color: rgb(94, 108, 132) !important;
    cursor: pointer !important;
}

    .card.card-action:hover {
        box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px !important;
    }

    .card.card-action i.bi {
        font-size: 3rem !important;
    }

    .card.card-action small {
        color: #b0b0b0 !important;
        display: block;
    }

        .card.card-action small i {
            font-size: 1rem !important;
            margin-right: 0.25rem !important;
        }*/

.toast-success {
    background-color: #29D4A6;
    color: #fff;
}

.toast-warning {
    background-color: #FF8800;
    color: #fff;
}

.toast-danger {
    background-color: #CC0000;
    color: #fff;
}

.toast-info {
    background-color: #0099CC;
    color: #fff;
}

.text-loading {
    color: #29D4A6 !important;
    font-weight: 500 !important;
}

/* JQUERY autocomplete */
.ui-autocomplete {
    position: absolute;
    z-index: 215000000 !important;
    background-color: #f8f9fa !important;
}

    .ui-autocomplete .ui-menu-item > div {
        display: block;
        padding: 7px 15px;
        clear: both;
        line-height: 18px;
        white-space: nowrap;
        background-color: #fff !important;
        box-shadow: rgb(0 0 0 / 12%) 0px 0px 10px !important;
        box-sizing: border-box;
        color: #6c757d !important;
        font-size: 15px;
        font-weight: 400;
        border-radius: 3px !important;
        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";
    }

        .ui-autocomplete .ui-menu-item > div > div.detail {
            color: #435756;
            font-size: 13px;
            font-weight: 400;
            margin-top: 5px !important;
        }

        .ui-autocomplete .ui-menu-item > div.ui-state-hover,
        .ui-autocomplete .ui-menu-item > div.ui-state-active {
            box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px !important;
            border: none !important;
            background-color: #2196f3 !important;
        }

            .ui-autocomplete .ui-menu-item > div.ui-state-active * {
                color: white !important;
            }

.modal-header {
    border: none !important;
    color: #6c757d !important;
}

.bi {
    font-size: 1.2rem !important;
}

    .bi.bi-md {
        font-size: 2.4rem !important;
    }

    .bi.bi-lg {
        font-size: 3.6rem !important;
    }

.bg-kapi {
    background-color: #29D4A6 !important;
    color: white !important;
}


/* LOADING MODAL */
.modal-content > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-content .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content .overlay {
    color: #6c757d !important;
    font-weight: 500 !important;
    text-align: center !important;
}

.bg-gray-1 {
    background-color: #f2f2f2 !important;
    color: #6c757d !important;
    font-weight: 400 !important;
}

.bg-gray-2 {
    background-color: #e5e5e5 !important;
    color: #6c757d !important;
    font-weight: 400 !important;
}

.bg-green-1 {
    background-color: #e9faf6 !important;
    color: #6c757d !important;
    font-weight: 400 !important;
}

.text-success {
    color: #29D4A6 !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #29D4A6;
    border-bottom: 16px solid #226BFA;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

::placeholder {
    color: #a5a5a5 !important;
    font-size: 15px;
    font-style: italic !important;
}

.btn-success {
    background-color: #24be95 !important;
    border-color: #24be95 !important;
}

    .btn-success:hover {
        background-color: #1c9474 !important;
        border-color: #1c9474 !important;
    }

.btn-primary {
    background-color: #226BFA !important;
    border-color: #226BFA !important;
}

    .btn-primary:hover {
        background-color: #174aaf !important;
        border-color: #174aaf !important;
    }

.btn:hover {
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px !important;
}

.btn-switch {
    color: #6c757d !important;
    border: 1px solid #dee2e6 !important;
    border-bottom: 3px solid #dee2e6 !important;
    font-size: 1rem !important;
    display: flex !important;
    align-items: center !important;
    background: rgb(255, 255, 255) !important;
    border-radius: 3px !important;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 10px !important;
    box-sizing: border-box;
    cursor: pointer !important;
}

    .btn-switch:hover {
        border: 1px solid #226BFA !important;
        border-bottom: 3px solid #174aaf !important;
    }

    .btn-switch.active {
        background-color: #226BFA !important;
        border: 1px solid #226BFA !important;
        border-bottom: 3px solid #174aaf !important;
        color: white !important;
    }

/* 29 Nov 2022 */
.photo-user {
    height: 50px;
    width: 50px;
}

.color-kapi-blue {
    color: var(--color-kapi-blue) !important;
}

.color-kapi-green {
    color: var(--color-kapi-green) !important;
}

.btn-kapi {
    /*padding: 0.65rem 1rem !important;*/
    padding: 0.5rem 1rem !important;
    border: none !important;
    border-radius: 0.275rem !important;
    font-size: 15px !important;
}

    .btn-kapi:not([disabled]):not(.btn-kapi-outline-primary):hover {
        opacity: 0.8 !important;
    }

.btn-kapi-lg {
    padding: 0.65rem 1rem !important;
    font-size: 17px !important;
}

.btn-kapi-primary {
    background-color: var(--bg-kapi-primary) !important;
    color: white !important;
    border: 1px solid var(--bg-kapi-primary) !important;
}

.btn-kapi-outline-primary {
    background-color: white !important;
    border: 1px solid var(--bg-kapi-primary) !important;
    color: var(--bg-kapi-primary) !important;
    text-decoration: none !important;
}

    .btn-kapi-outline-primary:hover {
        background-color: var(--bg-kapi-primary) !important;
        /*border: 1px solid var(--bg-kapi-primary) !important;*/
        color: white !important;
    }

.btn-kapi-outline-secondary {
    background-color: white !important;
    border: 1px solid var(--bg-kapi-secondary) !important;
    color: var(--bg-kapi-secondary) !important;
    text-decoration: none !important;
}

    .btn-kapi-outline-secondary:hover {
        background-color: var(--bg-kapi-secondary) !important;
        /*border: 1px solid var(--bg-kapi-secondary) !important;*/
        color: white !important;
    }

.btn-kapi-secondary {
    background-color: var(--bg-kapi-secondary) !important;
    color: white !important;
    border: 1px solid var(--bg-kapi-secondary) !important;
}

.btn-kapi-link {
    font-size: 16px !important;
    padding: 0.65rem .75rem !important;
    color: rgba(34, 107, 250, .8) !important;
    /*border: none !important;*/
    background-color: transparent !important;
}

    .btn-kapi-link:hover {
        color: rgba(34, 107, 250, 1) !important;
    }

.btn-light {
    color: #6c757d !important;
}

    .btn-light:hover {
        color: black !important;
    }

input.form-control,
textarea.form-control,
select.form-select {
    border: 2px solid #dee2e6 !important;
}

.form-floating > label {
    font-weight: 600 !important;
}

.form-floating-password {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    display: flex;
    /*align-items: center;*/
    justify-content: end;
    flex-wrap: wrap;
}

    .form-floating-password button {
        position: absolute;
        /*margin: 0 .75rem !important;*/
        margin: 0.5rem 0.75rem 0 !important;
        background-color: white;
        border: none !important;
    }

        .form-floating-password button i {
            color: #85878a;
            font-size: 1.65rem !important;
        }

/* /29 Nov 2022 */
/*.btn-light {
    color: #6c757d !important;
    border: 1px solid #dee2e6 !important;
    border-bottom: 3px solid #dee2e6 !important;
    font-size: 1rem !important;
    display: flex !important;
    align-items: center !important;
    background: rgb(255, 255, 255) !important;
    border-radius: 3px !important;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px !important;
    box-sizing: border-box;
    cursor: pointer !important;
}

    .btn-light:hover {
        box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px !important;
        color: #0d6efd !important;
    }*/
button [type=submit] {
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: .5rem 1rem !important;
    font-weight: 400 !important;
}

button.nav-link {
    background-color: #f8f9fa !important;
    border-radius: 3px !important;
}

    button.nav-link.active {
        background-color: #0041c6 !important;
    }

.scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

    .scroll::-webkit-scrollbar {
        width: 7px;
    }

    .scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #e1e3e5;
    }

    .scroll::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #c4c7cb;
    }

.btn-toggle {
    padding: 0.54rem 0.9rem;
    color: #039be5 !important;
    border: 1px solid #ebebeb !important;
    border-bottom: 3px #e1e1e1 solid !important;
    display: flex !important;
    border-radius: 0.25rem !important;
    background-color: #fff !important;
    width: 100% !important;
    align-items: center !important;
}

    .btn-toggle:hover {
        box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px !important;
        color: #0d6efd !important;
    }

        .btn-toggle:hover * {
            color: #039be5 !important;
        }

    .btn-toggle.active {
        background-color: #007bff !important;
        border-bottom: 3px #1769aa solid !important;
    }

        .btn-toggle.active * {
            color: #fff !important;
        }


.btn-menu-pagar {
    color: #6c757d !important;
    border: 1px solid #dee2e6 !important;
    border-bottom: 3px solid #dee2e6 !important;
    font-size: .90rem !important;
    background: rgb(255, 255, 255) !important;
    border-radius: 3px !important;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 10px !important;
    box-sizing: border-box;
    padding: .50rem !important;
    width: 100% !important;
}

    .btn-menu-pagar:hover {
        box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px !important;
        color: #0d6efd !important;
    }

.content-logo-circle {
    width: 55px !important;
    height: 55px !important;
    display: flex !important;
    justify-content: center !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

    .content-logo-circle img {
        width: 60px !important;
    }

.dropdown-menu {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: rgb(0 0 0 / 40%) 0px 0px 10px;
    box-sizing: border-box;
    min-width: 170px !important;
}

    .dropdown-menu .dropdown-item {
        color: #6c757d !important;
        /*display: flex !important;
        align-items: center !important;*/
    }

        .dropdown-menu .dropdown-item span.title {
            font-size: 14px !important;
            font-weight: 500;
        }

        .dropdown-menu .dropdown-item span.desc {
            display: block !important;
            font-size: 13px !important;
        }

        .dropdown-menu .dropdown-item svg,
        .dropdown-menu .dropdown-item i {
            font-size: 1.25rem !important;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #3879fa !important;
            color: white !important;
            box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px;
            box-sizing: border-box;
            color: rgb(94, 108, 132);
        }

/* 11 DIC 2012 */
.btn-outline-primary-kapi {
    font-size: 1rem !important;
    display: flex !important;
    align-items: center !important;
    color: #6c757d !important;
    box-sizing: border-box !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 3px !important;
    border-bottom: 3px solid #dee2e6 !important;
}

    .btn-outline-primary-kapi:hover {
        box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px !important;
        color: white !important;
        background-color: #0d6efd !important;
        border-color: #0d6efd !important;
        border-bottom: 3px solid #0041c6 !important;
    }

.kapi-line {
    background-image: linear-gradient(135deg, #226bfa, #0094ff, #00b0f4, #00c5cc, #29d4a6);
    height: 2px;
}


/* 09 Dic 2022 */
.nav-kapi {
    /*border:1px solid red !important;*/
}

    .nav-kapi .nav-item {
        padding: .35rem 0 !important;
    }

        .nav-kapi .nav-item a.nav-link {
            /*color: #6c757d !important;*/
            color: #bebebe !important;
            display: flex !important;
            align-items: center !important;
            font-size: 1rem !important;
            height: 100% !important;
        }

            .nav-kapi .nav-item a.nav-link:not(.active):hover {
                background-color: #eeeeee !important;
                color: #a6a6a6 !important;
            }

    .nav-kapi.nav-fill .nav-item a.nav-link {
        justify-content: center !important;
    }

    .nav-kapi .nav-item a.nav-link.active {
        border-bottom: 3px solid rgb(41, 212, 166) !important;
        background-color: white !important;
        color: rgb(41, 212, 166) !important;
        border-radius: 0px;
        font-weight: 400 !important;
    }

    .nav-kapi .nav-item a.nav-link i {
        font-size: 1.65rem !important;
        margin-right: .75rem !important;
    }

.tab-content {
    /*border: 1px solid #f8f8f8 !important;*/
    /*background-color: white !important;*/
    /*background-color: #f8f8f8 !important;*/
    padding: 0.75rem !important;
    min-height: 450px !important;
    border-radius: .25rem !important;
    /*box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;*/
}

    .tab-content .tab-pane {
        padding: 0.75rem !important;
    }

/* form-check-lg */
.form-check-container {
    display: flex !important;
    align-items: center !important;
    min-height: 1.5rem;
}

    .form-check-container .form-check-input-container {
        padding: 0.9rem;
    }

        .form-check-container .form-check-input-container input {
            transform: scale(1.5) !important;
        }

    .form-check-container .form-check-label-container {
        display: flex;
        flex-direction: column !important;
        padding: 0.25rem 0.5rem;
        color: rgba(33, 37, 41, 0.75);
        /*border:1px solid;*/
    }

        .form-check-container .form-check-label-container label {
            font-weight: 500;
        }

            .form-check-container .form-check-label-container label small {
                display: block;
                font-weight: 400;
            }
            /*.form-check-container .form-check-label-container small {
            border: 1px solid orange;
        }*/
            /*.form-check-container input[type="checkbox"] {
        border: 1px solid blue;
        transform: scale(1.45) !important;
        border-radius: 0.25em;
    }*/
            /*
.form-check-container {
    padding: 0.25rem 0 !important;
    border: 1px solid red;
    display: flex !important;
    align-items: center !important;
}

    .form-check-container .form-check {
        border: 1px solid blue;
        vertical-align: middle;
    }

.form-check .form-check-input {
    border: 1px solid purple; 
}

.form-check-container .form-check .form-check-input-container {    
    border: 1px solid !important;
}

.form-check-container .form-check .form-check-input {
    transform: scale(1.45) !important;  
}

.form-check-container .form-check .form-check-label-container {
    padding: 0.5rem !important;
    border: 1px solid !important;
}

    .form-check-container .form-check .form-check-label-container label {
        font-weight: 500 !important;
        display: block !important;
    }

    .form-check-container .form-check .form-check-label-container small {
        display: block !important;
        color: #9e9e9e !important;
        font-weight: 400 !important;
    }
    */

