/*home_mobile_header_css*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600;700&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

li {
    list-style: none;
}

.mobile_event_date {
    border: none;
    width: 145px;
}

.news_select_year ul {
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
    box-shadow: rgb(9 30 66 / 7%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    text-align: center;
}

.news_select_year ul li {
    font-size: 18px;
    width: 100%;
    padding: 3px 0 3px 0;

}

.news_select_year ul li.active {
    border-top: 1px solid #888b8e;
    border-bottom: 1px solid #888b8e;
    opacity: 1;
    font-weight: 600;
}

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

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {

        padding-right: 0px !important;

    }
    /* .mobile_news_list{
        padding-left: 27px;
    } */

    .table td, .table th {
        padding: 7px !important;
    }

    .page-screen .news_detals .table{
        display: block;
        overflow-x: auto;w-100
    }
}

/* table css start */


.th_head {
    background: #1A1D23;
}

.th_head th {
    border: 0 !important;
    color: #fff;
}

.table_body tr td {
    text-align: center;
}

tbody .tb_head {
    background: #7B7B7B;
    font-size: 16px;
    color: #fff;
    padding: 7px 0 7px 22px !important;
    width: 127px;
}

.table-bordered {
    border: none !important;
}

.table_point {
    background: #6B233F;
    height: 188px;
    width: 269px;
}
w-100
.table_point p {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    color: #fff;
    font-weight: bolder;
    font-size: 30px;
    margin-bottom: 0 !important;
    font-family: 'Lato', sans-serif !important;

}

.table_point p span {
    font-size: 25px;
    font-weight: bold;
}

.list_tr {
    width: 169px;
}

.show_details_table {
    margin-top: 22px;
    background: #F8F8F8;
}

.last_row td {
    border-bottom: 0 !important;
}

.table_collapse {
    /* padding-bottom: 32px; */
    /* border-radius: 10px; */
}

.accordion-inner-table .accordion .table_dis:nth-child(even) {
    background: #fff !important;
}

.accordion-inner-table .accordion .table_dis:nth-child(odd) {
    background: #EBEBEB !important;
}
.bullet_custom_ul .bullet_custom_list i{
    display: none;
}

/* table css end */