#main {
    font-family: Manrope;
    padding-top: 10rem;
    padding-bottom: 5rem;
}

#content .top .one {
    font-size: 40px;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: 0em;
    margin-bottom: 12px;
    display: inline-block;
}
#content .top .two {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
}

.form-card {
    margin-top: 40px;
    /* border: 1px solid #2C2C2C; */
    box-shadow: 0px 0px 32px 5px #00000008;
    border-radius: 10px;
}
.form-card .card-body {
    padding: 10px;
}

.form-card .card-body .left-column {
    background-color: #ddbd7d;
    color: white;
    padding: 35px;
    border-radius: 10px;
}
.form-card .card-body .left-column .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
}
.form-card .card-body .left-column .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    margin-bottom: 35px;
    display: inline-block;
}
.form-card .card-body .left-column .info-row {
    margin-bottom: 35px;
}
.form-card .card-body .left-column .info-row .left {
    min-width: 40px;
}
.form-card .card-body .left-column .info-row .left .icon {
    font-size: 20px;
}
.form-card .card-body .left-column .info-row .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
}
.form-card .card-body .left-column img {
    height: 238px;
}

.form-card .card-body .right-column {
    padding: 20px 10px;
}
.form-card .card-body .right-column .custom-input-container label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: gray;
}
.form-card .card-body .right-column .custom-input-container input,
textarea {
    border: none;
    border-bottom: 1px solid #2c2c2c;
    padding: 5px 0px;
    width: 100%;
    font-size: 14px;
}
/* Chrome, Safari, Edge, Opera */
.form-card
    .card-body
    .right-column
    .custom-input-container
    input::-webkit-outer-spin-button,
.form-card
    .card-body
    .right-column
    .custom-input-container
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.form-card .card-body .right-column .custom-input-container input {
    -moz-appearance: textfield;
}
.form-card .card-body .right-column .custom-input-container input:focus,
textarea:focus {
    outline: none;
}
.form-card .card-body .right-column .choose-subject-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
}
.form-card .card-body .right-column .custom-radio-input-container {
    margin-bottom: 0px;
}
.form-card .card-body .right-column .custom-radio-input-container label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}
.form-card .card-body .right-column .custom-radio-input-container input {
    height: 18px;
    width: 18px;
}
.form-card
    .card-body
    .right-column
    .custom-radio-input-container
    input:checked {
    background-color: #1d4261;
    border-color: #1d4261;
    /* box-shadow: none; */
}

.form-card .card-body .right-column .send-message-button {
    border: none;
    background-color: #2c2c2c;
    border-radius: 10px;
    color: white;
    padding: 13px 45px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    width: 100%;
}

#notification-modal .header {
    padding: 27px 0;
}
#notification-modal .header .title {
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.01em;
}

#notification-modal .content {
    padding: 30px 0px;
}

#notification-modal .content .one {
    margin-bottom: 26px;
}
#notification-modal .content .one .hi-container {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    color: #999999;
    margin-bottom: 7px;
}
#notification-modal .content .one .bmk-text {
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    color: black;
}
#notification-modal .content .one .payment_desc-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    color: #1d4261;
    display: inline-block;
    margin-bottom: 7px;
}
#notification-modal.success .content .one .payment_desc-text {
    color: #1d4261;
}
#notification-modal.error .content .one .payment_desc-text {
    color: #f12509;
}
#notification-modal .content .illustration-image {
    height: 272px;
    margin-bottom: 30px;
}

#notification-modal .footer {
    padding: 30px 0px;
}
#notification-modal .footer .button {
    border: none;
    padding: 21px 0;
    display: inline-block;
    width: 254px;
    border-radius: 15px;
    font-family: Manrope;
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-decoration: none;
}
#notification-modal .footer .button {
    background-color: #ddbd7d;
}
#notification-modal.error .footer .button {
    background-color: #f12509;
}

.divider-horizontal {
    width: 100%;
    height: 1px;
    background-color: #e5e5ea;
}

@media (min-width: 576px) {
    .form-card .card-body .right-column {
        padding: 60px 40px;
    }

    .form-card .card-body .right-column .send-message-button {
        width: unset;
    }
}
