:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;

    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 14px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
font-size: 14px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small,
.small {
    font-size: 0.875em;
}

mark,
.mark {
    padding: 0.1875em;
    background-color: var(--bs-highlight-bg);
}

.rounded-5 {
    border-radius: 16px !important;
}

.bg-primary-table {
    background-color: #f1f4f9 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0d6efd !important;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #0d6efd !important;
}

.whats-card {
    background-color: #f1fff7;
    color: #3eb973;
    font-weight: 500;
    border-radius: 12px;
    font-size: 16px;
}

/* .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #f9f9f9 !important;
    color: var(--bs-table-striped-color);
} */

/* .table > :not(:last-child) > :last-child > * {
    border-bottom-color: none !important;
} */

th,
td {
    padding: 8px !important;
    text-align: left !important;
    border-bottom: 1px solid #cbcbcb !important;
}

.fw-normal-500 {
    font-weight: 500 !important;
}

th {
    font-weight: 500 !important;
}

.rounded-upper {
    border-radius: 50px 50px 0px 0px !important;
}

.slider-nav .btn {
    display: block;
    /* width: 100%; */
    padding: 8px 20px;
    min-width: 80px;
    margin-bottom: 10px;
    border-color: #3a94ff;
    color: #7a8aaf !important;
    background-color: #ffffff !important;
    /* Unactive background color */
}

.slick-slide {
    margin: 0 8px;
    /* Add space between slides */
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + label {
    border: 0px;
    background: linear-gradient(to left, #0468fa, #0096fe) !important;
    color: white !important;
}

.table > :not(:last-child) > :last-child > * {
    text-align: center !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    text-align: center !important;
}

.table > :not(caption) > * > * {
    text-align: center !important;
}

.myrank {
    border-radius: 12px !important;
    background-color: #e7f3ff !important;
    border: 1px solid #0c83ff !important;
}

.myrank-back {
    color: #0c83ff !important;
    /* background: #e7f3ff !important; */
}

.w-100-for {
    min-width: 1180px !important;
    width: 1204px !important;
    height: max-content;
    padding-top: 28px;
    max-width: 1204px !important;
}

.take-test {
    overflow-x: auto;
    display: flex;
    width: 1324px !important;
    height: 162px;
    justify-content: center;
}

.text-primary-card {
    color: #52a7ff !important;
    background-color: #e7f3ff !important;
    height: 90px;
    width: 90px;
}
.card-1 {
    margin-top: 10px;
    left: 0;
    max-width: 100px;
}
.card-2 {
    left: 206px !important;
    max-width: 100px;
    margin-top: 10px;
}
.card-3 {
    left: 390px !important;
    max-width: 100px;
    margin-top: 10px;
}
.card-4 {
    left: 600px !important;
    max-width: 100px;
    margin-top: 10px;
}
.card-5 {
    left: 820px !important;
    max-width: 100px;
    margin-top: 10px;
}
.card-6 {
    left: 1031px !important;
    max-width: 100px;
    margin-top: 10px;
}
.card-7 {
    left: 1220px !important;
    max-width: 100px;
    margin-top: 10px;
}
.text-width {
    width: 167px !important;
}

.bottom-cards {
    color: #628ee1 !important;
}

.mentorsimages {
    -webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) !important;
}

.student-data-card::-webkit-scrollbar {
    width: "4px";
}

.student-data-card::-webkit-scrollbar-track {
    background: "#f1f1f1";
}

.student-data-card::-webkit-scrollbar-thumb {
    background: "#888";
    border-radius: "4px";
}

.student-data-card::-webkit-scrollbar-thumb:hover {
    background: "#555";
}

#ultimate-ctking-dream-team,
#current-dream-team {
    display: none;
}

.fs-16 {
    font-size: 12px !important;
}

.about-text-container {
    display: flex;
    gap: 15px;
}

.w-50px {
    width: 50px !important;
}

.slick-slide:focus-visible,
button:focus-visible,
button:focus {
    outline: none !important;
}

.card-bg-dreamteam {
    background-position: right !important;
    background-position-y: bottom !important;
    background-size: cover;
    background-repeat: no-repeat !important;
}

td.myrank-back {
    padding: 10px -1px !important;
}

input[type="search"] {
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 0;
}

input[type="search"]:focus {
    box-shadow: none !important;
}

.text-black {
    color: #000000;
}

/* width */
.student-data-card::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.student-data-card::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

/* Handle */
.student-data-card::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

/* Handle on hover */
.student-data-card::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dream-team-card {
    border-radius: 1.25rem;
    border: none;
    box-shadow: none;
    border: 1px solid #007bff;
    margin-bottom: 1rem;
}

.dream-team-title {
    color: #55aaff;
}

.dream-team-subtitle {
    color: #7c7c7c;
}

.about-text-container {
    display: flex;
    align-items: start;
}

.about-icon {
    width: 30px;
}

.goal-icon {
    width: 50px !important;
}

.about-heading {
    color: #686868 !important;
}

.about-description {
    color: rgb(33, 37, 41) !important;
}

.about-ready {
    color: #7c7c7c !important;
    font-weight: bold !important;
    margin-left: 0.75rem;
}

/*.page-content, html {*/
/*    background-color: #ebebeb !important;*/
/*}*/

.current_dream_team_img,
.ultimate_dream_team_img {
    position: relative;
    top: 15px;
}

.ultimate_dream_team_img {
    top: 8px;
}

.rounded-pill {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-nav {
    padding: 0 10px 0 8px;
}

.sticky-table-head {
    position: sticky;
    top: 0;
    background: white;
}


.announce_ment_new_events_padding {
    padding: 0 8px 8px 8px !important;
}