

/* Seaarch bar styles */
.skyward-rush-search-last-updated {
    color: #626283;

    /* Body 1 (medium) */
    font-family: Montserrat, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

@media (max-width: 1023px) {
    .skyward-rush-search-last-updated {
        font-size: 14px;
    }
}
.skyward-rush-search-container table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.skyward-rush-search-container tr td.highlight {
    background-color: #3B3B54 !important;
    color: #FF73FF !important;
}

.skyward-rush-search-container table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.skyward-rush-search-container table tr {
    padding: .35em;
}

.skyward-rush-search-container table th,
.skyward-rush-search-container table td {
    color: #fff;
    text-align: center;
    text-wrap: wrap;
    word-wrap: break-word;
    padding: 0 !important;
    vertical-align: middle;
    border: 2px solid #000 !important;

}

.skyward-rush-search-container table th {
    letter-spacing: .1em;
    text-transform: uppercase;
    height: 66px;
    text-align: center;
    vertical-align: middle;
    background-color: #292935;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;

}

.skyward-rush-search-container table td {
    background-color: #3B3B54 !important;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    height: 56px;
    color: #FF73FF;
}

.skyward-rush-search-container .before-search td{
    color: #fff !important;
}

.before-search-text {
    text-align: left;
    padding-left: 44px;
    position: relative;
}

.before-search-text:before {
    content: url('attention-icon.svg');
    position: absolute;
    left: 12px;
    top: 6px;
    pointer-events: none; /* Prevent icon from intercepting clicks */
    height: 24px;
}
.skyward-rush-search-responsive-table .before-search-text {
    display: flex;
    align-content: center;
    gap: 8px;
}
.skyward-rush-search-responsive-table .before-search-text:before {
    position: static;
}

.skyward-rush-search-heading {
    display: flex;
    padding: 10px 16px 10px 24px;
    margin-bottom: 8px;
    background-color: #292935;
    gap: 12px;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .skyward-rush-search-container table th,
    .skyward-rush-search-container table td {
        font-size: 11px;
        line-height: 20px;
        height: 60px;
    }

    .skyward-rush-search-heading {
        padding: 10px 16px;

    }
}

@media (max-width: 787px) {
    .skyward-rush-search-heading {
        padding: 12px 16px;

    }
}

.skyward-rush-search-heading-controls {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (max-width: 1023px) {
    .skyward-rush-search-heading-controls {
        flex-wrap: wrap;
    }
}

.skyward-rush-search-search-container {
    position: relative;
    width: 290px;
    display: flex;
    align-items: center;
}

input.skyward-rush-search-search {
    width: 100%;
    height: 40px;
    padding: 8px 12px; /* 8px top-bottom, 12px left-right */
    padding-left: 42px; /* Extra space for the left icon */
    background-color: #3B3B54;
    color: #ffffff; /* Text color */
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: Arial, sans-serif; /* Adjust font as needed */
    /* hide the number spinner everywhere */
}

input.skyward-rush-search-search.highlighted {
    border: 1px solid #FF73FF;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.skyward-rush-search-search::placeholder {
    color: #626283;
    opacity: 1; /* Ensure the placeholder color shows fully */
}

.skyward-rush-search-search-container::before {
    content: url('search-icon.svg'); /* Path to search SVG icon */
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent icon from intercepting clicks */
    height: 24px;
}

.hidden-row {
    display: none;
}

@media (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }

    .skyward-rush-search-responsive-table {
        padding:0;
    }

    .skyward-rush-search-responsive-table li {
        display: block;
        border-radius: 8px;
    }

    .skyward-rush-search-responsive-table .table-col > div {
        padding: 8px;
        text-align: left;
    }
    .skyward-rush-search-responsive-table .table-col {
        flex-basis: 100%;
        align-items: stretch;
    }

    .skyward-rush-search-responsive-table {
        text-align: center !important;
    }

    a.skyward-rush-search-link {
        width: auto;
        background-position: right;
    }

    .table-col {
        display: flex;
        margin-bottom: 3px;
    }

    .table-col:last-child {
        border-bottom: none;
    }

    .table-col:first-child {
        border-radius: 8px 8px 0 0;
    }

    .table-col .table-col-heading {
        color: #fff;
        content: attr(data-label);
        flex-basis: 50%;
        background-color: #292935;
        font-weight: bold;
        font-family: Montserrat, serif;
        font-size: 11px;
        text-align: left;
        text-transform: uppercase;
        padding: 12px 8px;
        min-width: 100px;
    }

    .table-col .table-col-content {
        font-family: Montserrat, serif;
        font-size: 12px;
        flex-basis: 50%;
        background: #3B3B54;
        color: #C9C9D7;
    }
    .table-col {
        background: #3B3B54;
        color: #C9C9D7;
    }

    .highlighted.table-row .table-col-content {
        color: #FF73FF;
    }
}
@media (min-width: 768px) {
    .skyward-rush-search-responsive-table {
        display: none;
    }
}

