﻿@charset "UTF-8";
@import "../vendors/tooltipster/css/tooltipster.bundle.min.css";
@import "../vendors/select2-4.0.10/css/select2.min.css";
@import "../vendors/Toggle-Switches/css/switcher.css";
@import "../vendors/custom-scrollbar/jquery.mCustomScrollbar.css";
@import "../vendors/simple-scrollbar/simplebar.css";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    min-height: 100vh;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #28a745;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #dc3545;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #d0d0ef;
        border-color: #d0d0ef;
    }

        .btn-primary.disabled:hover, .btn-primary:disabled:hover {
            background-color: #d0d0ef;
            border-color: #d0d0ef;
            cursor: not-allowed;
        }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
        }

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
            bottom: 0;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
            bottom: 1px;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
    margin-left: 0.5rem;
}

    .bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
            left: 0;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
            left: 1px;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
            top: 0;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
            top: 1px;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
    margin-right: 0.5rem;
}

    .bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
            right: 0;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
            right: 1px;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu .drop-submenu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7abaff;
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #b3b7bb;
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #8fd19e;
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda;
    }

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ed969e;
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fbfcfc;
    }

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #95999c;
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #454d55;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


.dropdown-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu, .dropup .dropdown-submenu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu, .dropright .dropdown-submenu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu, .dropleft .dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d !important;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

[data-img-bg] {
    background-repeat: no-repeat;
    background-position: center;
}

.scroll-lock {
    overflow: hidden;
}

html.has-active-modal {
    overflow: hidden;
}

body {
    font-family: "Segoe UI";
    font-size: 14px;
}

.container-geral {
    min-height: 100vh;
    display: flex;
}

.menu-principal {
    background: #fff;
    min-height: 100vh;
    width: 355px;
    z-index: 5;
    display: none;
    transition: 0.3s;
}

.has-sidebar .menu-principal {
    display: block;
}

.menu-principal-is-closed .menu-principal {
    transform: translateX(calc(-100% + 40px));
}

.menu-principal-is-closed .mapa .conteudo-principal {
    width: calc(100% - 40px);
}

.menu-principal-is-closed .mapa .filtro-perfil {
    transform: translateX(-200%);
}

.modos-exibicao {
    display: flex;
    align-items: center;
}

    .modos-exibicao .btn {
        font-size: 18px;
        margin-right: 10px;
    }

.conteudo-principal {
    min-height: 69vh;
    background: #f5f6fa;
    flex: 1;
    padding: 60px 30px 30px;
    transition: 0.3s;
}

.mapa .conteudo-principal {
    padding: 0;
    width: calc(100% - 720px);
    position: absolute;
    right: 0;
}

    .mapa .conteudo-principal .default-padding {
        padding: unset;
    }

.full-page .conteudo-principal {
    padding-top: 140px;
}

.filter-is-closed .conteudo-principal {
    width: calc(100%);
}

.filter-is-closed-grafico-pj .conteudo-principal {
    width: calc(100% - 355px);
}

.filter-is-closed-grafico-pj .has-sidebar.mapa .header {
    height: 0 !important;
}

.filter-is-closed-grafico-pj .has-sidebar .header {
    width: 450px !important;
}

.filter-is-closed-menu-open-grafico-pj .conteudo-principal {
    width: calc(100% - 720px);
}

.is-splitted .conteudo-principal {
    flex-basis: 60%;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

    .is-splitted .conteudo-principal .conteudo {
        padding: 100px 30px 30px;
    }

.conteudo-principal-interno {
    padding: 30px;
}

.conteudo-principal .bloco ~ .bloco {
    margin-top: 50px;
}

.conteudo-auxiliar .conteudo {
    padding: 45px;
    background: #544364;
    min-height: 100vh;
}

.is-splitted .conteudo-auxiliar {
    flex-basis: 40%;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    padding: 30px 40px;
}

.filter-is-closed .has-sidebar .header {
    width: calc(100% - 35px) !important;
}

.has-sidebar .header {
    width: calc(100% - 355px);
    padding: 0;
    border-bottom: none;
    height: 60px;
    background: transparent;
    right: 0;
}

.has-sidebar.mapa .header {
    width: calc(100% - 715px);
}

.full-page .header {
    border-bottom: solid 2px #7ea1f3;
    background: #f5f6fa;
}

#barraMenuAlternarMapaListagem {
    padding-left: 15px;
}

#btnMapa, #btnGraficos, #btnLista {
    font-size: 15px;
}

#btnMapaGraficos, #btnGraficosGraficos, #btnListaGraficos {
    font-size: 17px;
}

.header .acoes {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

    .header .acoes .back-btn {
        padding-left: 0;
        border-right: 0;
    }

        .header .acoes .back-btn:hover {
            color: #7EA1F3;
        }

    .header .acoes .label {
        font-size: 12px;
        text-transform: uppercase;
        color: #a6a6c4;
        margin-right: 10px;
    }

.mapa .header .acoes {
    background: #EBEBEB;
    padding-right: 25px;
    border-radius: 0 0 15px 0;
}

.is-splitted .header {
    width: 60%;
}

.informacoes-usuario {
    width: 250px;
    background: blue;
}

.titulo-pagina-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 10px;
    border-bottom: solid 1px #eaeaee;
    margin: 30px 0;
    align-items: center;
}

    .titulo-pagina-container .acoes .btn:not(:last-child) {
        margin-right: 15px;
    }

.titulo-pagina {
    font-size: 32px;
    font-weight: 300;
    color: #a6a6c4;
}

.titulo-pagina-layout-fundo-escuro {
    color: #27deac;
}

.full-page .dados-principais {
    padding: 0;
    border: none;
    background: none;
    display: flex;
    flex: 1;
    padding-left: 35px;
    align-items: center;
    justify-content: space-between;
}

    .full-page .dados-principais .titulo {
        margin-bottom: 0;
    }

.full-page .dados-principais-container {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding-left: 35px;
    align-items: center;
}

.pagina-subtitulo {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #544364;
    margin: 12px 0;
}

    .pagina-subtitulo i {
        color: #7ea1f3;
        margin-right: 10px;
    }

.informacoes-usuario {
    height: 60px;
    width: 450px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 20px;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.informacoes-usuario-notificacoes {
    width: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    color: #a9b2c4;
    font-size: 20px;
    position: relative;
}

    .informacoes-usuario-notificacoes .btn {
        color: #a9b2c4;
        font-size: 20px;
    }

    .informacoes-usuario-notificacoes:after {
        height: 25px;
        display: block;
        content: "";
        width: 1px;
        background: #e5e7eb;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .informacoes-usuario-notificacoes .icon {
        font-size: 16px;
    }

.informacoes-usuario-info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.informacoes-usuario-agrupamento {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    flex: 1;
    padding: 0 20px;
}

    .informacoes-usuario-agrupamento:after {
        display: block;
        content: "";
        width: 15px;
        height: 18px;
        background: url("../img/dobble-arrow.png") no-repeat;
        display: none;
    }

.informacoes-usuario-nome {
    margin-bottom: 0;
    color: #a9b2c4;
    font-size: 13px;
    font-weight: 300;
}

.informacoes-usuario-ip {
    color: #7ea1f3;
    font-size: 10px;
    font-weight: 600;
}

.informacoes-usuario-carrinho {
    background-image: linear-gradient(to bottom, #8399f5, #7aa9f1);
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}

    .informacoes-usuario-carrinho .icon {
        font-size: 18px;
        margin-bottom: 7px;
    }

.informacoes-usuario .dropdown-toggle {
    height: 100%;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

    .informacoes-usuario .dropdown-toggle[aria-expanded=true] .icon-arrow-dropdown {
        transform: scaleY(-1);
    }

    .informacoes-usuario .dropdown-toggle:after {
        display: none;
    }

.informacoes-usuario .total-notificacoes {
    background-image: linear-gradient(to bottom, #8399f5, #7aa9f1);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 13px;
}

.total-notificacoes {
    display: none;
}

.icon-arrow-dropdown {
    display: block;
    content: "";
    width: 15px;
    height: 18px;
    background: url(../img/dobble-arrow.png) no-repeat;
    transition: 0.3s;
}

.contagem-total,
.historico-extracao {
    background-color: #7ea1f3;
    padding: 15px 20px;
}

    .contagem-total + *,
    .historico-extracao + * {
        margin-top: 20px;
    }

.contagem-total-titulo,
.historico-extracao-titulo {
    font-size: 14px;
    font-weight: 600;
    color: #544364;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contagem-total-info,
.historico-extracao-info {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contagem-total-acoes .btn,
.historico-extracao-acoes .btn {
    border-radius: 2px;
    background-color: #fff;
    color: #7ea1f3;
    padding-left: 15px;
    padding-right: 15px;
}

    .contagem-total-acoes .btn .icon,
    .historico-extracao-acoes .btn .icon {
        margin-right: 7px;
    }

.historico-extracao {
    background-color: #fff;
    margin-top: 10px;
}

.historico-extracao-info {
    color: #a6a6c4;
    font-size: 12px;
    text-transform: uppercase;
}

    .historico-extracao-info .icon {
        margin-right: 10px;
        font-size: 18px;
    }

.historico-extracao-numero {
    align-items: center;
}

.botoes-total-items {
    display: flex;
}

    .botoes-total-items + .acoes {
        margin-top: 40px;
        margin-top: 40px;
        margin-bottom: 0;
        border-bottom: solid 1px #ccc;
        padding-bottom: 40px;
    }

    .botoes-total-items .btn {
        background-color: #7ea1f3;
        color: #ffffff;
        height: 28px;
        flex: 1;
        border-radius: 4px;
    }

        .botoes-total-items .btn:not(:last-child) {
            margin-right: 10px;
        }

.mapa-container {
    width: 100%;
}

.mapa {
    width: 100%;
    height: 73vh;
}

.popover-mapa {
    max-width: 330px;
    width: 100%;
    top: 0;
    z-index: 1;
    position: relative;
}

.popover-mapa-header {
    background: #8399F5;
    background: -moz-linear-gradient(left, #8399F5 0%, #7AA9F1 100%);
    background: -webkit-linear-gradient(left, #8399F5 0%, #7AA9F1 100%);
    background: linear-gradient(to right, #8399F5 0%, #7AA9F1 100%);
    font-size: 18px;
    color: #544364;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 20px;
    position: relative;
}

.popover-mapa-acoes .btn {
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
}

    .popover-mapa-acoes .btn:hover {
        color: #27deac;
    }

.popover-mapa-conteudo {
    background-color: #fff;
}

.popover-mapa .nav {
    margin-bottom: 0;
}

.popover-mapa .nav-item {
    flex: 1;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
}

.popover-mapa .nav-link {
    border-radius: 0;
    position: relative;
    text-decoration: none;
    color: #a9b2c4;
    text-transform: uppercase;
    padding: 0.8rem 1rem;
}

    .popover-mapa .nav-link.active {
        background: transparent;
        color: #a9b2c4;
    }

        .popover-mapa .nav-link.active:after {
            display: block;
            content: "";
            width: 100%;
            height: 2px;
            background-image: linear-gradient(to top, #8399f5, #7aa9f1);
            position: absolute;
            left: 0;
            bottom: 0;
        }

.popover-mapa .tab-content {
    padding: 20px 25px;
    color: #a6a6c4;
}

    .popover-mapa .tab-content .resultado-item {
        font-weight: 400;
    }

        .popover-mapa .tab-content .resultado-item ~ .resultado-item {
            margin-top: 5px;
        }

.mapa .gm-style .gm-style-iw-c {
    width: 100%;
    max-width: 325px;
    padding: 0;
    border-radius: 0;
}

.mapa .gm-style .gm-style-iw-d {
    max-width: none !important;
    overflow: hidden !important;
}

.mapa .gm-style .gm-style-iw-t button {
    z-index: 1;
    color: #fff;
}

.mapa-pin {
    width: 71px;
    height: 78px;
    background: url(../img/balao.png) no-repeat;
    position: fixed;
    top: 80%;
    left: 80%;
    z-index: 1;
    display: flex;
    justify-content: center;
    color: #fff;
    padding-top: 25px;
    transform: scale(0.5);
    transition: 0.3s;
    cursor: pointer;
}

.mapa-pin-texto {
    opacity: 0;
    transform: scale(0);
    transition: 0.3s;
    font-weight: 400;
    font-size: 10px;
}

.mapa-pin:hover {
    transform: scale(1);
}

    .mapa-pin:hover .mapa-pin-texto {
        opacity: 1;
        transform: scale(1);
    }

.mapa-pin-info {
    position: fixed;
    top: 70%;
    left: 70%;
    z-index: 1;
    cursor: pointer;
}

.mapa-pin-info-icon {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ff6565;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    box-shadow: 0 0 0 3px #fff;
    transition: 0.3s;
    transform: scale(0.8);
}

    .mapa-pin-info-icon a {
        color: #fff;
    }

.mapa-pin-info-texto {
    position: absolute;
    top: -2px;
    width: 90px;
    background: #ff6565;
    color: #fff;
    z-index: -1;
    border-radius: 100px;
    height: calc(100% + 4px);
    padding-left: 30px;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    padding-top: 2px;
    transform: scale(0);
    transform-origin: 0 center;
    transition: 0.5s;
}

.mapa-pin-info:hover .mapa-pin-info-icon,
.mapa-pin-info:hover .mapa-pin-info-texto {
    transform: scale(1.1);
}

.header-visualizar-mapa {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-visualizar-mapa-divisor {
    height: 40px;
    width: 1px;
    margin: 0 20px;
    background-color: #a6a6c4;
}

.header-visualizar-mapa .btn-list {
    margin: 0 15px;
}

.header-visualizar-mapa .btn-nav {
    margin-left: 15px;
}

.lista-indicadores-wrap {
    opacity: 0.9;
    background-color: #090e1c;
    padding: 40px 60px 40px 30px;
    max-height: calc(100vh - 170px);
    overflow: auto;
}

    .lista-indicadores-wrap .lista-indicadores {
        overflow-y: auto;
        height: calc(100vh - 172px);
        padding-left: 30px;
    }

    .lista-indicadores-wrap .lista-indicadores-item {
        border-radius: 5px;
        border: solid 1px #3b3e48;
        background-color: #2f3343;
        padding: 20px 40px;
        position: relative;
        width: calc(100% - 40px);
    }

        .lista-indicadores-wrap .lista-indicadores-item ~ .lista-indicadores-item {
            margin-top: 10px;
        }

    .lista-indicadores-wrap .item-status {
        position: absolute;
        top: 20px;
        left: -17px;
        background-color: #ff6565;
        border-radius: 100%;
        width: 26px;
        height: 26px;
        box-shadow: 0 0 0 8px rgba(255, 101, 101, 0.3);
        color: #fff;
        font-size: 12px;
        line-height: 26px;
        text-align: center;
    }

    .lista-indicadores-wrap .item-texto {
        font-size: 14px;
        color: #a6a6c4;
    }

    .lista-indicadores-wrap .item-texto-destaque {
        font-size: 18px;
        color: #27deac;
        margin-top: 20px;
    }

.dados-principais {
    padding: 70px 30px 20px;
    background: #EBEBEB;
    border-bottom: solid 2px #7EA1F3;
    position: relative;
}

.dados-principais-container {
    display: flex;
    justify-content: space-between;
}

.dados-principais .titulo {
    font-size: 16px;
    color: #544364;
    margin-bottom: 15px;
    font-weight: 600;
}

.dados-principais .dado {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dados-principais .valor {
    font-size: 15px;
    text-transform: uppercase;
    color: #544364;
}

.dados-principais .rotulo {
    font-size: 10px;
    text-transform: uppercase;
    color: #a6a6c4;
    font-weight: 600;
}

.dados-principais-container.modelo-claro {
    border-radius: 4px;
    background-color: #7ea1f3;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

    .dados-principais-container.modelo-claro .btn {
        border-radius: 4px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #27deac;
        color: #fff;
        font-size: 20px;
        height: 45px;
    }

.acoes-dados-principais {
    position: absolute;
    right: 40px;
    bottom: 0;
    transform: translateY(50%);
    z-index: 1;
}

    .acoes-dados-principais.indicadores-filtro {
        display: flex;
        align-items: center;
        width: 100%;
        left: 0;
    }

    .acoes-dados-principais .btn {
        height: 32px;
        width: 32px;
        border-radius: 4px;
        line-height: 1;
        background-color: #577ADE;
        color: #fff;
        display: inline-flex;
        justify-content: center;
        margin-left: 10px;
        transition: 0.3s;
    }

        .acoes-dados-principais .btn:hover {
            transform: scale(1.5);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            background-color: #27DEAC;
        }

    .acoes-dados-principais .indicadores-registrados {
        display: flex;
        justify-content: space-between;
        background-color: #577ade;
        border-radius: 2px;
        padding: 15px 20px;
        width: calc(100% - 115px);
    }

        .acoes-dados-principais .indicadores-registrados i {
            font-size: 18px;
            margin-right: 5px;
            color: #fff;
        }

        .acoes-dados-principais .indicadores-registrados .texto-indicadores {
            display: flex;
            align-items: center;
            margin-right: 15px;
            color: #fff;
            font-size: 16px;
        }

            .acoes-dados-principais .indicadores-registrados .texto-indicadores i {
                margin-right: 15px;
            }

        .acoes-dados-principais .indicadores-registrados .acoes-indicadores {
            display: flex;
        }

            .acoes-dados-principais .indicadores-registrados .acoes-indicadores button {
                background-color: transparent;
                border: none;
            }

        .acoes-dados-principais .indicadores-registrados .acoes-indicadores-filtro {
            display: flex;
            align-items: center;
            margin: 0 30px;
        }

.is-tooltip {
    display: none;
}

.tooltipster-padrao {
    max-width: 250px;
}

.tooltipster-mapa {
    width: 100%;
    max-width: 250px;
}

.tooltipster-padrao .tooltipster-box {
    background: #8399F5;
    background: -moz-linear-gradient(left, #8399F5 0%, #7AA9F1 100%);
    background: -webkit-linear-gradient(left, #8399F5 0%, #7AA9F1 100%);
    background: linear-gradient(to right, #8399F5 0%, #7AA9F1 100%);
    border-radius: 6px;
    border: none;
}

.tooltipster-padrao .tooltipster-content {
    color: #fff;
    padding: 8px;
}

.tooltipster-mapa .tooltipster-content {
    color: #fff;
    padding: 20px;
}

.tooltipster-padrao .tooltipster-content .option-field:not(:last-child) {
    margin-bottom: 10px;
}

.tooltipster-padrao .tooltipster-content .option-field label {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
}

.tooltipster-padrao .tooltipster-content .tooltip-titulo {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.tooltipster-padrao .tooltipster-content .tooltip-content-area {
    height: 200px;
    color: #fff;
    overflow: auto;
}

.tooltipster-padrao.tooltipster-top .tooltipster-arrow-border,
.tooltipster-padrao.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #8399F5;
}

.tooltipster-padrao.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-padrao.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #8399F5;
}

.tooltipster-padrao.tooltipster-left .tooltipster-arrow-border,
.tooltipster-padrao.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #8399F5;
}

.tooltipster-padrao.tooltipster-right .tooltipster-arrow-border,
.tooltipster-padrao.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #8399F5;
}

.tooltipster-mapa .simplebar-track.simplebar-vertical {
    background: #577ade;
}

    .tooltipster-mapa .simplebar-track.simplebar-vertical .simplebar-scrollbar {
        background: #fff;
    }

.menu-principal {
    width: 355px;
    background: #fff;
    position: relative;
    z-index: 5;
}

.filter-is-closed .menu-principal {
    transform: translateX(-100%);
}

.filter-is-closed-grafico-pj .menu-principal {
    transform: translateX(-100%);
}

.filter-is-closed-menu-open-grafico-pj .menu-principal {
    transform: translateX(-0%);
    position: fixed;
}

.menu-principal-interno {
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100%;
    max-width: 355px;
    background: #fff;
    overflow: auto;
}

.menu-principal-conteudo {
    padding: 125px 40px 40px;
}

.menu-principal-header {
    padding: 40px;
    background: #fff;
    position: fixed;
    width: 100%;
    max-width: 355px;
    z-index: 2;
}

.lista-menu {
    border-bottom: solid 1px #EBEBEB;
    padding-bottom: 20px;
}

    .lista-menu ~ .lista-menu {
        margin-top: 20px;
    }

    .lista-menu > a {
        font-size: 14px;
        color: #A6A6C4;
        display: block;
        text-decoration: none;
        padding: 11px 20px 11px 30px;
        transition: 0.3s;
        position: relative;
    }

        .lista-menu > a:hover, .lista-menu > a.is-active {
            background: #F5F6FA;
            box-shadow: -40px 0 0 #F5F6FA, 40px 0 0 #F5F6FA;
            color: #7EA0F3;
        }

            .lista-menu > a:hover:after, .lista-menu > a.is-active:after {
                display: block;
                content: "";
                background-color: #8399F5;
                position: absolute;
                top: 0;
                right: -40px;
                width: 5px;
                height: 100%;
            }

.lista-menu-header {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #a6a6c4;
    display: block;
    font-weight: 600;
}

    .lista-menu-header a {
        font-size: 13px;
        color: #a6a6c4;
        display: block;
        text-decoration: none;
        font-weight: 600;
        white-space: nowrap;
    }

.lista-menu .icon {
    font-size: 18px;
    color: #d0d0ef;
    margin-right: 5px;
    width: 20px;
}

.menu-principal-toggle {
    background: #fff;
    position: fixed;
    left: 0;
    z-index: 1;
    padding: 10px;
    border: none;
    width: 30px;
    height: 30px;
    top: 2px;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    display: none;
}

    .menu-principal-toggle:hover {
        background: #577ade;
    }

        .menu-principal-toggle:hover .bar {
            background: #fff;
        }

            .menu-principal-toggle:hover .bar:before, .menu-principal-toggle:hover .bar:after {
                background: #fff;
            }

    .menu-principal-toggle .bar {
        display: block;
        width: 20px;
        height: 3px;
        background: #577ade;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(0);
        transition: 0.3s;
    }

        .menu-principal-toggle .bar:before, .menu-principal-toggle .bar:after {
            display: block;
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            background: #577ade;
            transition: 0.3s;
        }

        .menu-principal-toggle .bar:before {
            top: -6px;
        }

        .menu-principal-toggle .bar:after {
            top: 6px;
        }

.menu-principal-is-closed .menu-principal-toggle .bar {
    transform: translateX(-50%) rotate(45deg);
}

    .menu-principal-is-closed .menu-principal-toggle .bar:before {
        top: 0;
        transform: rotate(-90deg);
    }

    .menu-principal-is-closed .menu-principal-toggle .bar:after {
        top: 6px;
    }

.filter-is-closed .menu-principal-toggle {
    display: flex;
}

.has-page-dashboard .menu-principal {
    float: left;
}

.has-page-dashboard .dashboard {
    background-color: #544364;
    padding: 0;
    width: calc(100% - 355px);
    float: left;
}

    .has-page-dashboard .dashboard::after {
        display: block;
        content: "";
        clear: both;
    }

    .has-page-dashboard .dashboard .row ~ .row {
        margin-top: 50px;
    }

    .has-page-dashboard .dashboard .page-dashboard-subtitle {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-weight: 300;
    }

        .has-page-dashboard .dashboard .page-dashboard-subtitle + p {
            color: #d0d0ef;
            font-size: 16px;
            font-weight: 100;
        }

            .has-page-dashboard .dashboard .page-dashboard-subtitle + p .destaque {
                color: #27deac;
            }

    .has-page-dashboard .dashboard hr.separador-blocos {
        width: 100%;
        max-width: calc(83.3333333333% - 30px);
        margin: 40px auto;
        background-color: rgba(255, 255, 255, 0.3);
        height: 1px;
        border: none;
    }

.cor-texto-verde {
    color: #27deac;
}

.banner-noticias {
    min-height: 385px;
    background: url("../img/dashboard_banner_topo.png") no-repeat top center/cover;
    display: flex;
    align-items: flex-end;
}

    .banner-noticias .info-noticia {
        max-width: 240px;
    }

        .banner-noticias .info-noticia .titulo-noticia {
            font-size: 18px;
            font-weight: 300;
            line-height: 1.34;
            color: #ffffff;
            margin-bottom: 5px;
            padding-bottom: 0;
        }

        .banner-noticias .info-noticia .texto-noticia {
            transition: 0.4s;
            transition-delay: 0.5s;
            margin-bottom: 15px;
            height: 0;
            overflow: hidden;
            opacity: 0;
        }

        .banner-noticias .info-noticia .texto-noticia,
        .banner-noticias .info-noticia .legenda-noticia {
            line-height: 1.31;
            color: #d0d0ef;
        }

        .banner-noticias .info-noticia .legenda-noticia {
            font-size: 13px;
            font-weight: 400;
            font-style: italic;
        }

    .banner-noticias .wrap-slider-noticia {
        overflow: hidden;
        position: relative;
        padding-bottom: 40px;
    }

        .banner-noticias .wrap-slider-noticia [data-slider] {
            width: 70%;
            position: static;
        }

            .banner-noticias .wrap-slider-noticia [data-slider] .slick-list {
                overflow: visible;
            }

            .banner-noticias .wrap-slider-noticia [data-slider] .slide {
                display: flex !important;
                align-items: flex-end;
            }

                .banner-noticias .wrap-slider-noticia [data-slider] .slide * {
                    transition: 0.5s;
                }

                .banner-noticias .wrap-slider-noticia [data-slider] .slide.slick-current .info-noticia {
                    max-width: 480px;
                }

                    .banner-noticias .wrap-slider-noticia [data-slider] .slide.slick-current .info-noticia .titulo-noticia {
                        font-size: 32px;
                        padding-bottom: 20px;
                    }

                    .banner-noticias .wrap-slider-noticia [data-slider] .slide.slick-current .info-noticia .texto-noticia {
                        height: 100%;
                        overflow: initial;
                        opacity: 1;
                    }

                        .banner-noticias .wrap-slider-noticia [data-slider] .slide.slick-current .info-noticia .texto-noticia a {
                            text-decoration: none;
                            color: #fff;
                        }

        .banner-noticias .wrap-slider-noticia .slider-arrows {
            width: 76px;
            position: absolute;
            bottom: 0;
            right: 0;
            height: 34px;
            z-index: 2;
            display: block;
        }

            .banner-noticias .wrap-slider-noticia .slider-arrows .slick-arrow {
                width: 32px;
                height: 32px;
                border-radius: 2px;
                border: solid 1px #809ef3;
                background-color: #f5f6fa;
            }

                .banner-noticias .wrap-slider-noticia .slider-arrows .slick-arrow::before {
                    display: block;
                    content: "";
                    width: 12px;
                    height: 18px;
                    background: url(../img/arrow-color.png) no-repeat;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }

                .banner-noticias .wrap-slider-noticia .slider-arrows .slick-arrow.slick-prev {
                    left: 0;
                }

                .banner-noticias .wrap-slider-noticia .slider-arrows .slick-arrow.slick-next {
                    right: 0;
                }

                    .banner-noticias .wrap-slider-noticia .slider-arrows .slick-arrow.slick-next::before {
                        transform: translate(-50%, -50%) scale(-1);
                    }

    .banner-noticias .line-timer-slider {
        width: calc(100% - 120px);
        height: 1px;
        background-color: rgba(166, 166, 196, 0.3);
        position: absolute;
        bottom: 16px;
        z-index: 1;
    }

        .banner-noticias .line-timer-slider .progress-timer-slider {
            height: 3px;
            width: 0;
            background-color: #7EA3F2;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

.box-mapa {
    margin-bottom: 50px;
    padding: 15px 40px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #8399f5, #7aa9f1);
    display: flex;
    align-items: flex-end;
}

    .box-mapa .info-mapa {
        max-width: 320px;
        margin: 0 50px 30px 0;
    }

        .box-mapa .info-mapa .numero-mapa {
            font-size: 42px;
            font-weight: 300;
            line-height: 1.33;
            letter-spacing: 4.2px;
            color: #fff;
            margin-bottom: 5px;
        }

        .box-mapa .info-mapa .texto-mapa {
            font-size: 18px;
            font-weight: 600;
            line-height: 1.33;
            letter-spacing: 0.5px;
            color: #544364;
            text-transform: uppercase;
        }

.wrap-cards-dashboard-imagem {
    display: flex;
    justify-content: space-between;
}

    .wrap-cards-dashboard-imagem .card-imagem {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        border-radius: 5px;
        max-width: 355px;
        min-height: 220px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        padding: 30px 70px 30px 30px;
    }

        .wrap-cards-dashboard-imagem .card-imagem .card-imagem-icone {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 58px;
            height: 58px;
            background-color: #8399F5;
            border-radius: 100%;
            box-shadow: 0 0px 0px 10px rgba(208, 208, 239, 0.26);
            margin-bottom: 15px;
            color: #fff;
            font-size: 26px;
        }

        .wrap-cards-dashboard-imagem .card-imagem .card-imagem-texto {
            font-size: 18px;
            font-weight: 400;
            line-height: 1.33;
            letter-spacing: 0.5px;
            color: #fff;
            margin-left: 10px;
        }

.wrap-cards-sugestao {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .wrap-cards-sugestao .card-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 5px;
        background-image: linear-gradient(118deg, #b5b5db, #9494b9);
        color: #fff;
        width: 250px;
        max-width: 250px;
        min-height: 130px;
        padding: 20px;
    }

        .wrap-cards-sugestao .card-item ~ .card-item {
            margin-left: 10px;
        }

        .wrap-cards-sugestao .card-item .titulo-card-item {
            font-weight: 300;
        }

        .wrap-cards-sugestao .card-item .rodape-card-item {
            display: flex;
            justify-content: space-between;
        }

            .wrap-cards-sugestao .card-item .rodape-card-item .dados-card-item {
                font-size: 24px;
            }

            .wrap-cards-sugestao .card-item .rodape-card-item .bt-card-item {
                width: 32px;
                height: 32px;
                border-radius: 2px;
                border: solid 1px #809ef3;
                background-color: #f5f6fa;
                position: relative;
                transform: rotate(180deg);
                cursor: pointer;
            }

                .wrap-cards-sugestao .card-item .rodape-card-item .bt-card-item::before {
                    display: block;
                    content: "";
                    width: 12px;
                    height: 18px;
                    background: url(../img/arrow-color.png) no-repeat;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }

.box-pesquisa {
    width: 100%;
    max-width: calc(83.3333333333% - 30px);
    margin: 40px auto;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #8399f5, #7aa9f1);
    padding: 30px 40px;
    color: #fff;
    font-size: 18px;
}

    .box-pesquisa .titulo-box-pesquisa {
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 300;
    }

    .box-pesquisa .box-pesquisa-pergunta {
        display: flex;
        justify-content: space-between;
        font-weight: 300;
    }

        .box-pesquisa .box-pesquisa-pergunta .opcoes-pergunta {
            display: flex;
            align-items: center;
        }

            .box-pesquisa .box-pesquisa-pergunta .opcoes-pergunta .bt-opcao {
                height: 32px;
                border-radius: 2px;
                background-color: transparent;
                position: relative;
                padding-left: 45px;
                border: none;
                color: #fff;
                text-transform: uppercase;
                font-size: 12px;
                cursor: pointer;
            }

                .box-pesquisa .box-pesquisa-pergunta .opcoes-pergunta .bt-opcao::before {
                    display: block;
                    content: "";
                    width: 32px;
                    height: 32px;
                    background: url(../img/icone-like.png) no-repeat;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }

            .box-pesquisa .box-pesquisa-pergunta .opcoes-pergunta .bt-opcao-dislike {
                margin-left: 30px;
            }

                .box-pesquisa .box-pesquisa-pergunta .opcoes-pergunta .bt-opcao-dislike::before {
                    background: url(../img/icone-dislike.png) no-repeat;
                }

.wrap-tabs-mercados {
    width: 100%;
    max-width: calc(83.3333333333% - 30px);
    margin: 0 auto;
}

    .wrap-tabs-mercados .titulo-mercados {
        font-size: 32px;
        font-weight: 300;
        line-height: 1.34;
        color: #27deac;
        text-align: center;
        margin-bottom: 40px;
    }

.dashboard .nav::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #a6a6c4;
    left: 28px;
    top: 0;
    z-index: 1;
}

.dashboard .nav-item {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

    .dashboard .nav-item .nav-link {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding: 0;
    }

        .dashboard .nav-item .nav-link .wrap-numero-link {
            margin-right: 20px;
        }

            .dashboard .nav-item .nav-link .wrap-numero-link .numero-link {
                width: 28px;
                height: 28px;
                background-color: #a6a6c4;
                line-height: 28px;
                text-align: center;
                color: #544364;
                font-size: 12px;
                border-radius: 100%;
            }

        .dashboard .nav-item .nav-link .nome-link {
            font-size: 13px;
            font-weight: 600;
            line-height: 1.31;
            letter-spacing: 0.46px;
            color: #a6a6c4;
            text-transform: uppercase;
        }

        .dashboard .nav-item .nav-link.active {
            margin-left: -12px;
        }

            .dashboard .nav-item .nav-link.active .numero-link {
                width: 50px;
                height: 50px;
                line-height: 50px;
                font-size: 24px;
            }

            .dashboard .nav-item .nav-link.active .nome-link {
                font-size: 24px;
                font-weight: 300;
                letter-spacing: 0.84px;
                color: #fff;
            }

.dashboard .tab-content {
    border-radius: 2px;
    height: 100%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #27deac;
    padding: 50px 80px;
    color: #fff;
    position: relative;
}

    .dashboard .tab-content::before {
        display: block;
        content: "";
        position: absolute;
        left: -10px;
        top: 15px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #27deac;
        border-radius: 2px;
    }

    .dashboard .tab-content .wrap-content-tab .icone-content-tab {
        display: block;
    }

    .dashboard .tab-content .wrap-content-tab .texto-content-tab {
        margin: 20px 0;
        font-size: 18px;
        font-weight: normal;
        font-weight: 300;
    }

        .dashboard .tab-content .wrap-content-tab .texto-content-tab .destaque-texto-content {
            font-size: 24px;
            font-weight: 400;
        }

    .dashboard .tab-content .wrap-content-tab .fonte-content-tab {
        font-size: 16px;
        font-weight: 400;
    }

.wrap-atualidade {
    width: 100%;
    max-width: calc(83.3333333333% - 30px);
    margin: 40px auto;
}

    .wrap-atualidade .item-atualidade {
        padding-left: 30px;
        position: relative;
    }

        .wrap-atualidade .item-atualidade::before {
            display: block;
            content: "";
            position: absolute;
            width: 17px;
            height: 18px;
            background: url("../img/icone-atualidades.png") no-repeat;
            left: 0;
            top: 5px;
        }

        .wrap-atualidade .item-atualidade ~ .item-atualidade {
            margin-top: 30px;
        }

        .wrap-atualidade .item-atualidade .texto-atualidade,
        .wrap-atualidade .item-atualidade .texto-atualidade a {
            font-size: 18px;
            color: #ffffff;
            font-weight: 300;
            text-decoration: none;
            transition: 0.3s;
        }

            .wrap-atualidade .item-atualidade .texto-atualidade:hover,
            .wrap-atualidade .item-atualidade .texto-atualidade a:hover {
                color: #27deac;
            }

            .wrap-atualidade .item-atualidade .texto-atualidade .fonte-atualidade,
            .wrap-atualidade .item-atualidade .texto-atualidade a .fonte-atualidade {
                font-size: 13px;
                font-style: italic;
                margin-top: 10px;
                color: #d0d0ef;
            }

/*Página Dashboard Notícias*/
.banner-noticia {
    width: 100%;
    height: 385px;
    background-size: cover;
}

.box-slider-noticia {
    border-radius: 4px;
    background-color: #fff;
    padding: 30px 50px;
    width: 100%;
    max-width: calc(83.3333333333% - 30px);
    margin: -120px auto 40px;
}

    .box-slider-noticia .titulo-noticia {
        border-bottom: solid 1px #ebebeb;
    }

    .box-slider-noticia .header-box-noticia {
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .box-slider-noticia .back-btn {
        border: none;
    }

    .box-slider-noticia .share-wrap {
        display: flex;
        align-items: center;
    }

    .box-slider-noticia .btn-email,
    .box-slider-noticia .btn-share {
        border: none;
        background-color: transparent;
        color: #7ea1f3;
        font-size: 15px;
        cursor: pointer;
    }

    .box-slider-noticia .btn-email {
        margin-right: 25px;
    }

.wrap-slider-noticia .slider-arrows {
    display: none;
}

.wrap-slider-noticia .titulo-noticia {
    font-size: 32px;
    font-weight: 300;
    color: #a6a6c4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.wrap-slider-noticia .fonte-noticia-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

    .wrap-slider-noticia .fonte-noticia-wrap .fonte-noticia {
        font-size: 13px;
        font-weight: 600;
        font-style: italic;
        color: #544364;
    }

    .wrap-slider-noticia .fonte-noticia-wrap .data-atualizacao {
        font-size: 12px;
        letter-spacing: 0.6px;
        color: #a6a6c4;
        text-transform: uppercase;
    }

.wrap-slider-noticia .texto-noticia {
    font-size: 14px;
    color: #a6a6c4;
    margin-bottom: 120px;
}

.wrap-slider-noticia .slick-dots li {
    margin: 0 2px;
}

    .wrap-slider-noticia .slick-dots li button {
        width: 10px;
        height: 10px;
        opacity: 0.3;
        background-color: #544364;
        border-radius: 100%;
    }

        .wrap-slider-noticia .slick-dots li button::before {
            display: none;
        }

    .wrap-slider-noticia .slick-dots li.slick-active button {
        opacity: 1;
        background-image: linear-gradient(to left, #8399f5, #7aa9f1);
    }

.wrap-link-label-checkbox {
    display: flex;
}

    .wrap-link-label-checkbox a {
        color: #a6a6c4;
        text-decoration: none;
    }

.option-field {
    position: relative;
    display: flex;
}

    .option-field.inline {
        display: inline-flex;
    }

    .option-field label {
        position: relative;
        display: flex;
        align-items: center;
        color: #7ea1f3;
        flex: 1;
    }

        .option-field label:before {
            display: inline-block;
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 2px;
            border: solid 1px #809cf4;
            background-color: #f5f6fa;
            transition: 0.3s;
            transition-property: background-color, box-shadow;
            margin-right: 10px;
        }

    .option-field input[type=checkbox],
    .option-field input[type=radio] {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .option-field input[type=checkbox] {
        opacity: 0;
    }

        .option-field input[type=checkbox] + label:before {
            background-repeat: no-repeat;
            background-position: center;
        }

        .option-field input[type=checkbox]:checked + label:before {
            background-image: url("../img/check.png");
        }

    .option-field input[type=radio] {
        opacity: 0;
    }

        .option-field input[type=radio] + label:before {
            border-radius: 100%;
            background-image: none;
        }

        .option-field input[type=radio]:checked + label:before {
            background-color: #fff;
            box-shadow: inset 0 0 0 5px #7ea1f3;
            background-size: 60%;
            background-image: none;
        }

.form-group {
    margin-bottom: 20px;
    position: relative;
}

    .form-group:last-child {
        margin-bottom: 0;
    }

    .form-group label {
        font-size: 14px;
        font-weight: 400;
        color: #a6a6c4;
        margin-bottom: 8px;
        margin-right: 1em;
        display: block;
    }

    .form-group .icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        margin-right: 0;
        height: 100%;
        border: none;
        background-color: transparent;
        font-size: 18px;
        color: #7ea0f3;
        cursor: pointer;
    }

        .form-group .icon .texto {
            display: none;
        }

.form-control {
    height: 46px;
    border-radius: 2px;
    border: solid 1px #ebebeb;
    background-color: #f6f6f6;
    font-size: 13px;
    color: #a6a6c4;
    font-family: "Segoe UI";
    font-weight: 100;
}

    .form-control.placeholder {
        color: #a6a6c4;
    }

    .form-control:-moz-placeholder {
        color: #a6a6c4;
    }

    .form-control::-moz-placeholder {
        color: #a6a6c4;
    }

    .form-control:-ms-input-placeholder {
        color: #a6a6c4;
    }

    .form-control::-webkit-input-placeholder {
        color: #a6a6c4;
    }

.has-icon .form-control {
    padding-right: 50px;
}

.select2-dropdown {
    border: 1px solid #ebebeb;
}

.select2 .select2-selection {
    height: 46px;
    border-radius: 2px;
    border: solid 1px #ebebeb;
    background-color: #f6f6f6;
    font-size: 13px;
    color: #a6a6c4;
    font-family: "Segoe UI";
    font-weight: 100;
}

.select2 .select2-selection__rendered .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-results__option {
    padding: 14px 25px;
    font-size: 14px;
    color: #7ea1f3;
    font-weight: 100;
    transition: 0.4s;
}

    .select2-container--default .select2-results__option[aria-selected=true] {
        font-weight: 100;
        background: #f4f4f4;
        color: #7ea1f3;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f4f4f4;
    color: #7ea1f3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
    color: #a6a6c4;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 50px;
    background: url("../img/dobble-arrow-color.png") no-repeat center;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

.select2-search--dropdown {
    padding: 10px;
}

    .select2-search--dropdown .btn {
        position: absolute;
        right: 16px;
        height: 35px;
        width: 110px;
        padding-left: 10px;
        padding-right: 10px;
        top: 16px;
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 46px;
    border-radius: 2px;
    border: solid 1px #ebebeb;
    background-color: #f6f6f6;
}

.icon-arrow-right {
    background: url(../img/arrow-color-right.png) no-repeat center;
}

.ui-switcher[aria-checked=false]:before,
.ui-switcher[aria-checked=true]:before {
    content: "";
}

.wrap-radio-button {
    border-radius: 2px;
}

    .wrap-radio-button input {
        display: none;
    }

    .wrap-radio-button label {
        position: relative;
        color: #a6a6c4;
        background-color: #fff;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
        width: 150px;
        padding: 10px 0px;
        border: 1px solid #e2e2e2;
        float: left;
    }

    .wrap-radio-button input:checked + label {
        border: 1px solid #8399f5;
        background-color: transparent;
        color: #fff;
        background-image: linear-gradient(to bottom, #8399f5, #7aa9f1);
    }

.wrap-titulo .form-group label {
    display: inline;
    margin-bottom: 0px;
}

.wrap-titulo .select2 .select2-selection {
    height: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.28);
    background-color: rgba(255, 255, 255, 0.22);
}

.wrap-titulo .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 0 0 10px;
}

.wrap-titulo .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    background: url(../img/arrow_tall.png) no-repeat center;
}

.grupo-opcoes {
    display: flex;
    align-items: center;
    height: 45px;
}

    .grupo-opcoes .option-field:not(:last-child) {
        margin-right: 30px;
    }

.tela-pesquisa {
    padding-top: 139px;
}

    .tela-pesquisa .header {
        background-color: #f5f6fa;
        padding: 25px 0 0;
        flex-direction: column;
    }

    .tela-pesquisa .conteudo-principal {
        background-color: #544364;
    }

    .tela-pesquisa .titulo-pagina-container {
        background-color: #f5f6fa;
        padding: 0 30px;
        border-bottom: none;
        margin: 5px 0 20px;
    }

.tela-lista-empresa-ficha .header {
    padding: 5px 0 0;
    flex-direction: column;
    z-index: 410;
}

.tela-lista-empresa-ficha .conteudo-principal {
    background-color: #544364;
    width: calc(100% - 355px);
}

.tela-lista-empresa-ficha .titulo-pagina-container {
    background-color: #f5f6fa;
    padding: 40px 30px 15px;
}

.tela-lista-empresa-ficha {
    background-color: #544364;
}

.wrap-box-conteudo {
    border-radius: 4px;
    width: 100%;
    margin: 0 auto;
}

    .wrap-box-conteudo .filtros-selecionados {
        border: solid 1px #ebebeb;
        background-color: #fff;
        border-radius: 3px;
        padding: 30px;
    }

    .wrap-box-conteudo .titulo {
        color: #544364;
        display: flex;
        align-items: center;
        font-weight: 600;
    }

        .wrap-box-conteudo .titulo i {
            margin-right: 5px;
        }

    .wrap-box-conteudo .wrap-info-filtros {
        display: flex;
        margin-top: 20px;
        justify-content: space-between;
    }

        .wrap-box-conteudo .wrap-info-filtros .dados-filtros {
            display: flex;
        }

            .wrap-box-conteudo .wrap-info-filtros .dados-filtros .coluna-item {
                color: #a6a6c4;
                font-size: 14px;
            }

                .wrap-box-conteudo .wrap-info-filtros .dados-filtros .coluna-item ~ .coluna-item {
                    margin-top: 10px;
                }

                .wrap-box-conteudo .wrap-info-filtros .dados-filtros .coluna-item.texto-destaque {
                    text-transform: uppercase;
                    color: #27deac !important;
                }

            .wrap-box-conteudo .wrap-info-filtros .dados-filtros .coluna-titulo {
                padding-right: 10px;
                font-weight: 400;
            }

            .wrap-box-conteudo .wrap-info-filtros .dados-filtros .coluna-dados {
                font-weight: normal;
                margin-left: 50px;
            }

        .wrap-box-conteudo .wrap-info-filtros .atividades {
            border-left: solid 1px #ebebeb;
            padding-left: 30px;
            color: #a6a6c4;
            font-weight: normal;
            font-size: 14px;
        }

            .wrap-box-conteudo .wrap-info-filtros .atividades .atividades-titulo {
                font-weight: 400;
            }

            .wrap-box-conteudo .wrap-info-filtros .atividades .atividades-lista {
                margin-top: 10px;
            }

                .wrap-box-conteudo .wrap-info-filtros .atividades .atividades-lista li {
                    font-weight: normal;
                    text-transform: uppercase;
                    list-style-type: none;
                }

                    .wrap-box-conteudo .wrap-info-filtros .atividades .atividades-lista li ~ li {
                        margin-top: 10px;
                    }

    .wrap-box-conteudo .filtros-numeros {
        padding: 0;
        border: none;
        border-bottom: 1px solid #f5f6fa;
        background-color: transparent;
        border-radius: 3px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .wrap-box-conteudo .filtros-numeros .titulo {
            display: flex;
            align-items: center;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            justify-content: center;
        }

            .wrap-box-conteudo .filtros-numeros .titulo i {
                margin-right: 5px;
            }

        .wrap-box-conteudo .filtros-numeros .wrap-itens-filtros-numeros {
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
            padding: 0 20px;
        }

        .wrap-box-conteudo .filtros-numeros .itens-filtros-numeros .item {
            text-align: center;
            color: #fff;
            max-width: 70px;
        }

            .wrap-box-conteudo .filtros-numeros .itens-filtros-numeros .item ~ .item {
                margin-left: 10px;
            }

            .wrap-box-conteudo .filtros-numeros .itens-filtros-numeros .item .icone {
                width: 56px;
                height: 56px;
                background-image: linear-gradient(to bottom, #8399f5, #7aa9f1);
                box-shadow: 0 0 0 10px rgba(208, 208, 239, 0.3);
                margin-bottom: 20px;
                margin-left: 5px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                font-size: 18px;
                border-radius: 100%;
            }

            .wrap-box-conteudo .filtros-numeros .itens-filtros-numeros .item .numero {
                font-size: 15px;
            }

            .wrap-box-conteudo .filtros-numeros .itens-filtros-numeros .item .nome {
                font-size: 10px;
                text-transform: uppercase;
            }

    .wrap-box-conteudo .wrap-graficos {
        background-color: transparent;
        border-radius: 3px;
        padding: 0;
        border: none;
    }

        .wrap-box-conteudo .wrap-graficos .box-graficos-container {
            display: flex;
            justify-content: space-between;
        }

            .wrap-box-conteudo .wrap-graficos .box-graficos-container ~ .box-graficos-container {
                margin-top: 50px;
            }

        .wrap-box-conteudo .wrap-graficos .item-grafico {
            width: 100%;
            position: relative;
        }

            .wrap-box-conteudo .wrap-graficos .item-grafico ~ .item-grafico {
                margin-left: 25px;
            }

            .wrap-box-conteudo .wrap-graficos .item-grafico .wrap-titulo {
                border-radius: 5px;
                background-image: linear-gradient(to bottom, #8399f5, #7aa9f1);
                padding: 10px 15px;
                color: #fff;
                font-size: 16px;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .wrap-box-conteudo .wrap-graficos .item-grafico .wrap-titulo .select-field-wrap {
                    min-width: 100px;
                    max-width: 300px;
                }

                    .wrap-box-conteudo .wrap-graficos .item-grafico .wrap-titulo .select-field-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
                        color: #fff;
                    }

    .wrap-box-conteudo .wrap-mapa {
        background-color: transparent;
        border: none;
    }

        .wrap-box-conteudo .wrap-mapa hr {
            margin: 40px 0;
        }

        .wrap-box-conteudo .wrap-mapa .titulo-pagina {
            text-align: left;
        }

        .wrap-box-conteudo .wrap-mapa .titulo {
            color: #fff;
            margin-bottom: 15px;
        }

        .wrap-box-conteudo .wrap-mapa .estados {
            height: 200px;
            overflow: auto;
        }

            .wrap-box-conteudo .wrap-mapa .estados .estado-item {
                display: flex;
                padding: 6px 20px;
            }

            .wrap-box-conteudo .wrap-mapa .estados .estado-item-dados {
                color: #fff;
                margin-right: 20px;
            }

            .wrap-box-conteudo .wrap-mapa .estados .estado-item-nome {
                color: #a6a6c4;
            }

            .wrap-box-conteudo .wrap-mapa .estados .estado-item.ativo {
                border-radius: 4px;
                background-color: #4e3f5d;
            }

                .wrap-box-conteudo .wrap-mapa .estados .estado-item.ativo .estado-item-dados,
                .wrap-box-conteudo .wrap-mapa .estados .estado-item.ativo .estado-item-nome {
                    color: #27deac;
                }

.btn:focus,
.btn:active,
.btn.focus {
    box-shadow: none !important;
}

button:not(:disabled),
.btn:not(:disabled),
.btn:not(.disabled) {
    cursor: pointer;
}

.btn {
    border-radius: 2px;
    height: 46px;
    font-size: 12px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    text-decoration: none;
}

    .btn:not(:disabled), .btn:not(.disabled) {
        cursor: pointer;
    }

    .btn.small {
        height: 35px;
    }

    .btn a {
        color: currentColor;
    }

.btn-primary {
    background-color: #27deac;
    border-color: #27deac;
    padding-left: 40px;
    padding-right: 40px;
}

    .btn-primary:hover {
        background-color: #19cb9b;
        border-color: #19cb9b;
    }

.btn-secondary {
    border: solid 1px #809ef3;
    background-color: #f5f6fa;
    color: #809ef3;
    padding-left: 30px;
    padding-right: 30px;
}

    .btn-secondary:hover {
        background: transparent;
        color: #809ef3;
        border-color: #809ef3;
        box-shadow: 0 0 0 1px #809ef3;
    }

.btn-icon-rounded {
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7ea1f3;
    transition: 0.3s;
    cursor: pointer;
}

    .btn-icon-rounded:hover, .btn-icon-rounded.is-active {
        background: #fff;
        color: #7ea1f3;
    }

.btn-nav {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    border: solid 1px #809ef3;
    background-color: #f5f6fa;
    position: relative;
}

    .btn-nav::before {
        display: block;
        content: "";
        width: 12px;
        height: 18px;
        background: url(../img/arrow-color.png) no-repeat;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.btn-nav-voltar::before {
    transform: translate(-50%, -50%) scale(-1);
}

.btn-nav-icone {
    color: #809ef3;
    font-size: 14px;
}

    .btn-nav-icone::before {
        display: none;
    }

.btn-nav-roudend {
    border-radius: 100%;
    background-color: transparent;
    border: none;
}

    .btn-nav-roudend:hover {
        background-color: #fff;
    }


.btn-nav-inativo {
    color: dimgray;
    font-size: 14px;
}

    .btn-nav-inativo::before {
        display: none;
    }

.btn-opcoes {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    border: solid 1px #809ef3;
    background-color: #f5f6fa;
    color: #7ea1f3;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.accordion-carrinho .item-accordion ~ .item-accordion {
    margin-top: 4px;
}

.accordion-carrinho .item-accordion .excluir-item {
    color: #7EA1F3;
    font-size: 16px;
    margin-right: 20px;
    background-color: transparent;
    border: none;
}

.accordion-carrinho .item-accordion .header-accordion {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 4px;
    border: solid 1px #ececec;
    background-color: #fff;
}

    .accordion-carrinho .item-accordion .header-accordion .titulo-accordion {
        font-size: 14px;
        font-weight: 600;
        color: #544364;
    }

    .accordion-carrinho .item-accordion .header-accordion .controle-accordion {
        display: flex;
        justify-content: space-between;
    }

        .accordion-carrinho .item-accordion .header-accordion .controle-accordion .numero-info {
            display: flex;
            align-items: center;
            margin-left: 20px;
            font-size: 14px;
            color: #a6a6c4;
        }

            .accordion-carrinho .item-accordion .header-accordion .controle-accordion .numero-info i {
                margin-right: 5px;
                color: #7EA1F3;
            }

        .accordion-carrinho .item-accordion .header-accordion .controle-accordion .filtro-accordion {
            display: flex;
            margin: 0 25px;
            font-size: 11px;
            font-weight: 600;
            color: #7ea1f3;
            background-color: transparent;
            border: none;
            text-transform: uppercase;
        }

            .accordion-carrinho .item-accordion .header-accordion .controle-accordion .filtro-accordion i {
                font-size: 14px;
                margin-right: 5px;
            }

        .accordion-carrinho .item-accordion .header-accordion .controle-accordion .status-accordion {
            width: 15px;
            height: 18px;
            background: url("../img/dobble-arrow-color.png") no-repeat;
            transition: 0.3s;
            transform: scaleY(-1);
        }

    .accordion-carrinho .item-accordion .header-accordion.collapsed .controle-accordion .status-accordion {
        transform: none;
    }

.accordion-carrinho .item-accordion .body-accordion {
    border: solid 1px #eee;
    background-image: linear-gradient(to bottom, #8399f5, #7aa9f1);
    padding: 25px 10px;
}

    .accordion-carrinho .item-accordion .body-accordion .titulo-accordion-selecionado {
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .accordion-carrinho .item-accordion .body-accordion .item-lead {
        padding: 15px 25px;
        border-radius: 3px;
        border: solid 1px #f1f1f1;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
    }

        .accordion-carrinho .item-accordion .body-accordion .item-lead ~ .item-lead {
            margin-top: 2px;
        }

        .accordion-carrinho .item-accordion .body-accordion .item-lead .titulo-lead {
            font-size: 14px;
            color: #7ea1f3;
            padding-right: 20px;
        }

        .accordion-carrinho .item-accordion .body-accordion .item-lead .tipo-lead {
            font-size: 14px;
            color: #a6a6c4;
        }

.filtro-perfil {
    width: 365px;
    height: 100vh;
    background: #544364;
    position: fixed;
    top: 0;
    z-index: 4;
    padding: 40px 40px 10px;
    left: 355px;
    transition: 0.4s;
    overflow: auto;
}

    .filtro-perfil.is-open {
        transform: translateX(0);
    }

.filter-is-closed .filtro-perfil {
    transform: translateX(-200%);
}

.filter-is-closed-grafico-pj .filtro-perfil {
    transform: translateX(-100%);
}

.filter-is-closed-menu-open-grafico-pj .filtro-perfil {
    transform: translateX(0);
}

.filtro-perfil-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #D0D0EF;
    padding-bottom: 20px;
}

    .filtro-perfil-header a {
        color: #7EA1F3;
        text-transform: uppercase;
        font-size: 11px;
        text-decoration: none;
    }

.filtro-perfil-titulo {
    font-size: 18px;
    color: #27DEAC;
    background-color: transparent;
    position: relative;
    border: none;
    cursor: pointer;
    font-family: "Segoe UI Semilight";
    display: flex;
    align-items: center;
    margin-left: -22px;
}

    .filtro-perfil-titulo .icone-voltar {
        margin-right: 10px;
    }

.filtro-perfil .item {
    display: block;
    font-size: 16px;
    color: #d0d0ef;
    text-decoration: none;
    font-weight: 400;
    padding: 22px 0;
    transition: 0.3s;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: "Segoe UI";
}

    .filtro-perfil .item:disabled, .filtro-perfil .item.disabled {
        cursor: default;
        color: rgba(208, 208, 239, 0.3);
    }

        .filtro-perfil .item:disabled .icon, .filtro-perfil .item.disabled .icon {
            color: #7ea1f3;
        }

    .filtro-perfil .item:not(:last-child) {
        border-bottom: solid 1px #D0D0EF;
    }

    .filtro-perfil .item:enabled:hover {
        color: #7ea1f3;
    }

    .filtro-perfil .item .icon {
        margin-left: 5px;
    }

.filtro-perfil .item-titulo {
    position: relative;
}

    .filtro-perfil .item-titulo::after {
        display: block;
        content: "";
        width: 12px;
        height: 18px;
        background: url(../img/arrow-color-right.png) no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .filtro-perfil .item-titulo:hover {
        color: #7ea1f3;
    }

.item-titulo-sem-flecha {
    position: relative;
}

    .item-titulo-sem-flecha::after {
        display: block;
        content: "";
        width: 12px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .item-titulo-sem-flecha:hover {
        color: #7ea1f3;
    }

.item-submenu {
    margin-top: 20px;
}

    .item-submenu.active .item-submenu-header .item-submenu-item {
        background-color: #5f4e6f;
    }

.item-submenu-header .item-submenu-item {
    justify-content: normal;
}

.filtro-perfil .item-submenu .form-check {
    display: none;
}

.item-submenu.modal-filtro-localizacao-open .form-check {
    display: block;
}

.item-submenu.modal-filtro-localizacao-open.active .item-submenu-header .item-acoes {
    display: block;
    color: #7ea1f3;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.item-submenu-item {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #a6a6c4;
    margin-bottom: 2px;
    border-radius: 4px;
    background-color: #4e3f5d;
    position: relative;
}

    .item-submenu-item .texto {
        padding-right: 10px;
        display: flex;
        flex: 1;
        cursor: pointer;
    }

    .item-submenu-item .item-acoes {
        background-color: transparent;
        border: none;
        text-transform: uppercase;
        font-size: 10px;
        display: none;
    }

        .item-submenu-item .item-acoes i {
            margin-left: 5px;
            font-size: 16px;
        }

.item-submenu .item-selecionado.item-submenu-item,
.item-submenu .item-selecionado .item-acoes {
    color: #ff6565;
}

.item-submenu .item-selecionado .item-acoes {
    display: flex;
    align-items: center;
}

.modal-filtro-localizacao .item-submenu-itens {
    padding-left: 40px;
}

.modal-filtro-localizacao .item-submenu-item {
    position: relative;
    justify-content: normal;
    margin: 0;
    background: none;
    padding-right: 140px;
}

#bloco-lat-lng .item-submenu-item {
    position: relative;
    justify-content: normal;
    margin: 0;
    background: none;
    padding-right: 0px !important;
}

.modal-filtro-localizacao .item-submenu-header .item-submenu-item::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 12px;
    height: 18px;
    background: url("../img/arrow-color-right.png") no-repeat;
    transition: 0.5s;
}

.acoes-lat-lng {
    color: #ff6565 !important;
}

.item-lat {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 12px;
    height: 18px;
    transition: 0.5s;
}



.modal-filtro-localizacao .item-submenu {
    border-radius: 4px;
    margin-top: 10px;
}

    .modal-filtro-localizacao .item-submenu.active {
        background-color: #5f4e6f;
    }

        .modal-filtro-localizacao .item-submenu.active .item-submenu-header .item-submenu-item::after {
            transform: translateY(-50%) rotate(90deg);
        }

.modal-filtro-localizacao .info-item {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    color: #7ea1f3;
    text-transform: uppercase;
}

.modal-full {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

    .modal-full.is-open {
        opacity: 1;
        visibility: visible;
    }

.modal-little .filtro-lateral {
    max-width: none;
    width: calc(100% - 720px);
    background: #4E3F5D;
}

.filter-is-closed-grafico-pj .filtro-lateral {
    width: calc(100% - 355px)
}

.filter-is-closed-menu-open-grafico-pj .filtro-lateral {
    width: calc(100% - 720px)
}

.modal-little .titulo {
    margin: 15px 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: #c1bfde;
    font-family: "Segoe UI";
}

.modal-little .btn-fechar {
    position: absolute;
    right: 40px;
    top: 20px;
}

.filtro-lateral-usuario {
    max-width: 600px !important;
}

.filtro-lateral-usuario .form-group.acoes {
    justify-content: end;
}

.filtro-lateral {
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: #f5f6fa;
    z-index: 4;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: 0.4s;
    overflow: auto;
}

.filtro-lateral-interno {
    padding: 20px 40px;
}

.filtro-lateral.large {
    max-width: 900px;
}

.filtro-lateral.is-open {
    transform: translateX(0);
}

.filtro-lateral-titulo {
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    color: #a6a6c4;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filtro-lateral-aguardar-titulo {
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    color: #a6a6c4;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filtro-lateral .acoes {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
}

    .filtro-lateral .acoes .btn {
        margin: 0 5px;
    }

.filtro-lateral .btn-fechar {
    width: 32px;
    height: 32px;
    background: url("../img/btn-fechar-modal.png") no-repeat;
    font-weight: 100;
    padding: 0;
    line-height: normal;
    border: none;
    text-indent: -9999px;
}

.modal-conteudo {
    padding: 20px 40px;
}

.modal-2-fases {
    display: flex;
}

    .modal-2-fases .fase {
        flex: 1;
    }

.show-fase-2 .modal-2-fases .fase-1 .btn-fechar {
    display: none;
}

.modal-2-fases .fase-2 {
    background: #544364;
    display: none;
}

.show-fase-2 .modal-2-fases .fase-2 {
    display: block;
}

.modal-2-fases .fase-2 .filtro-lateral-titulo {
    font-size: 18px;
    color: #27deac;
    font-weight: 300;
    margin-bottom: 25px;
}

.page-actions {
    display: flex;
    margin-bottom: 20px;
}

    .page-actions .search-field {
        flex: 1;
    }

        .page-actions .search-field .form-control {
            padding-left: 45px;
            background-color: transparent;
            border: none;
            font-size: 18px;
            color: #544364;
            font-weight: 400;
        }

        .page-actions .search-field .icon {
            position: absolute;
            padding: 16px;
            color: #7ea0f3;
            font-size: 20px;
        }

    .page-actions .icon-btn {
        width: 48px;
        height: 48px;
        padding: 0;
        font-size: 22px;
        border-radius: 4px;
    }

    .page-actions .link-btn {
        font-size: 11px;
        color: #7ea1f3;
        text-transform: uppercase;
    }

.back-btn {
    display: flex;
    align-content: center;
    font-size: 11px;
    color: #7ea1f3;
    text-decoration: none;
    border-right: solid 1px #d0d0ef;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 0;
    border: none;
}

    .back-btn:before {
        display: block;
        content: "";
        background: url("../img/btn-voltar-color.png") no-repeat;
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }

    .back-btn:hover {
        color: #7ea1f3;
    }

.btn-filtrar {
    color: #7ea1f3;
}

.box-conteudo {
    border-radius: 4px;
    border: solid 1px #ececec;
    background-color: #ffffff;
    padding: 20px;
}

.box-conteudo-titulo {
    font-size: 18px;
    font-weight: normal;
    color: #544364;
}

    .box-conteudo-titulo + * {
        margin-top: 20px;
    }

    .box-conteudo-titulo .icon {
        color: #7ea1f3;
        margin-right: 5px;
        font-size: 14px;
    }

.box-conteudo .texto-dica {
    color: #a6a6c4;
    font-size: 13px;
    margin-bottom: 25px;
}

.box-conteudo-grupo .box-conteudo:first-child {
    border-radius: 4px 4px 0 0;
}

.box-conteudo-grupo .box-conteudo:last-child {
    border-radius: 0 0 4px 4px;
}

.box-conteudo-grupo .box-conteudo:not(:first-child) {
    margin-top: -1px;
}

.box-item-conteudo {
    border: solid 1px #ebebeb;
    background-color: #fff;
    border-radius: 3px;
    padding: 30px;
}

    .box-item-conteudo ~ .box-item-conteudo {
        margin-top: 40px;
    }

    .box-item-conteudo.has-tabs {
        padding: 0;
    }

    .box-item-conteudo .titulo-pagina {
        margin-bottom: 50px;
        text-align: center;
    }

    .box-item-conteudo.separador-box {
        border-top: 1px solid #f5f6fa;
    }

.table {
    border-collapse: collapse;
}

    .table th,
    .table td {
        padding: 14px 20px;
    }

    .table thead th {
        border: none;
        text-align: left;
        background: #fff;
        font-weight: 600;
    }

    .table th {
        color: #a6a6c4;
    }

        .table th .option-field label {
            color: #a6a6c4;
            font-weight: 600;
        }

    .table tr {
        border-radius: 6px;
        background-color: #f4f4f4;
    }

        .table tr td:first-child {
            border-radius: 6px 0 0 6px;
        }

        .table tr td:last-child {
            border-radius: 0 6px 6px 0;
        }

    .table td {
        border-top: solid 3px #fff;
        border-bottom: solid 3px #fff;
        color: #a6a6c4;
        font-weight: 400;
        vertical-align: middle;
        text-align: left;
    }

    .table .icon {
        color: #7ea1f3;
        font-size: 14px;
        margin-right: 5px;
    }

    .table .btn {
        color: #a6a6c4;
    }

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    padding: 14px 30px;
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    background-image: none;
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
    border: none;
    background-color: #fff;
    background-image: none;
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerDesc {
    border: none;
    background-color: #fff;
    background-image: none;
}

.tablesorter-default thead .tablesorter-header-inner {
    display: inline-block;
    position: relative;
    display: flex;
    align-items: center;
}

    .tablesorter-default thead .tablesorter-header-inner:after {
        display: inline-block;
        width: 14px;
        height: 9px;
        content: "";
        margin-left: 10px;
    }

.tablesorter-default .tablesorter-header .tablesorter-header-inner:after {
    display: none;
}
/* GWA DEVE SER ANALISADO PORQUE ESTE ESTILO (QUE EXIBE A SETA EM CIMA DOS GRIDS) NÃO ESTÁ FUNCIONANDO
.tablesorter-default .tablesorter-header:not(.sorter-false) .tablesorter-header-inner:after {
    display: inline-block;
    background: url(../img/icone-ordenar-decrescente.png) no-repeat right center;
}*/

.tablesorter-default thead .tablesorter-headerAsc .tablesorter-header-inner:after {
    background: url(../img/icone-ordenar-crescente.png) no-repeat right center;
}

.tablesorter-default thead .tablesorter-headerDesc .tablesorter-header-inner:after {
    background: url(../img/icone-ordenar-decrescente.png) no-repeat right center;
}

.reordenar-colunas {
    border-radius: 5px;
    padding: 0;
    color: #eeeeee;
}

    .reordenar-colunas > * {
        padding: 20px 18px;
    }

.reordenar-colunas-fonte {
    background-color: #e8e8e8;
}

.reordenar-colunas-alvo {
    background: #8399f5;
    background: -moz-linear-gradient(top, #8399f5 0%, #7aa9f1 100%);
    background: -webkit-linear-gradient(top, #8399f5 0%, #7aa9f1 100%);
    background: linear-gradient(to bottom, #8399f5 0%, #7aa9f1 100%);
}

    .reordenar-colunas-alvo .btn {
        color: #ffffff;
    }

.reordenar-colunas .reordenar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
}

    .reordenar-colunas .reordenar-header .btn {
        font-size: 13px;
    }

.reordenar-colunas .titulo {
    font-size: 15px;
    text-transform: uppercase;
    color: #544364;
}

.reordenar-colunas .reordenar-content .grupo-titulo {
    margin-bottom: 0.6rem;
    color: #544364;
}

.reordenar-colunas .reordenar-grupo ul {
    padding: 0;
    margin-bottom: 20px;
    min-height: 30px;
}

    .reordenar-colunas .reordenar-grupo ul li {
        font-size: 13px;
        list-style-type: none;
        padding: 9px 5px;
        background-color: #ffffff;
        border-radius: 5px;
        color: #7ea1f3;
        display: flex;
        align-items: center;
    }

        .reordenar-colunas .reordenar-grupo ul li:before {
            display: block;
            content: "";
            width: 6px;
            height: 14px;
            background: url("../img/icon-handler.png") no-repeat;
            margin-right: 10px;
        }

        .reordenar-colunas .reordenar-grupo ul li + li {
            margin-top: 4px;
        }

.reordenar-colunas .icon-handler {
    background: url("../img/icon-handler.png") center no-repeat;
    display: block;
    width: 15px;
    height: 100%;
    margin-right: 7px;
}

.form-novo-layout .row ~ .row {
    margin-top: 25px;
}

.form-novo-layout .acoes {
    display: flex;
    justify-content: flex-end;
}

    .form-novo-layout .acoes .btn ~ .btn {
        margin-left: 10px;
    }

.form-novo-layout p {
    color: #a6a6c4;
}

.paginacao-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.pagination {
    justify-content: center;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: inline-flex;
}

    .pagination .page-item .page-link {
        transition: 0.3s;
        text-decoration: none;
        color: #4d4f5c;
        font-size: 13px;
    }

    .pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
        background-color: #7fa1f3;
        color: #fff;
    }

    .pagination .page-item.disabled .page-link {
        background: #fff;
        color: #ccc;
    }

.busca-rapida .header {
    background: #fff;
}

.busca-rapida-filtros {
    background-color: #fff;
    min-height: 100vh;
    padding: 45px;
    flex-basis: 60%;
}

.buscas-recentes {
    background-color: #544364;
    min-height: 100vh;
    flex-basis: 40%;
}

.lista-busca-rapida td:last-child {
    text-align: right;
}

    .lista-busca-rapida td:last-child:after {
        display: inline-block;
        content: "";
        width: 12px;
        height: 18px;
        background: url(../img/arrow-color.png) no-repeat;
        transform: scaleX(-1);
    }

.lista-busca-rapida .acoes {
    display: none;
}

    .lista-busca-rapida .acoes .btn {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
    }

.lista-busca-rapida tr {
    transition: 0.3s;
}

    .lista-busca-rapida tr:hover {
        box-shadow: inset 0px 2px 1px 1px #7ea1f3, inset 0px -1px 1px 1px #7ea1f3;
        background-color: #f5f6fa;
    }


        .lista-busca-rapida tr:hover td:last-child:after {
            display: none;
        }

        .lista-busca-rapida tr:hover .acoes {
            display: block;
        }

.lista-recentes {
    padding-bottom: 30px;
}

    .lista-recentes:not(:last-child) {
        border-bottom: solid 1px #d0d0ef;
    }

    .lista-recentes + * {
        margin-top: 30px;
    }

.lista-recentes-titulo {
    font-size: 18px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    color: #27deac;
    margin-bottom: 30px;
}

    .lista-recentes-titulo .icon {
        color: #7ea1f3;
        margin-right: 10px;
    }

.lista-recentes-itens {
    color: #a6a6c4;
    font-weight: 100;
    padding-left: 30px;
}

    .lista-recentes-itens li {
        transition: 0.3s;
    }

        .lista-recentes-itens li:hover {
            color: #7ea1f3;
        }

        .lista-recentes-itens li + * {
            margin-top: 10px;
        }

.dropdown.no-caret .dropdown-toggle::after {
    display: none;
}

.dropdown.no-caret .btn {
    background: transparent;
    border: none;
}

.dropdown-menu, .dropdown-submenu {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    padding: 5px 15px !important;
}

    .dropdown-menu .dropdown-item, .dropdown-submenu .dropdown-item {
        color: #7ea1f3;
        font-size: 12px;
        border-bottom: solid 1px #f1f1f1;
        text-decoration: none;
        padding: 11px 0;
        cursor: pointer;
    }

        .dropdown-menu .dropdown-item:not(:disabled), .dropdown-menu .dropdown-item:not(.disabled) {
            cursor: pointer;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: transparent;
        }

        .dropdown-menu .dropdown-item:last-child {
            border-bottom: none;
        }

.filtro-titulo {
    font-size: 18px;
    color: #27deac;
    font-weight: 300;
}

    .filtro-titulo + * {
        margin-top: 25px;
    }

.filtro-grupo:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: solid 1px #a6a6c4;
    margin-bottom: 20px;
}

.filtro-grupo-titulo {
    font-size: 16px;
    color: #d0d0ef;
    font-weight: 300;
}

    .filtro-grupo-titulo + * {
        margin-top: 10px;
    }

.filtro-item {
    border-radius: 4px;
    background-color: #4e3f5d;
    padding: 10px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    color: #a6a6c4;
}

.ui-switcher {
    width: 31px;
    height: 16px;
    background-color: #ffffff;
    transition: 0.3s;
}

    .ui-switcher:after {
        width: 6px;
        height: 6px;
        top: 5px;
        background-color: #87a9f3;
    }

    .ui-switcher[aria-checked=true] {
        background-color: #87a9f3;
    }

        .ui-switcher[aria-checked=true]:after {
            background-color: #fff;
        }

        .ui-switcher[aria-checked=true]:after {
            left: 20px;
        }

    .ui-switcher[aria-checked=false]:after {
        left: 5px;
    }

.tipos-filtro {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

    .tipos-filtro .label {
        font-size: 12px;
        font-weight: normal;
        color: #a6a6c4;
        text-transform: uppercase;
    }

.area-nao-logada .conteudo-principal {
    background: url(../img/bg-area-nao-logada.png) no-repeat center 0/cover;
    padding: 85px 110px;
}

.area-nao-logada .back-btn {
    justify-content: flex-start;
    border: none;
}

.area-nao-logada .option-field label {
    color: #a6a6c4;
    font-weight: 100;
}

.area-nao-logada-sidebar {
    width: 360px;
    background: #fff;
    position: relative;
    z-index: 5;
}

    .area-nao-logada-sidebar .form-group label {
        margin-bottom: 45px;
    }

.area-nao-logada-sidebar-interno {
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100%;
    max-width: 355px;
    background: #fff;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.area-nao-logada-sidebar-conteudo {
    padding: 125px 35px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.area-nao-logada-sidebar .form-actions {
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.area-nao-logada-sidebar .option-field {
    font-size: 13px;
}

.area-nao-logada-sidebar-header {
    padding: 40px;
    background: #fff;
    position: fixed;
    width: 100%;
    max-width: 355px;
    z-index: 2;
}

.area-nao-logada-sidebar-footer-interno {
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    position: relative;
}

    .area-nao-logada-sidebar-footer-interno:before {
        display: block;
        content: "";
        width: calc(100% - 20px);
        height: 1px;
        background: #ebebeb;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.area-nao-logada-sidebar-footer .link {
    color: #7ea1f3;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

    .area-nao-logada-sidebar-footer .link:not(:last-child) {
        margin-right: 30px;
    }

    .area-nao-logada-sidebar-footer .link .icon {
        margin-right: 3px;
    }

.area-nao-logada-titulo {
    font-weight: 300;
    color: #fff;
    font-size: 45px;
    line-height: 1.1;
}

    .area-nao-logada-titulo + * {
        margin-top: 50px;
    }

.area-nao-logada-conteudo {
    font-size: 14px;
    color: #a6a6c4;
    max-width: 450px;
}

.notificacao {
    border-radius: 4px;
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    padding: 20px 25px;
}

    .notificacao + * {
        margin-top: 5px;
    }

.notificacao-titulo {
    font-size: 14px;
    font-weight: 600;
    color: #544364;
}

    .notificacao-titulo + * {
        margin-top: 7px;
    }

.notificacao-resumo {
    font-size: 14px;
    font-weight: normal;
    color: #a6a6c4;
}

    .notificacao-resumo + * {
        margin-top: 10px;
    }

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.simplebar-scrollbar {
    transition: 0.3s;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to bottom, #8399f5, #7aa9f1);
    right: 0;
}

    .simplebar-scrollbar.simplebar-hover, .simplebar-scrollbar.simplebar-visible {
        background-color: #fff;
    }

        .simplebar-scrollbar.simplebar-hover:before, .simplebar-scrollbar.simplebar-visible:before {
            display: none;
        }

.simplebar-track.simplebar-vertical {
    width: 7px;
    border-radius: 4px;
    background-color: #2f3343;
}

.tabs {
    border: solid 1px #ebebeb;
    background-color: #f9f9f9;
    border-radius: 4px;
}

    .tabs .nav-tabs .nav-item {
        padding: 30px;
        font-size: 18px;
        color: #a9b2c4;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #fff;
        width: 50%;
    }

        .tabs .nav-tabs .nav-item.active {
            color: #8399f5;
            border: none;
            border-bottom: 1px solid #8399f5;
        }

    .tabs .tab-content {
        padding: 20px;
    }

        .tabs .tab-content .item-titulo {
            font-size: 14px;
            font-weight: 600;
            color: #544364;
            margin: 20px 0;
        }

        .tabs .tab-content .item {
            border-radius: 4px;
            border: solid 1px #ebebeb;
            background-color: #fff;
            padding: 20px 22px 25px;
        }

            .tabs .tab-content .item ~ .item {
                margin-top: 2px;
            }

        .tabs .tab-content .item-header {
            margin-bottom: 10px;
            display: flex;
            justify-content: space-between;
        }

        .tabs .tab-content .item-header-titulo {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.06;
            color: #7ea1f3;
            margin-right: 20px;
        }

        .tabs .tab-content .item-header .titulo-destaque {
            display: inline-block;
            color: #fff;
            border-radius: 13px;
            background-color: #27deac;
            padding: 4px 10px;
            margin-left: 10px;
            font-size: 12px;
        }

        .tabs .tab-content .item-header-acoes button {
            background-color: transparent;
            border: none;
            margin-left: 20px;
            color: #7ea1f3;
            font-size: 16px;
        }

        .tabs .tab-content .item-informacoes {
            display: flex;
        }

            .tabs .tab-content .item-informacoes .informacao {
                font-size: 14px;
                color: #a6a6c4;
            }

                .tabs .tab-content .item-informacoes .informacao ~ .informacao {
                    margin-left: 50px;
                }

            .tabs .tab-content .item-informacoes .informacao-tipo {
                font-weight: 600;
            }

        .tabs .tab-content .item .acoes {
            display: flex;
            justify-content: space-between;
        }

            .tabs .tab-content .item .acoes button {
                background-color: transparent;
                border: none;
                margin-left: 30px;
                color: #7ea1f3;
                font-size: 20px;
            }

            .tabs .tab-content .item .acoes a {
                background-color: transparent;
                border: none;
                margin-left: 30px;
                color: #7ea1f3;
                font-size: 20px;
            }

        .tabs .tab-content .btn {
            margin-top: 20px;
        }

.lista-check li {
    list-style-type: none;
    color: #a6a6c4;
}

    .lista-check li ~ li {
        margin-top: 20px;
    }

    .lista-check li i {
        color: #4f82d9;
        font-size: 12px;
        margin-right: 10px;
    }

.wrap-box-conteudo .box-persona {
    margin-top: 40px;
}

.item-info {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #a6a6c4;
}

    .item-info .nome-info {
        margin-bottom: 10px;
    }

    .item-info .texto-info {
        font-weight: 100;
    }

    .item-info .texto-destaque {
        color: #27deac;
        font-weight: normal;
        text-transform: uppercase;
    }

    .item-info .texto-maiusculo {
        text-transform: uppercase;
    }

    .item-info .bt-mapa {
        text-transform: uppercase;
        color: #7ea1f3;
        text-decoration: none;
        cursor: pointer;
    }

        .item-info .bt-mapa i {
            margin-right: 10px;
            font-size: 16px;
        }

.chart {
    width: 100%;
    height: 250px;
}

.chart-pie {
    height: 400px;
}

.chart-mapa {
    width: 100%;
    height: 500px;
}

.item-grafico-wrap {
    position: relative;
}

.grafico-info {
    color: #a6a6c4;
    text-align: center;
    position: absolute;
    top: 37%;
    right: 28%;
    width: 100px;
}

    .grafico-info .label {
        text-transform: uppercase;
    }

    .grafico-info .total {
        font-size: 25px;
    }

/*# sourceMappingURL=main.css.map */
.ui.search .prompt {
    border-radius: unset;
}

.submenu-oculto {
    display: none;
}

.texto-submenu {
    font-size: 10pt;
}

.item-filtro-avancado {
    border-bottom: 1px solid #d0d0ef;
    padding-bottom: 2em;
}

.select2-selection--multiple {
    overflow: hidden !important;
    min-height: 46px !important;
    height: auto !important;
}

.campos-busca {
    width: 100%;
}

.texto-interno {
    color: #d0d0ef;
}

.abrir-bairros,
.abrir-cidades {
    cursor: pointer;
}

.item-busca-bairro {
    color: #7EA1F3;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
}

.bloco-itens-bairros {
    height: 350px;
    overflow-y: scroll;
}

.texto-item-considerado {
    color: #d0d0ef !important;
}

.texto-item-desconsiderado {
    color: #ff6565 !important;
    text-decoration: line-through;
}

.item-acoes-inverso {
    color: #7EA1F3 !important;
}

.bloco-busca-cidade {
    margin: 0 3em;
}

.sem-setinha::after {
    background: none !important;
}


.js-example-tags-container ul {
    list-style: none;
    padding: 0;
}


.select2-selection__choice {
    display: none;
}

.botao-visivel {
    color: #ff6565;
    display: block !important;
}

.tooltip-listagem {
    padding-right: 4px;
    padding-left: 4px;
}

.link-btn {
    font-size: 11px;
    color: #7ea1f3;
    text-transform: uppercase;
}

.tabela-listagem {
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    width: 100%;
    height: 500px;
}

#listaEmpresas thead th {
    position: sticky;
    top: 0;
}

.modal-adicionar-arquivo {
    width: 500px;
}

.hide-modal {
    display: none;
}

.featherlight .modal-title {
    font-size: 18px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #544364;
}

.text-color-white {
    color: #fff !important;
}

.esquerda {
    float: right
}

@keyframes loader-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
        left: 0%
    }
}

.sem-animacao {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

.loader {
    height: 2px;
    width: 100%;
}

    .loader .barrinha {
        position: absolute;
        height: 2px;
        background-color: dodgerblue;
        animation-name: loader-animation;
        animation-duration: 2s;
    }

.modalTeste {
    width: 500px;
}

.conteudo-contagem-quadrado {
    font-size: 11pt;
}

.titulo-contagem-quadrado {
    padding: 1em;
    background-color: #829af5;
    color: white;
}

.conteudo-contagem-quadrado p {
    margin: 0.5em 0;
}

.carregando {
    color: #7ea1f3;
    font-size: 14px;
    font-weight: 400;
}

[v-cloak] {
    display: none;
}

template {
    display: none;
}

.oculto {
    display: none !important;
}

.texto-carregando {
    display: none;
    font-size: 17pt;
    right: 2em;
    bottom: 1.1em;
    font-weight: bold;
    color: #838383;
    background-color: rgb(255,255,255);
    box-shadow: 2px 2px 12px rgba(0,0,0,0.12), -2px -2px 12px rgba(0,0,0,0.12);
    position: fixed;
    margin-left: 1em;
    margin-right: 1em;
    z-index: 999;
    padding: 1%;
}

select.campos-busca .select2-search__field {
    font-size: 16px !important;
    color: #d0d0ef !important;
    padding-top: 3% !important;
}

.link-arquivo-texto {
    color: #d0d0ef;
    display: contents;
    font-size: 12px;
}

    .link-arquivo-texto:hover {
        color: #7ea1f3;
    }

.dataTables_length {
    display: none;
}

.dataTables_paginate .paging_simple_numbers {
    display: none;
}

.paging_simple_numbers {
    display: none;
}

.select2-container .select2-search,
.select2-container .select2-search__field {
    width: 100%;
}

.campo-localidade-bairro {
    margin-left: 20px;
    width: -webkit-fill-available;
}

.item-submenu .bairros-menu {
    margin-left: 30px;
    overflow-y: scroll;
    max-height: 200px;
}

.modal-filtro-localizacao-open {
    overflow-y: scroll;
    max-height: 320px;
}

.link-com-imagem {
    text-decoration: none;
}

.socialBtn {
    width: 15px;
}

.jquery-modal.blocker.current {
    z-index: 5;
}

.filtro-restrito {
    color: #d0d0ef;
    display: contents;
}

    .filtro-restrito:hover {
        color: #7ea1f3;
    }

.icon-ficha {
    font-size: 20px;
    color: #7aa8f1;
}

.icon-ficha-inativo {
    font-size: 20px;
    color: dimgray;
}

.wrapper1, .wrapper2 {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.wrapper1 {
    height: 20px;
}

.scroll-tabela1 {
    height: 20px;
}


.fundo-contador {
    font-size: 21pt;
    right: 100px;
    bottom: 20px;
    font-weight: bold;
    color: #838383;
    background-color: rgb(255,255,255);
    box-shadow: 2px 2px 12px rgba(0,0,0,0.12), -2px -2px 12px rgba(0,0,0,0.12);
    position: fixed;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 999;
    padding: 1%;
}

#fundo-contador-alternativo {
    font-size: 25pt;
    right: 100px;
    bottom: 20px;
    border: 3px solid white;
    transition: height 0.75s;
    font-weight: bold;
    color: #838383;
    border-radius: 100%;
    height: 85px;
    width: 85px;
    background-color: rgb(255,255,255);
    box-shadow: 2px 2px 12px rgba(0,0,0,0.12), -2px -2px 12px rgba(0,0,0,0.12);
    position: fixed;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 999;
    padding: 1%;
}


#countdown-number {
    color: #f90;
    font-size: 30pt;
    display: inline-block;
    line-height: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
}

@media only screen and (min-width: 2560px) {

    #fundo-contador-alternativo {
        padding: 0% 1% 1% 1%;
    }

    #countdown-number {
        margin-top: 70%;
        margin-left: 20%;
    }
}

.ceara {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.abc {
    stroke-dasharray: 226px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 6px;
    stroke: #f90;
    fill: none;
    animation: countdown 2s linear infinite forwards;
}


@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 226px;
    }
}

.iconeAcoes {
    font-size: 23px;
    padding-right: 7%;
}

.btnsCampanha {
    padding-left: 10px;
    margin-left: 1%;
}

.linha-titulo-tabela {
    font-size: 10pt;
}

/* classe de pré-carregando usada pelo Vue*/
[v-cloak] {
    display: none;
}

.centro {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagination li.page-item:hover {
    cursor: pointer;
}

#divBtnSalvarIniciar button:disabled {
    background: #a2f1db;
    border-color: rgb(182 227 215) !important;
    color: #bbbbbb;
    cursor: not-allowed !important;
    opacity: 1;
}
