.meniux {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
  z-index: 999;
}

.meniux-trigger {
    cursor: pointer;
    color: white;
    background-color: #181818;
    padding: 8px 12px;
    border-radius: 2px;
    user-select: none;
    font-weight: 700;
    font-family: 'Rajdhani';
    font-size: 15px;
    text-transform: uppercase;
}

.meniu-content {
    display: none;
    position: absolute;
    background-color: #0c0c1e;
    border: 1px solid #5e5e5e26;
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
    margin-top: 6px;
    z-index: 1000;
    padding: 10px;
    min-width: 360px;
}

.meniu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
}

.meniu-content a {
    color: white;
    padding: 8px 10px;
    text-decoration: none;
    background-color: #0a071b;
    border: 1px solid #ffffff0d;
    border-radius: 4px;
    transition: background-color 0.2s;
    text-align: center;
}



.meniu-content a:hover {
    background-color: #ffffff0d;
}


.head-topbuttons {
    padding: 5px 10px;
    border-left: 2px solid #363444;
    border-right: 2px solid #363444;
    margin-right: 10px;
}

.qs-bar {
    margin-bottom: 0px;
}

.dropusercp {
    display: flex;
    align-items: center;
	cursor:pointer;
}

.spleft10 {
    margin-left: 10px;
}



.important-info {
    margin-top: 10px;
    margin-left: 5px;
}




.meniux-elements {
    cursor: pointer;
    color: white;
    /* background-color: #333; */
    /* padding: 8px 12px; */
    border-radius: 4px;
    user-select: none;
    font-weight: 500;
    font-family: 'Rajdhani';
    font-size: 15px;
    text-transform: uppercase;
}





























































































































































































































		
		