body,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
select,
button,
.ui-menu-item,
.gritter-item p {
    font-family: versosregular, sans-serif !important;
}

.loadingFullPage {
    display: none;
    background-color: rgba(0, 0, 0, 0.7) !important;
    position: fixed;
    z-index: 1060 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loadingFullPage > img {
    margin-top: 20%;
    height: 240px;
}

.ex-page-content {
    padding-top: 55px;
    min-height: 100vh;
    /* background-color: #fdfdfd;
    min-height: 100vh; */
    /* background: #f5f5f5; */
}

body {
    background-color: #fdfdfd;
    padding-bottom: 0px;
}

.scroll-amplimed::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scroll-amplimed::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: #f5f5f5;
}

.scroll-amplimed.scroll-thin::-webkit-scrollbar {
    width: 4px;
}

.scroll-amplimed::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #955fe1;
}

.sizeicon {
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);
}

.sizeicon:hover {
    cursor: pointer;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.6);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.6);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.6);
    transition: all 100ms ease-in;
    transform: scale(1.6);
}

.sizeicon-sm {
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);
}

.sizeicon-sm:hover {
    cursor: pointer;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);
}

/* .amplimed-close {
    color: var(--cinzaPlaceholder) !important;
    font-size: 20px !important;
}

.amplimed-close:hover {
    color: #777 !important;
} */

.ui-widget-content .ui-menu-item .ui-state-active {
    border: 1px solid var(--primary-normal);
    background: var(--primary-normal);
    margin: 0;
    color: white;
}

.alert-primary {
    color: rgba(114, 102, 200, 1);
    background-color: rgba(114, 102, 186, 0.25);
    border-color: var(--primary-normal);
}

.alert-primary .close {
    color: rgb(45, 37, 141);
    margin-top: 0 !important;
}

.alert-primary a {
    text-decoration: underline;
}

.datepicker {
    z-index: 2000;
}

.ui-widget.ui-widget-content {
    z-index: 2000;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 10px;
}

.table-width {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table.dataTable.table-sm thead :before,
table.dataTable.table-sm thead :after {
    bottom: 0.4em !important;
}

.bg-white {
    background: white;
}

.table-hover-amplimed tbody tr:hover {
    background: #7266BA;
    color: white;
    cursor: pointer;
}

.table-hover-amplimed tbody tr[disabled] {
    color: #A9B0B7;
}

.table-hover-amplimed tbody tr:hover[disabled] {
    background: #A9B0B7; /* cinza placeholder*/
    color: white;
    cursor: pointer;
}

.table-hover-amplimed tbody tr:hover i,
.table-hover-amplimed tbody tr:hover [class*="ampli-icon"] {
    color: white;
    cursor: pointer;
}   

.amplimed_bg_fill {
    background-color: #955fe1 !important;
    color: #fff;
}

.amplimed_bg_fill:hover {
    color: #d5d0e2;
}

.amplimed_assinar {
    padding: 5px 10px;
    background-color: #955fe1;
    font-size: 140%;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
}

label.switcher {
    margin-bottom: 0px;
}

.bootstrap-timepicker-widget td {
    text-align: center;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #8053c1;
    border-color: #8053c1;
}

@media (max-width: 1060px) {
    .ajuda-topo {
        display: none;
    }
}

.modal-header {
    justify-content: center;
}

.loadinglogointegracao {
    max-width: 460px;
    height: 100px !important;
}

.modal-50 {
    width: 50%;
    max-width: 100%;
}

.modal-60 {
    width: 60%;
    max-width: 100%;
}

.modal-70 {
    width: 70%;
    max-width: 100%;
}

.modal-80 {
    width: 80%;
    max-width: 100%;
}

.bootbox-50 .modal-dialog {
    width: 50%;
    max-width: 50%;
}

.bootbox-60 .modal-dialog {
    width: 60%;
    max-width: 60%;
}

.bootbox-70 .modal-dialog {
    width: 70%;
    max-width: 70%;
}

.bootbox-80 .modal-dialog {
    width: 80%;
    max-width: 80%;
}

.img-rounded-agendamento {
    height: 140px;
}

[class^="ampli-icon-"], [class*=" ampli-icon-"] {
    vertical-align: text-bottom;
    font-size: 16px;
}

.is-invalid {
    border: 1px solid #FF6B6B; /* Borda vermelha clara */
    border-radius: .25rem;
    padding: .375rem .75rem;
    box-shadow: 0px 0px 4px 1px #FF6B6B;
}

.ampli-icon-disabled {
    color: #c0c0c0;
    pointer-events: none; 
    opacity: 0.5;
}