﻿.top-nav .navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size:11px !important;
    font-family:Arial;
    color:#fff !important;
}
.top-nav .navbar a{
    color: #fff !important;
}
.top-nav .navbar-brand {    
    font-size:11px;
}

.top-nav.nav-link {
    transition: color 0.3s;
}

.top-nav .nav-link:hover {
    color: #ccc !important;
}

.top-nav .nav-link.active {
    color: #fff !important;
}

.top-nav.form-control {
    border-radius: 20px 0 0 20px;
}

.top-nav.btn-outline-light {
    border-radius: 0 20px 20px 0;
}
.top-nav .navbar i{
    color:#ff6a00 !important;
}
.top-nav .navbar .dropdown-menu li a{
   font-size:11px !important;
}
.top-nav .navbar .dropdown-menu li a:hover{
   background:#808080 !important;
}

.top-nav .navbar-toggler {
    font-size: 11px !important;
}
.nav-link{
    color: #fff !important;
}

.nav-link li a {
    color: #fff !important;
}
.nav-link:hover {
    color: #3B5998 !important;
}
.main-menu .nav-link {
    font-size: 12px !important;
    font-weight: bold !important;
}
.main-menu .dropdown-menu {
    font-size: 12px !important;
    font-weight: bold !important;
}
.main-menu .navbar-toggler {
    font-size: 12px !important;
    margin:5px 0px;
    padding:5px;
}
/*.main-menu .dropdown {
    display:block;
}*/

/* Marqueee*/
.marquee-container {
    width: 100%;
    background-color: #fff;
    padding: 5px 0;
}

.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
}

.marquee-item {
    flex: 0 0 auto;
    padding: 0px;
    font-size:14px;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
.marquee-content a i{
    /*margin-top:10px;*/
}
.marquee-content a{
    text-decoration:none;
    color:#3B5998;
}
.marquee-content a:hover {
    text-decoration: none;
    color: #ff6a00;
}
/* Optional: Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}


/* My Circle Button*/
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.badge-labeled {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.2rem;
}

.badge-labeled i {
    padding: 0.25em 0.3rem;
    cursor: pointer;
    position: relative;
    display: inline-block;
    right: -0.2em;
    background-color: #000000;
    background-color: rgba(0,0,0,0.2);
    border-left: solid 1px rgba(255,255,255,.5);
    border-radius: 0 0.25rem 0.25rem 0;
}

/* Style all social */
.btn-soc {
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

.btn-soc-circle {
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.btn-soc-circle-sm {
    display: inline-block;
    padding: 10px !important;
    font-size: 16px !important;
    width: 36px !important;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
.btn-soc-circle-xm {
    display: inline-block;
    padding: 5px !important;
    font-size: 12px !important;
    width: 24px !important;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
/* Add a hover effect if you want */
.btn-soc:hover {
    opacity: 0.7 !important;
}

.btn-soc-circle-sm:hover {
    opacity: 0.7 !important;
    color: white !important;
}

/* Set a specific color for each brand */

/* Facebook */
.btn-soc-facebook {
    background: #3B5998 !important;
    color: white !important;
}

/* Twitter */
.btn-soc-twitter {
    background: #55ACEE !important;
    color: white !important;
}

.btn-soc-google {
    background: #dd4b39 !important;
    color: white !important;
}

.btn-soc-linkedin {
    background: #007bb5 !important;
    color: white !important;
}

.btn-soc-youtube {
    background: #bb0000 !important;
    color: white !important;
}

.btn-soc-instagram {
    background: #125688 !important;
    color: white !important;
}

.btn-soc-pinterest {
    background: #cb2027 !important;
    color: white !important;
}

.btn-soc-snapchat-ghost {
    background: #fffc00 !important;
    color: white !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.btn-soc-skype {
    background: #00aff0 !important;
    color: white !important;
}

.btn-soc-android {
    background: #a4c639 !important;
    color: white !important;
}

.btn-soc-dribbble {
    background: #ea4c89 !important;
    color: white !important;
}

.btn-soc-vimeo {
    background: #45bbff !important;
    color: white !important;
}

.btn-soc-tumblr {
    background: #2c4762 !important;
    color: white !important;
}

.btn-soc-vine {
    background: #00b489 !important;
    color: white !important;
}

.btn-soc-foursquare {
    background: #45bbff !important;
    color: white !important;
}

.btn-soc-stumbleupon {
    background: #eb4924 !important;
    color: white !important;
}

.btn-soc-flickr {
    background: #f40083 !important;
    color: white !important;
}

.btn-soc-yahoo {
    background: #430297 !important;
    color: white !important;
}

.btn-soc-soundcloud {
    background: #ff5500 !important;
    color: white !important;
}

.btn-soc-reddit {
    background: #ff5700 !important;
    color: white !important;
}

.btn-soc-rss {
    background: #ff6600 !important;
    color: white !important;
}

.btn-soc-whatsapp {
    background: #25D366 !important;
    color: white !important;
}

.btn-soc-web {
    background: #4B0082 !important;
    color: white !important;
}

.udrl-btm-light {
    border-bottom: 1px solid #ebebeb !important;
}

.udrl-tby-light {
    border-bottom: 1px solid #ebebeb !important;
    border-top: 1px solid #ebebeb !important;
}


.brdq .breadcrumb-item::before {
    font-family: "bootstrap-icons";
    --bs-breadcrumb-divider: '\F231';
    font-size: 9px;
    padding: 0px;
    color: #808080;
}

.brdq .breadcrumb-item a {
    text-decoration: none !important;
    font-size: 10px;
}

.brdq .breadcrumb-item {
    font-size: 10px;
    padding: 0px;
}

.brd-tb-dbl {
    border-top: 4px double #c3c1c1;
    border-bottom: 4px double #c3c1c1;
}
.brd-tb-sgl {
    border-top: 1px solid #c3c1c1;
    border-bottom: 1px solid #c3c1c1;
}
.dsp-dt-usr i {
    color: #c3c1c1;
}

.cats a {
    text-decoration: none;
    color: #5B8827;
}
.cats .dtes a {
    text-decoration: none;
    color: #ff6a00;
}
.cats .auther a {
    text-decoration: none;
    color: #a30f0f;
}
.cats a:hover {
    text-decoration: none;
    color:cadetblue;
}

.heading a {
    color: #336699;
    font-weight: bold !important;
    text-shadow: 1px 1px #fff;
    text-decoration: none;
}
.heading a:hover {
    text-decoration: none;
    color: cadetblue;
}

/* Pagination*/

.pagination-minimal {
    margin: 2rem 0;
}

    .pagination-minimal .page-link {
        border: none;
        padding: 10px 16px;
        color: #336699;
        font-weight: 500;
        transition: all 0.2s ease;
        position: relative;
    }

    .pagination-minimal .page-item.active .page-link {
        background: none;
        color: #007bff;
    }

    .pagination-minimal .page-item.disabled .page-link {
        background: none;
        color: #d7cece;
    }

    .pagination-minimal .page-item.active .page-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #007bff;
        transition: all 0.2s ease;
    }

    .pagination-minimal .page-link:hover {
        background: none;
        color: #007bff;
        text-decoration: underline;
    }

    .pagination-minimal .page-link:focus {
        box-shadow: none;
    }