:root {
    --narrow: 1140px !important;
    --shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.15);
    --primaryhover: #21b789 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #3cb6ce !important;
    word-wrap: break-word !important;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6 {
    color: #ffffff !important;
}

.rounded,
.rounded img {
    border-radius: 2rem;
}

.primary-gradient {
    background-image: linear-gradient(180deg, #6cce7c 40%, #21b789 100%) !important;
}

.block-megaHeaderSideMenu .header {
    margin-top: 60px !important;
}

.extra-header-buttons {
    position: absolute;
    top: -30px;
    right: 300px;
    display: flex;
    gap: 12px;
    z-index: 9999;
}

.extra-btn {
    display: inline-block;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background: #ebf7fa;
    ;
    color: #0d7c91;
    border: 1px solid #0d7c91;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease;
    white-space: nowrap;
}

.extra-btn:hover {
    background: #0d7c91;
    text-decoration: none;
    color: #ebf7fa;
}

.extra-btn i {
    margin-right: 8px;
    font-size: 16px;
}

.btn {
    border-radius: 0 !important;
    color: #ffffff !important;
    background-color: #3cb6ce !important;
    border-color: #3cb6ce !important;
    text-transform: uppercase !important;
}

.btn .btn-primary {
    color: #0d7c91 !important;
    background-color: #ebf7fa !important;
    border-color: #ebf7fa !important;
    padding: 0.7rem 1.3rem !important;
    border-radius: 0 !important;
}

.btn .btn-secondary {
    color: #ffffff !important;
    background-color: #3cb6ce !important;
    border-color: #3cb6ce !important;
    padding: 0.7rem 1.3rem !important;
    border-radius: 0 !important;
}

.text-white .btn {
    color: #0d7c91 !important;
    background-color: #ebf7fa !important;
    border-color: #ebf7fa !important;
    padding: 0.7rem 1.3rem !important;
    border-radius: 0 !important;
}

.text-white .btn:hover,
.text-white .btn:focus,
.text-white .btn:active {
    color: #ebf7fa !important;
    background-color: #0d7c91 !important;
    border-color: #0d7c91 !important;
    padding: 0.7rem 1.3rem !important;
    border-radius: 0 !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #1d899e !important;
    border-color: #1d899e !important;
}

/*slider styles*/
.atf-slider-elem {
    cursor: default !important;
}

/*admin-styles*/
.admin-page-settings {
    font-size: 1rem;
}

.block-megaHeaderSideMenu .menu .level-1>a {
    text-transform: none !important;
}

.page-item.active .page-link {
    background-color: #1d899e !important;
    border-color: #1d899e !important;
    color: #ffffff !important;
}

.page-link {
    color: #1d899e !important;
}

a:hover {
    text-decoration: none;
}

tr:nth-child(1)>td:nth-child(1) {
    min-width: 500px;
}

@media (prefers-reduced-motion: no-preference) {

    .fade-elem {
        opacity: 0;
        transition: transform 2000ms ease, opacity 0.9s;
        transform: translateY(150px);
    }

    .fade-elem.loaded {
        opacity: 1;
        transform: translateY(0);
        animation-delay: 0s;
    }

}

@media (min-width: 1680px) {

    body,
    p {
        font-size: 1.2rem !important;
    }

    .h1,
    h1 {
        font-size: 3.5rem !important;
    }

    .h2,
    h2 {
        font-size: 2.75rem !important;
    }

    .h3,
    h3 {
        font-size: 2.25rem !important;
    }

    .h4,
    h4 {
        font-size: 1.75rem !important;
    }

    .h5,
    h5 {
        font-size: 1.5rem !important;
    }

}

@media (max-width: 1279px) {

    .h3,
    h3 {
        font-size: 1.5rem !important;
    }

    .h4,
    h4 {
        font-size: 1.4rem !important;
    }

    .h5,
    h5 {
        font-size: 1.3rem !important;
    }

}