.dropdown-menu, .navbar {
    background: #000000;
    background: linear-gradient(180deg, #A53339, #000000);;
}
.site-header .logo {
    margin: 0px;
}
#wrapper {
    background: #09090B;
}
#listcat {
    display: none;
}
#filter-search-select1, #filter-search-select2 {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fc0;
    width: 150px;
    color: #fc0 !important;
}
#filter-search-select1::placeholder, #filter-search-select2::placeholder {
    color: #fc0;
}
#filter-button1, #filter-button2 {
    border: none;
    background: transparent;
    color: #fc0;
    cursor: pointer;
}
#filter-search-select1:focus, #filter-search-select2:focus {
    outline: none;
}
#filter-search-select1:focus::placeholder, #filter-search-select2:focus::placeholder {
    color: transparent;
  }
.listcat {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    padding-top: 10px;
    background: #d34c2294;
}
.listcat li{
    width: 125px;
    height: 30px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.listcat li:hover, .listcat li.active{
    background-color: #FF9000;
    color: white !important;
    border-radius: 5px;
}
.listcat li:hover a, .listcat li.active a{
    color: white !important;
}
.listcat li a {
    width: 100%;
}
.wait {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #85b3c994;
    z-index: 1000;
}
.wait span {
    position: fixed;
    background: orangered;
    padding: 10px 50px;
    z-index: 1000000;
    color: white;
    top: 10%;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.wait img {
    width: 50px; left: 50%; position: relative; transform: translateX(-50%); top: 10%;
}

.locationtxt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 120px;
    text-transform: capitalize;
}

.camera-item img {
    border-radius: 10px;
}
.camera-item img:hover {
    border: 2px solid rgba(255,84,84,0.9);
}
.camera-items-list .camera-item {
    border: none;
}

#no_results_alert {
display: none;
}

 .wpb-overlay.wpb-open {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wpb-mobile-menu ul.show {
    display: block;
    background: #000;
}

#mob-menu, #searchmobile {
    display: none;
}

.searchinputmobile {
    display: none !important;
}

select {
    padding: 5px;
}

.navbar.navbar-default {
    position: fixed;
    width: 100%;
}

.page-header{
    margin-top: 49px;
    background: #000000;
}
.page-header.cats{
    margin-top: 139px;
}

.footer {
    background: #000000;
    padding: 35px 0 35px;
}
.user-info {
    background: transparent !important;
    position: absolute;
    top: 0px;
    width: 100%;
    border: none !important;
    top: 2px;
}

.user-info {
    top: 3px;
    width: calc(100% - 10px);
    color: white;
}
.user-info span {
    background: #ff9729a6;
    padding: 0px 5px;
    border-radius: 3px;
}
.user-stats {
    bottom: 5px !important;
    margin-left: 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: transparent !important;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 0px;
    width: calc(100% - 10px);
    background: #607d8b8a !important;
}

.user-name {
    font-size: 12px !important;
}

.clsage {
    background: #673ab7b0;
    padding: 1px 4px;
    font-size: 14px;
    border-radius: 5px;
}

.btn-primary {
    background: #FF9000;
    color: #fff;
    border-radius: 10px;
    text-transform: none !important;
}

.btn-primary:hover {
    background: #d17804;
}

.ismobile {
    display: none !important;
}

.toponline {
    display: inline-flex;
    width: 100px;
    top: 4px;
    position: relative;
    color: gainsboro;
    align-items: center;
}

.live-counter__dot {
    background: #9fe20d;
    border-radius: 50px;
    height: 9px;
    margin-right: 7px;
    width: 9px;
}

.sticky-bottom {
    bottom: 0px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
}

.join-sc-community-banner {
    background: #A43338;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: white;
}

.join-sc-community-banner__content {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    font-size: 15px;
}

.btn-v2-signup.btn-v2-signup {
    background: #f1f1f1;
    color: #414141;
    transition: 90ms ease-in-out;
    border: 1px solid transparent;
    margin-left: 10px;
    border-radius: 10px;
    color: gray;
    font-size: 13px;
    padding-bottom: 4px;
}

.btnexit {
    background: #999;
    color: white;
}

.btnagree {
    background: #FF9000;
    color: white;
}
.btnagree:hover {
    background: #e08207;
}

@media only screen and (max-width: 678px) {
    #listcat {
        display: none !important;
    }
    .toponline {
        position: absolute;
        left: 50%;
        transform: translateX(-25%);
    }
    .ismobile {
        display: block !important;
    }
    .navbar-header {
        color: #fc0;
    }
    #mob-menu, #searchmobile {
        display: block;
    }
    #searchmobile.clicked{
        transform: rotate(-90deg);
    }
    .searchinputmobile {
        display: none !important;
    }
    .searchinputmobile.show{
        display: flex !important;
    }
    .mtop {
        margin-top: 15px;
    }
    .filters-holder>div {
        margin-top: 10px;
    }
    /* .navbar-collapse {
        display: block !important;
    } */
    .nav.navbar-nav {
        width: 140px !important;
    }
    .navbar-intimate .navbar-nav>li>a, .navbar-intimate .navbar-nav>li>span {
        font-size: 15px;
    }
    .listcat li {
        width: 120px;
    }

    .wpb-mobile-menu.show
    {
        transform: translateX(3%);
        background: #000;
        color: #e8e8e8;
    }

    .wpb-mobile-menu span, .wpb-mobile-menu a {
        color: #e8e8e8;
        border-bottom: 0.5px solid gray;
        font-weight: bold;
    }

    .listcat li {
        display: none;
    }
    .listcat li.active {
        display: flex;
        align-items: center;
        color: #e8e8e8;
    }

    .wpb-mobile-menu>li.active>span{
        background: #000000;
        color: #e8e8e8;
        font-weight: bold;
    }

    .navbar.navbar-default {
        position: fixed;
        width: 100%;
    }
    .page-header{
        margin-top: 35px;
    }
    .page-header.search{
        margin-top: 80px;
    }
    .alllook {
        margin-top: 15px !important;
    }
    .filters-holder {
        padding-top: 10px;
    }

    .listfilters {
        display: contents !important;
    }
    .page-header.cats {
        margin-top: 38px;
    }
    .page-header.cats.search {
        margin-top: 80px;
    }
    .txtonline {
        text-align: center;
        padding-bottom: 5px;
    }
    .filters-holder {
        margin-bottom: 15px;
    }
    .clsfilter {
        display: flex !important;
        justify-content: center !important;
        text-align: center;
        width: 33.3%;
    }
    .clsfilter:nth-child(1), .clsfilter:nth-child(2) {
        width: 50%;
    }
    .clsfilter:nth-child(3){
        margin-top: 15px;
    }
    .listfilters {
        display: flex;
        /* justify-content: end; */
        flex-flow: wrap;
    }
    .clsfilter select {
        width: 100%;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 478px) {
    .footer {
        padding: 35px 0 70px;
    }
}

.listfilters {
    display: flex;
    justify-content: end;
}

.clsfilter {
    display: flex;
    justify-content: flex-end;
}

/* Filter button styles */
.clsfilter select {
    position: relative;
    padding: 12px 20px;
    margin-left: 20px;
    /* font-size: 16px; */
    color: #ffffff;
    background-color: #FF9000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* #filter-age-select::after {
    content: '▼';
    font-size: 12px;
    margin-left: 10px;
    transition: transform 0.3s ease;
} */
.clsfilter select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/* Hover effect */
.clsfilter select:hover {
    background-color: #FF9000;
    transform: translateY(-3px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.clsfilter select:focus {
    background-color: #FF9000;
}

.clsfilter select:focus{
    outline: none;
}
select::-ms-expand {
    display: none !important;
}

/* Active effect */
.clsfilter select:active {
    background-color: #A02239;
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Dropdown menu styles */
.clsfilter select option {
    /* position: absolute;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1001;
    top: 100%;
    left: 0;
    width: 100%; */
}

.clsfilter select option {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #FF9000;
    color: #ffffff;
    padding: 12px 16px !important;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border: none !important;
    cursor: pointer;
}

.clsfilter select option:hover {
    background-color: #7a005f !important;
}
