#main > .row {
    min-height: calc(100vh - 100px);
}
.forgot-password-wrap {
    display: none;
}
.btn-forgot-password {
    position: relative;
}
.btn-forgot-password i {
    display: none;
    position: absolute;
    right: 8px;
}
.loading .btn-forgot-password i {
    display: inline-block;
}
.btn-reset-password {
    position: relative;
}
.btn-reset-password i {
    display: none;
    position: absolute;
    right: 8px;
}
.loading .btn-reset-password i {
    display: inline-block;
}
.card .card-content .email-content p {
    margin-bottom: 10px;
}
.card .card-content .email-content strong {
    font-weight: bold;
}
.email-content {
    overflow-x: auto;
}
.email-content td, .email-content th {
    display: table-cell;
    padding: 0px;
    vertical-align: unset;
    border-radius: unset;
}
.email-content > table > tbody > tr > td {
    text-align: center;
}
.email-content > table > tbody > tr > td > table > tbody > tr > td {
    vertical-align: middle;
}
.invoice-content.email-content > table > tbody > tr > td {
    text-align: unset;
}
.email-content tr {
    border-bottom: none;
}
.email-content table[border="1"], .email-content table[border="1"] th, .email-content table[border="1"] td {
    border: 1px solid rgba(0, 0, 0, .12);
}
.email-content table[border="1"] th, .email-content table[border="1"] td {
    padding: 5px;
}
.email-content h1 {
    font-size: 36px;
    margin: 0;
}
.email-content h2 {
    font-size: 24px;
    margin: 0;
}
.email-content h3 {
    font-size: 20px;
    margin: 0;
}
.email-content h4 {
    font-size: 20px;
    margin: 0;
}
.download-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    display: inline-block;
    color: #000;
    border: 1.5px solid #000;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 5px 10px 15px;
    text-decoration: none;
}
.feedback-section {
    padding: 0px;
}
.feedback-section label {
    font-size: 1rem;
}
.frmFeedback ul {
    margin-bottom: 10px;
}
.frmFeedback label {
    margin: 0;
}
.frmFeedback .desc {
    font-size: 16px;
    font-style: italic;
    margin: 0;
}
.frmFeedback .rad-box ul li {
    display: inline-block;
    padding: 5px;
    text-align: center;
}
.btn-feedback {
    position: relative;
}
.btn-feedback i {
    display: none;
    position: absolute;
    right: 8px;
}
.frmFeedback.loading .btn-feedback i {
    display: inline-block;
}
.can-trans-links {
    display: flex;
    gap: 10px;
}
.can-trans-links a {
    margin: 0px !important;
}
@media screen and (max-width: 767px) {
    .email-event.display-flex {
        flex-direction: column;
        gap: 20px;
    }
}
/* Bonuses Start */
.entire_row_background {                
    background-color: #C14679;
    padding: 10px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.bonuses_paragraph {
    color: #7a7a7a;
    font-family: Manrope, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.bonuses_paragraph_color {
    color: white;
    font-family: Manrope, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px;
}
.bonuses_heading {
    font-family: poppins, sans-serif;
    letter-spacing: -.03rem;
    color: #2e3192;
    font-weight: 700;
}
.bonuses_heading_color {
    font-family: poppins, sans-serif;
    letter-spacing: -.03rem;
    font-weight: 700;
    color: white;
}
.bonuses_button {
    font-family: Roboto, Sans-serif;
    font-size: 20px;
    font-weight: 700;
    background-color: #2e3192;
    border-radius: 5px 5px 5px 5px;color: white;
    padding: 12px;
    margin-top: 10px;
}
.bonuses_image {
    border-style: solid;
    border-width: 4px;
    border-color: #fff;
    border-radius: 25px 25px 25px 25px;
    height: auto;
    width: 80%;
}
.text_side {
    margin-top: 20px;
}
.image_side {
    margin-top: 20px; 
    text-align: center;
    display: grid;
    justify-items: center;               
}
.bonuses-content ul:not(.browser-default) > li {
    list-style-type: disc;
}
.bonuses_list {
    list-style-type: circle !important;
}
@media only screen and (max-width: 1050px) {
    .text_side {
    width: 100% !important;
    }
    .image_side {
    display: none;
    width: 0px !important;
    }
}
/* Bonuses End */