.vl {
    color: #7367f0;
}

.rd {
    color: #EA5455;
}

.or {
    color: #FF9F43;
}

.bl {
    color: #00cfe8 !important;
}

.gr {
    color: #28c76f;
}

.grl {
    color: #74d600;
}

.yl {
    color: #FFFD43;
}

.br {
    color: #9c3f09;
}

.pr {
    color: #be29ec;
}

.pi {
    color: #fe70bd;
}

html body .content .content-wrapper {
    min-height: calc(100vh - 12.5rem);
}


.label-style {
    padding: 5px;
    font-size: 12px;
}

    .label-style i {
        font: normal normal normal 14px/1 FontAwesome;
    }

.inr:before {
    content: "\f156";
    font: normal normal normal 14px/1 FontAwesome;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #F5F5F1 !important;
    opacity: 1;
}

.blockPage {
    background: transparent !important;
}

html body .content.app-content .content-area-wrapper {
    margin: 0px;
}

.filterbutton {
    color: #ffffff !important;
    margin-bottom: 0px !important;
    padding: .67rem 1.55011rem !important;
}

.filterbody {
    z-index: 1;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    color: Green;
    background-color: #fff;
    display: none;
    text-align: justify;
    position: absolute;
    right: 14px;
    top: 0px;
    width: 100%;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.05);
    padding-left: 10px;
}

    .filterbody .form-group {
        margin: 8px 0px 13px 0px;
    }



@media (max-width: 768px) {
    .filterbody {
        width: 90%;
    }

    html body .content .content-wrapper .content-header-title {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .heading-elements .list-inline {
        display: block;
    }
}

.table-responsive {
    margin-bottom: 10px;
}

.closeinside {
    background: #1c2b36;
    position: absolute;
    height: 100%;
    color: #ffffff !important;
    padding: 2px !important;
    z-index: 2;
    left: -7px;
    border-radius: 50% 0px 0px 50%;
}

    .closeinside:hover {
        background: #db4242;
    }

    .closeinside i {
        display: block;
        margin-top: 30px;
    }

.Wallet {
    padding: 0px 5px;
}

    .Wallet .chip-text {
        font-size: 16px;
    }


.textbox-nostyle {
    padding: 0px;
    background-color: transparent !important;
    border: 0px;
}

.card .card-header {
    padding: 1.5rem 1.5rem 0rem 1.5rem;
}

    .card .card-header h1 {
        font-weight: 500;
        letter-spacing: .05rem;
        font-size: 1.32rem;
        margin-bottom: 0px;
    }

    .card .card-header h4 {
        font-weight: normal !important;
        letter-spacing: .01rem;
        font-size: 16px;
    }

    .card .card-header svg {
        display: inline-block;
        height: 17px;
        width: 20px;
        margin-right: 8px;
        margin-top: -6px;
    }

.card .card-body {
}

.errorstar::after {
    content: ' *';
    color: red;
}

.text-green {
    color: green;
    font-weight: bold;
}

.table tr {
    border: 1px solid #e8e8e8 !important;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dfe3e4 !important;
}

.table td, .table th {
    padding: 1rem;
    font-size: 12px;
    font-family: proxima-nova;
    vertical-align: middle;
}

/*.fixed_header {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_header tbody {
        display: block;
        width: 100%;
        overflow: auto;
        height: 500px;
    }

    .fixed_header thead tr {
        display: block;
         width: 100%;
    }

    .fixed_header thead {
    }

        .fixed_header thead th:first-child > div {
            border-left: none;
            padding-left: 7px;
        }

    .fixed_header th, .fixed_header td {
    }*/

.fixed_header thead {
    display: table;
    overflow: auto;
    width: 100%;
}

.fixed_header tbody {
    display: block;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
}




.title-block {
    display: flex;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0px 5px 0px 5px;
}

    .title-block .pagehead {
        flex-grow: 0;
        padding-right: 5px;
    }

    .title-block .scroller-bar {
        flex-grow: 9;
    }

.Validation {
    position: absolute;
    color: #EA5455;
    font-size: 0.875rem;
    padding-top: 0.2rem;
    display: flex;
    width: 100%;
}

.flex-grid {
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}

    .flex-grid li:nth-child(1) {
        grid-column: 1;
    }

    .flex-grid li:nth-child(2) {
        grid-column: 2;
    }

    .flex-grid li:nth-child(3) {
        grid-column: 1 / span 2;
        grid-row: 2;
    }

    .flex-grid li:nth-child(4) {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

        .flex-grid li:nth-child(4) marquee {
            height: 200px;
            margin-left: 50px;
        }

    .flex-grid li:nth-child(5) {
        grid-column: span 3;
        grid-row: row 2;
    }


.form-grid {
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}

    .form-grid .portlet.light {
        padding: 0px !important;
    }


.colum-1 {
    grid-column: 1;
}

.colum-2 {
    grid-column: span 2;
}

.colum-3 {
    grid-column: span 3;
}

.colum-4 {
    grid-column: span 4;
}

.row-1 {
    grid-row: row 1;
}

.row-2 {
    grid-row: row 2;
}

.row-3 {
    grid-row: row 3;
}

.row-4 {
    grid-row: row 4;
}

.end-4 {
    grid-column-end: five;
}



@media (max-width: 375px) {
    .card .card-header .card-title {
        margin-bottom: 0;
        padding-right: 10px;
    }
}

@media (max-width: 320px) {
    #user-profile .profile-img-container {
        position: absolute;
        bottom: 3rem;
        left: 29% !important;
        width: 50%;
    }
}

@media (max-width: 990px) {
    .flex-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

        .flex-grid li {
            grid-column: 1 !important;
            grid-row: auto !important;
        }

    .page-content-wrapper .page-content .page-title {
        margin-bottom: -100px;
        font-size: 20px;
    }
}




.main-menu.menu-light .navigation > li > a.active {
    background: -webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
    background: -moz-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
    background: -o-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
    background: linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));
    -webkit-box-shadow: 0 0 10px 1px rgba(115,103,240,.7);
    box-shadow: 0 0 10px 1px rgba(115,103,240,.7);
    color: #FFF;
    font-weight: 400;
    border-radius: 4px;
}

    .main-menu.menu-light .navigation > li > a.active .menu-item {
        color: #ffffff !important;
    }


/*------------------------Tree style-----------------------------------Start----*/

.tree ul {
    position: relative;
    padding: 1em 0;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
}

    .tree ul::after {
        content: '';
        display: table;
        clear: both;
    }

.tree li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 1em .0em 0 .5em;
}

    .tree li a h3 {
        margin: 0px auto;
        width: auto;
        background: #6f68bd;
        display: inline-block;
        padding: 5px 15px;
        color: #fff;
        border-radius: 3px;
    }

    .tree li::before, .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 52%;
        height: 1em;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #ccc;
    }

    .tree li:only-child::after, .tree li:only-child::before {
        display: none;
    }

    .tree li:only-child {
        padding-top: 0;
    }

    .tree li:first-child::before, .tree li:last-child::after {
        border: 0 none;
    }

    .tree li:last-child::before {
        border-right: 1px solid #ccc;
        border-radius: 0 3px 0 0;
    }

    .tree li:first-child::after {
        border-radius: 3px 0 0 0;
    }

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 1em;
}

.tree li a {
    /*border-bottom: 1px solid #ccc;*/
    padding: .6em .0em;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    color: #000 !important;
    position: relative;
    top: 1px;
    width: 100px;
}

    .tree li a:hover,
    .tree li a:hover + ul li a {
        /*background: #60ca9c;
        color: #fff;*/
        /*border: 1px solid #20af73;*/
    }

        .tree li a:hover + ul li::after,
        .tree li a:hover + ul li::before,
        .tree li a:hover + ul::before,
        .tree li a:hover + ul ul::before {
            border-color: #20af73;
        }

.tree-thum .img-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.tree-thum:hover {
    color: #fff;
}

.tree-thum p {
    margin-bottom: 0px;
}

/*#cpBody_hykPositionU span, #cpBody_hykPositionUL span, #cpBody_hykPositionUR span, #cpBody_hykPositionULL span, #cpBody_hykPositionULR span, #cpBody_hykPositionURL span, #cpBody_hykPositionURR span {
    color: #fff !important;
}*/


.mt-card-name span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    display: block !important;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.mt-card-name {
    text-align: center;
    margin-top: 5px !important;
    /*height: 35px !important;*/
}

/*@media (max-width: 768px) {
    .treeview {
        width: 600px;
    }
}*/




.tree ul {
    margin-top: 10px;
}

.tree li a {
    padding: 0px;
    /*width: 130px !important;*/
    /*background: #f9f9f9 !important;*/
    border: 0px solid #e8e8e8 !important;
    -o-transition: color .5s ease-out, background 5s ease-in;
    -ms-transition: color .5s ease-out, background 5s ease-in;
    -moz-transition: color .5s ease-out, background 5s ease-in;
    -webkit-transition: color .5s ease-out, background 5s ease-in;
    /* ...and now override with proper CSS property */
    transition: color .5s ease-out, background 5s ease-in;
    transition: border .5s;
    /*box-shadow: 0 0px 0px rgba(0,0,0,0.1);*/
    transition: box-shadow 0.3s ease-in-out;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.tree .positiontext {
    font-weight: bold !important;
    font-size: 12px;
    background: #6d41a7;
    color: #ffffff;
    padding: 1px 5px 1px 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.tree .positiontext {
    padding: 1px 5px 1px 5px;
}

.tree li a:hover, .tree li a:hover + ul li a {
    /*background: #c8ffad !important;*/
    color: #fff !important;
    border: 0px solid #20af73 !important;
    /*box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);*/
}

.tree li a:hover {
    /*background: #c8ffad !important;*/
    color: #fff !important;
    border: 0px solid #20af73 !important;
    /*box-shadow: 0 8px 6px -6px rgba(0,0,0,1);*/
    /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
    background: transparent;
    background-size: 200% 200%;
    animation: gradientBG 15s ease infinite;
    /*-webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);*/
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .tree li a:hover .positiontext {
        background: #fff;
        color: #000000;
    }

    .tree li a:hover h3 span {
    }


@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.tree li img {
    padding: 2px;
}

.tree .mt-card-name span {
    white-space: nowrap;
    /*line-height: 15px;*/
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.tree .mt-card-name span {
    color: #ffffff;
}

/*Tool Tip Style*/

.tooltip-inner {
    max-width: 1500px;
    padding: 8px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #7367f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


    .tooltip-inner .table-style {
        margin-bottom: 0px;
    }

        .tooltip-inner .table-style tr:first-child {
            border-top: 1px solid rgba(0,0,0,.7) !important;
        }

        .tooltip-inner .table-style td, .tooltip-inner .table-style th {
            padding: 2px 10px 2px 10px !important;
            font-size: 11px !important;
            border-color: #1b78c1;
            text-align: center;
            text-transform: capitalize;
        }

        .tooltip-inner .table-style th {
            text-align: left;
            background: #015699;
        }

        .tooltip-inner .table-style td {
            color: #000000;
            font-weight: bold;
        }

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0 /*rtl:ignore*/;
    border-right-color: #c50000 /*rtl:ignore*/;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px /*rtl:ignore*/;
    border-left-color: #c50000 /*rtl:ignore*/;
}

/*------------------------Tree style----------------------------------------End----*/



.breadcrum-right .dropup .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -.714rem;
    left: 1.214rem;
    width: .714rem;
    height: .714rem;
    display: block;
    background: #FFF;
    -webkit-transform: rotate(22deg) translate(-7px);
    -moz-transform: rotate(22deg) translate(-7px);
    -ms-transform: rotate(22deg) translate(-7px);
    -o-transform: rotate(22deg) translate(-7px);
    transform: rotate(224deg) translate(-7px);
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.btn {
    /*padding: .9rem 1.55011rem;*/
    padding: 0.64rem 1.55011rem;
}

.input-group .form-control {
    height: auto;
}

.list-inline .btn-icon {
    padding: 6px !important;
}


/*================================================
Preloader CSS
=================================================*/


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    background: transparent;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    margin: -80px 0 0 -75px;
    border-radius: 50%;
    border: 7px solid transparent;
    border-top-color: #FF2D55;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

    .loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 7px solid transparent;
        border-top-color: #efa506;
        animation: spin-reverse .6s linear infinite;
    }

    .loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 7px solid transparent;
        border-top-color: #00acee;
        animation: spin 1s linear infinite;
    }


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}






.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active {
    -webkit-transition: 250ms all;
    transition: 250ms all;
}

.menu-opener {
    cursor: pointer;
    height: 64px;
    position: absolute;
    top: 2%;
    right: 1%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 64px;
}

    .menu-opener:hover, .menu-opener.active {
        background: #f1c40f;
    }

.menu-opener-inner {
    background: #fff;
    height: .5rem;
    margin-left: .75rem;
    margin-top: 1.75rem;
    width: 2.5rem;
}

    .menu-opener-inner::before, .menu-opener-inner::after {
        background: white;
        content: '';
        display: block;
        height: .5rem;
        width: 2.5rem;
    }

    .menu-opener-inner::before {
        -webkit-transform: translateY(-0.75rem);
        -ms-transform: translateY(-0.75rem);
        transform: translateY(-0.75rem);
    }

    .menu-opener-inner::after {
        -webkit-transform: translateY(0.25rem);
        -ms-transform: translateY(0.25rem);
        transform: translateY(0.25rem);
    }

    .menu-opener-inner.active {
        background: transparent;
    }

        .menu-opener-inner.active::before {
            -webkit-transform: translateY(0rem) rotate(-45deg);
            -ms-transform: translateY(0rem) rotate(-45deg);
            transform: translateY(0rem) rotate(-45deg);
        }

        .menu-opener-inner.active::after {
            -webkit-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
            -ms-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
            transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
        }

.menu {
    background: #f1c40f;
    color: transparent;
    height: 64px;
    position: absolute;
    top: 2%;
    right: 1%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0rem;
    z-index: -1;
}

    .menu.active {
        width: -webkit-calc(100% - 2rem);
        width: calc(100% - 2rem);
    }

        .menu.active .menu-link {
            color: white;
        }

.menu-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    list-style-type: none;
    margin: 0;
    margin-left: 4rem;
    padding: 0;
}

.menu-link {
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 2rem;
    font-weight: 100;
    height: 100%;
    text-align: center;
    text-decoration: none;
}

    .menu-link li {
        margin: auto;
    }

@media screen and (max-width: 768px) {
    .menu {
        height: auto;
    }

    .menu-inner {
        display: block;
    }

    .menu-link {
        padding: 10px 0;
        font-size: 1.2em;
    }

    .menu.active {
        width: -webkit-calc(100% - 0.5rem);
        width: calc(100% - 0.5rem);
    }
}

.table-grid .table td, .table th {
    padding: 0.5rem;
}







.tree-grid {
    max-width: 800px;
}

    .tree-grid .wrapper {
        display: grid;
        grid-template-columns: repeat(3, minmax(50px, 1fr));
        background-color: #fff;
        color: #444;
        padding: 0px;
        border-radius: 3px;
    }

    .tree-grid .row {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, minmax(50px, 1fr));
        margin: 0px;
    }



    .tree-grid .box {
        color: #000;
        border-radius: 0px;
        padding: 1px;
        font-size: 11px;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 2px 5px 2px 5px;
    }

        .tree-grid .box.head {
            color: #000 !important;
            font-weight: bold;
            background: #ccc !important;
        }

        .tree-grid .box:last-child {
            border-right: 1px solid #ccc;
        }

    .tree-grid .colspan-8 {
        grid-column: 1 / 8;
    }

.nodelink {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    width: 27px;
    height: 20px;
    margin: auto;
    z-index: 111;
    margin-top: 2px;
    cursor: pointer;
}

    .nodelink span {
        /* background: linear-gradient(118deg, rgb(0, 207, 232), rgba(0, 207, 232, 0.7)); */
        color: #000;
        border: 1px solid #9c9c9c;
        margin-left: 9px;
        width: 17px;
        height: 17px;
        display: block;
        border-radius: 3px;
        background: #fff;
        padding: 0px;
        line-height: 17px;
        text-align: center;
    }

        .nodelink span:hover {
            background: #6659ff;
            color: #fff;
            border: 1px solid #5750bd;
        }

.tree-zoom-filter {
    margin: 0px auto;
    text-align: center;
    padding-left: 20%;
}

    .tree-zoom-filter .btn {
        padding: 8px 8px !important;
    }

        .tree-zoom-filter .btn i {
            font-size: 14px;
        }



.tree-details {
    position: relative;
}

    .tree-details .left-details {
        position: absolute;
        left: 0px;
        z-index: 0;
    }

    .tree-details .right-details {
        position: absolute;
        right: 0px;
        z-index: 0;
    }

@media (max-width:660px) {

    .tree-details .left-details, .tree-details .right-details {
        position: relative;
    }
}




.modechange {
    padding: 1.35rem .5rem .6rem 1rem;
}


.detailsbox {
    position: absolute;
    top: 0px;
}

    .detailsbox td {
        border: 1px solid #ccc;
        font-size: 11px;
    }


/*details tree payout genology*/
.vertical-block {
    margin-top: 46px !important;
}

    .vertical-block a {
        height: 302px !important;
    }

    .vertical-block .vertical-text {
        position: absolute;
        transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        top: -45px;
        left: 50%;
        /* right: 0px; */
        /* margin: 0px auto; */
        color: #c9625f;
        font-family: verdana;
    }



.tree li a.orange {
    background: #f76008 !important;
}

.tree .orange .amountdesign {
    color: #ffffff;
}

.tree .orange .mt-card-name span {
    color: #ffffff;
}

.tree a.orange .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}







.tree li a.skyblue {
    background: #7FE5F0 !important;
}

.tree .skyblue .amountdesign {
    color: #650000;
}

.tree a.skyblue .mt-card-name span {
    color: #ffffff;
}

.tree a.skyblue .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}




.tree li a.violet {
    background: #8A2BE2 !important;
}

.tree .skyblue .amountdesign {
    color: #ffffff;
}

.tree a.violet .mt-card-name span {
    color: #ffffff;
}

.tree a.violet .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}







.tree li a.brown {
    background-color: #bc6710 !important;
}

.tree .brown .amountdesign {
    color: #ffffff;
}

.tree .brown .mt-card-name span {
    color: #ffffff;
}

.tree a.brown .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}



.tree li a.yellow {
    background-color: #ffd800 !important;
}

.tree .yellow .amountdesign {
    color: #650000;
}

.tree .yellow .mt-card-name span {
    color: #650000;
}

.tree a.yellow .detail-table td {
    color: #650000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}



.tree li a.lemongreen {
    background-color: #88ad16 !important;
}

.tree .lemongreen .amountdesign {
    color: #ffffff;
}

.tree .lemongreen .mt-card-name span {
    color: #ffffff;
}

.tree a.lemongreen .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.tree li a.blue {
    background-color: #0089ff !important;
}

.tree .blue .amountdesign {
    color: #ffffff;
}

.tree .blue .mt-card-name span {
    color: #ffffff;
}

.tree a.blue .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}


.tree li a .amountdesign {
    display: block;
    text-align: center;
    color: #393c3e;
    font-weight: bold;
}

.tree li a:hover h3 span {
}

.tree li a:hover .amountdesign {
}




.detail-table {
    margin-top: 3px;
    width: 100%;
}

    .detail-table td {
        padding: 0px;
        margin: 0px;
        font-size: 11px;
        text-align: left;
        padding-right: 5px;
        height: 0px;
        color: #000;
        line-height: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    }

        .detail-table td:first-child {
            width: 38px;
        }


        .detail-table td:last-child:before {
            content: ':';
            position: absolute;
            left: -3px;
        }

        .detail-table td:last-child {
            padding-left: 1px;
            position: relative;
            text-align: right !important;
        }

.layouttree .modal-dialog {
    width: 80%;
}

@media (max-width:991px) {

    .detailsbox {
        position: relative;
        margin: 0px auto;
    }

    .layouttree .modal-dialog {
        width: auto;
    }


    .detailsbox-right {
        position: relative;
        margin-bottom: 150px;
        margin: 0px auto;
    }
}


/*details tree payout genology end*/


/*violet, skyblue, lemongreen, pink, orange, blue, yellow*/



.middle {
    width: 100%;
    text-align: center;
    /* Made by */
}

    .middle h1 {
        font-family: "Dax", sans-serif;
        color: #fff;
    }

    .middle input[type="radio"] {
        display: none;
    }

        .middle input[type="radio"]:checked + .box {
            background-color: #7367F0;
            background: -webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
            background: -moz-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
            background: -o-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
            background: linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));
            -webkit-box-shadow: 0 0 10px 1px rgba(115,103,240,.7);
            box-shadow: 0 0 10px 1px rgba(115,103,240,.7);
        }

            .middle input[type="radio"]:checked + .box i {
                background: #ff8d00;
            }

            .middle input[type="radio"]:checked + .box i {
                color: white;
                transform: translateY(40px);
                display: block;
            }

            .middle input[type="radio"]:checked + .box span {
                color: white;
                transform: translateY(55px);
                display: block;
            }



    .middle .box {
        width: 150px;
        height: 150px;
        background-color: #fff;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        border: 1px solid #D9D9D9;
        border-radius: 5px;
        font-weight: 400;
    }

        .middle .box i {
            width: 40px;
            height: 40px;
            padding: 10px;
            border-radius: 50%;
            margin: auto;
            font-size: 1.8em !important;
        }

        .middle .box:active {
            transform: translateY(5px);
        }

        .middle .box span {
            font-size: 1.5em;
        }

        .middle .box i, .middle .box span {
            position: absolute;
            transform: translate(0, 20px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 1.5em;
            user-select: none;
            color: #9a9a9a;
        }

            .middle .box span:before {
                font-size: 1.2em;
                font-family: feather !important;
                display: block;
                transform: translateY(-80px);
                opacity: 0;
                transition: all 300ms ease-in-out;
                font-weight: normal;
                color: white;
            }

    .middle .packageicon span:before {
        content: "\e82e";
    }



    .middle p {
        color: #fff;
        font-family: "Dax", sans-serif;
        font-weight: 400;
    }

        .middle p a {
            text-decoration: underline;
            font-weight: bold;
            color: #fff;
        }

        .middle p span:after {
            content: "\f0e7";
            font-family: FontAwesome;
            color: yellow;
        }


#profile-info .card .card-body h6 {
    color: #949494;
    font-weight: 400;
    font-size: 12px;
}

#profile-info .card .card-body p {
    margin-top: 3px;
    color: #505050;
    font-weight: 500;
}


.input-group-append {
    display: block;
    flex: 1 1 auto;
}

.input-group-prepend {
    display: block;
    flex: 0 0 auto;
}



.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 2px !important;
}


.input-group-append .form-control:disabled {
    background-color: transparent !important;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
    background: none;
    height: 44px;
    width: 35px;
}

    .main-menu .navbar-header .navbar-brand .brand-logo img {
        /*max-height: 38px;*/
        max-height: 37px;
        background: #fff;
        border-radius: 5px;
        /*padding: 3px;*/
        padding: 0px;
        margin-top: 4px;
    }

.main-menu .navbar-header .navbar-brand {
    margin-top: 0rem;
    padding: 3px 2px 3px 15px;
}

.loginhead {
    position: absolute;
    width: 100%;
}


.pinstore-menu .nav-link {
    color: #000;
}

    .pinstore-menu .nav-link:hover {
        color: rgba(0, 0, 0, 0.66);
    }

.pinstore-menu .active {
    border: 2px solid Green;
    border-radius: 5px;
}

.modal {
    background: #00000029;
}

.nowrap-text {
    white-space: nowrap;
}



.certificate_text {
    width: 900px;
    height: 550px;
    position: absolute;
    z-index: 3;
    padding: 35px 40px 0px 40px;
    left: 100px;
    top: 100px;
}

.certificate_img {
    position: absolute;
    z-index: 1;
}

    .certificate_img img {
        width: 1100px;
        height: 753px;
    }


.certificate_watermark {
    position: absolute;
    z-index: 2;
    width: 1100px;
    height: 738px;
    text-align: center;
    padding: 10% 5%;
}

    .certificate_watermark img {
        /*opacity: .25;
        filter: gray;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        height: 70px;
        padding: 20px;
        text-align: center;
        display: inline-block;*/
        opacity: .25;
        filter: gray;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        height: 150px;
        padding: 55px 50px;
        margin-top: 118px;
        text-align: center;
        display: inline-block;
    }

.certificate {
    width: 1100px;
    height: 753px;
    margin: 0px auto;
    position: relative;
}

    .certificate .logo {
        margin-top: 0px;
        height: 100px;
    }

    .certificate h1 {
        margin-top: 5px;
    }

    .certificate h2 {
        font-family: 'Average', serif;
        font-size: 40px;
    }

    .certificate h3 {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 25px;
    }


.nav-toggle {
    margin-right: -57px;
}


.email-app-list h2 {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 20px;
}


.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.input-group-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0rem;
    font-size: .96rem;
    line-height: 1.25;
    color: #4E5154;
    text-align: center;
    background-color: #EDEDED;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 5px;
}


.register-form input[type=radio], .register-form input[type=checkbox] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 5px;
    left: 5px;
    position: relative;
    background-color: #ededed;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d0cfcf;
}



.register-form input[type='radio']:checked:after {
    border: 2px solid #2b9436;
    background-color: #2b9436 !important;
    content: '';
    display: inline-block;
    visibility: visible;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #28c76f;
    color: white;
}

::selection {
    background: #00AAAC;
    color: #ffffff;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu, body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .main-menu-footer {
    width: 230px;
    box-shadow: 3px 1px 2px 4px #00000040, 3px -1px 0 #00000040;
    box-shadow: 4px -2px 6px 0px #00000040;
}

.register-form .radiolist-inline label {
    color: #6f6f6f;
    margin-bottom: 0;
    padding-left: .2rem;
    position: relative;
    top: -11px;
    margin-right: 10px;
}

.logo-top {
    display: none;
}

.sidebar-show .logo-top {
    display: none;
}

.logo-block {
    height: 44px;
    width: 100%;
    position: absolute;
    margin-left: -1px;
    margin-top: 43px;
}

    .logo-block img {
        max-height: 38px;
        background: #fff;
        border-radius: 5px;
        padding: 3px;
    }

.menu-collapsed .brand-logo {
    display: none;
}

.menu-collapsed .expanded .brand-logo {
    display: block;
}

.logo-block {
    display: none;
}

.menu-expanded .expanded .logo-block, .menu-expanded .logo-block, .expanded .logo-block {
    display: none;
}


@media scrEEn and (max-width: 1024px) {
    .logo-top {
        display: inline-block;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 12px;
        text-align: left;
        padding-left: 70px;
        z-index: -1;
    }

        .logo-top img {
            margin: auto;
            height: 35px;
        }


    .sidebar-show .logo-top {
        display: none;
    }

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        -webkit-box-flex: 3;
        -webkit-flex: 3 1 auto;
        -moz-box-flex: 3;
        -ms-flex: 3 1 auto;
        flex: 30 1 auto;
        width: 1%;
        margin-bottom: 0;
    }
}

.loader-overlay {
    -moz-opacity: 1;
    -moz-perspective: 10000;
    -moz-perspective: 10000px;
    -moz-transition: all 800ms EasE-in-out;
    -o-transition: all 800ms EasE-in-out;
    -webkit-opacity: 1;
    -webkit-perspective: 10000;
    -webkit-perspective: 10000px;
    -webkit-transition: all 800ms EasE-in-out;
    background: rgba(0, 0, 0, 0.68);
    bottom: 0;
    filter: alpha(opacity=100);
    left: 0;
    opacity: 1;
    overflow: hiddEn;
    perspective: 10000;
    perspective: 10000px;
    position: fixEd;
    right: 0;
    top: 0;
    transition: all 800ms EasE-in-out;
    z-index: 10000;
    zoom: 1;
}

    .loader-overlay .loader-inner {
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        position: absolutE;
        top: 50%;
    }

    .loader-overlay.loaded {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        visibility: hiddEn;
        zoom: 1;
    }


/*----------------------------------------------Loader Style-------------------------------------------*/
.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0;
}

    .cube-folding span {
        position: relative;
        width: 25px;
        height: 25px;
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        display: inline-block;
    }

        .cube-folding span::before {
            content: '';
            background-color: white;
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 25px;
            height: 25px;
            -moz-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            -moz-animation: folding 2.5s infinite linear both;
            -webkit-animation: folding 2.5s infinite linear both;
            animation: folding 2.5s infinite linear both;
        }

    .cube-folding .leaf2 {
        -moz-transform: rotateZ(90deg) scale(1.1);
        -ms-transform: rotateZ(90deg) scale(1.1);
        -webkit-transform: rotateZ(90deg) scale(1.1);
        transform: rotateZ(90deg) scale(1.1);
    }

        .cube-folding .leaf2::before {
            -moz-animation-delay: 0.3s;
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
            background-color: #f2f2f2;
        }

    .cube-folding .leaf3 {
        -moz-transform: rotateZ(270deg) scale(1.1);
        -ms-transform: rotateZ(270deg) scale(1.1);
        -webkit-transform: rotateZ(270deg) scale(1.1);
        transform: rotateZ(270deg) scale(1.1);
    }

        .cube-folding .leaf3::before {
            -moz-animation-delay: 0.9s;
            -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
            background-color: #f2f2f2;
        }

    .cube-folding .leaf4 {
        -moz-transform: rotateZ(180deg) scale(1.1);
        -ms-transform: rotateZ(180deg) scale(1.1);
        -webkit-transform: rotateZ(180deg) scale(1.1);
        transform: rotateZ(180deg) scale(1.1);
    }

        .cube-folding .leaf4::before {
            -moz-animation-delay: 0.6s;
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
            background-color: #e6e6e6;
        }

@-moz-keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes folding {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        -ms-transform: perspective(140px) rotateX(-180deg);
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        -ms-transform: perspective(140px) rotateX(0deg);
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        -ms-transform: perspective(140px) rotateY(180deg);
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.cube-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}

    .cube-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: auto;
        width: 90px;
        height: 6px;
        background-color: rgba(0, 0, 0, 0.1);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        z-index: 1;
        -moz-animation: shadow 0.5s ease infinite alternate;
        -webkit-animation: shadow 0.5s ease infinite alternate;
        animation: shadow 0.5s ease infinite alternate;
    }

    .cube-wrapper .loading {
        font-size: 12px;
        letter-spacing: 0.1em;
        display: block;
        color: white;
        position: relative;
        top: 25px;
        text-align: center;
        z-index: 2;
        -moz-animation: text 0.5s ease infinite alternate;
        -webkit-animation: text 0.5s ease infinite alternate;
        animation: text 0.5s ease infinite alternate;
    }

@-moz-keyframes text {
    100% {
        top: 35px;
    }
}

@-webkit-keyframes text {
    100% {
        top: 35px;
    }
}

@keyframes text {
    100% {
        top: 35px;
    }
}

@-moz-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}

@-webkit-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}

@keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}


.made-with-love {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-size: 10px;
    z-index: 9999;
    font-family: arial;
    color: #fff;
}

    .made-with-love i {
        font-style: normal;
        color: #F50057;
        font-size: 14px;
        position: relative;
        top: 2px;
    }

    .made-with-love a {
        color: #fff;
        text-decoration: none;
    }

        .made-with-love a:hover {
            text-decoration: underline;
        }

/*----------------------------------------------Loader end-------------------------------------------*/



/*.table-product {
    border: 0px !important;
}


    .table-product tbody {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        padding: 0;
        margin: 0;
        list-style: none;
    }


    .table-product tr:first-child, .table-product tr td:first-child {
        display: none;
    }



    .table-product tr {
        margin: 1px 1px !important;
        background: #fff;
        border: 1px solid #e8e8e8 !important;
       
      
        display: flex;
        flex-flow: column wrap;
        justify-content: space-around;
        padding: 10px;
        margin: 0;
        list-style: none;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
        box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
        position: relative;
    }

        .table-product tr td {
            padding: 0px !important;
            margin: 0px !important;
            text-align:center;
        }
       
        
        .table-product tr td:nth-child(2) {
            font-size: 16px;
        }

            .table-product tr td:nth-child(3) input {
                font-size: 18px;
                text-align: center !important;
                border: 0px;
                background: transparent !important;
                text-align: center;
                line-height: 0.5 !important;
            }

                .table-product tr td:nth-child(3) input, .table-product tr td:nth-child(3) input:focus {
                    font-size: 16px;
                    
                    border: 0px;
                    background: transparent !important;
                    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.0);
                    box-shadow: 0 3px 10px 0 rgba(0,0,0,.0);
                }

            .table-product tr td:nth-child(3):before {
                content: "Rs.";
                margin: 6px 0px;
                position: absolute;
                left: 41px;
                font-size: 16px;
            }

            .table-product tr td:nth-child(3) input {
                padding-left: 32px;
            }


            .table-product tr td:nth-child(4):before {
                content: "Count";
                margin: 0px 0px;
                font-size: 16px;
                width: 100%;
                display: block;

                text-align:center;
            }
             .table-product tr td:nth-child(5) {
              
            }
        
        
        
        
        
        .table-product tr td {
            margin: 3px 1px !important;
            width: 100% !important;
            border: 0px !important;
        }*/


.loader-logo {
    position: fixed;
    background: #000000a6;
    width: 100%;
    height: 100%;
    z-index: 55555;
}

    .loader-logo svg {
        position: absolute;
        top: 35%;
        height: 12%;
        width: 7%;
        z-index: 55885588;
        margin: 0px auto;
        left: 0px;
        right: 0px;
    }







.parent {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000047;
}

    .parent .heart {
        position: relative;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        background: #009040;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
        animation: beat 1.5s ease 0s infinite;
    }

        .parent .heart span {
            font-size: 22pt;
            color: white;
            text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
        }

        .parent .heart:before, .parent .heart:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #009040;
            opacity: 0.4;
            border-radius: inherit;
        }

        .parent .heart:before {
            z-index: -2;
            animation: beat-before 1.5s ease 100ms infinite;
        }

        .parent .heart:after {
            z-index: -1;
            animation: beat-after 1.5s ease 200ms infinite;
        }

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes beat-before {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

@keyframes beat-after {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }
}







/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs {
    border: none;
    display: flex;
}



    .tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover {
        background: #3143ef;
        color: #ffffff;
    }

.tab .tab-content {
    padding: 30px;
}

.tab .nav-tabs .nav-link i {
    margin-right: 10px;
    font-size: 25px;
    color: #3143ef;
    line-height: 25px;
    font-weight: normal;
}







.accordionstyle .btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
    outline: 0;
}

.accordionstyle .btn-custom {
    margin-bottom: 1em;
}

.accordionstyle .no-margin {
    margin: 0;
}

.accordionstyle .no-padding {
    padding: 0;
}

.accordionstyle .no-border {
    border: 0;
}

.accordionstyle .no-radius {
    border-radius: 0;
}

/*** Header ***/
.accordionstyle header {
    padding: 30px 0;
    background-color: #6f5499;
    color: #fff;
}

    .accordionstyle header h1 {
        margin: 0;
    }





    .accordionstyle header h3 {
        margin: 0;
        color: rgba(255,255,255,.4);
    }


/*** Nav ***/
.accordionstyle .navbar-default {
    background-color: #f5f5f5;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
}

    .accordionstyle .navbar-default .nav > li > a:focus,
    .accordionstyle .navbar-default .nav > li > a:hover {
        background-color: #e5e5e5;
    }

/*** Content ***/
.accordionstyle main {
}

.accordionstyle .i-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.accordionstyle .i-row-odd {
    background-color: #ffffff;
}

.accordionstyle .i-row-even {
    background-color: #f7f7f7;
}

.accordionstyle .section-title {
    margin-top: 0;
    margin-bottom: 0.6em;
    font-weight: 500;
}

    .accordionstyle .section-title .fa {
        margin-right: 5px;
        color: #6f5499;
    }



/******************************************/

.accordionstyle .i-accordion .panel-heading,
.accordionstyle .d-accordion .panel-heading,
.accordionstyle .accordion-2a .panel-heading,
.accordionstyle .accordion-2b .panel-heading,
.accordionstyle .accordion-3 .pa nel-heading {
    cursor: pointer;
}

    .accordionstyle .d-accordion .panel-heading.collapsed .fa-chevron-up:before {
        content: '';
    }

.accordionstyle .panel-heading {
    color: #ffffff !important;
    font-weight: 800 !important;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    background-image: linear-gradient(45deg,#780206e0,#061161f7) !important;
}

    .accordionstyle .panel-heading:hover {
        background-image: linear-gradient(45deg,#061161f7,#780206e0) !important;
    }

.accordionstyle .panel-title {
    font-weight: 800 !important;
}

    .accordionstyle .panel-title div {
        margin-right: 20px;
        margin-top: -3px;
        font-size: 13px;
        background: #ffffff1f;
        color: #ffffff;
        padding: 5px 5px 5px 5px !important;
        border-radius: 5px;
    }


.accordionstyle .panel {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
}

.accordionstyle .panel-group {
    margin-bottom: 20px;
    background: transparent;
}

    .accordionstyle .panel-group .panel {
        overflow: visible;
        background: transparent;
    }

.accordionstyle .collapse {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
}






/*** Style 2 ***/
.tab.style-2 nav {
    width: 100%
}

.tab.style-2 .nav-tabs .nav-link {
    width: 100%;
    border: 1px solid rgb(228, 228, 228);
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 3.5rem;
    padding: 0 30px 0 0;
    display: flex;
    align-items: center;
}

    .tab.style-2 .nav-tabs .nav-link i {
        margin-right: 20px;
        font-size: 50px;
        line-height: 50px;
        font-weight: normal;
    }

    .tab.style-2 .nav-tabs .nav-link:before {
        content: "";
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: .25rem;
    }

.tab .nav-tabs .nav-link.active i, .tab .nav-tabs .nav-link:hover i, .tab .nav-tabs.active > a:focus i, .tab .nav-tabs > a:hover i {
    color: #ffffff;
}

.tab.style-2 .nav-tabs .nav-link {
    border: 2px solid #eeeff7;
    border-radius: .25rem;
    color: #081b3a;
    display: block;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    padding: 0 30px 0 0;
    line-height: 3.5rem;
    background: transparent;
}

    .tab.style-2 .nav-tabs .nav-link:before {
        content: "";
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: .25rem;
    }

.tab.style-2 .nav-tabs .nav-link {
    border: 2px solid #eeeff7;
    border-radius: .25rem;
    color: #081b3a;
    display: block;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 0 0px 0 0;
    line-height: 3em;
    background: #ffffff;
}

    .tab.style-2 .nav-tabs .nav-link:hover {
        background: none
    }

        .tab.style-2 .nav-tabs .nav-link:hover:before {
            width: 100%;
            background: #2abb00;
        }

        .tab.style-2 .nav-tabs .nav-link:hover .link-icon.link-arrow {
            background: #fff;
            transform: translate(1rem, 0);
        }

        .tab.style-2 .nav-tabs .nav-link:hover .link-text {
            color: #fff;
            margin-left: 60px;
        }

        .tab.style-2 .nav-tabs .nav-link:hover .link-icon.link-arrow::before {
            border-top: 0.125rem solid #ffffff;
            border-right: 0.125rem solid #ffffff;
        }

    .tab.style-2 .nav-tabs .nav-link .link-text {
        margin: 0;
        position: relative;
        z-index: 1;
        margin-left: 40px;
        vertical-align: middle;
        display: inline-block;
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        padding: 0;
        color: #081b3a;
        font-weight: 500;
        line-height: 1.6;
        text-align: center;
    }

    .tab.style-2 .nav-tabs .nav-link:before {
        content: "";
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: .25rem;
    }

    .tab.style-2 .nav-tabs .nav-link .link-icon {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
    }

        .tab.style-2 .nav-tabs .nav-link .link-icon.link-arrow {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            left: 0.625rem;
            width: 1.125rem;
            height: 0.125rem;
            background: none;
        }

    .tab.style-2 .nav-tabs .nav-link .link-icon {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
    }

    .tab.style-2 .nav-tabs .nav-link.active {
        width: 100%;
        background: #2abb00;
        color: #ffffff;
    }

        .tab.style-2 .nav-tabs .nav-link.active .link-text {
            color: #fff;
            margin-left: 60px;
        }



        .tab.style-2 .nav-tabs .nav-link.active .link-icon.link-arrow {
            background: #fff !important;
            transform: translate(1rem, 0);
        }

    .tab.style-2 .nav-tabs .nav-link .link-icon.link-arrow {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        left: 0.625rem;
        width: 1.125rem;
        height: 0.125rem;
        background: none;
    }

        .tab.style-2 .nav-tabs .nav-link .link-icon.link-arrow::before {
            position: absolute;
            content: '';
            top: -0.25rem;
            right: 0.0625rem;
            width: 0.625rem;
            height: 0.625rem;
            border-top: 0.125rem solid #081b3a;
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            border-right: 0.125rem solid #081b3a;
            transform: rotate(45deg);
        }

    .tab.style-2 .nav-tabs .nav-link.active .link-icon.link-arrow, .tab.style-2 .nav-tabs .nav-link:hover .link-icon.link-arrow {
        background: #fff;
        transform: translate(1rem, 0);
    }

    .tab.style-2 .nav-tabs .nav-link.active .link-text, .tab.style-2 .nav-tabs .nav-link:hover .link-text {
        color: #fff;
        margin-left: 60px;
    }

    .tab.style-2 .nav-tabs .nav-link.active .link-icon.link-arrow::before, .tab.style-2 .nav-tabs .nav-link:hover .link-icon.link-arrow::before {
        border-top: 0.125rem solid #ffffff;
        border-right: 0.125rem solid #ffffff;
    }


.list-style ul {
    margin-top: 10px;
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.list-style li {
    margin-bottom: 20px;
}

.inner-list-style {
    margin-top: 10px !important;
}

    .inner-list-style li {
        margin-bottom: 10px !important;
    }

        .inner-list-style li span {
            margin-bottom: 10px !important;
            padding: 2px 0px;
        }


.tab.style-2 .tab-title {
    background: #fbc483;
    display: inline-block;
    padding: 0px 3px;
    border-radius: 6px;
    margin-bottom: 20px;
}

    .tab.style-2 .tab-title p {
        background: #4a9844;
        color: #ffffff;
        font-size: 22px;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 6px;
        margin: -3px -3px -3px 5px;
    }


.tab.style-2 .tab-pane h2 {
    margin-left: 26px;
    margin-bottom: -16px;
    font-weight: 900;
    font-size: 18px;
    color: #1b5a25;
}


.tab.style-2 .tab-pane .bg-green {
    background: #24a000 !important;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    margin: 20px;
    font-size: 16px;
}


.tab.style-2 .tab-pane .bg-green-list {
    background: #24a000 !important;
    padding: 15px 30px 15px 10px;
    text-align: left;
    color: #ffffff;
    margin: 10px;
    font-size: 16px;
    display: inline-block;
}

    .tab.style-2 .tab-pane .bg-green-list ul {
        margin-bottom: 0px;
    }


.image-text {
    position: relative;
}

.tab.style-2 .tab-pane .bg-green-img-list {
    background: #24a000 !important;
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #ffffff;
    margin: 10px;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 0px;
}

    .tab.style-2 .tab-pane .bg-green-img-list ul {
        list-style: none;
        margin-bottom: 0px;
        font-size: 17px;
    }


.tab.style-2 .tab-pane .bg-green-img-list {
    background: #24a000 !important;
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #ffffff;
    margin: 10px;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    right: 0px;
}


.tab.style-2 .tab-pane .bg-green-img-left {
    background: #24a000 !important;
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #ffffff;
    margin: 10px;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 30%;
}

.tab.style-2 .tab-pane .bg-green-img-right {
    background: #24a000 !important;
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #ffffff;
    margin: 10px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    right: 100px;
    width: 101px;
}

.tab.style-2 .tab-pane .bg-green-img-right1 {
    background: #24a000 !important;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    margin: 10px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    right: -10px;
    width: 100px;
}


@media scrEEn and (max-width: 768px) {

    .tab.style-2 .tab-pane .bg-green-img-list {
        position: relative;
        font-size: 14px;
        top: 65px !important;
    }


    .tab.style-2 .tab-pane .bg-green {
        font-size: 13px;
    }

    .tab.style-2 .tab-pane .bg-green-list {
        font-size: 12px;
    }

        .tab.style-2 .tab-pane .bg-green-list ul {
            margin-left: -10px;
        }


        .tab.style-2 .tab-pane .bg-green-list li {
            margin-bottom: 10px;
            font-size: 15px;
        }

    .tab.style-2 .tab-pane .list-style {
        margin-left: -15px;
    }

    .tab.style-2 .tab-pane .bg-green-img-list ul {
        list-style: none;
        margin-bottom: 0px;
        font-size: 16px;
        width: 100%;
    }

    .tab.style-2 .tab-pane .bg-green {
        background: #24a000 !important;
        padding: 10px;
        text-align: center;
        color: #ffffff;
        margin: 20px;
        font-size: 15px;
    }

    .tab.style-2 .tab-pane .bg-green-img-left {
        position: relative;
        width: 100%;
        top: 65px;
    }

    .tab.style-2 .tab-pane .bg-green-img-right1 {
        background: #24a000 !important;
        padding: 5px;
        text-align: center;
        color: #ffffff;
        margin: 10px;
        font-size: 10px;
        display: inline-block;
        position: absolute;
        right: -21px;
        width: 127px;
        top: -24px;
    }

        .tab.style-2 .tab-pane .bg-green-img-right1::before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f0d7";
            color: #175604;
            padding: 5px;
            text-align: center;
            margin: 10px;
            font-size: 26px;
            display: inline-block;
            position: absolute;
            bottom: -31px !important;
            right: 3px;
            /* width: 127px; */
            /* height: 10px; */
            /* top: -24px;*/
        }



    .tab.style-2 .tab-pane .bg-green-img-right {
        background: #24a000 !important;
        padding: 10px 15px 10px 15px;
        text-align: center;
        color: #ffffff;
        margin: 10px;
        font-size: 12px;
        display: inline-block;
        bottom: 10px;
        right: 67px;
        width: 101px;
    }


        .tab.style-2 .tab-pane .bg-green-img-right::before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f0d8";
            color: #175604;
            padding: 5px;
            text-align: center;
            margin: 10px;
            font-size: 26px;
            display: inline-block;
            position: absolute;
            top: -31px !important;
            right: 3px;
            /* width: 127px; */
            /* height: 10px; */
            /* top: -24px;*/
        }

    .image-text {
        position: relative;
        margin-bottom: 80px;
    }
}

.bottom-nav-bar {
    display: none;
}

.back-btn {
    display: none;
}



.svgicon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.svgicon-tree {
    background-image: url(../../../images/SVG/network.svg);
}



@media scrEEn and (max-width: 1316px) {
    .tab.style-2 .tab-pane .bg-green-img-left {
        background: #24a000 !important;
        padding: 10px 15px 10px 15px;
        text-align: center;
        color: #ffffff;
        margin: 10px;
        font-size: 12px;
    }
}



@media scrEEn and (max-width: 1024px) {
    .header-navbar .navbar-container {
        padding-left: 0.20rem;
    }


    .back-btn {
        display: inline-block;
        position: relative;
        top: 3px;
    }

    .scroll-top {
        display: none !important;
    }

    .bottom-nav-bar {
        display: block;
        position: fixed;
        bottom: 0px;
        background: #ffffff;
        width: 100%;
        box-shadow: 1px -2px 5px 1px #00000029;
    }

        /*.bottom-nav-bar ul {
            list-style: none;display: flex;
            margin-bottom: 0px;
            padding-inline-start: 0px;
        }

            .bottom-nav-bar ul li {
               
                text-align: center;
                width: 25%;
            }*/

        .bottom-nav-bar .swiper-container {
            overflow: unset;
        }

        .bottom-nav-bar .swiper-slide {
            text-align: center;
        }

            .bottom-nav-bar .swiper-slide:last-child {
                border-right: 0px solid rgba(0,0,0,.1);
            }

            .bottom-nav-bar .swiper-slide a {
                padding: 5px 5px;
                display: inline-block;
                width: 100%;
                border-right: 1px solid #f1f1f1;
            }

                .bottom-nav-bar .swiper-slide a span {
                    /* font-weight: 700; */
                    font-size: 11px;
                    display: block;
                    color: #7b7a7a;
                }


                .bottom-nav-bar .swiper-slide a:hover {
                    background: rgba(0, 0, 0, 0.03);
                }


        .bottom-nav-bar .avatar .avatar-content {
            width: 20px;
            height: 20px;
        }


        .bottom-nav-bar .swiper-slide.active {
            background: rgba(0, 0, 0, 0.03);
            box-shadow: inset -5px -5px 4px 2px #0000000a;
        }

            .bottom-nav-bar .swiper-slide.active .svgicon-tree {
                background-image: url(../../../images/SVG/network-white.svg);
            }




            .bottom-nav-bar .swiper-slide.active svg {
                width: 70px;
                height: 70px;
            }

                .bottom-nav-bar .swiper-slide.active svg:hover {
                    fill: red;
                }

            .bottom-nav-bar .swiper-slide.active:before {
                content: "-";
                color: rgb(247, 247, 247);
                background: rgb(247, 247, 247);
                top: -10px;
                position: absolute;
                border-radius: 50%;
                width: 100%;
                box-shadow: -1px -3px 4px 0px #00000024;
            }


            .bottom-nav-bar .swiper-slide.active .avatar {
                background: #219e87 !important;
            }

                .bottom-nav-bar .swiper-slide.active .avatar i {
                    color: #ffffff !important;
                }


            .bottom-nav-bar .swiper-slide.active a {
                border-left: 1px solid #dedede;
                margin-top: -6px;
                margin-bottom: 6px;
            }

        .bottom-nav-bar .swiper-slide .avatar i {
            font-size: 1.2rem !important;
        }
}


@media scrEEn and (max-width: 768px) {
    .tab.style-2 .tab-pane .bg-green-img-right {
        right: 45px;
        width: 101px;
        bottom: -10px;
    }

    .tab.style-2 .tab-pane .bg-green-img-right1 {
        top: -16px;
    }
}

@media scrEEn and (max-width: 614px) {
    .tab.style-2 .tab-pane .bg-green-img-right {
        right: 45px;
        width: 101px;
    }
}

@media scrEEn and (max-width: 502px) {
    .tab.style-2 .tab-pane .bg-green-img-right {
        right: 30px;
        width: 101px;
    }
}

@media scrEEn and (max-width: 425px) {
    .tab.style-2 .tab-pane .bg-green-img-right {
        right: 20px;
        width: 101px;
        bottom: 0px;
    }

    .tab.style-2 .tab-pane .bg-green-img-right1 {
        top: -33px;
    }
}

@media scrEEn and (max-width: 375px) {


    .tab.style-2 .tab-pane .bg-green-img-right {
        right: 5px;
        width: 101px;
        bottom: 13px;
    }
}

@media scrEEn and (max-width: 320px) {

    .tab.style-2 .tab-pane .bg-green-img-right1 {
        background: #24a000 !important;
        padding: 5px;
        text-align: center;
        color: #ffffff;
        margin: 10px;
        font-size: 10px;
        display: inline-block;
        position: absolute;
        right: -21px;
        width: 127px;
        top: -50px;
    }


    .tab.style-2 .tab-pane .bg-green-img-right {
        right: 5px;
        width: 101px;
        bottom: 20px;
    }

    .image-text {
        position: relative;
        margin-top: 80px;
    }
}




.tree-share {
    display: block !important;
}

.share-board h6 {
    font-weight: 700;
}

.share-board .card {
    margin-bottom: 0px;
    /*width: 70px;
                    height: 70px;*/
    border: 0px !important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.0), 0 1px 0 rgba(0,0,0,0.0) !important;
}

.share-board .avatar {
    padding: 15px !important;
}

    .share-board .avatar img {
        border-radius: 0;
    }

    .share-board .avatar .avatar-content {
    }

.share-board h6 {
    display: none;
}

@media (max-width: 769px) {

    .share-board {
        padding: 0px;
    }

        .share-board .modal-dialog {
            position: fixed !important;
            bottom: 0px !important;
            left: auto;
            right: auto;
            margin-bottom: 0px;
        }

        .share-board h6 {
            font-size: 11px;
            font-weight: 500;
            display: none;
        }

        .share-board .card {
            margin-bottom: 0px;
            /*width: 70px;
                    height: 70px;*/
            border: 0px !important;
            box-shadow: 0 2px 2px rgba(0,0,0,0.0), 0 1px 0 rgba(0,0,0,0.0);
        }

        .share-board .card-body {
            padding: 5px;
        }

        .share-board .avatar {
            padding: 15px !important;
            margin-bottom: 0px !important;
        }

            .share-board .avatar img {
                border-radius: 0;
            }

            .share-board .avatar .avatar-content {
                /*width: 45px !important;
                        height: 45px !important;*/
            }




        .share-board .col-3, .share-board .col-md-6, .share-board .col-lg-6, .share-board .col-xl-6 {
            padding: 3px !important;
        }


        .share-board .modal-body {
            padding: .5rem 1.3rem;
        }

        .share-board .modal-dialog {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0px;
        }

        .share-board .close {
            display: none;
        }
}



.form-group-label {
    border: 1px solid #D9D9D9;
    margin: 5px 5px 0px 0px;
    width: 19.25%;
    text-align: center;
    padding: 0px 5px;
}

    .form-group-label .form-control-label {
        border: 0px;
        outline: 0px;
        background: transparent;
        text-align: center !important;
        width: 100%;
    }
/*.form-group-label label::after {
        content:":";
        color:#000;
        margin-left:5px;
        
    }*/


.table-product {
    border: 0px solid #24a000 !important;
}

    .table-product tr:first-child, .table-product tr th {
        display: none;
    }

    .table-product td:first-child, .table-product th:first-child {
        display: none !important;
    }

    .table-product tr {
        display: inline-block;
        width: 33%;
    }

        .table-product tr td {
            display: block;
            width: 100%;
            text-align: center;
        }


.member-info .uploads {
    border: 1px solid #ccc;
}

.bonus-statement .member-earn h2 {
    font-size: 1.61rem;
}

.bonus-head {
    border: 0px;
}

    .bonus-head td, .bonus-head tr {
        border: 0px !important;
    }

        .bonus-head td:first-child {
            text-align: center;
        }

.bonus-user-details {
    margin-bottom: 0px;
}

.bonus-share {
    position: absolute;
    right: 10px;
}

.bonus-logo {
    height: 45px;
    margin: auto;
}


.bonus-user-list div span:first-child {
    position: relative;
    display: inline-block;
    width: 65px;
    margin-right: 10px;
}



.bonus-user-list div > span:first-child::after {
    content: ":";
    position: absolute;
    right: 0px;
}

.bonus-statement .member-earn i {
    font-size: 1.5rem;
}

.bonus-share {
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 555559999999999999999999;
    width: 100px;
    height: 30px;
}

.noofday {
    position: absolute;
    right: 0px;
}

@media (max-width:1441px) {
    .bonus-head div {
        text-align: center;
    }

    .bonus-head h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .bonus-head h1, .bonus-head p {
        text-align: left;
        margin-bottom: 0px;
    }
}

@media (max-width:768px) {
    .bonus-head h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .bonus-head h1, .bonus-head p {
        text-align: center;
        margin-bottom: 0px;
    }

    .bonus-head tr {
        display: flex !important;
        flex-direction: column;
    }

    .bonus-head .bonus-logo {
        height: 40px;
    }

    .bonus-head td {
        width: 100% !important;
        text-align: center;
    }



    .bonus-share {
        position: fixed !important;
        right: 15px;
        top: auto;
        bottom: 80px;
        z-index: 555559999999999999999999;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        padding: 0px;
        line-height: 50px;
        font-size: 21px;
    }

        .bonus-share span {
            display: none;
        }

    .bonus-head {
        text-align: center;
        margin-bottom: 0px;
    }

        .bonus-head div {
            width: 100%;
        }


    .bonus-user-details div {
    }

    .bonus-user-details .avatar {
        height: 70px;
        width: 70px !important;
    }

    .bonus-user-details .list-group {
        margin-top: 5px;
        flex-wrap: wrap !important;
        flex-direction: row;
    }

    .bonus-user-details .list-group-item {
        padding: .5rem .5rem;
    }

        .bonus-user-details .list-group-item span, .bonus-user-details .list-group-item p {
            font-size: 12px !important;
        }

        .bonus-user-details .list-group-item:first-child {
            border-top-left-radius: .5rem;
            border-bottom-left-radius: .5rem;
            border-top-right-radius: 0rem;
        }

        .bonus-user-details .list-group-item:last-child {
            border-top-right-radius: .5rem;
            border-bottom-right-radius: .5rem;
            border-bottom-left-radius: 0rem;
            margin-bottom: -1px;
        }

    .bonus-statement .member-earn i {
        font-size: 1.5rem;
    }
}



@media (max-width:470px) {


    .bonus-head {
        text-align: center;
    }

        .bonus-head div h1 {
            font-size: 20px;
            margin-top: 5px;
        }

        .bonus-head div p {
            font-size: 11px;
        }
}


@media (max-width:375px) {
    .bonus-head div h1 {
        font-size: 18px;
    }

    .bonus-user-details .list-group-item {
        padding: .5rem .5rem;
        width: 50%;
    }

        .bonus-user-details .list-group-item:first-child {
            border-top-left-radius: .0rem;
            border-bottom-left-radius: .0rem;
            border-top-right-radius: 0rem;
        }

        .bonus-user-details .list-group-item:last-child {
            border-top-right-radius: .0rem;
            border-bottom-right-radius: .0rem;
            border-bottom-left-radius: 0rem;
            margin-bottom: -1px;
        }
}


/*@media only screen and (max-width: 1440px) and (min-width: 400px) {


        .bonus-head {
            display: flex !important;
            flex-wrap: nowrap !important;
        }

            .bonus-head div:first-child {
                width: 160px;
                padding: 10px;
            }

            .bonus-head div {
                display: inline-block !important;
            }

        .bonus-logo {
            width: 100%;
            height: auto;
        }

        .bonus-head h1 {
            font-size: 19px;
            margin-bottom: 0px;
        }

        .bonus-head p {
            font-size: 12px;
        }
    }*/

@media only screen and (max-width : 413px) {
    .accordionstyle .panel-heading {
        height: 62px;
        display: block;
    }

    .accordionstyle .panel-title div {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 413px) and (min-width: 357px) {
    .accordionstyle .panel-title div {
        display: grid !important;
    }
}


.accordion-rank {
    margin-bottom: 10px;
    border-bottom: 1px solid #dadadae8 !important;
}

    .accordion-rank .card {
        margin: 0px !important;
        border-bottom: 0px !important;
    }

    .accordion-rank .card {
        margin: 0px !important;
        border-bottom: 0px !important;
    }

    .accordion-rank .collapse-title {
        font-weight: 400;
        font-size: 1rem !important;
    }



    .accordion-rank .card .card-header {
        padding: 0.5rem;
    }


@media only screen and (max-width : 413px) {


    .bonus-head {
    }
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.Banner-block {
    display: flex;
    position: relative;
    width: 1185px;
    background: #fff;
}

    .Banner-block .Banner-bg {
        border: 0px solid #24a000;
        display: inline;
        position: relative;
        -webkit-box-shadow: 2px 1px 7px 0px rgb(0 0 0 / 35%);
        box-shadow: 2px 1px 7px 0px rgb(0 0 0 / 35%);
        MARGIN-BOTTOM: 10PX;
        z-index: 5;
    }

        .Banner-block .Banner-bg img {
            width: 100%;
        }

    .Banner-block .profile-Congratulations {
        width: 530px;
        height: auto;
        position: absolute;
        left: 215px;
        top: 160px;
        display: grid;
        place-items: center;
        z-index: 1;
    }

    .Banner-block .profile-allthebest {
        width: 530px;
        height: auto;
        position: absolute;
        left: 200px;
        bottom: 50px;
        display: grid;
        place-items: center;
        z-index: 1;
    }

    .Banner-block .profile-img {
        background: #fff;
        border-radius: 50%;
        width: 540px;
        height: 563px;
        position: absolute;
        right: 118px;
        bottom: 55px;
        display: grid;
        place-items: center;
        -webkit-box-shadow: 2px 4px 4px -3px rgba(0,0,0,0.84);
        box-shadow: 2px 4px 4px -3px rgba(0,0,0,0.84);
        z-index: 1;
    }

        .Banner-block .profile-img img {
            background: #fff;
            padding: 10px;
            height: 100%;
            width: auto;
            /*border-radius: 50%;*/
        }




    .Banner-block .date-text, .Banner-block .income-text, .Banner-block .rupees-text {
        position: absolute;
        display: grid;
        place-items: center;
    }

    .Banner-block .date-text {
        top: 250px;
        left: 0px;
        z-index: 1;
        height: 50px;
    }

        .Banner-block .date-text div {
            z-index: 1;
            color: #e0932f;
            width: 300px;
            text-align: center;
            line-height: 48px;
            height: 50px;
            font-size: 27px;
            height: 50px;
            font-size: 30px;
            font-weight: 800;
        }








    .Banner-block .profile-text {
        position: absolute;
        display: grid;
        place-items: stretch;
        font-size: 43px;
        font-weight: bolder;
        COLOR: #131313 !important;
        top: 220px;
        left: 53px;
        z-index: 6;
    }

    .Banner-block .profile-badge {
        position: absolute;
        display: grid;
        place-items: stretch;
        font-size: 38px;
        font-weight: 600;
        COLOR: #da5c09 !important;
        top: 271px;
        left: 53px;
        z-index: 6;
        text-transform: uppercase;
    }

    .Banner-block .profile-place {
        position: absolute;
        /* width: 400px; */
        display: grid;
        place-items: stretch;
        font-size: 43px;
        font-weight: 600;
        COLOR: #7a4d2f;
        top: 317px;
        left: 53px;
        z-index: 6;
        height: 50px;
        text-transform: uppercase;
    }

    .Banner-block .profile-day {
        position: absolute;
        /* width: 400px; */
        display: grid;
        place-items: stretch;
        font-size: 34px;
        font-weight: 400;
        COLOR: #131313 !important;
        top: 420px;
        left: 53px;
        z-index: 6;
        text-transform: uppercase;
    }

        .Banner-block .profile-day span {
            text-transform: lowercase !important;
        }





    .Banner-block .income-text {
        top: 447px;
        left: 53px;
        z-index: 6;
        /* height: 60px; */
        font-size: 71px;
        font-weight: 700;
        color: #131313;
    }



    .Banner-block .rupees-text {
        top: 515px;
        left: 53px;
        z-index: 6;
        color: #d35400;
        font-size: 80px;
        font-family: Arial, sans-serif;
        font-weight: bolder;
        text-shadow: 2px 3px 5px rgba(150, 150, 150, 0.74);
        -webkit-text-fill-color: #d35400; /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: white;
    }

.bp ul {
    list-style: none;
}

.bp li {
    padding-left: 1.3em;
    padding: 5px;
    line-height: 1.6;
}

    .bp li:before {
        content: "\f06c";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em;
        margin-right: 5px;
        width: 1.3em;
        color: green;
    }

    .bp li ul li:before {
        content: "\f00c";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em;
        margin-right: 5px;
        width: 1.3em;
        color: green;
    }

.text-purple {
    color: #4b208c !important;
    font-weight: 600;
}

.producttbl {
    /*font-family: Arial, Helvetica, sans-serif;*/
    border-collapse: collapse;
    width: 100%;
}

    .producttbl td, .producttbl th {
        border: 1px solid #ddd;
        padding: 15px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        color: #393939;
    }

    .producttbl tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .producttbl th {
        background-color: #4b9844;
        color: white;
    }

.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}

.section-vcenter {
    display: grid;
    justify-content: center;
    align-content: center;
}
