﻿.reelswrap {
    margin-top: 7%
}

    .reelswrap .nav-link.active {
        background-color: transparent !important;
        text-decoration: underline !important;
        color: #f0086e !important;
    }

    .reelswrap .nav-link a {
        color: #938c8c !important;
    }

.videolist video {
    border-radius: 20px;
    min-height: 400px;
}

.reelswrap h1 {
    font-weight: 700;
    color: #f0086e !important;
    padding-bottom: 1%
}

.vcontrols {
    display: flex;
    margin-top: -15%;
    color: #fff;
    padding: 0 5%;
    position: relative;
    height: 30px;
    background: #00000059;
    border-radius: 0 0 10px 10px;
}

    .vcontrols .bidbtn button {
        color: #fff;
        background: #e91e63;
        padding: 1px;
        border-radius: 0;
        font-size: 10px;
        cursor: pointer;
        margin-top: 5px;
        font-weight: 500;
        padding-right: 3px;
    }

.videolist controls {
    visibility: hidden;
}

.vcontrols .bidbtn {
    position: absolute;
    right: 3%
}

.controlwrap {
    height: 30px;
    z-index: 9;
    position: relative;
}

.reelsproperty {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    width: 75%;
    justify-content: center;
    align-items: center;
}

    .reelsproperty i {
        font-size: 12px;
        margin-right: 10px;
        margin-top: 2px;
    }

    .reelsproperty label {
        margin-left: 5px !important;
        margin-bottom: 0;
        margin-top: 3px;
    }

.videolist .thumbnail img {
    border-radius: 20px;
    min-height: 450px;
    max-height: 450px;
    width: 100%
}

.playbtn {
    position: absolute;
    left: 45%;
    top: 45%;
    cursor: pointer;
}

    .playbtn i {
        font-size: 50px;
        color: #fff;
    }

.videolist {
    margin-bottom: 4% !important;
}

#reelslist {
    max-height: 100vh;
    overflow: scroll;
}

    #reelslist::-webkit-scrollbar {
        display: none;
    }

.morereels {
    margin-bottom: 20px;
}

    .morereels button {
        padding: 3px 5px;
        color: #ef0d73;
        font-weight: 600;
        cursor: pointer;
        margin-top: 10px;
        font-size: 18px;
        border: 0;
        background: 0;
    }

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    width: 270px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 105%
}

#fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: .8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 0;
    z-index: 999999;
    overflow: visible;
}

.videolist video {
    max-width: 400px;
    height: 500px;
}

#reelslist::-webkit-scrollbar {
    display: none;
}

#reelslist {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.search {
    margin: 0 !important;
    padding: 0 5px;
}

    .search select {
        border: 0;
        outline: 0;
        font-size: 16px;
        position: absolute;
        z-index: 99;
        color: #260808 !important;
        font-weight: 400;
        width: 100%;
        left: 0;
        padding-left: 10px;
        padding: 10px;
    }

        .search select:after {
            padding-left: 10px;
        }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    color: #c46b93 !important;
    font-weight: 600;
    background-color: var(--darkgray);
    background-image: none;
    cursor: pointer;
    font-size: 15px;
}

    select::-ms-expand {
        display: none;
    }

.select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    border-radius: 3em;
    overflow: hidden;
    border: 1px solid #f8049c;
    align-items: center;
    color: #260808;
}

    .select option {
        background-color: #fefbfa;
        color: #260808 !important;
        padding: 10px 0;
        margin-top: 20px;
    }

    .select span {
        color: #f8049c;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 5px;
    }

        .select span i {
            font-size: 32px;
            width: 35px;
            height: 35px;
        }
.thumbnail {
    position: relative;
    margin-top: 20px;
}

@media(max-width:767px) {
    .videolist {
        margin-bottom: 15% !important;
    }

    .reelswrap {
        margin-top: 15%
    }

        .reelswrap .container {
            padding: 0;
        }

    .select::after {
        padding-left: 0;
    }
}

.dropdown-menu.show {
    width: 210px;
}

#pills {
    font-size: 1.6rem !important;
}

.tab-content {
    margin-top: 30px;
}

.fancybox-iframe {
    background: none !important;
    width: auto !important;
    height: 100% !important;
    margin: -8px auto 0;
}

.fancybox-slide > * {
    background: none !important;
}

.search-box {
    margin-left: auto;
    border: 1px solid #f8049c;
    height: 3em;
    border-radius: 3em;
    padding: 10px 0 10px 10px;
    display: flex;
    position: relative;
}

.search-btn {
    position: relative;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -8px;
    right: 15px;
}

.search-txt {
    border: 0;
    background: 0;
    outline: 0;
    float: left;
    color: #260808;
    font-size: 16px;
    line-height: 18px;
    width: 100%
}

.search-box:hover > .search-txt {
    position: relative;
    float: left;
}

.search-box .search-btn {
    color: #f8049c;
    right: 10px;
}

@media(max-width:576px) {
    .search {
        flex-wrap: wrap;
        padding: 0 5px;
    }

    #drop {
        width: 100%
    }

    .search-box {
        margin-left: 0;
        width: 100%
    }

    #pills {
        margin-bottom: 1%;
        font-size: 1.4rem !important;
    }

    .dropdown-menu.show {
        width: 200px;
    }
}

.clubcolive {
    margin-bottom: -1px;
}

.captionowner {
    position: relative;
    top: 3px;
}

.captioncomm {
    position: relative;
    top: 2px;
}

@media(max-width:577px) {
    .featureLogo1 label {
        font-size: 13px;
    }

    .clubcolive {
        margin-bottom: -2px;
    }

    .captionstudent {
        position: relative;
        top: 1px;
    }

    .captionowner {
        position: relative;
        top: 5px;
    }

    .captioncorp {
        position: relative;
        top: 6px;
    }
}

@media(max-width:500px) {
    .captioncorp {
        position: relative;
        top: 1px;
    }
}

@media(max-width:400px) {
    .captioncorp {
        position: relative;
        top: 7px;
    }
}

@media(max-width:400px) {
    .captioncorp {
        position: relative;
        top: 7px;
    }

    .captionowner {
        position: relative;
        top: 4px;
    }
}

@media(max-width:380px) {
    .captioncorp {
        position: relative;
        top: 9px;
    }
}
