@font-face {
    src: url('/content/layout/fonts/lato-bold.ttf');
    font-family: lato-bold;
}
@font-face {
    src: url('/content/layout/fonts/lato-medium.ttf');
    font-family: lato-medium;
}
:root {
    --main-color: #2098e9;
    --main-color-2: #efffeb;
    --main-color-3: #0272bd;
    --transition: 0.3s all ease-in-out;
}

.font-bold {
    font-family: sans-serif lato-bold;
    font-weight: bold;
}
.box-info {
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}
.nav-tabs{
    background: #fff;
    position: relative;
}
.nav-tabs li{
    padding: 15px 30px;
    text-align: center;
    border-left: 1px solid #ccc;
}
.nav-tabs li.active{
    background: var(--main-color-2);
}
.nav-tabs li.active a{
    background: var(--main-color-2);
    color: #fff;
}
.pagination {
    margin-top: 10px;
}

    .pagination li {
        width: 35px;
        text-align: center;
        padding: 5px;
        border-radius: 5px;
        background: #fff;
    }

    .pagination .active {
        background-color: var(--main-color-2);
        color: white;
    }

    .pagination li:hover:not(.active) a {
        background-color: #ddd;
    }

.font-medium {
    font-family: sans-serif lato-medium;
}

.footable thead .footable-header th{
        background: #8d8d8d;
        color: #fff;
    }
    .footable tbody tr td{
        background: var(--main-color-2);
        color: #000;
    } 
.hidden{
    display: none !important;
}
body {
    background: rgba(225, 225, 225);
    font-family: sans-serif lato-medium;
}
.home-header{
    color: #fff;
}
.total-table table{
    background: var(--main-color-2) !important;
}
.dxgvControl_Aqua {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
    border-radius: 15px;
    overflow: hidden;
}
.framInfoUser{
    background: var(--main-color-2);
    color: #495057;
}
.success{
    color:#23ce23;
}
table.footable>tbody>tr.footable-empty>td{
    font-size: 14px !important;
}
.btn.btn-default{
    background: #fff;
    border-radius: 20px;
}
.modal-header{
    background: #3864a0;
    color: #fff;
}
.table{
    background: var(--main-color-2);
}
.table.listPackage{
    border-radius: 15px;
}
.content{
    background: var(--main-color-2);
}
.modal .modal-content{
    background: var(--main-color-2);
}
.dxgvHeader_Aqua {
    background: #8d8d8d !important;
    color: #fff !important;
}

    .dxgvHeader_Aqua, .dxgvHeader_Aqua table {
        color: #fff !important;
        padding: .75rem !important;
    }

.main-login {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background: url(/Content/images/bg-intro.png) center center no-repeat;
}

.main-2fa form {
    padding: 30px 0 50px;
}

/*.main-login:after {
    position: absolute;
    content: "";
    top: -4%;
    left: 28%;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 1;
    background: url(../images/bg-login-2.jpg) center center no-repeat;
}*/

.main--login {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    width: 60%;
    display: flex;
    left: 20%;
    z-index: 1;
}

    .main--login .login-left {
        width: 45%;
        background: rgba(255, 255, 255, .3);
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: relative;
        background: rgba(195, 240, 255, .8);
    }

        .main--login .login-left img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 4rem;
        }

    .main--login .login-right {
        width: 55%;
        padding: 0px 50px;
        position: relative;
        overflow: hidden;
        background: #fff;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .main--login .login-right .form-top {
            margin-bottom: 1.5rem;
            margin-top: 1.5rem;
        }

            .main--login .login-right .form-top h2 {
                font-size: 1.5rem;
                text-transform: uppercase;
                color: var(--main-color);
                font-weight: bold;
            }

        .main--login .login-right .form-group {
            margin-bottom: 1.2rem;
            position: relative;
            overflow: hidden;
        }

            .main--login .login-right .form-group input {
                box-shadow: none;
                outline: none;
                border: 1px solid #d9d9d9;
                border-radius: 15px;
                padding: 20px 15px;
                padding-right: 45px;
            }

                .main--login .login-right .form-group input::placeholder {
                    font-style: italic;
                    color: #888;
                    font-size: .95rem;
                }

            .main--login .login-right .form-group svg {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 15px;
                z-index: 2;
                font-size: 1.2rem;
                color: #888;
                vertical-align: middle;
            }
            .main--login .login-right .form-group i {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 15px;
                z-index: 2;
                font-size: 2.2rem;
                color: #888;
                vertical-align: middle;
            }

        .main--login .login-right .btn-login {
            padding: 5px 10px;
            border-radius: 20px;
            color: #fff;
            background-color: var(--main-color);
            font-size: 1.1rem;
            text-align: center;
            width: 100%;
            margin: 10px 0;
            box-shadow: none;
            outline: none;
            transition: var(--transition);
        }

            .main--login .login-right .btn-login:hover {
                background-color: rgb(1, 59, 153);
            }

        .main--login .login-right .form-bottom {
            padding: 15px 0;
            margin-top: 15px;
            border-top: 1px solid #d9d9d9;
        }

            .main--login .login-right .form-bottom div a {
                font-size: 14px;
                text-decoration: none;
            }

@media screen and (min-width: 1199px) {
    .main--login .main-register .container .row > .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

.main--login .main-register {
    width: 100%;
}

    .main--login .main-register .form-title {
        padding-left: 29px;
    }

.home-header {
    background: var(--main-color-3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 5px 30px;
}

.home-logo img {
    height: 3.5rem;
    filter: drop-shadow(1px 1px 0 #fff);
}

.home-actions div {
    padding: 0 10px;
    position: relative;
}

    .home-actions .item:not(:last-child):after {
        position: absolute;
        content: "";
        background: #d1d1d1;
        height: 100%;
        width: 1px;
        top: 0;
        right: 0;
    }

    .home-actions div a {
        color: #d1d1d1;
        text-decoration: none;
        transition: var(--transition);
    }

    .home-actions div:hover a {
        color: #333;
    }

.home-wrapper {
    background: var(--main-color-3); /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, var(--main-color-3), var(--main-color));
    background: linear-gradient(to bottom, var(--main-color-3),  var(--main-color)); 
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.left-wrapper {
    width: 20%;
    height: 100%;
    padding: 15px 0;
    position: relative;
    transition: var(--transition);
}

    .left-wrapper ul {
        list-style: none;
    }

    .left-wrapper > ul {
        padding-left: 15px;
    }

        .left-wrapper > ul ul {
            padding-left: 20px;
            display: none;
        }

        .left-wrapper > ul li.show-menu ul {
            display: block;
            padding-left: 0px;
            margin-left: -15px;
            margin-top: 15px;
        }

            .left-wrapper > ul li.show-menu ul li {
                height: 100%;
                margin-bottom: 0;
                padding: 10px 15px;
                background: var(--main-color);
                transition: var(--transition);
            }

                .left-wrapper > ul li.show-menu ul li:hover {
                    /*background-color: rgb(1, 59, 153);*/
                }

                .left-wrapper > ul li.show-menu ul li span {
                    position: relative;
                }

    .left-wrapper ul li {
        margin-bottom: 1.5rem;
        position: relative;
    }

    .left-wrapper > ul > li > a {
        color: #e6f7fc;
        text-decoration: none;
    }

    .left-wrapper > ul > li > ul > li > a {
        color: var(--main-color-2);
        text-decoration: none;
    }

    .left-wrapper ul li a span {
        position: absolute;
        transition: var(--transition);
        left: 30px;
        text-transform: capitalize;
    }


    .left-wrapper ul li.active > a,
    .left-wrapper ul li:hover > a {
        color: #fff !important;
    }

    .left-wrapper ul li a svg {
        margin-right: 5px;
    }

        .left-wrapper ul li a svg:last-child {
            position: absolute;
            right: 60px;
            top: 4px;
        }

.collapse-navbar {
    text-align: right;
    padding-right: 30px;
    padding-left: 15px;
    position: relative;
}

    .collapse-navbar a {
        font-size: 2rem;
        color: #fff;
        vertical-align: middle;
        display: block;
        z-index: 2;
        position: relative;
        transition: var(--transition);
    }

        .collapse-navbar a svg {
            vertical-align: middle;
        }

    .collapse-navbar:before {
        position: absolute;
        content: "";
        width: 60%;
        height: 1px;
        background: #fff;
        top: 50%;
        left: 10%;
        transition: var(--transition);
    }

.right-wrapper {
    width: 80%;
    padding: 30px;
    background: #eee;
    min-height: calc(100vh - (55px + 1em));
    transition: var(--transition);
}
.right-wrapper h3{
    color: #000;
}
.right--banner {
    margin-bottom: 15px;
}

    .right--banner img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        vertical-align: middle;
    }

.main-title {
    margin-bottom: 30px;
    font-size: 1.4rem;
    color: #666;
    padding-right: 10px;
    ;
    display: inline-block;
    border-bottom: 2px solid var(--main-color-2);
    position: relative;
}

    .main-title:after {
        position: absolute;
        content: "";
        background: url(../images/bg-title.png) no-repeat;
        background-size: cover;
        top: -5px;
        right: -30px;
        width: 30px;
        height: 40px;
    }

@media screen and (min-width: 991px) {
    .main-dashboard .container {
        padding: 0;
    }
}

.main-dashboard .dashboard-item {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    /*background: var(--main-color-2);*/
    background: linear-gradient(-90deg, var(--main-color), var(--main-color-2));
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border-left: 3px solid var(--main-color-2);
    margin-bottom: 30px;
    transition: var(--transition);
}

    /*.main-dashboard .dashboard-item:hover {
        background-color: #fff;
        box-shadow: 1px 1px 7px rgba(0, 0, 0, .1), -1px -1px 7px rgba(0, 0, 0, .1);
    }*/

.dashboard-item .dashboard-item--left {
    width: 25%;
}

    .dashboard-item .dashboard-item--left svg {
        vertical-align: middle;
    }

.dashboard-icon {
    font-size: 3rem;
    color: #b8bfe2;
}

.dashboard-icon-small a {
    font-size: .9rem;
    color: #999;
    text-decoration: none;
}


.dashboard-item .dashboard-item--right {
    width: 75%;
    text-align: right;
}

.dashboard-item--right .dashboard-title {
    text-transform: uppercase;
    font-size: 1rem;
    color: #b8bfe2;
}

.dashboard-item--right .dashboard-number {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}

.referral-link {
    margin-top: 30px;
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px solid #fff;
}

.referral-link-main {
    width: 60%;
    margin: auto;
}

.referral-link .referral-link-main div:nth-child(2) {
    width: 68%;
    background: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    margin: 0 15px;
    font-style: italic;
    color: #a1a1a1;
}

.referral-link .referral-link-main div:first-child {
    width: 17%;
    font-size: 1.1rem;
    color: #000;
}


.referral-link .referral-link-main div:last-child {
    width: 15%;
}

.copy-link {
    padding: 3px 2px;
    background: #444;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
}

    .copy-link a {
        color: #fff;
        display: block;
        text-decoration: none;
    }

    .copy-link svg {
        margin-right: 5px;
        vertical-align: middle;
    }

#myInput {
    position: absolute;
    left: -999em;
}

.main-event {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
}

.event-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.main-event .col-lg-12:last-child .event-item {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.event-item .event-image {
    width: 35%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

    .event-item .event-image a {
        display: block;
    }

        .event-item .event-image a img {
            width: 100%;
            object-fit: cover;
            vertical-align: middle;
            max-width: 100%;
            transition: var(--transition);
            height: 120px;
        }

    .event-item .event-image:hover a img {
        transform: scale(1.05);
    }

.event-item .event-content {
    width: 63%;
    position: relative;
    overflow: hidden;
    margin-left: 2%;
}

    .event-item .event-content .event-title a {
        text-decoration: none;
        color: #222;
        transition: var(--transition);
    }

        .event-item .event-content .event-title a:hover {
            color: #000;
        }

        .event-item .event-content .event-title a h3 {
            font-size: 1.2rem;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

.event-day,
.event-single-day {
    font-size: .9rem;
    color: #a1a1a1;
}

.event-item .event-content .event-action a {
    margin-top: 10px;
    padding: 4px 16px;
    background: var(--main-color-2);
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    transition: var(--transition);
}

    .event-item .event-content .event-action a:hover {
        background: var(--main-color);
    }

.event-single-title h1 {
    font-size: 1.4rem;
}

.event-single-day {
    margin-bottom: 1rem;
}

.event-single-content img {
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.package-item {
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
    border-radius: 15px;
}

.package-title {
    padding: 15px;
    background: whitesmoke;
    text-align: center;
}

    .package-title .package-title-top {
        font-size: 1.2rem;
        text-transform: uppercase;
    }

    .package-title .package-title-bottom {
        font-size: 1.7rem;
        color: var(--main-color);
    }

.package-image {
    text-align: center;
    padding: 20px 0;
}

    .package-image img {
        max-width: 70%;
        margin: 0 auto;
        vertical-align: middle;
    }

.package-action {
    /*margin-bottom: 15px;*/
    text-align: center;
}

    .package-action a {
        padding: 10px 18px;
        background: var(--main-color-2);
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: .9rem;
        transition: var(--transition);
        text-transform: uppercase;
    }

        .package-action a:hover {
            background-color: rgb(0, 145, 222);
        }

/*
    Design by K.Bee
    Facebook: https://www.facebook.com/thtan0407
*/

.main-register {
    background: #ffffffed;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
    border-radius: 15px;
}

.form-title {
    background: whitesmoke;
    padding: 15px;
    color: var(--main-color);
}

#form-register {
    padding: 15px;
}

@media screen and (min-width: 991px) {
    #form-register .form-group:nth-child(odd),
    #form-deposit .form-group:first-child.col-md-6 {
        padding-right: 20px;
    }

    #form-register .form-group:nth-child(even),
    #form-deposit .form-group:last-child.col-md-6 {
        padding-left: 20px;
    }
}

#form-register label.font-bold,
.form-item label.font-bold,
.transferModal label {
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
}

#form-register input,
.form-item input,
#form-register select,
.form-item select {
    border-radius: 15px;
    box-shadow: none !important;
    outline: none !important;
    background-color: whitesmoke;
    transition: var(--transition);
}
.copyClipboard{
    border-radius: 0 5px 5px 0 !important;
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid #999;
    padding: 3px 8px;
    position: relative;
    top: -3px;
    left: -5px;
}
.btnSearchUser{
    border-radius: 0 5px 5px 0 !important;
    position: relative;
    left: -2px;
}
.btn-submit, .btn-success {
    padding: 5px 10px;
    color: #fff !important;
    background-color: var(--main-color-3);
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
    box-shadow: none !important;
    outline: none !important;
    display: inline-block;
    transition: var(--transition);
    border-color: #999 !important;
    border-radius: 20px;
}

    .btn-submit:hover, .btn-success:hover {
        background-color: rgb(1, 59, 153);
    }

.form-item {
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
    border-radius: 15px;
    margin-bottom: 30px;
}

    .form-item form {
        padding: 15px;
    }

#form-qr img {
    margin: 0 auto;
    display: block;
    max-width: 60%;
}

#form-qr span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: .9rem;
    color: #777;
    padding: 10px 0;
    font-style: italic;
}

.total-title {
    text-align: center;
}

    .total-title p {
        display: inline-block;
        padding: 4px 20px;
        background: #fff;
        color: var(--main-color-2);
        border-radius: 15px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
    }

        .total-title p span {
            color: var(--main-color);
            font-size: 1.2rem;
        }

.total-table {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
    border-radius: 15px;
}

    .total-table table {
        background-color: #fff;
        overflow: hidden;
        margin-bottom: 0;
    }

        .total-table table th {
            background: #8d8d8d;
            color: #fff;
        }

        .total-table table thead td .form-group {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0;
            margin-bottom: 0;
        }

            .total-table table thead td .form-group svg {
                margin-left: 5px;
                color: #999;
            }


        .total-table table th:not(:last-child),
        .total-table table td:not(:last-child) {
            border-right: 1px solid #d9d9d9;
        }

        .total-table table .no-data {
            color: #777;
            font-style: italic;
        }

.transaction-icon {
    position: relative;
    height: 100%;
}

    .transaction-icon svg {
        position: absolute;
        vertical-align: middle;
        font-size: 15rem;
        opacity: .05;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.form-item .form-group span {
    text-align: right;
    font-style: italic;
    font-size: .9rem;
    color: #777;
    display: block;
}

.member-content {
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
    border-radius: 15px;
}

    .member-content .member-title {
        background: #8d8d8d;
        color: #fff;
        padding: 15px 30px;
        font-size: 1rem;
    }

.member-usecase {
    padding: 30px;
    overflow: auto;
}

    .member-usecase > ul {
        padding-left: 0;
        list-style: none;
    }

        .member-usecase > ul > li {
            position: relative;
            display: inline-block;
        }


    .member-usecase ul li {
        margin-bottom: 15px;
    }

    .member-usecase > ul ul {
        margin-top: 15px;
    }

.usecase-item {
    position: relative;
    z-index: 2;
}

.member-usecase > ul > li .member-icon {
    height: 30px;
    width: 30px;
    background: #a1a1a1;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}

.member-usecase ul li ul li .member-icon {
    height: 25px;
    width: 25px;
    line-height: 25px;
}

.member-usecase > ul > li svg {
    color: #fff;
}

.member-usecase ul li ul li svg {
    font-size: .9rem;
}

.member-name {
    color: var(--main-color-2);
    font-size: 1.1rem;
}

.member-usecase ul li ul li .member-name {
    color: #000;
    font-size: 1rem;
}

.member-name span:not(.member-number) {
    font-weight: 500;
    font-size: .9rem;
    color: #a1a1a1;
}

.member-name .member-number {
    color: #000;
    font-size: 1rem;
}

.member-usecase ul li ul li .member-number {
    color: #777;
    font-size: .9rem;
}

.member-usecase > ul > li > ul {
    list-style: none;
}

    .member-usecase > ul > li > ul > li {
        position: relative;
    }

        .member-usecase > ul > li > ul > li:before {
            position: absolute;
            content: "";
            height: 1px;
            width: 17%;
            background-color: #a1a1a1;
            top: 45%;
            left: -17%;
        }

        .member-usecase > ul > li > ul > li:after {
            position: absolute;
            content: "";
            height: calc(100% + 15px);
            width: 1px;
            background-color: #a1a1a1;
            top: -114%;
            left: -17%;
        }

.member-append {
    height: 15px;
    width: 15px;
    background: #a1a1a1;
    border-radius: 100%;
    text-align: center;
    line-height: 15px;
    margin-left: 5px;
    color: #000;
}

    .member-append svg {
        vertical-align: middle;
        font-size: .6rem !important;
    }

.member-usecase ul ul ul {
    position: absolute;
    top: 0;
    list-style: none;
    left: 125%;
    padding-left: 0;
    width: 100%;
    margin-top: 0;
}

    .member-usecase ul ul ul > li {
        position: relative;
    }

        .member-usecase ul ul ul > li:before {
            position: absolute;
            content: "";
            width: 17%;
            height: 1px;
            background: #a1a1a1;
            top: 45%;
            left: -17%;
        }

        .member-usecase ul ul ul > li:not(:first-child):after {
            position: absolute;
            content: "";
            height: calc(100% + 15px);
            width: 1px;
            background-color: #a1a1a1;
            top: -114%;
            left: -17%;
        }

.usercase-before:before {
    position: absolute;
    content: "";
    width: 17%;
    height: 1px;
    background: #a1a1a1;
    top: 45%;
    right: -10%;
}

.show-usecase {
    display: block !important;
}

.js-collapse .left-wrapper {
    width: 5%;
}

    .js-collapse .left-wrapper > ul > li > a > span {
        left: -15rem;
    }

    .js-collapse .left-wrapper ul li a svg:last-child {
        right: 10px;
    }

.js-collapse .right-wrapper {
    width: 95%;
}

.js-collapse .collapse-navbar {
    padding-right: 15px;
    text-align: center;
}

    .js-collapse .collapse-navbar:before {
        width: 0;
    }

    .js-collapse .collapse-navbar a {
        font-size: 1.4rem;
        transform: rotateY(180deg);
    }

.js-collapse .left-wrapper > ul li.show-menu ul {
    left: 100%;
    position: absolute;
    top: 0;
    background: var(--main-color);
    min-width: 200px;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0px;
    z-index: 9999;
}

    .js-collapse .left-wrapper > ul li.show-menu ul li {
        position: static;
        height: 100%;
        padding: 7px 15px;
        margin-bottom: 0;
    }

        .js-collapse .left-wrapper > ul li.show-menu ul li span {
            position: relative;
            left: 0;
        }


.packageModal .btn-light {
    border: 1px solid #d9d9d9;
}

.hidden-form {
    display: none;
}

.qr-check {
    padding: 15px;
}

    .qr-check form {
        padding: 10px 0;
    }

    .qr-check p {
        text-align: center;
    }

.waiting-load img {
    height: 23px;
    width: 23px;
    margin-left: 10px;
    display: inline-block !important;
    vertical-align: middle;
}

.error-data {
    padding: 15px 30px;
    color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
    position: absolute;
    background: rgba(255, 0, 0, .6);
    top: 85px;
    right: 15px;
    z-index: 9999;
    border-radius: 4px;
    display: none;
}

    .error-data svg {
        font-size: 1.6rem;
    }

#packageModal .modal-button,
#transferModal .modal-button {
    border-radius: .25rem !important;
}
.humburger{
    display: none;
}
@media screen and (max-width: 991px) {
    .home-logo {
        position: relative;
    }

        .home-logo a {
            display: block;
            margin-left: 45px;
        }

    .humburger {
        position: absolute;
        display: block;
        top: 0;
        left: 10px;
        display: block;
        width: 22px;
        height: 15px;
        cursor: pointer;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 999;
    }

        .humburger:before {
            top: 0;
        }

        .humburger:after {
            bottom: 0;
        }

        /*.humburger:before, .humburger:after, .humburger span {
            content: '';
            position: absolute;
            left: 0;
            height: 2px;
            width: 22px;
            border-radius: 1px;
            background: #555;
            transition: all .4s;
        }

        .humburger span {
            position: absolute;
            top: 50%;
            margin-top: -1px;
        }

        .humburger.active_humburger span {
            opacity: 0;
        }

        .humburger.active_humburger:before {
            top: 50%;
            margin-top: -1px;
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .humburger.active_humburger:after {
            bottom: 50%;
            margin-bottom: -1px;
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }*/

    .left-wrapper {
        width: 0;
    }

        .left-wrapper:before {
            cursor: pointer;
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
            width: 100vw;
            height: 100vh;
            visibility: hidden;
            background: transparent;
            transition: all .5s;
        }

        .left-wrapper.overlay:before {
            visibility: visible;
            background: rgba(0, 0, 0, 0.7);
        }

        .left-wrapper > ul {
            position: fixed;
            top: 0;
            left: -110%;
            overflow-y: auto;
            z-index: 1000100;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: start;
            justify-content: flex-start;
            width: 85%;
            height: 100vh;
            max-width: 480px;
            background: #17339e;
            border-bottom: none;
            box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.51);
            transition: all .5s;
            padding-top: 15px;
        }

            .left-wrapper > ul.menu_mobile {
                left: 0;
            }

    .collapse-navbar {
        display: none;
    }

    .right-wrapper {
        width: 100%;
        padding: 15px;
    }

    .right--banner img {
        height: 100%;
    }

    .event-single-title h1 {
        font-size: 1.1rem;
    }

    .event-single-content p {
        font-size: .9rem;
        color: #555;
    }

    .main-regiser-home:after {
        display: none;
    }

    .main-regiser-home {
        overflow: unset;
        height: 100%;
    }

        .main-regiser-home .main--login {
            position: relative;
            top: unset;
            transform: translateY(0);
        }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
   
    .main--login .login-left img {
        height: 3rem;
    }

    .main--login .login-right {
        padding: 0 30px;
    }

    .main-dashboard .container {
        padding: 0;
    }

    .main-dashboard .col-md-6 {
        margin-bottom: 30px;
    }

    .main-dashboard .dashboard-item {
        height: 100%;
        margin-bottom: 0;
    }

    .dashboard-item .dashboard-item--left {
        width: 30%;
    }

        .dashboard-item .dashboard-item--left .dashboard-icon {
            font-size: 2.4rem;
        }

    .dashboard-item .dashboard-item--right {
        width: 70%;
    }

    .dashboard-item--right .dashboard-title {
        font-size: 1rem;
    }

    .dashboard-item--right .dashboard-number {
        font-size: 1.6rem;
    }

    .referral-link-main {
        width: 100%;
    }

    .container {
        max-width: 100%;
    }

    .form-item {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    #formRegisterDownline{
        padding: 10px;
    }
    .home-actions {
        justify-content: center !important;
    }

    .home-header {
        padding: 15px;
    }

    .home-actions div,
    .home-actions div a {
        font-size: .8rem;
    }

    .home-actions {
        margin-top: 10px;
    }

    .main--login {
        display: block;
        width: 90%;
        left: 5%;
    }

        .main--login .login-left,
        .main--login .login-right {
            width: 100%;
        }

        .main--login .login-right {
            border-top-right-radius: 0;
            border-bottom-left-radius: 10px;
            padding: 0 15px;
        }

        .main--login .login-left {
            border-bottom-left-radius: 0;
            border-top-right-radius: 10px;
            text-align: center;
            padding: 10px 0;
        }

            .main--login .login-left img {
                position: relative;
                top: unset;
                left: unset;
                transform: translateY(0);
                height: 2rem;
            }

        .main--login .login-right .form-group svg,
        .main--login .login-right .btn-login {
            font-size: 15px;
        }

        .main--login .login-right .form-group input::placeholder,
        .main--login .login-right .form-group input {
            font-size: 15px;
        }

    .main-title {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }

        .main-title:after {
            top: -12px;
            right: -28px;
        }

    .home-logo img {
        height: 2rem;
    }

    .main-dashboard .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .main-dashboard .dashboard-item {
        margin-bottom: 20px;
    }

    .dashboard-item .dashboard-item--left {
        width: 30%;
    }

        .dashboard-item .dashboard-item--left .dashboard-icon {
            font-size: 2.4rem;
        }

    .dashboard-item .dashboard-item--right {
        width: 70%;
    }

    .dashboard-item--right .dashboard-title {
        font-size: .8rem;
    }

    .dashboard-item--right .dashboard-number {
        font-size: 1.4rem;
    }

    .referral-link {
        margin-top: 0;
    }

    .referral-link-main {
        width: 100%;
        text-align: center;
    }

    .referral-link .referral-link-main div {
        width: 100% !important;
        text-align: center;
        margin: 10px 0px !important;
    }

        .referral-link .referral-link-main div:last-child {
            width: 50% !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

    .main-register .col-lg-12:first-child,
    .main-manage .col-md-6:last-child,
    .main-manage .col-lg-12,
    .main-package .col-md-4,
    .main-transaction .col-lg-8,
    .main-transaction .col-lg-4,
    .main-transaction .col-lg-12:last-child,
    .main-event .container,
    .main-sale .col-lg-12,
    .main-member .col-lg-12 {
        padding: 0;
    }

    .package-item {
        margin-bottom: 15px;
    }

    .package-title .package-title-top {
        font-size: 1rem;
    }

    .package-title .package-title-bottom {
        font-size: 1.3rem;
    }

    .package-title {
        padding: 5px 0;
    }

    .package-image img {
        max-width: 50%;
    }

    .package-action a {
        font-size: .8rem;
    }

    .main-event {
        padding: 15px;
    }

    .event-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .event-item .event-image {
            width: 40%;
        }

        .event-item .event-content {
            width: 58%;
        }

        .event-item .event-image a img {
            height: 80px;
        }

        .event-item .event-content .event-title a h3 {
            font-size: 1rem;
        }

        .event-item .event-content .event-action a {
            padding: 4px 10px;
            font-size: .8rem;
            margin-top: 5px;
        }

    .transaction-icon {
        display: none;
    }

    .total-table table th,
    .total-table table td {
        font-size: .9rem;
    }

    .total-table .table {
        min-width: 600px;
    }

    .qr-check span {
        font-size: .8rem !important;
    }

    .error-data {
        padding: 10px 20px;
        color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
        position: absolute;
        background: rgba(255, 0, 0, .6);
        top: 100px;
        right: 10px;
        z-index: 9999;
        border-radius: 4px;
        display: none;
        font-size: .9rem;
    }

        .error-data svg {
            font-size: 1.3rem;
        }

    .home-logo a {
        display: block;
        text-align: center;
        margin-left: 0;
    }
}
.navigation .pagination-container ul.pagination .active {
        background: var(--main-color-3);
    }

        .navigation .pagination-container ul.pagination .active a {
            color: #fff;
        }

    .navigation .pagination-container ul.pagination li a {
        color: #007bff;
    }

    #editUserProfile .close-icon{
        padding: 10px 40px;
    font-weight: bold;
    position: absolute;
    top: 33px;
    right: 1px;
    border: 0;
    }
    #autoCompleteBankAddress{
        list-style: none;
        padding: 0;
    background: #eee;
    }
    #autoCompleteBankAddress li{
        cursor:pointer;
    }