﻿/* NWM
----------------------------------------------------------------------------------*/
#snackbarsuccess {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #2b9e18;
    color: #fff;
    text-align: center;
    padding: 8px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    border-radius: 5px;
}
#snackbarsuccess.show {
        visibility: visible;
        -webkit-animation: xfadein 0.5s, xfadeout 0.5s 2.5s;
        animation: xfadein 0.5s, xfadeout 0.5s 2.5s;
    }
#snackbarerror {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #a71e1e;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 8px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}
#snackbarerror.show {
        visibility: visible;
        -webkit-animation: xfadein 0.5s, xfadeout 0.5s 2.5s;
        animation: xfadein 0.5s, xfadeout 0.5s 2.5s;
    }
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99999;
}
.mygradienttxt {
    background: #007bff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ql-container {
    font-family: "Roboto";
    font-size: 15px !important;
}



/* Navigator
----------------------------------------------------------------------------------*/
@media (max-width: 285px) {
    .logoBtn {
        display: none;
    }
}
@media (max-width: 576px) {
    .navContainer {
        box-shadow: none!important;
        border-radius: 0!important;
    }
}
@media (max-width: 767px) {
    .nav-link {
        transition: transform 0.4s ease-in-out !important;
    }

        .nav-link:hover {
            transform: scale(1.2) translateX(50px) !important;
        }
}
@media (max-width: 992px) {
    .nav-link {
        font-size: 17.5px !important;
        margin-right: -2.5px !important;
        font-weight: 600 !important;
    }

    .navRegister {
        transform: scale(1.0) !important;
    }

    .myNavbar {
        margin-left: 0 !important;
    }

    .logoBtn {
        height: 47.5px !important;
        width: 137.5px !important;
        transform: scale(1.1) !important;
    }
}
@media (max-width: 1200px) and (min-width: 993px) {
    .nav-link {
        font-size: 22.5px !important;
        margin-right: 7.5px !important;
    }

    .myNavbar {
        margin-left: 50px !important;
    }
    .logoBtn {
        height: 47.5px !important;
        width: 137.5px !important;
        transform: scale(1.1) !important;
    }
}
@media (max-width: 1400px) and (min-width: 1201px) {
    .myNavbar {
        margin-left: 50px !important;
    }
    .logoBtn {
        height: 47.5px !important;
        width: 137.5px !important;
        transform: scale(1.1) !important;
    }
}
@media (min-width: 1401px) {
    .logoBtn {
        height: 47.5px !important;
        width: 137.5px !important;
        transform: scale(1.1) !important;
    }
}
/* Footer 
----------------------------------------------------------------------------------*/
@media (min-width: 769px) {
    .logoFooter {
        display: inline-block;
    }
}
@media (max-width: 768px) {
    .logoFooter {
        display: none;
    }
}
@media (max-width: 993px) {
    .contactSection {
        margin-left: 0 !important;
    }

    .sponzorSection {
        margin-right: 0 !important;
    }
}
@media (max-width: 576px) {

    .contactSection, .sponzorSection {
        align-items: center !important;
    }
}
/* Index Page 
----------------------------------------------------------------------------------*/
@media (max-width: 285px) {
    .section5 {
        display: none !important;
    }

    .myIcons3 {
        display: none !important;
    }

    .section6 {
        display: none !important;
    }

    .sectionContact {
        display: none !important;
    }
}
@media (max-width: 360px) {
    .section1Btns {
        display: none !important;
    }

    .animationH3 {
        display: none !important;
    }
}
@media (max-width: 440px) {
    .animationH3 {
        letter-spacing: 0 !important;
        font-size: 10px !important;
    }
}
@media (max-width: 767px) {
    .section1Btns {
        gap: 0 !important;
    }

    .animationH3 {
        letter-spacing: 5px !important;
        font-size: 20px !important;
    }

    .table {
        width: 100% !important;
    }

        .table .monitor-wrapper {
            width: 100% !important;
        }

            .table .monitor-wrapper .monitor {
                width: 100% !important;
            }
}
@media (max-width: 993px) {
    .section1Btns {
        gap: 2.5px !important;
    }

    .table {
        width: 100% !important;
    }

        .table .monitor-wrapper {
            width: 100% !important;
        }

            .table .monitor-wrapper .monitor {
                width: 100% !important;
            }
}
@media (max-width: 1200px) and (min-width: 993px) {
    .section1Btns {
        gap: 6.25px !important;
    }

    .myIcons3 {
        gap: 0 !important;
    }
}
@media (max-width: 1400px) and (min-width: 1201px) {
    .section1Btns {
        gap: 12.5px !important;
    }

    .myIcons3 {
        gap: 40px !important;
        margin-right: 50px !important;
    }
}
@media (min-width: 1401px) {
    .section1Btns {
        gap: 25px !important;
    }

    .myIcons3 {
        gap: 45px !important;
        margin-right: 10px !important;
    }
}
/* Other Pages 
----------------------------------------------------------------------------------*/
@media (max-width: 285px) {
    .sectionContact {
        display: none !important;
    }
    .sectionSluzby {
        display: none !important;
    }

}
@media (max-width: 360px) {
    .myBtnsCol {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .folder-btn {
        width: calc(80% - 20px) !important; /* Zajistí, že tlačítka zabírají téměř celou šířku kontejneru */
        margin: 5px !important; 
        box-sizing: border-box;
        padding: 5px !important; 
    }
}
@media (min-width: 361px) and (max-width: 992px) {
    .myBtnsCol {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px !important;
    }

}
@media (max-width: 440px) {
    .cardIco {
        display: none!important;
    }

    .mySvgContainerFaq {
        display: none !important;
    }
}
@media (max-width: 767px) {

}
@media (min-width: 993px) {

}
@media (max-width: 1200px) and (min-width: 993px) {
    .myImg1 {
        height: 500px !important;
    }
}
@media (max-width: 1400px) and (min-width: 1201px) {
}
@media (min-width: 1401px) {
}
/*----------------------------------------------------------------------------------*/

/* My Index page animations  */
/* Slide H1 at Index page */
@keyframes move {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
/* Animation H2 at Index page second section*/
@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
@keyframes blinkTextCursor {
    from {
        border-right-color: #ffffff;
    }

    to {
        border-right-color: transparent;
    }
}

