﻿.alert {
    padding: 20px;
    background-color: #822a85;
    color: white;
    opacity: 1;
    font-size: 19px;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    position: relative;
    z-index: 999;
}

    .alert.success {
        background-color: #822a85;
    }

    .alert.info {
        background-color: #822a85;
    }

    .alert.warning {
        background-color: #822a85;
    }

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }


.VFS__LinkTopBar {
    border-bottom: none;
    color: #ffffff;
    cursor: pointer;
    padding-bottom: .1rem;
    display: inline;
    position: relative;
    transition-property: color;
    transition-duration: .25s;
    transition-delay: 0s;
    transition-timing-function: ease-out;
    text-decoration: none;
}

    .VFS__LinkTopBar:hover {
        color: #ffffff !important;
        border-color: #F0F0F0 !important;
        text-decoration: underline;
    }
