
.btn-crm-inaktiv, .btn-szerzodes-inaktiv {
    opacity: 0.4;
    filter: grayscale(100%);
    cursor: default;
}


.btn-crm-inaktiv:hover, .btn-szerzodes-inaktiv:hover {
    filter: grayscale(100%)!important;
    cursor: pointer;
    transform: unset!important;
    transition: unset!important;
    cursor: default;
    pointer-events: none;
}


#sp-header .logo {
    position:fixed; 
    bottom:10px;
    height: 141px;
}

#sp-header #sp-logo {
    height: 80px;
}

.crm-menu {
    margin-left: -30px;
}
.crm-menu img {
    width: 40px!important;
    height: 40px;
    margin-bottom:10px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.crm-menu a:hover {
  transform: scale(1.2);
  filter: grayscale(0%) brightness(1.2);
  transition: transform 0.3s ease, filter 0.3s ease;
}
.password-group .btn {
    border-radius: 10px!important;
    margin-left: 10px!important;
}    

.login .btn.btn-primary {
    height: 70px!important;
}



.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.popup-content {
    background: #FFFFE0; /* Halvány sárga */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: auto;
    text-align: center;
    font-family: Arial, sans-serif;
    transform: scale(0.8);
    transition: transform 0.3s ease-in-out;
}

.popup-overlay.show {
    opacity: 1;
}

.popup-content.show {
    transform: scale(1);
}

.popup-close {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.highlight {
    border: 2px solid greenyellow!important;
    border-radius: 5px!important;
}


.oktatasi-mod {
    font-size: 11px;
    text-align: center;
}
