   body::before {
  content: '';
  position: fixed;
  background-image: url('../images/bgplayer.png');
  background-size: cover;
  z-index: -1; 
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
}

body {
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 100vh;
  margin: 0;
  position: relative; 
}
    
img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  border-radius: 10px;
}

.inner-width{
  max-width: 1000px;
  padding: 0 10px;
  margin: auto;
}

      @font-face {
      font-family: 'MyFont';
      src: url('../fonts/Common.ttf') format('truetype');
      }
      body {
      font-family: 'MyFont', Arial, sans-serif;
      }
      h2 {
      font-family: 'MyFont', Arial, sans-serif;
      }
      
    header {
    height: 50px;
    width: 100%;
    background: #000000a8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
              
img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  border-radius: 10px;
}

.inner-width{
  max-width: 1000px;
  padding: 0 10px;
  margin: auto;
}

.login{
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.navigation-menu{
  float: right;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.navigation-menu a{
  margin-left: 10px;
  color: #ddd;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 4px;
  transition: .3s linear;
}

.navigation-menu a:hover{
  background: #273b91;
  color: #fff;
  transform: scale(1.010);
}

.navigation-menu i{
  margin-right: 8px;
  font-size: 16px;
}

.home{
  color: #fff;
}

a.aj_btn {
  background: #273b91;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

a.aj_btn:hover{
  background: #fff;
  color: #273b91;
  font-weight: 500;
  letter-spacing: 2px;
}

.menu-toggle-btn{
  float: right;
  height: 50px;
  line-height: 50px !important;
  color: #fff;
  font-size: 26px;
  display: none !important;
  cursor: pointer;
}
.navbar {
   display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed; /* Закріплення навбару */
    bottom: 0;
    max-width: 1000px;
    width: 100%; /* Займає всю ширину */
    background-color: #333;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Впереді всіх елементів */
}

/* Стилі для навігаційних кнопок */
.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: white;
}

/* Стилі для іконок */
.nav-item img {
    width: 24px;
    height: 24px;
}

/* Активна кнопка */
.nav-item.active {
    background-color: #555;
    border-radius: 50%;
}
.profile-button {
    width: 40px;
    height: auto;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
       }

    .profile-button:hover {
    color: #fff;
    transform: scale(1.029);
       }

    .profile-button img {
     display: block;
     width: 100%;
     height: auto;
       }
       /*.tab-content {
     display: none;
        }
    .tab-content.active {
     display: block;
        }*/
    .tabbuttons {
    display: flex;
    justify-content: center;
    align-items: center;
        }
        .form-wrapper {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    background: #56b76ccf;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
        }
   .form-row {
    display: block;
    align-items: center;
        }

   .form-row label,
   .form-row input[type="text"],
   .form-row input[type="submit"] {
    margin-right: 2px;
    margin-top: 10px;
       }
    .submit-button {
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
      }

    .submit-button:hover {
    color: #fff;
    transform: scale(1.029);
      }
    .submit-button img {
    display: block;
    width: 100%;
    height: auto;
     }
     .button-text {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: #fff;
}
     .unread-count {
    position: absolute;
    top: -5px;
    right: 0px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    min-width: 13px;
    text-align: center;
}
table {
  width: 100%;
}

th, td {
    border: 1px solid #ddd;
    border-radius: 3px;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #0072ff4a;
}
.actiontab {
    max-width: 1000px;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(352deg, rgb(23 30 89 / 61%) 0%, rgb(75 37 37 / 52%) 0.01%, rgb(12 46 49 / 85%) 99.99%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
      }
.language-selector {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.language-selector select {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 16px;
    color: #495057;
    cursor: pointer;
    appearance: none; /* Убирает стандартный стиль выпадающего списка */
}

.language-selector::after {
    content: '▼';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d;
}
@media screen and (max-width:750px) {
  .menu-toggle-btn{
    display: block !important;
  }
  
  body::before {
  content: '';
  position: fixed;
  background-image: url('../images/bgplayermob.jpg');
  background-size: cover;
  z-index: -1; 
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
}
  
 body {
        background-image: url('../images/bgplayermob.jpg');
        background-size: cover;
        background-position-x: center;
        color: white;
        font-family: 'MyFont', Arial, sans-serif;
        font-size: 13px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        height: 100vh;
        margin: 0;
      }
      
      @font-face {
      font-family: 'MyFont';
      src: url('../fonts/Common.ttf') format('truetype');
      }
      body {
      font-family: 'MyFont', Arial, sans-serif;
      }
      h2 {
      font-family: 'MyFont', Arial, sans-serif;
      }
 
   .navigation-menu{
        position: fixed;
        width: 45%;
        max-width: 100%;
        background: #172b4d;
        border-radius: 2%;
        top: 50px;
        right: 0;
        display: none;
        padding: 10px 20px;
        box-sizing: border-box;
        z-index: 9999;
   }
   .navigation-menu::before{
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #172b4d;
    position: absolute;
    top: -10px;
    right: 10px;
   }
   .navigation-menu a{
    display: block;
    margin: 3px 0;
   }
   .navigation-menu.active{
    display: flex;
    flex-direction: column;
    align-items: center;
   }
       .navbar {
        width: 100%;
        padding: 5px;
    }

    .nav-item {
        width: 40px;
        height: 40px;
    }

    .nav-item img {
        width: 30px;
        height: 30px;
    }
    .profile-button {
    width: 40px;
    height: auto;
    background: transparent;
    border: none;
    cursor: pointer;
   }
      .actiontab {
    max-width: 95%;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-left: 0;
    margin-right: 0;
    padding-left: 9px;
    padding-right: 9px;
    text-align: center;
   }
   .language-selector {
    position: relative;
    display: inline-block;
    margin-left: 0px;
}
}