/*general*/

:root {
    --custom-blur: 0 0 0 0.25rem rgba(220, 200, 225, 0.25) !important;
    --custom-border-color: #1a0066;
}

body {
    font-size: 0.80rem !important;
}

button {
    font-size: 0.80rem !important;
}

input {
    font-size: 0.80rem !important;
}

    input[type='radio'], input[type='checkbox'] {
        border: 1px solid gray !important;
    }

    input[readonly] {
        background-color: #f6f6f6;
    }

    input[type=number] {
        text-align: right
    }

.form-row {
    padding-bottom: 4px !important;
}

.form-label {
    padding-top: 2px !important;
    padding-left: 2px !important;
}

.form-control {
    padding-left: 8px !important;
    border-radius: 4px !important;
}

    .form-control:focus {
        /*box-shadow: var(--custom-blur);*/
        border-color: var(--custom-border-color);
    }

.form-select {
    padding-left: 8px !important;
    border-radius: 4px !important;
    /*font-size: 13px;*/
}

    .form-select:focus {
        /*box-shadow: var(--custom-blur);*/
        border-color: var(--custom-border-color);
    }

.select2-selection {
    /*height: 32px !important;*/
    padding-top: 2px !important;
    padding-left: 0 !important;
    border-radius: 4px !important;
    /*border-color: #CED4DA !important;*/
    /*font-size: 13px;*/
}

    .select2-selection:focus {
        /*box-shadow: var(--custom-blur);*/
        border-color: var(--custom-border-color);
    }

.select2-container {
    width: 100% !important;
}

.select2-selection__choice {
    font-size: 13px !important;
    display: block !important;
    height: 24px !important;
    white-space: nowrap !important;
    line-height: 24px !important;
    /*margin-top: 0.2em !important;*/
    padding: 0 !important;
}

.select2-selection__rendered {
    line-height: 32px !important;
}

.tagify {
    width: 100%;
    /*height: 32px !important;*/
    font-size: 0.80rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tagify__tag {
    margin-top: 4px !important;
}

.tags-look .tagify__dropdown__item {
    display: inline-block;
    border: 1px solid #CCC;
    background: #F3F3F3;
    font-size: 12px !important;
    color: black;
    transition: 0s;
    margin: 2px !important;
}

.nav-tabs, .nav-pills, .nav-link.active {
    background-color: transparent !important;
}

/*.nav-link {
    font-size: 13px !important;
}*/

.card {
    /*border: 1px solid #EEEEEE;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.card-header {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-bottom: 0.5px dashed #d3d3d3 !important;
}

.card-title {
    font-size: 15px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    margin-bottom: 0px !important;
}

.card-footer {
    border-top: 0.5px dashed #d3d3d3 !important;
}

div.dataTables_filter input {
    width: 300px !important;
    margin-bottom: 15px !important;
}

table.dataTable tbody tr {
    line-height: 15px !important;
}

/* custom */

.custom-autentication {
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.custom-autentication-header {
    background-color: #1f4969 !important;
    color: #FFFFFF !important;
}

.custom-required:after {
    content: "*";
    margin-left: 2px;
    color: red;
}

.custom-msg-validacoes {
    font-size: 11px;
    color: red;
}

.custom-icon {
    vertical-align: middle;
    margin-inline-end: 8px;
    font-size: 16px;
}

.custom-text-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .custom-navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.custom-password-button {
    position: absolute;
    /*padding: 0.4rem;*/
    inset-block-start: 0;
    inset-inline-end: 4px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 2;
}

.menu-text {
    font-size: 0.80rem !important;
}

.side-nav-link {
    font-size: 0.80rem !important;
}



    
