#main-form {
    background-color: white;
    /*background-position: top 490px left 0, top 460px right calc(50% - 280px), top 65% right 0;
    background-repeat: no-repeat;
    box-shadow: none;*/
    /*max-width: 100% !important;*/
    /*padding: 0;*/
    font-size: 14px;
    border-radius: 15px;
}

#main-form .h3 {
    color: rgba(0, 0, 0, 0.90);
    font-size: 16px;
    line-height: 24px;
}

#main-form>[id^="page_"] {
    margin: 0 auto;
}

#main-form>[id^="page_"] .navbar {
    background: transparent;
}

#main-form>[id^="page_"]>.alert-container+.component {
    /*border-top: 1px solid #ccc;*/
}

#main-form>[id^="page_"]>.component>form {
    margin-bottom: 15px;
    background-color: #fff;
}

.theme-panel {
    box-shadow: inset 0 -5px 0 0 #fff, -2px -2px 20px 0 rgb(0 0 0 / 20%), 2px 2px 20px 0 rgb(0 0 0 / 20%)!important;
}

#main-form>[id^="page_"]>.component>form {
    padding: 15px;
    border-radius: 15px;
}

#main-form>[id^="page_"]>.component,
#main-form>[id^="page_"]>.theme-panel {
    background: #fff;
    /*border-top: 1px solid #ccc !important;*/
    /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
    margin: 0 auto;
    max-width: 1000px;
    min-width: 300px;
    width: calc(100% - 30px);
    border-radius: 15px;
}

#main-form>[id^="page_"]>.component:last-child {
    border-left: 0;
    border-right: 0;
}

.theme-panel {
    box-shadow: inset 0 -5px 0 0 #fff, -2px -2px 20px 0 rgb(0 0 0 / 5%), 2px 2px 20px 0 rgb(0 0 0 / 5%);
}

.theme-select.form-control.select2-container .select2-selection {
    border-radius: 15px;
}

.form-control {
    border-radius: 15px!important;
}

#main-form>[id^="page_"]>.theme-panel {
    margin-bottom: 20px;
    padding: 15px;
}

#main-form>[id^="page_"]>.theme-panel .fee-amount::before,
#main-form>[id^="page_"]>.theme-panel .fee-summary::before {
    content: '$';
}

#main-form>[id^="page_"]>.theme-panel .row.no-theme {
    padding-bottom: 10px;
}

#main-form>[id^="page_"]>.theme-panel .theme-box {
    margin-top: -10px;
}

#main-form>[id^="page_"]>div:nth-last-child(-n+3) {
    background: transparent;
    border-top: 0;
    /*border: 0;*/
}

#main-form>[id^="page_"]>div:nth-last-child(1) {
    background: #f2f2f2;
    /*margin: 4em 0 0;*/
    padding: 0;
}

#main-form>[id^="page_"]>div:nth-last-child(4) {
    /*border-bottom: 1px solid #ccc;*/
}

#main-form.landing .brand-footer {
    background: #f2f2f2;
    /*margin: 4em 0 0;*/
}

#main-form.landing .component {
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto 10em;
    min-width: 300px;
    padding: 15px;
    width: 810px;
}

#page_1 .h4:after {
    color: red;
    content: 'ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â© ';
    display: inline;
    font-family: 'FontAwesome';
    font-size: 0.4em;
    font-weight: 400;
    vertical-align: super;
}

.alert-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    min-width: 300px;
    width: calc(100% - 30px);
}

.body-content {
    padding: 0;
}

.brand-footer {
    background-color: #000;
    /*margin-top: 4em;*/
    font-family: 'Inter', sans-serif;
}

.brand-footer .container {
    max-width: 1120px;
    padding: 0;
    width: 100%;
}

.brand-footer .logo-container {
    text-align: center;
}

.brand-footer .logo-container img {
    max-width: 173px;
}

.brand-footer .row {
    margin: 0;
    padding-bottom: 4em;
}

.brand-footer .row h4 {
    margin-top: 0;
}

.brand-footer .terms-container {
    text-align: center;
}

.brand-footer a {
    color: #fff !important;
}

.brand-footer dd,
.brand-footer li {
    background: transparent;
    color: rgba(0, 0, 0, 0.90);
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    margin: .5em 0;
    text-align: left;
}

.brand-footer dl {
    margin: 0;
}

.brand-footer dt,
.brand-footer h4 {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}

.brand-footer li {
    margin-bottom: .5em;
}

.brand-footer span {
    display: block;
    font-size: 14px;
    margin-top: .5em;
}

.brand-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brand-header {}

.brand-header .inner {
    background: rgba(0, 0, 0, .9);
    padding: 1em;
}

.brand-header .wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
}

.brand-header h1 {
    color: #FFFEFE;
    display: block;
    font-family: Coda, sans-serif;
    font-size: 30px;
    line-height: 1;
    margin-bottom: .8em;
    text-transform: uppercase;
}

.brand-header h1 span {
    text-transform: lowercase;
}

.brand-header img.iot-logo {
    display: block;
    margin: 0 0 1em 1em;
    width: fit-content;
}

.brand-header li {
    color: #FFFEFE;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 1em;
    width: 100%;
}

.brand-header li span {
    color: #858585;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 1em;
}

.brand-header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.divcom-footer {
    color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    min-width: 300px;
    /* background-color: #212657; */
}

@media (max-width:750px) {
    .divcom-footer {
        background-color: #212657!important;
    }
}

.rc-anchor-light.rc-anchor-normal {
    border-radius: 15px;
}

.theme-select.form-control.select2-container .select2-selection.select2-selection--multiple {
    border-radius: 15px;
}

.intl-tel-input .selected-flag {
    z-index: 99;
}

.phone-num-validation {
    font-size: 12px;
    font-style: italic;
}

.phone-num-validation:before {
    color: red;
    content: '\f069 \ ';
    display: inline;
    font-family: 'FontAwesome';
    font-size: 0.5em;
    vertical-align: super;
}

.theme-panel {
    box-shadow: inset 0 -5px 0 0 #000, -2px -2px 20px 0 rgba(0, 0, 0, 0.05), 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
}

.progress-bar {
    background-color: #212657!important;
    background-image: repeating-linear-gradient(13deg, #fa824d, transparent 55px);
    background-repeat: repeat-x;
}

.background-opacity {
    background-color: #1d174f54!important;
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #212657!important;
    box-shadow: none;
}

.select2-drop-active {
    border-color: #212657!important;
}

.select2-results .select2-highlighted {
    background-color: #212657!important;
    color: #fff;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #212657;
    color: #fff;
}

.session-date-time-display {
    display: block;
    margin-left: 20px;
}

.theme-feetype-box {
    box-shadow: none;
}

/* div.delayed-component-content {
    background-color: rgb(252 252 252 / 37%);
}
*/
@media (min-width: 600px) {
    .brand-header .inner {
        padding: 2em 3em 1em;
    }
    .brand-header .wrapper {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .divcom-footer {
        background-color: #212657;
    }
}

@media (min-width: 768px) {
    .brand-header h1 {
        font-size: 50px;
    }
    div.form-group .form-control {
        margin-bottom: 0px;
        border-radius: 15px;
    }
    .brand-footer .logo-container {
        text-align: left;
    }
    .brand-footer .terms-container {
        text-align: right;
    }
}

body {
    background-image: url(https://divcom.net.au/wp-content/uploads/2022/08/Accountex_Reg_BG4.png);
    background-size: cover!important;
}


/* this is the .brand-footer */


/* To make it look like both Work and Mobile Numbers are mandatory */


/*#page_2 .row.form-group.cstField fieldset .radio {
  width: 40%;
  display: inline-block;
}
#page_2 .row.form-group.cstField>div>label {
  display: none;
}*/


/* REQUIRED ASTERISK */


/* To try to make the Thank you page look better
#page_6 .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
#page_6 #calendar {
  margin-top: 40px;
}*/

.btn-default {
    /*background: #fff;
    border: 1px solid rgba(0,0,0,0.25);
    color: rgba(0,0,0,0.50);*/
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
    border-color: #000;
    background: #000;
    color: #fff;
    border-radius: 15px;
}


/* .btn-default{
    background: #49468c;
    color: #fff;
    
} */

.btn-default:hover {
    background: #fff;
    color: #1d174f;
    border-radius: 15px;
}

.btn-default:active {
    background-color: #fff!important;
    color: #1d174f!important;
}

.btn-default.page-forward,
.btn-default.group-forward,
.btn-default.form-submit {
    background: #1d174f;
    color: #fff;
    border-color: #1d174f;
}

.btn-default.page-forward:hover,
.btn-default.page-forward:focus,
.btn-default.group-forward:hover,
.btn-default.group-forward:focus,
.btn-default.form-submit:hover,
.btn-default.form-submit:focus {
    background: #fff!important;
    color: #141237!important;
}

.btn-default:hover,
form .btn-default:focus {
    background: #fff;
    border-color: #1d174f;
    color: #1d174f;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    background: #1d174f;
    border-color: #1d174f;
    color: #fff;
}

form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 2px;
}

form .form-control:active,
form .form-control:focus {
    border: 1px solid #f58840;
}

form .form-control:hover {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

form .has-feedback .form-control {
    /*padding-right: 30px;*/
}

form .has-feedback .form-control-feedback {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    width: 30px;
}

form h4,
.h4 {
    color: rgba(0, 0, 0, 0.90);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 1em 0;
}

form.form-horizontal .control-label {
    font-size: 12px;
    line-height: 1.1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%) !important;
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0) !important;
    border-color: #f5e79e !important;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%) !important;
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0) !important;
    border-color: #dca7a7 !important;
}

#registrations,
#hotel-bookings,
#travel-bookings,
#hotel-bookings-options {
    display: none;
}

.main-action-buttons div {
    display: inline-block;
}

.main-action-buttons {
    margin-top: 20px;
}

[aria-label="Registration"],
[aria-label="Accommodation"],
[aria-label="Travel"] {
    display: none;
}