﻿:root {
    --ui-font-family: 'Plus Jakarta Sans', Tahoma, Geneva, Verdana, sans-serif;
    --ui-font-family-register: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    --ui-font-size-text: 0.50rem;
    --ui-font-size-small: 0.70rem;
    --ui-font-size-narrow: 0.80rem;
    --ui-font-size: 0.95rem;
    --ui-font-size-topic: 17px;
    --ui-font-size-subheader: 1.20rem;
    --ui-font-size-header: 1.50rem;
    --ui-font-size-title: 3.00rem;
    --spacing-sm: 8px;
    --spacing-md: 12px;
    --spacing-lg: 16px;
    --spacing-xl: 20px;
    --ui-background: radial-gradient(circle, rgba(249,234,201, 0.5), rgba(193, 162, 111, 0.5)), url('../img/sgr_logo.png');
    --ui-background-1024: radial-gradient(circle, rgba(249,234,201, 0.75), rgba(193, 162, 111, 0.65)), url('../img/sgr_logo.png');
    --ui-background-768: radial-gradient(circle, rgba(249,234,201, 0.75), rgba(193, 162, 111, 0.65)), url('../img/sgr_logo.png');
    --ui-background-480: radial-gradient(circle, rgba(249,234,201, 0.75), rgba(193, 162, 111, 0.65)), url('../img/sgr_logo.png');
    --ui-background-overlay: rgba(249,234,201);
    --ui-color-hearder-foreground: #435A65;
    --ui-color-header-background: #CBF1F1;
    --ui-color-header-descript: #53384F;
    --ui-color-head-foreground: #009393;
    --ui-color-head-background: #E4E8E6;
    --ui-color-tech-bg: #66CDAA;
    --ui-color-register-fg: #333;
    --ui-color-sublogo-fg: #003366;
    --ui-color-modal-bg: #000000;
    --ui-color-modalPopup-bg: #FFFFFF;
    --ui-color-modalPopup-border: #0DA9D0;
    --ui-color-modalPopup-header-bg: #2FBDF1;
    --ui-color-modalPopup-header-fg: #FFFFFF;
    --ui-color-video-input-bg: #2f8cf1;
    --ui-color-video-input-fg: #FFFFFF;
    --ui-color-request-container-bg: #f0f0f0;
    --ui-color-tab-btn-bg: #f8f8f8;
    --ui-color-tab-btn-active: #e0e0e0;
    --ui-color-tab-btn-border: #ccc;
    --ui-color-header-suffix: #06686e;
    --ui-color-header-prefix: #052C3A;
    --ui-color-header-main: #002A33;
    --ui-color-link-bio: #BB5C4D;
}

body {
    height: auto;
    background: var(--ui-background);
    font-family: var(--ui-font-family);
    background-position: center, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
    background-attachment: fixed;
}

h1 {
    font-size: var(--ui-font-size-subheader);
}



.header {
    display: flex;
    flex-direction: row;
    padding: 5px;
    margin-left: 20px;
}

.div-header,
.div-header-title {
    display: flex;
    flex-direction: column;
    margin-left: 20px;

    .prefix {
        font-size: var(--ui-font-size);
        color: var(--ui-color-header-prefix);
        font-weight: 500;
    }

    .main {
        font-size: var(--ui-font-size-title);
        color: var(--ui-color-header-main);
        font-weight: 700;
    }

    .suffix {
        margin-top: 15px;
        font-size: var(--ui-font-size-header);
        color: var(--ui-color-header-suffix);
        font-weight: 600;
    }

    .sub-suffix {
        margin-top: 0px;
        font-size: var(--ui-font-size-header);
        color: var(--ui-color-header-suffix);
        font-weight: 600;
    }
}

.header-title {
    font-size: var(--ui-font-size-title);
    font-weight: 700;
    margin-left: 20px;
}

.header img {
    height: 120px;
    width: 200px;
}

.div-head-right {
    display: flex;
    flex-direction: column;
}

.div-header-right {
    display: flex;
    flex-direction: row;
    flex-flow:row-reverse ;

    padding-left: 30px;
    .div-header-title {order: 2;}
    .div-header-right {order: 1; }
}

    .div-header-right a {
        font-size: var(--ui-font-size-subheader);
        font-weight: 500;
        margin-left: 5px;
        margin-right: 10px;
        color: var(--ui-color-header-suffix) !important;
    }

    .div-header-right .lnk-image {
        width: 16px;
        height: 16px;
        margin-top: 2px;
    }

html {
    background-color: var(--ui-color-background);
    font-family: var(--ui-font-family);
    font-size: var(--ui-font-size);
}

    .content {
        background-color: var(--ui-color-background);
        margin: auto;
        padding: 20px
    }

    .addressLabel {
        float: left;
        width: 100px;
        padding: 5px;
        text-align: right;
    }

    .addressField {
        float: left;
        padding: 5px;
    }

    .clear {
        clear: both;
    }

    .Session_Group {
        margin: 0px 0px 0px 0px;
        padding: 2px 2px 2px 0px 2px;
        border: none;
    }

    .Session_Detail {

    }

.WS-title-container {
    display: flex;
    flex-direction: row;
    background-color: rgba(255,255,255,0.2) !important;
    border-radius: 10px;
    height: 40px;
    padding: 5px;

    .div-info {
        margin-top: 12px;
        display: block;
        justify-content: center;
    }

        .div-info input[type=image] {
            width: 24px;
        }
}

    .WS-header {
        font-size: 24px;
        font-weight: 700;
        color: var(--ui-color-header-foreground );
        background-color: var(--ui-color-header-background );
        width: 100%;
        height: 40px;
        border-bottom: solid 1px;
        border-top: solid 1px;
        border-radius: 5px;
        padding: 4px 5px 0px 5px;
        margin-bottom: 5px;
        vertical-align: middle;
    }

    .WS-video_header {
        font-size: 16px;
        font-weight: 700;
        color: var(--ui-color-header-foreground );
        background-color: var(--ui-color-header-background );
        width: 100%;
        height: 20px;
        border-bottom: solid 1px;
        border-top: solid 1px;
        border-radius: 5px;
        padding: 4px 5px 0px 5px;
        margin-bottom: 5px;
        vertical-align: middle;
    }

    .WS-sub_header {
        font-size: 16px;
        font-weight: 700;
        color: var(--ui-color-header-foreground );
        width: 100%;
        height: 40px;
        padding: 4px 5px 0px 5px;
        margin-bottom: 5px;
        vertical-align: middle;
    }

    .WS-video {
        position: fixed;
        top: 80px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 80%;
        border: none;
        vertical-align: top;
    }

    .Header_Commands {
        float: right;
        font-size: 12px;
        width: 150px;
    }

    .HC_Header_Print {
        width: 140px;
    }

    .HC_Header_Request {
        width: 140px;
    }


    .WH_Header_Print {
        float: right;
        font-size: 12px;
    }


.WS-fieldset {
    border: none;
    font-size: var(--ui-font-size-topic);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

    .WS-hour {
        float: inline-end;
        width: 100%;
        height: 2px;
        background-color: var(--ui-color-head-foreground);
    }

    .WS-centered {
        float: none;
        display: table-cell;
        vertical-align: middle;
        height: 40px;
    }

    .WS-head {
        font-size: 20px;
        font-weight: 700;
        color: var(--ui-color-head-foreground);
        width: 100%;
        height: 40px;
        border-bottom: solid 1px;
        border-top: solid 1px;
        border-radius: 5px;
        padding: 4px 5px 0px 5px;
        margin-bottom: 0px;
        vertical-align: middle;
    }

    .WS-picture {
        float: left;
        width: 48px;
        height: 48px;
        padding:  5px;
        margin-top: 0px;
        img {
            width: 48px !important;
            border: none;
        }
    }

    .WS-presenter {
        background-color: rgba(0,0,0,0) !important;
        float: left;
        width: 240px;
        height: 48px;
        margin:  0;
        padding: 5px;
        color: var(--ui-color-head-foreground);
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }

    .WS-title {
        color: var(--ui-color-header-suffix) !important;
        float: revert;
        height: 40px;
        display: table-cell;
        padding: 0px 5px 0px 5px;
        margin-top: 0px;
        vertical-align: middle;
    }

    .WS-description {
        float: left;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        padding: 0px 5px 0px 5px;
        margin-top: 0px;
        background-color: var(--ui-color-head-background);
        color: black;
        text-align: left;
    }

    .WS-translation {
        float: left;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        margin: 2px 2px 2px 2px;
        width: 52px;
    }

    .WS-translation-img {
        width: 24px;
        height: 16px;
        margin: 0 2px 2px 0;
    }

.WS-schedule {
    display: flex;
    flex-direction: column;
    float: left;
    padding: 5px 0px 0px 0px;
    width: 120px;

    .zone {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

    .WS-area {
        float: left;
        font-size: 16px;
        font-weight: 500;
        color: var(--ui-color-head-foreground);
        background-color: var(--ui-color-head-background);
        width: 180px;
        /* To get total height of 40px subtract padding */
        height: 34px;
        border-bottom: solid 1px;
        border-top: solid 1px;
        border-radius: 5px;
        border-color: var(--ui-color-head-foreground);
        padding: 6px 0px 0px 0px;
        margin: 2px 0 0px 0px;
        vertical-align: middle;
        text-align: center;
    }

    .WS-area-1 {
        background-color: var(--ui-color-area-01-bg);
        color: var(--ui-color-area-01-fg);
    }

    .WS-area-2 {
        background-color: var(--ui-color-area-02-bg);
        color: var(--ui-color-area-02-fg);
    }

    .WS-area-3 {
        background-color: var(--ui-color-area-03-bg);
        color: var(--ui-color-area-03-fg);
    }

    .WS-area-4 {
        background-color: var(--ui-color-area-04-bg);
        color: var(--ui-color-area-04-fg);
    }

    .WS-area-5 {
        background-color: var(--ui-color-area-05-bg);
        color: var(--ui-color-area-05-fg);
    }

    .WS-area-6 {
        background-color: var(--ui-color-area-06-bg);
        color: var(--ui-color-area-06-fg);
    }

    .WS-area-7 {
        background-color: var(--ui-color-area-07-bg);
        color: var(--ui-color-area-07-fg);
    }

    .WS-area-8 {
        background-color: var(--ui-color-area-08-bg);
        color: var(--ui-color-area-08-fg);
    }

    .WS-area-9 {
        background-color: var(--ui-color-area-09-bg);
        color: var(--ui-color-area-09-fg);
    }

    .WS-area-10 {
        background-color: var(--ui-color-area-10-bg);
        color: var(--ui-color-area-10-fg);
    }

    .WS-session-type-1 {
        /* workshop */
    }

    .WS-session-type-2 {
        /* panel */
    }

    .WS-session-type-3 {
        /* lecture */
    }

    .WS-session-type-4 {
        /* panel discussion */
    }

    .WS-session-type-5 {
        /* Hopin Platform */
    }

    .WS-session-type-6 {
        /* Keynote */
        border-bottom: solid 1px;
        border-top: solid 1px;
        border-radius: 5px;
        background-color: var(--ui-color-type-06-bg);
        color: var(--ui-color-type-06-fg);
    }

    .WS-session-type-7 {
        /* Keynote */
        border-bottom: solid 1px;
        border-top: solid 1px;
        border-radius: 5px;
        background-color: var(--ui-color-type-07-bg);
        color: var(--ui-color-type-07-fg);
    }

    .WS-session-type-10 {
        /* ISCA Assembly */
    }

    .WS-session-type-11 {
        /* ISCA Group */
    }

    .WS-session-type-12 {
        /* ISCA Harvesting */
    }

    .WS-session-type-13 {
        /* Closing Workshop */
    }

    .WS-session-type-14 {
        /* Closing Ceremony */
    }

    .WS_Presenter_Flag_FieldSet {
    }

    .WS-presenter-flag-div {
        float: left;
        display: flex;
    }

    .WS-presenter-flag-container {
        float: left;
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        margin: 2px 2px 2px 2px;
        width: 104px;
    }

    .WS-presenter-name {
        float: left;
        width: 240px;
        height: 20px;
        margin: 2px 0 0 0;
        padding: 0 5px 0 5px;
        color: var(--ui-color-head-foreground);
        text-align: left;
    }

    .WS-read-more {
        float: left;
        font-size: 12px;
        font-weight: 500;
        color: var(--ui-color-head-foreground);
        width: 40px;
        height: 40px;
        border-bottom: solid 1px;
        border-top: solid 1px;
        border-radius: 5px;
        text-align: center;
        padding: 2px 0 0 0;
        margin: 2px 5px 0 0;
    }


    .WS_Tech_Support {
        float: left;
        background-color: var(--ui-color-tech-bg);
        padding: 0px 5px 0px 5px;
        font-size: 12px;
        font-weight: 500;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-end;
        justify-content: center;
        align-items: center;
    }

    .G_User {
        font-size: 14px;
        padding: 0px 5px 5px 5px
    }

    #Read_More {
        font-weight: 700;
    }
    /*Session_Edit*/
    .SS_Picture {
        float: left;
    }

    .SS_Schedule {
        width: auto
    }

    .SS_Title {
        width: 80%;
    }

    .SS_Description {
        width: 100%;
        height: 600px;
    }
    /* Contact_Form*/
    .contact_label {
        float: left;
        width: 300px;
        padding: 0px 5px 0px 5px;
        margin-top: 0px;
        color: var(--ui-color-head-foreground);
        text-align: left;
    }

    .contact_data {
        float: left;
        padding: 0px 5px 0px 5px;
        margin-top: 0px;
        width: 600px;
    }

    .contact_form {
        width: 600px;
    }

    .contact_mailto {
        font-size: 20px;
        font-weight: 500;
        width: 400px;
    }

    .contact_email {
    }
    /* ISCA Register*/
    .ISCA_Register {
        display: flex;
        flex-direction: column;
        font-family: var(--ui-font-family-register);
        font-size: 14px;
        line-height: 1.42857143;
        color: var(--ui-color-register-fg);
        margin-top: 28px;
        align-items: center;
    }

    .ISCA_Logo {
        width: 300px;
        height: 150px;
        align-content: center;
    }

    .ISCA_SubLogo {
        width: 500px;
        margin-top: 20px;
        font-style: normal;
        font-weight: 400;
        color: var(--ui-color-sublogo-fg);
        font-size: 18px;
        box-sizing: border-box;
        align-content: center;
    }

    .ISCA_Joining {
        width: 500px;
        margin-top: 28px;
    }

    .ISCA_Discount {
        width: 500px;
        margin-top: 20px;
        box-sizing: border-box;
        padding-left: 0;
    }

    .ISCA_Discount_lbl {
        vertical-align: baseline;
        float: left;
        width: 200px;
    }

    .ISCA_Discount_txt {
        width: 200px;
        float: left;
        padding: 1px;
    }

    .ISCA_Join {
        width: 500px;
        margin-top: 10px;
        font-size: 20px;
        padding-left: 0;
    }

    .ISCA_Join_Button {
        width: 200px;
        position: center;
    }

    .ISCA_Join_Error {
        margin-top: 2px;
        text-align: center;
        width: 500px;
        color: red;
    }

    .ISCA_Group_List {
        width: 500px;
        margin-top: 28px;
        padding-top: 30px;
    }

    .ISCA_Group_List_txt {
        text-align: left;
    }

    iframe.recording {
        width: 100%;
        height: 1000px;
        margin: 0;
        padding: 0;
    }

    .video_body {
        padding: 0;
        margin: 0;
    }

    video {
        width: 100%;
        height: auto;
    }

    .modalBackground {
        background-color: var(--ui-color-modal-bg);
        filter: opacity(60);
        opacity: 0.6;
    }

    .modalPopup {
        background-color: var(--ui-color-modalPopup-bg);
        width: 500px;
        border: 3px solid var(--ui-color-modalPopup-border);
        padding: 0;
    }

        .modalPopup .header {
            background-color: var(--ui-color-modalPopup-header-bg);
            height: 30px;
            color: var(--ui-color-modalPopup-header-fg);
            line-height: 30px;
            text-align: center;
            font-weight: bold;
        }

        .modalPopup .body {
            min-height: 50px;
            padding: 5px;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
        }

    .video_input {
        background-color: var(--ui-color-video-input-bg); /* Green */
        border: none;
        color: var(--ui-color-video-input-fg);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
    }

    .video_button {
        border: none;
        color: white;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        width: 36px;
        height: 30px;
    }

    .no_video {
        border: none;
        display: inline-block;
        margin: 4px 6px;
        width: 32px;
        height: 28px;
    }

    .ivideo {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    video {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .button1 {
        padding: 0;
    }
    /* Tooltip container */
    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black; 
    }

    .notooltip {
    }
    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
    }
    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .zoomlink {
        float: left;
        font-size: 11px;
        font-weight: 500;
        width: 130px;
        padding: 0px 0px 0px 5px;
        margin-top: 2px;
        height: 38px;
        background-color: var(--ui-color-head-background);
        color: black;
        text-align: left;
    }

    .request_Container {
        border-style: solid;
        border-width: 1px;
        flex-flow: column;
        top: 10px;
        left: 10px;
        width: 600px;
        padding: 20px;
        background-color: var(--ui-color-request-container-bg);
        background-clip: padding-box;
        border-color: inherit;
        border-radius: 0;
        outline: 0;
        box-sizing: border-box;
        box-shadow: 0.33em 0.25em 0.6em 0.4em grey;
    }

    .request_remark {
        font-size: 12px;
    }

    .request-title {
        padding-bottom: 15px;
    }

    .request-label {
        float: left;
        width: 120px;
    }

    .request-input {
        float: left;
        width: 400px;
        padding-bottom: 15px;
    }

    .request-result {
    }

    .request-command {
    }

    .request-button-send {
        float: left;
        padding-left: 120px;
    }

    .request-button-close {
        float: right;
        padding-right: 30px;
    }

    .tab-menu {
        display: flex;
        gap: 8px;
        margin-bottom: 12px;
    }

    .tab-btn {
        padding: 6px 18px;
        border: 1px solid var(--ui-color-tab-btn-border);
        background: var(--ui-color-tab-btn-bg);
        cursor: pointer;
    }

        .tab-btn.active {
            background: var(--ui-color-tab-btn-active);
            font-weight: bold;
        }


.pnl-facilitator {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    font-family: var(--ui-font-family);
}

.div-facilitator {
    display: flex;
    border: 1px solid rgba(0,0,0,1);
    background-color: rgba(255,255,255,0.40);
    backdrop-filter: none;
    background-image: none;
    border-radius: 15px;
    box-shadow: 0 1px 4px #0009;
    inset: 0;
    margin: 24px 12px 12px 12px;
    width: 262px;
    height: 300px;

    .facilitator-container {
        width: 256px;
        position: relative;

        .div-infolnk {
            position: absolute;
            top: 270px;
            left: 5px;
            margin: 5px;
            font-size: var(--ui-font-size-small);
        }

        .fac-detail {
            position: relative;
            top: -20px;
            text-align: center;

            .name {
                font-size: var(--ui-font-size-subheader);
                width: 100%;
                font-weight: 700;
            }

            .title {
                font-size: var(--ui-font-size);
                width: 100%;
                font-weight: 600;
                color: var(--ui-color-header-suffix);
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .bio {
                font-size: var(--ui-font-size);
                width: 100%;
                font-weight: 600;
                color: var(--ui-color-link-bio);
            }

            .info_lnk {
                font-size: var(--ui-font-size);
                width: 100%;
                font-weight: 600;
                color: var(--ui-color-link-bio);
            }

            .div-description {
                position: relative;
                left: 10px;
                width: 262px;
                height: 270px;
                border: 1px solid rgba(0,0,0,1);
                border-radius: 15px;
                background: var(--ui-background-overlay);
                z-index: 999999;
                text-align: left;
                padding: 3px;
                display: none;
            }

                .div-description textarea {
                    margin-top: 20px;
                    font-family: var(--ui-font-family);
                    font-size: var(--ui-font-size);
                    background: var(--ui-background-overlay);
                    box-sizing: border-box;
                    resize: none;
                    border: none;
                    border-radius: 15px;
                    width: 100%;
                    height: 240px;
                    max-height: 300px;
                    font-weight: 500;
                    color: var(--ui-color-header-suffix);
                }

                .div-description a {
                    font-size: var(--ui-font-size-narrow);
                    font-weight: 100;
                    position: absolute;
                    top: 5px;
                    right: 25px;
                    background-color: var(--ui-color-header-suffix);
                    color: var(--ui-background-overlay);
                    border: none;
                    border-radius: 20%;
                    padding-left: 5px;
                    padding-right: 5px;
                    cursor: pointer;
                }
        }

        .image {
            width: 160px;
            height: auto;
            border-radius: 15px;
            position: relative;
            top: -20px;
            margin: 0px 0px 3px 0;
            left: 51px;
        }

        .div-info {
            position: absolute;
            top: 0;
            right: 0;
            margin: 10px;

            input[type=image] {
                width: 24px;
            }

            .Info {
                width: 24px;
                height: 24px;
            }
        }
    }



    .div-takeaway {
        display: flex;
        flex-direction: column;
    }

    .takeaway {
        display: none;
    }

    .countrycode {
        width: 100%;
        text-align: center;
        font-size: var(--ui-font-size-small);
    }

    .div_country {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
}


/* ===== WORKSHOP EDITOR ===== */
.div-image img {
    width: 200px;
    height: auto;
}

.ws-container {
    background-color: var(--ui-color-background);
    padding: 10px;
}

.comm-container,
.bio-container {
    display: flex;
    gap: var(--spacing-sm);
    font-family: var(--ui-font-family);
}

    .comm-container input[type="text"] {
        width: 500px;
    }


.bio-container {
    margin-top: var(--spacing-xl);
    margin: 6px 10px 30px 10px;
}

.div-communication {
    gap: var(--spacing-sm);
    align-items: center;
    width: 600px;

    .comm-row {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        margin-bottom: 8px;

        .Name {
            width: 600px;
            flex-shrink: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background: none;
            font-size: var(--ui-font-size-title);
            color: var(--ui-color-header-suffix);
            font-weight: 500;
            border: none;
        }

        .label {
            width: 100px;
            flex-shrink: 0;
            text-align: left;
            padding-right: 10px;
        }

        .comm-txt {
            width: 400px;
            flex-shrink: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background: none;
            font-weight: bold;
            border: none;
        }
    }

    .schedule .comm-txt {
        width: 400px;
        flex-shrink: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: none;
        font-weight: bold;
        border: none;
    }
}

.div-image {
    margin-right: 20px;
}

.div-biography {
    display: flex;
    flex-direction: column;
    width: 800px;

    .label {
        font-size: var(--ui-font-size);
        margin-bottom: 5px;
        font-weight: 600;
    }

    .long-text {
        width: 100%;
        height: 100%;
        margin: 2px 10px 10px 0px;

        .label {
            font-size: var(--ui-font-size);
            margin-bottom: 5px;
            font-weight: 600;
        }
    }
}

.div-expertise {
    .label {
        font-size: var(--ui-font-size);
        margin-bottom: 5px;
        font-weight: 600;
    }
}

.div-workshop {
    width: 800px;
}

    .div-workshop .ws_title {
        font-size: var(--ui-font-size-header);
    }

    .div-workshop > * {
        display: block;
        margin-bottom: var(--spacing-sm);
    }

    .div-workshop input[type="text"],
    .div-workshop input[type="textarea"],
    .ws-description,
    .ws-title {
        flex: 1;
        width: calc(100% - 20px);
        margin: 6px 10px;
        font-family: var(--ui-font-family);
    }

.div-take-away-message {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 500px;
}

.ws-description {
    width: 800px;
    height: 300px;
}

.ws-detail {
    display: flex;
    flex-direction: column;

    .ws-title,
    .ws-description {
        display: flex;
        flex-direction: column;
        text-align: left;
        align-content: flex-start;
        width: 800px;

        .title {
            font-size: var(--ui-font-size);
            font-weight: 600;
        }

        .content {
            margin: 2px 10px 2px 0px;
            padding: 2px;
            /*font-size: var(--ui-font-size);*/

            p {
                margin-top: 0;
                margin-bottom: 2px;
            }
        }

    }

        .ws-title .content {
            font-size: var(--ui-font-size-subheader);
            font-weight: 600;
        }
}

.socials {
    width: 24px;
    margin-right: 5px;
}

.pnl-facilitator {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.landing-description {
    order: 1;
    font-size: var(--ui-font-size-topic);
    color: var(--ui-color-header-descript);
    font-weight: 500;
    padding-bottom: 15px;
    width: 80%;
    line-height: 1.5;
}

.facilitators-list {
    order: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 100%;
}

.footer-description {
    order: 3;
    font-size: var(--ui-font-size-topic);
    color: var(--ui-color-header-descript);
    font-weight: 500;
    padding-bottom: 15px;
    width: 80%;
    line-height: 1.5;
}
.scrollable-description {
    margin-top: 24px;
    height: 235px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}



/* ################# Payment Page */

.div-stage-1 {
    display: block;
}

.div-stage-2 {
    display: block;
}

.div-payment-container {
    max-width: 600px;
}

.div-Personal {
    border: 1px solid;
    border-color: var(--ui-color-header-suffix);
    border-radius: 10px;
    font-size: var(--ui-font-size-subheader);
    padding: 10px;
}

.div-payment {
    border: 1px solid;
    border-color: var(--ui-color-header-suffix);
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0px;
    display: flex;
    flex-direction:column;
    gap: 10px;
    color: var(--ui-color-header-suffix);
}

.div-payment-header {
    font-size: var(--ui-font-size-subheader);
    font-weight: 700;
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: var(--ui-color-header-suffix);
}

.div-members-only {
    font-size: var(--ui-font-size);
    color: var(--ui-color-header-suffix);
}

.div-agree-pay {
    border: 1px solid;
    border-color: var(--ui-color-header-suffix);
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0px;
    font-size: var(--ui-font-size-subheader);
}

.row-Personal {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .row-Personal label {
        width: 150px; /* Fixed width for labels */
        min-width: 150px;
        margin-right: 10px;
        font-weight: 500;
        flex-shrink: 0;
    }

    .row-Personal input[type="text"],
    .row-Personal input[type="email"],
    .row-Personal input[type="tel"],
    .row-Personal input[type="number"],
    .row-Personal select,
    .row-Personal textarea {
        flex: 1;
        max-width: 400px; /* Optional: prevents inputs from being too wide */
        font-size: var(--ui-font-size-topic);
    }

.lbl_Amount {
    margin-left: 10px;
}

input[type="button"],
input[type="submit"],
button {
    margin-top: 10px;
    padding: 10px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.2s, ease;
    background-color: var(--ui-background-overlay);
    color: var(--ui-color-header-suffix);
    font-size: var(--ui-font-size-subheader);
}

.hidden {
    display: none;
}

.validation-summary {
    background-color: #ffeaea;
    border: 1px solid red;
    color: red;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.div-register-header,
.div-confirmation {
    font-size: var(--ui-font-size-topic);
    line-height: 1.5;
    /*font-weight: 700;*/
    color: var(--ui-color-header-descript);
    margin-bottom: 20px;
}

.div-confirmation {
    font-size: var(--ui-font-size-subheader);
    margin-top: 20px;
}

/*####################################*/
input.btn-register,
button.btn-register {
    /*background-color: var(--ui-color-link-bio);*/
    color: var(--ui-color-link-bio);
    font-size: var(--ui-font-size-subheader);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--ui-color-header-descript);
    cursor: pointer;
    margin-bottom: 10px;
}

/* ###############################################*/
/* Responsive Styles */
/* ###############################################*/

/* ===== RESPONSIVE MOBILE STYLES ===== */

/* Tablet and smaller screens */
@media screen and (max-width: 1024px) {
    body {
        background: var(--ui-background-1024);
        background-position: center, top right;
        background-repeat: no-repeat, no-repeat;
        background-size: cover, auto;
        background-attachment: fixed;
    }

    .header {
        flex-direction: column;
        align-items: center;
        margin-left: 10px;
        padding: 10px;
    }

        .header img {
            height: 80px;
            width: auto;
        }

    .div-header,
    .div-header-title {
        margin-left: 0;
        align-items: center;
        text-align: center;
    }

        .div-header .main,
        .div-header-title .main {
            font-size: 2rem;
        }

        .div-header .suffix,
        .div-header-title .suffix {
            font-size: 1rem;
            margin-top: 10px;
        }

    .facilitators-list {
        justify-content: center;
        gap: 15px;
    }

    .landing-description,
    .footer-description {
        width: 95%;
        padding: 10px;
        font-size: 32px;
    }
}

/* Mobile screens */
@media screen and (max-width: 768px) {
    body {
        background: var(--ui-background-768);
        background-position: center;
        /*background-size: cover;*/
        background-attachment: scroll;
    }

    .header {
        margin-left: 0;
        padding: 5px;
    }

        .header img {
            height: 60px;
            width: auto;
        }

    .div-header .prefix,
    .div-header-title .prefix {
        font-size: 0.8rem;
    }

    .div-header .main,
    .div-header-title .main {
        font-size: 1.5rem;
    }

    .div-header .suffix,
    .div-header-title .suffix,
    .div-header .sub-suffix,
    .div-header-title .sub-suffix {
        font-size: 0.9rem;
        margin-top: 5px;
    }

    .div-header-right {
        flex-direction: column;
        padding-left: 0;
        align-items: center;
    }

        .div-header-right a {
            font-size: 1rem;
            margin: 5px 0;
        }

    .content {
        padding: 10px;
    }

    /* Facilitator list responsive */
    .pnl-facilitator {
        padding: 10px;
    }

    .landing-description,
    .footer-description {
        width: 100%;
        padding: 5px;
        font-size: 15px;
    }

    .facilitators-list {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    /* Facilitator card adjustments */
    .facilitator-card {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

        .facilitator-card .image {
            width: 120px;
            left: calc(50% - 60px);
            top: -15px;
        }

        .facilitator-card .div-info {
            margin: 5px;
        }

            .facilitator-card .div-info input[type=image] {
                width: 20px;
            }

    /* Headers responsive */
    .WS-header {
        font-size: 18px;
        height: auto;
        padding: 8px 5px;
    }

    .WS-sub_header {
        font-size: 14px;
        height: auto;
        padding: 8px 5px;
    }

    .WS-title-container {
        height: auto;
        flex-direction: column;
        padding: 10px;
    }

    /* Descriptions and biography popups */
    .div-description,
    .div-biography {
        width: 90% !important;
        max-width: 350px;
        left: 5% !important;
        right: 5% !important;
        margin: 0 auto;
        padding: 15px;
    }

        .div-description .title,
        .div-biography .name {
            font-size: 16px;
        }

        .div-description .content,
        .div-biography .bio {
            font-size: 14px;
        }

    /* Register button */
    .btn-register {
        width: 100%;
        max-width: 300px;
        padding: 12px;
        font-size: 16px;
        margin: 10px auto;
        display: block;
    }

    /* Workshop detail responsive */
    .div-workshop,
    .ws-detail,
    .div-biography {
        width: 100%;
        max-width: 100%;
    }

    .ws-description {
        width: 100%;
        height: 200px;
    }

    .scrollable-description {
        height: 180px;
    }
}

/* Small mobile screens */
@media screen and (max-width: 480px) {
    body {
        background: var(--ui-background-480);
        background-position: center;
    }

    .div-header .main,
    .div-header-title .main {
        font-size: 1.2rem;
    }

    .div-header .suffix,
    .div-header-title .suffix {
        font-size: 0.8rem;
    }

    .header img {
        height: 50px;
    }

    .WS-header {
        font-size: 16px;
        padding: 6px 5px;
    }

    .facilitator-card {
        max-width: 300px;
    }

        .facilitator-card .image {
            width: 100px;
            left: calc(50% - 50px);
        }

    .landing-description,
    .footer-description {
        font-size: 14px;
        line-height: 1.4;
    }

    .div-description,
    .div-biography {
        width: 95% !important;
        max-width: 320px;
        padding: 10px;
    }

    .btn-register {
        font-size: 14px;
        padding: 10px;
    }
}


/* ===== RESPONSIVE STYLES FOR UC_FACILITATOR ===== */

/* Tablet and smaller screens */
@media screen and (max-width: 1024px) {
    .pnl-facilitator {
        justify-content: center;
        gap: 15px;
    }

    .div-facilitator {
        width: 500px;
        height: 530px;
        margin: 20px 10px 10px 10px;
    }

        .div-facilitator .facilitator-container {
            width: 488px;
        }

        .div-facilitator .image {
            width: 280px !important;
            left: 104px !important;
        }

        .div-facilitator .fac-detail .name {
            font-size: 2.0rem !important;
        }

        .div-facilitator .fac-detail .keynote {
            font-size: 1.8rem !important;
        }

        .div-facilitator .countrycode {
            font-size: 1.5rem !important;
        }

        .div-facilitator .fac-detail .title,
        .div-facilitator .fac-detail .bio {
            font-size: 1.8rem !important;
        }

        .div-facilitator .div-description {
            width: 500px !important;
            height: 600px !important;
            left: 0;
        }

            .div-facilitator .div-description textarea {
                height: 230px;
            }

        .scrollable-description {
            height: 550px !important;
        }

        .div-facilitator .div-infolnk {
            top: 500px !important;
        }
}

/* Mobile screens */
@media screen and (max-width: 768px) {
    .pnl-facilitator {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .div-facilitator {
/*        width: 100%;
        max-width: 350px;*/
        height: auto;
        min-height: 320px;
        margin: 20px auto 15px auto;
        background-color: rgba(255,255,255,0.5) !important;
    }

        .div-facilitator .facilitator-container {
            width: 100%;
            padding-bottom: 20px;
        }

        .div-facilitator .image {
            width: 140px;
            height: auto;
            left: calc(50% - 70px);
            top: -20px;
        }

        .div-facilitator .fac-detail {
            top: -15px;
            padding: 0 10px;
        }

            .div-facilitator .fac-detail .name {
                font-size: 1.15rem;
                line-height: 1.3;
                margin-bottom: 8px;
            }

            .div-facilitator .fac-detail .title {
                font-size: 0.95rem;
                line-height: 1.3;
                margin-bottom: 8px;
                margin-top: 8px;
            }

            .div-facilitator .fac-detail .bio,
            .div-facilitator .fac-detail .info_lnk {
                font-size: 0.9rem;
                margin-top: 5px;
            }

        .div-facilitator .div-info {
            margin: 8px;
            top: 5px;
            right: 5px;
        }

            .div-facilitator .div-info input[type=image],
            .div-facilitator .div-info .Info {
                width: 22px;
                height: 22px;
            }

        .div-facilitator .div-infolnk {
            position: relative;
            top: auto;
            left: auto;
            text-align: center;
            margin: 10px 5px;
        }

        /* Description popup adjustments for mobile */
        .div-facilitator .fac-detail .div-description {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-20%, -0%) !important;
            font-size: 1.2rem !important;
            width: 90%;
            max-width: 400px;
            height: auto;
            max-height: 70vh;
            padding: 15px;
            z-index: 999999;
            overflow: hidden;
        }

        .div-facilitator .div-description textarea {
            height: 50vh;
            max-height: 400px;
            margin-top: 30px;
            font-size: 0.9rem;
            padding: 5px;
        }

        .div-facilitator .div-description a {
            font-size: 1.2rem;
            top: 8px;
            right: 15px;
            padding: 2px 8px;
            z-index: 1000000;
        }

        .div-facilitator .countrycode {
            font-size: 0.75rem;
            padding: 5px;
        }

        .div-facilitator .div_country {
            justify-content: center;
            padding: 5px;
        }
}

/* Small mobile screens */
@media screen and (max-width: 480px) {
    .div-facilitator {
        max-width: 320px;
        min-height: 300px;
        background-color: rgba(255,255,255,0.4) !important;
    }

        .div-facilitator .facilitator-container {
            padding-bottom: 15px;
        }

        .div-facilitator .image {
            width: 150px !important;
            left: calc(50% - 75px) !important;
            top: -18px;
        }

        .div-facilitator .fac-detail {
            top: -10px;
            padding: 0 8px;
        }

            .div-facilitator .fac-detail .name {
                font-size: 1rem;
                line-height: 1.2;
                margin-bottom: 6px;
            }

            .div-facilitator .fac-detail .title {
                font-size: 0.85rem;
                line-height: 1.2;
                margin-bottom: 6px;
                margin-top: 6px;
            }

            .div-facilitator .fac-detail .bio,
            .div-facilitator .fac-detail .info_lnk {
                font-size: 0.85rem;
                margin-top: 4px;
            }

        .div-facilitator .div-info {
            margin: 6px;
        }

            .div-facilitator .div-info input[type=image],
            .div-facilitator .div-info .Info {
                width: 20px;
                height: 20px;
            }

        .div-facilitator .div-infolnk {
            font-size: 1.00rem;
            margin: 8px 3px;
            top: 410px !important;
        }

        /* Description popup for small screens */
        .div-facilitator .fac-detail .div-description {
            width: 95%;
            max-width: 340px;
            max-height: 75vh;
            padding: 12px;
            transform: translate(-20%, -0%) !important;
            font-size: 1.2rem !important;
        }

        .div-facilitator .div-description textarea {
            height: 55vh;
            max-height: 350px;
            margin-top: 25px;
            font-size: 0.85rem;
            padding: 3px;
        }

        .div-facilitator .div-description a {
            font-size: 1.1rem;
            top: 6px;
            right: 12px;
            padding: 2px 6px;
        }

        .div-facilitator .countrycode {
            font-size: 0.7rem;
        }
}

/* Extra small screens */
@media screen and (max-width: 360px) {
    .div-facilitator {
        max-width: 280px;
    }

        .div-facilitator .image {
            width: 100px;
            left: calc(50% - 50px);
        }

        .div-facilitator .fac-detail .name {
            font-size: 0.95rem;
        }

        .div-facilitator .fac-detail .title {
            font-size: 0.8rem;
        }

        .div-facilitator .fac-detail .bio,
        .div-facilitator .fac-detail .info_lnk {
            font-size: 0.8rem;
        }

        .div-facilitator .div-description textarea {
            font-size: 0.8rem;
        }
}