.fc-container .fancybox-bg {
    background: rgba(18, 18, 19, 0.85);
}

.fancybox-is-open.fc-container .fancybox-bg {
    opacity: 0.95;
}

.fc-content {
    margin: 20px;
    width: 89%;
    padding: 50px;
    box-shadow: 10px 10px 60px -25px;
    border-radius: 4px;
}

.fc-content h3 {
    margin-top: 0;
    font-size: 1.6em;
    letter-spacing: normal;
}

.fc-content p {
    color: #666;
    line-height: 1.5;
}

.fc-content p:last-child {
    margin-bottom: 0;
}

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
    transform: translateY(-60px) scale(1.1);
    opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.fc-content {
    padding: 20px;
}

.fancybox-content {
    background-color: rgba(33, 35, 39, 1);
}

.fancybox-content p {
    color: #fff;
}

h3,
p {
    color: #fff;
}

.button-linear {
    text-transform: capitalize;
    padding: 10px 70px;
    background-color: rgba(255, 45, 56, 1);
    font-weight: 500;
    font-style: normal;
    text-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #fff !important;
}

.button-underline {
    background: none;
    text-decoration: underline;
    font-size: 16px;
}

.button-confirm__no {
    padding: 10px;
}

.fc-content h3 {
    font-size: 16px;
}

.fc-container .button-small,
.fc-container .button:active {
    background: rgba(255, 45, 56, 1);
}

.fancybox-button svg {
    color: #fff;
}

.fancybox-close-small {
    position: absolute;
}