.form_button {background-color: #1753F8 !important;}
.row_main_content {background-color: #F4F7FF !important;}
.reg-btn-alt {background-color: #1753F8 !important;}
a {
    cursor: pointer;
}
.breadcrumb-top {
    margin-top: 1em;
    margin-left: 1em;
    float: left;
}

.breadcrumb-ui {
    margin-left: 1em;
    float: left;
}

.breadcrumb-admin {
    margin-top: 5em;
}
.submenu.sub-close {
    border-radius: 8px;
}
.submenu-triangle {
    margin-left: 0.1em;
    color: #aaa;
}
.submenu-triangle.rotated {
    transform: rotate(90deg);
}

.sub-close {
    display: none;
}

.sublink-active {
    font-weight:bold;
    color:#40BFBC !important;
}

.header-link-drop {
    color: white;
    text-decoration: none !important;
}
.header-link-drop:hover {
    color: #40BFBC;
    text-decoration: none !important;
}

.top-tabs {
    z-index: 0 !important;
}
.dropdown-wrapper {
    position: relative;
    display: inline-block;
}
.dropdown-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    z-index: 999 !important;
    min-width: 180px;
    padding: 10px 0;
}
.dropdown-popup a {
    display: block;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}
.dropdown-popup a:hover {
    background-color: #f2f2f2;
}


.main-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.burger-icon {
    display: none;
    cursor: pointer;
    font-size: 28px;
    margin-right: 1em;
    transition: transform 0.3s ease;
}
.burger-icon.rotated {
    transform: rotate(90deg);
}
.main-header-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .burger-icon {
        display: block;
    }
    .main-header-links {
        flex-direction: column;
        align-content: center;
        background: #333333;
        padding: 2em;
        position: absolute;
        top: 60px;
        right: 10px;
        z-index: 999;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        width: 100%;
    }
    .main-header-links.active {
        display: flex;
    }
}

.header-link span .top-top-link {
    margin: 0.3em;
}
.fun_box_link .icon {
    margin: 0.3em;
}
