:root {
    --primary-color: #0c6a40;
    --secondary-color: #DDD;
}

#lblFirstNameLabel, #lblLastNameLabel, #lblEmailAddressLabel, #tblHeader {
    display: none;
}

body {
    height: 100vh; /* Ensures the body takes up the full viewport height */
    margin: 0; /* Removes default body margin */
    padding: 0;
    width: 100vw;
}

.responsive-bg {
    display: flex;
    justify-content: center; /* Centers horizontally */

    align-items: center; /* Centers vertically */
    /* Set the background image */
    background-image: url('../Images/MeetingResponse/GENERIC.jpg');
    /* Center the image within the container */
    background-position: center center;
    /* Do not repeat the image */
    background-repeat: no-repeat;
    /* Scale the image to cover the entire container (maintains aspect ratio, crops if necessary) */
    background-size: cover;
    /* Set the container to full viewport height */
    height: 100vh;
    /* Optional: fixed background effect as user scrolls */
    background-attachment: fixed;
    width: 100vw;
}

#pnlSenderInfo {
    width: 100%;
}

#tblCenter {
    width: 40%;
    max-width: 1152px;
    /*height: 300px;*/
}

#tdLeft {
    width: 50%;
    background-color: #FFF;
}

#tdRight {
    width: 50%;
    background-color: var(--secondary-color);
}

#divFooter {
    vertical-align: bottom;
    width: 100%;
}

#tblMain {
    width: 100%;
}

/*#rtbFirstName, #rtbLastName, #rdtxtBxEmailAddress, #btnSave {
    padding: 5px !important;
}*/

#rtbFirstName, #rtbLastName, #rdtxtBxEmailAddress {
    border-radius: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right:5px;
    margin-left: 5px;
    width: calc(100% - 10px);
}

#lblEventRegistration {
    color: black;
    padding-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
}

#btnSave {
    background-color: var(--primary-color);
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 550;
    height: 43px;
    line-height: 26px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-transform: uppercase;
}

    #btnSave:hover,
    #btnSave:focus {
        /*background-color: #8F6A27;*/
        background-color: color-mix(in srgb, var(--primary-color) 80%, black);
    }

#btnClose {
    background-color: var(--primary-color);
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 550;
    height: 43px;
    line-height: 26px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-transform: uppercase;
    margin-top: 30px;
}

    #btnClose:hover,
    #btnClose:focus {
        /*background-color: #8F6A27;*/
        background-color: color-mix(in srgb, var(--primary-color) 80%, black);
    }

#tdEventRegistration, #tdRegister {
    padding-top: 30px;
    padding-bottom: 30px;
}

#tblCompanyLogoandWelcome {
    width: 90%;
}

#divLogo {
    background-image: url("../Images/MeetingResponse/SCORESYSTEMS-LOGO.png");
    width: 200px;
    height: 75px;
    background-repeat: no-repeat;
    border: none;
    margin-bottom: 30px;
    /*background-size: cover;*/
    object-fit: contain;
}

#tdStatusMessage {
    height: 50px
}

#lblStatusMessage {
    color: white;
    padding: 8px;
    font-family: Arial;
    background-color: var(--primary-color);
    border-radius: 5px;
    margin-bottom: 25px;
}

#divLegalBoiler {
    margin-top: 10px;
    color: white;
    padding: 8px;
    font-family: Arial;
    background-color: var(--primary-color);
    border-radius: 5px;
    width: fit-content;
    height: fit-content;
}

#tblInputs th,
#tblInputs td {
    text-align: center;
}

.backgroundImageforMeetingResponse_DINE-AROUND {
    background-image: url('../Images/MeetingResponse/DINE-AROUND.jpg');
}

.backgroundImageforMeetingResponse_DUE-DILIGENCE {
    background-image: url('../Images/MeetingResponse/DUE-DILIGENCE.jpg');
}

.backgroundImageforMeetingResponse_REP-EVENT {
    background-image: url('../Images/MeetingResponse/REP-EVENT.jpg');
}

.backgroundImageforMeetingResponse_ROADSHOW {
    background-image: url('../Images/MeetingResponse/ROADSHOW.jpg');
}

.backgroundImageforMeetingResponse_WEBINAR {
    background-image: url('../Images/MeetingResponse/WEBINAR.jpg');
}
#lblWelcome {
    padding-right: 5px;
    padding-left: 5px;
}

#divStatusMessage {
    display: none;
}

#lblLowerStatusMessage {
    color: red;
}

#tdLowerStatusMessage {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
}
#divLegalBoiler {
    display: none;
}
