﻿#colapse0[aria-expanded=false] {
    background-color: white;
}

#colapse0[aria-expanded=true] {
    background-color: #8fd8f9;
}

caption {
    caption-side: top;
    text-align: left;
    font-size: 24px !important;
    padding: 0;
    font-weight: bold;
    color: #212529;
}

div[id^="colapse"] h3{
    text-transform: capitalize;
}

.vue-simple-suggest {
    width: 100%;
}

.vue-simple-suggest.designed .input-wrapper input {
    border-radius: 20px !important;
    padding-left: 20px !important;
}

.bottomShadow {
    box-shadow: rgb(5 41 76 / 10%) 0px 20px 20px 0px;
    padding-bottom: 1px !important;
}

.priceComment {
    background-color: #e8f7fe;
    border-radius: 20px;
}

.fixedTable {
    table-layout: fixed;
}

.fixedTable th:first-child {
    padding: .5rem !important;
    padding-top: 0 !important;
    font-size: 20px !important;
}

.fixedTable th span {
    display: inline-flex !important;
    align-items: center !important;
}

.fixedTable .fa {
    font-size: 1.3em;
    margin-bottom: 0.08em;
}

.fixedTable td, th:not(:first-child) {
    padding: 0.5rem !important;
}

.fixedTable th {
    padding-top: 0 !important;
}

.filterTable th {
    font-size: 20px;
    padding: .5rem !important;
}

.w-15 {
    width: 15% !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.fixedTd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile {
    display: none;
}

.desktop {
    display: table-cell;
}

div[id^="colapse"][aria-expanded=false] .fa-chevron-up {
    display: none;
}

div[id^="colapse"][aria-expanded=true] .fa-chevron-down {
    display: none;
}

.hoverBorder {
    border: 2px solid #a1cff700;
}

.hoverBorder:hover {
    border: 2px solid #a1cff7;
}

@media (max-width: 576px) {
    .mobile {
        display: table-cell;
    }

    .desktop {
        display: none;
    }

    .roundedBtn {
        padding: 5px 10px !important;
        font-size: 10px !important;
    }

    .mr-3 {
        margin-right: 5px !important;
    }

    .mb-3 {
        margin-bottom: 5px !important;
    }

    .p-4 {
        padding: .5rem !important;
    }

    .slow-expand.px-4 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .exceptp4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-3 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .fixedTable th:first-child {
        padding: 0 !important;
        padding-left: 0.5rem !important;
        font-size: 14px !important;
    }

    .fixedTable th:not(:first-child) {
        font-size: 12px !important;
    }

    td {
        font-size: 12px !important;
        padding: .5rem 0.25rem !important;
    }

    td span{
        font-size: 10px !important;
    }

    .mx-4 {
        margin-left: .5rem !important;
    }

    #colapseFilter {
        padding-left: 0px !important;
    }

    .fixedTable tr td:not(:first-child) {
        text-align: right !important;
    }

    .fixedTable th:not(:first-child) {
        text-align: right !important;
    }

    .fixedTable th {
        padding: 0 0.25rem !important;
    }

    .filterTable th {
        padding: 0 0.25rem !important;
        font-size: 14px !important;
    }

    .priceComment {
        padding: 0.5rem 1.5rem !important;
    }

    .priceComment li {
        font-size: 0.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    input[type="search"]::-webkit-search-cancel-button {
        font-size: 25px;
    }

    caption {
        font-size: 16px !important;
    }
}