﻿.loader {
    background: radial-gradient(farthest-side, #0081dd 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #0081dd);
    -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
}

.header-nx {
    background-color: #121824;
}

.footer-base-nx {
    background-color: #121824;
    color: var(--tp-common-white);
}

footer p {
    color: var(--tp-theme-primary);
}

.tp-dark-mode .tp-main-menu nav ul li a {
     color: #d2d2d2; 
}

    .tp-dark-mode .tp-main-menu nav ul li a:hover {
        color: #0173d4;
    }

.tp-btn {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    color: var(--tp-common-white);
    backdrop-filter: blur(40px);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1098039216), rgba(0, 0, 0, 0.3803921569), rgba(255, 255, 255, 0.1098039216));
    background-size: 200% auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    padding: 8px 20px;
}

.tp-btn {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    color: var(--tp-common-white);
    backdrop-filter: blur(40px);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1098039216), rgba(0, 0, 0, 0.3803921569), rgba(255, 255, 255, 0.1098039216));
    background-size: 200% auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius Defines the radii of the outer border edge. Widely available across major browsers (Baseline since January 2018) Learn more Don't show : 26px;
    padding: 8px 20px;
}

.tp-dark-mode .tp-btn {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1098039216), rgba(0, 0, 0, 0.3803921569), rgba(255, 255, 255, 0.1098039216));
    color: var(--tp-common-white);
}

.tp-header-nx {
    color: var(--tp-common-white);
}

.tp-offcanvas-close-btn {
    color: var(--tp-theme-primary);
}

.tp-top-page-spacing-nx {
    padding-top: 50px;
}

a {
    text-decoration: underline;
}

    a:hover {
        text-decoration: underline;
        color: #0173d4 !important;
    }

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/nfc-banner.png");
    background-color: rgba(255, 255, 255, 0.6); /* White with 60% opacity */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
}

p {
    color: var(--tp-theme-primary);
}

.btn-lnklang-nx {
    color: #d2d2d2;
    text-decoration:underline;
}
    .btn-lnklang-nx:hover {
        color: #0173d4;
    }

.tp-offcanvas-menu ul li:not(:last-child) .btn-lnklang-nx {
    border-bottom: 1px solid #555;
    padding: 8px 0;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    .btn-lnklang-nx {
        margin-top: 10px;
        color: #000;
        text-decoration: underline;
    }
}