.question-text {
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    color: #696969;
}

.header-image {
    width: 60px;
    margin-bottom: 30px;
}

.cfa-url {
    color: #696158;
    text-decoration: underline;
}

.header-image-container {
    margin-top: 30px;
    text-align: right;
    padding-right: 50px;
}

.event-title {
    font-size: 40px;
    color: #E5173F;
}

.light-blue-text {
    color: #004F71 !important;
    font-size: 20px;
    line-height: 55px;
}

#right-panal {
    background-color: #EEF6F9;
    padding-left: 20px;
    box-shadow: 15px 0px 15px -20px inset;
    float: left;
    padding: 15px;
    width: 41.66%;
    height: 800px;
}


.right-panal-text {
    margin-top: 180px;
    margin-right: 75px;
    margin-left: 35px;
    padding-right: 100px;
}

.accept-button:not([disabled]):hover {
    background-color: #DC143C !important;
}

.decline-link {
    text-decoration: underline;
    color: red;
    font-weight: bold;
    font-size: 15px;
}

.text-div {
    line-height: 55px;
}

#left-panal {
    float: left;
    padding: 15px;
    padding-right: 100px;
    padding-left: 150px;
    width: 58.33%;
}

.rsvp-increment-container {
    display: flex;
    background-color: white;
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    height: 55px;
}

.right-venue-container {
    padding-right: 20px;
    margin-left: 130px;
    width: 50%;
}

.rsvp-increment-container > div {
    color: red;
    font-size: 15px !important;
    margin: 6px;
}

.div-container {
    position: relative;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.md-button.md-small {
    min-width: 50px !important;
    margin: 5px 5px !important;
    line-height: 30px !important;
}

.material-icons {
    vertical-align: middle;
    font-size: 15px !important;
    font-weight: bold !important;
}

.venue-container {
    display: flex;
    justify-content: space-between;
}

.venue-container > div {
    width: 200px;
}

.flex-container-rsvp {
    display: flex;
    justify-content: space-between;
    width: 260px;
    margin-top: 20px;
    margin-left: 25px;
}

.right-flex-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    min-width: min-content;
}

.right-flex-container > div {
    margin: 10px;
    text-align: center;
}

.main-rsvp-container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.accept-button {
    border-radius: 30px;
    background-color: #DC143C;
    color: white;
    padding: 5px;
    width: 350px;
    font-size: 15px;
    text-transform: initial;
}

.rsvp-warning {
    text-align: center;
    color: #E5173F;
    font-style: italic;
}

#rsvp-declined-container {
    display: none;
}

#rsvp-accept-container {
    display: none;
}

#rsvp-service-error {
    display: none;
    margin-top: -1em;
    margin-bottom: 1em;
}

.dark-grey-bold {
    color: #5D6D7E !important;
    font-size: 27px;
    font-weight: bolder;
}

.full-cointainer {
    background-color: #FFF8DC;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dark-grey {
    color: #5D6D7E !important;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 30px;
}

.text-bold {
    color: #5D6D7E !important;
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}

.detail-text {
    color: #5D6D7E !important;
    font-size: 15px;
    line-height: 30px;
}

.invite-text {
    font-family: "Caecilia LT STD", sans-serif !important;
    color: #E5173F;
    margin: 0;
    font-size: initial;
    letter-spacing: 2px;
}

#error-section {
    padding: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.cust-row::after {
    content: "";
    clear: both;
    display: block;
}

.mobile-grey-bold {
    color: #5D6D7E !important;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-grey {
    color: #5D6D7E !important;
    font-size: 16px;
    font-family: sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}


@media screen and (max-width: 1046px) {
    #left-panal {
        padding-left: 30px;
        padding-right: 30px;
    }

    .accept-button {
        width: 300px;
    }
}

@media only screen and (max-width: 950px) {

    .main-rsvp-container {
        padding-left: 250px;
    }

    #right-panal {
        background-color: #EEF6F9;
        box-shadow: 0px -5px 5px rgba(220, 220, 220, 0.75);
        width: 100%;
    }

    .right-flex-container {
        display: flex;
        flex-direction: column;
    }

    .accept-button {
        width: 250px;
    }

    .right-flex-container {
        margin-bottom: 0px;
    }

    .right-panal-text {
        margin-top: 50px;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 20px;
    }

    #left-panal {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }

    .decline-link {
        margin-left: 0px;
    }

    .header-image-container {
        text-align: center;
    }
}

@media only screen and (max-width: 850px) {

    .main-rsvp-container {
        padding-left: 200px;
    }
}

@media only screen and (max-width: 750px) {

    .main-rsvp-container {
        padding-left: 150px;
    }
}

@media only screen and (max-width: 600px) {

    .main-rsvp-container {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 500px) {

    .main-rsvp-container {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 450px) {

    .main-rsvp-container {
        padding-left: 0px;
    }
}
