@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@300;500;700&display=swap');
:root {
    --primery-color: #2196F3;
    --primery-color-dark: #00569b;
}

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: transparent;
    color: white;
    border: none;
    height: 60px;
}

header.header .btn {
    font-weight: 700;
    margin: 3px;
    width: 75px;
    font-size: 15px;
    text-align: center;
}

.header .container-fluid {
    padding: 0;
    justify-content: flex-end;
}

header .logo {
}

header .logo img {
    max-height: 60px;
    max-width: 100px;
}

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 {
width: 170px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    transition: all 200ms;
    cursor: pointer;
    border: 1px solid #004d75;
    background: #2196f3;
    color: white;
    position: relative;
}

.apps-sec {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    justify-content: center;
}

.app-card .app-name {
    padding: 10px;
    text-align: center;
    font-weight: 700;
}

.app-card:hover>.img {
}

.app-card:hover>.app-name {
}

.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: 150px;
    border-radius: 10px 10px 0px 0px;
    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: 120px;
    margin: 30px;
}

.header .balance {
    width: 130px !important;
}

.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: 0;
    opacity: 0;
    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;
    display: none;
}

.body {
    position: relative;
    /* max-width: 1000px; */
    /* width: 100%; */
    /* margin: 0px auto; */
}

.appview .title {
    background: var(--primery-color);
    color: white;
}

.select-plan .plans .plan {
    min-width: 150px;
    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);
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.appview .title {
    border-radius: 0px 0px 20px 20px;
    padding: 10px;
    height: 60px;
    position: relative;
    display: flex;
    box-shadow: 0px 1px 5px 0px #3c4b648f;
}

.appview .title h2 {
    flex: 1;
    text-align: center;
    font-size: 22px;
    margin: 0;
    line-height: 1.8;
}

.appview .title img {
    width: 35px;
    position: absolute;
    height: 35px;
    top: 50%;
    transform: translate(0px, -50%);
    right: 15px;
    padding: 5px;
    cursor: pointer;
}

.appview.show {
    transition: all 150ms linear;
    top: 0%;
    opacity: 1;
    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;
    padding: 12px;
    border-radius: 25px;
}

.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: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.appview .buy-view .data {
    max-width: 500px;
    padding: 20px;
    margin: 20px auto;
    border-radius: 15px;
    background: #f1f1f1;
    border: 1px solid #c2c2c2;
}

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: #818181;
    border: 1px solid #4f4f4f;
    width: 185px;
    font-size: 16px;
    height: 50px;
    color: #525252;
    border-radius: 100px;
}

button.mybtn {}

button.mybtn i {
    margin-inline-start: 15px;
    color: white;
}

.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; */
    border: 1px solid #004cab;
    margin: 10px 0px;
    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: 750px;
    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;
    border-top: 1px solid #bbbbbb66;
    padding: 2px;
}

.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: "Twemoji Country Flags",'Noto Kufi Arabic', 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;
}


.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;
    border: 1px solid #00ffb7;
    background: #30af73;
    box-shadow: 0px 3px 5px 0px #b8b8b8;
    margin: 15px;
    text-align: center;
    border-radius: 21px;
    padding: 12px;
    font-weight: 700;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.my-wallet .w-card div {}

.my-wallet .w-card .num {
    position: relative;
    display: flex;
    margin-inline-start: 10px;
}

.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%;
    padding: 11px;
}

.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: #f1f1f1;
    color: #0085ff;
    margin-top: 15px;
    border: 1px solid #b5b5b5;
    border-radius: 100px;
    box-shadow: 0px 3px 6px #00000029;
}

.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: 310px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
    border-radius: 30px;
}

.slide-item {
    width: 100%;
    overflow: hidden;
    transition: background-image ease 1000ms;
    aspect-ratio: 1600 / 400;
    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;
    margin-top: 10px;
}

// 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 #a6a6a6;
    margin: 30px auto;
    border-radius: 10px;
    background: #f1f1f1;
}

body.dark-mode .bg-light {
    background-color: #181e28 !important;
}

.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: var(--primery-color-dark);
}

.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: #283344 !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: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    left: 15px;
    transform: translate(12px, 11px);
    top: 50%;
    border-radius: 50%;
    font-size: 0.75em;
    font-weight: 700;
    color: white;
    text-align: center;
    background: #ff0000;
    animation: pulse 1s infinite;
}

li.nav-item {
    position: relative;
    margin-top: 5px;
    border-bottom: 1px solid #0000002e;
    background: #f6f6f6;
    margin: 7px;
    padding: 1px;
    border-radius: 10px;
}

@-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: #2a4658 !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-bottom: 1px !important;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 0.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(37 89 225) 0%, rgb(0 99 255) 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;
    border: 1px solid #ffffff66;
}

.dark-mode .select-plan .plans .plan .logo {
    background: #0d1420;
    border-bottom: 1px solid black;
}

.dark-mode .select-plan {
    background: #181e28;
    color: white;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

div#sidebar {
    box-shadow: -6px -2px 2px 0px #2196F3;
    border-radius: 10px 0px 0px 5px;
    background: #ffffff;
    width: 249px;
    padding: 0px 5px;
}

.sidebar-brand {
    background: transparent;
}

header.header {
    background: transparent;
    border-bottom: 1px solid #c8c8c8;
    background: #ebedef;
}

a.nav-link {
    color: black !important;
}

a.nav-link:hover {
    color: #1692ff !important;
}

.dark-mode .sidebar {
}

.dark-mode div#sidebar {
    background: #002c43;
}

.dark-mode li.nav-item {
    background: #00407057;
}

.dark-mode a.nav-link {
    color: white !important;
}

.dark-mode a.nav-link:hover {
    color: #85e1ff !important;
}

.dark-mode li.nav-item i {
    color: white;
}

.alert.alert-success.support i {
    color: green;
}

.sidebar-brand img {
    width: -webkit-fill-available;
}

.dark-mode .appview {
    background: #181e28;
}

.dark-mode .input-group-text {
    color: white;
    background: #002f4d;
}

.buy-input .input-group-text {
    background: #54a8eb;
    color: white;
}

.buy-input span.input-title {
    font-weight: 700;
}

.dark-mode .appview .buy-view .data {
    background: #1a2538;
    border: 1px solid #00569b;
}

.register .card {
    border-radius: 20px;
    width: 974px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 1px 9px #0000003d;
}

.form-control {
    padding: 15px;
    border-radius: 25px;
}

.input-group-text {
    min-width: 50px;
    display: flex;
    justify-content: center;
    background: transparent;
}

.page-content .head {
    text-align: center;
}

.dark-mode .item .process span {
    color: black;
}

.tabbar span {
    font-size: 15px;
}

button.mybtn span {
    color: white;
}

.page-content.myorders .data {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.app-card:hover {
    scale: 1.1;
    transition: all 200ms;
    background: white;
    color: #2196F4 !important;
    !i;
    !;
    
    !;
    
    !importan;
    
    
    !i;
    !;
}

@media(max-width:767.98px) {
    .app-card{
        width:140px;
        margin:5px;
    }
    .app-card .img{
        height:120px;
    }
    .app-card .app-name{
        font-size: 14px;
        padding: 8px 2px;
    }
}

@media(max-width:426px) {
    .app-card{
        width: 115px;
        margin:2px;
        font-size:13px;
    }
    .app-card .img{
        height:100px;
    }
    .app-card .app-name{
        font-weight:400;
    }
}
.dark-mode .app-card:hover {
    background: #003352;
    color: #ffffff !important;
}
.sidebar {
    color: #000000;
}

.dark-mode .sidebar {
    color: white;
}
.side-login {
    background: #2196f3;
    padding: 7px;
    margin-top: 10px;
    border-radius: 20px;
    margin: 25px 0px;
    box-shadow: 1px 1px 4px 1px #86a8b1;
}

.side-login .title {
    color: white;
    font-weight: 700;
}
a.header-brand.logo {
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
}
li.nav-item:active {
    background: #c9c9c97a;
}
.empty-plans {
    padding: 16px;
    margin: 60px 25px;
    border: 1px solid black;
    border-radius: 10px;
    background: #ffffff24;
}
.user-info {
    padding: 10px;
    background: #2196f3;
    border: 1px solid #0059a0;
    color: white;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px #8e8e8e;
}
.dark-mode .page-content.e-profile {
    border: 2px solid #525252;
}
.dark-mode header.header {
    background: #181e28;
}
.dark-mode .page-content.addBalance .balance-item {
    color: #ffffff;
    background: #181e28;
    box-shadow: 0px 2px 8px #002590;
    border: 1px solid #00588d;
}
.page-content.balance-order .data span.input-group-text.copy i {
    color: black;
}

.page-content.balance-order .data span.input-group-text.copy:hover {
    background: #b4ffb4;
}
.dark-mode header.header {
    border-bottom: 1px solid #515b6b;
}
.notifications {
    position: relative;
}
.dark-mode .app-card {
    background: #032e74;
}
.search {
    margin-top: 15px;
}

.search input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #919191;
    background: #e0e0e0;
    box-shadow: 0px 3px 6px #00000057;
    transition: all 200ms;
}

.search input:focus-visible {
    border: 1px solid #0089ff;
    box-shadow: 1px 1px 14px 2px #5db0f2;
    outline: none;
    background: #ffffff;
    transition: all 200ms;
}

.dark-mode .search input {
    background: #262f3d !important;

}

.dark-mode .search input:focus-visible {
    background: #e3e3e3 !important;
    color: black;
}
*[dir=rtl] .form-select {
    padding:15px;
    border-radius:100px;
}
.dark-mode select {
    background: #00000040;
    background-color: #00000040 !important;
    color: white;
}
.dark-mode textarea {
    background: #00000040;
    background-color: #00000040 !important;
    color: white;
}
.dark-mode .form-control:focus{
    color:#f1ebfc;
}
tr:hover {
    background: #62626212;
}

.dark-mode table.table {
    color: white;
}

.dark-mode .text-muted {
    color: #c8c8c8 !important;
}

.dark-mode tr:hover {
    background: #ababab40;
}
.btn.btn-label-danger {
    background-color: rgba(253, 57, 122, 0.1);
    color: #fd397a;
    cursor: text !important;
}
.btn.btn-label-success {
    background-color: rgba(10, 187, 135, 0.1);
    color: #0abb87;
    cursor: text !important;
}
.btn.btn-label-warning {
    background-color: rgb(187 64 10 / 10%);
    color: #d77900;
    cursor: text !important;
}
.dark-mode thead tr th {
    background: #181e28;
    color: white;
    border: 1px solid #7b7b7b;
}

.dark-mode tbody tr.odd td {
    background: #003352;
    color: white;
    border: 1px solid #7b7b7b;
}
.dark-mode tbody tr.even td {
    background: #003f66;
    color: white;
    border: 1px solid #7b7b7b;
}
li.nav-item.g-login img {
    margin-inline-end: 5px;
}
.select-plan .plans .plan .data {
    padding: 5px;
}

