:root {
  --main_1: #111428;
  --main_2: #dbdbdb;
  --main_3: #ff7119;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-user-select: none; 
  -moz-user-select: none;    
  -ms-user-select: none;     
  user-select: none;
}
.info_user{
  display: none;
  padding-top: 4px;
}
img {
    -webkit-user-drag: none;
    user-drag: none;
}
.logo{
  margin-right: 10px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main_1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 9999; /* чтобы был поверх всего */
  transition: opacity 0.5s ease; /* плавное исчезновение */
}
.section{
  padding: 0px 20px 0px 20px;
}
.work_section{
  padding-bottom: 90px;
}
.header{
  background-color: var(--main_1);
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 80px;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
}
.under_header{
  height: 80px;
}
.footer_driver, .footer_shop {
  height: 80px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: var(--main_1);
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.btn_footer_driver{
  text-align: center;
  width: 40%;
  background-color: white;
  margin: 10px;
  border-radius: 8px;
  padding: 4px;
}
.fio{
  color: #f9f9f9;
}
.number_car{
  color: #f9f9f9;
}
.item_header{
  margin: 2px 10px 2px 10px;
}
.box_info_img{
  margin-right: 5px;
}
.section_about{
  font-weight: 600;
}
.summa_dost{
  color: #ff7119;
}
.reg_btn {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: var(--main_3);
    color: white; /* Цвет текста */
    border-radius: 8px;
    font-size: 16px; /* Размер шрифта */
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Плавное изменение цвета */
    margin-bottom: 20px;
    height: 100px;
}
.section_registration{
  background-color: white;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
}
.section_registration_new_zakaz{
  background-color: white;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
}
.box_about_driver{
  background-color: var(--main_1);
  border-radius: 6px;
  margin-top: 5px;
  padding: 5px;
  color: white;
}
.box_about_item{
  display: flex;
}
.box_about_item_img{
  margin-right: 10px;
}
.box_about_item_text{
  margin-right: 10px;
}
.box_about_item_text{
  display: flex;
  align-items: center;
}
.box_about_string{
  display: flex;
  justify-content: space-between;
}
.balans{
  color: greenyellow;
}
.kol_zakaz_new_site{
  color: aqua;
}
.kol_zakaz_driver{
  color: rgb(246, 255, 0);
}
.box_info{
  display: flex;
  align-items: center;
}
.item_reg{
  margin: 10px;
  color: var(--main_2);
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.item_reg_text{
  font-size: 10px;
}
.header_section_registration{
  background-color: var(--main_1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reg_btn_text{
  margin-left: 30px;
}
.reg_about{
  margin-bottom: 10px;
}
.reg_btn_text_small{
  color: rgb(17, 9, 46);
  font-weight: initial;
}


.registration-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #555;
}

.form-group input {
    width: 94%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background-color: var(--main_3);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.box_zakaz{
  margin: 10px;
  box-shadow: 0px 0px 5px 1px gray;
  padding: 5px;
  border-radius: 10px;
}
.box_zakaz_from_to{
  display: flex;
  margin-top: 5px;
  align-items: center;
}
.box_zakaz_from_img{
  border-radius: 8px;
  padding: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 10px;
}
.box_ok{
  background-color: var(--main_1);
  border-radius: 8px;
  padding: 10px 20px 10px 20px;
  color: white;
  font-weight: bold;
}
.box_ok_1{
  background-color: green;
  border-radius: 8px;
  padding: 10px 20px 10px 20px;
  color: white;
  font-weight: bold;
}
.box_ok_2{
  background-color: rgb(0, 47, 128);
  border-radius: 8px;
  padding: 10px 20px 10px 20px;
  color: white;
  font-weight: bold;
}
.box_time_summa{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.left_box_time_summa{
  display: flex;
  align-items: center;
}
.box_summa{
  font-weight: bold;
}
.right_box_time_summa{
  display: flex;
  align-items: center;
}
.map_from{
  background-color: greenyellow;
}
.map_summa{
  background-color: var(--main_3);
  margin-left: 10px;
}
.map_to{
  background-color: #ffdc19;
}
.map_clock{
  background-color: #ff5a19;
}
.box_zakaz_firm_number_zakaz{
  display: flex;
  background-color: #ff7119;
  justify-content: space-between;
  padding: 10px;
  color: white;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
}
.section_warning{
  display: none;
  z-index: 1000px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: rgb(50, 165, 35);
  height: 70px;
  font-weight: bold;
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 70px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    height: auto;
    text-align: center;
    position: relative;
    top: 20%;
    transform: translateY(-50%);
}

.modal-buttons {
    margin-top: 20px;
}
.modal-content p{
  font-weight: bold;
}
.modal-button {
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 5px;
    width: 100px;
    font-size: 20px;
}
.btn_ok{
  background-color: #45a049;
}
.btn_no{
  background-color: #ff6b26;
}
.modal-button:hover {
    background-color: #45a049;
}

