:root {
  --primary-50: #e8ebfa;
  --primary-100: #b6c0ef;
  --primary-200: #93a2e7;
  --primary-300: #6277dc;
  --primary-400: #435dd5;
  --primary-500: #1434cb;
  --primary-600: #122fb9;
  --primary-700: #0e2590;
  --primary-800: #0b1d70;
  --primary-900: #081655;

  --secondary-50: #fff9e8;
  --secondary-100: #feebb6;
  --secondary-200: #fee293;
  --secondary-300: #fdd562;
  --secondary-400: #fdcd44;
  --secondary-500: #fcc015;
  --secondary-600: #e5af13;
  --secondary-700: #b3880f;
  --secondary-800: #8b6a0c;
  --secondary-900: #6a5109;

  --info-50: #e8f1ff;
  --info-100: #b7d5fe;
  --info-200: #94c0fe;
  --info-300: #63a3fd;
  --info-400: #4591fd;
  --info-500: #1676fc;
  --info-600: #146be5;
  --info-700: #1054b3;
  --info-800: #0c418b;
  --info-900: #09326a;
  --info-1000: #1434cb33;

  --success-50: #eef9e8;
  --success-100: #c9edb8;
  --success-200: #afe496;
  --success-300: #8bd766;
  --success-400: #75d048;
  --success-500: #52c41a;
  --success-600: #4bb218;
  --success-700: #3a8b12;
  --success-800: #2d6c0e;
  --success-900: #22520b;

  --danger-50: #fdeded;
  --danger-100: #f8c6c6;
  --danger-200: #f5aaab;
  --danger-300: #f18484;
  --danger-400: #ee6c6d;
  --danger-500: #ea4748;
  --danger-600: #d54142;
  --danger-700: #a63233;
  --danger-800: #812728;
  --danger-900: #621e1e;

  --neutral-10: #ffffff;
  --neutral-20: #fafafa;
  --neutral-30: #f4f4f4;
  --neutral-40: #ededed;
  --neutral-50: #e1e1e1;
  --neutral-60: #d2d2d2;
  --neutral-70: #c3c3c3;
  --neutral-80: #b5b5b5;
  --neutral-90: #a6a6a6;
  --neutral-100: #959595;
  --neutral-200: #888888;
  --neutral-300: #6b6b6b;
  --neutral-400: #4d4d4d;
  --neutral-500: #3e3e3e;
  --neutral-600: #2e2e2e;
  --neutral-700: #1f1f1f;
  --neutral-800: #171717;
  --neutral-900: #0f0f0f;

  /* secondary color*/
  --primary-color: #274ecb;

  /* secondary color*/
  --secondary-color: #f5bf13;

  /* ligher shade of blue */
  --light-blue-color: #f6f8fe;

  /* darker shade of blue */
  --dark-blue-color: #aebaf4;

  /* green color used for success */
  --dark-green-color: #008000;

  /* border color */
  --border-color: #dbdcdf;

  /* form background color */
  --form-color: #f5f5f5;

  /* used for edit button color */
  --blue-color: #3d5ccb;

  /* used for delete button color */
  --red-color: #ff4d4f;

  /* used for title color */
  --midnight-blue: #27303c;

  --white-color: #ffffff;

  --black-color: #000000;
  --subheading: #e6e6e6;
  --titleColor: #858585;
  --menuTitleColor: #333333;
  --activeMenu-color: #f5f5f5;
  --selectPlaceholder: #908c89;
  --table-header-bg-color: #4e75d9;
  --sider-menu-color: #1a3796;
}

/* start Noto Sans font family */
@font-face {
  font-family: 'Noto Sans';
  src: url('./assets/fonts/Noto_Sans/static/NotoSans-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('./assets/fonts/Noto_Sans/static/NotoSans-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('./assets/fonts/Noto_Sans/static/NotoSans-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('./assets/fonts/Noto_Sans/static/NotoSans-Bold.ttf');
  font-weight: 700;
}

/* end Noto Sans font family */

body {
  font-size: 16px;
}

/* start noto-sans font-family heading size */

/* h1 {
  font-size: 42px;
  line-height: 65px;
}

h2 {
  font-size: 34px;
  line-height: 52px;
}

h3 {
  font-size: 26px;
  line-height: 42px;
}

h4 {
  font-size: 20px;
  line-height: 33px;
}

h5 {
  font-size: 16px;
  line-height: 27px;
}

h6 {
  font-size: 14px;
  line-height: 23px;
} */
h1 {
  font-size: 60px;
  line-height: 78px;
}

h2 {
  font-size: 48px;
  line-height: 64px;
}

h3 {
  font-size: 36px;
  line-height: 48px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-size: 16px;
  line-height: 140%;
}
/* end noto-sans font family heading size */

.ant-layout-sider:not(.ant-layout-sider-collapsed) {
  min-width: 300px !important;
}

.ant-layout-sider-trigger > button {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.ant-layout-sider-trigger > button span {
  color: var(--white-color) !important;
}

.ant-layout-sider:not(.ant-layout-sider-collapsed) .ant-layout-sider-trigger {
  width: 300px !important;
}

.ant-layout-sider:not(.ant-layout-sider-collapsed)
  .ant-layout-sider-children
  > div {
  width: 300px !important;
}

.ant-menu-submenu-selected > .ant-menu-submenu-title {
  color: var(--black-color) !important;
}

.ant-menu-submenu-title:hover {
  color: var(--black-color) !important;
}

.a8-show-button {
  color: var(--dark-green-color) !important;
  border-color: var(--dark-green-color) !important;
}

.a8-edit-button {
  color: var(--blue-color) !important;
  border-color: var(--blue-color) !important;
}

.a8-delete-button {
  color: var(--red-color) !important;
  border-color: var(--red-color) !important;
}

.a8-error {
  color: var(--red-color) !important;
  border-color: var(--red-color) !important;
}

.a8-title {
  color: var(--midnight-blue) !important;
  font-size: 24px !important;
  text-align: center;
  font-weight: 600;
}

.a8-text-primary {
  color: var(--primary-color);
}

.a8-shell-card {
  border: 2px solid var(--primary-color);
  border-radius: 24px !important;
}

.a8-shell-card:hover {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.a8-shell-card .a8-shell-card-icon {
  color: var(--primary-color);
}

.a8-shell-card:hover .a8-shell-card-title {
  -webkit-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

.a8-shell-card-title {
  min-height: 72px !important;
}

.a8-shell-card:hover .a8-shell-card-info {
  color: var(--black-color);
}

.a8-logged-in-user-info {
  font-size: 48px;
}

.a8-shell-card:hover {
  transform: scale(1.03);
}

.a8-shell-card {
  transition: all 0.3s linear;
}

.a8-shell-card-info {
  padding: 6px;
  border-radius: 10px;
  text-align: center;
}

.ant-layout-content {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}
.org-select .custom-dropdown .ant-select-arrow {
  margin-top: -5px !important;
}
.auth-error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  text-align: center;
  background-color: white;
  height: 100vh;
  width: 100%;
}
.avatar-icon {
  color: #805bd9;
}
.avatar-icon-bg {
  color: #d8d8d8;
}
.multilingual.ant-dropdown-trigger {
  padding: 8px;
  border-radius: 8px;
  margin: 0px 4px;
  color: var(--menuTitleColor) !important;
  font-size: 18px;
}
.back-arrow.ant-btn-icon-only {
  background: var(--neutral-30) !important;
  border: 1px solid var(--neutral-60) !important;
}
.back-arrow.ant-btn-icon-only:hover {
  background: var(--neutral-60) !important;
}
