@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;500;700&display=swap');
li.nav-item .support {
    margin: 20px 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

li.nav-item .support span {
    flex: 1;
}

li.nav-item .support i {
    font-size: 20px;
    margin: 0px 10px;
}

.sidebar-brand.d-none.d-md-flex .logo {
    width: 90%;
    margin: 15px;
}

div#sidebar .bottom-view {
    width: 100%;
    display: flex;
}

div#sidebar .bottom-view button {
    justify-content: center;
    flex: 1;
}

div#sidebar .bottom-view button {
    background: #303c54;
    color: white;
    border: none;
    height: 60px;
}

header.header .btn {
    color: white;
    font-weight: 700;
    margin: 3px;
    width: 75px;
    font-size: 15px;
    text-align: center;
}

.header .container-fluid {
    padding: 0;
    justify-content: flex-end;
}

header .logo {
    flex: 1;
}

header .logo img {
    max-height:60px;
}

a.header-brand.d-md-none.logo {
    padding: 0;
    margin: 0;
}

.men-toggle {
    margin: auto;
}

@media(min-width:768px) {
    .men-toggle {
        display: none;
    }
}

.search-sec {
    display: flex;
}

.search-sec input {
    flex: 1;
    margin-left: 10px;
}

.app-card {
    position: relative;
    margin: 5px;
    background: white;
    width: 30%;
    max-width: 125px;
    display: grid;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0px 0px 5px #c6c6c6;
 }

.apps-sec {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    justify-content: center;
}

.app-card .app-name {
    padding: 10px 8px;
    flex: 1;
    transition: 300ms;
}
.app-card:hover > .img{
    transform: translate(0px, 20px);
}
.app-card:hover > .app-name{
    transform: translate(0px, -20px);
}
.app-card .img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 160px;
    box-shadow: 0px 5px 5px 0px #00000033;
    border-radius: 10px 10px 30px 30px;
    transition: 300ms;
    z-index: 10;
}

.container.login .logo img {
    width: 200px; 
}

.container.login .logo {
    margin: 20px;
    text-align: -webkit-center;
}

.container.login .signup {
    background: #5832ce !important;
}

.login img.logo {
    width: 150px;
    margin: 0px auto;
}

.loading {
    padding: 10px;
    text-align: center;
}

.loading img {
    display: block;
    margin: 30px auto;
}

.loading span {
    font-size: 15px;
}

.loading-overlay {
    width: 100%;
    height: 100%;
    background: #16171d;
    opacity: .9;
    position: fixed;
    z-index: 2050;
    top: 0;
    min-width: 320px;
}

.loading-overlay .icon {
    position: absolute;
    width: auto !important;
    height: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
}

.container.login .signup p {
    font-size: 14px;
    color: #c5c5c5;
}

.container.login .signup h2 {
    font-size: 22px;
}

.container.register .logo {
    text-align: center;
}

.container.register .logo img {
    width: 200px;
    margin: 30px;
}

.header .balance {
    width: 110px !important;
    background: #00cc77;
    border: 1px solid #008950;
}

.app-card .img img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

li.nav-item.lang img {
    width: 30px;
    margin-inline-end: 20px;
}

a.nav-link.language img {
    width: 28px;
    margin-inline-end: 20px;
}

li.nav-item.language .nav-link img {
    width: 28px;
    margin-inline-end: 20px;
}

li.nav-item.language {
    position: relative;
}

li.nav-item.language .dropdown-menu {
    transform: translate(-40px, 0px);
    background: whitesmoke;
    box-shadow: 0px 3px 10px 0px #838383;
}

li.nav-item.language .dropdown-menu {
    text-align: center;
}

.appview {
    position: fixed;
    display: block;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1960;
    width: 100%;
    height: 100%;
    background: #fcfcfc;
    border-radius: 10px 10px 0px 0px;
    flex-direction: column;
    transition: all 150ms linear;
}

.body {
    position: relative;
}

.appview .title {
    background: #3c4b64;
    color: white;
}

.select-plan .plans .plan {
    width: 125px;
    background: white;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 1px 5px 0px #bebebe;
    text-align: center;
    height: 170px;
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.select-plan .plans .plan .logo {
    display: grid;
    flex: 1;
    border-bottom: 1px solid #dcdcdc;
    place-content: center;
    background: #f5f5f5;
    border-radius: 10px 10px 0px 0px;
}

.select-plan .plans .plan .data p {
    margin: 4px;
    font-weight: 700;
}

.select-plan .plans {
    display: flex;
    height: 100%;
    padding: 5px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}

.select-plan {
    overflow-y: scroll;
    height: calc(100% - 55px);
    padding: 15px;
    display: block;
    flex-direction: column;
    transition: all 150ms linear;
    width: 100%;
    transform: translate(0%, 0px);
}

.appview .title {
    padding: 10px;
    height: 55px;
    position: relative;
    display: block;
    box-shadow: 0px 1px 5px 0px #3c4b64;
}

.appview .title h2 {
    flex: 1;
    text-align: center;
    font-size: 22px;
}

.appview .title img {
    width: 35px;
    position: absolute;
    height: 35px;
    top: 50%;
    transform: translate(0px, -50%);
    right: 15px;
    padding: 5px;
}

.appview.show {
    transition: all 150ms linear;
    top: 0%;
    display: block;
}

body.lock {
    overflow-y: hidden;
}

h2.sec-title {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    background: linear-gradient(to right, #2200ff, #ff0cc0 76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plan[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.plan[disabled]::before {
    content: "X";
    position: absolute;
    background: #c40000;
    color: white;
    opacity: 1;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 0px 10px 0px 10px;
}

.select-plan.hide {
    transform: translate(100%, 0px);
    transition: all 150ms linear;
}

.appview .buy-view {
    overflow-y: scroll;
    height: calc(100% - 55px);
    padding: 15px;
    display: block;
    flex-direction: column;
    transition: all 150ms linear;
    width: 100%;
    transform: translate(-100%, -100%);
     -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
}

.appview .buy-view.show {
    transition: all 150ms linear;
    transform: translate(0%, -100%);
}

.buy-input span.input-title {
    margin-bottom: 5px;
    display: block;
}

.buy-input input[disabled] {
    background-color: #e7e7e7;
    border-color: #b1b7c1;
}

.buy-input input {
    background-color: #ffffff;
    border-color: #bebebe;
    font-weight: 700;
    color: #00169c;
}

.buy-input .input-group {
    max-width: 100%;
    margin: auto;
}

.buy-input {
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
    position: relative;
}

.buy-input .input-group-text {
    width: 45px;
    display: block;
}

.appview .buy-view .data {
    max-width: 500px;
    margin: auto;
}

button#buyBtn {
    background-image: linear-gradient(145deg, #ff4da3 30%, #ff4d70 70%) !important;
    width: 200px;
    border-radius: 100px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
}

button#buyBtn:hover {
    background-image: linear-gradient(145deg, #b54dff 30%, #d74dff 70%) !important;
}

.appview .buy-view .data .btns {
    text-align: center;
}

.buy-input .input-alert {
    position: absolute;
    bottom: -20px;
    font-size: 13px;
    color: red;
    transform: translate(-50%, 0px);
    left: 50%;
}

.ajs-content img.app-logo {
    display: block;
    margin: 0px auto 10px;
    width: 70px;
}

.appview .header-img {
    text-align: center;
    margin-top: 15px;
}

.appview .header-img img {
    width: 100%;
    max-width: 370px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.container-lg.login-require img {
    width: 100px;
}

.container-lg.login-require {
    text-align: center;
}

.container-lg.login-require .row {
    margin: auto;
    place-content: center;
}

.container-lg.login-require .row span {
    margin: 26px;
}

.page-content .head h2.title {
    font-weight: 700;
    font-size: 20px;
}

button.mybtn {
    border: none;
    background: #dbdbdb;
    width: 185px;
    font-size: 16px;
    height: 50px;
    color: #525252;
    border-radius: 100px;
}

button.mybtn {}

button.mybtn i {
    margin-inline-start: 15px;
}

.dropdown.filter ul li a {
    padding: 12px;
    text-align: start;
}

.dropdown.filter ul {
    position: absolute;
    left: 50%;
    width: 100%;
    box-shadow: 0px 2px 8px 0px #d8d8d8;
    transform: translate(-50%, 0px);
    display: block;
    opacity: 0;
    transition: opacity 150ms linear;
}

.dropdown.filter {
    width: max-content;
}

.dropdown.filter ul.show {
    opacity: 1;
    transition: opacity 150ms linear;
}

.empty-view img {
    width: 120px;
    margin: 20px;
}

.empty-view {
    display: flex;
    flex-direction: column;
    margin: 20px;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.order-item {
    width: calc(100% - 30px);
    padding: 10px 20px;
    border-radius: 20px;
    background: white;
    box-shadow: 0px 2px 5px silver;
    margin: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.order-item .desc {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
}

.order-item .state {
    font-size: 13px;
    background: #ffb900;
    padding: 3px 15px;
    border-radius: 6px;
    align-self: center;
}

.order-item .desc {}

.order-item .arrow-icon {
    margin-inline-start: 10px;
}

.page-content {
    max-width: 700px;
    margin: auto;
}

.order-item .top {
    display: flex;
    width: 100%;
    padding: 5px;
}

.order-item .detiles {
    border-top: 1px solid #dedede;
    width: 100%;
    margin-top: 15px;
    display: none;
}

.order-item .detiles .item {
    display: flex;
}

.order-item .detiles .item p.o-data {
    flex: 1;
    text-align: end;
    margin: 10px auto;
    padding-inline-start: 20px;
    text-align: center;
}

.order-item .detiles .item p {
    font-size: 14px;
    margin: auto;
}

.order-item .detiles .item p.o-title {
    font-weight: 700;
    width: 80px;
}

body {
    min-width: 300px;
    font-family: 'Tajawal', sans-serif;
}

.order-item .detiles.show {
    display: block;
}

.order-item .state.error {
    background: #ff4e00;
    color: white;
}

.order-item .state.success {
    background: #00b404;
    color: white;
}

.app-card[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
/*
.app-card[disabled]::before {
    content: "XÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­";
    position: absolute;
    background: #c40000;
    color: white;
    opacity: 1;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 0px 10px 0px 10px;
}*/

.page-content.addBalance .data span.title {
    text-align: center;
}

.page-content.addBalance .data {
    text-align: center;
    display: flex;
    margin: 20px;
    flex-wrap: wrap;
    justify-content: center;
    background: #f8f8f8;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
}

.page-content.addBalance .head span.title {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.page-content.addBalance .balance-item {
    background: white;
    border-radius: 10px;
    width: 140px;
    box-shadow: 0px 2px 8px #c2c2c2;
    border: 1px solid #bfbfbf;
    margin: 20px;
}

.page-content.addBalance .balance-item img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 130px;
    object-fit: cover;
}

.page-content.addBalance .balance-item .txt {
    padding: 8px;
}

.sidebar-nav .nav-link:active {
    background: #335a9b;
}

.balance-dialog .copy-input span.name {
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
}

.balance-dialog .copy-input .copy {
    background: #8fffc3;
    color: black;
}

.my-wallet .w-card {
    width: 125px;
    color: white;
    background: #4caf50;
    box-shadow: 0px 3px 5px 0px #b8b8b8;
    margin: 15px;
    text-align: center;
    height: 100px;
    border-radius: 21px;
    font-weight: 700;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.my-wallet .w-card div {}

.my-wallet .w-card .num {
    margin-bottom: 10px;
    position: relative;
}

.my-wallet .w-card .num i {
    position: absolute;
    font-size: 12px;
    top: -4px;
    left: -8px;
}

.my-wallet .w-cards {
    display: flex;
    justify-content: center;
}

.my-wallet .w-card.red {
    background: #dc3545;
}

.my-wallet .w-card .num span {
    font-size: 17px;
}

.page-content.my-wallet .dropdown.filter {
    margin: auto;
    margin-top: 15px;
}

.page-content.my-wallet .data {
    background: white;
    border-radius: 5px;
    border: 1px solid lightgrey;
    padding-top: 5px;
    margin-top: 15px;
}

.wallet-item {
    margin: 10px;
    background: #f0f0f0;
    width: calc(100% - 20px);
    border-radius: 10px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
}

.wallet-item span.reson {
    flex: 1;
    font-weight: 700;
    font-size: 14px;
}

.wallet-item .date {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 5px;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #dadada;
    margin-inline-end: 10px;
}

.wallet-item .date span {
    font-size: 18px;
    font-weight: 700;
    color: #5832ce;
}

.wallet-item .date i {
    font-size: 13px;
}

.wallet-item .span.reson {}

.wallet-item .price {
    font-weight: 700;
    color: red;
}

.wallet-item .price.add {
    color: #29cd11;
}

.page-content.e-profile .data {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page-content.e-profile .data .profile-item img.profile-img {
    width: 125px;
    border: 1px solid silver;
    border-radius: 100%;
}

.profile-item {}

.page-content.e-profile .data .profile-item {
    margin: auto 15px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.page-content.e-profile .data .profile-item .profile-input {
    width: 100%;
    margin: 10px;
}

.page-content.e-profile .data .profile-item .profile-input .name {
    margin-bottom: 5px;
    display: block;
}

.page-content.e-profile .data .profile-item .profile-input span.p-id {
    text-align: center;
    display: block;
}

.page-content.e-profile .data .save-btn {
    width: 100%;
}

.select-plan .plans .plan .logo img {
    max-width: 75px;
    max-height: 75px;
}

div#capatchaContiner {
    justify-content: center;
}

button.btn.btn-info.balance.negative {
    background: #cc002f;
    border: 1px solid #ff0000;
}

.my-wallet .w-card.negative {
    background: #cc002f;
}

.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    color: black;
    margin-top: 25px;
    color: #3c4b64;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 5s linear infinite;
    -webkit-animation: scroll-left 5s linear infinite;
    animation: scroll-right 15s linear infinite;
}


/* Move it (define the animation) */

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        /* Browser bug fix */
        -webkit-transform: translateX(100%);
        /* Browser bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        /* Browser bug fix */
        -webkit-transform: translateX(-100%);
        /* Browser bug fix */
        transform: translateX(-100%);
    }
}


/* Move it (define the animation) */

@-moz-keyframes scroll-right {
    0% {
        -moz-transform: translateX(-100%);
    }
    100% {
        -moz-transform: translateX(100%);
    }
}

@-webkit-keyframes scroll-right {
    0% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes scroll-right {
    0% {
        -moz-transform: translateX(-100%);
        /* Browser bug fix */
        -webkit-transform: translateX(-100%);
        /* Browser bug fix */
        transform: translateX(-100%);
    }
    100% {
        -moz-transform: translateX(100%);
        /* Browser bug fix */
        -webkit-transform: translateX(100%);
        /* Browser bug fix */
        transform: translateX(100%);
    }
}

.slider {
    width: 100%;
    max-height: 380px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
}

.slide-item {
    width: 100%;
    overflow: hidden;
    transition: background-image ease 1000ms;
    aspect-ratio: 1600 / 440;
    display: block;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.privacy {
    background: white;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #c3c3c3;
    margin-top: 25px;
}

.privacy h1 {
    font-size: 18px;
    margin: 25px;
    color: red;
}

.privacy h2 {
    font-size: 18px;
    margin: 25px;
    text-align: center;
    color: red;
}
div#g_id_signin {
    text-align: -webkit-center;
    margin-top: 25px;
}
button.btn.btn-primary.google-login.px-4 {
    background: #eb4338;
} 
.or-txt {
    display: flex;
    margin: 20px;
    justify-content: center;
    align-items: center;
}

.or-txt .or-line {
    width: 25%;
    height: 2px;
    background: #bfbfbf;
    margin: 5px;
} 
.page-content.balance-order .data {
    background: white;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #c6c6c6;
    margin-top: 30px;
}

.page-content.balance-order .data span.balance-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.page-content.balance-order .data span.input-group-text.copy {
    background: #d1ffd1;
    color: #434343;
}



.page-content.balance-order .data input {
    background: #f6f6f6;
}

button#balanceOrderBtn {
    background-image: linear-gradient(145deg, #4dffad 30%, #4dffd2 70%) !important;
    width: 200px;
    border-radius: 10px;
    color: black;
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
    display: block;
    margin: 30px auto;
}
img#attechImgView {
    display: block;
    margin: auto;
    width: 300px;
    height: 300px;
    object-fit: cover;
}
footer.footer {
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}

footer.footer div {
    margin: auto;
}

.order-item .process {
    width: 100%;
    background: #fff2d0;
    padding: 15px 40px;
    border-radius: 6px;
}

.order-item .process .progress {
    --cui-progress-bar-bg: #0882f1;
    margin-top: 5px;
}

.alert.alert-success.channel {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 20px 5px;
}
.success-animation {}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}
.success-order-dialog .back {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.success-order-dialog .content {
    position: absolute;
    display: flex;
    width: 300px;
    justify-content: center;
    padding: 65px;
    border-radius: 20px;
    align-items: center;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 40%);
    z-index: 2001;
    flex-direction: column;
}

.success-order-dialog .content .success-animation {
    margin: 10px;
}
.order-item .process {
    width: 100%;
    background: #fff2d0;
    padding: 15px 40px;
    border-radius: 6px;
}
// WebKit
@-webkit-keyframes progress-bar-stripess {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

// Spec and IE10+
@keyframes progress-bar-stripess {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}
.order-item .process .progress {
    --cui-progress-bar-bg: #0882f1;
    margin-top: 5px;
}
@keyframes progressBarAnimation {
    0% {
        width: 0;
    }
    100% {
        width: 90%; 
    }
}

.progress-bar.progress-bar-striped.active.progress-bar-info {
        -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite, progressBarAnimation 20s linear;

}
.page-content.e-profile {
    padding: 20px;
    border: 1px solid #d2dce6;
    margin: 30px auto;
    border-radius: 10px;
    background: #e5eaee;
}
body.dark-mode  .bg-light {
    background-color: #181e28 !important;
}
.dark-mode .app-card {
    background: #0b0e26;
    color: white;
    box-shadow: 0px 0px 5px #000000;
}

.dark-mode .header {
    background: #0f1724;
    border-bottom: 0px;
    box-shadow: 0px 2px 4px #0c131d;
}

.dark-mode .marquee {
    background: #262f3d;
    color: white;
    border: 1px solid #001332;
}

.dark-mode footer.footer {background: #0f1724;border-top: 0px;box-shadow: 0px -2px 4px #0c131d;}

.dark-mode .sidebar {
    background: #00121d;
}

.dark-mode .bottom-view button {
    background: #000810 !important;
}
input[type=checkbox].custom-switch-checkbox {
    height: 0;
    width: 0;
    visibility: hidden;
}

.custom-switch-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 30px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.custom-switch-label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

input.custom-switch-checkbox:checked + .custom-switch-label {
    background: #bada55;
}

input.custom-switch-checkbox:checked + .custom-switch-label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.custom-switch-label:active:after {
    width: 50px;
}
.dark-mode .appview .title {
    background: #0f1724;
}

.dark-mode .buy-view {
    background: #181e28;
    color: white;
}

.dark-mode h2.sec-title {
    border-bottom: 1px solid #0f1724;
}

.dark-mode input {
    background: #00000040;
    background-color: #00000040 !important;
    color: white;
}
.dark-mode .alertify .ajs-dialog {
    background-color: #000610;
}

.dark-mode .alertify .ajs-body {
    color: white;
}

.dark-mode .ajs-header {
    background-color: #000610;
    border-bottom: #1f2837 1px solid;
    color: white;
}

.dark-mode .alertify .ajs-footer {background: #000610;border-top: #1f2837 1px solid;}

.dark-mode .alertify .ajs-footer .ajs-buttons .ajs-button {
    color: white;
}

.dark-mode .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #FFEB3B;
}
.dark-mode .page-content .head h2.title {
    color: white;
}

.dark-mode .privacy {
    background: #17172866;
    color: white;
    border: 1px solid #000000;
}
.dark-mode .card {
    background: #000b1c !important;
    color: white;
}

.dark-mode .card-body p {
    color: white !important;
}
.dark-mode span {
    color: white;
}
.dark-mode input {
    color: white;
}

.dark-mode input:focus {
    color: #c5c7ff;
}
body.dark-mode {
    color: white;
}
.dark-mode .dropdown.filter span {
    color: black;
}

.dark-mode .dropdown.filter ul {
    box-shadow: 0px 2px 8px 0px #191919;
}

.dark-mode .dropdown-menu {
    background: #080808;
    color: white !important;
}

.dark-mode .dropdown-item {
    color: white;
}
.dark-mode .order-item {
    background: #0d1524;
    box-shadow: 0px 2px 5px #000321;
}
.dark-mode .page-content.addBalance .data {
    background: #00121d;
    border: 1px solid black;
}
.dark-mode .page-content.my-wallet .data {
    background: #00121d;
    border: 1px solid #000000;
}

.dark-mode .wallet-item {
    background: #31345c4d;
}

.dark-mode .wallet-item .date {
    background: #0c0c0f69;
    box-shadow: 0px 2px 3px #0000005c;
}

body.dark-mode .wallet-item .price.add span {
    color: #29cd11 !important;
}

body.dark-mode .wallet-item .price span {
    color: red;
}
.dark-mode .my-wallet .w-card {
    box-shadow: 0px 3px 6px 1px #060505;
}
.dark-mode .card {
    background: #000c2061;
    color: white;
}

.dark-mode .card p {
    color: white !important;
}
.dark-mode i {
    color: white;
}

.notify::before {
    content: "1";
    display: block;
    position: absolute;
    width: 1.75em;
    left: 15px;
    transform: translate(0px, -50%);
    top: 50%;
    border-radius: 50%;
    font-size: 0.75em;
    font-weight: 700;
    color: white;
    line-height: 1.75;
    text-align: center;
    background: #f53d3d;
    box-shadow: 0 0 0 0.25em #ff0000;
    animation: pulse 0.75s infinite;
}
li.nav-item {
    position: relative;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0.2em #c20a0a;
    }
    25% {
        box-shadow: 0 0 0 0.05em #c20a0a;
    }
    50% {
        box-shadow: 0 0 0 0.375em #c20a0a;
    }
    75% {
        box-shadow: 0 0 0 0.2em #c20a0a;
    }
    100% {
        box-shadow: 0 0 0 0.3em #c20a0a;
    }
}

@-moz-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0.2em #c20a0a;
    }
    25% {
        box-shadow: 0 0 0 0.05em #c20a0a;
    }
    50% {
        box-shadow: 0 0 0 0.375em #c20a0a;
    }
    75% {
        box-shadow: 0 0 0 0.2em #c20a0a;
    }
    100% {
        box-shadow: 0 0 0 0.3em #c20a0a;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0.2em #c20a0a;
    }
    25% {
        box-shadow: 0 0 0 0.05em #c20a0a;
    }
    50% {
        box-shadow: 0 0 0 0.375em #c20a0a;
    }
    75% {
        box-shadow: 0 0 0 0.2em #c20a0a;
    }
    100% {
        box-shadow: 0 0 0 0.3em #c20a0a;
    }
}
.tabbar {
    background: #002b4599 !important;
    position: fixed;
    width: 100%;
    bottom: -80px;
    right: 0;
    z-index: 999;
    padding: 10px;
    border-color: #1e1e1e;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12) !important;
    backdrop-filter: blur(9.6px);
    -webkit-backdrop-filter: blur(9.6px);
    border-radius: 5px 5px 0px 0px;
    border-width: thin;
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow, opacity;
    word-wrap: break-word;
    white-space: normal;
}

.tab-content {
    color: hsla(0,0%,100%,.7);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: .0071428571em;
    display: flex;
}

a.tabbar-button {
    align-items: center;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: .0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    color: white;
    cursor: pointer;
    top: 0px;
    border-radius: 100%;
}
@media(max-width:767.98px) {
    .tabbar {
        position: fixed;
        bottom: 0px;
    }
}
a.tabbar-button.selected {
    background-image: linear-gradient(180deg, rgb(225 58 37) 0%, rgb(255 0 103) 100%);
    top: -10px;
    transition: .3s ease-in-out;
}
.tabbar-notify {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ff0059;
    border-radius: 100%;
    top: 0;
    right: 0;
}
.dark-mode .alertify .ajs-dialog .ajs-header {
    background: black;
}

.dark-mode .alertify .ajs-dialog .ajs-button {
    background: #343434;
}
.dark-mode .select-plan .plans .plan {
    background: #181e28;
    box-shadow: 0px 1px 6px black;
}
.dark-mode .select-plan .plans .plan .logo {
    background: #0d1420;
    border-bottom: 1px solid black;
}
.dark-mode .select-plan {background: #181e28;color: white;}