﻿/******************************
|    Participation Module     |
******************************/
.borderBox {
    display: flex;
    width: 100%;
    height: 262px;
    flex-shrink: 0;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--gray-50, #F9FAFB);
    padding: 24px;
}

.leftBox {
    display: flex;
    width: 17%;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    background: var(--blue-light, #E9F3FE);
}

.rightBox {
    display: flex;
    width: 23.7%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-left: 30px;
}

    .rightBox img {
        width: 100%;
        height: auto;
    }

.middleBox {
    padding-left: 16px;
    padding-right: 16px;
    width: 56%;
    display:grid;
}

.btnbox {
    width: 60%;
    height: 40px;
    gap: 16px;
    display: flex;
}

.colIcon {
    width: 16px;
    gap: 16px;
}
    .colIcon i{
        font-size: 25px;
    }

    .icon {
        display: flex;
        width: 16px;
        height: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

.fb {
    background: url('/Portals/0/Images/facebook.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.tw {
    background: url('/Portals/0/Images/twitter.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 8px;
}

.ln {
    background: url('/Portals/0/Images/linkedin.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 8px;
}

.cal {
    background: url('/Portals/0/Images/calender.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.loc {
    background: url('/Portals/0/Images/location.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.par {
    background: url('/Portals/0/Images/participant.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 8px;
}

.dateLblM {
    color: var(--gray-800, #1D2939);
    /* Headline/Medium */
    font-family: var(--font-asap);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

.dateLblD {
    color: var(--gray-800, #1D2939);
    /* Display/Small */
    font-family: var(--font-asap);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 120% */
}

.speakerLbl {
    color: var(--primary-blue, #004987);
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.speaker-div {
    margin-top: -10px;
}
.speakerP {
    color: var(--gray-500, #667085);
    /* Body/Large */
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.speaker-title {
    display: flex;
    padding-top: 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.eventTitle {
    color: var(--gray-900, #101828);
    /* Headline/Large */
    font-family: var(--font-asap);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}

.icon-container {
    display: flex;
    align-items: center;
    vertical-align: center;
}

.lbl {
    color: var(--gray-700, #344054);
    /* Body/Large */
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-left: 8px;
}

.btn-pri {
    display: flex;
    width: 164px;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--font-header);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    gap: 8px;
    flex-shrink: 0;
    color: #fff;
    border-radius: 8px;
    border-color: var(--primary-blue, #004987) !important;
    background: var(--primary-blue, #004987);
}

    .btn-pri:hover {
        display: flex;
        width: 164px;
        height: 40px;
        padding: 12px 16px;
        text-align: center;
        font-family: var(--font-header);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        background-color: #fff;
        border-radius: 8px;
        border-color: var(--primary-blue);
        color: var(--primary-blue) !important;
        -webkit-transition: background .2s; /* For Safari 3.0 to 6.0 */
        transition: background .2s; /* For modern browsers */
    }

.btn-sec {
    display: inline-flex;
    width: 126px;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    color: var(--gray-400, #98A2B3) !important;
    text-align: center;
    font-family: var(--font-header);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    border-color: var(--gray-200, #EAECF0) !important;
    background: var(--gray-200, #EAECF0);
}

@media screen and (max-width: 1375px) {
    .btnbox {
        width: 60%;
        gap: 16px;
        display: flex;
    }

    .btn-pri {
        display: flex;
        width: 164px;
        height: 34px;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: var(--font-header);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        gap: 8px;
        flex-shrink: 0;
        color: #fff;
        border-radius: 8px;
        border-color: var(--primary-blue, #004987) !important;
        background: var(--primary-blue, #004987);
    }

        .btn-pri:hover {
            display: flex;
            width: 164px;
            height: 34px;
            padding: 12px 16px;
            text-align: center;
            font-family: var(--font-header);
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px; /* 150% */
            justify-content: center;
            align-items: center;
            gap: 8px;
            flex-shrink: 0;
            background-color: #fff;
            border-radius: 8px;
            border-color: var(--primary-blue);
            color: var(--primary-blue) !important;
            -webkit-transition: background .2s; /* For Safari 3.0 to 6.0 */
            transition: background .2s; /* For modern browsers */
        }

    .btn-sec {
        display: inline-flex;
        width: 126px;
        height: 34px;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        color: var(--gray-400, #98A2B3) !important;
        text-align: center;
        font-family: var(--font-header);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px;
        border-color: var(--gray-200, #EAECF0) !important;
        background: var(--gray-200, #EAECF0);
    }
}

@media screen and (max-width: 750px) {
    .borderBox {
        display: flex;
        width: 100%;
        height: 262px;
        flex-shrink: 0;
        border: 1px solid var(--gray-300, #D0D5DD);
        background: var(--gray-50, #F9FAFB);
        padding: 24px;
    }

    .leftBox {
        display: flex;
        width: 30%;
        padding: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
        background: var(--blue-light, #E9F3FE);
    }

    .middleBox {
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
    }

    .rightBox {
        width: 0%;
    }
}

@media screen and (max-width: 658px) {
    .leftBox {
        display: flex;
        width: 100%;
        padding: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
        background: var(--blue-light, #E9F3FE);
    }

    .middleBox {
        width: 100%;
    }

    .borderBox {
        display: block;
        width: 100%;
        height: auto;
        flex-shrink: 0;
        border: 1px solid var(--gray-300, #D0D5DD);
        background: var(--gray-50, #F9FAFB);
        padding: 24px;
    }

    .btnbox {
        width: 60%;
        height: 40px;
        gap: 85px;
        display: flex;
    }

    .colIcon {
        display: flex;
        align-items: center;
        padding-left: 16px;
        gap: 8px;
    }
}

@media screen and (max-width: 474px) {
    .btnbox {
        width: 60%;
        height: auto;
        gap: 8px;
        display: grid;
    }
}
/******************************
|  End Participation Module   |
******************************/
