        .mobile-version {
          justify-content: center;
          align-items: center;
        }

            .header-right .header-profile .dropdown-menu {
                left: -130px!important;
            }
            .menu-up {
                display: contents;
            }
        .header-profile {
            display: none!important;
        }
        [data-header-position="fixed"] .header {
            position: static; /* или relative, если нужно */
            top: auto;
            width: auto;
            all: unset; /* Можно оставить, если нужно полностью сбросить стили */
        }

        [data-sidebar-style="full"] .header,
        [data-sidebar-style="overlay"] .header {
            padding-left: 0px;
        }
    .top-buttons-container {
    flex-direction: column;
    align-items: flex-start;
    }
    body {
    background-color: white;
    }
    .toggle {
      width: 300px;
      height: 67px;
      background-color: #fff;
      border: 4px solid #ff652f;
      border-radius: 999px;
      padding: 5px;
      cursor: pointer;
      display: flex;
      margin: 0 auto; /* Центрируем блок по горизонтали */
      user-select: none;
      transition: border-color 0.3s, background-color 0.3s;
    }

    /* Стиль для активного состояния (Занят) */
    .toggle.active {
      border-color: #2196F3; /* синий */
    }

    /* Стиль для свободного состояния (по умолчанию) */
    .toggle:not(.active) {
      border-color: #ff652f; /* оранжевый по умолчанию */
    }

    /* Стиль для переключателя */
    .toggle-knob {
      width: 130px;
      height: 50px;
      background-color: #ff652f; /* начальный цвет */
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: sans-serif;
      font-size: 24px;
      font-weight: bold;
      color: black;
      transition: all 0.3s ease;
      cursor: pointer;
      /* добавим плавный переход */
      box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

    /* Перемещение переключателя в состояние "Занят" */
    .toggle.active .toggle-knob {
      transform: translateX(153px);
      background-color: #2196F3; /* синий при активном состоянии */
      color: white;
    }



    /* Важное: чтобы не заходило за линии, добавим overflow: hidden для блока */
    .mobile-version {
        justify-content: center;
      align-items: center;

    }


    .top-buttons-container {
      top: 10px;
      left: 10px;
      right: 10px;
      padding: 8px 16px;
      z-index: 9999;
    }

    /* Левый блок: меню и поиск */
    .left-buttons {
          display: flex;
          justify-content: space-between;
          z-index: 12;
      }

    /* Правая часть: иконка и переключатель */
    .icon-toggle-container {

      align-items: center;
      gap: 10px; /* расстояние между иконкой и переключателем */
    }



    /* Стиль для меню и поиска, чтобы они выглядели компактно */
    .menu {
      cursor: pointer;
      font-size: 24px;
    }


    .truck-icon {
      background: none;
      border: none;
      font-size: 24px;
      color: #000;
    }
    #sidebar {
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 250px; /* или нужная ширина */
      background-color: #fff; /* Цвет фона */
      z-index: 10000050; /* чтобы был сверху */
    }

    /* При добавлении класса active - показываем */
    #sidebar.active {
      transform: translateX(0);
    }
    .sidebar {
      width: 260px;
      background-color: #f9f9f9;
      display: flex;
      flex-direction: column;
      padding: 20px;
      box-sizing: border-box;
      font-family: 'Arial', sans-serif;
      height: 100vh;
      border-right: 1px solid #e0e0e0;
      position: fixed; /* чтобы он был поверх контента */
      top: 0;
      left: 0;
      z-index: 1000; /* чтобы было поверх остальных элементов */
      transform: translateX(-100%);
      transition: transform 0.3s ease;
    }

    /* класс для отображения */
    .sidebar.show {
      transform: translateX(0);
    }

    /* дочерние элементы */

    .profile {
      display: flex;
      align-items: center;
      margin-bottom: 30px;
    }

    .avatar {
      background-color: #e0e6f8;
      color: #4a4a4a;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
    }

    .user-info .name {
      font-weight: bold;
    }

    .user-info .role {
      font-size: 12px;
      color: #888;
    }

    .arrow {
      margin-left: auto;
      font-size: 20px;
      color: #888;
    }

    .menu {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .menu a {
      display: flex;
      align-items: center;
      padding: 12px 0;
      color: #333;
      text-decoration: none;
      font-size: 15px;
    }

    .menu a .icon {
      margin-right: 10px;
      color: #007bff;
    }

    .driver-section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: flex-end;
    }

    .become-driver {
      background-color: #ff5722;
      color: white;
      padding: 12px 16px;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      cursor: pointer;
      margin-bottom: 10px;
    }
    .driver {
      order: 1;
    }

    .social-icons {
      display: flex;
      justify-content: center;
      gap: 12px;
    }

    .social-icons img {
      width: 28px;
      height: 28px;
    }

    .name {
      display: inline-block; /* или block, если нужно */
      max-width: 150px; /* или другой размер, чтобы укладываться в одну строку */
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: middle; /* если нужно выровнять по вертикали */
    }
    .navbar.fixed-bottom {
      background-color: #fff; /* или любой нужный цвет */
      opacity: 1 !important; /* чтобы переопределить возможные прозрачности */
      z-index: 10050; /* убедиться, что оно сверху */
    }

    @media (min-width: 1024px) {
      .content-body {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100vh; /* или по необходимости */
        margin-left: 0px;
      }


      .content-container {
        flex: 0 0 30%; /* 30% ширины */
        padding: 15px;
        box-sizing: border-box;
        overflow-y: auto; /* при необходимости прокрутка */
        height: 100%;
      }

      .map-container {
        flex: 0 0 70%; /* 70% ширины */
        height: 100%;
      }
      .left-buttons {
        width: 29%;

        }

      .map-container .map {
        width: 100%;
        height: 100%;
        border: none;
      }


        .text {
          display: flex;
          flex-direction: column;
          line-height: 1.2;
        }

        #sidebar {
          width: 30%
        }

          .driver-and-app-container {
            flex-direction: row; /* горизонтально */
            justify-content: space-between; /* чтобы кнопка и блок были по краям */
            padding: 0 20px;
          }
        .social-icons {
              gap: 32px;
        }

        .mobile-version {
            width: 30%;
        }

    }
    .hidden { display: none; }

