.container {
  display: flex;
  height: 99.9vh;
}
.container .image-container {
  width: 50%;
  max-height: 100%;
  overflow-y: hidden;
}
.container .image-container .image {
  max-height: 100%;
  width: 100%;
  object-fit: fill;
}
.container .form-container {
  padding-top: 120px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.container .form-container .content-container {
  width: 500px;
}
.container .form-container .content-container .logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 96px;
}
.container .form-container .content-container .logo-container .logo {
  width: 168px;
  height: 113px;
}
.container .form-container .content-container .form-content-container {
  display: flex;
}
.container .form-container .content-container .form-content-container .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.container .form-container .content-container .form-content-container .form .heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 8px;
}
.container .form-container .content-container .form-content-container .form .sub-heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 227px;
  height: 24px;
  margin-bottom: 32px;
}
.container .form-container .content-container .form-content-container .form .field-container {
  margin-bottom: 16px;
}
.container .form-container .content-container .form-content-container .form .field-container .form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 20px;
}
.container .form-container .content-container .form-content-container .form .field-container .email-field-border-color {
  border: 1px solid #FF274E !important;
}
.container .form-container .content-container .form-content-container .form .field-container .input-field-container {
  border: 1px solid #D0D5DD;
  padding: 10px 14px 10px 14px;
  border-radius: 8px;
  width: 500px;
  height: 44px;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.container .form-container .content-container .form-content-container .form .field-container .input-field-container .input-field {
  width: 426px;
  height: 24px;
  border: none;
  background-color: white !important;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #273138;
  margin-left: 8px;
}
.container .form-container .content-container .form-content-container .form .field-container .input-field-container .input-field::placeholder {
  color: #AFBEC9;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.container .form-container .content-container .form-content-container .form .field-container .input-field-container .input-field:focus {
  border: none;
  outline: none;
  background-color: white;
}
.container .form-container .content-container .form-content-container .form .field-container .input-field-container .icon {
  width: 16.67px;
  height: 13.33px;
  color: #667085;
}
.container .form-container .content-container .form-content-container .form .field-container .input-field-container .error-color {
  color: #FF4D6D;
}
.container .form-container .content-container .form-content-container .form .field-container .input-field-container .checkbox {
  margin-right: 12px;
}
.container .form-container .content-container .form-content-container .form .field-container .invalid-email-error-container {
  margin-top: 6px;
}
.container .form-container .content-container .form-content-container .form .field-container .invalid-email-error-container .invalid-email-error {
  color: #F04438;
}
.container .form-container .content-container .form-content-container .form .checkbox-forget-password-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.container .form-container .content-container .form-content-container .form .checkbox-forget-password-container .checkbox-container {
  display: flex;
}
.container .form-container .content-container .form-content-container .form .checkbox-forget-password-container .checkbox-container .checkbox {
  margin-right: 12px;
}
.container .form-container .content-container .form-content-container .form .checkbox-forget-password-container .checkbox-container .checkbox-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #192436;
}
.container .form-container .content-container .form-content-container .form .checkbox-forget-password-container .forget-password {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #192436;
}
.container .form-container .content-container .form-content-container .login-button {
  width: 500px;
  height: 44px;
  background-color: #192436;
  border-radius: 8px;
  color: white;
  padding: 10px 18px 10px 18px;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: none;
}
.container .form-container .content-container .form-content-container .login-button:hover {
  background-color: #0F1541;
  cursor: pointer;
}
.container .email-icon {
  width: 16.67px;
  height: 13.33px;
  top: 3.33px;
  left: 1.67px;
}

.passwords-container {
  display: flex;
  height: 99.9vh;
}
.passwords-container .form-container {
  margin-top: 96px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.passwords-container .form-container .content-container {
  width: 500px;
}
.passwords-container .form-container .content-container .logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 96px;
}
.passwords-container .form-container .content-container .logo-container .logo {
  width: 168px;
  height: 113px;
}
.passwords-container .form-container .content-container .form-content-container {
  display: flex;
}
.passwords-container .form-container .content-container .form-content-container .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.passwords-container .form-container .content-container .form-content-container .form .heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 8px;
}
.passwords-container .form-container .content-container .form-content-container .form .sub-heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 227px;
  height: 56px;
  margin-bottom: 32px;
  width: 500px;
}
.passwords-container .form-container .content-container .form-content-container .form .field-container {
  margin-bottom: 16px;
}
.passwords-container .form-container .content-container .form-content-container .form .field-container .form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 20px;
}
.passwords-container .form-container .content-container .form-content-container .form .field-container .input-field-container {
  border: 1px solid #D0D5DD;
  padding: 10px 14px 10px 14px;
  border-radius: 8px;
  width: 500px;
  height: 44px;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.passwords-container .form-container .content-container .form-content-container .form .field-container .input-field-container .input-field {
  width: 427px;
  height: 24px;
  border: none;
  background-color: white !important;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #273138;
  margin-left: 2px;
  margin-left: 8px;
}
.passwords-container .form-container .content-container .form-content-container .form .field-container .input-field-container::placeholder {
  color: #AFBEC9;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.passwords-container .form-container .content-container .form-content-container .form .field-container .input-field-container .input-field:focus {
  border: none;
  outline: none;
  background-color: white;
}
.passwords-container .form-container .content-container .form-content-container .form .field-container .input-field-container .icon {
  width: 16.67px;
  height: 13.33px;
  color: #667085;
}
.passwords-container .form-container .content-container .form-content-container .form .conditions {
  margin-bottom: 32px;
}
.passwords-container .form-container .content-container .form-content-container .form .conditions .checks-container {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.passwords-container .form-container .content-container .form-content-container .form .conditions .checks-container .icon {
  width: 14px;
  height: 14px;
  color: #667085;
}
.passwords-container .form-container .content-container .form-content-container .form .conditions .checks-container .light-grey {
  color: #667085;
}
.passwords-container .form-container .content-container .form-content-container .form .conditions .checks-container .dark-grey {
  color: black;
}
.passwords-container .form-container .content-container .form-content-container .form .conditions .checks-container .checks {
  display: flex;
  justify-content: flex-start;
  width: 250px;
  height: 20px;
  gap: 8px;
  opacity: 50%;
}
.passwords-container .form-container .content-container .form-content-container .form .conditions .checks-container .checks .check {
  size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.passwords-container .form-container .content-container .form-content-container .buttons-container {
  display: flex;
  justify-content: space-around;
  margin-top: 32px;
  gap: 1rem;
}
.passwords-container .form-container .content-container .form-content-container .buttons-container .login-button {
  width: 242px;
  height: 44px;
  border-radius: 8px;
  color: white;
  padding: 10px 18px 10px 18px;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: none;
}
.passwords-container .form-container .content-container .form-content-container .buttons-container .login-button:not(:disabled):hover {
  background-color: #0F1541;
  cursor: pointer;
}
.passwords-container .form-container .content-container .form-content-container .buttons-container .cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 44px;
  background-color: white;
  border-radius: 8px;
  color: #344054;
  padding: 10px 18px 10px 18px;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #D0D5DD;
  text-decoration: none;
}
.passwords-container .form-container .content-container .form-content-container .buttons-container .cancel:hover {
  background-color: #E9EEF0;
  cursor: pointer;
}
.passwords-container .form-container .content-container .form-content-container .buttons-container .enabled {
  background-color: #192436;
}
.passwords-container .form-container .content-container .form-content-container .buttons-container .disabled {
  background-color: #7D7D7D;
}
.passwords-container .image-container {
  width: 50%;
  max-height: 100%;
  overflow-y: hidden;
}
.passwords-container .image-container .image {
  max-height: 100%;
  width: 100%;
  object-fit: fill;
}
.passwords-container .objects-logo {
  width: 125.76px;
  height: 128px;
}
.passwords-container .cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 44px;
  background-color: white;
  border-radius: 8px;
  color: #344054;
  padding: 10px 18px 10px 18px;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #D0D5DD;
  text-decoration: none;
}
.passwords-container .cancel:hover {
  background-color: #E9EEF0;
  cursor: pointer;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100% !important;
  overflow-x: hidden !important;
  border-radius: 0px 0px 16px 16px;
  padding: 8px 24px 8px 24px;
  background-color: #192436;
}
.navbar-container .logo-container .logo {
  width: 79.45px;
  height: 42px;
}
.navbar-container .button-container .button {
  width: 103px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #D1DBE3;
  background-color: #D1DBE3;
  padding: 8px 14px;
  gap: 8px;
}
.navbar-container .button-container .button .logout-text {
  width: 47px;
  height: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #192436;
  margin-left: 8px;
}
.navbar-container .button:hover {
  cursor: pointer;
}

.dashboard-container {
  overflow-x: hidden;
}
.dashboard-container .header-container {
  max-width: 100% !important;
  height: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #8A8AA3;
  padding: 8px 24px 8px 24px;
}
.dashboard-container .header-container .heading-container {
  width: 700px;
  height: 32px;
  gap: 8px;
}
.dashboard-container .header-container .heading-container .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: black;
  cursor: pointer;
}
.dashboard-container .subheader-container {
  max-width: 100% !important;
  height: 44px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 8px 24px 8px 24px;
}
.dashboard-container .subheader-container .subheading {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #8A8AA3;
}
.dashboard-container .cards-container {
  max-width: 100% !important;
  height: 218px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 16px 24px 16px 24px;
}
.dashboard-container .cards-container .marks-background-color {
  background-color: #F1F2ED;
}
.dashboard-container .cards-container .equipments-background-color {
  background-color: #FFEEE2;
}
.dashboard-container .cards-container .umler-background-color {
  background-color: #F0E9FB;
}
.dashboard-container .cards-container .card {
  width: 453.33px;
  height: 186px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  padding: 26px;
  gap: 14px;
}
.dashboard-container .cards-container .card .stats {
  width: 225.33px;
  height: 134px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.dashboard-container .cards-container .card .stats .icon {
  width: 49px;
  height: 50px;
}
.dashboard-container .cards-container .card .stats .data-container {
  width: 225.33px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.dashboard-container .cards-container .card .stats .data-container .text {
  width: 225.33px;
  height: 18px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #667085;
}
.dashboard-container .cards-container .card .stats .data-container .number {
  width: 110px;
  height: 44px;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}
.dashboard-container .cards-container .card .graph-container {
  width: 162px;
  height: 134px;
  gap: 14px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.dashboard-container .cards-container .card .graph-container .graph {
  width: 162px;
  height: 49.85px;
}
.dashboard-container .details-container {
  max-width: 100% !important;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px 8px 24px;
}
.dashboard-container .details-container .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #8A8AA3;
}
.dashboard-container .details-container .link {
  text-decoration: none;
  color: #121217;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.dashboard-container .data-grid-container {
  padding: 8px 24px;
  overflow-x: auto;
  margin-bottom: 20px;
}
.dashboard-container .data-grid-container table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.dashboard-container .data-grid-container th {
  background-color: #E9EEF0;
  border: none;
  text-align: left;
  color: #667085;
  padding: 12px 24px;
  white-space: nowrap;
}
.dashboard-container .data-grid-container td {
  border: none;
  text-align: left;
  padding: 16px 24px;
  white-space: nowrap;
}
.dashboard-container .data-grid-container tr:nth-child(even) {
  background-color: #F9FAFB;
}
.dashboard-container .data-grid-container tr:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}
.dashboard-container .data-grid-container::-webkit-scrollbar {
  height: 6px;
  background-color: white;
}
.dashboard-container .data-grid-container::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: #D9D9D9;
}

.buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.buttons-container .button {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  padding: 10px 18px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
}
.buttons-container .button .button-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-wrap: nowrap;
}
.buttons-container .button .button-content .icon {
  width: 15px;
  height: 15px;
}
.buttons-container .button .button-content .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
  margin-left: 2px;
}
.buttons-container .background-color {
  background-color: #192436;
}
.buttons-container .color {
  color: white !important;
}
.buttons-container .ml-6 {
  margin-left: 6px !important;
}

.modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
}

.decoration {
  text-decoration: none;
  color: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.inventory-container .header-container {
  max-width: 100% !important;
  border-bottom: 1px solid black;
  height: 83px;
  gap: 16px;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.inventory-container .header-container .inventory-section {
  width: 60%;
  display: flex;
  align-items: center;
}
.inventory-container .header-container .inventory-section .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  height: 32px;
  color: #000000;
}
.inventory-container .header-container .inventory-section .results-container {
  width: auto;
  height: auto;
  border-radius: 16px;
  padding: 2px 8px;
  background-color: #F2F4F7;
  margin-left: 8px;
}
.inventory-container .header-container .inventory-section .results-container .result {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.inventory-container .search-and-button-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
}
.inventory-container .search-and-button-container .input-field-container {
  flex: 1;
  width: 400px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  padding: 10px 14px;
  gap: 8px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.inventory-container .search-and-button-container .input-field-container .icon-container {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.inventory-container .search-and-button-container .input-field-container .icon-container .icon {
  width: 15px;
  height: 15px;
  color: #667085;
}
.inventory-container .search-and-button-container .input-field-container .input-field {
  width: 340px;
  height: 24px;
  border: none;
  flex-grow: 1;
  font-size: 16px;
}
.inventory-container .search-and-button-container .input-field-container .input-field:focus {
  border: none;
  outline: none;
  background-color: white;
}
.inventory-container .search-and-button-container .buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.inventory-container .search-and-button-container .buttons-container .button {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  padding: 10px 18px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
}
.inventory-container .search-and-button-container .buttons-container .button .button-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-wrap: nowrap;
}
.inventory-container .search-and-button-container .buttons-container .button .button-content .icon {
  width: 15px;
  height: 15px;
}
.inventory-container .search-and-button-container .buttons-container .button .button-content .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
  margin-left: 2px;
}
.inventory-container .search-and-button-container .buttons-container .button .button-content .export {
  text-decoration: none;
  color: #344054;
}
.inventory-container .search-and-button-container .buttons-container .background-color:hover {
  background-color: #0f1541;
  cursor: pointer;
}
.inventory-container .search-and-button-container .buttons-container .background-color {
  background-color: #192436;
}
.inventory-container .search-and-button-container .buttons-container .color {
  color: white !important;
}
.inventory-container .search-and-button-container .buttons-container .ml-6 {
  margin-left: 6px !important;
}
.inventory-container .search-and-button-container .background {
  background-color: white;
}
.inventory-container .search-and-button-container .background:hover {
  background-color: #E9EEF0;
  cursor: pointer;
}
.inventory-container .data-grid-container {
  padding: 8px 24px;
  overflow-x: auto;
  position: relative;
  max-height: calc(100vh - 245px);
  overflow-y: auto;
}
.inventory-container .data-grid-container table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.inventory-container .data-grid-container th {
  background-color: #E9EEF0;
  border: none;
  text-align: left;
  color: #667085;
  padding: 12px 24px;
  white-space: nowrap;
}
.inventory-container .data-grid-container td {
  border: none;
  text-align: left;
  padding: 16px 24px;
  white-space: nowrap;
}
.inventory-container .data-grid-container tr:nth-child(even) {
  background-color: #F9FAFB;
}
.inventory-container .data-grid-container tr:not(:first-child):hover {
  background-color: #e9e9e9;
  cursor: pointer;
}
.inventory-container .pagy-nav.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  margin-top: 20px;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}
.inventory-container .pagy-nav .page {
  margin: 0 5px;
  padding: 8px 12px;
  color: #667085;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s;
}
.inventory-container .pagy-nav .page a {
  color: #667085;
  text-decoration: none;
}
.inventory-container .pagy-nav .page:hover:not(.active):not(.disabled) {
  background-color: #e9e9e9;
  color: #667085;
}
.inventory-container .pagy-nav .page.active {
  background-color: #e9e9e9;
  color: #667085;
  pointer-events: none;
}
.inventory-container .pagy-nav .page.disabled,
.inventory-container .pagy-nav .page.disabled:hover {
  color: #6c757d;
  cursor: not-allowed;
  background-color: transparent;
}
.inventory-container .pagy-nav .page.gap {
  color: #6c757d;
  pointer-events: none;
  border: none;
  background-color: transparent;
}
.inventory-container .pagy-nav .page.next,
.inventory-container .pagy-nav .page.prev {
  height: 36px;
  width: 114px;
  padding: 8px 14px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #667085;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.inventory-container .pagy-nav .page.next::before,
.inventory-container .pagy-nav .page.prev::before {
  content: "";
}
.inventory-container .pagy-nav .page.next:hover,
.inventory-container .pagy-nav .page.prev:hover {
  background-color: #e9e9e9;
  color: #667085;
}
.inventory-container .pagy-nav .page.next {
  margin-left: auto;
}
.inventory-container .pagy-nav .page.prev {
  margin-right: auto;
}
.inventory-container .pagy-nav .page a:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.25);
}
.inventory-container .pagy-nav .page {
  font-size: 1rem;
}

.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  z-index: 1000; /* Ensure the overlay is on top of other content */
}

.custom-container {
  width: 1064px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  gap: 32px;
  max-width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative; /* Ensures it is positioned correctly within the overlay */
}

.data-grid-container::-webkit-scrollbar {
  height: 6px;
  width: 8px;
  background-color: white;
  margin-right: 10px;
}

.data-grid-container::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: #D9D9D9;
}

.custom-container-filter {
  max-height: 597px;
  overflow-y: auto;
}

.filters-top {
  top: 236px;
}

.no-contacts {
  font-weight: 500;
  font-size: 16px;
}

.pb-43 {
  padding-bottom: 43px;
}

.link-to {
  text-decoration: none;
}

.mr-100 {
  margin-right: 100px;
}

.dropdown {
  position: absolute;
  right: 166px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #344054;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #E9EEF0;
}

.data-grid-container {
  padding: 8px 24px;
}
.data-grid-container table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.data-grid-container th {
  background-color: #E9EEF0;
  border: none;
  text-align: left;
  color: #667085;
  padding: 12px 24px;
  white-space: nowrap;
}
.data-grid-container td {
  border: none;
  text-align: left;
  padding: 16px 24px;
  white-space: nowrap;
}
.data-grid-container tr:nth-child(even) {
  background-color: #F9FAFB;
}
.data-grid-container tr:not(:first-child):hover {
  background-color: #e9e9e9;
  cursor: pointer;
}

.dropbtn {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  padding: 10px 18px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  background-color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
  margin-left: 2px;
}

.dropbtn:hover {
  cursor: pointer;
}

.export-buttons {
  border: none;
  padding: 12px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #344054;
  background-color: white;
}

.export-buttons:hover {
  background-color: #E9EEF0;
  cursor: pointer;
}

.border-bottom {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #E9EEF0;
}

.center {
  text-align: center;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header .heading-icon-container {
  display: flex;
  align-items: center;
}
.modal-header .mr-16 {
  margin-right: 16px;
}
.modal-header .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.modal-header .icon {
  width: 20px;
  height: 20px;
}

.contacts-container {
  max-height: 650px;
  width: 1020px;
  overflow-y: auto;
  padding-right: 10px;
  overflow-x: hidden;
}

.contacts-container::-webkit-scrollbar {
  height: 6px;
  background-color: white;
  width: 5px;
}

.contacts-container::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: #192436;
}

.contact-container {
  width: 1000px;
  border-radius: 12px;
  border: 1px solid #D1DBE3;
  padding: 16px;
  gap: 32px;
  margin-bottom: 32px;
}
.contact-container .contact-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 32px;
}
.contact-container .contact-info-container {
  width: 968px;
  gap: 32px;
}
.contact-container .contact-info-container .info-container {
  display: flex;
  margin-bottom: 32px;
}
.contact-container .contact-info-container .info-container .info {
  width: 468px;
  height: 52px;
  gap: 8px;
}
.contact-container .contact-info-container .info-container .info .info-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6A7D8A;
}
.contact-container .contact-info-container .info-container .info .info-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #273138;
}

.inventory-form-container {
  max-width: 100% !important;
  padding: 20px 24px;
}
.inventory-form-container .header-container {
  height: 60px;
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inventory-form-container .header-container .text-content .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 8px;
}
.inventory-form-container .header-container .text-content .sub-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.inventory-form-container .header-container .text-content .pre-color {
  color: #B0B2A8;
}
.inventory-form-container .header-container .text-content .post-color {
  color: #000000;
}
.inventory-form-container .header-container .buttons-container .button {
  border-radius: 8px;
  padding: 10px 18px;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
.inventory-form-container .header-container .buttons-container .primary-button {
  color: #FFFFFF;
  background-color: #192436;
  border: none;
  padding-top: 11.5px;
}
.inventory-form-container .header-container .buttons-container .primary-button:enabled:hover {
  background-color: #0F1541;
  cursor: pointer;
}
.inventory-form-container .header-container .buttons-container .secondary-button {
  color: #344054;
  background-color: #FFFFFF;
  border: 1px solid #D0D5DD;
  margin-right: 8px;
}
.inventory-form-container .header-container .buttons-container .secondary-button:hover {
  background-color: #E9EEF0;
  cursor: pointer;
}
.inventory-form-container .form-container {
  border-radius: 12px;
  border: 1px solid #D1DBE3;
  padding: 32px 16px;
  gap: 16px;
  margin-top: 60px;
}
.inventory-form-container .form-container .heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.inventory-form-container .form-container .fields-container {
  gap: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.inventory-form-container .form-container .fields-container .field-container {
  width: 672px;
}
.inventory-form-container .form-container .fields-container .field-container .label {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #344054;
}
.inventory-form-container .form-container .fields-container .field-container .input-field-container {
  border: 1px solid #D0D5DD;
  padding: 10px 14px 10px 14px;
  border-radius: 8px;
  width: 672px;
  height: 44px;
  margin-top: 6px;
}
.inventory-form-container .form-container .fields-container .field-container .input-field-container .input-field {
  width: 100%;
  height: 24px;
  border: none;
  background-color: white !important;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #273138;
}
.inventory-form-container .form-container .fields-container .field-container .input-field-container .input-field::placeholder {
  color: #AFBEC9;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.inventory-form-container .mt-10 {
  margin-top: 60px;
}
.inventory-form-container .mt-20 {
  margin-top: 15px;
}
.inventory-form-container .mb-10 {
  margin-bottom: 30px !important;
}
.inventory-form-container .mb-20 {
  margin-bottom: 50px !important;
}
.inventory-form-container .custom-select {
  height: 100%;
}
.inventory-form-container .custom-select .secondary-button {
  width: auto;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.inventory-form-container .custom-select .secondary-button .selected {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #192436;
  font-weight: 400;
}
.inventory-form-container .custom-select .dropdown {
  position: absolute;
  top: unset;
  right: unset;
  background-color: white;
  width: 500px;
}
.inventory-form-container .item {
  all: unset;
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.inventory-form-container input[type=checkbox] {
  width: fit-content !important;
}
.inventory-form-container .active, .inventory-form-container .item:hover {
  background-color: #F9F5FF;
  color: #192436;
}
.inventory-form-container .add-button {
  width: 200px;
  height: 40px;
  border-radius: 8px;
  padding: 10px 16px;
  border: none;
  background-color: white;
}
.inventory-form-container .add-button .text {
  color: #192436;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-right: 13px;
}
.inventory-form-container .add-button .icon {
  width: 11.67px;
  height: 11.67px;
  color: #192436;
}
.inventory-form-container .disable {
  background-color: #7D7D7D !important;
}
.inventory-form-container .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inventory-form-container .error-color {
  color: rgb(224, 30, 30);
}
.inventory-form-container .link-to {
  text-decoration: none;
}

.stepper-container {
  width: 992px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transform: translateY(-50%);
  margin-top: 100px;
}
.stepper-container .stepper {
  display: flex;
  align-items: center;
  width: 100%;
}
.stepper-container .step {
  width: 40px;
  height: 40px;
  background-color: #E9EEF0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  z-index: 1;
}
.stepper-container .progress-bar {
  flex: 1;
  height: 2px;
  background-color: #192436;
  position: relative;
  z-index: 0;
  margin-left: 4px;
  margin-right: 4px;
}
.stepper-container .step-active {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.stepper-container .circle-inactive {
  background-color: #E4E7EC !important;
}
.stepper-container .progress-bar-inactive {
  background-color: #E4E7EC;
}
.stepper-container .text-active {
  color: #344054 !important;
}
.stepper-container .stepper .step:first-child {
  margin-left: 0;
}
.stepper-container .stepper .step:last-child {
  margin-right: 0;
  background-color: white;
  box-shadow: none;
}
.stepper-container .stepper-container {
  transform: translateY(calc(-50% - 20px));
}
.stepper-container .circle {
  border-radius: 50%;
  background-color: black;
  height: 12px;
  width: 12px;
}
.stepper-container .stepper > div:first-child .text {
  margin-left: -80px;
}
.stepper-container .text {
  margin-top: 24px;
  color: #6A7D8A !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  bottom: -24px;
  text-wrap: nowrap;
  width: 200px;
  text-align: center;
}
.stepper-container .in-complete {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toast-title {
  font-weight: bold;
  color: #f89406 !important;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

/*Additional properties for button version
   iOS requires the button element instead of an anchor tag.
   If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 80px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
  border-radius: 10px !important;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.advanced-filteration .filter-form-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 38px;
}
.advanced-filteration .filter-form-container .custom-select {
  height: 100%;
}
.advanced-filteration .filter-form-container .custom-select .secondary-button {
  width: auto;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.advanced-filteration .filter-form-container .custom-select .secondary-button .selected {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #192436;
  font-weight: 400;
}
.advanced-filteration .filter-form-container .custom-select .dropdown {
  position: absolute;
  top: unset;
  right: unset;
  background-color: white;
  width: 200px;
  max-height: 200px;
  overflow-y: auto;
}
.advanced-filteration .filter-form-container .item {
  all: unset;
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.advanced-filteration .filter-form-container input[type=checkbox] {
  width: fit-content !important;
}
.advanced-filteration .filter-form-container .active, .advanced-filteration .filter-form-container .item:hover {
  background-color: #F9F5FF;
  color: #192436;
}
.advanced-filteration .filter-form-container .field-container {
  width: 200px;
}
.advanced-filteration .filter-form-container .field-container .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}
.advanced-filteration .filter-form-container .field-container .input-field-container {
  border: 1px solid #D0D5DD;
  padding: 10px 14px 10px 14px;
  border-radius: 8px;
  width: 200px;
  height: 44px;
  margin-top: 6px;
}
.advanced-filteration .filter-form-container .field-container .input-field-container .input-value-field {
  width: 171px;
  height: 24px;
  border: none;
  background-color: white !important;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #273138;
}
.advanced-filteration .filter-form-container .icon-container {
  padding-top: 25px;
}
.advanced-filteration .filter-form-container .icon-container .icon {
  width: 18px;
  height: 20px;
  top: 2px;
  left: 3px;
}
.advanced-filteration .add-button {
  border: none;
  background-color: white;
  height: 40px;
  cursor: pointer;
}
.advanced-filteration .add-button .text {
  font-weight: 550;
  color: #192436;
  font-size: 14px;
  line-height: 20px;
  padding-right: 8px;
}
.advanced-filteration .add-button .icon {
  height: 11.67px;
  width: 11.67px;
}
.advanced-filteration .buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.advanced-filteration .buttons-container .button {
  height: 44px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.advanced-filteration .buttons-container .primary-button {
  color: white;
  background-color: #192436;
  border: none;
}
.advanced-filteration .buttons-container .primary-button:enabled:hover {
  background-color: #0F1541;
  cursor: pointer;
}
.advanced-filteration .buttons-container .secondary-button {
  text-decoration: none;
  color: #344054;
  background-color: white;
  border: 1px solid #D0D5DD;
}
.advanced-filteration .buttons-container .secondary-button:hover {
  background-color: #E9EEF0;
  cursor: pointer;
}

.input-field-container {
  border: 1px solid #D0D5DD;
  padding: 10px 14px 10px 14px;
  border-radius: 8px;
  width: 200px;
  height: 44px;
  margin-top: 6px;
  flex: 1;
}
.input-field-container .input-value-field {
  width: 171px;
  height: 24px;
  border: none;
  background-color: white !important;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #AFBEC9;
}

.save-filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.save-filter-container .custom-select {
  height: 100%;
}
.save-filter-container .custom-select .secondary-button {
  width: auto;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.save-filter-container .custom-select .secondary-button .selected {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #192436;
  font-weight: 400;
}
.save-filter-container .custom-select .dropdown {
  position: absolute;
  top: unset;
  right: unset;
  background-color: white;
  width: 818px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #D0D5DD;
  padding: 10px 14px 10px 14px;
  border-radius: 8px;
}
.save-filter-container .button {
  height: 44px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  background-color: #192436;
  border: none;
}
.save-filter-container .button:enabled:hover {
  background-color: #0F1541;
  cursor: pointer;
}

.item {
  all: unset;
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

input[type=checkbox] {
  width: fit-content !important;
}

.active, .item:hover {
  background-color: #F9F5FF;
  color: #192436;
}

.filters-section {
  margin-top: 32px;
}

.pl-50 {
  padding-left: 48px;
}

.z-index {
  z-index: 5;
}

.saved-filters {
  font-weight: 550;
  color: #192436;
  font-size: 14px;
  line-height: 20px;
  padding-right: 8px;
}

.pl-26 {
  padding-left: 26px;
}

.toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  border-radius: 34px;
  position: relative;
  font-size: 16px;
  user-select: none;
  height: 38px;
  border: 1px solid #D1DBE3;
}

.toggle-container input[type=radio] {
  display: none;
}

label.for-and, label.for-or {
  width: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
  position: absolute;
}

label.for-and {
  left: 0;
  border-radius: 34px;
}

label.for-or {
  right: 0;
  background-color: transparent;
  color: black;
  border-radius: 34px;
}

input[type=radio]:checked + label.for-or {
  background-color: #192436;
  color: white;
}

input[type=radio]:checked + label.for-or ~ input[type=radio] + label.for-and {
  background-color: transparent;
  color: black;
}

input[type=radio]:checked + label.for-and {
  background-color: #192436;
  color: white;
}

input[type=radio]:checked + label.for-and ~ input[type=radio] + label.for-or {
  background-color: transparent;
  color: black;
}

.delete-icon {
  width: 15px;
  height: 16px;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}

.flex-1 {
  flex: 1;
}

.name-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.name-container .filter-name {
  font-weight: 550;
  color: #192436 !important;
  font-size: 14px;
  line-height: 20px;
  padding-right: 8px;
}
.name-container .filter-name-field {
  width: 100%;
  height: 24px;
  border: none;
  background-color: white !important;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #273138;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial;
}

.primary-color {
  color: #263238;
}

.secondary-color {
  color: #192436;
}

.hidden {
  display: none !important;
}

.color {
  color: red;
}

.error-color {
  color: red;
}

.disable {
  background-color: #7D7D7D !important;
}

.scroll-none {
  overflow: hidden;
}
