.client_hub_user_profile{
    max-width : 100px;
    height: 100px;
    object-fit: cover;
}

.loader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader > img {
    width: 100px;
}

.loader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.thumb {
    height: 100px;
    border: 1px solid black;
    margin: 10px;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.nice-select .nice-select-dropdown {
    z-index: 1099 !important;
}

.nice-select.select_nice_control .current {
    display: block;
    overflow: hidden;
}

.accord-head {
    cursor: pointer;
    position: relative;
}

.accord-head:after {
    content: "";
    height: 24px;
    width: 24px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23495057'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: all 0.2s linear;
}

.accord-head.active:after {
    transform: rotate(180deg);
}

.card, .custom-post-card {
    box-shadow: 0 2px 6px #143D60 !important;
}

@media only screen and (max-width: 991px) {
    .apple-header-height {
        height: 70px !important;
    }
}