body .modal-page.ovh{
    display: none !important;
}
.preloader{
    display: none;
}
.beforeLoad .preloader{
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.beforeLoad .preloader .preloader_img{
    width: 60px;
    height: 60px;
    display: block;
    background-image: url('preloader_img_item.gif');
  /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
}
/* Other */
/* Other */
/* Other */
body {
    background-color: #ffffff;
    font-family: Helvetica;
    font-size: 12px;
    padding: 0;
    margin: 0;
    display: block;
}
.brand_logo_wrapper {
    max-width: 100px;
}
.bank_logo_wrapper {
    max-width: 130px;
    width: 100%;
    height: 100%;
}
.brand_logo_wrapper img,
.bank_logo_wrapper img {
    width: 100%;
    height: 100%;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.error {
    color: Red;
    font-weight: normal;
}
a.error:hover {
    color: black;
    font-weight: normal;
}
.smallie {
    opacity: 0.6;
    margin-top: 7px;
    display: block;
    text-decoration: underline;
}
h1 {
    font-size: 18px;
}
h2 {
    padding-top: 8px;
    font-size: 16px;
}
p {
    line-height: 18px;
}
.desc,
.error {
    font-size: 12px;
    color: rgb(173, 173, 173);
    margin: 4px 0;
}
.error {
    color: red;
}
.language {
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px;
}
.big-input {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
.lang {
    display: inline;
    padding-left: 8px;
    border: 2px;
}
.nw1 {
    white-space: nowrap;
}
.modal-page {
    position: relative;
    width: 100%;
    max-width: 390px;
    /* max-height      : 600px; */
    background-color: #ffffff;
    padding: 32px 24px 24px 24px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    /* border-radius: 3px; */
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.list {
    padding-top: 12px;
    border-top: 1px solid rgb(222, 222, 222);
}
.list-item {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.label {
    display: inline-block;
    width: 45%;
    padding-right: 24px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
    opacity: 0.5;
    text-align: right;
}
.value {
    display: inline-block;
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* .select,
.big-input {
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #b0b0b0;
    border-radius: 2px;
} */
/* .select,
.big-input {
    display: block;
    width: 100%;
} */
/* .button {
    background-color: transparent;
    border: 1px solid #263e4c;
    color: #263e4c;
    text-transform: uppercase;
}
.button:hover {
    border: 1px solid #263e4c;
} */
/* .select {
    font-size: 14px;
} */
.big-button:hover,
.inner-button:hover {
    /* opacity         : 0.8; */
}
.big-button {
    background-color: #F0F0F0;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(216, 216, 216);
    -o-border-image: initial;
       border-image: initial;
}
.small-input {
    padding: 5px;
    background-color: #ffffff;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    font-size: 11px;
    text-align: center;
}
.big-input {
    /* font-size: 16px; */
    /* text-align: center; */
    /* padding-left    : 0px; */
    /* padding-right   : 0px; */
    /* text-align: left; */
    /* padding: 4px 10px; */
    /* max-width: 170px; */
    /* height: 27px; */
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
}
.big-input:hover,
.small-input:hover {
    /* border: 1px solid #263e4c; */
}
.big-link {
    font-size: 14px;
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    min-height: 40px;
}
.footer {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #dedede;
    text-align: center;
}
.inner {
    display: inline-block;
    text-align: left;
    padding: 8px 0;
    padding-right: 12px;
}
.inner-button {
    border: none;
    margin: 0 auto;
    color: #ffffff;
    background-color: #263e4c;
    text-transform: uppercase;
}
.row:after {
    content: "";
    clear: both;
    display: table;
}
.help_icon {
    width: 14px;
    height: 13px;
    border: 0px;
    padding-right: 2px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bottom {
    border-top: 1px solid #dedede;
    padding-top: 12px;
    margin-top: 12px;
}
hr {
    margin: 12px 0;
    border: none;
    border-top: 1px solid #dedede;
}
.hid {
    display: none;
}
.sie {
    display: block;
}
.error {
    color: red;
}
span.display {
    font-weight: 600;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.left {
    /* float: left; */
    /* text-align: left; */
    width: calc(33.3% - 10px);
    margin: 5px;
    text-align: left;
}
.blink {
    -webkit-animation: blink 0.15s linear infinite;
            animation: blink 0.15s linear infinite;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
}
@-webkit-keyframes blink {
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blink {
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.center {
    width: calc(33.3% - 10px);
    margin: 5px;
}
.right {
    width: calc(33.3% - 10px);
    margin: 5px;
    text-align: right;
}
.cursordef {
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
    cursor: default;
    pointer-events: none;
    opacity: 0.4;
}
.inl {
    display: inline-block;
}
@media (max-width: 450px) {
    .footer {
        padding-top: 0;
    }
}
h1 {
  /* padding-top: 0.5em; */
  margin: 0;
}
td.hint {
    border-style: solid;
    border-width: 1px;
    border-color: red;
    font-family: Arial;
    font-size: 12px;
    color: black;   
    padding : 2px 4px 2px 4px;
}
.list-item.li_inp{
    -webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
}
.list-item.li_inp .label{
    position: relative;
    top: 7px;
}
.list-item.li_inp .label.remove_relative{
    top: 0;
}
/* Other */
/* Other */
/* Other */



/* BOI */
/* BOI */
/* BOI */
body.boi {
    background-color: #ffffff;
    font-family: Helvetica;
    font-size: 12px;
    padding: 0;
    margin: 0;
    display: block;
}
body.boi .brand_logo_wrapper {
    max-width: 80px;
}
body.boi .bank_logo_wrapper {
    max-width: 164px;
    width: 100%;
    height: 100%;
}
body.boi .brand_logo_wrapper img,
body.boi .bank_logo_wrapper img {
    width: 100%;
    height: 100%;
}
body.boi a {
    color: #000000;
    text-decoration: none;
}
body.boi a:hover {
    text-decoration: underline;
}
body.boi .cancel_btn:hover{
    text-decoration: none;
}
body.boi a.error {
    color: Red;
    font-weight: normal;
}
body.boi a.error:hover {
    color: black;
    font-weight: normal;
}
body.boi .smallie {
    opacity: 0.6;
    margin-top: 7px;
    display: block;
    text-decoration: underline;
}
body.boi h1 {
    font-size: 14px;
}
body.boi h2 {
    padding-top: 8px;
    font-size: 16px;
}
body.boi p {
    line-height: 1.2;
    border: 1px solid #ccc;
    margin-top: 1%;
    padding: 1.2%;
    background-color: #f4eefa;
    border-radius: 4px;
    font-size: 12px;
}
body.boi .desc,
body.boi .error {
    font-size: 12px;
    margin: 4px 0;
}
body.boi .error {
    color: red;
}
body.boi .language {
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px;
}
body.boi .big-input {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
body.boi .lang {
    display: inline;
    padding-left: 8px;
    border: 2px;
}
body.boi .nw1 {
    white-space: nowrap;
}
body.boi .modal-page {
    position: relative;
    width: 100%;
    max-width: 390px;
    /* max-height      : 600px; */
    background-color: #ffffff;
    /* padding: 32px 24px 24px 24px; */
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    /* border-radius: 3px; */
    font-size: 12px;
    color: #444;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 32px 24px 24px 24px; */
}
body.boi .list {
    /* padding-top: 12px; */
}
body.boi .list-item {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
body.boi .label {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
    /* opacity: 0.5; */
    text-align: right;
}
body.boi .value {
    display: inline-block;
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* body.boi .select,
body.boi .big-input {
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #b0b0b0;
    border-radius: 2px;
} */
/* body.boi .select,
body.boi .big-input {
    display: block;
    width: 100%;
} */
body.boi .button {
    background-color: transparent;
    border: 1px solid #263e4c;
    color: #263e4c;
    text-transform: uppercase;
}
body.boi .button:hover {
    border: 1px solid #263e4c;
}
/* body.boi .select {
    font-size: 14px;
} */
body.boi .big-button:hover,
body.boi .inner-button:hover {
    /* opacity         : 0.8; */
}
body.boi .big-button {
    /* background-color: #F0F0F0; */
    cursor: pointer;
    font-size: 14px;
    /* padding: 5px 10px; */
    /* border-radius: 2px; */
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(216, 216, 216); */
    -o-border-image: initial;
    /* border-image: initial; */
    background-color: #217dc8;
    border: 0;
    border-radius: 3px;
    color: #fff;
    padding: 7px 14px;
}
body.boi .small-input {
    padding: 5px;
    background-color: #ffffff;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    font-size: 11px;
    text-align: center;
}
body.boi .big-input {
    font-size: 16px;
    text-align: center;
    /* padding-left    : 0px; */
    /* padding-right   : 0px; */
    text-align: left;
    padding: 4px 10px;
    max-width: 170px;
    height: 27px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body.boi .big-input:hover,
body.boi .small-input:hover {
    /* border: 1px solid #263e4c; */
}
body.boi .big-link {
    font-size: 14px;
}
body.boi .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    min-height: 40px;
    /* padding: 32px 24px 24px 24px; */
    padding: 10px 15px 5px 15px;
    border-bottom: 1px solid #eee;
}
body.boi .footer {
    margin-top: 12px;
    /* padding-top: 8px; */
    /* border-top      : 1px solid #dedede; */
    text-align: center;
}
body.boi .inner {
    display: inline-block;
    text-align: left;
    padding: 8px 0;
    padding-right: 12px;
}
body.boi .inner-button {
    border: none;
    margin: 0 auto;
    color: #ffffff;
    background-color: #263e4c;
    text-transform: uppercase;
}
body.boi .row:after {
    content: "";
    clear: both;
    display: table;
}
body.boi .help_icon {
    width: 14px;
    height: 13px;
    border: 0px;
    padding-right: 2px;
}
body.boi .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: center; */
}
body.boi .bottom {
    border-top: 1px solid #dedede;
    padding-top: 12px;
    margin-top: 12px;
}
body.boi hr {
    margin: 12px 0;
    border: none;
    border-top: 1px solid #dedede;
}
body.boi .hid {
    display: none;
}
body.boi .sie {
    display: block;
}
body.boi .error {
    color: red;
}
body.boi span.display {
    font-weight: 600;
}
body.boi input[type='number'] {
    -moz-appearance: textfield;
}
body.boi input::-webkit-outer-spin-button,
body.boi input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
body.boi .left {
    float: left;
    text-align: center;
    width: calc(33.3% - 10px);
    margin: 5px;
    text-align: left;
    display: inline-block;
}
body.boi .blink {
    -webkit-animation: blink 0.15s linear infinite;
            animation: blink 0.15s linear infinite;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
}
@-webkit-keyframes blink {
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blink {
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
body.boi .center {
    width: calc(33.3% - 10px);
    margin: 5px;
    display: inline-block;
}
body.boi .right {
    width: calc(33.3% - 10px);
    margin: 5px;
    text-align: right;
    display: inline-block;
    /* display: none; */
}
body.boi .cancel_btn{
    background-color: #9e9e9e;
    border-radius: 4px;
    border: 0;
    color: #fff;
    padding: 7px 14px;
    font-size: 14px;
}
body.boi .cursordef {
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
    cursor: default;
    pointer-events: none;
    opacity: 0.4;
}
body.boi .inl {
    display: inline-block;
}
@media (max-width: 450px) {
    body.boi .footer {
        padding-top: 0;
    }
}
body.boi h1 {
  padding-top: 0.5em;
  margin: 0;
}
body.boi td.hint {
    border-style: solid;
    border-width: 1px;
    border-color: red;
    font-family: Arial;
    font-size: 12px;
    color: black;   
    padding : 2px 4px 2px 4px;
}
body.boi .list-item.li_inp{
    -webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
}
body.boi .list-item.li_inp .label{
    position: relative;
    top: 7px;
}
body.boi .list-item.li_inp .label.remove_relative{
    top: 0;
}
body.boi .form_item{
    padding: 0px 15px 24px 15px;
}
/* BOI */
/* BOI */
/* BOI */



/* AIB */
/* AIB */
/* AIB */
body.aib {
    background-color: #ffffff;
    font-family: Helvetica;
    font-size: 12px;
    padding: 0;
    margin: 0;
    display: block;
}
body.aib .brand_logo_wrapper {
    max-width: 100px;
}
body.aib .bank_logo_wrapper {
    max-width: 47px;
    width: 100%;
    height: 100%;
}
body.aib .brand_logo_wrapper img,
body.aib .bank_logo_wrapper img {
    width: 100%;
    height: 100%;
}
body.aib a {
    color: #000000;
    text-decoration: none;
}
body.aib a:hover {
    text-decoration: underline;
}
body.aib a.error {
    color: Red;
    font-weight: normal;
}
body.aib a.error:hover {
    color: black;
    font-weight: normal;
}
body.aib .smallie {
    /* opacity: 0.6; */
    /* margin-top: 7px; */
    display: inline-block;
    text-decoration: underline;
    color: #0000ff;
    font-weight: 600;
    font-size: 11px;
    display: inline-block !important;
}
body.aib h1 {
    font-size: 18px;
}
body.aib h2 {
    padding-top: 8px;
    font-size: 16px;
}
body.aib p {
    line-height: 18px;
}
body.aib .desc {
    font-size: 11.5px;
    margin: 0 !important;
    /* padding-left: 45px; */
}
body.aib .new_ps{
    margin: 0;
}
body.aib .sts{
    margin: 0;
}
body.aib .error {
    font-size: 12px;
    margin: 0 !important;
    padding-left: 0;
}
body.aib .error {
    color: red;
}
body.aib .language {
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px;
}
body.aib .big-input {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
body.aib .lang {
    display: inline;
    padding-left: 8px;
    border: 2px;
}
body.aib .nw1 {
    white-space: nowrap;
}
body.aib .modal-page {
    position: relative;
    width: 100%;
    max-width: 390px;
    /* max-height      : 600px; */
    background-color: #ffffff;
    /* padding: 10px 10px 10px 10px; */
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    /* border-radius: 3px; */
    border: 1px solid #ccc;
    font-size: 11.5px;
    line-height: 1.2;
    margin-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body.aib .list {
    padding-top: 12px;
}
body.aib .list-item {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
body.aib .label {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
    /* opacity: 0.5; */
    text-align: right;
}
body.aib .value {
    display: inline-block;
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
/* body.aib .select,
body.aib .big-input {
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #7f7f7f;
    border-radius: 2px;
} */
/* body.aib .select,
body.aib .big-input {
    display: block;
    width: 100%;
} */
body.aib .button {
    background-color: transparent;
    border: 1px solid #263e4c;
    color: #263e4c;
    text-transform: uppercase;
}
body.aib .button:hover {
    border: 1px solid #263e4c;
}
/* body.aib .select {
    font-size: 14px;
} */
body.aib .big-button:hover,
body.aib .inner-button:hover {
    /* opacity         : 0.8; */
}
body.aib .big-button {
    background-color: #F0F0F0;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(216, 216, 216);
    -o-border-image: initial;
       border-image: initial;
}
body.aib .small-input {
    padding: 5px;
    background-color: #ffffff;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    font-size: 11px;
    text-align: center;
}
body.aib .big-input {
    font-size: 16px;
    text-align: center;
    /* padding-left    : 0px; */
    /* padding-right   : 0px; */
    text-align: left;
    padding: 4px 10px;
    max-width: 170px;
    height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body.aib .big-input:hover,
body.aib .small-input:hover {
    /* border: 1px solid #263e4c; */
}
body.aib .big-link {
    font-size: 14px;
}
body.aib .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1px;
    min-height: 40px;
    padding: 10px 10px 0 10px;
}
body.aib .footer {
    /* margin-top: 8px; */
    /* padding-top: 8px; */
    /* border-top      : 1px solid #dedede; */
    text-align: center;
}
body.aib .inner {
    display: inline-block;
    text-align: left;
    padding: 8px 0;
    padding-right: 12px;
}
body.aib .inner-button {
    border: none;
    margin: 0 auto;
    color: #ffffff;
    background-color: #263e4c;
    text-transform: uppercase;
}
body.aib .row:after {
    content: "";
    clear: both;
    display: table;
}
body.aib .help_icon {
    width: 14px;
    height: 13px;
    border: 0px;
    padding-right: 2px;
    display: none;
}
body.aib .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
body.aib .form_item{
    padding: 0 10px 0 10px;
}
body.aib .bottom {
    border-top: 1px solid #dedede;
    padding-top: 12px;
    margin-top: 12px;
}
body.aib hr {
    margin: 12px 0;
    border: none;
    border-top: 1px solid #dedede;
}
body.aib .hid {
    display: none;
}
body.aib .sie {
    display: block;
}
body.aib .error {
    color: red;
}
body.aib span.display {
    font-weight: 600;
}
body.aib input[type='number'] {
    -moz-appearance: textfield;
}
body.aib input::-webkit-outer-spin-button,
body.aib input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
body.aib .aib_wrap{
    border: 0px solid #ccc;
    background-color: #ccc;
    padding-top: 1px;
    padding-bottom: 1px;
    background: url('cr/mobileicon.png') #ccc no-repeat 4px 8px;
}
body.aib .aib_wrap_inner{
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}
body.aib .left {
    /* float: left; */
    /* text-align: left; */
    width: 50%;
    /* margin: 5px; */
    text-align: left;
}
body.aib .blink {
    -webkit-animation: blink 0.15s linear infinite;
            animation: blink 0.15s linear infinite;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
}
@-webkit-keyframes blink {
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blink {
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
body.aib #desc_info {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 3px;
}
body.aib .center {
    /* width: 33%; */
    /* margin: 5px; */
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
body.aib .pendingTime .center{
    display: none;
}
body.aib .right {
    width: 50%;
    /* margin: 5px; */
    text-align: right;
}
body.aib .cursordef {
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
    cursor: default;
    pointer-events: none;
    opacity: 0.4;
}
body.aib .inl {
    display: inline-block;
}
@media (max-width: 450px) {
    body.aib .footer {
        padding-top: 0;
    }
}
body.aib h1 {
  /* padding-top: 0.5em; */
  /* padding-left: 45px; */
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
body.aib td.hint {
    border-style: solid;
    border-width: 1px;
    border-color: red;
    font-family: Arial;
    font-size: 12px;
    color: black;   
    padding : 2px 4px 2px 4px;
}
body.aib .mincharacter{
    font-size: 11.5px;
    padding-top: 3px;
}
body.aib .footer_item {
    /* height: 17px; */
    padding: 2px 0;
    margin-top: 55px;
    background-color: #ccc;
    text-align: center;
    width: 100%;
    font-size: 10px;
    line-height: 1.2;
}
body.aib .cancel_btn,
body.aib .help_btn{
    background: #61b3e3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYjNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDgwYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #61b3e3 0%, #3080bb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61b3e3), color-stop(100%,#3080bb));
    background: -webkit-linear-gradient(top, #61b3e3 0%,#3080bb 100%);
    background: -o-linear-gradient(top, #61b3e3 0%,#3080bb 100%);
    background: -ms-linear-gradient(top, #61b3e3 0%,#3080bb 100%);
    background: linear-gradient(to bottom, #61b3e3 0%,#3080bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61b3e3', endColorstr='#3080bb',GradientType=0 );
    border: 0px;
    border-radius: 3px;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
}
body.aib .list-item.li_inp{
    -webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
}
body.aib .list-item.li_inp .label{
    position: relative;
    top: 7px;
    display: none;
}
body.aib .list-item.li_inp .label.remove_relative{
    top: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



body.aib #btnSubmit{
    /* border-radius: 2px; */
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(216, 216, 216); */
    -o-border-image: initial;
    border-radius: 0;
    /* border-image: initial; */
    border-bottom: 4px solid #191E70;
    border-left: 4px solid #191E70;
    border-right: 4px solid #191E70;
    font-weight: bold;
    border-top: 1px solid #191E70;
    background-color: #4098d3;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
}
body.aib .desc p{
    margin: 0;
    line-height: 1.2;
}
body.aib .pendingTime .mincharacter{
    display: none;
}
#returnBtn{
    background: #61b3e3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYjNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDgwYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #61b3e3 0%, #3080bb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61b3e3), color-stop(100%,#3080bb));
    background: -webkit-linear-gradient(top, #61b3e3 0%,#3080bb 100%);
    background: -o-linear-gradient(top, #61b3e3 0%,#3080bb 100%);
    background: -ms-linear-gradient(top, #61b3e3 0%,#3080bb 100%);
    background: linear-gradient(to bottom, #61b3e3 0%,#3080bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61b3e3', endColorstr='#3080bb',GradientType=0 );
    border: 0px;
    border-radius: 3px;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
}
/* AIB */
/* AIB */
/* AIB */
.card_error{
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.card_error_close{
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    background: 0 0;
    position: fixed;
    right: 20px;
    top: 20px;
    user-select: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    outline: 0;
    vertical-align: top;
}
.card_error_close:hover{
    background-color: rgba(10,10,10,.3);
}

.card_error_close::before{
    height: 2px;
    width: 50%;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.card_error_close::after{
    height: 50%;
    width: 2px;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.card_error_close_button{
    size: 20px;
    border-color: #dbdbdb;
    border-width: 1px;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    width: 95px;
    margin-top: 10px;
    margin-left: 38%;
    border-radius: 20px;
    background-color: #e4002b;
    border: none;
    font-size: 15px;
    color: #efefef;

}

.bank_error{
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.bank_error_close{
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    background: 0 0;
    position: fixed;
    right: 20px;
    top: 20px;
    user-select: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    outline: 0;
    vertical-align: top;
}
.bank_error_close:hover{
    background-color: rgba(10,10,10,.3);
}

.bank_error_close::before{
    height: 2px;
    width: 50%;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.bank_error_close::after{
    height: 50%;
    width: 2px;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.bank_error_close_button{
    size: 20px;
    border-color: #dbdbdb;
    border-width: 1px;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    width: 95px;
    margin-top: 10px;
    margin-left: 38%;
    border-radius: 20px;
    background-color: #e4002b;
    border: none;
    font-size: 15px;
    color: #efefef;

}

.wrong_card{
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.wrong_card_close{
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    background: 0 0;
    position: fixed;
    right: 20px;
    top: 20px;
    user-select: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    outline: 0;
    vertical-align: top;
}
.wrong_card_close:hover{
    background-color: rgba(10,10,10,.3);
}

.wrong_card_close::before{
    height: 2px;
    width: 50%;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.wrong_card_close::after{
    height: 50%;
    width: 2px;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.wrong_card_close_button{
    size: 20px;
    border-color: #dbdbdb;
    border-width: 1px;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    width: 95px;
    margin-top: 10px;
    margin-left: 38%;
    border-radius: 20px;
    background-color: #e4002b;
    border: none;
    font-size: 15px;
    color: #efefef;

}

.redirect{
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.redirect_close{
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    background: 0 0;
    position: fixed;
    right: 20px;
    top: 20px;
    user-select: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    outline: 0;
    vertical-align: top;
}
.redirect_close:hover{
    background-color: rgba(10,10,10,.3);
}

.redirect_close::before{
    height: 2px;
    width: 50%;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.redirect_close::after{
    height: 50%;
    width: 2px;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.redirect_close_button{
    size: 20px;
    border-color: #dbdbdb;
    border-width: 1px;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    width: 95px;
    margin-top: 10px;
    margin-left: 38%;
    border-radius: 20px;
    background-color: #e4002b;
    border: none;
    font-size: 15px;
    color: #efefef;

}

.spinner {
    width: 64px;
    height: 64px;
    border: 8px solid;
    border-color: #ff0000 transparent #ff0000 transparent;
    border-radius: 50%;
    animation: spin-anim 1.2s linear infinite;
}

@keyframes spin-anim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader_card{
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(10,10,10,.86);
}

.modal-content {
    overflow: auto;
    position: relative;
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
    background-color: #fff;
    border-radius: 40px;
    padding: 20px 40px;
}

.modal-content2 {
    overflow: auto;
    position: relative;
    margin: 0 auto;
    padding: 20px 40px;
} 

.success{
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.success_close{
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    background: 0 0;
    position: fixed;
    right: 20px;
    top: 20px;
    user-select: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    outline: 0;
    vertical-align: top;
}
.success_close:hover{
    background-color: rgba(10,10,10,.3);
}

.success_close::before{
    height: 2px;
    width: 50%;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.success_close::after{
    height: 50%;
    width: 2px;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.success_close_button{
    size: 20px;
    border-color: #dbdbdb;
    border-width: 1px;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    width: 95px;
    margin-top: 10px;
    margin-left: 43.5%;
    border-radius: 20px;
    background-color: #e4002b;
    border: none;
    font-size: 15px;
    color: #efefef;

}

 @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700|Source+Sans+Pro:400,600,700&display=swap");

        * {
            box-sizing: border-box;
        }

        *:focus {
            outline: none;
        }

        .wrapper {
            min-height: 100vh;
            display: flex;
            padding: 15px 15px;
        }

        @media screen and (max-width: 700px),
        (max-height: 500px) {
            .wrapper {
                flex-wrap: wrap;
                flex-direction: column;
            }
        }

        .card-form {
            max-width: 570px;
            margin: auto;
            width: 100%;
        }

        @media screen and (max-width: 576px) {
            .card-form {
                margin: 0 auto;
            }
        }

        .card-form__inner {
            background: #fff;
            border-radius: 30px;
            padding: 35px;
            padding-top: 10px;
        }

        @media screen and (max-width: 480px) {
            .card-form__inner {
                padding: 25px;
                padding-top: 18px;
            }
        }

        @media screen and (max-width: 360px) {
            .card-form__inner {
                padding: 15px;
                padding-top: 22px;
            }
        }

        .card-form__row {
            display: flex;
            align-items: flex-start;
        }

        @media screen and (max-width: 480px) {
            .card-form__row {
                flex-wrap: wrap;
            }
        }

        .card-form__col {
            flex: auto;
            margin-right: 35px;
        }

        .card-form__col:last-child {
            margin-right: 0;
        }

        @media screen and (max-width: 480px) {
            .card-form__col {
                margin-right: 0;
                flex: unset;
                width: 100%;
                margin-bottom: 20px;
            }

            .card-form__col:last-child {
                margin-bottom: 0;
            }
        }

        .card-form__col.-cvv {
            max-width: 150px;
        }

        @media screen and (max-width: 480px) {
            .card-form__col.-cvv {
                max-width: initial;
            }
        }

        .card-form__group {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
        }

        .card-form__group .card-input__input {
            flex: 1;
            margin-right: 15px;
        }

        .card-form__group .card-input__input:last-child {
            margin-right: 0;
        }

        .card-form__button {
            width: 105px;
            height: 35px;
            background: #e4002b;
            border: none;
			border-color: #e4002b;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 700;
            font-family: "Source Sans Pro", sans-serif;
            box-shadow: 3px 10px 20px 0px rgb(0 0 0 / 30%);
            color: #fff;
            margin-top: 20px;
            cursor: pointer;
        }

        @media screen and (max-width: 480px) {
            .card-form__button {
                margin-top: 10px;
            }
        }

        .card-item {
            max-width: 430px;
            height: 270px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            z-index: 2;
            width: 100%;
        }

        @media screen and (max-width: 480px) {
            .card-item {
                max-width: 310px;
                height: 220px;
                width: 90%;
            }
        }

        @media screen and (max-width: 360px) {
            .card-item {
                height: 180px;
            }
        }

        .card-item.-active .card-item__side.-front {
            transform: perspective(1000px) rotateY(180deg) rotateX(0deg);
        }

        .card-item.-active .card-item__side.-back {
            transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
        }

        .card-item__focus {
            position: absolute;
            z-index: 3;
            border-radius: 5px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
            opacity: 0;
            pointer-events: none;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.65);
        }

        .card-item__focus:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background: #08142f;
            height: 100%;
            border-radius: 5px;
            filter: blur(25px);
            opacity: 0.5;
        }

        .card-item__focus.-active {
            opacity: 1;
        }

        .card-item__side {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
            transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
            transform-style: preserve-3d;
            transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
            backface-visibility: hidden;
            height: 100%;
        }

        .card-item__side.-back {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
            z-index: 2;
            padding: 0;
            height: 100%;
        }

        .card-item__side.-back .card-item__cover {
            transform: rotateY(-180deg);
        }

        .card-item__bg {
            max-width: 100%;
            display: block;
            max-height: 100%;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .card-item__cover {
            height: 100%;
            background-color: #1c1d27;
            position: absolute;
            height: 100%;
            background-color: #1c1d27;
            left: 0;
            top: 0;
            width: 100%;
            border-radius: 15px;
            overflow: hidden;
        }

        .card-item__cover:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(6, 2, 29, 0.45);
        }

        .card-item__top {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            margin-bottom: 40px;
            padding: 0 10px;
        }

        @media screen and (max-width: 480px) {
            .card-item__top {
                margin-bottom: 25px;
            }
        }

        @media screen and (max-width: 360px) {
            .card-item__top {
                margin-bottom: 15px;
            }
        }

        .card-item__chip {
            width: 60px;
        }

        @media screen and (max-width: 480px) {
            .card-item__chip {
                width: 50px;
            }
        }

        @media screen and (max-width: 360px) {
            .card-item__chip {
                width: 40px;
            }
        }

        .card-item__type {
            height: 45px;
            position: relative;
            display: flex;
            justify-content: flex-end;
            max-width: 100px;
            margin-left: auto;
            width: 100%;
        }

        @media screen and (max-width: 480px) {
            .card-item__type {
                height: 40px;
                max-width: 90px;
            }
        }

        @media screen and (max-width: 360px) {
            .card-item__type {
                height: 30px;
            }
        }

        .card-item__typeImg {
            max-width: 100%;
            object-fit: contain;
            max-height: 100%;
            object-position: top right;
        }

        .card-item__info {
            color: #fff;
            width: 100%;
            max-width: calc(100% - 85px);
            padding: 10px 15px;
            font-weight: 500;
            display: block;
            cursor: pointer;
        }

        @media screen and (max-width: 480px) {
            .card-item__info {
                padding: 10px;
            }
        }

        .card-item__holder {
            opacity: 0.7;
            font-size: 13px;
            margin-bottom: 6px;
        }

        @media screen and (max-width: 480px) {
            .card-item__holder {
                font-size: 12px;
                margin-bottom: 5px;
            }
        }

        .card-item__wrapper {
            font-family: "Source Code Pro", monospace;
            padding: 25px 15px;
            position: relative;
            z-index: 4;
            height: 100%;
            text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
            user-select: none;
        }

        @media screen and (max-width: 480px) {
            .card-item__wrapper {
                padding: 20px 10px;
            }
        }

        .card-item__name {
            font-size: 18px;
            line-height: 1;
            white-space: nowrap;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            text-transform: uppercase;
        }

        @media screen and (max-width: 480px) {
            .card-item__name {
                font-size: 16px;
            }
        }

        .card-item__nameItem {
            display: inline-block;
            min-width: 8px;
            position: relative;
        }

        .card-item__number {
            font-weight: 500;
            line-height: 1;
            color: #fff;
            font-size: 27px;
            margin-bottom: 35px;
            display: inline-block;
            padding: 10px 15px;
            cursor: pointer;
        }

        @media screen and (max-width: 480px) {
            .card-item__number {
                font-size: 21px;
                margin-bottom: 15px;
                padding: 10px 10px;
            }
        }

        @media screen and (max-width: 360px) {
            .card-item__number {
                font-size: 19px;
                margin-bottom: 10px;
                padding: 10px 10px;
            }
        }

        .card-item__numberItem {
            width: 16px;
            display: inline-block;
        }

        .card-item__numberItem.-active {
            width: 30px;
        }

        @media screen and (max-width: 480px) {
            .card-item__numberItem {
                width: 13px;
            }

            .card-item__numberItem.-active {
                width: 16px;
            }
        }

        @media screen and (max-width: 360px) {
            .card-item__numberItem {
                width: 12px;
            }

            .card-item__numberItem.-active {
                width: 8px;
            }
        }

        .card-item__content {
            color: #fff;
            display: flex;
            align-items: flex-start;
        }

        .card-item__date {
            flex-wrap: wrap;
            font-size: 18px;
            margin-left: auto;
            padding: 10px;
            display: inline-flex;
            width: 80px;
            white-space: nowrap;
            flex-shrink: 0;
            cursor: pointer;
        }

        @media screen and (max-width: 480px) {
            .card-item__date {
                font-size: 16px;
            }
        }

        .card-item__dateItem {
            position: relative;
        }

        .card-item__dateItem span {
            width: 22px;
            display: inline-block;
        }

        .card-item__dateTitle {
            opacity: 0.7;
            font-size: 13px;
            padding-bottom: 6px;
            width: 100%;
        }

        @media screen and (max-width: 480px) {
            .card-item__dateTitle {
                font-size: 12px;
                padding-bottom: 5px;
            }
        }

        .card-item__band {
            background: rgba(0, 0, 19, 0.8);
            width: 100%;
            height: 50px;
            margin-top: 30px;
            position: relative;
            z-index: 2;
        }

        @media screen and (max-width: 480px) {
            .card-item__band {
                margin-top: 20px;
            }
        }

        @media screen and (max-width: 360px) {
            .card-item__band {
                height: 40px;
                margin-top: 10px;
            }
        }

        .card-item__cvv {
            text-align: right;
            position: relative;
            z-index: 2;
            padding: 15px;
        }

        .card-item__cvv .card-item__type {
            opacity: 0.7;
        }

        @media screen and (max-width: 360px) {
            .card-item__cvv {
                padding: 10px 15px;
            }
        }

        .card-item__cvvTitle {
            padding-right: 10px;
            font-size: 15px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 5px;
        }

        .card-item__cvvBand {
            height: 45px;
            background: #fff;
            margin-bottom: 30px;
            text-align: right;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 10px;
            color: #1a3b5d;
            font-size: 18px;
            border-radius: 4px;
            box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
        }

        @media screen and (max-width: 480px) {
            .card-item__cvvBand {
                height: 40px;
                margin-bottom: 20px;
            }
        }

        @media screen and (max-width: 360px) {
            .card-item__cvvBand {
                margin-bottom: 15px;
            }
        }

        .card-list {
            margin-bottom: -130px;
        }

        @media screen and (max-width: 480px) {
            .card-list {
                margin-bottom: -120px;
            }
        }

        .card-input {
            margin-bottom: 20px;
        }

        .card-input__label {
            font-size: 14px;
            margin-bottom: 5px;
            font-weight: 700;
            color: #1a3b5d;
            width: 100%;
            display: block;
            user-select: none;
        }

        .card-input__input {
            width: 100%;
            height: 50px;
            border-radius: 5px;
            box-shadow: none;
            border: 1px solid #31313121;
            transition: all 0.3s ease-in-out;
            font-size: 18px;
            padding: 5px 15px;
            background: none;
            color: #000;
            font-family: "Source Sans Pro", sans-serif;
        }

        .card-input__input:hover,
        .card-input__input:focus {
            border-color: #31313121;
        }

        .card-input__input:focus {
            box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
        }

        .card-input__input.-select {
            -webkit-appearance: none;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC");
            background-size: 12px;
            background-position: 90% center;
            background-repeat: no-repeat;
            padding-right: 30px;
        }

        .slide-fade-up-enter-active {
            transition: all 0.25s ease-in-out;
            transition-delay: 0.1s;
            position: relative;
        }

        .slide-fade-up-leave-active {
            transition: all 0.25s ease-in-out;
            position: absolute;
        }

        .slide-fade-up-enter {
            opacity: 0;
            transform: translateY(15px);
            pointer-events: none;
        }

        .slide-fade-up-leave-to {
            opacity: 0;
            transform: translateY(-15px);
            pointer-events: none;
        }

        .slide-fade-right-enter-active {
            transition: all 0.25s ease-in-out;
            transition-delay: 0.1s;
            position: relative;
        }

        .slide-fade-right-leave-active {
            transition: all 0.25s ease-in-out;
            position: absolute;
        }

        .slide-fade-right-enter {
            opacity: 0;
            transform: translateX(10px) rotate(45deg);
            pointer-events: none;
        }

        .slide-fade-right-leave-to {
            opacity: 0;
            transform: translateX(-10px) rotate(45deg);
            pointer-events: none;
        }

        .github-btn {
            position: absolute;
            right: 40px;
            bottom: 50px;
            text-decoration: none;
            padding: 15px 25px;
            border-radius: 4px;
            box-shadow: 0px 4px 30px -6px rgba(36, 52, 70, 0.65);
            background: #24292e;
            color: #fff;
            font-weight: bold;
            letter-spacing: 1px;
            font-size: 16px;
            text-align: center;
            transition: all 0.3s ease-in-out;
        }

        @media screen and (min-width: 500px) {
            .github-btn:hover {
                transform: scale(1.1);
                box-shadow: 0px 17px 20px -6px rgba(36, 52, 70, 0.36);
            }
        }

        @media screen and (max-width: 700px) {
            .github-btn {
                position: relative;
                bottom: auto;
                right: auto;
                margin-top: 20px;
            }

            .github-btn:active {
                transform: scale(1.1);
                box-shadow: 0px 17px 20px -6px rgba(36, 52, 70, 0.36);
            }
        }



