/* Базовые стили для мобильного приложения */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, sans-serif;
}

.page.settings,
.page.main,
.page.main-cargo,
.page.profile-forother,
.page.reviews,
.page.lstransfercargo,
.page.lsownerrcargo,
.page.adding-info-for-owner,
.page.registration,
.page.activecargo,
.page.profile-active-cargos,
.page.history-cargo,
.page.tracking-cargo,
.page.search-all-spirit,
.page.track-driver,
.page.adding-cargo {
  display: none;
}

.page.main.active,
.page.settings.active,
.page.main-cargo.active,
.page.profile-forother.active,
.page.reviews.active,
.page.lstransfercargo.active,
.page.lsownerrcargo.active,
.page.adding-info-for-owner.active,
.page.registration.active,
.page.activecargo.active,
.page.profile-active-cargos.active,
.page.history-cargo.active,
.page.tracking-cargo.active,
.page.search-all-spirit.active,
.page.track-driver.active,
.page.adding-cargo.active {
  display: block; /* Только активная страница показывается */
}

.search-all-spirit {
  background: #112250;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Главная страница */
.main {
  background: #112250;
  width: 100%;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.fone-main-page3 {
  background: #112250;
  border-radius: 15px;
  width: 96%;
  height: 32%;
  position: absolute;
  top: 2.5%;
  left: 2%;
  z-index: 2;
}
.fone-main-page4 {
  background: #ffffff;
  border-radius: 15px;
  width: 90%;
  height: 30%;
  position: absolute;
  top: 2.5%;
  left: 5%;
  z-index: 3;
}
.divv {
  color: #112250;
  text-align: center;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: clamp(20px, 6vw, 28px);
  font-weight: 400;
  position: absolute;
  top: 5%;
  width: 100%;
  z-index: 5;
  left: 0;
}
.startimage {
  width: 45%;
  max-width: 170px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  z-index: 4;
}

.fone-main-page2 {
  background: #ffffff;
  border-radius: 15px;
  width: 95%;
  height: 95%;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  z-index: 1;
}

.buttons-containerma {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vh;
  height: 55%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
}

.settings-page,
.adding-cargo-page,
.my-ls-page,
.search-all-page {
  background: #112250;
  border-radius: 22px;
  width: 90%;
  max-width: 350px;
  height: 22%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.settings-btn-text,
.cargo-btn-text,
.ls-btn-text,
.search-all-page-btn-text {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 4vw, 26px);
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 380px) {

}
/*стили страницы поиска грузов*/
.settings {
  width: 100%;
  background: #112250;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.settings-container {
  padding: 20px;
  width: 100%;
  max-width: 555px;
  margin: 0 auto;
}
.settings-title {
  color: #e0c58f;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.input-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.input-label {
  color: #f5f0e9;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.input-field {
  background: #f5f0e9;
  border-radius: 12px;
  border: 1px solid #989eb1;
  height: 36px;
  width: 100%;
  padding: 0 12px;
  color: #112250;
  font-size: 16px;
}
.input-field.small {
  width: 120px;
}
.input-group.side-by-side {
  display: inline-flex;
  flex-direction: column;
  width: 45%; 
}
.settings .input-group.side-by-side:nth-child(2n-1){
  margin-right: 4%;
}
.settings .input-group.side-by-side:nth-child(2n){
  margin-left: 4%;
}

.buttons-row {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto
}
.save-btn {
  background: #e0c58f;
  border-radius: 15px;
  width: 100%;
  max-width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 0px;
  position: relative;
}

.save-btn-text {
  color: #112250;
  font-family: "Segoe Print", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
.back-to-main-from-search-btn {
  background: #e0c58f;
  border-radius: 15px;
  width: 100%;
  max-width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 25px;
  position: relative;
  margin: 2;
}
.back-to-main-from-search-btn-text {
  color: #112250;
  font-family: "Segoe Print", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.newbtnback{
  background: #112250;
  color:white!important;
  text-align: center;
  padding: 15px;
  border-radius: 22px;
  margin-bottom: 30px;
}
.buttons-row{
    justify-content: space-between;
  }
.save-btn{
    max-width: 100%;
    width: 45%;
  }
 .back-to-main-from-search-btn{
    max-width: 100%;
    width: 45%;
  }
@media (max-width: 1000px) {
  .settings-title{
    font-size: 32px;
  }
  .settings-container{
    max-width: 555px;
  }
  .settings .buttons-row{
    justify-content: space-between;
  }
  .settings .save-btn{
    max-width: 100%;
    width: 45%;
  }
  .settings .back-to-main-from-search-btn{
    max-width: 100%;
    width: 45%;
  }
}
@media (max-width: 767px) {

   .settings-container div:nth-child(11) .input-label{
    width: min-content!important;
   }
  .settings-title {
    font-size: 28px;
  }
  .save-btn {
    height: 50px;
  }
  .save-btn-text {
    font-size: 24px;
  }
  .back-to-main-from-search-btn {
    height: 50px;
  }
  .back-to-main-from-search-btn-text {
    font-size: 24px;
  }
  .settings-container{
    padding: 0;
  }
}

/* Адаптивность */

  
  
@media (max-width: 380px) {
  .settings-title {
    font-size: 20px;
  }
  .input-label {
    font-size: 14px;
  }
  .save-btn {
    height: 40px;
  }
  .save-btn-text {
    font-size: 17px;
  }
  .back-to-main-from-search-btn {
    height: 40px;
  }
  .back-to-main-from-search-btn-text {
    font-size: 17px;
  }

  
}

/*стили страницы грузов*/
.main-cargo {
  background: #f5f0e9;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.main-cargo-content {
  display: flex;
  width: 100%;
  min-height: 100vh;
  position: relative;
  flex-direction: column;
}

.rectangle-4343 {
  background: #e0c58f;
  border-radius: 22px;
  width: 100%;
  min-height: 100px;
  height: auto;

  top: 20px;
  margin-bottom: 10px;
}
.div {
  color: #112250;
  text-align: left;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 28px;
  font-weight: 700;
  top: 15px;
  margin-left: 5px;
  position: relative;
  width: 100%;
  padding: 20px;

  box-sizing: border-box;
  text-align: center;
}

.cargos-list {
  /* flex: 1; */
  overflow-y: auto;
  
  height: 80vh;
}

.cargo-item {
  background: #112250;
  border-radius: 22px;
  width: 100%;
  min-height: 100px;
  margin-bottom: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 12px;
  box-sizing: border-box;
  position: relative;
}

.owner_profile_button {
  background: none;
  border-radius: 22px;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.cargo-id_cargo {
  color: #f5f0e9;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 2px 0;
}

.cargo-name {
  color: #f5f0e9;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
 
  margin: 2px 0;
  word-break: break-word;
}

.cargo-cargo {
  color: #f5f0e9;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 2px 0;
}

.cargo-type {
  color: #f5f0e9;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 2px 0;
  position: absolute;
  right: 20px;
  top: 20px;
}

.cargos-list::-webkit-scrollbar {
  width: 4px;
}
.cargos-list::-webkit-scrollbar-track {
  background: #f5f0e9;
  border-radius: 2px;
}
.cargos-list::-webkit-scrollbar-thumb {
  background: #e0c58f;
  border-radius: 2px;
}

.no-cargos-message {
  color: #112250;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 50%;
  white-space: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {
  .rectangle-4343{
    min-height: 80px;
    width: 100%;
    text-align: center;
    position: static;
  }
  .main-cargo-content{
    flex-direction: column;
  }
  .div{
    position: static;
    text-align: center;
    margin: 0;
  }
  .cargos-list{
    padding: 30px 0;
  }
  .cargo-item{
    width: 100%;
  }
   .div {
    font-size: 22px;
  }
  .cargo-name {
    font-size: 13px;
  }
  .cargo-type {
    font-size:13px;
  }
  .cargo-cargo {
    font-size: 13px;
  }
  .cargo-id_cargo{
    font-size: 15px;
  }
}
@media (max-width: 380px) {

}
/*стили страницы профиля (чужого)*/
.profile-forother {
  background: #112250;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.rectangle-4342 {
  width: 100%;
  height: auto;
  min-height: 300px;
  position: relative;
  margin-right: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
.div1 {
  color: #e0c58f;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  flex-shrink: 0;
}
.user-id_profile {
  color: #f5f0e9;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  flex-shrink: 0;
  margin-left: 40px;
}
.div3 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 48px;
  top: 111px;
  width: 81px;
}
.div4 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 48px;
  top: 187px;
  width: 194px;
  height: 28px;
}
.div5 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 48px;
  top: 148px;
  width: 194px;
  height: 28px;
}
.div6 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 48px;
  top: 226px;
  width: 194px;
  height: 28px;
}
.div7 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 48px;
  top: 268px;
  width: 194px;
  height: 28px;
}
.info-value {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #f5f0e9;
  font-size: 16px;
  position: absolute;
}
.user-name {
  top: 115px;
  width: 300px;
  left: 110px;
}
.user-telephone {
  top: 153px;
  width: 160px;
  left: 150px;
}
.user-inn {
  top: 190px;
  width: 160px;
  left: 110px;
}
.user-reyting {
  top: 230px;
  width: 240px;
  left: 140px;
}
.user-data {
  top: 272px;
  width: 240px;
  left: 210px;
}
.rectangle-4343ot {
  width: 100%;
  height: auto;
  min-height: 600px;
  position: relative;
  margin-right: auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
.div2 {
  color: #e0c58f;
  text-align: left;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  order: 1;
}
.reviews-list {
  background: #ffffff;
  border-radius: 15px;
  width: 100%;
  height: 350px;
  overflow-y: auto;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  order: 2;
}
.reviews-list::-webkit-scrollbar {
  width: 4px;
}
.reviews-list::-webkit-scrollbar-track {
  background: #f5f0e9;
  border-radius: 2px;
}
.reviews-list::-webkit-scrollbar-thumb {
  background: #e0c58f;
  border-radius: 2px;
}
.review-item {
  background: #112250;
  border-radius: 15px;
  position: relative;
  width: calc(100% - 30px);
  min-height: 60px;
  height: auto;
  margin: 10px 0;
  margin-left: 0;
  padding: 15px;
  box-sizing: border-box;
}
.review-text {
  color: #f5f0e9;
  font-size: 13px;
  font-weight: 500;
  pointer-events: none;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
  line-height: 1.4;
}
.post-reviews {
  background: #e0c58f;
  border-radius: 22px;
  width: 290px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 20px;
  align-self: center;
  order: 3;
}
.post-reviews-btn-text {
  color: #112250;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.no-reviews {
  padding: 15px 20px;
  text-align: center;
  color: #112250;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  max-width: 80%;
  margin: 20px auto; /* Увеличиваем отступ */
  font-family: "RobotoCondensed", sans-serif;
}
@media (max-width: 1000px) {
  .rectangle-4343ot{
    padding: 0;
  }
  .rectangle-4342{
    padding: 30px 0;
  }
  .div3 {
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 81px;
  width: 81px;
}
.div4 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 157px;
  width: 194px;
  height: 28px;
}
.div5 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 118px;
  width: 194px;
  height: 28px;
}
.div6 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 196px;
  width: 194px;
  height: 28px;
}
.div7 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 238px;
  width: 194px;
  height: 28px;
}
.info-value {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #f5f0e9;
  font-size: 16px;
  position: absolute;
}
.user-name {
  top: 85px;
  width: auto;
  left: 70px;
}
.user-telephone {
  top: 123px;
  width: auto;
  left: 110px;
}
.user-inn {
  top: 160px;
  width: auto;
  left: 70px;
}
.user-reyting {
  top: 200px;
  width: auto;
  left: 100px;
}
.user-data {
  top: 242px;
  width: auto;
  left: 170px;
}
}
@media (max-width: 767px) {
  
 .rectangle-4342{
  padding: 0;
  min-height: 250px;
 }
 .header-row{
    padding: 0;
 }
 .div1{
  font-size: 24px;
 }
 .user-id_profile{
  font-size: 24px;
 }
 .div3 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 61px;
  width: 81px;
}
.div4 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
   left: 0px;
  top: 137px;
  width: 194px;
  height: 28px;
}
.div5 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
   left: 0px;
  top: 98px;
  width: 194px;
  height: 28px;
}
.div6 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
   left: 0px;
  top: 176px;
  width: 194px;
  height: 28px;
}
.div7 {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
   left: 0px;
  top: 218px;
  width: 194px;
  height: 28px;
}
.info-value {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #f5f0e9;
  font-size: 16px;
  position: absolute;
}
.user-name {
  top: 64px;
  width: auto;
  left: 60px;
}
.user-telephone {
  top: 102px;
    width: auto;
  left: 100px;
}
.user-inn {
  top: 139px;
   width: auto;
  left: 60px;
}
.user-reyting {
  top: 179px;
   width: auto;
  left: 90px;
}
.user-data {
  top: 221px;
    width: auto;
  left: 150px;
}
.rectangle-4343ot{
  padding: 20px 0 0; 
}
.div2{
  font-size: 24px;
}
.post-reviews{
  height: 40px;
}
.post-reviews-btn-text{
  font-size: 18px;
}
}
/*стили страницы отзывов*/
.reviews {
  background: #112250;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
}

.rectangle-4343r {
  width: 100%;
  flex: 1;
  min-height: 700px;
  height: auto;
  position: relative;
  background: #112250;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px 40px 20px;
  box-sizing: border-box;
  gap: 40px;
}

.div2r {
  color: #e0c58f;
  text-align: left;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  max-width: 600px;
  margin: 0;
  padding: 0;
  align-self: flex-start;
  margin-left: 30px;
  order: 1;
}

.rectangle-4337r {
  background: #ffffff;
  border-radius: 15px;
  flex: 1;
  width: 90%;
  height: 50vh;
  min-height: 200px;
  max-height: 600px;
  padding: 20px;
  resize: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 16px;
  margin: 0 auto;
  order: 2;
}

.save-btn-reviews {
  background: #e0c58f;
  border-radius: 22px;
  width: 300px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  align-self: center;
  order: 3;
}

.btn-reviews-text {
  color: #112250;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .rectangle-4343r{
    padding: 40px 0;
  }
  .div2r{
    margin: 0;
  }
  .rectangle-4337r{
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .rectangle-4343r{
    padding: 40px 0;
  }
  .div2r{
    font-size: 24px;
    width: auto;
    text-align: center;
    align-self: auto;
    margin-left: 0;
  }
  .btn-reviews-text{
    font-size: 18px;
  }
  .save-btn-reviews{
    height: 40px;
    width: 100%;
  }
  .rectangle-4337r{
    width: 100%;
  }
}
@media (max-width: 380px) {

}
/*стили страницы лк грузоперевозчика*/
.lstransfercargo {
  width: 100%;
  min-height: 100vh;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  background: #112250;
  gap: 20px;
}
.rectangle-4342lstc {
  background: #112250;
  width: 100%;
  height: auto;
  min-height: 240px;
  position: relative;
  margin-right: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.div1lstc {
  color: #e0c58f;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  flex-shrink: 0;
}
.user-id_profile-stc {
  color: #f5f0e9;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  flex-shrink: 0;
  margin-left: 40px;
}

.div3lstc {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 48px;
  top: 100px;
  width: 81px;
}
.div4lstc {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 48px;
  top: 220px;
  width: 194px;
  height: 28px;
}
.div5lstc {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 48px;
  top: 143px;
  line-height: 1.5;
  width: 194px;
  height: 28px;
}

.info-valuestc {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #f5f0e9;
  font-size: 16px;
  position: absolute;
}
.user-reyting-stc {
  top: 105px;
  width: 240px;
  left: 140px;
}
.user-countrew-stc {
  top: 165px;
  width: 300px;
  left: 165px;
}
.user-balance-stc {
  top: 223px;
  width: 160px;
  left: 150px;
}

.rectangle-4342lstc-add-balancecont {
  width: 100%;
  height: auto;
  min-height: 60px;
  max-height: 100px;
  position: relative;
  margin-right: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.div9lstc {
  color: #e0c58f;
  text-align: left;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  max-width: 600px;
  margin: 0;
  padding: 0;
  align-self: flex-start;
  margin-left: 15px;
}
.balance-input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  gap: 20px;
  margin-left: 15px;
}

.div10lstc {
  color: #f5f0e9;
  flex: 1;
  text-align: left;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 20px;
  font-weight: 400;
  width: 50%;
  margin: 0;
  padding: 0;
  align-self: flex-start;
  line-height: 1.5;
  flex-shrink: 0;
}
.input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.rectangle-4337lstc {
  background: #ffffff;
  border-radius: 12px;
  width: 86.52px;
  height: 42.52px;
  border: none;
  padding: 0 12px;
  box-sizing: border-box;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 16px;
  outline: none;
}
.rectangle-4344lstc {
  background: #e0c58f;
  border-radius: 12px;
  border: 1px solid #e0c58f;
  width: 50px;
  height: 42.52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.externallstc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rectangle-4342lstc-othercont {
  width: 100%;
  height: auto;
  min-height: 400px;
  position: relative;
  margin-right: auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.div2lstc {
  color: #e0c58f;
  text-align: left;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  gap: 10px;
  order: 1;
}
.reviews-listlstc {
  background: #ffffff;
  border-radius: 15px;
  width: 100%;
  /* flex: 1; */
  height: 300px;
  overflow-y: auto;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  order: 2;
}

.reviews-listlstc::-webkit-scrollbar {
  width: 4px;
}
.reviews-listlstc::-webkit-scrollbar-track {
  background: #f5f0e9;
  border-radius: 2px;
}
.reviews-listlstc::-webkit-scrollbar-thumb {
  background: #e0c58f;
  border-radius: 2px;
}

.review-itemlstc {
  background: #112250;
  border-radius: 15px;
  position: relative;
  width: calc(100% - 30px);
  min-height: 60px;
  height: auto;
  margin: 10px 0;
  margin-left: 0;
  padding: 15px;
  box-sizing: border-box;
}
.review-textlstc {
  color: #f5f0e9;
  font-size: 13px;
  font-weight: 500;
  pointer-events: none;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
  line-height: 1.4;
}
.no-reviewslstc {
  padding: 15px 20px;
  text-align: center;
  color: #112250;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  max-width: 80%;
  margin: 20px auto; /* Увеличиваем отступ */
  font-family: "RobotoCondensed", sans-serif;
}
.rectangle-434dfse3lstc {
  background: #e0c58f;
  border-radius: 12px;
  width: 100px;
  height: 36.91px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  align-self: flex-end;
  margin-left: 30px;
  margin-top: 10px;
  order: 3;
  transition: background-color 0.2s ease;
}
.to-main-btn-text {
  color: #112250;
  font-family: "Segoe Print", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000px) {
  .div1lstc{
    font-size: 30px;
  }
  .header-row{
    padding: 0;
  }
  .rectangle-4342lstc{
    padding: 0;
  }
  .div3lstc {
 
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 60px;
  width: 81px;
}
.div4lstc {
  
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 180px;
  width: 194px;
  height: 28px;
}
.div5lstc {
 
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 103px;
  line-height: 1.5;
  width: 194px;
  height: 28px;
}

.info-valuestc {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #f5f0e9;
  font-size: 20px;
  position: absolute;
}
.user-reyting-stc {
  top: 63px;
  width: auto;
  left: 90px;
}
.user-countrew-stc {
  top: 118px;
  width: auto;
  left: 130px;
}
.user-balance-stc {
  top: 180px;
  width: auto;
  left: 90px;
}
.rectangle-4342lstc-add-balancecont{
  padding: 0;
}
.div9lstc{
  padding: 0;
      margin-left: 0px;
}
.balance-input-container{
  padding: 0;
  margin: 0;
}
.rectangle-4342lstc-othercont{
  padding: 20px 0 ;
}
.div9lstc{
  font-size: 30px;
}
.div2lstc{
  font-size: 30px;
}
}
@media (max-width: 767px) {
  .rectangle-4342lstc{
    padding: 0;
  }
  .div1lstc{
    font-size: 24px;
  }
  .user-id_profile-stc{
    font-size: 22px;
  }
  .rectangle-4342lstc{
    min-height: 200px;
  }
  .div3lstc {
 
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 60px;
  width: 81px;
}
.div4lstc {
  
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 150px;
  width: 194px;
  height: 28px;
}
.div5lstc {
 
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 103px;
  line-height: 1.5;
  width: 194px;
  height: 28px;
}

.info-valuestc {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #f5f0e9;
  font-size: 16px;
  position: absolute;
}
.user-reyting-stc {
  top: 63px;
  width: auto;
  left: 90px;
}
.user-countrew-stc {
  top: 108px;
  width: auto;
  left: 180px;
}
.user-balance-stc {
  top: 152px;
  width: auto;
  left: 90px;
}

.rectangle-4342lstc-add-balancecont{
  padding: 0;
}
.div9lstc{
  margin-left: 0;
  font-size: 24px;
}
.balance-input-container{
  margin-left: 0;
  padding: 0;
}
.div10lstc{
  font-size: 16px;
}
.rectangle-4337lstc{
  width: 100px;
}
.rectangle-4342lstc-othercont{
  padding: 20px 0 20px;
}
.div2lstc{
  font-size: 24px;
}
}
@media (max-width: 380px) {

}
/*стили дополнительных элементов страницы лк грузовладельца*/
.lsownerrcargo {
  width: 100%;
  min-height: 100vh;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  background: #112250;
  gap: 20px;
}
.buttons-container {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding: 20px ;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin: 0 auto
}

.rectangle-4346lstc,
.rectangle-4345lstc,
.rectangle-4347lstc,
.rectangle-4343lstc {
  background: #e0c58f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease;
  position: static;
  margin: 0;
}
.rectangle-4346lstc {
  width: 65px;
  height: 36.91px;
}
.rectangle-4345lstc {
  width: 65px;
  height: 36.91px;
}
.rectangle-4347lstc {
  width: 80px;
  height: 36.91px;
}
.rectangle-4343lstc {
  width: 100px;
  height: 36.91px;
}
.to-main-btn-text,
.to-history-btn-text,
.to-activecargo-btn-text,
.to-tracking-btn-text {
  color: #112250;
  font-family: "Segoe Print", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {
  .buttons-container{
    padding: 0;
  }
}
@media (max-width: 380px) {

}
/*стили дополнительных элементов для страницы добавления грузов*/
.adding-cargo {
  width: 100%;
  background: #112250;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.adding-cargo-container {
  padding: 20px;
  max-width: 555px;
  margin: 0 auto;
}
.adding-cargo-container .input-group.side-by-side:nth-child(2n){
  margin-right: 4%;
}
.adding-cargo-container .input-group.side-by-side:nth-child(2n-1){
  margin-left: 4%;
}


@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {
  
  .adding-cargo{
    padding: 40px 20px;
  }
  .adding-cargo-container{
     padding: 0;
  }
}



/*стили для страницы информации*/
.adding-info-for-owner {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.block-container-reg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  width: 100%;
  max-width: 400px;
  gap: 15px;
}
.block-container-reg2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  width: 100%;
  max-width: 400px;
  gap: 15px;
}

.variant1,
.variant2 {
  color: #e0c58f;
  text-align: center;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 700;
  width: 100%;
  max-width: 400px;
  margin: 20px;
}

.for-registration-user,
.for-nonregistration-user {
  color: #040404;
  text-align: center;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
  width: 100%;
  max-width: 400px;
  margin: 0;
  line-height: 1.5;
}

.rigistration-btn,
.wrigistration-btn {
  background: #112250;
  border-radius: 15px;
  width: 100%;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  margin: 0 0;
  transition: background-color 0.2s ease;
}

.rigistration-btn:hover,
.wrigistration-btn:hover {
  background: #0a1a3a;
}

.rigistration-btn-text,
.wrigistration-btn-text {
  color: #ffffff;
  font-family: "SegoePrint-Bold", sans-serif;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 700;
}
@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {
  .adding-info-for-owner{
    padding: 20px;
  }
}
@media (max-width: 380px) {

}
/*стили для страницы регистрации*/
.registration {
  width: 100%;
  background: #112250;
  min-height: 812px;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
}

.info-registration-container {
  padding: 20px;
  max-width: 555px;
  box-sizing: border-box;
  margin: 0 auto;
}
.track-driver .buttons-row{
  max-width: 555px;
  padding: 20px;
}

.buttons-container-reg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 555px;
  margin: 0 auto;
}

.save-registration,
.out-registration {
  background: #e0c58f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease;
  padding: 10px 20px;
  min-width: 80px;
  height: 40px;
  width: 50%;
}

.save-registration:hover,
.out-registration:hover {
  background: #d4b67a;
}

.save-registration-text,
.out-registration-text {
  color: #112250;
  font-family: "Segoe Print", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {
  
  .info-registration-container{
    padding: 0;
  }
  .track-driver .buttons-row{
    padding: 0;
  }
  .buttons-container-reg{
    padding: 0;
  }
}
/*стили дополнительных элементов для страницы активных грузов*/
.activecargo {
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  gap: 20px;
  box-sizing: border-box;
}
.activecargo .cargo-item{
  width: 100%;
}
.cargos-active-list {
  position: relative;
  height: calc(86vh - 100px);
  overflow-y: auto;
  padding-right: 0px;
  -webkit-overflow-scrolling: touch;
}
.cargo-active-item {
  background: #112250;
  border-radius: 22px;
  position: relative;
  width: calc(100% - 80px);
  height: 120px;
  margin-bottom: 12px;
  left: 0px;
  top: 0px;
  margin-left: 40px;
}
.cargo_active_button {
  background: #112250;
  border-radius: 22px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.cargo-active-name {
  color: #f5f0e9;
  text-align: left;
  font-size: 14px;
  font-weight: 500px;
  position: absolute;
  left: 12px;
  top: 50px;
  width: 95%;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cargo-active-type {
  color: #f5f0e9;
  text-align: right;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  right: 12px;
  top: 15px;
  width: 35%;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cargo-active-id {
  color: #f5f0e9;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  left: 12px;
  top: 15px;
  width: 60%;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cargos-active-list::-webkit-scrollbar {
  width: 4px;
}
.cargos-active-list::-webkit-scrollbar-track {
  background: #f5f0e9;
  border-radius: 2px;
}
.cargos-active-list::-webkit-scrollbar-thumb {
  background: #e0c58f;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .div {
    font-size: 20px;
  }
  .cargo-active-name {
    font-size: 14px;
  }
  .cargo-active-type {
    font-size: 9px;
  }
  .cargo-active-id {
    font-size: 9px;
  }
}
@media (max-width: 360px) {
  .div {
    font-size: 18px;
    left: 15px;
  }
  
}
@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 380px) {

}

/*стили дополнительных элементов для страницы изменения  грузов*/
.profile-active-cargos {
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  gap: 20px;
  background: #112250;
  box-sizing: border-box;
}
.save-change-btn,
.save-archive-btn {
  background: #e0c58f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease;
  position: static;
  margin: 0;
}
.save-change-btn {

  height: 67px;
}
.save-archive-btn {

  height: 67px;
}
.save-change-text,
.save-archive-text {
  color: #112250;
  font-family: "Segoe Print", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.profile-active-cargos .buttons-row{
  max-width: 555px;
  padding: 20px;
}
.profile-active-cargos .save-change-btn{
  width: 45%;
}
.profile-active-cargos .save-archive-btn{
  width: 45%; 
}
@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {
  .profile-active-cargos .buttons-row{
    padding: 0;
  }
  .save-change-btn{
 height: 40px;
  }
  .save-archive-btn{
    height: 40px;
  }
}
@media (max-width: 380px) {

}
/*стили дополнительных элементов для страницы истории грузов для владельца*/
.history-cargo {
  width: 100%;
  min-height: 100vh;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  background: #112250;
  margin: 0;
  box-sizing: border-box;
}

.rectangle-4342lstc2 {
  width: 100%;
  height: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  margin: 0;
}

.header-row2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.div1lstc2 {
  color: #e0c58f;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.rectangle-4342lstc-add-balancecontt {
  width: 100%;
  height: auto;
  min-height: 60px;
  max-height: 100px;
  margin-right: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  margin: 0;
}

.balance-input-containerr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
 
  box-sizing: border-box;
  gap: 20px;
 
}
.input-wrapperr {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.div10lsowhis {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  left: 100px;
  top: 110px;
  width: 110px;
  height: 28px;
}
.rectangle-4337lsowhis {
  background: #ffffff;
  border-radius: 12px;
  width: 210px;
  height: 42.52px;
  padding: 10px 10px;
  resize: none;
  box-sizing: border-box;
}
.rectangle-4344lsowhis {
  background: #e0c58f;
  border-radius: 12px;
  border-style: solid;
  border-color: #e0c58f;
  border-width: 1px;
  width: 50px;
  height: 42.52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.externallsowhis {
  width: 45px;
  height: 45px;
  position: relative;
  overflow: visible;
}
.rectangle-4342lstc-historycargoresult {
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 600px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;
}

.activity-cargoowner-list {
  background: #ffffff;
  border-radius: 15px;
  width: 100%;
  /* flex: 1; */
  height: 550px;
  overflow-y: auto;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.activity-cargoowner-list::-webkit-scrollbar {
  width: 4px;
}
.activity-cargoowner-list::-webkit-scrollbar-track {
  background: #f5f0e9;
  border-radius: 2px;
}
.activity-cargoowner-list::-webkit-scrollbar-thumb {
  background: #e0c58f;
  border-radius: 2px;
}
.flow_profile_button {
  background: none;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.activity-cargoowner-item {
  background: #112250;
  border-radius: 15px;
  width: 100%;
  min-height: 60px;
  height: auto;
  margin: 10px 0;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.activity-cargoowner-text {
  color: #f5f0e9;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
  pointer-events: none;
  position: static;
  width: 100%;
}
.no-activity-cargoowner {
  padding: 15px 20px;
  text-align: center;
  color: #112250;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  max-width: 80%;
  margin: 10px auto;
}
@media (max-width: 1000px) {
  .rectangle-4342lstc2{
  padding: 0;
}
.rectangle-4342lstc-historycargoresult{
  padding: 20px 0 ;
}
.rectangle-4342lstc-add-balancecontt{
  padding: 20px 0 0 ;
}
.balance-input-containerr{
  margin-left: 0;
  padding: 0;
}

}
@media (max-width: 767px) {
  
.div1lstc2{
  font-size: 20px;
}
.rectangle-4342lstc2{
  padding: 0;
}
.rectangle-4342lstc-historycargoresult{
  padding: 20px 0 ;
}
.rectangle-4342lstc-add-balancecontt{
  padding: 20px 0 0 ;
}
.balance-input-containerr{
  margin-left: 0;
  padding: 0;
}
}
/*стили дополнительных элементов для страницы  трекинга грузов*/
.tracking-cargo {
  width: 100%;
  min-height: 100vh;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  background: #112250;
  margin: 0;
  box-sizing: border-box;
}

.active-map-list {
  background: #ffffff;
  border-radius: 15px;
  width: 100%;
  /* flex: 1; */
  min-height: 550px!important;
  overflow-y: auto;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

#active-map {
  height: 100%;
  width: 100%;
}
@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 380px) {

}
/*стили для дополнительных элементов страницы поиска по id*/
.div10lsowhissearchid {
  color: #f5f0e9;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  width: 100%; /* Занимает всю ширину контейнера */
  word-wrap: break-word; /* Перенос длинных слов */
  overflow-wrap: break-word; /* Современная альтернатива */
  white-space: normal; /* Разрешает перенос текста */
  margin: 0; /* Убрал абсолютное позиционирование */
  padding: 0;
}
.rectangle-4342lstc-add-balanceconttt {
  width: 100%;
  height: auto;
  min-height: 60px;
  max-height: none;
  margin-right: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  margin: 0;
}
.buttons-containersid {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end; /* Изменено с center на flex-end */
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-left: auto; /* Добавлено - прижимает к правому краю */
}

.balance-input-containersid {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  
  box-sizing: border-box;
}
.rectangle-4337alss {
  background: #ffffff;
  border-radius: 12px;
  width: 210px;
  height: 42.52px;
  padding: 10px 10px;
  resize: none;
  box-sizing: border-box;
}
.div2lstdcc {
  color: #e0c58f;
  text-align: left;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  align-self: flex-start;
  gap: 10px;
  order: 1;
}
.search-spirit-base-list {
  background: #ffffff;
  border-radius: 15px;
  width: 100%;
  /* flex: 1; */
  height: 550px;
  overflow-y: auto;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  order: 2;
}
.search-spirit-base-list::-webkit-scrollbar {
  width: 4px;
}
.search-spirit-base-list::-webkit-scrollbar-track {
  background: #f5f0e9;
  border-radius: 2px;
}
.search-spirit-base-list::-webkit-scrollbar-thumb {
  background: #e0c58f;
  border-radius: 2px;
}
.flow_profile_button_fromsearch {
  background: none;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.search-spirit-base-item {
  background: #112250;
  border-radius: 15px;
  width: 100%;
  min-height: 60px;
  height: auto;
  margin: 10px 0;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.search-spirit-base-text {
  color: #f5f0e9;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
  pointer-events: none;
  position: static;
  width: 100%;
}
.no-result-search-spirit-base {
  padding: 15px 20px;
  text-align: center;
  color: #112250;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  max-width: 80%;
  margin: 10px auto;
}
.search-spirit-base-list::-webkit-scrollbar {
  width: 4px;
}
.search-spirit-base-list::-webkit-scrollbar-track {
  background: #f5f0e9;
  border-radius: 2px;
}
.search-spirit-base-list::-webkit-scrollbar-thumb {
  background: #e0c58f;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .div {
    font-size: 20px;
  }
  .cargo-active-name {
    font-size: 14px;
  }
  .cargo-active-type {
    font-size: 9px;
  }
  .cargo-active-id {
    font-size: 9px;
  }
}
@media (max-width: 360px) {
  .div {
    font-size: 18px;
    left: 15px;
  }

}
@media (max-width: 1000px) {
  .rectangle-4342lstc-add-balanceconttt{
  margin: 0;
  padding: 20px 0 0;
}
}
@media (max-width: 767px) {
  
.div10lsowhissearchid{
  font-size: 16px;
}
.rectangle-4342lstc-add-balanceconttt{
  padding: 20px 0 0;
}
.balance-input-containersid{
  padding: 0;
}
.div2lstdcc{
  font-size: 22px;
}
}
/*Элементы страницы сохранения данных водителя*/
.track-driver {
  border-radius: 15px;
  background: #112250;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 380px) {

}
/*стили для выпадающего списка*/
.custom-select {
  position: relative;
  width: 100%;
}

.select-search {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.select-option {
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.select-option:hover {
  background-color: #f5f5f5;
}

.select-option:last-child {
  border-bottom: none;
}

@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 380px) {

}