/* Using min-width */
/* Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... } */

/* Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... } */

/* Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... } */

/* Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... } */

/* Using max-width */
/* @media (max-width: 575.98px) { ... } */

/* Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... } */

/* Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... } */

/* Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... } */

.header-sports-m {
    display: flex;
}

.video-container .aibuy-app {
    width: unset !important;
    height: unset !important;
    position: relative!important;
}

.mobile-user-basic-info, .mobile-user-sport-info {
    display: none;
}

.dropdown-btn-settings {
    padding: .25rem 1.5rem;
}

.playlist-orange-icons a i,
.playlist-orange-icons button i {
    color: #F6893B;
}

.playlist-orange-icons button  {
    border: none;
}

.playlist-orange-icons button:focus {
    outline: none;
}

.manage-playlists .orange-button-full:hover {
    background: #F68842;
    border: none;
    color: #fff;
}

.menu-bar-icon {
    z-index: 9999999;
}

.folder-item .playlist-orange-icons a {
    width: unset;
}

.grey-link {
    color: #5d625f;
}

.blog .related-wrap-v .article-img {
    padding-bottom: 50%;
}

.my-sportsedtv-community-img {
    width: 80px;
    margin: 0 auto;
    display: block;
}

.my-sportsedtv-community {
    font-size: 10px;
    display: block;
    text-align: center;
}

.menu-icon-v {
    padding-bottom: 20px;
    display: block;
    height: 58px;
}

.menu-icon-v:nth-child(2) {
    padding-top: 7px;
}

.dropdown-btn-settings {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

@media only screen and (max-width: 1250px) {
    .navbar-brand {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        padding-top: 80px;
    }
}

.discover-section .discover-logo {
    width: 200px;
}

@media only screen and (min-width: 1200px) {
    .discover-section .discover-cover {
        height: 200px !important;
    }
}


.register-v .modal-footer {
    display: block;
    width: 100%;
}

.register-v .modal-footer button {
    width: 100%;
}

.register-v .modal-footer .small-panel {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
