﻿ body {
    font-family: 'Inter', sans-serif;
}

.table td {
    padding: 0px !important
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d1cccc;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgb(67 34 212 / 25%);
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgb(67 34 212 / 25%);
}



/* General Header Styles */
.menu-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(12px) saturate(100%);
    backdrop-filter: blur(10px) saturate(100%);
    transition: border-bottom 0.15s, top 0.25s, background-color 0.3s;
}

    /* Container Style */
    .menu-header .container {
        display: flex;
        justify-content: center;
    }

/* Navbar Styles */
.navbar-custom {
    border: 1px solid #292929;
    margin-top: 20px;
    border-radius: 15px;
    padding: 0px 5px !important;
    position: fixed;
    top: 0;
     width: 430px;
}
.friendsup-logo {
    width: 40px;
}
/* Navbar Brand Styles */
.navbar-brand-custom {
    margin: 0;
}

/* Navbar Button Styles */
.navbar-toggler-custom {
    border: none;
}

.friendsupw {
    text-align: -webkit-center;
    display: block;
    width: 100%;
}

/* Nav Link Styles */
.nav-link-custom {
    color: white;
}

    .nav-link-custom.active {
        font-weight: bold;
    }

/* Contact Button Styles */
.btn-contact {
    border-radius: 10px;
    background: #2f2f2f !important;
    color: white !important;
}



/* Section Intro Styles */
.intro {
    display: block;
    z-index: 999;
    position: relative;
    background: black;
    padding-top: 0 !important;
    margin-top: 9rem !important;
}

    .intro .container {
        text-align: center;
    }

    /* Heading and Subtitle Styles */
    .intro .heading-wrapper {
        width: 429px;
    }

    .intro .heading {
        letter-spacing: -0.03em;
        background: linear-gradient(180deg, #ffffff 30%, #95959580 100%), #0f172a;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 3rem;
    }

    .intro .subtitle {
        font-size: 1rem !important;
    }

/* Product Wrapper Styles */
.product-wrapper {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 100%);
}

.table-custom {
    min-height: 30px;
    margin-top: 7px;
    font-size: 13px;
    max-width: 430px !important;
    margin: 0 auto;
    width: 430px !important;
}

    .table-custom td {
        padding-bottom: 0;
        padding-top: 0;
        text-align: right;
        vertical-align: middle;
        border-top: 0;
    }

/* Form Group Styles */
.form-group-custom {
    height: 45px;
}

.form-control-custom {
    color: #f2f2f2;
    opacity: 1;
    background: #2f2f2f !important;
    border: white;
    padding: 12px 20px;
    border-radius: 12px;
}

/* Button Styles */
.btn-custom {
    margin-top: 0;
    padding: 12px 20px;
    border-radius: 12px;
    color: white;
    background-image: linear-gradient(to bottom right, #071a4a, #4521d9) !important;
    border: white;
}

.label-error {
    font-size: 14px;
    color: red;
    position: absolute;
    margin-top: 62px;
    text-align: center;
}
.flexvertical {
    display: flex;
    flex-direction: column;
}
.application-button {
    display: inline-block;
    text-decoration: none !important;
    background: black !important;
}

/* Footer Styles */
.footer-info {
    text-align: center;
    display: block;
    width: 100%;
}

    .footer-info .contact-info {
        width: 429px;
    }

    .footer-info .contact-number {
        font-size: 1rem !important;
        color: white;
        opacity: 1;
    }

.form-control {
    color: #f2f2f2 !important;
}


/* Friendsup Admin Login (fsal-) */

/* replaces inline style of #pageBlocker */
.fsal-pageblocker {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    cursor: wait;
}

/* replaces inline style of #topLoaderBar */
.fsal-toploader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #ff0055, #00aaff, #00ff99);
    background-size: 300% 300%;
    animation: colorShift 2s ease infinite;
    z-index: 1000000;
}

/* replaces style="margin-top:5px;" */
.fsal-mt5 {
    margin-top: 5px;
}

/* replaces inline footer text style */
.fsal-footer-text {
    font-size: 0.8rem !important;
    margin-top: 60px;
    margin-bottom: 0;
}


@media only screen and (max-width: 465px) {
    .intro .heading-wrapper, .table-custom, .footer-info .contact-info {
        width: 100% !important;
    }
    .navbar-custom {
        width: auto !important;
        border: none;
        padding: 0px !important;
    }
    .navbar-toggler{
        display:none !important
    }
    .friendsup-logo {
        width: 85px !important;
    }
}
@media (min-width: 466px) {
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-toggler-custom {
        display: none !important
    }
}