html, body {
    background-color: #f5f5f5;
    font-family: 'Josefin Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
#wrapper #content-wrapper {
    background-color: #f5f5f5;
}
body {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .col-form-label-lg {
    margin: 0;
    color: #111111;
    font-weight: 700 !important;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.8;
    background-color: #000;
    z-index: 99;
    text-align: center;
}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    top: 40vh;
    margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
  
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
  
@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}
  
@keyframes sk-bounce {
    0%, 100% { 
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
    } 50% { 
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
}
.input-group-append > .feather, .topbar.navbar-light .navbar-nav .nav-item .nav-link > .feather {
    width: 1.25rem;
    height: 1.25rem;
    color: #3a3b45;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active, 
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus, .btn:active, .btn:hover{
    box-shadow: none!important;
    outline: 0;
}
.btn-rounded { border-radius: 999px; }
.text-palepink {
    color: palevioletred;
}
.navbar-brand img {
    height: 3rem;
}
.dropdown-menu {
    max-height: 75vh;
    overflow-y: auto;
}
/* .dropdown-menu::-webkit-scrollbar {
    width: 8px;
    background-color: white;
    border-radius: 10px;
}
.dropdown-menu::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border-radius: 10px;
} */
.top-banner {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.user-avatar-lg {
    min-width: 120px;
    height: 120px;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(35%);
}
.user-avatar-sm {
    width: 1.5rem;
    height: 1.5rem;
}
.select-image {
    padding: .5rem .55rem;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 999px;
    cursor: pointer;
}
.slider-edit {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(35%);
}
.btn-xs {
    font-size: .75rem;
    padding: .1rem .5rem;
}
.user-post .post-image {
    width: 100%;
    height: 15rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.form-control, .custom-file-label {
    font-size: 14px;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.no-image {
    width: 100%;
    height: 450px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.post-top-image {
    width: 100%;
    height: 55vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.post-sns-share a {
    text-decoration: none;
}
.product-card-image {
    height: 250px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: .75rem;
}
.product-card-content .product-name {
    max-height: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: anywhere;
}
.rounded-top-left {
    border-top-left-radius: .75rem;
}
.rounded-top-right {
    border-top-right-radius: .75rem;
}
.rounded-bottom-left {
    border-bottom-left-radius: .75rem;
}
.rounded-bottom-right {
    border-bottom-right-radius: .75rem;
}
@media (max-width: 575px) {
    html, body {
        font-size: 14px;
    }
    .user-avatar-lg {
        min-width: 90px;
        height: 90px;
    }
    .user-post .post-image {
        height: 8rem;
    }
    .topbar {
        height: 3.25rem;
    }
    .user-home-activities {
        display: none !important;
    }
    .user-home-name {
        font-size: 1.25rem;
    }
    .product-card-image { height: 200px; }
    .main-logo {width: 120px; height: auto;}
}