﻿
@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Default.ttf') format('truetype');
}

body {
    font-family: Tajawal
}

.btn-primary {
    --bs-btn-bg: #007eeb
}

[data-bs-theme=dark] .light-icon {
    display: none;
}

html {
    direction: rtl;
}


[data-bs-theme=light] .dark-icon {
    display: none;
}

*:has(> .w-tabs) {
    height: 100% !important;
}

.w-tabs {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .w-tabs .w-tabs-header {
        display: flex;
        margin: -20px;
        gap: 4px;
        margin-bottom: 20px;
        justify-content: center;
        overflow-x: auto;
        height: 40px !important;
        min-height: 40px;
        /*        background: red;*/
    }

        .w-tabs .w-tabs-header::-webkit-scrollbar {
            height: 0 !important;
        }

        .w-tabs .w-tabs-header .w-tab {
            flex: 1 1;
            padding: 10px 20px;
            opacity: 0.7;
            border-bottom: 2px solid #c0c0c0;
            width: 0;
            display: block;
            transition: 0.3s;
            display: flex;
            gap: 10px;
            align-items: center;
            justify-content: center;
            min-width: fit-content;
            max-width: 200px;
        }

            .w-tabs .w-tabs-header .w-tab:hover {
                opacity: 1;
            }

            .w-tabs .w-tabs-header .w-tab.active {
                opacity: 1;
                color: var(--bs-primary);
                border-bottom: 2px solid var(--bs-primary);
            }

.w-tabs-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1 1;
    gap: 10px;
    width: 100%;
}

    .w-tabs-body form {
        width: 100%;
        max-width: 300px;
    }

[data-bs-theme=light] {
    --svg-fill-color: black;
}

[data-bs-theme=dark] {
    --svg-fill-color: white;
}

    [data-bs-theme=dark] body {
        background: #222;
    }

.pricing-featured-plan {
    position: relative;
}

.pricing-plan-name,
.pricing-plan-startingat,
.pricing-plan-price-container,
.btn-primary,
.pricing-plan-features {
    z-index: 100;
}

input {
    text-align: center;
}
/*
.pricing-featured-plan::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 250px;
    margin-left: -35px;
    margin-right: -35px;
    width: 100%;
    background: linear-gradient(rgb(217, 246, 250) 0%, rgba(255, 255, 255, 0) 42.16%);
}*/

.pricing-plans .btn-primary {
    padding: 9px 15px;
    font-size: 15px;
    outline: none;
    border: none;
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
    transition: 0.5s;
    cursor: pointer;
    color: white;
    background-color: #18bed4;
}

    .pricing-plans .btn-primary:hover {
        background-color: #1a9bac;
    }

.pricing-plans {
    overflow: auto;
    height: 100%;
    margin-top: 30px;
    display: grid;
    row-gap: 10px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.pricing-plan-name {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
}

.pricing-plan-startingat {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    color: #777;
}

.pricing-plan-price-container {
    margin-top: -13px;
    display: flex;
    gap: 10px;
}

.pricing-plan-lifetime {
    display: flex;
    flex-direction: column;
    color: #888;
    font-weight: 600;
}

.pricing-plan-lifetime {
    justify-content: center;
}

.pricing-orginal-price {
    font-size: 25px;
    color: #444;
    text-decoration: solid #444 2px line-through;
}

.pricing-plan-price {
    font-size: 30px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.pricing-plan .btn-primary {
    margin-top: 15px;
}

.pricing-plan-feature-check {
    color: rgb(42, 192, 74);
}

.pricing-plan-feature-group-item {
    font-weight: bold;
}

.pricing-plan-feature-group-item-title {
    padding-bottom: 10px;
}

.pricing-plan-feature-group-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pricing-plan-feature-item {
    font-weight: 400;
    padding-left: 10px;
}

.pricing-plan-features {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pricing-plan-feature-item-uncheck {
    text-decoration: #888 solid line-through;
    color: #999;
}

.pricing-plan-feature-uncheck {
    color: #999;
}

.pricing-plan-feature-infinity {
    color: #444;
}

.pricing-plan {
    width: 400px;
    display: flex;
    background: #fff;
    flex-direction: column;
    padding: 35px;
    border: #eee 1px solid;
    border-radius: 10px;
}

.pricing-description {
    font-size: 20px;
    color: #707070;
}

.pricing-title {
    font-size: 60px;
    letter-spacing: -2px;
    font-weight: 500;
}

/*body::after {
    content: "";
    position: fixed;
    height: 100dvh;
    width: 100vw;
    display: block;
    top: 0;*/
/*    opacity: 0.5;*/
/*left: 0;
    background: url("/bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.header {
    /*    display: none;*/
    z-index: 10;
    background: rgba(250,250, 250, 0.8);
    box-shadow: 0 0 5px 5px rgba(var(--bs-primary-rgb), 0.1);
    /*    backdrop-filter: blur(9px);*/
    padding: 5px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100vw;
    /*    position: absolute;*/
    height: 65px;
    font-size: 25px;
    align-items: center;
}

.header-navbar {
    gap: 5px;
}

.header .logo-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 25px;
}

[data-bs-theme=dark] .header {
    background: rgba(30,30, 30);
}

.content-card {
    max-width: 450px !important;
    text-align: center;
    background: rgba(255,255, 255, 0.6);
    /*    backdrop-filter: blur(7px);*/
    border-radius: 4px;
    padding: 40px;
    height: fit-content;
    /*    box-shadow: rgba(0,0,0,0.3) 1px 1px 10px;*/
    /*    min-width: 500px;*/
    max-width: 700px;
    box-shadow: rgba(240,240, 240,0.7) 0 0 8px 3px;
}

    .content-card h1 {
        font-size: 28px;
    }

    .content-card h2 {
        opacity: 0.7;
        font-size: 24px;
    }

[data-bs-theme=dark] .content-card {
    background: rgba(30,30, 30,0.6);
    box-shadow: rgba(40,40,40,0.7) 10px 10px 8px;
}

.nav-item .nav-link.active {
    background: transparent;
    color: #000;
    border-right: 1px solid var(--bs-primary)
}

.content-card:has(.manage-layout) {
    min-width: calc(100vw / 2);
    height: calc(100dvh / 1.5);
    max-width: 700px;
}

    .content-card:has(.manage-layout) h3 {
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0,0,0,0.4)
    }

[data-bs-theme=dark] .content-card:has(.manage-layout) h3 {
    border-bottom: 1px solid rgba(255,255,255,0.2)
}

.content-card:has(.page-consent) {
    min-width: calc(100vw / 7);
    width: 500px;
}

.installation-container {
    height: calc(100dvh / 1.5);
    width: calc(100vw / 2);
}

.installation-card {
    height: 100%;
    gap: 5px;
    display: flex;
    flex-direction: column;
    /*   
    justify-content: center;
    align-items: center*/
}

    .installation-card:has(.installation-spinner) {
        justify-content: center;
        align-items: center;
        gap: 20px
    }

.content-card:has(.installation-card) {
    max-width: fit-content !important;
}

.installation-spinner {
    height: 100px;
    --bs-spinner-border-width: 0.5em !important;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-border-precent {
    font-size: 90px;
}


.installation-spinner-title {
    font-weight: bold;
    font-size: 23px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

    .installation-spinner-title:after {
        content: var(--loading-appliaction-message);
    }

    .installation-spinner-title:before {
        content: '...';
        height: 30px;
        display: block;
        animation: InstallationSpinnerLoadingDots forwards 1s;
    }

@keyframes InstallationSpinnerLoadingDots {
    0% {
        content: ". ";
    }

    50% {
        content: ".. ";
    }

    100% {
        content: "... ";
    }
}

#download-data {
    width: fit-content;
}

.btn-Microsoft {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eee;
    --bs-btn-hover-border-color: #eee;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #eee;
    --bs-btn-active-border-color: #eee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-Google {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eee;
    --bs-btn-hover-border-color: #eee;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #eee;
    --bs-btn-active-border-color: #eee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
}

p:has(#download-data) {
    display: flex;
    gap: 5px;
}

a {
    color: black;
    text-decoration: none;
}

[data-bs-theme=dark] a {
    color: white;
    text-decoration: none;
}

    [data-bs-theme=dark] a:hover {
        color: rgb(255, 255, 255, 0.76);
        text-decoration: none;
    }

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-attachment: initial;
    background-color: transparent;
    background-image: url(../pattern.png);
    background-size: 4.6875rem;
    background-repeat: repeat;
    background-attachment: initial;
    z-index: -5;
}

[data-bs-theme=dark] body:before {
    background-image: url(../pattern-dark.png) !important;
}

.content-body {
    flex-grow: 1;
    width: 100vw;
    padding-top: 50px;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.content-container {
    display: flex;
    height: 100vh;
    /*    gap: 40px;*/
    flex-direction: column;
}

.btn-b-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }

.pricing-plan-radio:has(input:checked) {
    border: 2px solid var(--bs-primary) !important
}

    .pricing-plan-radio:has(input:checked) .pricing-plan-name {
        color: var(--bs-primary)
    }

.pricing-plans {
    padding: 10px;
}

.pricing-featured-plan {
    box-shadow: 2px 2px 0px 3px #999;
}

.step-notactive {
    display: none;
}

.step-active.step-flex-active {
    display: flex;
}

.iti__dial-code {
    direction: ltr;
    flex-grow: 1;
    text-align: start;
}
.iti__selected-dial-code{
    direction: ltr;
}

.iti__arrow {
    display: none !important;
}

.iti__tel-input {
    text-align: start;
}
.iti {
    width: 100%
}