@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');
body {
    font-family: 'Alkatra', cursive;
}

button,
input,
optgroup,
select,
textarea {
    background: transparent;
}

.login-bg {
    background-image: url('../images/login-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
}

.login-form {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 24px;
}


.custom-input {
    background-image: url('../images/input.png') !important;
    width: 294px;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    height: 60px;
    padding-left: 29px;
    font-size: 15px;
    outline: none;
    margin: auto;
    outline: none;
    justify-content: center;
    display: block;
}

.custom-label {
    width: 294px;
    margin: auto;
    outline: none;
    justify-content: center;
    display: block;
    padding-left: 10px;
    color: #fff;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}


.login-tab {
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.t-lg {
    background-image: url('../images/text-bg.png');
    background-size: cover;
    background-position: bottom;
    color: #F5AB2B;
}

.forgot {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.forgot span img {
    width: 25px;
}

.btn-login button {
    background-image: url('../images/login-btn.png');
    font-size: 21px;
    background-size: cover;
    background-position: bottom;
    border: none;
    text-align: center;
    outline: none;
    width: 196px;
    height: 65px;
    display: flex;
    padding: 14px;
    justify-content: center;
    color: #ffff;
    margin: auto;
}

.dashboard-bg {
    background-image: url('../images/dashboard-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    overflow: hidden;
}


/*****************************

Dashboard

***************************/

.top-heading {
    background-image: url('../images/dash-head.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
}

.top-heading h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
    padding-top: 11px;
}

.dash1 {
    width: 40px;
}

.dsh-icon {
    display: flex;
    padding-left: 0px;
    /* margin-bottom: 0px; */
}

.dsh-icon li {
    list-style: none;
}

.dsh-icon li img {
    width: 30px;
}

.das-border {
    width: 100%;
    position: relative;
    top: -11px;
}

.font-12 {
    font-size: 12px;
}

.dash-input {
    background-image: url(../images/input1.png);
    width: 123px;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    height: 27px;
    font-size: 14px;
    color: #FFFC4E;
    outline: none;
    text-align: center;
    position: relative;
    font-weight: 400;
}

.dash-input1 {
    background-image: url(../images/input2.png);
    width: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    height: 27px;
    font-size: 14px;
    color: #FFFC4E;
    outline: none;
    text-align: center;
    position: relative;
    font-weight: 400;
}

.dash-input-img {
    position: relative;
    top: -29px;
    width: 31px;
    left: -41px;
}

.dash-input-img1 {
    position: relative;
    top: -29px;
    width: 35px;
    left: -68px;
}

.h-43 {
    height: 43px;
}

.heightsec {
    height: 70vh;
}

.foot {
    width: 70px;
}

.p-relative {
    position: relative;
}

.fot-cen {
    width: 100%;
    position: absolute;
    left: 0;
    top: -50px;
}

.text-left {
    text-align: left;
}

.foot2 {
    width: 64px;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 10px;
    position: relative;
    top: -10px;
    left: 4px;
}

.foot3 {
    width: 64px;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 10px;
    position: relative;
    top: 2px;
    left: -14px;
    z-index: 999;
}

.fot5 {
    width: 100%;
    position: absolute;
    left: 0;
    top: -54px;
}

.bllet {
    position: relative;
    top: -25px;
    font-size: 12px;
    color: #fff;
    z-index: 9999;
}

.foot4 {
    width: 70px;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 10px;
    position: relative;
    top: 2px;
    left: -14px;
    z-index: 999;
}


/****************

Profile

***********************/

.profile-bg {
    background-image: url('../images/profile-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 120vh;
    background-position: center;
}

.profile-form {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
}

.profile-text {
    color: #F5AB2B;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.profile-text1 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.profile-input {
    background-image: url('../images/profile-input.png');
    width: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    height: 40px;
    font-size: 18px;
    outline: none;
    padding: 0 8px;
    margin: auto;
}

.refre {
    align-items: center;
    padding-top: 4px;
}

.refferp {
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    padding-left: 12px;
}

.copyicon {
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    display: flex;
    justify-content: end;
    align-items: center;
}


/*********************************

fregment

*******************************/

.freg-bg {
    background-image: url('../images/fragment.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    overflow: hidden;
    padding: 15px;
}

.card-fregment {
    background-image: url('../images/card-fregment.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 70vh;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
}


/************************

deposit

*******************/

.deposit-bg {
    background-image: url('../images/deposit.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    overflow: auto;
    padding: 15px;
}

.deposit-text {
    font-size: 25px;
    font-weight: 700;
    color: #F4B247;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.fiat-text {
    font-size: 25px;
    font-weight: 700;
    color: #81ACD4;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.state-text {
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}

.state-text span i {
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.desposit-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.desposit-card p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
    font-size: 12px;
}

.copybtn-text img {
    position: relative;
}

.copybtn-text h5 {
    position: relative;
    color: #fff;
    top: -34px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.desposit-card-terms h6 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.desposit-card-terms p {
    color: #fff;
    font-size: 13px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.modal-content {
    background-image: url('../images/modal.png');
    background-color: transparent;
    backdrop-filter: none;
    background-size: cover;
    border: none;
}

.modal-title {
    color: #fff;
    font-size: 17px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

button.close {
    border: none;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
}

.fiat-input {
    background-image: url('../images/fiatinput.png');
    width: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    height: 44px;
    padding-left: 17px;
    font-weight: 400;
    font-size: 14px;
    outline: none;
    color: #7c7c7c;
    font-family: 'Poppins', sans-serif;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.with-label {
    text-align: left;
    font-size: 10px;
    color: #fff;
    font-family: 200;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.forgots h6 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
}

.forgots p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 11px;
}

.bonus-bg {
    background-image: url('../images/bnous-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
}

.usdt-text p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.usdt-bgs a {
    background: #EDF6F9;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    margin-left: 10px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.put-bgs a {
    background: #BEB7A4;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    margin-left: 10px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.two-tabs {
    display: flex;
}

.usdt_bnous_card {
    background: #EDF6F9;
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
}

.usdt_bnous_card p {
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    color: #F4B247;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.usdt_bnous_card p span {
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.usdt_bnous_card h6 {
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    margin-top: 65px;
}

.card-fregment h6 {
    font-size: 10px;
    font-weight: 400;
    text-align: initial;
    font-family: 'Poppins', sans-serif;
}

.card-fregment p {
    font-size: 10px;
    font-weight: 400;
    text-align: initial;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}

.poke_center-bg {
    background-image: url('../images/pokemon_center_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
}

.nvoice-bg {
    background-image: url('../images/poke_center_text.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 21px;
    width: 166px;
    color: #fff;
    font-size: 11px;
    padding-top: 3px;
}

.requalification p {
    margin-bottom: 10px;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.requalification h6 {
    margin-bottom: 0px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.das1-border {
    width: 100%;
    position: relative;
    top: -11px;
}

.poke-center-txt {
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    color: #F4B247;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-top: 20px;
}

.poke-center-txt span {
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.egg-bg {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6px;
    width: 80px;
    height: 72px;
}

.egg-bg img {
    width: 60px;
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.pur-card h6 {
    font-size: 14px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0px;
}

.pur-card button {
    background-image: url('../images/pok_c_btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 9px;
    padding: 18px;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.pur-card button span {
    position: relative;
    top: -11px;
    font-size: 9px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.collection-bg {
    background-image: url('../images/collection-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
}

.refreal-input {
    background: transparent;
    outline: none;
    border: none;
}

.toast-top-right {
    bottom: 12px ! important;
}


/****************************

U_pass

************************************/

.u_pass-bg {
    background-image: url('../images/subscribe-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
}

.mod-bg {
    background-image: url('../images/records.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
}

.croos {
    text-align: end;
    width: 100%;
    margin-top: 27px;
}

.slider-bg {
    background-image: url('../images/slider-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
}

.sub-card {
    margin-top: 15px;
}

.sub-card img {
    width: 50px;
    margin: auto;
}

.sub-card p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 18px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.state-putrr {
    position: relative;
    top: -26px;
    left: 2px;
}
@media screen and (max-width: 500px) {
.profile-bg{
    height: 200vh;
}
}

.mod-error {
    background-image: url('../images/records-error.png');
}

.set-mod-width {
    width: 270px;
    margin: auto;
}

@media screen and (max-width: 880px) {
    .mod-bg {
        background-size: contain;
        height: 90vh;
        width: 100%;
        background-repeat: no-repeat;
    }
    .w3-modal-content{
        width: 100% !important;
    }
}

.custom-modal {
    margin: auto;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.5s;
    overflow: auto;
    transition: all 0.3s linear;
}

input:-webkit-autofill-selected {
    background-image: url('../images/input.png') !important;
    width: 294px;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    height: 60px;
    padding-left: 29px;
    font-size: 15px;
    outline: none;
}

.error-color p {
    color: #C74450;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

th {
    font-size: 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    font-weight: 400;
    padding: 5px !important;
}

td {
    font-size: 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    font-weight: 400;
    padding: 5px !important;
}

.view_chat {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    font-weight: 400;
    padding: 5px !important;
    font-size: 10px;
    background-color: #F4B247;
}

.view_chat:hover {
    color: #F4B247;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    font-weight: 400;
    padding: 5px !important;
    font-size: 10px;
    background-color: #fff;
}


/*************************

Chat

**************************/

.chat-box-left {
    float: left;
    width: 340px;
    height: 740px;
    background-color: #fff;
    border-radius: 3px;
    padding: 16px;
    margin-bottom: 20px;
    border: 1px solid #e3ebf6
}

.chat-box-left .nav-pills {
    background-color: #f8f8fc
}

.chat-box-left .nav-pills .nav-link {
    color: #303e67
}

.chat-box-left .nav-pills .nav-link.active {
    color: #fff;
    background: #1761fd
}

.chat-box-left .chat-search {
    margin-top: 20px
}

.chat-box-left .chat-list {
    height: 600px !important
}

.chat-box-left .chat-list .media+.media {
    border: 1px solid #f1f5fa;
    margin-bottom: 5px;
    border-radius: 5px
}

.chat-box-left .chat-list .media {
    padding: 15px;
    position: relative
}

.chat-box-left .chat-list .media:hover,
.chat-box-left .chat-list .media:focus {
    background-color: rgba(241, 245, 250, 0.5)
}

.chat-box-left .chat-list .media.new-message {
    border: 1px solid #eaf0f9;
    background-color: #f1f5fa;
    margin-bottom: 5px;
    border-radius: 5px
}

.chat-box-left .chat-list .media .media-left {
    position: relative;
    align-self: center
}

.chat-box-left .chat-list .media .media-left .round-10 {
    border: 2px solid #f8f8fc;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: -1px;
    display: inline-block;
    height: 12px;
    width: 12px
}

.chat-box-left .chat-list .media .media-body {
    margin-left: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.chat-box-left .chat-list .media .media-body h6 {
    font-size: 14px;
    color: #303e67;
    margin-bottom: 0px
}

.chat-box-left .chat-list .media .media-body p {
    margin-bottom: 0;
    color: #303e67;
    font-size: 12px
}

.chat-box-left .chat-list .media .media-body>div:last-child {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    min-width: 50px;
    text-align: right
}

.chat-box-left .chat-list .media .media-body>div:last-child span:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #03d87f;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 18px;
    height: 18px;
    margin-top: 8px
}

.chat-box-left .chat-list .media .media-body span {
    font-size: 12px;
    color: #303e67;
    display: block
}

.chat-box-right {
    width: auto;
    background-color: transparent;
    display: block;
    border-radius: 3px;
    position: relative;
    height: 740px;
    margin-left: 361px;
    margin-bottom: 20px;
    border: none
}

.chat-box-right .chat-header {
    border-bottom: 1px solid #f1f5fa;
    padding: 16px;
    background-color: transparent
}

.chat-box-right .chat-header .media .media-body {
    margin-left: 15px;
    align-self: center
}

.chat-box-right .chat-header .media .media-body h6 {
    font-size: 14px;
    color: #303e67;
    margin-bottom: 5px
}

.chat-box-right .chat-header .media .media-body p {
    margin-bottom: 0;
    color: #8997bd;
    font-size: 12px
}

.chat-box-right .chat-header .chat-features {
    position: relative;
    top: -34px;
    float: right
}

.chat-box-right .chat-header .chat-features a {
    color: #b6c2e4;
    font-size: 16px;
    margin-left: 12px
}

.chat-box-right .chat-header .chat-features a:hover {
    color: #1761fd
}

.chat-box-right .chat-body {
    padding: 16px;
    height: 580px
}

.chat-box-right .chat-body .chat-detail {
    max-height: 610px
}

.chat-box-right .chat-body .chat-detail .reverse {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.chat-box-right .chat-body .chat-detail .media .media-img {
    z-index: 5
}

.chat-box-right .chat-body .chat-detail .media .media-body {
    margin-left: 14px;
    width: 100%;
}

.chat-box-right .chat-body .chat-detail .media .media-body .chat-msg {
    max-width: 100%;
    margin-bottom: 5px;
    margin-left: -56px
}

.chat-box-right .chat-body .chat-detail .media .media-body .chat-msg:first-child p {
    padding-left: 54px
}

.chat-box-right .chat-body .chat-detail .media .media-body .chat-msg p {
    padding: 10px 16px;
    background-color: rgba(23, 97, 253, 0.01);
    border: 1px solid #e3ebf6;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 50px
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse {
    margin-right: 0;
    margin-left: 14px;
    width: 100%;
    overflow: hidden;
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg {
    max-width: 100%;
    margin-bottom: 5px;
    margin-right: -42px
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg:first-child p {
    padding-right: 54px
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg p {
    padding: 10px 16px;
    background-color: rgba(23, 97, 253, 0.01);
    border: 1px solid #e3ebf6;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 50px
}

.chat-box-right .chat-footer {
    border-top: none;
    background-color: transparent;
    padding: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.chat-box-right .chat-footer .media .media-body {
    margin-left: 10px;
    align-self: center
}

.chat-box-right .chat-footer .media .media-body h6 {
    font-size: 14px;
    color: #303e67;
    margin-bottom: 5px
}

.chat-box-right .chat-footer .media .media-body p {
    margin-bottom: 0;
    color: #303e67;
    font-size: 12px
}

.chat-box-right .chat-footer .chat-features {
    position: relative;
    top: 8px;
    float: right
}

.chat-box-right .chat-footer .chat-features a {
    color: #b6c2e4;
    font-size: 16px;
    margin-left: 12px
}

.chat-box-right .chat-footer .chat-features a:hover {
    color: #1761fd
}

.chat-box-right .chat-footer input.form-control {
    border: none
}

.chat-box-right .chat-footer .chat-admin {
    position: absolute;
    top: -22px;
    border: 2px solid #e3ebf6;
    border-radius: 50%
}

@media (min-width: 1024px) and (max-width: 1680px) {
    .chat-box-left {
        width: 310px;
        float: left
    }
    .chat-box-right {
        width: auto;
        margin-left: 330px
    }
}

@media (min-width: 767px) and (max-width: 1023.98px) {
    .chat-box-left {
        width: 100%;
        float: none
    }
    .chat-box-right {
        width: 100%;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .chat-box-left {
        float: none;
        width: 100%
    }
    .chat-box-right {
        margin: 0;
        width: 100%
    }
}

@media (max-width: 660px) {
    .chat-box-left {
        float: none;
        width: 100%
    }
    .chat-box-right {
        margin: 0;
        width: 100%
    }
}

@media (max-width: 568px) {
    .chat-box-left {
        float: none;
        width: 100%
    }
    .chat-box-right {
        margin: 0;
        width: 100%
    }
}

.thumb-md {
    height: 42px;
    width: 42px;
    font-size: 14px;
    font-weight: 700
}

.media {
    display: flex;
}
.backgorund_bn_dashboard{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
   padding: 20px;
}

  #heart {
    animation: pulse 2s linear infinite;
    position:absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    display:none;
    z-index: 999999;
  }
  .w3-hover-opacity:hover
  {opacity:0.60}
  .w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
  .w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
  .w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
  .w3-display-topright{position:absolute;right:0;top:0}
  .w3-xlarge{font-size:24px!important}
  .w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
  .w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
  .first_ads{
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .bareel{
    position: relative;
    top: -21px;
    left: 11px;
  }
  .bareels{
    position: relative;
    top: 0;
    left: -14px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}