@keyframes aaaa {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

@font-face {
    font-family: mikadoBlack;
    src: url(/bilsem/fontFamily/mikadoBlack.otf);
    font-weight: 900;
}

@font-face {
    font-family: mikadoBold;
    src: url(/bilsem/fontFamily/mikadoBold.otf);
    font-weight: 800;
}

@font-face {
    font-family: mikadoRegular;
    src: url(/bilsem/fontFamily/mikadoRegular.otf);
    font-weight: 300;
}


@font-face {
    font-family: mikadoLight;
    src: url(/bilsem/fontFamily/mikadoLight.otf);
    font-weight: 100;
}

@font-face {
    font-family: mikadoMedium;
    src: url(/bilsem//fontFamily/mikadoMedium.otf);
    font-weight: 400;
}

@font-face {
    font-family: mikadoUltra;
    src: url(/bilsem/fontFamily/mikadoUltra.otf);
    font-weight: 400;
}





/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@keyframes ripple {
    to {
        transform: scale(2.5);
        opacity: 0;
    }
}