.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
}

.mauticform-row {
    display: block;
    margin-bottom: 20px;
}


.mauticform-radiogrp label {
    color: #fff !important;
    font: normal normal normal 16px / 22px Poppins;
}
/* mautic form */
/* setup in override css instead of color picker in forms */
.mauticform-button {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 10px !important;
    font-family: Poppins;
    font-size: 16px !important;
    font-weight: 500;
    outline: none !important;
    width: 100% !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}
.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
}
.mauticform-input:focus,
#email:focus {
    outline: none;
}
.mauticform-radiogrp label {
    color: #fff !important;
    font: normal normal normal 16px / 22px Poppins;

}
.mauticform-radiogrp-row {
    display: inline-block;
    width: max-content;
    margin-right: 25px;
    margin-top: 15px;

}
.mauticform-selectbox option {
    color: #000;
}
.mauticform-checkboxgrp-row label {
    color: #fff !important;
    font: normal normal normal 12px / 18px Poppins;
}
.mauticform-checkboxgrp-row input {
    display: none;
}
.mauticform-checkboxgrp-row {
    position: relative;
    display: flex;
    width: 100%;
}
.mauticform-checkboxgrp-label {
    width: 90%;
    color: white;
    font-size: 12px;
    text-align: left;
    margin-left: 35px;
    line-height: 24px;
    font-weight: 700 !important;
    margin-top: -3px;
}
.mauticform-checkboxgrp-row .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 1px solid white;
}

/* On mouse-over, add a grey background color */
/* .mauticform-checkboxgrp-row input~.mauticform-checkboxgrp-label .checkmark {
        background-color: #eee;
    } */
.mauticform-checkboxgrp-label a {
    color: #00BFF3;
}
/* When the checkbox is checked, add a blue background */
.mauticform-checkboxgrp-row input:checked~.mauticform-checkboxgrp-label .checkmark {
    background-color: #2196F3;
}
/* .mauticform-checkboxgrp-label:hover .checkmark {
        background-color: #00BFF3;
    } */
.mauticform-checkboxgrp-row input:hover,
.mauticform-checkboxgrp-row label:hover ~.mauticform-checkboxgrp-label .checkmark {
    background-color: #2196F3;
}

.mauticform-checkboxgrp-label:hover {
    cursor: pointer;
}

/* Create the checkmark/indicator (hidden when not checked) */
.mauticform-checkboxgrp-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.mauticform-checkboxgrp-row input:checked~.mauticform-checkboxgrp-label .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.mauticform-checkboxgrp-label .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mauticform-errormsg {
    display: none;
    color: red;
    margin-top: -1px !important;
    border-top: 1px solid #a94442;
    content: "";
    font-size: 0;
    z-index: 0;
    position: relative;
}
.mauticform-radiogrp .mauticform-errormsg {
    border: 0 !important;
    font-size: unset;
}
.registered-btn,
.register-btn {
    text-align: right;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 20px;
    text-decoration: underline;
    font: normal normal normal 14px / 22px Poppins;
}
span.error-loginmessage {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: red;
    background: #ffc7c7;
}
.bot-html-left p {
    font-family: Poppins;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
speakers,
schedule,
partners {
    border-radius: 0 0 19px 0;
    float: left;
    width: auto;
    font: normal normal 600 18px / 25px Poppins;
}
#vimeo {
    height: 250px;
    margin-bottom: 20px;
}
@media (min-width: 640px) {
    #vimeo {
        height: 300px;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    #vimeo {
        height: 455px;
    }
}
.livestream.slido {
    margin-bottom: 20px;
}
@media (min-width: 1024px) {
    .livestream.slido {
        margin-bottom: 0px;
    }
}