.btn-file {
    position: relative;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #5A8DEE;
    -ms-user-select: none;
    user-select: none;
    border: 1 px solid transparent;
    padding: 0.375 rem 0.75 rem;
    font-size: .875rem;
    border-radius: 0.25 rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn-file:hover {
    color: white;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}

@media (min-width:544px) {
    .alert {
        padding: 1rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .25rem
    }

    .alert-heading {
        color: inherit
    }

    .alert-link {
        font-weight: 700
    }

    .alert-dismissible {
        padding-right: 2rem
    }

    .alert-dismissible .close {
        position: relative;
        top: -.125rem;
        right: -1rem;
        color: inherit
    }

    .alert-success {
        background-color: #dff0d8;
        border-color: #d0e9c6;
        color: #3c763d
    }

    .alert-success hr {
        border-top-color: #c1e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

    .alert-info {
        background-color: #d9edf7;
        border-color: #bcdff1;
        color: #31708f
    }

    .alert-info hr {
        border-top-color: #a6d5ec
    }

    .alert-info .alert-link {
        color: #245269
    }

    .alert-warning {
        background-color: #fcf8e3;
        border-color: #faf2cc;
        color: #8a6d3b;
        width: 100%;
        margin: 10px;
    }

    .alert-warning hr {
        border-top-color: #f7ecb5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

    .alert-danger {
        background-color: #f2dede;
        border-color: #ebcccc;
        color: #a94442;
        width: 100%;
        margin: 10px;
    }

    .alert-danger hr {
        border-top-color: #e4b9b9
    }

    .alert-danger .alert-link {
        color: #843534
    }

    .close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .2
    }

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }
}

.sweet-alert {
    padding-left: 2rem;
    padding-right: 2rem
}

.sweet-alert h2 {
    font-weight: 400;
    position: relative;
    margin: 2rem 0 1rem
}

.sweet-alert p {
    margin: 0 0 10px
}

.sweet-alert .lead {
    font-weight: 400;
    font-size: 1.25rem;
    color: #343434;
    margin-bottom: 20px
}

.sweet-alert .btn {
    min-width: 150px;
    -webkit-border-radius: 25rem;
    border-radius: 25rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 1rem 17px
}

.sweet-alert .btn.btn-success {
    border-color: #46c35f
}

.sweet-alert .btn.btn-success:hover {
    border-color: #5dca73
}

.sweet-alert .btn.btn-warning {
    border-color: #f29824
}

.sweet-alert .btn.btn-warning:hover {
    border-color: #f4a641
}

.sweet-alert .btn.btn-danger {
    border-color: #fa424a
}

.sweet-alert .btn.btn-danger:hover {
    border-color: #fb6067
}

.sweet-alert .btn.btn-info {
    border-color: #ac6bec
}

.sweet-alert .btn.btn-info:hover {
    border-color: #bb86ef
}

.sweet-alert .icon.success .line {
    background-color: #46c35f
}

.sweet-alert .icon.success .placeholder {
    border-color: rgba(70, 195, 95, .3)
}

.sweet-alert .icon.warning {
    border-color: #f29824
}

.sweet-alert .icon.error {
    border-color: #fa424a
}

.sweet-alert .icon.error .line {
    background-color: #fa424a
}

.sweet-alert .icon.info {
    border-color: #00a8ff
}

.sweet-alert .icon.info:after,
.sweet-alert .icon.info:before {
    background-color: #00a8ff
}

.sweet-alert .form-group {
    margin-bottom: 30px
}

.swal2-icon.swal2-error {
    border-color: white !important;
}

.swal2-icon.swal2-success {
    border-color: white !important;
}

.swal2-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.swal2-icon-error {
    background-color: #f27474 !important;
}

.swal2-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.swal2-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.swal2-toast .swal2-icon-question {
    background-color: #87adbd !important;
}

.swal2-toast .swal2-title {
    color: white;
}

.swal2-toast.swal2-close {
    color: white;
}

.swal2-toast .swal2-html-container {
    color: white;
}


.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 0.3125 em;
    background-color: white;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 0.3125 em;
    background-color: white;
}


.swal2-icon.swal2-warning {
    border-color: white;
    background-color: white;
}

.swal2-icon.swal2-success {
    border-color: white;
    background-color: white;
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.25em solid white !important;
    border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: white !important;
}