.up_event_card {
    height: 293px;
    box-shadow: 6px 10px 14px 0px #0000003b;
}

.up_event_card .empty_image_tab {
    height: 154px;
    background: antiquewhite;
    display: flex;
    flex-direction: row;
    color: #000000;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
}

.up_event_card img {
    width: 100%;
}

.up_event_card .up_event_card_content {
    padding: 15px;
    text-align: center;
}

.up_event_card .up_event_card_content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    height: 57px;
}

.up_event_card .up_event_card_content p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0px;
}

.up_event_card_section {
    padding-bottom: 50px;
}

#up_event_submenu .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
    letter-spacing: 1px;
}

.event_details_submenu {
    background-color: #181818;
}

#up_event_submenu .navbar-nav .nav-item .nav-link:hover,
#up_event_submenu .navbar-nav .nav-item .nav-link.active,
#up_event_submenu .navbar-nav .nav-item .nav-link:focus {
    background-color: #ffffff1c;
}

.e_dates_card h5 {
    font-weight: 800;
    letter-spacing: 1px;
}

.e_dates_card p {
    font-weight: 600;
}

.event_comman_card>p {
    background-color: #181818;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

.event_profile_card_content hr {
    background: #155f58;
    animation: gradient 5s ease infinite;
    width: 6%;
    height: 6px;
    display: inline-block;
    position: relative;
    opacity: 1;
    margin: 20px 0 10px 0;
}

.event_comman_card .event_profile_card_content h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.event_comman_card .event_profile_card_content p {
    font-size: 14px;
    font-weight: 600;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.e_dates_center_card {
    border-left: 1px solid #181818;
    border-right: 1px solid #181818;
}

.event_senior_authority {
    background-image: url('https://www.iodglobal.com/front_assets/images/events/2025/bgchaimanvice.jpg');
}

.event_recognition_section {
    background-image: url('https://www.iodglobal.com/front_assets/images/events/2025/RecognitionsFelicitationsBg.jpg');
}

.event_recognition_content img {
    background: linear-gradient(90deg, #e9cf3b 0%, rgb(255 255 255) 100%);
    padding: 15px;
}

.event_recognition_content h5 {
    text-align: center;
    color: #ffffff;
    margin: 10px 0px;
}

.event_keynote_card .event_profile_card_img a img {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.event_keynote_card .event_profile_card_img a {
    display: flex;
    justify-content: center;
    border: 1px solid #cbdcda;
}

.event_profile_card_img img {
    background: linear-gradient(220deg, rgb(21 95 88 / 6%) 0%, rgb(21 95 88 / 46%) 100%);
}

.event_profile_card_img {
    position: relative;
}

.card_right_border {
    background: transparent;
    width: 20px;
    height: 20px;
    border-right: #02534c solid 2px;
    border-top: #02534c solid 2px;
    display: inline-block;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: .2s;
}

.event_divider {
    border-top: 10px solid #b8cfcd;
    opacity: 1;
}

.gold_partner_section {
    background: linear-gradient(179deg, rgb(232 249 248) 0%, rgb(21 95 88 / 46%) 100%);
    border-top: 1px dashed #02534c;
}

.spo_partner_row {
    display: flex;
    row-gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.spo_partner_card a,
.other_partner_card a {
    display: flex;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.spo_partner_card {
    width: 20%;
}

.other_partner_card {
    width: 19%;
}

.event_benefits_section {
    background-color: #02534c;
}

.text-yellow {
    color: #e9cf3b !important;
}

.e_benefits_list {
    list-style: none;
    padding-inline-start: 0px;
}

.e_benefits_list li {
    border: 1px dotted #e9cf3b;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
}

.e_benefits_list li p {
    margin: 0;
    color: #e9cf3b;
    font-weight: 600;
}

.e_benefits_list_left li i {
    position: absolute;
    top: 0;
    color: #e9cf3b;
    right: -9px;
    top: 10px;
    font-size: 22px;
}

.e_benefits_list_right li i {
    position: absolute;
    top: 0;
    color: #e9cf3b;
    left: -9px;
    top: 10px;
    font-size: 22px;
}

.ev_benefit_middle {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.ev_benefit_middle_img {
    height: 180px;
    width: 180px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ev_benefit_middle_img img {
    width: 60%;
}

.ev_benefit_middle button {
    position: relative;
    width: max-content;
    margin: auto;
    background: #e9cf3b;
    text-align: center;
    display: block;
    padding: 7px 28px;
    border-radius: 50px;
    color: #000;
    transition: width 1s;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -20px;
}

.event_conv_top_list {
    padding-inline-start: 0px;
    list-style: none;
}

.event_conv_top_list li {
    background: linear-gradient(0deg, rgb(206 251 247) 0%, rgb(247 253 246) 100%);
    padding: 11px;
    border-left: #02534c solid 5px;
    border-bottom: #66a19c solid 1px;
    border-top: #66a19c solid 1px;
    border-right: #66a19c solid 1px;
    margin-bottom: 15px;
}

.event_conv_top_list li p {
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.event_conv_top_list li p i {
    margin-top: 3px;
}

.counter_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.counter_section_card {
    text-align: center;
}

.counter_section_card_img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #02534c;
    margin-bottom: 10px;
}

.counter_section_card_img img {
    width: 40px;
    transition: .5s;
    filter: brightness(0) saturate(100%) invert(24%) sepia(94%) saturate(388%) hue-rotate(126deg) brightness(92%) contrast(102%);
}

.counter_section_card h3 {
    font-weight: 900;
    font-size: 35px;
}

.counter_section_card p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.e_gpa_section {
    background: linear-gradient(-45deg, #7a491e, #24110b, #7a491e, #24110b);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    margin: 0;
    padding: 40px 0;
    position: relative;
}

.e_gpa_section img:nth-child(1) {
    width: 50%;
}

.e_gpa_section img:nth-child(2) {
    margin-bottom: -159px;
    width: 32%;
}

.e_gpa_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@-webkit-keyframes shine {
    to {
        background-position: 200% center;
    }
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.e_gpa_winner_section h4 {
    background: #4b2a14;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px;
}

.gpa_winner_hl {
    font-weight: 900;
    background: linear-gradient(to right, #ffffff 20%, #fbc08d 40%, #ffe5cf 60%, #fbc08d 80%);
    background-size: 200% auto;
    color: #181818;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
}

.e_gpa_winner_card {
    width: 12.5%;
    text-align: center;
    margin-bottom: 25px;
}

.event_conv_top_row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.e_gpa_winner_card img {
    border: #18181854 solid 1px;
    margin-bottom: 5px;
}

.e_gpa_winner_card p {
    font-size: 12px;
    margin-bottom: 3px;
}

.e_gpa_winner_card p:nth-child(3) {
    font-weight: 600;
}

.e_gpa_winner_card_btn {
    border: #71431c solid 1px;
    font-size: 14px;
    color: #4b2a14;
    width: 160px;
    padding: 14px 0px;
    text-align: center;
    display: block;
    margin: auto;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 35px;
}

.e_gpa_winner_section {
    border: 1px solid #4b2a14;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.e_gpa_winner_card_section {
    padding: 20px;
}

.event_fee_table thead tr th {
    background: #20282d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 15px;
}

.event_fee_table tbody tr {
    border-color: #20282d;
}

.event_fee_table tbody tr td {
    font-weight: 600;
    padding-left: 15px;
}

.e_partici_section {
    background: #02534c;
}

#event_participant_slider button.owl-prev {
    top: 25%;
    color: #fff;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: -50px;
}

#event_participant_slider button.owl-next {
    top: 25%;
    color: #fff;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -50px;
}

.event_fee_section {
    padding-bottom: 50px;
}

#event_participant_slider .mem_list a img {
    border-radius: 5px;
}

.e_laste_content p:first-child {
    margin: 0;
    font-weight: 600;
}

.e_laste_content p:last-child {
    font-weight: 600;
}

.e_laste_content p:nth-last-child(2) {
    margin: 0;
    margin-top: 10px;
    font-weight: 600;

}

.e_laste_content img {
    border: #bcefbd solid 4px;
    padding: 10px 28px;
}

.e_laste_content h3 {
    color: #1f793c;
    font-weight: 600;
    line-height: 29px;
    font-size: 24px;
}

.elast_iframe {
    border-radius: 25px;
    box-shadow: 0px 15px 10px -15px #111;
}

.e_disclaimer_section {
    background: #739de34f;
    padding-top: 20px;
    padding-bottom: 20px;
}

.e_disclaimer_content {
    font-size: 12px;
    margin: 0;
}

.e_timer_section {
    position: fixed;
    bottom: 0;
    background: #031045f0;
    width: 100%;
    z-index: 100000;
}

.e_timer_box {
    color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.e_timer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.e_timer .e_timer_inner {
    background: #ffffff17;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
}

.e_timer .e_timer_inner p {
    font-size: 14px;
    margin-bottom: 0;
    color: #f7a509;
    font-weight: 600;
}

.e_timer .e_timer_inner p span {
    color: #ffffff;
}

.e_timer_box>p {
    margin: 0;
}

.e_timer_reg_btn {
    color: #000;
    font-weight: 600;
    padding: 10px 10px 10px 20px;
    vertical-align: middle;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.date_time_footer {
    display: flex;
    height: 72px;
    background: #B2D7EA;
    gap: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.date_time_footer .day {
    background: #0088bb33;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    height: inherit;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    padding: 2px;
    flex-basis: 20%;
}

.date_time_footer .day span {
    font-weight: 600;
}

.date_time_footer .date_time_footer_text {
    font-weight: 600;
    flex-basis: 80%;
    font-size: 14px;
    padding-right: 15px;
    line-height: 18px;
}

.past_up_event_card {
    height: unset !important;
}

.year_head {
    font-size: 20px;
    background: #004475;
    width: max-content;
    border-left: 5px solid #08b3e7;
    padding: 5px 20px 5px 10px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 30px;
}

.get_pe_by_yearmonth {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
}



/* new css */
.events_submenu_tabs .nav-tabs {
    justify-content: center;
    gap: 20px;
}

#gwe_gpa_sec {
    background-image: url('../../../front_assets/images/events/bg8.png');
    background-size: cover;
}

.up_traing_item {
    background: #f2eeff;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    box-shadow: 3px 3px 20px 0px #dddddd;
    border: 2px solid #dddddd;
}

.up_traing_mode_abs {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    letter-spacing: 0.5px;
    border-top-left-radius: 5px;
}

.up_traing_mode {
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-top: 15px;
    border-bottom: 1px solid #000000;
    width: max-content;
}

.up_traing_item h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.up_traing_pd {
    font-size: 14px;
}

.up_traing_item>a {
    padding: 3px 15px;
}

.up_traing_item>a>i {
    font-size: 10px;
    margin-left: 3px;
}

.offline_bg {
    background-color: #004475;
}

.virtual_bg {
    background-color: #004373;
}

#global_e_partner_slider .owl-nav .owl-prev, #global_e_partner_slider .owl-nav .owl-next{
    bottom: 28%;
}

#mfd_uptraining_slider .owl-nav .owl-prev, #mfd_uptraining_slider .owl-nav .owl-next{
    bottom: 39%;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .events_submenu_tabs .nav-tabs {
            justify-content: left;
    }
    .justify-content-center-sm {
            justify-content: center !important;
    }
}

@media screen and (max-width: 767px) {
    .events_submenu_tabs .nav-tabs {
        justify-content: left !important;
    }


}