ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important
}
body {
    font-family: noto sans sc,sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    letter-spacing: 1px
}

.logo {
    font-size: 22px
}

.login-link {
    width: 107px;
    padding: 5px;
    background-color: transparent;
    border: 1px solid #000;
    outline: none;
    font-weight: 400;
    transition: .25s
}

.login-link:hover {
    background-color: #000;
    color: #fff
}

#scroll-progress-bar {
    width: 0%;
    height: 2px;
    background-color: #000;
    top: 0;
    left: 0;
    position: fixed;
    transition: .25s;
    z-index: 999
}

#scroll-to-top {
    padding: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    position: fixed;
    z-index: 999;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    top: 85%;
    right: 10%;
    opacity: 0;
    transition: .25s
}

#scroll-to-top:hover {
    background-color: rgba(0, 0, 0, .8)
}

#scroll-to-top>i {
    font-size: 20px
}

#search-container {
    width: 100%;
    height: 0;
    position: fixed;
    background-color: rgba(255, 255, 255, .9);
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    transition: .5s;
    overflow: hidden;
    justify-content: center;
    align-items: center
}

#search-input {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif !important;
    font-size: 3rem;
    font-weight: 400;
    border: none;
    padding: 10px;
    background-color: transparent;
    outline: none;
    letter-spacing: 0 !important;
    text-transform: none !important
}

#search-input::placeholder {
    color: #000;
    text-align: center
}

#search-input-close {
    padding-right: 30px;
    cursor: pointer
}

#app {
    transition: .5s
}

#side-nav-container {
    height: 100%;
    background-color: #000;
    position: fixed;
    display: none;
    z-index: 100;
    padding: 0;
    background-color: rgba(0, 0, 0, .4)
}

#side-nav-div {
    margin-left: -100%;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    z-index: 101;
    transition: .5s
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.side-nav-title-div {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7
}

#side-nav-title {
    font-family: proxima-soft, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

#side-nav-close-btn {
    font-family: proxima-soft, sans-serif;
    font-size: 22px;
    text-transform: uppercase
}

.side-nav-user-profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.side-nav-menu {
    font-family: proxima-soft, sans-serif;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
    transition: .25s;
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer
}

.side-nav-menu:hover {
    background-color: #000;
    color: #fff
}

.side-nav-sub-menu {
    background-color: #f5f5f5;
    font-family: proxima-soft, sans-serif;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
    transition: .25s;
    border-top: 1px solid #e7e7e7;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer
}

.side-nav-sub-menu:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.side-nav-menu-angle-right {
    font-size: 22px;
    float: right;
    transition: .25s
}

.side-nav-menu-div {
    transition: .25s;
    height: 0;
    overflow: hidden
}

.side-nav-sub-menu-div {
    transition: .25s;
    height: 0;
    overflow: hidden
}

.modal-login-header {
    text-align: center;
    padding: 10px
}

.modal-login-header>div>h5 {
    color: #e5e5e5;
    font-weight: 400;
    cursor: pointer
}

.modal-login-header-active {
    color: #000 !important;
    font-weight: 700
}

.modal-login-input {
    padding: 8px 16px;
    outline-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    margin-top: 5px
}

#btnLogin {
    margin-top: 10px;
    color: #fff;
    background-color: #000;
    padding: 15px 20px;
    height: 50px;
    width: 100%;
    outline: none;
    border: none;
    transition: .25s
}

#btnRegister {
    margin-top: 10px;
    color: #fff;
    background-color: #000;
    padding: 15px 20px;
    height: 50px;
    width: 100%;
    outline: none;
    border: none;
    transition: .25s
}

#btnForgotPassword {
    margin-top: 10px;
    color: #fff;
    background-color: #000;
    padding: 15px 20px;
    height: 50px;
    width: 100%;
    outline: none;
    border: none;
    transition: .25s
}

#btnLogin:hover,
#btnRegister:hover,
#btnForgotPassword:hover {
    background-color: rgba(0, 0, 0, .8)
}

#social-login-facebook {
    width: 50px;
    height: 40px;
    background-color: #4c68a2;
    border: 1px solid #4c68a2;
    transition: .25s;
    color: #fff
}

#social-login-google {
    width: 50px;
    height: 40px;
    background-color: #ea4235;
    border: 1px solid #ea4235;
    transition: .25s;
    color: #fff;
    margin-left: 3px
}

#social-login-facebook:hover {
    background-color: #fff;
    color: #4c68a2
}

#social-login-google:hover {
    background-color: #fff;
    color: #ea4235
}

#login-container {
    overflow: hidden;
    transition: .5s
}

#register-container {
    overflow: hidden;
    transition: .5s;
    transform: scale(0);
    display: none
}

#forgot-password-container {
    overflow: hidden;
    transition: .5s;
    transform: scale(0);
    display: none
}

#no-account-p {
    cursor: pointer
}

a {
    color: #000;
    transition: .25s;
    cursor: pointer
}

a:hover {
    color: grey;
    text-decoration: none
}

.notification-border {
    padding: 5px
}

.header {
    padding-top: 30px
}
.header .container .row .hidden-xs p{margin:6px 0 0 0;font-size:16px;}
.navbar {
    margin-top: 20px;
    border-left: none;
    border-right: none;
    background: 0 0
}

.dropdown-menu {
    background-color: #000
}

.dropdown-menu>li>a {
    color: #fff
}

.dropdown:hover .dropdown-menu {
    display: block
}

.user-profile-avatar {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    border-radius: 50%
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

#full-size-header {
    margin-top: -100%;
    position: fixed;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: .5s;
    background-color: #fff
}

.sub-header-social-btn {
    width: 40px;
    height: 36px;
    outline: none;
    border: none;
    background-color: transparent
}

#sub-header-mind-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center
}

.full-size-nav {
    list-style: none;
    margin-top: 10px;
    min-height: 25px;
    padding-left: 0
}

.full-size-nav>li {
    float: left
}

.full-size-nav>li>a {
    padding-left: 15px;
    padding-right: 15px
}

footer {
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #232323;
    color: #f4f4f4
}

.footer-row-col-1>footer-items>a {
    color: #f4f4f4;
    text-decoration: none
}

.footer-row-col-2>footer-category>a {
    color: #f4f4f4;
    background-color: transparent;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px 5px 0;
    margin-top: 5px;
    text-decoration: none
}

.footer-row-col-3>footer-items>footer-links>a {
    color: #f4f4f4;
    text-decoration: none
}

.footer-row-col-4>footer-items>a {
    color: #f4f4f4;
    text-decoration: none
}

.footer-row-col-5>footer-items>a {
    color: #f4f4f4;
    text-decoration: none
}

.footer-logo-img {
    width: 240px
}

.social {
    color: #000;
    text-decoration: none;
    padding: 5px;
    font-size: 18px;
    transition: .25s
}

.social:hover {
    text-decoration: none
}

.social-twitter {
    color: #000;
    transition: .25s
}

.social-twitter:hover {
    text-decoration: none;
    color: #1da1f2
}

.social-facebook {
    transition: .25s;
    color: #000
}

.social-facebook:hover {
    text-decoration: none;
    color: #3578e5
}

.social-youtube {
    transition: .25s;
    color: #000
}

.social-youtube:hover {
    color: #db4437
}

.navigation-container {
    display: flex;
    justify-content: center
}

.justify-content-center {
    display: flex;
    justify-content: center
}

.footer-social-media {
    color: #f4f4f4
}

@media(max-width:767px) {
    #full-size-header {
        padding:10px 20px
    }

    .header {
        padding-top: 0
    }
}

.mobile-logo {
    width: 30px;
    height: 30px
}

@media(max-width:768px) {
    .flex-direction-column-xs {
        flex-direction: column;
        align-items: center
    }

    .flex-direction-column-xs div {
        margin-top: 10px
    }
}