

.mobile-menu-sidenav {position: relative;}
.mobile-menu-sidenav h3 {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    font-size:16px;
}
.mobile-menu-sidenav a {
    color: #fff;
}

.mobile-menu-sidenav .day {
    display: flex;
    width: 38px;
    height: 38px;
    background-color: var(--yellow-0);
    border-radius: 2px;
    color: #000;
    justify-content: center;
    align-items: center;
}

.mobile-menu-sidenav a.menu {
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    padding:10px 0 10px 10px;
    border-top: 1px dashed var(--green-dark-1);
}

.dropdown-btn:first-child {
    border:none;
}

.dropdown-btn {
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    padding:10px 0;
    border-top: 1px dashed var(--green-dark-1);
}

.dropdown-btn-server {
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    padding:10px 0;
}

.mobile-menu-sidenav a:hover,
.dropdown-btn:hover {
color: #fff;
}

.dropdown-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.dropdown-container a {
    font-weight: normal;
    color: #fff;
}
.modal-window-3 {
    top: 10px;
    bottom: 10px;
    left: -300px;
    width: 300px;
    height: calc(100vh - 20px);
    padding: 10px;
    position: fixed;
    background-color: var(--green-dark-2);
    color: #fff;
    transition: left 0.4s ease-in-out;
    z-index: 99999!important;
    border-radius: 4px;
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-menu {
    background-color: var(--green-dark-3);
    border: 1px solid rgba(var(--green-dark-4-rgb), 0.3);
    border-radius: 4px;
    padding: 0 10px;
}
/* Stylowanie paska przewijania */
.modal-window-3::-webkit-scrollbar {
    width: 4px;
    /* Szerokość paska przewijania */
}

/* Kolor uchwytu paska przewijania */
.modal-window-3::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 4px;
    opacity: 1;
    /* Zawsze widoczny uchwyt */
}

/* Kolor tła paska przewijania */
.modal-window-3::-webkit-scrollbar-track {
    background-color: var(--green-dark-2);
    border-radius: 0 4px 4px 0;
}

/* Ustawienie, by pasek przewijania był zawsze widoczny */
.modal-window-3 {
    overflow-y: scroll;
    /* Włącz przewijanie w pionie */
}

.modal-window-3.active {
    left: 10px;
}

.modal-window-bar {
    position: fixed;
    transition: opacity 500ms;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 1);
    box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 1);
    z-index: -1;
}

.modal-window-bar.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.sidebar-open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--green-dark-3);
    border: 1px solid rgba(var(--green-dark-4-rgb), 0.3);
    border-radius: 4px;
    color: #fff;
    flex: 0 0 50px;
    cursor:pointer;
}
.mobile-menu-sidenav i.fa-solid, i.fa-light {
    font-size: 24px;
}
.mobile-menu-sidenav .fa-caret-down {
    padding-left: 8px;
    float: right;
}
.box-servers {
    width: 100%;
    margin-bottom:20px;
}
.box-servers a { width: 100%; }
.box-servers .font-small-color {
    font-size: 12px;
    color: #fff;
}
.box-servers .sepe {
    border-right: 1px dashed var(--green-dark-1);
    text-align: left;
    height: 38px;
    padding-right: 10px;
    margin-right: 10px;
}
.box-server {
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
}
.box-server:last-child {
    border-bottom: none;
}
.dropdown-container .server-menu:first-child {
    margin-top:10px;
}
.dropdown-container .server-menu:last-child {
    margin-bottom: 10px;
}
.dropdown-container  .server-menu {
    border-radius: 2px;
    display: flex;
    align-items: center;
    font-size: 13px !important;
    cursor: pointer;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    margin-bottom:1px;
}
.dropdown-container .server-menu img,
.dropdown-container .server-menu i {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--yellow-0);
    font-size: 16px;
    margin-right: 10px;
    border-radius: 2px;
}
.dropdown-container .server-menu.active i,
.dropdown-container .server-menu.active {
    color: #000;
    background-color: var(--yellow-0);
}

.dropdown-container .server-menu:hover i,
.dropdown-container .server-menu:hover {
    color: #000;
    background-color: var(--yellow-0);
}

.dropdown-container .server-menu-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    background-color: var(--red-1);
    color: #fff;
    border-radius: 2px;
    font-size: 13px;
}

.dropdown-container .server-menu.active .server-menu-count {
    color: #fff;
    background-color: var(--red-1);
}






.dropdown-container .server-menu-technic {
    background-color: var(--dark-2);
    border-radius: 2px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 13px !important;
    cursor: pointer;
    color: #d9d9d9;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    margin-bottom: 2px;
    overflow: hidden;
}

.dropdown-container .server-menu-technic-off {
    background-color: var(--dark-2);
    border-radius: 2px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 13px !important;
    cursor: pointer;
    color: #d9d9d9;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    margin-bottom: 2px;
    overflow: hidden;
    cursor: not-allowed;
}

.dropdown-container .server-menu-technic-off i {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--red-2);
    font-size: 16px;
    margin-right: 10px;
    border-radius: 2px;
}

.dropdown-container .server-menu-technic.active i,
.dropdown-container .server-menu-technic.active {
    color: #000;
    background-color: var(--yellow-0);
}

.dropdown-container .dropdown-container.server-menu-technic:hover i,
.dropdown-container .server-menu-technic:hover {
    color: #000;
    background-color: var(--yellow-0);
}

.dropdown-container .server-menu-technic i {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--green-dark-3);
    font-size: 16px;
    margin-right: 10px;
    border-radius: 2px;
}
