/* This file is reserved for overriding and extending the template styles. */

.invalid-feedback-input {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

img.object-none {
    object-fit: none;
}

.text-hover-primary:hover {
    color: var(--primary) !important;
}

select.is-invalid~.select2-container--bootstrap4 .select2-selection {
    border-color: #dc3545 !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #ddd;
    background: inherit !important;
    cursor: not-allowed;
}

.filled .icon.icon-18 {
    line-height: 1.3;
}

.body-bg-primary {
    background-color: var(--background);
}

.font-italic {
    font-style: italic;
}

.rotate-45 {

    /* Safari */
    -webkit-transform: rotate(45deg);

    /* Firefox */
    -moz-transform: rotate(45deg);

    /* IE */
    -ms-transform: rotate(45deg);

    /* Opera */
    -o-transform: rotate(45deg);

    /* Chrome */
    transform: rotate(45deg);
}

.hover-toogle{
    display: none;
}

.hover-toogle-content:hover .hover-toogle{
    display:block;
}

.hover-opacity-100 { opacity: 0; }
.hover-opacity-100-content:hover .hover-opacity-100 {
    opacity: 100;
}

.btn-check:checked+.btn-outline-light.btn-teeth {
    color: var(--dark-text) !important;
    background-color: var(--light);
}

.cursor-grab {
    cursor: grab;
}

.table-td-border-0 td {
    border: 0 !important;
}
.table-tr-align-baseline tr {
    vertical-align: baseline !important;
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.lh-0-5 {
    line-height: 0.5;
}
.page-item .page-link {
    min-width: var(--input-height);
    max-width: max-content;
    width: auto;
}
.font-bold-black { font-weight: 900 !important; }
.logotipo-guest {
    max-width: 100%;
    max-height: 80px;
}
.readable-text {
    font-family: "Cascadia mono", monospace;
    letter-spacing: 0.07em;
    word-break: break-word;
}

.object-fit-contain {
    object-fit: contain
}

tr.table-tr-accent-today:nth-of-type(even) {
    background-color: rgba(255, 219, 153, 0.3) !important;
}
tr.table-tr-accent-today:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(255, 219, 153, 0.6) !important;
}

.first-letter-upper *:first-letter {
    text-transform: uppercase;
}
