.fForm .form-item-type-checkbox .checkbox input[type=checkbox] {
    position: unset;
    margin: 0 1rem 0 0;
}
.fForm .form-item-option {
    margin: 0
}
.f-about-us-new .container .f-module-content {
    width: 100%;
}

body[class*="cva-user"] form.fForm .f-fieldset-body {
    flex-direction: row;
}

.f-award .ItemfinnerGallery {
    margin-top: 0;
}

/* new album starts here */

.f-new-album .menu-item {
    padding: 12px;
    text-align: center;
}

.f-new-album .menu-item a {
    display: block;
    height: 100%;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}

.f-new-album .menu-item .menu-item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #00000093;
    color: white;
    font-size: .9rem;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    padding: 5px;
}

.f-new-album .menu-item img {
    aspect-ratio: 1/1;
    max-height: 190px;
    object-fit: cover;
}

.f-new-album-inner .ItemfinnerGallery {
    height: 100%;
}

.f-new-album-inner .fGalleryItem {
    padding: 12px;
}

.f-new-album-inner .ItemfinnerGallery .fGalleryImage img {
    aspect-ratio: 1/1;
    max-height: 190px;
    object-fit: cover;
}


/* new album ends here */