﻿.ratio {
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.user-panel {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding: 15px;
    height: 80px;
}

.user-panel:before,
.user-panel:after {
    content: " ";
    display: table;
}

.user-panel:after {
    clear: both;
}

.user-panel > .image > img {
    width: 100%;
    max-width: 50px;
    height: 50px;
    border: 3px solid rgba(0,0,0,.14);
}

.user-panel > .info {
    padding: 5px 5px 10px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
    white-space: initial;
}

.user-panel > .info > p {
    height: 10px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #324F6D;
    font-size: 14px;
}

.user-panel > .info > a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
}

.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
    margin-right: 3px;
}

.user-panel .image {
    padding-left: 0;
}

/*profile foto*/
.profile {
    background-size: cover;
    /*padding-bottom: 30px;*/
}

.profile li {
    color: #fff;
    margin-top: 5px;
    font-size: 11px;
    list-style: none outside none;
    text-align: center;
}

.profile ul {
    padding: 0;
}

.profile li img {
    display: inline-block;
    width: 80px;
    height: auto;
    margin: 5px;
}

.nav-sidebar .nav-link p {
    color: #334D6E;
}

.btn-link {
    color: #b5aef7;
}

.mini-grey {
    font-size: 13px;
    color: grey;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.btn-custom-default {
    border-color: #6559f2;
    background-color: white;
    color: #6559f2;

}

.margin-left-10 {
    margin-left: 10px; 
}

.custom-link {
    text-decoration: underline;
    color: #6559f2;
}

.home-img-container {
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}

.home-img {
    width: auto;
    max-height: 100%;
}

.home-1-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-2-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-4-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.logo-img {
    max-width: 300px;
    height: auto;
}

.submit-account-modal {
    margin: 20px 0 50px 0;
}

@media screen and (min-width: 750px) {
    .home-card-item {
        height: 530px;
    }

    .home-detail-button {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
}

.publik > .container > .content-wrapper {
    background-color: white;
}

.category-item {
    height: 150px;
}

.v-h-align-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.border-purple-1 {
    border: solid #605ca8;
}

.border-purple-2 {
    border: solid #d291bc ;
}

.category-child{
    width: 100%;
}