input.form-control,
select.form-control,
select.custom-select, 
.select2.select2-container .select2-selection {
    height: 64px !important;
}

.bg-color {
    background: #503E96;
}

.navigation-menu-body > ul li a:hover {
    color: #503E96 !important;
}

.fill {
    min-height: 100%;
    height: 100%;
}


.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 1000;
    height: 100vh;
}

.loading-spinner-border {
    margin-top: 50vh;
    margin-left: 50%;
}

.btn-acao {
    width: 25px;
    height: 25px;
    justify-content: center;
    display: flex;
}

.custom-switch, .custom-switch > * {
    cursor: pointer;
}

.fa1-5 {
    font-size: 1.5em;
}

select, option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="search"]::-webkit-search-decoration:hover,
input[type="search"]::-webkit-search-cancel-button:hover {
    cursor: pointer;
}

.select2-selection__arrow b {
    display: none !important;
}

.termoAceite {
    overflow-y: scroll;
    height: 90vh;
}

.show_hide_password {
    width: 5px;
    position: relative;
    float: right;
    right: 26px;
    top: -34px;
}

.btn-whatsapp {
    cursor: pointer;
    font-size: 24px !important;
    font-weight: 400;
}

    .btn-whatsapp img {
        width: 26px;
        height: 27px;
    }

.esqueci-login {
    width: 40%;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
}
@media screen (max-width : 600px) {
    .border .rounded .p-3 .bg-white {
        width: 100%;
    }

    .select {
        margin-bottom: 15px;
        width: 100%;
    }

    .row {
        width: 100%;
    }
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.container-fostrap {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle;    
}

.fostrap-logo {
    width: 100px;
    margin-bottom: 15px
}

.carroussel-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background: white;
}

h1.heading {
    color: #fff;
    font-size: 1.15em;
    font-weight: 900;
    margin: 0 0 0.5em;
    color: #505050;
}

@media (min-width: 450px) {
    h1.heading {
        font-size: 3.55em;
    }
}

@media (min-width: 760px) {
    h1.heading {
        font-size: 3.05em;
    }
}

@media (min-width: 900px) {
    h1.heading {
        font-size: 3.25em;
        margin: 0 0 0.3em;
    }
}

.card {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}

    .card:hover {
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    }

.img-card {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}

    .img-card img {
        width: 100%;
        height: 200px;
        object-fit: contain;
        transition: all .25s ease;
    }

.card-content {
    padding: 15px;
    text-align: left;
}

.card-title {
    margin-top: 0px;
    font-weight: 700;
    font-size: 1.65em;
}

    .card-title a {
        color: #000;
        text-decoration: none !important;
    }

.card-read-more {
    border-top: 1px solid #D4D4D4;
}

.card-read-more a {
    text-decoration: none !important;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase
}


.shepherd-text {
    padding: 2.3em;
}

/*.shepherd-footer .shepherd-button:last-child {
    margin-bottom: 10px;
}
*/

.shepherd-footer .shepherd-button {
    /*margin-bottom: 10px;*/
    margin-bottom: -13px;
}

button {
    border: none;
    margin: 0;
    padding: 0;
}

.button {
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    font-size: medium;
    font-weight: 600;
    margin: 1.5px auto;
    max-width: 320px;
    padding: 0.87rem;
    text-transform: uppercase;
    transition-duration: 0.2s;
    width: 100%;
}

    .button:focus,
    .button:active {
        outline: 5px auto #31287a;
    }

.button__default {
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    color: #000;
}

    .button__default:hover {
        background-color: #e1e1e1;
    }

.button__primary {
    background-color: #8fb634;
    border: 0.125rem solid #8fb634;
    /*border-color: #76962e;*/
}

    .button__primary:hover {
        background-color: #76962e;
        border: 0.125rem solid #76962e;
    }

    .button__primary:focus,
    .button__primary:active {
        outline: 5px auto #76962e;
    }

.button__secondary {
    background-color: #31287a;
    border: 0.125rem solid #31287a;
    /*border-color: #1a1442;*/
}

    .button__secondary:hover {
        background-color: #1a1442;
        border: 0.125rem solid #1a1442;
    }

.button__tertiary {
    background-color: #fff;
    border: 0.125rem solid;
    color: #31287a;
}

    .button__tertiary:hover {
        background-color: #f5f5f5;
    }

.button__icon___save {
    content: url(../../assetsadm/images/icon-save.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___save--green {
    content: url(../../assetsadm/images/icon-save-green.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___save2 {
    content: url(../../assetsadm/images/icon-save2.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___filter {
    content: url(../../assetsadm/images/icon-filter.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___download {
    content: url(../../assetsadm/images/icon-download.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___upload {
    content: url(../../assetsadm/images/icon-upload.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___money {
    content: url(../../assetsadm/images/icon-money.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___clean {
    content: url(../../assetsadm/images/icon-clean.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___import {
    content: url(../../assetsadm/images/icon-import.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___export {
    content: url(../../assetsadm/images/icon-export.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___icon-configure-view {
    content: url(../../assetsadm/images/icon-configure-view.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___cancel {
    content: url(../../assetsadm/images/icon-cancel.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___config {
    content: url(../../assetsadm/images/icon-configure.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.button__icon___help {
    content: url(../../assetsadm/images/icon-help.svg);
    margin-right: 6px;
    vertical-align: middle;
}

.swal-style {
    display: flex;
    flex-wrap: nowrap!important;
    align-items: stretch!important;
    justify-content: center;
    gap: 1rem!important;
    margin: 1.25em 40px 1rem!important;
    flex-direction: row;
}

.text-black {
    color: #4E4E4E;
}

.was-validated .text-black {
    display: none;
}

label {
    text-transform: uppercase !important
}

.was-validated label:has(+ .form-control:invalid) {
    color: #dc3545 !important
}

.was-validated label:has(+ .form-control:valid) {
    color: #28a745 !important
}

.was-validated label:has(+ .custom-select:invalid) {
    color: #dc3545 !important
}

.was-validated label:has(+ .custom-select:valid) {
    color: #28a745 !important
}

.select2-container--bootstrap4 .select2-selection__clear {
    padding-left: 0.4em;
    width: 1.4em;
    height: 1.4em;
    margin-top: 1.6em !important;
    margin-right: -0.8em;
    line-height: 1.3em;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 64px !important
}

.shepherd-footer {
    height: 4em !important;
}

.shepherd-text {
    padding: 0 2.5em 4em !important
}

.multiselect.custom-select {
    height: 64px !important;
}

#imgPerfilHeader {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

#nomeHeader {
    padding-right: 5px;
}

.linkwhatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 520px;
    background-color: #8DD615;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.linkwhatsapp .my-float {
    margin-top: 16px;
}

.link-button {
    text-decoration: underline !important;
    color: #17ABA6 !important;
    font-weight: bold !important;
    font-family: 'Open Sans', sans-serif;
}

.tour-hub .shepherd-content .shepherd-header {
    background: white !important;
    flex-direction: row;
}

.tour-hub .shepherd-content .shepherd-header .shepherd-cancel-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(71, 41, 129, .25);
    -moz-box-shadow: 0px 4px 16px 0px rgba(71, 41, 129, .25);
    box-shadow: 0px 4px 16px 0px rgba(71, 41, 129, .25);
    color: #472981;
}

.tour-hub .shepherd-content .shepherd-footer {
    background: white !important;
}

.tour-hub .shepherd-content .shepherd-footer .shepherd-button {
    font-family: 'Open Sans', sans-serif;
    background-color: #472981;
    color: white;
    font-weight: bold;
}

.tour-hub .shepherd-content .shepherd-header .shepherd-title {
    font-weight: 700;
}
