.display-block {
    display: block !important;
}

#region-main>.card{
    margin-bottom: 0px !important;
}

.display-none {
    display: none;
}

.black-two {
    color: #141414;
}

.text-white-two {
    color: #E3E3E3;
}

.modal-full {
    min-width: 90% !important;
}

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

.w-10 {
    width: 10%;
}

.w-20 {
    width: 16%;
}

.w-500 {
    width: 550px;
}

.w-300 {
    width: 300px;
}

.w-200 {
    width: 220px;
}


/* .w-30 {
    width: 30%;
} */
.w-80 {
    width: 80%;
}

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

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

.pastevent-title {
    color: #141414;
}

/* cursor pointer */

.cursor-pointer {
    cursor: pointer;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

/* event-main page css */

.Hero-section {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 49%), rgb(7 7 7 / 83%)), url(../assets/images/background-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



/* new design changes */

.weekly-quiz-title::before {
    content: "";
    position: absolute;
    top: -23px;
    right: -47px;
    width: 1px;
    height: 107px;
    background-color: #0000006e;
}

.mp-titles {
    border-bottom: 1px solid #0000006e;
}

.mp-hover:hover {
    background: linear-gradient(90deg, rgb(12 12 12) 0%, rgb(6 6 6) 35%, rgb(2 0 6) 100%);
    color: #fff !important;
    cursor: pointer;
}

/* 31-07-2025  new theme css added */


#page-blocks-tekcustomui-event_dashboard section#region-main {
    margin-top: 0px !important;
}

#page-blocks-tekcustomui-event_dashboard #page
 {
    margin-top: 38px;
}

#page-blocks-tekcustomui-event_dashboard section#region-main {
    border-radius: 0px !important;
}

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


#page-blocks-tekcustomui-weekly_quiz .events,#page-blocks-tekcustomui-events .events {
    margin-top: 0px !important;
}

#page-blocks-tekcustomui-weekly_quiz #page,#page-blocks-tekcustomui-events #page{
    margin-top: 16px;
}


#page-blocks-tekcustomui-weekly_quiz .events, #page-blocks-tekcustomui-events .events {
    padding: 0 20px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:focus-within {
    background-color: var( --brand-color-secondary) !important;
    color: var( --brand-color-black) !important;
 
}

#page-blocks-tekcustomui-event_dashboard .Hero-section h3 , #page-blocks-tekcustomui-event_dashboard .Hero-section p {
    color: #fff !important;
}
.quiz-section-two .click-here-link {
    color: var(--main-color) !important;
}

.sort-by-button .sort-by {
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
    background-color: var(--white-color) !important;
    border: 1px solid #ccc !important; */
    /* padding: 5px 25px !important; */
    border: 1px solid #ccc;
    position: relative;
    padding: 5px 24px;
    cursor: pointer;
    width: 200px;
    background-color: #fff;
}

.sort-by-button .sort-by:hover {
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
    background-color: var(--white-color) !important;
    border: 1px solid #ccc !important; */
    /* padding: 5px 25px !important; */
    border: 1px solid #ccc;
    position: relative;
    padding: 5px 24px;
    cursor: pointer;
    width: 200px;
    background-color: #fff;
}

.quiz-section-card .view-course-button {
    background-color: #1a1a1a !important;
    color: #fff !important;
    padding: 10px 20px;
    transition: 0.5s ease-in-out;
}


.timers {
    font-size: 14px;
    /* font-weight: 100; */
    color: #000000;
    display: flex;

}


.timers .timer .timer-count {
    color: #0041f0 !important;
    width: 50px;
    text-align: start;
    font-size: 12px !important;
    /* font-family: GraphikRegular !important; */
}



.timers .timer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    position: relative;
    /* font-weight: bold; */
    width: 50px;

    /* text-align: center; */
}


.timer-count-main {
    padding-left: 5px;
    padding-top: 5px;
}

.timers .timer:nth-child(1)::before {
    content: ":";
    position: absolute;
    right: 6px;
    top: 4px;

}

.timers .timer:nth-child(2)::before {
    content: ":";
    position: absolute;
    right: 14px;
    top: 4px;
}

.timers .timer:nth-child(3)::before {
    content: ":";
    position: absolute;
    right: 16px;
    top: 4px;
}

.timers .timer .timer-count {
    color: #111;
    display: block;
    margin-top: 4px;
    font-size: 14px;
    /* font-weight: 400; */

}

.timer-carousel .owl-item img {
    width: 15% !important;
}

.quiz-week-count {
    color: #a1a1a1;
}

.quiz-duration {
    color: #747474 !important;
}

.section-card-child {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
    position: relative;
}


.section-card-child-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--yellow-button);
}

.section-card-child-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--yellow-button);
}

.section-card-child-three {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #ede8d0;
}

.quiz-name::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -15px;
    width: 1px;
    height: 100px;
    background-color: #00000042;
    margin-right: 10px
}

.banner-section .icons {
    color: var(--white-color) !important;
    font-size: 25px;
}

.banner-section .icons-two {
    color: var(--white-color) !important;
    font-size: 35px;
}

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

.users img:nth-child(1) {
    z-index: 2;
}

.users img:nth-child(2) {
    margin-left: -15px;
    z-index: 1;
}

.users img:nth-child(3) {
    margin-left: -15px;
    z-index: 0;
}

.user-image {
    width: 30px !important;
    height: 30px !important;
    position: relative;
}

.benifits-bg {
    background-color: #ede8d0;
}

.skills {
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #cccccc;
    width: fit-content;
    color: #999999;
}


.terms-cond li {
    text-indent: -0.7em;
}

.terms-cond li::before {
    content: "\2022";
    color: #1a1a1a;
    display: inline-block;
    width: 0.4em;
    font-size: 23px;
}

.arrow-btn {
    background-color: transparent;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;

}

.btn--icon {
    height: 24px;
    width: 24px;
    stroke: #111;
}

.arrow-btn:hover {
    background-color: var(--main-color);
    color: #fff;
}

.arrow-btn:hover .btn--icon {
    stroke: #fff;
}

.page-no {
    color: #707070;
}

.arrow-btn:focus:not(:focus-visible) {
    background-color: #fff;
}

.arrow-btn:focus:not(:focus-visible) .btn--icon {
    stroke: #000;
}

/* .page-number {
    border: 1px solid #cccccc;
    border-radius: 10px;
    background-color: #fff;
    color: #111;
} */

.mp-hover:hover a {
    color: #FFF !important;
    display: block !important;
}

.border-right-dotted {
    border-right: 2px #ccc dotted;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0rem;
}

.custom-control-input-green:focus~.custom-control-label::before {
    border-color: var(--main-color) !important;

}

.custom-control-input-green:checked~.custom-control-label::before {
    border-color: var(--main-color) !important;
    background-color: var(--main-color) !important;
}

.custom-control-input-green:focus:not(:checked)~.custom-control-label::before {
    border-color: none;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
    background-color: #d6f5dd !important;
    border-color: #d6f5dd !important;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.5rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.has-search-two .form-control-feedback {

    line-height: 3rem !important;
}

.has-search .form-control {
    padding-left: 2.5rem;
}


.sort-by-button .sort-by-two {
    border: 1px solid #ccc;
    position: relative;
    padding: 5px 24px;
    cursor: pointer;
    width: 200px;
    background-color: #fff;
}

.sort-by-button .sort-by-two:hover {
    border: 1px solid #ccc;
    position: relative;
    padding: 5px 24px;
    cursor: pointer;
    width: 200px;
    background-color: #fff;
}

.sort-by-text-two {
    width: 70px;

}

.register-modal-footer .view-course-button {
    background-color: var(--button-color) !important;
    color: #fff !important;
    padding: 10px 20px;
}

.view-course-button:hover {
    background-color: #ede8d0 !important;
    color: #1a1a1a !important;
    padding: 10px 20px;
}

.reward-bg {
  background: rgb(34 34 34);
background: linear-gradient(308deg, rgb(174 210 64) 0%, rgb(0 0 0) 99%);
}

.participation-bg {
    background-color: var(--main-color);
}

#calender {
    height: 100% !important;
}

.modal-header {
    border-bottom: none !important;
}

.register-modal-footer {
    border-top: none !important;
    padding: 40px 30px 20px 20px;
}

.reg-pass-fail {
    margin-top: 6px;
}

.selectBox {
    border: 1px solid #ccc;
    position: relative;
    padding: 5px 24px;
    cursor: pointer;
    width: 200px;
    background-color: #fff;
}

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

.selectBox:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease-in-out;

}

.selectBox .dropdown-menu {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    display: block;
    top: 100%;
    width: 100%;
    max-height: 250px;
    z-index: -1;
    overflow-y: auto;
    transform: translateY(-15%);
    visibility: hidden;
}

.selectBox.show {
    background-color: #fff;
}

.selectBox.show:after {
    transform: translateY(-50%) rotate(180deg);
}

.selectBox.show .dropdown-menu {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
}

#page .dropdown-item.active,
#page .dropdown-item:active {
    background-color: transparent;
    color: var(--main-color) !important;
    border-left: 2px solid;
}

.drop-filter {
    padding-top: 20px;
}

.modal#calender {
    position: fixed !important;
}


.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: transparent;
    border: transparent;
    color: #000
}

.simple-pagination .prev,
.simple-pagination .next {
    background-color: transparent;
    border: transparent;
    color: #000;
    box-shadow: none;
}

.simple-pagination ul {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
}

.simple-pagination li span {
    color: #212121;
    padding: 15px 20px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF !important;
    box-shadow: none;
    font-size: 16px;
    /* font-family: GraphikMedium !important; */
    border-radius: 6px;
}

.simple-pagination .current {
    background-color: transparent;
    border-color: transparent;
}

.simple-pagination ul li {
    margin-right: 10px;

}

.simple-pagination li span.out-of {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 14px !important;
    padding: 0px;

}

.simple-pagination li.next a,
.simple-pagination li.prev a {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: none;
    background-color: transparent;
    box-shadow: none;
    font-size: 28px;
}

.simple-pagination li.totalPages span {
    color: #707070;
    padding: 0px;
    text-decoration: none;
    border: transparent;
    background-color: transparent !important;
    box-shadow: none;
    font-size: 16px;
    /* font-family: GraphikBold !important; */
}


.simple-pagination ul li:first-child span.prev {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 28px !important;
    padding: 0px;
    margin-right: 30px;
}

.simple-pagination ul li:last-child {
    margin-left: 30px;
}

#sidebarToggler {
    display: none !important;
}

#sidevarToggler .icon-button .bars {
    display: none !important;
}






























.menu-tab-section,
.custom-card {
    background-color: var(--white-color);

}

.event-timer-icon {
    background-color: #f0e8ff;
    border-radius: 50%;
    padding: 5px;
    color: var(--main-color);
}


.event-category {
    color: var(--main-color);
    margin-bottom: 0px !important;
}

.event-end-title {
    color: var(--main-color);

}





/* navbar section */

.nav-section {
    background-color: #f7f7f7;
}
/* 
.nav-item {
    padding-right: 50px;
} */

.nav-link.active {
    border-bottom: 2px solid var(--main-color);
    font-weight: bold;
}



/* .banner-section {
    background-image: url("../assets/images/banner-image.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
} */

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


.gap-3 {
    gap: 30px;
}

.gap-5 {
    gap: 50px;
}

.gap-10 {
    gap: 10px;
}

.main-icons {
    gap: 15px;
    padding: 20px 0px;
}

.gap-15 {
    gap: 15px;
}

.banner-content {
    font-size: 18px;
    color: var(--white-color);
}

/* about section */

.about-link {
    background-color: #edd245;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 14px;

}

.note {
    font-weight: bold !important;
}

.about-content {
    color: #918a8a;
}

.XP-points {
    color: #cccccc;
    font-weight: 600;
}

.web-link {
    text-decoration: none;
    font-weight: 700;
}

.pdf-link {
    color: var(--main-color) !important;
    font-weight: 700;
    border-bottom: 3px solid var(--main-color);
}

.view-record {
    background-color: #000;
    text-decoration: none;
    padding: 15px 30px;
}


.give-feed {
    background-color: #000;
    padding: 10px 20px;
}

.feedback {
    right: -50px;
    bottom: 0;
    transform: rotate(-90deg);
}

iframe {
    width: 860px;
    height: 515px;
}

.sort-by-text {
    width: 105px;

}

/* quiz section  */

.left-arrow {
    font-size: 28px;
}

.myquiz-section {
    /* margin-top: 40px; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    background-color: #fff;
}

.quiz-section-two {
    padding-top: 60px;
}

.quiz-section-three {
    padding-top: 40px;
}

.quiz-short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.read-more-button {
    color: var(--main-color);
    /* border-bottom: 1px solid var(--main-color); */
    width: 70px;

}


.webinar-title {
    width: 350px;
}



/*quiz switch section  */



.switches-container {
    width: 13rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    /* background: goldenrod; */
    border: 1px solid #cccccc;
    line-height: 32px;
    border-radius: 5px;
    justify-content: space-evenly;

}



.switches-container button.active {
    background-color: #f5e5ff !important;
    color: var(--main-color) !important;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    margin: 5px 0px;
    padding: 0px 26px;
    border-radius: 4px;


}

.switches-container button {
    background-color: transparent;
    color: #111;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    margin: 5px 0px;
    padding: 0px 26px;
    border-radius: 4px;


}

.switches-container input:nth-of-type(1):active~.switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch p:nth-of-type(1) {
    opacity: 1;
    font-weight: 600;
    border-radius: 5px;

}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch p:nth-of-type(2) {
    opacity: 1;
    font-weight: 600;
}







/*events switch section  */


.events-switches-container {
    width: 14rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    /* background: goldenrod; */
    border: 1px solid #cccccc;
    line-height: 32px;
    border-radius: 5px;
    justify-content: space-evenly;

}



.events-switches-container button.active {
    background-color: #f5e5ff !important;
    color: var(--main-color) !important;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    margin: 5px 0px;
    padding: 0px 26px;
    border-radius: 4px;


}

.events-switches-container button {
    background-color: transparent;
    color: #111;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    margin: 5px 0px;
    padding: 0px 26px;
    border-radius: 4px;


}

.events-switches-container input:nth-of-type(1):active~.switch-wrapper {
    transform: translateX(0%);
}

.events-switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

.events-switches-container input:nth-of-type(1):checked~.switch-wrapper .switch p:nth-of-type(1) {
    opacity: 1;
    font-weight: 600;
    border-radius: 5px;

}

.events-switches-container input:nth-of-type(2):checked~.switch-wrapper .switch p:nth-of-type(2) {
    opacity: 1;
    font-weight: 600;
}





.filter-icon {
    width: 30px;
    height: 25px;
}



.level {
    background-color: var(--yellow-button);
    padding: 5px 10px;
}

.start-quit-btn {
    background-color: var(--button-color);
    padding: 10px 40px;

}


.topic-section {
    background-color: #fafafa;
    border: 1px solid #00000012;
    border-radius: 5px;
    margin-bottom: 50px;
}

/* Collapse section */
.card-header .title {
    font-size: 17px;
    color: #000;
}

.card-header {
    position: relative;
    padding: 0;
    background: transparent;
    border: unset;


}

.event-collapse-body {

    padding: 20px 30px;
    background-color: #e7edef;

}

.event-filter-modal {
    height: 100% !important;
}

.event-collapse {
    margin-top: -14px;
}

.recommended-course-card .view-course-button {
    background-color: var(--blue-button) !important;
    color: #fff !important;
    padding: 10px 20px;
}

.view-course-button:hover {
    background-color: #ede8d0 !important;
    color: #1a1a1a !important;
    padding: 10px 20px;
}

.card-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 1.2px;
    background-color: #dfdede;
}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
    right: 45px;
    top: -2px;
    border: 1px solid var(--text-light);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #fff;
    position: relative;

}

.card-event {
    border: unset;
    background-color: unset !important;

}

.card-header {
    cursor: pointer;
    border-bottom: none;
}

.rotate-icon {
    border: 1px solid var(--main-color);
    width: 28px;
    border-radius: 50%;
    padding: 4px;

}

.rotate-icon:not(.collapse) {
    border: 1px solid #000;
}

.card-header[aria-expanded="true"] img {
    transform: rotate(180deg);
    border: 1px solid var(--main-color);

}


.event-modal-header {
    border: none !important;
    margin: 30px 30px 0px 30px;

}

.filter-modal-body {
    background-color: #f7f7f7;
    margin: 0px 30px 30px 30px;

}

.filter-modal-content {
    border-top: 5px solid #A100FF !important;
}

.short-description-modal {
    border-top: 5px solid var(--main-color);
}

.short-description-modal-header {
    border: none;
    padding-bottom: 0px;
    padding-top: 30px !important;
}

.quiz-short-description-section {
    height: 75px;
}

.modal-footer .filter-cancel-button {
    border: 1px solid var(--button-color);
    padding: 5px 20px;
}

.modal-footer .filter-cancel-button:hover {
    border: 1px solid var(--button-color);
    padding: 5px 20px;
    background-color: #fff !important;
    color: #111 !important;
}

.filter-modal-footer {
    border: none !important;
}

.filter-submit-button {
    background-color: var(--button-color) !important;
    padding: 5px 20px;
    color: var(--white-color) !important;
}

input[type="checkbox"] {
    height: 15px;
    width: 15px;
    background-color: var(--main-color) !important;
}

.custom-checkbox:checked::before {
    background-color: green;
}

input[type="checkbox"]:focus {
    box-shadow: unset;
}

.event-myquiz-card .myquiz-view-btn a {
    color: var(--white-color) !important;
}


/* toggle button  */
/* The switch - the box around the slider */
.switch-two {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;

}

/* Hide default HTML checkbox */
.switch-two input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

body{
    color: #000000 ;
}

input.success:checked+.slider {
    background-color: var(--main-color);
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.custom-checkbox:checked {
    border-color: var(--main-color) !important;
    background-color: var(--main-color) !important;
}


select option:focus:not(:focus-visible) {
    background-color: red;
    color: #333;
}



/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.bookmark-icon {
    font-size: 25px;
    color: var(--main-color) !important;
}


.view-detail-modal .events-view-details {
    color: var(--main-color) !important;
    border-bottom: 1px solid var(--main-color) !important;
}

.dropdwon-ul li {
    list-style-type: disc !important;
}

.webinar-rules {
    color: #3333339e;
}



.hiddenCB div {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hiddenCB input[type="checkbox"],
.hiddenCB input[type="radio"] {
    display: none;
}

.hiddenCB label {
    cursor: pointer;
    border: 1px solid #AAAAAA;
    border-radius: 30px;
    padding: 1px 15px;
    color: #AAAAAA;
    background-color: #FFF;

}

.hiddenCB input[type="checkbox"]+label:hover {
    /* background: var(--main-color); */
    color: #000000;
    border-color: #ede8d0;
}

.hiddenCB input[type="checkbox"]:checked+label {
    background: #ede8d0;
    color: #1a1a1a;
    border-color: #ede8d0;
}

.hiddenCB input[type="checkbox"]:checked+label:hover {
    background: #ede8d0;
    color: #fff;
    border-color: #ede8d0;
}


.calender-icon {
    width: 10%;
}

.speakers-bg {
    background-color: #f5f5f5;
}

.reg-modal-one::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    top: 7px;
    right: 0;
    background-color: rgb(204 204 204);
}

.reg-modal-two::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    top: 0;
    right: -10px;
    background-color: rgb(204 204 204);
}

.reg-modal-three::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 50px;
    top: 0;
    right: -32px;
    background-color: rgb(204 204 204);
}


.reg-btn-one {
    border: 1px solid #111;
    background-color: #fff;
    padding: 10px 30px;



}

.reg-btn-two {
    background-color: #111;
    color: #fff;
    padding: 10px 30px;


}

.share-icon {
    width: 25px;
}

.bookmark-icon .fa {
    color: var(--main-color) !important;
}


/* calendar */


#calendarContainer,
#organizerContainer {
    float: left;
    margin: 5px;
}

.greenColorDot {
    color: #93affc !important;
}

.orangeColorDot {
    color: #fcbf93 !important;
}

.blueColorDot {
    color: #C2DEDC !important;
}

.redColorDot {
    color: #F8E8EE !important;
}

.evo-calendar {
    position: relative;
    background-color: #fbfbfb;
    /* color: #5a5a5a; */
    width: 50% !important;
    margin: initial !important;
    overflow: hidden;
    z-index: 1;
}

.sidebar-hide .calendar-inner {
    max-width: 100% !important;
}

.quiz-section-card {
    background-color: #fff !important;
}

.eventBox {
    border: 1px solid #ccc;
    padding: 8px;
    cursor: pointer;
    background-color: #fff;
}

.round-background {
    background-color: #93affc;
    display: inline-block;
    padding: 13px 16px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.round-background-orange {
    background-color: #fc8f93;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.round-background-blue {
    background-color: #C2DEDC;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.round-background-red {
    background-color: #F8E8EE;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

tr.calendar-body .calendar-day .day.calendar-active .event-indicator,
tr.calendar-body .calendar-day .day.calendar-active:hover .event-indicator {
    margin-top: 10px !important;

}

.listOfEvents {
    max-height: 400px;
    height: 400px;
    overflow-y: auto;
}

.calendar-inner {
    padding: 5px !important;
}

.eventList {
    width: 50%;
}

.floating-filter {
    background: var(--main-color);
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 17px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 17px rgba(0, 0, 0, .2);
    z-index: 40;
    /* position: fixed; */
    /* bottom: 5px; */
    /* left: 5px; */
    opacity: 1;
    cursor: pointer;
}

.center-icon {
    position: relative;
    top: 13px;
}

.custom-modal-type {
    position: fixed !important;
    height: auto !important;
}

.border-theme-button {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background-color: var(--white-color);
    padding: 0.4rem 1.88rem;
}

.left-section .filter-section {
    display: block;
}

.Hero-section {
    background-image: linear-gradient(to bottom, rgba(76, 61, 61, 0), rgba(76, 61, 61, 1)), url(../assets/images/events/event_landing.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 95vh;
    margin-bottom: 0px !important;
}

button.icon-button>span.chevron-arrow-right {
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    width: 10px !important;
    height: 10px !important;
}

.bottom-done-new {
    left: 50%;
    bottom: -4%;
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .left-section .filter-section {
        display: none;
    }

}

@media (max-width: 767px) {
    .left-section .filter-section {
        display: none;
    }


    .mobile-just {
        justify-content: space-between;
    }

    .evo-calendar-modal-body .evo-calendar,
    .evo-calendar-modal-body .eventList {
        width: 100% !important;
    }

    .quiz-name::before {
        display: none;
    }

    .w-300 {
        width: 200px;
    }
}

@media (min-width: 576px) {
    .myquiz-view-btn .modal .register-modal-dialog {
        max-width: 75% !important;
        margin: 1.75rem auto;
    }

    .calender-modal {
        max-width: 75% !important;
    }
}

@media only screen and (max-width:500px) {
    iframe {
        width: 300px;
        height: 215px;
    }

    .w-75 {
        width: 100% !important;
    }

    .w-300 {
        width: 100%;
    }

    .reg-modal-one::before {
        display: none;
    }

    .reg-modal-two::before {
        display: none;
    }


    .myquiz-section {
        margin-top: 30px;

    }

    .quiz-section-two {
        padding-top: 20px;
    }

    .quiz-section-three {
        padding-top: 20px;
    }

    .w-10 {
        width: 100%;
    }

    #allcourseCompleted .w-10 {
        width: 10% !important;
    }

    #goalCompleted .w-10 {
        width: 10% !important;
    }

    .gap-5 {
        gap: 10px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .start-quit-btn {
        padding: 8px 25px;
    }

    .event-collapse-body {
        padding: 10px 20px;
    }

    .weekly-quiz-title::before {
        display: none;
    }

    .mp-titles {
        border: none;
    }

    .quiz-name::before {
        display: none;
    }

    .bottom-done {
        left: 4%;
        top: 67%;
    }

    .evo-calendar-modal-body {
        padding: 0rem !important;
    }

}

@media (min-width: 576px) {
    .filter-modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

    .view-details-modal {
        max-width: 725px !important;
    }
}

@media only screen and (max-width: 991px) {

    .Hero-section {
        background-size: 100% 100%;
        min-height: 24rem;
    }
    
}

#page-blocks-tekcustomui-lab_playground #page{
    padding-top: 0px !important;
    padding-right: 0px !important;
    margin-top: 37px;
}

#page-blocks-tekcustomui-lab_playground .themeOverall_Outer .container {
    padding-bottom: 10px;
}