@font-face {
    font-family: "NunitoSans-Bold";
    src: url("/assets/fonts/NunitoSans-Bold.ttf");
}
@font-face {
    font-family: "NunitoSans-SemiBold";
    src: url("/assets/fonts/NunitoSans-SemiBold.ttf");
}
@font-face {
    font-family: "NunitoSans-Regular";
    src: url("/assets/fonts/NunitoSans-Regular.ttf");
}@font-face {
    font-family: "NunitoSans-Light";
    src: url("/assets/fonts/NunitoSans-Light.ttf");
}

h1{
    font-family: NunitoSans-Bold ;
}

body {
    background-color: #f9f9f9;
    overflow-y: scroll;
    font-family: NunitoSans-Regular !important;

}

option{
    font-family: arial;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

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

.form-label-group input,
.form-label-group textarea,
.form-label-group label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group select,
.form-label-group label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    color: #777;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
}
.selecione label {
    top: -10px;
    left: 4px;
}

.selecione select{
    font-family: NunitoSans-Regular;
}

.form-label-group select::-webkit-input-placeholder,
.form-label-group textarea::-webkit-input-placeholder,
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group select::-moz-placeholder,
.form-label-group textarea::-moz-placeholder,
.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group select:-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder,
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group select::-ms-input-placeholder,
.form-label-group textarea::-ms-input-placeholder,
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group select::placeholder,
.form-label-group textarea::placeholder,
.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group select:not(:-moz-placeholder-shown),
.form-label-group textarea:not(:-moz-placeholder-shown),
.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group select:not(:-ms-input-placeholder),
.form-label-group textarea:not(:-ms-input-placeholder),
.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group select:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown),
.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group select:not(:-moz-placeholder-shown) ~ label,
.form-label-group textarea:not(:-moz-placeholder-shown) ~ label,
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group select:not(:-ms-input-placeholder) ~ label,
.form-label-group textarea:not(:-ms-input-placeholder) ~ label,
.form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group select:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label,
.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group select:-webkit-autofill ~ label,
.form-label-group textarea:-webkit-autofill ~ label,
.form-label-group input:-webkit-autofill ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form-label-group label {
        position: static;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}


table .table-bordered{
    border: 0px !important;
}

table tbody .odd{
    background-color: #fff;
}
table tbody .even{
    background-color: #fff;
}
body.msg-footer #app > .container > .row > div {
    position: relative;
    padding-bottom: 100px;
    min-height: 90vh;
    margin-top: 3vw;
}

body.msg-footer #app > .container > .row > div .msg-footer {
    position: absolute;
    bottom: 1em;
    text-align: center;
    width: 100%;
}

.loading-bg {
    background-color: #000;
    background: repeating-linear-gradient(-45deg, #c3c3c3, #aaa 20px, #c9c9c9 20px, #dddddd 40px);
    background-size: 56px 56px; /* This is unique for this background, need to find a pattern and develop a formula */
    background-position-x: 0%;
    -webkit-animation: slide 10s infinite linear forwards;
}

#menu li.dropdown-item > a {
    display: block;
}

#menu li.dropdown-item.active > a {
    color: #fff !important;
}

@-webkit-keyframes slide {
    0% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: 100%;
    }
}

input:disabled {
    opacity: .5 !important;
}

input:not([type="file"]):not([type="submit"]):read-only {
    opacity: .5 !important;
}

div.pending > * {
    transition: all .3s ease-in-out;
}

div.pending:not(.selected) > * {
    filter: blur(5px);
    display: none;
}

div.pending:not(.selected) > *:not(:first-child):not(.start-blur) {
    display: none;
}

div.pending.selected > * {
    filter: blur(0);
    overflow: hidden;
}

.img-container.position-relative img:not(.user-image) {
    visibility: hidden;
}

.img-container img:not(.user-image) {
    width: 250px;
    height: 173px;
    max-width: 100%;
    max-height: 100%;
}

.img-container .user-image {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
}

.img-container .fa,
.img-container .fas {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.card-header {
    background-color: rgba(0, 0, 0, 0) !important;
}

.card {
    background-color: transparent;
}

input, select, textarea {
    background-color: #dcdcdc !important;
}

input.day,
input.month {
    min-width: 70px;
}

input.year {
    min-width: 80px;
}

.card-footer {
    background-color: transparent;
    border-top: transparent;
    padding-right: 0;
    padding-left: 0;
}

.card {
    border: 0px solid rgba(0, 0, 0, 0) !important;
}

.bg-brd-main,
.bg-brd-main:active,
.bg-brd-main:hover,
.bg-brd-main:focus {
    background-color: #ff9400 !important;
    border: 1px solid #ff9400 !important;
}

.bg-brd-main:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 148 0 / 50%) !important;
}

.bg-trans {
    background-color: transparent;
}

.color-092789 {
    color: #092789;
}

.status-bx > div {
    position: relative
}

.status-bx {
    border-radius: 5px 5px;
}

.status-pending {
    border: 1px solid rgba(0, 123, 255, 0.3) !important;
    background-color: rgba(52, 144, 220, 0.1);
}

.status-btn-edit,
.status-btn-delete {
    color: #7c807d;
    width: 20px;
    margin-left: auto;
}

.status-btn-edit i.fa,
.status-btn-edit i.far,
.status-btn-edit i.fas,
.status-btn-delete i.fa,
.status-btn-delete i.far,
.status-btn-delete i.fas {
    font-size: 1.4em;
}

.status-btn-edit > a {
    color: #7c807d !important;
}

.status-btn-edit {
    top: 0px;
}

.status-btn-delete {
    cursor: pointer;
    margin-top: 5px;
}

.w-mcont {
    width: max-content;
}

.w-fcont {
    width: fit-content;
}

.property-box {
    border: 1px solid rgba(0, 123, 255, 0.3) !important;
    background-color: rgba(52, 144, 220, 0.1)
}

.img-input {
    opacity: 0;
    top: 50%;
    position: absolute;
    left: 20%;
    right: 40%;
    width: 60%;
}

select option:disabled {
    display: none;
}

select option[disabled="disabled"] {
    display: none;
}

#bp-token::placeholder,
#bp-cpf::placeholder {
    color: rgba(0, 0, 0, .5) !important;
    letter-spacing: 0;
}

.swal2-input::placeholder {
    color: #3e464c; !important;
}

.swal2-footer {
    text-align: center;
}

#bp-token {
    letter-spacing: 1em;
    text-align: center;
}

#bp-cpf {
    letter-spacing: .3em;
    text-align: center;
}

.slidecontainer {
    width: 61%;
    margin-left: auto;
    margin-right: auto;
    /*    width: 100%; !* Width of the outside container *!*/
}

.slidecontainer input[type="range"] {
    width: 100%;
}

.collapsed-rotate-180deg {
    transition: .3s all;
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 0.3em;
}

[aria-expanded="true"] > .collapsed-rotate-180deg {
    transform: rotate(180deg);
    font-size: 1.6em;
}

body.user-property-edit .card-header {
    border: 0;
}

.property-business-partner {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .20);
}

.btn-ico-color:hover,
.btn-ico-color {
    color: #7c807d;
}

.cont-striped > .cont-striped-el:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.cont-striped > .cont-striped-el:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .1);
}

.bt-def {
    border-top: 1px rgba(0, 0, 0, 0.125) solid;
}

.bg-info-05 {
    background-color: rgba(100, 178, 235, .5);
}

.small-txt-layout {
    font-size: .62rem;
    font-family: Roboto;
}

.sweet-form label.accepted.active > i {
    color: #008000;
}

.sweet-form label.rejected.active > i {
    color: #ff0000;
}

.sweet-form label.unknow.active > i {
    color: #6c757d;
}

.sweet-form label.pending.active > i {
    color: #6cb2eb;
}

.sweet-form label:not(.active) > i {
    color: #545454;
}

.opacity-0 {
    opacity: 0;
}

.t-all-01s {
    transition: 0.1s all;
}

.t-all-02s {
    transition: 0.2s all;
}

.t-all-03s {
    transition: 0.3s all;
}

.t-all-04s {
    transition: 0.4s all;
}

.t-all-05s {
    transition: 0.5s all;
}

.t-all-06s {
    transition: 0.6s all;
}

.t-all-07s {
    transition: 0.7s all;
}

.t-all-08s {
    transition: 0.8s all;
}

.t-all-09s {
    transition: 0.9s all;
}

.t-all-1s {
    transition: 1s all;
}

.mw-2rem {
    max-width: 2rem;
}

.container-alt-color .row:nth-child(even) {
    background-color: rgba(0, 0, 0, .15);
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.container-alt-color .row:nth-child(odd) {
    background-color: rgba(0, 0, 0, .25);
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.spin {
    animation-duration: 3s;
    animation-name: spin;
    animation-iteration-count: infinite;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.datepicker-container {
    position: relative;
}

.datepicker-container input[type="date"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    bottom: 0;
    left: 45%;
    width: 1px;
}

#form_loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .25);
    vertical-align: middle;
    text-align: center;
    color: #fff;
    z-index: 9999;
}

#form_loader > div {
    margin-top: 50vh;
    background-color: rgba(0, 0, 0, .75);
    z-index: 9999;
}

.start-process-btn > .accepted, .start-process-btn > .not-accepted {
    transition: all 0.250s;
}

.start-process-btn > .not-accepted {
    margin-top: -2.5rem;
}

.start-process-btn.accepted .accepted {
    opacity: 1;
}

.start-process-btn:not(.accepted) .accepted {
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.start-process-btn.accepted .not-accepted {
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.start-process-btn:not(.accepted) .not-accepted {
    opacity: 1;
}
