
main {
    background-image: url('/assets/img/bg.jpg');
    background-repeat: repeat;
    min-height: 100vh;
}

.blur-bg {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(30px);
    min-height: inherit;
}
.main-extend {
    min-height: inherit;
}

.footer-line {
    border-top: solid 1px #e61964;">
}

.flag-icon {
    width:16px;
    height:11px;
}

.toaster-container {
    z-index: 11;
}

.not-found-page {
    body:before {
        content: "";
        position: absolute;
        background: url(/assets/img/error.jpg);
        background-size: cover;
        z-index: -1;
        height: 20%; width: 20%;
        transform: scale(5);
        transform-origin: top left;
        filter: blur(5px);
    }
}

.hidden-row {
    display: none;
}
