﻿i {
    font-size: 13px;
}

input[readonly] {
    background-color: #f2f2f2;
    cursor: not-allowed;
}

    input[readonly]:focus {
        background-color: #f2f2f2;
        cursor: not-allowed;
    }

textarea[readonly] {
    background-color: #f2f2f2;
    cursor: not-allowed;
}

    textarea[readonly]:focus {
        background-color: #f2f2f2;
        cursor: not-allowed;
    }

html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


#app {
    background: #f9f9f9;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: calc(100vh - 0rem);
    max-height: calc(100vh - 0rem);
}

.container-fluid {
    padding-right: inherit;
    padding-left: inherit;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #9d9d9d #fcfcfc00;
}

    *::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    *::-webkit-scrollbar-thumb {
        background: linear-gradient(13deg, #9d9d9d 14%, #9d9d9d 22%);
        border-radius: 5px;
    }

        *::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(13deg, #9D9D9D 14%, #9d9d9d 64%);
        }

    *::-webkit-scrollbar-track {
        background: #fcfcfc00;
        border-radius: 15px;
        box-shadow: inset 7px 14px 12px #e3e3e300;
    }


.fundo-panel {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}


.btn-style-white {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #9F2D39;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140.62%;
    align-items: center;
    text-align: center;
    color: #9F2D39;
    height: 40px
}

.btn-red {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    background: #9F3029;
    border: 1px solid #9F2D39;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140.62%;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    height: 40px
}

    .btn-red:hover {
        color: #FFFFFF;
        background: #ad4c4c;
    }

.btn-gray {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    background: #6c757d;
    border: 1px solid #6c757d;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140.62%;
    align-items: center;
    text-align: center;
    color: white;
    height: 40px
}

    .btn-gray:hover {
        color: white;
        background: #8a9399;
    }

.btn-white {
    box-sizing: border-box;
    background: white;
    border: 1px solid white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140.62%;
    align-items: center;
    text-align: center;
    color: #9F3029;
    min-height: 40px;
}

    .btn-white:hover {
        color: white;
        background: #9F3029 !important;
        border: 1px solid #9F3029 !important;
    }

.btn-circle {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    border-radius: 35px !important;
    padding: 7px 30px !important;
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-size: 14px !important;
}

.btn-grid-editar {
    color: #FFFFFF;
    background: #344379;
    padding: 5px 15px !important;
}

    .btn-grid-editar:hover {
        color: #FFFFFF;
        background: #44589e;
    }

.btn-grid-excluir {
    color: #FFFFFF;
    background: #9F3029;
    padding: 5px 15px !important;
    margin-left: 10px;
}

    .btn-grid-excluir:hover {
        color: #FFFFFF;
        background: #ad4c4c;
    }

.btn-span-text {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    margin-left: 10px;
}

.btn-cancelar {
    color: #fff;
    background: #6c757d;
    padding: 7px 12px !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    border: none;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .btn-cancelar:hover {
        color: #fff;
        background: darkgray;
        padding: 7px 12px !important;
        border-radius: 5px;
        font-weight: 500;
        font-size: 13px;
        border: none;
        margin-left: 10px;
    }

.btn-grid-editar-lista {
    color: #FFFFFF;
    background: #9F3029;
    padding: 7px 12px !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    border: none;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .btn-grid-editar-lista:hover {
        color: #FFFFFF;
        background: #B7413C;
        padding: 7px 12px !important;
        border-radius: 5px;
        font-weight: 500;
        font-size: 13px;
        border: none;
        margin-left: 10px;
    }

.btn-grid-editar-lista-v2 {
    color: #9F3029;
    background: #FFFFFF;
    border: 1px solid #9F3029;
    padding: 7px 12px !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .btn-grid-editar-lista-v2:hover {
        color: #FFFFFF;
        background: #B7413C;
        border-color: #B7413C;
    }


.btn-grid-editar-lista-verde-v2 {
    color: #00AB11;
    background: #FFFFFF;
    border: 1px solid #00AB11;
    padding: 7px 12px !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .btn-grid-editar-lista-verde-v2:hover {
        color: #FFFFFF;
        background: #00AB11;
        border-color: #FFFFFF;
    }


.btn-grid-editar-lista-amarelo-v2 {
    color: #ffc107;
    background: #FFFFFF;
    border: 1px solid #ffc107;
    padding: 7px 12px !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .btn-grid-editar-lista-amarelo-v2:hover {
        color: #FFFFFF;
        background: #ffc107;
        border-color: #FFFFFF;
    }









.btn-grid-disable {
    cursor: no-drop;
    background-color: #ccc;
}

    .btn-grid-disable:hover {
        cursor: no-drop;
        background-color: #999;
    }


.btn-grid-visualizar-lista {
    color: #FFFFFF;
    background: #296D9F;
    border-radius: 5px;
    padding: 7px 12px !important;
    font-weight: 500;
    font-size: 13px;
    border: none;
    max-width: 200px;
}

    .btn-grid-visualizar-lista:hover {
        color: #FFFFFF;
        background: #3E8CBF;
        border-radius: 5px;
        padding: 7px 12px !important;
        font-weight: 500;
        font-size: 13px;
        border: none;
        max-width: 200px;
    }

.btn-grid-excluir-lista {
    border: 1px solid #9f2d39;
    padding: 7px 12px !important;
    color: #9F2D39;
    background: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    margin: 0 10px 0 10px;
    max-width: 100px;
    max-height: 33.5px;
}

    .btn-grid-excluir-lista:hover {
        color: #C53A48;
    }

@media screen and (max-width: 1400px) {
}

.form-label {
    font-weight: bold;
    font-size: 14px;
}

.form-error {
    font-size: 10px;
    color: darkred;
}

.ms-n5 {
    margin-left: -35px;
}

.input-search {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    height: 37px;
}

    .input-search::placeholder {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 14px;
        color: #BBBBBB;
    }

.icon-search {
    color: #BBBBBB;
    font-size: 14px;
}

.btn-red-step {
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
    background: #9F3029;
    border: 1px solid #9F2D39;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0 5px 50px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140.62%;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    height: 40px;
    margin-top: 33px;
}

.select-main {
    max-width: 360px;
    margin-right: 10px;
}

.shadow-v2 {
    box-shadow: 4px 0px 10px 0 #00000040;
}

.vue-dropdown-item.selected.highlighted {
    background-color: #e9ecef;
}

.vue-dropdown-item.highlighted {
    background-color: #e9ecef;
}

.vue-dropdown-item {
    max-height: 100px;
}

.stilized .vue-dropdown-item {
    max-height: 40px !important;
}

.form-control:focus {
    border-color: transparent !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25) !important;
}

.form-check-input:checked {
    background-color: #299F4A !important;
    border-color: #299F4A !important;
}


.hover-effect {
    transition: transform 0.2s ease;
}

    .hover-effect:hover {
        transform: scale(1.02);
    }



.btn-new-crud {
    color: #FFFFFF;
    background: #9F3029;
    padding: 11px 12px !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    border: none;
}

    .btn-new-crud:hover {
        color: #FFFFFF;
        background: #B7413C;
        padding: 11px 12px !important;
        border-radius: 5px;
        font-weight: 500;
        font-size: 12px;
        border: none;
    }

.vue-tag.selected {
    background-color: #299F4A;
    color: white;
    font-weight: bold;
    padding: 2px 4px;
}


.checkbox-out {
    cursor: pointer;
    margin: 5px 10px;
    font: inherit;
    color: white;
    width: 20px;
    height: 20px;
    border: 0.15em solid #297C9F;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
}

    .checkbox-out:checked {
        background-color: #299F4A !important;
        border-color: #299F4A !important;
    }


.form-control-checkbox {
    font-family: system-ui, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    > input

{
    cursor: pointer;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.18em;
    height: 1.16em;
    border: 0.15em solid #900;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

    input[type="checkbox"]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em #900;
        transform-origin: bottom left;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    }

    input[type="checkbox"]:checked::before {
        transform: scale(1);
    }

}


.btn-refresh {
    padding: 9px 12px !important;
    width: 50px;
}


.btn-gnp {
    background-color: #9F3029 !important;
    border-color: #9F3029 !important;
}