body, html {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.shadow-cuidar {
    box-shadow: rgba(0, 0, 0, 0.15) 0 15px 25px, rgba(0, 0, 0, 0.05) 0 5px 10px;
}

#main-content {
    height: 120vh;
    overflow: auto;
}

a {
    color: #858796;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #1B8FC8;
}

.bg-default {
    background-color: #1B8FC8;
}

.text-default {
    color: #1B8FC8;
}

.btn-default {
    color: #858796;
    border-color: #d1d3e2;
}

.btn-default:hover {
    color: #fff;
    background-color: #1B8FC8;
    border-color: #1B8FC8;
}

.btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

.btn-default.disabled, .btn-default:disabled {
    color: #858796;
    background-color: transparent;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
    /*color: #fff;*/
    /*background-color: #858796;*/
    /*border-color: #858796;*/
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);*/
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #858796;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dddfeb;
}

.page-link:hover {
    color: #fff;
    background-color: #1B8FC8;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #858796;
}

/* Step 1: Common Properties: All required to make icons render reliably */
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* Step 2: Reference Individual Icons */
.edit::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f304";
}


.button-91 {
    color: #fff;
    padding: 8px 20px;
    background-color: #38D2D2;
    background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    font-weight: bold;
    font-size: 13px;
    border: 0;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: pointer;
}


/* CSS */
.button-42 {
    background-color: initial;
    background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    height: 30px;
    outline: 0;
    overflow: hidden;
    padding: 0 10px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    border: 0;
    transition: box-shadow .2s;
}

.button-42:hover {
    color: #c2d4e7 !important;
    box-shadow: rgba(253, 76, 0, 0.5) 2px 3px 9px 1px;
}


/* CSS */
.button-43 {
    background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
    border-radius: .5rem;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-size: 16px;
    justify-content: center;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
    border: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-43:hover {
    background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}

@media (min-width: 768px) {
    .button-43 {
        padding: 10px 20px;
    }
}

.ajuste-card-cadastro {
    padding: 10px;
    background-color: white
}
