/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.d-none {
    display: none !important;
}

#rozetka--spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.rozetka--spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: rozetka-spin 1s ease-in-out infinite;
}

@keyframes rozetka-spin {
    to {
        transform: rotate(360deg);
    }
}


.learn-press-tabs .learn-press-tabs__nav
{
    justify-content: flex-start;
}

.rozetka-signature-canvas {
    border: 1px solid black; margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .rozetka-signature-canvas {
    }
}
