
html {
	scroll-behavior: smooth;
}

#rss img, .login img, .box6 img {
    vertical-align: top;
}

.img_button {
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
	font-size: 13px;
	color: #4E9FDF;
    /* font-size: 0; */
    /* line-height: 0; */
    /* overflow: visible; */
    cursor: pointer;
}

.anchor {
    padding: 0;
    margin: 0;
    border: 0;
	font-size: 15px;
    background: none;
	color: #4E9FDF;
    cursor: pointer;
}

.spinner {
    z-index: 100;
    width: 100%;
    height: 100%;
    text-align: left;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    background: #80808080;
}

.lds-roller {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal {
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    background: rgba(10, 10, 10, 0.86);
}

.modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.modal-close {
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
    color: #ffffff;
}

.notification {
    background-color: whitesmoke;
    border-radius: 4px;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    position: relative;
}

.notification.is-danger {
    background-color: #f14668;
    color: #fff;
}
