@import url(https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

/* Not ideal, due to limitations of Bootstrap */
body {
    overflow-x: hidden;
}

:root {
    --primaryColor: #fff;
    --secondaryColor: #5CC2E7;
    --charcoalColor : #141414;
    --magentaColor: #D81EBF;
    --primaryBlueColor: #4B7CAA;
    --bgColor: #010101;
    --bgImg: url('https://blackhat.informafestivals.com/eventAssets/bhif_masterclass_2026_260203154731/image/2026-SpringTraining/BH2026_SprngTraining-BG-2200x2828.jpg');
    --primaryFont: "Inter", sans-serif;
    --headingFont: "Bai Jamjuree", sans-serif;

    --color-black: #000;
    --color-white: #fff;
    --color-red: #a94442;
}

/* FONT SIZES
------------------------------------------------------*/
*, html, body, .ui-widget input, p, label { font-family: var(--primaryFont); }

_:-ms-lang(x), input.form-control {
    display: inline-block;
}

::selection {
    background: var(--secondaryColor);
    color: var(--color-black);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var( --headingFont);
    text-wrap: balance;
}

html, body {
    font-size: 1rem;
    background: transparent;
    color: var(--primaryColor);
    min-height: 100vh;
}

h1 {
    font-size: 2.3rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1rem;
}



/* EV2 REQUIRED STYLES
------------------------------------------------------*/

div.ip-group-container div.ip-element label.errorFieldLabel,
div.ip-group-container div.ip-element label.emptyFieldLabel
{ color: var(--color-red); }

/* Main Styles */
html {
    background-color: var(--bgColor);
    background-image: var(--bgImg);
    background-repeat: no-repeat;
    background-position: center -200px;
    background-size: cover;
    position: relative;
    z-index: 1;
    width: 100%;
}

@media screen and (width > 767px) {
    html {
        background-size: 100%;
        background-position: center top;
    }
}

@media screen and (width > 1400px) {
    html {
        background-position: center -150px;
    }
}

@media screen and (width > 1500px) {
    body {
        background: unset;
    }
}

a, a:active, a:visited, a:hover {
    color: var(--secondaryColor);
}

a:hover {
    text-decoration: underline;
}

i.fa {
    padding-right: .75rem;
}

img {
    max-width: 100%;
    width: 100%;
}

.page-banner img {
    margin-left: -1.45rem;
    margin-top: -2rem;
    max-width:  375px;
    width: auto;
}

.intro-wrap {
    padding: 0 50px 0 0;
}

aside p {
    font-weight: 300;
    margin: 0;
}

.intro-wrap h1,
.intro-wrap p {
    color: var(--color-white);
}

.intro-wrap p {
    text-wrap: pretty;
}

.full-row {
    width: 100%;
}

.btn,
.ip-buttonBar a.btn, .ip-buttonBar  > a {
    font-weight: bold;
    background: var(--secondaryColor);
    color: var(--color-black);
    transition: all ease 0.3s;
    border: 1px solid var(--secondaryColor);
}

.btn-cancel:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

@media screen and (width > 1199px) {
    .ip-buttonBar {
        text-align: left;
    }
    body:not(.index_registrations_review) .ip-buttonBar {
        margin-right: 15px;
        margin-top: 1rem;
    }
    .index_registrations_blackhat .ip-buttonBar {
        text-align: left;
    }
}

.ip-buttonBar > a {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 6px 12px;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ip-buttonBar  > a:hover {
    text-decoration: none;
}

.date-info {
    list-style: none;
    margin: 4rem 0 0;
    padding: 0;
}

.date-info li {
    font-family: var(--headingFont);
    font-size: .85rem;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.89);
    width: 100%;
}

.date-info li:first-child {
    font-size: 2.45rem;
    font-weight: 600;
    line-height: 1;
    text-shadow: 3px 3px 7px rgb(34 34 34);
}

.date-info li:last-child {
    letter-spacing: 3px;
}

.index_registrations_blackhat .login-box .requiredSymbol,
.buttons.chargesButtonsHeader,
.chargeButtons,
.index_registrations_index .btn-cancel,
.index_registrations_attendee .btn-cancel,
.index_registrations_bhalu5801 .btn-cancel,
.index_registrations_bhaca6920 .btn-cancel,
.index_registrations_bhasia24media .btn-cancel,
.index_registrations_spbr2024 .btn-cancel,
.index_registrations_sppdbs24 .btn-cancel {
    display: none;
}

.requiredSymbol {
    line-height: 1.1;
}

#BHiBTA36 {
    width: 60%;
}

@media screen and ( width > 768px ) {
    .flex-centred {
        display: flex;
        align-items: center;
    }
}

form input,
form select {
    margin-bottom: 10px;
}

.iti__selected-dial-code,
#ip-financialSummary-Container,
.well {
    color: var(--color-black);
    margin-top: 15px;
    background: transparent;
}
.index_registrations_demographics .questionResponse:has(select) {
    padding-bottom: 1rem;
}
#ip-financialSummary-Container table.financialSummary,
#ip-financialSummary-Container + .IP_PageBuilder_ExhibitorReg .btn-submit,
.index_registrations_review .financialSummary {
    color: var(--color-white);
}

.iti__country-name,
.iti__dial-code,
.index_registrations_payment .financialSummary {
    color: var(--color-black);
}

.iti__selected-dial-code {
    margin-top: 0;
}

.index_registrations_profile .ip-elm-checkbox-multi.ip-element label[for="hkLqGU81-117"] {
    width: 90%;
}
.index_registrations_profile main#main .login-box form .col-lg-6:nth-child(2) div:has(.questionResponse) span, .index_registrations_profile main#main .login-box form .col-lg-6:nth-child(2) div:has(.questionResponse):not(.questionResponseCheckbox) label {
    display: inline-block;
    width: auto;
}
.index_registrations_profile main#main .login-box form .col-lg-6:nth-child(2) div.ip-element span:has(input[type="radio"]) input {
    margin: 0 0.35rem 0 .95rem;
}
.index_registrations_profile main#main .login-box form .col-lg-6:nth-child(2) div:has(.questionResponseCheckbox) span {
    display: inline;
}
.index_registrations_profile main#main .login-box form .col-lg-6:nth-child(2) > div span div.questionResponse {
    display: inline-block;
    padding-right: .5rem;
    width: auto;
}
.index_registrations_profile main#main .login-box form .col-lg-6:nth-child(2) > div span div.questionResponse.questionResponseCheckbox {
    display: inline;
}
.index_registrations_profile main#main .login-box form .col-lg-6:nth-child(2) > div span div.questionResponse label {
    display: inline-block;
    max-width: 80%;
    width: auto;
}
.index_exhibitorreg_portal .login-box label[for="rememberMe"] {
    width: 90%;
}

.index_exhibitorreg_portal label[for="rememberMe"] + span.ip-elementContent {
    float: left;
}

[class^="index_registrations_"] .login-box > .ip-buttonBar {
    text-align: left !important;
}

label[for="workshop_ZdVMUO96"] {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

/* Event and sponsorshhip Task Options */
[class^="index_exhibitorreg_"] .taskElement {
   display: flex;
   flex-direction: row-reverse;
   flex-wrap: wrap-reverse;
   margin: 0;
}
[class^="index_exhibitorreg_"] .taskElement > .taskDisplay {
    float: none;
    margin: 0;
    width: 75%;
}

[class^="index_exhibitorreg_"] .taskElement > .taskDisplay > .allTasks > .task {
    width: 100%;
}

[class^="index_exhibitorreg_"].taskElement > .taskFilters {
    float: none;
    padding-right: 20px;
    width: 25%;
}
@media screen and (max-width: 600px) {
  [class^="index_exhibitorreg_"] .taskElement > .taskFilters,
  [class^="index_exhibitorreg_"] .taskElement > .taskDisplay {
    width: 100%;
  }
}

/* FOOTER */
footer#footer {
    width: 100%;
    padding-left: 2rem;
}

.footer img {
    width: 160px;
    margin: 10px 0;
}

.footer .powered-by {
    width: 340px;
    margin: 20px 0 40px;
}

.footer {
    color: var(--color-white);
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and ( width > 1920 ) {
    .footer {
        background: unset;
    }
}

.footer > .row:first-of-type {
    width: calc(100% - 30px);
}

.footer ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .index_registrations_delegate .footer {
        bottom: 0;
        left: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
    }
    .footer ul {
        float: right;
    }
}

.footer ul li {
    float: left;
    font-size: 0.8rem;
    padding: 2px 5px;
}

.footer ul li:last-child {
    clear: both;
}

.footer ul li a {
    color: var(--color-white);
    font-weight: normal;
    text-decoration: underline;
}

.footer ul li a:hover {
    text-decoration: none;
}

.ui-widget-content a {
    color: var(--color-black);
}

.index_forgot-password_index .btn-submit {
    margin-right: 10px;
    width: unset !important;
}

.index_forgot-password_changepassword input.btn-submit {
    width: unset !important;
}
.even a {
    display: block;
    text-align: center;
}

.even a img {
    margin: auto;
    width: auto;
}

.even .financialAmount {
    text-wrap: nowrap;
}

td.workshopName {
    display: flex;
    gap: 10px;
}

tr td.workshopCheckbox input[type="checkbox"][disabled],
tr.waitingListCheckbox td input[type="checkbox"][disabled] {
    appearance: none;
}
tr:has(input[type=checkbox][disabled]) td.workshopName span {
    color: #999;
}

#publicMenu li a {
    align-items: center;
    display: flex;
    justify-content: center;
}

#publicMenu li a:hover {
    background-color: var(--magentaColor);
    text-decoration: none;
}

.index_registrations_review #qgfYEr93 {
    padding-right: .5rem;
}
.index_registrations_review  img[src$="delete.png"] {
    height: 1.5rem;
    width: 1.5rem;
}

.reportView .reportHeader th,
.reportView .reportTable tr.even,
.reportView .reportTable tr.odd {
    background: none;
}

.reportView .reportTable thead tr {
    background-color: var(--primaryBlueColor);
    font-weight: bold;
    text-align: left;
}

.reportView .reportTable tr {
    border-bottom: 1px solid var(--primaryColor);
}

.reportView .reportTable td,
.reportView .reportTable th {
    padding: 5px;
}

.reportView .reportTable td a {
    text-align: left;
}

.manage-registrants-promocode-grouping .manage-registrants-promocode-table {
    width: 100%;
    margin-top: 30px;
}

.manage-registrants-promocode-grouping .manage-registrants-promocode-table thead tr {
   background-color: var(--primaryBlueColor);
   font-weight: bold;
   text-align: left;
}

.manage-registrants-promocode-grouping .manage-registrants-promocode-table thead th.column {
    min-width: 120px;
    position: relative;
}

.manage-registrants-promocode-grouping .manage-registrants-promocode-table td.action-button-wrapper {
    max-width: 60px;
    text-align: center;
}

.manage-registrants-promocode-grouping .manage-registrants-promocode-table thead th.column .columnTitle {
    float: right;
    width: 88%;
}

.manage-registrants-promocode-grouping .manage-registrants-promocode-table tr.manage-even {
    background-color: inherit;
}

.manage-registrants-promocode-grouping .manage-registrants-promocode-table thead th.column .columnSort {
    float: left;
    min-width: 12px;
    width: 10%;
}

.manage-registrants-promocode-grouping .manage-registrants-promocode-table .column {
    padding: 5px;
}

.manage-registrants-promocode-grouping .manage-registrants-promocode-table .send-invoice:hover {
    cursor: pointer;
}

.manage-registrants-promocode-grouping-counts > p,
.manage-registrants-promocode-grouping-counts .ip-button {
    float: none !important;
}

.manage-registrants-promocode-grouping-counts .ip-button a {
    background: var(--primaryBlueColor);
    border: solid 1px var(--primaryBlueColor);
    border-radius: 5px;
    padding: 5px 15px;
    color: var(--primaryColor);
}

.manage-registrants-promocode-grouping-counts .ip-button a:hover {
   cursor: pointer;
   text-decoration: none;
   background: var(--secondaryColor);
}

.ip-group-col {
    padding: 0;
}

#ip-financialSummary-Table .groupFinancialSummary {
    background: none;
    color: var(--primaryColor);
}

#ip-financialSummary-Table table.groupFinancialSummary th,
#ip-financialSummary-Table table.groupFinancialSummary tr {
    background: none;
    color: var(--primaryColor);
}

#ip-financialSummary-Table .groupFinancialSummary tr.balanceDueRow td {
    background: none;
}

.ip-sectionTitle {
    color: var(--color-white);
    font-family: var(--headingFont);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .35rem;
}

.index_exhibitorreg_section_24 a.btn {
    background: var(--primaryBlueColor);
    border-color: var(--primaryBlueColor);
}

.index_exhibitorreg_section_24 a.btn:hover {
    background: var(--secondaryColor);
}


@media screen and ((max-height: 787px)){
    footer#footer {
        position: relative;
        bottom: -5rem;
    }
}
@media screen and ((min-height: 786px)) {
    footer#footer {
        position: absolute;
        bottom: -5.41rem;
    }
   #public:has(#BHiBTA36) footer#footer {
        position: absolute;
        bottom: 0;
    }
}