
/*#region CoinNewWidget */
@font-face {
    font-family: 'Lotuss-Medium';
    src: url('../content/fonts/LotussSmartHL-Medium.eot');
    src: url('../content/fonts/LotussSmartHL-Medium.eot?#iefix') format('embedded-opentype'), url('../content/fonts/LotussSmartHL-Medium.woff2') format('woff2'), url('../content/fonts/LotussSmartHL-Medium.woff') format('woff'), url('../content/fonts/LotussSmartHL-Medium.ttf') format('truetype'), url('../content/fonts/LotussSmartHL-Medium.svg#LotussSmartHL-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Lotuss-Bold';
    src: url('../content/fonts/LotussSmartHL-Bold.eot');
    src: url('../content/fonts/LotussSmartHL-Bold.eot?#iefix') format('embedded-opentype'), url('../content/fonts/LotussSmartHL-Bold.woff2') format('woff2'), url('../content/fonts/LotussSmartHL-Bold.woff') format('woff'), url('../content/fonts/LotussSmartHL-Bold.ttf') format('truetype'), url('../content/fonts/LotussSmartHL-Bold.svg#LotussSmartHL-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lotuss-Regular';
    src: url('../content/fonts/LotussSmartHL-Regular.eot');
    src: url('../content/fonts/LotussSmartHL-Regular.eot?#iefix') format('embedded-opentype'), url('../content/fonts/LotussSmartHL-Regular.woff2') format('woff2'), url('../content/fonts/LotussSmartHL-Regular.woff') format('woff'), url('../content/fonts/LotussSmartHL-Regular.ttf') format('truetype'), url('../content/fonts/LotussSmartHL-Regular.svg#LotussSmartHL-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Lotuss-Regular';
    color: #000000;
    font-size: 20px;
    min-height: 100vh;
    line-height: 1.2;
    position: relative;
}

h1 {
    font-family: 'Lotuss-Bold';
}

/* font style + color */
.font-Lotuss-Medium {
    font-family: 'Lotuss-Medium' !important;
}

.font-Lotuss-Bold {
    font-family: 'Lotuss-Bold' !important;
}

.font-orange {
    color: #F2682A !important;
}

.bg-beyond {
    /*background-image: url("../content/images/icon-coin-cal-01.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-reward {
    /*background-image: url("../content/images/icon-coin-cal-02.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.lotus-coin {
    padding: 30px 55px;
}

.container .lotus-coin {
    padding: 0;
}


/* section card type*/
.section-cardtype {
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 99;
}

    .section-cardtype .row .col-9 > div {
        float: left;
        width: auto;
    }

.cardtype-title {
    margin-right: 20px;
}

.cardtype-desc > div {
    display: inline-block;
}

.cardtype-desc-img > img {
    max-width: 70px;
}

.cardtype-desc-heading {
    margin-left: -6.5px;
}

    .cardtype-desc-heading a {
        padding: 25px 40px;
        background-color: #D1D2D4;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        color: #00B0AD;
        font-size: 18px;
        font-family: 'Lotuss-Bold';
        text-decoration: none;
    }

        .cardtype-desc-heading a:hover {
            background-color: #00B0AD;
            color: #FFFFFF;
        }

.cardtype-desc.active .cardtype-desc-heading a {
    background-color: #00B0AD;
    color: #FFFFFF;
}

/* section detail */
.section-detail {
    margin-top: 30px;
}


.calc-desc-img {
    margin-bottom: 10px;
}

    .calc-desc-img img {
        max-width: 100px;
    }

.section-calc {
    border-radius: 8px;
}

.bg-beyond .section-calc {
    background-color: #DCEAF1;
}

.bg-reward .section-calc {
    background-color: #F9EDD8;
}

.calc-desc > * {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.calc-desc-input {
    border-bottom: 1px solid #000000;
}

    .calc-desc-input.row > div {
        padding: 0px;
    }

.form-text {
    font-size: 16px;
    color: #000000;
    margin-top: 0px;
}

.lotus-coin .form-control {
    font-family: 'Lotuss-Medium';
    background-color: unset;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
    display: inline-block;
    font-size: 22px;
    padding: 0px;
    line-height: 1.2;
}

.lotus-coin .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .lotus-coin .form-control:focus {
        border: none;
        box-shadow: none;
        background-color: unset;
        color: inherit;
        outline: 0
    }

input + span {
    display: inline-block;
    width: 10%;
}

.calc-title {
    line-height: 1;
    margin-bottom: 5px;
}

.calc-input {
    float: right;
    margin-bottom: 2px;
}

    .calc-input input[type=text] {
        margin-right: 10px;
    }

.section-calc .col-7 .calc-desc {
    padding-right: 12px;
}

.calc-coin .calc-desc-img {
    display: flex;
    width: 20%;
    margin-bottom: 0px;
    justify-content: center;
}

    .calc-coin .calc-desc-img img {
        width: 50px;
    }

        .calc-coin .calc-desc-img img.icon-card {
            width: 40px;
        }

.calc-coin .calc-desc-input {
    display: flex;
    width: 80%;
}

    .calc-coin .calc-desc-input .calc-title {
        line-height: 1;
        width: 31%;
        margin-bottom: 5px;
    }

    .calc-coin .calc-desc-input .calc-input {
        width: 70%;
        text-align: right;
    }

.coin-value {
    font-family: 'Lotuss-Medium';
    font-size: 22px;
    color: #F2682A;
}

.mastercard-logo {
    width: 50px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.remark {
    margin-top: 20px;
    font-size: 12px;
}

    .remark ul {
        padding-left: 15px;
    }

.section-benefits h3 {
    width: max-content;
}

.benefits-item {
    width: max-content;
}

.benefits-list-item {
    display: grid;
    grid-template-columns: 52px minmax(auto, max-content);
    align-items: center;
    column-gap: 1rem;
    row-gap: 2rem;
    font-size: 0.875rem
}

@media (min-width: 992px) {
    .benefits-list-item {
        grid-template-columns: 70px max-content;
    }
}

.benefits-list-item img {
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-img {
    /* padding-right: 15px; */
    text-align: center;
    display: flex;
    align-items: center;
}

    .benefits-img img {
        width: 90px;
    }

.section-benefits .form-text {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.remark ul li {
    margin-bottom: 3px;
}

.remark a {
    text-decoration: none;
    color: inherit;
}

.lotus-coin {
    position: relative;
}

    .lotus-coin .img-footer {
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        bottom: -1%;
        width: 25%;
        height: 24%;
        right: 5.5%;
        z-index: 10;
    }

.container .lotus-coin .img-footer {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -1%;
    width: 26%;
    height: 24%;
    right: 0.5%;
    z-index: 10;
}

.bg-beyond .lotus-coin .img-footer {
    /*background-image: url(../content/images/icon-coin-cal-09.png);*/
}

.bg-reward .lotus-coin .img-footer {
    /*background-image: url(../content/images/icon-coin-cal-10.png);*/
}

.shadow-img {
    -webkit-filter: drop-shadow(4px 3px 2px #00000063);
    filter: drop-shadow(4px 3px 2px #00000063);
}

@media (min-width: 992px) {
    .lotus-coin .img-footer {
        top: -32px;
        transform: rotate(180deg);
    }
}

@media (min-width: 1200px) {
    .lotus-coin .img-footer {
        top: -110px;
        transform: rotate(180deg);
    }
}


/* Max-width: 992px */
@media screen and (max-width:992px) {
    .lotus-coin {
        padding: 16px;
    }

    .bg-beyond {
        /*background-image: url("../content/images/icon-coin-cal-03.jpg");*/
        background-attachment: unset;
    }

    .bg-reward {
        /*background-image: url("../content/images/icon-coin-cal-04.jpg");*/
        background-attachment: inherit;
    }

    .benefits-img {
        /* padding-right: 10px; */
    }

    .lotus-coin .img-footer {
        bottom: 0;
        width: calc(100% - 73%);
        height: calc(100% - 80%);
        right: 0px;
        background-position-y: calc(100% + 102px);
        background-position-x: calc(100% + 100px);
    }

    .container .lotus-coin .img-footer {
        bottom: 0;
        width: calc(100% - 73%);
        height: calc(100% - 80%);
        right: -15px;
        background-position-y: calc(100% + 102px);
        background-position-x: calc(100% + 100px);
    }
}

/* Max-width: 803 */
@media screen and (max-width:803px) {
    .cardtype-desc-img > img {
        max-width: 50px;
    }

    .cardtype-desc-heading a {
        padding: 15px 40px;
    }
}

/* Max-width: 767 */
@media screen and (max-width:767px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    .cardtype-desc-img > img {
        max-width: 40px;
    }

    .cardtype-desc-heading {
        margin-left: -4px;
        max-width: 100%;
        min-width: 177px;
    }

        .cardtype-desc-heading a {
            padding: 15px 25px;
            font-size: 14px;
        }

    .calc-spend {
        width: 55%;
    }

    .calc-coin {
        width: 45%;
    }

    .form-text {
        font-size: 14px;
    }

    .form-control,
    .coin-value {
        font-size: 18px;
    }

    .calc-coin,
    .calc-spend {
        width: 100%;
    }

    .calc-coin {
        margin-top: 20px;
    }

        .calc-coin .calc-desc-img {
            width: auto;
            justify-content: start;
            margin-right: 10px;
        }

            .calc-coin .calc-desc-img img {
                width: 40px;
            }

    .calc-input {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .calc-coin .calc-desc-input {
        width: calc(100% - 50px);
    }

    .section-calc .col-7 .calc-desc {
        padding-right: 0px;
    }

    .benefits-img {
        display: block;
    }

    .calc-spend {
        padding-right: 0px;
    }

    .cardtype-desc {
        margin-right: 10px;
    }

    .cardtype-desc-heading a {
        display: block;
    }
}

/* Max-width: 480 */
@media screen and (max-width:480px) {
    .mastercard-logo {
        width: 43px;
        margin-right: 0px;
    }

    .calc-coin .calc-desc-img img.icon-card {
        width: 37px;
    }

    input + span {
        width: 15%;
    }

    .lotus-coin .img-footer {
        width: calc(100% - 48%);
        height: calc(100% - 90%);
    }

    .calc-coin .calc-desc-img img {
        width: 37px;
    }

    .cardtype-desc {
        margin-right: 0px;
    }
}


/* Max-width: 404 */
@media screen and (max-width:400px) {
    .calc-title {
        width: 40%;
    }

    .calc-input {
        width: 60%;
    }
}

/* Max-width: 350 */
@media screen and (max-width:350px) {
    .form-text {
        font-size: 13px;
    }

    .form-control,
    .coin-value {
        font-size: 16px;
    }
}


.section-calc {
    padding: 0.5rem;
}

@media (min-width: 576px) {
    .section-calc {
        padding: 1rem;
    }
}

.form-input-wrapper {
    display: grid;
    grid-template-columns: max-content 1fr auto;
    column-gap: 0.5rem;
    row-gap: 0.25rem;
    align-items: baseline;
    border-bottom: 1px solid #000000;
}

    .form-input-wrapper label {
        grid-column-start: 1;
        text-align: center;
        font-size: 1rem;
        width: max-content;
    }

    .form-input-wrapper input {
        padding-right: 10px;
    }

    .form-input-wrapper img {
        max-height: 1.75rem;
        max-width: 80px;
        margin-left: auto;
        margin-right: auto;
    }

.form-result {
    display: grid;
    grid-template-columns: 35px 1fr;
    align-items: end;
    column-gap: 1rem;
    row-gap: 1.5rem;
    font-size: 1rem;
    --bs-border-color: #000000;
}

.form-result-mylotuss {
    height: 100%;
}


footer {
    background-color: white;
}
/*#endregion CoinNewWidget */
