body {
    font-family: "Roboto";
}

#member-dp {
    /* margin-left: auto; */
    margin-bottom: 20px;
    width: 120px;
    height: 150px;
    border-radius: 10px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.card-header {
    background-color: #f6f6f6;
}

.card-title {
    font-size: 15px;
}

.f_end {
    display: flex !important;
    justify-content: flex-end !important;
}

ul.pagination {
    margin-bottom: 0 !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.dropdown-menu {
    padding: 0;
    border: none;
    font-size: 0.875rem;
    border-radius: 0;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #f4f4f4;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #072e36;
    text-decoration: none;
    background-color: #2196f31a;
}

.dropdown-item .fa,
.dropdown-item .icon {
    margin-right: 5px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
}

#login-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
