/* Home CSS*/

.home_text {
    margin: auto;
    text-transform: capitalize;
    color: white;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #000, 0 3px 0 #000, 0 3px 0 #000, 0 3px 0 #000, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%);
    font-weight: 700;
}

.bg-primary {
    background-color: #201a26 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.last10and {
    margin: auto;
    background: #000e34 !important;
    text-align: center;
}
.boderintruct {
    margin: auto;
    border: 2px solid black;
    border-radius: 5px;
    border-top: 5px solid #01d676;
    background-color: #000e34;
    box-shadow: 2px 5px 8px #000;
}

.last10and1 {
    margin: auto;
    background: #000e34;
    text-align: left;
}

.paylink {
    margin: auto;
    padding: 10px;
    text-align: center;
    background: #201a26;
}

.ldermate {
    margin: auto;
    width: 100%;
    background: #201a26;
}

.benifull {
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
    background: white;
    /*padding-top: 20px;*/
    padding-bottom: 5px;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 18%);
    overflow: hidden;
    border-radius: 5px;
    border-top: 2px solid #01d676;
    box-shadow: 0px 5px 8px #000;
}

.benifull img {
    margin: auto;
    height: 15px;
}

.benifull h2 {
    margin: auto;
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 5px;
    color: #01d676;
    font-weight: bold;
    text-align: center;
}

.benifull h2 span {
    color: #3d3a3b;
}

.benifull ul {
    margin: auto;
    padding: 0px;
}

.benifull ul li {
    margin: auto;
    list-style: none;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 15px;
    color: #182437;
    background: #ffffff;
    margin-bottom: 2px;
    /*border-bottom: 2px solid #dfdfdf;*/
    text-align: left;
}

.benifull ul li:last-child {
    border-bottom: none;
}

.top {
    /*background: url(/assets/adsrepays/images/home/member.png);*/
    background: #201a26;
    text-align: center;
}

.top img {
    margin: auto;
    height: 150px;
}

.ads {
    /*background: url(/assets/adsrepays/images/home/member.png);*/
    background: #201a26;
    text-align: right;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    padding: 0.5rem 1rem;
    box-shadow: 0px 3px 8px #000;
}

.anti img {
    vertical-align: middle;
}

ul.nav-list.mx-2 {
    list-style: none;
}

/*footer boder */

.border-footer {
    border-top: 5px solid #01d676 !important;
}

/* --- End HOME CSS -- */

/*=====================================================*/

/* -- Login Css --*/

.loginleft {
    float: left;
    background: #fff;
    padding: 28px;
    overflow: hidden;
    text-align: center;
}

.loginleft img {
    margin: auto;
    height: 350px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 100%;
    box-shadow: 0px 0px 25px #939393;
}

.loginright {
    float: right;
    background: #fff;
    padding: 28px;
    overflow: hidden;
    text-align: center;
}

.loginright img {
    margin: auto;
    height: auto;
    padding: 10px;
}

.login {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ecebf1;
    border-radius: 0.25rem;
}

.cardlogin {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    margin-top: 26px;
}

.card-footerlogin {
    padding: 0.5rem 1rem;
    border-top: 1px solid #7ed957;
}

/*--- End Login CSS --*/

.amk_top10 {
    width: 100%;
    color: #5d5e5e;
    overflow: hidden;
    background: rgba(0, 14, 52, 0.64) !important;
}

/* Last 10 Payouts */

.amk_top10 {
    width: 100%;
    color: white;
    overflow: hidden;
}

.amk_top10 h4 {
    float: left;
    text-transform: uppercase;
    width: 20%;
    height: 60px;
    margin: auto;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.amk_top10 .marquee {
    float: right;
    width: 100%;
    overflow: hidden;
}

.amk_top10 .marquee ul {
    padding: 0px;
    margin-bottom: 30px;
}

.amk_top10 .marquee ul li {
    display: inline-block;
    margin-right: 20px;
}

.amk_top10 .marquee ul li span {
    vertical-align: 4px;
    top: 20px;
    position: relative;
}

.amk_top10 .marquee ul li span.user {
    font-weight: 700;
    top: 20px;
    position: relative;
}

.amk_top10 .marquee ul li span.method {
    vertical-align: -2px;
    top: 14px;
    position: relative;
}

.last10and {
    margin: auto;
    background: #201a26 !important;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
    height:80px;
}

.lead {
    padding-top: 10px;
}