@charset "utf-8";
/* CSS Document */

.header_inner {
    background-image: linear-gradient(to right, #ff5401 0%, #ff5401 51%, #ff9600 100%);
    border-radius: 8px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #f77939;
    padding: 20px;
}

.logo {
    display: inline-block;
    padding: 4px 0;
}

.logo a {
    display: inline-block;
}

.logo a img {
    display: inline-block;
}

.logo a img:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.menu_toggle {
    display: inline-block;
    padding: 13px;
    vertical-align: middle;
    position: relative;
}

.header_right {
    display: inline-block;
    float: right;
    padding: 19px 0px 0px 0px;
}

.header_right>a {
    display: inline-block;
    color: #000;
    padding: 0px 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.header_right>a i {
    padding-left: 10px;
}

.header_right>a:hover {
    color: #fff;
}

.header_right h5 {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #000;
    font-size: 14px;
    vertical-align: middle;
    text-transform: capitalize;
}

.header_right h5 i {
    color: #000;
    font-size: 25px;
    background: #f3e95f;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 10px;
}

/* Important styles */

#toggle {
    display: inline-block;
    width: 28px;
    height: 15px;
    margin: 9px auto 0;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */

#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+#menu {
    opacity: 1;
    visibility: visible;
}

/* menu appearance*/

#menu {
    position: absolute;
    color: #999;
    width: 200px;
    padding: 10px;
    margin: 65px auto auto;
    text-align: center;
    border-radius: 4px;
    background: #000;
    box-shadow: 0 1px 8px rgb(0 0 0 / 5%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    right: 0;
    top: 0;
    z-index: 11;
}

#menu:after {
    position: absolute;
    top: -15px;
    right: 18px;
    content: "";
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid white;
}

.admin_menu ul,
li,
li a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.admin_menu ul li a {
    padding: 5px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: all .2s;
}

.admin_menu ul li a:hover,
.admin_menu ul li a:focus {
    color: #fb684a;
}

/* admin top */

.admin_top {
    width: 100%;
    height: 400px;
    background: #010415 url(../images/inner.png);
    background-size: cover;
    ;
    padding: 190px 0 100px;
    position: relative;
}

.admin_top_title {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.admin_top_title h2 {
    width: 100%;
    display: inline-block;
    font-size: 40px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.admin_top_title h2 span {
    display: inline-block;
    color: #2b5876;
}

/*****************************************************************

reset css

******************************************************************/

.acc-top {
    padding: 15px 0px 20px 0px;
}

.acc-top h4 {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Bai Jamjuree', sans-serif;
    margin: 0px 0px 0px 0px;
    background: #0e111a;
    border-top: 4px solid #ff9302;
    padding: 8px 20px 8px 20px;
}

.acc-top h4 span {
    font-size: 16px;
    color: #ff9200;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    float: right;
}

/**{margin:0;padding:0;*/

/*transition: all .2s ease-in-out;

-webkit-transition: all .2s ease-in-out;

-moz-transition: all .2s ease-in-out;

-o-transition: all .2s ease-in-out;}*/

/*h1, h2, h3, h4, h5, h6, p, ul{margin:0; padding:0;}*/

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

/*body{ width:100%; padding:0; margin:0; font-family: 'Montserrat', sans-seriff;}*/

wrapper {
    width: 100%;
}

/****************

     table

***************/

.admin {
    background: #091a2a url(images/stat-bg.png) no-repeat top center fixed;
    color: white;
    padding: 20px;
    overflow: hidden;
    margin: 30px 0px 30px 0px;
    font-family: 'Cairo', sans-serif;
}

.admin a {
    color: #fff;
    background: linear-gradient(to bottom, rgb(12 189 183) 0%, rgb(27 47 61) 100%);
    background: linear-gradient(to bottom, rgb(246 123 55) 0%, rgb(251 104 74) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#d18f14', GradientType=0);
    border-radius: 51px;
    padding: 9px 14px;
    text-transform: uppercase;
    line-height: 25px;
    display: initial;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 10px 0px 22px 0px;
}

.admin a:hover {
    background: #fa6a47;
    color: #000;
}

.admin span {
    display: block;
    font-size: 16px;
    margin: 0px 0px 5px 0px;
}

.admin h2 {
    margin: 20px 0px 20px 0px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase
}

.main_dash .planbox {
    width: 100%;
}

.main_dash .planbox .right .planpercentage {
    background: linear-gradient(90deg, rgb(250 108 70) 0%, rgb(246 126 53) 100%);
    text-align: right;
    color: #fff;
    padding: 16px 20px 36px;
    font: 400 50px/60px 'Oswald', sans-serif;
}

.main_dash .plans-container .planbox {
    width: 50%;
}

.affiliate-link h3 {
    margin-top: 0px;
    text-transform: uppercase;
}

.main_dash h2 {
    color: #2DC4B7;
    font-size: 16px;
    text-transform: uppercase;
}

.main_dash .plans-container .planbox .radio {
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    background: url(images/tickinactive.png) no-repeat center center;
    text-align: center;
    width: 24px;
    height: 24px;
    margin: -80px 0px 0px 0px;
    text-indent: -999em;
    margin-right: -152px;
}

.main_dash .plans-container .planbox input[type=radio] {
    display: none
}

.main_dash .plans-container .planbox input[type="radio"]:checked+.radio {
    background: url(images/tickactive.png) no-repeat center center;
    color: #fff;
}

.planbox {
    width: 25%;
    float: left;
    position: relative;
    height: 161px;
    margin: 10px 0;
}

.planwrap h2 {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #2cbbcf;
    margin: 0 0 45px;
    text-align: center;
}

.planwrap h2 strong {
    color: #fff;
}

.planbox .left {
    width: 125px;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.planbox .right {
    width: 100%;
    float: left;
}

.planbox .right .planpercentage {
    background: rgb(17, 149, 193);
    background: linear-gradient(90deg, rgb(250 108 70) 0%, rgb(246 126 53) 100%);
    text-align: right;
    color: #fff;
    padding: 26px 20px;
    font: 400 50px/60px 'Oswald', sans-serif;
}

.planbox .right .planpercentage span {
    font-size: 48px;
    line-height: 48px;
}

.planbox .right .daily {
    padding: 10px 20px 10px 140px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    line-height: 18px;
    height: 49px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.planbox.one .right .daily {
    background: linear-gradient( 90deg, rgb(249 113 65) 0%, rgb(0 0 0) 100%);
}

.planbox.two .right .daily {
    background: linear-gradient( 90deg, rgb(249 113 65) 0%, rgb(0 0 0) 100%);
}

.aboutbox {
    text-align: center;
    background: linear-gradient(45deg, rgb(248 120 60) 0%, rgb(250 109 69) 100%);
    0) 100%);
    padding: 30px 20px;
    color: #061727;
    position: relative;
    margin: 20px 0px;
    font-family: 'Cairo', sans-serif;
}

.aboutbox:before {
    height: 6px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
}

.aboutbox p {
    font-size: 14px;
}

.aboutbox h3 {
    color: #071828;
    font-size: 20px;
    font-weight: 700;
}

.menu-container {
    background: rgb(8, 66, 85);
    background: linear-gradient(45deg, rgba(8, 66, 85, 1) 0%, rgba(53, 108, 133, 1) 100%);
    padding: 30px 20px;
    position: relative;
}

.menu-container:before {
    height: 6px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(17, 149, 193);
    background: linear-gradient(90deg, rgba(17, 149, 193, 1) 0%, rgba(69, 236, 175, 1) 100%);
}

.aboutbox .refvalue {
    margin: 0 auto;
    background: #dadee6;
    padding: 3px;
    border-radius: 4px;
    padding: 8px 5px;
}

.aboutbox .refvalue input#copyTarget,
.refvalue input.copycode {
    width: 60%;
    border: none;
    height: 44px;
    font-size: 16px;
    background: #ffffff url(images/affiliateicon-min.png) no-repeat 5px center;
    color: #1b2533;
    background-size: 30px auto;
    font-weight: 600;
    padding-left: 50px;
    border-radius: 10px;
}

.aboutbox .refvalue span#msg {
    color: #244654;
    padding: 8px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 15px;
}

.aboutbox .refvalue input.copycode {
    width: 88%;
}

.aboutbox .refvalue button#copyButton,
.refvalue button.copybutton {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #eeeeee;
    background: #f97142;
    border: 1px solid #f97142;
    padding: 10px 20px;
    transition: 0.7s;
    margin: 0px 10px 0px 10px;
    box-shadow: inset 0 0 0 0 #002738;
    width: 138px;
}

.refvalue a.banners-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1b2533;
    background: transparent;
    border: 1px solid #1b2533;
    padding: 10px 20px;
    transition: 0.7s;
    margin: 0px 10px 0px 10px;
    box-shadow: inset 0 0 0 0 #002738;
    width: 138px;
}

.refvalue a.banners-link:hover {
    color: #1b2533;
    background: #f97142;
    border: 1px solid #f97142;
    box-shadow: inset 0 0 0 42px #f97142;
    transition: 0.7s;
}

.aboutbox .refvalue button.copybutton {
    width: 10%;
}

.aboutbox .refvalue button#copyButton:hover {
    color: #f97142;
    background: #1b2533;
    border: 1px solid #1b2533;
    box-shadow: inset 0 0 0 42px #1b2533;
    transition: 0.7s;
}

.bottom_stats table {
    width: 100%;
}

.bottom_stats table td {
    background: #000;
    color: white;
    padding: 10px 10px;
    border-bottom: 1px solid white;
    font-weight: 600;
    font-size: 16px;
}

.bottom_stats table td.text-right {
    text-align: right;
    background: #fa6f44;
}

@media only screen and (max-width: 991px) {
    .admin {
        text-align: center;
    }
    .aboutbox .refvalue input#copyTarget,
    .refvalue input.copycode {
        width: 100%;
        padding-left: 40px;
    }
    .aboutbox .refvalue button#copyButton,
    .refvalue button.copybutton {
        margin: 10px 0px 10px 0px;
    }
    .refvalue a.banners-link {
        margin: 0px 0px 10px 0px;
    }
}

@media only screen and (max-width: 560px) {
    .main_dash .planbox .right .planpercentage {
        font: 400 26px/60px 'Oswald', sans-serif;
    }
    .planbox .left {
        width: 45px;
        position: absolute;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
    }
}

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

.dmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dmenu ul li {
    display: inline-block;
    padding: 10px 14px;
}

.dmenu ul li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    border-bottom: 5px solid #1832ab;
    float: left;
    display: inline-block;
    padding: 30px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.dmenu ul li a:hover {
    background: #1832ab;
    color: #fff;
    -webkit-box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.54);
    border-bottom: 5px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.dmenu ul li a i {
    display: block;
    font-size: 30px;
    color: #1832ab;
    margin: 0 0 20px 0;
    text-align: center;
}

.dmenu ul li a:hover i {
    color: #fff;
    -webkit-animation: toTopFromBottom 0.5s forwards;
    -moz-animation: toTopFromBottom 0.5s forwards;
    -khtml-animation: toTopFromBottom 0.5s forwards;
    -o-animation: toTopFromBottom 0.5s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

#dshbkgd {
    background: url(../images/pay-bg.jpg) repeat;
}

.dshusr {
    padding: 30px 0;
}

.dshusr h1 {
    font-size: 24px;
    color: #4a2a77;
    line-height: 35px;
    margin: 0;
}

.dshusr h1 img {
    margin-right: 10px;
}

.dshusr h1 span {
    font-size: 14px;
    color: #4a2a77;
    display: block;
}

.dshusr h1 span b {
    color: #f35036;
    font-weight: normal;
}

.dshusr a:first-child {
    font-size: 18px;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding-left: 25px;
    border-right: 1px solid #0049d4;
}

.dshusr a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(1, 95, 245) 0%, rgb(0, 51, 178) 100%) repeat scroll 0 0;
    border-left: 1px solid #0046cf;
    border-radius: 0 20px 20px 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 12px 16px;
    text-decoration: none;
    margin: 12px 0;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.dshusr a:hover {
    background: -moz-linear-gradient(top, rgba(146, 109, 197, 1) 0%, rgba(74, 42, 119, 1) 100%);
    background: -webkit-linear-gradient(top, rgb(251, 54, 20) 0%, rgb(218, 51, 26) 100%);
    background: linear-gradient(to bottom, rgb(251, 54, 20) 0%, rgb(218, 51, 26) 100%);
    border: 1px solid #f33616;
}

.dshmnu {
    background: #000 000 no-repeat top center;
    padding: 0px 0px 0px 0px;
    background-size: cover;
    /*	margin-bottom: 30px;*/
}

.dshmnu p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    float: left;
    padding: 10px 0;
    font-family: 'Titillium Web', sans-serif;
    margin: 0px 0px 0px 0px;
}

.dshmnu p span {
    display: block;
    margin: 6px 0;
}

.dshmnu i {
    /* background: #e62105 none repeat scroll 0 0; */
    /* border: 1px solid #fff; */
    /* border-radius: 50%; */
    color: #fff;
    display: inline-block;
    /* font-size: 24px; */
    /* height: 60px; */
    /* padding: 17px; */
    text-align: center;
    /* width: 37px; */
    transition-duration: .3s;
    float: left;
    margin: 0 10px 0 0;
}

.dshmnu h5 {
    font-size: 40px;
    color: #013dc1;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin: 68px 0;
}

.dshmnu h5 span {
    color: #f35036;
}

.mnucont {
    margin: 15px 0;
    display: inline-block;
}

.mnucont:hover i {
    background: #fff none repeat scroll 0 0;
    color: #e62105;
}

.dshttl {
    display: none;
}

/*Goto*/

.dshgoto a {
    text-decoration: none;
}

.dshgoto div {
    margin: 20px 0;
    padding: 0;
}

.dshgoto a h3 {
    font-size: 26px;
    color: #ffffff;
    background: #e62105;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: inline-block;
    padding: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.dshgoto a h3 i {
    font-size: 42px;
    color: #020202;
    display: block;
    padding: 5px 0;
    text-shadow: 1px 3px 0 rgba(219, 218, 218, 1);
}

.dshgoto a h3 span {
    font-size: 16px;
    color: #020202;
    display: block;
}

.dshgoto a:hover h3,
.dshgoto a:hover h3 span,
.dshgoto a:hover h3 i {
    background: #feb729;
    color: #000;
    text-shadow: none;
}

/*status content*/

.dshinvst {
    background: url(images/plan-bg.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 0px 0px 10px 0px;
    margin-bottom: 50px;
    font-family: 'Exo 2', sans-serif;
}

.dshwthdrw {
    background: url(images/refer-bg.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 0px 0px 10px 0px;
    margin-bottom: 50px;
    font-family: 'Exo 2', sans-serif;
}

.dshinvst img,
.dshwthdrw img {
    margin: 10px;
}

.dshinvst h3,
.dshwthdrw h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 10px 0px 20px 0px;
}

.dshinvst h4,
.dshwthdrw h4 {
    font-size: 24px;
    color: #f54700;
    background: #000;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 20px 0;
    margin: 0px 0px 10px 0px;
}

.dshinvst h4 span,
.dshwthdrw h4 span {
    font-size: 18px;
    color: #feb729;
    display: block;
    margin: 8px 0px 0px 0px;
}

/*dashbox*/

.dshbxcont {
    width: 100%;
    margin-bottom: 0px;
}

.dshbx1,
.dshbx2,
.dshbx3 {
    background: url(images/dshbxbk0.png) no-repeat top center, url(images/dshbxsdw.png) no-repeat top center;
    width: 310px;
    min-height: 324px;
    background-size: cover;
    margin: 20px auto 20px;
    font-family: 'Exo 2', sans-serif;
}

.dshbx1 img {
    padding: 50px 0 24px;
}

.dshbx2 img {
    padding: 50px 0 24px;
}

.dshbx3 img {
    padding: 50px 0 24px;
}

.dshbx1 h2,
.dshbx2 h2,
.dshbx3 h2 {
    font-size: 28px;
    color: #fff;
    padding: 25px 0 94px;
}

.dshbx1 h2 span,
.dshbx2 h2 span,
.dshbx3 h2 span {
    font-size: 18px;
    color: #fec554;
    display: block;
    margin-top: 10px;
}

.admin-header {
    width: 100%;
    padding: 12px 0;
    background: #2b2356 no-repeat top center fixed;
    background-size: cover;
    position: relative;
}

.header_logo {
    width: 100%;
    display: inline-block;
    padding: 16px 0px;
}

.header_logo a {
    display: inline-block;
}

.header_links ul li h5 {
    display: inline-block;
    font-size: 15px;
    color: #fcca04;
    font-weight: 500;
    text-transform: capitalize;
}

.header_links ul li h5 i {
    display: inline-block;
}

.header_links ul li h5 span {
    display: inline-block;
    font-weight: 300;
    color: #ffffff;
}

.header_links {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 26px 0px 0px 0px;
}

.header_links ul {
    width: 100%;
    display: inline-block;
}

.header_links ul li {
    display: inline-block;
    padding-left: 8px;
}

.header_links ul li a {
    transition: all .2s ease-in-out !important;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    display: inline-block;
}

.header_links ul li a.soc-tweet,
.header_links ul li a.soc-fb {
    font-size: 14px;
    color: #ffffff;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
}

.header_links ul li a.soc-tweet i,
.header_links ul li a.soc-fb i {
    line-height: 24px;
}

.header_links ul li a.btn-reg,
.header_links ul li a.btn-log {
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 24px;
    font-weight: 600;
    text-align: center;
}

.header_links ul li a.btn-reg {
    background: #ffffff;
    color: #000 000;
    transition: 0.7s;
}

.header_links ul li a.btn-log {
    background: #ffc500;
    color: #ffffff;
    transition: 0.7s;
}

.header_links ul li a:hover {
    background: #fcca04;
    color: #2b2356;
    transition: 0.7s;
}

.admin_page_banner {
    background: url("images/grey_buildings.jpg") no-repeat fixed center center / cover;
    width: 100%;
}

.user_account {
    width: 100%;
    display: inline-block;
}

.user_account h3 {
    width: 100%;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.user_account h3 img {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 1);
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.user_account h3 span {
    display: inline-block;
    font-size: 18px;
    color: #1b2533;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 15px;
}

.user_account h3 span b {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

/** admin_page_title **/

.admin_page_title {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}

.admin_page_title h2 {
    width: 100%;
    display: inline-block;
    font-size: 28px;
    color: #fb684a;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.admin_top_links {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 25px 0px 0px 0px;
}

.admin_top_links ul {
    width: 100%;
    display: inline-block;
}

.admin_top_links ul li {
    display: inline-block;
    padding: 0 5px;
}

.admin_top_links ul li .btn-default {
    display: inline-block;
    margin: 10px 0;
    background: #f69;
    color: #ffffff !important;
    border: 1px solid #ff6699;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.7s;
}

.admin_top_links ul li .btn-default:hover {
    background: #03dedf;
    color: #2b2356 !important;
    border: 1px solid #02dedf;
    transition: 0.7s;
}

.admin_top_links ul li .btn-primary {
    display: inline-block;
    margin: 10px 0;
    background: #03dedf;
    color: #2b2356 !important;
    border: 1px solid #02dedf;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.7s;
}

.admin_top_links ul li .btn-primary:hover {
    background: #f69;
    color: #ffffff !important;
    border: 1px solid #ff6699;
    transition: 0.7s;
}

.btn-reg {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    background: #fd5200;
    border: 1px solid #fd5200;
    transition: 0.7s;
    padding: 10px 28px;
    border-radius: 0px;
    box-shadow: inset 0 0 0 0 #292863;
    position: relative;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
}

.btn-reg:hover {
    color: #fff;
    background: #292863;
    border: 1px solid #292863;
    transition: 0.7s;
    box-shadow: inset 0 35px 0 0 #292863;
}

.btn-log {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    background: #292863;
    border: 1px solid #292863;
    transition: 0.7s;
    padding: 10px 28px;
    border-radius: 0px;
    box-shadow: inset 0 0 0 0 #fd5200;
    position: relative;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
}

.btn-log:hover {
    color: #fff;
    background: #fd5200;
    border: 1px solid #fd5200;
    transition: 0.7s;
    box-shadow: inset 0 35px 0 0 #fd5200;
}

.btn-sec {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #eeeeee;
    background: #f67b38;
    border: 1px solid #f67b38;
    padding: 10px 20px;
    transition: 0.7s;
    border-radius: 5px;
    margin: 0px 10px 10px 10px;
    box-shadow: inset 0 0 0 0 #111d2d;
}

.btn-sec:hover {
    color: #f67b38;
    background: #111d2d;
    border: 1px solid #111d2d;
    box-shadow: inset 0 0 0 42px #111d2d;
    transition: 0.7s;
}

.btn-edit {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111d2d;
    background: transparent;
    border: 1px solid #111d2d;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.7s;
    margin: 0px 10px 0px 10px;
    box-shadow: inset 0 0 0 0 #111d2d;
}

.btn-edit:hover {
    color: #111d2d;
    background: #f67b38;
    border: 1px solid #f67b38;
    box-shadow: inset 0 0 0 42px #f67b38;
    transition: 0.7s;
}

.btn-copy {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    background: #08201c;
    border: 1px solid #01ffb9;
    transition: 0.7s;
    padding: 10px 28px;
    border-radius: 30px;
    box-shadow: inset 0 0 0 0 #005841;
    position: relative;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
}

.btn-copy:hover {
    background: linear-gradient(90deg, #01ffb9 0%, #01ffb9 72%) !important;
    color: #002828 !important;
    border: 1px solid #01ffb9;
}

/** admin_menu_carousel **/

.section_2 {
    background: #1832ab;
}

.admin_menu {
    padding: 10px 0px 7px 0px;
}

.admin_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.admin_menu ul li {
    display: block;
    padding: 8px 17px;
}

.admin_menu ul li a {
    padding: 0px 0px;
}

.admin_menu ul li a {}

.menu_block small {
    display: inline-block;
    border-radius: 50%;
    padding: 7px;
    margin-bottom: 8px;
    background: transparent;
}

.menu_block small i {
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    padding: 16px;
    background: #1832ab;
}

.menu_block small i:hover {
    background-color: #ffc500;
}

.menu_block span {
    display: block;
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
}

.menu_block:after {
    content: "";
    position: absolute;
    border-right: 1px solid transparent;
    width: 1px;
    height: 23px;
    left: 0;
    top: 0;
    bottom: 29px;
    margin: auto;
}

.menu_block.active small {
    background: #ffc500;
}

.menu_block.active small i {
    background: #ffc500;
}

/** referral_link_box **/

.referral_link_box {
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.13);
    /*background: #ffffff;*/
    background: url(images/ref-right1.png) no-repeat top center;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 30px auto 20px
}

.referral_link_box span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.referral_link_box span i {
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    background: linear-gradient(134deg, #0e111a 0%, #f67939 72%) !important;
    border-radius: 50%;
    padding: 15px;
}

.referral_link_box h3 {
    display: inline-block;
    vertical-align: middle;
}

.referral_link_box h3 input {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    padding: 0 16px;
    border: transparent;
}

.referral_link_box h3 span {
    font-size: 18px;
    color: #0e111a;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.referral_link_box button {
    margin: 30px 0px 0px 0px;
    float: right;
    background: linear-gradient(135deg, #f67b38 0%, #f67b38 100%);
    border: 1px solid #f67b38;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 5px;
}

.referral_link_box button:hover {
    background: #ff9000 !important;
    border: 1px solid #ff9300;
    color: #0e111a !important;
    transition: 0.7s;
}

.social-links {
    text-align: right;
}

.social-links li {
    display: inline-block;
    padding: 0px 5px;
}

.social-links li a i {
    font-size: 16px;
    color: #1832ab;
    border: 1px solid #f54801;
    background: #f54801;
    padding: 8px;
    border-radius: 30px;
    transition: 0.7s;
    transition: all 500ms ease-in;
    box-shadow: 0px 0px 0px 0px #fdcb08;
    width: 36px;
    height: 36px;
    text-align: center;
}

.social-links li a i:hover {
    color: #1832ab;
    transition: 0.7s;
    background: #fdcb08;
    border: 1px solid #fdcb08;
    box-shadow: 0px 0px 5px 0px #fdcb08;
    transition: transform .8s ease-in-out;
    transform: rotate(360deg);
}

.ftr-btm {
    background: #4a4ef7 url(images/foot-bg2.jpg) no-repeat top center;
    padding: 10px 0px 10px 0px;
    font-family: 'Exo 2', sans-serif;
}

.ftr-btm-left {
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.ftr-btm-right {
    padding: 20px 0px 0px 0px;
}

.ftr-btm-left span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.table-responsive {
    -webkit-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
}

table {
    width: 100%;
}

table th {
    padding: 15px 15px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    white-space: nowrap;
    background: #000;
    font-family: 'Exo 2', sans-serif;
}

/*table tbody td{text-align:left; font-size:13px; color:#000
	; font-weight:normal; padding: 15px 15px; white-space:nowrap;

border-bottom:1px solid rgba(0, 0, 0, 0.2); background:rgb(242, 244, 248);}*/

table tbody td span {
    color: #ffc500;
}

.text-green {
    color: #3ae63a !important;
}

.text-yellow {
    color: #f9ee27 !important;
}

.text-red {
    color: #f43d3d !important;
}

/****************

     button

***************/

.btn1,
.sbmt1 {
    text-shadow: none;
    border: none;
    display: inline-block;
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
}

.btn-default1,
.sbmt1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #ff5d00 0%, #ff9400 72%);
    border: 1px solid #f5f8fd;
    padding: 14px 32px;
    margin: 20px 10px 25px 10px;
    transition: 0.7s;
    text-transform: capitalize;
    display: inline-block;
    transition-duration: .5s;
    transition-property: transform;
    position: relative;
    border-radius: 10px;
    line-height: 20px;
}

.btn-primary1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #ff5d00 0%, #ff9400 72%);
    border: 1px solid #f5f8fd;
    padding: 14px 32px;
    margin: 20px 10px 25px 10px;
    transition: 0.7s;
    text-transform: capitalize;
    display: inline-block;
    transition-duration: .5s;
    transition-property: transform;
    position: relative;
    border-radius: 10px;
    line-height: 20px;
}

.btn-default1:hover,
.btn-default1:focus,
.btn-default1:active,
.btn-primary1:hover,
.btn-primary1:focus,
.btn-primary1:active,
.sbmt1:hover,
sbmt1:active,
sbmt1:focus {
    color: #000;
    background: transparent;
    border: 1px solid #f77a38;
    transition: 0.7s;
    box-shadow: 0px 0px 10px #f57f34;
    transform: translateY(10px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: $defaultDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/****************

     select

***************/

.small,
small {
    font-size: 100% !important;
}

select {
    background: linear-gradient(45deg, #ff7200 0%, #ffb83e 40%, #ffb83e 40%, #ff7200 100%);
    font-size: 14px;
    color: #000 !important;
    font-family: 'Exo 2', sans-serif;
    height: 50px;
    padding: 0 35px 0 15px;
    font-weight: normal;
    border: none;
    width: 100%;
}

select:active,
select:focus {
    border-radius: 0;
}

select option {
    -webkit-box-shadow: inset 0px 0px 0px 200px rgb(217 63 135);
    -moz-box-shadow: inset 0px 0px 0px 200px rgba(217, 63, 135, 1);
    box-shadow: inset 0px 0px 0px 200px rgb(217 63 135);
    background: #ff7e0a;
    padding: 5px 15px;
    -moz-padding: 5px 15px;
    -webkit-padding: 5px 15px;
    color: #1a3642 !important;
}

select option:hover {
    -webkit-box-shadow: inset 0px 0px 0px 200px rgba(68, 49, 141, 1);
    -moz-box-shadow: inset 0px 0px 0px 200px rgba(68, 49, 141, 1);
    box-shadow: inset 0px 0px 0px 200px rgba(68, 49, 141, 1);
}

/****************

     input

***************/

input[type="submit"] {
    border: none;
    outline: none;
}

input[type="radio"] {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

input[type="checkbox"] {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
    width: 100%;
    height: 54px;
    padding: 0 65px;
    border-radius: 0px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(135deg, #ff5401 30%, #ff9200 100%);
    border: 1px solid #111d2d;
    margin: 0px 0px 10px 0px;
    font-family: 'Poppins', sans-serif;
}

input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {}

textarea {
    padding: 0 15px;
    font-size: 14px;
    color: #000 000;
    background: #ffffff;
    width: 100%;
    min-height: 120px;
    resize: none;
    border-radius: 0;
    border: none;
    outline: none;
}

textarea:active,
textarea:focus {}

/****************



::-webkit-input-placeholder {

  color: #fff; opacity:1;

}

::-moz-placeholder {

  color: #fff; opacity:1;

}

:-ms-input-placeholder {

  color: #fff; opacity:1;

}

:-moz-placeholder {

  color: #fff; opacity:1;

}







***************/

/*****************************************************************

dashboard

******************************************************************/

.table-responsive {
    -webkit-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
}

table {
    width: 100%;
    font-family: 'Exo 2', sans-serif;
}

table tbody td {
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 15px 15px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: rgb(242, 244, 248);
}

table tbody td i {
    margin-right: 5px;
    color: #000;
}

table tbody td span {
    color: #1832ab;
}

.com-page input[type="text"],
.com-page input[type="passowrd"],
.com-page input[type="email"],
.com-page input[type="number"] {
    color: #000;
}

.bg_body {
    /*background: rgba(6,69,163,1);

	background: -moz-linear-gradient(top, rgba(6,69,163,1) 0%, rgba(3,27,107,0.97) 100%);

	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,69,163,1)), color-stop(100%, rgba(3,27,107,0.97)));

	background: -webkit-linear-gradient(top, rgba(6,69,163,1) 0%, rgba(3,27,107,0.97) 100%);

	background: -o-linear-gradient(top, rgba(6,69,163,1) 0%, rgba(3,27,107,0.97) 100%);

	background: -ms-linear-gradient(top, rgba(6,69,163,1) 0%, rgba(3,27,107,0.97) 100%);

	background: linear-gradient(to bottom, rgba(6,69,163,1) 0%, rgba(3,27,107,0.97) 100%);*/
    /*background: #fff;*/
    font-family: 'Bai Jamjuree', sans-serif;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0645a3', endColorstr='#031b6b', GradientType=0);
}

header {
    width: 100%;
    margin-bottom: 0px;
}

.header_left {
    width: 100%;
    display: inline-block;
}

.admin_logo {
    -webkit-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.18);
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 21%, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 21%, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgb(43, 35, 86) 0%, rgb(68, 65, 114) 21%, rgb(43, 35, 86) 48%, rgb(69, 65, 116) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    display: inline-block;
    padding: 16px 45px;
    border-radius: 0 0 30px 30px;
}

.admin_logo img {
    display: inline-block;
}

.header_left .breadcrumb {
    background: none;
    border-radius: 0;
    margin: 0;
    display: inline-block;
    padding: 9px 17px;
}

.header_left .breadcrumb li {
    display: inline-block;
    font-size: 16px;
    color: #2712a1;
    text-transform: capitalize;
    font-weight: normal;
}

.header_left .breadcrumb li a {
    display: inline-block;
    color: #ffc500;
}

.header_left .breadcrumb>li+li::before {
    color: #dd2b36;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0 5px;
}

.header_left .breadcrumb li a:hover {
    color: #09379d;
}

.admin_body {
    width: 100%;
    /*background: #fff no-repeat center fixed;*/
    background: transparent;
    background-size: cover;
}

.admin_top {
    width: 100%;
    display: inline-block;
}

.admin_top_left {
    width: 100%;
    display: inline-block;
}

.admin_top_left h5 {
    width: 100%;
    display: inline-block;
    font-size: 28px;
    color: #ffc500;
    text-transform: capitalize;
}

.admin_top_right {
    width: 100%;
    display: inline-block;
    text-align: right;
}

.admin_top_right ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.admin_top_right ul li {
    display: inline-block;
}

.admin_top_right ul li a {
    font-size: 16px;
    color: #ff6699;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    padding: 20px 21px;
    display: inline-block;
    position: relative;
}

.admin_top_right ul li .active {
    -webkit-box-shadow: inset 0px 4px 0px 0px rgba(217, 63, 135, 1);
    -moz-box-shadow: inset 0px 4px 0px 0px rgba(217, 63, 135, 1);
    box-shadow: inset 0px 4px 0px 0px rgb(255, 102, 153);
    background: #000;
}

.admin_top_right ul li a span {
    content: "";
    position: absolute;
    display: none;
    font-size: 12px;
    color: #2712a1;
    text-transform: capitalize;
    left: -25px;
    top: -25px;
    margin: auto;
}

.admin_top_right ul li a:hover span {
    display: block;
    width: 100px;
    text-align: center;
}

.admin_body_box {
    width: 100%;
    display: inline-block;
    padding: 30px 30px;
    background: url(../images/plan-bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

/** admin_body_top **/

@media only screen and (max-width: 991px) {
    .logo {
        display: block;
        padding: 4px 0;
        text-align: center;
    }
    .header_right {
        display: block;
        float: unset;
        padding: 43px 0px 0px 0px;
        text-align: center;
    }
    .user_account {
        text-align: center;
    }
    .admin_top_links {
        text-align: center;
    }
}

.admin-main {
    width: 100%;
    padding: 30px 0px 30px 0px;
    background: transparent;
    background-size: cover;
    background-attachment: fixed;
}

.admin_body_top {
    width: 100%;
    margin-bottom: 30px;
}

.pink_title {
    color: #ffc500;
}

.user_detail {
    width: 100%;
    display: inline-block;
    /* padding: 50px 0; */
}

.user_detail img {
    -webkit-box-shadow: 0px 0px 0px 11px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 0px 0px 0px 11px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 0px 11px rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: inline-block;
}

.user_detail h4 {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 25px;
}

.user_detail h4 span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Bai Jamjuree', sans-serif;
}

/** referral_link **/

.referral_link [type="text"] {
    padding: 0 40px 0 20px;
}

.alert {
    display: none;
    width: auto;
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 12px;
    color: #fff;
    padding: 0;
    border: none;
    border-radius: 30px;
    padding: 1px 10px;
}

.alert-success {
    background: #b09576;
}

.copy_btn {
    display: inline-block;
    position: absolute;
    right: 19px;
    top: 5px;
    font-size: 16px;
    color: #342c5d;
    background: #02dedf;
    border: none;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
}

.copy_btn i {
    line-height: 32px;
}

/** admin_body_bottom **/

.admin_body_bottom {
    width: 100%;
}

.account_detail {
    -webkit-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.account_detail ul {
    display: inline-block;
    width: 100%;
}

.account_detail ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 14px 22px;
}

.account_detail ul li img {
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 13px;
}

.account_detail ul li span {
    display: inline-block;
    font-size: 16px;
    color: #1832ab;
    fotn-weight: bold;
    text-transform: capitalize;
    vertical-align: middle;
    margin-left: 10px;
}

.account_detail ul li span b {
    display: block;
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    font-family: roboto;
}

.account_detail ul li span b sup {
    font-size: 20px;
    display: inline-block;
}

.account_detail ul li span b small {
    font-size: 20px;
    color: #fff;
}

.account_detail_box1 {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    min-height: 148px;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    width: 83%;
    display: inline-block;
    background: #fff;
    /*background: #fff url(/images/line1.png) no-repeat bottom center;*/
    border-radius: 7px;
    padding: 28px 0px 0px 0;
    text-align: left;
    transition: 0.7s;
    background-size: contain;
}

.account_detail_box1:hover {
    box-shadow: 0px 0px 10px 0px #fff;
    transition: 0.7s;
}

.account_detail_box2 {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    min-height: 148px;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    width: 83%;
    display: inline-block;
    /*background: #fff url(/images/line2.png) no-repeat bottom center;*/
    background: #fff;
    border-radius: 7px;
    padding: 28px 0px 0px 0;
    text-align: left;
    transition: 0.7s;
    background-size: contain;
}

.account_detail_box2:hover {
    box-shadow: 0px 0px 10px 0px #fff;
    transition: 0.7s;
}

.account_detail_box3 {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    min-height: 148px;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    width: 83%;
    display: inline-block;
    background: #fff;
    /*background: #fff url(/images/line3.png) no-repeat bottom center;*/
    border-radius: 7px;
    padding: 28px 0px 0px 0;
    text-align: left;
    transition: 0.7s;
    background-size: contain;
}

.account_detail_box3:hover {
    box-shadow: 0px 0px 10px 0px #fff;
    transition: 0.7s;
}

.account_detail_box4 {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    min-height: 148px;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    width: 83%;
    display: inline-block;
    background: #fff;
    /*background: #fff url(/images/line4.png) no-repeat bottom center;*/
    border-radius: 7px;
    padding: 28px 0px 0px 0;
    text-align: left;
    transition: 0.7s;
    background-size: contain;
}

.account_detail_box4:hover {
    box-shadow: 0px 0px 10px 0px #fff;
    transition: 0.7s;
}

.account_detail_box i {
    font-size: 30px;
    color: #02dedf;
    display: inline-block;
    background: transparent;
    padding: 5px 12px;
    margin-right: 0px;
    vertical-align: middle;
    border-radius: 50px;
    margin-left: 20px;
}

.account_detail_box h4 {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    margin: 15px 0px 0px 20px;
}

.account_detail_box h4 span {
    display: block;
    font-size: 22px;
    color: #ffc500;
    text-transform: uppercase;
    font-weight: 600;
}

.account_detail_box h4 small {
    font-size: 12px;
}

.earning_withdraw {
    width: 100%;
    display: inline-block;
}

.earning_withdraw .col-xs-6 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.earning_withdraw .col-xs-6:last-child {
    border: none;
}

/* knob circle */

.knob_value_cirle {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.knob_value_cirle canvas {
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    margin-bottom: 20px;
}

.knob_value_cirle span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-family: roboto;
}

.knob {
    font-size: 25px !important;
    color: #fff !important;
    font-weight: 300 !important;
    font-family: 'Bai Jamjuree', sans-serif !important;
}

.admin_title {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

/** chart **/

.chart_box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    font-family: roboto;
}

.highcharts-button {
    display: none;
}

.highcharts-background {
    fill: transparent;
}

.highcharts-axis-title,
.highcharts-axis-labels text,
.highcharts-legend-item text {
    fill: #fff !important;
}

#area_chart {
    min-width: auto;
    max-width: auto;
    width: 100%;
    height: 380px;
    margin: 0 auto;
}

/** account_stats **/

.account_stats {
    width: 100%;
    display: inline-block;
}

.stats_box {
    webkit-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
    display: inline-block;
    width: 100%;
    background: #0cbdb7;
    padding: 15px;
}

.stats_box ul {
    list-style: none;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.stats_box ul li {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.stats_box ul li span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #000;
    border-right: 1px solid #ffffff;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 600;
}

.stats_box ul li:last-child span {
    border: none;
}

.stats_box ul li span sup {
    font-size: 18px;
}

.stats_box ul li span small {
    font-size: 11px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Bai Jamjuree', sans-serif;
    text-transform: uppercase;
    display: block;
}

.stats_box ul li b {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #1832ab;
    font-weight: normal;
    margin-top: 20px;
}

/** admin_footer **/

.admin_footer {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 30px 30px;
    background: #000 no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.admin_footer h6 {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #02dedf;
    text-transform: capitalize;
}

.admin_footer h6 i {
    color: #f69;
    padding-right: 5px;
}

/*****************************************************************

deposit

******************************************************************/

.select_transaction_box {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.select_box {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px 0;
}

.deposit_list {
    width: 100%;
}

.deposit_list h4 {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.deposit_list h4>a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #1832ab;
    border-radius: 30px;
    padding: 6px 17px;
    display: inline-block;
}

.deposit_list h4>a i {
    padding-right: 4px;
    font-size: 10px;
}

.deposit_list h4>a:hover {
    background: #fff;
    color: #000 000;
}

.table_page {
    display: inline-block;
    float: right;
}

.table_page h6 {
    width: 100%;
    display: inline-block;
}

.table_page h6 a {
    background: #f95901;
    font-size: 13px;
    color: #fff;
    border-radius: 50%;
    padding: 8px 12px;
    display: inline-block;
    transition: .3s;
}

.table_page h6 span {
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    padding: 0 5px;
}

.table_page h6 a:hover {
    background: ##04af82;
    color: #000 000;
    transition: .3s;
}

/*****************************************************************

make deposit

******************************************************************/

.package_carousel {
    width: 100%;
    margin-bottom: 30px;
}

.package_carousel .owl-stage-outer {
    padding: 20px 0px;
}

.package_block {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 35px 20px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.package_block h5 {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.package_block:after {
    content: "";
    position: absolute;
    background: url(../images/white_curve_bg.png) no-repeat center;
    width: 100%;
    height: 536px;
    right: 0;
    left: 0;
    bottom: -7px;
    margin: auto;
    background-position: right bottom;
    background-size: 100% auto;
    width: 100%;
}

.package_block span {
    width: 100%;
    display: inline-block;
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.package_block span sup {
    font-size: 22px;
    display: inline-block;
}

.package_block span small {
    font-size: 13px;
    color: #fff;
}

.package_block>small {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 40px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.package_block>small:before {
    content: "";
    position: absolute;
    background: url(../images/plan_title_design.png) no-repeat center;
    width: 34px;
    height: 7px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.package_block>small:after {
    content: "";
    position: absolute;
    background: url(../images/plan_title_design.png) no-repeat center;
    width: 34px;
    height: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.package_block ul {
    list-style: none;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.package_block ul li {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    line-height: 28px;
}

.package_block ul li b {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.package_block aside {
    width: 100%;
    display: inline-block;
    text-align: right;
    position: relative;
    z-index: 1;
}

.package_block aside a {
    display: inline-block;
    text-align: right;
    font-size: 15px;
    color: #6d7c92;
}

.package_block aside a:hover {
    color: #ffc500;
}

.package_carousel .owl-item:nth-child(1n) .package_block {
    background: rgb(66, 183, 221);
    background: -moz-linear-gradient(45deg, rgba(66, 183, 221, 1) 0%, rgba(107, 244, 205, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(66, 183, 221, 1) 0%, rgba(107, 244, 205, 1) 100%);
    background: linear-gradient(45deg, rgba(66, 183, 221, 1) 0%, rgba(107, 244, 205, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b7dd', endColorstr='#6bf4cd', GradientType=1);
}

.package_carousel .owl-item:nth-child(2n) .package_block {
    background: rgb(255, 126, 160);
    background: -moz-linear-gradient(45deg, rgba(255, 126, 160, 1) 0%, rgba(255, 179, 181, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 126, 160, 1) 0%, rgba(255, 179, 181, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 126, 160, 1) 0%, rgba(255, 179, 181, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7ea0', endColorstr='#ffb3b5', GradientType=1);
}

.package_carousel .owl-item:nth-child(3n) .package_block {
    background: rgb(73, 94, 236);
    background: -moz-linear-gradient(45deg, rgba(73, 94, 236, 1) 0%, rgba(226, 150, 254, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(73, 94, 236, 1) 0%, rgba(226, 150, 254, 1) 100%);
    background: linear-gradient(45deg, rgba(73, 94, 236, 1) 0%, rgba(226, 150, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495eec', endColorstr='#e296fe', GradientType=1);
}

.package_carousel .owl-item:nth-child(1n) .package_block:before {
    content: "";
    position: absolute;
    background: url(../images/plan_icon_bg_2.png) no-repeat center;
    width: 184px;
    height: 184px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.package_carousel .owl-item:nth-child(2n) .package_block:before {
    content: "";
    position: absolute;
    background: url(../images/plan_icon_bg_1.png) no-repeat center;
    width: 184px;
    height: 184px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.package_carousel .owl-item:nth-child(3n) .package_block:before {
    content: "";
    position: absolute;
    background: url(../images/plan_icon_bg_3.png) no-repeat center;
    width: 184px;
    height: 184px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/** deposit_method_box **/

.deposit_method_box {
    -webkit-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.18);
    width: 100%;
    background: rgb(0 0 0 / 5%);
    padding: 30px;
    font-family: 'Exo 2', sans-serif;
}

.deposit_method_box h3 {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.deposit_method_box h3 span {
    font-weight: 500;
    color: #000;
    font-size: 35px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    vertical-align: middle;
    padding: 0 10px;
}

.deposit_method_box h3 span sup {
    font-size: 20px;
}

.deposit_method_box h3 span small {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Bai Jamjuree', sans-serif;
    color: #1832ab;
}

.admin_input {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.payment_select {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.payment_select ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.payment_select ul li {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    text-align: left;
    padding: 0 0px 10px 0;
}

.payment_select ul li img {
    position: relative;
    top: 6px;
}

.breadcrumb i {
    font-size: 21px;
    color: #fff;
    padding: 0 6px;
}

.btn-default {
    -webkit-box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.6);
    background: rgb(242, 69, 122);
    background: -moz-linear-gradient(170deg, rgba(242, 69, 122, 1) 0%, rgba(242, 69, 122, 1) 50%, rgba(239, 36, 99, 1) 50%, rgba(239, 36, 99, 1) 100%);
    background: -webkit-linear-gradient(170deg, rgba(242, 69, 122, 1) 0%, rgba(242, 69, 122, 1) 50%, rgba(239, 36, 99, 1) 50%, rgba(239, 36, 99, 1) 100%);
    background: linear-gradient(170deg, rgba(242, 69, 122, 1) 0%, rgba(242, 69, 122, 1) 50%, rgba(239, 36, 99, 1) 50%, rgba(239, 36, 99, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2457a', endColorstr='#ffc500', GradientType=1);
    color: #000 !important;
}

/*plans*/

.plans {
    width: 100%;
    padding: 43px 20px;
}

.main_title {
    width: 100%;
    margin-bottom: 30px;
}

.plan_box {
    margin: 30px auto 30px;
    width: 280px;
    text-align: center;
    /* background: url(images/plan1.png) no-repeat top center; */
    background-color: #4a4ef7;
    width: 300px;
    min-height: 280px;
    background-size: cover;
    font-family: 'Exo 2', sans-serif;
    padding: 30px 15px 10px 15px;
    border-radius: 30px;
}

.plan_box h5 {
    width: 90%;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    transition: 0.7s;
}

.plan_box img {
    display: inline-block;
    /* padding: 10px 0;

    max-width: 18%;*/
}

/*.plan_box:hover h5, .plan_box h5:hover {

	

	color:#000
	;

	background: #fff;

    transition: 0.7s;

}



.plan_box:hover h4, .plan_box h4:hover {

	

	color:#fff;

    transition: 0.7s;

}



.plan_box:hover ul li, .plan_box ul li:hover {

	

    color: #fff;

    border-bottom: 1px solid #fff;

}



.plan_box:hover ul li span, .plan_box ul li span:hover {

	

    color: #fff !important;

	transition: 0.7s;

}*/

.plan_box h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    background: -webkit-linear-gradient(#ffe54a, #df993d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    line-height: 60px;
    border-radius: 8px;
    width: 224px;
}

.plan_box ul {
    list-style: none;
    width: 100%;
    line-height: 42px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
}

.plan_box .btn {
    min-width: 149px;
    height: 50px;
    line-height: 50px;
    box-shadow: none;
    font-weight: 500;
}

.plan_box ul li::after {
    content: "";
    position: absolute;
    background: transparent;
    width: 38px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
}

.plan_box ul li span {
    font-size: 16px;
    font-weight: 600;
    color: #e1f12e;
    float: right;
    position: relative;
    margin: 0px 10px 0px 0px;
    text-transform: lowercase;
}

.plan_box h4 small {
    font-size: 16px;
    color: #1832ab;
    font-weight: 500;
}

.plan_box ul li {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    width: 90%;
    text-align: left;
    border-bottom: 1px solid #13c0e5;
}

.admin_title.mb-20 {
    margin-top: 30px;
}

.admin_page_title {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}

.title h4 {
    font-size: 36px;
    color: #ff6699;
    margin: 10px 0px;
    line-height: 50px;
}

.title span {
    color: #FFDF00;
    font-size: 18px;
    font-weight: 600;
}

.token_boxes {
    width: 100%;
}

.token_box {
    -webkit-box-shadow: 0px 14px 11px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 14px 11px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px #0e111a7a;
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    padding: 20px;
    background: #f5f9fc;
    margin: 20px auto 20px;
    background-attachment: fixed;
}

.token_box:hover {
    box-shadow: 0px 0px 10px #ff5401;
}

.token_box img {
    float: left;
    margin: 14px 14px 14px 0px !important;
}

.token_box h4 {
    font-size: 17px;
    color: #ff5401;
    text-transform: capitalize;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.token_box h4 span {
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

.tcu {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.success {
    background: linear-gradient(1deg, #171858, #2b792b);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
    border-radius: 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    opacity: 0.7;
    display: inline-block;
}

.msg {
    color: #000;
    font-size: 13px;
    margin: 10px 0;
    text-align: center;
}

.msg.black {
    color: #fff;
}

.frmcont.textarea span i {
    bottom: inherit;
    top: 0;
}

.error {
    background: linear-gradient(1deg, #171858, #b93b37);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
    border-radius: 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    opacity: 0.7;
    display: inline-block;
}

.msg li {
    display: inline-block;
    list-style-type: none;
    margin: 5px 0;
}

.after_reg {
    color: #000;
}

.after_reg h3 {
    color: #ffc500;
    font-size: 23px;
}

.after_reg p {
    margin-bottom: 10px;
}

.msg .error i {
    background-color: #b93b37;
    color: #fff;
}

.msg .success i {
    background-color: #2b792b;
    color: #fff;
}

.msg i {
    margin-right: 5px;
    padding: 10px;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 63% 0%
    }
    50% {
        background-position: 38% 100%
    }
    100% {
        background-position: 63% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 63% 0%
    }
    50% {
        background-position: 38% 100%
    }
    100% {
        background-position: 63% 0%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 63% 0%
    }
    50% {
        background-position: 38% 100%
    }
    100% {
        background-position: 63% 0%
    }
}

.succes_msg {
    text-align: center;
    width: 100%;
}

.reftextarea {
    min-height: inherit;
    padding: 10px 15px;
}

.wd .stats_box {
    margin-bottom: 20px;
}

.form_box {
    width: 100%;
    display: inline-block; 
    padding: 20px;
    margin-bottom: 40px;
}

.form_block {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.form_block span {
    width: 100%;
    display: inline-block;
    position: relative;
}

.form_block span input[type="text"],
.form_block span input[type="email"],
.form_block span input[type="password"],
.form_block span input[type="number"] {
    width: 100%;
    height: 54px;
    padding: 0 65px;
    border-radius: 0px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(135deg, #111d2d 30%, #1c2534 100%);
    font-family: 'Exo 2', sans-serif;
}

.form_block span i {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: -17px;
    top: 8px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    background: transparent;
    color: #fff;
    background: linear-gradient(90deg, #ff5700 0%, #ff9400 72%) !important;
    border-radius: 0px;
    border: 1px solid #f7f7f8;
}

.form_block textarea {
    width: 100%;
    height: 50px;
    padding: 8px 60px !important;
    border-radius: 0px;
    border: none;
    outline: none;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(135deg, #15202f 30%, #1a2332 100%);
    font-family: 'Exo 2', sans-serif;
}

.wmsg li {
    list-style-type: none;
    color: #000;
    line-height: 30px;
}

.commission_block {
    -webkit-box-shadow: 0px 18px 22px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 18px 22px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 8px 10px 0px rgba(255, 255, 255, 0.25);
    width: 100%;
    border-radius: 30px;
}

.commission_block>span {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
}

.commission_block>span img {
    display: inline-block;
}

.commission_block h4 {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 14px 0;
}

.commission_block h4 span {
    display: inline-block;
    font-size: 28px;
}

.commission_block h4 span small {
    font-size: 16px;
    color: #fff;
}

.commission_list {
    width: 100%;
    display: inline-block;
    padding: 30px;
    text-align: center;
}

.purple_block {
    /*background: rgba(31,176,248,1);

background: -moz-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,176,248,1)), color-stop(100%, rgba(242,69,121,1)));

background: -webkit-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);

background: -o-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);

background: -ms-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);

background: linear-gradient(to bottom, rgba(31, 176, 248, 0.52) 0%, rgba(242, 69, 121, 0.54) 100%);*/
    background: #e53ac4;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb0f8', endColorstr='#f24579', GradientType=0);
}

.purple_block h4 {}

.pink_block {
    /*background: rgba(31,176,248,1);

background: -moz-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,176,248,1)), color-stop(100%, rgba(242,69,121,1)));

background: -webkit-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);

background: -o-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);

background: -ms-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);

background: linear-gradient(to bottom, rgba(31, 176, 248, 0.52) 0%, rgba(242, 69, 121, 0.54) 100%);*/
    background: #520ca0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb0f8', endColorstr='#f24579', GradientType=0);
}

.pink_block h4 {}

.security .commission_block {
    margin-bottom: 20px;
}

.commission_list li {
    list-style-type: none;
    display: inline-block;
    color: #fff;
    margin: 0 10px;
}

.banner_refer {
    color: #1832ab;
}

ul.pay-list li {
    display: inline-block;
    font-size: 15px;
}

li:empty {
    /*display: none!important;
*/
}

.deptab a {
    color: #ffffff;
}

.stats_box .admin_title {
    text-align: center;
    color: #fff;
}

.wmsg {
    text-align: center;
}