@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;display=swap");
.metismenu {
    margin: 0;
}
.metismenu li {
    display: block;
    width: 100%;
}
.metismenu .mm-collapse {
    display: none;
}
.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}
.metismenu .mm-collapse.mm-show {
    display: block;
}
.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}
.vertical-menu {
    width: 250px;
    z-index: 1001;
    background: #fff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 70px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.main-content {
    margin-left: 250px;
    overflow: hidden;
}
.main-content .content {
    padding: 0 15px 10px 15px;
    margin-top: 70px;
}
#sidebar-menu {
    padding: 10px 0 30px 0;
}
#sidebar-menu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    content: "\F374";
    padding-top: 0;
    padding-bottom: 2px;
}
#sidebar-menu .has-arrow:after {
    content: "\F415";
    font-family: "Material Design Icons";
    display: block;
    float: right;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    padding-top: 2px;
}
#sidebar-menu ul li a {
    display: block;
    padding: 0.65rem 1.5rem;
    color: #747a80;
    position: relative;
    font-size: 14.5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#sidebar-menu ul li a:hover {
    color: #383c40;
}
#sidebar-menu ul li a i {
    display: inline-block;
    min-width: 1.75rem;
    padding-bottom: 0.125em;
    font-size: 1rem;
    line-height: 1.40625rem;
}
#sidebar-menu ul li .badge {
    margin-top: 4px;
}
#sidebar-menu ul li ul.sub-menu {
    padding: 0;
}
#sidebar-menu ul li ul.sub-menu li a {
    padding: 0.4rem 1.5rem 0.4rem 3.25rem;
    font-size: 14px;
}
#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
    padding: 0;
}
#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding: 0.4rem 1.5rem 0.4rem 4.5rem;
    font-size: 13.5px;
}
.menu-title {
    padding: 12px 20px !important;
    letter-spacing: 0.05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: #747a80;
    font-weight: 700;
}
.mm-active .active {
    color: #8c52ff !important;
}
.mm-active .active:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #8c52ff;
    border-bottom: 0;
}
@media (max-width: 992px) {
    .vertical-menu {
        display: none;
    }
    .main-content {
        margin-left: 0;
    }
}
body.enable-vertical-menu .vertical-menu,
body.enable-vertical-menu .menu-overlay {
    display: block;
}
.menu-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(33, 37, 41, 0.3);
    display: none;
    z-index: 1000;
}
#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
}
.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    background-color: #8c52ff;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
    padding: 0 20px;
}
.navbar-header .dropdown.show .header-item {
    background-color: rgba(255, 255, 255, 0.15);
}
.navbar-brand-box {
    padding-left: 1.5rem;
    text-align: center;
}
.logo {
    line-height: 70px;
}
.logo i {
    display: none;
}
.page-title-box {
    padding-bottom: 24px;
}
.page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0;
}
@media (max-width: 992px) {
    .navbar-brand-box {
        padding-left: 0;
    }
    .logo {
        padding-right: 15px;
    }
    .logo span {
        display: none;
    }
    .logo i {
        display: inline-block;
    }
}
.page-content {
    padding: calc(70px + 24px) calc(24px / 2) 70px calc(24px / 2);
}
.header-item {
    height: 70px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    border: 0;
}
.header-item:hover {
    color: #fff;
}
.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 3px;
}
.noti-icon i {
    font-size: 24px;
    color: #fff;
}
.noti-icon .badge {
    position: absolute;
    top: 12px;
    right: 0px;
}
.notification-item .media {
    padding: 0.75rem 1rem;
}
.notification-item .media:hover {
    background-color: #f8f9fa;
}
.footer {
    border-top: 1px solid #dee2e6;
    bottom: 0;
    padding: 19px 12px 20px;
    position: absolute;
    right: 0;
    color: #6c757d;
    left: 250px;
}
@media (max-width: 992px) {
    .footer {
        left: 0;
    }
}
.avatar-xs {
    height: 2rem;
    width: 2rem;
}
.avatar-sm {
    height: 3rem;
    width: 3rem;
}
.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}
.avatar-lg {
    height: 6rem;
    width: 6rem;
}
.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}
.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #8c52ff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-15 {
    font-size: 15px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-17 {
    font-size: 17px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-20 {
    font-size: 20px !important;
}
.font-size-22 {
    font-size: 22px !important;
}
.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 2px);
    display: block;
    border: 1px solid #747a80;
    border-radius: 50%;
    color: #747a80;
    text-align: center;
}
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 0.5rem;
    overflow: auto;
}
.icons-list {
    color: #6c757d;
}
.icons-list div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    text-align: center;
}
.icons-list i {
    font-size: 22px;
    line-height: 30px;
    display: block;
}
.button-examples {
    margin-left: -5px;
    margin-bottom: -10px;
}
.button-examples .btn {
    margin-bottom: 10px;
    margin-left: 5px;
}
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
}
.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #a2adb7;
    border-radius: 3px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.custom-scroll {
    height: 100%;
}
.swal2-modal {
    font-family: "Roboto", sans-serif;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
.swal2-modal .swal2-title {
    font-size: 24px;
}
.swal2-modal .swal2-content {
    font-size: 16px;
}
.swal2-modal .swal2-spacer {
    margin: 10px 0;
}
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 2px solid #dee2e6;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.swal2-modal .swal2-confirm.btn-confirm {
    background-color: #8c52ff !important;
    font-size: 0.875rem;
}
.swal2-modal .swal2-cancel.btn-cancel {
    background-color: #f35956 !important;
    font-size: 0.875rem;
}
.swal2-modal .swal2-styled:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.swal2-icon.swal2-question {
    color: #8c52ff;
    border-color: #8c52ff;
}
.swal2-icon.swal2-success {
    border-color: #32cb89;
}
.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"],
.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #32cb89;
}
.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #32cb89;
}
.swal2-icon.swal2-warning {
    color: #fbbc05;
    border-color: #fbbc05;
}
.swal2-icon.swal2-error {
    border-color: #f35956;
}
.swal2-icon.swal2-error .line {
    background-color: #f35956;
}
.swal2-icon.swal2-info {
    color: #38b3d6;
    border-color: #38b3d6;
}
.swal2-icon.swal2-info {
    border-color: #38b3d6;
}
.swal2-icon.swal2-info .line {
    background-color: #38b3d6;
}
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #8c52ff;
}
.swal2-container.swal2-shown {
    background-color: rgba(33, 37, 41, 0.5);
}
.morris-chart text {
    font-family: "Roboto", sans-serif !important;
}
.morris-hover {
    position: absolute;
    z-index: 10;
}
.morris-hover.morris-default-style {
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
    background: #212529;
    color: #fff;
    font-family: "Roboto", sans-serif;
}
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
    font-family: "Roboto", sans-serif;
}
.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
    color: #fff;
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #212529 !important;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #212529 !important;
}
.jqsfield {
    color: #fff !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}
[data-plugin="knob"] {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}
.dataTables_wrapper.container-fluid {
    padding: 0;
}
table.dataTable {
    border-collapse: collapse !important;
    margin-bottom: 15px !important;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #8c52ff;
}
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
    border-color: #8c52ff;
}
table.dataTable tbody td:focus {
    outline: none !important;
}
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
    outline: 2px solid #8c52ff !important;
    outline-offset: -1px;
    color: #8c52ff;
    background-color: rgba(50, 129, 242, 0.15);
}
.dataTables_info {
    font-weight: 500;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    background-color: #32cb89;
    top: 0.75rem;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #f35956;
    top: 0.75rem;
}
div.dt-button-info {
    background-color: #8c52ff;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}
div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
@media (max-width: 767.98px) {
    li.paginate_button.previous,
    li.paginate_button.next {
        display: inline-block;
        font-size: 1.5rem;
    }
    li.paginate_button {
        display: none;
    }
    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1rem 0 0 !important;
    }
    div.dt-buttons {
        display: inline-table;
        margin-bottom: 1rem;
    }
}
.activate-select .sorting_1 {
    background-color: #f8f9fa;
}
.calendar {
    float: left;
    margin-bottom: 0;
}
.none-border .modal-footer {
    border-top: none;
}
.fc-toolbar {
    margin-bottom: 5px;
}
.fc-toolbar h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.fc-day {
    background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}
.fc-widget-header {
    border: 1px solid #ced4da;
    background-color: #f8f9fa;
}
.fc-widget-content {
    border: 1px solid #ced4da;
}
.fc th.fc-widget-header {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.fc-button {
    background: #fff;
    border: 1px solid #ced4da;
    color: #495057;
    text-transform: capitalize;
}
.fc-text-arrow {
    font-family: arial;
    font-size: 16px;
}
.fc-state-hover {
    background: #ced4da;
}
.fc-state-highlight {
    background: #f0f0f0;
}
.fc-cell-overlay {
    background: #f0f0f0;
}
.fc-unthemed .fc-today {
    background: #fff;
}
.fc-event {
    border-radius: 3px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 0;
    padding: 5px 10px;
    background-color: #dae8fd;
    color: #8c52ff !important;
    border-left: 3px solid #8c52ff;
}
.fc-event.ui-draggable {
    padding: 10px;
}
.external-event {
    color: #fff;
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px;
}
.fc-basic-view td.fc-week-number span {
    padding-right: 5px;
}
.fc-basic-view td.fc-day-number {
    padding-right: 5px;
}
@media (max-width: 767.98px) {
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right,
    .fc-toolbar .fc-center {
        float: none;
        display: block;
        clear: both;
        margin: 10px 0;
    }
    .fc .fc-toolbar > * > * {
        float: none;
    }
    .fc-today-button {
        display: none;
    }
}
.gmaps {
    height: 450px;
    width: 100%;
    border: 0;
}
.gmaps-dark {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.jvectormap-tip {
    border: none;
    background: #343a40;
    color: #f8f9fa;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    padding: 5px 8px;
}
.select2-container .select2-selection--single {
    border: 1px solid #ced4da;
    height: 35px;
    outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    padding-left: 12px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #cbd3da transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #cbd3da transparent !important;
    border-width: 0 6px 6px 6px !important;
}
.select2-results__option {
    padding: 6px 12px;
}
.select2-dropdown {
    border: none;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
}
.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e9ecef;
    outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #8c52ff;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f8f9fa;
    color: #212529;
}
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background-color: #8c52ff;
    color: #fff;
}
.select2-container .select2-selection--multiple {
    min-height: 35px;
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px;
}
.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #8c52ff;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 7px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
.datepicker {
    padding: 10px !important;
}
.datepicker td,
.datepicker th {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #8c52ff !important;
    background-image: none !important;
    color: #fff;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #e9ecef;
}
.datepicker table tr td.new,
.datepicker table tr td.old,
.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #495057;
    opacity: 0.4;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #e9ecef;
}
.datepicker .datepicker-switch:hover {
    background: none;
}
.datepicker-dropdown:after {
    border-bottom: 6px solid #fff;
}
.datepicker-dropdown:before {
    border-bottom-color: #e9ecef;
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid #e9ecef;
}
.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid #fff;
}
.daterangepicker {
    font-family: "Roboto", sans-serif;
    border: 0 solid #e9ecef;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    background-color: #fff;
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    background-color: #fff;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    color: #6c757d;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: #747a80;
}
.daterangepicker td.in-range {
    background-color: #edeff1;
    color: #495057;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    color: #212529;
    opacity: 0.5;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #8c52ff;
    color: #fff;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #8c52ff;
    color: #fff;
}
.daterangepicker:after {
    border-bottom: 6px solid #fff;
}
.daterangepicker:before {
    border-bottom: 7px solid #e9ecef;
}
.daterangepicker .ranges li.active {
    background-color: #8c52ff;
}
.daterangepicker .ranges li:hover {
    background-color: #f8f9fa;
}
.daterangepicker .drp-buttons {
    border-top: 1px solid #e9ecef;
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    background: #fff;
    border: 1px solid #fff;
    color: #fff;
}
.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #e9ecef;
} 
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}
.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}
.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}
.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
    padding: 0;
}
.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}
.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
    display: block;
}
.bg-login {
    background: url("../images/bg-login.jpg");
    background-position: center;
    background-size: cover;
}
.bg-register {
    background: url("../images/bg-register.jpg");
    background-position: center;
    background-size: cover;
}
.card-pricing {
    position: relative;
    border-radius: 10px;
}
.card-pricing .card-pricing-icon {
    font-size: 22px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    height: 60px;
    display: inline-block;
    width: 60px;
    line-height: 62px;
    border-radius: 50%;
}
.card-pricing .card-pricing-features {
    color: #6c757d;
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
}
.card-pricing .card-pricing-features li {
    padding: 15px;
}
/*# sourceMappingURL=theme.min.css.map */
.form-login {
    max-width: 540px;
    margin: 0px auto;
    text-align: center;
}
.form-login .bg-white {
    overflow: hidden;
    border-radius: 8px !important;
}
.bg-roxo {
    background: #8c52ff;
}
.botao-roxo {
    background: #8c52ff;
    border: 1px solid #8c52ff;
    color: #fff;
    padding: 15px 25px;
    font-size: 17px;
    border-radius: 5px;
}
.botao-roxo:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.dsp-block {
    display: block;
    width: 100%;
}
.form-login .form-control {
    padding: 32px 23px;
    font-size: 17px;
    border-radius: 5px;
}
.card .phTitle {
    font-size: 30px;
}
.form-control {
    font-size: 16px;
    padding: 23px 18px;
}
.btn {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
}
.btn.btn-primary {
    background-color: #32cb89;
    border: 1px solid #32cb89;
}
.btn.btn-primary:hover {
    background-color: #000;
    border: 1px solid #000;
}
.form-group label {
    font-weight: 400;
}
.resultadoImg {
    margin-top: 15px;
    overflow: hidden;
    border-radius: 5px;
    display: table;
    cursor: pointer;
}
.resultadoImg img {
    width: 200px;
}
.card .cabecalho-header {
    margin-bottom: 20px;
}
.cabecalho-header .buttonCadastrar {
    background: #8c52ff;
    border: 1px solid #8c52ff;
    padding: 10px 25px;
    color: #fff;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 500;
    display: block;
    width: 150px;
    text-align: center;
}
.cabecalho-header h4.card-title {
    margin-bottom: 20px;
}
.form-control.inputColor {
    padding: 0px 4px;
    height: 48px;
}
.card .actionButton {
    background: #8c52ff;
    border: 1px solid #8c52ff;
    color: #fff;
    padding: 3px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
}
.btn.btn-primary {
    background-color: #8c52ff;
    border: 1px solid #8c52ff;
    color: #fff;
    border-radius: 100px;
    padding: 11px 40px;
    font-size: 17px;
    margin-top: 10px;
}
.card .acoes-buttons {
    display: flex;
}
.table th, .table td {
    padding: .75rem;
    vertical-align: inherit;
    border-top: 1px solid #dee2e6;
}
select.form-control {
    padding: 0px 15px;
    height: 48px;
}
.custom_radio {
    margin: 8px 0px;
}
.custom_radio label {
    margin-right: 8px;
}
table .iconCategory {
    color: #fff;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
}
table .iconCategory i {
   margin-right: 5px;
}
table .valorTipo .despesa {
    color: red;
    font-weight: 600;
}
table .valorTipo .receita {
    color: #4caf50;
    font-weight: 600;
}
.valoresGanhos {
    color: #4caf50;
    font-weight: 600;
}
.valoresGastos {
    color: red;
    font-weight: 600;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #e2e2e2;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #e2e2e2;
}
.resImagemAdmin img {
    width: 80px;
    border-radius: 6px;
    border: 2px solid #8c52ff;
}
.notRegistro {
    background: red;
    padding: 8px;
    border-radius: 100px;
    color: #fff;
    font-size: 10px;
}
.modalPerso .listCurso {
    background: #8c52ff;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 20px;
}
.modalPerso .listCurso label,
.modalPerso .listCurso .text {
    color: #fff;
}
.modalPerso .modal-dialog {
    max-width: 770px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.phTitle {
    margin-bottom: 30px;
}
.resultadoImgW100 {
    border-radius: 10px;
    overflow: hidden;
}
.resultadoImgW100 img {
    width: 100%;
}
.listaAluno .listImagem {
    border: 2px solid #8c52ff;
    border-radius: 10px;
    overflow: hidden;
    width: 80px;
    height: 80px;
}
.listaAluno .listImagem img {
    width: 100%;
    min-height: 80px;
}
.filtrosAdmin .btn.btn-primary {
    position: relative;
    top: 27px;
}
.filtrosAdmin {
    margin: 30px 0px;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
}
.RespostaImagem {
    border-radius: 6px;
    border: 2px solid #8c52ff;
}
.RespostaImagem img {
    width: 100%;
}
.modalFotos .modal-dialog {
  max-width: 950px;
}
.resultFotosOutras {
    margin-top: 5%;
}
.resultFotosOutras .imagemFotos {
    overflow: hidden;
    border-radius: 10px;
}
.resultFotosOutras .imagemFotos img {
    width: 100%;
}
.resultFotosOutras .imagemFotos {
    margin-bottom: 30px;
}
.modalAtendimento .modal-dialog {
    max-width: 800px;
}
.loadingadmins svg{
    width: 100px;
    height: auto;
}
.loadingadmins {
    display: none;
    margin: 40px auto;
    text-align: center;
}
.loadingadmins h4 {
    font-size: 20px;
    margin-top: 15px;
    color: #2c308d;
}
.hysAgendamento .blocoInfo {
    background: #2c308d;
    padding: 20px 25px;
    border-radius: 14px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.hysAgendamento .blocoInfo strong {
    color: #fbbc05;
}
.statusFinanceiro {
    border-radius: 100px;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
}
.btnLink {
    float: right;
    font-size: 16px;
    color: #000;
}
.conteudoAdmin .card.green {
    background: #2cb71c;
}
.conteudoAdmin .card.green h5,
.conteudoAdmin .card.green h2,
.conteudoAdmin .btnLink {
    color: #fff;
}
.conteudoAdmin .card.green .badge-soft-primary {
    background-color: #000;
    color: #fff;
}
.mb-10 {
    margin-bottom: 10px;
}
.conteudoAdmin .card.red {
    background: red;
}
.conteudoAdmin .card.red h5,
.conteudoAdmin .card.red h2,
.conteudoAdmin .btnLink {
    color: #fff;
}
.conteudoAdmin .card.red .badge-soft-primary {
    background-color: #000;
    color: #fff;
}
.conteudoAdmin .card.blue {
    background: #0760b3;
}
.conteudoAdmin .card {
    border-radius: 8px;
}
.conteudoAdmin .card.blue h5,
.conteudoAdmin .card.blue h2,
.conteudoAdmin .btnLink {
    color: #fff;
}
.conteudoAdmin .card.blue .badge-soft-primary {
    background-color: #000;
    color: #fff;
}
.card-title:before {
    border: none;
}
.filtroFixo {
    margin-bottom: 50px;
}
.listaPacientes .imagem img {
    width: 100%;
}
.listaPacientes .imagem {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    min-height: 208px;
    max-height: 208px;
}
.tituloDash {
    margin-bottom: 25px;
}
.listaPacientes .single-item h4 {
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
    color: #626262;
}
.listaPacientes .btn.btn-primary {
    display: block;
    margin-top: 10px;
    border-radius: 100px;
    font-size: 14px;
    padding: 6px;
    width: 57%;
    background: #8c52ff;
    border: 1px solid #8c52ff;
    color: #fff;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-40 {
    margin-bottom: 40px;
}
.displayMobile {
    display: none;
}
.listaActions .botaoPax {
    background-color: #0760b3;
    border: 1px solid #0760b3;
    color: #fff;
    display: block;
    padding: 15px 35px;
    border-radius: 10px;
    margin-right: 5px;
}
.listaActions {
    margin-top: 3%;
    display: flex;
    margin-bottom: 30px;
}
.form54-login .buttonLogin {
    background-color: #8c52ff;
    border: 1px solid #8c52ff;
    color: #ffffff;
    display: block;
    width: 100%;
    padding: 17px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 600;
}
.form54-login .buttonLogin:hover {
    background-color: #fbbc05;
    border: 1px solid #fbbc05;
    color: #000;
}
.listImageRes {
    width: 65%;
    border-radius: 100px;
    border: 4px solid #dbdbdb;
}
.botaoLinkWhatsapp {
    background: #0aa70f;
    color: #fff;
    padding: 13px 25px;
    border-radius: 100px;
    font-size: 14px;
    display: block;
    width: 180px;
    text-align: center;
    margin: 10px 0px;
}
.botaoLinkWhatsapp:hover {
    background: #0aa70f;
    color: #fff;
    padding: 13px 25px;
    border-radius: 100px;
    font-size: 14px;
}
.listCobrancas .quadroCobranca {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 10px;
    padding: 27px;
    font-size: 17px;
    margin-bottom: 30px;
    cursor: pointer;
}
.listCobrancas .quadroCobranca h1 {
    font-size: 25px;
    margin-bottom: 3px;
    color: #2d2e2e;
}
.listCobrancas .quadroCobranca:hover {
    background: #8c52ff;
    border: 1px solid #8c52ff;
    color: #fff;
}
.listCobrancas .quadroCobranca:hover h1,
.listCobrancas .quadroCobranca:hover .status {
    color: #fff !important;
}
.listCobrancas .quadroCobranca:hover .btn.btn-primary {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.listCobrancas .quadroCobranca .btnFatura {
    display: block;
    margin: 4% 0px;
}
.listCobrancas .quadroCobranca:hover .btnFatura {
    color: #fff;
}
.copy-text {
    position: relative;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    margin: 0px auto;
    text-align: center;
    width: 60%;
}
.copy-text input.text {
    padding: 10px;
    font-size: 18px;
    color: #555;
    border: none;
    outline: none;
    width: 90%;
}
.copy-text button {
  padding: 10px;
  background: #5784f5;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
}
.copy-text button:active {
  background: #809ce2;
}
.copy-text button:before {
  content: "Copied";
  position: absolute;
  top: -45px;
  right: 0px;
  background: #5c81dc;
  padding: 8px 10px;
  border-radius: 20px;
  font-size: 15px;
  display: none;
}
.copy-text button:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 25px;
  width: 10px;
  height: 10px;
  background: #5c81dc;
  transform: rotate(45deg);
  display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
  display: block;
}

.retornoSolicitacao {
    text-align: center;
    margin-bottom: 40px;
}

.retornoSolicitacao i {
    font-size: 130px;
    color: #8c52ff;
    margin-bottom: 20px;
}

.retornoSolicitacao h3 {
    font-size: 38px;
}

.retornoSolicitacao p {
    font-size: 20px;
}

.blocoPagamento {
    text-align: center;
}

.blocoPagamento p {
    font-size: 20px;
}

.quadroCobranca.pago {
    background: green;
    border: 1px solid green;
}

.quadroCobranca.pago:hover {
    background: green;
    border: 1px solid green;
}

.quadroCobranca.pago h1,
.quadroCobranca.pago div,
.quadroCobranca.pago .status,
.quadroCobranca.pago .btnFatura {
    color: #fff !important;
}

.cardTextWhite h2,
.cardTextWhite .dataVencimento {
    color: #fff !important;
}