/*
iSinar 2 Overwrite

Logo colour Scheme:
Dark Blue - #1B1464
Blue - #031B89
Purple - #662D91
Light Blue - #29C8E2
Green - #08F4A6
Dark Grey - #404041

By Mohd Farhan bin Nor
For EPF ISinae
IPG March 2022
pushed to production 20220330

*/

.header-logo>img {
    max-width: 25%;
    margin-left: 18px;
    padding-left: 18px;
}

.header-logo>img:last-child {
    border-left: 2px solid #cecece;
}

.home-logo {
    max-width: 35px;
}

.landing-page,
.success-page {
    background-image: linear-gradient(20deg, rgba(102, 45, 145, 0.3) 0%, rgba(56, 162, 206, 0.3) 30%, rgba(8, 244, 166, 0.3) 100%), url(../img/i-Citra/bg2.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: 'Franklin Gothic', Arial, sans-serif;
}

.grey-box {
    position: absolute;
    background: rgba(236, 236, 236, 0.7);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 30px;
}

.akan-datang {
    background-color: #FFFFFF;
    color: #f65c5c;
    padding: 8px 12px;
    border: 1px solid #f65c5c;
    border-radius: 30px;
    position: absolute;
    bottom: 90px;
    left: 10%;
    width: 80%;
    text-align: center;
    font-weight: 600;
    z-index: 1;
}

.withdrawal-form-area {
    background-image: linear-gradient(20deg, rgba(102, 45, 145, 0.3) 0%, rgba(56, 162, 206, 0.3) 30%, rgba(8, 244, 166, 0.3) 100%), url(../img/i-Citra/background.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /* background-size: cover; */
    color: #333;
    font-family: 'Franklin Gothic', Arial, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}

.survey-box {
    margin-left: 36px;
    margin-right: 36px;
    padding: 24px;
}

.survey-question-container {
    background: none;
    padding: 1em 2em;
}

.beige-box>div.v_group>.survey-question-container {
    border-bottom: 2px dotted #cecece;
}

.beige-box>div.v_group:last-child>.survey-question-container {
    border-bottom: none;
}

.secret-form-group:nth-child(even),
.secret-form-group:nth-child(odd) {
    background-color: #f7fafc;
    border-top: 2px dotted #cecece;
}

.secret-form-group:first-child {
    border-top: none;
}

.white-box {
    background-color: rgba(255, 255, 255, 1);
    padding: 28px;
}

.white-box-no-style {
    background-color: transparent;
    padding: 0;
}

.landing-icons-container {
    /*2 items*/
    /*max-width: 860px; */
    /*1 item*/
    max-width: 430px;
    padding: 3em;
    box-shadow: 5px 5px 15px rgb(219 219 219);
}

.landing-icons {
    box-shadow: 5px 5px 20px rgb(219 219 219);
}

.landing-icon-submit {
    background-image: url(../img/i-Citra/background-icon-green.png);
}

.landing-icon-check {
    background-image: url(../img/i-Citra/background-icon-purple.png);
}

.landing-icon-cancel {
    background-image: url(../img/i-Citra/background-icon-orange1.png);
}

.landing-icon-submit-disable,
.landing-icon-check-disable,
.landing-icon-cancel-disable {
    background-image: url(../img/i-Citra/background-icon-grey.png);
}

.landing-icons-container>div>div {
    padding-bottom: 15px;
    padding-top: 15px;
}

.landing-icons-container>div>div:nth-child(1)>a>span>.landing-icon-copy>span:first-child {
    height: 30%;
    display: inline-flex;
    align-items: center;
}

.landing-icons-container>div>div>a>span>.landing-icon-copy>span {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.landing-icon-copy {
    background: #f0f0f0;
    border-radius: 0 0 30px 30px;
}

.modal-title {
    color: #0045bd;
}

.submissionFlowIndicator li.current-page .checkmark {
    background: #0045bd;
}

.kwsp-button {
    min-width: 150px;
}

.kwsp-bordered-button {
    box-shadow: 0 0 6px 0 rgba(27, 20, 100, 0.5);
    border: solid 5px transparent;
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg, #662D91, #29C8E2);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    border-radius: 40px;
}

.kwsp-bordered-button-m {
    box-shadow: 0 0 6px 0 rgba(27, 20, 100, 0.5);
    border: solid 3px transparent;
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg, #662D91, #29C8E2);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    color: #333 !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 40px;
}

.important-note-list {
    list-style: none;
    margin-bottom: 0;
}

.important-note-list li {
    padding-left: 0.8em;
    padding-bottom: 0.8em;
}

.bg-dark-blue {
    background: #031B89;
}

.bg-blue,
.bg-kwsp-blue {
    background: rgb(98, 57, 152);
    background: linear-gradient(45deg, rgba(98, 57, 152, 1) 0%, rgba(50, 177, 214, 1) 100%);
    color: #ffffff;
}

.text-purple {
    color: #662D91;
}

.text-blue,
a.text-blue {
    /* color: #2e3091; */
    color: #0045bd;
}

.text-blue-bold {
    color: #0045bd;
    font-weight: 600;
    text-transform: uppercase;
}

.isinar_radio input:checked~.checkmark {
    background-color: #0045bd;
}

.beige-box {
    background-color: #fff4c9 !important;
    border-radius: 20px;
}

.perkara-penting {
    border-radius: 20px;
    background-color: #fff4c9;
    padding-bottom: 1.5em;
}

.perkara-penting-item {
    padding-left: 32px;
    width: auto;
    padding-right: 0;
    padding-top: 0;
    margin-top: 1em;
    margin-left: 1em;
}

.perkara-penting-item:nth-child(2) {
    border-right: none;
}

.sliderColor_red .slider-blurb,
.sliderColor_red .slider-blurb::after {
    background: #0045bd;
    color: #FFFFFF;
}

.slider_control_button {
    background: #0045bd;
}

.slider-last-minute {
    padding: 1em 2em;
    background-color: #ffffff;
    border-radius: 20px;
    margin-bottom: 1em;
}

.range_bubble {
    border-radius: 50px;
}

.sliderColor_red .slider {
    background: #0045bd;
}

.guide_container.sliderColor_red .checkmark {
    border-color: #0045bd;
}

.guide_container.sliderColor_yellow .checkmark {
    border-color: #0045bd;
}

.white-box .form-group-alt-color {
    background-color: rgba(255, 254, 252, 0.0);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0;
}

.first-payment-table tbody tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}

.first-payment-table tbody tr {
    background-color: #ffffff;
    border-top: 2px dotted #cecece;
}

.first-payment-table tbody tr:first-child {
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.first-payment-table-container {
    border: 2px solid #cecece;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    padding: 1em 2em;
    background: #ffffff;
}

.bank-checkbox li {
    display: block;
}

.check-group-w {
    background-color: #fff4c9;
    border-radius: 20px;
    border: 0;
}

.table {
    margin-bottom: 0;
    /* background-color: #ffffff; */
}

.confirmation-table {
    padding: 1em 2em;
    background: #f7fafc;
    border-radius: 20px;
}

.confirmation-table tbody tr {
    background-color: #f7fafc;
    border-top: 2px dotted #cecece;
}

.confirmation-table tbody tr:first-child {
    border-top: none;
}

.confirmation-table tbody tr:nth-child(odd) {
    background-color: #f7fafc;
}

.confirmation-payment-table tr td {
    border-color: #f7fafc;
}

.confirmation-payment-table tbody tr td>div.row {
    border-top: 2px dotted #cecece;
    padding: 0.5em;
}

.confirmation-payment-table tbody tr td div.row:first-child {
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.white-box-margin {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0.5em;
}

.border-blue {
    box-shadow: 0 0 6px 0 rgba(3, 27, 137, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(27, 20, 100, 0.9) 0%, rgba(3, 27, 137, 0.7) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

.bg-white-blue {
    background-color: #ffffff;
    border: 2px solid #2e3091;
}

.note-box {
    background-color: #f6e9c1;
    border-radius: 20px;
    padding: 1em 2em;
    font-size: 14px;
}

.modal-content {
    border-radius: 20px;
    padding: 24px 24px 0 24px;
}

.modal-body {
    padding: 0;
}

.alert-icon {
    height: 16px;
    vertical-align: middle;
}

.white-box .amount-border-box {
    padding-bottom: 20px;
}

.note-gradient {
    background: rgb(223, 216, 235);
    background: linear-gradient(90deg, rgba(223, 216, 235, 1) 0%, rgba(213, 242, 248, 1) 95%);
    border-radius: 10px;
    padding: 1em 2em;
}

/** RESPONSIVE CSS @media **/

@media (min-width: 640px) {
    .isinar_radio {
        max-width: 280px;
    }
}

/** RESPONSIVE CSS @media screen **/

@media screen and (min-width: 1022px) {
    .kwsp-button-with-icon {
        width: 330px;
    }
    .kwsp-bordered-button img {
        height: 40px;
    }
}

@media screen and (min-width: 768px) {
    .white-box-margin {
        margin-left: 45px;
        margin-right: 45px;
        padding: 0.5em;
    }
    .landing-icons-container>div>div:nth-child(1)>a>.landing-icons {
        margin-bottom: 0;
    }
    #success-form {
        min-height: calc(100vh - 175px);
    }
}

@media screen and (max-width: 1023px) {
    .landing-icons {
        margin-bottom: 0;
    }
    .grey-box {
        height: calc(100% - 32px);
    }
    .akan-datang {
        bottom: 90px;
    }
    .kwsp-button-with-icon {
        width: 330px;
    }
    .kwsp-bordered-button img {
        height: 40px;
    }
}

@media screen and (max-width: 992px) {
    .kwsp-button-with-icon {
        width: 310px;
    }
    .kwsp-bordered-button img {
        height: 35px;
    }
    .akan-datang {
        bottom: 110px;
    }
    .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 769px) {
    .landing-icons,
    .grey-box {
        width: 280px;
    }
    .landing-icon {
        height: 250px;
        padding: 0;
        position: relative;
        padding: 12px;
    }
    .landing-icon img {
        max-height: 220px;
        position: absolute;
        left: 56px;
        top: 30px;
    }
    .landing-icons-container {
        max-width: 520px;
        padding: 3em;
    }
    .landing-icons-container>div>div {
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .landing-icons-container>div>div:nth-child(1)>a>.landing-icons {
        /* margin-bottom: 2em; */
    }
    .grey-box {
        height: calc(100% - 50px);
    }
    .akan-datang {
        bottom: 65px;
    }
    .kwsp-button-with-icon {
        width: 100%;
        max-width: 500px;
    }
    .kwsp-bordered-button img {
        height: 24px;
    }
    .slider-last-minute {
        padding: 0.3em;
    }
    .confirmation-table {
        padding: 1em;
    }
    #success-form {
        min-height: calc(100vh - 153px);
    }
}

@media screen and (max-width: 680px) {
    button.close {
        right: 55px;
    }
    .kwsp-button-with-icon {
        width: 100%;
    }
    .survey-box {
        margin-left: 0;
        margin-right: 0;
        padding: 24px;
    }
}

@media screen and (max-width: 580px) {
    .landing-icons-container {
        height: auto;
        max-width: 80%;
    }
    .withdrawal-cta-container {
        max-width: 80%;
        margin: 0 auto;
    }
    .kwsp-bordered-button img {
        height: 24px;
    }
    .fg_pilihan_pengeluaran>div {
        padding-bottom: 15px;
    }
    .amount_slider_additional {
        width: calc(100% - 24px);
        padding-left: 0;
    }
    button.show-default-amount,
    button.edit-amount {
        padding: 8px;
        font-size: 15px;
        max-width: 290px;
        margin: 0 auto;
        height: 58px;
    }
    button.edit-amount {
        margin-top: 12px;
    }
    #witdrawalSubmissionFormContent .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .alert-icon {
        height: 14px;
    }
}

@media screen and (max-width: 480px) {
    .header-logo>img {
        max-width: 35%;
        margin-left: 18px;
        padding-left: 18px;
    }
    .landing-page {
        overflow: auto;
    }
    .landing-icons-container {
        height: auto;
        max-width: 80%;
    }
    .landing-icons {
        margin-bottom: 0;
    }
    .landing-icons,
    .grey-box {
        width: 240px;
    }
    .landing-icon {
        height: 230px;
        padding: 0;
        position: relative;
        padding: 12px;
    }
    .landing-icon img {
        max-height: 230px;
        position: absolute;
        left: 34px;
        top: 15px;
    }
    .landing-icon-copy {
        height: 100px;
        padding: 8px;
    }
    .akan-datang {
        bottom: 75px;
    }
    .landing-icons-container>div>div:nth-child(1)>a>span>.landing-icon-copy>span:first-child {
        height: 40%;
    }
    h1,
    .h1 {
        font-size: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.5rem;
    }
    h3,
    .h3 {
        font-size: 1.35rem;
    }
    h4,
    .h4 {
        font-size: 1.3rem;
    }
    .white-box {
        padding: 18px;
        max-width: 90%;
    }
    .amount-border-box {
        margin-left: 12px;
        margin-right: 12px;
    }
    #withdrawalFormStep3>div>div>div.fg_9>p.h3 {
        margin-bottom: 2em;
    }
    .kwsp-button-with-icon {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0.8em;
    }
    .kwsp-button-with-icon img {
        height: 23px;
    }
    button.close {
        right: 20px;
    }
    #success-form {
        min-height: calc(100vh - 153px);
    }
}

@media screen and (max-width: 376px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .white-box {
        max-width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        border-radius: 20px;
    }
    .landing-icons,
    .grey-box {
        width: 200px;
    }
    .landing-icon {
        height: 230px;
        padding: 0;
        position: relative;
        padding: 12px;
    }
    .landing-icon img {
        max-height: 230px;
        position: absolute;
        left: 17px;
        top: 10px;
    }
    .akan-datang {
        bottom: 75px;
    }
    .modal-content {
        padding: 12px 12px 0 12px;
    }
    .kwsp-button {
        padding: 15px 25px;
    }
    .kwsp-button-with-icon {
        max-width: 320px;
        width: 100%;
    }
    .kwsp-button-with-icon img {
        height: 20px;
    }
    .confirmation-table {
        padding: 0.5em;
    }
}

@media screen and (max-width: 320px) {
    .landing-icons-container {
        height: auto;
        max-width: 90%;
    }
    .landing-icon {
        height: 200px;
        padding: 0;
        position: relative;
        padding: 12px;
    }
    .landing-icon img {
        max-height: 200px;
        position: absolute;
        left: 17px;
        top: 10px;
    }
    .kwsp-button-with-icon {
        max-width: 280px;
        width: 100%;
        padding: 12px;
    }
    .kwsp-button-with-icon .kwsp-button-icon-text {
        padding-left: 0;
    }
    .kwsp-button-with-icon img {
        height: 18px;
    }
}

@media screen and (max-width: 280px) {
    .landing-icons-container {
        height: auto;
        max-width: 90%;
    }
    .landing-icons,
    .grey-box {
        width: 170px;
    }
    .landing-icon {
        height: 150px;
        padding: 0;
        position: relative;
        padding: 12px;
    }
    .landing-icon img {
        max-height: 130px;
        position: absolute;
        left: 30px;
        top: 15px;
    }
    .kwsp-button-with-icon {
        max-width: 240px;
        width: 100%;
        padding: 12px;
    }
    .kwsp-button-with-icon .kwsp-button-icon-text {
        padding-left: 0;
    }
}

/*isinar ext css*/

.remove-textfield-look {
    border: none;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}

.pseudo-text-box {
    background-color: #FFF;
    border: 1px solid rgba(170, 170, 170, 1);
    border-radius: 5px;
    display: block;
    padding: 5px 0 5px 1.1em;
}

@media screen and (max-width: 639px) {
    .pseudo-text-box {
        padding: 5px 0 0;
    }
}

.pseudo-text-box-disabled {
    background-color: #eee;
}

.has_error .pseudo-text-box-input {
    border-color: #F00 !important;
}

.important-note-list {
    list-style-type: disc;
    padding-left: 1em;
}

.dummy-text-box {
    cursor: text;
}

.landing-page,
.success-page {
    background-image: linear-gradient(20deg, rgba(41, 55, 125, 0.1) 0%, rgba(102, 47, 142, 0.1) 100%), url(../img/khas/background.png);
    /*background-image: url(../img/khas/background.png);*/
    /*background-color: #FFFFFF;*/
}

.landing-icon-submit {
    background-image: url(../img/khas/background-icon-green.png);
}

.landing-icon-check {
    background-image: url(../img/khas/background-icon-purple.png);
}

.withdrawal-form-area {
    /*background-image: url(../img/khas/background.png);*/
    background-image: linear-gradient(20deg, rgba(41, 55, 125, 0.1) 0%, rgba(102, 47, 142, 0.1) 100%), url(../img/khas/background.png);
    /*background-color: #FFFFFF;	*/
}

.header-logo>img.logo-has-border {
    border-left: 2px solid #cecece;
}

.bg-blue,
.bg-kwsp-blue {
    background: rgb(98, 57, 152);
    background: linear-gradient(45deg, rgba(55, 48, 125, 1) 0%, rgba(134, 35, 137, 1) 100%);
    color: #ffffff;
}

.isinar_radio input:checked~.checkmark {
    background-color: #643082;
}

.text-blue {
    color: #643082;
}

.isinar_survey_radio input:checked~.checkmark {
    background-color: #643082;
}

.modal-title {
    color: #643082;
}

.text-blue-bold {
    color: #643082;
}

.text-purple {
    color: #0046BD;
}

.submissionFlowIndicator li.current-page .checkmark {
    background-color: #643082;
}

.kwsp-bordered-button {
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg, rgba(55, 48, 125, 1), rgba(134, 35, 137, 1));
}

.border-blue {
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(55, 48, 125, 0.9) 0%, rgba(134, 35, 137, 0.7) 100%);
}

.icitra_po_checkbox .checkmark {
    border: 2px solid #643082;
}

.icitra_po_checkbox .checkmark::after {
    border-right: 4px solid #643082;
    border-top: 4px solid #643082;
}

.header-logo .standalone-logo {
    width: 400px;
    max-width: 100%;
    border: none !important;
}

@media screen and (max-width: 480px) {
    .header-logo .standalone-logo {
        max-width: 80%;
    }
}

a.text-blue-link {
    color: #0045bd !important;
}