
.col-1 li {
  min-width: none!important;
}
.col-2 li {
  min-width: none!important;
}


body {
  height: 100%;
  /* background-color: #f3f3f4; */
  background-color: #FBFAFC;
}

main {
  position: relative;
  top: 0;
  /* height: calc(100vh - 48px); */
  padding-top: 0.5rem;
  /* background-color: #f3f3f4; */
  background-color: #FBFAFC;
  padding-bottom: 30px;
}

h2 {
  color: var(--Main-text-color, #272320);

  /* Н2 */
  font-family: Helvetica Neue;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
}


.row h2 {
  margin-bottom: 30px;
}

.company_name {
  color: #ee833f;
}

.form-input {
  /* Ваши стили для input здесь */
  width: 356px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-input:focus {
  /* Стили для активированного input (при фокусе) */
  outline: none;
  border: 1px solid #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.form-input::placeholder {
  /* Стили для placeholder */
  color: rgba(110, 105, 112, 0.448); /* Цвет текста placeholder */
}

a {
  text-decoration: none;
  color: white;
}

.text-color-in-row {
  color: #4d515a;
  text-decoration: underline;
}

.main-container {
  margin-top: 50px;
}

.title-row {
  margin-bottom: 50px;
}

.rations-rows {
  color: var(--Gray-01, #4d515a);
  font-family: Helvetica Neue;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */

  background-color: #ffffff;
  padding: 5px;
  border-top: 1px solid #e2e8f0;
}

.separate-line-segment {
  border-top: 1px solid #e2e8f0;
}

header {
  background: white;
}

.table_header {
  margin-top: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #ececec;
  color: var(--Text-in-form, #8c8c8c);
  font-family: Inter;
  font-size: 12.792px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}

.input-container {
  background-color: #ffffff;
  padding: 50px;
}

.form-label {
  color: #000;
  /* color: #272320; */
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "clig" off, "liga" off;

  /* weight / font-weight-bold */
  font-family: Inter;
  font-size: 14px;
  line-height: 20px; /* 142.857% */
  margin-bottom: 0.25rem;
}

.not-req {
  color: #999;
    /* color: #272320; */
  /* opacity: 80%; */
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
   * Sidebar
   */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
    right: 0;
    */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
   * Navbar
   */

.navbar {
  box-shadow: none !important;
}

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.nav-bar-icon {
  width: 28px;
  height: 28px;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.btn-in-all-view {
  width: 219px;
  height: 48px;
  margin-top: 33px;
  margin-right: 12px;
}

.double-custom-fields {
  background-color: #f3f3f4;
  padding: 10px;
  border-radius: 4px;
  margin-left: 10px;
}

.is-large {
  font-size: 2rem;
}
