html, body {
  font-family:
	-apple-system, BlinkMacSystemFont, /* iOS / macOS */
	"Segoe UI",                         /* Windows */
	Roboto,                             /* Android / ChromeOS */
	Helvetica, Arial,                   /* універсальні */
	"Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", /* емодзі */
	sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header { 
	position: absolute; 
	top: 0;                  /* фіксуємо зверху */
	left: 0;                 /* обнуляємо */
	right: 0;                /* обнуляємо */
	margin: 0 auto;          /* тепер спрацює центрування */
	width: 100%;
	max-width: 1200px;       /* обмеження ширини */
	height: 60px;
}
.logotype{
	position: absolute;
	top: 12px; left: 12px;
	display:block;
	width:95px;
	height:33px;  
	background-image:url('../../images/logotype.png'); /* змінюй шлях */
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
.list {
	display: flex;              
	gap: 20px;                  
	justify-content: flex-end;  /* вирівнюємо вправо */
	align-items: center;        
	height: 60px;               
	margin-right: 220px;        /* відступ від правого краю */
}
.list .listitem {
	color: black;               /* колір тексту */
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;            /* курсор у вигляді руки */
	transition: color 0.3s ease;
}
.list .listitem:hover {
	color: #04815b;              /* колір при наведенні */
}
.block {
	width: 100%;
	overflow: hidden;
	position: relative; 
	min-height: 450px;  
  padding-bottom: 40px;
}
.b1 {
	background: rgba(119, 150, 149, 0.1);
} 
.button_tel {
	display: block;
	position: absolute; 
	top: 15px; right: 15px;
	width: 150px;
	height: 30px;
	border-radius: 30px;
	background: #01AB77;
  color: white;
  text-align: center;
  line-height: 30px; 
  font-size: 14px;
  font-weight: 600;
}
.button_tel:hover { cursor: pointer; 
  filter: brightness(0.9);
  }
.center {
	padding-top: 50px;
	position: relative; 
	margin: 0 auto;
	width: 100%; max-width: 1200px; 
}
.blocktitle {
	display: block;
	text-align: center;
	font-size: 34px;
	line-height: 42px;
	font-weight: 700; 
	padding-left: 12px;
	padding-right: 12px;
}
.signtitle {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
}
:root {
  --text: #0b0b0b;
  --muted: #444;
}
.features {
  max-width: 1200px;
  margin: 30px auto; 
  margin-bottom: 0;  
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
  text-align: center;  
}
.feature__icon {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
}
.feature__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
}
.feature { 
  background: rgba(235, 245, 255, 0.7); /* світло-блакитний фон */
  padding: 20px; 
  padding-bottom: 40px;
  border: none;
  border-radius: 15px;
  box-shadow:
	0 0 40px rgba(235, 245, 255, 0.3),  /* світло-блакитний ореол */
	0 0 80px rgba(235, 245, 255, 0.1)
} 
.ve { 
  background: linear-gradient(
    to bottom right, 
    rgba(248, 240, 241, 0.6) 12%, 
    rgba(227, 239, 250, 0.6) 50%, 
    rgba(230, 246, 241, 0.6) 88%
  ); 
}
.feature__text {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 960px) {
  .feature__title { font-size: 28px; }
  .feature__text  { font-size: 16px; }
}
@media (max-width: 900px) {
  .features {
	grid-template-columns: 1fr;
	gap: 24px;
  }
  .feature__icon { font-size: 56px; }
  .feature__title { font-size: 26px; }
}
.bl50 { 
  padding: 0;
  margin: 0 6px;
  display: inline-block; 
  vertical-align: top;        /* <-- важливо */
  width: calc(50% - 30px);
  height: 300px;  
}
.pasp {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* заповнює весь блок */
  display: block;
  border-radius: 15px; /* закруглення */
}
.docbl {
	display: block; 
	background: white;
	border-radius: 15px;
	width: 100%;
	height: 55px;
	margin-bottom: 20px;
	line-height: 55px; 
	text-align: center;	
}
.docbl:first-child { margin-top: 8px; }  /* щоб не було зайвого відступу зверху */
:root {
  --text: #1e1f21;
  --border: #e3e5e8;
  --focus: #2b6cb0; 
  --brand: #0967FF;
}
.apply-form {
  max-width: 560px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
			   "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  color: var(--text); 
}
.form-row {
  margin-bottom: 18px;
}
.form-row label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
.req {
  color: #e22;
}
.apply-form input {
  height: 56px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0 12px;
  font-size: 16px;
  color: var(--text);
  outline: none;
  background: #fff;
}
.apply-form input::placeholder {
  color: #b7bcc3;
}
.apply-form input:focus {
  border-color: var(--focus);
  box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.15);
}
.phone-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flag {
  font-size: 20px;
  line-height: 1;
  user-select: none;
}
.code-input {
  width: 80px;
  text-align: center;
  font-weight: 700;
}
#phone {
  flex: 1;
}
.btn-primary {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  border: 0;
  border-radius: 16px;
  background: #01AB77;
  color: white;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.05s ease, filter 0.15s ease;
}
.btn-primary:hover {
  filter: brightness(0.9);
}
.btn-primary:active {
  transform: translateY(1px);
}
@media (max-width: 480px) {
  .apply-form input {
	height: 52px;
  }
  .btn-primary {
	height: 56px;
	font-size: 20px;
  }
  .list { display: none; }
}
.docs {
  display: grid;
  grid-template-columns: 1.1fr 1fr; /* фото трохи ширше */
  gap: 28px;
  align-items: stretch;
   
  backdrop-filter: blur(10px); /* блюр заднього фону */
  -webkit-backdrop-filter: blur(10px); /* підтримка Safari */

  padding: 24px;
  border-radius: 20px;
}
.docs__media img{
  width:100%; height:100%; object-fit:cover;
  border-radius:18px;
}
.docs__title{
  margin:0 0 14px; font-weight:800; font-size:26px;
}
.doc-list{
  list-style:none; margin:0; padding:0;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr)); /* 2 колонки на десктопі */
  gap:14px 18px;
  margin-top: 5px;
}
.doc-item{
  display:flex; align-items:center; gap:12px;
  padding:16px 18px;
  background:#fff;
  border:1px solid #D0EBDD;
  border-radius:16px;
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);  
  color: #01AB77;  
  font-weight: 700;
}
.docs__listwrap {
  display: flex;
  align-items: stretch; /* щоб усі елементи займали однакову висоту з фото */
}
.doc-list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  height: 100%;
}
.check{
  width:22px; height:22px; flex:0 0 22px;
  border-radius:6px;
  background:
	url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230a7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>') center/16px 16px no-repeat,
	#E9F8EF;
  border:1px solid #CFEBDD;
}
@media (max-width: 900px){
  .docs{ grid-template-columns: 1fr; padding-bottom: 12px; }
  .doc-list{ grid-template-columns: 1fr; } /* 1 колонка на мобільних */
}
.doc-item {
  font-size: 16px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.doc-item:last-child {
  background: #F4F9FF; /* ніжно-блакитний фон */
  border: 2px dashed #0073e6;
  flex-direction: column;
  align-items: flex-start;  
  color: black;
  font-weight: 500;
}
.doc-item:last-child b {
  font-size: 18px;
  color: #0073e6;
}
.doc-item.full-width {
  grid-column: 1 / -1; 
  border: 2px dashed #0073e6;
  padding: 20px;
  border-radius: 15px;
}
.doc-item.topv {
  grid-column: 1 / -1; 
  border: 2px dashed #FF6D36;
  padding: 20px;
  border-radius: 15px;
}
.messenger-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
}
.messenger-item {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 15px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.messenger-item:hover {
	cursor: pointer;
	background: #f6faff;
}
.messenger-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
} 
.block.b2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0px;
}
.b2-main {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center; 
  max-width: 1200px;
  margin:  0 auto;
}
.b2-main img {
  max-width: 1200px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}
@media (max-width: 900px) {
  .docs {
	grid-template-columns: 1fr;
	gap: 14px; /* менший відступ між фото і списком */
  }

  .doc-list {
	grid-template-columns: 1fr;
	gap: 0px; /* менші відступи між кнопками */
  }

  .doc-item {
	padding: 12px 14px; /* зменшення внутрішніх відступів */
	font-size: 15px; /* трішки менший текст */
  }

  .doc-item.full-width {
	padding: 15px;
  }
}
@media (max-width: 768px) {
 .b2-main {
 height: 55vh; /* або потрібна висота */
 }

  .b2-main img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* щоб розтягувалось і заповнювало блок */
	border-radius: 0; /* якщо не потрібні заокруглення на мобільному */
  }
}
.jobs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* по 2 блоки в ряд */
  gap: 20px;
  padding: 0 12px;   /* відступи зліва і справа */
  box-sizing: border-box;
  margin-top: 30px; 
}
.job-item { 
  border-radius: 15px;
  padding: 20px;
  text-align: center; 
}
@media (max-width: 768px) {
  .jobs-list {
    grid-template-columns: 1fr;
    padding: 0 12px; /* зберегти ті самі відступи */
  }
} 
.grad1 { 
  background: linear-gradient(
    to bottom right, 
    rgba(248, 240, 241, 0.6) 12%, 
    rgba(227, 239, 250, 0.6) 50%, 
    rgba(230, 246, 241, 0.6) 88%
  ); 
}
.grafix {
  display: flex;
  justify-content: center;   /* центрує по горизонталі */
  align-items: center;       /* центрує по вертикалі */
  text-align: center;
  background: white);            /* чорний фон */
  color: #01AB77;                 /* білий текст */
  padding: 6px 14px;           /* відступи всередині */
  border-radius: 6px;          /* заокруглення */
  font-size: 14px;             /* розмір тексту */
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  margin-left: 6px;
  margin-right: 6px;
  border:1px solid #D0EBDD;
}
.grafix-wrapper {
  display: flex;
  justify-content: center;     /* центрування */
  width: 100%;
}
.boldfd {
  font-weight: 700;
}
.fbs { font-size: 17px;}
.grad2 { 
  background: linear-gradient(
    to bottom right, 
    rgba(248, 240, 241, 0.4) 12%, 
    rgba(227, 239, 250, 0.4) 50%, 
    rgba(230, 246, 241, 0.4) 88%
  ); 
}
@media (max-width: 620px) { 
  .list { display: none; }
}
.footer {
  width: 100%;
  overflow: hidden;
  position: relative;    
  background: rgba(0, 0, 0, 0.768);
}
.whitelogotype{
  position: relative;
  top: -20px;
  margin: 0 auto;
  display:block;
  width:95px;
  height:33px;  
  background-image:url('../../images/whitelogo.svg'); /* змінюй шлях */
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}
.icon_tel {
  position: absolute;
  top: 7px; left: 9px;
  display:block;
  width:16px;
  height:16px;  
  background-image:url('../../images/tel-icon.svg'); /* змінюй шлях */
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain; 
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* темний напівпрозорий фон */
  backdrop-filter: blur(2px); /* ефект розмиття */
  color: #fff; 
  border-radius: 12px;
}
.hero-overlay h1 {
  display: block;
  position: absolute; 
  top: 20%;
  left: 40px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700; 
  border-radius: 12px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.hero-overlay p {
  display: block;
  position: absolute; 
  top: 47%;
  left: 40px; 
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; 
  border-radius: 12px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.hero-buttons {
  display: block;
  position: absolute;
  top: 70%;
  left: 40px;
  gap: 16px; 
}
.btn {
  display: inline-block; 
  padding: 12px 24px;
  border-radius: 30px;
  background: #00b894;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.btn:hover {
  cursor: pointer;
  background: #019874;
}
.btn-outline {
  background: transparent;
  border: 2px solid #fff;
  margin-left: 12px;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}
.footer_text {
  display: block;
  text-align: center;
  color: white;
  line-height: 20px;
  width: 300px;
  margin-top: 10px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .hero-overlay h1 {
    top: 20%;
    font-size: 40px; 
    line-height: 50px;
  }
  
  .hero-buttons {  
    top: 60%;
    display: block;
  }

  .btn {
    width: 77%;
    text-align: center;
  }
  .btn-outline {
    margin-left: 0;
    margin-top: 12px;
  }
}
@media (max-width: 980px) {
  .hero-overlay p {
    display: none; 
  }
}


.adminbg {
  background: linear-gradient(
    to bottom right, 
    rgba(248, 240, 241, 0.6) 12%, 
    rgba(227, 239, 250, 0.6) 50%, 
    rgba(230, 246, 241, 0.6) 88%
  ); 

}
.admheader {
  display: block;
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: white;
}
.admcenter {
  display: block;
  position: relative; 
  top: 0; left: 0;
  margin: 0 auto;
  max-width: 1200px ;
  height: 60px; 
}
.admapplicationbutton {
  display: block;
  position: absolute; 
  top: 15px; left: 15px;
  height: 30px;
  background: rgba(225, 237, 247, 0.5);
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 14px;
  color: #0978BE;
  font-weight: 600;
}
.admapplicationbutton:hover { cursor: pointer; }
.admstatbutton {
  display: block;
  position: absolute; 
  top: 15px; right: 15px;
  height: 30px;
  background: #E1EDF7;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  border-radius: 10px;
  font-size: 18px;
  color: #0978BE;
  font-weight: 700;
}
.admcontent {
  display: block;
  position: fixed; 
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%; 
}
.admcontentblock {
  display: block;
  position: relative; 
  top: 0; left: 0;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  width: calc(100% - 30px);
  max-width: 1200px;
  height: calc(100vh - 80px);

  overflow-y: scroll;   /* залишаємо скрол */
  overflow-x: hidden;   /* ховаємо горизонтальний */
  
  /* Ховаємо скролбар */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  padding-bottom: 400px;
}

.admcontentblock::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}



.admin-table-wrap { 
  background: #fff;
  border-radius: 16px;  
}
 
.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px; 
}

.admin-table th, 
.admin-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.admin-table th {
  background: #f4f7fb;
  font-weight: 600;
  color: #444;
}

.admin-table tbody tr:hover {
  background: #f0f5f9;
}

.admin-table .usertel {
  color: #007bff;
  text-decoration: none;
}.admin-table .usertel2 {
  color: #007bff;
  text-decoration: none;
}
.admin-table .usertel:hover {
  cursor: pointer;
  text-decoration: underline;
}
.admin-table .usertel2:hover {
  cursor: default; 
}

/* Статуси */
.status {
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 13px; 
  font-weight: 600;
}
.status.new {
  background: #ffeeba;
  color: #856404;
}
.status.done {
  background: #d4edda;
  color: #155724;
}
.status.in-progress {
  background: #cce5ff;
  color: #004085;
}
.status.rejected {
  background-color: #dc3545; /* червоний */
  color: white;
}
.status.meeting {
  background-color: #6f42c1; /* фіолетовий */
  color: white;
}
.status.client {
  background: #00b894; /* приємний бірюзовий */
  color: #fff; 
}


.admtable {
  width: 100%;
  border-collapse: collapse;
}

.admtable th, 
.admtable td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.admin-table thead th {
  position: sticky;
  top: 0;
  background: #f9fafb;   /* світлий фон шапки */
  z-index: 2;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #0978BE;
  background: #E1EDF7;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.usernumber {
  font-size: 12px;
  color: #0978BE;
  font-weight: 500;
}  
.showtel-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: 22px;
  color: #0073e6; /* синій або будь-який */
}
.showtel-btn:hover {
  color: #00b894;
} 
.toggle-legend {
  display: inline-block; 
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  background: #007bff;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
  position: absolute; 
  top: 16px; right: 60px;
}

.toggle-legend:hover {
  background: #0056b3;
}

.status-legend {
  background: #fff;
  border: 1px solid #E1EDF7;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  max-width: 1200px;
  margin: 12px;
}

.status-legend div {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.status-legend .status {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 600; 
  font-size: 13px;
}

.hidden {
  display: none;
}
.owner-table th {
  background: #e8f0fe;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

.owner-table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.history {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #444;
}

.history li {
  margin-bottom: 4px;
  padding-left: 12px;
  position: relative;
}

.history li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #999;
}
.log-action {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.log-action.click-whatsapp {
  background: #007bff; /* синій */
}

.log-action.click-telegram {
  background: #ff7f27; /* помаранчевий */
}

.log-action.request {
  background: #28a745; /* зелений */
}

.log-action.meeting {
  background: #6f42c1; /* фіолетовий */
}

.log-action.view {
  background: #6c757d; /* сірий */
}
.stat-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
}

.stat-table th {
  background: #2c3e50;
  color: white;
  padding: 10px;
  text-align: center;
  position: sticky;
  top: 0;
}

.stat-table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

/* Кольори */
.stat-visits   { color: #3498db; font-weight: bold; }  /* синій для відвідувань */
.stat-apps     { color: #27ae60; font-weight: bold; }  /* зелений для заявок */
.stat-whatsapp { color: #25D366; font-weight: bold; }  /* офіційний зелено-бірюзовий */
.stat-telegram { color: #0088cc; font-weight: bold; }  /* офіційний синій телеги */

/* Якщо потрібно додати фон */
.highlight {
  background: rgba(46, 204, 113, 0.1);
  border-radius: 6px;
}
.commentpositin {
  display: block;
  position: relative; 
  top: 0; left: 0;
  width: 100%; height: 30px; 
}
.buttoncomment {
  display: none; 
  position: absolute; 
  top: 0; right: 0;
  width: 40px; height: 30px;
  background: rgba(0, 115, 230, 0.1);
  color: #0073e6;
  text-align: center;
  border-radius: 8px;
  line-height: 30px;
  font-weight: 600;
}
.buttoncomment:hover { 
  cursor: pointer;
  background: rgba(0, 115, 230, 0.3);
  color: #0764c0; 
}
/* Поле коментаря */
.comment_input {
  width: calc(100% - 20px); 
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}
.comment_input:focus {
  border-color: #007bff;
  outline: none;
}
.comment_input_focus {
  width: calc(100% - 70px); 
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}
.comment_input_focus:focus {
  border-color: #007bff;
  outline: none;
}
.buttonstatus { 
  display: none; 
  position: absolute; 
  top: 0; left: -45px;
  width: 40px; height: 24px;
  background: rgba(0, 115, 230, 0.1);
  color: #0073e6;
  text-align: center;
  border-radius: 8px;
  line-height: 24px;
  font-weight: 600;
}
.buttonstatus:hover { 
  cursor: pointer;
  background: rgba(0, 115, 230, 0.3);
  color: #0764c0; 
}
.rotate-180 { 
  transform: rotate(180deg);
}
.statuspositin {
  display: block;
  position: relative; 
  top: 0; left: 0;
  width: 100%; height: 30px; 
}
.status-menu {
  width: calc(100% + 60px);
  display: none;
  position: absolute;
  left: -50px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px;
  margin-top: 5px;
  z-index: 10;
}
.status-menu div {
  padding: 5px 10px;
  cursor: pointer;
  color: #0978BE;
}
.status-menu div:hover {
  background: #E1EDF7;
  color: #0978BE;
  font-weight: 600;
  border-radius: 5px;
}
.user_type_page {
  color: #0073e6;
  font-size: 14px;
  font-weight: 500;
}
#toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.toast {
  background: #333;
  color: #fff;
  padding: 12px 18px;
  margin-top: 10px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
}
.toast.show {
  opacity: 1;
  transform: translateX(0);
}
.bstat { left: 103px; }
.buser { left: 222px; }
.badmin { left: 346px; } 
.buser:hover { background: rgba(225, 237, 247, 1); cursor: pointer; }
.bstat:hover { background: rgba(225, 237, 247, 1); cursor: pointer; }
.badmin:hover { background: rgba(225, 237, 247, 1); cursor: pointer; }
.active { background:#00b894; color: white; }
.active:hover { background:#00b894; cursor: default; }

.logout {
  display: block;
  position: absolute; 
  top: 16px; right: 180px;
  height: 30px;
  background: rgba(221, 151, 168, 0.2);
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 14px;
  color: #cd0000;
  font-weight: 600;
}
.logout:hover { background: rgba(221, 151, 168, 0.4); cursor: pointer; }
.job-offer {
   color: black;               /* колір тексту */
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
   cursor: pointer;            /* курсор у вигляді руки */
   transition: color 0.3s ease;
 } 
 .top-outline {
   background: transparent;
   border: 2px solid rgba(0, 0, 0, 0.3);
   color: rgba(0, 0, 0, 0.5);
   margin-left: 12px;
 }
 .top-outline:hover {
    border: 2px solid #00b894;
    color: #00b894;
    background: rgba(255, 255, 255, 0.307)
 }
 @media (max-width: 600px) { 
   .job-offer {
      color: black;               /* колір тексту */
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      cursor: pointer;            /* курсор у вигляді руки */
      transition: color 0.3s ease;
    } 
   .top-buttons {  
     top: 60%;
     display: block; 
   }
 
   .top-buttons .btn {
      margin-left: 4.5%;
     width: 77%;
     text-align: center;
   }
   .top-buttons .top-outline { 
     margin-top: 12px;
     margin-left: 4.5%;
   }
 }
 .partners-marquee {
   overflow: hidden;
   position: relative;
   background: #fff;   /* фон можна змінити */
   padding: 20px 0;
 }
 
 .partners-track {
   display: flex;
   width: max-content;
   animation: scroll 25s linear infinite;
 }
 
 .partners-track img {
   height: 40px;         /* висота логотипів */
   margin: 0 40px;       /* відступи між логотипами */
   object-fit: contain;
   filter: grayscale(100%); /* чорно-білі */
   transition: filter 0.3s;
 }
 
 .partners-track img:hover {
   filter: grayscale(0%); /* кольорові при наведенні */
 }
 
 @keyframes scroll {
   0%   { transform: translateX(0); }
   100% { transform: translateX(-50%); } /* половина бо дублюємо */
 }
