
.soundscolors-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.soundscolors-modal-content {
    background: #fff;
    width: 100%;
    max-width: 1048px;
    animation: fadeIn 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 11.2px 0px #00000026;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 50px);
}

.soundscolors-modal-content .popup-section {
    margin: 0 !important;
}

.popup-section .row_col_wrap_12 {
    align-items: center;
}

.soundscolors-modal-content .popup-section .title,
.soundscolors-modal-content .nectar-responsive-text {
    margin-bottom: 0 !important;
    color: #3F454B;
}

.soundscolors-modal-content .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}

.soundscolors-modal-content .img-with-aniamtion-wrap .hover-wrap img {
    object-fit: cover;
}

.soundscolors-modal-close {
    cursor: pointer;
    position: absolute;
    z-index: 11;
    right: 20px;
    color: #000;
    top: 20px;
    width: 20px;
    height: 20px;
    font-size: 40px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
}

.soundscolors-modal-close:hover {
    color: rgb(122, 154, 187);
}

.soundscolors-modal-content .btn-secondary {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
}

.soundscolors-modal-content .content-block>.vc_column-inner {
    padding-bottom: 20px;
}

