.club360-modal-container {
    display: block;
    position: relative;
    width: 100%;
}

.club360-modal {
    margin: 25vh auto !important;
    background: #FFFFFF;
    box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.25),0 0 1899px 1900px rgba(0,0,0,0.4);
    width: 100%;
    display: flex;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 29px;
    padding-top: 27px;
    margin: 0;
    top: 0;
    position: fixed;
    box-sizing: border-box;
    border: 1px solid #B74534;
    border-radius: 4px;
}

.club360-modal-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #000000;
}


.club360-modal h2 {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: bold;
}

.club360-modal-text p {
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 113.2%;
}

.club360-modal-buttons {
    width: auto;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.club360-modal-buttons {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 17px;
    margin-bottom: 11px;
    width: 90%;
}

.club360-modal-buttons .button {
    margin: auto;
    width: 100%;
}

.club360-modal-buttons a {
    margin: auto;
    max-width: 22.5rem;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    line-height: 113.2%;
    text-decoration: none !important;
    margin-top: 17px;
    color:#B74534;
}
.club360-modal-buttons a div {
    background: white;
    color: #B74534;
    outline:0.125rem solid #B74534;
}

/** conf branch */
.club360-modal-buttons a:first-child div {
    background: #B74534;
    color:white;
    outline:0.125rem solid #B74534;
}

.club360-modal-buttons div:nth-child(1), .club360-modal-buttons div:nth-child(2){
    border-radius: 4px;
    width: 336px;
    padding: 18.5px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}



.club360-modal-buttons a:nth-child(1){
    color: #FFFFFF;
}
/** conf branch */
/* dev
.club360-modal-buttons a div:nth-child(1) {
    background: #B74534;
    outline: 0.125rem solid #B74534;
    color: white;
}

.club360-modal-buttons div:nth-child(1),
.club360-modal-buttons div:nth-child(2) {
    border-radius: 4px;
    width: 336px;
    padding: 18.5px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.club360-modal-buttons a:nth-child(2) div {
    background: white;
    outline: 0.125rem solid #B74534;
    color: #B74534;

}
*/

.club360-modal-buttons a.inactive,
.club360-modal-buttons div.inactive,
.club360-modal-buttons div.button-type-2 a.inactive {
    background-color: none;
    color: #cccccc;
    border-color: #cccccc;
}