@import url("../fonts/inter.ccc39ff7432f.css");

#main-users {
  min-height: 100vh;
  display: flex;
  align-items: baseline !important;
}

body {
  background-color: #A7D7C5;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  max-height: 100vh - 60px;
  position: relative;
}

header {
  width: calc(100vw - 132px);
  position: fixed;
  top: 0;
  padding: 20px 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F6FBF9;
  font-weight: 700;
  z-index: 10;
}

footer {
  border-top: 1px solid #fff;
  font-weight: 400;
  min-height: 2vh;
  padding: 40px 48px 40px;
  text-align: left;
}

footer ul {
  padding: 0;
  list-style-type: none;
  margin: auto;
}

header a {
  color: #767F7C;
  text-decoration: none;
  opacity: 1;
  line-height: 18px;
  transition: opacity ease-in 0.2s;
  display: flex;
}

.header-nav a.active, .header-nav-mobile nav a.active {
  color: #32403B;
}

footer a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  line-height: 18px;
  transition: opacity ease-in 0.2s;
  display: flex;
}

.header_login {
  padding: 14px 22px;
  border-radius: 8px;
  background-color: #84C7AE;
  color: #fff;
}

.footer_row {
  display: flex;
  column-gap: 10px;
  align-items: center;
  opacity: 1;
  transition: .2s ease-in;
}

.footer_row:hover {
  cursor: pointer;
  opacity: .7;
}

.footer_icon {
  width: 18px;
  height: 18px;
}

footer a {
  display: block;
  font-size: 14px;
}

header a:hover {
  opacity: 0.7;
}

.header-nav {
  align-items: center;
  display: flex;
  gap: 60px;
}

.logo {
  color: #84C7AE;
  border-radius: 8px;
  border: 2px solid #84C7AE;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bolder;
  margin-right: -44px;
  column-gap: 10px;
}

.logo_text {
  margin: 0;
}

.header_icon {
  width: 22px;
  height: 22px;
}

main {
  display: flex;
  text-align: center;
}

.card {
  border-radius: 40px;
  border: none;
  margin: 0 auto !important;
}

.card-body, .application-list, .static-page-container {
  margin: 138px auto 40px;
  background-color: #F6FBF9;
  border-radius: 50px;
  padding: 40px 64px;
}

.card-body {
  min-width: 450px;
  max-width: 500px;
}

.application-list {
  min-width: 550px;
}

form {
  max-width: 500px;
  min-width: 450px;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 50px;
}

.title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 40px;
  color: #212B27;
}

.subtitle {
  max-width: 450px;
  font-size: 16px;
  margin: 0 auto 30px;
  font-weight: 300;
  color: #32403B;
}

.mb-3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.form-label {
  align-self: self-start;
  padding-bottom: 6px;
  color: #32403B;
  font-weight: 300;
  font-size: 14px;
}

.form-control {
  color: #373636;
  font-size: 14px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #A5A5A5;
  resize: none;
  font-family: inherit;
}

.form-select {
  color: #373636;
  font-size: 14px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #A5A5A5;
  resize: none;
  font-family: inherit;
  background-color: #ffffff;
  -webkit-appearance: none;
  cursor: pointer;
}

.select2-selection__rendered {
  margin-left: 10px;
}

input::placeholder {
  opacity: 0;
}

input:hover {
  cursor: pointer;
}

input:focus {
  outline: none;
  box-shadow: none;
  color: #000000;
  background-color: #e9f9f0;
  border-color: #453b6d;;
}

input:focus-visible {
  outline-offset: 0px;
}

input:-internal-autofill-selected {
  outline: none;
  box-shadow: none;
  color: #000000;
  background-color: #e9f9f0 !important;
  border-color: #453b6d;
}

input:-internal-autofill-selected{
  appearance: menulist-button;
  background-color: #e8f0fe !important;
  outline: none;
  box-shadow: none;
  color: #000000;
  border-color: #453b6d !important;
  color: fieldtext !important;
}

textarea::placeholder {
  opacity: 0;
}

textarea:hover {
  cursor: pointer;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  color: #000000;
  background-color: #e9f9f0;
  border-color: #453b6d;;
}

.is-invalid {
  border-color: #d83e53;
  color: #d83e53;
}

.is-valid {
  border-color: #1b7e4b;
  color: #1b7e4b;
}

.btn-primary {
  margin-top: 10px;
  background-color: #84C7AE;
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 28px;
  border-radius: 14px;
  border: none;
  opacity: 1;
  transition: opacity ease-in 0.2s;
}

.btn-primary:hover {
  cursor: pointer;
  opacity: 0.7;
  z-index: 1;
}

.invalid-feedback {
  text-align: start;
  max-width: 450px;
  font-size: 12px;
  color: #d83e53;
  margin-top: 6px;
  display: block;
}

.text {
  color: #212B27;
  font-size: 18px;
  line-height: 24px;
  max-width: 560px;
}

.mb-3 ul {
  color: #212B27;
  list-style-type: circle;
  list-style-position: inside;
  padding: 0;
  margin: 16px 0 0;
  text-align: start;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-size: 14px;
}

.link-forget {
  margin: 10px 0 16px;
  font-size: 14px;
  color: #84C7AE;
  opacity: 1;
  transition: opacity ease-in 0.2s;
}

.link-forget:hover {
  opacity: 0.7;
}

.link-add-employee {
  text-decoration: none;
  display: block;
  margin-top: 30px;
  background-color: #84C7AE;
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 28px;
  border-radius: 12px;
  border: none;
  opacity: 1;
  transition: opacity ease-in 0.2s;
}

.link-registration {
  max-width: 400px;
  margin: 50px auto 0;
}

.link-add-employee:hover {
  cursor: pointer;
  opacity: 0.7;
}

.link-back {
  margin: 16px 0;
  font-size: 16px;
  color: #84C7AE;
  opacity: 1;
  transition: opacity ease-in 0.2s;
}

.link-back_delete {
  margin: 30px auto 0;
  font-size: 16px;
  color: #84C7AE;
  opacity: 1;
  transition: opacity ease-in 0.2s;
}

.link-back:hover, .link-back_delete:hover {
  opacity: 0.7;
}

.list-unstyled {
  display: none;
}

.text-danger {
  color: #d83e53;
  list-style-type: none;
}

.form-check {
  column-gap: 20px;
  display: flex;
  margin-bottom: 10px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #A5A5A5;
  resize: none;
}

.form-check:last-of-type {
  margin-bottom: 0;
}

.form-check-input {
  height: 16px;
  width: 16px;
  background-position: cover;
  border: 1px solid #A5A5A5;
  border-radius: 6px;
  margin: 0;
  align-self: center;
}

.form-check-label {
  text-align: start;
  font-size: 14px;
  color: #373636;
  max-width: 400px;
}

.select2-selection__rendered {
  display: flex !important;
  flex-direction: column !important;
  row-gap: 2px !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #A5A5A5 !important;
  border-radius: 12px !important;
  padding: 0 !important;
  min-height: 50px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline !important;
  justify-self: start !important;
  background-color: #fff !important;
  margin: 0 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: start !important;
  font-size: 14px !important;
  color: #373636 !important;
  line-height: 21px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #84C7AE !important;
}

.select2-container--default .select2-selection--single {
  display: flex !important;
  border: 1px solid #A5A5A5 !important;
  border-radius: 12px !important;
  padding: 0 !important;
  min-height: 50px !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 4px !important;
  top: inherit !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  margin-right: 24px !important;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.row_doc:first-of-type {
  padding-top: 20px;
  border-bottom: 1px solid #84C7AE;
}

.row_employee {
  margin-bottom: 30px;
}

.row_employee:last-of-type {
  margin-bottom: 0;
}

.row_doc {
  padding: 10px 0;
  border-bottom: 1px solid #84C7AE;
}

.row_doc:last-of-type {
  padding: 10px 0 0;
  border-bottom: none;
  margin-bottom: 30px;
}

.element, .application {
  text-align: start;
  font-size: 14px;
  color: #373636;
}

.element-title {
  text-align: center;
  font-size: 16px;
  color: #373636;
}

.element {
  display: inline-block;
  margin: 0;
  overflow: hidden;
}

.element-info {
  margin: 24px auto;
}

.element_links {
  display: flex;
  column-gap: 20px;
}

.element_link {
  display: block;
  align-self: center;
  margin: 0;
  font-size: 14px;
  color: #84C7AE;
  opacity: 1;
  transition: opacity ease-in 0.2s;
}

.element_link-pay {
  text-decoration: none;
  color: #84C7AE;
  opacity: 1;
  transition: opacity ease-in 0.2s;
}

.element_text {
  font-size: 14px;
  color: #84C7AE;
}

.element_link:hover, .element_link-pay:hover {
  cursor: pointer;
  opacity: 0.7;
}

.fa {
  color: #84C7AE;
  font-size: 20px;
  align-self: end;
}

.fa-pencil-square-o {
  padding-top: 5px;
}

.mt-1 {
  align-items: center;
  margin-top: 12px;
}

.col-auto:first-of-type {
  text-align: start !important;
  font-size: 14px !important;
  color: #373636 !important;
  padding: 16px 18px !important;
  border-radius: 12px !important;
  border: 1px solid #A5A5A5 !important;
  resize: none !important;
}

.col-auto a {
  text-align: start !important;
  font-size: 14px !important;
  color: #373636 !important;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #A5A5A5 !important;
  border-radius: 12px !important;
  padding: 16px 18px !important;
  font-family: 'Inter';
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  font-family: 'Inter';
}

.next-block {
  margin: 0 auto 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #373636;
  padding-bottom: 8px;
  border-bottom: 6px double #84C7AE;
  width: 100%;
}

.title-block {
  margin: 0 auto 24px;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 6px double #84C7AE;
  width: 100%;
}

.btn-loader {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 32px;
  align-items: center;
  text-decoration: none;
}

.spinner-border {
  color: #f8f9fa !important;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  100% {
      transform: rotate(360deg);
  }
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.d-none {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.row_head {
  align-items: center;
}

.alert {
  position: fixed;
  top: 83px;
  left: calc(50% - 266px);
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  width: 500px;
  text-align: center;
  font-size: 14px;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-success {
  color: green;
  background-color: #a7fad8;
  border-color: #69fabe;
}

.form-text {
  align-self: self-start;
  padding-top: 4px;
  color: #A5A5A5;
  font-weight: 300;
  font-size: 12px;
}

.employee {
  font-size: 20px;
  margin-top: 0;
}

.title_text {
  font-size: 20px;
  font-weight: bold;
}

.static-page-container {
  /* min-width: 450px; */
  max-width: 1000px;
}

.static-page-content {
  font-size: 20px;
  text-align: justify;
}

.static-page-title {
  font-size: 30px;
  font-weight: bold;
}

.static-page-content-container {
  text-align: justify;
  display: grid;
}

.agree-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.label-agree-term {
  text-align: left;
  margin-left: 20px;
  color: #32403B;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
}

.label-option-checkbox {
  display: flex;
  color: #32403B;
  flex-grow: 1;
  font-size: 14px;
  width: 100%;
  justify-content: space-between;
}

.checkbox-title {
  color: #32403B;
  font-size: 14px;
}

.label-agree-term_title {
  display: block;
  text-align: left;
}

/* input[type="checkbox"] {
  accent-color: #84C7AE;
  width: 20px;
  height: 20px;
  border-radius: 10px;
} */

/* input[type="checkbox"] {
  margin: 0;
  border: 0.5px solid #a6b1b0;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 38px;
  height: 38px;
  background: white;
}

input[type="checkbox"]:checked {
  background: #84C7AE;
}

input[type="checkbox"]:checked::after {
  content: "\2751";
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

} */

.agree-term, .option-checkbox {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.option-checkbox {
  display: flex;
}

.agree-term:checked, .option-checkbox:checked {
  background: #84C7AE;
  border: 0.5px solid #a6b1b0;
}

.agree-term:not(:checked), .option-checkbox:not(:checked) {
  background: white;
  border: 0.5px solid #a6b1b0;
}

.agree-term, .option-checkbox {
  margin: 0;
  appearance: none;
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 4px;
  border: 0.5px solid #a6b1b0;
  transition: 500ms;
  cursor: pointer;
}

.option-checkbox {
  min-width: 16px;
  width: 16px;
  height: 16px;
}

.link-back_agree-term {
  margin: 14px 0;
  font-size: 14px;
  color: #84C7AE;
  opacity: 1;
  transition: opacity ease-in 0.2s;
}

.agree-term::after, .option-checkbox::after {
  content: "\2714";
  color:#fff;
  position: absolute;
  background-size: contain;
  top: -4px;
  left: 2px;
  width: 0px;
  height: 0px;
  font-size: 18px;
  transition: 500ms;
  overflow: hidden;
  border-color: #a6b1b0;
}

.option-checkbox::after {
  top: -5px;
  left: 1px;
  font-size: 16px;
}

.agree-term:checked::after, .option-checkbox:checked::after {
  width: 38px;
  height: 38px;
  transition: 500ms;
}

.agree-term:disabled, .option-checkbox:disabled {
  background: #ccc;
}

.agree-term:disabled::after, .option-checkbox:disabled::after {
  filter: grayscale(100%);
}

.MsoNormal {
  margin: 0;
}


.step-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  margin-top: 30px;
}

.step-list {
  text-align: left;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.step-list_item {
  display: flex;
  column-gap: 30px;
  height: 90px;
}

.step-list_item_questions {
  height: auto;
}

.step-list_column {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.step-list_number {
  display: flex;
  justify-content: center;
  background-color: #A7D7C5;
  color: white;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 20px;
  align-items: center;
  font-weight: 700;
  border-radius: 20px;
}

.step-list_title {
  max-width: 380px;
  color: #373636;
  font-size: 18px;
  font-weight: 600px;
  margin: 9px 0 0;
}

.step-list_subtitle {
  max-width: 380px;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
  color: #32403B;
}

.contacts {
  margin-top: 30px;
  display: flex;
  gap: 40px;
}

.contacts_list {
  background-color: #E7F4EF;
  border: 1px solid #32403B;
  border-radius: 12px;
  width: 260px;
  list-style-type: none;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

/* .contacts_list_left {
  background-color: #CDE8DE;
}

.contacts_list_center {
  background-color: #E7F4EF;
} */

.contacts_item {
  font-size: 14px;
  font-weight: 600;
  color: #373636;
}

.contacts_text {
  font-weight: 400;
}

.hamburger-menu {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: all .2s ease-in;
}

.hamburger-menu:hover {
  opacity: .7;
}

.hamburger-menu span {
  background-color: #84C7AE;
  height: 3px;
  width: 100%;
  border-radius: 2px;
}

.header-nav-mobile {
  display: none;
  position: absolute;
  top: 78px;
  left: 20px;
  width: 200px;
  background-color: #F6FBF9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #84C7AE;
  border-top: none;
  z-index: 100;
}

.header-nav-mobile nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}

.header-nav-mobile nav a {
  display: flex;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #84C7AE;
  justify-content: center;
}

.header-nav-mobile nav a:last-of-type {
  border-bottom: none;
}

.select2 .select2-container .select2-container--default .select2-container--above {
  max-width: 100% !important;
}

@media (max-width: 1200px) {
  .btn-primary {
    font-size: 18px;
  }
  .static-page-container {
    margin-right: 20px;
    margin-left: 20px;
    padding: 40px;
  }
  .step-columns {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10px;
  }
  .step-list {
    row-gap: 20px;
  }
  .step-list:last-of-type {
    margin-top: 20px;
  }
  .step-list_item {
    column-gap: 15px;
    height: auto;
  }
  .static-page-title, .title {
    font-size: 24px;
  }
  .step-list_title, .step-list_number {
    font-size: 16px;
  }
  .step-list_subtitle {
    font-size: 14px;
  }
  .step-list_number {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }
  .header-nav {
    gap: 35px;
  }
  .header_icon {
    height: 18px;
    width: 18px;
  }
  .header_login {
    padding: 10px 14px;
  }
  header {
    width: calc(100vw - 80px);
    padding: 20px 40px;
  }
  header a {
    font-size: 14px;
  }
  .logo {
    font-size: 14px;
    padding: 8px 14px;
  }
  .subtitle {
    margin-bottom: 20px;
  }
  .contacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .add-button, .link-add-employee {
    font-size: 18px;
  }
  .contract-application, .contract {
    gap: 5px;
  }
  h3 {
    font-size: 24px;
  }
}

@media (max-width: 850px) {
  .logo_text {
    display: none;
  }
  .logo {
    margin-right: 0;
    padding: 0;
    border: none;
  }
  .header_icon {
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  .header-nav-mobile.active {
    display: block;
  }
  .header-mobile-menu {
    display: flex;
    column-gap: 30px;
    align-items: center;
  }
  .static-page-title, .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .subtitle {
    text-align: center;
  }
  .step-list_title {
    font-size: 14px;
    margin: 0;
  }
  .step-list_number {
    font-size: 14px;
    height: 24px;
    width: 24px;
    min-width: 24px;
  }
  .static-page-container, .card-body {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 320px;
    margin-top: 154.8px;
    min-width: auto;
  }
  form {
    min-width: 320px;
  }
  .contacts {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
    gap: 20px;
  }
  .element_links {
    flex-direction: column;
    row-gap: 5px;
  }
  .element_link {
    align-self: flex-end;
  }
  .element-title {
    font-size: 14px;
  }
  .row {
    align-items: center;
  }
  .alert {
    max-width: 320px;
    left: calc(50% - 176px);
  }
  .btn-primary {
    font-size: 16px;
    padding: 14px 22px;
  }
  .link-back {
    font-size: 14px;
  }
  .select2 .select2-container .select2-container--default .select2-container--above {
    max-width: 320px !important;
  }
  .add-button {
    font-size: 16px;
  }
  .employee-card-container {
    flex-direction: column;
    row-gap: 15px;
  }
  .employee-container {
    flex-direction: column;
    row-gap: 15px;
  }
  .employee-card-check-block {
    padding-top: 15px;
    border-top: 2px solid #84C7AE;
    display: flex;
    column-gap: 20px;
    align-items: center;
    max-width: 239px;
    padding-left: 0 !important;
    border-left: none !important;
  }
  .element-name {
    max-width: 239px;
    text-align: center;
  }

  .element-name-detail {
    max-width: 239px;
    text-align: center;
  }

  #total-price {
    font-size: 14px !important;
  }
  .table thead td {
    font-size: 14px !important;
    padding: 1px !important;
  }
  .table td {
    font-size: 14px !important;
    padding: 1px !important;
  }
  .contract-application, .contract {
    flex-direction: column;
    gap: 1px;
  }
  .unsigned, .signed {
    border-radius: 5px;
    margin: auto;
  }
  .document-link {
    margin: auto;
  }
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 460px) {
  h3 {
    font-size: 18px;
  }
  .static-page-container, .card-body {
    padding: 30px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 240px;
  }
  form {
    min-width: 240px;
  }
  .static-page-title, .title {
    font-size: 18px;
    text-wrap: wrap;
  }
  .link-registration {
    margin-top: 30px;
  }
  .link-add-employee {
    font-size: 16px;
  }
  .contacts_list {
    width: auto;
    text-align: left;
  }
  .form-text {
    font-size: 12px;
  }
  .select2 .select2-container .select2-container--default .select2-container--above {
    max-width: 240px !important;
  }
  .btn-primary {
    font-size: 14px;
  }
  .alert {
    max-width: 240px;
    left: calc(50% - 136px);
    padding: 8px;
  }
  .employee-card-container {
    max-width: 240px;
    padding: 16px 18px;
    box-sizing: border-box;
  }
  .table {
    display: flex;
    justify-content: center;
  }
  .table thead, .table tbody {
    width: 50%;
  }
  .table thead tr, .table tbody tr {
    display: flex;
    flex-direction: column;
    border: none !important;
  }
  .table thead td {
    font-size: 12px !important;
    padding: 1px !important;
    border: none !important;
    border-right: 1px solid #32403B !important;
    border-bottom: 1px solid #32403B !important;
  }
  .table thead td:last-of-type {
    border-bottom: none !important;
  }
  .table td {
    font-size: 12px !important;
    padding: 1px !important;
    border: none !important;
    border-bottom: 1px solid #32403B !important;
  }
  .table td:last-of-type {
    border-bottom: none !important;
  }
  .label-agree-term {
    margin-left: 10px;
  }
}
.options-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  flex-grow: 1;
}
.employee-card {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 25px;
}
.employee-card-container {
  min-height: 40px;
  border: 1px solid #32403B;
  border-radius: 12px;
  display: flex;
  column-gap: 15px;
  align-items: center;
  padding: 8px 12px 15px;
  background-color: #E7F4EF;
}

.employee-card-check-block {
  padding-left: 15px;
  border-left: 2px solid #84C7AE;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.element-name {
  max-width: 190px;
  text-wrap: wrap;
}

.element-name-detail {
  text-wrap: wrap;
  margin: auto;
}

.del-cart-elem {
  height: 25px;
  width: 25px;
  display: block;
  position: relative;
  left: 95%;
  top: -15px;
}

.fa-trash-o {
  padding-top: 2.5px;
  padding-right: 1px;
  color: #FF8983;
}

.price {
  margin-left: 10px;
  display: block;
  text-align: right;
}

#total-price {
  color: #373636;
  margin: 25px auto 0;
  font-size: 16px;
  font-weight: 500;
}

.cart-container {
  min-width: 900px;
}

.order-title-container, .order-container {
  display: flex;
}

.title-order, .title-price {
  width: 50%;
}

.title-order, .order-id {
  text-align: left;
}

.order-id, .order-price {
  width: 45%;
  margin: auto;
}

/* .order-id {
  margin-left: 5px;
}

.order-price {
  margin-right: 5px;
} */

.title-price, .order-price {
  text-align: right;
}

.order-link {
  text-decoration: none;
  color: #373636;
  font-size: 20px;
}

.order-link-container {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.order-container {
  min-height: 50px;
  min-width: 600px;
  border: 1px solid gray;
  border-radius: 2vh;
  margin-top: 20px;
}

.orders-container {
  min-width: 700px;
}

.employee-container {
  display: flex;
  column-gap: 15px;
  width: auto;
  min-width: 40%;
  max-width: 70%;
}

.applications-button {
  margin: 0 !important;
}

#form_payment {
  margin: auto;
  margin-top: 16px;
  width: 10%;
}

#id_type {
  border: 1px solid gray;
}

.payment_link, .payment_info {
  font-size: 18px;
}

.payment_link {
  text-decoration: none;
}

.payment_container{
  display: flex;
  gap: 15px;
  border-bottom: 1px solid gray;
}

h3 {
  color: #212B27;
  /* font-size: 22px; */
}

.add-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
}

.plus {
  height: 22px;
  width: 22px;
  object-fit: contain;
  margin-right: 10px;
}

.table {
  color: #32403B;
  font-family: 'Inter';
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #32403B;
	border-collapse: collapse;
  text-align: left;
}
.table thead td {
  font-size: 16px;
	font-weight: 500;
	padding: 2px;
	background-color: #E7F4EF;
	border: 1px solid #32403B;
}
.table td {
  font-size: 16px;
  font-weight: 400;
	border: 1px solid #32403B;
	padding: 5px;
}

.label-text {
  margin: auto;
}

.contract-application, .contract {
  display: flex;
  gap: 5px;
  margin: auto;
  flex-wrap: wrap;
}

.contract {
  max-width: 200px;
}

.contract-application {
  max-width: 320px;
}

.unsigned, .signed {
  border-radius: 5px;
  width: 120px;
  font-size: 14px;
  color: #212B27;
  margin-top: 0;
  margin-bottom: 0;
}

.unsigned{
  background-color: #c56f77;
  width: 120px;
}

.signed{
  background-color: #A7D7C5;
  width: 100px;
}

.document-link {
  text-decoration: none;
  font-size: 16px;
}

.docs_container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

#button_counteragent {
  margin: auto;
  max-width: 230px;
  font-size: 16px;
  padding: 7px 7px;
  margin-top: 10px;
}

.application-link {
  margin: auto;
  font-size: 16px;
  padding: 12px 17px;
}

.checked-option-container {
  display: flex;
  justify-content: space-between;
}

.select2-selection {
  height: unset !important;
}

.select2-selection__rendered, .select2-selection__choice__display {
  white-space: pre-wrap !important;
}

.select2-selection__choice__remove {
  height: 100%;
}