/**
* 2007-2024 PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author   Fintrous Group Kft. <info@fintrous.com>
*  @copyright 2007-2024 InstaCash Kft.
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

/**
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.payment_method_InstaCashBNPLApplication {
    padding-left: 0rem !important;
}
.payment_method_InstaCashBNPLApplication label img {
    margin-bottom: -8px;
    max-height: 30px;
}
#InstaCash {
    container-type: inline-size;
    color: var(--bnpl-text-color);
}
#InstaCash-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 10000;
    color: var(--bnpl-text-color);
}
#InstaCash-modal .modal-content {
    border-radius: var(--bnpl-rounding);
    background-color: #f6f9fc;
    margin: 2rem auto;
    padding: 1rem 2rem 2rem;
    border: 1px solid #888;
    max-width: 600px;
}
#InstaCash-modal .modal-header:after {
    display: none;
}
#InstaCash-modal .modal-header {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#InstaCash-modal .modal-title {
    font-weight: bold;
    margin: auto 8px;
}
#InstaCash-modal .close {
    color: gray;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
    transition: all .3s;
}
#InstaCash-modal .close:hover,
#InstaCash-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#InstaCash-modal #InstaCash {
    color: unset;
    margin: auto;
}
#InstaCash-modal #InstaCash .bnpl-image {
    max-width: 15%;
    height: auto;
    margin: 0 1rem 1rem 0;
}
#InstaCash-modal #InstaCash .align-items-center {
    align-items: center;
}
#InstaCash-modal #InstaCash .bnpl-product-row {
    padding: 1rem 2% 0;
}
#InstaCash-modal #InstaCash .bnpl-product-row div {
    padding-bottom: 15px;
}
#InstaCash-modal #InstaCash .payments {
    padding-bottom: 30px;
}
#InstaCash-modal #instacash-cart-trigger {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    border-radius: var(--bnpl-rounding);
    color: var(--bnpl-btn-text-color);
    background-color: var(--bnpl-primary-color);
    padding: 16px 32px;
    text-align: center;
}
#InstaCash-modal #instacash-cart-trigger:hover {
    opacity: .9;
}
#InstaCash-modal .text-dark {
    color: #11141E;
}
#prescore-block *{
    all: unset;
}
#prescore-block {
    color:var(--bnpl-text-color);
    border:1px solid #cdd1d6;
    border-radius:var(--bnpl-rounding);
    padding:1.5rem;
    margin-top:1rem;
    margin-bottom:1rem;
}
#prescore-block h3 {
    display:block;
    width: 100%;
    padding-bottom: .75rem;
}
#prescore-block h3 strong{
    font-weight: bold;
    color:var(--bnpl-text-color);
    font-size:1.1rem;
}
#prescore-block p{
    font-size: 1rem;
}
#prescore-block h3 .ps-amount{
    font-size: 1rem;
    margin-left: 1rem;
    padding:0.25rem 0.75rem;
    background: var(--bnpl-secondary-color);
    align-self: center;
    font-weight:bold;
    color:var(--bnpl-btn-text-color);
    float:right;
    border-radius:calc(var(--bnpl-rounding)/2);
}
#prescore-block a{
    margin-top: 1rem;
    color:var(--bnpl-btn-text-color);
    background-color:var(--bnpl-primary-color);
    font-weight:bold;
    padding:16px 32px;
    border-radius:var(--bnpl-rounding);
    display:block;
    text-align:center;
    text-decoration:none;
    /*font-size:1rem;*/
    transition: all .3s;
}
#prescore-block a:hover{
    opacity: .85;
}
@media only screen and (max-width: 600px) {
    #prescore-block h3 .ps-amount{
        display: none;
    }
}
#InstaCash .border-bottom {
    border-bottom: 2px solid lightgray;
}
#InstaCash-calculation h4.border-bottom {
    font-size: 1.1rem;
    border-bottom: 1px solid lightgray;
}
#InstaCash .usp, #InstaCash-calculation .usp {
    transition: ease-in-out .3s;
}
#InstaCash .usp:hover, #InstaCash-calculation .usp:hover {
    background-color: white;
}
#InstaCash .btn-outline-primary {
    background-color: var(--bnpl-btn-text-color);
    border-color: var(--bnpl-primary-color);
    border: 1px solid;
    color: var(--bnpl-primary-color);
}
#InstaCash .btn-primary {
    border: 1px solid var(--bnpl-primary-color);
    background-color: var(--bnpl-primary-color);
    border-color: var(--bnpl-primary-color);
    color: var(--bnpl-btn-text-color);
}
#InstaCash .btn-check:checked + .btn-outline-primary {
    color: var(--bnpl-btn-text-color);
    background-color: var(--bnpl-primary-color);
    border-color: var(--bnpl-primary-color);
}
#InstaCash .btn {
    min-height: unset !important;
    min-width: 36px;
    text-decoration: none;
}
#InstaCash .link-primary {
    color: var(--bnpl-primary-color);
}
#InstaCash .link-primary:hover {
    opacity: .9;
}
#InstaCash h3{
    font-size:1rem;
    margin: 0px;
    font-weight: bold;
}
#InstaCash small{
    font-size:1rem;
    margin: 0px;
}
#InstaCash .error-wrapper, #InstaCash .offer-partner{
    padding: 0px 12px;
}
#InstaCash .warning {
    border: 2px solid #664d03;
    border-radius: 8px;
    padding: 8px;
    margin: 8px 0px;
    width: 100%;
    text-align: center;
    background-color: #fff3cd;
}
#InstaCash .warning small {
    color: #664d03 !important;
    font-weight: bold;
}
#downPayment {
    width: unset;
    border-radius: 0px;
}
#InstaCash .bg-dark {
    font-size: 1.1rem;
}
#InstaCash .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
#InstaCash .col, #InstaCash .col-1, #InstaCash .col-10, #InstaCash .col-11, #InstaCash .col-12, #InstaCash .col-2, #InstaCash .col-3, #InstaCash .col-4, #InstaCash .col-5, #InstaCash .col-6, #InstaCash .col-7, #InstaCash .col-8, #InstaCash .col-9, #InstaCash .col-auto, #InstaCash .col-lg, #InstaCash .col-lg-1, #InstaCash .col-lg-10, #InstaCash .col-lg-11, #InstaCash .col-lg-12, #InstaCash .col-lg-2, #InstaCash .col-lg-3, #InstaCash .col-lg-4, #InstaCash .col-lg-5, #InstaCash .col-lg-6, #InstaCash .col-lg-7, #InstaCash .col-lg-8, #InstaCash .col-lg-9, #InstaCash .col-lg-auto, #InstaCash .col-md, #InstaCash .col-md-1, #InstaCash .col-md-10, #InstaCash .col-md-11, #InstaCash .col-md-12, #InstaCash .col-md-2, #InstaCash .col-md-3, #InstaCash .col-md-4, #InstaCash .col-md-5, #InstaCash .col-md-6, #InstaCash .col-md-7, #InstaCash .col-md-8, #InstaCash .col-md-9, #InstaCash .col-md-auto, #InstaCash .col-sm, #InstaCash .col-sm-1, #InstaCash .col-sm-10, #InstaCash .col-sm-11, #InstaCash .col-sm-12, #InstaCash .col-sm-2, #InstaCash .col-sm-3, #InstaCash .col-sm-4, #InstaCash .col-sm-5, #InstaCash .col-sm-6, #InstaCash .col-sm-7, #InstaCash .col-sm-8, #InstaCash .col-sm-9, #InstaCash .col-sm-auto, #InstaCash .col-xl, #InstaCash .col-xl-1, #InstaCash .col-xl-10, #InstaCash .col-xl-11, #InstaCash .col-xl-12, #InstaCash .col-xl-2, #InstaCash .col-xl-3, #InstaCash .col-xl-4, #InstaCash .col-xl-5, #InstaCash .col-xl-6, #InstaCash .col-xl-7, #InstaCash .col-xl-8, #InstaCash .col-xl-9, #InstaCash .col-xl-auto {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
}
#InstaCash .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
#InstaCash .col-md-8 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 58%;
}
#InstaCash .col-md-4 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 38%;
}
#InstaCash .col-md-6 {
    max-width: 50%;
    width: 48%;
}
#InstaCash .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
#InstaCash .usp svg {
    max-height: 2.5rem;
}
#InstaCash .circle-wrapper {
    min-width: 25px;
    display: grid;
    vertical-align: middle;
}
#InstaCash .h5, #InstaCash h5 {
    font-size: 1.6rem !important;
    line-height: 1.875rem;
    margin-bottom: .5rem;
}
#InstaCash .pl-0, #InstaCash .px-0, #InstaCash-modal .pl-0, #InstaCash-modal .px-0 {
    padding-left: 0rem !important;
}
#InstaCash .pr-0, #InstaCash .px-0, #InstaCash-modal .pr-0, #InstaCash-modal .px-0 {
    padding-right: 0rem !important;
}
#InstaCash .mw-20 {
    max-width: 20%;
}
#InstaCash .mw-80 {
    max-width: 80%;
}
#InstaCash .pt-2, #InstaCash .py-2, #InstaCash-calculation .pt-2, #InstaCash-calculation .py-2 {
    padding-top: .5rem !important;
}
#InstaCash .pb-2, #InstaCash .py-2, #InstaCash-calculation .pb-2, #InstaCash-calculation .py-2 {
    padding-bottom: .5rem !important;
}
#InstaCash .pl-2, #InstaCash .px-2, #InstaCash-calculation .pl-2, #InstaCash-calculation .px-2 {
    padding-left: .5rem !important;
}
#InstaCash .pr-2, #InstaCash .px-2, #InstaCash-calculation .pr-2, #InstaCash-calculation .px-2 {
    padding-right: .5rem !important;
}
#InstaCash .p-2, #InstaCash-calculation .p-2 {
    padding: .5rem !important;
}
#InstaCash .p-3, #InstaCash-calculation .p-3 {
    padding: 1rem !important;
}
#InstaCash .pt-3, #InstaCash .py-3, #InstaCash-calculation .pt-3, #InstaCash-calculation .py-3 {
    padding-top: 1rem !important;
}
#InstaCash .pb-3, #InstaCash .py-3, #InstaCash-calculation .pb-3, #InstaCash-calculation .py-3 {
    padding-bottom: 1rem !important;
}
#InstaCash .ml-4, #InstaCash-calculation .ml-4 {
    margin-left: 1.5rem;
}
#InstaCash .mt-3, #InstaCash-calculation .mt-3 {
    margin-top: 1rem;
}
#InstaCash .mb-3, #InstaCash-calculation .mb-3 {
    margin-bottom: 1rem;
}
#InstaCash .mt-0, #InstaCash .my-0, #InstaCash-calculation .mt-0, #InstaCash-calculation .my-0 {
    margin-top: 0 !important;
}
#InstaCash .mb-0, #InstaCash .my-0, #InstaCash-calculation .mb-0, #InstaCash-calculation .my-0 {
    margin-bottom: 0 !important;
}
#InstaCash .ml-0, #InstaCash .mx-0, #InstaCash-calculation .ml-0, #InstaCash-calculation .mx-0 {
    margin-left: 0 !important;
}
#InstaCash .mr-0, #InstaCash .mx-0, #InstaCash-calculation .mr-0, #InstaCash-calculation .mx-0 {
    margin-right: 0 !important;
}
#InstaCash .ml-2, #InstaCash .mx-2, #InstaCash-calculation .ml-2, #InstaCash-calculation .mx-2 {
    margin-left: .5rem !important;
}
#InstaCash .mr-2, #InstaCash .mx-2, #InstaCash-calculation .mr-2, #InstaCash-calculation .mx-2 {
    margin-right: .5rem !important;
}
#InstaCash .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    align-items: stretch;
}
#InstaCash .text-right {
    text-align: right !important;
}
#InstaCash .text-secondary {
    color: gray !important;
}
#InstaCash .text-red {
    color: red !important;
}
#InstaCash .text-default {
    color: var(--bnpl-text-color);
}
#InstaCash .text-nowrap {
    white-space: nowrap;
}
#InstaCash .font-weight-bold {
    font-weight: bold !important;
}
#InstaCash .justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
#InstaCash .d-flex, #InstaCash-calculation .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
#InstaCash .rounded, #InstaCash-calculation .rounded {
    border-radius: var(--bnpl-rounding) !important;
}
#InstaCash .rounded-top, #InstaCash-calculation .rounded-top {
    border-top-right-radius: var(--bnpl-rounding) !important;
    border-top-left-radius: var(--bnpl-rounding) !important;
}
#InstaCash .text-white {
    color: #fff !important;
}
#InstaCash .offer-logo img{
    margin-left: 1rem;
    max-width: 40px !important;
    border-radius: var(--bnpl-rounding);
}
#InstaCash .shadow-md {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.175) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.175) !important;
}
#InstaCash .w-100 {
    width: 100% !important;
}
#InstaCash .my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
#InstaCash .input-group-prepend {
    margin-right: -1px;
}
#InstaCash .input-group-append, #InstaCash .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#InstaCash .border, #InstaCash-calculation .border {
    border: 1px solid lightgray !important;
}
#InstaCash .bg-white, #InstaCash-calculation .bg-white {
    background-color: #fff !important;
}
#InstaCash .bg-ic, #InstaCash-calculation .bg-ic {
    background-color: #f6f9fc !important;
}
#InstaCash .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#InstaCash .position-relative {
    position: relative !important;
}
#InstaCash .bottom-negative {
    bottom: -.7rem;
    z-index: 1;
    padding: 0 5px;
}
#InstaCash .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#InstaCash .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border-radius: var(--bnpl-rounding);
    border-top-right-radius: var(--bnpl-rounding);
    border-bottom-right-radius: var(--bnpl-rounding);
}

#InstaCash .input-group > .form-control{
    border: none;
    border-left: 2px solid #dee2e6;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
#InstaCash .input-group > .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#InstaCash .btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
#InstaCash button, #InstaCash input {
    overflow: visible;
}
#InstaCash button, #InstaCash input, #InstaCash optgroup, #InstaCash select, #InstaCash textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#InstaCash .btn:not(:disabled):not(.disabled), #InstaCash .wpcf7 input:not(:disabled):not(.disabled)[type="submit"] {
    cursor: pointer;
}
#InstaCash .btn, #InstaCash .wpcf7 input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
#InstaCash .ic-logo {
    width: 111px;
    max-height: 22px;
}
#InstaCash .basket-icon {
    height: 22px;
    margin-bottom: -0.25rem !important;
}
#InstaCash {
    position: relative;
}
#InstaCash .overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(32,32,32,0.5);
    z-index: 100;
}
#InstaCash .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
#InstaCash .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, #InstaCash .50%);
}
#InstaCash .payments h4.pay-amount {
    margin-bottom:0px;
    margin-top:0.25rem;
    line-height: 1.2rem;
    font-size: 1.2rem;
}
#InstaCash .payments small {
    font-size: .7rem;
}
#InstaCash .payments .pay {
    margin: auto;
}
#InstaCash .payments .payment {
    display: flex;
    border: 1px solid lightgray;
    border-radius: var(--bnpl-rounding);
    margin: 1rem 1% 0;
}
#InstaCash .payments .payment-circle {
    display: flex;
    width: 25px;
    height: 25px;
    margin: auto 0px;
    margin-right: 10px;
    border-radius: 50%;
    background: conic-gradient(var(--bnpl-secondary-color) var(--progress), darkgray var(--progress-dark), lightgray 0deg);
    font-size: 0;
}
#InstaCash .payments .payment-circle::after {
    content: ' ';
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 4px;
    border-radius: 50%;
    background: white;
    font-size: 1rem;
    text-align: center;
}
#InstaCash .payments .payment:first-child {
    border: 1px solid var(--bnpl-secondary-color);
}
#InstaCash .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, #InstaCash .55, #InstaCash .55, #InstaCash ..05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}
#InstaCash .d-grid {
    display: grid;
    align-content: center;
}
#InstaCash .icon-grid {
    height: fit-content;
}
#InstaCash h4, #InstaCash-modal .modal-title {
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#InstaCash .my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#IC.remain-wrapper {
    container-type: inline-size;
    padding: 10px 20px;
    color: var(--bnpl-text-color);
}
#IC .remain-title {
    text-align: right;
}
#IC .remain-progress {
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background-color: lightgray;
}
#IC .remain-progress-line {
    width: var(--bnpl-progress-width);
    height: 100%;
    border-radius: 5px;
    background-color: var(--bnpl-line-color);
}
#IC .remain-amount-wrapper {
    padding-left: var(--bnpl-progress-width);
}
#IC .remain-amount {
    transform: translate(calc(var(--bnpl-progress-width)*-1),0);
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    color: var(--bnpl-line-color);
}
#IC .remain-info-icon {
    float:right;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 1380px) {
    #InstaCash .col, #InstaCash .col-1, #InstaCash .col-10, #InstaCash .col-11, #InstaCash .col-12, #InstaCash .col-2, #InstaCash .col-3, #InstaCash .col-4, #InstaCash .col-5, #InstaCash .col-6, #InstaCash .col-7, #InstaCash .col-8, #InstaCash .col-9, #InstaCash .col-auto, #InstaCash .col-lg, #InstaCash .col-lg-1, #InstaCash .col-lg-10, #InstaCash .col-lg-11, #InstaCash .col-lg-12, #InstaCash .col-lg-2, #InstaCash .col-lg-3, #InstaCash .col-lg-4, #InstaCash .col-lg-5, #InstaCash .col-lg-6, #InstaCash .col-lg-7, #InstaCash .col-lg-8, #InstaCash .col-lg-9, #InstaCash .col-lg-auto, #InstaCash .col-md, #InstaCash .col-md-1, #InstaCash .col-md-10, #InstaCash .col-md-11, #InstaCash .col-md-12, #InstaCash .col-md-2, #InstaCash .col-md-3, #InstaCash .col-md-4, #InstaCash .col-md-5, #InstaCash .col-md-6, #InstaCash .col-md-7, #InstaCash .col-md-8, #InstaCash .col-md-9, #InstaCash .col-md-auto, #InstaCash .col-sm, #InstaCash .col-sm-1, #InstaCash .col-sm-10, #InstaCash .col-sm-11, #InstaCash .col-sm-12, #InstaCash .col-sm-2, #InstaCash .col-sm-3, #InstaCash .col-sm-4, #InstaCash .col-sm-5, #InstaCash .col-sm-6, #InstaCash .col-sm-7, #InstaCash .col-sm-8, #InstaCash .col-sm-9, #InstaCash .col-sm-auto, #InstaCash .col-xl, #InstaCash .col-xl-1, #InstaCash .col-xl-10, #InstaCash .col-xl-11, #InstaCash .col-xl-12, #InstaCash .col-xl-2, #InstaCash .col-xl-3, #InstaCash .col-xl-4, #InstaCash .col-xl-5, #InstaCash .col-xl-6, #InstaCash .col-xl-7, #InstaCash .col-xl-8, #InstaCash .col-xl-9, #InstaCash .col-xl-auto {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 499px) {
    #InstaCash .text-md-center {
        text-align: center;
    }
    #InstaCash .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #InstaCash .offer-box .col {
        font-size: 0.95rem;
    }
}
@container (width < 480px) {
    #InstaCash .col-md-8 {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }
    #InstaCash .col-md-4 {
        margin-top: 1rem;
        width: 100%;
        max-width: 100%;
        flex: auto;
    }
}
@container (width < 380px) {
    #IC .remain-info-icon {
        display: none;
    }
    #InstaCash .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }
}
