@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@media screen {

    .printFrame,
    .printFrame * {
        display: none !important;
    }
}

@media only screen and (max-width: 599px) {
    .principal {
        top: 75px;
    }

    .hide-on-small {
        display: none
    }

    .tippy-tooltip.dark-theme {
        max-width: 350px;
    }

    .shepherd-text {
        font-size: 14px;
        line-height: 16px !important;
    }

    .shepherd-text h6 {
        font-size: 14px;
    }

    .shepherd-text p,
    .shepherd-text h6 {
        line-height: 16px;
    }

    .btn.btn-hora {
        font-size: .75rem;
    }
}

@media only screen and (min-width: 600px) {
    .principal {
        top: 76px;
    }

    .tippy-tooltip.dark-theme {
        max-width: 100% !important;
        width: 100% !important;
    }

    .shepherd-text {
        font-size: 15px;
        line-height: 1.4em !important;
    }

    .shepherd-text h6 {
        font-size: 15px;
    }

    .shepherd-text p,
    .shepherd-text h6 {
        line-height: 1.25rem;
    }

    .btn.btn-hora {
        font-size: .85rem;
    }
}

@media only screen and (min-width: 421px) and (max-width:799px) {
    .video-container {
        width: 400px !important;
    }
}

@media only screen and (min-width: 800px) {
    .video-container {
        width: 800px !important;
    }
}

@media print {
    body * {
        display: none;
    }

    .to-print {
        display: block;
        border: 0;
        width: 100%;
        min-height: 500px
    }
}

/*html {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}*/

body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFFAFA
}

.navbar-brand img {
    height: 50px;
}

.navbar.desenv {
    border-left: 3px solid green
}

.navbar.homolog {
    border-left: 3px solid orange
}

.navbar.prod {
    border-left: 3px solid red
}

.collapse.navbar-collapse {
    font-size: 1rem;
}

html,
body {
    height: 100%;
}

.breadcrumb {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all .2s ease-in-out
}

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

.top-nav-collapse~.breadcrumb {
    top: 65px;
}

.principal {
    position: relative;
}

.fixed-action-btn {
    position: fixed;
    z-index: 998;
    right: 15px;
    bottom: 15px;
    margin-bottom: 0;
    padding-top: 15px;
}

.btn-floating.btn-lg {
    width: 61.1px;
    height: 61.1px;
}

.btn-floating {
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 58px;
}

.btn-floating.btn-lg i {
    font-size: 1.625rem;
    line-height: 61.1px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}

.card.simple {
    box-shadow: none;
    border: 1px solid #ddd;
}

.card .view {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 200px;
}

.view img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.icone-menu {
    margin-right: 10px;
}

.hidden {
    display: none;
}

label {
    margin-bottom: .1rem;
    font-weight: 300;
    font-size: .85rem;
}

.card-body .card-title {
    font-size: 1.2rem;
}

.no-shadow {
    box-shadow: none
}

.icone-paciente {
    font-size: 2rem;
    font-weight: 300;
}

.badge.badge-pill {
    font-weight: 500;
    /*box-shadow: none;*/
}

.ver-guia .badge.badge-pill {
    padding: 4px 7px;
}

.card.dash-paciente p {
    margin-bottom: .3rem;
}

.card .card-body li.card-text {
    margin-bottom: .3rem;
    font-weight: 300;
    font-size: 1rem
}

.card.dash-paciente p.texto {
    font-weight: 300;
}

.card.dash-paciente button {
    right: 5px;
    position: absolute;
    top: 30px;
}

.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fas.fa-star.checked {
    color: orange;
}

/*.animated-icon3 {
    width: 30px;
    height: 24px;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon3 span {
    background: white;
}

.animated-icon3 span:nth-child(1) {
    top: 0px;
}

.animated-icon3 span:nth-child(2),
.animated-icon3 span:nth-child(3) {
    top: 10px;
}

.animated-icon3 span:nth-child(4) {
    top: 20px;
}

.animated-icon3.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon3.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}*/

.row.controle-home {
    display: flex;
    align-items: center;
    height: 60px;
}

.procura-paciente input {
    font-weight: 300;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 15px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.card.contador {
    padding: .5rem;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
}

.card p.contador {
    font-size: 1.5rem;
}

.card p.texto-contador {
    font-weight: 300
}

.input-group .form-control {
    padding-top: 7px;
}

.input-group-text.pesquisar {
    background-color: white;
    color: #aaa;
    transition: all .20s ease-in-out;
    cursor: pointer;
}

.input-group-text.pesquisar:hover {
    background-color: orange;
    color: white;
}

.invalido {
    background-color: #ffcdd2
}

.input-group-append {
    z-index: 0;
}

hr {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.nav.nav-pills {
    flex-wrap: nowrap;
}

.btn-round {
    border-radius: 10px;
    box-shadow: none;
}

.sidebar-nav li {
    text-indent: 10px;
}

.sidebar-nav li.active {
    background-color: rgba(62, 69, 81, 0.1);
    border-left: 2px solid #3f729b;
}

#sidebar li.active>a {
    border-left: 2px solid #3f729b;
}

#sidebar li a {
    font-size: 15px !important;
}

.sidebar-nav .sidenav-dropdown-container a.active {
    background-color: rgba(62, 69, 81, 0.1);
}

td a.row-icon {
    padding: 0px 2.5px;
    font-size: 1rem;
}

td i.row-icon {
    padding: 0px 2.5px;
    font-size: 1rem;
}

.pac-container {
    z-index: 2000;
}

i.fas.fa-calendar-alt {
    font-weight: 400 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:disabled+.slider {
    background-color: #6c757d;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.btn-outline-white {
    border: 2px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
}

.tab-content.tab-border .tab-pane.active {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.sidenav-dropdown-container {
    /*display: none;*/
    padding-left: 8px;
}

.sidenav-dropdown-container a.sidenav-dropdown-item {
    line-height: 2rem;
    padding-left: 27px;
}

.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}

.chip.chip-md img {
    height: 42px;
    width: 42px;
}

.chip.chip-lg {
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
}

.chip.chip-lg img {
    height: 52px;
    width: 52px;
}

li.chip-line {
    list-style: none;
}

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    line-height: 32px;
    padding: 0 12px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #eceff1;
    margin-bottom: 0;
    margin-right: 0;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 150px
}

.chip img {
    float: left;
    margin: 0 3px 0 -12px;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.fas.fa-spinner {
    margin-left: 1rem
}

.nav-tabs .nav-item .nav-link {
    color: inherit !important
}

.nav-link.active.show {
    font-weight: 400;
}

.nav-tabs .nav-link.active.show {
    background-color: white;
}

li.mini-calendario {
    text-indent: 14px;
    line-height: 30px;
}

.datepicker table tr td.active.active {
    background-image: none;
    background-repeat: unset;
    background-color: #fd8c00;
    text-shadow: none;
}

.datepicker table tr td.active.active:hover {
    background-color: #ef6c00;
}

#calendario table tbody td {
    text-indent: 0
}

#calendario table thead th {
    text-indent: 0
}

#calendario table thead th {
    width: 30px
}

.grid-pacientes .loading {
    width: 100%;
    height: 150px;
    display: inline-block;
}

.grid-pacientes .loading .fas.fa-spinner {
    font-size: 3rem;
    color: #03A9F4;
    margin-top: 50px;
}

.btn.btn-sm.btn-icon {
    padding: .4rem 1rem;
    font-size: .9rem;
}

.dropdown-divider {
    margin-top: 0;
    margin-bottom: .5rem;
}

.row-icon {
    font-size: 1.1rem !important;
}

input.form-control-checkbox {
    visibility: hidden;
    width: 1px;
}

input.form-control-checkbox+label {
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-left: 0;
    color: #999;
    padding-left: 20px;
    padding-top: 1px;
    position: relative;
}

input.form-control-checkbox[checked]+label::before,
input.form-control-checkbox[checked]+label::after {
    border: none;
}

input.form-control-checkbox:checked+label::before {
    background: #33b35a !important;
}

input.form-control-checkbox+label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #ddd;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
}

input.form-control-checkbox:checked+label::after {
    opacity: 1 !important;
}

input.form-control-checkbox+label::after {
    content: '\f00c';
    display: block;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 8px;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
    cursor: pointer;
}

input.form-control-check.radio-custom+label::before {
    border-radius: 50%;
}

input.form-control-check.radio-custom+label::after {
    content: '';
    width: 6px;
    height: 6px;
    line-height: 6px;
    background: #fff;
    border-radius: 50%;
    top: 7px;
    left: 5px;
}

input.datepicker {
    padding: .375rem .75rem
}

.btn-outline-unique-color {
    border: 2px solid #3F729B;
    color: #3F729B;
    background-color: #fff
}

.btn-unique-color {
    background-color: #3F729B;
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3F729B;
}

.stylish-color-text {
    color: #4B515D
}

a,
a.disabled:hover,
a:disabled:hover {
    color: #37474F;
}

.icon-close {
    float: right;
    font-size: 1.3rem;
    cursor: pointer;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link,
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #3E4551
}

#blocker {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: grey;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dataTables_empty {
    text-align: center;
    padding: 20px 0px;
}

.modal.show {
    overflow-x: hidden;
    overflow-y: auto;
}

.btn-group .dropdown-toggle::after {
    position: absolute;
    top: 45%;
    right: 10px;
}

.contadores .descricao {
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: 0px;
}

.contadores .contador {
    font-weight: 400;
}

table tbody tr.click {
    cursor: pointer;
}

tfoot tr.footer {
    border-top: 2px solid #dee2e6
}

tfoot tr.footer td {
    font-weight: 400;
}

.beta {
    position: absolute;
    top: 52px;
    font-size: .7rem;
}

.beta-empreenda {
    position: absolute;
    top: 59px;
    font-size: .6rem;
}

.btn-group .dropdown-item {
    line-height: 25px;
}

.datepicker.datepicker-inline {
    margin: 0 auto
}

.datepicker td,
.datepicker th {
    width: 30px;
    height: 30px;
}

.datepicker.datepicker-inline table td {
    font-size: 1rem;
    font-weight: 300;
}

.day-feriado {
    background-color: #f68686;
    color: white !important;
    border: 2px solid white !important;
    border-radius: 10px !important;
}

.day-facultativo {
    background-color: #ffbb33;
    color: white !important;
    border: 2px solid white !important;
    border-radius: 10px !important;
}

select[readonly] {
    pointer-events: none;
    touch-action: none;
}

td.day {
    position: relative;
    transition: background-color .25s ease-in-out
}

td.day.today {
    background-color: #fde19a !important;
    background-image: unset !important;
    background-repeat: unset !important;
    color: black !important;
}

td.day.day-vago::after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 5px;
    color: green;
    font-weight: 900;
    top: -7px;
    margin-left: 2px;
}

td.day.day-lotado::after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: .2rem;
    color: red;
    font-weight: 900;
    top: -7px;
    margin-left: 2px;
}

tr.total td {
    font-weight: 500
}

tr.agrupador {
    background-color: #ddd;
}

tr.agrupador td {
    font-weight: 500;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#sidebar .datepicker.datepicker-inline {
    width: 285px;
}

#sidebar .datepicker .table-condensed {
    width: 270px
}

.initCap {
    text-transform: capitalize;
}

.autocomplete-suggestions {
    padding: 10px;
}

.sidenav-menu-icon {
    cursor: pointer;
    /*position: absolute;
    left: 20px;
    padding: 5px;*/
}

.card-control .custom-control-label::before {
    top: .10rem !important
}

.card-control .custom-control-label::after {
    top: .10rem !important
}

.navbar-nav .badge.notification {
    position: absolute;
    top: 12px;
    right: 5px;
}

.dropdown-item .badge.notificacao {
    padding: 3.8px 8px;
}

.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-35 {
    width: 35%
}

span.memo {
    min-height: 7em;
    height: auto;
    display: inline-block;
}

.pulse-sm {
    background: #FF6347;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse-sm 2s infinite;
}

.pulse-sm:hover {
    animation: none;
}

@-webkit-keyframes pulse-sm {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse-sm {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.btn.btn-link {
    text-decoration: none !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.periodo-experiencia {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
}

.periodo-experiencia .badge {
    font-weight: 400;
    font-size: .85rem;
    box-shadow: none;
}

.periodo-experiencia .btn.btn-sm {
    padding: .25rem 1rem;
}

.suggestion-info {
    font-size: .8rem;
    color: #9e9e9e
}

.toast-bottom-full-width .toast {
    max-width: 96%;
}

.inf__btn {
    border: none !important
}

.shepherd-text {
    /*line-height: 1.4em!important;*/
    padding: 1em !important;
    text-align: initial;
    font-size: .90rem;
}

.tour-ajuda {
    cursor: pointer;
    font-size: 1.6rem;
}

.modal .tour-ajuda {
    position: absolute;
    right: 40px;
    top: 19px;
    font-size: 1.4rem;
}

.card-title .tour-ajuda {
    font-size: 1.5rem;
}

.nav-flex-icons i {
    line-height: inherit;
}

div.dt-buttons {
    position: relative;
    float: left;
}

.mCustomScrollBox {
    overflow: unset;
}

.mCSB_container {
    height: calc(100% - 76px);
    overflow: inherit;
}

.list-unstyled.components {
    height: 100%;
}

.list-unstyled.components li.active a {
    color: black;
    background-color: rgba(62, 69, 81, 0.1);
}

label.erro {
    font-size: 12px;
}

.hiddenRow {
    padding: 0 !important;
}

.pulse {
    overflow: visible;
    position: relative
}

.pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.shepherd-header {
    background-color: #09c !important;
}

.shepherd-header .shepherd-title {
    color: white !important;
}

.shepherd-content {
    border-radius: 10px;
}

/*.shepherd-text p, .shepherd-text h6 {
    line-height: 1.35rem
}*/

.shepherd-cancel-link {
    color: #ffff
}

.sem-borda {
    border: none;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day.day-feriado:hover {
    background: #FF5722;
    cursor: pointer;
}

.campo-obrigatorio {
    color: red;
    font-weight: 500;
    margin-left: .25rem;
}

.tab-borders {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

/*.btn {
    box-shadow: none;
}*/

.sidebar-header h5 {
    font-size: 1.1rem
}

table.table-sm td,
table.table-sm th {
    font-size: .9rem;
}

.swal2-input,
.swal2-textarea {
    font-size: 1rem !important;
    font-weight: 300 !important;
}

/*::-webkit-scrollbar {
    width: .7rem;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px white;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid #3F729B;
}*/

.card .msg-contador {
    font-size: .8rem;
    margin-bottom: 0px;
}

.card.click {
    cursor: pointer;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shepherd-text p {
    margin-bottom: 0px;
}

.shepherd-black .shepherd-text {
    background-color: #000;
}

.shepherd-black .shepherd-footer {
    background-color: #fff;
    padding-top: 10px !important;
}

.blue-gradient-sc {
    background: -webkit-linear-gradient(50deg, #1eb4ec, #047ea7) !important;
    background: -o-linear-gradient(50deg, #1eb4ec, #047ea7) !important;
    background: linear-gradient(50deg, #1eb4ec, #047ea7) !important;
}

.purple-gradient-sc {
    background: -webkit-linear-gradient(50deg, #a6c, #e279b7) !important;
    background: -o-linear-gradient(50deg, #a6c, #e279b7) !important;
    background: linear-gradient(50deg, #a6c, #e279b7) !important;
}

.modal-content {
    border-radius: 12px !important;
}

.modal-header {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.dropdown-divider {
    border-top: 1px solid #ddd;
}

td.acao {
    display: flex;
    align-items: center;
}