:root {
    --color-primary: #101664;
    --color-secondary: hsl(30, 85%, 60%);
}

.text-shark-primary {
    color: var(--color-primary);
}
.text-shark-secondary {
    color: var(--color-secondary);
}
.bg-shark-primary {
    background-color: var(--color-primary);
}
.bg-shark-secondary {
    background-color: var(--color-secondary);
}

.auth-one-bg {
    background-image: url("../../app_icon/bg-1.jpg");
    /* background-position: center;
    background-size: cover; */
}

.auth-one-bg .bg-overlay {
    /* background: linear-gradient(to right,#211c79,#191965)!important; */
    /* background: linear-gradient(to right,#828282,#acacac)!important; */
    background: linear-gradient(to right, #a36f2c, #529bffbf) !important;
    opacity: 1 !important;
    backdrop-filter: blur(10px) !important;
}

.pricing-navbar {
    min-height: 80px;
    background: #fff;
}

.pricing-navbar .card-logo {
    width: 198px;
    height: 46px;
}
.breadcrumb-item > a {
    color: var(--vz-heading-color);
}
.pricing-navbar .nav-options a {
    font-size: 15px;
}

.btn-primary.btn-animation {
    background-color: #405189;
    border-color: #405189 !important;
}
.btn-primary.btn-animation:is(:hover, :focus, :active, :focus-visible) {
    color: #405189;
    background-color: rgba(64, 81, 137, 0.1);
}
.dropdown-menu {
    background-color: var(--vz-dropdown-bg);
    border-color: #405189 !important;
}
.dropdown-menu a {
    color: #fff;
}
.login-btn {
    background: #98229d !important;
    border: unset !important;
    color: #fefefe;
}

.login-btn:hover {
    color: #fefefe;
    background: #ae22b4 !important;
}

.navbar-brand-box .logo img {
    max-height: 55px;
}

.align-items-center.d-flex {
    justify-content: space-between;
}

.navbar-brand-box {
    padding: 28px 1.3rem !important;
}

.col-auto.layout-rightside-col {
    display: none;
}

a.dashboard {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

.pack-icon {
    max-height: 35px;
}

.base-price {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #8f9faf;
}

.base-price .b-sv {
    color: #0bb39c;
}

.error-msg {
    color: #c44;
}

.vpn-codes {
    background: #0bb39c40;
    color: #118374;
    display: block;
    width: 120px;
    margin: auto;
    padding: 5px 0;
    padding-top: 7px;
    border-radius: 0.35rem;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: 800;
}

.sidebar-background {
    background-color: var(--color-primary) !important;
}

.hero-section .bg-overlay {
    /* background: linear-gradient(rgba(), rgba()), url("/dist/app_icon/woldmap-bg.png"); */
    background: rgb(29, 97, 195);
    background: linear-gradient(
            139deg,
            rgba(250, 250, 250, 0.1),
            rgba(250, 250, 250, 0.1)
                /* rgba(29, 97, 195, 0.8) 0%,
            rgba(213, 176, 24, 0.8) 61%,
            rgba(213, 176, 24, 0.8) 100% */
        ),
        url("https://console.enovavpn.com/dist/app_icon/woldmap-bg.png");
    /* filter: invert(1); */

    /* Set initial background position */
    background-position: 0% 0%;

    /* Create an animation with a linear movement */
    animation: moveBackground 60s linear infinite;
}

@keyframes moveBackground {
    /* Move the background position left to right */
    0%,
    100% {
        background-position: 0% 0%;
    }
    /* Move the background position right to left */
    50% {
        background-position: 100% 0%;
    }
}

.textwrap {
    text-wrap: wrap !important;
    word-wrap: break-word !important;
    white-space: wrap !important;
}

.section {
    padding: 40px 0;
}

.console-login.card {
    box-shadow: unset !important;
    /* border: thin solid #f2f6f8; */
    background: #f9fbfc;
}

.table-card thead th {
    font-size: 13px;
}

.table-card tbody td {
    font-size: 12px;
}

.forget-pass-link {
    font-size: 12px;
}

ul {
    padding-left: 0 !important;
}

ul li {
    list-style-type: none !important;
}

.nav-item {
    justify-content: space-between;
    flex-direction: column !important;
}

.navbar-menu .navbar-nav .nav-sm {
    padding-left: 50px !important;
}

.btn-darker {
    background: #373b47;
    border-color: #464647;
}

.custom-footer {
    /* background: #03549c !important; */
    background: var(--color-primary) !important;
    position: relative;
}

.custom-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/dist/app_icon/woldmap-bg.png") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.1;
}

.custom-footer-bottom {
    /* background: #044890 !important; */
    background: var(--color-primary) !important;
}

.footer-list li a {
    color: #ccd5dd !important;
    font-size: 16px !important;
    padding: 0px 0 !important;
}

.custom-footer-bottom {
    padding: 15px 0;
    a {
        color: #ccd5dd !important;
    }
    p {
        color: #ccd5dd !important;
    }
}
.flex-menu {
    gap: 15px !important;
    a {
        padding-right: 10px;
        cursor: pointer;
        &:hover {
            color: #fff;
        }
    }
}

.custom-footer-bottom {
    .pay-support {
        text-align: right;
    }
}

.custom-footer-bottom .pay-support img {
    height: 20px !important;
}

.bg-gray {
    background-color: rgb(243 246 249) !important;
}
.text-gray {
    color: #858585 !important;
}
.border-unset {
    /* border: unset!important; */
    border-color: transparent !important;
}

.dashboard-title {
    font-size: 16px;
    color: var(--vz-vertical-menu-item-active-color);
    font-weight: 400;
}

.dashboard-card-icon {
    display: flex;
    align-items: center;
    gap: 4px;
}

.flag-icon {
    height: 14px;
    margin-right: 5px;
}

html[data-bs-theme="dark"] {
    .bg-gray {
        background-color: #31353a !important;
    }
    .text-gray {
        color: #9b9b9b !important;
    }
    .white-flag {
        filter: invert(1) brightness(0.5);
        box-shadow: unset !important;
    }
    .form-control:disabled {
        background-color: #343434 !important;
    }
    .dashboard-title {
        color: #acabab;
    }
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden !important;
}

.table-card {
    margin: 0;
    border: thin solid #eee;
    border-radius: 0.35rem;
}

html[data-bs-theme="dark"] {
    --select-v2-background-color: #31353a;
    --select-v2-border-color: #31353a;
    --custom-border-color: #32383e;
    .table-card {
        border: thin solid #32383e;
    }
    .custom-card-color {
        background-color: #31353a !important;
    }
}
html[data-bs-theme="light"] {
    --vz-topbar-user-bg: #f3f3f8;
    --vz-header-bg: #00032e;
    --vz-header-border: #101664;
    --select-v2-background-color: #ffffff;
    --select-v2-border-color: #31353a;

    .custom-card-color {
        background-color: #f3f3f8 !important;
    }
}

.right-opt {
    display: flex;
    form {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.table-nowrap td {
    padding: 5px 10px !important;
    color: var(--label-color);
}
