﻿/* -- ********************** NEW UPDATE: 20251001 ********************** -- */

@font-face {
    font-family: "Raleway-Regular";
    src: url("/fonts/Raleway-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "Raleway-Italic";
    src: url("/fonts/Raleway-Italic-VariableFont_wght.ttf") format("opentype");
}

@font-face {
    font-family: "Raleway-Bold";
    src: url("/fonts/Raleway-Bold.ttf") format("opentype");
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, span, table, tr, td, a, input, textarea {
    font-family: 'Raleway-Regular', sans-serif;
}

.font-regular {
    font-family: 'Raleway-Regular', sans-serif;
}

.font-bold {
    font-family: 'Raleway-Bold', sans-serif;
}

.font-italic {
    font-family: 'Raleway-Italic', sans-serif;
}

.programme-time {
    padding-right: 10px !important;
    text-align: right !important;
}

.speaker-name {
    font-family: Raleway-Bold !important;
}

.speaker-box img {
    margin-bottom: 5px;
    border: 1px solid black;
}

._largecontainerfooter {
    background-color: #fff !important;
    max-width: 100% !important;
}

.form-asterisk-yellow {
    color: var(--color-yellow) !important;
}
/* -- ********************** NEW UPDATE: 20251001 ********************** -- */

input[type="submit"] {
    border: 0 !important;
}

td .rdBtn {
    margin-bottom: 20px;
    cursor: pointer;
}

td:first-child .rdBtn {
    margin-right: 30px;
}

.rdBtn input {
    vertical-align: middle;
    margin-right: 5px !important;
    cursor: pointer;
}

.rdBtn label {
    vertical-align: middle;
    cursor: pointer;
}

label.rdBtn span {
    cursor: pointer;
}

.frmerr {
    border: 3px solid red !important;
}

.select2-search__field {
    border: 1px solid #ccc !important;
    background-color: #f1f1f1 !important;
}

.chkChoice input {
    margin-left: -20px !important;
    margin-right: 15px !important;
}

.chkChoice td {
    padding-left: 20px !important;
    flex-basis: 32% !important;
}

.errborder {
    border: 3px solid red !important;
}

.padtb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padtb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padtb25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.divRegWarn {
    margin-top: -10px;
    margin-bottom: 20px;
}

.txt-warn {
    color: #ffc233 !important;
}

.divFIAErr {
    width: 100%;
    background-color: #D71920;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.txt-col-yellow {
    color: var(--color-yellow) !important;
}

.txtHid {
    background-color: rgba(255,255,255,0.2) !important;
    color: rgba(255,255,255,0.5) !important;
    padding: 5px !important;
    margin-bottom: 10px !important;
}

.div-psumm {
    width: 50%;
    height: 24vw;
    display: block;
    position: fixed;
    top: 100px;
    right: 0;
    padding: 1vw;
    border-radius: 1vw 0 0 1vw;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    z-index: 9;
}

    .div-psumm b, .div-psumm u, .div-psumm span, .div-psumm a {
        color: rgba(0,0,0,0.8) !important;
    }

.psumm-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    cursor: pointer;
}

    .psumm-close img {
        max-width: 25px;
    }

.div-psumm-tab {
    width: 3vw;
    height: 3vw;
    display: block;
    position: fixed;
    top: 100px;
    right: 0;
    padding: 0.55vw;
    border-radius: 1vw 0 0 1vw;
    background-color: rgba(255,255,255,0.75);
    cursor: pointer;
}

    .div-psumm-tab img {
        max-width: 25px;
    }

.dumbutt {
    font-size: 0px;
    background-color: transparent;
    border: 0px solid;
}

.divSumm {
    width: 100%;
    background-color: var(--color-darkblue);
    color: #fff;
    padding: 10px 15px;
    border: 0;
    box-shadow: none;
    margin-bottom: 20px;
    line-height: 150%;
    overflow: auto;
}

.divTnC {
    width: 100%;
    border: 1px solid white;
    padding: 20px 20px 0 20px;
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.2);
}

ul.tnc {
    margin: 1vw 0;
}

    ul.tnc li {
        margin-left: 2vw;
    }

.chkTnC {
    margin-bottom: 1vw;
}

    .chkTnC label {
        margin-left: 1vw;
        cursor: pointer;
    }

.divErr {
    border: 1px solid #ff0000;
    background-color: rgb(255 0 0 / 0.7);
    padding: 10px;
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}

.divSuc {
    border: 1px solid #8dc63f;
    background-color: rgb(141 198 63 / 0.7);
    padding: 10px;
    text-align: center;
    margin-bottom: 25px;
    color: #243e00;
}

.divFBPop {
    background: #fff;
    padding: 50px 20px;
    text-align: left;
    max-width: 60%;
    margin: 40px auto;
    position: relative;
    color: #707070;
    text-align: center;
}

:is(#registration, #login-form, #profile-edit-form, #register-sponsorship-form, #aspnetForm, .dashboard-content) :is(select, input[type="text"], input[type="number"], input[type="search"], input[type="password"], textarea) {
    padding: 15px;
    background-color: #ffffff;
    width: 100%;
    border: 0px;
    box-shadow: none;
    margin-bottom: 20px;
    color: var(--color-grey);
}

ol.prog {
    margin-left: 15px;
}

    ol.prog li {
        /*font-size: 12px;*/
        font-size: 14px;
    }

        ol.prog li span {
            color: #1c2473;
        }

.div-covid-tab {
    width: 10vw;
    height: 10vw;
    display: block;
    position: fixed;
    top: 15vw;
    right: 0;
    z-index: 5;
    /* padding: 0.55vw;
    border-radius: 1vw 0 0 1vw;*/
    /*background-color: transparent;*/
    cursor: pointer;
}

    .div-covid-tab img {
        max-width: 10vw;
    }


.spo-box {
    background-color: var(--darkblue);
    flex-basis: 23%;
    background-color: var(--color-white);
    padding: 45px 30px;
    min-height: 400px;
    gap: 20px;
}

    .spo-box.highlight {
        background-color: var(--color-darkblue);
        background-image: url('../img/bck-sponsor-highlight.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        border-top-left-radius: 45px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 45px;
        border-bottom-left-radius: 0px;
    }

    .spo-box ul {
        margin-left: 35px;
        margin-top: 20px;
        list-style: none;
    }

        .spo-box ul li {
            position: relative;
        }

.spo-box-title {
    font-size: 30px;
    line-height: 36px;
    color: var(--color-darkblue);
}

.spo-box-price {
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    color: var(--color-darkblue);
}

.spo-box.highlight .spo-box-title {
    font-size: 36px;
    line-height: 44px;
    color: var(--color-white);
}

.spo-box.highlight .spo-box-price {
    color: var(--color-white);
}

.spo-box.highlight ul li {
    color: var(--color-white);
}

.spo-box ul li:before {
    content: ' ';
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../img/icon-red-tick.png);
    background-size: cover;
    position: absolute;
    left: -33px;
}

.fblnk {
    color: #ffc233 !important;
}

.txtUCase {
    text-transform: uppercase;
}

.txtComVDT {
    font-size: 13px;
}

table.tbComEv {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 5px;
}

    table.tbComEv td {
        padding: 3px 5px;
        font-size: 12px;
        vertical-align: top;
    }

        table.tbComEv td:first-child {
            width: 25%;
        }

        table.tbComEv td:last-child {
            color: #ffc233 !important;
        }

.divReg {
    position: relative;
    z-index: 2;
    min-height: 80vw;
    margin-bottom: 50px;
}

.divWRPop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Darkens the background */
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    z-index: 9999;
}

.divWRModal {
    width: 35%;
    padding: 20px;
    background-color: white;
    color: #000 !important;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 2560px) {
    .div-psumm {
        width: 30%;
        height: 13vw;
    }
}

@media only screen and (max-width: 1920px) {
    .div-psumm {
        width: 35%;
        height: 17vw;
    }
}

@media only screen and (max-width: 1680px) {
    .div-psumm {
        width: 40%;
        height: 20vw;
    }
}

@media only screen and (max-width: 1440px) {
    .div-psumm {
        width: 38%;
        height: 20vw;
    }
}

@media only screen and (max-width: 1258px) {
    .div-psumm {
        width: 48%;
        height: 24vw;
    }
}

@media only screen and (max-width: 1024px) {
    .div-psumm {
        width: 50%;
        height: 30vw;
    }
}

@media only screen and (max-width: 767px) {

    .divWRModal {
        width: 90%;
    }

    .div-covid-tab {
        width: 20vw;
        height: 20vw;
        top: 25vw;
    }

        .div-covid-tab img {
            max-width: 20vw;
        }

    .divFBPop {
        width: 95%;
    }

    .chkChoice td {
        flex-basis: 100% !important;
    }

    .div-psumm {
        width: 95%;
        height: 80vw;
        top: 22vw;
        padding: 2vw;
    }

    .div-psumm-tab {
        width: 10vw;
        height: 10vw;
        padding: 2vw;
    }
}
