/* popup jobb felső sarkán lévő bezárás gomb eltüntése */
a.dialog-close-button.dialog-lightbox-close-button {
    display: none !important;
}

/* 1. A szöveg pirosítása és félkövérré tétele minden nézetben */
menu-item menu-item-type-custom menu-item-object-custom menu-item-25676 {
    color: #ff3b30 !important;
    font-weight: bold !important;
}

/* 2. Az óra ikon (History) beszúrása a szöveg elé */
#menu-item-25676 a::before {
    content: "\f1da" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    margin-right: 6px !important;
    display: inline-block !important;
    color: #ff3b30 !important;
    -webkit-font-smoothing: antialiased;
}

/* 3. Mobil menü speciális igazítása */
.ast-header-break-point #menu-item-25676 a {
    display: flex !important;
    align-items: center !important;
    color: #ff3b30 !important;
}

/* 4. Hover (egérrel rámutatás) */
#menu-item-25676 a:hover, 
#menu-item-25676 a:hover::before {
    color: #cc2b21 !important;
}

input#gform_submit_button_5 {
    display: inline-table!important;
}

a.btn.btn-sm.button.button-small.gv-button-cancel {
    color: white;
}

a.btn.btn-sm.button.button-small.alignright.pull-right.btn-danger.gv-button-delete {
    display: none;
}

input#gform_submit_button_5 {
    padding: 14px 20px;
    font-size: 1em;
}