@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap');

body {
    background-color: #15202B;
    font-family: 'Fredoka', sans-serif !important;
    min-height: 100%!important;
}
/* Top Navbar Menu */
.navbar{
    padding:1rem;
}


.modal-content {
    background-color: black;
    color: white !important;
    border: none !important;
}


.cc-color-override--1502212361.cc-revoke {
    display: none !important;
}

.cc-deny {
    background-color: #AE55F3 !important;
    color: #000000 !important;
}

.cc-allow {
    background-color: #AE55F3 !important;
    color: #ffffff !important;
}

.dropzone .dz-preview .dz-progress,.dropzone .dz-preview .dz-progress .dz-upload {
    background: #AE55F3 !important;
}

a.dz-remove {
    color: #AE55F3 !important;
    font-family: 'Fredoka', sans-serif !important;
}

.form-control {
    background-color: #15202B !important;
    color: white !important;
}

.text_color {
    color: white !important;
}

.all_bg_color {
    background-color:black !important;
}

.content_bg_color {
    background-color: black !important;
}

.invalid-feedback {
    color: red !important;
}

.text-color-theme {
    color: #AE55F3 !important;
}

.btn_bg_color {
    background-color: #AE55F3 !important;
    border-radius: 5px !important;
    text-transform: capitalize;
}

.background_color {
    background-color: #AE55F3 !important;
}

.form-control:focus {
    border-color: #545454;
    box-shadow: 0 0 0 0.2rem #545454;
}

.navbar-brand img{
    max-width: 180px;
    max-height: 60px;
}

.error-container{
    min-width: 350px;
}

.button-search {
    color: #DDD;
    background: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    outline: none;
    border: none;
}

.dropdown-menu {
    color: #3CD8F7;
    background-color: white;
    border: 0 solid hsla(0, 0%, 98%, .15);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

.dropdown-item {
    color: #3CD8F7;
}

.dropdown-item:hover {
    color: #3CD8F7;
    text-decoration: none;
    background-color: rgba(12, 180, 233, 0.12);
}

.home-user-avatar{
    width: 32px;
    margin-left:0.5rem;
}

/* Login Register pages  */
.login,
.image {
    min-height: 87vh
}

.bg-image {
    background-size: cover;
    background-position: center center
}

.brand-logo{
    width: 100%;
}

.rounded-lg{
    border-radius: 2.4rem!important;
}

.hidden{
    display: none!important;
}

/* Dropzone preview boxes + other general fixes */
.audio-preview-item {
    padding-right: 36px;
}

.video-preview-item .video-preview {
    border-radius: 20px;
    overflow: hidden;
    width: 240px;
    height: 240px;
    position: relative;
    display: block;
    z-index: 10;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-previews.dropzone {
    background: none!important;
}

.sticky {
    position: sticky;
    top: 1.5rem;
}

.sticky-sm{
    position: sticky;
    top:1rem;
}

.min-h-75{
    min-height: 75%;
}

.sticky-profile-widgets {
    position: sticky;
    top: 1rem;
}

.sticky-widgets {
    position: sticky!important;
    padding-top: .5rem!important;
}


.pointer-cursor{
    cursor:pointer;
   
}
.icon{
    font-size: 15px;
    width: 30px;
    height: 30px;
}
.avatar-placeholder i{
    font-size: 2.8rem;
}

.line-clamp-1 {
    display: block;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: block;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp {
    display: block;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.side-menu .icon-wrapper{
    width: 2.6rem;
}
.side-menu .nav{
    flex-wrap:nowrap;
}

.side-menu .nav-item i{
    font-size: 2.0rem!important;
}

.side-menu .user-avatar, .sidebar .user-avatar{
    width: 50px;
    height: 50px;
}

/* Toasts */
.toast-container {
    position: fixed;
    z-index: 1055;
    margin: .5rem!important;
}

.top-right {
    top: 0;
    right: 0
}

.top-left {
    top: 0;
    left: 0
}

.top-center {
    transform: translateX(-50%);
    top: 0;
    left: 50%
}

.bottom-right {
    right: 0;
    bottom: 0
}

.bottom-left {
    left: 0;
    bottom: 0
}

.bottom-center {
    transform: translateX(-50%);
    bottom: 0;
    left: 50%
}

.toast-container>.toast {
    min-width: 200px;
    max-width: 300px;
}

.toast .toast-indicator{
    width:20px;
    height:20px;
}

/* Feed component */
.half-bg {
    background-color: rgba(0,0,0,.45);
}

.suggestion-box{
    background-color: #FFF!important;
}

.suggestion-box .avatar{
    width: 96px;
    height: 96px;
    border: 2px solid #fefefe;
}

.post-box .avatar{
    width:48px;
    height: 48px;
}

.post-details .dropdown .dropdown-toggle:after,.post-details .dropdown .dropdown-toggle:before{
    display: none;
}

.post-box .post-count-details{
    font-size: 15px;
}

.dropdown .dropdown-toggle:after, .dropdown .dropdown-toggle:before{
    display: none;
}

/*TODO: Review this one, might be usefull for cropped post medias*/

.h-pill:hover {
    background-color: transparent;
}
.h-pill.active {
    background-color: rgba(29,161,242,.2);
    color: #65bff6;
}
.post-content img{
    object-fit: cover; /* Do not scale the image */
    width: 100%;
    max-height: 450px;
    margin-bottom: 1rem;
}

.post-box .post-comments .form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none!important;
}

.suggestions-header i{
    cursor: pointer;
}

.dropdown:not(.dropdown-hover) .dropdown-menu {
    margin-top: 0px!important;
}

.pswp_video{
    position: relative!important;
}
.pswp_audio{
    position: relative!important;
    width:75%!important;
    height:100px!important;
}

.pswp--zoom-allowed .pswp__img {
    cursor: default !important
}


/* Menu */
.open-menu{
    text-decoration: none!important;
}

.dropleft .dropdown-menu {
    top: 0!important;
    right: 0%!important;
    left: auto!important;
    margin-top: 0!important;
    margin-right: 0!important;
}

.dropright .dropdown-menu {
    top: 0!important;
    right: auto!important;
    left: 0%!important;
    margin-top: 0!important;
    margin-left: 0!important;
}

.pinned-post-label .ion-icon-wrapper{
    float: left !important;
}
/* Icons wrapper for backend SVGs includes */
.ion-icon-wrapper{
    display: inline-block;
    width: 1em;
    height: 1em;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
}

.input-group-prepend .ion-icon-wrapper{
    width: 20px!important;
    height: 20px!important;
}

.ion-icon-inner, .ion-icon-inner svg{
    display: block;
    height: 100%;
    width: 100%;
}

.icon-large{
    font-size: 32px;
}

.icon-xlarge{
    font-size: 50px;
}

.icon-medium{
    font-size: 24px;
}
/* tip to $ icon change */
.poi svg:hover{
    color: #02D9FF;
}

.icon-small{
    font-size: 18px;
}

.icon-xsmall{
    font-size: 11px;
}
/* Global nav override */
.page-item, .page-link{
    margin-left:4px;
    width:34px;
    height:34px;
    border-radius: 50%!important;
    text-align: center;
}

.btn-rounded-icon{
    width: 45px!important;
    height: 45px!important;
    padding:0;
    transition: 0.3s;
    border: none!important;
    border-radius: 50%;
    font-size: 20px;
    margin:0;
}

#login-dialog .card-wrapper{
    height: 100%;
}

/* User cards */
.suggestion-header-bg {
    background-color: #50505047;
    background-position: center center!important;
    background-size: cover!important;
    height:140px!important;
}

.creator-body{
    margin-top:-50px;
}

.creator-body .avatar{
    width: 100px;
    height: 100px;
}   

.suggestion-card-btn{
    width: 30px;
    height: 30px;
}

/*  */

.installer-bg{
    background-color: #f8f9fa;
}

/*footer change*/
@media (min-width:100px) {
    body {
      padding-bottom:0px;
    }
  }

/* */

.checkout-dialog .rounded-circle.user-avatar{
    width:50px;
    height:50px;
}

/*  */

footer .copyRightInfo .d-flex.flex-row.nav{
    margin-left:-1rem;
}

footer .copyRightInfo .nav-link:nth-child(1){
    padding-left:10px!important;
}
/*change*/
footer .copyRightInfo{
    padding-left:24px;
}

footer .text-lg{
    font-size: 1.1rem!important;
}
footer .ion-icon-wrapper{
    font-size: 1.25rem!important;
}

/* Profile / Posts widget */
.recent-media .card-body img{
    width:80px!important;
    height:80px!important;
}

.dropdown:not(.nav-item) .dropdown-menu:before {
    content: none!important;
}


.grayscale {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(95%); /* Chrome 19+ & Safari 6+ */
}

.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.contact-illustration{
    width: 450px;
}

.posts-loading-indicator .spinner-border{
    width:2rem;
    height: 2rem;
}

.page-content-wrapper p{
    margin:0px;
    font-family: 'Fredoka', sans-serif !important;
}

.page-content-wrapper h4{
    margin-bottom:1rem!important;
    font-family: 'Fredoka', sans-serif !important;
}

/* Emoji Picker overrides */

 .emoji-picker__emojis {
     overflow-x: hidden!important;
     padding-left: 0px!important;
 }

.emoji-picker__preview-emoji {
    font-size: 1rem!important;
}

.min-vh-65{
    min-height: 65vh;
}

.page-link{
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-16{
    width: 16px;
    height: 16px;
}

.w-24{
    width:24px;
    height:24px;
}

.w-32{
    width:32px;
    height:32px;
}

.text-bold-600{
    font-weight: 600;
}

.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 8px;
    height: 6px;
    width: 6px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.blob.red {
    background: rgba(234, 6, 5, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(234, 6, 5, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(234, 6, 5, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(234, 6, 5, 0);
    }
}


.text-orange{
    color:#FD7E14;
}


/* Streams CSS */
.stream-cover, .stream-cover-public{
    max-height: 40px;
    max-width: 150px;
    height:40px;
    width: 80px
}

.stream-chat-no-message{
    height: 300px;
}

.grecaptcha-badge{
    z-index: 100;
}

.captcha-field .text-danger{
    font-size: .875em;
}

.blurred{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

/*Vanilla emojis*/
.emoji-picker__content {
    overflow: hidden;
}

.emoji-picker__wrapper{
    margin-bottom: 10px!important;
}
/* notification hr change */
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.btn-text-standard {
    font-size: 17px !important;
    font-family: 'Fredoka', sans-serif !important;
    font-weight: 500 !important;
}

@media (max-width: 768px) {
    .btn-text-standard {
        font-size: 17px !important;
    }
}

/* Button Hover Fix */
.btn_bg_color {
    transition: background-color 0.2s ease !important;
}

.btn_bg_color:hover {
    background-color: #9B3CE0 !important;
    transform: none !important;
    scale: 1 !important;
    transition: background-color 0.2s ease !important;
}

/* Only keep one .btn-text-standard rule */
.btn-text-standard {
    font-size: 17px !important;
    font-family: 'Fredoka', sans-serif !important;
    font-weight: 500 !important;
}

/* Only keep one media query for .btn-text-standard */
@media (max-width: 768px) {
    .btn-text-standard {
        font-size: 17px !important;
    }
}