body {
    margin: 0;
    padding: 0;
    background-color: #fafafa;

}

html.yui3-js-enabled>body#page-blocks-tekcustomui-event_dashboard section#region-main {
    overflow: hidden !important;
}

:root {
    --main-color: #1a1a1a;
    --white-color: #fff;
    --black-color: #1a1a1a;
    --para-text: #999;
    --button-color: #333;
    --link-color: #0041f0;
    --yellow-button: #B5D136;
    --blue-button: #3e2f67;
    --light-gray-background: #ede8d0;
}

/* 
.font-light {
    font-family: GraphikLight !important;
}

.font-regular {
    font-family: GraphikRegular !important;
}

.font-medium {
    font-family: GraphikMedium !important;
}

.font-bold {
    font-family: GraphikBold !important;
}

.font-semibold {
    font-family: GraphikSemibold !important;
} */

body.light-mode .bottom-done-new a i {
    color: #fff !important;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent background color */
    display: none;
    justify-content: center;
    align-items: center;
}

/* 
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: GraphikRegular !important;
} */

#page-header {
    display: none;
}

#region-main,
#region-main-box {
    padding: 0rem;
}


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

.theme-color {
    color: var(--main-color) !important;
}

.theme-button {
    background-color: var(--main-color) !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.theme-black-button {
    background-color: var(--button-color) !important;
    color: #fff !important;
    border: 2px solid var(--button-color);
    border-radius: 0px !important;
}

.border-only {
    border: 2px solid var(--button-color);
    background-color: #fff;
    color: var(--button-color);
}

.text-white {
    color: var(--white-color);
}

.w-20_space {
    width: 20% !important;
}

.text-light {
    color: var(--para-text) !important;
}

.text-black {
    color: var(--black-color) !important;
}

.button-color {
    color: var(--button-color);
}

.link-color {
    color: var(--link-color);
}

.yellow-button {
    color: var(--yellow-button);
}

.blue-button {
    color: var(--blue-button);
}

.text-black-two {
    color: #222222;
}

.text-black-three {
    color: #333333;
}

.text-black-four {
    color: #262424;
}

.cal-text {
    color: #7C7C7C;
}

.violet-color {
    color: #A100FF !important;
}


/* Headings  */

.h3 {
    font-size: 42px !important;
}

.h4 {
    font-size: 32px !important;
}

.h5 {
    font-size: 26px !important;
}

.h6 {
    font-size: 18px !important;
}




/* font size */

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

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

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

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

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


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

.fs-20 {
    font-size: 20px !important;

}

.fs-21 {
    font-size: 21px !important;

}

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

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

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

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


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

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

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

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

.bg-white {
    background: #fff !important;
}

/* font weight */

/* .fw-bold {
    font-weight: bold;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}
 */

/* font family */


/* .mt-6 {
    margin-top: 6px !important;
}  */


/* gap */
.gap-3 {
    gap: 30px;
}

.gap-15 {
    gap: 15px;
}

.gap-10 {
    gap: 10px;
}

/* Top menu */
.main-tab-section {
    background-color: var(light-gray-background);
}

.active-menu {
    border-bottom: 4px solid var(--brand-color-main) !important;
    /* font-family: GraphikSemibold !important; */

}

/* 
.active-nav {
    font-family: GraphikSemibold !important;

}

.active-font {
    font-family: GraphikSemibold !important;
} */

.menu-underline-top {
    margin-top: 17px;
}

.menu-underline {
    margin-bottom: -5px;
}

.border-bot-pos {
    margin-bottom: -7px;
}

.active-main-menu {
        background-color: rgb(233, 230, 210) !important;
    padding: 10px 10px;
}

.summary-background {
    /* background-color: #e6eef0; */
    background-color: #6897A416;
}

.transparent-background {
    background-color: transparent;
}

.text-undeline {
    text-decoration: underline;
}

.h-45 {
    height: 45px;
}


/* shadow */

.common-shadow {
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
}

.common-shadow-1 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.z-1 {
    z-index: 1;
}

body.accenture .card-body {
    background: #fafafa !important;
}


/* common css */
input[type="checkbox"]:focus {
    box-shadow: none;
}

ul li {
    list-style: none;
}

.cursor-pointer {
    cursor: pointer;
}

a,
button {
    cursor: pointer !important;
}

/* line ellipse */
.one-line-ellipse {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* Maximum number of lines to display */
    overflow: hidden;
    text-overflow: ellipsis;
}

.two-line-ellipse {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Maximum number of lines to display */
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-line-ellipse {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* Maximum number of lines to display */
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-body {
    padding: 0px;
}

.custom-mt-5 {
    margin-top: 5rem;
    /* Adjust the value as needed */
}



.view_body {
    background-color: #fff !important;
}

.themeLine {
    border-top: 1px solid var(--main-color)
}

@media only screen and (max-width:991px) {
    .h3 {
        font-size: 36px !important;
    }

    .h4 {
        font-size: 26px !important;
    }

    .h5 {
        font-size: 18px !important;
    }

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

    .w-20_space {
        width: auto !important;
    }

    .main-tab-section .gap-3 {
        gap: 10px;
    }

    .active-main-menu {
        background-color: #460073;
        padding: 7px 25px;
    }

}

@media only screen and (max-width:600px) {
    .h3 {
        font-size: 24px !important;
    }

    .h4 {
        font-size: 20px !important;
    }

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

    .h6 {
        font-size: 14px !important;
    }

    .p {
        font-size: 13px !important;
    }

    .border-bot-pos {
        margin-bottom: 0px;
    }
}

#page #region-main>.card {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body.accenture a.setgoal_button {
    background-color: #111;
    color: #fff !important;
    padding: 10px 20px;
}

body.accenture a.setgoal_button:hover {
    background-color: #460B73;
    color: #fff;
    padding: 10px 20px;
}

#page-blocks-tekcustomui-lab_playground .header-content h5 span {
    max-width: fit-content;
}

#page-blocks-tekcustomui-lab_playground .header-content h5 a.prev-page-url {
    width: 24px !important;
}

#page-blocks-tekcustomui-event_dashboard .header-content h5 span {
    max-width: fit-content;
}

#page-blocks-tekcustomui-event_dashboard .header-content h5 a.prev-page-url {
    width: 24px !important;
}

#page-blocks-tekcustomui-weekly_quiz .header-content h5 span {
    max-width: fit-content;
}

#page-blocks-tekcustomui-weekly_quiz .header-content h5 a.prev-page-url {
    width: 24px !important;
}

#page-blocks-tekcustomui-events .header-content h5 span {
    max-width: fit-content;
}

#page-blocks-tekcustomui-events .header-content h5 a.prev-page-url {
    width: 24px !important;
}

.header-content {
    margin-bottom: 10px;
}


.header-content {
    width: max-content;
}