    /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
    /* @import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&family=Ubuntu:wght@300;400;500;700&display=swap"); */
    
    @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
    /* font-family: 'Ubuntu', sans-serif; */
    
     :root {
        --main-color: '';
        --sec-color: #404040;
        --third-color: #838383;
    }
    /* html {
  scroll-behavior: smooth;
} */
    
    body {
        font-family: 'Nunito', sans-serif;
        display: -ms-grid;
        display: grid;
        touch-action: none;
        /* justify-content: center; */
        margin: 0;
        /* overflow: hidden; */
        /* height: 100%; */
        position: relative;
        -ms-touch-action: none;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }
    
    p {
        margin: 0;
    }
    
    a:hover,
    .dynamic-inline-link-text:hover {
        color: var(--main-color);
    }
    
    .content {
        width: 100%;
        height: 100%;
        /* border-radius: 20px; */
        position: relative;
        padding-bottom: 20px !important;
        display: -ms-grid;
        display: grid;
        /* justify-content: center; */
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        align-content: space-between;
        /* grid-template-rows: 25% 50% 25%; */
        grid-template-rows: 20% 50% 30%;
    }
    
    a {
        color: unset;
        text-decoration: none;
    }
    
    .arrowhead {
        padding: 15px 26px;
    }
    
    h2 {
        font-weight: 700;
        color: var(--main-color);
    }
    
    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 26px;
        /* position: relative; */
        background: var(--main-color);
        width: 100%;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 30;
        left: 0;
        right: 0;
        height: 70px;
        position: fixed;
        font-weight: 700;
    }
    
    @media (max-width: 786px) {
        .content,
        .header {
            width: 100%;
        }
        .floating-action-box {
            bottom: 135px;
        }
        .expand-floating-action-box {
            bottom: 270px !important;
        }
    }
    
    @media (max-width: 330px) {
        .box {
            width: 47px !important;
            height: 47px !important;
        }
    }
    
    .inner-content {
        width: 425px;
        margin: auto;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        border: 0;
        padding: 48px 24px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    }
    
    @media (max-width: 500px) {
        .inner-content {
            width: 90%;
            margin: auto;
            padding: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
        }
        .img-bck {
            display: none !important;
        }
        main {
            grid-template-columns: 1fr !important;
        }
        footer small {
            display: none !important;
        }
        .floating-action-box.home {
            bottom: 30px !important;
        }
    }
    
    .header p.forget {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        /* identical to box height, or 171% */
        color: #ffffff;
    }
    
    .header img {
        max-width: 141px;
        min-height: auto;
        max-height: 57px !important;
        /* height: 60px; */
    }
    /* @media (max-width: 450px) {
  .header img{
    width: 120px;
  }
  .svg-menu svg {
    width: 30px;
}
} */
    /*Login Page*/
    
    .welcome-text .title {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0;
        color: #000000;
    }
    
    .welcome-text p.sub {
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        margin: 14px 0;
        color: #636363;
    }
    
    .svg-header svg {
        height: 200px;
    }
    
    .welcome-text {
        margin-top: 36px;
    }
    
    .input-field {
        display: -ms-grid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background: #F5F5F5;
        border-radius: 6px;
    }
    
    .input-field label {
        padding: 6px 17px 0;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        color: #636363;
    }
    
    .input-field input {
        background: transparent;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        border: none;
        outline: none;
        padding: 0 17px;
    }
    
    .form {
        margin-top: 35px;
    }
    
    .pass {
        margin-bottom: 0 !important;
    }
    /* .input-field input:focus {
  border-bottom: 1px solid #636363;
} */
    
    .form .end {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: #777777;
    }
    
    .form button.submitbtn {
        background: var(--main-color);
        color: #ffffff;
        margin-top: 30px;
        cursor: pointer;
        border-radius: 5px;
        border-color: var(--main-color);
    }
    
    button.registerbtn {
        border: 1px solid #636363;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        color: #636363;
        cursor: pointer;
        font-weight: 700;
    }
    
    .auth {
        width: 100%;
        height: 60px;
        border-radius: 6px;
        outline: none;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
    }
    
    .create-footer {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        padding-top: 20px;
        /* or 171% */
        text-align: center;
        color: #777777;
    }
    
    .create-footer span {
        color: var(--main-color);
    }
    
    .svg-header {
        margin: 31px auto 0;
        text-align: center;
    }
    
    .phone .form {
        margin-top: 86px;
    }
    
    .phone .pass {
        margin-bottom: 0 !important;
    }
    
    button.auth.submitbtn.nextbtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 22px;
        margin-top: 25px;
    }
    
    .phone .welcome-text {
        margin-top: 14.7px;
    }
    
    .verify-text {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        color: #000000;
        padding-bottom: 20px;
    }
    
    .box {
        width: 57.1px;
        height: 57.1px;
        left: 55px;
        top: 528px;
        border: 1px solid #636363;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 6px;
    }
    
    .ussd {
        font-style: normal;
        font-weight: 700;
        display: block;
        font-size: 30px;
        line-height: 24px;
        color: var(--main-color);
        margin: 15px 0;
    }
    
    .pin-box {
        margin: auto;
        text-align: center;
    }
    
    .content.phone.verify .form {
        margin-top: 38px;
    }
    /* Chrome, Safari, Edge, Opera */
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    /* Firefox */
    
    input[type="number"] {
        -moz-appearance: textfield;
    }
    
    .content.phone.verify .form input {
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 24px;
        /* identical to box height, or 60% */
        color: var(--main-color);
    }
    
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .svg-menu {
        margin-right: 15px;
    }
    
    .action-card {
        font-style: normal;
        font-weight: bold;
        width: 100%;
        height: 70px;
        left: 34px;
        top: 285px;
        background: #eef7fe;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 26px;
    }
    
    .action-cards {
        margin-top: 27px;
    }
    /* .inner-slider{
    flex: 1;
    display: flex;
    overflow: auto;
} */
    
    .cardslider {
        /* margin-top: 41px; */
        overflow-x: scroll;
        width: 768px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
    
    @media (max-width: 400px) {
        .cardslider {
            width: 90vw;
        }
    }
    
    @media (min-width: 401px) and (max-width: 500px) {
        .cardslider {
            width: 90vw;
        }
    }
    
    @media (min-width: 501px) and (max-width: 600px) {
        .cardslider {
            width: 90vw;
        }
    }
    
    @media (min-width: 601px) and (max-width: 767px) {
        .cardslider {
            width: 90vw;
        }
    }
    
    .slider-card {
        background: #fae7cc;
        -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
        border-radius: 6px;
        min-width: 230px;
        padding: 17px;
        margin-right: 20px;
    }
    
    .head-title {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        color: #161b2f;
        margin: 0;
    }
    
    p.amount {
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        text-align: left;
        /* identical to box height, or 100% */
        color: #ff4069;
        margin: 0;
    }
    
    .back {
        margin-top: -12px;
    }
    
    .big-title {
        margin-top: 29px;
    }
    
    .big-title p.big {
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        color: #096438;
        margin: 0;
    }
    
    .big-title p.sub {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        width: 70%;
        margin-top: 12px;
    }
    
    .action-card-inner {
        /* height: 100px; */
        left: 31px;
        top: 499px;
        border-radius: 6px;
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: center;
        margin-bottom: 20px;
        padding: 10px 0;
    }
    
    @media (min-width: 600px) {
        .action-cards {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 20px;
        }
    }
    
    @media (max-width: 668px) {
        .modal-content,
        .modal-dialog {
            width: 100% !important;
        }
        .modal-open .modal {
            overflow-x: unset;
            overflow-y: unset;
            animation: slideInUp;
            animation-duration: 0.1s;
            animation-delay: 0ms;
            -webkit-animation-name: slideInUp;
            animation-name: slideInUp;
        }
        .modal-dialog-centered {
            align-items: flex-end !important;
            min-height: 100vh;
        }
        .modal-content {
            top: 0 !important;
        }
    }
    
    @media (min-height: 870px) {
        .modal-dialog-centered {
            /* min-height: 94vh !important; */
            min-height: 100vh !important;
        }
    }
    
    @media (max-height: 870px) {
        .floating-action-box {
            position: fixed !important;
        }
    }
    
    .action-card-inner.main {
        background: var(--main-color);
    }
    
    .sec {
        background: var(--sec-color);
        color: #fff;
    }
    
    .third {
        background: var(--third-color);
        text-align: center;
        color: #fff;
    }
    
    .action-card-inner.main p.text {
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
    }
    
    .action-card-inner.sec p.text {
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
    }
    
    .action-card-inner.third p.text {
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
    }
    
    .content.phone.verify .form,
    .content.phone.verify .verify-text {
        margin: 0;
    }
    
    .title p {
        margin: 0;
    }
    
    .modal-content {
        background: #ffffff;
        -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        padding: 12px;
        width: 385px;
        min-height: auto;
        max-height: calc(100vh - 200px);
        /* top: 62px; */
    }
    
    .modal-dialog {
        max-width: 500px;
        margin: auto;
    }
    
    .modal-footer button,
    .modal-footer a.button {
        background: var(--main-color);
        border-radius: 6px;
        width: 100%;
        height: 44px;
        color: #ffffff;
        outline: none;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .modal-title {
        font-style: normal;
        color: var(--main-color);
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }
    
    button.close {
        background: rgba(1, 105, 55, 0.13);
        border: none;
        border-radius: 100px;
        width: 34px;
        height: 34px;
        color: var(--main-color);
        font-weight: 700;
        /* margin-right: 20px; */
    }
    
    .modal-header {
        padding: .75rem;
    }
    
    .modal-header,
    .modal-footer {
        border: none;
        padding: 0;
    }
    
    .modal-body .pin-box {
        margin: 10px 0 0;
    }
    
    p.sub-header {
        font-style: normal;
        font-weight: 300;
        font-size: 17px;
        line-height: 24px;
        text-align: center;
        color: #636363;
        width: 100%;
        margin-top: 15px;
    }
    
    .modal input,
    .pin-box input {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 40px;
        color: var(--main-color);
        /* border-bottom: 2px solid var(--main-color); */
        text-align: center;
        border: none;
        background: #F5F5F5;
        border-radius: 6px;
    }
    
    .modal .input-field {
        margin-bottom: 0;
    }
    
    button:hover {
        opacity: 0.8;
    }
    
    .modal .form {
        margin-top: 0;
    }
    
    .modal .form .pin-box input {
        text-align: center;
        border: 1px solid #636363;
    }
    
    .modal-footer {
        padding-left: 0;
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .modal-body {
        padding-top: 0;
    }
    
    .modal-body p.update {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        color: #161b2f;
    }
    
    .modal-body p.activate {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #161b2f;
        width: 70%;
        margin: auto;
    }
    
    .winjackpot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }
    
    .winjackpot .modal-footer button {
        width: 47% !important;
    }
    
    .modal-footer .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: var(--main-color);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .winjackpot .modal-footer button.darkno {
        background: #000000 !important;
        border-radius: 6px;
    }
    
    a.button-chat,
    button.chat {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        min-width: 150px;
        height: 40px;
        box-sizing: border-box;
        border-radius: 20px;
        /* background: transparent; */
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        padding-top: 0;
        color: #000;
        margin-bottom: 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F5F5F5;
        border: none;
    }
    
    button.chat:hover {
        color: #fff;
        background: #ada9a9;
    }
    
    button:active {
        outline: none;
    }
    
    p.verify {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #161b2f;
    }
    
    p.small-verify {
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        margin-top: 16px;
        color: #8a8a8a;
    }
    
    .verify #password {
        text-align: center;
        margin-top: 39px;
        color: #161b2f;
    }
    /* .send-message-svg{
  position: absolute;
  right: 50px;
} */
    
    input:focus {
        outline: none;
    }
    /* Side Drawer */
    
    #sidedrawer {
        width: 218px;
        /* height: 441px; */
        background: #ffffff;
        -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 0px;
        position: absolute;
        top: 0;
        right: 0;
        padding-bottom: 15px;
        display: none;
        z-index: 1000;
    }
    
    #sidedrawer ul {
        list-style: none;
        padding-left: 0;
        font-style: normal;
        font-size: 12px;
        line-height: 40px;
        color: #161b2f;
    }
    
    #sidedrawer ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(185, 185, 185, 0.31);
    }
    
    #sidedrawer ul li a {
        padding-left: 23px;
        width: 100%;
        display: -webkit-inline-box;
    }
    
    #sidedrawer ul li a p {
        padding-left: 10px;
    }
    
    #sidedrawer ul li a:hover,
    #sidedrawer ul li:hover {
        background-color: var(--main-color);
        cursor: pointer;
        color: #ffffff;
    }
    
    #sidedrawer ul li svg {
        margin-right: 15px;
        width: 13px;
    }
    
    p.ft-side {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 40px;
        /* identical to box height, or 333% */
        color: rgba(22, 27, 47, 0.4);
        text-align: center;
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    
    .cardslider::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    
    button.auth.submitbtn.nextbtn.main {
        background: var(--main-color);
        color: #ffffff;
        cursor: pointer;
    }
    
    .action-cards button.auth.submitbtn.nextbtn {
        padding: 015px;
    }
    
    .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
    }
    
    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 8px;
        height: 8px;
        border-radius: 6px;
        background: var(--main-color);
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }
    
    .lds-ellipsis div:nth-child(1) {
        left: 8px;
        animation: lds-ellipsis1 0.6s infinite;
    }
    
    .lds-ellipsis div:nth-child(2) {
        left: 8px;
        animation: lds-ellipsis2 0.6s infinite;
    }
    
    .lds-ellipsis div:nth-child(3) {
        left: 32px;
        animation: lds-ellipsis2 0.6s infinite;
    }
    
    .lds-ellipsis div:nth-child(4) {
        left: 56px;
        animation: lds-ellipsis3 0.6s infinite;
    }
    
    @keyframes lds-ellipsis1 {
        0% {
            transform: scale(0);
        }
        100% {
            transform: scale(1);
        }
    }
    
    @keyframes lds-ellipsis3 {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(0);
        }
    }
    
    @keyframes lds-ellipsis2 {
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(24px, 0);
        }
    }
    
    .bot.message.loading {
        background: unset;
        border-radius: 0;
        padding: 0;
    }
    
    .btn-message {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding-left: 0 !important;
        padding-top: 0 !important;
    }
    
    .bg-white {
        background-color: #fff !important;
    }
    /* ----------------------------------------------
 * Generated by Animista on 2021-6-12 21:30:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
    /**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
    
    @-webkit-keyframes heartbeat {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: center center;
            transform-origin: center center;
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }
        10% {
            -webkit-transform: scale(0.91);
            transform: scale(0.91);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        17% {
            -webkit-transform: scale(0.98);
            transform: scale(0.98);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }
        33% {
            -webkit-transform: scale(0.87);
            transform: scale(0.87);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        45% {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }
    }
    
    @keyframes heartbeat {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: center center;
            transform-origin: center center;
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }
        10% {
            -webkit-transform: scale(0.91);
            transform: scale(0.91);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        17% {
            -webkit-transform: scale(0.98);
            transform: scale(0.98);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }
        33% {
            -webkit-transform: scale(0.87);
            transform: scale(0.87);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        45% {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }
    }
    
    .floating-action:hover {
        opacity: 0.8;
    }
    
    .text-center {
        text-align: center;
    }
    
    .header-logo {
        margin-bottom: 40px;
    }
    
    .header-logo img {
        height: 50px;
    }
    
    .floating-action {
        min-width: 56px;
        min-height: 56px;
        max-width: 56px;
        max-height: 56px;
        background: var(--main-color);
        border-radius: 100px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(1, 105, 55, 0.34);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
        animation: heartbeat 1.5s ease-in-out infinite both;
    }
    
    .floating-action-box {
        position: absolute;
        right: 20px;
        bottom: 110px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
        animation: slideInUp;
        animation-duration: 0.1s;
        animation-delay: 0ms;
    }
    
    .floating-action-box ul {
        list-style: none;
        padding-left: 0;
        text-align: right;
        min-width: 123px;
        display: none;
    }
    
    .floating-action-box ul li:hover {
        opacity: 0.7;
    }
    
    .floating-action-box ul li {
        font-weight: 600;
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }
    
    .floating-action-box ul li:hover::before {
        opacity: 0.4;
    }
    
    .floating-action-box ul li .action-icon {
        min-width: 42px;
        min-height: 42px;
        max-width: 42px;
        max-height: 42px;
        background: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    
    .floating-action-box ul li .action-icon i,
    .floating-action-box ul li .action-icon span {
        color: #fff;
    }
    
    .floating-action-box ul li .action-text {
        background: rgb(41, 41, 41);
        color: #fff;
        border-radius: 10px;
        padding: 5px 20px;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }
    
    input.input-otp {
        width: 100%;
    }
    
    .error {
        font-size: 12px;
        line-height: 24px;
        color: #FF335F;
        margin-top: 10px;
    }
    
    #fullloader {
        background: #d8dbd5ab;
        width: 94%;
        height: 93%;
        position: absolute;
        z-index: 1000000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* Full Screen Loader*/
    
    .lds-ripple {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }
    
    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }
    
    .lds-ripple div:nth-child(2) {
        animation-delay: -0.5s;
    }
    
    @keyframes lds-ripple {
        0% {
            top: 36px;
            left: 36px;
            width: 0;
            height: 0;
            opacity: 1;
        }
        100% {
            top: 0px;
            left: 0px;
            width: 72px;
            height: 72px;
            opacity: 0;
        }
    }
    
    .otp {
        width: 70% !important;
    }
    
    .failed {
        color: #ac0606 !important;
    }
    
    .failed-bg {
        background: #ac0606 !important;
    }
    
    .success {
        color: #016937 !important;
    }
    
    .success-bg {
        background: #016937;
    }
    
    .processing {
        color: #F3AE4B !important;
    }
    
    .processing-bg {
        background: #F3AE4B !important;
    }
    
    .trns-history {
        /* width: 290px; */
        width: 100%;
    }
    
    .trns-history .tranx-date {
        font-weight: 700 !important;
        margin-bottom: 10px;
    }
    
    .trns-history .tranx .txt {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        color: #636363;
    }
    
    .tranx-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    
    .tranx-line-item {
        display: flex;
    }
    
    .tranx-line-item .status {
        min-width: 38px;
        max-height: 38px;
        color: #FFFFFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    
    .tranx-status {
        display: flex;
        text-align: right;
        flex-direction: column;
        margin-left: 10px;
        font-weight: bold !important;
    }
    
    .tranx-value {
        font-style: normal;
        font-weight: bold !important;
        font-size: 14px;
        line-height: 24px;
        text-align: right;
    }
    
    p.tranx-name {
        font-weight: 500;
        color: #636363;
    }
    
    main {
        display: grid;
        -ms-grid-columns: 100%;
        grid-template-columns: 1fr 1fr;
        height: 100vh;
        position: relative;
        overflow-y: scroll;
    }
    
    main .content {
        padding: 25px 15px;
        height: 100vh;
    }
    
    .img-bck {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .main-inner-content {
        max-width: 390px;
        min-width: 390px;
        justify-self: center;
    }
    
    footer {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    
    @media (max-width: 410px) {
        .main-inner-content {
            max-width: unset;
            min-width: unset;
            width: 100%;
        }
        footer small {
            display: none !important;
        }
    }
    /* larger mobile screens */
    
    @media (max-width: 425px) {
        .img-bck {
            display: none !important;
        }
        .floating-action-box {
            position: fixed !important;
        }
    }
    
    .main-inner-content .form-group {
        margin-bottom: 20px;
    }
    
    .main-inner-content .form-group.input-field {
        margin-bottom: 0;
    }
    
    .resend {
        color: rgb(255, 116, 3);
        font-weight: 700;
    }
    
    .main-inner-content .input-field input {
        height: 65px;
    }
    
    .floating-action-box .text {
        margin-left: 15px;
    }
    
    .floating-action-box.home {
        bottom: 10px;
        flex-direction: row;
        align-items: center;
    }
    
    .floating-action-box.home .floating-action {
        bottom: 10px;
        flex-direction: row;
        align-items: center;
        min-width: 36px !important;
        min-height: 36px !important;
        max-width: 36px !important;
        max-height: 36px !important;
    }
    
    .floating-action-box.home svg {
        width: auto;
        height: 21px;
    }
    
    .floating-action-box .text .qss {
        font-size: 12px;
    }
    
    .floating-action-box .text .faq {
        font-size: 16px;
        font-weight: bolder;
        color: var(--main-color);
    }

    .form-check-input:checked {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }