﻿.results-page {
    padding-top: 100px;
    padding-bottom: 70px;
    font-weight: 400;
    line-height: 28px;
    color: #5e6e7d;
}

.top-row {
    display: flex;
    align-items: flex-end;
    margin: 0px;
    /*padding: 10px 0px;*/
    padding: 15px 0px;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #0ca7d5 0%, #223A9E 100%);
}

.drop-button {
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 80%;
    color: #223A9E;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    padding: 5px 10px;
    background: white;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

    .drop-button:hover {
        color: #223A9E;
        outline: none;
        transform: translateY(3px);
        box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.17);
    }


    .drop-button option {
        color: #5e6e7d;
    }


@media screen and (max-width: 768px) {
    .drop-button {
        text-align: center;
        padding-left:5px;
        padding-right:5px;
        width: -webkit-fill-available;
    }
}

.results-section {
    padding-bottom:50px;
    background-color: #fff;

    width: 100%;
}
.content-sec{
    padding:20px
}
/*.result-table {
    padding: inherit;
}*/


/*tr:nth-child(even) {
    color: black;
     font-weight: 500;
    background-color: #0ca7d5;
}*/
/*tr:nth-child(odd) {
    color: black;
    font-weight: 500;
    background-color: #0ca7d5;
}*/

/*.table td, .table th{
    padding:5px;
}*/

/*div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    border: none;
    border-radius: 12px !important;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}*/

/*Result top row style*/
.result-nav{
    margin: 0px;
    /*padding: 10px 0px;*/
    padding: 15px 0px;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #0ca7d5 0%, #223A9E 100%);
}

/*for year and dates*/
.small-dropdown {
    border: 0;
    color: #223A9E;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    /*padding: 5px 30px;*/
    background: white;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}



.small-dropdown:hover {
    color: #223A9E;
    outline: none;
    transform: translateY(3px);
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.17);
}


.small-dropdown option {
    color: #5e6e7d;
}

.dd-flex-property {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
/*for results table redesign */
tr:nth-child(even) {
    color: black;
    font-weight: 500;
    background: linear-gradient(272deg,#fcc38c 0,#aab5fb 100%);
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);*/
}

tr:nth-child(odd) {
    color: black;
    font-weight: 500;
    background: linear-gradient(272deg,#fcc38c 0,#aab5fb 100%);
    /*background: linear-gradient(90deg,#fcc38c 0,#aab5fb 100%);*/
}