html,
body {
    height: 100%;
}

#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

/* Global Link Hover */
a:hover {
    color: #FF9800;
    text-decoration: none;
}



.modern-footer a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.2s;
}

.modern-footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-brand {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    display: block;
}

.footer-nav {
    margin-bottom: 1rem;
}

.footer-nav a {
    margin: 0 10px;
    font-weight: 500;
}

.copyright {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.powered-by {
    font-size: 0.8rem;
    color: #718096;
}

.powered-by a {
    color: #a0aec0;
    border-bottom: none;
}

.powered-by a:hover {
    color: #FF9800;
    border-color: #FF9800;
}


.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 4px #9e9e9e;
}

.dropdown-item {
    font-size: 16px;
}

.navbar-light {
    background-color: white !important;

}

.navbar-light a {
    color: #3490dc !important;
    font-weight: bold;
}

.navbar-light .dropdown-item {
    color: #3490dc !important;
    font-weight: bold;
}

.card {
    margin-top: 50px;
    border-radius: 10%;
}

.card-header {
    background-color: white !important;
    font-weight: bold;
    text-align: center;
    color: #3490DC;
    border-bottom: 0;
    font-size: 18px;
    padding: 0 !important;
    background-color: red;
    width: 50% !important;
    margin: auto;
    margin-top: 15px;
}

.card-body {
    padding-bottom: 40px !important;
}





.mylyly .data {
    background-color: rgba(255, 255, 255, 0.0);
    min-height: 400px;
    color: #B6B5B5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mylyly .data h1 {
    color: #252628;
    text-align: left;
    font-size: 46px;
    font-weight: bold;
    margin-top: 100px;
}

.mylyly .data p {
    font-size: 29px;
    color: #56575b;
    text-align: left;
}

.mylyly .data .btn-primary {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    width: 205px;
    margin-bottom: 15px;
}

.mylyly .data .mya {
    margin-left: 77px;
    font-size: 20px;
}

.mylyly .data a:hover {
    text-decoration: none;
    color: #00205b;
}

.statistics-card {
    border-bottom: 0;
    border-radius: 0;
    border-top: 3px solid #3490DC;
}

.statistics-card .card-header {
    background-color: white !important;
    color: black !important;
    text-align: left;
    margin: 0;
    text-indent: 10px;
    padding: 20px;
}

.statistics-card .card-header p {
    padding-top: 10px;
}

.statistics-card .card-body {
    padding: 10px !important;
    /*border-top: 2px solid #F2F2F2;*/
}

.link {
    font-size: 13px;
    background-color: white;
    color: #495057;
    display: block;
    overflow: hidden;
    border: 1px solid #CED4DA;
    padding: 8px;
    border-radius: 5px;

}

.link:hover {
    text-decoration: none;
}

.show-row {
    background-color: white;
    margin: 2px;
    border-radius: 40px;
}

.show-row div {
    padding: 10px;
    padding-top: 5px;
}

.show-row .short-link,
.new-short {

    background-color: white;
    color: #5f3f3f;
}

.badge {

    color: white !important;
}

.show-row .fa {
    font-size: 18px;
}

.alert {
    font-weight: bold;
    text-align: center;
}

.verify,
.unverify {
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}

.social-btn .btn {
    margin: 10px 0;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
}

.social-btn .btn i {
    float: left;
    margin: 4px 25% 0 5px;
    min-width: 15px;
}

.or-seperator {
    margin: 20px 0 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.or-seperator i {
    padding: 0 10px;
    background: #f7f7f7;
    position: relative;
    top: -11px;
    z-index: 1;
}

@media(min-width:300px) and (max-width:376px) {

    .mylyly .data h1 {
        margin-top: 10px;
        text-align: center;
        font-size: 32px;
    }

    .mylyly .data p {
        font-size: 22px;
        text-align: center;
    }



    .testimonials .carousel-indicators li {
        width: 60px;
        height: 60px;
    }

    .testimonials .carousel-indicators li.active {
        width: 60px;
        height: 60px;
    }

    .navbar-brand>img {

        max-width: 250px;
    }

    .mylead {
        font-size: 20px;
    }

    .social-btn .btn i {
        float: left;
        margin: 4px 15px 0 5px;
        min-width: 15px;
    }
}

/* Small Screen */

@media(min-width:768px) and (max-width:991px) {}

/* Medium Screen */

@media(min-width:992px) and (max-width:1199px) {}

@media(min-width:1200px) {}

/* Modern Footer - Light Theme */
.modern-footer {
    background: #f8f9fa;
    color: #2d3748;
    padding: 60px 0 20px;
    margin-top: auto;
    font-size: 0.95rem;
    border-top: 1px solid #e2e8f0;
}

.footer-heading {
    color: #1a202c;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-desc {
    color: #4a5568;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #4a5568;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #FF9800;
    /* Brand Orange */
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.85rem;
}

.powered-by {
    color: #718096;
    margin: 0;
}

.ue-link {
    color: #4a5568;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: none;
}

.modern-footer .ue-link:hover {
    color: #FF9800 !important;
    text-decoration: none;
    border-bottom: none;
}