.login_btn {
    background: #016171;
    padding: 8px 18px;
    border-radius: 4px;
}
.modal-content {
        background: linear-gradient(308deg, rgb(1 97 113) 0%, rgb(0 0 0) 40%);
    border: 0;
}
.modal-header {
        position: absolute;
    border: 0;
    right: 0;
    z-index: 111;
}
.modal-body .form-group {
    margin-bottom:12px;
}
.modal-body .form-group .form-control {
    height: 42px;
    font-size: 16px;
}
.btn-close {
    background-image: url(../../img/close.png);
    opacity: 1;
}
.para_color {
    color:#9e9e9e;
}
.btn_1 {
        background: #016171;
    padding: 11px 18px;
    border-radius: 4px;
    border: 0;
    font-size: 16px;
}
.google_btn {
    font-size: 16px;
    text-align: center;
    width: 100%;
    border: 0;
    padding: 7px;
    border-radius: 5px;
    background: #ffffff;
    color: #000;
}
.or_line {
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.or_line:before {
    content:'';
    height: 1px;
    position: absolute;
    width: 50%;
    background: linear-gradient(to left, transparent, #A9A9CA);
    right: 0px;
    top: 13px;
}
.or_line:after {
    content:'';
    height: 1px;
    position: absolute;
    width: 50%;
    background: linear-gradient(to right, transparent, #A9A9CA);
    left: 0px;
    top: 13px;
}
.or_line span {
    background: #000000;
    position: relative;
    z-index: 1;
    padding: 5px;
}
.two_side_log {
        margin-top: 14px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
h4.logintle {
    font-size: 22px;
    margin-bottom: 25px;
    color: #016171;
    text-transform: uppercase;
    text-decoration: underline;
}
.wheel_img img {
    width: 100%;
    border-radius: 20px;
}
.multiple_chat {
        max-width: 800px;
}
.user_box {
    border: 1px solid #484444;
    padding: 4px 8px;
    margin-right:8px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user_box .left_user {
    display: flex;
    align-items: center;
}
.user_box .short_name {
    margin: 0;
    background: #413d3d;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
}
.user_box .short_name img {
    width:100%;
}
.user_box .name_survey b {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.user_box .name_survey span {
    font-size: 12px;
    line-height: 16px;
    display:block;
}
.user_box .name_survey span i {
        color: #2196F3;
}
.user_box .price_right p {
        margin: 0;
    background: #101316;
    padding: 2px 5px;
    border: 1px solid #484444;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    margin-left: 7px;
}
.body_area {
    padding: 15px;
    /*background: linear-gradient(308deg, rgb(13 124 102 / 43%) 0%, rgb(16 19 22) 40%);*/
    margin-top: 20px;
}
.box_offer_ae {
        display:block;
    padding: 15px;
    border-radius: 5px;
    position: relative;
        border: 1px dashed #21453e;
    margin-bottom: 30px;
    transition: .5s ease;
    transform: scale(1);
}
.box_offer_ae:hover {
    border: 1px dashed #21453e;
    transition: .5s ease;
    transform: scale(1.03);
}
/*
.box_offer_ae::nth-child(1) {
        background: linear-gradient(308deg, rgb(255 204 0 / 61%) 0%, rgb(253 153 0 / 50%) 60%);
}*/
.title_section {
   font-size: 25px;
    background: #0f312d;
    display: inline-block;
    padding: 2px 30px 6px 10px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.box_offer_ae img {
        width: 100%;
    height: 80px;
    border-radius: 5px;
    object-fit: scale-down;
}
.box_offer_ae h4 {
        margin: 0;
    padding: 20px 0;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
}
.box_offer_ae span {
    color: #38c7ae;
    font-size: 12px;
}
.box_offer_ae p {
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_offer_ae .star_rat {
    margin:0 3px;
}
.box_offer_ae .star_rat i {
    color: #ffcc00;
}
.slider_offer .item .box_offer_ae {
    margin-right:15px;
}
.box_video_area {
    border-radius: 5px;
    border: 1px solid #504b4b;
    position: relative;
    margin-bottom: 30px;
}
.box_video_area .indicate {
        position: absolute;
    top: 10px;
    left: 10px;
    background: #0d7c66;
    border-radius: 5px;
    padding: 0 10px 3px;
    line-height: 16px;
}
.box_video_area img {
        width: 100%;
    height: 200px;
    object-fit: scale-down;
    border-radius: 5px;
}
.box_video_area .price_game {
        position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    background: #FFC107;
    border-radius: 0 5px 0 20px;
    padding: 4px 10px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}
.box_video_area .title_game {
        text-align: center;
    background: #0d7c66;
    border-radius: 0 0 5px 5px;
    padding: 5px;
}
.box_video_area .title_game p {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box_video_area .title_game .discrption {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cashout_box {
    text-align: center;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    transition: .5s ease;
    transform: scale(1);
    cursor: pointer;
    display: block;
}
.cashout_box:hover {
    border-color:#3dcab1;
    transition: .5s ease;
    transform: scale(1.03);
}
.cashout_box img {
        width: 100px;
    height: 100px;
    object-fit: scale-down;
    position: relative;
    margin:10px;
    background: #fff;
    border-radius: 50%;
}
.cashout_box h4 {
    color: #35ceb1;
}
.cashout_box p {
   font-size: 14px;
    margin: 0;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    color: #e7e4e4;
    line-height: 24px;
}
.custom-tabs-container .nav-tabs {
        border-bottom: none;
}
.ranking_ponit {
        background: #33cfb1;
    display: inline-block;
    border-radius: 50px;
    padding-right: 10px;
}
.ranking_ponit b {
    color: #141212;
}
.user_ranking_three {
        display: flex;
    justify-content: space-around;
}
.box_rank_one {
    text-align: center;
    position: relative;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 5px;
    margin-bottom: 30px;
}
.box_rank_one h3 {
        padding: 10px;
}
.box_rank_one .rank_box_img {
        position: relative;
}
.box_rank_one .rank_box_img .user_profile {
    width: 80px;
    border-radius: 50%;
}
.box_rank_one .rank_box_img .rank_profile {
    width: 50px;
    position: absolute;
    bottom: -50px;
    right: 13px;
}
.box_rank_one .rank_points {
        font-size: 20px;
    padding: 10px;
}
.box_rank_one .price_user {
    font-size: 30px;
    -webkit-text-stroke: 1px #3ab7a9;
    color: #868383;
    font-style: italic;
}
.clock {
    text-align: center;
    font-size: 2rem;
}
.clock span {
    width: 60px;
}
.clock b {
    font-size: 22px;
    padding: 0 5px;
    color: #0d7c66;
}
.claim_box {
    display: flex;
    justify-content: space-between
}
.claim_box .grid_clm {
    background: #0d7c66;
    margin: 5px;
    border-radius: 5px;
    padding: 20px;
    width: 15%;
    text-align: center;
}
.claim_box .grid_clm span {
    
}
.claim_box .grid_clm p {
    margin: 0;
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
}
.claim_box .grid_clm a {
        background: #222222;
    padding: 1px 10px 3px;
    border-radius: 5px;
    font-size: 14px;
}
.socail_share {
    margin-top:20px;
    padding: 0;
}
.socail_share li {
        list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.promocode {
        max-width: 400px;
}
.promocode .form-group {
    position:relative;
    margin-top:20px;
}
.promocode input {
    height: 45px;
    border: none;
}
.promocode button {
    background: transparent;
    border: none;
    color: #ffffff;
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 40px;
    font-size: 15px;
}

.box_area_bg {
    padding: 20px;
}
.d_flex_profile {
    display: flex;
    align-items: flex-start;
}
.d_flex_profile .pro_big {
        width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    object-fit: scale-down;
    margin-top: -25px;
}
.d_flex_profile .data_profile {
    width: 100%;
    margin-left: 20px;
}
.d_flex_profile h3 {
        font-size: 22px;
    text-align: center;
    margin: 12px 0 0;
    color: #27d8b5;
}
.d_flex_number {
        display: flex;
    margin-bottom: 26px;
}
.d_flex_number .icon_number {
        font-size: 20px;
    background: #0e061b;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    color: #27d8b5;
}
.d_flex_number .data_icon p {
        margin: 0;
    font-size: 20px;
    color: #26e1bc;
    font-weight: 600;
    line-height: 22px;
}
.d_flex_number .data_icon span {
        font-size: 12px;
}
.referale_linke button {
    border: 1px solid #b7abab;
    background: #0f0619;
    padding: 5px 10px;
    color: #c4c1c1;
    border-radius: 5px;
}
.profile_02 .d_flex_profile .pro_big {
        margin-top: 0;
    border-radius: 5px;
}
.profile_02 .d_flex_profile h3 {
        text-align: left;
    margin: 0 0 12px 0;
}
.profile_02 .d_flex_profile .data_profile span {
        display: block;
    font-size: 18px;
}
.profile_02 .d_flex_profile .data_profile {
    width: 100%;
    margin-left: 15px;
}
.profile_02 .socail_share {
    margin-top: 0;
    padding: 0;
    text-align: right;
}
.profile_02 .box_area_bg {
    padding: 0;
    margin-bottom: 40px;
}
.profile_02 .d_flex_number .icon_number {
    font-size: 30px;
        line-height: 62px;
        width: 62px;
    height: 62px;
    background: #27d8b5;
        color: #000;
}
.profile_02 .d_flex_number .data_icon span {
    font-size: 18px;
}
.profile_02 .d_flex_number .data_icon p {
    margin: 0;
    font-size: 30px;
    color: #26e1bc;
    font-weight: 700;
    line-height: 35px;
}
.change_profile {
        text-align: center;
    position: relative;
}
.change_profile img {
    width: 200px;
    border-radius: 5px;
}
.change_profile input {
    opacity: 0;
    cursor: pointer;
}
.change_profile .middle_set {
        position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    overflow: hidden;
    background: #2ed0b0;
    border-radius: 5px;
    cursor: pointer;
}
.change_profile span {
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    pointer-events: none;
    color: #000;
    line-height: 28px;
    cursor: pointer;
}
.spin_wheel {
    transition: 5s ease;
}
.spin_wheel a {
 display: block;
    text-align: center;   
}
.spin_wheel img {
     transform: scale(0.8);
    transition: 5s ease;
}
.spin_wheel:hover img {
    transform: scale(1);
}
.spin_wheel span {
    display: block;
    text-align: center;
    background: #2ed0ae;
    color: #000;
    padding: 0 10px;
    width: 150px;
    margin: 0 auto;
    line-height: 35px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}
.wheel_data .price_money {
        font-size: 25px;
    font-weight: 600;
    color: #38cdb0;
}
.fomr_feedback {
        text-align: center;
    margin-bottom: 30px;
}







@media (max-width:767px) {
    .chat_slide {
        margin-top: 10px;
    }
    .multiple_chat {
        max-width: 100%;
    }
}

