@charset "UTF-8";
/*
  ===================== proyecto =================
*/
/*
  ===================== Base =====================
*/
/*
  ===================== font-size =====================
*/
/*
===================== font-weight ==============
*/
/*
  ===================== mediaqueries =====================
*/
/*
  ===================== margenes y padding =====================
*/
/*
  ===================== Base =====================
*/
html {
  height: 100%;
}

body {
  color: var(--color-base) !important;
  background-color: var(--color-bg-secondary);
  font-weight: 400;
  position: relative;
  height: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  line-height: 26px;
  overscroll-behavior: contain;
  transition: background-color 0.5s linear;
  left: 0;
  font-family: "CorporateS";
  font-size: 14px;
}
body nav {
  margin: 30px;
}
body .container {
  max-width: 1200px;
  margin: auto;
}
body ::selection {
  background: var(--color-primary);
  /* WebKit/Blink Browsers */
  color: var(--color-btn-primary-text);
}
body ::-moz-selection {
  background: var(--color-primary);
  /* Gecko Browsers */
  color: var(--color-btn-primary-text);
}

.kfm_card {
  background-color: var(--color-terciary);
  border-radius: 6px;
}

.kfm_bg-base {
  background-color: var(--color-bg-base) !important;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.right {
  text-align: right;
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.wide {
  width: 100%;
}

.ml {
  margin-left: 10px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt {
  margin-top: 10px !important;
}

.mt2 {
  margin-top: 20px !important;
}

.mt3 {
  margin-top: 30px !important;
}

.mb {
  margin-bottom: 10px !important;
}

.mb2 {
  margin-bottom: 20px !important;
}

.mb3 {
  margin-bottom: 30px !important;
}

.text-nowrap {
  white-space: nowrap;
}

.kfm_red {
  color: var(--color-red);
}

.kfm_green {
  color: var(--color-green);
}

.d-block {
  display: block;
}

.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

hr {
  border: 1px solid var(--input-border);
  margin: 10px 0;
}

.container-page {
  position: relative;
  height: 100%;
}
.container-page object {
  width: 100%;
  height: 100%;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color_corporate_blue);
  color: var(--color_text_secondary);
  min-height: 50px;
}
#header > div {
  width: 92%;
  margin: auto;
  max-width: 1500px;
}

.container-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white-1);
  background-color: #00ADEF;
  height: 100px;
}

.container-scroll {
  overflow-y: auto;
  padding: 20px;
  height: 100%;
}
.container-scroll > .row {
  max-width: 1100px;
  margin-left: 0px;
}
@media (min-width: 1024px) {
  .container-scroll {
    padding: 30px 60px;
  }
}

@media (max-width: 768px) {
  .p0 {
    padding: 0 !important;
  }
}
.dark-container {
  display: inline-block;
  background-color: #000000;
  padding: 20px;
}

@media (min-width: 768px) {
  #header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  #page-load {
    height: 100%;
  }

  .container-page {
    grid-column: 2;
    grid-row: 2;
  }

  #spa_index, #dashboard {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 80%;
    grid-template-columns: 20% 80%;
    -ms-grid-rows: 50px calc(100vh - 50px);
    grid-template-rows: 50px calc(100vh - 50px);
    overflow-y: hidden;
  }

  .container {
    padding: 0 30px;
    width: 100%;
  }
}
* {
  padding: 0;
  margin: 0;
  outline: none !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

li {
  list-style: none;
}

fieldset {
  border: 0;
}

/*fonts family*/
@font-face {
  font-family: "CorporateACondPro";
  src: url("../2209526/corporateacon-reg-webfont.eot");
  src: url("../2209526/corporateacon-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../2209526/corporateacon-reg-webfont.woff2") format("woff2"), url("../2209526/corporateacon-reg-webfont.woff") format("woff"), url("../2209526/corporateacon-reg-webfont.svg#corporate_a_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CorporateS";
  src: url("../2209526/corporates-regular-webfont.eot");
  src: url("../2209526/corporates-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../2209526/corporates-regular-webfont.woff2") format("woff2"), url("../2209526/corporates-regular-webfont.woff") format("woff"), url("../2209526/corporates-regular-webfont.svg#corporate_sregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  /*
    ===================== Color list =================
  */
  --color_corporate_blue: #00adef;
  --color-white-1: #ffffff;
  --color-black-1: #000000;
  --color-black-2: #1A1A1A;
  --color-blue-1: var(--color_corporate_blue);
  --color-blue-2: #0088c6;
  --color-blue-3: #b9e8fb;
  --color-blue-14: #e6f7ff;
  --color-grey-1: #333333;
  --color-grey-2: #767676;
  --color-grey-3: #666666;
  --color-grey-4: #999999;
  --color-grey-5: #3c3c3c;
  --color-grey-6: #2a2a2a;
  --color-grey-7: #e5e5e5;
  --color-grey-8: #eeeeee;
  --color-green: #35b76c;
  --color-green-2: #52c41b;
  --color-green-3: #f6ffed;
  --color-green-4: #b7eb8f;
  --color-red: #9f0002;
  --color-red-2: #e2002f;
  /*
    ===================== Variables =================
  */
  --color-base: var(--color-grey-1);
  --color-primary: var(--color_corporate_blue);
  --color-secondary: var(--color-white-2);
  --color-terciary: var(--color-white-1);
  --headers-text: var(--color-grey-1);
  --paragraph-text: var(--color-grey-1);
  --list-text: var(--color-grey-1);
  --mark-text: var(--color-white-1);
  --mark-bg: var(--color-grey-1);
  --helper-text: var(--color-grey-1);
  --color-bg-primary: var(--color-white-4);
  --color-bg-secondary: var(--color-white-1);
  --color-bg-secondary-border: var(--color-blue-5);
  --color-bg-terciary: var(--color-white-1);
  --color-bg-terciary-border: var(--color-grey-2);
  --color-bg-base: var(--color-grey-1);
  --color-font-highlight: var(--color-blue-1);
  --color-font-bg-highlight: var(--color-white-2);
  --color-font-links: var(--color-blue-1);
  --color-btn-primary-text: var(--color-white-1);
  --color-btn-primary: var(--color_corporate_blue_kfm);
  --color-btn-primary-hover: var(--color-blue-2);
  --color-btn-secondary-text: var(--color-grey-5);
  --color-btn-secondary: var(--color-grey-5);
  --color-btn-secondary-hover: var(--color-grey-6);
  --color-btn-terciary-text: var(--color-blue-1);
  --color-btn-terciary: var(--color-white-1);
  --color-btn-terciary-hover: var(--color-white-2);
  --color-btn-disabled-text: var(--color-blue-20);
  --color-btn-disabled: var(--color-white-2);
  --color-btn-active: var(--color-blue-3);
  --color-btn-active-text: var(--color-white-1);
  --input-label: var(--color-grey-3);
  --input-description: var(--color-grey-1);
  --input-text: var(--color-grey-1);
  --input-border: var(--color-grey-4);
  --input-placeholder: var(--color-grey-1);
  --input-bg: var(--color-white-1);
  --input-hover-text: var(--color-grey-4);
  --input-hover-border: var(--color-blue-2);
  --input-hover-bg: var(--color-white-1);
  --input-focus-text: var(--color-grey-4);
  --input-focus-border: var(--color-blue-3);
  --input-focus-bg: var(--color-white-1);
  --input-focus-shadow: rgba(8, 84, 160, 0.5);
  --input-readonly-bg: var(--color-grey-8);
  --input-readonly-border: var(--color-grey-7);
  --selection-text: var(--color-grey-4);
  --selection-bg: var(--color-white-1);
  --selection-hover-text: var(--color-grey-4);
  --selection-hover-bg: var(--color-grey-8);
  --selection-selected-text: var(--color-white-1);
  --selection-selected-bg: var(--color-blue-14);
  --selection-disabled-text: var(--color-grey-4);
  --selection-disabled-bg: var(--color-grey-4);
  --selection-caret: var(--color-blue-3);
  --checkbox-border: var(--color-grey-2);
  --checkbox-hover-border: var(--color-blue-3);
  --checkbox-checked-border: var(--color_corporate_blue);
  --checkbox-checked-bg: var(--color_corporate_blue);
  --checkbox-checked-inner: transparent;
  --switch-on-bg: var(--color_corporate_blue);
  --switch-inner: var(--color-white-1);
  --switch-off-bg: var(--color-grey-4);
  --ranges-tooltip-text: var(--color-white-1);
  --ranges-tooltip-bg: var(--color-grey-4);
  --sidebar-bg: var(--color-white-5);
  --sidebar-text: var(--color-blue-1);
  --sidebar-border: var(--color-blue-5);
  --sidebar-icon-bg: var(--color-white-1);
  --sidebar-item-hover: var(--color-white-2);
  --sidebar-item-selected: var(--color-blue-3);
  --sidebar-item-selected-text: var(--color-white-1);
  --pagination-bg: var(--color-white-1);
  --pagination-border: var(--color-grey-2);
  --pagination-text: var(--color-grey-4);
  --tabs-bg: var(--color-white-1);
  --tabs-text: var(--color-blue-2);
  --tabs-border: var(--color-blue-2);
  --tabs-icon: var(--color-blue-5);
  --tabs-hover-bg: var(--color-white-2);
  --tabs-hover-text: var(--color-blue-2);
  --tabs-active-bg: var(--color-blue-3);
  --tabs-active-text: var(--color-white-1);
  --table-border: var(--color-grey-2);
  --table-th-text: var(--color-white-1);
  --table-td-text: var(--color-grey-1);
  --breadcrumbs-text: var(--color-blue-1);
  --breadcrumbs-current-text: var(--color-grey-1);
  --spinner-border: var(--color_corporate_blue);
  --loader-dots: var(--color-blue-4);
  --alerts-bg: var(--color-blue-14);
  --alerts-text: var(--color-grey-4);
  --alerts-border: var(--color-blue-15);
  --alerts-icon: var(--color-blue-1);
  --alerts-success-bg: var(--color-green-3);
  --alerts-success-border: var(--color-green-4);
  --alerts-success-icon: var(--color-green-2);
  --alerts-warning-bg: var(--color-yellow-3);
  --alerts-warning-border: var(--color-yellow-4);
  --alerts-warning-icon: var(--color-yellow-2);
  --alerts-error-bg: var(--color-red-3);
  --alerts-error-border: var(--color-red-4);
  --alerts-error-icon: var(--color-red-2);
  --snackbar-bg: var(--color-white-1);
  --snackbar-text: var(--color-grey-4);
  --snackbar-icon-bg-info: var(--color-blue-1);
  --snackbar-icon-bg-success: var(--color-green-2);
  --snackbar-icon-bg-error: var(--color-red-2);
  --snackbar-icon-bg-warning: var(--color-yellow-2);
  --toast-notification-bg: var(--color-white-1);
  --toast-notification-text: var(--color-grey-4);
  --toast-notification-icon-bg: var(--color-blue-1);
  --toast-notification-icon-text: var(--color-white-1);
  --tooltip-text: var(--color-white-1);
  --tooltip-bg: var(--color-grey-4);
  --progressbar-bg: var(--color-white-1);
  --progressbar-border: var(--color-grey-2);
  --progressbar-progress-bg: var(--color-blue-1);
}

h1,
.kfm_h1,
h2,
.kfm_h2,
h3,
.kfm_h3,
h4,
.kfm_h4,
h5,
.kfm_h5,
h6,
.kfm_h6 {
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 700;
  color: var(--headers-text);
}

h1 {
  font-size: 38px;
  line-height: 56px;
  font-family: "CorporateACondPro";
  color: var(--headers-text);
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

.kfm_h1 {
  font-size: 38px !important;
  line-height: 56px;
  font-family: "CorporateACondPro";
  color: var(--headers-text);
}
@media (min-width: 768px) {
  .kfm_h1 {
    font-size: 48px !important;
  }
}

h2 {
  font-size: 30px;
  line-height: 44px;
  font-family: "CorporateACondPro";
  color: var(--headers-text);
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}

.kfm_h2 {
  font-size: 30px !important;
  line-height: 44px;
  font-family: "CorporateACondPro";
  color: var(--headers-text);
}
@media (min-width: 768px) {
  .kfm_h2 {
    font-size: 36px !important;
  }
}

h3 {
  font-family: "CorporateS";
  font-size: 26px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: var(--headers-text);
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}

.kfm_h3 {
  font-family: "CorporateS";
  font-size: 26px !important;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 32px;
  color: var(--headers-text);
}
@media (min-width: 768px) {
  .kfm_h3 {
    font-size: 30px !important;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  color: var(--headers-text);
}
@media (min-width: 768px) {
  h4 {
    font-size: 28px;
  }
}

.kfm_h4 {
  font-size: 28px !important;
  color: var(--headers-text);
}
@media (min-width: 768px) {
  .kfm_h4 {
    font-size: 28px !important;
  }
}

h5 {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--headers-text);
}
@media (min-width: 768px) {
  h5 {
    font-size: 26px;
  }
}

.kfm_h5 {
  font-size: 26px !important;
  color: var(--headers-text);
}
@media (min-width: 768px) {
  .kfm_h5 {
    font-size: 26px !important;
  }
}

h6 {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--headers-text);
}

.kfm_h6 {
  font-size: 24px !important;
  color: var(--headers-text);
}

a,
.kfm_a {
  color: var(--color-font-links);
  text-decoration: none;
  font-weight: 500;
  font-family: "CorporateS";
}
a:hover,
.kfm_a:hover {
  color: var(--color-font-links);
  text-decoration: underline;
}
a:visited,
.kfm_a:visited {
  background-color: var(--color-font-bg-highlight);
}
a.active-page,
.kfm_a.active-page {
  position: relative;
}
a.active-page::before,
.kfm_a.active-page::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid var(--color-primary);
  top: 5px;
  left: -14px;
}
a--disabled,
.kfm_a--disabled {
  pointer-events: none;
  color: var(--color-grey-4);
}

blockquote {
  position: relative;
  padding-left: 35px;
  margin: 30px 0 45px;
}
blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  background-color: var(--color-primary);
  height: 100%;
}

p {
  margin-bottom: 30px;
}

.kfm_p {
  margin-bottom: 30px;
  color: var(--paragraph-text);
}
.kfm_p-secondary, .kfm small {
  font-size: 12px;
  margin-bottom: 10px;
  color: var(--paragraph-text);
}
.kfm_sub-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "CorporateS";
}
.kfm_sub-title--small {
  font-size: 16px;
  font-family: "CorporateS";
}
.kfm_sub-title--large {
  font-size: 20px;
  font-family: "CorporateS";
}
.kfm_sub-title--xl {
  font-size: 28px;
  font-family: "CorporateS";
}
.kfm_font-alternative {
  font-family: "Calibri";
}

.kfm_list {
  list-style-position: inside;
  padding-left: 24px;
  margin-bottom: 30px;
  line-height: 24px;
  color: var(--list-text);
}
.kfm_list--ordered li {
  counter-increment: li;
}
.kfm_list--ordered li::before {
  content: counter(li) ".";
  color: var(--list-text);
  display: inline-block;
  width: 1.5em;
  margin-left: -1em;
}
.kfm_list--unordered li {
  padding-left: 32px;
}
.kfm_list--unordered li::before {
  content: "•";
  font-size: 26px;
  color: var(--color-grey-3);
  display: inline-block;
  width: 1em;
  vertical-align: middle;
  margin-left: -1em;
}
.kfm_list--large li {
  padding-bottom: 10px;
}

.kfm--light {
  font-weight: 300;
}
.kfm--regular {
  font-weight: 400;
}
.kfm--medium {
  font-weight: 500;
}
.kfm--semi-bold {
  font-weight: 600;
}
.kfm--bold {
  font-weight: 700;
}

.helper-text {
  font-size: 12px;
  color: var(--helper-text);
  line-height: 18px;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.kfm_text-mark,
mark {
  color: var(--mark-text);
  background-color: var(--mark-bg);
  padding: 0 5px;
}

strong {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.inactive,
.text-disabled {
  color: var(--color-grey-3);
}

@font-face {
  font-family: "icomoon";
  src: url("../2209526/icomoon.eot?3x221w");
  src: url("../2209526/icomoon.eot?3x221w#iefix") format("embedded-opentype"), url("../2209526/icomoon.ttf?3x221w") format("truetype"), url("../2209526/icomoon.woff?3x221w") format("woff"), url("../2209526/icomoon.svg?3x221w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-error:before {
  content: "";
}

.icon-info:before {
  content: "";
  color: #0a6ed1;
}

.icon-success:before {
  content: "";
  color: #0a6ed1;
}

.icon-warning:before {
  content: "";
  color: #0a6ed1;
}

.icon-arrow-left:before {
  content: "";
  color: #fff;
}

.icon-arrow-right:before {
  content: "";
  color: #fff;
}

.icon-calculator:before {
  content: "";
  color: #fff;
}

.icon-calendar:before {
  content: "";
  color: #fff;
}

.icon-car:before {
  content: "";
  color: #fff;
}

.icon-carcomp:before {
  content: "";
  color: #fff;
}

.icon-carconfig:before {
  content: "";
  color: #fff;
}

.icon-carrecos:before {
  content: "";
  color: #fff;
}

.icon-close:before {
  content: "";
  color: #fff;
}

.icon-contact:before {
  content: "";
  color: #fff;
}

.icon-dealer:before {
  content: "";
  color: #fff;
}

.icon-doblearrow-horizontal:before {
  content: "";
  color: #fff;
}

.icon-doblearrow-vertical:before {
  content: "";
  color: #fff;
}

.icon-docs:before {
  content: "";
  color: #fff;
}

.icon-favorite:before {
  content: "";
  color: #fff;
}

.icon-login:before {
  content: "";
  color: #fff;
}

.icon-logout:before {
  content: "";
  color: #fff;
}

.icon-menu:before {
  content: "";
  color: #fff;
}

.icon-new-menu:before {
  content: "";
  color: #fff;
}

.icon-notification:before {
  content: "";
  color: #fff;
}

.icon-phone:before {
  content: "";
  color: #fff;
}

.icon-search:before {
  content: "";
  color: #fff;
}

.icon-seting:before {
  content: "";
  color: #fff;
}

.icon-shop:before {
  content: "";
  color: #fff;
}

.icon-testdrive:before {
  content: "";
  color: #fff;
}

.icon-user:before {
  content: "";
  color: #fff;
}

.icon-userimage:before {
  content: "";
  color: #fff;
}

.kfm-icons div {
  margin-bottom: 15px;
}
.kfm-icons [class^=icon] {
  margin-right: 10px;
}
.kfm-icons [class^=icon]:before {
  color: #000000;
  font-size: 21px;
  line-height: 21px;
  vertical-align: middle;
}

.kfm-button {
  display: inline-block;
  border: none;
  border-radius: 2px;
  padding: 10px 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  text-decoration: none;
  color: var(--color_text_secondary);
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-family: "CorporateS";
  width: 100%;
  transition: background-color 0.4s;
}
@media only screen and (min-width: 768px) {
  .kfm-button {
    width: auto !important;
  }
}
.kfm-button i,
.kfm-button span,
.kfm-button svg {
  margin-right: 5px;
}
.kfm-button [class^=icon]:before {
  font-size: 10px;
}
.kfm-button--primary {
  background-color: var(--color_corporate_blue);
  color: var(--color-btn-primary-text);
  border: 1px solid var(--color-btn-primary);
}
.kfm-button--primary:hover, .kfm-button--primary:focus {
  background-color: var(--color-btn-primary-hover);
}
.kfm-button--secondary {
  background: var(--color-grey-5);
  color: var(--color-white-1);
  border: 1px solid var(--color-grey-5);
}
.kfm-button--secondary:hover, .kfm-button--secondary:focus {
  background-color: var(--color-grey-6);
}
.kfm-button--terciary {
  color: var(--color-grey-1);
  font-weight: 700;
  background: var(--color-white-1);
  border: 1px solid var(--color-grey-7);
  box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.3);
}
.kfm-button--terciary:hover, .kfm-button--terciary:focus {
  background-color: var(--color-grey-8);
}
.kfm-button--terciary [class^=icon-]:before {
  margin-right: 0;
  padding: 1px;
  background-color: #333;
  font-size: 12px;
}
.kfm-button--disabled, .kfm-button:disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.kfm-button--active {
  background-color: var(--color-btn-active);
  border: 1px solid var(--color-btn-active);
  color: var(--color-btn-active-text);
}
.kfm-radio-group {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  display: inline-block;
  font-size: 0;
  line-height: unset;
}
.kfm-radio-group .kfm-radio-button-wrapper {
  position: relative;
  height: 32px;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.kfm-radio-group .kfm-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #d9d9d9;
  transition: background-color 0.3s;
  content: "";
}
.kfm-radio-group .kfm-radio-button-wrapper > .kfm-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.kfm-radio-group .kfm-radio-button-wrapper .kfm-radio-inner,
.kfm-radio-group .kfm-radio-button-wrapper input[type=radio],
.kfm-radio-group .kfm-radio-button-wrapper input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.kfm-radio-group .kfm-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.kfm-radio-group .kfm-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.kfm-radio-group .kfm-radio-button-wrapper-checked {
  color: var(--color-white-1);
}
.kfm-radio-group .kfm-radio-button-wrapper-disabled, .kfm-radio-group .kfm-radio-button-wrapper-disabled:first-child, .kfm-radio-group .kfm-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.kfm-radio-group .kfm-radio-button-wrapper-checked:not(.kfm-radio-button-wrapper-disabled) {
  background: var(--color_corporate_blue);
  border-color: var(--color_corporate_blue);
}
.kfm-radio-group .kfm-radio-button-wrapper-checked:not(.kfm-radio-button-wrapper-disabled)::before {
  border-color: var(--color_corporate_blue);
  background: var(--color_corporate_blue);
}

.kfm_input, .kfm_textarea {
  position: relative;
  max-width: 700px;
  color: var(--color-grey-1) !important;
}
.kfm_input .kfm_label, .kfm_textarea .kfm_label {
  font-weight: 900;
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--color-grey-1);
}
.kfm_input input, .kfm_textarea input {
  font-family: "CorporateS";
  display: inline-block;
  padding: 4px 11px !important;
  font-size: 14px;
  line-height: 32px !important;
  background-color: #fff;
  border-radius: 2px !important;
  height: 32px !important;
  border: 1px solid #999999 !important;
  box-sizing: border-box !important;
  margin-bottom: 0 !important;
  transition: border 500ms ease-in;
  border-radius: 2px;
}
.kfm_input input::placeholder, .kfm_textarea input::placeholder {
  font-size: 14px;
  color: var(--color-grey-4) !important;
}
.kfm_input input:hover, .kfm_textarea input:hover {
  box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--color-blue-2) !important;
}
.kfm_input input:focus, .kfm_textarea input:focus {
  border: 1px solid var(--color-blue-2) !important;
  box-shadow: none !important;
}
.kfm_input input[type=date], .kfm_textarea input[type=date] {
  line-height: 20px !important;
}
.kfm_input textarea, .kfm_textarea textarea {
  font-family: "CorporateS";
  display: inline-block;
  padding: 4px 11px;
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 2px;
  height: 32px;
  border: 1px solid #999999;
  box-sizing: border-box;
  margin-bottom: 0;
  transition: border 500ms ease-in;
  max-width: 700px;
  resize: none;
  height: 63px;
  line-height: 20px;
}
.kfm_input textarea::placeholder, .kfm_textarea textarea::placeholder {
  font-size: 14px;
  color: var(--color-grey-4) !important;
}
.kfm_input textarea:hover, .kfm_textarea textarea:hover {
  box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--color-blue-2) !important;
}
.kfm_input textarea:focus, .kfm_textarea textarea:focus {
  border: 1px solid var(--color-blue-2) !important;
  box-shadow: none !important;
}
.kfm_input .kfm_textarea-count, .kfm_textarea .kfm_textarea-count {
  display: block;
  color: var(--color-grey-2);
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 12px;
}
.kfm_input__message, .kfm_textarea__message {
  color: var(--color-grey-4);
  font-size: 12px;
  line-height: 12px;
  margin-top: 8px;
}
.kfm_textarea__message {
  margin-top: 0 !important;
}
.kfm_form-check {
  margin-bottom: 20px;
  margin-top: 1rem;
}
.kfm_form-check label {
  display: inline-block;
  margin-right: 8px;
}
.kfm_form-check label .kfm_form-label {
  position: relative;
  display: block;
  font-weight: 600;
  color: var(--color-grey-1);
  margin-bottom: 8px;
  font-size: 16px;
  padding-right: 8px;
  padding-left: 25px;
  line-height: 16px;
}
.kfm_form-check label .kfm_form-label:not(.label-icon).active {
  transform: none;
}
.kfm_form-check label .kfm_form-label ~ .kfm_form-control:disabled {
  opacity: 0.4 !important;
}
.kfm_form-check [type=checkbox]:disabled + span {
  color: var(--color-input-disabled);
}
.kfm_form-check [type=checkbox].filled-in + span::after {
  border: 1px solid var(--checkbox-checked-border) !important;
  background-color: transparent !important;
  border-radius: 0;
  width: 16px;
  height: 16px;
}
.kfm_form-check [type=checkbox].filled-in:checked + span:not(.lever)::after {
  border: 1px solid var(--checkbox-checked-border) !important;
  background-color: transparent !important;
  border-radius: 0;
  width: 16px;
  height: 16px;
}
.kfm_form-check [type=checkbox].filled-in:not(:checked) + span:not(.lever)::after {
  border: 1px solid var(--checkbox-border) !important;
  background-color: transparent !important;
  width: 16px;
  height: 16px;
}
.kfm_form-check [type=checkbox]:hover.filled-in:not(:checked) + span:not(.lever)::after {
  border: 1px solid var(--checkbox-checked-border) !important;
  background-color: transparent !important;
}
.kfm_form-check [type=checkbox].filled-in:checked + span:not(.lever)::before {
  border-right: 1px solid var(--checkbox-checked-border);
  border-bottom: 1px solid var(--checkbox-checked-border);
  top: -2px;
  left: 1px;
  width: 6px;
  height: 11px;
}
.kfm_form-check [type=checkbox].filled-in:disabled + span:not(.lever)::after {
  border: 1px solid var(--color-grey-4) !important;
  background-color: transparent !important;
}
.kfm_form-check [type=checkbox].filled-in:checked:disabled + span:not(.lever)::before {
  border-right: 1px solid var(--color-grey-4) !important;
  border-bottom: 1px solid var(--color-grey-4) !important;
}
.kfm_radio-group {
  margin-bottom: 20px;
  margin-top: 1rem;
}
.kfm_radio-group [type=radio]:focus + span:before {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}
.kfm_radio-group [type=radio]:not(:checked) + span:before, .kfm_radio-group [type=radio]:not(:checked) + span:after {
  border: 1px solid #999;
}
.kfm_radio-group [type=radio].with-gap:checked + span::before,
.kfm_radio-group [type=radio].with-gap:checked + span::after {
  border: 1px solid var(--checkbox-checked-border);
}
.kfm_radio-group [type=radio].with-gap:hover + span::before,
.kfm_radio-group [type=radio].with-gap:hover + span::after {
  border: 1px solid var(--checkbox-checked-border);
}
.kfm_radio-group [type=radio]:checked + span::after,
.kfm_radio-group [type=radio].with-gap:checked + span::after {
  background-color: var(--checkbox-checked-bg);
}
.kfm_radio-group [type=radio]:disabled.with-gap:hover + span::before,
.kfm_radio-group [type=radio]:disabled.with-gap:hover + span::after {
  border: 1px solid var(--input-border);
}
.kfm_radio-group [type=radio]:disabled + span {
  color: var(--input-border);
  opacity: 0.4;
  cursor: auto;
}
.kfm_radio-group > label {
  margin-right: 15px;
}
.kfm_radio-group [type=radio] + span {
  padding-left: 30px;
  font-size: 14px;
  color: var(--color-grey-1);
}
.kfm_form-switch {
  margin-bottom: 20px !important;
}
.kfm_form-switch .kfm_form-switch-text {
  position: relative;
}
.kfm_form-switch .kfm_form-switch-text:before {
  position: absolute;
  left: 9px;
  top: -5px;
  font-size: 12px;
  content: "Si No";
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 36px;
  word-spacing: 5px;
  color: var(--color-white-1);
}
.kfm_form-switch .lever {
  width: 44px !important;
  height: 22px !important;
  border: 2px solid var(--color-placeholder-input);
  margin: 0 5px !important;
  background-color: var(--switch-off-bg) !important;
}
.kfm_form-switch label input[type=checkbox]:checked + .lever {
  background-color: var(--switch-on-bg) !important;
  border: 2px solid var(--switch-on-bg) !important;
}
.kfm_form-switch label input[type=checkbox]:checked + .lever::after,
.kfm_form-switch label input[type=checkbox]:checked + .lever::before {
  border-color: var(--switch-inner);
  background-color: var(--switch-inner);
  left: 21px;
  top: 0;
}
.kfm_form-switch label input[type=checkbox] + .lever::after,
.kfm_form-switch label input[type=checkbox] + .lever::before {
  left: 3px;
  top: 2px;
  width: 18px;
  height: 18px;
  z-index: 2;
}
.kfm_form-switch label input[type=checkbox]:focus + .lever {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.kfm_form-switch label input[type=checkbox]:checked:focus + .lever {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.kfm_input-select {
  margin-bottom: 24px;
}
.kfm_input-select .kfm_label {
  position: relative;
  font-weight: 900;
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  transform: initial;
  transition: initial;
  color: var(--color-grey-1) !important;
}
.kfm_input-select .dropdown-content,
.kfm_input-select .kfm_form-select .dropdown-content {
  top: 32px !important;
  left: 0 !important;
  width: 100% !important;
  border-radius: 6px !important;
  background-color: var(--input-bg) !important;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.kfm_input-select .dropdown-content li,
.kfm_input-select .kfm_form-select .dropdown-content li {
  min-height: 38px;
}
.kfm_input-select .dropdown-content li span,
.kfm_input-select .kfm_form-select .dropdown-content li span {
  padding: 8px 16px;
}
.kfm_input-select .dropdown-content li > span,
.kfm_input-select .dropdown-content li > a,
.kfm_input-select .kfm_form-select .dropdown-content li > span,
.kfm_input-select .kfm_form-select .dropdown-content li > a {
  background-color: var(--selection-bg) !important;
  color: var(--selection-text) !important;
  font-size: 14px;
}
.kfm_input-select .dropdown-content li:hover > span,
.kfm_input-select .dropdown-content li:hover > a,
.kfm_input-select .kfm_form-select .dropdown-content li:hover > span,
.kfm_input-select .kfm_form-select .dropdown-content li:hover > a {
  background-color: #f5f5f5 !important;
}
.kfm_input-select .dropdown-content li.selected > span,
.kfm_input-select .dropdown-content li.selected > a,
.kfm_input-select .kfm_form-select .dropdown-content li.selected > span,
.kfm_input-select .kfm_form-select .dropdown-content li.selected > a {
  color: var(--color-grey-1) !important;
  font-weight: 600;
  background-color: var(--selection-selected-bg) !important;
}
.kfm_input-select .dropdown-content li.disabled,
.kfm_input-select .kfm_form-select .dropdown-content li.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.kfm_form-select {
  font-size: 14px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid var(--color-grey-4);
}
.kfm_form-select .select-dropdown {
  font-size: 14px;
}
.kfm_form-select input {
  margin-bottom: 0;
  border: none !important;
  height: 32px !important;
  padding: 0 11px !important;
  font-size: 14px !important;
  font-family: "CorporateS";
}
.kfm_form-select::placeholder {
  font-size: 14px;
  color: var(--color-grey-4) !important;
}
.kfm_form-select:hover {
  box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--color-blue-2) !important;
}
.kfm_form-select:focus {
  border: 1px solid var(--color-blue-2) !important;
  box-shadow: none !important;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
}
.kfm_form-datepicker {
  margin-bottom: 20px !important;
}
.kfm_form-datepicker input {
  cursor: pointer !important;
}
.kfm_time-picker {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e5e5e5;
  height: 100%;
  width: 100%;
}
.kfm_time-picker p {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding-bottom: 6px;
}
.kfm_time-picker__body {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
.kfm_time-picker__body .kfm_sub-title {
  text-align: center;
}
.kfm_time-picker__item {
  text-align: center;
  border: 1px solid var(--color_corporate_blue);
  border-radius: 2px;
  color: var(--color_corporate_blue);
  min-width: 80px;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.kfm_time-picker__item:hover {
  background-color: var(--color_corporate_blue);
  color: var(--color-white-1);
}
.kfm_time-picker__item.disabled {
  opacity: 0.7;
  background-color: var(--color-grey-8);
  color: var(--color-grey-4);
  pointer-events: none;
  border: 1px solid var(--color-grey-8);
}

.noUi-connect {
  background: var(--color-primary);
}

.noUi-horizontal {
  height: 10px;
  border-radius: 10px;
}
.noUi-horizontal .noUi-handle {
  top: -3px;
}
.noUi-horizontal .noUi-handle,
.noUi-horizontal .noUi-vertical .noUi-handle {
  background: var(--color-primary);
}
.noUi-horizontal.noUi-target .noUi-tooltip {
  background-color: var(--color-primary);
}
.noUi-horizontal.noUi-target .noUi-tooltip span {
  top: 2px;
  color: var(--ranges-tooltip-text);
  font-weight: 600;
  background-color: var(--ranges-tooltip-bg);
  min-width: 40px;
  min-height: 40px;
  display: grid;
  justify-items: center;
  align-items: center;
  left: -4px;
  top: -1px;
  font-size: 16px;
}

::-webkit-calendar-picker-indicator {
  filter: invert(72%) sepia(11%) saturate(191%) hue-rotate(169deg) brightness(92%) contrast(94%);
}

.kfm_spinner,
.input-field .kfm_spinner {
  border-color: var(--spinner-border) !important;
}
.kfm_spinner .circle-clipper .circle,
.input-field .kfm_spinner .circle-clipper .circle {
  border-width: 5px;
}
.kfm_loading-dots,
.input-field .kfm_loading-dots {
  width: 100%;
}
.kfm_loading-dots--dot,
.input-field .kfm_loading-dots--dot {
  animation: dot-keyframes 1.5s infinite ease-in-out;
  background-color: var(--loader-dots);
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.kfm_loading-dots--dot:nth-child(2),
.input-field .kfm_loading-dots--dot:nth-child(2) {
  animation-delay: 0.5s;
}
.kfm_loading-dots--dot:nth-child(3),
.input-field .kfm_loading-dots--dot:nth-child(3) {
  animation-delay: 1s;
}
.kfm_preloader .spinner-layer,
.input-field .kfm_preloader .spinner-layer {
  border-color: #00adef;
}
.kfm_progress-bar,
.input-field .kfm_progress-bar {
  background-color: #e6e6e6 !important;
  height: 16px;
  width: 90%;
  overflow: visible !important;
}
.kfm_progress-bar .determinate,
.input-field .kfm_progress-bar .determinate {
  background-color: #00adef !important;
}
.kfm_progress-bar--detail span,
.input-field .kfm_progress-bar--detail span {
  position: absolute;
  z-index: 3;
  color: #333;
  font-size: 12px;
  top: -5px;
  right: -30px;
}
.kfm_progress-bar--detail.complete .determinate,
.input-field .kfm_progress-bar--detail.complete .determinate {
  background-color: #52c41a !important;
}
.kfm_breadcrumbs,
.input-field .kfm_breadcrumbs {
  display: flex;
  padding: 10px 16px 16px;
  font-size: 12px;
  line-height: 14px;
}
.kfm_breadcrumbs__item,
.input-field .kfm_breadcrumbs__item {
  color: var(--color-grey-4);
}
.kfm_breadcrumbs__item a,
.input-field .kfm_breadcrumbs__item a {
  color: var(--breadcrumbs-text) !important;
}
.kfm_breadcrumbs__item i,
.input-field .kfm_breadcrumbs__item i {
  margin: 0 8px;
}
.kfm_breadcrumbs__item i:before,
.input-field .kfm_breadcrumbs__item i:before {
  color: var(--color-grey-4);
  font-size: 8px;
}
.kfm_alert,
.input-field .kfm_alert {
  position: relative;
  padding: 8px 15px 8px 60px;
  border-radius: 2px;
  margin-bottom: 20px;
  color: inherit;
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.kfm_alert span,
.kfm_alert svg,
.kfm_alert i,
.input-field .kfm_alert span,
.input-field .kfm_alert svg,
.input-field .kfm_alert i {
  position: absolute;
  font-size: 22px;
  left: 14px;
  color: #0A6ED1;
  top: 10px;
}
.kfm_alert--success,
.input-field .kfm_alert--success {
  background-color: var(--alerts-success-bg);
  border: 1px solid var(--alerts-success-border);
}
.kfm_alert--success span,
.kfm_alert--success svg,
.kfm_alert--success i,
.input-field .kfm_alert--success span,
.input-field .kfm_alert--success svg,
.input-field .kfm_alert--success i {
  color: #0A6ED1;
}
.kfm_alert--warning,
.input-field .kfm_alert--warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.kfm_alert--warning span,
.kfm_alert--warning svg,
.kfm_alert--warning i,
.input-field .kfm_alert--warning span,
.input-field .kfm_alert--warning svg,
.input-field .kfm_alert--warning i {
  color: #0A6ED1;
}
.kfm_alert--danger,
.input-field .kfm_alert--danger {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
.kfm_alert--danger span,
.kfm_alert--danger svg,
.kfm_alert--danger i,
.input-field .kfm_alert--danger span,
.input-field .kfm_alert--danger svg,
.input-field .kfm_alert--danger i {
  color: #0A6ED1;
}
.kfm_snackbar,
.input-field .kfm_snackbar {
  position: relative;
  padding: 8px 24px 8px 24px;
  background-color: white;
  color: #000;
  font-size: 14px;
}
.kfm_snackbar .btn-flat.toast-action,
.input-field .kfm_snackbar .btn-flat.toast-action {
  position: absolute;
  right: 8px;
  top: 0px;
  color: #555;
}
.kfm_snackbar.toast,
.input-field .kfm_snackbar.toast {
  background-color: white;
  color: #333333;
  max-width: 600px;
}
.kfm_snackbar i,
.input-field .kfm_snackbar i {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: #0A6ED1;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  font-size: 17px;
}
.kfm_snackbar--success i, .kfm_snackbar--warning i, .kfm_snackbar--danger i,
.input-field .kfm_snackbar--success i,
.input-field .kfm_snackbar--warning i,
.input-field .kfm_snackbar--danger i {
  color: #0A6ED1;
}
.kfm_banner-products--dark-background,
.input-field .kfm_banner-products--dark-background {
  background: linear-gradient(180deg, #171717 0%, #333333 100%);
}
.kfm_banner-products .container,
.input-field .kfm_banner-products .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
.kfm_banner-products__item,
.input-field .kfm_banner-products__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.kfm_banner-products__item img,
.input-field .kfm_banner-products__item img {
  width: 100%;
  max-width: 130px;
}
.kfm_banner-products__item a,
.input-field .kfm_banner-products__item a {
  text-decoration: none;
  color: #FFFFFF;
}
.kfm_banner-products__item:hover a,
.input-field .kfm_banner-products__item:hover a {
  color: #00ADFF;
}
@media (min-width: 395px) {
  .kfm_banner-products .container,
.input-field .kfm_banner-products .container {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .kfm_banner-products .container,
.input-field .kfm_banner-products .container {
    flex-wrap: nowrap;
    padding: 30px 0;
  }
}
.kfm_calendar,
.input-field .kfm_calendar {
  border: 1px solid var(--color-grey-7);
  font-family: "CorporateS";
}
.kfm_calendar .ui-datepicker-inline,
.input-field .kfm_calendar .ui-datepicker-inline {
  width: 100%;
  font-family: "CorporateS";
  font-size: 14px;
}
.kfm_calendar .ui-datepicker-inline .ui-datepicker-header,
.input-field .kfm_calendar .ui-datepicker-inline .ui-datepicker-header {
  border: none;
  padding: 8px 4px 12px;
  border-bottom: 1px solid var(--color-grey-7);
}
.kfm_calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title,
.input-field .kfm_calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
  display: flex;
  margin: 0;
  width: 100%;
}
.kfm_calendar .ui-datepicker-inline .ui-datepicker-month,
.kfm_calendar .ui-datepicker-inline .ui-datepicker-year,
.input-field .kfm_calendar .ui-datepicker-inline .ui-datepicker-month,
.input-field .kfm_calendar .ui-datepicker-inline .ui-datepicker-year {
  display: inline-block;
  font-family: "CorporateS";
  height: 24px;
  padding: 0;
  width: 100%;
  border: 1px solid var(--color-grey-4);
}
.kfm_calendar .ui-datepicker-inline .ui-datepicker-year,
.input-field .kfm_calendar .ui-datepicker-inline .ui-datepicker-year {
  margin-left: 8px;
}
.kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr,
.input-field .kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr {
  border: none;
}
.kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr th,
.input-field .kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr th {
  font-size: 15px;
  font-weight: 400;
}
.kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr td,
.input-field .kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr td {
  text-align: center;
  padding: 5px;
  font-size: 14px;
}
.kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr td a,
.input-field .kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr td a {
  display: inline-block;
  padding: 0 3px;
  border-radius: 2px;
  text-align: center;
  height: 24px;
  line-height: 23px;
  width: 24px;
}
.kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr td .ui-state-hover,
.kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr td .ui-state-highlight,
.input-field .kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr td .ui-state-hover,
.input-field .kfm_calendar .ui-datepicker-inline .ui-datepicker-calendar tr td .ui-state-highlight {
  border: 1px solid var(--color_corporate_blue);
  background: transparent;
  color: var(--color-grey-3);
}

.modal {
  width: 60vw;
  background: var(--color-bg-secondary);
}
.modal .modal-content {
  padding: 0;
  position: relative;
}
.modal .modal-content .modal-close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  background: 0 0;
  border: 0;
  cursor: pointer;
  text-align: center;
}
.modal .modal-content .modal-close-icon i:before {
  color: rgba(0, 0, 0, 0.45);
}
.modal .modal-content .modal-close-icon:hover i:before {
  color: black;
}
.modal .modal-content .modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.modal .modal-content .modal-body h2 {
  font-weight: 400;
}
.modal .modal-content .modal-body .kfm_sub-title {
  margin-bottom: 18px;
}
.modal .modal-content .modal-footer {
  display: flex;
  justify-content: flex-end;
  height: auto;
  padding: 10px 16px;
  text-align: right;
  background: 0 0;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
}
.modal .modal-content .modal-footer button {
  width: unset;
  display: inline;
  margin-bottom: 0;
}
.modal .fa-arrow-left {
  color: var(--color-btn-primary);
  font-size: 12px;
  margin-right: 5px;
}
.modal.modal-fullscreen {
  height: 94vh !important;
  max-height: unset;
  top: 3% !important;
  width: 95%;
}

@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}
.kfm_table {
  margin-bottom: 30px;
}
.kfm_table th,
.kfm_table td {
  padding: 16px;
  font-size: 16px;
}
.kfm_table th {
  color: var(--table-th-text);
  font-weight: 600;
  background: var(--color_corporate_blue);
  font-weight: 700;
  font-size: 16px;
  border-radius: 0;
}
.kfm_table tbody tr {
  border: none;
}
.kfm_table tbody tr:last-child {
  border-bottom: none;
}
.kfm_table tbody tr td a {
  text-decoration: underline;
}
.kfm_table tbody tr td a:hover {
  text-decoration: none;
}
.kfm_table tbody tr td a + a {
  margin-left: 10px;
}
@media only screen and (max-width: 992px) {
  .kfm_table.responsive-table tr {
    padding: 0;
  }
}
.kfm_table-fixed th,
.kfm_table-fixed td {
  padding: 16px;
  font-size: 16px;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.kfm_table-fixed thead tr {
  padding: 0;
  display: flex;
}
.kfm_table-fixed tbody {
  display: block;
  width: 100%;
  height: 200px;
  overflow: auto;
}
.kfm_table-fixed tbody tr {
  padding: 0;
  display: flex;
}

.kfm_sidenav {
  display: flex;
  flex-direction: column;
  width: 56px;
  background-color: var(--sidebar-bg);
  grid-column: 1;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid var(--sidebar-border);
}
.kfm_sidenav li {
  display: block;
  cursor: pointer;
}
.kfm_sidenav li .kfm_btn-icon--floating {
  margin: 0 !important;
  background-color: var(--sidebar-icon-bg);
  box-shadow: none;
  transition: box-shadow 0.3s;
}
.kfm_sidenav li .kfm_btn-icon--floating i {
  color: var(--sidebar-text);
}
.kfm_sidenav li .kfm_btn-icon--floating:hover, .kfm_sidenav li .kfm_btn-icon--floating:focus {
  background-color: var(--sidebar-icon-bg) !important;
  box-shadow: none;
}
.kfm_sidenav li .kfm_btn-icon--floating:hover i, .kfm_sidenav li .kfm_btn-icon--floating:focus i {
  color: var(--sidebar-text);
}
.kfm_sidenav li:hover .kfm_btn-icon--floating {
  background-color: var(--sidebar-item-hover) !important;
  box-shadow: none;
}
.kfm_sidenav li:hover .kfm_btn-icon--floating i {
  color: var(--sidebar-text);
}
.kfm_sidenav li.selected .kfm_btn-icon--floating {
  background-color: var(--sidebar-item-selected) !important;
  box-shadow: none;
}
.kfm_sidenav li.selected .kfm_btn-icon--floating i {
  color: var(--sidebar-item-selected-text);
}
.kfm_sidenav li .flex.align-center {
  gap: 6px;
}
.kfm_sidenav ul li:not(#kfm_tree-menu-nav) {
  display: flex;
  align-items: center;
  min-height: 48px;
  justify-content: center;
}
.kfm_sidenav hr {
  width: 80px;
  border: 1px solid var(--color-blue-30);
  margin: 10px 0 20px;
  transition: all 0.3s;
  margin-left: -20px;
}
.kfm_sidenav.opened {
  width: 280px;
}
.kfm_sidenav.opened hr {
  width: 285px;
}
.kfm_sidenav.opened li .caret > div {
  white-space: nowrap;
}
.kfm_sidenav.opened li span {
  opacity: 1;
}
.kfm_content {
  padding: 0 30px;
  grid-column: 2;
  z-index: -2;
}
.kfm_header {
  display: flex;
  align-items: stretch;
  background-color: var(--color_corporate_blue);
  color: var(--color-white-1);
  min-height: 50px;
}
.kfm_header h3 {
  margin: 0;
}
.kfm_header > div {
  margin: 0 auto;
}
.kfm_header .fa-bars {
  margin-right: 25px;
}
.kfm_header p {
  font-size: 12px;
  margin: 0;
  color: var(--color-white-1);
  line-height: 50px;
  padding: 0 16px;
  white-space: nowrap;
}
.kfm_header p.app-name {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.kfm_header .right-side > div {
  padding: 0 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.kfm_header .right-side > div:last-child {
  padding-right: 0;
}
.kfm_header .right-side i {
  line-height: 50px;
}
.kfm_header .right-side button {
  margin: 0;
  margin-right: 16px;
}
.kfm_header--mobile {
  justify-content: flex-end;
}
.kfm_header--mobile .right-side {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.kfm_header--mobile .right-side button {
  margin-left: 16px;
  width: 70%;
  border-radius: 16px;
  text-align: right;
}
.kfm_header--mobile .right-side button i {
  left: 90%;
}
.kfm_header--mobile .right-side > div:last-child {
  padding-right: 16px;
}
.kfm_header--mobile > div {
  flex-wrap: wrap;
  width: 100%;
}
.kfm_header--mobile p.app-name {
  border-right: none;
}
.kfm_header--mobile p.user-name {
  display: none;
}
.kfm_header--mobile .fa-bars {
  margin-left: 16px;
}

.container-navigation {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin-bottom: 60px;
}

.kfm-card__supporting-text {
  width: 100%;
  padding: 0;
}

.kfm-stepper-horizontal-alternative {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step {
  width: 25%;
  display: table-cell;
  position: relative;
  padding: 24px 0;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step:active {
  border-radius: 15%/75%;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step:first-child .kfm-stepper-bar-left, .kfm-stepper-horizontal-alternative .kfm-stepper-step:last-child .kfm-stepper-bar-right {
  display: none;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step .kfm-stepper-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: var(--helper-text);
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  font-size: 12px;
  color: white;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step.active-step .kfm-stepper-circle {
  background-color: var(--color-btn-active);
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step.done-step .kfm-stepper-circle {
  background-color: var(--color-green-2);
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step.step-done .kfm-stepper-circle:before {
  content: "✔";
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step.step-done .kfm-stepper-circle *, .kfm-stepper-horizontal-alternative .kfm-stepper-step.editable-step .kfm-stepper-circle * {
  display: none;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step.editable-step .kfm-stepper-circle {
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step.editable-step .kfm-stepper-circle:before {
  content: "✎";
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step .kfm-stepper-title {
  color: var(--paragraph-text);
  margin-left: 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step .kfm-stepper-title,
.kfm-stepper-horizontal-alternative .kfm-stepper-step .kfm-stepper-optional {
  text-align: center;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step.active-step .kfm-stepper-title {
  font-weight: 500;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step.active-step.step-done .kfm-stepper-title, .kfm-stepper-horizontal-alternative .kfm-stepper-step.active-step.editable-step .kfm-stepper-title {
  font-weight: 300;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step .kfm-stepper-bar-left,
.kfm-stepper-horizontal-alternative .kfm-stepper-step .kfm-stepper-bar-right {
  position: absolute;
  top: 36px;
  height: 1px;
  border-top: 1.5px solid var(--helper-text);
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step .kfm-stepper-bar-right {
  right: 10px;
  left: 30%;
  margin-left: 30px;
}
.kfm-stepper-horizontal-alternative .kfm-stepper-step .kfm-stepper-bar-left {
  display: none;
}

.kfm_sidemenu {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: row;
  height: 68px;
  width: 100%;
  z-index: 2;
}
.kfm_sidemenu__item {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0px 12px;
  color: var(--color-white-1);
  background-color: var(--color-grey-3);
  transition: all 0.3s ease-out;
  overflow-x: hidden;
  font-size: 12px;
  border-right: 1px solid #000;
}
.kfm_sidemenu__item a {
  display: flex;
  align-items: center;
  color: var(--color-white-1);
}
.kfm_sidemenu__item:last-child {
  border-right: none;
}
.kfm_sidemenu__item i {
  margin-bottom: 4px;
}
.kfm_sidemenu__item i::before {
  font-size: 21px;
  vertical-align: middle;
}
.kfm_sidemenu__item span {
  text-align: center;
}
.kfm_sidemenu__item:hover {
  background-color: #444;
}
@media (min-width: 768px) {
  .kfm_sidemenu {
    flex-direction: column;
    align-items: flex-end;
    right: 0;
    bottom: unset;
    top: 50%;
    transform: translate(0%, -50%);
    max-width: 500px;
    width: unset;
    height: unset;
  }
  .kfm_sidemenu__item {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--color_corporate_blue);
    margin-bottom: 4px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-right: none;
    font-size: 16px;
  }
  .kfm_sidemenu__item:hover {
    background-color: var(--color-blue-2);
    width: 200px;
  }
  .kfm_sidemenu__item:hover a {
    text-decoration: none;
  }
  .kfm_sidemenu__item span {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    text-align: right;
  }
  .kfm_sidemenu__item i {
    margin-bottom: 0;
    margin-right: 12px;
  }
}

.kfm-stepper {
  max-width: 800px;
  padding: 8px 0;
  display: flex;
  width: 100%;
}
.kfm-stepper .kfm-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
  font-size: 16px;
}
.kfm-stepper .kfm-steps-item-tail {
  display: none;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.kfm-stepper .kfm-steps-item-icon {
  display: inline-block;
  vertical-align: top;
  width: 37px;
  height: 37px;
  margin: 0 8px 0 0;
  border-radius: 32px;
  line-height: 37px;
  text-align: center;
}
.kfm-stepper .kfm-steps-item-icon .kfm-steps-icon {
  color: var(--color-white-1);
  vertical-align: middle;
}
.kfm-stepper .kfm-steps-item-finish .kfm-steps-item-icon {
  background: var(--color-black-1);
}
.kfm-stepper .kfm-steps-item-active .kfm-steps-item-title {
  color: var(--color_corporate_blue);
}
.kfm-stepper .kfm-steps-item-active .kfm-steps-item-icon {
  background: var(--color_corporate_blue);
}
.kfm-stepper .kfm-steps-item-wait .kfm-steps-item-icon {
  background: var(--color-grey-4);
}
.kfm-stepper .kfm-steps-item-wait .kfm-steps-item-title {
  color: var(--color-grey-4);
}
.kfm-stepper .kfm-steps-item-finish > .kfm-steps-item-container > .kfm-steps-item-content > .kfm-steps-item-title::after,
.kfm-stepper .kfm-steps-item-process > .kfm-steps-item-container > .kfm-steps-item-content > .kfm-steps-item-title::after,
.kfm-stepper .kfm-steps-item-wait > .kfm-steps-item-container > .kfm-steps-item-content > .kfm-steps-item-title::after {
  background-color: transparent;
}
.kfm-stepper .kfm-steps-item-title {
  font-weight: 900;
  line-height: 32px;
}
.kfm-stepper .kfm-steps-item-content {
  display: none;
}
.kfm-stepper h2 {
  margin-top: 16px;
  font-family: "CorporateACondPro";
}
@media (min-width: 500px) {
  .kfm-stepper {
    padding: 16px 0;
  }
  .kfm-stepper .kfm-steps-item-icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
  .kfm-stepper .kfm-steps-item-title {
    line-height: 52px;
  }
  .kfm-stepper .kfm-steps-item-content {
    display: inline-block;
  }
  .kfm-stepper h2 {
    display: none;
  }
}

.kfm-submenu {
  background-color: #eee;
}
.kfm-submenu__container {
  max-width: 1200px;
  margin: auto;
  background: #222;
  color: var(--color-white-1);
  cursor: pointer;
}
.kfm-submenu__container a {
  color: var(--color-white-1);
}
.kfm-submenu__container a:hover {
  text-decoration: none;
}
.kfm-submenu__container i::before {
  display: block;
  transform: rotate(90deg);
  font-size: 9px;
  margin-left: 5px;
}
.kfm-submenu__container ul.desktop {
  display: none;
}
.kfm-submenu__container .trigger-mob {
  display: flex;
  align-items: center;
  padding: 20px;
  background: transparent;
  color: var(--color-white-1);
  border: none;
}
@media (min-width: 768px) {
  .kfm-submenu {
    padding: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .kfm-submenu ul.desktop {
    display: flex;
    margin: 0;
  }
  .kfm-submenu ul.desktop li {
    margin-right: 20px;
    cursor: pointer;
  }
  .kfm-submenu ul.mobile, .kfm-submenu .trigger-mob {
    display: none;
  }
  .kfm-submenu__container {
    opacity: 0.9;
    padding: 8px 20px;
  }
}
.kfm-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.kfm-drawer .kfm-submenu__drawer {
  width: 100%;
  transform: translateY(-100%);
  position: absolute;
  min-height: 200px;
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.kfm-drawer .kfm-submenu__drawer .kfm-drawer-content {
  background-color: #222;
  color: #fff;
}
.kfm-drawer .kfm-submenu__drawer .kfm-drawer-content .kfm-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.kfm-drawer .kfm-submenu__drawer .kfm-drawer-content .kfm-drawer-wrapper-body .kfm-drawer-header-no-title {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}
.kfm-drawer .kfm-submenu__drawer .kfm-drawer-content .kfm-drawer-wrapper-body .kfm-drawer-body {
  flex-grow: 1;
  padding: 24px;
  overflow: auto;
  word-wrap: break-word;
}
.kfm-drawer .kfm-submenu__drawer .kfm-drawer-content li {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  cursor: pointer;
}
.kfm-drawer .kfm-submenu__drawer .kfm-drawer-content li a {
  color: var(--color-white-1);
}
.kfm-drawer .kfm-submenu__drawer .kfm-drawer-content li a.active {
  text-decoration: none;
  color: var(--color_corporate_blue);
}
.kfm-drawer .kfm-submenu__drawer .kfm-drawer-content .kfm-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  padding: 20px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  transition: color 0.3s;
}
.kfm-drawer .kfm-submenu__drawer .kfm-drawer-content .kfm-drawer-close svg {
  fill: #fff;
}
.kfm-drawer.kfm-drawer-open .kfm-submenu__drawer {
  height: 100%;
  z-index: 1000;
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.kfm_range {
  height: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  cursor: pointer;
  margin-bottom: 30px;
}
.kfm_range .noUi-handle {
  top: -4px;
  background-color: #24c1ff;
}
.kfm_range div.noUi-tooltip,
.kfm_range .noUi-connect {
  background-color: #24c1ff !important;
}
.kfm_range div.noUi-tooltip span,
.kfm_range .noUi-connect span {
  top: 2px;
  left: 0px;
  transform: initial;
  font-size: 14px;
  transform: rotate(0deg);
}
.kfm_range .noUi-active.noUi-handle {
  height: 15px;
  width: 15px;
  top: -4px;
  left: -5px;
}
.kfm_range .noUi-active .noUi-tooltip {
  background-color: black !important;
  border-radius: 3px !important;
  transform: rotate(0deg) translate(0, -25px) !important;
}
.kfm_range .noUi-active .noUi-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--color-black-1);
  top: 90%;
  left: 50%;
  transform: rotate(-90deg);
  margin-left: -3px;
}
.kfm_range:hover {
  background-color: #e1e1e1;
}
.kfm_range:hover .noUi-connect {
  background-color: #00adef !important;
}

.kfm_tabs {
  position: relative;
}
.kfm_tabs .tabs {
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}
.kfm_tabs .tabs .indicator {
  display: none;
}
.kfm_tabs .tab {
  display: inline-flex;
  align-items: center;
  color: #333333;
  border: 1px solid #333333;
  font-size: 14px;
  text-align: center;
  height: 40px;
  line-height: 24px;
  text-transform: none;
}
.kfm_tabs .tab a {
  padding: 8px 14px;
  color: #333333;
}
.kfm_tabs .tab a:hover {
  text-decoration: none;
  color: #333333;
}
.kfm_tabs .tab a.active, .kfm_tabs .tab a:focus, .kfm_tabs .tab a.focus:active {
  background-color: #333333 !important;
  color: #ffffff;
  font-weight: 500;
}
.kfm_tabs-content {
  display: block;
  width: 100%;
}

.kfm_pagination {
  display: flex;
  justify-content: flex-end;
}
.kfm_pagination li {
  margin-left: 4px;
  background-color: var(--pagination-bg);
  border: 1px solid var(--color-grey-7);
  margin-left: 4px;
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: var(--pagination-border);
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}
.kfm_pagination li a {
  display: block;
  color: var(--pagination-border);
}
.kfm_pagination li i:before {
  color: #d9d9d9 !important;
}
.kfm_pagination li.kfm_pagination-active {
  border-color: var(--color_corporate_blue);
}
.kfm_pagination li.kfm_pagination-active a {
  color: var(--color_corporate_blue) !important;
  text-decoration: underline;
}
.kfm_pagination li.kfm_pagination-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.kfm_pagination li:hover a {
  color: var(--color_corporate_blue) !important;
  text-decoration: none;
}

.kfm_card-user {
  background-color: #1A1A1A;
  color: var(--color-white-1);
  max-width: 300px;
}
.kfm_card-user .kfm_sub-title {
  font-size: 22px;
}
.kfm_card-user a {
  font-size: 12px;
}
.kfm_card-user i {
  font-size: 24px;
}
.kfm_card-user__body {
  display: grid;
  grid-template-columns: auto 10px;
  grid-template-rows: 60px auto;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
}
.kfm_card-user__body__photo {
  grid-column: 1/3;
  align-self: start;
}
.kfm_card-user__body__photo img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid var(--color-white-1);
  object-fit: cover;
  overflow: hidden;
}
.kfm_card-user__body__info--position {
  font-size: 14px;
  margin: 0;
}
.kfm_card-user__body__info--location {
  font-size: 12px;
  color: var(--color-grey-4);
  margin: 0;
}
.kfm_card-user__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 24px;
  background-color: var(--color-black-1);
  height: 40px;
}
.kfm_card-user__footer img {
  width: 18px;
}
@media (min-width: 768px) {
  .kfm_card-user__body {
    grid-template-columns: 60px auto 10px;
    grid-template-rows: 1fr;
  }
  .kfm_card-user__body__photo {
    grid-column: 1/2;
  }
}
.kfm_card-order {
  background-color: #1A1A1A;
  color: var(--color-white-1);
  max-width: 300px;
}
.kfm_card-order .kfm_sub-title {
  font-size: 22px;
}
.kfm_card-order a {
  font-size: 12px;
}
.kfm_card-order i {
  font-size: 24px;
}
.kfm_card-order__head {
  display: grid;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
}
.kfm_card-order__head__photo {
  align-self: start;
}
.kfm_card-order__head__photo img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid var(--color-white-1);
  object-fit: cover;
}
.kfm_card-order__head__info--position {
  font-size: 14px;
  margin: 0;
  line-height: 16px;
}
.kfm_card-order__head__info--location {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.kfm_card-order__body {
  padding: 10px 20px;
}
.kfm_card-order__body ul {
  margin-bottom: 0;
  margin-top: 10px;
}
.kfm_card-order__body ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
}
.kfm_card-order__body ul li p {
  margin-bottom: 10px;
}
.kfm_card-order__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 24px;
  background-color: #000;
  height: 40px;
}
.kfm_card-order__footer img {
  width: 18px;
}
@media (min-width: 768px) {
  .kfm_card-order__head {
    grid-template-columns: 60px 1fr;
  }
}
.kfm_card-categories {
  background-color: #1A1A1A;
  padding: 20px;
  color: var(--color-white-1);
  max-width: 500px;
}
.kfm_card-categories .kfm_sub-title {
  font-size: 22px;
}
.kfm_card-categories p {
  margin: 10px 0;
}
.kfm_card-categories a {
  font-size: 12px;
}
.kfm_card-car-detail {
  max-width: 400px;
  padding: 12px;
  transition: all 0.3s ease-out;
  background-color: #FFF;
  border: 14px solid #000;
  text-align: center;
  border-radius: 2px;
}
.kfm_card-car-detail h4 {
  font-family: "CorporateACondPro";
  font-weight: 400;
}
.kfm_card-car-detail:hover {
  background-color: #F8F8F8;
  box-shadow: 0px 2px 4px rgba(153, 153, 153, 0.3);
}
.kfm_card-car-detail__image-container {
  min-width: 100px;
  min-height: 150px;
  margin-bottom: 16px;
}
.kfm_card-car-detail__image-container > img {
  width: 100%;
}
.kfm_card-car-detail__info {
  padding-top: 20px;
  text-align: left;
}
.kfm_card-car-detail__info p {
  margin-bottom: 0;
  font-size: 16px;
}
.kfm_card-car-detail__info hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 24px 0;
}
.kfm_card-car-detail .kfm-button--primary {
  width: 100% !important;
  margin: 0;
  text-align: left;
}
.kfm_card-car {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  background-color: #FFF;
  border-radius: 2px;
}
.kfm_card-car h4 {
  font-family: "CorporateACondPro";
  font-weight: 400;
}
.kfm_card-car:hover {
  background-color: #F8F8F8;
  box-shadow: 0px 2px 4px rgba(153, 153, 153, 0.3);
}
.kfm_card-car__image-container {
  max-width: 300px;
  min-width: 100px;
  min-height: 200px;
  margin-bottom: 16px;
}
.kfm_card-car__image-container > img {
  width: 100%;
}
.kfm_card-car .kfm-cont-button {
  opacity: 0;
  width: 100%;
}
.kfm_card-car .kfm-cont-button .kfm-button {
  width: 100% !important;
  margin-right: 0;
  text-align: left;
}
.kfm_card-car .splide__pagination {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.kfm_card-car .splide__pagination .splide__pagination__page {
  background: #999;
}
.kfm_card-car .splide__pagination .splide__pagination__page.is-active {
  background: #333;
}
.kfm_card-car .splide__slide {
  height: 200px;
  text-align: center;
}
.kfm_card-car .splide__slide img {
  min-height: 80px;
}
.kfm_card-car:hover .kfm-cont-button, .kfm_card-car:hover ul.splide__pagination {
  opacity: 1;
  transition: all 0.3s ease-out;
}

.kfm_modal-image {
  top: 100px !important;
  width: 75vw;
  overflow: hidden;
  background: #333333;
}
.kfm_modal-image .modal-body {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .kfm_modal-image {
    min-height: 660px;
    top: 5% !important;
  }
}

.modal-overlay {
  opacity: 0.6 !important;
}

.kfm_slider-modal {
  background: #333333;
}
.kfm_slider-modal .slick-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 5;
  opacity: 0.7;
  font-family: "icomoon" !important;
}
.kfm_slider-modal .slick-arrow:before {
  font-size: 20px;
  content: "";
  color: var(--color-white-1);
}
@media (min-width: 768px) {
  .kfm_slider-modal .slick-arrow:before {
    font-size: 32px;
  }
}
.kfm_slider-modal .slick-arrow.slick-next {
  left: auto;
  right: 10px;
}
.kfm_slider-modal .slick-arrow.slick-next:before {
  display: inline-block;
  transform: rotate(180deg);
  transform-origin: center;
}
.kfm_slider-modal .slick-arrow:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .kfm_slider-modal .slick-arrow {
    left: 20px;
    width: 32px;
    height: 32px;
  }
  .kfm_slider-modal .slick-arrow.slick-next {
    right: 20px;
  }
}
.kfm_slider-modal img {
  width: 100%;
}
.kfm_slider-modal .slider-modal-nav .slick-slide {
  margin: 6px 4px 6px;
  padding: 0;
  cursor: pointer;
}
.kfm_slider-modal .slider-modal-nav .slick-slide img {
  width: 100%;
}
.kfm_slider-modal .slider-modal-nav .slick-current {
  position: relative;
}
.kfm_slider-modal .slider-modal-nav .slick-current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: var(--color_corporate_blue);
}
@media (min-width: 768px) {
  .kfm_slider-modal .slider-modal-nav .slick-current::after {
    height: 8px;
  }
}

.kfm_news {
  transition: all 0.3s ease-out;
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
  height: 100%;
  margin-bottom: 20px;
}
.kfm_news .kfm_category-title {
  position: relative;
}
.kfm_news .kfm_category-title:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  border-bottom: 1px solid #FFF;
  top: 10px;
}
.kfm_news h3 {
  color: #FFF;
  margin: 30px 0;
  font-weight: 400;
  font-family: "CorporateACondPro";
}
.kfm_news__image-container {
  min-width: 100px;
  min-height: 150px;
  margin-bottom: 16px;
}
.kfm_news__image-container > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.kfm_news__image-container--xl > img {
  height: 300px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.kfm-carousel {
  overflow: hidden;
}

.kfm-carousel .kfm-carousel-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kfm-carousel .kfm-carousel-container__img-mob {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kfm-carousel .kfm-carousel-container__info {
  background-color: #fff;
  padding: 2% 4%;
  padding-bottom: 50px;
}

.kfm-carousel h2 {
  font-family: "CorporateACondPro";
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
}

.kfm-carousel .kfm-button {
  font-size: 12px;
  width: 100%;
}

.kfm-carousel .sub-title {
  margin-bottom: 20px;
}

.kfm-carousel-simple .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
  bottom: 12px;
}

.kfm-carousel-simple .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}

.kfm-carousel-simple .slick-dots li button {
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: 0;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}

.kfm-carousel-simple .slick-dots li.slick-active {
  width: 24px;
}

.kfm-carousel-simple .slick-dots li button {
  background: #999;
}

.kfm-carousel-simple .slick-dots li.slick-active button {
  background: #00adef;
  opacity: 1;
}

@media (min-width: 768px) {
  .kfm-carousel-simple {
    height: 500px !important;
  }

  .kfm-carousel .kfm-carousel-container {
    padding: 60px 30px;
    height: 100%;
  }

  .kfm-carousel .kfm-carousel-container__info {
    background-color: transparent;
    max-width: 1200px;
    padding: 0 30px;
    margin: auto;
  }

  .kfm-carousel .kfm-carousel-container__img-mob {
    display: none;
  }

  .kfm-carousel .kfm-carousel-container h2 {
    color: #fff;
  }

  .kfm-carousel .kfm-carousel-container .sub-title {
    margin: 16px 0 30px;
    color: #fff;
  }

  .kfm-carousel .kfm-carousel-container button .kfm-button {
    width: auto;
  }

  .kfm-carousel .kfm-carousel-container .kfm-carousel--dark-text {
    color: #333333;
  }

  .kfm-carousel .slick-dots li button {
    background: #fff;
  }

  .kfm-carousel .slick-dots li.slick-active button {
    background: #00adef;
  }
}
.material-tooltip {
  background-color: #000;
  border-radius: 4px;
}

.kfm_toast {
  position: relative;
}
.kfm_toast .btn-flat.toast-action {
  position: absolute;
  right: 8px;
  top: -4px;
  color: #555;
}
.kfm_toast.toast {
  background-color: white;
  color: #333333;
  max-width: 350px;
}

/*
  ===================== home =====================
*/
.container-scroll {
  position: relative;
}
.container-scroll .kfm_badge-detail {
  position: absolute;
  font-size: 10px;
  color: var(--color-grey-1);
  min-width: 50px;
}
.container-scroll .kfm_badge-detail--left {
  left: 8px;
  text-align: right;
}
.container-scroll .kfm_badge-detail--top {
  top: -50px;
}

.theme-select {
  max-width: 120px;
}

/*
  ===================== home =====================
*/
#color-palette.container-scroll {
  padding: 0;
}
#color-palette.container-scroll .row {
  padding: 30px 60px;
  margin-bottom: 0;
}
#color-palette .palette {
  display: flex;
  flex-wrap: wrap;
}
#color-palette .palette--item {
  flex-basis: 22%;
  margin-right: 20px;
}
#color-palette .palette--item .square {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}
#color-palette .palette--item .square.border {
  border: 1px solid var(--color-grey-4);
}

.kfm_footer-table .input-field__select {
  margin: 0;
}
.kfm_footer-table .input-field__select .select-wrapper {
  max-width: 60px;
}
.kfm_footer-table .input-field__select .select-wrapper input.select-dropdown {
  max-width: 80px;
}
.kfm_content-code {
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  font-size: 13px;
  line-height: 19px;
  margin: 25px 0px 40px;
  padding: 20px;
  border-radius: 4px;
  box-shadow: #0000001a 0px 1px 3px 0px;
}
.kfm_content-code pre {
  margin: 0px;
  white-space: pre-wrap;
  color: inherit;
  font-size: 13px;
  line-height: 19px;
}

.kfm_header {
  background-color: var(--color-black-1);
  color: var(--color-white-1);
  position: relative;
  z-index: 20000;
}
.kfm_header a {
  color: var(--color-white-1);
  text-decoration: none;
}
.kfm_header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 16px;
  font-size: 12px;
}
.kfm_header__top ul {
  display: flex;
  margin-bottom: 0;
}
.kfm_header__top ul li {
  margin-right: 16px;
}
.kfm_header__top ul li a {
  color: var(--color-white-1);
}
.kfm_header__top.desktop {
  display: none;
}
.kfm_header__middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
.kfm_header__middle .desktop {
  display: none;
}
.kfm_header__middle i {
  font-size: 22px;
  cursor: pointer;
}
.kfm_header .kfm-input-search {
  position: relative;
  height: 34px;
}
.kfm_header .kfm-input-search input {
  position: relative;
  transition: all 0.3s;
  background: transparent;
  color: white;
  padding: 4px 11px;
  width: 0px;
  z-index: 1;
  font-size: 14px;
  height: 31px;
  padding: 0 28px 0 0;
  border-bottom: none;
}
.kfm_header .kfm-input-search input:focus {
  width: 108px;
  border-bottom: 1px solid #ffffff !important;
}
.kfm_header .kfm-input-search .kfm_header__search {
  position: absolute;
  top: 5px;
  right: 0;
}
.kfm_header .kfm-input-search .kfm_header__search i {
  cursor: pointer;
}
.kfm_header .kfm-input-search .kfm_header__search i:before {
  color: #999999;
  font-size: 24px;
}
.kfm_header__bottom .kfm_header__bottom__categories {
  margin-bottom: 0;
}
.kfm_header__bottom__categories > li {
  display: inline-block;
  padding: 16px 8px;
}
.kfm_header__bottom__categories > li:first-child {
  padding-left: 0;
}
.kfm_header__bottom.desktop {
  display: none;
}
.kfm_header .kfm_dropdown-menu {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px 0 #00000014, 0 9px 28px 8px #0000000d;
  color: #333333;
  padding: 16px 0;
  transition: all 400ms ease;
  left: 0;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  height: auto;
}
.kfm_header .kfm_dropdown-menu h3 {
  margin-bottom: 16px;
  font-weight: 700;
}
.kfm_header .kfm_dropdown-menu__categories {
  display: flex;
  align-items: top;
}
.kfm_header .kfm_dropdown-menu__categories > li {
  margin-right: 30px;
  font-size: 16px;
}
.kfm_header .kfm_dropdown-menu__categories > li .kfm_dropdown-menu__subcategories li {
  margin-bottom: 16px;
}
.kfm_header .kfm_dropdown-menu__categories p {
  color: var(--color-black-1);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0;
}
.kfm_header .kfm_dropdown-menu.desktop {
  display: none;
}
.kfm_header .kfm_dropdown-menu.active {
  opacity: 1;
  visibility: visible;
}
.kfm_dropdown-menu-mob {
  transition: all 500ms ease;
  position: fixed;
  width: 100% !important;
  height: 100%;
  height: calc(100% - 72px);
  top: 70px;
  right: 0;
  overflow-y: scroll;
  transform: translateX(100%);
  overflow: hidden;
  word-wrap: break-word;
  background-color: #fff;
  opacity: 0;
}
.kfm_dropdown-menu-mob.active {
  opacity: 1;
  transform: translateX(0);
  transition: all 300ms ease;
}
.kfm_dropdown-menu-mob__categories li {
  padding: 22px 16px;
  border-bottom: 1px solid #999999;
  font-size: 24px;
  cursor: pointer;
  margin: 0 16px;
}
.kfm_dropdown-menu-mob__categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-grey-1);
}
.kfm_dropdown-menu-mob__categories li a i::before {
  color: #999999;
}
.kfm_dropdown-menu-mob__categories li a:hover {
  text-decoration: none;
}
.kfm_dropdown-menu-mob__categories li .kfm_dropdown-menu__subcategories {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateX(100%);
}
.kfm_dropdown-menu-mob__categories li .kfm_dropdown-menu__subcategories.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.kfm_dropdown-menu-mob__categories li .kfm_dropdown-menu__subcategories__title {
  background-color: var(--color-black-1);
  margin: 0;
}
.kfm_dropdown-menu-mob__categories li .kfm_dropdown-menu__subcategories__title a {
  justify-content: flex-start;
  color: var(--color-white-1);
}
.kfm_dropdown-menu-mob__categories li .kfm_dropdown-menu__subcategories__title a i {
  margin-right: 25px;
}
.kfm_dropdown-menu-mob__categories li .kfm_dropdown-menu__subcategories__title a i::before {
  color: var(--color-white-1);
}
.kfm_menu-button {
  background: transparent;
  border: none;
  margin: 5px 0 5px 5px;
}
.kfm_menu-button i {
  font-family: "icomoon" !important;
  font-style: normal;
}
.kfm_menu-button i:before {
  content: "";
  color: #fff;
}
.kfm_menu-button i.active:before {
  content: "";
}
.kfm_menu-button:focus {
  background: transparent;
}
.kfm_header-flow {
  background-color: var(--color-black-1);
  color: var(--color-white-1);
  padding: 24px 0;
  margin-bottom: 16px;
}
.kfm_header-flow .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.kfm_header-flow .container img {
  margin: 0 24px 15px 0;
  padding-right: 24px;
  width: 200px;
}
@media (min-width: 768px) {
  .kfm_header-flow .container img {
    width: 244px;
    border-right: 1px solid #fff;
    margin: 0 24px 0 0;
  }
}

@media (min-width: 500px) {
  .kfm_header {
    z-index: 15;
  }
  .kfm_header .mobile {
    display: none;
  }
  .kfm_header__middle {
    margin-bottom: 16px;
  }
  .kfm_header__middle .desktop {
    display: flex;
  }
  .kfm_header .kfm_dropdown-menu.desktop {
    display: block;
  }
  .kfm_header__top.desktop, .kfm_header__bottom.desktop {
    display: flex;
  }
  .kfm_header .kfm-input-search input:focus {
    width: 150px;
  }

  .kfm_dropdown-menu-mob {
    display: none;
  }
}
.kfm_footer {
  background-color: var(--color-black-1);
  color: var(--color-white-1);
  padding: 40px 0;
}
.kfm_footer .container {
  width: 100%;
  padding: 0 30px;
}
.kfm_footer li {
  font-size: 16px;
}
.kfm_footer li a {
  color: var(--color-white-1);
}
.kfm_footer .kfm_footer .container > ul,
.kfm_footer .kfm_footer .container > div {
  border-top: 1px solid #262626;
  padding: 40px 0;
}
.kfm_footer .kfm_footer__categories {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #262626;
}
.kfm_footer .kfm_footer__categories.desktop {
  display: none;
}
.kfm_footer .kfm_footer__categories .kfm_footer__subcategories {
  margin-right: 60px;
}
.kfm_footer .kfm_footer__categories .kfm_footer__subcategories li {
  margin-bottom: 20px;
  cursor: pointer;
}
.kfm_footer .kfm_footer__logos {
  border-top: 1px solid #262626;
  padding: 40px 0;
}
.kfm_footer .kfm_footer__logos img {
  margin-right: 24px;
}
.kfm_footer .kfm_footer__bottom {
  border-top: 1px solid #262626;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important;
}
.kfm_footer .kfm_footer__bottom li {
  margin-right: 20px;
  max-width: 300px;
  margin-bottom: 30px;
  cursor: pointer;
}
.kfm_footer .kfm_footer__bottom__social {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.kfm_footer .kfm_footer__bottom__social img {
  margin-right: 16px;
}
.kfm_footer .kfm_footer__collapse {
  padding-bottom: 30px;
  border: none;
}
.kfm_footer .kfm_footer__collapse.mobile .collapsible {
  border: none;
}
.kfm_footer .kfm_footer__collapse.mobile .collapsible-header {
  position: relative;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  padding: 12px 40px 12px 16px;
}
.kfm_footer .kfm_footer__collapse.mobile .collapsible-header i {
  transition: transform 0.24s;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  margin-right: 0;
  right: 0;
  display: inline-block;
  font-size: 12px;
}
.kfm_footer .kfm_footer__collapse.mobile .collapsible-body {
  border: none;
  padding: 12px 16px;
}
.kfm_footer .kfm_footer__collapse.mobile .collapsible-body li {
  margin-bottom: 16px;
}
.kfm_footer .kfm_footer__collapse.mobile li.active .collapsible-header i {
  transition: transform 0.24s;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .kfm_footer {
    padding: 80px 0;
  }
  .kfm_footer .kfm_footer__collapse.mobile {
    display: none;
  }
  .kfm_footer .kfm_footer__bottom {
    flex-direction: row;
  }
  .kfm_footer .kfm_footer__bottom li {
    max-width: 500px;
    margin-bottom: 0px;
  }
  .kfm_footer .kfm_footer__bottom__social,
.kfm_footer .kfm_footer__bottom__menu {
    display: flex;
    align-items: center;
  }
  .kfm_footer .kfm_footer__bottom__menu {
    margin-right: 30px;
  }
  .kfm_footer .kfm_footer__categories.desktop {
    display: flex;
  }
}

#nav {
  display: none;
  padding: 30px;
  padding-right: 40px;
  background-color: #f6f9fc;
}
#nav ul {
  width: 162px;
}
#nav ul a {
  color: var(--color-grey-4);
}
#nav ul > li:not(.select-dropdown li):first-child {
  margin-bottom: 10px;
}
#nav ul .title-section {
  color: white;
  text-transform: uppercase;
  cursor: default;
}
#nav ul .title-section:hover {
  background: none !important;
}
#nav .input-field .kfm_form-select .dropdown-content {
  border: none !important;
}
@media (min-width: 768px) {
  #nav {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    justify-content: flex-end;
    overflow-y: auto;
  }
  #nav > ul {
    margin-bottom: 20px;
    min-height: 1250px;
  }
  #nav > ul > li {
    padding: 5px 15px 5px 24px;
    cursor: pointer;
  }
  #nav > ul > li .input-field {
    margin: 0;
  }
  #nav > ul > li:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  #nav .input-field {
    margin-top: 0 !important;
  }
}

/*# sourceMappingURL=main.css.map */
  