@import url("https://fonts.googleapis.com/css2?family=Satisfy&family=Sora:wght@100;200;300;400;500;600;700;800&family=Syne:wght@400;500;600;700;800&display=swap");
html {
    position: relative;
    min-height: 100%;
    font-family: "Sora", sans-serif;
}
body {
    padding-bottom: 60px;
    overflow-x: hidden;
    font-family: "Sora", sans-serif;
    color: #3a3c40;
}
h1,h2,h3, h4,h5,h6{
    font-family: "Syne", sans-serif;
    color: rgb(18, 24, 32);
    font-weight: 600;
    line-height: 140%;
    white-space: nowrap;
}

h1{
  font-size: 60px;
}
@media screen and (max-width: 992px) {
  h1{
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  h1{
    font-size: 38px;
  }
}

h2{
  font-size: 42px;
}
@media screen and (max-width: 992px) {
  h2{
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  h2{
    font-size: 29px;
  }
}

h3{
  font-size: 26px;
}
h3 {
  font-size: 36px;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 26px;
  }
}

h4{
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  h4{
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h4{
    font-size: 21px;
  }
}

h5{
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  h5{
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  h5{
    font-size: 19px;
  }
}

h6 {
  font-size: 16px;
}

strong,b {
  font-weight: 500;
}



@media (min-width: 768px) {
    .container-fluid {
        max-width: 90%;
    }
}
.wrapper {
    padding-top: 130px;
    margin-bottom: 100px;
}
#topnav {
    background: var(--header-cor);;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1001;
}
#topnav .has-submenu.active a {
    color: #fff;
}
#topnav .has-submenu.active a i {
    color: #fff;
}
#topnav .has-submenu.active .submenu li.active > a {
    color: var(--cor_principal);
}
#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle:hover {
    background-color: transparent;
}
#topnav .navbar-toggle:focus span,
#topnav .navbar-toggle:hover span {
    background-color: #fff;
}
#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 15px 10px 0 20px;
    padding-top: 13px;
    height: 44px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#topnav .navbar-toggle.open span {
    position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
#topnav .navigation-menu > li {
    float: left;
    position: relative;
}
#topnav .navigation-menu > li > a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
#topnav .navigation-menu > li > a i {
    font-size: 15px;
    margin-right: 8px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#topnav .navigation-menu > li > a:focus,
#topnav .navigation-menu > li > a:hover {
    background-color: transparent;
}
@media (min-width: 992px) {
    #topnav .navigation-menu > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #topnav .navigation-menu > li > a:active,
    #topnav .navigation-menu > li > a:focus,
    #topnav .navigation-menu > li > a:hover {
        color: #fff;
    }
    #topnav .navigation-menu > li:first-of-type > a {
        padding-left: 0;
    }
    #topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #topnav .navigation-menu > li:hover a {
        color: #fff;
    }
    #topnav .navigation-menu > li:hover a i {
        color: #fff;
    }
    #topnav .navigation-menu > li > ul > li.has-submenu:active > a,
    #topnav .navigation-menu > li > ul > li.has-submenu:hover > a {
        color: var(--cor_principal);
    }
    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 10px 0;
        list-style: none;
        min-width: 200px;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        border-radius: 4px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background-color: #fff;
        border: 2px solid #f1f3fa;
        -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
        box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    }
    #topnav .navigation-menu > li .submenu:before {
        left: 20px;
        top: -10px;
        content: "";
        display: block;
        position: absolute;
        background-color: transparent;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fff;
        z-index: 9999;
    }
    #topnav .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }
    #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
        content: "\F142";
        font-family: "Material Design Icons";
        position: absolute;
        right: 20px;
        top: 5px;
        font-size: 18px;
    }
    #topnav .navigation-menu > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu > li .submenu > li .submenu:before {
        display: none !important;
    }
    #topnav .navigation-menu > li .submenu li {
        position: relative;
    }
    #topnav .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 9px 25px;
        clear: both;
        white-space: nowrap;
        color: #323a46;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    #topnav .navigation-menu > li .submenu li a:hover {
        color: var(--cor_principal);
    }
    #topnav .navigation-menu > li .submenu li span {
        display: block;
        padding: 8px 25px;
        clear: both;
        line-height: 1.42857143;
        white-space: nowrap;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        color: #323a46;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    #topnav #navigation {
        display: block !important;
    }
}

#tabela-contas-autenticacao-responsiva{ /*Tabela de contas responsivo*/
    display: none;
}
#tabela-dominio-remetente-responsiva{ /*Tabela de contas responsivo*/
    display: none;
}

@media (max-width: 991px) {
    #tabela-contas-autenticacao{
        display: none;
    }
    #tabela-dominio-remetente{
        display: none;
    }

    #tabela-contas-autenticacao-responsiva{
        display: table;
    }
    #tabela-dominio-remetente-responsiva{
        display: table;
    }
    #first-item{
        padding-left: 15px !important;
    }
    .page-title{
        margin-top: 0px !important;
    }
    .wrapper {
        padding-top: 70px;
    }
    .container {
        width: auto !important;
    }
    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
        text-align: left;
    }
    #topnav .has-submenu.active a {
        color: var(--cor_principal);
    }
    #topnav .has-submenu.active a i {
        color: var(--cor_principal);
    }
    #topnav .has-submenu.active .submenu li.active > a {
        color: var(--cor_principal);
    }
    #topnav .navigation-menu > li {
        display: block;
        float: none;
    }
    #topnav .navigation-menu > li > a {
        color: #323a46;
        padding: 15px;
    }
    #topnav .navigation-menu > li > a i {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        vertical-align: inherit;
    }
    #topnav .navigation-menu > li > a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu > li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu > li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 20px;
        color: #323a46;
    }
    #topnav .navigation-menu > li .submenu li a:hover {
        color: var(--cor_principal);
    }
    #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
        content: "\F140";
        font-family: "Material Design Icons";
        position: absolute;
        right: 30px;
    }
    #topnav .navigation-menu > li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu > li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu > li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li > ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: block;
        position: relative;
        padding: 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 2px;
        color: #323a46;
    }
    #topnav .navigation-menu > li.has-submenu.open > a {
        color: var(--cor_principal);
    }
    #topnav .navbar-header {
        float: left;
    }
    #navigation {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        background-color: #fff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
    #topnav .has-submenu.active a {
        color: var(--cor_principal);
    }
    #topnav .has-submenu.active a i,
    #topnav .has-submenu.active a:active,
    #topnav .has-submenu.active a:focus {
        color: var(--cor_principal);
    }
}
@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    #topnav .navigation-menu > li.has-submenu.last-elements:hover > .submenu:before {
        right: 20px;
        left: auto;
    }
    #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}
@media (max-height: 320px) {
    .navigation-menu {
        max-height: 240px !important;
    }
}
.navbar-custom .logo {
    line-height: 70px;
    margin-right: 50px;
}
.navbar-custom .logo .logo-sm {
    display: none;
}
.navbar-custom .topbar-right-menu li {
    float: left;
}
.navbar-custom .topbar-right-menu .nav-link {
    padding: 0;
    color: #f7f7f7;
    min-width: 32px;
    display: block;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    margin: 0 8px;
    max-height: 70px;
}
.navbar-custom .app-search {
    padding: 16px 0;
    overflow: hidden;
}
.navbar-custom .app-search form {
    max-width: 320px;
}
.navbar-custom .app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    background-color: #505666;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-custom .app-search .input-group-append {
    margin-left: 0;
    z-index: 4;
}
.navbar-custom .button-menu-mobile {
    border: none;
    color: #fff;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
}
.navbar-custom .button-menu-mobile.disable-btn {
    display: none;
}
.navbar-custom-light {
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.navbar-custom-light .topbar-right-menu .nav-link {
    color: #8e99a2;
}
.navbar-custom-light .button-menu-mobile {
    color: #323a46;
}
.navbar-custom-light .app-search .form-control {
    color: #323a46;
    background-color: #f2f2f2;
}
.noti-scroll {
    max-height: 230px;
}
.notification-list {
    margin-left: 0;
}
.notification-list .dropdown-menu.dropdown-menu-right {
    -webkit-transform: none !important;
    transform: none !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
}
.notification-list .noti-title {
    background-color: #fff;
    padding: 15px 20px;
}
.notification-list .noti-icon {
    font-size: 21px;
    vertical-align: middle;
}
.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 10px;
}
.notification-list .notify-item {
    padding: 12px 20px;
}
.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
}
.notification-list .notify-item .notify-details {
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notification-list .notify-item .notify-details b {
    font-weight: 500;
}
.notification-list .notify-item .notify-details small {
    display: block;
}
.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
.notification-list .notify-item .user-msg {
    margin-left: 45px;
    white-space: normal;
    line-height: 16px;
}
.notification-list .profile-dropdown .notify-item {
    padding: 7px 20px;
}
.profile-dropdown {
    width: 170px;
}
.profile-dropdown i {
    vertical-align: middle;
    margin-right: 5px;
}
.profile-dropdown span {
    vertical-align: middle;
}
.nav-user {
    padding: 0 12px !important;
}
.nav-user img {
    height: 32px;
    width: 32px;
}

.app-search-menuBar{
    display: none;
}
@media (max-width: 767.98px) {
    .app-search {
        display: none;
    }
    .navbar-custom .button-menu-mobile.disable-btn {
        display: inline-block;
    }
    .navbar-custom .logo {
        margin-right: 0;
    }
    .navbar-custom .logo .logo-lg {
        display: none;
    }
    .navbar-custom .logo .logo-sm {
        display: inline-block;
    }
    .nav-user .pro-user-name {
        display: none;
    }
    .app-search-menuBar{
        display: block
        ;
    }
}
.page-title-box .page-title {
    font-size: 18px;
    margin: 0;
    line-height: 75px;
    color: #323a46;
}
.page-title-box .page-title-right {
    float: right;
    margin-top: 20px;
}
.page-title-box .breadcrumb {
    padding-top: 8px;
}
@media (max-width: 767.98px) {
    .page-title-box .page-title {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 70px;
    }
    .page-title-box .breadcrumb {
        display: none;
    }
}
@media (max-width: 640px) {
    .page-title-box .page-title-right {
        display: none;
    }
}
@media (max-width: 419px) {
    .page-title-box .breadcrumb {
        display: none;
    }
}
.footer {
    bottom: 0;
    padding: 19px 15px 20px 0px;
    position: absolute;
    right: 0;
    color: #98a6ad;
    left: 0;
    background-color: var(--footer-cor); 
    font-size: 12px;
}

@media (max-width: 767.98px) {
    .footer {
        left: 0 !important;
        text-align: center;
    }
}
.widget-flat {
    position: relative;
    overflow: hidden;
}
.widget-flat i.widget-icon {
    font-size: 36px;
}
.checkbox label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
}
.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 18px;
    outline: 0 !important;
    top: 2px;
}
.checkbox label::after {
    color: #8e99a2;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    left: 0;
    margin-left: -18px;
    padding-left: 3px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 18px;
}
.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important;
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: 0;
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    display: table;
    width: 4px;
    height: 8px;
    border: 2px solid #8e99a2;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #f7f7f7;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox.checkbox-single input {
    height: 18px;
    width: 18px;
    position: absolute;
}
.checkbox.checkbox-single label {
    height: 18px;
    width: 18px;
}
.checkbox.checkbox-single label:before {
    margin-left: 0;
}
.checkbox.checkbox-single label:after {
    margin-left: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: var(--cor_principal);
    border-color: var(--cor_principal);
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #f1556c;
    border-color: #f1556c;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #4b88e4;
    border-color: #4b88e4;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f7b84b;
    border-color: #f7b84b;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #25b343;
    border-color: #25b343;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #6b5eae;
    border-color: #6b5eae;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
    background-color: #f672a7;
    border-color: #f672a7;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}
.checkbox-dark input[type="checkbox"]:checked + label::before {
    background-color: #323a46;
    border-color: #323a46;
}
.checkbox-dark input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}
.radio label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
}
.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 18px;
    outline: 0 !important;
}
.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #8e99a2;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 6px;
    margin-left: -20px;
    position: absolute;
    top: 4px;
    transform: scale(0, 0);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 10px;
}
.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio.radio-single label {
    height: 17px;
}
.radio-primary input[type="radio"] + label::after {
    background-color: var(--cor_principal);
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: var(--cor_principal);
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: var(--cor_principal);
}
.radio-danger input[type="radio"] + label::after {
    background-color: #f1556c;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #f1556c;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #f1556c;
}
.radio-info input[type="radio"] + label::after {
    background-color: #4b88e4;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #4b88e4;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #4b88e4;
}
.radio-warning input[type="radio"] + label::after {
    background-color: #f7b84b;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f7b84b;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f7b84b;
}
.radio-success input[type="radio"] + label::after {
    background-color: #25b343;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #25b343;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #25b343;
}
.radio-purple input[type="radio"] + label::after {
    background-color: #6b5eae;
}
.radio-purple input[type="radio"]:checked + label::before {
    border-color: #6b5eae;
}
.radio-purple input[type="radio"]:checked + label::after {
    background-color: #6b5eae;
}
.radio-pink input[type="radio"] + label::after {
    background-color: #f672a7;
}
.radio-pink input[type="radio"]:checked + label::before {
    border-color: #f672a7;
}
.radio-pink input[type="radio"]:checked + label::after {
    background-color: #f672a7;
}
.ribbon-box {
    position: relative;
}
.ribbon-box .ribbon {
    position: relative;
    float: left;
    clear: both;
    padding: 5px 12px 5px 12px;
    margin-left: -30px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    -o-box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.ribbon-box .ribbon:before {
    content: " ";
    border-style: solid;
    border-width: 10px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-bottom: -10px;
    z-index: -1;
}
.ribbon-box .ribbon + p {
    clear: both;
}
.ribbon-box .ribbon-primary {
    background: var(--cor_principal);
}
.ribbon-box .ribbon-primary:before {
    border-color: #007f8e transparent transparent;
}
.ribbon-box .ribbon-success {
    background: #25b343;
}
.ribbon-box .ribbon-success:before {
    border-color: #1c8933 transparent transparent;
}
.ribbon-box .ribbon-info {
    background: #4b88e4;
}
.ribbon-box .ribbon-info:before {
    border-color: #216bdb transparent transparent;
}
.ribbon-box .ribbon-warning {
    background: #f7b84b;
}
.ribbon-box .ribbon-warning:before {
    border-color: #f5a51a transparent transparent;
}
.ribbon-box .ribbon-danger {
    background: #f1556c;
}
.ribbon-box .ribbon-danger:before {
    border-color: #ed2643 transparent transparent;
}
.ribbon-box .ribbon-dark {
    background: #323a46;
}
.ribbon-box .ribbon-dark:before {
    border-color: #1d2128 transparent transparent;
}
.ribbon-box .ribbon-two {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon-box .ribbon-two span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 600;
}
.ribbon-box .ribbon-two span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.ribbon-box .ribbon-two span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.ribbon-box .ribbon-two-primary span {
    background: var(--cor_principal);
}
.ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #006875;
    border-top: 3px solid #006875;
}
.ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #006875;
    border-top: 3px solid #006875;
}
.ribbon-box .ribbon-two-success span {
    background: #25b343;
}
.ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #18742b;
    border-top: 3px solid #18742b;
}
.ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #18742b;
    border-top: 3px solid #18742b;
}
.ribbon-box .ribbon-two-info span {
    background: #4b88e4;
}
.ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #1e60c5;
    border-top: 3px solid #1e60c5;
}
.ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #1e60c5;
    border-top: 3px solid #1e60c5;
}
.ribbon-box .ribbon-two-warning span {
    background: #f7b84b;
}
.ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #eb990a;
    border-top: 3px solid #eb990a;
}
.ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #eb990a;
    border-top: 3px solid #eb990a;
}
.ribbon-box .ribbon-two-danger span {
    background: #f1556c;
}
.ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #e71332;
    border-top: 3px solid #e71332;
}
.ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #e71332;
    border-top: 3px solid #e71332;
}
.ribbon-box .ribbon-two-dark span {
    background: #323a46;
}
.ribbon-box .ribbon-two-dark span:before {
    border-left: 3px solid #121519;
    border-top: 3px solid #121519;
}
.ribbon-box .ribbon-two-dark span:after {
    border-right: 3px solid #121519;
    border-top: 3px solid #121519;
}
@media print {
    .footer,
    .left-side-menu,
    .navbar-custom,
    .page-title-box,
    .right-bar {
        display: none;
    }
    .card-body,
    .content,
    .content-page,
    .right-bar,
    .wrapper,
    body {
        padding: 0;
        margin: 0;
    }
}
body.authentication-bg {
    background-color: #f7f7f7;
    background-size: cover;
    background-position: center;
}
.logout-icon {
    width: 140px;
}
.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}
.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px;
}
.icons-list-demo div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.icons-list-demo div p {
    margin-bottom: 0;
    line-height: inherit;
}
.icons-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: rgba(50, 58, 70, 0.7);
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.icons-list-demo .col-md-4 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px;
}
.icons-list-demo .col-md-4:hover,
.icons-list-demo .col-md-4:hover i {
    color: var(--cor_principal);
}
.text-error {
    color: var(--cor_principal);
    text-shadow: rgba(0, 172, 193, 0.3) 5px 1px, rgba(0, 172, 193, 0.2) 10px 3px;
    font-size: 5.25rem;
    line-height: 5.625rem;
}
.faq-question-q-box {
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: var(--cor_principal);
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    border-radius: 50%;
    float: left;
    font-weight: 700;
    line-height: 30px;
}
.faq-question {
    margin-top: 0;
    margin-left: 50px;
    font-weight: 400;
    font-size: 16px;
}
.faq-answer {
    margin-left: 50px;
    color: #98a6ad;
}
.maintenance-icon {
    font-size: 22px;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    height: 60px;
    display: inline-block;
    width: 60px;
    line-height: 68px;
    border-radius: 50%;
}
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.timeline .w-lg {
    min-width: 140px;
}
.timeline .time-show {
    margin-bottom: 30px;
    margin-left: -70px;
    margin-top: 30px;
    position: relative;
}
.timeline:before {
    background-color: var(--cor_principal);
    bottom: 0;
    content: "";
    left: 70px;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0;
}
.timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background-color: var(--cor_principal);
    border-radius: 50%;
    display: block;
    height: 20px;
    left: -10px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}
.timeline .timeline-icon i {
    color: #fff;
    font-size: 10px;
    margin-top: 3px;
    position: absolute;
    left: 5px;
}
.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}
.timeline-item {
    padding-left: 70px;
}
.timeline-item .timeline-desk {
    position: relative;
}
.timeline-item .timeline-desk .timeline-box {
    padding: 15px 30px 15px 40px;
}
.timeline-item .timeline-desk .album img {
    height: 36px;
    width: auto;
    border-radius: 3px;
}
.member-card .member-thumb {
    width: 80px;
}
.social-links li a {
    border-radius: 50%;
    color: #adb5bd;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    border: 2px solid #adb5bd;
    text-align: center;
    width: 30px;
}
.social-links li a:hover {
    color: #8e99a2;
    border-color: #8e99a2;
} /*!
* metismenu - v2.7.7
* A jQuery menu plugin
* https://github.com/onokumus/metismenu#readme
*
* Made by Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* Under MIT License
*/
.metismenu .arrow {
    float: right;
    line-height: 1.42857;
}
[dir="rtl"] .metismenu .arrow {
    float: left;
}
.metismenu .glyphicon.arrow:before {
    content: "\e079";
}
.metismenu .active > a > .glyphicon.arrow:before {
    content: "\e114";
}
.metismenu .fa.arrow:before {
    content: "\f104";
}
.metismenu .active > a > .fa.arrow:before {
    content: "\f107";
}
.metismenu .ion.arrow:before {
    content: "\f3d2";
}
.metismenu .active > a > .ion.arrow:before {
    content: "\f3d0";
}
.metismenu .plus-times {
    float: right;
}
[dir="rtl"] .metismenu .plus-times {
    float: left;
}
.metismenu .fa.plus-times:before {
    content: "\f067";
}
.metismenu .active > a > .fa.plus-times {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.metismenu .plus-minus {
    float: right;
}
[dir="rtl"] .metismenu .plus-minus {
    float: left;
}
.metismenu .fa.plus-minus:before {
    content: "\f067";
}
.metismenu .active > a > .fa.plus-minus:before {
    content: "\f068";
}
.metismenu .collapse {
    display: none;
}
.metismenu .collapse.in {
    display: block;
}
.metismenu .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}
.metismenu .has-arrow {
    position: relative;
}
.metismenu .has-arrow::after {
    position: absolute;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: initial;
    right: 1em;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    top: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
[dir="rtl"] .metismenu .has-arrow::after {
    right: auto;
    left: 1em;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
}
.metismenu .active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    transform: rotate(-135deg) translate(0, -50%);
}
.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}
.daterangepicker:after,
.daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}
.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
    right: 9px;
}
.daterangepicker.opensleft:after {
    right: 10px;
}
.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
.daterangepicker.opensright:before {
    left: 9px;
}
.daterangepicker.opensright:after {
    left: 10px;
}
.daterangepicker.drop-up {
    margin-top: -7px;
}
.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none;
}
.daterangepicker.single .drp-selected {
    display: none;
}
.daterangepicker.show-calendar .drp-calendar {
    display: block;
}
.daterangepicker.show-calendar .drp-buttons {
    display: block;
}
.daterangepicker.auto-apply .drp-buttons {
    display: none;
}
.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}
.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
    padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}
.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}
.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}
.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}
.daterangepicker th.month {
    width: auto;
}
.daterangepicker option.disabled,
.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}
.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}
.daterangepicker select.yearselect {
    width: 40%;
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}
.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}
.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}
.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}
.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
}
.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}
.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}
.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}
.daterangepicker .ranges li:hover {
    background-color: #eee;
}
.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }
    .daterangepicker .ranges ul {
        width: 140px;
    }
    .daterangepicker.single .ranges ul {
        width: 100%;
    }
    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }
    .daterangepicker.single.ltr .drp-calendar,
    .daterangepicker.single.ltr .ranges {
        float: left;
    }
    .daterangepicker.single.rtl .drp-calendar,
    .daterangepicker.single.rtl .ranges {
        float: right;
    }
    .daterangepicker.ltr {
        direction: ltr;
        text-align: left;
    }
    .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }
    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0;
    }
    .daterangepicker.ltr .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }
    .daterangepicker.ltr .drp-calendar,
    .daterangepicker.ltr .ranges {
        float: left;
    }
    .daterangepicker.rtl {
        direction: rtl;
        text-align: right;
    }
    .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0;
    }
    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0;
    }
    .daterangepicker.rtl .drp-calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px;
    }
    .daterangepicker.rtl .drp-calendar,
    .daterangepicker.rtl .ranges {
        text-align: right;
        float: right;
    }
}
@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }
    .daterangepicker.ltr .ranges {
        float: left;
    }
    .daterangepicker.rtl .ranges {
        float: right;
    }
    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}
.jq-toast-wrap,
.jq-toast-wrap * {
    margin: 0;
    padding: 0;
}
.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    letter-spacing: normal;
    z-index: 9000 !important;
}
.jq-toast-wrap.bottom-left {
    bottom: 20px;
    left: 20px;
}
.jq-toast-wrap.bottom-right {
    bottom: 20px;
    right: 40px;
}
.jq-toast-wrap.top-left {
    top: 20px;
    left: 20px;
}
.jq-toast-wrap.top-right {
    top: 20px;
    right: 40px;
}
.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #444;
    color: #fff;
}
.jq-toast-single h2 {
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 0 0 7px;
    background: 0 0;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal;
}
.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    font-size: 12px;
}
.jq-toast-single ul {
    margin: 0 0 0 15px;
    background: 0 0;
    padding: 0;
}
.jq-toast-single ul li {
    list-style-type: disc !important;
    line-height: 17px;
    background: 0 0;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}
.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer;
}
.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0;
    left: 0;
    border-radius: 5px;
    background: red;
}
.jq-toast-loaded {
    width: 100%;
}
.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px;
}
.jq-icon-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1;
}
.jq-icon-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc;
}
.jq-icon-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1;
}
.jq-icon-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
    color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6;
}
.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.irs-bar,
.irs-bar-edge,
.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-slider {
    background: 0 0;
}
.irs-from,
.irs-single,
.irs-to {
    background: var(--cor_principal);
}
.irs-from:after,
.irs-single:after,
.irs-to:after {
    border-top-color: var(--cor_principal);
}
.irs-bar {
    background-color: #8e99a2;
}
.irs-line-left {
    background-color: #dee2e6;
    border-radius: 3px 0 0 3px;
}
.irs-line-mid {
    background-color: #dee2e6;
}
.irs-line-right {
    background-color: #dee2e6;
    border-radius: 0 3px 3px 0;
}
.calendar {
    float: left;
    margin-bottom: 0;
}
.fc-view {
    margin-top: 30px;
}
.none-border .modal-footer {
    border-top: none;
}
.fc-toolbar {
    margin: 15px 0 5px 0;
}
.fc-toolbar h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}
.fc-day-grid-event .fc-time {
    font-weight: 700;
}
.fc-day {
    background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
    z-index: 0;
}
.fc th.fc-widget-header {
    background: #f7f7f7;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #f7f7f7;
}
.fc-button {
    background: #f7f7f7;
    border: none;
    color: #8e99a2;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    margin: 0 3px;
    padding: 6px 12px;
    height: auto;
}
.fc-text-arrow {
    font-family: inherit;
    font-size: 1rem;
}
.fc-state-hover {
    background: #f7f7f7;
}
.fc-state-highlight {
    background: #dee2e6;
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down {
    background-color: var(--cor_principal);
    color: #fff;
    text-shadow: none;
}
.fc-cell-overlay {
    background: #dee2e6;
}
.fc-unthemed .fc-today {
    background: #fff;
}
.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 0.8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
}
.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 8px 10px;
    color: #fff;
}
.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
}
.fc-basic-view td.fc-day-number {
    padding-right: 8px;
}
.fc-basic-view .fc-content {
    color: #fff;
}
.fc-time-grid-event .fc-content {
    color: #fff;
}
@media (max-width: 767.98px) {
    .fc-toolbar .fc-center,
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: none;
        display: block;
        clear: both;
        margin: 10px 0;
    }
    .fc .fc-toolbar > * > * {
        float: none;
    }
    .fc-today-button {
        display: none;
    }
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #fff !important;
}
.jqsfield {
    color: #323a46 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: Muli, sans-serif !important;
    font-weight: 700 !important;
}
.dataTables_wrapper.container-fluid {
    padding: 0;
}
table.dataTable {
    border-collapse: collapse !important;
    margin-bottom: 15px !important;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: var(--cor_principal);
}
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
    border-color: var(--cor_principal);
}
table.dataTable tbody td:focus {
    outline: 0 !important;
}
table.dataTable tbody td.focus,
table.dataTable tbody th.focus {
    outline: 2px solid var(--cor_principal) !important;
    outline-offset: -1px;
    background-color: rgba(0, 172, 193, 0.15);
}
.dataTables_info {
    font-weight: 600;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    background-color: #25b343;
    top: 0.95rem;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #f1556c;
    top: 0.95rem;
}
div.dt-button-info {
    background-color: var(--cor_principal);
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}
div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
@media (max-width: 767.98px) {
    li.paginate_button.next,
    li.paginate_button.previous {
        display: inline-block;
        font-size: 1.5rem;
    }
    li.paginate_button {
        display: none;
    }
    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1.5rem 0 0 !important;
    }
    div.dt-buttons {
        display: inline-table;
        margin-bottom: 1.5rem;
    }
}
.daterangepicker {
    font-family: Muli, sans-serif;
}
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--cor_principal);
}
.form-wizard-header {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #f7f7f7;
    border-radius: 3px;
}
.jvectormap-label {
    border: none;
    background: #323a46;
    color: #fff;
    font-family: Muli, sans-serif;
    font-size: 0.875rem;
    padding: 5px 8px;
}
.select2-container .select2-selection--single {
    border: 1px solid #ced4da;
    height: 38px;
    outline: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #d1d1d1 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #d1d1d1 transparent !important;
    border-width: 0 6px 6px 6px !important;
}
.select2-results__option {
    padding: 6px 12px;
}
.select2-dropdown {
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eaeaea;
    outline: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--cor_principal);
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f7f7f7;
    color: #323a46;
}
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background-color: var(--cor_principal);
    color: #fff;
}
.select2-container .select2-selection--multiple {
    min-height: 38px;
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px;
}
.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: var(--cor_principal);
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 7px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
.slimScrollDiv {
    height: auto !important;
}
#toast-container > div {
    opacity: 1;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
}
#toast-container > div:hover {
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
}
.toast-progress {
    background-color: #fff;
}
.toast-success {
    background-color: #25b343;
}
.toast-info {
    background-color: #4b88e4;
}
.toast-warning {
    background-color: #f7b84b;
}
.toast-error {
    background-color: #f1556c;
}
.swal2-modal {
    font-family: Muli, sans-serif;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
.swal2-modal .swal2-title {
    font-size: 28px;
}
.swal2-modal .swal2-content {
    font-size: 16px;
}
.swal2-modal .swal2-spacer {
    margin: 10px 0;
}
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 2px solid #dee2e6;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.swal2-modal .swal2-confirm.btn-confirm {
    background-color: var(--cor_principal) !important;
    font-size: 0.875rem;
}
.swal2-modal .swal2-cancel.btn-cancel {
    background-color: #f1556c !important;
    font-size: 0.875rem;
}
.swal2-modal .swal2-styled:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.swal2-icon.swal2-question {
    color: var(--cor_principal);
    border-color: var(--cor_principal);
}
.swal2-icon.swal2-success {
    border-color: #25b343;
}
.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^="swal2-success-line"],
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    background-color: #25b343;
}
.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #25b343;
}
.swal2-icon.swal2-warning {
    color: #f7b84b;
    border-color: #f7b84b;
}
.swal2-icon.swal2-error {
    border-color: #f1556c;
}
.swal2-icon.swal2-error .line {
    background-color: #f1556c;
}
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid var(--cor_principal);
}
.swal2-container.swal2-shown {
    background-color: rgba(50, 58, 70, 0.9);
}
[data-plugin="customselect"] {
    display: none;
}
.nice-select {
    line-height: 36px;
    height: 38px;
    border-color: #ced4da;
    border-radius: 0.2rem;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #b1bbc4;
}
.nice-select.small {
    height: 32px;
    line-height: 30px;
}
@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/fonts/summernote.eot);
    src: url(../assets/fonts/summernote.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/summernote.woff?) format("woff"), url(../assets/fonts/summernote.ttf?) format("truetype");
}
.note-editor.note-frame {
    border: 1px solid #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
.note-editor.note-frame .note-statusbar {
    background-color: #fff;
    border-top: 1px solid #f7f7f7;
}
.note-editor.note-frame .note-editable {
    border: none;
}
.note-status-output {
    display: none;
}
.note-editable {
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    padding: 0.45rem 0.9rem;
}
.note-editable p:last-of-type {
    margin-bottom: 0;
}
.dropzone {
    border: 2px dashed rgba(50, 58, 70, 0.3);
    background: #fff;
    border-radius: 6px;
}
/*# sourceMappingURL=app.min.css.map */

/*Modificado by: Igor*/

#tabela-chamados{
  display: table;
  width: 100%;
}

#tabela-chamados-responsiva{
  display: none;
}

#hide_details{
  display: none;
  cursor: pointer;  
}

#show_details{
  cursor: pointer;
}

#details{
    height: 100%;
    display: none;
}

#details td{
    padding-left: 0px;
    padding-right: 0px;
}

#details li{
    padding-right: 0px;
}

@media (max-width: 920px){
  #tabela-chamados{
    display: none;
  }#tabela-chamados-responsiva{
    display: table;
  }
  .lista-tabela{
    width: 200px;
  }
}

@media (max-width: 580px){
    .lista-tabela{
        width: 170px;
    }
}

@media(max-width: 400px){
    .lista-tabela{
        width: 110px;
    }.lista-dashboard{
        width: 120px;
    }
}
.lista-tabela{
    display: inline-block;
    font-weight: bold;
}
.lista-financeiro{
    display: inline-block;
    font-weight: bold;
}

.lista-relatorio{
    display: inline-block;
    font-weight: bold;
}

.list-group-item h3{
    display: inline-block;
}

.lista-erros{
    display: inline-block;
    font-weight: bold;
}

.lista-dashboard{
    display: inline-block;
    font-weight: bold;
}

.lista-usuarios{
    display: inline-block;
    font-weight: bold;
}

.lista-usuarios{
    margin-right: 10px;
}

#tabela-relatorio-responsiva{
    display: none;
}

#tabela-relatorio{
    display: table;
}

#tabela-bounces-responsiva{
    display: none;
}

#tabela-bounces{
    display: table;
}

@media(max-width: 1460px){
    #tabela-relatorio-responsiva{
        display: table;
    }
    #tabela-relatorio{
        display: none;
    }.lista-relatorio{
        width: 180px;
    }
    #tabela-bounces-responsiva{
        display: table;
    }
    #tabela-bounces{
        display: none;
    }
}

@media(max-width:340px){
    .list-group-item h3{
        display: block;
    }
}

@media(max-width:490px){
    .lista-relatorio{
        width: 130px;
    }.lista-dashboard{
        width: 135px;
    }
}
#tabela-financeiro-responsiva{
    display: none;
}

#tabela-financeiro{
    display: table;
}

#tabela-dashboard-responsiva{
    display: none;
}

#tabela-dashboard{
    display: table;
}

@media(max-width: 1400px){
    #tabela-financeiro-responsiva{
        display: table;
    }#tabela-financeiro{
        display: none;
    }
    #tabela-dashboard-responsiva{
        display: table;
    }#tabela-dashboard{
        display: none;
    }
}

#tabela-consolidado-responsiva{
    display: none;
}

#tabela-consolidado{
    display: table;
}

@media(max-width: 1230px){
    #tabela-consolidado-responsiva{
        display: table;
    }#tabela-consolidado{
        display: none;
    }
}

@media (max-width: 1230px) and (min-width: 992px){
    .page-title{
        margin-top: 3em !important;
    }
}

@media(max-width:700px){
    #exportButton{
        margin-bottom: 1rem;
    }
}


#erroGrafico::after{
    content: " ";
    display:inline-block;
    background-color: #f1556c!important;
    width: 40px;
    height: 20px;
    vertical-align: middle;
}

#erroGrafico{
    height: 20px;
}

#sucessoGrafico{
    height: 20px;
}


#sucessoGrafico::after{
    content: " ";
    display: inline-block;
    background-color: #25b343!important;
    width:40px;
    height: 20px;
    vertical-align: middle;
}



#tabela-erros{
    display:table;
}

#tabela-erros-responsiva{
    display:none;
}

#tabela-externo{
    display: table;
}
    
#tabela-externo-responsiva{
    display: none;
}
    
#tabela-usuario{
    display: table;
}

#tabela-usuario-responsiva{
    display: none;
}

@media(max-width:980px){
    #tabela-erros{
        display: none;
    }#tabela-erros-responsiva{
        display: table;
    }.lista-erros{
        width:120px;
    }#tabela-externo{
        display: none;
    }#tabela-externo-responsiva{
        display: table;
    }
    #tabela-usuario-responsiva{
        display: table;
    }#tabela-usuario{
        display: none;
    }
}

@media(max-width:1080px){
    #graficosEsconder{
        display: none;
    }
}

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}


#tabela-sub-usuarios{
    display: table;
}

#tabela-sub-usuarios-responsiva{
    display: none;
}

#tabela-api{
    display: table;
}

#tabela-api-responsiva{
    display: none;
}


@media(max-width:992px){
    #tabela-sub-usuarios{
        display: none;
    }#tabela-sub-usuarios-responsiva{
        display: table;
    }#tabela-sub-usuarios button:nth-child(1){
        margin-bottom: 0px;
    }
    #tabela-api{
        display: none;
    }#tabela-api-responsiva{
        display: table;
    }
    /* #hideToken{
        margin: 7px -14px 0 0 !important;
    }
    #showToken{
        margin: 7px -14px 0 0 !important;
    } */
}

@media(max-width: 498px){
    /* #hideToken{
        margin: -32.9px -14px 0 0 !important;
    }
    #showToken{
        margin: -32.9px -14px 0 0 !important;
    } */
    #hideTokenResponsivo{
        margin: -32.9px -14px 0 0 !important;
    }
    #showTokenResponsivo{
        margin: -32.9px -14px 0 0 !important;
    }
}

@media(max-width:1257px){
    #tabela-sub-usuarios button:nth-child(1){
        margin-bottom: 12px;
    }
}
#PINatendimento{
    margin-left: -155px;
}
@media(max-width:814px){
    #PINatendimento{
        margin-left: -115px;
    }
}

#showPwd{
    position: relative;
    z-index: 2;
}
#hidePwd{
    position: relative;
    z-index: 2;
}

#showPwdResp{
    position: relative;
    z-index: 2;
}
#hidePwdResp{
    position: relative;
    z-index: 2;
}

#showPwdResp:hover{
    cursor: pointer;
}

#hidePwdResp:hover{
    cursor: pointer;
}
#showPwd:hover{
    cursor: pointer;
}

#hidePwd:hover{
    cursor: pointer;
}
#showPwdList:hover{
    cursor: pointer;
}

#hidePwdList:hover{
    cursor: pointer;
}

#showToken:hover{
    cursor: pointer;
}

#hideToken:hover{
    cursor: pointer;
}

#hideToken{
    display: none;
}


#showTokenResponsivo:hover{
    cursor: pointer;
}

#hideTokenResponsivo:hover{
    cursor: pointer;
}

#hideTokenResponsivo{
    display: none;
}

@media(max-width:1682px){
    /* #hideToken{
        margin: -32.9px -14px 0px 0px !important;
    }
    #showToken{
        margin: -32.9px -14px 0px 0px !important;
    } */
}

.custom-file-label:after{
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 3 !important;
    display: block !important;
    height: calc(2.25rem) !important;
    padding: 0.375rem 0.75rem !important ;
    line-height: 1.5 !important;
    color: #495057 !important;
    content: "Procurar"!important;
    background-color: #e9ecef !important;
    border-left: 1px solid #ced4da !important;
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

@media(max-width:500px){
    .responsivo th:nth-child(2){
        display: none;
    }
    
    .responsivo td:nth-child(2){
        display: none;
    }
}

@media(max-width:700px){
    .timeline::before{
        display: none;
    }
    .timeline-item{
        padding-left: 0px !important;
    }
    .timeline-icon{
        display: none !important;
    }
    .time-show{
        display: none !important;
    }
    .timeline-box{
        padding:15px 0px 0px 0px !important;
    }
}

#seguranca{
    display: none;
}

#SMS{
    display: none;
}

#Google-Authentication{
    display: none;
}

.escondido{
    display: none !important;
}

.aparecer{
    display: none !important;
}

.aparecido{
    display: block !important;
}

.btn-primary{
    background-color:var(--cor_principal);
    border-color:var(--cor_principal);
}

.btn-primary:focus{
   filter: brightness(0.9);
    background-color:var(--hover_botao);
    border-color:var(--hover_botao);
    color: white;
}

.btn-primary:hover{
   filter: brightness(0.9);
    background-color:var(--hover_botao);
    border-color:var(--hover_botao);
    color: white;
}

.btn-primary:active{
   filter: brightness(0.9);
    background-color:var(--hover_botao);
    border-color:var(--hover_botao);
    color: white;
}
