body {
    font-size: 12px;
}

.activities_details_wrapper {
    color:#073e7f;
}


.detail-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    /* desktop view */
    .detail-img {
        height: 180px;
        width: 266px;
        border: 1px solid #ccc;
    }
    .detail-img img {
        max-width: 250px;
        max-height: 180px;
        height: auto;
        /* padding: 20px; */
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* tablet view */
    .detail-img {
        height: 200px;
        width: 200px;
        border: 1px solid #ccc;
    }
    .detail-img img {
        width: 200px;
        height: auto;
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .detail-img {
        height: 200px;
        width: 100%;
        border: 1px solid #ccc;
        position: relative;
    }
    .detail-img img {
        max-width: 250px;
        max-height: 180px;
        /* padding: 20px; */
        position: absolute;
        top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    }
}


table.activities_details_content_box_table {
    width: 100%
    
}

tr td {
    padding-bottom: 5px;
}

td.title {
    font-weight: bold;
    width: 220px !important;
}

tr td:first-child {
    vertical-align: text-top;
}


/* @media screen and (min-width: 1024px) {
    .organiser-logo {
        width: 100%;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
} */

/* @media screen and (min-width: 768px) and (max-width: 1023px) { */
    /* tablet view */
    /* .organiser-logo::-webkit-scrollbar {
        display: none;
    }
    .organiser-logo {
        width: 100%;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
} */

/* @media screen and (max-width: 767px) { */
    /* mobile view */
    /* .organiser-logo::-webkit-scrollbar {
        display: none;
    }
    .organiser-logo {
        width: 100%;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
} */

.activities_details_content_box_table>tbody>tr>th{
    padding: 10px 20px 10px 0px;
}

/* .activities_details_content_box>a>img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
} */

.activities_details_content_box>h2{
    color: #2B782F;
}

.activities_details_container h1{
    font-weight: 700;
}

.upper-button{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;  
    margin-bottom: 20px;
}

.upper-button i{
    cursor: pointer;
}

.upper-button-left{
    display: flex;
    align-items: center;
}

.calendar-text{
  padding-bottom:5px;
}
.upper-button>div{
    display: flex; 
}

.upper-button i:hover{
    transform: scale(1.5);
}
.upper-button i:nth-child(1){
    font-size: 20px;
    margin-right: 10px;
    color: #0248A8;
}

.upper-button div:nth-child(2) i:nth-child(1){
    font-size: 20px;
    margin-left: 10px;    
}

.upper-button-left-side div:nth-child(1){
    margin-right: 10px;
}

.lower-button{
    display: flex;
    justify-content:space-between;
    float: right;    
}

.lower-button i{
    color: #0248A8;
    font-size: 20px;
    cursor: pointer;
}

.lower-button-left{
    display: flex;
}

.lower-button-left i{
    margin-right: 10px;
}

.lower-button i:hover{
    transform: scale(1.5);
}


@media screen and (min-width: 1024px) {
    /* desktop view */
    .activities_details_wrapper {
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* tablet view */
    .activities_details_wrapper {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .activities_details_wrapper {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }

}

.activities_details_content_box>p{
    font-size: 20px;
}

.activities_details_content_box_table>*{
    font-size: 20px;
}


/* responsive */

@media screen and (max-width:767px) {
    .activities_details_content_box>a{
        width: 100%;
    }
}

.table-content::-webkit-scrollbar {
    display: none; 
}

table.activities_details_content_box_table td:first-child {
    background-color: #fff;
}

table.activities_details_content_box_table td:last-child {
    width: auto;
}

table.activities_details_content_box_table td {
    font-size: 16px;
}

@media screen and (min-width: 1024px) {
    /* desktop view */
    tr > th:first-child,
    tr > td:first-child {
        position: sticky;
        left: 0;
    }

    .table-content {
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
   
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* tablet view */
    tr > th:first-child,
    tr > td:first-child {
        position: sticky;
        left: 0;
        min-width: 180px;
    }

    .table-content {
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
}

@media screen and (max-width: 767px) {
    /* mobile view */
    tr > th:first-child,
    tr > td:first-child {
        position: sticky;
        left: 0;
        min-width: 180px;
    }

    .table-content {
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

ul li {
    text-decoration: none !important;
}