﻿
/*.swal2-icon {
        visibility: hidden
    }*/
.swal2-icon.swal2-warning {
    border-color: sienna;
    color: sienna;
}

.swal2-styled.swal2-confirm {
    background-color: firebrick
}

.swal2-popup {
    width: 32em !important;
    height: 20em !important;
}

.swal2-textarea {
    width: 35em;
    height: 3em;
}

.swal2-container.swal2-center > .swal2-popup {
    background-color: snow;
}

.swal2-input {
    width: 80%;
    margin-left: 10%;
}

.swal2-input-focus {
    border: none
}

.swal2-title {
    color: sienna;
    font-size: small;
}

.swal2-styled.swal2-confirm {
}
