* {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    background: #232323;
}

input[type=text],
textarea,
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date] {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    color: #555;
    background-color: #f1f1f1;
    border: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

input[type=text],
textarea,
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
.material.woocommerce-page[data-form-style="default"] input#coupon_code {
    background-color: rgba(0, 0, 0, 0.1);
    padding-left: 32px;
    border-radius: 40px;
    border: 2px solid rgba(0, 0, 0, 0);
}

#leaderboard {
    padding: 50px;
}

.ladder-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #5055CB;
    padding: 10px 25px;
    border-radius: 10px;
    border: 1px solid #686EF9;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.5);
}


.ladder-title {
    flex: 2;
}

.ladder-search {
    flex: 1;
    padding-right: 25px;
}

.ladder-title {
    font-size: 20px;
    color: #888DFF !important;
    font-weight: bold;
    text-transform: uppercase;
}

.ladder-search input {
    color: white
}

.ladder-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888DFF;
}

.ladder-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #888DFF;
}

.ladder-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #888DFF;
}

.ladder-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #888DFF;
}

.leaderboard-results {
    text-align: left;
    border-collapse: collapse;
}

.leaderboard-results thead th {
    padding: 25px;
    color: #747474;
    font-size: 14px;
    font-weight: bold;
}

.leaderboard-results tbody td {
    padding: 15px 25px;
    background: #1a1a1a;
    font-size: 16px;
    border-bottom: 5px solid #232323;
}

.leaderboard-results tbody td:nth-of-type(7) {
    font-weight: bold;
}

.leaderboard-results tbody tr:hover td {
    background: #1d1d1d;
}

.leaderboard-results tbody tr {
    color: #747474;
}

.leaderboard-results tbody tr:first-child {
    color: #686EF9;
}

.leaderboard-results tbody span {
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 50%;
}

.leaderboard-results tbody tr:first-child span {
    background: #5055CB;
    color: white;
}

.leaderboard-results tbody tr span {
    background: #262626;
    color: #747474;
}

/* /end Leaderboard Results */

#pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}


#prev-page,
#next-page {
    background-color: #5055CB;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-right: 30px;
    margin-left: 30px;
}

#prev-page:hover,
#next-page:hover {
    background-color: #394D9B;
    transform: scale(1.1);
}

#prev-page:disabled,
#next-page:disabled {
    background-color: #dddddd;
    color: #888888;
    cursor: not-allowed;
}

#results-table {
    margin-bottom: 20px;
}

#page-number {
    color: #888888;
}

#results-table tbody tr {
    transition: all 0.2s ease-in-out;
}

#results-table tbody tr:hover {
    transform: scale(1.03);
}

.dropdown {
    width: 100%;
    font-size: 14px;
    border: none;
    color: #888888;
    background-color: #232323;
}

.clickable {
    cursor: pointer;
}


footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.heartIt {
    width: 100%;
    margin-bottom: 10px;
    align-self: flex-start;
}

.heartIt img {
    width: 40px;
    height: auto;
    opacity: 0.7;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

footer span {
    color: white;
    margin: 0 10px;
    /* Add a margin of 10px on either side of the span element */
}

footer a {
    color: #747474;
    text-decoration: none;
    display: inline-block;
}

footer a:hover {
    color: #5055CB;
}


.container {
    margin: 10px;
    display: inline-block;
    width: auto;
    min-width: 39%;
    padding: 15px 15px;
    border-radius: 8px;
    color: #fff;
    background-color: #232323;
    /* box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.5); */
    box-shadow: inset 5px 5px 10px #0e0e0e, inset -5px -5px 10px #363636;
}

.resultCon {
    margin: 40px;
    border-radius: 8px;
    color: #fff;
    background-color: #232323;
    box-shadow: inset 5px 5px 10px #0e0e0e, inset -5px -5px 10px #363636;
}


.graphs {
    text-align: center;
    margin: 25px;
}


.result-table {
    background: #232323;
    border-radius: 0.25em;
    border-collapse: collapse;
    margin: 1em;
}

.result-table th {
    border-bottom: 1px solid #364043;
    color: #5055CB;
    font-size: 0.85em;
    font-weight: 600;
    padding: 0.5em 1em;
    text-align: center;
}


.result-table td {
    color: #747474;
    font-weight: 400;
    padding: 0.65em 1em;
    text-align: center
}


.result-table tbody tr {
    transition: background 0.25s ease;
}


.result-table tbody tr:hover {
    color: white;
    background: #5055CB;
}


.student-detail {
    display: grid;
    grid-gap: 4px;
    margin: 20px;
    padding: 30px;
    text-align: center;
    color: white;
}

.card-inner1 {
    flex: 0 0 50%;
}

.card-inner2 {
    flex: 0 0 50%;
    margin-left: auto;
    text-align: right;
}

#result {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 600px;
    text-align: center;
    width: 80%;
    max-width: 800px;
    margin: 60px auto;
}

.resultCon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 20px;
}

.semester-result {
    position: relative;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.semester-result table {
    margin: 20px;
}


.resultCon {
    width: 100%;
    margin: 20px;
    overflow: auto;
    padding: 30px;
}

.hidden {
    display: none;
}

.semester-result table {
    margin: 30px;
}

.semester-result .semester-results {
    margin: 30px;
}

.semester-result .semester-results p {
    margin: 5px auto;
    text-align: left;
}

.buttonCon {
    width: 100%;
    text-align: center;
}

.semester-button {
    --hover-shadows: 13px 13px 10px #121212,
        -5px -5px 7px #303030;
    --accent: #5C8DF6;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 1.1em;
    background-color: #212121;
    color: white;
    padding: 7px 14px;
    font-size: 88%;
    margin: 4px;
    transition: box-shadow ease-in-out 0.3s,
        background-color ease-in-out 0.1s,
        letter-spacing ease-in-out 0.1s,
        transform ease-in-out 0.1s;
    box-shadow: 13px 13px 10px #1c1c1c,
        -5px -5px 7px #262626;
}

.semester-button:hover {
    box-shadow: var(--hover-shadows);
}

.semester-button.active {
    box-shadow: var(--hover-shadows),
        var(--accent) 0px 0px 6px 2px;
    background-color: var(--accent);
    transform: scale(0.85);
}