﻿
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Regular.ttf') format('truetype');
}

body {
    background: #0B1020;
    direction: rtl;
    font-family: 'Heebo';
    color: white;
    margin: 0px;
  
}

#body_container {
    background-image: url('../images/ellipse.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position:fixed;
    width: 100vw;
    z-index:-1;
}

#main_container {
    width: 100%;
    height: 100%;
    right: 0px;
}

#login_box, #signup_box, #signup_box2 {
    position: relative;
    right: 5%;
    width: 90%;
}

    #login_box span, #signup_box span, #signup_box2 span {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #FFFFFF;
        margin-right: 8px;
    }



.login_field {
    background: #FFFFFF;
    background: linear-gradient(0deg, #1B2C44, #1B2C44), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    border-radius: 8px;
    width: 97%;
    height: 45px;
    margin-top: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 5px;
    color: white;
}

::placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1; /* Firefox */
}

#connect {
    background: rgba(14, 21, 44, 1);
    width: 97%;
    height: 45px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.30000001192092896px;
    text-align: center;
    border-radius: 30px;
    margin-top: 30px;
    right: 5px;
    position: relative;
}
#paynow, #topremium {
    background: linear-gradient(105.43deg, #B743F0 -9.83%, #2D66F1 71.19%, #58C3F8 109.83%);
    width: 90%;
    margin: 0 auto;
    height: 45px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.30000001192092896px;
    text-align: center;
    border-radius: 30px;
    margin-top: 30px;
    right: 5px;
    position: relative;
}
#options {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
}

.recover {
    color: rgba(64, 142, 245, 1) !important;
    left: 0px;
    position: absolute;
    display: inline-block;
    line-height: 26px !important;
}

.signup1 {
    color: rgba(64, 142, 245, 1) !important;
}

.password-toggle-icon {
    position: absolute;
    top: 40px;
    left: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

    .password-toggle-icon i {
        font-size: 13px;
        line-height: 1;
        color: white;
        transition: color 0.3s ease-in-out;
        margin-bottom: 20px;
    }
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
  	overflow-y: hidden;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #252938 0%, #484D62 100%);
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        right: 0px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
    background: rgba(60, 253, 154, 1);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

#options * {
    vertical-align: middle;
}

#logo {
    margin: 0 auto;
    width: 45%;
    margin-top: 80px;
    margin-bottom: 70px;
    position: relative;
}

.login_field.error {
    border: 1px solid rgba(227, 0, 54, 1) !important;
}

.error_msg {
    color: rgba(227, 0, 54, 1) !important;
    font-size: 10px !important;
    position: absolute;
    right: 0px;
    bottom: -28px;
}

.cur_page_title {
    background: rgba(22, 33, 54, 1);
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:white !important;
}

    .cur_page_title * {
        vertical-align: middle;
    }

#logo_small {
    width: 52px;
    margin: 0 auto;
    margin-top: 30px;
}

#branches .branch, #branches2 .branch {
    display: inline-block;
    position: relative;
    width: 100% !important;
}

.branchlink {
    width: 15%;
    display: inline-block;
}

    #branches .branch span, #branches2 .branch span {
        font-size: 11px;
        display: inline-block;
        text-align: center;
        width:100%;
    }

    #branches .branch img, #branches2 .branch img {
        position: relative;
        right: 14px;
        width: 24px;
        height: 24px;
    }

#branches {
    margin-top: 20px;
    margin-bottom:10px;
}

#branches_container {
    overflow: overlay;
}

#branches2 {
    margin-top: 45px;
}

#branches .branch.selected::after {
    width: 100%;
    border-bottom: 2px solid rgba(40, 184, 249, 1);
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
}

#filters {
    margin-top: 20px;
}

.filter {
    padding: 8px 16px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin-left: 5px;
    background: #263D5C80;
    color:white;
}

    .filter.selected {
        border: double 4px transparent;
        border-radius: 80px;
        background-image: linear-gradient(#0B1020, #0B1020), radial-gradient(circle at top left, rgba(142, 78, 241, 0.87),rgba(50, 207, 242, 0.87));
        background-origin: border-box;
        background-clip: padding-box, border-box;
        border: 1.3px solid;
        border-image: linear-gradient(105.34deg, rgba(142, 78, 241, 0.87) 9.64%, rgba(192, 213, 240, 0.87) 38.2%, rgba(50, 207, 242, 0.87) 56.99%, rgba(50, 101, 242, 0.87) 95.47%);
    }


#menubtn {
    position: absolute;
    top: 30px;
    right: 20px;
}

#menu {
    background: linear-gradient(0deg, #161616, #161616), linear-gradient(0deg, rgba(242, 242, 242, 0.3), rgba(242, 242, 242, 0.3));
    width: 92%;
    border: 1px solid rgba(242, 242, 242, 0.3);
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: 10;
}

.closebtn {
    position: absolute;
    left: 20px;
    top: 10px;
}

.closebtn {
    width: 14px;
    height: 14px;
}

#main_container.blurred {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

#search {
    background: linear-gradient(0deg, #080808, #080808), linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 90%;
    height: 25px;
    padding: 8px;
    border-radius: 8px;
    line-height: 20px;
    color: white;
}

.search {
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    width: 90%;
}

    .search i {
        position: absolute;
        left: 20px;
        top: 12px;
    }

.menusep {
    font-size: 12px;
}

.submenu {
    margin: 0 auto;
    width: 90%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 35px;
}

.menurow {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    color: white !important;
}

    .menurow * {
        vertical-align: middle;
    }

    .menurow img {
        margin-left: 10px;
    }

    .menurow.selected {
        color: rgba(40, 184, 249, 1);
    }


.login {
    font-size: 12px;
    color: white !important;
}

.profile_img {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
}

    .profile_img img {
        width: 40px;
        height: 40px;
    }

.login {
    margin: 0 auto;
    width: 90%;
    margin-top: 10px;
}

    .login * {
        vertical-align: middle;
    }

.logout .profile_img {
    border-radius: 40px;
    background-size: cover !important;
    margin-right: 10px;
}

.logout * {
    vertical-align: middle;
    font-size: 12px;
}

.logout .name, .logout .premium {
    display: block;
    line-height: 18px;
}



.user_info {
    display: inline-block;
    color:white !important;
}

.logout {
    margin-top: 20px;
}

    .logout .premium {
        font-size: 10px;
    }

#page_header {
    height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: radial-gradient(84.37% 84.37% at 49.87% 55.03%, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 50px;
    padding-right: 45px;
    position:relative;
}

.backbtn {
    position: absolute;
    right: 20px;
    top:1px;
}

#menu a {
    text-decoration: none !important;
    color: white !important;
}

#branches a, #branches2 a {
    color: white !important;
    text-decoration: none !important;
}

#branches2 .branch img { 
    right:12px !important;
}

a{
    text-decoration:none !important;
}

.center_content {
    margin: 0 auto;
    margin-top:50%;
}

.center_content img {
    width: 102px;
    display:block;
    margin:0 auto;
}

.center_header {
    display: block;
    font-family: Heebo;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    margin: 0 auto;
    text-align:center;  
    margin-top:15px;
    color:white !important;
}

.center_content.up {
    margin-top: 10% !important;
}

.center_text {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF99;
    display:block;
    text-align:center;
    width: 80%;
    margin: 0 auto;
    margin-top:10px;
}

.package {
    width: 90%; margin: 0 auto;
    text-align:center;
    height: 100px;
    margin-top:25px;
    margin-bottom:25px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius:10px;
}

.package_header {
    margin-top:15px;
    display:block;
}

.package_price {
    display:block;
    color:rgba(255,255,255,0.5);
}

.package_discount {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size:13px;
}

.package.selected {
    border: 1px solid rgba(40, 184, 249, 1) !important;
}

.code_digit {
    display:inline-block;
    margin-right:10px;
    margin-top:30px;
}

    .code_digit input {
        width: 50px;
        height: 60px;
        gap: 0px;
        border-radius: 8px;
        background: var(--Navy-01, #0E152C);
        border: none !important;
        text-align: center;
        color: white;
        font-size: 28px;
    }

#enter_code {
    width: 90%;
    margin: 0 auto;
    direction:ltr;
}

.errstep2 {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 15px !important;
    position: relative !important;
    bottom: 0px !important;
}

.menurow span {
    margin-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid white;
}

#toc_content {
    font-size: 11px;
    margin: 0 auto;
    width: 90%;
    margin-bottom:10px; 
}

.header_title {
    margin-bottom:10px;
    margin-top:10px;
    font-weight:bold;
    font-size:12px;
}

.toc_title {
    text-align:center;
    font-size:14px;
    color:white;
    opacity: 1 !important;
}

#branches, #branches2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: overlay;
    overflow-y:hidden;
}