.close-jq-toast-single {
    right: -25px !important;
}

#card-select.admin-init .card {
    margin-top: 30vh;
    height: fit-content;
}

#card-select.admin-init{
    position: absolute;
    z-index: 9;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: 10px;
}

div#card-select.admin-init ~ section {
    filter: blur(3px);
}

#card-select.admin-init form label:last-of-type{
    display: none;
}

.pagination {
    flex-wrap: wrap;
}

.cut-text{
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 260px;
    display: inline-block;
}

div#mainChartGoogleAds .apexcharts-legend-series {
    display: block !important;
}

 .nav-user img{
    max-width: 32px;
    height: auto;
}

.modal-body{
    padding: 0px !important;
}

img {
    max-width: 100%;
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
    background: #272e66 !important;
    border-bottom: none !important;
    padding: 6px 14px !important;
}

.apexcharts-tooltip.apexcharts-theme-dark {
    color: #fff !important;
    background: #3845a5 !important;
}

div#dashboard .alert-error{
    display: none;
}

.data-exists{
    display: none;
}

form#dateSelector .form-group.row {
    display: flex;
    flex-wrap: wrap;
}

form#dateSelector .dropdown.bootstrap-select.form-control {
    max-width: 84% !important;
}

div#bs-select-1 {
    overflow-y: auto !important;
}

div#bs-select-1 ul{
    overflow: unset !important;
}

.chart-pie, .chart-bar, .chart-line{
    width: 100%;
}

.hide, .hide-child{
    display: none;
}

.loader.blur ~ div {
    filter: blur(3px);
}

.loader p {
    width: 100%;
    text-align: center;
    margin-top: 10px !important;
    font-size: 1rem !important;
    color: #FFF;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    justify-content: center;
    border-radius: 20px;
    flex-wrap: wrap;
    flex-basis: 100%;
}

.loader div {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    color: #fff;
    margin: 0 auto;
    margin-top: 30vh;
}
.loader div:before,
.loader div:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}
.loader div:after {
    color: #FF3D00;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%,
    100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}

#dashboard{
    position: relative;
}

#dashboard .loader {
    display: inline-block;
}

#dashboard span.tootip {
    position: absolute;
    right: 8px;
    top: 8px;
}

span.tootip {
    font-size: 10px !important;
    width: 14px;
    height: 14px;
    line-height: 14px;
    box-sizing: content-box;
    padding: 0;
    cursor: default !important;
    text-align: center;
}

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

.list-itens-card .row{
    display: flex;
    width: revert;
    justify-content: center;
}

.list-itens-card .card{
    width: 100%;
}

.list-itens-card .coluna-text{
    min-width: 142px;
}

.list-itens-card .coluna-icon{
    margin-bottom: 4px;
}

.chart-pie{
    max-width: fit-content;
    margin: 0 auto;
}

.apexcharts-legend{
    padding: 0px !important;
}

.apexcharts-legend-text{
    width: 100%;
}

.apexcharts-legend-marker {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px !important;
}

.apexcharts-legend-series {
    padding: 5px 10px;
    position: relative;
    flex: 1;
    text-align: center !important;
    font-size: 8px !important;
}

.apexcharts-legend-series span span{
    font-weight: bold !important;
    font-size: 16px !important;
}

.apexcharts-menu-item {
    text-align: center;
}

.dashboard-metricas a.item-link {
    display: contents;
}

.auth-fluid-form-box .footer {
    left: 0;
    text-align: center;
}

.morris-donut path:last-of-type:after{
    background-color: red;
    display: block;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
}

.dashboard-metricas .graficos-donuts p{
    margin: 0px;
    font-size: 1.3rem;
}

.graficos-donuts h2{
    color: #FFF;
    margin: 0px;
    font-weight: bold;
}

.graficos-donuts h2 small{
    font-weight: bold;
    font-size: 1.5rem;
}

.graficos-donuts{
    text-align: center;
    color: #FFF;
}

.morris-donut svg:not(:root) {
    height: 100% !important;
}

.morris-donut text tspan{
    fill: #FFF;
    font-weight: normal;
    text-align: center;
}

.morris-donut path {
    stroke-width:0;
}

.left-side-menu .avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}

.left-side-menu{
    padding-top: 50px;
}

.dashboard-metricas .card-body{
    padding-top: 10px;
    padding-bottom: 10px;
}

.dashboard-metricas span{
    font-size: 1rem;
}

.dashboard-metricas p {
    font-size: 0.8rem;
    line-height: 1rem;
}

#card-select .card-body{
    padding: 0 15px !important;
    font-size: 1.5rem;
}

#card-select .btn-light{
    border: 0px;
}

#card-select .filter-option-inner {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 900;
}

#card-select select#company ~ button{
    min-width: 300px;
}

.bootstrap-select .dropdown-menu{
    max-width: 100%;
}

.bootstrap-select .dropdown-menu li a span.text{
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: -webkit-fill-available;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
}

#card-select .col-form-label{
    font-weight: 200;
    padding: 10px 15px;
    font-size: 1.3rem;
    line-height: 1rem;
    text-align: center;
}

#card-select .form-group.row{
    margin-bottom: 0px;
}

#card-select .form-group.row .dropdown{
    width: auto !important;
    font-weight: bold;
}

#card-select .card {
    border-radius: 12px !important;
}

.content-page{
    padding-top: 0px;
}

.navbar-custom .topnav-menu .nav-link, .navbar-custom{
    height: auto;
    line-height: normal;
}

ul.list-unstyled.topnav-menu.topnav-menu-left.m-0 li:nth-child(3) i.mdi{
    margin-left: 20px;
    margin-right: 4px;
}

ul.list-unstyled.topnav-menu.topnav-menu-left.m-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

ul.list-unstyled.topnav-menu.topnav-menu-left.m-0 li:nth-child(2){
    display: none;
}

ul.list-unstyled.topnav-menu.topnav-menu-left.m-0 li:nth-child(3){
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.mdi.md-18 { font-size: 18px; }
.mdi.md-24 { font-size: 24px; }
.mdi.md-36 { font-size: 36px; }
.mdi.md-48 { font-size: 48px; }

.navbar-custom .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-responsive #tech-companies-1.table tbody td{
    vertical-align: center !important;
}

table audio{
    height: 30px;
}

.hidden{
    display: none;
}

.note-editor.note-frame.card {
    width: 100%;
}

.content-page{
    overflow-y: visible !important;
    overflow-x: hidden !important;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
    top: 0px !important;
    left: 0px;
    position: relative !important;
    width: 18px;
    height: 18px;
    color: #06b706;
}

.bootstrap-select.show-tick .dropdown-menu .inner ul li.selected{
    background-color: #122412;
}

.bootstrap-select.show-tick .dropdown-menu .inner ul{
    overflow-y: auto !important;
    max-height: 400px;
}

td.btn-group-sm form {
    display: inline;
}

.responsive-table-plugin .table-responsive[data-pattern="priority-columns"]{
    border: 1px solid #686868;
}

tr.unfocused.focused a{
    color: #FFF;
}

.text-ellipsis, .user-box .dropdown-toggle.d-block{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.height-200 {
    height: 200px !important;
}

@media screen and (max-width: 1770px) {
    #mainChartGoogleAds svg{
        position: relative;
    }

    #mainChartGoogleAds svg, #mainChartGoogleAds svg foreignObject{
        padding-bottom: 70px;
        box-sizing: content-box;
        overflow: initial;
    }

    #mainChartGoogleAds .apexcharts-legend {
        bottom: -20px !important;
    }
}

@media screen and (max-width: 784px) {

    .loader::before{
        border-radius: 0px;
    }

    #dashboard .loader, #card-select.admin-init {
        display: flex;
        overflow: hidden;
        position: fixed;
        bottom: 0px;
        left: 0;
        top: auto;
        border-radius: 0px !important;
    }

    .tooltip-inner{
        max-width: 90vw !important;
    }

    .apexcharts-legend-series span span{
        display: block;
    }

    .apexcharts-legend-series {
        padding: 5px 15px;
    }

    .left-side-menu {
        padding-top: 94px;
    }

    .hidden-xs {
        display: none;
    }

    .content-page > .content {
        margin-top: 30px;
    }

    .navbar-custom.my-3 {
        margin: 0px 0px 10px 0px !important;
        background-color: rgb(21 53 118 / 80%) !important;
    }
}

