:root {
    --cooltipz-font-size: 1.2rem;
}

/* Para ocultar completamente a scrollbar em navegadores WebKit (como Chrome, Safari) */
::-webkit-scrollbar {
    display: none;
}

.required,
.required+.select2 {
    border: 2px solid #1e8794;

}



.select2 {
    width: 100% !important;
}

.user-panel>.info {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    white-space: nowrap;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

#toast-container>div {
    opacity: 1;
}

.btn-t2v {
    background-color: #1e8794;
    border-color: #1e8794;
    color: white;
}

.btn-t2v:hover,
.btn-t2v:active,
.btn-t2v:focus,
.btn-t2v.hover {
    background-color: #1e8794;
    color: white;
}

.box.box-t2v {
    border-top-color: #1e8794;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.toggle-on {
    left: unset !important;
}

/* Center the loader */
#backLoader {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.32);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

#backLoader .myLoader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s 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);
    }
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1c4263;
    border-color: #1c4263;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1c4263;
    color: white;
}

.select2-selection__rendered {
    max-height: 50px;
    overflow-y: auto !important;
}

.daterangepicker .ranges li.active {
    background-color: #1c4263;
    color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1c4263;
    border-color: transparent;
    color: #fff;
}

.ms-container {
    margin: auto;
    width: 100% !important;
}

/*Correção PNotify Mobile*/
@media only screen and (max-width: 600px) {
    .ui-pnotify {
        right: 0 !important;
    }
}

.user-panel {
    padding-top: 10px;
    padding-left: 3px;
}

.img-circle {
    height: 40px !important;
    width: 40px !important;
    object-fit: cover !important;
}

.text-t2v {
    color: #1e8794;
}

.column-width-300 {
    min-width: 300px;
}

.column-width-200 {
    min-width: 200px;
}

select.form-control.multiple-select {
    display: none;
}

div.form-control.multiple-select {
    padding: 0;
}

div.form-control.multiple-select button {
    height: 32px;
    line-height: 32px;
    border: none;
}

.ms-drop.bottom label span {
    margin-left: 5px;
}


table.table-t2v th {
    background-color: #1e8794;
    color: white;
    font-weight: normal;
}

.ms-options-wrap>.ms-options>ul,
.ms-options-wrap>.ms-options>ul>li.optgroup ul {
    column-gap: 2px !important;
}

td.td-actions {
    display: flex;
    gap: 3px;
}

.dropdown-menu {
    min-width: 70px;
}

.loadingContainer {
    backdrop-filter: blur(3px) saturate(0.3);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5000;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    vertical-align: bottom;
    filter: drop-shadow(0px 0px 3px) opacity(0.5);
}

.loadingContainer span {
    font-size: 5rem;
}

loader:first-of-type {
    display: flex !important;
}

/* BOOTSTRAP */

.d-flex {
    display: flex !important;
}

.wrap {
    flex-wrap: wrap;
}

.center {
    justify-content: center !important;
    align-items: center !important;
}

.align-items-stretch {
    align-items: stretch
}

.w-100 {
    width: 100%;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.d-none {
    display: none !important;
}

.modal .modal-dialog.modal-xl {
    width: 1140px !important;
}

.modal .modal-dialog.modal-xxl {
    width: 90% !important;
}

.alert.alert-info {
    color: #055160 !important;
    background-color: #cff4fc !important;
    border-color: #b6effb !important;
}

.alert.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

@media screen and (max-width: 768px) {

    .modal .modal-dialog.modal-xl,
    .modal .modal-dialog.modal-xxl {
        width: auto !important;

    }
}

/* BOTÃO LGPD */

#ver {
    background: transparent;
    outline: none;
    border: none;
    color: #000;
    transition: all .2s ease-in-out;
}

#ver:hover {
    color: #3498db;
}

#ver:disabled {
    opacity: .3;
}

#ver:hover {
    color: #000;
}

/* FILES */

.btn-send-file {
    margin-left: 10px;
}

.btn-send-file .btn {
    height: 42px;

    border-color: #3498db;
    color: #3498db;
    background-color: #fff;
    border-radius: 5px;
}

.table-actions {
    width: 100px;
    text-align: center;
}

input[type='file'] {
    display: none
}

.input-wrapper label {
    background-color: #3498db;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0;
    padding: 10px 20px;
    z-index: 2;
    position: relative;
}

.input-wrapper span {
    padding: 10px 50px;
    border: 1px solid rgb(223, 220, 220);
    border-radius: 5px;
    border-left: none;
    z-index: 1;
    position: relative;
    margin-left: -5px;
}

.input-wrapper label>i {
    margin: 0 5px;
}

.input-wrapper label:hover {
    background-color: #2980b9
}

.context-file {
    padding: 20px 10px;
}


/* MODAL */

.btn-close {
    font-size: 3rem;
    line-height: .1;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    transition: all .2s ease-in-out;
}

.btn-close::after {
    content: '\00d7'
}

.btn-close:hover {
    color: #1e8794
}

/* Estilo básico do accordion */
.accordion {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.accordion-item {
    border-bottom: 1px solid #dee2e6;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    padding: 1rem 1.25rem;
    cursor: pointer;
    background-color: #05463654;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #05463654;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
}

.accordion-header:hover {
    background-color: #135546;
}

.accordion-content {
    padding: 1rem 1.25rem;
    display: none;
    background-color: #fff;
    border-top: 1px solid #05463654;
    color: #212529;
    font-size: 0.875rem;
    line-height: 1.5;
    height: auto;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item.active .accordion-header {
    background-color: #135546;
}