@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Fira+Sans";

.fonticon {
    font-family: "Font Awesome 5 Free"
}

.fonticon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.accordion [data-toggle=collapse] .chevron::before {
    content: "";
    font-weight: 900
}

.accordion [aria-expanded=true] .chevron::before {
    content: "";
    font-weight: 900
}

.accordion [data-toggle=collapse].collapsed .chevron::before {
    content: "";
    font-weight: 900
}

.login-box a, .login-box p, .login-box h1 {
    letter-spacing: 0
}

.table th, .table td {
    padding: .25rem .5rem;
    vertical-align: middle
}

.model__graphic-box + [id$=-legend] > ul[class$=-legend], .cw__chart [id$=-legend] > ul[class$=-legend] {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.table__board-header .actions a {
    margin: .25rem .15rem;
    padding: .5rem;
    border-radius: 50%;
    border: 1px solid;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .25s
}

.table__board-header .actions a.premise {
    border-color: #6c69c2
}

.table__board-header .actions a.premise:hover {
    color: var(--white);
    background-color: #6c69c2
}

.table__board-header .actions a.historico {
    border-color: #477e27
}

.table__board-header .actions a.historico:hover {
    color: var(--white);
    background-color: #477e27
}

.table__board-header .actions a.route {
    border-color: #17a2b8
}

.table__board-header .actions a.route:hover {
    color: var(--white);
    background-color: #17a2b8
}

.table__board-header .actions a.linkedin {
    border-color: #0e76a8
}

.table__board-header .actions a.linkedin:hover {
    color: var(--white);
    background-color: #0e76a8
}

.table__board-header .actions a.justice {
    border-color: #721020
}

.table__board-header .actions a.justice:hover {
    color: var(--white);
    background-color: #721020
}

.table__board-header .actions a.google {
    border-color: #db3236
}

.table__board-header .actions a.google:hover {
    color: var(--white);
    background-color: #db3236
}

.table__board-header .actions a.add {
    border-color: #28a745
}

.table__board-header .actions a.add:hover {
    color: var(--white);
    background-color: #28a745
}

.table__board-header .actions a.site {
    border-color: #477e27
}

.table__board-header .actions a.site:hover {
    color: var(--white);
    background-color: #477e27
}

.table__board-header .actions a.contact {
    border-color: #3462ff
}

.table__board-header .actions a.contact:hover {
    color: var(--white);
    background-color: #3462ff
}

.table__board-header .actions a.chat {
    border-color: #fd7e14
}

.table__board-header .actions a.chat:hover {
    color: var(--white);
    background-color: #fd7e14
}

.table__board-header .actions a.sucesso {
    border-color: #005e8d
}

.table__board-header .actions a.sucesso:hover {
    color: var(--white);
    background-color: #005e8d
}

.table__board-header .actions a.youtube {
    border-color: #b00
}

.table__board-header .actions a.youtube:hover {
    color: var(--white);
    background-color: #b00
}

.table__board-header .actions a.twitter {
    border-color: #00aced
}

.table__board-header .actions a.twitter:hover {
    color: var(--white);
    background-color: #00aced
}

.table__board-header .actions a.whatsapp {
    border-color: #25d366
}

.table__board-header .actions a.whatsapp:hover {
    color: var(--white);
    background-color: #25d366
}

.table__board-header .actions a.star {
    border-color: #ffc720
}

.table__board-header .actions a.star:hover {
    color: var(--white);
    background-color: #ffc720
}

.table__board-header .actions a.business {
    border-color: #6610f2
}

.table__board-header .actions a.business:hover {
    color: var(--white);
    background-color: #6610f2
}

.table__board-header .actions a.client {
    border-color: #37c4f0
}

.table__board-header .actions a.client:hover {
    color: var(--white);
    background-color: #37c4f0
}

.table__board-header .actions a.rival {
    border-color: #dc3545
}

.table__board-header .actions a.rival:hover {
    color: var(--white);
    background-color: #dc3545
}

.table__board-header .actions a.no-materialized {
    border-color: #969696
}

.table__board-header .actions a.no-materialized:hover {
    color: var(--white);
    background-color: #969696
}

.table__board-header .actions a.calendar {
    border-color: #20c997
}

.table__board-header .actions a.calendar:hover {
    color: var(--white);
    background-color: #20c997
}

.table__board-header .actions a.story {
    border-color: #1a9347
}

.table__board-header .actions a.story:hover {
    color: var(--white);
    background-color: #1a9347
}

.table__board-header .actions a.geoCode {
    border-color: #70488f
}

.table__board-header .actions a.geoCode:hover {
    color: var(--white);
    background-color: #70488f
}

.floating-label input[type=text], .floating-label input[type=tel], .floating-label input[type=email], .floating-label input[type=search], .floating-label input[type=date], .floating-label input[type=time], .floating-label input[type=number], .floating-label input[type=password], .floating-label textarea, .floating-label.select-floating select {
    height: 55px;
    width: 100%;
    font-weight: 400;
    font-size: .85rem;
    -webkit-appearance: none
}

* {
    scrollbar-width: thin;
    scrollbar-color: #9da1a4 #f1f9ff
}

*::-webkit-scrollbar {
    width: 12px
}

*::-webkit-scrollbar-track {
    background: #f1f9ff
}

*::-webkit-scrollbar-thumb {
    background-color: #9da1a4;
    border-radius: 20px;
    border: 3px solid #f1f9ff
}

html {
    scroll-behavior: smooth;
    font-family: "Roboto";
    -webkit-text-size-adjust: none;
    touch-action: pan-x pan-y;
    position: relative
}

html body {
    height: 100vh;
    background-color: #f1f9ff;
    position: relative;
    -webkit-overflow-x: hidden;
    -moz-overflow-x: hidden;
    -ms-overflow-x: hidden;
    -o-overflow-x: hidden;
    overflow-x: hidden
}

hr {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.nav-sidebar .nav-treeview {
    padding: .5rem 1rem !important
}

.img-faq {
    text-align: center;
    margin: 0
}

.img-save, .img-save-mobile {
    text-align: center;
    margin: 1rem auto
}

.table__board .empty {
    padding: 1rem;
    font-size: 1rem
}

.dropdown-toggle::after {
    display: none !important
}

.main-header {
    height: 80px;
    position: sticky;
    top: 0;
    right: 0;
    left: 0
}

.main-sidebar .brand-link.logo {
    height: 80px;
    background-color: #f1f9ff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.main-sidebar .brand-link.logo:hover {
    color: rgba(9, 92, 165, .8)
}

.main-sidebar .nav-link p {
    width: 100% !important
}

.main-footer {
    font-size: .75rem;
    margin-top: 1rem;
    padding: .75rem !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width: 768px) {
    .main-footer {
        margin-bottom: 5rem;
        margin-top: 1rem
    }
}

.content-login {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-color: transparent;
    background-origin: padding-box
}

.content-login #initial input {
    display: none
}

.content-login #initial input + label {
    cursor: pointer;
    opacity: .5
}

.content-login #initial input + label:hover, .content-login #initial input + label:focus {
    opacity: 1
}

.content-login #initial input + label img {
    height: 120px
}

.content-login #initial input:checked + label {
    opacity: 1
}

.sidebar {
    background-color: var(--white)
}

.sidebar .nav-sidebar > .nav-item {
    width: 234px !important
}

.sidebar .nav-pills .nav-link {
    height: 50px;
    margin: 0 !important;
    border-radius: 0 !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.sidebar .nav-pills .nav-link.active {
    background-color: #3478b5 !important
}

.sidebar .nav-pills .nav-link:not(.active):hover {
    color: var(--white) !important;
    background-color: #3478b5 !important
}

.sidebar .user-panel img {
    height: 28px;
    width: 28px;
    object-fit: cover;
    object-position: center
}

.widget-user .widget-user-header {
    padding-left: 78px;
    margin-left: 67px;
    height: 90px;
    color: var(--white);
    background: linear-gradient(to right, #075EA2, var(--white))
}

.widget-user .widget-user-header .widget-user-username {
    font-size: 1.15rem;
    font-weight: 400
}

.widget-user .widget-user-header .widget-user-desc {
    font-size: 1rem
}

.widget-user .widget-user-image {
    top: -10px !important;
    left: 3px !important;
    margin-left: 13px !important
}

.widget-user .widget-user-image > img {
    height: 110px;
    width: 110px;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
    transition: all ease 300ms;
    background-color: var(--white);
    border: 5px solid #075ea2
}

.widget-user .widget-user-image > img:hover, .widget-user .widget-user-image > img:focus {
    transform: scale(1.15)
}

.pagination {
    width: auto;
    margin: 2rem auto;
    font-size: .7rem;
    -webkit-justify-content: center;
    justify-content: center
}

.pagination > li {
    margin: .35rem .15rem
}

.pagination > li.active > a, .pagination > li.active > span {
    color: var(--white);
    background-color: #075ea2
}

.pagination > li > a, .pagination > li > span {
    width: 35px;
    height: 35px;
    color: #075ea2;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.pagination > li:not(.disabled) > a:hover, .pagination > li:not(.disabled) > span:hover {
    color: var(--white);
    background-color: #075ea2
}

.select2-container {
    width: 100% !important
}

.select2-container--open {
    z-index: 9999 !important
}

.select2-container .select2-selection--single {
    height: 55px !important;
    padding: .835rem .75rem .375rem
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #404040 !important;
    padding: 0 !important;
    font-size: .85rem;
    text-align: left;
    width: calc(100% - 25px)
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    opacity: 0 !important;
    top: 13px !important;
    right: 21px !important;
    z-index: 1 !important
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 285px !important
}

.modal-header {
    background-color: #075ea2
}

.modal-header h5 {
    width: 100%;
    height: auto;
    text-align: center
}

.modal-header h5, .modal-header .close {
    color: var(--white)
}

.modal-body {
    min-height: 85px
}

@-webkit-keyframes dots {
    50% {
        opacity: 0;
        transform: scale(0.7) translateY(10px)
    }
}

@-moz-keyframes dots {
    50% {
        opacity: 0;
        transform: scale(0.7) translateY(10px)
    }
}

@-ms-keyframes dots {
    50% {
        opacity: 0;
        transform: scale(0.7) translateY(10px)
    }
}

@keyframes dots {
    50% {
        opacity: 0;
        transform: scale(0.7) translateY(10px)
    }
}

@-webkit-keyframes dots-chat {
    50% {
        opacity: 0;
        transform: scale(0.7) translateY(10px)
    }
}

@-moz-keyframes dots-chat {
    50% {
        opacity: 0;
        transform: scale(0.7) translateY(10px)
    }
}

@-ms-keyframes dots-chat {
    50% {
        opacity: 0;
        transform: scale(0.7) translateY(10px)
    }
}

@keyframes dots-chat {
    50% {
        opacity: 0;
        transform: scale(0.7) translateY(10px)
    }
}

.btn-base {
    line-height: 1;
    border-radius: 4px;
    padding: 10px 40px
}

.btn-base.is-default {
    color: var(--white);
    border-color: #014347;
    background-color: #014347
}

.btn-base.is-default:hover {
    color: #014347;
    border-color: #014347;
    background-color: transparent
}

.btn-base.is-default:focus {
    box-shadow: 0 0 0 .2rem rgba(61, 123, 178, .5)
}

.btn-base.is-default-outline {
    color: #014347;
    border-color: #014347;
    background-color: transparent
}

.btn-base.is-default-outline:focus {
    box-shadow: 0 0 0 .2rem #08898e
}

.btn-base.is-shild {
    color: var(--white);
    border-color: #407588;
    background-color: #407588
}

.btn-base.is-shild:hover {
    color: #407588;
    border-color: #407588;
    background-color: transparent
}

.btn-base.is-shild:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 117, 136, .5)
}

.btn-base.is-shild-outline {
    color: #407588;
    border-color: #407588;
    background-color: transparent
}

.btn-base.is-shild-outline:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 117, 136, .5)
}

.btn-base.is-update {
    color: var(--white);
    border-color: #d5803c;
    background-color: #d5803c
}

.btn-base.is-update:hover {
    color: #d5803c;
    border-color: #d5803c;
    background-color: transparent
}

.btn-base.is-update:focus {
    box-shadow: 0 0 0 .2rem rgba(213, 128, 60, .5)
}

.btn-base.is-update-outline {
    color: #d5803c;
    border-color: #d5803c;
    background-color: transparent
}

.btn-base.is-update-outline:focus {
    box-shadow: 0 0 0 .2rem rgba(213, 128, 60, .5)
}

.btn-base.is-delete {
    color: var(--white);
    border-color: #e01111;
    background-color: #e01111
}

.btn-base.is-delete:hover {
    color: #e01111;
    border-color: #e01111;
    background-color: transparent
}

.btn-base.is-delete:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 17, 17, .5)
}

.btn-base.is-delete-outline {
    color: #e01111;
    border-color: #e01111;
    background-color: transparent
}

.btn-base.is-delete-outline:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 17, 17, .5)
}

.btn-base.is-profile {
    color: var(--white);
    border-color: #6f42c1;
    background-color: #6f42c1
}

.btn-base.is-profile:hover {
    color: #6f42c1;
    border-color: #6f42c1;
    background-color: transparent
}

.btn-base.is-profile:focus {
    box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5)
}

.btn-base.is-profile-outline {
    color: #6f42c1;
    border-color: #6f42c1;
    background-color: transparent
}

.btn-base.is-profile-outline:focus {
    box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5)
}

.btn.is-view {
    color: #0d87b2;
    background-color: transparent
}

.btn.is-view:hover {
    color: var(--white);
    border-color: #0d87b2;
    background-color: #0d87b2
}

.btn.is-view:focus {
    box-shadow: 0 0 0 .2rem rgba(13, 135, 178, .5)
}

.btn.is-shild {
    color: #407588;
    background-color: transparent
}

.btn.is-shild:hover {
    color: var(--white);
    border-color: #407588;
    background-color: #407588
}

.btn.is-shild:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 117, 136, .5)
}

.btn.is-update {
    color: #d5803c;
    background-color: transparent
}

.btn.is-update:hover {
    color: var(--white);
    border-color: #d5803c;
    background-color: #d5803c
}

.btn.is-update:focus {
    box-shadow: 0 0 0 .2rem rgba(213, 128, 60, .5)
}

.btn.is-delete {
    color: #e01111;
    background-color: transparent
}

.btn.is-delete:hover {
    color: var(--white);
    border-color: #e01111;
    background-color: #e01111
}

.btn.is-delete:focus {
    /*box-shadow: 0 0 0 .2rem rgba(224, 17, 17, .5)*/
}

.btn.is-off {
    color: #533434;
    background-color: transparent
}

.btn.is-off:hover {
    color: var(--white);
    border-color: #533434;
    background-color: #533434
}

.btn.is-off:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 52, 52, .5)
}

.btn.is-on {
    color: #328d15;
    background-color: transparent
}

.btn.is-on:hover {
    color: var(--white);
    border-color: #328d15;
    background-color: #328d15
}

.btn.is-on:focus {
    box-shadow: 0 0 0 .2rem rgba(50, 141, 21, .5)
}

.btn.is-money {
    color: #2e9d54;
    background-color: transparent
}

.btn.is-money:hover {
    color: var(--white);
    border-color: #2e9d54;
    background-color: #2e9d54
}

.btn.is-money:focus {
    box-shadow: 0 0 0 .2rem rgba(46, 157, 84, .5)
}

.btn.is-profile {
    color: #6f42c1;
    background-color: transparent
}

.btn.is-profile:hover {
    color: var(--white);
    border-color: #6f42c1;
    background-color: #6f42c1
}

.btn.is-profile:focus {
    box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5)
}

.btn.is-subCategory {
    color: #116924;
    background-color: transparent
}

.btn.is-subCategory:hover {
    color: var(--white);
    border-color: #116924;
    background-color: #116924
}

.btn.is-subCategory:focus {
    box-shadow: 0 0 0 .2rem rgba(17, 105, 36, .5)
}

.btn.is-bond {
    color: #934040;
    background-color: transparent
}

.btn.is-bond:hover {
    color: var(--white);
    border-color: #934040;
    background-color: #934040
}

.btn.is-bond:focus {
    box-shadow: 0 0 0 .2rem rgba(147, 64, 64, .5)
}

.cw {
    margin: 15px 0
}

.cw__table {
    margin: 30px 0 !important;
    width: 100%;
    border-radius: 6px;
    background-color: var(--white);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.cw__table .cw__header {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin: -30px 15px 0 15px;
    border-radius: 3px;
    position: relative;
    color: var(--white);
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(241, 95, 121, .35);
    background-image: linear-gradient(90deg, #075EA2, #3478B5)
}

.cw__chart {
    height: 100%;
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cw__chart div:nth-child(1) {
    width: 85%
}

.cw__chart [id$=-legend] {
    width: 15%;
    float: right
}

.cw__chart [id$=-legend] > ul[class$=-legend] {
    height: 180px;
    font-size: .7rem;
    overflow-y: auto;
    overflow-x: hidden
}

.cw__chart [id$=-legend] > ul[class$=-legend] > li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.cw__chart [id$=-legend] > ul[class$=-legend] > li.hidden {
    text-decoration: line-through
}

.cw__chart [id$=-legend] > ul[class$=-legend] > li > span:nth-child(1) {
    height: 10px;
    min-width: 15px;
    margin: 0 10px;
    display: block
}

.cw__chart [id$=-legend] > ul[class$=-legend] > li > span:nth-child(2) {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
    overflow: hidden
}

.cw__icon {
    border: 0;
    padding: 1rem;
    color: #075ea2;
    background-color: var(--white);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.cw__icon--format {
    margin-right: 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.cw__icon a.cw__header, .cw__icon div.cw__header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.cw__icon h3 {
    font-size: 1.5rem;
    margin-left: 1rem;
    margin-bottom: 0;
    font-weight: bold;
    font-style: italic
}

.cw__header:not(.is-small) {
    position: relative
}

.cw__header.is-primary {
    color: var(--light);
    background-image: linear-gradient(45deg, #075EA2, #3478B5, rgba(9, 92, 165, 0.8))
}

.cw__header.is-small {
    border: none;
    background: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cw__header.is-small h3 {
    font-size: 1.15rem;
    margin: -5px 0 0 0;
    font-weight: 300;
    width: 100%;
    position: relative
}

.cw__header.is-small h3 .caret {
    top: 65%
}

.cw__title {
    margin: 0;
    background-color: rgba(0, 0, 0, .085)
}

.cw__title > h1 {
    margin: 0;
    font-weight: 300;
    font-size: 1.15rem
}

.cw__title > h4 {
    margin: 0;
    color: #333;
    font-weight: 300;
    font-size: 1.15rem
}

.cw__title > p {
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: 0
}

.cw__text {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.cw__text p {
    margin: 0;
    font-size: .75rem;
    white-space: nowrap
}

.cw__text h3 {
    margin: 0;
    font-size: 1.25rem
}

.cw__galery {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

.cw__galery::after {
    content: "";
    clear: both
}

.cw__galery input {
    display: none
}

.cw__galery input:checked + label {
    outline: 5px solid #21b4d0
}

.cw__galery input:checked + label i {
    position: relative;
    height: 0;
    width: 0;
    color: var(--white)
}

.cw__galery input:checked + label i:before {
    font-size: 1rem;
    z-index: 2;
    position: absolute;
    bottom: -18px;
    right: 18px
}

.cw__galery-method {
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 100px;
    position: relative;
    margin: 5px;
    flex: 1 1 240px
}

@media screen and (max-width: 992px) {
    .cw__galery-method {
        width: 223px
    }
}

@media screen and (max-width: 576px) {
    .cw__galery-method {
        flex: 1 1 auto
    }
}

.cw__galery-method label {
    background: var(--white) no-repeat center center;
    cursor: pointer;
    display: block;
    font-size: 0;
    text-indent: 100%;
    margin: 0;
    white-space: nowrap;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px
}

.cw__galery-method label img {
    position: absolute;
    top: 0;
    left: 0
}

.cw__img {
    max-height: 100px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.cw__mobile-button {
    z-index: 9;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width: 768px) {
    .cw__mobile-button {
        box-shadow: 0 -2px 6px rgba(0, 0, 0, .35);
        background-color: #075ea2;
        padding: 10px;
        position: fixed;
        bottom: 0;
        width: auto !important;
        right: 0;
        left: 0;
    }

    .cw__mobile-button a, .cw__mobile-button button {
        white-space: initial
    }
}

.cw__mobile-button a, .cw__mobile-button button {
    height: 100%;
    width: 100%;
    padding: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    border-radius: 4px;
    white-space: nowrap;
    background-color: #075ea2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .35);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.cw__mobile-button a > span, .cw__mobile-button button > span {
    margin-left: .5rem;
    font-size: .85rem
}

.file-custom {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 2.5rem
}

.file-custom input {
    min-width: 14rem;
    margin: 0;
    opacity: 0
}

.file-custom span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    text-align: left;
    background-color: var(--white);
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 .2rem .4rem rgba(0, 0, 0, .05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.file-custom span::before {
    content: "Pesquisar";
    position: absolute;
    top: -0.075rem;
    right: -0.075rem;
    bottom: -0.075rem;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: .075rem solid #ddd;
    border-radius: 0 .25rem .25rem 0
}

.file-custom span::after {
    content: attr(data-filename)
}

.floating-search {
    position: relative
}

.floating-search a, .floating-search input {
    font-size: 1.25rem;
    font-weight: bold;
    font-style: italic
}

.floating-search input {
    height: 50px;
    border: none
}

.floating-search input:focus {
    box-shadow: none
}

.floating-search .input-group-text {
    border: none;
    font-size: 1.25rem;
    background-color: transparent
}

.floating-label {
    margin-bottom: 1rem;
    position: relative
}

.floating-label label {
    opacity: 0;
    font-size: .75rem;
    transition: all 300ms ease;
    position: absolute;
    top: .35rem;
    left: 1rem
}

.floating-label input:not(:placeholder-shown), .floating-label input:focus, .floating-label .select2:focus {
    box-shadow: none;
    border: 1px solid #075ea2
}

.floating-label input.is-error, .floating-label select.is-error {
    border-color: var(--danger) !important
}

.floating-label input.is-error + .select2 .select2-selection--single, .floating-label select.is-error + .select2 .select2-selection--single {
    border-color: var(--danger) !important
}

.floating-label.select-floating select {
    padding: .375rem .75rem .375rem
}

.floating-label.select-floating select:not([value=""]):valid {
    /* border-color: #075ea2; */
    padding: 1.375rem .75rem .375rem
}

.floating-label.select-floating select:not([value=""]):valid ~ label {
    opacity: .7;
    left: .75rem
}

.floating-label.select-floating select:not([value=""]):valid + .select2 .select2-selection--single {
    border-color: #075ea2;
    padding: 1.375rem .75rem .375rem
}

.floating-label.select-floating::after {
    content: "";
    border: solid #b5b5b5;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1.35rem;
    right: 1.75rem
}

.floating-label.select-floating[data-col=false] select + label {
    left: .75rem
}

.floating-label.select-floating[data-col=false]::after {
    right: .75rem
}

.floating-label.is-nav-menu {
    line-height: 2.5;
    margin: 0 auto
}

@media screen and (max-width: 992px) {
    .floating-label.is-nav-menu {
        width: 100%
    }
}

.floating-label.is-nav-menu button {
    border: none;
    margin-right: .5rem;
    background: transparent;
    transition: all cubic-bezier(0.54, 0.26, 0.24, 1.1) .5s
}

.floating-label.is-nav-menu button:focus {
    border: none;
    outline: none
}

.floating-label textarea {
    height: auto !important;
    padding: 1.375rem .75rem .375rem !important
}

.floating-label input[type=text]:not(.form-control), .floating-label input[type=tel]:not(.form-control), .floating-label input[type=email]:not(.form-control), .floating-label input[type=search]:not(.form-control), .floating-label input[type=date]:not(.form-control), .floating-label input[type=time]:not(.form-control), .floating-label input[type=number]:not(.form-control), .floating-label input[type=password]:not(.form-control), .floating-label textarea:not(.form-control) {
    transition: background 0s ease-out;
    background: no-repeat bottom, 50% calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    background-image: linear-gradient(0deg, #075EA2 1px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #858585 1px, rgba(209, 209, 209, 0) 0)
}

.floating-label input[type=text]:not(.form-control):not(:placeholder-shown), .floating-label input[type=text]:not(.form-control):focus, .floating-label input[type=tel]:not(.form-control):not(:placeholder-shown), .floating-label input[type=tel]:not(.form-control):focus, .floating-label input[type=email]:not(.form-control):not(:placeholder-shown), .floating-label input[type=email]:not(.form-control):focus, .floating-label input[type=search]:not(.form-control):not(:placeholder-shown), .floating-label input[type=search]:not(.form-control):focus, .floating-label input[type=date]:not(.form-control):not(:placeholder-shown), .floating-label input[type=date]:not(.form-control):focus, .floating-label input[type=time]:not(.form-control):not(:placeholder-shown), .floating-label input[type=time]:not(.form-control):focus, .floating-label input[type=number]:not(.form-control):not(:placeholder-shown), .floating-label input[type=number]:not(.form-control):focus, .floating-label input[type=password]:not(.form-control):not(:placeholder-shown), .floating-label input[type=password]:not(.form-control):focus, .floating-label textarea:not(.form-control):not(:placeholder-shown), .floating-label textarea:not(.form-control):focus {
    outline: none;
    background-size: 100% 100%, 100% 100%;
    transition-duration: .3s;
    box-shadow: none;
    background-image: linear-gradient(0deg, #075EA2 1px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #c8c2c2 0, rgba(209, 209, 209, 0) 0)
}

.floating-label input[type=text]:not(:placeholder-shown), .floating-label input[type=tel]:not(:placeholder-shown), .floating-label input[type=email]:not(:placeholder-shown), .floating-label input[type=search]:not(:placeholder-shown), .floating-label input[type=date]:not(:placeholder-shown), .floating-label input[type=time]:not(:placeholder-shown), .floating-label input[type=number]:not(:placeholder-shown), .floating-label input[type=password]:not(:placeholder-shown), .floating-label textarea:not(:placeholder-shown) {
    padding: 1.375rem .75rem .375rem
}

.floating-label input[type=text]:not(:placeholder-shown) + label, .floating-label input[type=tel]:not(:placeholder-shown) + label, .floating-label input[type=email]:not(:placeholder-shown) + label, .floating-label input[type=search]:not(:placeholder-shown) + label, .floating-label input[type=date]:not(:placeholder-shown) + label, .floating-label input[type=time]:not(:placeholder-shown) + label, .floating-label input[type=number]:not(:placeholder-shown) + label, .floating-label input[type=password]:not(:placeholder-shown) + label, .floating-label textarea:not(:placeholder-shown) + label {
    opacity: .7;
    left: .75rem
}

.switch {
    font-size: 1rem;
    position: relative
}

.switch input {
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
    position: absolute
}

.switch input + label {
    min-width: calc(calc(2.375rem * 0.8) * 2);
    border-radius: calc(2.375rem * 0.8);
    height: calc(2.375rem * 0.8);
    line-height: calc(2.375rem * 0.8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
    position: relative
}

.switch input + label::before, .switch input + label::after {
    content: "";
    bottom: 0;
    display: block;
    width: calc(calc(2.375rem * 0.8) * 2);
    position: absolute;
    top: 0;
    left: 0
}

.switch input + label::before {
    right: 0;
    background-color: #ced4da;
    border-radius: calc(2.375rem * 0.8);
    transition: .2s all
}

.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    border-radius: 50%;
    background-color: var(--white);
    transition: .2s all
}

.switch input:checked + label::before {
    background-color: #075ea2
}

.switch input:checked + label::after {
    margin-left: calc(2.375rem * 0.8)
}

.switch input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(7, 94, 162, .25);
    -webkit-box-shadow: 0 0 0 .2rem rgba(7, 94, 162, .25)
}

.switch input:disabled + label {
    color: #495057;
    cursor: not-allowed
}

.switch input:disabled + label::before {
    background-color: #adb5bd
}

.switch.switch-sm {
    font-size: .875rem
}

.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * 0.8) * 2);
    height: calc(1.9375rem * 0.8);
    line-height: calc(1.9375rem * 0.8);
    text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem)
}

.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * 0.8) * 2)
}

.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
    height: calc(calc(1.9375rem * 0.8) - calc(2px * 2))
}

.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * 0.8)
}

.switch.switch-lg {
    font-size: 1.25rem
}

.switch.switch-lg input + label {
    min-width: calc(calc(3rem * 0.8) * 2);
    height: calc(3rem * 0.8);
    line-height: calc(3rem * 0.8);
    text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem)
}

.switch.switch-lg input + label::before {
    width: calc(calc(3rem * 0.8) * 2)
}

.switch.switch-lg input + label::after {
    width: calc(calc(3rem * 0.8) - calc(2px * 2));
    height: calc(calc(3rem * 0.8) - calc(2px * 2))
}

.switch.switch-lg input:checked + label::after {
    margin-left: calc(3rem * 0.8)
}

#shadow {
    z-index: 9990;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .255);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#loader, [id^=loader] {
    color: #075ea2;
    z-index: 9999;
    height: 100% !important;
    width: 100% !important;
    background: var(--white);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0
}

.loading {
    background-color: rgba(61, 123, 178, .5)
}

.loading, .loading:after {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    animation: dots 1.5s calc(((var(--num) + var(--num-after, 0)) / var(--tot) - 1) * 1.5s) infinite
}

.loading:after {
    content: "";
    --num-after: 1;
    background: currentcolor
}

.loading-chat span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #4e4e4e;
    display: inline-block;
    animation-name: dots-chat;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    border-radius: 25px
}

.loading-chat span:nth-child(2) {
    background-color: #4e4e4e;
    animation-delay: .6s
}

.loading-chat span:nth-child(3) {
    background-color: #4e4e4e;
    animation-delay: .8s
}

.login {
  min-height: 450px;
  min-width: 500px;
  border-radius: 5px;
  padding: 36px 40px;
  font-family: "Roboto";
  background-color: #f2f1ed !important;
  position: absolute;
  top: calc(50% + 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 50px #00000021;
}

@media screen and (max-width: 768px) {
  .login {
    min-width: 100%;
    min-height: 100%;
    border-radius: 0;
    transform: translateY(0);
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    padding: 18px 20px !important;
  }
}


.login-box {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

.login-box h1 {
  text-align: center;
    font-weight: Bold;
    font-size: 2rem;
    color: #014347
}

.login-box p {
    font-size: .85rem
}

.login-box a {
    color: #02393e
}

.login__check {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.login__check [class*=icheck-] {
    margin-bottom: 0 !important
}

.login__check label, .login__check a {
    letter-spacing: 0;
    font-size: .7rem;
    color: rgba(9, 92, 165, .8)
}

.login__check a {
    text-decoration: underline
}

.login__check label::before {
    top: 5px !important;
    width: 12px !important;
    height: 12px !important
}

.login__check label::after {
    top: 2px !important;
    left: -4px !important;
    width: 5px !important;
    height: 8px !important
}

.login__social-auth {
    position: relative
}

.login__social-auth::before {
    left: 0
}

.login__social-auth::after {
    right: 0
}

.login__social-auth::before, .login__social-auth::after {
    content: "";
    width: 40%;
    height: 1px;
    top: 10px;
    position: absolute;
    display: inline-block;
    background-color: #858585
}

.login__social-auth + div img {
    height: 32px;
    width: 32px
}

.login #fingerprint + label {
    margin: 0;
    width: 50px;
    height: 50px;
    color: var(--white);
    border-radius: 50%;
    background-color: #909090;
    transition: all ease-in-out .25s;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.login #fingerprint:checked + label {
    background-color: #2a9832
}

.table {
    font-size: .75rem
}

.table td img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%
}

.table th {
    border: none
}

.table .btn {
    font-size: .65rem;
    margin-left: .65rem;
    padding: .375rem .75rem
}

.table__summary {
    text-align: right;
    margin-right: 1rem;
    font-size: .6rem
}

.table__board {
    margin: 0;
    padding: 0;
    width: 100% !important;
    font-size: .7rem;
    table-layout: fixed;
    border-collapse: collapse
}

@media (max-width: 768px) {
    .table__board {
        font-size: .6rem
    }
}

.table__board.dashboard > tbody {
    grid-gap: 0
}

.table__board.dashboard > tbody tr {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .25)
}

.table__board > thead {
    display: none
}

.table__board > tbody {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr))
}

@media (max-width: 576px) {
    .table__board > tbody {
        grid-template-columns: repeat(auto-fit, minmax(285px, 1fr))
    }
}

.table__board > tbody tr {
    padding: .25rem 1rem;
    background-color: var(--white);
    border-radius: .25rem;
    border: 1px solid #f1f1f1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 2px 2px rgba(0, 0, 0, .08), 0 4px 4px rgba(0, 0, 0, .06), 0 8px 8px rgba(0, 0, 0, .04), 0 16px 16px rgba(0, 0, 0, .03);
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.table__board-header {
    padding-bottom: .5rem
}

.table__board-header .header {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: 28px 58px auto;
    grid-template-areas: "icons icons" "logo title" "logo action"
}

@media (max-width: 576px) {
    .table__board-header .header {
        grid-template-columns: 50px 1fr;
        grid-template-rows: 22px 50px auto;
        grid-template-areas: "icons icons" "logo title" "action action"
    }
}

.table__board-header .header-faq {
    display: grid;
    grid-template-areas: "icons icons" "logo title" "logo action"
}

.table__board-header .header-faq h4 {
    word-wrap: break-word
}

.table__board-header .icons, .table__board-header .icons-lean {
    grid-area: icons;
    grid-column: 1/-1;
    text-align: right;
    text-align: right;
    margin-top: -1px;
}
.table__board-header .icons .badge, .table__board-header .icons-lean .badge {
    font-size: .65rem;
    margin-right: -18px;
    margin-top: -5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 7px
}
.table__board-header .icons-lean .badge {
  border-bottom-right-radius: 0px !important;
}
.status .badge {
  border-bottom-left-radius: 0!important;
}
.table__board-header .image {
    justify-self: start;
    font-size: 2.25rem;
    border-radius: 5px;
    position: relative;
    grid-area: logo;
    text-align: start;
    border: 1px solid #a3a3a3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width: 576px) {
    .table__board-header .image {
        font-size: 1rem;
        width: 45px;
        height: 45px
    }
}

.table__board-header .image img {
    height: 60px;
    font-size: .75rem
}

.table__board-header .image img:not(.rounded) {
    width: 60px;
    object-fit: cover;
    object-position: center
}

.table__board-header .image svg {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.table__board-header .title {
    grid-area: title;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width: 576px) {
    .table__board-header .title {
        margin-left: .25rem
    }
}

.table__board-header .title h1 {
    font-size: 1.35rem;
    font-weight: bold;
    color: rgba(9, 92, 165, .8);
    margin-bottom: .15rem
}

.table__board-header .title span {
    font-size: .75rem;
    margin-bottom: .15rem
}

.table__board-header .actions {
    font-size: .75rem;
    margin-left: .75rem;
    grid-area: action;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (max-width: 576px) {
    .table__board-header .actions {
        margin-left: 0
    }
}

.table__board-information {
    margin: .25rem 0;
    color: #707070
}

.table__board-information span {
    font-size: .8rem;
    font-weight: 700
}

.table__board-information p {
    margin: 0;
    overflow: hidden;
    font-size: .9rem;
    word-break: break-word
}

.table__board-action {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.model__grid {
    display: grid;
    column-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(768px, 1fr))
}

@media screen and (max-width: 992px) {
    .model__grid {
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr))
    }
}

@media screen and (max-width: 576px) {
    .model__grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))
    }
}

.model__graphic {
    overflow: hidden;
    min-height: 365px;
    background-color: var(--white);
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, .1);
    position: relative;
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    transition: transform .2s ease-out
}

.model__graphic-box {
    float: left;
    width: 70%;
    height: 250px
}

.model__graphic-box + [id$=-legend] {
    width: 30%;
    float: right;
    padding: 0 1rem
}

.model__graphic-box + [id$=-legend] > ul[class$=-legend] {
    height: 180px;
    font-size: .7rem;
    overflow-y: auto;
    overflow-x: hidden
}

.model__graphic-box + [id$=-legend] > ul[class$=-legend] > li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.model__graphic-box + [id$=-legend] > ul[class$=-legend] > li.hidden {
    text-decoration: line-through
}

.model__graphic-box + [id$=-legend] > ul[class$=-legend] > li > span:nth-child(1) {
    height: 10px;
    min-width: 15px;
    margin-right: 10px;
    display: block
}

.model__graphic-box + [id$=-legend] > ul[class$=-legend] > li > span:nth-child(2) {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden
}

.model__graphic-box + [id$=-legend] .action-legend {
    font-size: .7rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.model__graphic-box + [id$=-legend] .action-legend .prev-legend, .model__graphic-box + [id$=-legend] .action-legend .next-legend {
    cursor: pointer
}

.model__graphic-box + [id$=-legend] .action-legend .prev-legend {
    color: #ccc
}

.left-section .inner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.background {
    font-family: "Fira Sans", sans-serif;
    color: #f5f6fa;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0C0E10, #446182)
}

.background .ground {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25vh;
    background: #0c0e10
}

@media (max-width: 770px) {
    .background .ground {
        height: 0vh
    }
}

.container-error {
    position: relative;
    margin: 0 auto;
    width: 85%;
    height: 100vh;
    padding-bottom: 25vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

@media (max-width: 770px) {
    .container-error {
        flex-direction: column;
        padding-bottom: 0vh
    }
}

.left-section, .right-section {
    position: relative
}

.left-section {
    width: 40%
}

@media (max-width: 770px) {
    .left-section {
        width: 100%;
        height: 60%;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media (max-width: 770px) {
    .left-section .inner-content {
        position: relative;
        padding: 1rem 0
    }
}

.heading {
    text-align: center;
    font-size: 4em;
    line-height: 1.3em;
    margin: 2rem 0 .5rem 0;
    padding: 0;
    color: var(--white);
    text-shadow: 0 0 1rem #fefefe
}

@media (max-width: 770px) {
    .heading {
        font-size: 3em;
        line-height: 1.15;
        margin: 0
    }
}

.subheading {
    text-align: center;
    max-width: 480px;
    font-size: 1.15em;
    line-height: 1.15em;
    padding: 0 1rem;
    margin: 0 auto;
    color: var(--white)
}

@media (max-width: 770px) {
    .subheading {
        font-size: 1em;
        line-height: 1.15;
        max-width: 100%
    }
}

.right-section {
    width: 50%
}

@media (max-width: 770px) {
    .right-section {
        width: 100%;
        height: 60%;
        position: absolute;
        bottom: 0
    }
}

.svgimg {
    position: absolute;
    bottom: 0;
    padding-top: 10vh;
    padding-left: 1vh;
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 770px) {
    .svgimg {
        padding: 0
    }
}

.svgimg .bench-legs {
    fill: #0c0e10
}

.svgimg .top-bench, .svgimg .bottom-bench {
    stroke: #0c0e10;
    stroke-width: 1px;
    fill: #5b3e2b
}

.svgimg .bottom-bench path:nth-child(1) {
    fill: #432d20
}

.svgimg .lamp-details {
    fill: #202425
}

.svgimg .lamp-accent {
    fill: #2c3133
}

.svgimg .lamp-bottom {
    fill: linear-gradient(#202425, #0C0E10)
}

.svgimg .lamp-light {
    fill: #efefef
}

@keyframes glow {
    0% {
        text-shadow: 0 0 1rem #fefefe
    }
    50% {
        text-shadow: 0 0 1.85rem #ededed
    }
    100% {
        text-shadow: 0 0 1rem #fefefe
    }
}

.modal-faq {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    z-index: 9999
}

.modal-faq-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 70vw
}

.modal-faq #img-faq {
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

.modal-faq #img-faq:hover {
    opacity: .7
}

.modal-faq .close-faq {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: .3s
}

.modal-faq .close-faq:hover, .modal-faq .close-faq:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@media only screen and (max-width: 700px) {
    .modal-faq .modal-content-faq {
        width: 100%
    }
}

.img-faq {
    cursor: pointer;
    width: 100%;
    height: 100%;
    max-height: 60vh
}

.video-faq {
    width: 100%;
    height: 100%;
    max-height: 60vh
}

.p-faq {
    text-align: justify
}

.attachment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

@media (max-width: 900px) {
    .attachment {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr
    }
}


.multiselect-floating ul{
    cursor: pointer !important;
    margin-top: 1.3rem !important;
    margin-bottom: -.5rem !important;
}

.select2-search__field::placeholder{
    color: #4B4E51 !important;
    font-size: 14px !important;
}

.multiselect-floating ul li{
    font-size: .85rem !important;
}

.multiselect-floating input{
    background-image: none !important;
    cursor: pointer !important;
    height: auto !important;
}

.has-error .form-control,
.has-error .form-control:focus{
    border-color: #ed5565;
}

.has-error .select2-selection--multiple{
    border-color: #ed5565 !important;
}

.has-error .select2-selection--single{
    border-color: #ed5565 !important;
}

.error-span{
    position: relative;
    font-size: 12px;
}

.loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #1f1e1e;
  z-index: 999999999999;
}

.loading-image {
    position: absolute;
    top: 50%;
    color: #095CA5;
    /* left: 240px; */
    z-index: 100;
}
.error {
  color:red;
  font-size: 12px;
}

.status-signer {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.badge-sebraetec {
  color: #ffffff;
  background-color: #A500F8;
}
.badge-sgf {
  color: #ffffff;
  background-color: #fd7e14;
}

.multiple .badge-sebraetec {
  margin-right: -2px !important;
}
.multiple .badge-sgf {
  border-bottom-left-radius: 0 !important;
}
.icons-lean.status-0 {
  margin-right: 2.95rem;
}
.icons-lean.status-1 {
  margin-right: 2.5rem;
}

/*# sourceMappingURL=site.css.map */
.view-notification:active{
  border-radius: 0px;
}
.modal-larger {
  max-width: 1020px;
}
