.botao-redondo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #3498db;
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.brand-image {
    float: none!important;
    line-height: .8;
    margin-left: 0!important;
    margin-right: .5rem;
    margin-top: -3px;
    max-height: 33px;
    width: auto;
}
[class*="sidebar-light"] .brand-link {
    border-bottom: none!important;
}
.welcome-msg {
    padding-left: 0.8rem;
}
.user-panel .info {
    display: inline-block;
    padding: 0 0 0 10px;
}
.nav-icon {
    color: #c5c5c5 !important;
}
[class*="sidebar-light"] .user-panel {
    border-bottom: none;
}
[class*="sidebar-light-"] .sidebar a {
    color: #838383;
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
}

.nav-sidebar .menu-is-opening > .nav-link i.right, .nav-sidebar .menu-is-opening > .nav-link svg.right, .nav-sidebar .menu-open > .nav-link i.right, .nav-sidebar .menu-open > .nav-link svg.right {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: 100%;
    border-radius: 0;
    transition: width ease-in-out .3s;
}
.nav-link p {
    font-weight: 500;
}
.sidebar-collapse .user_info {
    flex-direction: column;
}
.sidebar-collapse .info {
    text-align: center;
    white-space: normal;
}
.sidebar-collapse .user-panel .image {
    padding-left: 0;
}
.sidebar-collapse .user-panel, .sidebar-collapse .user-panel .info {
    padding-left: 0!important;
}
.sidebar-collapse .nav-sidebar .nav-link {
    padding: 0.5rem 0!important;
}
.sidebar-collapse .nav-link p {
    width: 6.6rem!important;
    display: block;
    text-align: center;
    white-space: normal!important;
}
.sidebar-mini.sidebar-collapse .sidebar .nav-sidebar .nav-link p, .sidebar-mini.sidebar-collapse .sidebar .user-panel > .info {
    margin-left: 0;
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    visibility: visible;
}
#clock {
    width: 55px;
    text-align: center;
}
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .brand-text, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .logo-xl, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .sidebar .nav-sidebar .nav-link p, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .user-panel > .info, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .brand-text, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .logo-xl, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .sidebar .nav-sidebar .nav-link p, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .user-panel > .info {
    display: block;
    margin-left: 0;
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    visibility: visible;
}

.btn-guardar {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
    padding: .2rem .75rem;
    border-radius: 50rem !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    color: #fff !important;
    background: #76c416 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-guardar:hover {
    border: 1px solid #76c416;
    background: #fff !important;
    color: #76c416 !important;
    text-decoration: none;
}

.btn-guardar > i {
    padding-right: 5px;
}

.bg-azul-claro {
    background: #017eff!important;
}
.bg-verde {
    background: #76c416!important;
}
.bg-azul {
    background: #0273b7!important;
}
.bg-azul-escuro {
    background: #014888!important;
}
.bg-laranja {
    background: #f19a15!important;
}
.bg-verde-escuro {
    background: #05a25a!important;
}
.bg-vermelho {
    background: #d6292d!important;
}
.bg-cinza {
    background: #d5d5d5!important;
}
.cor-vermelho {
    color: #d6292d!important;
}
.cor-azul-claro {
    color: #017eff!important;
}
.cor-verde {
    color: #76c416!important;
}
.cor-azul {
    color: #0273b7!important;
}
.cor-laranja {
    color: #f19a15!important;
}
.cor-verde-escuro {
    color: #05a25a!important;
}
.cor-cinza {
    color: #989898!important;
}
.small-box .icon, .small-box a {
    color: #fff;
}
.small-box {
    padding: 1rem 0.8rem;
}
.small-box .icon > i.fa, .small-box .icon > i.fab, .small-box .icon > i.fad, .small-box .icon > i.fal, .small-box .icon > i.far, .small-box .icon > i.fas, .small-box .icon > i.ion {
    font-size: 48px;
    top: 50%;
    transform: scale(1) translateY(-50%);
    transition: all 0.25s ease !important;
}
.small-box:hover .icon > i.fa, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.fad, .small-box:hover .icon > i.fal, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.ion {
    transform: scale(1.1) translateY(-45%) !important;
}

.nav-pills .nav-link {
    color: #007bff;
}
#home .dataTables_paginate {
    display: none!important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 7px!important;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.d-flex>.flex-fill {
    max-height: 400px;
}
#home .progress {
    min-width: 120px;
}
.progress {
    background-color: #d5d5d5;
}
table.dataTable thead th, table.dataTable thead td{
    padding: 10px 7px!important;
}
#calendar .btn {
    font-size: 12px!important;
}
.fc-toolbar, .fc-toolbar.fc-header-toolbar {
    padding: 0.2rem 1rem 0.5rem 1rem;
}
.text-info {
    color: #007bff!important;
    font-size: 0.7rem;
}
.card:not(.note-editor) {
    -webkit-box-shadow: 0px 0px 16px -7px rgba(147, 149, 152, 1) !important;
    -moz-box-shadow: 0px 0px 16px -7px rgba(147, 149, 152, 1) !important;
    box-shadow: 0px 0px 16px -7px rgb(147, 149, 152) !important;
}
.content-wrapper {
    background-color: #fff;
}
#configuracoes .list-group-item {
    border: none;
}
.list-group-item.active {
    z-index: 2;
    color: #838383;
    background-color: #e2f2ff;
    border-color: #e2f2ff;
    font-weight: 700;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .25rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link:hover {
    background: rgb(238, 249, 255);
}
.header_listagem {
    background: #f5f5f5;
    border-left: 7.5px solid #fff;
    border-right: 7.5px solid #fff;
}
.list-group-horizontal > .list-group-item {
    border-radius: 0!important;
    border: none;
    background: transparent;
}
.list-group-horizontal > .list-group-item a {
    color: #838383;
}
.form-control {
    border: 1px solid #e8e8e8;
}
.bg-cinza-claro {
    background: #e8e8e8!important;
}
#card-square {
    border-radius: 0 !important;
    padding: 1rem 2.2rem;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
    margin-left: 250px;
    transition: margin-left .3s ease-in-out;
}
.sidebar-collapse #card-square {
    margin-left: 6.6rem;
}

.nav-sidebar .nav-item {
    width: 100%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #007bff;
    font-weight: 600;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::after {
    background-color: #fff;
}
.custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::before {
    background-color: #838383;
    border-color: transparent;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 2rem;
    pointer-events: all;
    border-radius: .7rem;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1.3rem;
    pointer-events: none;
    content: "";
    background-color: #dee2e6;
    border: #adb5bd solid 1px;
    border-top-color: rgb(173, 181, 189);
    border-right-color: rgb(173, 181, 189);
    border-bottom-color: rgb(173, 181, 189);
    border-left-color: rgb(173, 181, 189);
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
}
.custom-switch .custom-control-label::after {
    top: calc(.25rem + 4px);
    left: calc(-2.25rem + 4px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #76c416;
    border-color: transparent;
}
.custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
}
.btn.bg-verde:hover {
    border: 1px solid #76c416;
    background: #fff!important;
    color: #76c416!important;
}
.btn.bg-laranja:hover {
    border: 1px solid #f19a15;
    background: #fff!important;
    color: #f19a15!important;
}
.btn.bg-vermelho:hover {
    border: 1px solid #d6292d;
    background: #fff!important;
    color: #d6292d!important;
}
.btn.bg-azul-claro:hover {
    border: 1px solid #017eff;
    background: #fff!important;
    color: #017eff!important;
}
.btn.bg-white:hover {
    border: 1px solid #fff;
    background: transparent!important;
    color: #fff!important;
}
.list-group-item:hover {
    background: rgba(1, 126, 255, 0.6);
}
.list-group-item:hover a {
    color: #fff;
}
.tag-a.cor-azul-claro:hover i {
    color: #76c416!important;
}
.produtos-ads {
    height: 100%;
    border-radius: 10px;
    padding: 1.25rem;
    position: relative;
}
.produtos-ads div {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    left: 1.25rem;
}
.produtos-ads img {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 100px;
    height: auto;
}
.produtos-ads-horizontal {
    height: 100%;
    border-radius: 10px;
    padding: 1.25rem;
    position: relative;
}
.produtos-ads-horizontal div {
    position: absolute;
}
.produtos-ads-horizontal img {
 /*   position: absolute;
    top: 1.25rem;
    right: 1.25rem;*/
    width: 90px;
    height: auto;
}

.produtos-avaliacao {
    height: 100%;
    border-radius: 10px;
    padding: 1.25rem;
    position: relative;
}
.produtos-avaliacao div {
    position: absolute;
}
.produtos-avaliacao img {
    /*   position: absolute;
       top: 1.25rem;
       right: 1.25rem;*/
    width: 90px;
    height: auto;
}
.small-box .inner p {
    color: rgba(255, 255, 255, 0.7);
}
/*#estatisticas .small-box .icon > i.fa, #estatisticas .small-box .icon > i.fab, #estatisticas .small-box .icon > i.fad,#estatisticas  .small-box .icon > i.fal,#estatisticas .small-box .icon > i.far, #estatisticas .small-box .icon > i.fas, #estatisticas .small-box .icon > i.ion  {*/
/*    font-size: 60px;*/
/*    top: 40px;*/
/*}*/
/*#listagem .small-box .icon > i.fa, #listagem .small-box .icon > i.fab, #listagem .small-box .icon > i.fad,#listagem  .small-box .icon > i.fal,#listagem .small-box .icon > i.far, #listagem .small-box .icon > i.fas, #listagem .small-box .icon > i.ion  {*/
/*    font-size: 60px;*/
/*    top: 40px;*/
/*}*/
#myChart {
    height: 400px!important;
}
.animation__shake {
    -webkit-animation: shake 1.5s;
    animation: shake 1.5s infinite;
}
.h-100vh {
    height: 100vh;
}
.bottom-right {
    bottom: 0;
    right: 0;
}
.card-title .btn {
    padding: 0 .75rem;
}
#listagem .small-box {
    min-height: 139px;
}
.sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
    width: 6.6rem;
}
.btn-fixed {
    position: fixed;
    bottom: 12px;
    right: 15px;
    z-index: 9999;
}
.mr-170 {
    margin-right: 170px;
}
.shadow-0 {
    box-shadow: none!important;
}
h6.cor-azul-claro {
    font-size: 13px!important;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-topRight {
    position: absolute;
    top: 0;
    right: 0;
}
.fs-10 {
    font-size: 10px!important;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none!important;
    box-shadow: none;
}
@media (max-width: 1353px){
    .list_produtos .list-group {
        width: 100%;
        overflow-x: auto;
    }
}
.list-group-item {
    white-space: nowrap;
}
@media (max-width: 767px) {
    .small-box .icon {
        display: block;
    }
    .small-box {
        text-align: left;
    }
    .tab-item-btn {
        width: 100%;
    }
    .card-body > .d-flex {
        flex-direction: column;
    }
    .card-body .col-12 > .d-flex .ml-auto {
        margin-left: inherit!important;
    }
    .card-body .col-12 > .d-flex div {
        margin-bottom: 10px!important;
    }
    .card-body > .d-flex > .ml-auto {
        margin-left: inherit!important;
    }
    .card-body > .d-flex > div {
        margin-bottom: 10px!important;
    }
}
.nav-tabs .nav-link {
    text-transform: uppercase;
}
.swal2-title {
    margin-top: 8px!important;
    padding-left: 15px!important;
    font-weight: 400!important;
}
.swal2-toast {
    max-width: 290px!important;
}
.swal2-icon-success {
    -webkit-box-shadow: 10px 10px 5px -8px rgba(40, 167, 69,1) !important;
    -moz-box-shadow: 10px 10px 5px -8px rgba(40, 167, 69,1) !important;
    box-shadow: 10px 10px 5px -8px rgba(40, 167, 69,1) !important;
}
.swal2-icon-error {
    -webkit-box-shadow: 10px 10px 5px -8px rgba(214, 41, 45, 1) !important;
    -moz-box-shadow: 10px 10px 5px -8px rgba(214, 41, 45, 1) !important;
    box-shadow: 10px 10px 5px -8px rgba(214, 41, 45, 1) !important;
}
.h-150 {
    height: 150px;
}
.fs-11 {
   font-size: 11px !important;
}
.bottom-0 {
    bottom: 0!important;
}
.show_hide_password {
    max-height: 61px;
}
.show_hide_password .toggle-password {
    position: absolute;
    bottom: 15px;
    right: 30px;
    color: #29aae1;
    cursor: pointer;
    line-height: 0;
}

.pass-button{
    max-width: unset;
    width: unset !important;
}
/*#not_home td:nth-last-child(3) {*/
/*    width:150px !important;*/
/*}*/

/*#not_home td:nth-last-child(2) {*/
/*    width:150px !important;*/
/*}*/

/*#not_home td:last-child {*/
/*    width:60px !important;*/
/*}*/

input#ordem {
    max-width: 40px;
}
.prodt-img-popup {
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pass-erro {
  color: red;
  display: none;
}

.sep_stats {
  display: none;
}
#listOrcamentos tr td:first-child {
    width: 30px;
}
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .brand-link {
    width: 6.6rem;
}
#novo_grupo_cont, #novo_sel_cont, #novo_grupo_cont {
    display: none;
}
.check_img {
    width: 100%;
    position: relative;
}
.check_img input {
    position: absolute;
    top: 5px;
    right: 5px;
}
#novo_intervalo {
    display: none;
}
.novo_intervalo input {
    max-width: 70px;
}
.novo_intervalo label {
    margin-bottom: 0;
    margin-right: 5px;
}
.novo_intervalo2 label {
    margin-bottom: 0;
    margin-right: 5px;
}
.box-recuperar-pass {
  display: none;
}
.card_precos {
    display: none;
}
.card_precos_show {
    display: block;
}


.labelMenu {
    background-color: transparent;
    border: transparent;
    text-align: left;
    padding: 0px 0px;
    margin: 0px 0px;
    color: #ffffff;
    letter-spacing: 0.7px;
}

.dropdown-menu {
    width: 240px;
    padding: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown button:hover, .dropdown button:focus {
    border: none;
    outline: 0;
}

.dropdown.open ul {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px #666;
    border-top: none;
    height: 200px;
    overflow-y: scroll;
}

.dropdown-menu li {
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 7.5px 15px;
    border-top: solid 1px #f3f3f3;
}

.dropdown-menu li:hover {
    background-color: #ccc;
}

.lista-pedidos-scroll {
    max-height: 300px;
    overflow-y: auto;
}

.notif-animate {
    animation: inclina 0.8s infinite;
}

.max-width-300 {
    max-width: 300px;
}
.max-width-370 {
    max-width: 370px;
}
@keyframes inclina {
    0%   {transform: rotate(0deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(10deg);}
    60%  {transform: rotate(-8deg);}
    80% {transform: rotate(4deg);}
}

.spectrumClass2 {
    border-radius: 0px 5px 5px 0px;
    background-color: #e8e8e8 !important;
    border: 1px solid #e8e8e8 !important;
    display: flex !important;
    width: 100% !important;
}

.spectrumClass2 .sp-preview {
    width: 100%;
}

.spectrumClass2:hover {
    border: 1px solid #e8e8e8 !important;
}

.sp-container {
    margin-top: 4px !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
}

.sp-choose {
    background: none !important;
}

.h-30px {
    height: 30px !important;
}

.skiptranslate {
    visibility: initial !important;
    /*padding-left: 125px !important;*/
    /*margin-top: -20px !important;*/
    z-index: 5 !important;
}

.inner {
    width: 100%;
}

.icon {
    width: 25%;
}

.small-box {
    height: 100%;
    margin-bottom: 0px;
}


@media (min-width: 1570px){
    .col1filtros{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col1wrap{
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .col2filtros{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 1830px) and (min-width: 1415px) {
    .card-body .table_filters2:first-child {
        position: absolute;
        left: 0;
        top: 0;
    }
    .card-body .table_filters2:last-child {
        position: absolute;
        right: 0;
        top: 0;
    }
    .other-filters {
        position: absolute;
        width: 100%;
        /*left: -.5rem !important;*/
        top: 41px;
    }
    .head-filters {
        min-height: 67px;
        margin-bottom: 10px;
    }
}
@media (max-width: 1414px) and (min-width: 1275px) {
    .other-filters {
        position: relative;
        width: 100%;
        /*left: -.5rem !important;*/
        top: 15px;
    }
    #filtros > div select {
        max-width: 180px!important;
    }
    #filtros > div div, #selectFile {
        margin: 5px 0;
    }
    .card-body .table_filters2:last-child {
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (max-width: 1274px) and (min-width: 1037px) {
    .card-body .table_filters2:first-child {
        position: absolute;
        left: 5px !important;
        top: 0;
    }

    .card-body .table_filters2:last-child {
        position: absolute;
        top: 0 !important;
        right: 0 !important;
    }

    .head-filters {
        /*min-height: 171px !important;*/
        margin-bottom: 10px;
    }

    .other-filters {
        position: relative;
        width: 100%;
        /*left: -.5rem !important;*/
        top: 40px;
    }

    #filtros > div {
        flex-direction: row !important;
        align-items: start !important;
    }
    #filtros select {
        max-width: 135px!important;
        font-size: 10px;
    }
    .table_filters2 input[type="date"] {
        max-width: 80px;
        font-size: 10px;
    }
    #filtros > div div {
        margin-bottom: 10px;
    }

    #filtros > div button {
        margin-left: 8px;
    }
}
@media (max-width: 1036px) {
    .card-body .table_filters2:first-child {
        position: absolute;
        left: 5px!important;
        top: 0;
    }
    .card-body .table_filters2:last-child {
        position: absolute;
        left: 5px!important;
        top: 36px!important;
        right: inherit!important;
    }
    .head-filters {
        min-height: 180px!important;
        margin-bottom: 10px;
    }
    .other-filters {
        position: relative!important;
        width: 100%;
        left: 0!important;
        padding-left: 0.3rem!important;
        top: 72px!important;
    }
    #filtros > div {
        flex-direction: column!important;
        align-items: start!important;
    }
    #filtros > div div {
        margin-bottom: 10px;
    }
    #filtros > div button {
        margin-left: 8px;
    }
}
@media (max-width: 507px) {
    /*All gerir pages except encomendas*/
    .other-filters > .table_filters2 span {
        display: none;
    }
    .card-body .table_filters2:first-child {
        width: 100vw;
        position: absolute;
        left: 5px!important;
        top: 0;
    }
    .card-body .table_filters2:last-child {
        position: absolute;
        left: 5px!important;
        top: 36px!important;
        right: inherit!important;
    }
    .other-filters {
        position: relative!important;
        width: 100%;
        left: 0!important;
        padding-left: 0.3rem!important;
        top: 72px!important;
    }
    .gerir-add {
        position: relative!important;
        width: 100%;
        left: 0!important;
        padding-left: 0.3rem!important;
        top: 38px!important;
        margin-left: 0!important;
    }
    .head-filters {
        min-height: 100px;
        margin-bottom: 10px!important;
    }
}
@media (max-width: 1155px) and (min-width: 508px) {
    .card-body .table_filters2:first-child {
        position: absolute;
        left: 0;
        top: 0;
    }
    .card-body .table_filters2:last-child {
        position: absolute;
        right: 0;
        top: 0;
    }
    .other-filters, #gerir_pages .gerir-add {
        position: absolute;
        width: 100%;
        /*left: -.5rem !important;*/
        top: 41px;
    }
    .head-filters {
        min-height: 67px;
        margin-bottom: 10px;
    }
}

.table_filters2 label {
    height: calc(1.5rem + 2px);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #e8e8e8;
    padding: 5px 10px;
    margin-left: 5px;
    margin-bottom: 0;
    margin-top: 0;
}

.table_filters2 .form-control {
    height: calc(1.5rem + 2px);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
}


.hover-none:hover{
  color: currentColor !important;
}

.col-lg-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

#wait_familia_col {
    position: absolute;
    left: 0;
    top: -6px;
    height:100% !important;
}

#wait_familia_div {
    position: relative;
    height:100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;
}

#wait_familia {
    background: url(img/loading_web3.gif) no-repeat center/contain;
    width: 150px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.altura-sidebar {
    max-height: calc(100vh - 140px - 3rem - 68px);
    overflow-y: auto;
    overflow-x: hidden;
}
.altura-sidebar::-webkit-scrollbar {
    width: 5px;
}

.altura-sidebar::-webkit-scrollbar-track {
    background: #ddd;
}

.altura-sidebar::-webkit-scrollbar-thumb {
    background: #777;
}

.sidebar-collapse .main-sidebar .altura-sidebar {
    max-height: calc(100vh - 140px - 3rem - 120px) !important;
}

.input_label {
    width: 66px;
}

.item-notifica {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: .75rem 1rem !important;
    font-weight: 500;
    transition: all 0.1s ease-in-out;
}

.item-notifica.nova {
    background-color: #eaf5ff;
}


.item-notifica > span > h3 {
    color: #7f7f7f !important;
}


.item-notifica.nova > span > h3 {
    color: #349cff !important;
    font-weight: 700;
}

.item-notifica:active {
    background-color: rgba(0, 123, 255, 0.3);
}

.btn-lixo {
    color: #5a656b !important;
}

/* ---- BUTTONS ---- */
.btn-guardar, .btn-verde {
    display: inline-flex;
    align-items: center;
    padding: .2rem .75rem;
    background-color: #76c416 !important;
    border-radius: 50rem !important;
    vertical-align: middle;
    cursor: pointer;

    font-size: 12px !important;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-guardar::before{
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f0c7";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.btn-guardar:hover, .btn-verde:hover {
    border: 1px solid #76c416;
    background: #fff !important;
    color: #76c416 !important;
    text-decoration: none;
}

.btn-novo {
    display: inline-flex;
    align-items: center;
    padding: .2rem .75rem;
    background-color: #76c416 !important;
    border-radius: 50rem !important;
    vertical-align: middle;
    cursor: pointer;

    font-size: 12px !important;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-novo::before{
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

    margin-left: -1px;
}

.btn-novo:hover {
    border: 1px solid #76c416;
    background: #fff !important;
    color: #76c416 !important;
    text-decoration: none;
}

.btn-editar, .btn-laranja {
    display: inline-flex;
    align-items: center;
    padding: .2rem .75rem;
    background-color: #f19a15 !important;
    border-radius: 50rem !important;
    vertical-align: middle;
    cursor: pointer;

    font-size: 12px !important;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-editar::before{
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f303";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.btn-editar:hover, .btn-laranja:hover {
    border: 1px solid #f19a15;
    background: #fff !important;
    color: #f19a15 !important;
    text-decoration: none;
}

.btn-apagar, .btn-vermelho {
    display: inline-flex;
    align-items: center;
    padding: .2rem .75rem;
    background-color: #d6292d !important;
    border-radius: 50rem !important;
    vertical-align: middle;
    cursor: pointer;

    font-size: 12px !important;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-apagar::before{
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f2ed";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.btn-apagar:hover, .btn-vermelho:hover {
    border: 1px solid #d6292d;
    background: #fff !important;
    color: #d6292d !important;
    text-decoration: none;
}

.btn-filtrar, .btn-azul {
    display: inline-flex;
    align-items: center;
    padding: .2rem .75rem;
    background-color: #007dfe !important;
    border-radius: 50rem !important;
    vertical-align: middle;
    cursor: pointer;

    font-size: 12px !important;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: all .15s ease-in-out;
}

.btn-filtrar::before{
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f0b0";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.btn-filtrar:hover, .btn-azul:hover {
    border: 1px solid #007dfe;
    background: #fff !important;
    color: #007dfe !important;
    text-decoration: none;
}

.btn-ficheiro {
    display: inline-flex;
    align-items: center;
    padding: .2rem .75rem;
    background-color: #007dfe !important;
    border-radius: 50rem !important;
    vertical-align: middle;
    cursor: pointer;

    font-size: 12px !important;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-ficheiro::before{
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f07c";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.btn-ficheiro:hover {
    border: 1px solid #007dfe;
    background: #fff !important;
    color: #007dfe !important;
    text-decoration: none;
}

.btn-icon {
    min-height: 26.4px;
    min-width: 26.4px;
    padding: .2rem .2rem;
    border-radius: 1em;
    justify-content: center;
}

.btn-icon::before{
    padding-right: 0px;
    margin: 0px;
}

.opcao-estado {
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #666 !important;
    font-size: 14px !important;;
    cursor: pointer;
    padding: 7.5px 15px;
    border-top: solid 1px #f3f3f3;
    margin: 0px;
}

.opcao-estado:hover{
    background-color: #ccc;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.li-btn-primary {
    background: transparent;
    position: relative;
    display: block;
    padding: .5rem 1.25rem;
    text-align: center !important;
    transition: 0.06s ease;
}

.li-btn-primary:hover {
    color: #fff;
    background-color: #007bffa3;
}

.td-options p a, .td-options p button {
    display: flex;
    width: 100%;
    align-items: center;
}


.td-options p a i, .td-options p button i {
    padding-right: 2px;
}

.small-box h3, .small-box p {
    z-index: 3;
}

.timeline > div > .timeline-item > .time {
    padding: 8px;
}

.list-configs {
    position: relative;
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .list-configs {
        position: sticky;
        top: 70px;
    }
}

.cor-branco {
    color: #fff !important;
}

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

.tab-item-btn {
    background: #f5f5f5;
    color: #838383;
    cursor: pointer;
    transition: all 0.05s ease;
}

.tab-item-btn:hover {
    background: #017EFF99;
    color: #fff;
}

.tab-item-btn.active{
    background: #017EFF;
    color: #fff;
    font-weight: 500;
}

.tab-item-btn[disabled] {
    background: #eeeeee;
    color: #bbbbbb !important;
    cursor: not-allowed !important;
    transition: all 0.05s ease;
}

.popover-slide-left {
    position: fixed;
    left: 0px;
    top: 57px;
    overflow-y: auto;
    padding-top: 2.5rem !important;
    transform: translateX(calc(-100% - 250px));
    width: 100%;
    height: calc(100vh - 57px);
    z-index: 1025;
    background-color: #fff;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0px -4px 28px rgba(0,0,0,.25);
    clip-path: inset(0px -70px 0px 0px);
    transition: 0.3s all;
}

.popover-slide-right {
    position: fixed;
    right: 0px;
    top: 57px;
    overflow-y: auto;
    padding-top: 2.5rem !important;
    transform: translateX(100%);
    width: 100%;
    height: calc(100vh - 57px);
    z-index: 1025;
    background-color: #fff;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    clip-path: inset(0px 0px 0px -70px);
    transition: 0.3s all;
}

@media (min-width: 992px) {
    .popover-slide-left {
        left: 250px;
        width: calc(90% - 250px);
        padding-top: 1.5rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    body.sidebar-collapse .popover-slide-left {
         width: calc(90% - 250px);
         left: 6.6rem;
         padding-top: 1.5rem;
         padding-left: 3rem;
         padding-right: 3rem ;
     }
    body.sidebar-collapse .popover-slide-w50 {
        width: calc(50% - 6.6rem);
    }
    .popover-slide-right {
        width: calc(90% - 250px);
        padding-top: 1.5rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .popover-slide-w50 {
        width: calc(50% - 250px);
    }
}



.popover-slide-active {
    transform: translateX(0%) !important;
    box-shadow: 0px -4px 28px rgba(0,0,0,.25);
}

.close-popover-left {
    position: fixed;
    left: 8px;
    top: 15px;
}
.close-popover-right {
    position: fixed;
    right: 8px;
    top: 15px;
}

.sp-replacer {
    padding: 2px !important;
}

.table_filters:has(input[required]) ~ span {
    background: red;
}

.select-card > label {
    background-color: #e8e8e8;
    border-radius: 5px;
    padding: 3px 6px;
    cursor: pointer;
}
.select-card:hover > label {
    background-color: #d9d9d9;
}
.select-card > input {
    display: none;
}
.select-card > input:checked+label {
    /*outline: 1px solid #0c84ff;*/
    background-color: #0c84ff;
    color: #fff;
}


.select-card-icon > div {
    background-color: #e8e8e8;
    border-radius: 5px;
    padding: 0px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-card-icon > div.mini {
    width: 16px;
    height: 16px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-card-icon:hover > div {
    background-color: #d9d9d9;
}
.select-card-icon > input {
    display: none;
}
.select-card-icon > input:checked+div {
    /*outline: 1px solid #0c84ff;*/
    background-color: #0c84ff;
    color: #fff;
}

.hover-primary:hover {
    color: #0c84ff !important;
}

.input-drag {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: .5em;
    cursor: move;
    margin: 3px;
    height: 36px;
    transition: all 0.15s ease;
    font-size: 15px;
    padding: 5px 15px;
}

.input-drag-label {
    height: 36px;
    margin: 3px;
    font-size: 14px;
}

.input-drag:hover {
    border: 1px solid #8f8f8f;
}

.input-drag > div:not(.editor-area) {
    transform: scale(1);
    transition: all 0.14s ease;
}
.input-drag:hover > div {
    /*transform: scale(1.01);*/
}
.input-drag.over {
    background-color: #d5d5d5;
    border: 1px dashed #777;
}

.input-drag.over-top {
    background-color: #d5d5d5;
    border-top: 2px solid #007dfe;
}

.input-drag.over-bottom {
    background-color: #d5d5d5;
    border-bottom: 2px solid #007dfe;
}

.card-header::after {
    content: unset;
}

.note-editor {
    border-radius: 5px !important;
    margin-bottom: 5px; !important;
    box-shadow: unset !important;
    border-color: #e8e8e8 !important;
}

.note-statusbar {
    border-color: #e8e8e8 !important;
}

[draggable] {
    user-select: none;
}

.menu_sec {
    transform: translateX(-110%);
    left: 0;
    top: 0;
    right: 0;
    padding: inherit;
    transition: all 0.2s ease;
}

.menu_sec.active {
    transform: translateX(0%);
}

.menu-style-options {
    height: 100%;
    overflow-y: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.opt-border-divs > div:not(:last-child) {
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #dee2e6;
}

@keyframes edit-pulse {
    0% { outline: 1px solid rgba(0, 123, 255, 1); }
    50% { outline: 1px solid rgba(0, 123, 255, 0.1); }
    100% { outline: 1px solid rgba(0, 123, 255, 1); }
}


.elemento-em-edicao {
    outline: 1px solid var(--primary);
    animation: edit-pulse 2s infinite;
}

.btn-new-seccao {
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #949699;
    border: 2px dashed #dee2e6;
    order: 0;
}

.btn-new-seccao:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(1, 126, 255, 0.6);
}

button[data-idseccao].selected {
    outline: 2px solid #007bff;
}

.transition-05 {
    transition: all 0.05s ease;
}
.transition-1 {
    transition: all 0.1s ease;
}
.transition-15 {
    transition: all 0.15s ease;
}
.transition-2 {
    transition: all 0.2s ease;
}
.transition-25 {
    transition: all 0.25s ease;
}

.btn-assoc:hover {
    color: #fff;
}

.d-flex-2 {
    display: flex;
}

.ratio {
    height: 100%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.ratio::before {
    content: "";
    display: block;
}

.ratio-1-1::before {
    padding-top: 100%;
}

.ratio-1-2::before {
    padding-top: 50%;
}

.ratio-2-1::before {
    padding-top: 135%;
}


.customform-control {
    color: #205077;
    background-color: #f3f7fb;
    border: 1px solid #f3f7fb;
    transition: all 0.2s ease;
    padding: 5px 15px;
    font-size: 14px;
    height: unset !important;
}
.customform-control:focus {
    color: #205077;
    background-color: #fcfcff;
    outline: none;
    border: 1px solid #f3f7fb;
    box-shadow: inset 0 0 0 transparent;
}
.customform-control::placeholder {
    color: #497192;
}

.inputLabelOver {
    position: relative;
    font-size: 15px;
}
.inputLabelOver input {
    width: 100%;
    font-size: 15px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    color: #205077;
    padding: 6px 17px;
    opacity: 0.8;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    transition: 0.2s ease all;
    transform-origin: top left;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid transparent;
}
.checkboxCustom {
    display: block;
    position: relative;
    padding-left: 30px;
    /*cursor: pointer;*/
    font-size: 22px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkboxCustom input {
    position: absolute;
    opacity: 0;
    /*cursor: pointer;*/
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #205077;
    border-radius: 4px;
    transition: all 0.05s ease;
    margin-top: 0px;
}
.checkboxCustom:hover input ~ .checkmark {
    background-color: rgba(204, 204, 204, 0.44);
    margin-bottom: 0px;
}
.checkboxCustom input:checked ~ .checkmark {
    background-color: var(--primary);
}
.checkmark ~ label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkboxCustom input:checked ~ .checkmark:after {
    display: block;
}
.checkboxCustom .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg);
}

.radioboxCustom {
    display: block;
    position: relative;
    padding-left: 30px;
    /*cursor: pointer;*/
    font-size: 22px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radioboxCustom input {
    position: absolute;
    opacity: 0;
    /*cursor: pointer;*/
    height: 0;
    width: 0;
}
.checkmarkRadio {
    position: absolute;
    top: 50%;
    left: 1px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #205077;
    border-radius: 100%;
    transition: all 0.05s ease;
    margin-top: 0px;
    transform: translateY(-50%);
}

.radioboxCustom input:disabled ~ .checkmarkRadio {
    opacity: 0.5;
    cursor: default;
}

.radioboxCustom input:disabled ~ label {
    opacity: 0.5;
    cursor: default;
}

.radioboxCustom:hover input ~ .checkmarkRadio {
    background-color: rgba(204, 204, 204, 0.44);
    margin-bottom: 0px;
}
.radioboxCustom input:checked ~ .checkmarkRadio {
    /*background-color: var(--primary);*/
}
.checkmarkRadio ~ label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.checkmarkRadio > span {
    position: absolute;
    display: none;
}
.radioboxCustom input:checked ~ .checkmarkRadio > span {
    display: block;
}
.radioboxCustom .checkmarkRadio > span {
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: var(--primary);
    transform: translate(-50%, -50%);
    /*border: 1px solid #1a7cda;*/
}

.checkmarkBox {
    position: absolute;
    top: 50%;
    left: 1px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #205077;
    border-radius: 4px;
    transition: all 0.05s ease;
    margin-top: 0px;
    transform: translateY(-50%);
}
.checkboxCustom:hover input ~ .checkmarkBox {
    background-color: rgba(204, 204, 204, 0.44);
    margin-bottom: 0px;
}
.checkboxCustom input:checked ~ .checkmarkBox {
    /*background-color: var(--primary);*/
}
.checkmarkBox ~ label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.checkmarkBox > span {
    position: absolute;
    display: none;
}
.checkboxCustom input:checked ~ .checkmarkBox > span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkboxCustom .checkmarkBox > span {
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: var(--primary);
    transform: translate(-50%, -50%);
    /*border: 1px solid #1a7cda;*/
}


.customform-control {
    color: #205077;
    background-color: #f3f7fb;
    border: 1px solid #f3f7fb;
    transition: all 0.2s ease;
    padding: 5px 15px;
    font-size: 14px;
    height: unset !important;
}
.customform-control:focus {
    color: #205077;
    background-color: #fcfcff;
    outline: none;
    border: 1px solid #f3f7fb;
    box-shadow: inset 0 0 0 transparent;
}
.customform-control::placeholder {
    color: #497192;
}

.inputLabelOver {
    position: relative;
    font-size: 15px;
}
.inputLabelOver input {
    width: 100%;
    font-size: 15px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    color: #205077;
    padding: 6px 17px;
    opacity: 0.8;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    transition: 0.2s ease all;
    transform-origin: top left;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid transparent;
}
.checkboxCustom {
    display: block;
    position: relative;
    padding-left: 30px;
    /*cursor: pointer;*/
    font-size: 22px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkboxCustom input {
    position: absolute;
    opacity: 0;
    /*cursor: pointer;*/
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #205077;
    border-radius: 4px;
    transition: all 0.05s ease;
    margin-top: 0px;
}
.checkboxCustom:hover input ~ .checkmark {
    background-color: rgba(204, 204, 204, 0.44);
    margin-bottom: 0px;
}
.checkboxCustom input:checked ~ .checkmark {
    background-color: var(--primary);
}
.checkmark ~ label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkboxCustom input:checked ~ .checkmark:after {
    display: block;
}
.checkboxCustom .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg);
}

.radioboxCustom {
    display: block;
    position: relative;
    padding-left: 30px;
    /*cursor: pointer;*/
    font-size: 22px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radioboxCustom input {
    position: absolute;
    opacity: 0;
    /*cursor: pointer;*/
    height: 0;
    width: 0;
}
.checkmarkRadio {
    position: absolute;
    top: 50%;
    left: 1px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #205077;
    border-radius: 100%;
    transition: all 0.05s ease;
    margin-top: 0px;
    transform: translateY(-50%);
}

.radioboxCustom input:disabled ~ .checkmarkRadio {
    opacity: 0.5;
    cursor: default;
}

.radioboxCustom input:disabled ~ label {
    opacity: 0.5;
    cursor: default;
}

.radioboxCustom:hover input ~ .checkmarkRadio {
    background-color: rgba(204, 204, 204, 0.44);
    margin-bottom: 0px;
}
.radioboxCustom input:checked ~ .checkmarkRadio {
    /*background-color: var(--primary);*/
}
.checkmarkRadio ~ label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.checkmarkRadio > span {
    position: absolute;
    display: none;
}
.radioboxCustom input:checked ~ .checkmarkRadio > span {
    display: block;
}
.radioboxCustom .checkmarkRadio > span {
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: var(--primary);
    transform: translate(-50%, -50%);
    /*border: 1px solid #1a7cda;*/
}

.checkmarkBox {
    position: absolute;
    top: 50%;
    left: 1px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #205077;
    border-radius: 4px;
    transition: all 0.05s ease;
    margin-top: 0px;
    transform: translateY(-50%);
}
.checkboxCustom:hover input ~ .checkmarkBox {
    background-color: rgba(204, 204, 204, 0.44);
    margin-bottom: 0px;
}
.checkboxCustom input:checked ~ .checkmarkBox {
    /*background-color: var(--primary);*/
}
.checkmarkBox ~ label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.checkmarkBox > span {
    position: absolute;
    display: none;
}
.checkboxCustom input:checked ~ .checkmarkBox > span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkboxCustom .checkmarkBox > span {
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: var(--primary);
    transform: translate(-50%, -50%);
    /*border: 1px solid #1a7cda;*/
}


.customform-control {
    color: #205077;
    background-color: #f3f7fb;
    border: 1px solid #f3f7fb;
    transition: all 0.2s ease;
    padding: 5px 15px;
    font-size: 14px;
    height: unset !important;
}
.customform-control:focus {
    color: #205077;
    background-color: #fcfcff;
    outline: none;
    border: 1px solid #f3f7fb;
    box-shadow: inset 0 0 0 transparent;
}
.customform-control::placeholder {
    color: #497192;
}

.inputLabelOver {
    position: relative;
    font-size: 15px;
}
.inputLabelOver input {
    width: 100%;
    font-size: 15px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    color: #205077;
    padding: 6px 17px;
    opacity: 0.8;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    transition: 0.2s ease all;
    transform-origin: top left;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid transparent;
}
.checkboxCustom {
    display: block;
    position: relative;
    padding-left: 30px;
    /*cursor: pointer;*/
    font-size: 22px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkboxCustom input {
    position: absolute;
    opacity: 0;
    /*cursor: pointer;*/
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #205077;
    border-radius: 4px;
    transition: all 0.05s ease;
    margin-top: 0px;
}
.checkboxCustom:hover input ~ .checkmark {
    background-color: rgba(204, 204, 204, 0.44);
    margin-bottom: 0px;
}
.checkboxCustom input:checked ~ .checkmark {
    background-color: var(--primary);
}
.checkmark ~ label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkboxCustom input:checked ~ .checkmark:after {
    display: block;
}
.checkboxCustom .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg);
}

.radioboxCustom {
    display: block;
    position: relative;
    padding-left: 30px;
    /*cursor: pointer;*/
    font-size: 22px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radioboxCustom input {
    position: absolute;
    opacity: 0;
    /*cursor: pointer;*/
    height: 0;
    width: 0;
}
.checkmarkRadio {
    position: absolute;
    top: 50%;
    left: 1px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #205077;
    border-radius: 100%;
    transition: all 0.05s ease;
    margin-top: 0px;
    transform: translateY(-50%);
}

.radioboxCustom input:disabled ~ .checkmarkRadio {
    opacity: 0.5;
    cursor: default;
}

.radioboxCustom input:disabled ~ label {
    opacity: 0.5;
    cursor: default;
}

.radioboxCustom:hover input ~ .checkmarkRadio {
    background-color: rgba(204, 204, 204, 0.44);
    margin-bottom: 0px;
}
.radioboxCustom input:checked ~ .checkmarkRadio {
    /*background-color: var(--primary);*/
}
.checkmarkRadio ~ label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.checkmarkRadio > span {
    position: absolute;
    display: none;
}
.radioboxCustom input:checked ~ .checkmarkRadio > span {
    display: block;
}
.radioboxCustom .checkmarkRadio > span {
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: var(--primary);
    transform: translate(-50%, -50%);
    /*border: 1px solid #1a7cda;*/
}

.checkmarkBox {
    position: absolute;
    top: 50%;
    left: 1px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #205077;
    border-radius: 4px;
    transition: all 0.05s ease;
    margin-top: 0px;
    transform: translateY(-50%);
}
.checkboxCustom:hover input ~ .checkmarkBox {
    background-color: rgba(204, 204, 204, 0.44);
    margin-bottom: 0px;
}
.checkboxCustom input:checked ~ .checkmarkBox {
    /*background-color: var(--primary);*/
}
.checkmarkBox ~ label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.checkmarkBox > span {
    position: absolute;
    display: none;
}
.checkboxCustom input:checked ~ .checkmarkBox > span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkboxCustom .checkmarkBox > span {
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: var(--primary);
    transform: translate(-50%, -50%);
    /*border: 1px solid #1a7cda;*/
}

.rounded-05 {
    border-radius: 0.45rem !important;
}

.rounded-08 {
    border-radius: 0.7rem !important;
}

.rounded-15 {
    border-radius: 1.5rem !important;
}

.rounded-2 {
    border-radius: 2rem !important;
}

.fa-info-circle {
    cursor: help;
}
