.sidebar .sidebar-menu li a i {
    padding-right: 15px;
}

/* .main-header .logo {
    width: 300px;
} */

/* .main-header .navbar {
    margin-left: 300px;
}

.main-sidebar {
    width: 300px;
} */

/* .content-wrapper, .main-footer {
    margin-left: 300px;
} */

.treeview-menu>li {
    margin: 8px 0;
}

.sidebar-menu>li>a {
    padding: 15px 5px 15px 15px;
}

/* INVERTER SCROLL TAB */
.tab-relatorio,
.tab-relatorio-content,
.tab-analise,
.tab-analise-content {
    transform: rotate(180deg);
}

.tab-relatorio-content,
.tab-analise-content {
    margin-bottom: 0;
}

.tab-relatorio,
.tab-analise {
    /* direction: rtl; */
    text-align: left;
}

/*  */

.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 8px 1px;
}

.text-center {
    text-align: center;
}

.w-100 {
    max-width: 100px;
}

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

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

.mr-3 {
    margin-right: 30px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

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

.mt-2 {
    margin-top: 25px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

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

.mb-0 {
    margin-bottom: 0;
}

.required:after {
    content: " *";
    color: red;
}

.delete-document .btn {
    margin-top: 25px;
}

.delete-document .btn i {
    margin-right: 10px;
}

.radio label {
    margin-right: 15px;
}

.adicional-complementar {
    margin: 30px 0;
}

.versao-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222d32;
    color: white;
    font-weight: bold;
}

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

.grifado {
    text-decoration-line: line-through;
    background-color: #ffcfc9;
}

.grifado td:last-child {
    border-radius: 0px 10px 10px 0px;
    -webkit-box-sizing: initial;
}

.grifado td:first-child {
    border-radius: 10px 0px 0px 10px;
    -webkit-box-sizing: initial;
}

.indeferido {
    background-color: #ebcccc;
    padding: 8px 0px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 6px;
}

.prestacao {
    padding: 8px 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.d-flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.text-animation {
    transition: 1500ms;
}

.text-animation-item:hover {
    margin-left: -50px;
}

.text-animation-item-2:hover {
    margin-left: -70px;
}

.sidebar-menu:hover {
    overflow: hidden;
}

.label {
    font-size: 100% !important;
}


/*SWITCH-TOGGLE*/
.switch-toggle {
    width: 70px;
}

.switch-toggle input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    z-index: 3;
    width: 70px;
    height: 25px;
    margin: 0;
}

.switch-toggle input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 25px;
    border-radius: 20px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #d2d6de;
}

.switch-toggle input[type="checkbox"] + label::before {
    position: absolute;
    content: 'NÃO';
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    top: 0;
    left: 0;
    width: 45px;
    height: 23px;
    border-radius: 20px;
    background-color: #e7514c;
    color: #fff;
    transition: .3s ease-in-out;
}

.switch-toggle input[type="checkbox"]:checked + label::before {
    left: calc(100% - 45px);
    content: 'SIM';
    color: #fff;
    background-color: #00b33c;
}

/* ACCORDION PANEL  */
/* ACCORDION PANEL  */
/* ACCORDION PANEL  */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0px;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/* ACCORDION PANEL  */
/* ACCORDION PANEL  */
/* ACCORDION PANEL  */
.info-box-icon {
    background: rgba(0,0,0,0.2) !important;
    padding-top: 20px !important;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover,.btn-secondary:active,.btn-secondary.hover {
    background-color: #6c757e;
}