@import url('https://fonts.cdnfonts.com/css/satoshi');

body {
  font-family: var(--main-font-family) !important;
}

:root {
  --portalThemeOnColor13: #bddbff;
  --portalThemeOnColor14: #b8d7e0;
  --portalThemeOnColor15: #fff;
  --portalThemeOnColor16: #6ebbd3;
  --portalThemeOnColor17: #003466;
  --portalThemeOnColor18: #cccccc;
  --portalThemeOnColor19: #002345;
  --portalThemeOnColor20: #f15a24;
  --portalThemeOnColor21: #98dfea;
  --portalThemeOnColor22: #decf35;
  --portalThemeOnColor23: #f4f4f4;
  --main-font-family: 'Satoshi', sans-serif;
  --h3-bold-text-font-size: 36px;
  --h3-bold-text-font-weight: 500;
  --helper-text-font-size: 14px;
  --helper-text-font-weight: 500;
  --btn-text-font-size: 16px;
  --btn-text-font-weight: 600;
  --helper-small-text-font-size: 14px;
  --helper-small-text-font-weight: 500;
  --body-text-font-size: 16px;
  --body-text-font-weight: 500;
  --h3-semi-text-font-size: 20px;
  --h3-semi-text-font-weight: 500;
  --h4-text-font-size: 20px;
  --h4-text-font-weight: 400;
  --h4-semi-text-font-weight: 500;
  --p-large-text-font-size: 20px;
  --p-large-text-font-weight: 400;
  --p-large-semi-text-font-weight: 500;
  --description-font-size-small: 11px;
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-bg: 32px;
  --heavy-font-title: 900 20px/100% var(--main-font-family);
  --heavy-font-title-2: 900 16px/24px var(--main-font-family);
  --bold-font-cell: 700 16px/24px var(--main-font-family);
  --bold-font-cell-2: 700 20px/100% var(--main-font-family);
  --semibold-font-cell: 600 12px/20px var(--main-font-family);
  --medium-font-cell: 500 16px/24px var(--main-font-family);
  --medium-font-cell-2: 500 20px/100% var(--main-font-family);
  --normal-font-cell: 400 12px/20px var(--main-font-family);
  --normal-font-cell-2: 400 16px/24px var(--main-font-family);
  --small-tooltip-font: 400 10px/14px var(--main-font-family);
  --dropdown-font-bold: 700 14px/18px var(--main-font-family);
  --empty-cell-width: 40px;
  --cell-width: 50px;
  --filter-cell-width: auto;
  --header-cell-width: 150px;
  --actions-cell-width: 80px;

  /* z-index */
  --z-portal-popup: 1100;

  /* spacing — grid */
  --grid-row-gap: 16px;
  --grid-column-gap: 30px;

  /* spacing */
  --input-padding-vertical: 12px;
  --input-padding-left: 20px;
  --input-padding-right-small: 8px;
  --input-padding-right-large: 44px;
  --input-height: 50px;
  --input-border-radius: 20px;

  /* brand */
  --brand-orange-sun: #fd7119;
  --brand-orange-bright: #fc711a;
  --brand-marian-blue: #303880;
  --brand-white: #fff;

  /* secondary */
  --secondary-pink: #f0dde0;
  --secondary-sandy: #f6e9e0;
  --secondary-sandy-50: rgba(246, 233, 224, 0.5);
  --secondary-grey: #d7d7d7;
  --secondary-dark: #30388033;

  /* typo */
  --typo-marian-blue: #303880;
  --typo-white: #fff;
  --typo-grey: #a5a5a5;

  /* BG */
  --bg-pink: #f0dde0;
  --bg-sandy: #f6e9e0;
  --bg-pen-blue: #0a0f47;
  --light-gray: #f4f4f4;
  --semi-transparent-white: #ffffff85;
  --semi-transparent-white-strong: #ffffffcc;
  --bg-rose-dust: #f9f1eb;
  --bg-light-grey: #3038801a;

  --bg-header-truck-companies: #f8f2ec;

  /* add */

  --add-main: #cfc6cc;
  --add-hover: #f9ad7d;
  --add-disabled: #d7d7d7;
  --blue-grey: #b8d7e0;

  --status-blue: #6d98d6;
  --status-red: #c62828;
  --blocked-row-bg: #c62828d4;
  --status-green: #198754;
  --status-light-green: #dff5e3;
  --status-light-red: #fecaca;
  --status-yellow: #ffdc83f3;
  --status-orange: #fd7119;
  --status-grey: #cccccc;
  --status-draft-bg: #e8e8e8;
  --status-draft-text: #666;
  --status-submitted-bg: #e0f0ff;
  --status-review-bg: #fff8e0;
  --status-review-text: #8a6d00;
  --status-closed-text: #006600;
  --status-archived-bg: #e8e8e8;
  --status-archived-text: #999;

  --status-included: #489455;
  --status-excluded: #c62828;

  /* shadows */
  --shadow-card: 0px 0px 5px rgba(0, 52, 102, 0.08);
  --shadow-banner: 0px 0px 10px rgba(241, 90, 36, 0.08);
}

* {
  box-sizing: border-box;
}

.h1-text {
  font-size: 60px;
  font-weight: 500;
}

.h1-bold-text {
  font-size: 60px;
  font-weight: 700;
}

.h2-text {
  font-size: 36px;
  font-weight: 400;
}

.h2-semi-text {
  font-size: 36px;
  font-weight: 500;
}

.h2-bold-text {
  font-size: 36px;
  font-weight: 700;
}

.h3-bold-text {
  font-size: 22px;
  font-weight: 700;
}

.h3-semi-text {
  font-size: 22px;
  font-weight: 500;
}

.h3-text {
  font-size: 22px;
  font-weight: 400;
}

.h4-black-text {
  font-size: 20px;
  font-weight: 900;
}

.h4-text {
  font-size: 20px;
  font-weight: 400;
}

.h4-semi-text {
  font-size: 20px;
  font-weight: 500;
}

.body-text {
  font-size: 16px;
  font-weight: 400;
}

.body-semi-text {
  font-size: 16px;
  font-weight: 500;
}

.body-bold-text {
  font-size: 16px;
  font-weight: 700;
}

.btn-text {
  font-size: 16px;
  font-weight: 700;
}

.helper-text {
  font-size: 14px;
  font-weight: 400;
}

.helper-semi-text {
  font-size: 14px;
  font-weight: 500;
}

.helper-bold-small-text {
  font-size: 10px;
  font-weight: 700;
}

.helper-small-text {
  font-size: 10px;
  font-weight: 400;
}

.large-title-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.h5-bold-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.h5-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.h3-message-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.body-text-large-line {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.body-bold-text-large-line {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}

.normal {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.heavy {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.non-underline:hover {
  text-decoration: none !important;
}

.ctn_Main {
  width: 100vw;
}

.ctn_page {
  width: 100%;
  min-height: 100vh;
  display: flex;
  background-color: var(--bg-sandy);
}

.ctn_banner {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.ctn_hydrationMessage {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ctn_step {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 30px;
}

.gr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-row-gap) var(--grid-column-gap);
}

@container (max-width: 500px) {
  .gr {
    grid-template-columns: 1fr;
  }
}

.form-divider {
  border-bottom: 1px solid var(--brand-marian-blue);
}

.ctn_page_list {
  flex: 1;
  padding: 30px;
  overflow-x: auto;
}

/* div[data-page="Binding"] .ctn_page_list {
  max-width: 1200px;
  padding: 30px 20px;
  margin: 0 auto;
} */

.ctn_page_list_profile {
  flex: 1;
  padding: 30px 80px;
}

.ctn_infobanner {
  margin-bottom: 30px;
}

.ctn_content_wrapper {
  min-width: 1200px;
}

.ctn_filter {
  padding: 30px 20px 20px 20px;
  background-color: var(--brand-marian-blue);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.ctn_list {
  background-color: inherit;
}

.row-al-center-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.column-item {
  display: flex;
  flex-direction: column;
}

.spaceBetween {
  justify-content: space-between;
}

.column-reverse-item {
  display: flex;
  flex-direction: column-reverse;
}

.maskReset {
  flex: 1;
  min-width: 0px;
  border: none;
}

.maskReset:hover {
  border: none;
}

.maskReset:focus {
  border: none;
}

.maskReset:focus-visible {
  border: none;
  outline: none;
}

.loader {
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  height: 100%;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid #ccc;
  border-top-color: var(--portalThemeOnColor17);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.ctn_noItems {
  padding: 1rem;
  height: 100%;

  justify-content: center;
}

.ellipsis-text {
  white-space: nowrap;
  /* не переносити текст */
  overflow: hidden;
  /* приховати зайве */
  text-overflow: ellipsis;
  /* три крапки наприкінці */
}

.textareaReset {
  resize: none;
  outline: none !important;
  border: none;

  height: 100%;
  width: 100%;

  font-family: var(--main-font-family);
}

.textarea:hover {
  border: none;
}

.textarea:focus {
  border: none;
}

.textarea:focus-visible {
  border: none;
  outline: none !important;
}

.pointer {
  cursor: pointer;
}

.nav-item-default {
  display: flex !important;

  flex-direction: row;
}

.nav-link-default {
  color: var(--portalThemeOnColor17) !important;
  background-color: transparent !important;
  padding: 0px !important;
  width: 83px;
  height: 35px;

  display: flex !important;
  align-items: center;
  justify-content: center;
}

.nav-link-default:hover {
  color: var(--portalThemeOnColor20) !important;
  background-color: transparent !important;
  text-decoration: unset !important;
}

.nav-link-default:focus {
  color: var(--portalThemeOnColor20) !important;
  background-color: transparent !important;
  text-decoration: unset !important;
}

.nav-link-default:focus-visible {
  color: var(--portalThemeOnColor20) !important;
  background-color: none !important;
  text-decoration: unset !important;
}

.nav-link-default.nav-border {
  border: 1px solid var(--portalThemeOnColor17);
  border-radius: 3px;
}

.nav-link-default.nav-border:hover {
  border: 1px solid var(--portalThemeOnColor20);
}

.nav-link-default.nav-border:focus {
  border: 1px solid var(--portalThemeOnColor20);
}

.nav-link-default.nav-border:focus-visible {
  border: 1px solid var(--portalThemeOnColor20);
}

.maskReset::placeholder {
  color: var(--portalThemeOnColor18) !important;
  /* Можна замінити на будь-який колір */
  opacity: 1;
  /* За потреби */
}

.placeholder {
  color: var(--portalThemeOnColor18) !important;
  /* Можна замінити на будь-який колір */
  opacity: 1;
  /* За потреби */
  background-color: transparent !important;
  cursor: pointer !important;
}

.max-width-container {
  max-width: 1200px;
}

.button-reset {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.rotate {
  transition: transform 0.2s ease;
}

.rotate180 {
  transform: rotate(180deg);
}

.overlay-host {
  position: relative;
}

div.ms-Spinner {
  display: none !important;
}


