﻿.menu-trigger {
    height: 100%;
    display: flex;
    align-items: center;

    padding: 0 17px;

    background: transparent;
    border: 0;

    color: #cbd5e1;

    font-family: inherit;
    font-size: 14px;
    font-weight: 600;

    border-bottom: 2px solid transparent;

    cursor: pointer;
}

.menu-trigger:hover {
    color: white;
    border-bottom-color: #4f8cff;
}


.mega-menu {
    width: 850px;
    max-height: 650px;
    overflow-y: auto;
}

.mega-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 18px;
    margin-bottom: 18px;

    border-bottom: 1px solid #e7ebef;
}

.mega-header strong {
    display: block;
    font-size: 15px;
    color: #17202a;
}

.mega-header span {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: #8994a1;
}

.mega-header a {
    color: #1769ff;
    font-size: 12px;
    text-decoration: none;
}

.mega-structure {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 25px;
}

.mega-section {
    border-right: 1px solid #e7ebef;
    padding-right: 20px;
}

.mega-section:last-child {
    border-right: 0;
}

.mega-section-title {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #8994a1;

    margin-bottom: 10px;
}


/* FOLDER */

.mega-folder {
    margin-bottom: 4px;
}

.folder-title {
    display: flex;
    align-items: center;

    padding: 9px 10px;

    border-radius: 8px;

    cursor: pointer;

    color: #344150;

    font-size: 13px;
    font-weight: 600;
}

.folder-title:hover {
    background: #f1f6ff;
    color: #1769ff;
}

.folder-arrow {
    width: 17px;

    font-size: 13px;

    color: #1769ff;
}

.folder-title small {
    margin-left: auto;

    color: #a0aab5;

    font-size: 10px;
}
/* fenti login rész*/
.account-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 20px;
}

.account-link,
.account-register {
    padding: 8px 12px;
    border-radius: 7px;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.account-link:hover {
    color: white;
    background: #182235;
}

.account-register {
    background: #1769ff;
    color: white;
}

.account-register:hover {
    background: #1259d6;
    color: white;
}
