.custom-file-button {
    input[type="file"] {
        margin-left: -2px !important;

        &::-webkit-file-upload-button {
            display: none;
        }

        &::file-selector-button {
            display: none;
        }
    }

    &:hover {
        label {
            background-color: #dde0e3;
            cursor: pointer;
        }
    }
}

.sibling-card {
    position: relative;
    background: var(--bg-secondary);
}

.sibling-card .btn-danger {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

@media (min-width: 768px) {
    .responsive-align {
        text-align: right !important;
    }

    .desktop-mt {
        margin-top: 5rem !important;
    }
}

@media (max-width: 767.98px) {
    .responsive-align {
        text-align: center !important;
    }
}

.custom-font-size-22 {
    font-size: 22px !important;
}

.custom-font-size-medium {
    font-size: medium !important;
}

.form-label {
    font-size: 15px !important;
}

.custom-font-size-15 {
    font-size: 15px !important;
}

.rounded-right-13 {
    border-top-right-radius: 1.3rem !important;
    border-bottom-right-radius: 1.3rem !important;
}

.rounded-left-13 {
    border-top-left-radius: 1.3rem !important;
    border-bottom-left-radius: 1.3rem !important;
}

.font-color-black {
    color: rgb(0, 0, 0) !important;
}

.member-list-icon {
    width: 30px;
    height: auto;
}

.happy-story-card {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    .happy-story-card {
        height: auto !important;
    }
}

@media (max-width: 991.98px) {
    .happy-story-card {
        height: 40vw !important;
    }
}

.profile-photo-wrapper {
    height: 100%;
    /* display: flex; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.profile-photo-img {
    object-fit: cover;
    border-radius: inherit;
    /* height: 100%; */
    object-position: top;
    /* center */
}

.rounded-75px {
    border-radius: 0.75rem !important;
}

@media (max-width: 576px) {
    .mt-mobile-20 {
        margin-top: 20px !important;
    }
}