:root {
    --primary: #FBBC0D;
}

body,
a:hover,
a:focus,
.btn-default,
.btn-default:focus {
    color: #565656;
    /* font-family: 'Lato', sans-serif; */
    /* font-weight: 300; */
    font-size: 16px;
    /* color: #fff; */
    /* background-color: #ecf0f5; */
    transition: 300ms;
    /* cursor: pointer; */
}

a:hover {
    font-size: unset;
}

* {
    outline: none !important;
}

body {
    overflow-x: hidden;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#mainnav-menu .active:not(.active-sub)>a,
#mainnav-menu .active:not(.active-sub)>i {
    color: #000;
}

table.table-striped {
    font-size: 14px;
}

.select.form-group {
    display: inline-block;
}

.col-md-3-custom {
    width: 20% !important;
}


/*
.select.form-group select {
width: 100% !important;
}
.panel-body .select.form-group select {
width: 100% !important;
}
*/

.container-congrats {
    padding: 0px !important;
}

.loader {
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid #9a0b90;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    text-align: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pad-all {
    -moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.42);
}

.form-inline .form-group {
    margin-right: 5px;
    position: relative;
}

.form-inline .btn {
    margin-top: 1px;
}

#content-container:before {
    background: url('../img/wallpaper_login.jpg');
}

.navbar-content,
.navbar-top-links>li>a:hover,
.navbar-top-links>li>a:focus {
    background: linear-gradient(134deg, var(--primary), rgb(248, 188, 22));
}

.status_menu .fa-bars {
    font-size: 20px;
}

#dropdown-user .ic-user {
    font-size: 26px;
    line-height: 59px;
}

.navbar-top-links .head-list li a i {
    margin-right: 10px;
}

.navbar-top-links .tgl-menu-btn {
    top: 0px;
}

@media (min-width: 768px) {
    #navbar-container {
        background-color: #9a0b90;
    }
    .navbar-header:before {
        background-color: #fff;
    }
}

.navbar-top-links>.open>a,
.navbar-top-links>.open>a:focus {
    background: var(--primary) !important;
}

.form-control {
    /* border: 1px solid rgba(0,0,0,0.2); */
}

#page-content>.panel>.panel-heading {
    display: none;
}

.panel-footer {
    background-color: #f7f7f7;
}

.select:before {
    display: none;
}

.form-inline .select:before {
    margin: -2px 0px 0;
    top: 50%;
}

.title_menor {
    font-size: 13px;
}

.final_texto {
    position: absolute;
    width: 50px;
    height: 30px;
    top: 11px;
    right: 16px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 1) 74%);
    background: -webkit-gradient( left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.68)), color-stop(74%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 1) 74%);
    background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 1) 74%);
    background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 1) 74%);
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 1) 74%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

:required,
select:required {
    border-left: 3px solid #FABC10;
}

.margin {
    margin: 5px;
}

.card-total {
    margin: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    color: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    padding: 8px;
    font-weight: bold;
}

.card-total p {
    width: 100%;
    text-align: center;
}

.card-total .card-rs {
    margin-top: 6px;
    margin-right: 6px;
}

.card-total .card-dinheiro {
    font-size: 30px
}

.margin-top {
    margin-top: 5px;
}

.margin-left {
    margin-left: 5px;
}

.margin-right {
    margin-right: 5px;
}

.margin-bottom {
    margin-bottom: 5px;
}

.margin-2 {
    margin: 10px;
}

.margin-top-2 {
    margin-top: 10px;
}

.margin-left-2 {
    margin-left: 10px;
}

.margin-right-2 {
    margin-right: 10px;
}

.margin-bottom-2 {
    margin-bottom: 10px;
}

.margin-3 {
    margin: 15px;
}

.margin-top-3 {
    margin-top: 15px;
}

.margin-left-3 {
    margin-left: 15px;
}

.margin-right-3 {
    margin-right: 15px;
}

.margin-bottom-3 {
    margin-bottom: 15px;
}

.margin-4 {
    margin: 20px;
}

.margin-top-4 {
    margin-top: 20px;
}

.margin-left-4 {
    margin-left: 20px;
}

.margin-right-4 {
    margin-right: 20px;
}

.margin-bottom-4 {
    margin-bottom: 20px;
}

.margin-5 {
    margin: 25px;
}

.margin-top-5 {
    margin-top: 25px;
}

.margin-left-5 {
    margin-left: 25px;
}

.margin-right-5 {
    margin-right: 25px;
}

.margin-bottom-5 {
    margin-bottom: 25px;
}

.margin-6 {
    margin: 30px;
}

.margin-top-6 {
    margin-top: 30px;
}

.margin-left-6 {
    margin-left: 30px;
}

.margin-right-6 {
    margin-right: 30px;
}

.margin-bottom-6 {
    margin-bottom: 30px;
}

.pagination {
    margin: 0px;
}

#navbar .brand-title {
    padding: 0px;
}

.btn-success,
.btn-success:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #333;
}

.btn-success:hover,
.btn-success:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff;
}

.btn-blocked,
.btn-blocked:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff;
}

.btn-blocked:hover,
.btn-blocked:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff;
}

.btn-filter,
.btn-filter:focus {
    background-color: #61045b !important;
    border-color: #61045b !important;
    color: #fff;
}

.btn-filter:hover,
.btn-hover-filter:hover,
.btn-hover-filter:active,
.btn-hover-filter.active,
.btn-filter:active,
.btn-active-filter.btn:active,
.btn-active-filter.btn.active,
.btn-active-filter+.dropdown-menu>li>a:hover,
.btn-active-filter+.dropdown-menu>li>a:focus,
.btn-active-filter+.dropdown-menu>.active>a,
.open .dropdown-toggle.btn.btn-active-filter,
.btn-group.open .dropdown-toggle.btn.btn-active-filter,
.btn-filter.active,
.btn-filter:disabled,
.btn-filter.disabled,
.btn-filter:not([class*="btn-active-"])+.dropdown-menu>li>a:hover,
.btn-filter:not([class*="btn-active-"])+.dropdown-menu>li>a:focus,
.btn-filter:not([class*="btn-active-"])+.dropdown-menu>.active>a,
.btn-filter+.dropdown-menu:not(.head-list)>li>a.active,
.open>.dropdown-toggle.btn-filter {
    background-color: #b5b5b5 !important;
    border-color: #b5b5b5 !important;
    color: #fff;
}

.btn-aprove,
.btn-aprove:focus,
.btn-aprove:hover {
    background-color: var(--primary);
    border-color: var(--primary) !important;
    color: #fff;
}

.btn-new {
    background-color: #7c4c35;
    border-color: #7c4c35 !important;
    color: #fff;
}

.btn-aprovar:hover {
    background-color: #8bc34a !important;
    border-color: #8bc34a !important;
    color: #fff;
}

.nav-tabs li a {
    color: #4d627b;
}

.nav-tabs>li>a:hover {
    background: #c4bebe;
    border-color: #c4bebe;
}

#mainnav-menu>li>a:hover,
#mainnav-menu>li>a:active {
    color: #989898;
}

.table_relatorio>tr {
    background: #bbb;
}

.table_relatorio thead tr {
    background: #bbb;
}

.table_relatorio thead a {
    color: #fff;
}

#container .table th {
    background: #bbb;
    color: #fff !important;
}

#mainnav-menu ul a, .menu-popover .sub-menu ul a {
    padding: 8px 0px 8px 20px;
}

#mainnav-menu .active:not(.active-sub)>a {
    background: var(--primary);
}

#mainnav-menu a:focus,
#mainnav-menu a:hover {
    color: #949494 !important;
}

.tooltip-inner {
    max-width: 400px;
}

#mainnav-menu>.active {
    background-color: #333;
}

.navbar-header:before {
    background-color: #333;
}

#mainnav {
    height: 100%;
    background-color: #333;
    color: white;
}

.btn:not(.disabled):not(:disabled):hover {
    color: #fff;
}

.mapa_loc .table>tbody>tr>td,
.mapa_loc .table>tbody>tr>th,
.mapa_loc .table>tfoot>tr>td,
.mapa_loc .table>tfoot>tr>th,
.mapa_loc .table>thead>tr>td,
.mapa_loc .table>thead>tr>th {
    padding: 0px !important;
    border-right: 1px solid #bbb;
}

.select2-container {
    width: 100% !important;
}

.color_fundo_mapa_loc {
    background: #bbbbbb;
    color: #fff;
    font-weight: bold;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.listFileUpload {
    max-width: 10%;
}

.image_grid {
    max-height: 50px;
    border-radius: 5px;
    max-width: 50px;
}

.btn-aprove {
    background-color: #92c755;
    border-color: #8bc34a !important;
    color: #fff;
    margin: 0 1em;
}

.btn-reprove {
    background-color: #f55145;
    border-color: #f44336 !important;
    color: #fff;
}

.btn-pront,
.btn-pront:hover,
.btn-pront:focus {
    background-color: #7fd4d1;
    border-color: #7fd4d1 !important;
    color: #fff;
}

span.label {
    line-height: 23px;
    font-weight: 400;
    padding: 6px 10px;
    /* margin: 10px; */
}

.btn-xs {
    margin-right: 3px;
}

.flatpickr-calendar,
.flatpickr-innerContainer,
.flatpickr-rContainer,
.flatpickr-weekdays,
.dayContainer,
.flatpickr-days,
.flatpickr-day {
    /* width: 100%; */
    max-width: 100%;
}

.flatpickr-innerContainer {
    justify-content: center;
}

.flatpickr-months .flatpickr-month {
    height: 40px;
}

.flatpickr-days {
    margin-bottom: 10px;
}

.pad-btm {
    padding-bottom: 10px !important;
    margin-bottom: 10px;
    /* min-height: 60px; */
}

.scroll-top.in>i {
    display: block;
    width: 15px;
    height: 1em;
    line-height: 1.9em;
    margin-top: 5px;
}

.flatpickr-day.selected:hover,
.flatpickr-day.selected {
    background: #84266a;
    border-color: #84266a;
}

.panel-dangerous .panel-heading,
.panel-dangerous .panel-footer,
.panel-dangerous.panel-colorful {
    background-color: #6b084f;
    border-color: #6b084f;
    color: #fff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    height: auto !important;
}

.form-control {
    height: 41px;
    font-size: 16px;
    color: #888;
    margin: 0px 0px 0px;
    border-radius: 100px;
    /* padding: 1; */
    /* font-family: -webkit-body; */
}

.btn {
    height: 36px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    padding-top: 6px;
}

.select.form-group select {
    height: 41px;
    font-size: 16px;
    border-radius: 100px;
}

.alert {
    border-radius: 50px !important;
}

.alert .close {
    right: 17px;
    top: 17px;
}

.breadcrumb .active {
    font-weight: 300;
}

#mainnav-menu>.active-link>a,
#mainnav-menu>.active-link>a:hover {
    font-weight: 300;
    width: 100%;
    margin: 0px;
    padding: 8px 20px;
    border-radius: 0px;
}

#mainnav-menu i {
    margin-top: -5px;
    display: inline-block;
    width: 22px;
}

label {
    font-weight: 300;
    text-align: center;
}

.table,
.table th,
#container .table th {
    font-size: 16px;
    font-weight: 300;
}

.toolbar-left,
.toolbar-right,
.table-toolbar-left,
.table-toolbar-right {
    padding-bottom: 0px;
    padding: 0px !important;
}

.btn-xs {
    height: 25px;
}

.btn-xs,
.btn-icon.btn-xs,
.btn-group-xs>.btn {
    padding: 0px 5px;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    border-radius: 100px !important;
    transition: 300ms;
}

.select2-container .select2-selection--single[aria-expanded="true"],
.select2-container .select2-selection--multiple[aria-expanded="true"] {
    border-radius: 10px 10px 0px 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px !important;
}

.navbar-top-links .head-list li a {
    font-size: 16px;
}

.btn-xs-icon {
    padding: 4px 5px;
    height: 26px !important;
    margin: 0px 2px;
    width: 26px !important;
    text-align: center;
}

textarea.form-control {
    border-radius: 20px;
    height: auto;
}

.list-group {
    padding-top: 10px;
}

.timeline-icon {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    height: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-top: 15px;
    background-color: #ecf0f5;
}

.timeline-time {
    padding: 8px 3px;
}

@media (min-width: 768px) {
    #navbar {
        background-color: transparent;
        z-index: 1000;
    }
}

.select2-container--default .select2-results>.select2-results__options {
    background: white !important;
}

#loader {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999999999999999999999 !important;
    width: 100%;
    height: 100%;
}

#loader>div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -79px;
    margin-left: -105px;
}

.empty-fields {
    color: red;
    font-weight: bold;
}

.readonly {
    border: none;
    outline: none;
    margin: 0px 0px 10px;
    color: #333;
    background-color: transparent;
    border: none;
}

.readonly-info {
    border: none;
    outline: none;
    margin: 0px 0px 10px 0px;
    max-height: 20px;
    color: #888;
    background-color: #fff !important;
    border: none;
    font-size: 16px;
    padding: 18px 10px 18px 10px !important;
    border: 1px solid #d8d7d7;
    border-left: 3px solid #e7e7e7;
    border-radius: 100px;
    width: 100%;
    background-color: #f2f2f2 !important;
}

#dropdown {
    margin-top: 8px;
}

#dropdown:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 100%;
    left: 25px;
    width: 14px;
    height: 14px;
    margin-bottom: -7px;
    /*    border-top: 1px solid #b5b5b5;
border-left: 1px solid #b5b5b5;*/
    background: #fff;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.dropdown-item .form-group {
    padding: 0px;
}

.dropdown-item .form-group input {
    width: 100%;
    display: block;
}

.mensagem_error {
    color: #f55a4e;
    font-size: 13px;
}

.bt-pesquisa-consultar {
    margin-top: -9px !important;
    height: 41px !important;
}

.form-inline .table-toolbar-left form {
    margin-bottom: 0px !important;
}

.panel-body .form-inline {
    padding-bottom: 0px;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .form-inline .table-toolbar-right {
        position: absolute;
        right: 11px;
        top: -30px;
    }
}

.form-inline label {
    margin-right: 5px;
}

.modal-header>button {
    font-size: 35px !important;
    margin-right: 10px !important;
    padding-top: 3px;
}

.modal-body .form-group {
    padding: 0px;
}

.modal-header h4 {
    margin-top: 0px;
}

.modal-header {
    padding-top: 10px;
    min-height: 30px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: gray !important;
}

.img-edit {
    margin: 0px auto;
    border-radius: 400px;
    overflow: hidden;
    width: 160px;
    height: 160px;
    border: 6px solid rgb(239, 239, 239);
}

.img-edit img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.remove_field {
    margin-top: 5px;
}

.success-message {
    color: #9cc56c;
    width: 40%;
    font-weight: bold;
    padding: 6px 27px;
    border-radius: 100px;
}

.flatpickr-calendar.open {
    z-index: 999999999999999 !important;
}

#container .table th {
    border: none;
}

#container .table th a {
    color: #fff;
    font-weight: 500;
}

.table-responsive {
    border-radius: 5px;
}

.table-responsive table {
    margin-bottom: 0px;
}

.table-responsive table tbody tr {
    border: none;
    margin-bottom: 10px;
}

.table-responsive table tbody tr td {
    border: none !important;
    vertical-align: middle !important;
}

.table-responsive table tbody tr td img {
    max-width: 30px !important;
    border-radius: 0px;
}

.table-responsive table tbody tr td.actions a,
.table-responsive table tbody tr td.actions .btn {
    flex: 1;
    border-radius: 0px;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    border: none;
    border-bottom: 5px solid;
    width: 20px !important;
    padding: 0px 20px;
    float: right;
}

.table-responsive table tbody .td-status {
    margin: 0px !important;
    padding: 0px !important;
    height: 60px !important;
}

.table-responsive table tbody .td-status span {
    width: 100% !important;
    border-radius: 0px;
    height: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    width: max-content !important;
    font-size: 12px;
    font-weight: bold;
    /* float: right; */
    padding: 0px 18px;
    color: #333;
    background-color: transparent;
    border-left: 5px solid;
}

.table-responsive table tbody tr td:last-child {
    /* display: flex; */
    padding: 0px !important;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    padding-left: 0px !important;
}

.table-responsive table tbody .actions a {
    background-color: transparent;
    color: #333;
    border-bottom: 5px solid;
}

.btn-primary,
.btn-primary:focus {
    border-color: #FFA201 !important;
}

@media (max-width: 500px) {
    .toolbar-right {
        margin-top: 10px;
        border-top: 1px solid #eee;
    }
    .toolbar-right .btn-success {
        margin-top: 15px;
    }
    .filter_tag {
        display: none;
    }
    .dropdown-item .form-group {
        min-height: 55px;
    }
    #calendario_filtro_especialidade {
        margin-top: 0px !important;
    }
    .search.form-group {
        width: 100%;
    }
    .select.form-group {
        width: 100%;
    }
    .table-toolbar-right a {
        width: 100%;
        margin: 10px 0px !important;
    }
    .table-responsive {
        /* border: 1px solid #f85050 !important; */
        border: none;
    }
    .table-responsive table {
        /*border: 1px solid purple;*/
        max-width: 100%;
        display: block;
    }
    .table-responsive table tbody {
        display: block;
    }
    .table-responsive table thead {
        display: none;
    }
    .table-responsive table tbody tr {
        /*border: 1px solid yellow;*/
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        /* border: 1px solid #ebebeb; */
        margin-bottom: 10px;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
        overflow-x: scroll;
        border-radius: 15px;
        overflow: hidden;
    }
    .table-responsive table tbody tr.border-top-table {
        border-top: 5px solid var(--primary);
    }
    .table-responsive table tbody tr td {
        width: 100% !important;
        text-align: left;
        display: flex;
        vertical-align: middle !important;
    }
    .table-responsive table tbody tr td:last-child {
        padding: 0px !important;
        margin: 0px !important;
        border: none !important;
    }
    .table-responsive table tbody tr td a,
    .table-responsive table tbody tr td.actions .btn {
        width: 48.5%;
        flex: 1;
        margin: 0px;
        border-radius: 0px;
    }
    .table-responsive table tbody tr .td-status {
        padding: 0px !important;
        border: none;
    }
    .table-responsive table tbody tr .td-status span {
        width: 100%;
        border-radius: 0px;
        padding: 3px 10px;
    }
    .table-responsive table tbody tr .td-detalhes {
        text-align: left !important;
        width: 100% !important;
    }
    .table-responsive table tbody tr .td-detalhes i {
        width: 50px;
        border-radius: 0px !important;
    }
    .table-responsive table tbody tr .td-nome:before {
        content: "Nome: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-cliente:before {
        content: "Cliente: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-profissional:before {
        content: "Profissional: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-nome-profissao:before {
        content: "Profissão: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-numero-pedido:before {
        content: "Número do pedido: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-servico:before {
        content: "Serviço: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-fone:before {
        content: "Telefone: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-data:before {
        content: "Data: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-data-inicio:before {
        content: "Data de início: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-tipo-medicao:before {
        content: "Tipo de medição: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-sigla:before {
        content: "Sigla: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-cidade:before {
        content: "Cidade: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-estado:before {
        content: "Estado: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-email:before {
        content: "E-mail: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-address:before {
        content: "Logradouro: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-numero:before {
        content: "Número: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-bairro:before {
        content: "Bairro: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-cpf:before {
        content: "CPF: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-cnpj:before {
        content: "CNPJ: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-data-de-cria:before {
        content: "Data da Criação: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-valor:before {
        content: "Valor: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-detalhes:before {
        content: "Detalhes: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-item:before {
        content: "Item: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-total:before {
        content: "Total: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-unidade:before {
        content: "Unidade: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-quantidade:before {
        content: "Quantidade: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-drink:before {
        content: "Drink Paquera: ";
        font-weight: bold;
        margin-right: 10px;
    }
}

.success {
    background-color: #92c755;
}

.danger {
    background-color: #f44336;
}

.estornado {
    background-color: #8977b6;
}

.warning {
    background-color: #ffb80f;
}

.primary {
    background-color: #9a0b90;
}

.primary:hover {
    background-color: rgb(27, 74, 155) !important;
}

#filtros {
    width: 100%;
    /* display: inline-block !important; */
    margin: 10px;
    /* float: left; */
    vertical-align: top;
    position: absolute;
    top: 16px;
    left: 109px;
}

.filter_tag {
    display: inline-block;
    background-color: #61045b;
    color: #fff;
    border-radius: 3px;
    padding: 2px 7px;
    margin: 2px 5px;
    font-size: 12px;
}

@media (max-width: 500px) {
    .filter_tag {
        display: none;
    }
    .dropdown-item .form-group {
        min-height: 55px;
    }
}

@media (max-width: 900px) {
    .filter_tag {
        display: none;
    }
}

@media (max-width: 1024px) {
    #dropdown {
        max-width: 250px;
    }
    .filtros_element div {
        width: 100% !important;
    }
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4 !important;
}

.nav-tabs>li {
    background: lightgrey;
}

.filtros_element div div {
    margin: 5px 0px !important;
}

.filtros_element div div div {
    width: 97% !important;
}

.input-data-clean {
    position: absolute;
    top: 2px;
    right: 25px;
    opacity: 0.3;
    padding: 10px;
    transition: 600ms;
}

.input-data-clean:hover {
    opacity: 1;
    cursor: pointer;
}

.label-info {
    border-color: #03a9f4 !important;
}

.label-estornado {
    border-color: #8977b6 !important;
    background: #8977b6 !important;
}

.label-warning {
    border-color: #ffb300 !important;
}

.label-success {
    border-color: #8bc34a !important;
}

.btn-salvar {
    color: #fff;
    background-color: #eea236;
    border-color: #eea236 !important;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #FFA201 !important;
}
.btn-detalhar {
    border-color: #a8cf45 !important;
}

.btn-warning {
    border-color: #eea236 !important;
}

.btn-info {
    border-color: #46b8da !important;
}

.btn-danger {
    border-color: #d43f3a !important;
}

.btn-aprovar {
    border-color: #8bc34a !important;
}

.btn-tocar {
    border-color: #8bc34a !important;
}

.nav-tabs>li {
    background: lightgrey;
}

.data-place {
    width: max-content;
    margin: 5px 30px 15px 0px;
    float: left;
}

.data-place label {
    width: 100%;
    font-weight: bolder;
    text-align: left;
}

.data-place p {
    background-color: #f6f6f6;
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    margin: 0px;
    text-align: center;
}

.control-label {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .data-place {
        width: 100%;
        margin: 15px 0px;
        float: unset;
    }
}

.usuario {
    padding: 15px;
}

.select2-container .select2-selection--multiple {
    min-height: 41px !important;
    border-radius: 20px !important;
    padding-bottom: 5px;
    padding-left: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 2px 5px;
    max-width: 97%;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    margin-top: 3px !important;
}

.breadcrumb li a:hover {
    background-color: transparent;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.end-end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.error-message {
    color: #f55a4e;
    font-weight: 600 !important;
    font-size: 12px;
    /* margin-top: 10px; */
    /* background-color: #fff; */
}

.debug {
    border: 1px solid red;
}

.box {
    display: flex;
    justify-content: space-between;
}

.profissional-detalhes {
    margin: 15px;
}

#container.mainnav-sm #mainnav-menu>.active-link>a,
#container.mainnav-sm #mainnav-menu>.active-link a:hover,
#container.mainnav-sm #mainnav-menu>.active-sub>a,
#container.mainnav-sm #mainnav-menu>.active-sub a:hover {
    border-radius: 3px;
    background-color: var(--primary);
    color: #000 !important;
    box-shadow: none;
}

#mainnav-menu>li>a.hover {
    color: var(--primary);
    background-color: #fff;
}

.single-content {
    color: var(--primary) !important;
}

.modal-footer .btn {
    margin: 0px 20px;
    padding: 0 10%;
    min-width: 141px;
}

.contener_administrador {
    padding-left: 0px !important;
    padding-right: 20px !important;
}

.card-row .contener_administrador:last-child {
    padding-right: 10px !important;
}

#container.mainnav-sm #mainnav-menu>.active-link {
    padding: 0px !important;
}

#container.mainnav-sm #mainnav-menu>.active-link>a {
    border-radius: 0px !important;
}

.busca-admin {
    padding-left: 0px !important;
}

@media (max-width: 768px) {
    .pad-btm .col-md-2 .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .bt-pesquisa-consultar {
        width: 100%;
        margin-top: 0px !important;
        background-color: #eee;
    }
    #modal_delete .modal-dialog {
        width: 90%;
        margin: 0px !important;
    }
    .delete_nome {
        white-space: pre-wrap;
    }
    .nav-item {
        max-width: 50%;
    }
    .profissional-detalhes {
        margin: 0px;
    }
    .select2-container .select2-selection--multiple {
        min-height: 41px !important;
        border-radius: 10px !important;
    }
    .contener_administrador {
        padding: 0px !important;
    }
    .card-row .contener_administrador:last-child {
        padding-right: 0px !important;
    }
    .modal-footer .btn {
        margin: 0px 20px;
        padding: 0 10%;
    }
    #modal_bloquear {
        margin: 0px !important;
    }
    #modal_bloquear .modal-dialog {
        width: 93%;
    }
    .bloquear_nome {
        white-space: normal;
    }
}
.btn-detalhar:hover {
    color: #000 !important;
    background-color: #a8cf45 !important;
    border-color: #a8cf45 !important;
}

.div-tooltip-custom {
    color: #606060;
    margin-left: 15px;
    padding: 2px 10px;
    width: max-content;
}

.div-tooltip-custom>p {
    font-weight: 900;
}

.custom-checkbox {
    background: #ddd;
    border: 1px solid #ddd;
    padding: 10px 0px;
    margin: 10px 10px;
    width: 30%;
    border-radius: 10px;
    /*box-shadow: 5px 10px rgba(221,221,221,0.7);*/
}

.custom-checkbox:hover {
    cursor: pointer;
}

.custom-checkbox .checkbox>label>input {
    display: none
}

.custom-checkbox .checkbox>label {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
}

.custom-checkbox .checkbox {
    text-align: center;
    padding-left: 0px;
}

.time-checkbox {
    margin-top: 10px;
}

.checkbox-marcado {
    border-color: var(--primary);
    background: rgba(221, 221, 221, 0.6);
}

#container .table th a:hover {
    background-color: unset !important;
    color: #333333;
}

.link-comum {
    color: #000;
}

.link-comum:hover {
    background-color: unset;
    text-decoration: underline;
    font-size: 14px;
}

.user-profile-photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.user-profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.config {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 37px 0px;
}

.config div:first-child {
    flex: 1;
}

p.tip {
    font-size: 13px;
    color: #777;
    margin: 5px 0px 0px 0px;
}

h1.tip,
h2.tip,
h3.tip,
h4.tip,
h5.tip,
h6.tip {
    margin-bottom: 0px;
}

div.tip {
    margin-bottom: 0px;
}

.tip span {
    color: #999;
    margin-left: 5px;
    font-weight: 100;
}

@media (min-width: 900px) {
    .reserva {
        padding-left: 40px !important;
    }
}

.sem-dias {
    pointer-events: none;
    opacity: 0.3;
    position: relative;
}

.sem-dias-tip {
    right: -35%;
    top: 0;
    position: absolute;
    opacity: 1;
    max-width: 35%;
    color: #333;
    border-left: 3px solid;
    padding: 10px 10px 10px 15px;
}

.low-opacity {
    opacity: 0.4;
}

.loading {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading img {
    max-width: 50px;
}

.btn.loading {
    width: max-content;
    height: 36px;
}

.btn.loading img {
    max-height: 30px;
}

button.loading-btn {
    width: max-content;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 2px;
}

button.loading-btn img {
    height: 30px;
}

.loading-static {
    background: transparent url('../img/loading.gif');
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    min-width: 50px;
    min-height: 50px;
}

button .loading img {
    max-width: 35px;
}

.loading-absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: .5s fade-in forwards;
}

.loading-absolute img {
    max-width: 45px;
    filter: brightness(0.85);
}

.btn[loading="true"] {
    background-color: #fff !important;
}

.btn[loading="true"] img {
    max-width: 33px;
}

.motivo {
}

.tabela-itens tr {
    padding: 10px;
    text-align: right;
}

.nome-itens {
    text-align: left;
}

;
.total-itens {
    padding: 10px !important;
}

.linha-total-intens {
    background: #ddd;
    font-weight: 600;
}

.endereco-estabelecimento {
    font-size: 15px;
    display: block;
    width: max-content;
    color: #333;
    text-align: left;
    font-weight: 600 !important;
    margin-top: 20px !important;
    padding: 0px !important;
    height: 30px;
    max-width: 100%;
    white-space: normal;
}

.endereco-estabelecimento:hover,
.endereco-estabelecimento:active,
.endereco-estabelecimento:focus {
    background-color: #fff;
    font-size: 15px !important;
    text-decoration: underline !important;
    color: rgb(0, 150, 250) !important;
}

.pedido-data {
    background-color: #d1d1d1;
    color: #333;
    font-weight: bold !important;
}

.config-dados-bancarios input .config-dados-bancarios select {
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    #footer {
        position: fixed;
    }
}

.pay {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0px;
    background-color: #f6f6f6;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.pay div {
    flex: 1;
}

.pay .btn-success {
    background-color: #5cb85c !important;
    border: #5cb85c;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}

.pay .btn-info {
    border-radius: 5px;
}

.pay button[disabled="disabled"] {
    background-color: #d1d1d1 !important;
}

.pay-confirmed {
    overflow: hidden;
    height: 220px;
    position: relative;
    background-color: #fff;
    line-break: break-all;
}

.pay-confirmed img {
    position: absolute;
    max-width: 380px;
    right: -50px;
    bottom: -80px;
}

.pay-confirmed .back {
    max-width: 480px;
    left: -170px;
    bottom: -80px;
    transform: scaleX(-1);
    opacity: 0.08;
    filter: saturate(0);
    z-index: 0;
}

.pay-confirmed h2 {
    margin-left: 50px;
    z-index: 10;
    color: #333;
    font-size: 35px;
}

.pedidos .fa-glass-martini {
    float: right;
    background: linear-gradient(to right, #FF196B, #D319FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    .pay {
        flex-direction: column;
        align-items: unset
    }
    .pay span {
        display: block;
        width: max-content;
        margin: 0px 0px 10px 0px;
    }
    .pay .nome {
        font-weight: 700;
        margin: 30px 0px 0px 0px;
    }
    .pay .valor {
        font-size: 22px;
    }
    .pay button {
        width: 100%;
        margin-top: 20px;
    }
    .pay .btn-info {
        margin-right: 0px;
    }
}

.get-children {
    flex: 1;
    border-radius: 0px;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    border: none;
    border-bottom: 5px solid;
    width: 20px !important;
    padding: 0px 20px;
    float: right;
    transition: 300ms;
}

.get-children:hover {
    padding-top: 15px;
}

.get-children[active='true'] i {
    transform: rotate(180deg);
}

.get-children[active='true']:hover {
    padding-top: 0px;
    padding-bottom: 10px;
}

.sub-row {
    background-color: #eee !important;
}

.sub-row[back="false"] {
    background-color: #f6f6f6 !important;
}

.sub-row .td-status span {
    padding-left: 35px !important;
}

.sub-row .td-nome {
    padding-left: 35px !important;
}

.container-congrats {
    padding: 0px !important;
}

.loader {
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid #9a0b90;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    text-align: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pad-all {
    -moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.42);
}

.form-inline .form-group {
    margin-right: 5px;
    position: relative;
}

.form-inline .btn {
    margin-top: 1px;
}

#content-container:before {
    background: url('../img/wallpaper_login.jpg');
}

.navbar-content,
.navbar-top-links>li>a:hover,
.navbar-top-links>li>a:focus {
    background: linear-gradient(134deg, var(--primary), rgb(248, 188, 22));
}

.status_menu .fa-bars {
    font-size: 20px;
}

#dropdown-user .ic-user {
    font-size: 26px;
    line-height: 59px;
}

.navbar-top-links .head-list li a i {
    margin-right: 10px;
}

.navbar-top-links .tgl-menu-btn {
    top: 0px;
}

@media (min-width: 768px) {
    #navbar-container {
        background-color: #9a0b90;
    }
    .navbar-header:before {
        background-color: #fff;
    }
}

.navbar-top-links>.open>a,
.navbar-top-links>.open>a:focus {
    background: var(--primary) !important;
}

.form-control {
    /* border: 1px solid rgba(0,0,0,0.2); */
}

#page-content>.panel>.panel-heading {
    display: none;
}

.panel-footer {
    background-color: #f7f7f7;
}

.select:before {
    display: none;
}

.form-inline .select:before {
    margin: -2px 0px 0;
    top: 50%;
}

.title_menor {
    font-size: 13px;
}

.final_texto {
    position: absolute;
    width: 50px;
    height: 30px;
    top: 11px;
    right: 16px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 1) 74%);
    background: -webkit-gradient( left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.68)), color-stop(74%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 1) 74%);
    background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 1) 74%);
    background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 1) 74%);
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 1) 74%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

:required,
select:required {
    border-left: 3px solid #FABC10;
}

.pagination {
    margin: 0px;
}

#navbar .brand-title {
    padding: 0px;
}

.btn-success,
.btn-success:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #333;
}

.btn-success:hover,
.btn-success:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff;
}

.btn-blocked,
.btn-blocked:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff;
}

.btn-blocked:hover,
.btn-blocked:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff;
}

.btn-filter,
.btn-filter:focus {
    background-color: #61045b !important;
    border-color: #61045b !important;
    color: #fff;
}

.btn-filter:hover,
.btn-hover-filter:hover,
.btn-hover-filter:active,
.btn-hover-filter.active,
.btn-filter:active,
.btn-active-filter.btn:active,
.btn-active-filter.btn.active,
.btn-active-filter+.dropdown-menu>li>a:hover,
.btn-active-filter+.dropdown-menu>li>a:focus,
.btn-active-filter+.dropdown-menu>.active>a,
.open .dropdown-toggle.btn.btn-active-filter,
.btn-group.open .dropdown-toggle.btn.btn-active-filter,
.btn-filter.active,
.btn-filter:disabled,
.btn-filter.disabled,
.btn-filter:not([class*="btn-active-"])+.dropdown-menu>li>a:hover,
.btn-filter:not([class*="btn-active-"])+.dropdown-menu>li>a:focus,
.btn-filter:not([class*="btn-active-"])+.dropdown-menu>.active>a,
.btn-filter+.dropdown-menu:not(.head-list)>li>a.active,
.open>.dropdown-toggle.btn-filter {
    background-color: #b5b5b5 !important;
    border-color: #b5b5b5 !important;
    color: #fff;
}

.btn-aprove,
.btn-aprove:focus,
.btn-aprove:hover {
    background-color: var(--primary);
    border-color: var(--primary) !important;
    color: #fff;
}

.btn-new {
    background-color: #7c4c35;
    border-color: #7c4c35 !important;
    color: #fff;
}

.btn-aprovar:hover {
    background-color: #8bc34a !important;
    border-color: #8bc34a !important;
    color: #fff;
}

.nav-tabs li a {
    color: #4d627b;
}

.nav-tabs>li>a:hover {
    background: #c4bebe;
    border-color: #c4bebe;
}

#mainnav-menu>li>a:hover,
#mainnav-menu>li>a:active {
    color: #989898;
}

.table_relatorio>tr {
    background: #bbb;
}

.table_relatorio thead tr {
    background: #bbb;
}

.table_relatorio thead a {
    color: #fff;
}

#container .table th {
    background: #bbb;
    color: #fff !important;
}

#mainnav-menu a {
    padding: 8px 0px 8px 20px;
}

#mainnav-menu .active:not(.active-sub)>a {
    background: var(--primary);
}

#mainnav-menu a:focus,
#mainnav-menu a:hover {
    color: #949494 !important;
}

.tooltip-inner {
    max-width: 400px;
}

#mainnav-menu>.active {
    background-color: #333;
}

.navbar-header:before {
    background-color: #333;
}

#mainnav {
    height: 100%;
    background-color: #333;
    color: white;
}

.btn:not(.disabled):not(:disabled):hover {
    color: #fff;
}

.mapa_loc .table>tbody>tr>td,
.mapa_loc .table>tbody>tr>th,
.mapa_loc .table>tfoot>tr>td,
.mapa_loc .table>tfoot>tr>th,
.mapa_loc .table>thead>tr>td,
.mapa_loc .table>thead>tr>th {
    padding: 0px !important;
    border-right: 1px solid #bbb;
}

.select2-container {
    width: 100% !important;
}

.form-group.required .select2-selection   {
    border-left: 3px solid var(--primary) !important;
}

.color_fundo_mapa_loc {
    background: #bbbbbb;
    color: #fff;
    font-weight: bold;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.listFileUpload {
    max-width: 10%;
}

.image_grid {
    max-height: 50px;
    border-radius: 5px;
    max-width: 50px;
}

.btn-aprove {
    background-color: #92c755;
    border-color: #8bc34a !important;
    color: #fff;
    margin: 0 1em;
}

.btn-reprove {
    background-color: #f55145;
    border-color: #f44336 !important;
    color: #fff;
}

.btn-pront,
.btn-pront:hover,
.btn-pront:focus {
    background-color: #7fd4d1;
    border-color: #7fd4d1 !important;
    color: #fff;
}

span.label {
    line-height: 23px;
    font-weight: 400;
    padding: 6px 10px;
    /* margin: 10px; */
}

.btn-xs {
    margin-right: 3px;
}

.flatpickr-calendar,
.flatpickr-innerContainer,
.flatpickr-rContainer,
.flatpickr-weekdays,
.dayContainer,
.flatpickr-days,
.flatpickr-day {
    /* width: 100%; */
    max-width: 100%;
}

.flatpickr-innerContainer {
    justify-content: center;
}

.flatpickr-months .flatpickr-month {
    height: 40px;
}

.flatpickr-days {
    margin-bottom: 10px;
}

.pad-btm {
    padding-bottom: 10px !important;
    margin-bottom: 10px;
    /* min-height: 60px; */
}

.scroll-top.in>i {
    display: block;
    width: 15px;
    height: 1em;
    line-height: 1.9em;
    margin-top: 5px;
}

.flatpickr-day.selected:hover,
.flatpickr-day.selected {
    background: #84266a;
    border-color: #84266a;
}

.panel-dangerous .panel-heading,
.panel-dangerous .panel-footer,
.panel-dangerous.panel-colorful {
    background-color: #6b084f;
    border-color: #6b084f;
    color: #fff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    height: auto !important;
}

.form-control {
    height: 41px;
    font-size: 16px;
    color: #888;
    margin: 0px 0px 0px;
    border-radius: 100px;
    /* padding: 1; */
    /* font-family: -webkit-body; */
}

.btn {
    height: 36px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    padding-top: 6px;
}

.select.form-group select {
    height: 41px;
    font-size: 16px;
    border-radius: 100px;
}

.alert {
    border-radius: 50px !important;
}

.alert .close {
    right: 17px;
    top: 17px;
}

.breadcrumb .active {
    font-weight: 300;
}

#mainnav-menu>.active-link>a,
#mainnav-menu>.active-link>a:hover {
    font-weight: 300;
    width: 100%;
    margin: 0px;
    padding: 8px 20px;
    border-radius: 0px;
}

#mainnav-menu i {
    margin-top: -5px;
    display: inline-block;
    width: 22px;
}
#mainnav-menu .pix-icon{
    margin-top: -5px;
    display: inline-block;
    width: 22px;
}

label {
    font-weight: 300;
}

.table,
.table th,
#container .table th {
    font-size: 16px;
    font-weight: 300;
}

.toolbar-left,
.toolbar-right,
.table-toolbar-left,
.table-toolbar-right {
    padding-bottom: 0px;
    padding: 0px !important;
}

.btn-xs {
    height: 25px;
}

.btn-xs,
.btn-icon.btn-xs,
.btn-group-xs>.btn {
    padding: 0px 5px;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    border-radius: 100px !important;
    transition: 300ms;
}

.select2-container .select2-selection--single[aria-expanded="true"],
.select2-container .select2-selection--multiple[aria-expanded="true"] {
    border-radius: 10px 10px 0px 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px !important;
}

.navbar-top-links .head-list li a {
    font-size: 16px;
}

.btn-xs-icon {
    padding: 4px 5px;
    height: 26px !important;
    margin: 0px 2px;
    width: 26px !important;
    text-align: center;
}

textarea.form-control {
    border-radius: 20px;
    height: auto;
}

.list-group {
    padding-top: 10px;
}

.timeline-icon {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    height: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-top: 15px;
    background-color: #ecf0f5;
}

.timeline-time {
    padding: 8px 3px;
}

@media (min-width: 768px) {
    #navbar {
        background-color: transparent;
        z-index: 1000;
    }
}

.select2-container--default .select2-results>.select2-results__options {
    background: white !important;
}

#loader {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999999999999999999999 !important;
    width: 100%;
    height: 100%;
}

#loader>div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -79px;
    margin-left: -105px;
}

.empty-fields {
    color: red;
    font-weight: bold;
}

.readonly {
    border: none;
    outline: none;
    margin: 0px 0px 10px;
    color: #333;
    background-color: transparent;
    border: none;
}

.readonly-info {
    border: none;
    outline: none;
    margin: 0px 0px 10px 0px;
    max-height: 20px;
    color: #888;
    background-color: #fff !important;
    border: none;
    font-size: 16px;
    padding: 18px 10px 18px 10px !important;
    border: 1px solid #d8d7d7;
    border-left: 3px solid #e7e7e7;
    border-radius: 100px;
    width: 100%;
    background-color: #f2f2f2 !important;
}

#dropdown {
    margin-top: 8px;
}

#dropdown:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 100%;
    left: 25px;
    width: 14px;
    height: 14px;
    margin-bottom: -7px;
    /*    border-top: 1px solid #b5b5b5;
border-left: 1px solid #b5b5b5;*/
    background: #fff;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.dropdown-item .form-group {
    padding: 0px;
}

.dropdown-item .form-group input {
    width: 100%;
    display: block;
}

.mensagem_error {
    color: #f55a4e;
    font-size: 13px;
}

.bt-pesquisa-consultar {
    margin-top: -9px !important;
    height: 41px !important;
}

.form-inline .table-toolbar-left form {
    margin-bottom: 0px !important;
}

.panel-body .form-inline {
    padding-bottom: 0px;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .form-inline .table-toolbar-right {
        position: absolute;
        right: 11px;
        top: -30px;
    }
}

.form-inline label {
    margin-right: 5px;
}

.modal-header>button {
    font-size: 35px !important;
    margin-right: 10px !important;
    padding-top: 3px;
}

.modal-body .form-group {
    padding: 0px;
}

.modal-header h4 {
    margin-top: 0px;
}

.modal-header {
    padding-top: 10px;
    min-height: 30px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: gray !important;
}

.img-edit {
    margin: 0px auto;
    border-radius: 400px;
    overflow: hidden;
    width: 160px;
    height: 160px;
    border: 6px solid rgb(239, 239, 239);
}

.img-edit img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.remove_field {
    margin-top: 5px;
}

.success-message {
    color: #9cc56c;
    width: 40%;
    font-weight: bold;
    padding: 6px 27px;
    border-radius: 100px;
}

.flatpickr-calendar.open {
    z-index: 999999999999999 !important;
}

#container .table th {
    background-color: #d1d1d1;
    border: none;
}

#container .table th a {
    color: #fff;
    font-weight: 500;
}

.table-responsive {
    border-radius: 5px;
}

.table-responsive table {
    margin-bottom: 0px;
}

.table-responsive table tbody tr {
    border: none;
    margin-bottom: 10px;
}

.table-responsive table tbody tr td {
    border: none !important;
    vertical-align: middle !important;
}

.table-responsive table tbody tr td img {
    max-width: 30px !important;
    border-radius: 0px;
}

.table-responsive table tbody tr td.actions a {
    flex: 1;
    border-radius: 0px;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    border: none;
    border-bottom: 5px solid;
    width: 20px !important;
    padding: 0px 20px;
    float: right;
}

.table-responsive table tbody .td-status {
    margin: 0px !important;
    padding: 0px !important;
    height: 60px !important;
}

.table-responsive table tbody .td-status span {
    width: 100% !important;
    border-radius: 0px;
    height: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    width: max-content !important;
    font-size: 12px;
    font-weight: bold;
    /* float: right; */
    padding: 0px 18px;
    color: #333;
    background-color: transparent;
    border-left: 5px solid;
}

.table-responsive table tbody tr td:last-child {
    /* display: flex; */
    padding: 0px !important;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    padding-left: 0px !important;
}

.table-responsive table tbody .actions a {
    background-color: transparent;
    color: #333;
    border-bottom: 5px solid;
}

.btn-primary,
.btn-primary:focus {
    border-color: #294f75 !important;
}

@media (max-width: 500px) {
    .toolbar-right {
        margin-top: 10px;
        border-top: 1px solid #eee;
    }
    .toolbar-right .btn-success {
        margin-top: 15px;
    }
    .filter_tag {
        display: none;
    }
    .dropdown-item .form-group {
        min-height: 55px;
    }
    #calendario_filtro_especialidade {
        margin-top: 0px !important;
    }
    .search.form-group {
        width: 100%;
    }
    .select.form-group {
        width: 100%;
    }
    .table-toolbar-right a {
        width: 100%;
        margin: 10px 0px !important;
    }
    .table-responsive {
        /* border: 1px solid #f85050 !important; */
        border: none;
    }
    .table-responsive table {
        /*border: 1px solid purple;*/
        max-width: 100%;
        display: block;
    }
    .table-responsive table tbody {
        display: block;
    }
    .table-responsive table thead {
        display: none;
    }
    .table-responsive table tbody tr {
        /*border: 1px solid yellow;*/
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        /* border: 1px solid #ebebeb; */
        margin-bottom: 10px;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
        overflow-x: scroll;
        border-radius: 15px;
        overflow: hidden;
    }
    .table-responsive table tbody tr.border-top-table {
        border-top: 5px solid var(--primary);
    }
    .table-responsive table tbody tr td {
        width: 100% !important;
        text-align: left;
        display: flex;
        vertical-align: middle !important;
    }
    .table-responsive table tbody tr td:last-child {
        padding: 0px !important;
        margin: 0px !important;
        border: none !important;
    }
    .table-responsive table tbody tr td a {
        width: 48.5%;
        flex: 1;
        margin: 0px;
        border-radius: 0px;
    }
    .table-responsive table tbody tr .td-status {
        padding: 0px !important;
        border: none;
    }
    .table-responsive table tbody tr .td-status span {
        width: 100%;
        border-radius: 0px;
        padding: 3px 10px;
    }
    .table-responsive table tbody tr .td-detalhes {
        text-align: left !important;
        width: 100% !important;
    }
    .table-responsive table tbody tr .td-detalhes i {
        width: 50px;
        border-radius: 0px !important;
    }
    .table-responsive table tbody tr .td-nome:before {
        content: "Nome: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-cliente:before {
        content: "Cliente: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-profissional:before {
        content: "Profissional: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-nome-profissao:before {
        content: "Profissão: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-numero-pedido:before {
        content: "Número do pedido: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-servico:before {
        content: "Serviço: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-fone:before {
        content: "Telefone: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-data:before {
        content: "Data: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-data-inicio:before {
        content: "Data de início: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-tipo-medicao:before {
        content: "Tipo de medição: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-sigla:before {
        content: "Sigla: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-cidade:before {
        content: "Cidade: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-estado:before {
        content: "Estado: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-email:before {
        content: "E-mail: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-address:before {
        content: "Logradouro: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-numero:before {
        content: "Número: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-bairro:before {
        content: "Bairro: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-cpf:before {
        content: "CPF: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-cnpj:before {
        content: "CNPJ: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-data-de-cria:before {
        content: "Data da Criação: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-valor:before {
        content: "Valor: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-detalhes:before {
        content: "Detalhes: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-item:before {
        content: "Item: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-total:before {
        content: "Total: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-unidade:before {
        content: "Unidade: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-quantidade:before {
        content: "Quantidade: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-drink:before {
        content: "Drink Paquera: ";
        font-weight: bold;
        margin-right: 10px;
    }
}

.success {
    background-color: #92c755;
}

.danger {
    background-color: #f44336;
}

.warning {
    background-color: #ffb80f;
}

.primary {
    background-color: #9a0b90;
}

.primary:hover {
    background-color: rgb(27, 74, 155) !important;
}

#filtros {
    width: 100%;
    /* display: inline-block !important; */
    margin: 10px;
    /* float: left; */
    vertical-align: top;
    position: absolute;
    top: 16px;
    left: 109px;
}

.filter_tag {
    display: inline-block;
    background-color: #61045b;
    color: #fff;
    border-radius: 3px;
    padding: 2px 7px;
    margin: 2px 5px;
    font-size: 12px;
}

@media (max-width: 500px) {
    .filter_tag {
        display: none;
    }
    .dropdown-item .form-group {
        min-height: 55px;
    }
}

@media (max-width: 900px) {
    .filter_tag {
        display: none;
    }
}

@media (max-width: 1024px) {
    #dropdown {
        max-width: 250px;
    }
    .filtros_element div {
        width: 100% !important;
    }
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4 !important;
}

.nav-tabs>li {
    background: lightgrey;
}

.filtros_element div div {
    margin: 5px 0px !important;
}

.filtros_element div div div {
    width: 97% !important;
}

.input-data-clean {
    position: absolute;
    top: 2px;
    right: 25px;
    opacity: 0.3;
    padding: 10px;
    transition: 600ms;
}

.input-data-clean:hover {
    opacity: 1;
    cursor: pointer;
}

.label-info {
    border-color: #03a9f4 !important;
}

.label-warning {
    border-color: #ffb300 !important;
}

.label-success {
    border-color: #8bc34a !important;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4 !important;
}

.btn-warning {
    border-color: #eea236 !important;
}

.btn-info {
    border-color: #46b8da !important;
}

.btn-danger {
    border-color: #d43f3a !important;
}

.btn-aprovar {
    border-color: #8bc34a !important;
}

.btn-tocar {
    border-color: #8bc34a !important;
}

.nav-tabs>li {
    background: lightgrey;
}

.data-place {
    width: max-content;
    margin: 5px 30px 15px 0px;
    float: left;
}

.data-place label {
    width: 100%;
    font-weight: bolder;
}

.data-place p {
    background-color: #f6f6f6;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 0px;
}

@media (max-width: 768px) {
    .data-place {
        width: 100%;
        margin: 15px 0px;
        float: unset;
    }
}

.select2-container .select2-selection--multiple {
    min-height: 41px !important;
    border-radius: 20px !important;
    padding-bottom: 5px;
    padding-left: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 2px 5px;
    max-width: 97%;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    margin-top: 3px !important;
}

.breadcrumb li a:hover {
    background-color: transparent;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.end-end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.error-message {
    color: #f55a4e;
    font-weight: 600 !important;
    font-size: 12px;
    /* margin-top: 10px; */
}

.debug {
    border: 1px solid red;
}

.box {
    display: flex;
    justify-content: space-between;
}

.profissional-detalhes {
    margin: 15px;
}

#container.mainnav-sm #mainnav-menu>.active-link>a,
#container.mainnav-sm #mainnav-menu>.active-link a:hover,
#container.mainnav-sm #mainnav-menu>.active-sub>a,
#container.mainnav-sm #mainnav-menu>.active-sub a:hover {
    border-radius: 3px;
    background-color: var(--primary);
    color: #000 !important;
    box-shadow: none;
}

#mainnav-menu>li>a.hover {
    color: var(--primary);
    background-color: #fff;
}

.single-content {
    color: var(--primary) !important;
}

.modal-footer .btn {
    margin: 0px 20px;
    padding: 0 10%;
}

.contener_administrador {
    padding-left: 0px !important;
    padding-right: 20px !important;
}

.card-row .contener_administrador:last-child {
    padding-right: 10px !important;
}

#container.mainnav-sm #mainnav-menu>.active-link {
    padding: 0px !important;
}

#container.mainnav-sm #mainnav-menu>.active-link>a {
    border-radius: 0px !important;
}

.busca-admin {
    padding-left: 0px !important;
}

@media (max-width: 768px) {
    .pad-btm .col-md-2 .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .bt-pesquisa-consultar {
        width: 100%;
        margin-top: 0px !important;
        background-color: #eee;
    }
    #modal_delete .modal-dialog {
        width: 90%;
        margin: 0px !important;
    }
    .delete_nome {
        white-space: pre-wrap;
    }
    .nav-item {
        max-width: 50%;
    }
    .profissional-detalhes {
        margin: 0px;
    }
    .select2-container .select2-selection--multiple {
        min-height: 41px !important;
        border-radius: 10px !important;
    }
    .contener_administrador {
        padding: 0px !important;
    }
    .card-row .contener_administrador:last-child {
        padding-right: 0px !important;
    }
    .modal-footer .btn {
        margin: 0px 20px;
        padding: 0 10%;
    }
    #modal_bloquear {
        margin: 0px !important;
    }
    #modal_bloquear .modal-dialog {
        width: 93%;
    }
    .bloquear_nome {
        white-space: normal;
    }
}

.div-tooltip-custom {
    color: #606060;
    margin-left: 15px;
    padding: 2px 10px;
    width: max-content;
}

.div-tooltip-custom>p {
    font-weight: 900;
}

.custom-checkbox {
    background: #ddd;
    border: 1px solid #ddd;
    padding: 10px 0px;
    margin: 10px 10px;
    width: 30%;
    border-radius: 10px;
    /*box-shadow: 5px 10px rgba(221,221,221,0.7);*/
}

.custom-checkbox:hover {
    cursor: pointer;
}

.custom-checkbox .checkbox>label>input {
    display: none
}

.custom-checkbox .checkbox>label {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
}

.custom-checkbox .checkbox {
    text-align: center;
    padding-left: 0px;
}

.time-checkbox {
    margin-top: 10px;
}

.checkbox-marcado {
    border-color: var(--primary);
    background: rgba(221, 221, 221, 0.6);
}

#container .table th a:hover {
    background-color: unset !important;
    color: #333333;
}

.link-comum {
    color: #000;
}

.link-comum:hover {
    background-color: unset;
    text-decoration: underline;
    font-size: 14px;
}

.user-profile-photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.user-profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.config {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 37px 0px;
}

.config div:first-child {
    flex: 1;
}

p.tip {
    font-size: 13px;
    color: #777;
    margin: 5px 0px 0px 0px;
}

h1.tip,
h2.tip,
h3.tip,
h4.tip,
h5.tip,
h6.tip {
    margin-bottom: 0px;
}

div.tip {
    margin-bottom: 0px;
}

@media (min-width: 900px) {
    .reserva {
        padding-left: 40px !important;
    }
}

.sem-dias {
    pointer-events: none;
    opacity: 0.3;
    position: relative;
}

.sem-dias-tip {
    right: -35%;
    top: 0;
    position: absolute;
    opacity: 1;
    max-width: 35%;
    color: #333;
    border-left: 3px solid;
    padding: 10px 10px 10px 15px;
}

.low-opacity {
    opacity: 0.4;
}

.loading {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading img {
    max-width: 50px;
}

button .loading img {
    max-width: 35px;
}

.btn[loading="true"] {
    background-color: #fff !important;
}

.btn[loading="true"] img {
    max-width: 33px;
}

.motivo {
}

.tabela-itens tr {
    padding: 10px;
    text-align: left;
}

.total-itens {
    padding: 10px !important;
}

.linha-total-intens {
    background: #ddd;
    font-weight: 600;
}

.endereco-estabelecimento {
    font-size: 15px;
    display: block;
    width: max-content;
    color: #333;
    text-align: left;
    font-weight: 600 !important;
    margin-top: 20px !important;
    padding: 0px !important;
    height: 30px;
    max-width: 100%;
    white-space: normal;
}

.endereco-estabelecimento:hover,
.endereco-estabelecimento:active,
.endereco-estabelecimento:focus {
    background-color: #fff;
    font-size: 15px !important;
    text-decoration: underline !important;
    color: rgb(0, 150, 250) !important;
}

.pedido-data {
    background-color: #d1d1d1;
    color: #333;
    font-weight: bold !important;
}

.config-dados-bancarios input .config-dados-bancarios select {
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    #footer {
        position: fixed;
    }
}

.pay {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 20px 0px 0px;
    background-color: #f6f6f6;
    border: 1px solid #d1d1d1;
    width: max-content;
    height: 270px;
    float: left;
}

.pay .row-pay {
    flex: 2;
    width: 100%;
    height: 200px;
    max-height: 40px;
    margin-top: 5px;
}

.pay-line div {
    /* height: 20px; */
}

.pay .nome,
.pay .valor {
    max-height: 35px;
}

.pay .nome {
    font-weight: bold;
}

.pay .btn-success {
    background-color: #5cb85c !important;
    border: #5cb85c;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}

.pay .btn-info {
    border-radius: 5px;
}

.pay button[disabled="disabled"] {
    background-color: #d1d1d1 !important;
}

.pay-confirmed {
    overflow: hidden;
    height: 220px;
    position: relative;
    background-color: #fff;
    line-break: break-all;
}

.pay-confirmed img {
    position: absolute;
    max-width: 380px;
    right: -50px;
    bottom: -80px;
}

.pay-confirmed .back {
    max-width: 480px;
    left: -170px;
    bottom: -80px;
    transform: scaleX(-1);
    opacity: 0.08;
    filter: saturate(0);
    z-index: 0;
}

.pay-confirmed h2 {
    margin-left: 50px;
    z-index: 10;
    color: #333;
    font-size: 35px;
}

.button-pay {
    padding-top: 8px;
}

.pessoas-pagamentos .tags {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.pessoas-pagamentos {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.pessoas-pagamentos-container {
    height: 280px;
    width: max-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.pessoas-pagamentos::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.pessoas-pagamentos::-webkit-scrollbar-track {
    background: #fff;
}

.pessoas-pagamentos::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 5px;
}

.pessoas-pagamentos::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.pessoas-pagamentos .tags .label {
    height: max-content;
}

.row-pay .btn {
    margin-left: 0px !important;
    margin-right: 4px !important;
    padding-top: 10px;
}

.pay-line {
    width: 100% !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0px 20px 10px 0px !important;
    height: max-content !important;
}

.pay-line .row-line {
    flex: 1;
}

.pedidos .fa-glass-martini {
    float: right;
    background: linear-gradient(to right, #FF196B, #D319FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pay-btn {
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 0px !important;
}

@media (max-width: 768px) {
    .pay {
        flex-direction: column;
        align-items: unset;
        height: 250px;
    }
    .pay span {
        display: block;
        width: max-content;
        /* margin: 0px 0px 10px 0px; */
    }
    .pay .nome {
        font-weight: 700;
        /* margin: 30px 0px 0px 0px; */
    }
    .pay .valor {
        font-size: 22px;
    }
    .pay .btn {
        width: 100%;
        margin-bottom: 7px;
    }
    .pay .btn-info {
        margin-right: 0px;
    }
    .pessoas-pagamentos-container {
        height: max-content;
    }
    .button-pay {
        max-height: unset !important;
        margin-top: 25px !important;
    }
    .pay-line {
        flex-direction: column !important;
    }
    .pay-line .row-line {
        margin-bottom: 30px;
    }
    .pay-line .btn {
        margin-left: 0px;
    }
}

.get-children {
    flex: 1;
    border-radius: 0px;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    border: none;
    border-bottom: 5px solid;
    width: 20px !important;
    padding: 0px 20px;
    float: right;
    transition: 300ms;
}

.get-children:hover {
    padding-top: 15px;
}

.get-children[active='true'] i {
    transform: rotate(180deg);
}

.get-children[active='true']:hover {
    padding-top: 0px;
    padding-bottom: 10px;
}

.sub-row {
    background-color: #eee !important;
}

.sub-row[back="false"] {
    background-color: #f6f6f6 !important;
}

.sub-row .td-status span {
    padding-left: 35px !important;
}

.sub-row .td-nome {
    padding-left: 35px !important;
}

.swicthes .col-md-6 {
    padding-left: 0px !important;
}

.valores-right {
    text-align: right;
    margin-right: 10px !important;
    padding-right: 10px !important;
}

.pedidos .nav-item {
    padding: 0px;
}

.pedidos .nav-link {
    background-color: #f6f6f6;
    border-radius: 7px;
    margin-right: 15px;
    font-weight: bold;
    color: #333;
}

.pedidos .nav-link[aria-expanded="true"] {
    background-color: var(--primary);
}

.modal-footer .btn {
    padding: 0 40px !important
}

.loading-absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: .5s fade-in forwards;
}

.loading-absolute img {
    max-width: 45px;
    filter: brightness(0.85);
}

.float-alert {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999999;
    width: max-content;
    min-width: 30%;
}

.table-responsive table tbody tr td.actions .modal-impressao a,
.modal-impressao a {
    width: 100% !important;
    height: max-content !important;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    transition: 300ms;
    flex-flow: column;
    padding-bottom: 15px;
    font-weight: bold;
    color: var(--primary);
    display: block;
    text-align: center;
}

.table-responsive table tbody tr td.actions .modal-impressao a:hover,
.modal-impressao a:hover {
    box-shadow: 0px 3px 10px 0px rgb(251, 188, 13, .2);
    cursor: pointer;
    border: 1px solid var(--primary);
}

.botao-excluir-iten, .botao-alterar-iten{
    height: 50%;
    padding: 5px;
    font-size: 12px;
    float: right;
    margin-right: 5px;
    border-radius: 2px;
}

.tag-space{
    margin-left: 5px;
}