
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.roboto-condensed {
  font-family: "Inter", "Poppins", system-ui, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  user-select: none;
  transition: transform .25s ease;
}
.dark-mode .logo-accent {
    #color: #Fff;
}
.logo-accent {
    #222
}
.dark-mode .bl{
    display: none;
    }
    ww {
        display: none;
    }
.site-logo:hover {
  transform: scale(1.03);
}

.site-name {
color: #222;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.5px;
  font-family: "Inter", "Poppins", system-ui, sans-serif;

  display: flex;
  align-items: baseline;
}

.logo-accent {
    color: #222;
    background: #222;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo-rest {
  color: #007acc;
  margin-left: 1px;
}

h1  {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}#buttpn.contracts-active path {
  stroke: red; /* изменим цвет обводки */
  stroke-width: 2;
  /* Можно добавить анимацию или другие эффекты */
}
.header-button.active path {
  stroke: red;
  stroke-width: 2;
}
.inpu-form {
  width: 25%;
  animation: expandWidth 1.2s ease forwards;
}

@keyframes expandWidth {
  from {
    width: 25%;
  }
  to {
    width: 100%;
  }
}

.logx {
     

    margin-right: -5px;
    width: 30px;
    margin-top: -px;    margin-left: -10px;
    order-radius: 10px;
    height: 30px;
}
.lozf {
    
    display: none;

}
.dark-mode .logx{
    display: none;
}
.dark-mode .logo-accent{
    color: #fff;
    background: #fff;
    font-size: 19px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark-mode .lozf {  display: flex;
  
    margin-right: -5px;
    width: 30px;
    margin-top: -px;
    margin-left: -10px;
    order-radius: 10px;
    height: 30px;
} 
p {
  font-size: 0.8rem;
}header.elegant .site-name {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  color: var(--accent);
  text-shadow: 0 0 6px rgba(125, 211, 252, 0.3);
}
header.minimal .site-name {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: var(--accent);
  text-transform: uppercase;
}
header.glow .site-name {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 26px;
  font-weight: 700;
  color: #e6eef6;
  text-shadow: 0 0 10px rgba(125, 211, 252, 0.4);
  letter-spacing: 1px;
}

.iconscb {
    
    width: 90px;
    margin-top: -1px;
    margin-left: 2px;
    border-radius: 0px;
    height: 17px;
    border-radius: 0px;
}
.dark-mode .headerpccvxx {
 
    background: #11161b;
    color: #e6eef6;
    border: 1px solid rgba(255, 255, 255, 0.07);
}
.logb {
    
    margin-left: 10px;
    padding: 2px 7px;
    border-radius: 5px;
    margin-top: 18px;
    font-size: 12px;
    color: #1B7165;
}
.dark-mode .logb {
    border: none;
}
.logovba {
    align-items: center;
    border-radius: 3px;
    display: flex
;
    justify-content: center;
    height: 25px;
    width: 25px;
    margin-right: 7px;}
.iconscb:after { fill: #1B7165;
}
.modalres {
    display: none; /* Initially hide the modal */
    /* Add other styling for the modal here */
    position: absolute; /* Example: position it absolutely */
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    width: 260px;
    z-index: 10; 
    top: 65px;
    height:400px;
overflow-x:auto;
    
}

.result {
    padding: 5px;
    cursor: pointer;
}

.result:hover {
    background-color: #e9e9e9;
}
h2,font,p {
 font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
 font-optical-sizing: auto;
 font-weight: 600;
}
.nameprof {
  margin-top: -32px;
}
input {
 font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
 font-optical-sizing: auto;
 font-weight: 600;
}

 h5, h6 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
h3 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

a {
  font-size: 1.0rem;
  line-height: 2.4rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: .1px;
}
.h-con {


}
::-webkit-scrollbar {
    width: 7px;

}

/* Создаем стили для полосы прокрутки */
::-webkit-scrollbar-track {
}

/* Оформление ползунка */
::-webkit-scrollbar-thumb {
    background: #007acc;
    border-radius: 5px;
}

/* При наведении на ползунок */
::-webkit-scrollbar-thumb:hover {
    background: #57978d; /* Цвет ползунка при наведении */
}
input:focus {
  outline: none; /* Убираем стандартный обводку */
  border-color: #57978d; /* Меняем цвет рамки на красный */
}
select:focus {
  outline: none; /* Убираем стандартный обводку */
  border-color: #57978d; /* Меняем цвет рамки на красный */
}
textarea:focus {
  outline: none; /* Убираем стандартный обводку */
  border-color: #57978d; /* Меняем цвет рамки на красный */
}
.h-cone {
  padding: 10px;
  height: 10px;
  align-items: center;
  display:flex;
}
.registrb {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    margin-left: 10px;
    width: 150px;
    height: 40px;
   
    background: linear-gradient(90deg, rgba(0, 122, 204, 0.12), rgba(0, 122, 204, 0.04));
    color: #007acc;   margin-top: 5px;

    border-radius: 5px;
    margin-top: 5px;
    margin-right: -199px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.dark-mode .registrb {

}
.g-l {
  margin-left: auto;
  height: 20px;
  margin-right: 10px;
  color: grey;

}
font {
  style="display: none;"
}
.g-s {
margin-top: -60px;
}
    body {background: #f6f7fb;
        font-family: Arial, sans-serif;
    }

    .dark-mode .dropdown-content {

    background: #11161b;
    color: #e6eef6;
    border: 1px solid rgba(255, 255, 255, 0.07);
    }
    .dark-mode .dropdown-content2 {
    background-color: #333333;
    color: #fff;
    }

    .dark-mode .dropdown-content a {
      color: #fff;
}    .dark-mode .dropdown-content2 a {
      color: #fff;
}
.dropdown-name-d {
 color:#007acc;
 margin-top: 5px;

 height: 20px;

}
    .dark-mode {
    background-color:#0b0e12;
        
    }

.dark-mode .dropdown-content a:hover {background-color:#222}
    .dropdown-content {
      display: none;
      width: 100%;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 300px;
border-radius: 5px;
border: 1px solid #dee2e6;
      z-index: 1;
    }.dark-mode .modalres {
    background-color: #333333;border:none;
    }
#hidden {
  display: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown2 {
  position: relative;
  display: inline-block;
}
.inpu-form {
  margin-left: 5%;
border-radius: 5px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height:35px;
  background-color: #fff;
border: 1px solid #dee2e6;
}
.inpt {
  padding: 5px;
  font-size: 12px;
display: flex;
background-color: #fff;}
.dark-mode .inpt {
    
    background: #11161b;
}
.dark-mode .inpu-form {
color: #fff;
    background: #11161b;
    border: 1px solid rgba(255, 255, 255, 0.07);
}


    .dropdown-content a {
      color: black;
height: 70px;
text-decoration: none;
width: 100%;
display: flex;
    }
.drp {
display: flex;
  text-decoration: none;

  border: none;
  background-color: #fff;
}
    .dropdown-content a:hover {background-color:gainsboro}

    .dropdown:hover .dropdown-content {
      display: block;
    }
    .carddrp {
      display: flex;
    }
    .dropdown-name {
      margin-top: 0px;

      height: 25px;
    }

    .dropdown-item-image {
      width: 32px;
      height: 32px;
      margin-right: 10px;
    }

    .dropdown-item-description {
      color: #777;
      margin-top: -15px;
    }
    .h-con {
      margin-top: 4px;
    }
    /* Header стили */
    header {
position: fixed;    background: #f6f7fb;
    align-items: center;
      z-index: 1000;
      transform-origin: center;
min-width: 900px;
width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
        
    }
  .dark-mode  {

    }
    .headerpxxx {
        height: 40px;
    display: flex
;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    }
    
    .headerpccvxx {
     border-radius: 5px;
    margin-right: 10px;
    color: grey;
    align-items: center;
    display: flex
;
    margin-top: 10px;
    height: 10px;
    padding: 5px 10px;
    padding: 6px 7px;
    font-size: 11px;
        
    }
    
    .dark-mode header {
      border-bottom: none;    background-color:#0b0e12;

    color: #fff;
    }
    .dark-mode .left-header {
    color: #fff;
    }
    .dark-mode .header-button {
    color: #fff;
    }

.dark-mode .new-messages {
      background: #da975b;
color: #f2dcc8;
    }
    .svgh {
width: 22px;margin-top: -1px;
margin-left: 2px;
border-radius: px;
height: 22px;
border-radius:0px;

    }
    .dropdown-namex{
color: #007acc;
font-size: 0.8rem;
      margin-top: 50px;
      margin-left: 5px;
    }
    .logout-buttonn {

width: 20px;display: none;margin-top: -1px;margin-left: 2px;border-radius: 15px;height: 22px;border-radius: 150px;

    }
.headerp {
  display: flex;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}
.headst {
    font-size: 1.0rem;
    color: #1B7165;
    font-weight: 710;
    height: 40px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
    .left-header {
      color: #fff;
      width: 110px;
      border-radius: 20px;
height: 75px;
    display: flex;
    align-items: center;
    }
    .logos {
      height: 40px;
        width: 17px;
    }

    .site-name {
    }
.log-headi {
  margin-left: 5vh;
    display: flex;
  align-items: center; /* Вертикальное центрирование */
  justify-content: center; /* Горизонтальное центрирование */
}
    .center-header {
      flex-grow: 1;
      padding: 8px;
      width: 50px;

        display: flex;
        justify-content: center; /* Горизонтальное центрирование */
      align-items: center; /* Вертикальное центрирование */
  }


.headb {
  margin-top: -20px;
  display: flex;
  justify-content: center;
}


.headb:hover::after {
  color: #1B7165;
  transition: color 0.3s ease; /* плавный переход цвета */
}
.butheadi {
margin-right: 10px;
height: 25px;
padding: 5px 20px;
border-radius: 10px;
color: #fff;
  display: flex;
  justify-content: center; /* Горизонтальное центрирование */
align-items: center; /* Вертикальное центрирование */
  background-color:#da975b;

}

    .header-button {
      display: block;
      justify-content: center; /* Горизонтальное центрирование */
    align-items: center; /* Вертикальное центрирование */
    width: 90px;
height: 40px;
      padding: 8px;

color:#797979;
        fill:#797979;

      text-decoration: none;
      border: none; /* Remove the border */
  }
  
  
    .header-buttonx {
      display: block;
      justify-content: center; /* Горизонтальное центрирование */
    align-items: center; /* Вертикальное центрирование */
    width: 90px;
height: 40px;
      padding: 8px;
    background: #1B7165;
    background: linear-gradient(232deg, rgba(27, 113, 101, 0.9) 0%, rgba(1, 99, 84, 0.8) 50%, rgba(20, 70, 86, 0.9) 100%);
color:#fff;
border-radius:5px;
        fill:#fff;

      text-decoration: none;
      border: none; /* Remove the border */
  }
  .logout-button {
    display: none;
  }
  .header-buttonn {
    display: flex;
    justify-content: center; /* Горизонтальное центрирование */
  align-items: center; /* Вертикальное центрирование */
  width: 110px;
height: 40px;
    padding: 8px;
color:#adebe3;
        fill:#adebe3;
    text-decoration: none;
    border: none; /* Remove the border */
}
.header-buttonn:hover path {
color:#fff;
        fill:#fff;
}
.headb:hover {
color:#fff;
        fill:#fff;
}
 
 
    /* Кнопка Logout */
    .logout-button {
        padding: 6px 12px;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;

          display: block;
        justify-content: center; /* Горизонтальное центрирование */
      align-items: center; /* Вертикальное центрирование */}

    /* Стили для уведомления */
    #notification {
        display: none;
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        padding: 10px;
    }
#oxrg {
  width: 50px;
}
    #bell-icon {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
        cursor: pointer;
        z-index: 1;
    }
    .log-header{
      display: flex;
    }
    .last-mess {
      margin-left: 5px;
min-width: 20px;
height: 20px;
color: white;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
background:  #da975b;
    }
    .new-messages {
      background: #a9cdc8;
      margin-left: 2%;
      height: 25px;
      width: 25px;
      margin-top: 30px;
color: #4b8178;
border-radius: 3px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .theme-switch-label {
      height: 30px;
      display: flex;
    }
     .dark-mode #buttpn path {
    fill: grey;
    transition: fill 0.3s ease;
  }
    .dark-mode #buttpn {
    color: grey;
  }
      .dark-mode #buttpn:hover {
    color: grey;
  }
    .dark-mode #buttpn:hover path {
    fill: #fff;
    transition: fill 0.3s ease;
  }

    #buttpn path {
    transition: fill 0.3s ease;
  }
  #buttpn.contracts-active path {
  stroke: red; /* изменим цвет обводки */
  stroke-width: 2;
  /* Можно добавить анимацию или другие эффекты */
}
  .header-button:active path {
  fill: #006053;
}.header-button.active path {
  fill: #006053;
}
   #buttpn:hover path {
    fill: #fff;
    transition: fill 0.3s ease;
  }
    #buttpn  {
    transition: fill 0.3s ease;
  }

      #buttpn:hover  {
    color:#fff;
  }
    }
    .nam-header {
      margin-top: 8px;
      color: grey;
      height: 32px;
      width: 70px;
      display: flex;
    justify-content: center;
  align-items: center;}


    }
