
.tx-sy-congress p.error_msg,
.tx-sy-congress p.error_msg_dob{
    display: none;
    color:red;
    font-size: 14px;
}
.tx-sy-congress hr {
    margin-block-start: 2em;
}
.tx-sy-congress h3 {
    font-weight: 500;
    margin: 0;
}

.tx-sy-congress h4 {
    position: relative;
    display: inline-block;
}

.tx-sy-congress label.vat_id {
    position: relative;
    display: inline-block;
}
.tx-sy-congress .tooltip {
    position: absolute;
    top: -4px;
    right: -24px;
    z-index: 10;
}
.tx-sy-congress .tooltip .tooltip--trigger {
    display: block;
    background-color: #164194;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}
.tx-sy-congress .tooltip .tooltip--message {
    display: none;
    background: white;
    border: 1px solid #164194;
    position: absolute;
    color: #164194;
    border-radius: 10px;
    padding: 5px 5px 5px 33px;
    top: -7px;
    left: -7px;
    width: 420px;
    z-index: -1;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.tx-sy-congress h4:hover .tooltip .tooltip--message {
    display: block;
}

.tx-sy-congress label.vat_id:hover .tooltip .tooltip--message {
    display: block;
}
.tx-sy-congress label.footnote {
    font-weight: bold;
    line-height: 22px;
}

.tx-sy-congress select {
    font-size: 16px;
    width: 90%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #CCCCCC;
    padding: 0 7px;
    background: #FFF;
    margin-bottom: 10px;
}

.tx-sy-congress form input,
.tx-sy-congress form textarea {
    font-size: 16px;
    width: 90%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #CCCCCC;
    background: #FFF;
}
.tx-sy-congress form input:focus,
.tx-sy-congress form textarea:focus {
    border: 1px solid #CCCCCC;
}
.tx-sy-congress form textarea {
    height: auto;
}

.tx-sy-congress form label {
    font-size: 16px;
    color: #164194;
    margin-bottom: 5px;
    display: block;
    line-height: 22px;
    padding-bottom: 5px;
}
.tx-sy-congress form .checkboxes label {
    color: #000;
    font-size: 14px;
}
.tx-sy-congress form input[type="checkbox"],
.tx-sy-congress form input[type="radio"],
.tx-sy-congress form input[type="submit"]
{
    height: auto;
}

.tx-sy-congress form .checkboxes.has-error label {
    color: red;
}

.tx-sy-congress form .checkboxes label.has-error,
.tx-sy-congress form .checkboxes label.has-error a {
    color: red;
}

.tx-sy-congress .data-preview table {
    width: 100%;
    border-spacing: 0;
}
.tx-sy-congress .data-preview  table td {
    padding: 5px 0;
}
.tx-sy-congress .data-preview  table td.label {
    font-size: 14px;
    font-weight: bold;
    width: 30%;
}
.tx-sy-congress .data-preview  .cart__checkout-btn {
    margin-top: 30px;
}
.tx-sy-congress .data-preview .guidlinesButton {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px;
    background-color: #164194;
    border: 1px solid #164194;
    border-radius: 2px;
    height: auto;
    padding: 0 16px;
    transition: 0.5s;
    cursor: pointer;
    width: 49%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 40px;
}

.tx-sy-congress .congress-dashboard .dashboard--link-btn {
    display: inline-block;
    padding: 5px 10px;
    background: #164194;
    color: white;
    margin-right: 10px;
}

.tx-sy-congress table.sponsors tr td {
    font-size: 1rem;
}
.tx-sy-congress table.sponsors tr.fade td {
    color: #999999;
}

.tx-sy-congress .tx-contentpackage-gridWrap {
    padding: 5px 0;
}

.tx-sy-congress .sponsor-update-form .alert-popup--bg {
    display: none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.7)
}
.tx-sy-congress .sponsor-update-form .alert-popup--bg.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tx-sy-congress .sponsor-update-form .alert-popup {
    width: 100%;
    max-width: 500px;
    text-align: center;
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 5px 5px 20px;
}
.tx-sy-congress .sponsor-update-form .alert-popup p {
    margin-bottom: 20px;
}
.tx-sy-congress .sponsor-update-form .alert-popup button {
    appearance: none;
    border: none;
    background: green;
    color: white;
    padding: 5px 10px;
    min-width: 80px;
    cursor: pointer;
}
.tx-sy-congress .sponsor-update-form .alert-popup button#no_approve {
    background: darkred;
    margin-right: 20px;
}

.tx-sy-congress .guidlinesButton.cart__checkout-btn {
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px;
    background-color: #164194;
    border: 1px solid #164194;
    border-radius: 2px;
    height: auto;
    padding: 0 16px;
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 40px;
}

.tx-sy-congress .guidlinesButton.cart__checkout-btn:hover {
    background-color: #E73B2D;
    border: 1px solid #E73B2D;
}

.tx-sy-congress .dob_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tx-sy-congress .dob_wrapper.has-error select {
    border: 1px solid red;

}

.tx-sy-congress .dob_wrapper .dob-col {
    width: 32%;
}