.swal2-actions button:focus {
    overflow: hidden;
    box-shadow: none;
}
.swal-button:focus {
    box-shadow: none;
  }
.swal-wide {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 365px !important;
}

.swal2-confirm {
    margin-left: 40px;
    font-size: 14px;
}

.swal2-cancel {
    font-size: 14px;
  }
#swal2-content p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.swal2-actions {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }

button.cancel.btn.btn-lg.btn-default:hover {
    color: white;
}