﻿.secondary-button {
    color: #87a131;
    background: #fff;
    border: none;
    margin-left: 20px;
}

.popupTemplateThumbnail {
}

    .popupTemplateThumbnail img {
        margin: 0 15px;
        height: 90px;
        width: auto;
    }

    .popupTemplateThumbnail a {
        display: inline-block;
        margin: 5px 0 25px;
    }

        .popupTemplateThumbnail a:hover {
            background: transparent;
        }

@media screen and (max-width: 768px) {
    .swal2-popup {
        width: 90% !important;
    }

    .swal2-buttonswrapper {
        display: block !important;
    }

    .popupTemplateThumbnail img {
        height: 50px;
    }
}
