﻿.filter-is {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0.5rem;
}

.list-filter li.mx-2 {
    cursor: pointer;
    color: rgb(111, 111, 111);
}

.pin-style {
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.395);
}

.btn-req {
    visibility: hidden;
}

.card-box:hover .btn-req {
    visibility: visible;
}

.avatar-big {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
}

    .avatar-big img {
        width: 100%;
        height: 100%;
    }

.project-information {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: transparent;
    box-shadow: 5px 5px 30px rgba(255, 255, 255, 0.241);
    width: 100vw;
    height: 100vh;
}

.shadow-hover:hover {
    box-shadow: 0 0 20px rgba(255, 255, 0, 0.481);
}

.information-show:hover {
    cursor: pointer;
}

#projectInformationInner {
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    overflow-y: scroll;
}

.ofy {
    overflow: hidden;
}
.txt-secondary {
    color: rgb(166, 166, 166);
}

.bg-light-warning {
    background: rgb(34, 1, 1) !important;
    color: #FF9F43 !important;
}



::-webkit-scrollbar {
    height: 4px; /* height of horizontal scrollbar ← You're missing this */
    width: 4px; /* width of vertical scrollbar */
    border: 1px solid #d5d5d5;
}

.myscroll {
    overflow-x: auto;
    white-space: nowrap;
}