﻿.swal-button {
    padding: 5px;
    background-color: white;
    font-family: "Gotham";
    font-size: 13px;
    color: white;
    font-weight: unset;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .swal-button:hover {
        background-color: #333;
        cursor:pointer;
    }


.swal-title {
    font-family: "Gotham";
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 15px;
}

.swal-text {
    font-family: inherit;
    color: #555555;
    font-size: 16px;
    line-height: 1.666667;
    text-align: center;
}
