html {
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.receipt-preview-wrap {
    max-width: 420px;
    max-height: 420px;
    overflow: hidden;
    border-radius: 8px;
}

#receiptPreview {
    width: 100%;
    height: auto;
    display: block;
}

.hours {
    border: 1px solid #dee2e6;
    border-radius: .375rem;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

input, textarea, button, select, a {
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
}

    input[type="file"]::file-selector-button {
        display: none;
    }
    /*    input[type="file"]::file-selector-button {
        background: #007bff;
        color: white;
        border: none;
        padding: 8px 12px;
        cursor: pointer;
        border-radius: 5px;
    }*/

    input[type="file"]::before {
        content: none;
    }

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

html {
    position: relative;
    min-height: 100%;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

a {
    text-decoration: none;
}

.m0 {
    margin: 0 !important;
}
w-68 {
    width: 68px !important;
}

body {
    /*margin-bottom: 60px;*/
    font-size: 14px;
    font-family: Roboto;
}

.card.disabled {
    opacity: 0.5;
    pointer-events: none;
    background-color: #f0f0f0;
}


.weekChange.disabled {
    pointer-events: none; /* bloqueia cliques */
    cursor: default !important;
    background-color: #DADBDD !important; /* opcional: muda o fundo */
}

    .weekChange.disabled:hover {
        pointer-events: none; /* bloqueia cliques */
        background-color: #DADBDD !important; /* impede hover com cor */
        cursor: default !important;
    }

.filled {
    border: 1px solid #00e0ff;
    background: #baf7ff3b;
    --bs-card-cap-bg: #baf7ff3b;
}

    .filled:hover {
        background: #baf7ff57;
        --bs-card-cap-bg: #baf7ff57;
    }

.rejected {
    border: 1px solid red;
    background: #ffdcdc3b;
    --bs-card-cap-bg: #ffdcdc3b;
}

    .rejected:hover {
        background: #ffdcdc57;
        --bs-card-cap-bg: #ffdcdc57;
    }

.approved {
    border: 1px solid limegreen;
    background: #e5ffe53b;
    --bs-card-cap-bg: #e5ffe53b;
}

    .approved:hover {
        background: #e5ffe557;
        --bs-card-cap-bg: #e5ffe557;
    }

.card.empty {
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
    opacity: 0.9;
    transition: 0.2s ease;
}

    .card.empty:hover {
        background-color: #f1f1f1;
        opacity: 1;
    }

.div-breadcrumb {
    border-bottom: 1px dotted #C20041;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 40px;
}

.breadcrumb {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0;
    border-bottom: 2px solid #870234;
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-weight: 500;
    color: #AB013D;
}

.input-hidden {
    height: 0;
    width: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    float: right;
}

.row-titulo {
    height: 56px;
}

.text-right {
    text-align: right;
}

.div-titulo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.titulo {
    font-size: 24px;
    font-weight: 300;
    height: 48px;
    display: flex;
    align-items: flex-end;
}

.titulo-sm {
    font-size: 16px;
    font-weight: 400;
    height: 34px;
    display: flex;
    align-items: flex-end;
}

.box-lg {
    /*border: 1px solid #dee2e6;*/
    border: 1px solid #f0a1a1;
    border-radius: .375rem;
    width: 100%;
    height: 54.5px;
    background-color: #fff7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .box-lg i {
        /*color: #bebebe;*/
        color: red;
    }

    .box-lg:hover {
        border: 2px solid #dee2e6;
        cursor: pointer;
    }

    .box-lg:active {
        border: 1px solid #dee2e6;
        background-color: #ebebeb;
    }

.box-lg-selected {
    /*border-color: #05ac05;*/
    background-color: #ecfeec;
    border: 2px solid #05ac05;
}

.box-bi-selectd {
    color: #05ac05 !important;
}

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    background-color: #ffffff00 !important;
}

.box {
    border: 1px solid #dee2e6;
    height: 58px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    border-radius: .375rem;
}

.cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.edit {
    color: #27a516;
    text-decoration: none;
}

    .edit:hover {
        color: white;
        background-color: #27a51680;
        border: 2px solid #27a516;
    }

.orange {
    color: orange;
    text-decoration: none;
}

    .orange:hover {
        color: white;
        background-color: orange;
        border: 2px solid darkorange;
    }

.blue {
    color: blue;
    text-decoration: none;
}

    .blue:hover {
        color: white;
        background-color: blue;
        border: 2px solid darkblue;
    }

.purple {
    color: mediumpurple;
    text-decoration: none;
}

    .purple:hover {
        color: white;
        background-color: mediumpurple;
        border: 2px solid purple;
    }

.chocolate {
    color: chocolate;
    text-decoration: none;
}

    .chocolate:hover {
        color: white;
        background-color: chocolate;
        border: 2px solid brown;
    }

.salmon {
    color: salmon;
    text-decoration: none;
}

    .salmon:hover {
        color: white;
        background-color: salmon;
        border: 2px solid brown;
    }

.share {
    color: #ac04e3;
    text-decoration: none;
}

    .share:hover {
        color: white;
        background-color: #ac04e380;
        border: 2px solid #ac04e3;
    }

.delete {
    color: red;
    text-decoration: none;
}

    .delete:hover {
        color: white;
        background-color: #ff000080;
        border: 2px solid red;
    }

.details {
    color: #00a1ff;
    text-decoration: none;
}

    .details:hover {
        color: white;
        background-color: #00a1ff80;
        border: 2px solid #00a1ff;
    }

.pay {
    color: #32cd32;
    text-decoration: none;
}

    .pay:hover {
        color: white;
        background-color: #32cd3280;
        border: 2px solid #32cd32;
    }

.btn-app {
    border: 2px solid #d8d8d8;
    /* margin: 0 0.5rem; */
    width: 26px;
    display: flex;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    cursor: pointer;
}

footer {
    position: fixed;
    height: 40px;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    /*background-color: #ededed;*/
    line-height: 50px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*border-top: 1px solid #d7d7d7;*/
}

.font-small {
    font-size: 14px;
}

.eye:hover {
    color: #00afff;
    cursor: pointer;
}

.trash:hover {
    color: red;
    cursor: pointer;
}

.pencil:hover {
    color: #00afff;
    cursor: pointer;
}

.f13 {
    font-size: 13px;
}

.f16 {
    font-size: 16px;
}

.pl10 {
    padding-left: 10px;
}

.myButtons {
    height: 58px;
    border: 1px solid #dee2e6;
    font-weight: 400;
    color: #212529;
    width: 100%;
    border-radius: 0.375rem;
    cursor: pointer;
}

    .myButtons:hover {
        background-color: #f0f0f0;
        /*color: white !important;*/
    }

.on-off {
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    border-radius: 0.375rem;
    cursor: pointer;
}

textarea {
    resize: none;
}

#map {
    height: 454px;
    width: 100%;
}

.teamList {
    padding: 2px 5px;
}

    .teamList:hover {
        background-color: lightgray;
        cursor: pointer;
        border-radius: .275rem;
    }

.date-input {
    width: 100%;
    text-align: center;
    /*border: 0;*/
    /*border-bottom: 1px solid #6e6e6e;*/
    border: .5px solid #e9ecef;
    border-radius: .275rem;
}

    .date-input:focus {
        outline: none;
    }

.comments {
    --bs-gutter-x: .5rem;
    padding: 2px 0;
    font-size: 12px;
}

.fa-eye {
    color: blue;
}

    .fa-eye:hover {
        cursor: pointer;
    }

.fa-xmark {
    color: red;
}

    .fa-xmark:hover {
        cursor: pointer;
    }

.input-team {
    font-size: 12px;
    width: 100%;
    border: .5px solid #e9ecef;
    border-radius: .275rem;
    text-align: right;
}

.dt {
    margin-right: 15px;
}

.actions {
    width: 100px;
}

.totais {
    text-align: left;
    font-weight: 500;
}

    .totais > div {
        padding-left: 6px;
    }

.balance {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

    .balance > span {
        padding-left: 6px;
    }

.box-button {
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: .375rem;
}

    .box-button:hover {
        background-color: #f0f0f0;
        cursor: pointer;
    }



/*i:hover {
    position: relative;
}
i[aria-label]:hover:after {
    content: attr(aria-label);
    padding: 4px 8px;
    position: absolute;
    left: 30%;
    top: -11%;
    white-space: nowrap;
    z-index: 20;
    background: #ffffff;
    color: #000000;
    border: 1px solid grey;
    border-radius: .375rem;
}
*/
@media (max-width: 480px) {
    .font-small {
        font-size: 8px !important;
    }

    .comments {
        font-size: 8px;
    }

    .dt {
        font-size: 12px;
    }

    .cb {
        padding: 10px;
    }

    .actions {
        min-width: 100px;
    }

    .totais {
        text-align: right;
    }

        .totais > div {
            width: 105px;
        }

    .balance {
        text-align: right;
    }
}

@media (max-width: 430px) {
    .actions {
        min-width: 100px;
    }
}

@media (max-width: 393px) {
    .actions {
        min-width: 100px;
    }
}
