:root {
    --color-primary: hsl(208, 100%, 30%);
    --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");
}

.auth-one-bg .bg-overlay {
    background: linear-gradient(
        to right,
        var(--gradient-start),
        var(--gradient-end)
    ) !important;
    opacity: 1 !important;
    backdrop-filter: blur(10px) !important;
}

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

.pricing-navbar .card-logo {
    width: 198px;
    height: 46px;
}

.pricing-navbar .nav-options a {
    font-size: 15px;
}

.login-btn {
    background: var(--primary-color) !important;
    border: unset !important;
    color: #fefefe;
}

.login-btn:hover {
    color: #fefefe;
    background: var(--primary-hover-color) !important;
}

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

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

.error-msg {
    color: #c44;
}

.vpn-codes {
    background: color-mix(in srgb, var(--secondary-color) 25%, transparent);
    color: var(--secondary-color);
    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;
}

.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, 2    4, 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 {
    border-color: #464647;
}

.btn-primary,
.btn-success {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.custom-footer {
    background: #03549c !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;
}

.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: #495057;
    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"] {
    --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;
}

.navbar-header {
    height: 55px !important;

    .header-item {
        height: 55px !important;
    }

    .btn-ghost-secondary:hover {
        background-color: #008c8b !important;
        border-color: #008c8b !important;
        color: #ffffff !important;
    }
}

.footer {
    height: 45px !important;
    padding: 0 !important;
    line-height: 45px !important;
}

.card {
    border-radius: 1rem !important;
    overflow: hidden !important;
}

.table > :not(caption) > * > * {
    padding: 0.35rem 0.5rem !important;
    /* background: #129e9d0f!important; */
}

.table-card tbody td {
    padding: 3px 10px !important;

    strong {
        font-size: 12px !important;
    }

    button {
        i {
            font-size: 0.8rem !important;
        }
    }

    .btn {
        padding: 2px 5px !important;
    }

    span {
        &.badge {
            &.bg-success {
                background-color: color-mix(
                    in srgb,
                    var(--primary-color) 23%,
                    transparent
                ) !important;
                color: var(--primary-color) !important;
                padding: 5px 10px !important;
            }

            &.bg-danger {
                background-color: #db321f3b !important;
                color: #db321f !important;
                padding: 5px 10px !important;
            }

            &.bg-warning {
                background-color: #f59e0b3b !important;
                color: #f59e0b !important;
                padding: 5px 10px !important;
            }

            &.bg-default {
                background-color: #2525253b !important;
                color: #252525 !important;
                padding: 5px 10px !important;
            }
        }
    }
}

.static_table th.text-left {
    text-align: left !important;
}

.right-opt {
    gap: 10px !important;
    padding: 0px 5px !important;

    .align-items-center.d-flex {
        padding: 4px 12px !important;
    }

    .download-btn {
        background: #808080 !important;
        border: unset;
        color: #ffffff;
    }
}

.card-bottom-total {
    padding: 0px 20px 20px !important;
}

.menu-title span {
    font-size: 10px !important;
}
