@font-face {
    /* font-family: myFirstFont; */
    src: url(../SEGOEUI.TTF);
}
body {
    font-family: "Segoe UI";
}

/* sgp-front-section-start */
.sgp-front-section {
    padding: 150px 0;
    position: relative;
    overflow-x: hidden;
}
.sgp-front-section::before {
    content: "";
    position: absolute;
    top: -298px;
    right: -385px;
    width: 1254px;
    height: 1097px;
    background-color: #7F63F4;
    border-radius: 50%;
}
.sgp-front-section .site-logo {
    position: relative;
    z-index: 1;
    padding: 0 50px;
    margin-bottom: 80px;
}
.sgp-front-section .site-logo .img-box {
    width: 337px;
}
.sgp-front-section .site-logo .img-box img {
    width: 100%;
}
.sgp-front-section .content-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 97px 155px 122px 64px;
    border-radius: 40px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16 ));
    background: rgba(255,255,255,0.97 );
}
.sgp-front-section .content-meta-wrapper h1 {
    font-size: 50px;
    font-weight: 600;
    color: #707070;
    margin: 40px 0 125px 0;
}
.sgp-front-section .content-meta-wrapper h2 {
    font-size: 50px;
    font-weight: 600;
    color: #707070;
    margin: 0;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16 ));
}
.sgp-front-section .content-form-wrapper {
    padding: 84px 0 0 83px;
    position: relative;
}
.sgp-front-section .content-form-wrapper::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 30px;
    width: 1px;
    height: 700px;
    background-color: #707070;
}
.sgp-front-section .content-form-wrapper .input-group {
    margin-bottom: 40px;
}
.sgp-front-section .content-form-wrapper label {
    font-size: 30px;
    color: #707070;
    margin-bottom: 10px;
}
.sgp-front-section .content-form-wrapper input {
    border: 1px solid #dddfe1;
    height: 52px;
    border-radius: 0;
}
.sgp-front-section .content-form-wrapper input::placeholder {
    color: #abafb3;
    opacity: 1;
}
.sgp-front-section .content-form-wrapper input:focus-visible {
    box-shadow: none;
}
.sgp-front-section .content-form-wrapper .input-group-text {
    width: 48px;
    justify-content: center;
    border-radius: 0;
    color: #ABAFB3;
    background-color: RGBA(106,112,126,0.1 );
    font-weight: 600;
}
.sgp-front-section .content-form-wrapper .apply-btn {
    font-size: 22px;
    padding: 20px 152px;
    margin-top: 80px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #7F63F4;
    border-radius: 3px;
    background: #7F63F4
}
/* sgp-front-section-end */

/* retrieve-info-modal-start */
.retrieve-info-modal .modal-content {
    border: 1px solid #707070;
    border-radius: 40px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16 ));
    background: #ffffff;
}
.retrieve-info-modal .modal-header {
    border-bottom: 0;
}
.retrieve-info-modal .modal-header .btn-close {
    position: absolute;
    top: 30px;
    right: 40px;
    opacity: 1;
    cursor: pointer;
    z-index: 1;
}
.retrieve-info-modal .modal-header .btn-close:focus {
    box-shadow: none;
}
.retrieve-info-modal .modal-body {
    padding: 24px 20px 40px 20px;
    text-align: center;
}
.retrieve-info-modal .modal-body p {
    margin: 100px 0;
    font-size: 22px;
    color: #000000;
}
.retrieve-info-modal .modal-body .retrieve-info-box .retrieve-info-btn {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    background-color: #ffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto;
    padding: 4px 14px;
}
.retrieve-info-modal .modal-body .retrieve-info-box span {
    display: inline-block;
    width: 100px;
}
.retrieve-info-modal .modal-body .retrieve-info-box span img {
    width: 100%;
    height: 100%;
}
.retrieve-info-modal .modal-body span.extra-meta {
    display: block;
    font-size: 22px;
    color: #000000;
    margin-top: 14px;
}
.retrieve-info-modal .modal-body span.extra-meta a {
    color: #000000;
    text-decoration: underline;
}
.modal-backdrop.show {
    background-color: transparent;
}
/* retrieve-info-modal-end */

/* thank-you-modal-start */
.thank-you-modal .modal-content {
    border: 1px solid #707070;
    border-radius: 40px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16 ));
    background: #ffffff;
    height: 481px;
}
.thank-you-modal .modal-header {
    border-bottom: 0;
}
.thank-you-modal .modal-header .btn-close {
    position: absolute;
    top: 30px;
    right: 40px;
    opacity: 1;
    cursor: pointer;
    z-index: 1;
}
.thank-you-modal .modal-header .btn-close:focus {
    box-shadow: none;
}
.thank-you-modal .modal-body {
    padding: 24px 20px 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thank-you-modal .modal-body p {
    font-size: 22px;
    color: #000000;
    text-align: center;
}
/* thank-you-modal-end */

/* unable-retrieve-info-modal-start */
.unable-retrieve-info-modal .modal-content {
    border: 1px solid #707070;
    border-radius: 40px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16 ));
    background: #ffffff;
    height: 481px;
}
.unable-retrieve-info-modal .modal-header {
    border-bottom: 0;
}
.unable-retrieve-info-modal .modal-header .btn-close {
    position: absolute;
    top: 30px;
    right: 40px;
    opacity: 1;
    cursor: pointer;
    z-index: 1;
}
.unable-retrieve-info-modal .modal-header .btn-close:focus {
    box-shadow: none;
}
.unable-retrieve-info-modal .modal-body {
    padding: 24px 20px 40px 20px;
    text-align: center;
}
.unable-retrieve-info-modal .modal-body .img-box {
    margin-top: 100px;
}
.unable-retrieve-info-modal .modal-body p {
    margin: 50px 0 0px 0;
    font-size: 22px;
    color: #000000;
}
.unable-retrieve-info-modal .modal-body span.extra-meta {
    display: block;
    font-size: 22px;
    color: #000000;
    margin-top: 4px;
}
.unable-retrieve-info-modal .modal-body span.extra-meta a {
    color: #000000;
    text-decoration: underline;
}
/* unable-retrieve-info-modal-end */

/* sgp-user-info-form-start */
.sgp-user-info-form {
    padding: 100px 0;
}
.sgp-user-info-form .sgp-logo {
    margin-bottom: 50px;
    padding: 0 100px;
}
.sgp-info-box {
    padding: 20px 30px 20px 30px;
    border: 1px solid rgba(112, 112, 112, 0.5);
    border-radius: 3px;
    filter: drop-shadow(1.5px 2.598076105117798px 5px rgba(119,119,119,0.1 ));
    background: #ffffff;
    max-width: 1470px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sgp-info-box.personal-info {
    margin-bottom: 100px;
}
.sgp-info-box.income-details {
    margin-bottom: 200px;
}
.sgp-info-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #464a53;
    margin-bottom: 20px;
}
.sgp-info-box .input-field {
    margin-bottom: 22px;
    position: relative;
}
.sgp-info-box .input-field label {
    font-size: 16px;
    font-weight: 600;
    color: #464a53;
    margin-bottom: 8px;
}
.sgp-info-box .input-field input.style-1 {
    position: relative;
    font-size: 16px;
    color: #464a53;
    border: 1px solid #dddfe1;
    background-color: #dddfe1;
    border-radius: 15px;
    height: 52px;
}
.sgp-info-box .input-field input.style-2 {
    border: 4px solid #f5f5f5;
    height: 52px;
}
.sgp-info-box .input-field input.style-3 {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    height: 52px;
}
.sgp-info-box .input-field span {
    position: absolute;
    top: 68%;
    left: 50%;
    width: calc(100% - 40px);
    height: 5px;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.sgp-info-box .input-field input:focus-visible {
    outline: none;
}
.sgp-info-box .input-field input:focus {
    box-shadow: none;
}
.sgp-info-box .input-field input::placeholder {
    font-size: 16px;
    color: #abafb3;
    opacity: 1;
    z-index: 2;
}
.income-history-chart {
    margin-top: 220px;
}
.income-history-chart h3 {
    font-size: 25px;
    color: #000000;
    margin-bottom: 16px;
}
.income-history-list {
    padding: 0 74px;
    border: 1px solid rgba(112, 112, 112, 0.5);
    margin-bottom: 65px;
}
.income-history-list.assesment-notice {
    margin: 46px 0 0 0;
}
.income-history-list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.income-history-list ul li {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style-type: none;
    border-bottom: 2px dashed #55007F;
}
.income-history-list ul li:last-child {
    border-bottom: 0;
}
.income-history-list ul li span {
    font-size: 16px;
    font-weight: 600;
    color: #abafb3;
}
.income-history-list ul li p {
    font-size: 16px;
    color: #abafb3;
    margin-bottom: 0;
}
.income-history-list ul li i {
    font-size: 16px;
    color: #abafb3;
}
.income-history-list ul li strong {
    font-size: 25px;
    color: #5933f4;
    font-weight: 600;
}
.income-history-list ul li span.year {
    font-size: 25px;
    color: #000000;
}
.form-buttons {
    margin-top: 220px;
    text-align: center;
}
.form-buttons .submit-btn {
    font-size: 18px;
    color: #ffff;
    padding: 5px 32px;
    background-color: #7F63F4;
    border: 1px solid #7F63F4;
    border-radius: 3px;
    margin: 0 5px;
}
.form-buttons .edit-btn {
    font-size: 18px;
    color: #464a53;
    padding: 5px 39px;
    border: 1px solid #DDDFE1;
    border-radius: 3px;
    margin: 0 5px;
}


/* sgp-user-info-form-end */