@import url("/assets/fonts/Anybody/fontStyle.css");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Anybody", Sans-serif;
    scrollbar-width: none;
}

/* Light Mode */

.light-mode .card-background {
    background: var(--card-background-color-light);
}

.light-mode .primary-btn {
    background: var(--primary-color);
}

.light-mode .secondary-btn {
    background: var(--secondary-btn-bg-color);
}

.light-mode .title-data {
    color: #1f1f1f;
}

.light-mode .card-active-link {
    border: 2px solid var(--primary-color);
    border-radius: 8px;
}

.light-mode .description-data {
    color: var(--border-color);
}

.light-mode .view-profile-btn {
    border: 1px solid #e5e5e5;
}

.light-mode .events-list li,
.light-mode .cards-title .light-mode {
    color: var(--dashboard-cards-title-color);
}

.light-mode .events-list li,
.light-mode .cards-title {
    border-color: #ecedf0;
}

.light-mode .card-active-link {
    border: 2px solid var(--primary-color);
    border-radius: 8px;
}
.light-mode .text-secondary-color {
    color: var(--secondary-text-light-color) !important;
}

.list-style {
    list-style: none;
}
.light-mode .light-icon {
    display: block;
}
.light-mode .dark-icon {
    display: none;
}

.light-mode .border-color {
    border-color: #918f8f !important;
}

.light-mode .border-color:hover {
    border-color: #525252 !important;
    cursor: pointer;
}

.light-mode .cancel-btn {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.dark-light {
    width: 3rem;
    height: 1.7rem;
    border: 1px solid;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #fff !important;
    position: sticky !important;
}
.dark-light-icon {
    height: 1.6rem;
    width: 1.6rem;
    border: 1px solid;
    border-radius: 50%;
}

/* Dark Mode */

.dark-mode .dark-light {
    justify-content: end;
}

.dark-mode .card-background {
    background: var(--card-background-color);
}

.dark-mode .border-color {
    border-color: var(--border-color) !important;
}
.dark-mode .text-color {
    color: var(--primary-text-color) !important;
}
.dark-mode .text-secondary-color {
    color: var(--secondary-text-color) !important;
}
.dark-mode .light-icon {
    display: none;
}
.dark-mode .dark-icon {
    display: block;
}
.dark-mode .cancel-btn {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.dark-mode .secondary-btn,
.dark-mode .view-profile-btn {
    border: 1px solid var(--secondary-btn-border-color);
    background: transparent;
    color: var(--golden);
}

.dark-mode .profile-view {
    background: #2a2e32;
}

.dark-mode .card-active-link {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
}

.dark-mode .card-active-link {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
}

.body-container {
    max-width: 1400px !important;
    margin: auto;
    font-family: Aileron, sans-serif;
}
.card {
    border-radius: 12px;
    border: none !important;
}
.cursor {
    cursor: pointer;
}
.table-responsive {
    scrollbar-width: thin;
}
/* font size */
.main-heading-size {
    font-size: var(--main-heading-size);
    letter-spacing: -1px;
    line-height: 31.2px;
}
.sub-heading {
    line-height: 25.6px;
}

.bold-size {
    font-weight: var(--bold);
}

.save-modal {
    padding: 32px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* font weight */
.very-small-font-size {
    font-size: 10px;
}
.font-size-13 {
    font-size: 13px;
}
.small-font-size {
    font-size: 12px;
}

.med-small-font-size {
    font-size: 11px;
}

.medium-font-size {
    font-size: 16px;
}

.semi-font-size {
    font-size: 14px;
}
.large-font-size {
    font-size: 18px;
}
.xl-font-size {
    font-size: 20px;
}
.xll-font-size {
    font-size: 22px;
}

.xl-font-size {
    font-size: 24px;
}

.xxl-font-size {
    font-size: 28px;
}

@media (max-width: 600px) {
    .xxl-font-size {
        font-size: 20px;
    }
}
.small-radius {
    border-radius: 4px;
}
.light-weight {
    font-weight: 300;
}
.normal-weight {
    font-weight: var(--normal);
}
.med-weight {
    font-weight: var(--med);
}

.semi-weight {
    font-weight: var(--semi);
}
.bold-weight {
    font-weight: var(--bold);
}
.card-radius {
    border-radius: 0.625rem;
}
.border-bottom {
    border-bottom: 1px solid;
}
.border-left {
    border-left: 1px solid;
}
.border-right {
    border-right: 1px solid;
}
.active-tab {
    color: var(--primary-color);
    font-weight: var(--semi) !important;
}
.tab-border {
    border-bottom: 2px solid;
}
.shadow-cards-radius {
    border-bottom-left-radius: 0.875rem;
}
.padding-container {
    padding: 2rem;
}
.btn {
    border-radius: 0.375rem;
    padding: 0.625rem 0.875rem 0.625rem 0.875rem;
    line-height: 1.05rem;
    font-size: var(--primary-btn-text-size);
    font-weight: var(--semi);
}
@media only screen and (max-width: 950px) {
    .btn {
        font-size: 0.75rem;
    }
}
.primary-btn {
    border: none;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.form-check-input {
    height: 1.2rem !important;
    width: 1.2rem !important;
}
