@import url(https://fonts.googleapis.com/css?family=Roboto:500);
/* line 1, /app/app/assets/stylesheets/teachers.scss */
body {
  background: none;
}

/** Colors **/
/****************************************************************************************************************************************************************************************
******** MEDIA QUERIES ******************************************************************************************************************************************************************
****************************************************************************************************************************************************************************************/
@media (min-width: 834px) and (max-width: 1440px) {
  /* line 58, /app/app/assets/stylesheets/audit.scss */
  .bdl-fluid-grid-container {
    margin-left: 3.5625rem;
    margin-right: 3.5625rem;
  }

  /* Medium Grid column classes - These classes only exist above the medium device size, 
  and are used with important prioritization to go over the baseline grid classes*/
  /* line 65, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-1 {
    width: calc(100%/12) !important;
  }

  /* line 69, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-2 {
    width: calc(100%/6) !important;
  }

  /* line 73, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-3 {
    width: 25% !important;
  }

  /* line 78, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-4 {
    width: 33.33% !important;
  }

  /* line 83, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-5 {
    width: calc(500%/12) !important;
  }

  /* line 88, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-6 {
    width: 50% !important;
  }

  /* line 93, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-7 {
    width: calc(700%/12) !important;
  }

  /* line 98, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-8 {
    width: 66.667% !important;
  }

  /* line 103, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-9 {
    width: 75% !important;
  }

  /* line 108, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-10 {
    width: calc(1000%/12) !important;
  }

  /* line 113, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-11 {
    width: calc(1100%/12) !important;
  }

  /* line 118, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-md-12 {
    width: 100% !important;
  }
}
@media (min-width: 1440px) {
  /* line 126, /app/app/assets/stylesheets/audit.scss */
  .bdl-fluid-grid-container {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  /* Large column classes */
  /* line 132, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-1 {
    width: calc(100%/12) !important;
  }

  /* line 137, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-2 {
    width: calc(100%/6) !important;
  }

  /* line 142, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-3 {
    width: 25% !important;
  }

  /* line 147, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-4 {
    width: 33.333% !important;
  }

  /* line 152, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-5 {
    width: calc(500%/12) !important;
  }

  /* line 157, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-6 {
    width: 50% !important;
  }

  /* line 162, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-7 {
    width: 700%/12 !important;
  }

  /* line 167, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-8 {
    width: 66.667% !important;
  }

  /* line 172, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-9 {
    width: 75% !important;
  }

  /* line 177, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-10 {
    width: calc(1000%/12) !important;
  }

  /* line 182, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-11 {
    width: calc(1100%/12) !important;
  }

  /* line 187, /app/app/assets/stylesheets/audit.scss */
  .bdl-col-lg-12 {
    width: 100% !important;
  }
}
/****************************************************************************************************************************************************************************************
******** GRID ******************************************************************************************************************************************************************
****************************************************************************************************************************************************************************************/
/* Grid container class - Meant to set outside margins that align to our specs with different media queries */
/* line 198, /app/app/assets/stylesheets/audit.scss */
.bdl-fluid-grid-container {
  margin-left: 0rem;
  margin-right: 0rem;
}

/* 
    Standard Row - Typically, the row in BS comes with some padding, 
    but I'm not sure if we're gonna implement that or not since it's done in the container already 
*/
/* line 207, /app/app/assets/stylesheets/audit.scss */
.bdl-row {
  display: flex;
  flex-wrap: wrap;
}

/* Standard column classes */
/* line 214, /app/app/assets/stylesheets/audit.scss */
.bdl-col-1 {
  width: calc(100%/12);
}

/* line 218, /app/app/assets/stylesheets/audit.scss */
.bdl-col-2 {
  width: calc(100%/6);
}

/* line 222, /app/app/assets/stylesheets/audit.scss */
.bdl-col-3 {
  width: 25%;
}

/* line 226, /app/app/assets/stylesheets/audit.scss */
.bdl-col-4 {
  width: 33.333%;
}

/* line 230, /app/app/assets/stylesheets/audit.scss */
.bdl-col-5 {
  width: calc(500%/12);
}

/* line 234, /app/app/assets/stylesheets/audit.scss */
.bdl-col-6 {
  width: 50%;
}

/* line 238, /app/app/assets/stylesheets/audit.scss */
.bdl-col-7 {
  width: calc(700%/12);
}

/* line 242, /app/app/assets/stylesheets/audit.scss */
.bdl-col-8 {
  width: 66.667%;
}

/* line 246, /app/app/assets/stylesheets/audit.scss */
.bdl-col-9 {
  width: 75%;
}

/* line 250, /app/app/assets/stylesheets/audit.scss */
.bdl-col-10 {
  width: calc(1000%/12);
}

/* line 254, /app/app/assets/stylesheets/audit.scss */
.bdl-col-11 {
  width: calc(1100%/12);
}

/* line 258, /app/app/assets/stylesheets/audit.scss */
.bdl-col-12 {
  width: 100%;
}

/****************************************************************************************************************************************************************************************
******** BACKGROUND COLOR ******************************************************************************************************************************************************************
****************************************************************************************************************************************************************************************/
/* Neutral colors: */
/* line 268, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-neutral-0 {
  background-color: #FFF;
}

/* line 272, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-neutral-20 {
  background-color: #F4F4F4;
}

/* line 276, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-neutral-40 {
  background-color: #E2E2E2;
}

/* line 280, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-neutral-60 {
  background-color: #999;
}

/* line 284, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-neutral-80 {
  background-color: #636363;
}

/* line 288, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-neutral-100 {
  background-color: #000;
}

/* Primary colors: */
/* line 294, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-primary-10 {
  background-color: #F1F8FF !important;
}

/* line 298, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-primary-20 {
  background-color: #C8E4FF;
}

/* line 302, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-primary-40 {
  background-color: #91CAFF;
}

/* line 306, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-primary-60 {
  background-color: #2395FD;
}

/* line 310, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-primary-80 {
  background-color: #228CEF;
}

/* line 314, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-primary-100 {
  background-color: #1A73C6;
}

/* Accent colors: */
/* line 320, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-green-10 {
  background-color: #E9EFBF;
}

/* line 324, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-green-80 {
  background-color: #A6C100;
}

/* line 328, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-green-100 {
  background-color: #8CA301;
}

/* line 332, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-yellow-10 {
  background-color: #FCF3D3;
}

/* line 336, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-yellow-80 {
  background-color: #F6CF4F;
}

/* line 340, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-yellow-100 {
  background-color: #E3C04A;
}

/* line 344, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-orange-10 {
  background-color: #FBE6CF;
}

/* line 348, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-orange-80 {
  background-color: #EF9B40;
}

/* line 352, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-orange-100 {
  background-color: #D88C3A;
}

/* line 356, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-salmon-10 {
  background-color: #FCDAD5;
}

/* line 360, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-salmon-80 {
  background-color: #F46C57;
}

/* line 364, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-salmon-100 {
  background-color: #D25D4B;
}

/* line 368, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-magenta-10 {
  background-color: #F8D1E1;
}

/* line 372, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-magenta-80 {
  background-color: #E03A8A;
}

/* line 376, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-magenta-100 {
  background-color: #C63279;
}

/* line 380, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-purple-10 {
  background-color: #E9D6F3;
}

/* line 384, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-purple-80 {
  background-color: #A95CCF;
}

/* line 388, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-purple-100 {
  background-color: #9851BB;
}

/* Other colors: */
/* line 394, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 398, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-gradient {
  background-color: radial-gradient(117.51% 115.72% at 9.42% 94.09%, #FAFDFF 6.27%, #EBF5FF 56.79%, #FFF 100%, #FFF 100%);
}

/* line 402, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-func-pos {
  background-color: #54D370;
}

/* line 406, /app/app/assets/stylesheets/audit.scss */
.bdl-bg-func-neg {
  background-color: #E3365D;
}

/****************************************************************************************************************************************************************************************
******** BORDERS ******************************************************************************************************************************************************************
****************************************************************************************************************************************************************************************/
/* Neutral borders: */
/* line 416, /app/app/assets/stylesheets/audit.scss */
.bdl-border-neutral-0 {
  border: 1px solid #FFF !important;
}

/* line 420, /app/app/assets/stylesheets/audit.scss */
.bdl-border-neutral-20 {
  border: 1px solid #F4F4F4 !important;
}

/* line 424, /app/app/assets/stylesheets/audit.scss */
.bdl-border-neutral-40 {
  border: 1px solid #E2E2E2 !important;
}

/* line 428, /app/app/assets/stylesheets/audit.scss */
.bdl-border-neutral-60 {
  border: 1px solid #999 !important;
}

/* line 432, /app/app/assets/stylesheets/audit.scss */
.bdl-border-neutral-80 {
  border: 1px solid #636363 !important;
}

/* line 436, /app/app/assets/stylesheets/audit.scss */
.bdl-border-neutral-100 {
  border: 1px solid #000 !important;
}

/* Primary borders: */
/* line 442, /app/app/assets/stylesheets/audit.scss */
.bdl-border-primary-10 {
  border: 1px solid #F1F8FF !important;
}

/* line 446, /app/app/assets/stylesheets/audit.scss */
.bdl-border-primary-20 {
  border: 1px solid #C8E4FF !important;
}

/* line 450, /app/app/assets/stylesheets/audit.scss */
.bdl-border-primary-40 {
  border: 1px solid #91CAFF !important;
}

/* line 454, /app/app/assets/stylesheets/audit.scss */
.bdl-border-primary-60 {
  border: 1px solid #2395FD !important;
}

/* line 458, /app/app/assets/stylesheets/audit.scss */
.bdl-border-primary-80 {
  border: 1px solid #228CEF !important;
}

/* line 462, /app/app/assets/stylesheets/audit.scss */
.bdl-border-primary-100 {
  border: 1px solid #1A73C6 !important;
}

/* Accent borders: */
/* line 468, /app/app/assets/stylesheets/audit.scss */
.bdl-border-green-10 {
  border: 1px solid #E9EFBF !important;
}

/* line 472, /app/app/assets/stylesheets/audit.scss */
.bdl-border-green-80 {
  border: 1px solid #A6C100 !important;
}

/* line 476, /app/app/assets/stylesheets/audit.scss */
.bdl-border-green-100 {
  border: 1px solid #8CA301 !important;
}

/* line 480, /app/app/assets/stylesheets/audit.scss */
.bdl-border-yellow-10 {
  border: 1px solid #FCF3D3 !important;
}

/* line 484, /app/app/assets/stylesheets/audit.scss */
.bdl-border-yellow-80 {
  border: 1px solid #F6CF4F !important;
}

/* line 488, /app/app/assets/stylesheets/audit.scss */
.bdl-border-yellow-100 {
  border: 1px solid #E3C04A !important;
}

/* line 492, /app/app/assets/stylesheets/audit.scss */
.bdl-border-orange-10 {
  border: 1px solid #FBE6CF !important;
}

/* line 496, /app/app/assets/stylesheets/audit.scss */
.bdl-border-orange-80 {
  border: 1px solid #EF9B40 !important;
}

/* line 500, /app/app/assets/stylesheets/audit.scss */
.bdl-border-orange-100 {
  border: 1px solid #D88C3A !important;
}

/* line 504, /app/app/assets/stylesheets/audit.scss */
.bdl-border-salmon-10 {
  border: 1px solid #FCDAD5 !important;
}

/* line 508, /app/app/assets/stylesheets/audit.scss */
.bdl-border-salmon-80 {
  border: 1px solid #F46C57 !important;
}

/* line 512, /app/app/assets/stylesheets/audit.scss */
.bdl-border-salmon-100 {
  border: 1px solid #D25D4B !important;
}

/* line 516, /app/app/assets/stylesheets/audit.scss */
.bdl-border-magenta-10 {
  border: 1px solid #F8D1E1 !important;
}

/* line 520, /app/app/assets/stylesheets/audit.scss */
.bdl-border-magenta-80 {
  border: 1px solid #E03A8A !important;
}

/* line 524, /app/app/assets/stylesheets/audit.scss */
.bdl-border-magenta-100 {
  border: 1px solid #C63279 !important;
}

/* line 528, /app/app/assets/stylesheets/audit.scss */
.bdl-border-purple-10 {
  border: 1px solid #E9D6F3 !important;
}

/* line 532, /app/app/assets/stylesheets/audit.scss */
.bdl-border-purple-80 {
  border: 1px solid #A95CCF !important;
}

/* line 536, /app/app/assets/stylesheets/audit.scss */
.bdl-border-purple-100 {
  border: 1px solid #9851BB !important;
}

/* Other borders: */
/* line 542, /app/app/assets/stylesheets/audit.scss */
.bdl-border-overlay {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

/* line 546, /app/app/assets/stylesheets/audit.scss */
.bdl-border-gradient {
  border: 1px solid radial-gradient(117.51% 115.72% at 9.42% 94.09%, #FAFDFF 6.27%, #EBF5FF 56.79%, #FFF 100%, #FFF 100%) !important;
}

/* line 550, /app/app/assets/stylesheets/audit.scss */
.bdl-border-func-pos {
  border: 1px solid #54D370 !important;
}

/* line 554, /app/app/assets/stylesheets/audit.scss */
.bdl-border-func-neg {
  border: 1px solid #E3365D !important;
}

/****************************************************************************************************************************************************************************************
******** TYPOGRAPHY ******************************************************************************************************************************************************************
****************************************************************************************************************************************************************************************/
/* line 562, /app/app/assets/stylesheets/audit.scss */
.bdl-text-body-2 {
  font-family: Work Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 114.286% */
}

/* line 570, /app/app/assets/stylesheets/audit.scss */
.bdl-text-body-1 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}

/* line 577, /app/app/assets/stylesheets/audit.scss */
.bdl-text-subtitle-3 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 177.778% */
}

/* line 584, /app/app/assets/stylesheets/audit.scss */
.bdl-text-subtitle-2 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 160% */
}

/* line 591, /app/app/assets/stylesheets/audit.scss */
.bdl-text-subtitle-1 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 133.333% */
}

/* line 598, /app/app/assets/stylesheets/audit.scss */
.bdl-text-heading-6 {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  /* 153.846% */
}

/* line 605, /app/app/assets/stylesheets/audit.scss */
.bdl-text-heading-5 {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  /* 133.333% */
}

/* line 612, /app/app/assets/stylesheets/audit.scss */
.bdl-text-heading-4 {
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  /* 141.176% */
}

/* line 619, /app/app/assets/stylesheets/audit.scss */
.bdl-text-heading-3 {
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  /* 147.368% */
}

/* line 626, /app/app/assets/stylesheets/audit.scss */
.bdl-text-heading-2 {
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  /* 133.333% */
}

/* line 633, /app/app/assets/stylesheets/audit.scss */
.bdl-text-heading-1 {
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  /* 139.13% */
}

/* line 640, /app/app/assets/stylesheets/audit.scss */
.bdl-fw-normal {
  font-weight: 400 !important;
}

/* line 644, /app/app/assets/stylesheets/audit.scss */
.bdl-fw-medium {
  font-weight: 500 !important;
}

/* line 648, /app/app/assets/stylesheets/audit.scss */
.bdl-fw-bold {
  font-weight: 600 !important;
}

/* Text colors: */
/* Neutral: */
/* line 656, /app/app/assets/stylesheets/audit.scss */
.bdl-text-neutral-0 {
  color: #FFF;
}

/* line 660, /app/app/assets/stylesheets/audit.scss */
.bdl-text-neutral-20 {
  color: #F4F4F4;
}

/* line 664, /app/app/assets/stylesheets/audit.scss */
.bdl-text-neutral-40 {
  color: #E2E2E2;
}

/* line 668, /app/app/assets/stylesheets/audit.scss */
.bdl-text-neutral-60 {
  color: #999;
}

/* line 672, /app/app/assets/stylesheets/audit.scss */
.bdl-text-neutral-80 {
  color: #636363;
}

/* line 676, /app/app/assets/stylesheets/audit.scss */
.bdl-text-neutral-100 {
  color: #000;
}

/* Primary: */
/* line 682, /app/app/assets/stylesheets/audit.scss */
.bdl-text-primary-10 {
  color: #F1F8FF;
}

/* line 686, /app/app/assets/stylesheets/audit.scss */
.bdl-text-primary-20 {
  color: #C8E4FF;
}

/* line 690, /app/app/assets/stylesheets/audit.scss */
.bdl-text-primary-40 {
  color: #91CAFF;
}

/* line 694, /app/app/assets/stylesheets/audit.scss */
.bdl-text-primary-60 {
  color: #2395FD;
}

/* line 698, /app/app/assets/stylesheets/audit.scss */
.bdl-text-primary-80 {
  color: #228CEF;
}

/* line 702, /app/app/assets/stylesheets/audit.scss */
.bdl-text-primary-100 {
  color: #1A73C6;
}

/* Accent: */
/* line 708, /app/app/assets/stylesheets/audit.scss */
.bdl-text-green-10 {
  color: #E9EFBF;
}

/* line 712, /app/app/assets/stylesheets/audit.scss */
.bdl-text-green-80 {
  color: #A6C100;
}

/* line 716, /app/app/assets/stylesheets/audit.scss */
.bdl-text-green-100 {
  color: #8CA301;
}

/* line 720, /app/app/assets/stylesheets/audit.scss */
.bdl-text-yellow-10 {
  color: #FCF3D3;
}

/* line 724, /app/app/assets/stylesheets/audit.scss */
.bdl-text-yellow-80 {
  color: #F6CF4F;
}

/* line 728, /app/app/assets/stylesheets/audit.scss */
.bdl-text-yellow-100 {
  color: #E3C04A;
}

/* line 732, /app/app/assets/stylesheets/audit.scss */
.bdl-text-orange-10 {
  color: #FBE6CF;
}

/* line 736, /app/app/assets/stylesheets/audit.scss */
.bdl-text-orange-80 {
  color: #EF9B40;
}

/* line 740, /app/app/assets/stylesheets/audit.scss */
.bdl-text-orange-100 {
  color: #D88C3A;
}

/* line 744, /app/app/assets/stylesheets/audit.scss */
.bdl-text-salmon-10 {
  color: #FCDAD5;
}

/* line 748, /app/app/assets/stylesheets/audit.scss */
.bdl-text-salmon-80 {
  color: #F46C57;
}

/* line 752, /app/app/assets/stylesheets/audit.scss */
.bdl-text-salmon-100 {
  color: #D25D4B;
}

/* line 756, /app/app/assets/stylesheets/audit.scss */
.bdl-text-magenta-10 {
  color: #F8D1E1;
}

/* line 760, /app/app/assets/stylesheets/audit.scss */
.bdl-text-magenta-80 {
  color: #E03A8A;
}

/* line 764, /app/app/assets/stylesheets/audit.scss */
.bdl-text-magenta-100 {
  color: #C63279;
}

/* line 768, /app/app/assets/stylesheets/audit.scss */
.bdl-text-purple-10 {
  color: #E9D6F3;
}

/* line 772, /app/app/assets/stylesheets/audit.scss */
.bdl-text-purple-80 {
  color: #A95CCF;
}

/* line 776, /app/app/assets/stylesheets/audit.scss */
.bdl-text-purple-100 {
  color: #9851BB;
}

/* Other colors: */
/* line 782, /app/app/assets/stylesheets/audit.scss */
.bdl-text-func-pos {
  color: #54D370;
}

/* line 786, /app/app/assets/stylesheets/audit.scss */
.bdl-text-func-neg {
  color: #E3365D;
}

/* line 790, /app/app/assets/stylesheets/audit.scss */
.bdl-text-overlay {
  color: rgba(0, 0, 0, 0.3);
}

/* line 794, /app/app/assets/stylesheets/audit.scss */
.bdl-text-gradient {
  color: radial-gradient(117.51% 115.72% at 9.42% 94.09%, #FAFDFF 6.27%, #EBF5FF 56.79%, #FFF 100%, #FFF 100%);
}

/** Elevation */
/** Please use this link for information on how to use properly: https://www.figma.com/file/MNGY4sQ1Ch45U1iWJSG15E/Boddle-LMS-Design-System?node-id=98%3A147&mode=dev */
/* line 802, /app/app/assets/stylesheets/audit.scss */
.bdl-shadow {
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}

/****************************************************************************************************************************************************************************************
******** SPACING ******************************************************************************************************************************************************************
****************************************************************************************************************************************************************************************/
/** Full margin */
/* line 825, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-1 {
  margin: 0.25rem;
}

/* line 829, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-2 {
  margin: 0.5rem;
}

/* line 833, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-3 {
  margin: 1rem;
}

/* line 837, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-4 {
  margin: 1.5rem;
}

/* line 841, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-6 {
  margin: 2.5rem;
}

/* line 845, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-6 {
  margin: 2.5rem;
}

/* line 849, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-7 {
  margin: 3rem;
}

/* line 853, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-8 {
  margin: 3.5rem;
}

/* line 857, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-9 {
  margin: 4rem;
}

/* line 861, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-10 {
  margin: 4.5rem;
}

/* line 865, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-11 {
  margin: 5rem;
}

/* line 869, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-12 {
  margin: 5.5rem;
}

/* line 873, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-13 {
  margin: 6rem;
}

/** Margin top */
/* line 879, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-1 {
  margin-top: 0.25rem;
}

/* line 883, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-2 {
  margin-top: 0.5rem;
}

/* line 887, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-3 {
  margin-top: 1rem;
}

/* line 891, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-4 {
  margin-top: 1.5rem !important;
}

/* line 895, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-6 {
  margin-top: 2.5rem;
}

/* line 899, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-6 {
  margin-top: 2.5rem;
}

/* line 903, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-7 {
  margin-top: 3rem;
}

/* line 907, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-8 {
  margin-top: 3.5rem;
}

/* line 911, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-9 {
  margin-top: 4rem;
}

/* line 915, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-10 {
  margin-top: 4.5rem;
}

/* line 919, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-11 {
  margin-top: 5rem;
}

/* line 923, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-12 {
  margin-top: 5.5rem;
}

/* line 927, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-top-13 {
  margin-top: 6rem;
}

/** Margin bottom */
/* line 933, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-1 {
  margin-bottom: 0.25rem;
}

/* line 937, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-2 {
  margin-bottom: 0.5rem;
}

/* line 941, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-3 {
  margin-bottom: 1rem;
}

/* line 945, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-4 {
  margin-bottom: 1.5rem;
}

/* line 949, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-6 {
  margin-bottom: 2.5rem;
}

/* line 953, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-6 {
  margin-bottom: 2.5rem;
}

/* line 957, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-7 {
  margin-bottom: 3rem;
}

/* line 961, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-8 {
  margin-bottom: 3.5rem;
}

/* line 965, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-9 {
  margin-bottom: 4rem;
}

/* line 969, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-10 {
  margin-bottom: 4.5rem;
}

/* line 973, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-11 {
  margin-bottom: 5rem;
}

/* line 977, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-12 {
  margin-bottom: 5.5rem;
}

/* line 981, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-bottom-13 {
  margin-bottom: 6rem;
}

/** Margin right */
/* line 987, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-1 {
  margin-right: 0.25rem;
}

/* line 991, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-2 {
  margin-right: 0.5rem;
}

/* line 995, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-3 {
  margin-right: 1rem;
}

/* line 999, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-4 {
  margin-right: 1.5rem;
}

/* line 1003, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-6 {
  margin-right: 2.5rem;
}

/* line 1007, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-6 {
  margin-right: 2.5rem;
}

/* line 1011, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-7 {
  margin-right: 3rem;
}

/* line 1015, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-8 {
  margin-right: 3.5rem;
}

/* line 1019, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-9 {
  margin-right: 4rem;
}

/* line 1023, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-10 {
  margin-right: 4.5rem;
}

/* line 1027, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-11 {
  margin-right: 5rem;
}

/* line 1031, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-12 {
  margin-right: 5.5rem;
}

/* line 1035, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-right-13 {
  margin-right: 6rem;
}

/** Margin left */
/* line 1041, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-1 {
  margin-left: 0.25rem;
}

/* line 1045, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-2 {
  margin-left: 0.5rem;
}

/* line 1049, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-3 {
  margin-left: 1rem;
}

/* line 1053, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-4 {
  margin-left: 1.5rem;
}

/* line 1057, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-6 {
  margin-left: 2.5rem;
}

/* line 1061, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-6 {
  margin-left: 2.5rem;
}

/* line 1065, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-7 {
  margin-left: 3rem;
}

/* line 1069, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-8 {
  margin-left: 3.5rem;
}

/* line 1073, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-9 {
  margin-left: 4rem;
}

/* line 1077, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-10 {
  margin-left: 4.5rem;
}

/* line 1081, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-11 {
  margin-left: 5rem;
}

/* line 1085, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-12 {
  margin-left: 5.5rem;
}

/* line 1089, /app/app/assets/stylesheets/audit.scss */
.bdl-margin-left-13 {
  margin-left: 6rem;
}

/** Padding */
/** Full padding */
/* line 1096, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-1 {
  padding: 0.25rem;
}

/* line 1100, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-2 {
  padding: 0.5rem;
}

/* line 1104, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-3 {
  padding: 1rem;
}

/* line 1108, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-4 {
  padding: 1.5rem;
}

/* line 1112, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-6 {
  padding: 2.5rem;
}

/* line 1116, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-6 {
  padding: 2.5rem;
}

/* line 1120, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-7 {
  padding: 3rem;
}

/* line 1124, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-8 {
  padding: 3.5rem;
}

/* line 1128, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-9 {
  padding: 4rem;
}

/* line 1132, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-10 {
  padding: 4.5rem;
}

/* line 1136, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-11 {
  padding: 5rem;
}

/* line 1140, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-12 {
  padding: 5.5rem;
}

/* line 1144, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-13 {
  padding: 6rem;
}

/** Margin top */
/* line 1150, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-1 {
  padding-top: 0.25rem;
}

/* line 1154, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-2 {
  padding-top: 0.5rem;
}

/* line 1158, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-3 {
  padding-top: 1rem;
}

/* line 1162, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-4 {
  padding-top: 1.5rem;
}

/* line 1166, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-6 {
  padding-top: 2.5rem;
}

/* line 1170, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-6 {
  padding-top: 2.5rem;
}

/* line 1174, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-7 {
  padding-top: 3rem;
}

/* line 1178, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-8 {
  padding-top: 3.5rem;
}

/* line 1182, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-9 {
  padding-top: 4rem;
}

/* line 1186, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-10 {
  padding-top: 4.5rem;
}

/* line 1190, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-11 {
  padding-top: 5rem;
}

/* line 1194, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-12 {
  padding-top: 5.5rem;
}

/* line 1198, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-top-13 {
  padding-top: 6rem;
}

/** Margin bottom */
/* line 1204, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-1 {
  padding-bottom: 0.25rem;
}

/* line 1208, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-2 {
  padding-bottom: 0.5rem;
}

/* line 1212, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-3 {
  padding-bottom: 1rem;
}

/* line 1216, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-4 {
  padding-bottom: 1.5rem;
}

/* line 1220, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-6 {
  padding-bottom: 2.5rem;
}

/* line 1224, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-6 {
  padding-bottom: 2.5rem;
}

/* line 1228, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-7 {
  padding-bottom: 3rem;
}

/* line 1232, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-8 {
  padding-bottom: 3.5rem;
}

/* line 1236, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-9 {
  padding-bottom: 4rem;
}

/* line 1240, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-10 {
  padding-bottom: 4.5rem;
}

/* line 1244, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-11 {
  padding-bottom: 5rem;
}

/* line 1248, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-12 {
  padding-bottom: 5.5rem;
}

/* line 1252, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-bottom-13 {
  padding-bottom: 6rem;
}

/** Margin right */
/* line 1258, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-1 {
  padding-right: 0.25rem;
}

/* line 1262, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-2 {
  padding-right: 0.5rem;
}

/* line 1266, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-3 {
  padding-right: 1rem;
}

/* line 1270, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-4 {
  padding-right: 1.5rem;
}

/* line 1274, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-6 {
  padding-right: 2.5rem;
}

/* line 1278, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-6 {
  padding-right: 2.5rem;
}

/* line 1282, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-7 {
  padding-right: 3rem;
}

/* line 1286, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-8 {
  padding-right: 3.5rem;
}

/* line 1290, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-9 {
  padding-right: 4rem;
}

/* line 1294, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-10 {
  padding-right: 4.5rem;
}

/* line 1298, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-11 {
  padding-right: 5rem;
}

/* line 1302, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-12 {
  padding-right: 5.5rem;
}

/* line 1306, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-right-13 {
  padding-right: 6rem;
}

/** Margin left */
/* line 1312, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-1 {
  padding-left: 0.25rem;
}

/* line 1316, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-2 {
  padding-left: 0.5rem;
}

/* line 1320, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-3 {
  padding-left: 1rem;
}

/* line 1324, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-4 {
  padding-left: 1.5rem;
}

/* line 1328, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-6 {
  padding-left: 2.5rem;
}

/* line 1332, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-6 {
  padding-left: 2.5rem;
}

/* line 1336, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-7 {
  padding-left: 3rem;
}

/* line 1340, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-8 {
  padding-left: 3.5rem;
}

/* line 1344, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-9 {
  padding-left: 4rem;
}

/* line 1348, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-10 {
  padding-left: 4.5rem;
}

/* line 1352, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-11 {
  padding-left: 5rem;
}

/* line 1356, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-12 {
  padding-left: 5.5rem;
}

/* line 1360, /app/app/assets/stylesheets/audit.scss */
.bdl-padding-left-13 {
  padding-left: 6rem;
}

/****************************************************************************************************************************************************************************************
******** BORDER RADIUS ******************************************************************************************************************************************************************
****************************************************************************************************************************************************************************************/
/* line 1369, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-1 {
  border-radius: 0.625rem !important;
}

/* line 1373, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-2 {
  border-radius: 0.75rem;
}

/* line 1377, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-3 {
  border-radius: 1rem;
}

/* line 1381, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-4 {
  border-radius: 1.125rem;
}

/* line 1385, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-5 {
  border-radius: 1.25rem;
}

/* line 1389, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-6 {
  border-radius: 1.375rem;
}

/* line 1393, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-7 {
  border-radius: 1.5rem;
}

/* line 1397, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-8 {
  border-radius: 1.625rem;
}

/* line 1401, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-9 {
  border-radius: 1.75rem;
}

/* line 1405, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-10 {
  border-radius: 1.875rem;
}

/* line 1409, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-circle {
  border-radius: 50rem;
}

/* line 1413, /app/app/assets/stylesheets/audit.scss */
.bdl-rounded-pill {
  border-radius: 50%;
}

/* line 1417, /app/app/assets/stylesheets/audit.scss */
.bdl-text-accent-orange-80 {
  color: #EF9B40;
}

/* line 1421, /app/app/assets/stylesheets/audit.scss */
.bdl-text-neutral-80 {
  color: #636363;
}

/****************************************************************************************************************************************************************************************
******** COMPONENTS ******************************************************************************************************************************************************************
****************************************************************************************************************************************************************************************/
/** Tags */
/* line 1431, /app/app/assets/stylesheets/audit.scss */
.bdl-tag-modal {
  display: inline-flex;
  padding: .25rem 1rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  border-radius: 1000px;
  border: 1px solid #2395FD;
  background: #FFF;
  color: #2395FD;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
}

/* line 1447, /app/app/assets/stylesheets/audit.scss */
.bdl-tag-modal:focus {
  border: 2px solid #2395FD;
}

/* line 1451, /app/app/assets/stylesheets/audit.scss */
.bdl-tag {
  display: inline-flex;
  padding: .25rem 1rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  border-radius: 1000px;
  background: #FFF;
  box-shadow: 0px 0.5rem 40px 0px rgba(0, 0, 0, 0.08);
  color: #2395FD;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  /* 150% */
}

/* line 1467, /app/app/assets/stylesheets/audit.scss */
.bdl-tag:focus {
  border: 2px solid #2395FD;
}

/** Tabs **/
/* line 1472, /app/app/assets/stylesheets/audit.scss */
.bdl-tab {
  display: inline-flex;
  height: 39px;
  padding: .5rem;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid var(--bdl-primary-60, #2395FD);
  background: var(--bdl-neutral-0, #FFF);
  gap: .5rem;
  flex-shrink: 0;
  color: #2395FD;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
}

/* line 1491, /app/app/assets/stylesheets/audit.scss */
.bdl-tab-selected {
  display: inline-flex;
  height: 39px;
  padding: .5rem;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #2395FD;
  background: #C8E4FF;
  gap: .5rem;
  flex-shrink: 0;
  color: #2395FD;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
}

/** Buttons **/
/** Primary **/
/* line 1512, /app/app/assets/stylesheets/audit.scss */
.bdl-button-primary {
  display: inline-flex;
  padding: .5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  border-radius: 10px;
  background: #2395FD;
  color: #FFF;
  font-family: Work Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  /* 150% */
  border: 1px solid #2395FD;
}

/* line 1529, /app/app/assets/stylesheets/audit.scss */
.bdl-button-primary:hover {
  background: #228CEF;
  color: #FFF;
}

/*.bdl-button-primary:focus {
    border: 2px solid $primary-100;
}*/
/* line 1538, /app/app/assets/stylesheets/audit.scss */
.bdl-button-primary:active {
  background: #1A73C6;
}

/* line 1542, /app/app/assets/stylesheets/audit.scss */
.bdl-button-primary:disabled {
  background: #E2E2E2;
}

/** Secondary **/
/* line 1547, /app/app/assets/stylesheets/audit.scss */
.bdl-button-secondary-1 {
  display: inline-flex;
  padding: .5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  border-radius: 10px;
  border: 1px solid #2395FD;
  background: #FFF;
  color: #2395FD;
  font-family: Work Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  /* 150% */
}

/* line 1564, /app/app/assets/stylesheets/audit.scss */
.bdl-button-secondary-1:hover {
  background: #F1F8FF;
}

/*
.bdl-button-secondary-1:focus {
    border: 2px solid $primary-60; 
}
*/
/* line 1574, /app/app/assets/stylesheets/audit.scss */
.bdl-button-secondary-1:active {
  background: #C8E4FF;
}

/* line 1578, /app/app/assets/stylesheets/audit.scss */
.bdl-button-secondary-1:disabled {
  border: 1px solid #E2E2E2;
  background: #F4F4F4;
  color: #E2E2E2;
}

/* line 1584, /app/app/assets/stylesheets/audit.scss */
.bdl-button-secondary-2 {
  display: inline-flex;
  padding: .5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  border-radius: 10px;
  border: 1px solid #636363;
  background: #FFF;
}

/* line 1595, /app/app/assets/stylesheets/audit.scss */
.bdl-button-secondary-2:hover {
  background: #F4F4F4;
}

/*.bdl-button-secondary-2:focus{
    border: 2px solid $neutral-80;
}*/
/* line 1603, /app/app/assets/stylesheets/audit.scss */
.bdl-button-secondary-2:active {
  background: #E2E2E2;
}

/* line 1607, /app/app/assets/stylesheets/audit.scss */
.bdl-button-secondary-2:disabled {
  border: 1px solid var #E2E2E2;
  color: #E2E2E2;
  background: #F4F4F4;
}

/* line 1613, /app/app/assets/stylesheets/audit.scss */
.bdl-button-tertiary {
  display: inline-flex;
  padding: .5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  border-radius: 10px;
  color: #2395FD;
  font-family: Work Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  /* 150% */
  border: none;
}

/* line 1629, /app/app/assets/stylesheets/audit.scss */
.bdl-button-tertiary:hover {
  background: #F1F8FF;
}

/*.bdl-button-tertiary:focus {
    border: 2px solid $primary-60;
}*/
/* line 1637, /app/app/assets/stylesheets/audit.scss */
.bdl-button-tertiary:active {
  background: #C8E4FF;
}

/* line 1641, /app/app/assets/stylesheets/audit.scss */
.bdl-button-tertiary:disabled {
  color: #E2E2E2;
}

/* line 1645, /app/app/assets/stylesheets/audit.scss */
.bdl-dropdown-button {
  display: flex;
  padding: .5rem 1rem;
  align-items: center;
}

/* line 1651, /app/app/assets/stylesheets/audit.scss */
.bdl-add-students {
  z-index: 999999 !important;
  padding: 1rem 1.5rem !important;
}
/* line 1654, /app/app/assets/stylesheets/audit.scss */
.bdl-add-students .modal-header {
  padding: 1rem 1.5rem !important;
}
/* line 1657, /app/app/assets/stylesheets/audit.scss */
.bdl-add-students .modal-body {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
}
/* line 1664, /app/app/assets/stylesheets/audit.scss */
.bdl-add-students .bdl-option-card {
  cursor: pointer;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
/* line 1673, /app/app/assets/stylesheets/audit.scss */
.bdl-add-students .bdl-option-card p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: Work Sans;
  color: var(--bdl-neutral-80, #636363);
  text-align: center;
}
/* line 1682, /app/app/assets/stylesheets/audit.scss */
.bdl-add-students .bdl-option-card svg {
  height: 2rem;
  width: 2rem;
}

/* line 1689, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students {
  z-index: 999999 !important;
  padding: 1rem 1.5rem !important;
}
/* line 1691, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students .modal-dialog {
  width: 30.75rem !important;
}
@media (max-width: 768px) {
  /* line 1695, /app/app/assets/stylesheets/audit.scss */
  .bdl-add-new-students .modal-dialog {
    width: auto !important;
  }
}
/* line 1701, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students .modal-header {
  padding: 1rem 1.5rem !important;
}
/* line 1705, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students textarea {
  border: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  background: var(--bdl-neutral-20, #F4F4F4);
}
/* line 1713, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students textarea::placeholder {
  color: var(--bdl-neutral-80, #636363);
}

/* line 1718, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-form {
  z-index: 999999 !important;
}
/* line 1720, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-form .modal-dialog {
  width: 30.75rem !important;
}
@media (max-width: 786px) {
  /* line 1725, /app/app/assets/stylesheets/audit.scss */
  .bdl-add-new-students-form .modal-dialog {
    width: auto !important;
  }
}
/* line 1730, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-form .modal-header {
  padding: 1rem 1.5rem !important;
}
/* line 1734, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-form input {
  border: none;
  background: var(--primary-10, #F1F8FF);
}
/* line 1738, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-form input:focus {
  background: var(--primary-10, #F1F8FF);
}

/* line 1743, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-grades {
  z-index: 9999 !important;
}
/* line 1746, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-grades .modal-header {
  padding: 1rem 1.5rem !important;
  padding-bottom: 0px !important;
}
/* line 1751, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-grades .modal-body {
  padding: 1.5rem !important;
  padding-top: 0px !important;
}

/* line 1759, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-logins {
  z-index: 9999 !important;
}
/* line 1761, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-logins .modal-header {
  padding: 1rem 1.5rem !important;
  padding-bottom: 0px !important;
}
/* line 1765, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-logins .modal-body {
  padding: 1.5rem;
}
/* line 1768, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-logins input {
  border: none;
  background: var(--primary-10, #F1F8FF);
}
/* line 1772, /app/app/assets/stylesheets/audit.scss */
.bdl-add-new-students-logins input:focus {
  background: var(--primary-10, #F1F8FF);
}

/* line 1777, /app/app/assets/stylesheets/audit.scss */
.bdl-link-existing-students {
  z-index: 99999999 !important;
}
/* line 1779, /app/app/assets/stylesheets/audit.scss */
.bdl-link-existing-students .invite-link {
  border-radius: 20px;
  padding: 6px;
  font-size: 15px;
  background: var(--primary-10, #F1F8FF);
  border: 1px solid var(--bdl-primary-60, #2395FD);
}
/* line 1787, /app/app/assets/stylesheets/audit.scss */
.bdl-link-existing-students .copy-link-btn {
  display: flex;
  justify-content: space-between;
  gap: 7px;
}
/* line 1793, /app/app/assets/stylesheets/audit.scss */
.bdl-link-existing-students .class-code {
  width: 100%;
  text-align: center;
  border: none;
  background: var(--primary-10, #F1F8FF);
  color: var(--bdl-primary-60, #2395FD);
  padding: 8px;
  border-radius: 10px;
  /* margin-top: 4px; */
  font-size: 14px;
  font-weight: 600;
}
/* line 1806, /app/app/assets/stylesheets/audit.scss */
.bdl-link-existing-students .class-code-parent {
  border-right: solid 1px var(--neutral-40, #E2E2E2);
}

/****************************************************************************************************************************************************************************************
******** ICONOGRAPHY ********************************************************************************************************************************************************************
****************************************************************************************************************************************************************************************/
/* line 1820, /app/app/assets/stylesheets/audit.scss */
.icon-xs {
  width: 8px;
  height: 8px;
}

/* line 1825, /app/app/assets/stylesheets/audit.scss */
.icon-sm {
  width: 16px;
  height: 16px;
}

/* line 1830, /app/app/assets/stylesheets/audit.scss */
.icon-md {
  width: 24px;
  height: 24px;
}

/* line 1835, /app/app/assets/stylesheets/audit.scss */
.icon-lg {
  width: 32px;
  height: 32px;
}

/* line 1840, /app/app/assets/stylesheets/audit.scss */
.icon-xl {
  width: 36px;
  height: 36px;
}

/* line 1846, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-green-10 path {
  fill: #E9EFBF;
}
/* line 1850, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-green-10 circle {
  fill: #E9EFBF;
}

/* line 1856, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-green-80 path {
  fill: #A6C100;
}
/* line 1860, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-green-80 circle {
  fill: #A6C100;
}

/* line 1867, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-green-100 path {
  fill: #8CA301;
}
/* line 1871, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-green-100 circle {
  fill: #8CA301;
}

/* line 1877, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-yellow-10 {
  circle-fill: #FCF3D3;
}
/* line 1878, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-yellow-10 path {
  fill: #FCF3D3;
}

/* line 1888, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-yellow-80 {
  circle-fill: #F6CF4F;
}
/* line 1889, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-yellow-80 path {
  fill: #F6CF4F;
}

/* line 1899, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-yellow-100 {
  circle-fill: #E3C04A;
}
/* line 1900, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-yellow-100 path {
  fill: #E3C04A;
}

/* line 1910, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-orange-10 {
  circle-fill: #FBE6CF;
}
/* line 1911, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-orange-10 path {
  fill: #FBE6CF;
}

/* line 1922, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-orange-80 path {
  fill: #EF9B40;
}
/* line 1926, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-orange-80 circle {
  fill: #EF9B40;
}

/* line 1933, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-orange-100 path {
  fill: #D88C3A;
}
/* line 1937, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-orange-100 circle {
  fill: #D88C3A;
}

/* line 1944, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-salmon-10 path {
  fill: #FCDAD5;
}
/* line 1948, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-salmon-10 circle {
  fill: #FCDAD5;
}

/* line 1955, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-salmon-80 path {
  fill: #F46C57;
}
/* line 1959, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-salmon-80 circle {
  fill: #F46C57;
}

/* line 1966, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-salmon-100 path {
  fill: #D25D4B;
}
/* line 1970, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-salmon-100 circle {
  fill: #D25D4B;
}

/* line 1977, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-magenta-10 path {
  fill: #F8D1E1;
}
/* line 1981, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-magenta-10 circle {
  fill: #F8D1E1;
}

/* line 1988, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-magenta-80 path {
  fill: #E03A8A;
}
/* line 1992, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-magenta-80 circle {
  fill: #E03A8A;
}

/* line 1999, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-magenta-100 path {
  fill: #C63279;
}
/* line 2003, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-magenta-100 circle {
  fill: #C63279;
}

/* line 2010, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-purple-10 path {
  fill: #E9D6F3;
}
/* line 2014, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-purple-10 circle {
  fill: #E9D6F3;
}

/* line 2021, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-purple-80 path {
  fill: #A95CCF;
}
/* line 2025, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-purple-80 circle {
  fill: #A95CCF;
}

/* line 2032, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-purple-100 path {
  fill: #9851BB;
}
/* line 2036, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-purple-100 circle {
  fill: #9851BB;
}

/* line 2043, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-overlay path {
  fill: rgba(0, 0, 0, 0.3);
}
/* line 2047, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-overlay circle {
  fill: rgba(0, 0, 0, 0.3);
}

/* line 2054, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-gradient path {
  fill: radial-gradient(117.51% 115.72% at 9.42% 94.09%, #FAFDFF 6.27%, #EBF5FF 56.79%, #FFF 100%, #FFF 100%);
}
/* line 2058, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-gradient circle {
  fill: radial-gradient(117.51% 115.72% at 9.42% 94.09%, #FAFDFF 6.27%, #EBF5FF 56.79%, #FFF 100%, #FFF 100%);
}

/* line 2065, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-100 path {
  fill: #000 !important;
}
/* line 2068, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-100 circle {
  fill: #000 !important;
}

/* line 2074, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-80 path {
  fill: #636363;
}
/* line 2077, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-80 circle {
  fill: #636363;
}

/* line 2083, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-60 path {
  fill: #999;
}
/* line 2086, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-60 circle {
  fill: #999;
}

/* line 2092, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-60 path {
  fill: #999;
}
/* line 2095, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-60 circle {
  fill: #999;
}

/* line 2101, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-40 path {
  fill: #E2E2E2;
}
/* line 2104, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-40 circle {
  fill: #E2E2E2;
}

/* line 2110, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-20 path {
  fill: #F4F4F4;
}
/* line 2113, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-20 circle {
  fill: #F4F4F4;
}

/* line 2119, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-0 path {
  fill: #FFF;
}
/* line 2122, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-neutral-0 circle {
  fill: #FFF;
}

/* line 2128, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-100 path {
  fill: #1A73C6;
}
/* line 2131, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-100 circle {
  fill: #1A73C6;
}

/* line 2137, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-80 path {
  fill: #228CEF;
}
/* line 2140, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-80 circle {
  fill: #228CEF;
}

/* line 2146, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-60 path {
  fill: #2395FD;
}
/* line 2149, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-60 circle {
  fill: #2395FD;
}

/* line 2155, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-40 path {
  fill: #91CAFF;
}
/* line 2158, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-40 circle {
  fill: #91CAFF;
}

/* line 2164, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-20 path {
  fill: #C8E4FF;
}
/* line 2167, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-20 circle {
  fill: #C8E4FF;
}

/* line 2173, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-10 path {
  fill: #F1F8FF;
}
/* line 2176, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-primary-10 circle {
  fill: #F1F8FF;
}

/* line 2182, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-func-pos path {
  fill: #54D370;
}
/* line 2185, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-func-pos circle {
  fill: #54D370;
}

/* line 2192, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-func-neg path {
  fill: #E3365D;
}
/* line 2195, /app/app/assets/stylesheets/audit.scss */
.bdl-svg-func-neg circle {
  fill: #E3365D;
}

/** Utility classes */
/* line 2203, /app/app/assets/stylesheets/audit.scss */
.rotate-90 {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

/* line 2208, /app/app/assets/stylesheets/audit.scss */
.rotate-180 {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* line 2213, /app/app/assets/stylesheets/audit.scss */
.rotate-270 {
  -webkit-transform: rotateX(270deg);
  transform: rotateX(270deg);
}

/** Component classes */
/* line 2220, /app/app/assets/stylesheets/audit.scss */
.black-friday-banner {
  background-color: #E03A8A;
  color: white;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 24px;
  border-radius: 12px;
  margin-bottom: 40px;
}
/* line 2230, /app/app/assets/stylesheets/audit.scss */
.black-friday-banner .svg-white-color {
  width: 24px;
  height: 24px;
}

/* line 2236, /app/app/assets/stylesheets/audit.scss */
.black-friday-banner:hover {
  cursor: pointer;
  background-color: #C63279;
}

/** more to come */
/* line 2243, /app/app/assets/stylesheets/audit.scss */
.p-acct-child-card-dt {
  border-radius: 0.875rem;
  background: var(--bdl-accent-yellow-10, #FCF3D3);
  padding: 1rem;
}

/* line 2249, /app/app/assets/stylesheets/audit.scss */
.p-non-active-subscription-dt {
  border-radius: 0.875rem;
  background-color: #FCDAD5;
  padding: 1rem;
}

/* line 2255, /app/app/assets/stylesheets/audit.scss */
.np-acct-child-card-dt {
  border-radius: 0.875rem;
  background: var(--bdl-neutral-20, #F4F4F4);
  padding: 1rem;
}

/* line 2261, /app/app/assets/stylesheets/audit.scss */
.teacher-homepage-card {
  margin-top: .5rem;
  display: flex;
  padding: 1rem 1.5rem;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
  border-radius: 1.875rem;
  background: var(--bdl-neutral-0, #FFF);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
  height: 9.5rem;
}
/* line 2272, /app/app/assets/stylesheets/audit.scss */
.teacher-homepage-card img {
  height: 7.5rem;
}
/* line 2276, /app/app/assets/stylesheets/audit.scss */
.teacher-homepage-card .card-content h4 {
  color: var(--bdl-neutral-100, #000);
  /* bdl-subheading/2/bdl-fw-bold */
  font-family: Work Sans;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  /* 160% */
}
/* line 2286, /app/app/assets/stylesheets/audit.scss */
.teacher-homepage-card .card-content span {
  color: var(--bdl-neutral-80, #636363);
  font-family: Work Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 114.286% */
}
/* line 2295, /app/app/assets/stylesheets/audit.scss */
.teacher-homepage-card .card-content .bdl-button-secondary-1 {
  margin-top: 1rem;
  padding: .5rem 1rem;
}
/* line 2298, /app/app/assets/stylesheets/audit.scss */
.teacher-homepage-card .card-content .bdl-button-secondary-1 svg {
  width: 1.5rem;
  height: 1.5rem;
}
/* line 2302, /app/app/assets/stylesheets/audit.scss */
.teacher-homepage-card .card-content .bdl-button-secondary-1 .btn-text {
  margin-left: .5rem;
  color: var(--bdl-primary-60, #2395FD);
  font-family: Work Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
}

/** more to come */
/* line 2317, /app/app/assets/stylesheets/audit.scss */
.bdl-text-neutral-80 {
  color: #636363;
}

/* line 2321, /app/app/assets/stylesheets/audit.scss */
.bdl-text-func-pos {
  color: #54D370;
}

/** fill color for svg **/
/* line 2328, /app/app/assets/stylesheets/audit.scss */
.fill-neg path {
  fill: #E3365D;
}

/* line 2334, /app/app/assets/stylesheets/audit.scss */
.fill-primary-60 path {
  fill: var(--bdl-primary-60, #2395FD);
}

/* line 2339, /app/app/assets/stylesheets/audit.scss */
.bdl-modal {
  display: inline-flex !important;
  padding: 1rem 1.5rem !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1.5rem !important;
  border-radius: 1.75rem !important;
  background: var(--bdl-neutral-0, #FFF) !important;
  box-shadow: 0px 0.5rem 2.5rem 0rem rgba(0, 0, 0, 0.08) !important;
  margin: auto !important;
}
/* line 2350, /app/app/assets/stylesheets/audit.scss */
.bdl-modal .bdl-modal-header {
  width: 100% !important;
  padding: 0px !important;
  border-bottom: none !important;
}
/* line 2354, /app/app/assets/stylesheets/audit.scss */
.bdl-modal .bdl-modal-header .bdl-modal-header-title {
  color: #000 !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 2rem !important;
  width: fit-content !important;
}
/* line 2361, /app/app/assets/stylesheets/audit.scss */
.bdl-modal .bdl-modal-header .bdl-modal-header-subtitle-2 {
  color: #000;
  text-align: center;
  font-family: "Work Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
}
/* line 2372, /app/app/assets/stylesheets/audit.scss */
.bdl-modal .bdl-modal-body {
  width: 100% !important;
  border-bottom: none !important;
  padding: 0px !important;
}
/* line 2377, /app/app/assets/stylesheets/audit.scss */
.bdl-modal .bdl-modal-footer {
  width: 100% !important;
  border-top: none !important;
  padding: 0px !important;
}

/* line 2384, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-dt {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
  max-height: 25rem !important;
  overflow-y: scroll;
}
/* line 2391, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-dt .bdl-table-headers-dt {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 2.5rem !important;
}
/* line 2397, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-dt .bdl-table-headers-dt .bdl-table-title-dt {
  display: flex;
  align-items: flex-start;
  width: 50%;
  display: flex;
  padding: .5rem 1rem;
  align-items: flex-start;
  border-bottom: 1px solid #E2E2E2;
}
/* line 2405, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-dt .bdl-table-headers-dt .bdl-table-title-dt .text {
  color: #636363;
  flex: 1 0 0;
  font-family: Work Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
/* line 2417, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-dt .bdl-classroom-table-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 2.5rem !important;
}
/* line 2422, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-dt .bdl-classroom-table-row .bdl-table-item-dt {
  display: flex;
  width: 50%;
  padding: .5rem 1rem;
  align-items: flex-start;
  gap: .5rem;
  border-bottom: 1px solid var(--bdl-neutral-40, #E2E2E2);
}
/* line 2432, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-dt .bdl-classroom-table-row:hover {
  background-color: #F1F8FF;
  cursor: pointer;
}

/* line 2439, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-mb {
  width: 100%;
  max-height: 19.5rem;
  overflow-y: scroll;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}
/* line 2447, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-mb .bdl-table-headers-mb {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  border-bottom: 1px solid var(--bdl-neutral-40, #E2E2E2);
}
/* line 2454, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-mb .bdl-table-headers-mb .bdl-table-title-mb {
  display: flex;
  padding: .5rem;
  align-items: flex-start;
  flex: 1 0 0;
  height: 2rem !important;
}
/* line 2461, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-mb .bdl-table-headers-mb .bdl-table-title-mb .text {
  color: var(--bdl-neutral-80, #636363);
  font-family: Work Sans;
  font-size: .875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
}
/* line 2472, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-mb .bdl-classroom-table-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
/* line 2478, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-mb .bdl-classroom-table-row .bdl-table-item-mb {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: .5rem;
  border-bottom: 1px solid var(--bdl-neutral-40, #E2E2E2);
}
/* line 2485, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-mb .bdl-classroom-table-row .bdl-table-item-mb .item-1 {
  padding: .5rem 1rem;
}
/* line 2488, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-mb .bdl-classroom-table-row .bdl-table-item-mb .item-2 {
  padding: 0rem 1rem .5rem 1rem;
}
/* line 2491, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-mb .bdl-classroom-table-row .bdl-table-item-mb .text {
  color: var(--bdl-primary-60, #2395FD);
  font-family: Work Sans;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
/* line 2502, /app/app/assets/stylesheets/audit.scss */
.bdl-classroom-table-mb .bdl-classroom-table-row:hover {
  background-color: #F1F8FF;
  cursor: pointer;
}

/* line 2509, /app/app/assets/stylesheets/audit.scss */
.bdl-header-dt {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 3rem;
}
/* line 2517, /app/app/assets/stylesheets/audit.scss */
.bdl-header-dt .bdl-header-dt-section-1 {
  gap: 1.5rem;
}

/* line 2522, /app/app/assets/stylesheets/audit.scss */
.bdl-header-mb {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex-shrink: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 3rem;
}

/** more to come */
/* line 2536, /app/app/assets/stylesheets/audit.scss */
.bdl-text-neutral-80 {
  color: #636363;
}

/* line 2540, /app/app/assets/stylesheets/audit.scss */
.bdl-text-func-pos {
  color: #54D370;
}

/* line 2544, /app/app/assets/stylesheets/audit.scss */
.bdl-text-func-neg {
  color: #E3365D;
}

/* line 2548, /app/app/assets/stylesheets/audit.scss */
.bdl-text-accent-orange-80 {
  color: #EF9B40;
}

/* line 2552, /app/app/assets/stylesheets/audit.scss */
.bdl-border-accent-orange {
  border: 2px solid var(--bdl-accent-orange-80, #EF9B40);
}

/* line 2556, /app/app/assets/stylesheets/audit.scss */
.bd-text-primary-60 {
  color: #2395FD;
}

/* line 2560, /app/app/assets/stylesheets/audit.scss */
.bdl-p-code-dt {
  display: flex;
  padding: 24px 48px 32px 48px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 30px;
  background: var(--bdl-neutral-0, #FFF);
  /* bdl-shadow */
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}

/** Begin parent home page improvements */
/* line 2576, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt {
  display: inline-flex;
  height: 25rem;
  padding: 2.5rem 2rem;
  flex-direction: column;
  align-items: center;
  gap: 4.5rem;
  flex-shrink: 0;
  width: 14.875rem;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
  transition: .4s all ease-in-out;
  border-radius: 1.25rem;
  background: #FFF;
  cursor: pointer;
}
/* line 2591, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  height: 13.25rem;
  transition: all .4s ease-in-out;
}
/* line 2598, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt h4 {
  align-self: stretch;
  text-align: center;
  font-family: Work Sans;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  transition: all .4s ease-in-out;
}
/* line 2609, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt h4.heading-non-premium {
  color: #636363;
}
/* line 2613, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt h4.heading-premium {
  color: #EF9B40;
}
/* line 2617, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt h4.heading-premium-unlinked {
  color: #999;
}
/* line 2621, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt .top-wrap-badge {
  display: flex;
  padding: 0.125rem 0.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 62.5rem;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
  width: 4.9375rem;
  height: 1.25rem !important;
  transition: all .4s ease-in-out;
}
/* line 2632, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt .top-wrap-badge .top-wrap-badge-text {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
}
/* line 2640, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt .top-wrap-badge.top-wrap-badge-premium {
  background: var(--bdl-accent-yellow-80, #F6CF4F);
  color: var(--bdl-neutral-0, #FFF);
}
/* line 2645, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt .top-wrap-badge.top-wrap-badge-premium-unlinked {
  color: var(--bdl-neutral-0, #FFF);
  background: var(--bdl-neutral-60, #999);
}
/* line 2650, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt .top-wrap-dt-svg-container {
  height: 8rem !important;
  width: 8rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease-in-out;
}
/* line 2657, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt .top-wrap-dt-svg-container .card-msg {
  display: flex;
  height: 8rem;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.625rem;
  background: var(--bdl-primary-10, #F1F8FF);
  color: var(--bdl-primary-60, #2395FD);
  text-align: center;
  font-family: Work Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
/* line 2677, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt .top-wrap-dt-svg-container.text-container {
  width: 10.875rem !important;
}
/* line 2682, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt.wrap-regular {
  gap: 3.25rem;
}
/* line 2686, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .top-wrap-dt.wrap-premium {
  gap: 1rem;
}
/* line 2690, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .card-action {
  display: flex;
  padding: 0.5rem 0rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  width: 10.875rem;
  background: #2395FD;
  color: #FFF;
  border: 1px solid #2395FD;
}
/* line 2707, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt .card-action.linked-or-regular {
  border: 1px solid var(--bdl-primary-40, #91CAFF);
  background: var(--bdl-primary-10, #F1F8FF);
  color: var(--bdl-primary-40, #91CAFF);
}

/* line 2714, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt.border-non-premium, .border-premium, .border-unlinked {
  border: 3px solid transparent;
  transition: all .4s ease-in-out;
}

/* line 2719, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt:hover {
  width: 15.875rem;
  height: 26.25rem;
}
/* line 2722, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt:hover .top-wrap-dt {
  height: 14.25rem;
}
/* line 2724, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt:hover .top-wrap-dt h4 {
  font-size: 1.625rem;
}
/* line 2728, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt:hover .top-wrap-dt .top-wrap-dt-svg-container {
  height: 8.5rem !important;
  width: 8.5rem !important;
}
/* line 2732, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt:hover .top-wrap-dt .top-wrap-dt-svg-container.text-container {
  width: 11.875rem !important;
  height: 8.5rem !important;
}

/* line 2739, /app/app/assets/stylesheets/audit.scss */
.bdl-border-primary {
  border: 1px solid var(--bdl-primary-60, #2395FD);
}

/* line 2743, /app/app/assets/stylesheets/audit.scss */
.bdl-toggle-container {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 1rem;
}
/* line 2749, /app/app/assets/stylesheets/audit.scss */
.bdl-toggle-container input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 2756, /app/app/assets/stylesheets/audit.scss */
.bdl-toggle {
  position: absolute;
  cursor: pointer;
  width: 3rem;
  height: 1.5rem;
  gap: 0.5rem;
  border-radius: 62.5rem;
  background: #E2E2E2;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 2768, /app/app/assets/stylesheets/audit.scss */
.bdl-toggle:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: #999;
  border-radius: 62.5rem;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 2781, /app/app/assets/stylesheets/audit.scss */
input:checked + .bdl-toggle {
  background-color: #C8E4FF;
}

/* line 2785, /app/app/assets/stylesheets/audit.scss */
input:focus + .bdl-toggle {
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}

/* line 2789, /app/app/assets/stylesheets/audit.scss */
input:checked + .bdl-toggle:before {
  -webkit-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
  background-color: #2395FD;
}

/* line 2796, /app/app/assets/stylesheets/audit.scss */
.bdl-large-tabs-menu {
  display: inline-flex;
  align-items: flex-start;
  border-radius: 0.5rem;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
/* line 2802, /app/app/assets/stylesheets/audit.scss */
.bdl-large-tabs-menu .bdl-large-tab {
  display: flex;
  width: 6.5625rem;
  height: 2.4375rem;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
/* line 2813, /app/app/assets/stylesheets/audit.scss */
.bdl-large-tabs-menu .bdl-large-tab.inactive {
  background: var(--bdl-neutral-20, #F4F4F4);
  color: #999;
}
/* line 2817, /app/app/assets/stylesheets/audit.scss */
.bdl-large-tabs-menu .bdl-large-tab.inactive svg path {
  fill: #999 !important;
}
/* line 2820, /app/app/assets/stylesheets/audit.scss */
.bdl-large-tabs-menu .bdl-large-tab.inactive svg circle {
  fill: #999 !important;
}
/* line 2826, /app/app/assets/stylesheets/audit.scss */
.bdl-large-tabs-menu .bdl-large-tab.inactive:hover {
  background: var(--bdl-neutral-0, #FFF);
}
/* line 2830, /app/app/assets/stylesheets/audit.scss */
.bdl-large-tabs-menu .bdl-large-tab.active {
  background: var(--bdl-neutral-0, #FFF);
  color: #2395FD;
}
/* line 2834, /app/app/assets/stylesheets/audit.scss */
.bdl-large-tabs-menu .bdl-large-tab.active svg path {
  fill: #2395FD !important;
}
/* line 2837, /app/app/assets/stylesheets/audit.scss */
.bdl-large-tabs-menu .bdl-large-tab.active svg circle {
  fill: #2395FD !important;
}
/* line 2843, /app/app/assets/stylesheets/audit.scss */
.bdl-large-tabs-menu .bdl-large-tab.curved-right {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}
/* line 2848, /app/app/assets/stylesheets/audit.scss */
.bdl-large-tabs-menu .bdl-large-tab.curved-left {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

/* line 2854, /app/app/assets/stylesheets/audit.scss */
.bdl-students-added-mb-modal {
  width: 21rem !important;
  height: 23.4375rem;
  gap: 1rem !important;
}

/* line 2860, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal {
  display: flex;
  width: 34.5rem;
  padding: 1rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  border-radius: 1.875rem !important;
  background: var(--bdl-neutral-0, #FFF);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
/* line 2870, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal .at-home-header {
  display: flex;
  align-items: center;
  align-self: stretch;
}
/* line 2874, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal .at-home-header .header-text {
  color: var(--bdl-neutral-100, #000);
  font-family: "Work Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  /* 133.333% */
  margin-top: auto;
  margin-bottom: auto;
}
/* line 2886, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal .at-home-modal-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
/* line 2893, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal .at-home-modal-wrap .four-simple-ways-text {
  align-self: stretch;
  color: #000;
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
/* line 2903, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal .at-home-modal-wrap .bdl-modal-card-dt {
  display: flex;
  padding: 1rem 1.5rem;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
  border-radius: 1.875rem;
  outline: 1px solid var(--bdl-primary-60, #2395FD) !important;
  cursor: pointer;
}
/* line 2913, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal .at-home-modal-wrap .bdl-modal-card-dt:hover {
  outline: 2px solid var(--bdl-primary-60, #2395FD) !important;
}
/* line 2918, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal .at-home-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
}
/* line 2924, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal .at-home-footer button {
  border-radius: 0.625rem;
  background: var(--bdl-primary-60, #2395FD);
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: none;
}

/* line 2938, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal-mb {
  display: inline-flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 21rem !important;
  border-radius: 1.375rem !important;
  background: var(--bdl-neutral-0, #FFF);
}
/* line 2948, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal-mb .at-home-header {
  display: flex;
  width: 19rem !important;
  align-items: center;
  gap: 0.5rem;
}
/* line 2954, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal-mb .at-home-header .header-text {
  color: var(--bdl-neutral-100, #000);
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  margin-top: auto;
  margin-bottom: auto;
}
/* line 2966, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal-mb .at-home-modal-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  width: 100% !important;
}
/* line 2974, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal-mb .at-home-modal-wrap .four-simple-ways-text {
  align-self: stretch;
  color: #000;
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
/* line 2984, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal-mb .at-home-modal-wrap .bdl-modal-card-mb {
  display: flex;
  width: 19rem !important;
  padding: 1rem;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1.375rem;
  background: var(--bdl-neutral-0, #FFF);
  outline: 1px solid var(--bdl-primary-60, #2395FD) !important;
  cursor: pointer;
}
/* line 2994, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal-mb .at-home-modal-wrap .bdl-modal-card-mb .card-text-mb {
  align-self: stretch;
  color: var(--bdl-neutral-100, #000);
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  margin-top: auto;
  margin-bottom: auto;
}
/* line 3006, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal-mb .at-home-modal-wrap .bdl-modal-card-mb:hover {
  outline: 2px solid var(--bdl-primary-60, #2395FD) !important;
}
/* line 3011, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal-mb .at-home-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
}
/* line 3017, /app/app/assets/stylesheets/audit.scss */
.bdl-at-home-access-modal-mb .at-home-footer button {
  border-radius: 0.625rem;
  background: var(--bdl-primary-60, #2395FD);
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: none;
}

/* line 3032, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt:hover.border-non-premium {
  border: 3px solid var(--bdl-primary-40, #91CAFF);
}

/* line 3035, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt:hover.border-premium {
  border: 3px solid var(--bdl-accent-yellow-80, #F6CF4F);
}

/* line 3038, /app/app/assets/stylesheets/audit.scss */
.home-child-card-dt:hover.border-unlinked {
  border: 3px solid var(--bdl-primary-60, #2395FD);
}

/* line 3043, /app/app/assets/stylesheets/audit.scss */
.svg-color-secondary-1 path {
  fill: #2395FD;
}
/* line 3046, /app/app/assets/stylesheets/audit.scss */
.svg-color-secondary-1 circle {
  fill: #2395FD;
}

/* line 3052, /app/app/assets/stylesheets/audit.scss */
.svg-neutral-80-color path {
  fill: #636363;
}
/* line 3055, /app/app/assets/stylesheets/audit.scss */
.svg-neutral-80-color circle {
  fill: #636363;
}

/* line 3060, /app/app/assets/stylesheets/audit.scss */
.parent-link-modal {
  display: inline-flex !important;
  padding: 1.5rem 2rem !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  border-radius: 1.875rem !important;
  background: var(--bdl-neutral-0, #FFF) !important;
}
/* line 3069, /app/app/assets/stylesheets/audit.scss */
.parent-link-modal .parent-link-modal-form-input {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin-top: 1rem;
}
/* line 3074, /app/app/assets/stylesheets/audit.scss */
.parent-link-modal .parent-link-modal-form-input label {
  display: flex !important;
  padding-bottom: 0px !important;
  align-items: center !important;
  color: #000 !important;
  font-family: Work Sans !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
}
/* line 3085, /app/app/assets/stylesheets/audit.scss */
.parent-link-modal .parent-link-modal-form-input input {
  display: flex !important;
  width: 25rem !important;
  padding: 0.5rem 1rem !important;
  align-items: flex-start !important;
  margin-top: .5rem !important;
  border-radius: 0.625rem !important;
  background: var(--bdl-neutral-20, #F4F4F4) !important;
  border: none;
}
/* line 3097, /app/app/assets/stylesheets/audit.scss */
.parent-link-modal #homeLinkLoginErr {
  color: var(--bdl-func-neg, #E3365D);
  align-self: stretch;
  font-family: Work Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 3110, /app/app/assets/stylesheets/audit.scss */
.parent-home-link-modal-header {
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
  height: 2rem !important;
  padding: 0rem !important;
  border-bottom: none !important;
}

/** more to come */
/* line 3120, /app/app/assets/stylesheets/audit.scss */
.svg-circular-wrapper {
  display: flex;
  padding: 2rem;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.5rem;
  background: var(--bdl-primary-10, #F1F8FF);
}

/* line 3129, /app/app/assets/stylesheets/audit.scss */
.svg-circular-wrapper-mb {
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.5rem;
  background: var(--bdl-primary-10, #F1F8FF);
}

/* line 3138, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal {
  display: inline-flex;
  padding: 1rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  border-radius: 1.875rem !important;
  background: var(--bdl-neutral-0, #FFF);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08) !important;
  width: 29.6875rem !important;
}
/* line 3149, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal .share-via-link-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
/* line 3155, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal .share-via-link-header h2 {
  color: var(--bdl-neutral-100, #000);
  text-align: center;
  font-family: "Work Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
}
/* line 3168, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal .modal-wrap {
  display: flex;
  padding-bottom: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
/* line 3174, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal .modal-wrap .para {
  color: #000;
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
/* line 3183, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal .modal-wrap .bdl-copy-url-dt {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* line 3187, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal .modal-wrap .bdl-copy-url-dt .bdl-url {
  display: flex;
  padding: 0.75rem 1rem;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.5rem;
  border: 1px solid var(--bdl-primary-60, #2395FD);
  background: var(--bdl-primary-10, #F1F8FF);
  width: 19.1875rem !important;
}
/* line 3197, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal .modal-wrap .bdl-copy-url-dt .bdl-copy-button {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.625rem;
  border: 1px solid var(--bdl-primary-60, #2395FD);
  background: var(--bdl-neutral-0, #FFF);
  width: 6.4375rem !important;
  color: #2395FD;
}
/* line 3211, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal .modal-wrap .url-copy-button {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.625rem;
  border: 1px solid var(--bdl-primary-60, #2395FD);
  background: var(--bdl-neutral-0, #FFF);
  color: #2395FD;
}

/* line 3225, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal-mb {
  display: inline-flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1.375rem !important;
  background: var(--bdl-neutral-0, #FFF);
  width: 21rem !important;
}
/* line 3236, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal-mb .share-via-link-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 19rem !important;
}
/* line 3243, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal-mb .share-via-link-header h2 {
  color: var(--bdl-neutral-100, #000);
  text-align: center;
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  margin-top: auto;
  margin-bottom: auto;
}
/* line 3256, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal-mb .modal-wrap {
  display: flex;
  padding-bottom: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100% !important;
  background: var(--bdl-neutral-0, #FFF);
}
/* line 3264, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal-mb .modal-wrap .para {
  color: #000;
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
/* line 3273, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal-mb .modal-wrap .bdl-copy-url-dt {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 19rem !important;
}
/* line 3279, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal-mb .modal-wrap .bdl-copy-url-dt .bdl-url {
  display: flex;
  padding: 0.75rem 1rem;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.5rem;
  border: 1px solid var(--bdl-primary-60, #2395FD);
  background: var(--bdl-primary-10, #F1F8FF);
  width: 17.4375rem !important;
  overflow-x: hidden !important;
}
/* line 3290, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal-mb .modal-wrap .bdl-copy-url-dt .bdl-copy-button {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.625rem;
  border: 1px solid var(--bdl-primary-60, #2395FD);
  background: var(--bdl-neutral-0, #FFF);
  color: #2395FD;
}
/* line 3303, /app/app/assets/stylesheets/audit.scss */
.share-via-link-modal-mb .modal-wrap .url-copy-button {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.625rem;
  border: 1px solid var(--bdl-primary-60, #2395FD);
  background: var(--bdl-neutral-0, #FFF);
  color: #2395FD;
}

/* line 3318, /app/app/assets/stylesheets/audit.scss */
.bdl-icon-btn-grey {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
}
/* line 3322, /app/app/assets/stylesheets/audit.scss */
.bdl-icon-btn-grey path {
  fill: var(--bdl-neutral-60, #999999);
}

/* line 3328, /app/app/assets/stylesheets/audit.scss */
.bdl-icon-btn-grey:hover path, .bdl-icon-btn-grey-active path {
  fill: var(--bdl-neutral-80, #636363);
}

/* line 3333, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt {
  background: var(--bdl-bg-gradient, radial-gradient(117.51% 115.72% at 9.42% 94.09%, #FAFDFF 6.27%, #EBF5FF 56.79%, #FFF 100%, #FFF 100%));
}
/* line 3336, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-nav-dt {
  display: flex;
  height: 5.5rem;
  padding: 1.5rem 3.75rem 1.5rem 3.625rem;
  justify-content: space-between;
  align-items: center;
}
/* line 3343, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-nav-dt .left-wrap {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
/* line 3348, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-nav-dt .left-wrap .bdl-button {
  display: flex;
  padding: 0.5rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
/* line 3355, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-nav-dt .left-wrap .bdl-button .svg-left-arrow-icon {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
}
/* line 3363, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-nav-dt .left-wrap .bdl-button .btn-text {
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}
/* line 3372, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-nav-dt .left-wrap .svg-boddle-logo-icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 3382, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-nav-dt .right-wrap {
  display: flex;
  height: 2.5rem;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
/* line 3389, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-nav-dt .right-wrap .bdl-avatar {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 62.5rem;
  background: var(--bdl-neutral-0, #FFF);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
/* line 3403, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 60%;
  flex-direction: column;
  align-items: flex-start;
}
/* line 3410, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-empty-block {
  height: 100%;
}
/* line 3414, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container {
  gap: 1rem;
}
/* line 3417, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .heading-2-bold {
  font-family: "Work Sans";
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem;
}
/* line 3425, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-banner-msg-dt {
  display: flex;
  padding: 0.5rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  border-radius: 0.75rem;
  background: var(--bdl-accent-orange-80, #EF9B40);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
/* line 3436, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-banner-msg-dt .bdl-banner-msg-text {
  color: var(--bdl-neutral-0, #FFF);
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
/* line 3446, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  grid-row-gap: 1rem;
}
/* line 3452, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan {
  display: flex;
  height: 11.5rem;
  padding: 1.5rem;
  gap: 0.5rem;
  border-radius: 1.375rem;
  border: 1px solid var(--bdl-primary-60, #2395FD);
  background: var(--bdl-primary-10, #F1F8FF);
}
/* line 3461, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan .bdl-check-input {
  display: flex;
  width: 2rem;
  height: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
/* line 3471, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan .plan-selection_wrap {
  display: flex;
  width: 12rem;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
/* line 3478, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan .plan-selection_wrap .plan-selection-name-wrap {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
}
/* line 3486, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan .plan-selection_wrap .plan-selection-name-wrap .bdl-pill-badge {
  display: flex;
  padding: 0.125rem 0.5rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 62.5rem;
  background: var(--bdl-accent-orange-80, #EF9B40);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
/* line 3495, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan .plan-selection_wrap .plan-selection-name-wrap .bdl-pill-badge .bdl-pill-badge-text {
  color: var(--bdl-accent-orange-10, #FBE6CF);
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
}
/* line 3505, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan .plan-selection_wrap .plan-selection-name-wrap .plan-selection_name {
  font-family: "Work Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
}
/* line 3514, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan .plan-selection_wrap .plan-selection_price {
  font-family: "Work Sans";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
}
/* line 3522, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan .plan-selection_wrap .plan-selection-price-wrap {
  display: flex;
  flex-direction: column;
}
/* line 3526, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan .plan-selection_wrap .plan-selection-price-wrap .plan-selection-price-canceled {
  color: var(--bdl-neutral-100, #000);
  font-family: "Work Sans";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
  text-decoration: line-through;
}
/* line 3536, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan .plan-selection_wrap .plan-selection-price-wrap .plan-selection-price-on-sale {
  color: var(--bdl-accent-orange-80, #EF9B40);
  font-family: "Work Sans";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
}
/* line 3546, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan .plan-selection_wrap .plan-selection_notice {
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
/* line 3556, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan:has(input[type="radio"]:checked) {
  border: 2px solid var(--bdl-primary-60, #2395FD);
  background: var(--bdl-neutral-0, #FFF);
}
/* line 3561, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-container .bdl-p-plan:hover {
  border: 2px solid var(--bdl-primary-60, #2395FD);
}
/* line 3566, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
/* line 3573, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .plan-discount-note {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
}
/* line 3579, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .plan-discount-note .plan-discount-note-text {
  color: var(--bdl-neutral-100, #000);
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}
/* line 3587, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .plan-discount-note .svg-info-circle-icon {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  fill: var(--bdl-primary-60, #2395FD);
}
/* line 3595, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .plan-discount-note .svg-info-circle-icon-tooltip {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
  background: var(--bdl-neutral-0, #FFF);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
/* line 3605, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-plan-quantity {
  display: flex;
  align-items: center;
  gap: 2rem;
}
/* line 3610, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-plan-quantity .heading-5-bold {
  font-family: "Work Sans";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
}
/* line 3618, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-plan-quantity .bdl-pill-badge {
  display: flex;
  padding: 0.125rem 0.5rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 62.5rem;
  background: var(--bdl-accent-orange-80, #EF9B40);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
/* line 3627, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-plan-quantity .bdl-pill-badge .bdl-pill-badge-text {
  color: var(--bdl-accent-orange-10, #FBE6CF);
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
}
/* line 3638, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-cart-item-wraper {
  display: flex;
  min-height: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0.75rem;
  background: var(--bdl-neutral-0, #FFF);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
/* line 3650, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-cart-item-wraper .bdl-p-cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
}
/* line 3657, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-cart-item-wraper .bdl-p-cart-item .bdl-cart-item-plan {
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
/* line 3667, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-cart-item-wraper .bdl-p-cart-item .cart-item-right-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  justify-content: right;
}
/* line 3676, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-cart-item-wraper .bdl-p-cart-item .cart-item-right-wrap .bdl-cart-item-price {
  font-family: "Work Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
}
/* line 3684, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-cart-item-wraper .bdl-p-cart-item .cart-item-right-wrap .bdl-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.625rem;
  min-width: 13rem;
  background: var(--bdl-primary-10, #F1F8FF);
  background-image: url("icons/lms_audit_icons/dropdown-btn-arrow_down.svg");
  background-repeat: no-repeat;
  padding: 0.5rem 3rem 0.5rem 1rem;
  background-position: right 1rem center;
}
/* line 3696, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-cart-item-wraper .bdl-p-cart-item .cart-item-right-wrap .bdl-dropdown .select2-selection__rendered {
  color: var(--bdl-neutral-100, #000);
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}
/* line 3706, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-cart-item-wraper .bdl-p-cart-item .cart-item-right-wrap .select2-container--open .selection .select2-selection {
  background-image: url("icons/lms_audit_icons/dropdown-btn-arrow_up.svg");
}
/* line 3711, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-cart-item-wraper .bdl-p-cart-item .bdl-cart-item-price-chaild {
  color: var(--bdl-accent-orange-80, #EF9B40);
}
/* line 3716, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-cart-item-wraper .svg-boddle-cross-icon-wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 0.75rem;
  padding-left: 0.75rem;
}
/* line 3724, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-p-cart-item-wraper .svg-boddle-cross-icon-wraper .svg-boddle-cross-icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 3735, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-new-p-cart-item {
  display: flex;
  height: 3.5rem;
  padding: 1rem 1.5rem;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.75rem;
  background: var(--bdl-neutral-0, #FFF);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
/* line 3746, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-new-p-cart-item .svg-boddle-plus-icon {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  fill: var(--bdl-primary-60, #2395FD);
}
/* line 3753, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-new-p-cart-item .bdl-new-cart-item-plan {
  color: var(--bdl-primary-60, #2395FD);
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}
/* line 3763, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-plan-page .bdl-p-plan-page-container .bdl-p-plan-cart .bdl-new-p-cart-item:hover {
  border: 1px solid var(--bdl-primary-60, #2395FD);
}
/* line 3770, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-subtotal {
  bottom: 0;
  min-height: 5rem;
  align-items: center;
  background: var(--bdl-neutral-0, #FFF);
}
/* line 3776, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-subtotal .bdl-p-plan-page-empty-block {
  height: 100%;
}
/* line 3780, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-subtotal .subtotal-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 3785, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-subtotal .subtotal-wrap .heading-6-bold {
  font-family: "Work Sans";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
}
/* line 3793, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-subtotal .subtotal-wrap .subtotal {
  font-family: "Work Sans";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
}
/* line 3801, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-subtotal .subtotal-wrap .billing-frequency {
  color: var(--bdl-neutral-80, #636363);
  font-family: "Work Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
/* line 3811, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-subtotal .bdl-button {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: 0rem;
  border-radius: 0.625rem;
  background: var(--bdl-primary-60, #2395FD);
}
/* line 3821, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-subtotal .bdl-button .btn-text {
  color: var(--bdl-neutral-0, #FFF);
  font-family: "Work Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}
/* line 3830, /app/app/assets/stylesheets/audit.scss */
.bdl-p-plan-page-dt .bdl-p-subtotal .bdl-button .svg-stripe-logo-icon {
  width: 3.58881rem;
  height: 1.5rem;
}

/* line 3838, /app/app/assets/stylesheets/audit.scss */
.bdl-dropdown-container {
  padding: 0rem !important;
}

/* line 3843, /app/app/assets/stylesheets/audit.scss */
.bdl-refresh-button {
  border: none;
  background: transparent !important;
  color: #2395FD;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
/* line 3853, /app/app/assets/stylesheets/audit.scss */
.bdl-refresh-button .svg-left-arrow-icon {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
}
/* line 3861, /app/app/assets/stylesheets/audit.scss */
.bdl-refresh-button .btn-text {
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}

/* line 3870, /app/app/assets/stylesheets/audit.scss */
.bdl-pagination-dt {
  display: flex;
  width: 40rem;
  justify-content: space-between;
  align-items: center;
}
/* line 3875, /app/app/assets/stylesheets/audit.scss */
.bdl-pagination-dt .bdl-pagination-pages-dt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
/* line 3880, /app/app/assets/stylesheets/audit.scss */
.bdl-pagination-dt .bdl-pagination-pages-dt .bdl-arrow-select {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
}
/* line 3891, /app/app/assets/stylesheets/audit.scss */
.bdl-pagination-dt .bdl-pagination-pages-dt .bdl-arrow-select svg path {
  fill: #636363;
}
/* line 3894, /app/app/assets/stylesheets/audit.scss */
.bdl-pagination-dt .bdl-pagination-pages-dt .bdl-arrow-select svg circle {
  fill: #636363;
}
/* line 3900, /app/app/assets/stylesheets/audit.scss */
.bdl-pagination-dt .bdl-pagination-pages-dt .bdl-arrow-select:hover {
  background: var(--bdl-neutral-20, #F4F4F4);
}
/* line 3906, /app/app/assets/stylesheets/audit.scss */
.bdl-pagination-dt .bdl-pagination-pages-dt .bdl-arrow-select-disabled svg path {
  fill: #E2E2E2;
}
/* line 3909, /app/app/assets/stylesheets/audit.scss */
.bdl-pagination-dt .bdl-pagination-pages-dt .bdl-arrow-select-disabled svg circle {
  fill: #E2E2E2;
}
/* line 3916, /app/app/assets/stylesheets/audit.scss */
.bdl-pagination-dt .bdl-pagination-items {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
}

/* line 3923, /app/app/assets/stylesheets/audit.scss */
.bdl-number-select {
  display: flex;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.25rem;
}
/* line 3931, /app/app/assets/stylesheets/audit.scss */
.bdl-number-select span {
  color: var(--bdl-neutral-100, #000);
  text-align: center;
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 114.286% */
}

/* line 3942, /app/app/assets/stylesheets/audit.scss */
.bdl-number-select.active-type {
  background: var(--bdl-neutral-40, #E2E2E2);
}

/* line 3947, /app/app/assets/stylesheets/audit.scss */
.bdl-number-select.highlighted-type span {
  color: var(--bdl-primary-60, #2395FD);
}

/* line 3952, /app/app/assets/stylesheets/audit.scss */
.bdl-number-select:hover {
  background: var(--bdl-primary-10, #F1F8FF);
}
/* line 3954, /app/app/assets/stylesheets/audit.scss */
.bdl-number-select:hover span {
  color: var(--bdl-primary-60, #2395FD);
}

/* line 3959, /app/app/assets/stylesheets/audit.scss */
.bdl-number-select:active {
  background: #2395FD;
}
/* line 3960, /app/app/assets/stylesheets/audit.scss */
.bdl-number-select:active span {
  color: #FFF;
}

/* line 3966, /app/app/assets/stylesheets/audit.scss */
.bdl-number-select .dt-size {
  width: 2rem;
  height: 2rem;
}

/* line 3971, /app/app/assets/stylesheets/audit.scss */
.bdl-number-select .mb-size {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 3977, /app/app/assets/stylesheets/audit.scss */
.select2-container--disabled .select2-selection__rendered {
  color: #999 !important;
}

/* line 3982, /app/app/assets/stylesheets/audit.scss */
.bdl-library-heading-med-tab {
  display: flex;
  padding: 0.25rem 0rem;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
/* line 3989, /app/app/assets/stylesheets/audit.scss */
.bdl-library-heading-med-tab .bdl-library-heading-med-tab-text {
  color: var(--bdl-neutral-60, #999);
  font-family: "Work Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
}
/* line 3998, /app/app/assets/stylesheets/audit.scss */
.bdl-library-heading-med-tab .active {
  color: var(--bdl-primary-60, #2395FD);
  border-bottom: 2px solid var(--bdl-primary-60, #2395FD);
}

/* line 4004, /app/app/assets/stylesheets/audit.scss */
.bdl-text-green {
  color: #038800;
}

/* line 4009, /app/app/assets/stylesheets/audit.scss */
.share-boddle-card .left-img {
  margin-left: 10px;
  height: 50px;
  left: 0;
}
/* line 4014, /app/app/assets/stylesheets/audit.scss */
.share-boddle-card .right-img {
  border-radius: 16px !important;
  height: 50px;
  right: 0;
}

/* line 4021, /app/app/assets/stylesheets/audit.scss */
#sharBoddleCard {
  background-color: #6133CC !important;
  border-radius: 16px !important;
}
/* line 4024, /app/app/assets/stylesheets/audit.scss */
#sharBoddleCard:hover {
  background-color: #44248F !important;
  cursor: pointer;
}

/* line 4031, /app/app/assets/stylesheets/audit.scss */
#shareBoddleModal .invite-link {
  border-radius: 20px;
  padding: 6px;
  font-size: 15px;
  background: var(--primary-10, #F1F8FF);
  border: 1px solid var(--bdl-primary-60, #2395FD);
  text-overflow: ellipsis !important;
}
/* line 4040, /app/app/assets/stylesheets/audit.scss */
#shareBoddleModal .social-icon {
  border-radius: 8px !important;
}

/* line 4045, /app/app/assets/stylesheets/audit.scss */
.bdl-feature-accent .noUi-connect {
  background: #20BCC6;
}

@-webkit-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0px;
  }
}
@-moz-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0px;
  }
}
@-ms-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0px;
  }
}
@keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0px;
  }
}
/* line 40, /app/app/assets/stylesheets/teachers.scss */
.flex-root {
  background: radial-gradient(77.99% 183.01% at 82.78% 23.46%, #FAFDFF 0%, #EBF5FF 47.4%, #FFFFFF 100%) !important;
}

/* line 43, /app/app/assets/stylesheets/teachers.scss */
.modal-content {
  mix-blend-mode: normal !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* line 47, /app/app/assets/stylesheets/teachers.scss */
.background-white {
  background: #fff !important;
}

/* line 51, /app/app/assets/stylesheets/teachers.scss */
.boddle-rounded-btn {
  border-radius: 10px !important;
}

/* line 55, /app/app/assets/stylesheets/teachers.scss */
.bg-dark-solid {
  background: #2D7FF924;
}

/* line 59, /app/app/assets/stylesheets/teachers.scss */
.top-20 {
  top: 20% !important;
}

/* line 63, /app/app/assets/stylesheets/teachers.scss */
.boddle-border-warning {
  border: 2px solid #ffe3a8 !important;
  border-radius: 10px;
  padding: 5px 10px;
}

/* line 69, /app/app/assets/stylesheets/teachers.scss */
.bg-img-none {
  background-image: none !important;
}

/* line 73, /app/app/assets/stylesheets/teachers.scss */
.valign-middle {
  vertical-align: middle !important;
}

/* line 77, /app/app/assets/stylesheets/teachers.scss */
.tooltip.show p {
  display: flex !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: center;
  flex-direction: column;
}
/* line 83, /app/app/assets/stylesheets/teachers.scss */
.tooltip.show p span {
  text-align: left !important;
  line-height: 1.7rem;
}

/* line 89, /app/app/assets/stylesheets/teachers.scss */
.video-js {
  border-radius: 15px !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* line 94, /app/app/assets/stylesheets/teachers.scss */
.flex-items-center {
  align-items: center !important;
}

/* line 98, /app/app/assets/stylesheets/teachers.scss */
.boddle-circle-btn {
  background-color: #EDF8FF !important;
  color: #2395FF !important;
  padding: 8px !important;
  border-radius: 25px !important;
}
/* line 103, /app/app/assets/stylesheets/teachers.scss */
.boddle-circle-btn span {
  margin: 0 !important;
}

/* line 108, /app/app/assets/stylesheets/teachers.scss */
.boddle-circle-btn:hover {
  cursor: pointer;
}
/* line 110, /app/app/assets/stylesheets/teachers.scss */
.boddle-circle-btn:hover path {
  fill: #2395FF !important;
}

/* line 115, /app/app/assets/stylesheets/teachers.scss */
.boddle-nav-line-tabs .nav-item .nav-link.active,
.boddle-nav-line-tabs .nav-item.show .nav-link,
.boddle-nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
  border-bottom: 2px solid #2395FF !important;
}

/* line 121, /app/app/assets/stylesheets/teachers.scss */
.boddle-shadow {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* line 125, /app/app/assets/stylesheets/teachers.scss */
.boddle-shadow-x {
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.3) !important;
}

/* line 129, /app/app/assets/stylesheets/teachers.scss */
.boddle-rounded-modal {
  border-radius: 30px !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* line 134, /app/app/assets/stylesheets/teachers.scss */
.boddle-rounded-modal-less {
  border-radius: 15px !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1) !important;
}

/* line 139, /app/app/assets/stylesheets/teachers.scss */
.boddle-rounded-modal-right {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* line 145, /app/app/assets/stylesheets/teachers.scss */
.boddle-rounded-student-card {
  border-radius: 10px !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* line 150, /app/app/assets/stylesheets/teachers.scss */
.boddle-rounded-assignment-card {
  border-radius: 10px !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* line 155, /app/app/assets/stylesheets/teachers.scss */
.boddle-rounded-assignment-card:hover {
  transition: all .4s ease-in-out !important;
  transform: scale(1.07) !important;
  cursor: pointer !important;
}

/* line 161, /app/app/assets/stylesheets/teachers.scss */
.boddle-rounded-assignment-bg {
  border-radius: 10px !important;
  min-height: 175px !important;
  height: 175px !important;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 169, /app/app/assets/stylesheets/teachers.scss */
.boddle-border-none {
  border: none !important;
}

/* line 173, /app/app/assets/stylesheets/teachers.scss */
.boddle-border-1px-light-grey {
  border: 1px solid #A7A7A7 !important;
}

/* line 177, /app/app/assets/stylesheets/teachers.scss */
.boddle-skill-badge {
  padding: 10px 20px !important;
  border-radius: 25px !important;
  background-color: #d4eeff !important;
  color: #343a40 !important;
}

/* line 184, /app/app/assets/stylesheets/teachers.scss */
.help-cursor {
  cursor: help !important;
}

/* line 188, /app/app/assets/stylesheets/teachers.scss */
.boddle-skill-badge-sm {
  padding: 6px 12px !important;
  border-radius: 25px !important;
  background-color: #d4eeff !important;
  color: #343a40 !important;
}

/* line 195, /app/app/assets/stylesheets/teachers.scss */
.boddle-skill-badge-xs {
  padding: 4px 8px !important;
  border-radius: 25px !important;
  background-color: #d4eeff !important;
  color: #343a40 !important;
}

/* line 202, /app/app/assets/stylesheets/teachers.scss */
.boddle-one-line-span {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

/* line 210, /app/app/assets/stylesheets/teachers.scss */
.boddle-two-line-span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 218, /app/app/assets/stylesheets/teachers.scss */
.boddle-three-line-span-force {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 7rem;
}

/* line 227, /app/app/assets/stylesheets/teachers.scss */
.boddle-select-white {
  color: #000000 !important;
}

/* line 231, /app/app/assets/stylesheets/teachers.scss */
.mw-fit-content {
  max-width: fit-content !important;
}

/* line 235, /app/app/assets/stylesheets/teachers.scss */
.mw-scale-out {
  transform-origin: top left !important;
}

/* line 239, /app/app/assets/stylesheets/teachers.scss */
.boddle-sm-svg-icon {
  height: 20px !important;
}

/* line 243, /app/app/assets/stylesheets/teachers.scss */
.width-20 {
  width: 20px;
}

/* line 247, /app/app/assets/stylesheets/teachers.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 251, /app/app/assets/stylesheets/teachers.scss */
.mr-5px {
  margin-right: 5px;
}

/* line 255, /app/app/assets/stylesheets/teachers.scss */
.w-fit-content {
  width: fit-content !important;
}

/* line 259, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-not-started-circle {
  height: 20px !important;
  margin-right: 5px;
}
/* line 262, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-not-started-circle path {
  fill: #E2E2E2 !important;
}

/* line 267, /app/app/assets/stylesheets/teachers.scss */
.bg-primary-light {
  background-color: #2395FFD0 !important;
}

/* line 271, /app/app/assets/stylesheets/teachers.scss */
.boddle-lg-icon {
  height: 48px;
  width: 48px;
}

/* line 276, /app/app/assets/stylesheets/teachers.scss */
.boddle-light-btn {
  background-color: #E4E6EF !important;
}

/* line 280, /app/app/assets/stylesheets/teachers.scss */
.mh-75vh {
  max-height: 75vh !important;
  overflow: auto;
}

/* line 285, /app/app/assets/stylesheets/teachers.scss */
.mh-60vh {
  max-height: 60vh !important;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 291, /app/app/assets/stylesheets/teachers.scss */
.mh-50vh {
  max-height: 50vh !important;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 297, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-below-50-circle {
  height: 20px !important;
  margin-right: 5px;
}
/* line 300, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-below-50-circle path {
  fill: #E3365D !important;
}

/* line 305, /app/app/assets/stylesheets/teachers.scss */
.svg-img-icon {
  height: 128px !important;
  width: 128px !important;
}

/* line 310, /app/app/assets/stylesheets/teachers.scss */
.svg-xxl-icon {
  height: 50px !important;
  width: 50px !important;
}

/* line 315, /app/app/assets/stylesheets/teachers.scss */
.svg-xl-icon {
  height: 40px !important;
  width: 40px !important;
}

/* line 320, /app/app/assets/stylesheets/teachers.scss */
.svg-lg-icon {
  height: 32px !important;
  width: 32px !important;
}

/* line 325, /app/app/assets/stylesheets/teachers.scss */
.svg-md-icon {
  height: 25px !important;
  width: 25px !important;
}

/* line 330, /app/app/assets/stylesheets/teachers.scss */
.svg-sm-icon {
  height: 18px !important;
  width: 18px !important;
}

/* line 335, /app/app/assets/stylesheets/teachers.scss */
.svg-xs-icon {
  height: 8px !important;
  width: 8px !important;
}

/* line 340, /app/app/assets/stylesheets/teachers.scss */
.boddle-form-switch-lock.form-check-solid .form-check-input {
  background-size: 24px !important;
  background-image: url("/images/circle_lock.png") !important;
  background-position-x: 4px !important;
}

/* line 346, /app/app/assets/stylesheets/teachers.scss */
.boddle-form-switch.form-check-solid .form-check-input:checked {
  background-size: 24px !important;
  background-position-x: 28px !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z"  fill="white"/></svg>') !important;
}

/* line 352, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-50-80-circle {
  height: 20px !important;
  margin-right: 5px;
}
/* line 355, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-50-80-circle path {
  fill: #EF9B40 !important;
}

/* line 360, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-above-80-circle {
  height: 18px !important;
  margin-right: 5px;
}
/* line 363, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-above-80-circle path {
  fill: #54D370 !important;
}

/* line 368, /app/app/assets/stylesheets/teachers.scss */
.assignment-skill-div-25-h {
  max-height: 15vh !important;
  overflow: auto;
}

/* line 373, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-heatmap-student-column {
  width: 130px;
  min-width: 80px;
  max-width: 130px;
}

/* line 381, /app/app/assets/stylesheets/teachers.scss */
.btn-transparent {
  background-color: transparent !important;
}

/* line 384, /app/app/assets/stylesheets/teachers.scss */
.btn-transparent:hover {
  background-color: transparent !important;
}
/* line 386, /app/app/assets/stylesheets/teachers.scss */
.btn-transparent:hover path {
  fill: #2395FF !important;
}

/* line 391, /app/app/assets/stylesheets/teachers.scss */
.boddle-shadow-bottom {
  box-shadow: 0px 20px 10px -10px rgba(0, 0, 0, 0.1) !important;
}

/* line 395, /app/app/assets/stylesheets/teachers.scss */
.text-yellow {
  color: #FFD100 !important;
}

/* line 399, /app/app/assets/stylesheets/teachers.scss */
.text-pure-yellow {
  color: yellow !important;
}

/* line 403, /app/app/assets/stylesheets/teachers.scss */
.bg-yellow {
  background-color: #FFD100 !important;
}

/* line 407, /app/app/assets/stylesheets/teachers.scss */
.img-square-250px {
  height: 250px;
  object-fit: contain;
}

/* line 412, /app/app/assets/stylesheets/teachers.scss */
.boddle-white-rounded-div {
  background-color: #FFFFFF !important;
  border-radius: 25px !important;
}

/* line 417, /app/app/assets/stylesheets/teachers.scss */
.boddle-white-table tbody tr {
  border-bottom-color: #E2E2E24F !important;
}

/* line 421, /app/app/assets/stylesheets/teachers.scss */
.boddle-white-table tbody tr td:first-child,
.boddle-white-table thead tr th:first-child {
  padding-left: 2rem !important;
}

/* line 426, /app/app/assets/stylesheets/teachers.scss */
.boddle-row-grow tbody tr:hover {
  cursor: pointer !important;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1) !important;
}

/* line 431, /app/app/assets/stylesheets/teachers.scss */
.boddle-hover-highlight-row:hover {
  cursor: pointer !important;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1) !important;
}

/* line 436, /app/app/assets/stylesheets/teachers.scss */
.boddle-hover-highlight-row-without-pointer:hover {
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1) !important;
}

/* line 440, /app/app/assets/stylesheets/teachers.scss */
.boddle-selectable-row {
  border-left: 5px solid transparent;
}

/* line 444, /app/app/assets/stylesheets/teachers.scss */
.boddle-selectable-row-selected {
  border-left: 5px solid #2395FF !important;
}

/* line 448, /app/app/assets/stylesheets/teachers.scss */
.boddle-selectable-menu {
  border-bottom: 2px solid transparent;
}

/* line 452, /app/app/assets/stylesheets/teachers.scss */
.boddle-selectable-menu-selected {
  color: #2395FF !important;
  border-bottom: 2px solid #2395FF !important;
}

/* line 457, /app/app/assets/stylesheets/teachers.scss */
.input-svg-icon {
  height: 20px;
  width: 20px;
}
/* line 460, /app/app/assets/stylesheets/teachers.scss */
.input-svg-icon path {
  fill: #343a40 !important;
}

/* line 465, /app/app/assets/stylesheets/teachers.scss */
.solid-bg {
  background-color: #F4F4F4 !important;
}

/* line 469, /app/app/assets/stylesheets/teachers.scss */
.input-svg-icon-solid-bg {
  height: 20px;
  width: 20px;
}
/* line 472, /app/app/assets/stylesheets/teachers.scss */
.input-svg-icon-solid-bg path {
  fill: #A7A7A7 !important;
}

/* line 477, /app/app/assets/stylesheets/teachers.scss */
.boddle-round-input {
  border-radius: 7px !important;
}

/* line 481, /app/app/assets/stylesheets/teachers.scss */
.boddle-l-round-input {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

/* line 486, /app/app/assets/stylesheets/teachers.scss */
.boddle-r-round-input {
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

/* line 491, /app/app/assets/stylesheets/teachers.scss */
.cursor-auto {
  cursor: auto !important;
}

/* line 495, /app/app/assets/stylesheets/teachers.scss */
.boddle-white-btn-with-icon-primary {
  color: #2395FF !important;
  padding: 7px 14px !important;
}
/* line 498, /app/app/assets/stylesheets/teachers.scss */
.boddle-white-btn-with-icon-primary span > svg {
  height: 20px !important;
  width: 20px !important;
}
/* line 502, /app/app/assets/stylesheets/teachers.scss */
.boddle-white-btn-with-icon-primary span > svg > path {
  fill: #2395FF !important;
}
/* line 505, /app/app/assets/stylesheets/teachers.scss */
.boddle-white-btn-with-icon-primary .boddle-danger-border-left > svg > path {
  fill: #f1416c !important;
}

/* line 510, /app/app/assets/stylesheets/teachers.scss */
.boddle-white-btn-with-icon {
  color: #636363 !important;
  padding: 7px 14px !important;
}
/* line 513, /app/app/assets/stylesheets/teachers.scss */
.boddle-white-btn-with-icon span > svg {
  height: 20px !important;
  width: 20px !important;
}
/* line 517, /app/app/assets/stylesheets/teachers.scss */
.boddle-white-btn-with-icon span > svg > path {
  fill: #636363 !important;
}

/* line 522, /app/app/assets/stylesheets/teachers.scss */
.boddle-tag-div {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* line 527, /app/app/assets/stylesheets/teachers.scss */
.boddle-skill-row {
  border-bottom: 1px solid #A7A7A72F;
}

/* line 532, /app/app/assets/stylesheets/teachers.scss */
.boddle-primary-icon path {
  fill: #2395FF !important;
}

/* line 537, /app/app/assets/stylesheets/teachers.scss */
.boddle-sticky-bar {
  background-color: #FFFFFF;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

@media (max-width: 575px) {
  /* line 544, /app/app/assets/stylesheets/teachers.scss */
  .boddle-assignment-heatmap-skill-column {
    min-width: 25vw;
    max-width: 50vw !important;
  }

  /* line 548, /app/app/assets/stylesheets/teachers.scss */
  .boddle-assignment-heatmap-skill-row {
    min-width: 25vw;
    max-width: 50vw !important;
  }
}
/* line 553, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-heatmap-skill-row {
  max-width: calc(94vw - 150px - 160px - 120px);
  overflow-x: hidden;
}

/* line 557, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-heatmap-skill-column {
  max-width: calc(94vw - 150px - 160px - 120px);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

/* line 562, /app/app/assets/stylesheets/teachers.scss */
.box-shadow-none {
  box-shadow: none !important;
}

/* line 566, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-heatmap-progress-column {
  min-width: 65px;
  max-width: 120px;
}

/* line 573, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-heatmap {
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
}

/*
.boddle-assignment-heatmap-row {

}
*/
/* line 587, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-heatmap-skill-student {
  height: 40px;
  width: 130px;
  border-radius: 8px;
  justify-content: center;
  padding: 10px 0;
}

/* line 595, /app/app/assets/stylesheets/teachers.scss */
.font-size-12 {
  font-size: 12px !important;
}

/* line 599, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-heatmap-student {
  height: 40px;
  justify-content: right;
  text-align: right;
  white-space: nowrap;
  overflow-x: hidden;
}

/* line 607, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-heatmap-analytics {
  height: 40px;
  justify-content: left;
  text-align: left;
}

/* line 613, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-not-started {
  background-color: #E2E2E2 !important;
}

/* line 617, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-below-50 {
  background-color: #E3365D !important;
}

/* line 621, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-50-80 {
  background-color: #EF9B40 !important;
}

/* line 625, /app/app/assets/stylesheets/teachers.scss */
.boddle-assignment-above-80 {
  background-color: #54D370 !important;
}

/* line 629, /app/app/assets/stylesheets/teachers.scss */
.boddle-profile-card {
  background: #FFFFFF !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
  border-radius: 20px !important;
}

/* line 636, /app/app/assets/stylesheets/teachers.scss */
.boddle-rounded-user {
  border-radius: 50% !important;
}

/* line 640, /app/app/assets/stylesheets/teachers.scss */
.bg-white-opacity {
  background-color: #ffffff3F !important;
}

/* line 644, /app/app/assets/stylesheets/teachers.scss */
.boddle-rounded-20px {
  border-radius: 20px !important;
}
/* line 646, /app/app/assets/stylesheets/teachers.scss */
.boddle-rounded-20px .boddle-rounded-r-20px {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

/* line 652, /app/app/assets/stylesheets/teachers.scss */
.boddle-play-the-game-btn {
  background-color: #fd9708df !important;
  color: white !important;
  font-weight: bold !important;
}

/* line 658, /app/app/assets/stylesheets/teachers.scss */
.boddle-instruction-btn {
  background-color: white !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
  border-radius: 20px !important;
}

/* line 665, /app/app/assets/stylesheets/teachers.scss */
.boddle-select {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
  border-radius: 10px !important;
}

/* line 670, /app/app/assets/stylesheets/teachers.scss */
.boddle-select-low-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px !important;
}

/* line 675, /app/app/assets/stylesheets/teachers.scss */
.class-code-home-button {
  margin-top: 3px;
  color: white !important;
  background-color: rgba(255, 255, 255, 0.16) !important;
  border-radius: 10px !important;
}

/* line 682, /app/app/assets/stylesheets/teachers.scss */
.boddle-signup-block {
  background: #FFFFFF !important;
  border: 1px solid #E2E2E2 !important;
  box-sizing: border-box !important;
  border-radius: 20px !important;
}

/* line 689, /app/app/assets/stylesheets/teachers.scss */
.boddle-bg-add-students {
  background-color: #edf8ff !important;
  border-radius: 60px !important;
}
/* line 693, /app/app/assets/stylesheets/teachers.scss */
.boddle-bg-add-students svg.boddle-bg-svg-primary {
  width: 48px !important;
  height: 48px !important;
}
/* line 697, /app/app/assets/stylesheets/teachers.scss */
.boddle-bg-add-students svg.boddle-bg-svg-primary path {
  fill: #2395FF !important;
}

/* line 704, /app/app/assets/stylesheets/teachers.scss */
.svg-primary-color path {
  fill: #2395FF !important;
}
/* line 707, /app/app/assets/stylesheets/teachers.scss */
.svg-primary-color circle {
  fill: #2395FF !important;
}

/* line 713, /app/app/assets/stylesheets/teachers.scss */
.svg-tab-inactive-color path {
  fill: #999999 !important;
}
/* line 716, /app/app/assets/stylesheets/teachers.scss */
.svg-tab-inactive-color circle {
  fill: #999999 !important;
}

/* line 722, /app/app/assets/stylesheets/teachers.scss */
.svg-tab-inactive-color:hover path {
  fill: #636363 !important;
}
/* line 725, /app/app/assets/stylesheets/teachers.scss */
.svg-tab-inactive-color:hover circle {
  fill: #636363 !important;
}

/* line 731, /app/app/assets/stylesheets/teachers.scss */
.svg-black-color path {
  fill: #000000 !important;
}
/* line 734, /app/app/assets/stylesheets/teachers.scss */
.svg-black-color circle {
  fill: #000000 !important;
}

/* line 740, /app/app/assets/stylesheets/teachers.scss */
.svg-success-color path {
  fill: #50cd89 !important;
}
/* line 743, /app/app/assets/stylesheets/teachers.scss */
.svg-success-color circle {
  fill: #50cd89 !important;
}

/* line 749, /app/app/assets/stylesheets/teachers.scss */
.svg-secondary-color path {
  fill: #E4E6EF !important;
}
/* line 752, /app/app/assets/stylesheets/teachers.scss */
.svg-secondary-color circle {
  fill: #E4E6EF !important;
}

/* line 758, /app/app/assets/stylesheets/teachers.scss */
.svg-gray-400-color path {
  fill: #636363 !important;
}
/* line 761, /app/app/assets/stylesheets/teachers.scss */
.svg-gray-400-color circle {
  fill: #636363 !important;
}

/* line 767, /app/app/assets/stylesheets/teachers.scss */
.svg-white-color path {
  fill: #FFFFFF !important;
}
/* line 770, /app/app/assets/stylesheets/teachers.scss */
.svg-white-color circle {
  fill: #FFFFFF !important;
}

/* line 775, /app/app/assets/stylesheets/teachers.scss */
.boddle-danger-border-left {
  border-left: 2px solid #f1416c !important;
}

/* line 780, /app/app/assets/stylesheets/teachers.scss */
.svg-danger-color path {
  fill: #f1416c !important;
}
/* line 783, /app/app/assets/stylesheets/teachers.scss */
.svg-danger-color circle {
  fill: #f1416c !important;
}

/* line 789, /app/app/assets/stylesheets/teachers.scss */
.svg-grey-color path {
  fill: #A7A7A7 !important;
}
/* line 792, /app/app/assets/stylesheets/teachers.scss */
.svg-grey-color circle {
  fill: #A7A7A7 !important;
}

/* line 798, /app/app/assets/stylesheets/teachers.scss */
.svg-dark-grey-color path {
  fill: #343a40 !important;
}
/* line 801, /app/app/assets/stylesheets/teachers.scss */
.svg-dark-grey-color circle {
  fill: #343a40 !important;
}

/* line 806, /app/app/assets/stylesheets/teachers.scss */
.object-fit-cover {
  object-fit: cover !important;
}

/* line 810, /app/app/assets/stylesheets/teachers.scss */
.top-30 {
  top: 30% !important;
}

/* line 814, /app/app/assets/stylesheets/teachers.scss */
.hover-show-hidden:hover > .ribbon > .ribbon-hover {
  display: flex !important;
  -webkit-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
}

/* line 820, /app/app/assets/stylesheets/teachers.scss */
.svg-assignment-status-icon {
  height: 16px;
  width: 16px;
  margin-bottom: 3px;
}

/* line 826, /app/app/assets/stylesheets/teachers.scss */
.boddle-bg-teacher {
  background-color: #edf8ff !important;
  border-radius: 60px !important;
}

/* line 831, /app/app/assets/stylesheets/teachers.scss */
.boddle-text-teacher {
  color: #2395FF !important;
}

/* line 835, /app/app/assets/stylesheets/teachers.scss */
.boddle-bg-parent {
  background-color: rgba(239, 155, 64, 0.1) !important;
  border-radius: 60px !important;
}

/* line 840, /app/app/assets/stylesheets/teachers.scss */
.boddle-text-parent {
  color: #EF9B40 !important;
}

/* line 844, /app/app/assets/stylesheets/teachers.scss */
.boddle-bg-student {
  background-color: rgba(84, 211, 112, 0.1) !important;
  border-radius: 60px !important;
}

/* line 849, /app/app/assets/stylesheets/teachers.scss */
.boddle-text-student {
  color: #54D370;
}

/* line 853, /app/app/assets/stylesheets/teachers.scss */
.kt-form .form-control.form-control-solid {
  background-color: #EDF8FF !important;
  border-color: #EDF8FF !important;
}

/* line 858, /app/app/assets/stylesheets/teachers.scss */
.kt-form .form-select {
  background-color: #EDF8FF !important;
  border-color: #EDF8FF !important;
}

/* line 863, /app/app/assets/stylesheets/teachers.scss */
.boddle-classcode {
  background-color: #EDF8FF !important;
}

/* line 867, /app/app/assets/stylesheets/teachers.scss */
.swal2-modal {
  border-radius: 30px !important;
}

/* line 871, /app/app/assets/stylesheets/teachers.scss */
.select2-container--open {
  z-index: 99999999999999;
}

/* line 875, /app/app/assets/stylesheets/teachers.scss */
.noUi-connects {
  border-radius: 20px !important;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* line 880, /app/app/assets/stylesheets/teachers.scss */
.noUi-connect {
  background-color: #2395FF !important;
}

/* line 884, /app/app/assets/stylesheets/teachers.scss */
.noUi-target {
  border-radius: 20px !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
}
/* line 888, /app/app/assets/stylesheets/teachers.scss */
.noUi-target .noUi-handle {
  background-color: #2395FF !important;
  border: 5px solid #FFFFFF !important;
}

/* line 894, /app/app/assets/stylesheets/teachers.scss */
.dataTables_wrapper {
  width: 100% !important;
}

/* line 898, /app/app/assets/stylesheets/teachers.scss */
.dataTables_scrollHeadInner {
  width: 100% !important;
}

/* line 902, /app/app/assets/stylesheets/teachers.scss */
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
/* line 906, /app/app/assets/stylesheets/teachers.scss */
table.dataTable tbody > tr.selected td > span.student-name, table.dataTable tbody > tr > .selected td > span.student-name {
  color: #2395FF !important;
  font-weight: bold;
}

/* line 912, /app/app/assets/stylesheets/teachers.scss */
.custom-selected {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

/* line 917, /app/app/assets/stylesheets/teachers.scss */
.boddle-hover-grow:hover {
  transform: scale(1.07) !important;
}

/* line 921, /app/app/assets/stylesheets/teachers.scss */
.boddle-hover-grow-min:hover {
  transform: scale(1.03) !important;
}

/* line 925, /app/app/assets/stylesheets/teachers.scss */
.all-transition-4 {
  transition: all 0.4s !important;
}

/* line 929, /app/app/assets/stylesheets/teachers.scss */
.boddle-light-bottom-border {
  border-bottom: 1px solid #E2E2E24F !important;
}

/* line 933, /app/app/assets/stylesheets/teachers.scss */
.boddle-md-light-bottom-border {
  border-bottom: 2px solid #2395FF1F !important;
}

/* line 937, /app/app/assets/stylesheets/teachers.scss */
.boddle-hover-border {
  border: 3px solid #ffffff !important;
}

/* line 941, /app/app/assets/stylesheets/teachers.scss */
.boddle-hover-border.selected {
  border: 3px solid #2395FF !important;
}

/* line 945, /app/app/assets/stylesheets/teachers.scss */
.boddle-hover-border:hover {
  border: 3px solid #2395FF !important;
}

/* line 949, /app/app/assets/stylesheets/teachers.scss */
.boddle-border-2px {
  border: 2px solid #E2E2E2 !important;
}

/* line 953, /app/app/assets/stylesheets/teachers.scss */
.boddle-border-2px.selected {
  border: 2px solid #2395FF !important;
}

/* line 957, /app/app/assets/stylesheets/teachers.scss */
.boddle-border-bottom-primary {
  border-bottom: 1px solid #2395FF !important;
}

/* line 961, /app/app/assets/stylesheets/teachers.scss */
.analytic-option-image {
  min-height: 70px;
  min-width: 70px;
  max-width: 70px;
  max-height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #E2E2E2AF;
  border-radius: 10px;
  background-blend-mode: multiply;
}

/* line 974, /app/app/assets/stylesheets/teachers.scss */
.boddle-opacity {
  opacity: 0.3;
}

/* line 978, /app/app/assets/stylesheets/teachers.scss */
.light-grey-bg {
  background-color: #F4F4F4 !important;
}

/* line 982, /app/app/assets/stylesheets/teachers.scss */
.white-space-unset {
  white-space: unset !important;
}

/* line 986, /app/app/assets/stylesheets/teachers.scss */
.boddle-ans-pill {
  border-radius: 25px !important;
}

/* line 990, /app/app/assets/stylesheets/teachers.scss */
.grow {
  transition: all .4s ease-in-out !important;
  border: 5px solid transparent !important;
}

/* line 995, /app/app/assets/stylesheets/teachers.scss */
.grow:hover {
  transform: scale(1.07) !important;
  border: 5px solid rgba(0, 0, 0, 0.25) !important;
}

/* line 1000, /app/app/assets/stylesheets/teachers.scss */
.grow-force {
  transform: scale(1.07) !important;
  border: 5px solid rgba(0, 0, 0, 0.25) !important;
}

/* line 1005, /app/app/assets/stylesheets/teachers.scss */
.grow-min {
  transition: all .4s ease-in-out !important;
  border: 5px solid transparent !important;
}

/* line 1010, /app/app/assets/stylesheets/teachers.scss */
.grow-min:hover {
  transform: scale(1.03) !important;
  border: 5px solid rgba(0, 0, 0, 0.1) !important;
}

/* line 1015, /app/app/assets/stylesheets/teachers.scss */
.grow-min-only {
  transition: all .4s ease-in-out !important;
}

/* line 1019, /app/app/assets/stylesheets/teachers.scss */
.grow-min-only:hover {
  transform: scale(1.03) !important;
}

/* line 1023, /app/app/assets/stylesheets/teachers.scss */
.grow-student {
  transition: all .2s ease-in-out !important;
  border: 5px solid transparent !important;
}

/* line 1028, /app/app/assets/stylesheets/teachers.scss */
.grow-student:hover {
  transform: scale(1.03) !important;
  border: 5px solid rgba(35, 149, 255, 0.5) !important;
}

/* line 1033, /app/app/assets/stylesheets/teachers.scss */
.grow-without-border:hover {
  transform: scale(1.07) !important;
  color: #2395FF !important;
  transition: all 0.4s !important;
}
/* line 1037, /app/app/assets/stylesheets/teachers.scss */
.grow-without-border:hover path {
  fill: #2395FF !important;
}

/* line 1044, /app/app/assets/stylesheets/teachers.scss */
.boddle-text-color:hover path {
  fill: #2395FF !important;
}

/* line 1049, /app/app/assets/stylesheets/teachers.scss */
.aside-menu .menu > .menu-item > .menu-link {
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* line 1055, /app/app/assets/stylesheets/teachers.scss */
.aside-menu .menu > .menu-item.here > .menu-link .menu-svg-icon path {
  fill: #2395FF !important;
}
/* line 1059, /app/app/assets/stylesheets/teachers.scss */
.aside-menu .menu > .menu-item.here > .menu-link .menu-title {
  color: #2395FF !important;
  font-weight: bolder !important;
}

/* line 1067, /app/app/assets/stylesheets/teachers.scss */
.aside-menu .menu > .menu-item:hover > .menu-link .menu-svg-icon path {
  fill: #2395FF !important;
}
/* line 1071, /app/app/assets/stylesheets/teachers.scss */
.aside-menu .menu > .menu-item:hover > .menu-link .menu-title {
  color: #2395FF !important;
  font-weight: bolder !important;
}

@media (max-width: 575.98px) {
  /* line 1078, /app/app/assets/stylesheets/teachers.scss */
  .aside {
    width: 0px !important;
  }

  /* line 1081, /app/app/assets/stylesheets/teachers.scss */
  .aside-menu {
    position: fixed !important;
    bottom: 0% !important;
    width: 100% !important;
    height: 100px !important;
    background-color: #FFFFFF !important;
    z-index: 10000 !important;
  }
}
/* line 1091, /app/app/assets/stylesheets/teachers.scss */
#kt_header.scrolled {
  background: radial-gradient(77.99% 183.01% at 82.78% 23.46%, #FAFDFF 0%, #EBF5FF 47.4%, #FAFDFF 100%) !important;
  transition: background-color 200ms linear !important;
}

/* line 1096, /app/app/assets/stylesheets/teachers.scss */
.boddle-kpi-circle {
  background-color: #EDF8FF !important;
  border-radius: 40px !important;
}

/* line 1101, /app/app/assets/stylesheets/teachers.scss */
.boddle-dashboard-background {
  background-image: url("boddles/boddle01.svg") !important;
  background-size: 40% !important;
}

@media (min-width: 1500px) {
  /* line 1107, /app/app/assets/stylesheets/teachers.scss */
  .boddle-dashboard-background {
    background-size: 35% !important;
  }
}
@media (min-width: 1700px) {
  /* line 1113, /app/app/assets/stylesheets/teachers.scss */
  .boddle-dashboard-background {
    background-size: 30% !important;
  }
}
/* line 1118, /app/app/assets/stylesheets/teachers.scss */
.boddle-instructions-btn:hover {
  border-color: #2395FF !important;
}
/* line 1120, /app/app/assets/stylesheets/teachers.scss */
.boddle-instructions-btn:hover span > svg path {
  fill: #2395FF !important;
}
/* line 1124, /app/app/assets/stylesheets/teachers.scss */
.boddle-instructions-btn:hover span {
  color: #2395FF !important;
}

/* line 1133, /app/app/assets/stylesheets/teachers.scss */
.boddle-settings-btn:hover svg path {
  fill: #2395FF !important;
}

/* line 1140, /app/app/assets/stylesheets/teachers.scss */
.white-arrow path {
  fill: #FFFFFF !important;
}

/* line 1146, /app/app/assets/stylesheets/teachers.scss */
.boddle-btn-settings path {
  fill: #000000 !important;
}

/* line 1152, /app/app/assets/stylesheets/teachers.scss */
.boddle-home-icon-settings path {
  fill: #FFFFFF !important;
}

/* line 1158, /app/app/assets/stylesheets/teachers.scss */
.black-home-icon path {
  fill: black !important;
}

/* line 1164, /app/app/assets/stylesheets/teachers.scss */
.boddle-primary-btn-settings path {
  fill: #FFFFFF !important;
}

/* line 1169, /app/app/assets/stylesheets/teachers.scss */
.boddle-div-row-hover:hover {
  background-color: #2395FF1D !important;
  border-radius: 10px !important;
  cursor: pointer;
  color: #2395FF !important;
}

/* line 1176, /app/app/assets/stylesheets/teachers.scss */
.boddle-add-student-svg-circle {
  width: 34px !important;
  height: 34px !important;
}

@media (max-width: 575.98px) {
  /* line 1182, /app/app/assets/stylesheets/teachers.scss */
  .boddle-add-student-svg-circle {
    transform: scale(0.75) !important;
  }
}
/* line 1187, /app/app/assets/stylesheets/teachers.scss */
.boddle-input-200px {
  width: 200px !important;
}

/* line 1191, /app/app/assets/stylesheets/teachers.scss */
.boddle-input-300px {
  width: 300px !important;
}

/* line 1195, /app/app/assets/stylesheets/teachers.scss */
.boddle-add-student-by-teacher-modal {
  width: 75% !important;
  margin: 0 auto;
}

/* line 1200, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-1 {
  width: 100px !important;
  height: 100px !important;
}
/* line 1206, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-1 g g path {
  fill: #9d688c !important;
}
/* line 1210, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-1 g g circle {
  fill: #c6b0bf !important;
}

/* line 1216, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-2 {
  width: 100px !important;
  height: 100px !important;
}
/* line 1222, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-2 g g path {
  fill: #fccd42 !important;
}
/* line 1226, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-2 g g circle {
  fill: #fdff79 !important;
}

/* line 1232, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-3 {
  width: 100px !important;
  height: 100px !important;
}
/* line 1238, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-3 g g path {
  fill: #5bb8f9 !important;
}
/* line 1242, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-3 g g circle {
  fill: #bbe3ff !important;
}

/* line 1248, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-4 {
  width: 100px !important;
  height: 100px !important;
}
/* line 1254, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-4 g g path {
  fill: #ff8475 !important;
}
/* line 1258, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-4 g g circle {
  fill: #ffcdb0 !important;
}

/* line 1264, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-5 {
  width: 100px !important;
  height: 100px !important;
}
/* line 1270, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-5 g g path {
  fill: #9983fc !important;
}
/* line 1274, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-5 g g circle {
  fill: #d1befd !important;
}

/* line 1280, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-6 {
  width: 100px !important;
  height: 100px !important;
}
/* line 1286, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-6 g g path {
  fill: #51d453 !important;
}
/* line 1290, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-6 g g circle {
  fill: #a9f5bb !important;
}

/* line 1296, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-7 {
  width: 100px !important;
  height: 100px !important;
}
/* line 1302, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-7 g g path {
  fill: #FF819E !important;
}
/* line 1306, /app/app/assets/stylesheets/teachers.scss */
svg.boddle-student-profile-7 g g circle {
  fill: #FFD1D1 !important;
}

@media (min-width: 575.98px) {
  /* line 1313, /app/app/assets/stylesheets/teachers.scss */
  svg.boddle-student-profile-1,
  svg.boddle-student-profile-2,
  svg.boddle-student-profile-3,
  svg.boddle-student-profile-4,
  svg.boddle-student-profile-5,
  svg.boddle-student-profile-6,
  svg.boddle-student-profile-7 {
    width: 125px !important;
    height: 125px !important;
  }
}
/* line 1325, /app/app/assets/stylesheets/teachers.scss */
.w-20 {
  width: 20% !important;
}

/* line 1329, /app/app/assets/stylesheets/teachers.scss */
.w-30 {
  width: 30% !important;
}

/* line 1333, /app/app/assets/stylesheets/teachers.scss */
.boddle-border-bottom-hr {
  border-bottom: 1px solid #A7A7A7 !important;
}

/* line 1337, /app/app/assets/stylesheets/teachers.scss */
.mw-145px {
  max-width: 145px !important;
}

@media (min-width: 768px) {
  /* line 1342, /app/app/assets/stylesheets/teachers.scss */
  .w-md-145px {
    width: 145px !important;
  }
}
@media (max-width: 678px) {
  /* line 1349, /app/app/assets/stylesheets/teachers.scss */
  .bdl-link-existing-students .copy-link-btn {
    max-width: 115px !important;
  }
}
@media (min-width: 768px) {
  /* line 1355, /app/app/assets/stylesheets/teachers.scss */
  .table tr, .table th, .table td {
    font-size: 15px !important;
  }
}
/* line 1360, /app/app/assets/stylesheets/teachers.scss */
.z-index-invite-parent {
  z-index: 800 !important;
}

/* line 1364, /app/app/assets/stylesheets/teachers.scss */
.z-index-preview-game {
  z-index: 900 !important;
}

@media (max-width: 767px) {
  /* line 1369, /app/app/assets/stylesheets/teachers.scss */
  .boddle-header-bg {
    background-color: #FFFFFF !important;
  }
}
@media (max-width: 992px) {
  /* line 1376, /app/app/assets/stylesheets/teachers.scss */
  .mt-sm-10 {
    margin-top: 10px !important;
  }
}
@media (min-width: 576px) {
  /* line 1382, /app/app/assets/stylesheets/teachers.scss */
  .mt-sm-10 {
    margin-top: 10px !important;
  }
}
/* line 1389, /app/app/assets/stylesheets/teachers.scss */
.boddle-bg {
  background-color: #2395FF !important;
}

/* line 1393, /app/app/assets/stylesheets/teachers.scss */
.boddle-color {
  color: #2395FF !important;
}

/* line 1398, /app/app/assets/stylesheets/teachers.scss */
.boddle-color-selectpicker .text {
  color: #2395FF !important;
}

/* line 1403, /app/app/assets/stylesheets/teachers.scss */
.green-color {
  color: #9ACD32 !important;
}

/* line 1407, /app/app/assets/stylesheets/teachers.scss */
.white-bg {
  background-color: #fff !important;
}

/* line 1411, /app/app/assets/stylesheets/teachers.scss */
.white-color {
  color: #fff !important;
}
/* line 1413, /app/app/assets/stylesheets/teachers.scss */
.white-color path {
  fill: #fff !important;
}

/* line 1418, /app/app/assets/stylesheets/teachers.scss */
.red-color {
  color: #FF0000 !important;
}

/* line 1422, /app/app/assets/stylesheets/teachers.scss */
.black-color {
  color: #000000 !important;
}

/* line 1426, /app/app/assets/stylesheets/teachers.scss */
.dark-grey-color {
  color: #343a40 !important;
}

/* line 1430, /app/app/assets/stylesheets/teachers.scss */
.medium-grey-color {
  color: #636363 !important;
}

/* line 1434, /app/app/assets/stylesheets/teachers.scss */
.light-grey-color {
  color: #A7A7A7 !important;
}

/* line 1438, /app/app/assets/stylesheets/teachers.scss */
.primary-color {
  color: #1dc9b7 !important;
}

/* line 1442, /app/app/assets/stylesheets/teachers.scss */
.white-color-50 {
  color: #ffffff80 !important;
}

/* line 1446, /app/app/assets/stylesheets/teachers.scss */
.hover-white:hover i, .hover-white:hover span {
  color: #fff !important;
}

/* line 1450, /app/app/assets/stylesheets/teachers.scss */
.show-report-button-title {
  font-size: 1.0rem;
}

/* line 1454, /app/app/assets/stylesheets/teachers.scss */
.bg-solid {
  background-color: #EBF5FF !important;
}

/* line 1458, /app/app/assets/stylesheets/teachers.scss */
.width-max-content {
  width: max-content !important;
}

/* line 1462, /app/app/assets/stylesheets/teachers.scss */
.kt-widget__section {
  min-height: 6.5rem;
}

/* line 1466, /app/app/assets/stylesheets/teachers.scss */
.pointer:hover {
  cursor: pointer;
}

/* line 1470, /app/app/assets/stylesheets/teachers.scss */
.hover-boddle-color:hover {
  color: #2d7ff9 !important;
}

/* line 1474, /app/app/assets/stylesheets/teachers.scss */
.boddle-analytic-table {
  border: 1px solid #2d7ff9;
}

/* line 1478, /app/app/assets/stylesheets/teachers.scss */
.boddle-analytic-table > .pagination > .previous, .boddle-analytic-table > .pagination > .next {
  background: rgba(44, 119, 244, 0.1);
}

/* line 1482, /app/app/assets/stylesheets/teachers.scss */
.boddle-analytic-table > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #2d7ff920;
}

/* line 1486, /app/app/assets/stylesheets/teachers.scss */
.boddle-analytic-table-cell {
  padding: 0.5rem 2rem;
  vertical-align: top !important;
}

/* line 1491, /app/app/assets/stylesheets/teachers.scss */
.boddle-analytic-table-cell-heading {
  display: block;
  font-weight: 600;
  text-decoration: underline;
  color: #2d7ff9;
}

/* line 1498, /app/app/assets/stylesheets/teachers.scss */
.correct-ans-pill {
  border: 2px solid #2d7ff9;
  background-color: #2d7ff9;
  color: #fff;
}

/* line 1504, /app/app/assets/stylesheets/teachers.scss */
.wrong-ans-pill {
  border: 2px solid #ff0000 !important;
}

/* line 1508, /app/app/assets/stylesheets/teachers.scss */
.ans-pill {
  border: 2px solid #2d7ff9;
  border-radius: 1rem;
  padding: 0.1rem 0s 0.5rem;
  text-align: center;
  display: inline-block;
  min-width: 50%;
  max-width: 100%;
  overflow: auto;
}

/* line 1519, /app/app/assets/stylesheets/teachers.scss */
.kt-font-disable {
  color: #80808090 !important;
}

/* line 1523, /app/app/assets/stylesheets/teachers.scss */
.kt-font-xxsm {
  font-size: xx-small;
}

/* line 1527, /app/app/assets/stylesheets/teachers.scss */
.vertical-align-super {
  vertical-align: super;
}

/* line 1531, /app/app/assets/stylesheets/teachers.scss */
.vertical-align-mid {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 1536, /app/app/assets/stylesheets/teachers.scss */
#kt_aside_menu_wrapper {
  max-height: 85vh !important;
}

/* line 1540, /app/app/assets/stylesheets/teachers.scss */
.boddle-timeline {
  position: relative;
}

/* line 1542, /app/app/assets/stylesheets/teachers.scss */
.boddle-timeline:before {
  content: '';
  position: absolute;
  left: 4.72rem;
  width: 0.18rem;
  top: 10px;
  bottom: 10px;
  height: calc(100% - 20px);
  background-color: #A7A7A7;
}

/* line 1551, /app/app/assets/stylesheets/teachers.scss */
.boddle-timeline .boddle-timeline__items .boddle-timeline__item {
  display: table;
  position: relative;
  margin-bottom: 1.75rem;
}

/* line 1555, /app/app/assets/stylesheets/teachers.scss */
.boddle-timeline .boddle-timeline__items .boddle-timeline__item .boddle-timeline__item-time {
  display: table-cell;
  font-weight: 500;
  vertical-align: top;
  position: absolute;
  padding-top: 0.30rem;
}

/* line 1561, /app/app/assets/stylesheets/teachers.scss */
.boddle-timeline .boddle-timeline__items .boddle-timeline__item .boddle-timeline__item-cricle {
  border: none;
  z-index: 1;
  top: 0.2rem;
  left: 4.08rem;
  position: relative;
}

/* line 1567, /app/app/assets/stylesheets/teachers.scss */
.boddle-timeline .boddle-timeline__items .boddle-timeline__item .boddle-timeline__item-cricle > span > svg {
  background-color: #FFFFFF !important;
}

/* line 1569, /app/app/assets/stylesheets/teachers.scss */
.boddle-timeline .boddle-timeline__items .boddle-timeline__item .boddle-timeline__item-text {
  display: table-cell;
  vertical-align: top;
  font-size: 1rem;
  padding: 0.30rem 0 0 5rem;
}

/* line 1574, /app/app/assets/stylesheets/teachers.scss */
.boddle-timeline .boddle-timeline__items .boddle-timeline__item .boddle-timeline__item-text .boddle-timeline__item-text--bold {
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 0.21rem;
}

/* line 1578, /app/app/assets/stylesheets/teachers.scss */
.boddle-timeline .boddle-timeline__items .boddle-timeline__item .boddle-timeline__item-text > span {
  font-weight: 700;
}

/* line 1580, /app/app/assets/stylesheets/teachers.scss */
.boddle-timeline .boddle-timeline__items .boddle-timeline__item .list-pics {
  display: table-cell;
  vertical-align: top;
}

/* line 1583, /app/app/assets/stylesheets/teachers.scss */
.boddle-timeline .boddle-timeline__items .boddle-timeline__item:last-child {
  margin-bottom: 0;
}

/* line 1623, /app/app/assets/stylesheets/teachers.scss */
.kt-wizard-v4-2steps {
  flex: 0 0 calc(50% - 0.25rem) !important;
}

/* line 1627, /app/app/assets/stylesheets/teachers.scss */
.kt-wizard-v4-3steps {
  flex: 0 0 calc(33.33% - 0.25rem) !important;
}

/* line 1631, /app/app/assets/stylesheets/teachers.scss */
.body-color {
  background-color: #f2f3f8;
}

/* line 1635, /app/app/assets/stylesheets/teachers.scss */
.height-vh50 {
  min-height: 50vh;
  max-height: 50vh;
  overflow: auto !important;
  overflow-x: hidden !important;
}

/* line 1642, /app/app/assets/stylesheets/teachers.scss */
.height-vh70 {
  min-height: 70vh;
  max-height: 70vh;
  overflow: auto !important;
  overflow-x: hidden !important;
}

/* line 1649, /app/app/assets/stylesheets/teachers.scss */
.height-vh45 {
  min-height: 45vh;
  max-height: 45vh;
  overflow: auto !important;
  overflow-x: hidden !important;
}

/* line 1656, /app/app/assets/stylesheets/teachers.scss */
.height-vh40 {
  min-height: 40vh;
  max-height: 40vh;
  overflow: auto !important;
  overflow-x: hidden !important;
}

/* line 1663, /app/app/assets/stylesheets/teachers.scss */
.full-width {
  width: 98% !important;
}

/* line 1667, /app/app/assets/stylesheets/teachers.scss */
.kt-w100 {
  width: 100% !important;
}

/* line 1671, /app/app/assets/stylesheets/teachers.scss */
.half-width {
  width: 50% !important;
}

/* line 1675, /app/app/assets/stylesheets/teachers.scss */
.full-width-dropdown-2, .full-width-dropdown-2 > ul {
  justify-content: center;
  width: 100% !important;
}

/* line 1680, /app/app/assets/stylesheets/teachers.scss */
.full-width-dropdown-2 > ul > li {
  width: 40% !important;
}

/* line 1684, /app/app/assets/stylesheets/teachers.scss */
.full-width-dropdown-2 > ul > li > a {
  width: 100% !important;
  justify-content: center;
  font-weight: 600 !important;
}

/* line 1690, /app/app/assets/stylesheets/teachers.scss */
.window-height {
  height: calc(100vh - 260px);
}

/* line 1695, /app/app/assets/stylesheets/teachers.scss */
.tier .section {
  border: 1px solid #d3d3d3;
  margin-top: 15px;
  /*
  .handle {
    //cursor: move;
  }*/
}
/* line 1698, /app/app/assets/stylesheets/teachers.scss */
.tier .section i {
  text-align: center;
  width: 9%;
  padding: 15px 0;
}
/* line 1707, /app/app/assets/stylesheets/teachers.scss */
.tier .section .form-control {
  cursor: default;
  width: 79%;
  border: none;
  display: inline-block;
  padding: 0;
}
/* line 1714, /app/app/assets/stylesheets/teachers.scss */
.tier .section .form-control:disabled {
  background-color: transparent;
}
/* line 1717, /app/app/assets/stylesheets/teachers.scss */
.tier .section .dropdown {
  cursor: pointer;
}
/* line 1721, /app/app/assets/stylesheets/teachers.scss */
.tier .skills {
  background-color: #f2f3f8;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
/* line 1725, /app/app/assets/stylesheets/teachers.scss */
.tier .skills .skill {
  border-bottom: 1px solid #d3d3d3;
}
/* line 1727, /app/app/assets/stylesheets/teachers.scss */
.tier .skills .skill i {
  text-align: center;
  width: 9%;
  padding: 12px 0;
}
/* line 1733, /app/app/assets/stylesheets/teachers.scss */
.tier .skills .skill .skill-name {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
/* line 1734, /app/app/assets/stylesheets/teachers.scss */
.tier .skills .skill .skill-name span {
  cursor: help;
}
/* line 1746, /app/app/assets/stylesheets/teachers.scss */
.tier .skills .skill .tag-name {
  display: inline-block;
  width: 18%;
  text-align: right;
  padding-right: 10px;
  vertical-align: middle;
}
/* line 1752, /app/app/assets/stylesheets/teachers.scss */
.tier .skills .skill .tag-name .btn-pill {
  max-width: 100%;
  cursor: default;
  padding: 0.2rem 1rem;
  height: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1766, /app/app/assets/stylesheets/teachers.scss */
.domain {
  width: 100%;
  margin: 10px;
}
/* line 1769, /app/app/assets/stylesheets/teachers.scss */
.domain .domain-name {
  font-weight: 500;
}
/* line 1772, /app/app/assets/stylesheets/teachers.scss */
.domain .tags {
  margin: 0 15px;
}
/* line 1775, /app/app/assets/stylesheets/teachers.scss */
.domain .tags .tag .tag-name {
  border: 1px solid #d3d3d3;
  margin-top: 15px;
}
/* line 1778, /app/app/assets/stylesheets/teachers.scss */
.domain .tags .tag .tag-name i {
  text-align: center;
  width: 9%;
  padding: 15px 0;
}
/* line 1783, /app/app/assets/stylesheets/teachers.scss */
.domain .tags .tag .tag-name span {
  cursor: default;
  width: 79%;
  display: inline-block;
}
/* line 1788, /app/app/assets/stylesheets/teachers.scss */
.domain .tags .tag .tag-name .dropdown {
  cursor: pointer;
}
/* line 1793, /app/app/assets/stylesheets/teachers.scss */
.domain .tags .skills {
  background-color: #f2f3f8;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
/* line 1797, /app/app/assets/stylesheets/teachers.scss */
.domain .tags .skills .skill {
  border-bottom: 1px solid #d3d3d3;
}
/* line 1799, /app/app/assets/stylesheets/teachers.scss */
.domain .tags .skills .skill i {
  text-align: center;
  width: 9%;
  padding: 12px 0;
}
/* line 1805, /app/app/assets/stylesheets/teachers.scss */
.domain .tags .skills .skill .skill-name {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 1806, /app/app/assets/stylesheets/teachers.scss */
.domain .tags .skills .skill .skill-name span {
  cursor: help;
}

/* line 1822, /app/app/assets/stylesheets/teachers.scss */
.selection-domain {
  width: 100%;
  padding: 10px;
}
/* line 1825, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .domain-name {
  font-weight: 500;
}
/* line 1828, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags {
  margin: 0 15px;
}
/* line 1830, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .tag {
  cursor: pointer;
}
/* line 1832, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .tag .tag-name {
  border: 1px solid #d3d3d3;
  margin-top: 15px;
  cursor: pointer;
}
/* line 1836, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .tag .tag-name i {
  text-align: center;
  width: 9%;
  padding: 15px 0;
  cursor: pointer;
}
/* line 1842, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .tag .tag-name span {
  width: 79%;
  display: inline-block;
  cursor: pointer;
}
/* line 1846, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .tag .tag-name span .ellipsis-text {
  max-width: 85%;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
/* line 1857, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .tag .query-tag-name {
  border: 1px solid #d3d3d3;
  margin-top: 15px;
  cursor: default;
}
/* line 1861, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .tag .query-tag-name i {
  text-align: center;
  width: 9%;
  padding: 15px 0;
}
/* line 1866, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .tag .query-tag-name span {
  width: 69%;
  display: inline-block;
  cursor: pointer;
}
/* line 1870, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .tag .query-tag-name span .ellipsis-text {
  max-width: 85%;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
/* line 1880, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .tag .query-tag-name a {
  text-align: center;
  width: 19%;
  padding: 5px 0;
  cursor: pointer;
  display: inline-block;
}
/* line 1889, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .skills {
  background-color: #f2f3f8;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
/* line 1893, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .skills .skill {
  cursor: pointer;
  border-bottom: 1px solid #d3d3d3;
}
/* line 1896, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .skills .skill i {
  text-align: center;
  width: 9%;
  padding: 12px 0;
}
/* line 1901, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .skills .skill .skill-name {
  cursor: pointer;
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 1902, /app/app/assets/stylesheets/teachers.scss */
.selection-domain .tags .skills .skill .skill-name span {
  cursor: help;
}

/* line 1919, /app/app/assets/stylesheets/teachers.scss */
.kt-datatable-hover > table > tbody > tr:hover {
  background-color: #f2f3f8;
  cursor: pointer;
}

/* line 1924, /app/app/assets/stylesheets/teachers.scss */
.kt-datatable-hover > table > tbody > .active-row > td > span {
  color: #595d6e;
  font-weight: 500;
}

/* line 1929, /app/app/assets/stylesheets/teachers.scss */
.kt-datatable-hover > table > tbody > .not-active-row > td > span {
  color: #80808090 !important;
}

/* line 1934, /app/app/assets/stylesheets/teachers.scss */
.example-question-popover .no-question, .questions .no-question {
  color: #80808090;
}
/* line 1938, /app/app/assets/stylesheets/teachers.scss */
.example-question-popover .open-answer span, .questions .open-answer span {
  border: 1px solid #d3d3d3;
  font-weight: 500;
  font-size: large;
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

/* line 1950, /app/app/assets/stylesheets/teachers.scss */
.fix-height-400 {
  height: 400px !important;
  overflow: auto;
}

/* line 1955, /app/app/assets/stylesheets/teachers.scss */
.skill-tooltip {
  width: 200px;
  height: 100%;
}
/* line 1958, /app/app/assets/stylesheets/teachers.scss */
.skill-tooltip .skill-name {
  display: block;
  font-weight: 600;
}
/* line 1962, /app/app/assets/stylesheets/teachers.scss */
.skill-tooltip .skill-desc {
  display: block;
  word-wrap: break-word;
  white-space: normal;
}
/* line 1967, /app/app/assets/stylesheets/teachers.scss */
.skill-tooltip .skill-progress {
  margin-top: 10px;
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
}
/* line 1972, /app/app/assets/stylesheets/teachers.scss */
.skill-tooltip .skill-progress .progress-value {
  font-weight: 600;
}

/* line 1979, /app/app/assets/stylesheets/teachers.scss */
.usage-tooltip {
  background-color: #ffff !important;
  margin: 0;
  padding: 10px;
  display: block;
  border: 2px solid #2d7ff9;
  border-radius: 2px;
}
/* line 1986, /app/app/assets/stylesheets/teachers.scss */
.usage-tooltip .usage-progress {
  display: block;
}
/* line 1988, /app/app/assets/stylesheets/teachers.scss */
.usage-tooltip .usage-progress .analytics {
  color: #282a3c !important;
  font-weight: 600;
}
/* line 1992, /app/app/assets/stylesheets/teachers.scss */
.usage-tooltip .usage-progress .percentage {
  color: #282a3c !important;
  font-weight: normal;
}
/* line 1997, /app/app/assets/stylesheets/teachers.scss */
.usage-tooltip .usage {
  color: #282a3c !important;
  display: block;
  font-weight: normal;
}

/* line 2004, /app/app/assets/stylesheets/teachers.scss */
.domain-tooltip {
  background-color: #ffff !important;
  margin: 10px;
  padding: 10px;
  display: block;
  border: 2px solid #F4F4F4;
  border-radius: 10px !important;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1) !important;
}
/* line 2012, /app/app/assets/stylesheets/teachers.scss */
.domain-tooltip .usage-progress {
  display: block;
}
/* line 2014, /app/app/assets/stylesheets/teachers.scss */
.domain-tooltip .usage-progress .analytics {
  color: #282a3c !important;
  font-weight: 600;
}
/* line 2018, /app/app/assets/stylesheets/teachers.scss */
.domain-tooltip .usage-progress .percentage {
  color: #282a3c !important;
  font-weight: normal;
}
/* line 2023, /app/app/assets/stylesheets/teachers.scss */
.domain-tooltip .usage {
  color: #282a3c !important;
  display: block;
  font-weight: normal;
}

/* line 2030, /app/app/assets/stylesheets/teachers.scss */
.line-through {
  display: inline-block;
  text-decoration: line-through;
}

/* line 2035, /app/app/assets/stylesheets/teachers.scss */
.kt-font-weight-400 {
  font-weight: 400 !important;
}

/* line 2039, /app/app/assets/stylesheets/teachers.scss */
.width-25-percent {
  width: 25% !important;
}

/* line 2043, /app/app/assets/stylesheets/teachers.scss */
.hover-white-bg:hover {
  background-color: #fff !important;
}

/* line 2047, /app/app/assets/stylesheets/teachers.scss */
.btn-google-classroom {
  padding: 0.2rem 0.8rem !important;
  background-color: #f7f8fa !important;
  border-radius: 5px !important;
}

/* line 2053, /app/app/assets/stylesheets/teachers.scss */
.btn-google-classroom:hover {
  background-color: #dedfe1 !important;
}

/* line 2057, /app/app/assets/stylesheets/teachers.scss */
.btn-clever-classroom {
  padding: 0.6rem 0.8rem !important;
  background-color: #f7f8fa !important;
  margin-right: 3rem !important;
  margin-bottom: 0.3rem !important;
  border-radius: 5px !important;
}

/* line 2065, /app/app/assets/stylesheets/teachers.scss */
.btn-clever-classroom:hover {
  background-color: #dedfe1 !important;
}

/* line 2070, /app/app/assets/stylesheets/teachers.scss */
.google-btn {
  width: 184px;
  height: 42px;
  background-color: #4285f4;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

/* line 2078, /app/app/assets/stylesheets/teachers.scss */
.google-btn .google-icon-wrapper {
  position: absolute;
  margin-top: 1px;
  margin-left: 1px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #fff;
}

/* line 2087, /app/app/assets/stylesheets/teachers.scss */
.google-btn .google-icon {
  position: absolute;
  margin-top: 11px;
  margin-left: 11px;
  width: 18px;
  height: 18px;
}

/* line 2094, /app/app/assets/stylesheets/teachers.scss */
.google-btn .btn-text {
  float: right;
  margin: 11px 11px 0 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "Roboto";
}

/* line 2102, /app/app/assets/stylesheets/teachers.scss */
.google-btn:hover {
  box-shadow: 0 0 6px #4285f4;
}

/* line 2105, /app/app/assets/stylesheets/teachers.scss */
.google-btn:active {
  background: #1669F2;
}

/* line 2109, /app/app/assets/stylesheets/teachers.scss */
.clever-btn {
  width: 184px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: 1px solid #4285f4;
}

/* line 2118, /app/app/assets/stylesheets/teachers.scss */
.clever-btn .clever-icon-wrapper {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #fff;
}

/* line 2125, /app/app/assets/stylesheets/teachers.scss */
.clever-btn .clever-icon {
  position: absolute;
  width: 40px;
  height: 40px;
}

/* line 2130, /app/app/assets/stylesheets/teachers.scss */
.clever-btn .btn-text {
  float: right;
  margin: 11px 11px 0 0;
  color: #4285f4;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "Roboto";
}

/* line 2138, /app/app/assets/stylesheets/teachers.scss */
.clever-btn:active {
  background: #ffffff;
}

/* line 2142, /app/app/assets/stylesheets/teachers.scss */
.justify-center {
  justify-content: center !important;
}

/* line 2146, /app/app/assets/stylesheets/teachers.scss */
.btn-account-type {
  color: #5867dd !important;
  font-weight: 600 !important;
  padding: 0.2rem 1rem !important;
  background-color: #ffff !important;
}

/* line 2153, /app/app/assets/stylesheets/teachers.scss */
.btn-account-type-premium {
  background-color: #1dc9b7 !important;
  color: #ffff !important;
}

/* line 2158, /app/app/assets/stylesheets/teachers.scss */
.btn-account-type:hover {
  cursor: help !important;
}

/* line 2162, /app/app/assets/stylesheets/teachers.scss */
.btn-redeem-code {
  position: absolute !important;
  right: 2px !important;
  bottom: 77px !important;
  background-color: transparent !important;
  color: #ffff !important;
  font-weight: 600 !important;
  border: none !important;
}

/* line 2172, /app/app/assets/stylesheets/teachers.scss */
.max-60vh {
  max-height: 60vh !important;
  overflow: auto;
  overflow-x: hidden !important;
}

/* line 2178, /app/app/assets/stylesheets/teachers.scss */
.email-verify-fix {
  position: fixed !important;
  width: 20%;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 10000;
  margin-bottom: 0 !important;
}
/* line 2186, /app/app/assets/stylesheets/teachers.scss */
.email-verify-fix span {
  color: greenyellow;
  cursor: pointer;
}

/* line 2192, /app/app/assets/stylesheets/teachers.scss */
.minh-47 {
  min-height: 47px !important;
}

/* line 2196, /app/app/assets/stylesheets/teachers.scss */
.kt-font-xxl {
  font-size: 2rem !important;
}

/* line 2200, /app/app/assets/stylesheets/teachers.scss */
.kt-border-r40 {
  border-radius: 40px !important;
}

/* line 2204, /app/app/assets/stylesheets/teachers.scss */
.kt-border-r30 {
  border-radius: 30px !important;
}

/* line 2208, /app/app/assets/stylesheets/teachers.scss */
.kt-border-r20 {
  border-radius: 20px !important;
}

/* line 2212, /app/app/assets/stylesheets/teachers.scss */
.kt-border-r10 {
  border-radius: 10px !important;
}

/* line 2216, /app/app/assets/stylesheets/teachers.scss */
.kt-bg-green {
  background-color: #28a745 !important;
}

/* line 2220, /app/app/assets/stylesheets/teachers.scss */
.kt-bg-grey {
  background-color: #f2f3f8 !important;
}

/* line 2224, /app/app/assets/stylesheets/teachers.scss */
.kt-text-justify {
  text-align: justify !important;
}

/* line 2228, /app/app/assets/stylesheets/teachers.scss */
.kt-line-h2 {
  line-height: 2rem !important;
}

/* line 2232, /app/app/assets/stylesheets/teachers.scss */
.kt-pointer {
  cursor: pointer !important;
}

/* line 2236, /app/app/assets/stylesheets/teachers.scss */
.kt-align-self-center {
  align-self: center !important;
}

/* line 2240, /app/app/assets/stylesheets/teachers.scss */
body.modal-open {
  overflow: hidden !important;
}

/* line 2244, /app/app/assets/stylesheets/teachers.scss */
.kt-rounded-right-0 {
  border-radius: 10px 0px 0px 10px !important;
}

/* line 2248, /app/app/assets/stylesheets/teachers.scss */
.kt-rounded-left-0 {
  border-radius: 0px 10px 10px 0px !important;
}

/* line 2252, /app/app/assets/stylesheets/teachers.scss */
.kt-flex-inline {
  display: inline-flex !important;
}

/* line 2256, /app/app/assets/stylesheets/teachers.scss */
.kt-sticky-sidebar {
  top: 20% !important;
  z-index: 5 !important;
}

/* line 2261, /app/app/assets/stylesheets/teachers.scss */
.kt-sticky-topbar {
  top: 120px !important;
  z-index: 6 !important;
}
/* line 2265, /app/app/assets/stylesheets/teachers.scss */
.kt-sticky-topbar .kt-portlet .kt-portlet__body {
  padding: 0 15px !important;
}

/* line 2271, /app/app/assets/stylesheets/teachers.scss */
.kt-dark-box-shadow {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15) !important;
}

/* line 2275, /app/app/assets/stylesheets/teachers.scss */
.kt-border-brand {
  border: 1px solid #2c77f4;
}

/* line 2279, /app/app/assets/stylesheets/teachers.scss */
.graph-sample-question-popover {
  position: fixed !important;
}

/* line 2283, /app/app/assets/stylesheets/teachers.scss */
.kt-plr-325 {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}

/* line 2288, /app/app/assets/stylesheets/teachers.scss */
.kt-plr-360 {
  padding-left: 3.60rem !important;
  padding-right: 3.60rem !important;
}

/* line 2293, /app/app/assets/stylesheets/teachers.scss */
ol.progtrckr {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}

/* line 2301, /app/app/assets/stylesheets/teachers.scss */
ol.progtrckr li {
  display: table-cell;
  text-align: center;
  line-height: 3em;
}

/* line 2307, /app/app/assets/stylesheets/teachers.scss */
ol.progtrckr li.progtrckr-done {
  border-bottom: 4px solid #2c77f4;
}

/* line 2310, /app/app/assets/stylesheets/teachers.scss */
ol.progtrckr li.progtrckr-todo {
  color: silver;
  border-bottom: 4px solid silver;
}

/* line 2315, /app/app/assets/stylesheets/teachers.scss */
ol.progtrckr li:after {
  content: "\00a0\00a0";
}

/* line 2318, /app/app/assets/stylesheets/teachers.scss */
ol.progtrckr li:before {
  position: relative;
  bottom: -2.5em;
  float: left;
  left: 50%;
  line-height: 1em;
}

/* line 2325, /app/app/assets/stylesheets/teachers.scss */
ol.progtrckr li.progtrckr-done:before {
  content: "\002B";
  color: white;
  background-color: #2c77f4;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em;
}

/* line 2335, /app/app/assets/stylesheets/teachers.scss */
ol.progtrckr li.progtrckr-todo:before {
  content: "\039F";
  color: silver;
  background-color: white;
  font-size: 1.5em;
  bottom: -1.6em;
}

/* line 2343, /app/app/assets/stylesheets/teachers.scss */
.StripeElement {
  padding-top: 1.30rem !important;
}

/* line 2347, /app/app/assets/stylesheets/teachers.scss */
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

/* line 2351, /app/app/assets/stylesheets/teachers.scss */
.StripeElement--invalid {
  border-color: #fa755a;
}

/* line 2355, /app/app/assets/stylesheets/teachers.scss */
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 2359, /app/app/assets/stylesheets/teachers.scss */
.apexcharts-xaxis-label-skill:hover {
  cursor: pointer;
  color: #2d7ff9 !important;
  text-decoration: underline;
}

/* line 2365, /app/app/assets/stylesheets/teachers.scss */
.apexcharts-total-row-background {
  fill: #f3f0f0 !important;
}

/* line 2369, /app/app/assets/stylesheets/teachers.scss */
.apexcharts-total-row-no-border {
  fill: white !important;
  stroke: none;
}

/* line 2374, /app/app/assets/stylesheets/teachers.scss */
.apexcharts-total-row-text {
  fill: black !important;
}

/* line 2378, /app/app/assets/stylesheets/teachers.scss */
.apexcharts-total-row-text-not-started {
  fill: red !important;
  font-size: 8px;
}

/* line 2383, /app/app/assets/stylesheets/teachers.scss */
.apexcharts-total-row-text-in-progress {
  fill: blue !important;
  font-size: 8px;
}

/* line 2388, /app/app/assets/stylesheets/teachers.scss */
.apexcharts-total-row-text-completed {
  fill: green !important;
  font-size: 8px;
}

/* line 2393, /app/app/assets/stylesheets/teachers.scss */
.apexcharts-yaxis-label-student:hover {
  cursor: pointer;
  color: #2d7ff9 !important;
  text-decoration: underline;
}

/* line 2399, /app/app/assets/stylesheets/teachers.scss */
.kt-font-size-3rem {
  font-size: 3.2rem !important;
}

/* line 2403, /app/app/assets/stylesheets/teachers.scss */
.border-bottom-light {
  border-bottom: 1px solid #ededed;
}

/* line 2407, /app/app/assets/stylesheets/teachers.scss */
.underline-text {
  text-decoration: underline;
}

/* line 2411, /app/app/assets/stylesheets/teachers.scss */
.btn-success-green {
  background-color: #0abb87 !important;
  border-color: #0abb87 !important;
}

/* line 2416, /app/app/assets/stylesheets/teachers.scss */
.color-success {
  color: #0abb87 !important;
}

/* line 2420, /app/app/assets/stylesheets/teachers.scss */
.color-warning {
  color: #ffb822 !important;
}

/* line 2424, /app/app/assets/stylesheets/teachers.scss */
.color-secondary {
  color: #e1e1ef !important;
}

/* line 2428, /app/app/assets/stylesheets/teachers.scss */
.color-black {
  color: black !important;
}

/* line 2432, /app/app/assets/stylesheets/teachers.scss */
.btn-outline-hover-success:hover {
  border-color: #0abb87 !important;
}

/* line 2436, /app/app/assets/stylesheets/teachers.scss */
.kt-user-card-pl {
  padding: 1rem !important;
}

/* line 2440, /app/app/assets/stylesheets/teachers.scss */
.circle-count-active {
  font-size: 1.8rem;
  font-weight: 900;
  border: 4px solid #2c77f4;
  border-radius: 50%;
  padding: 1px 13px;
}

/* line 2448, /app/app/assets/stylesheets/teachers.scss */
.circle-count-inactive {
  font-size: 1.8rem;
  font-weight: 900;
  background-color: #e1e1ef;
  border: 1px solid #e1e1ef;
  border-radius: 50%;
  padding: 1px 13px;
}

/* line 2457, /app/app/assets/stylesheets/teachers.scss */
.circle-count-completed {
  font-size: 1.8rem;
  font-weight: 900;
  background-color: #23ce6b;
  border: 4px solid #23ce6b;
  border-radius: 50%;
  padding: 1px 8px;
  color: #ffffff;
}
/* line 2465, /app/app/assets/stylesheets/teachers.scss */
.circle-count-completed h3 {
  color: #23ce6b !important;
}

/* line 2471, /app/app/assets/stylesheets/teachers.scss */
.border-radius-25 {
  border-radius: 25%;
}

/* line 2475, /app/app/assets/stylesheets/teachers.scss */
.toast-title {
  color: #ffffff !important;
}

/* line 2479, /app/app/assets/stylesheets/teachers.scss */
#toast-container {
  margin-top: 80px !important;
}

/* line 2483, /app/app/assets/stylesheets/teachers.scss */
.border-active {
  border: 2px solid #2c77f4;
}

/* line 2487, /app/app/assets/stylesheets/teachers.scss */
.border-sha-sec-rad {
  border: 1px solid #e1e1ef;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

/* line 2493, /app/app/assets/stylesheets/teachers.scss */
.hover-disable:hover {
  cursor: default !important;
  background-color: #ffffff !important;
}

/* line 2498, /app/app/assets/stylesheets/teachers.scss */
.hover-none:hover {
  cursor: default !important;
  background-color: inherit !important;
  color: inherit !important;
}

/* line 2504, /app/app/assets/stylesheets/teachers.scss */
.small_bottom_fix {
  position: fixed !important;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
  margin-bottom: 0 !important;
  background-color: #ffffff;
  border: 1px solid #e1e1ef;
  box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.15);
}

/* line 2517, /app/app/assets/stylesheets/teachers.scss */
#kt_header_mobile_toggler {
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  /* line 2523, /app/app/assets/stylesheets/teachers.scss */
  .email-verify-fix .alert-text {
    display: none;
  }

  /* line 2528, /app/app/assets/stylesheets/teachers.scss */
  .kt-align-center-mobile-only {
    text-align: center;
  }

  /* line 2532, /app/app/assets/stylesheets/teachers.scss */
  .kt-align-right-mobile-only {
    text-align: right;
  }

  /* line 2537, /app/app/assets/stylesheets/teachers.scss */
  .student-bar h3 {
    font-size: 1.2rem;
  }
  /* line 2540, /app/app/assets/stylesheets/teachers.scss */
  .student-bar h4 {
    font-size: 1rem;
  }
  /* line 2543, /app/app/assets/stylesheets/teachers.scss */
  .student-bar br {
    display: block !important;
  }

  /* line 2548, /app/app/assets/stylesheets/teachers.scss */
  #kt_header_menu_wrapper {
    display: block !important;
  }

  /* line 2552, /app/app/assets/stylesheets/teachers.scss */
  #kt_header_mobile {
    display: inline-block !important;
    padding: 7px !important;
  }

  /* line 2557, /app/app/assets/stylesheets/teachers.scss */
  #kt_aside {
    display: block !important;
  }
  /* line 2559, /app/app/assets/stylesheets/teachers.scss */
  #kt_aside nav {
    display: flex !important;
    justify-content: center !important;
  }
  /* line 2563, /app/app/assets/stylesheets/teachers.scss */
  #kt_aside ul {
    display: inline-block !important;
    margin: 0;
  }
  /* line 2567, /app/app/assets/stylesheets/teachers.scss */
  #kt_aside li {
    display: inline-block !important;
  }
  /* line 2569, /app/app/assets/stylesheets/teachers.scss */
  #kt_aside li span {
    font-size: 0.8rem !important;
    font-weight: 400 !important;
  }
  /* line 2574, /app/app/assets/stylesheets/teachers.scss */
  #kt_aside .active {
    background-color: #2d7ff9;
    color: #ffffff;
  }
}
/* line 2582, /app/app/assets/stylesheets/teachers.scss */
.kt-svg-icon-white g [fill] {
  fill: #ffffff !important;
}

/* line 2586, /app/app/assets/stylesheets/teachers.scss */
.clever-classroom-box {
  height: 100%;
  border: 2px solid lightgrey;
  padding: 0.7rem 1rem 1.5rem 1rem;
  border-radius: 5px;
}
/* line 2591, /app/app/assets/stylesheets/teachers.scss */
.clever-classroom-box .kt-checkbox-inline {
  margin-top: 8px !important;
}

/* line 2596, /app/app/assets/stylesheets/teachers.scss */
.play-game-login {
  padding: 10px;
  margin-top: 15px;
  background: #2494ff;
  border-radius: 8px;
}
/* line 2602, /app/app/assets/stylesheets/teachers.scss */
.play-game-login h3 {
  color: #FFFFFF;
  margin-bottom: 1rem !important;
}
/* line 2607, /app/app/assets/stylesheets/teachers.scss */
.play-game-login a {
  color: #FFFFFF;
  background: #92d050;
  border: #92d050;
  border-radius: 8px;
}

/* line 2615, /app/app/assets/stylesheets/teachers.scss */
.parent-email-box {
  margin: 20px;
  padding: 20px 10px;
  border: 1px solid #2d7ff9;
  border-radius: 5px;
  box-shadow: 5px 10px rgba(45, 127, 249, 0.1);
  cursor: pointer;
}

/* line 2624, /app/app/assets/stylesheets/teachers.scss */
.parent-email-box-selected {
  margin: 20px;
  padding: 20px 10px;
  border: 2px solid #2d7ff9;
  border-radius: 5px;
  box-shadow: 5px 10px rgba(45, 127, 249, 0.1);
}

/* line 2632, /app/app/assets/stylesheets/teachers.scss */
.parent-email-box-disabled {
  margin: 20px;
  padding: 20px 10px;
  border: 2px solid rgba(45, 127, 249, 0.1);
  background-color: rgba(45, 127, 249, 0.1);
  border-radius: 5px;
  box-shadow: 5px 10px rgba(45, 127, 249, 0.1);
}

/* line 2641, /app/app/assets/stylesheets/teachers.scss */
.parent-email-box-dup {
  margin: 20px;
  padding: 20px 10px;
  border: 2px solid rgba(45, 127, 249, 0.1);
  background-color: rgba(45, 127, 249, 0.1);
  border-radius: 5px;
  box-shadow: 5px 10px rgba(45, 127, 249, 0.1);
}

/* line 2650, /app/app/assets/stylesheets/teachers.scss */
.parent-email-instructions-main {
  height: 50vh;
  overflow: auto;
  padding: 10px 20px;
}

/* line 2656, /app/app/assets/stylesheets/teachers.scss */
.btn-outline-green {
  border-color: #28a745 !important;
  color: #28a745 !important;
}

/* line 2661, /app/app/assets/stylesheets/teachers.scss */
.btn-outline-green:hover {
  background-color: #28a745 !important;
  color: #FFFFFF !important;
}

/* line 2666, /app/app/assets/stylesheets/teachers.scss */
.parent-class-room-actions {
  padding-top: 15px;
}

/* line 2670, /app/app/assets/stylesheets/teachers.scss */
.kt-badge-radius-15 {
  border-radius: 15px !important;
}

/* line 2674, /app/app/assets/stylesheets/teachers.scss */
.youtube-color {
  color: red !important;
}

/* line 2678, /app/app/assets/stylesheets/teachers.scss */
.youtube-color-light {
  color: rgba(255, 0, 0, 0.3) !important;
}

/* line 2682, /app/app/assets/stylesheets/teachers.scss */
.placement-in-progress-div {
  position: relative !important;
  top: 35% !important;
}
/* line 2686, /app/app/assets/stylesheets/teachers.scss */
.placement-in-progress-div .portlet-div {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.35) !important;
  padding: 3rem 6rem !important;
  border-radius: 10px !important;
  margin: 0 !important;
}
/* line 2692, /app/app/assets/stylesheets/teachers.scss */
.placement-in-progress-div .portlet-div h3 {
  margin: 0 !important;
  color: #c3c3c3 !important;
}

/* line 2699, /app/app/assets/stylesheets/teachers.scss */
.div-button-with-icon {
  border: 2px solid lightgrey;
  border-radius: 20px;
  cursor: pointer;
}

/* line 2705, /app/app/assets/stylesheets/teachers.scss */
.div-button-with-icon:hover {
  border: 2px solid #2d7ff9;
}

/* line 2709, /app/app/assets/stylesheets/teachers.scss */
.notice-div {
  padding: 7px;
  border: 2px solid red;
  border-radius: 3px;
  width: fit-content;
  margin-bottom: 30px;
}

/* line 2717, /app/app/assets/stylesheets/teachers.scss */
.disable-hover:hover {
  background-color: transparent !important;
}

/* line 2721, /app/app/assets/stylesheets/teachers.scss */
.assign-demo-account-div {
  padding: 2px 14px;
  border-radius: 3px;
  width: 100%;
  background-color: #f2f2f2 !important;
}

/*
.google-drag-btn {
  //-webkit-box-shadow: 0 0 10px #d2d2d2;
  //box-shadow: 0 0 10px #d2d2d2;
  //border-radius: 10px !important;
  //padding: 10px 10px !important;
  //display: block;
  //width: 95%;
}*/
/* line 2737, /app/app/assets/stylesheets/teachers.scss */
.google-drag-btn-top {
  cursor: pointer;
}

/* line 2741, /app/app/assets/stylesheets/teachers.scss */
.multiselect.dropdown-toggle {
  text-align: left !important;
}

/* line 2745, /app/app/assets/stylesheets/teachers.scss */
#student_new_skills_table > table {
  min-height: 100px !important;
}

/* line 2749, /app/app/assets/stylesheets/teachers.scss */
#student_learning_gap_table > table {
  min-height: 100px !important;
}

/* line 2753, /app/app/assets/stylesheets/teachers.scss */
.color-light-label {
  color: #C4C4C4 !important;
}

/* line 2757, /app/app/assets/stylesheets/teachers.scss */
.class-room-tile {
  padding: 6px;
  transition: transform .4s;
}

/* line 2762, /app/app/assets/stylesheets/teachers.scss */
.btn-enter-class-room {
  background-color: transparent !important;
  color: white !important;
  border-radius: 5px !important;
  border: 2px solid white !important;
}

/* line 2769, /app/app/assets/stylesheets/teachers.scss */
.circle-icon-add-student-modal {
  height: 110px;
  background-color: #EDF8FF;
  color: #2395FF;
  border-radius: 55px;
  width: 110px;
  display: inline-block;
}

/* line 2778, /app/app/assets/stylesheets/teachers.scss */
.br-light-grey {
  border-right: 1px solid #E1E1E1;
}

/* line 2782, /app/app/assets/stylesheets/teachers.scss */
.highlight-onload {
  color: #2d7ff9 !important;
}

/* line 2786, /app/app/assets/stylesheets/teachers.scss */
.assignment-students {
  overflow-x: auto;
}

/* line 2790, /app/app/assets/stylesheets/teachers.scss */
.mt-8rm {
  margin-top: 0.8rem;
}

/* line 2794, /app/app/assets/stylesheets/teachers.scss */
.placement-test-progress {
  color: #bfbfbf !important;
}

/* line 2798, /app/app/assets/stylesheets/teachers.scss */
.ml-5px {
  margin-left: 5px !important;
}
/* line 2800, /app/app/assets/stylesheets/teachers.scss */
.ml-5px .play-game-info-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  cursor: pointer;
}

/* line 2809, /app/app/assets/stylesheets/teachers.scss */
.invite-info-icon path {
  fill: #FFA500 !important;
}

/* line 2814, /app/app/assets/stylesheets/teachers.scss */
.color-orange {
  color: #FFA500 !important;
}

/* line 2818, /app/app/assets/stylesheets/teachers.scss */
.border-primary {
  border: solid 1px #2395FF !important;
}

/* line 2823, /app/app/assets/stylesheets/teachers.scss */
.preview-invite-icon path {
  fill: #2395FF !important;
}

/* line 2829, /app/app/assets/stylesheets/teachers.scss */
.hover-white-icon:hover path {
  fill: #fff !important;
}

/* line 2834, /app/app/assets/stylesheets/teachers.scss */
.font-15 {
  font-size: 15px !important;
}

/* line 2838, /app/app/assets/stylesheets/teachers.scss */
.word-break {
  word-break: break-all !important;
}

/* line 2842, /app/app/assets/stylesheets/teachers.scss */
.padding-1-5 {
  padding: 1rem 0.5rem !important;
}

/* line 2846, /app/app/assets/stylesheets/teachers.scss */
#emailInstructionsToParentsModal .modal-header {
  padding: 0.25rem 1.75rem !important;
}

/* line 2850, /app/app/assets/stylesheets/teachers.scss */
.font-11 {
  font-size: 11px !important;
}

/* line 2854, /app/app/assets/stylesheets/teachers.scss */
.color-gray {
  color: #636363 !important;
}

/* line 2858, /app/app/assets/stylesheets/teachers.scss */
.w-15 {
  width: 15px !important;
}

/* line 2862, /app/app/assets/stylesheets/teachers.scss */
.h-15 {
  height: 15px !important;
}

/* line 2866, /app/app/assets/stylesheets/teachers.scss */
.p-1-25 {
  padding: 1rem 0.25rem !important;
}

/* line 2870, /app/app/assets/stylesheets/teachers.scss */
.sort-element {
  color: #636363 !important;
  cursor: pointer;
}
/* line 2873, /app/app/assets/stylesheets/teachers.scss */
.sort-element:hover {
  color: #2395FF !important;
}
/* line 2876, /app/app/assets/stylesheets/teachers.scss */
.sort-element:hover .sort-icon path {
  fill: #2395FF;
}

/* line 2883, /app/app/assets/stylesheets/teachers.scss */
.highlighted {
  color: #2395FF !important;
}
/* line 2886, /app/app/assets/stylesheets/teachers.scss */
.highlighted .sort-icon path {
  fill: #2395FF;
}

/* line 2893, /app/app/assets/stylesheets/teachers.scss */
.resend-invite-btn {
  padding: 0.75rem 1.25rem !important;
}

/* line 2897, /app/app/assets/stylesheets/teachers.scss */
.ml-20px {
  margin-left: 20px !important;
}

/* line 2901, /app/app/assets/stylesheets/teachers.scss */
.ml-10px {
  margin-left: 10px !important;
}

/* line 2905, /app/app/assets/stylesheets/teachers.scss */
.mw-80vw {
  max-width: 80vw !important;
}

/* line 2909, /app/app/assets/stylesheets/teachers.scss */
.padding-1-1 {
  padding: 1rem 1rem !important;
}

/* line 2924, /app/app/assets/stylesheets/teachers.scss */
.icon-20 {
  height: 20px;
  width: 20px;
}

/* line 2929, /app/app/assets/stylesheets/teachers.scss */
.icon-30 {
  height: 30px;
  width: 30px;
}

/* line 2935, /app/app/assets/stylesheets/teachers.scss */
.icon-white path {
  fill: White !important;
}

/* line 2940, /app/app/assets/stylesheets/teachers.scss */
.d-block {
  display: block !important;
}

/* line 2944, /app/app/assets/stylesheets/teachers.scss */
.bg-gray {
  background-color: #E2E2E2 !important;
}

/* line 2948, /app/app/assets/stylesheets/teachers.scss */
.border-radius-4 {
  border-radius: 4px !important;
}

/* line 2952, /app/app/assets/stylesheets/teachers.scss */
.font-weight-500 {
  font-weight: 500 !important;
}

/* line 2956, /app/app/assets/stylesheets/teachers.scss */
#invitedParentsModal .modal-body .row:not(:first-child):hover {
  background-color: #E2E2E2 !important;
  cursor: pointer;
}

/* line 2961, /app/app/assets/stylesheets/teachers.scss */
#printInvitesModal .modal-body .row:not(:first-child):hover {
  background-color: #E2E2E2 !important;
  cursor: pointer;
}

/* line 2966, /app/app/assets/stylesheets/teachers.scss */
.font-13 {
  font-size: 13px;
}

/* line 2972, /app/app/assets/stylesheets/teachers.scss */
.flex-column {
  flex-direction: row !important;
}

/* line 2976, /app/app/assets/stylesheets/teachers.scss */
.single-chart {
  width: 23%;
  justify-content: space-around;
}

@media (max-width: 320px) {
  /* line 2982, /app/app/assets/stylesheets/teachers.scss */
  .single-chart {
    width: 45%;
  }

  /* line 2985, /app/app/assets/stylesheets/teachers.scss */
  #latest-post .flex-column {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  /* line 2991, /app/app/assets/stylesheets/teachers.scss */
  .single-chart {
    width: 45%;
  }

  /* line 2994, /app/app/assets/stylesheets/teachers.scss */
  #latest-post .flex-column {
    flex-direction: column;
  }
}
@media (min-width: 481px) {
  /* line 3000, /app/app/assets/stylesheets/teachers.scss */
  #latest-post .flex-column {
    flex-direction: row !important;
  }
}
/* line 3005, /app/app/assets/stylesheets/teachers.scss */
.circular-chart {
  display: block;
  /*display: block;
  margin: 0 10px;
  max-height: 110px;
  max-height: 110px;*/
  width: 7.5rem;
  height: 7.5rem;
}

/* line 3015, /app/app/assets/stylesheets/teachers.scss */
.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 4.3;
}

/* line 3021, /app/app/assets/stylesheets/teachers.scss */
.circle {
  fill: none;
  stroke-width: 4.3;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
/* line 3034, /app/app/assets/stylesheets/teachers.scss */
.circular-chart.orange .circle {
  stroke: #54D370;
}

/* line 3038, /app/app/assets/stylesheets/teachers.scss */
.percentage {
  fill: #54D370;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 0.7em;
  text-anchor: middle;
}

/* line 3046, /app/app/assets/stylesheets/teachers.scss */
.loading-div {
  text-align: center;
}

/* line 3050, /app/app/assets/stylesheets/teachers.scss */
.loading-gif {
  height: 100px;
  width: 100px;
}

/* line 3055, /app/app/assets/stylesheets/teachers.scss */
#shareablePdfModal .modal-footer {
  display: inline-block !important;
}

/* line 3059, /app/app/assets/stylesheets/teachers.scss */
.rounded-resource-image {
  border-radius: 1.4rem !important;
}

/* line 3063, /app/app/assets/stylesheets/teachers.scss */
.pl-none {
  padding-left: none !important;
}

/* line 3067, /app/app/assets/stylesheets/teachers.scss */
.h-138px {
  height: 138px !important;
}

/* line 3071, /app/app/assets/stylesheets/teachers.scss */
.h-90vh {
  max-height: 90vh !important;
}

/* line 3075, /app/app/assets/stylesheets/teachers.scss */
.h-70vh {
  max-height: 70vh !important;
}

/* line 3079, /app/app/assets/stylesheets/teachers.scss */
.h-50vh {
  max-height: 50vh !important;
}

/* line 3083, /app/app/assets/stylesheets/teachers.scss */
.invite-parents-block {
  height: 120px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 10px;
}

/* line 3092, /app/app/assets/stylesheets/teachers.scss */
.mw-793px {
  max-width: 793px !important;
}

/* line 3096, /app/app/assets/stylesheets/teachers.scss */
.w-90 {
  width: 90% !important;
}

/* line 3100, /app/app/assets/stylesheets/teachers.scss */
.m125-auto {
  margin: 1.25rem auto !important;
}

/* line 3104, /app/app/assets/stylesheets/teachers.scss */
.tooltip-inner {
  max-width: 235px !important;
  padding: 0.25rem 0.5rem;
  text-align: left !important;
  color: black !important;
  border-radius: 0.25rem !important;
}

/* line 3112, /app/app/assets/stylesheets/teachers.scss */
.rounded-5 {
  border-radius: 1.5rem !important;
}

/* line 3116, /app/app/assets/stylesheets/teachers.scss */
.invite-btn-padding {
  padding: 5px 25px 5px 12px !important;
}
/* line 3119, /app/app/assets/stylesheets/teachers.scss */
.invite-btn-padding svg path {
  fill: white;
}

/* line 3125, /app/app/assets/stylesheets/teachers.scss */
.height-115px {
  height: 115px !important;
}

/* line 3129, /app/app/assets/stylesheets/teachers.scss */
.invite-card {
  height: 240px;
  width: 240px;
  align-items: center;
  border-radius: 15px !important;
  box-shadow: 0px 1px 13px 6px #e4e4e4;
}

/* line 3137, /app/app/assets/stylesheets/teachers.scss */
.icon-28px {
  height: 28px;
  width: 28px;
}

/* line 3142, /app/app/assets/stylesheets/teachers.scss */
.btn-green {
  background-color: #68cb94 !important;
}

/* line 3146, /app/app/assets/stylesheets/teachers.scss */
.verify-email-drawer {
  bottom: 10px;
  left: 10px;
  background-color: #e45b64;
  position: sticky;
  padding: 10px;
  max-width: 450px;
  border-radius: 10px;
  text-align: center;
  z-index: 9999999999;
}

/* line 3158, /app/app/assets/stylesheets/teachers.scss */
.top-banner-drawer {
  top: 0px;
  left: 0px;
  background-color: #20bbaf;
  position: sticky;
  height: fit-content;
  padding: 10px;
  width: 100%;
  text-align: center;
  z-index: 9999999999;
}

/* line 3170, /app/app/assets/stylesheets/teachers.scss */
.flex-shrink-0 {
  flex-shrink: 0;
}

/* line 3174, /app/app/assets/stylesheets/teachers.scss */
#student-class-rooms .nav-item .nav-link.active {
  background-color: #4baeea !important;
}

/* line 3178, /app/app/assets/stylesheets/teachers.scss */
.other-class-room {
  border-radius: 10px;
  padding: 10px;
  border: solid 2px #F4F4F4;
}

/* line 3184, /app/app/assets/stylesheets/teachers.scss */
.text-muted {
  color: #dad5d5 !important;
}

/* line 3188, /app/app/assets/stylesheets/teachers.scss */
.sea-blue {
  color: #4baeea !important;
}

/* line 3192, /app/app/assets/stylesheets/teachers.scss */
.bg-light-grey {
  background-color: #F4F4F4;
}

/* line 3196, /app/app/assets/stylesheets/teachers.scss */
.bg-light-boddle {
  background-color: #EDF8FF !important;
}

/*
  PDF Parent Printout Download Styles
*/
/* line 3203, /app/app/assets/stylesheets/teachers.scss */
#keen_progress_bar.inactive {
  transition: width .5s linear;
}

/* line 3208, /app/app/assets/stylesheets/teachers.scss */
#keen_progress_bar.active {
  transition: width 1.5s linear;
}

/* line 3212, /app/app/assets/stylesheets/teachers.scss */
#animation {
  background-color: #0aca0a;
  -webkit-animation: progress 1s linear infinite;
  -moz-animation: progress 1s linear infinite;
  -ms-animation: progress 1s linear infinite;
  animation: progress 1s linear infinite;
  background-size: 150% 100%;
}

/*
  Live Notifications Styles
*/
/* line 3227, /app/app/assets/stylesheets/teachers.scss */
#all-notifications-tab h4, #classroom-tab h4, #requests-tab h4 {
  color: #9FA6B2;
}

/* line 3233, /app/app/assets/stylesheets/teachers.scss */
#all-notifications-tab.active h4, #classroom-tab.active h4, #requests-tab.active h4 {
  color: #2395ff;
}

/* line 3238, /app/app/assets/stylesheets/teachers.scss */
#all-notifications-tab.active:after, #classroom-tab.active:after, #requests-tab.active:after {
  content: "";
  float: left;
  background: #2395ff;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  margin-top: 0.25vh;
}

/*
  Student Certificates Styles
*/
/* line 3252, /app/app/assets/stylesheets/teachers.scss */
#studentCertificatePreview {
  background-image: url(/assets/studentCertificateBackground-57002b1a7bf1c3c00e656e70bfb025e68e674810d7ab5877fa31763e0150c29f.png);
  background-size: 50%;
  background-color: orange;
  padding-top: 108px;
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 108px;
}

/* line 3265, /app/app/assets/stylesheets/teachers.scss */
#selectStudentFromClassroomToPrintCertificatesModal table td {
  vertical-align: middle;
}

/*
  Boddle Racers Styles
*/
/* line 3276, /app/app/assets/stylesheets/teachers.scss */
.raceLobbyHeader {
  font-size: calc(.8vw + 1.2rem);
}

/* line 3280, /app/app/assets/stylesheets/teachers.scss */
.racerNameTag {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  width: 18vw;
  height: 8vh;
}

/* line 3291, /app/app/assets/stylesheets/teachers.scss */
.graySquare {
  background-color: darkgrey;
  border-radius: 0.5vw;
  width: 8vh;
  height: 8vh;
}

/* line 3298, /app/app/assets/stylesheets/teachers.scss */
.lobbyImage {
  width: 10vw;
}

@keyframes tilt-n-move-shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, 5px) rotate(5deg);
  }
  50% {
    transform: translate(0, 0) rotate(0eg);
  }
  75% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/* line 3311, /app/app/assets/stylesheets/teachers.scss */
#shakeText {
  animation: tilt-n-move-shaking 0.15s infinite;
}

@keyframes growth {
  0% {
    font-size: 0;
  }
  100% {
    font-size: 24rem;
  }
}
/* line 3324, /app/app/assets/stylesheets/teachers.scss */
#goText {
  animation: growth 2.5s infinite;
}

@keyframes textAnimation {
  0% {
    content: "...";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
@keyframes moveCar {
  0% {
    left: 0;
    opacity: 0;
  }
  25% {
    left: 21%;
    opacity: .33;
  }
  50% {
    left: 42%;
    opacity: .66;
  }
  75% {
    left: 63%;
    opacity: 1;
  }
  100% {
    left: 84%;
    opacity: 0;
  }
}
@keyframes moveCar2 {
  0% {
    left: 0;
    opacity: 0;
  }
  25% {
    left: 25%;
    opacity: .33;
  }
  50% {
    left: 50%;
    opacity: .66;
  }
  75% {
    left: 7%;
    opacity: 1;
  }
  100% {
    left: 84%;
    opacity: 0;
  }
}
/* line 3395, /app/app/assets/stylesheets/teachers.scss */
.gifCar {
  animation: moveCar 4s linear infinite;
}

/* line 3399, /app/app/assets/stylesheets/teachers.scss */
.gifCar2 {
  animation: moveCar 3s linear infinite;
}

/* line 3403, /app/app/assets/stylesheets/teachers.scss */
.gifCar3 {
  animation: moveCar 2s linear infinite;
}

/* line 3407, /app/app/assets/stylesheets/teachers.scss */
.lobbyHeader {
  font-size: calc(.1em + 2.4vw);
}

/* line 3411, /app/app/assets/stylesheets/teachers.scss */
#movingBadge {
  font-size: 1.5vw;
}

/* line 3415, /app/app/assets/stylesheets/teachers.scss */
.expandingDots {
  overflow: hidden;
}

/* line 3420, /app/app/assets/stylesheets/teachers.scss */
.expandingDots::after {
  content: "";
  /* Initial state, no dots */
  animation: textAnimation 1s infinite steps(1, end);
}

/* line 3425, /app/app/assets/stylesheets/teachers.scss */
.tutorialContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/* line 3437, /app/app/assets/stylesheets/teachers.scss */
.tutorialContainer .tutorialVideo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}

/* line 3449, /app/app/assets/stylesheets/teachers.scss */
.lottieContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: transparent;
  background-image: url(/assets/race_bg-66dec3a2ab59b3d0605dd43a14596fe58f6136701886aa8f8195b59b1179586c.png);
}

/* line 3459, /app/app/assets/stylesheets/teachers.scss */
.myTooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

/* line 3465, /app/app/assets/stylesheets/teachers.scss */
.myTooltip .myTooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 9px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 3483, /app/app/assets/stylesheets/teachers.scss */
.myTooltip .myTooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

/* line 3494, /app/app/assets/stylesheets/teachers.scss */
.myTooltip:hover .myTooltiptext {
  visibility: visible;
}

/* line 3498, /app/app/assets/stylesheets/teachers.scss */
.dashboard-card {
  width: 100%;
  padding: 20px 20px;
  border-radius: 20px;
}
/* line 3506, /app/app/assets/stylesheets/teachers.scss */
.dashboard-card .lock-icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  /*path {
    // fill: #F6CF4F;
  }*/
}
/* line 3514, /app/app/assets/stylesheets/teachers.scss */
.dashboard-card .off {
  margin-left: 10px;
}

/* line 3520, /app/app/assets/stylesheets/teachers.scss */
.bg-purple {
  background-color: #6B27F1 !important;
}

/* line 3524, /app/app/assets/stylesheets/teachers.scss */
.bg-red {
  background-color: #E3365D;
}

/* line 3528, /app/app/assets/stylesheets/teachers.scss */
.bg-green {
  background-color: #54D370;
}

/* line 3532, /app/app/assets/stylesheets/teachers.scss */
.bg-white {
  background-color: white !important;
}

/* line 3536, /app/app/assets/stylesheets/teachers.scss */
.border-boddle {
  border: solid 1px #2395FF !important;
}

/* line 3540, /app/app/assets/stylesheets/teachers.scss */
#gamelockSwitch, #mathFactsSwitch {
  width: 4rem;
}

/* line 3544, /app/app/assets/stylesheets/teachers.scss */
.icon-25px {
  height: 25px;
  width: 25px;
}

/* line 3549, /app/app/assets/stylesheets/teachers.scss */
.fs-2rem {
  font-size: 2.75rem;
}

/* line 3553, /app/app/assets/stylesheets/teachers.scss */
.bg-primary-lightest {
  background-color: #eff8fe;
}

/* line 3557, /app/app/assets/stylesheets/teachers.scss */
.bg-gray-lightest {
  background-color: #F4F4F4;
}

/* line 3561, /app/app/assets/stylesheets/teachers.scss */
.gamelock-students .select2-search--dropdown {
  display: none;
}

/* line 3565, /app/app/assets/stylesheets/teachers.scss */
.bg-success {
  background-color: #00CC66;
}

/* line 3569, /app/app/assets/stylesheets/teachers.scss */
.border-primary-2px {
  border: solid 2px #2395FF !important;
}

/* line 3573, /app/app/assets/stylesheets/teachers.scss */
.checkbox-18px {
  height: 18px;
  width: 18px;
}

/* line 3580, /app/app/assets/stylesheets/teachers.scss */
.gamelocks-tab svg rect {
  fill: #F4F4F4;
}
/* line 3583, /app/app/assets/stylesheets/teachers.scss */
.gamelocks-tab svg path {
  fill: #636363;
}
/* line 3587, /app/app/assets/stylesheets/teachers.scss */
.gamelocks-tab .title {
  color: #A7A7A7 !important;
}

/* line 3593, /app/app/assets/stylesheets/teachers.scss */
.gamelocks-tab.active-tab svg rect {
  fill: #EDF8FF;
}
/* line 3596, /app/app/assets/stylesheets/teachers.scss */
.gamelocks-tab.active-tab svg path {
  fill: #2395FF;
}
/* line 3600, /app/app/assets/stylesheets/teachers.scss */
.gamelocks-tab.active-tab .title {
  color: #2395FF !important;
}

/* line 3605, /app/app/assets/stylesheets/teachers.scss */
.gamelocks-tab-content {
  display: none;
}

/* line 3609, /app/app/assets/stylesheets/teachers.scss */
.gamelocks-tab-content.active-tab {
  display: initial;
}

/* line 3613, /app/app/assets/stylesheets/teachers.scss */
.text-underline {
  text-decoration: underline;
}

/* line 3618, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .noUi-target.noUi-lg, #editGamelocksModal .noUi-target.noUi-lg {
  height: 10px;
  margin-top: 8px;
}
/* line 3622, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .noUi-target.noUi-lg .noUi-handle, #editGamelocksModal .noUi-target.noUi-lg .noUi-handle {
  width: 25px;
  height: 25px;
  top: -8px;
}
/* line 3627, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .noUi-target .noUi-connect, #editGamelocksModal .noUi-target .noUi-connect {
  background-color: #20BCC6 !important;
}
/* line 3630, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .noUi-target .noUi-handle, #editGamelocksModal .noUi-target .noUi-handle {
  background-color: #22527F !important;
  border: 0px !important;
}
/* line 3634, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .flatpickr-input, #editGamelocksModal .flatpickr-input {
  max-width: 111px;
}
/* line 3637, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .flatpickr-months, #gamelocksModal .flatpickr-month, #editGamelocksModal .flatpickr-months, #editGamelocksModal .flatpickr-month {
  display: none !important;
}
/* line 3644, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .flatpickr-innerContainer, #editGamelocksModal .flatpickr-innerContainer {
  display: flex !important;
  flex-direction: column !important;
}
/* line 3651, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .flatpickr-calendar, #editGamelocksModal .flatpickr-calendar {
  border-radius: 15px;
}
/* line 3655, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .flatpickr-calendar.hasTime, #editGamelocksModal .flatpickr-calendar.hasTime {
  width: 150px;
}
/* line 3659, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .flatpickr-calendar.hasTime.noCalendar, #editGamelocksModal .flatpickr-calendar.hasTime.noCalendar {
  border-radius: 0px !important;
}
/* line 3663, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .flatpickr-day:not(.flatpickr-disabled), #editGamelocksModal .flatpickr-day:not(.flatpickr-disabled) {
  color: black !important;
  background-color: white  !important;
  border: solid 1px black !important;
}
/* line 3669, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .feature-selection-error, #editGamelocksModal .feature-selection-error {
  border-radius: 5px;
}
/* line 3673, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .flatpickr-day.selected, #editGamelocksModal .flatpickr-day.selected {
  background-color: #2395FF !important;
  color: white !important;
}
/* line 3678, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .flatpickr-time .numInputWrapper .arrowUp, #editGamelocksModal .flatpickr-time .numInputWrapper .arrowUp {
  opacity: 100 !important;
}
/* line 3681, /app/app/assets/stylesheets/teachers.scss */
#gamelocksModal .flatpickr-time .numInputWrapper .arrowDown, #editGamelocksModal .flatpickr-time .numInputWrapper .arrowDown {
  opacity: 100 !important;
}

/* line 3686, /app/app/assets/stylesheets/teachers.scss */
.clever-premium-badge {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  border-radius: 100px;
  color: white;
  background-image: radial-gradient(#EF9B40, #FFE305);
  padding: 3px;
  border: 1px solid #EF9B40;
}

/* line 3699, /app/app/assets/stylesheets/teachers.scss */
.mathfact-report-btn {
  padding: 9px 15px !important;
}

/* line 3704, /app/app/assets/stylesheets/teachers.scss */
#mathFactsModal .noUi-connects {
  height: 10px !important;
}
/* line 3706, /app/app/assets/stylesheets/teachers.scss */
#mathFactsModal .noUi-connects .noUi-connect {
  height: 10px !important;
}
/* line 3710, /app/app/assets/stylesheets/teachers.scss */
#mathFactsModal .noUi-target.noUi-lg .noUi-handle {
  top: -11px !important;
}

/* line 3715, /app/app/assets/stylesheets/teachers.scss */
.border-e2e2e2 {
  border: 0.5px solid #E2E2E2 !important;
}

/* line 3719, /app/app/assets/stylesheets/teachers.scss */
.mathfact-cell {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.12881rem 0rem;
  width: 8.33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3732, /app/app/assets/stylesheets/teachers.scss */
.color-red {
  color: red !important;
}

/* line 3736, /app/app/assets/stylesheets/teachers.scss */
.color-ff2929 {
  color: #ff2929 !important;
}

/* line 3739, /app/app/assets/stylesheets/teachers.scss */
.color-0070c0 {
  color: #0070c0;
}

/* line 3742, /app/app/assets/stylesheets/teachers.scss */
.color-00b050 {
  color: #00b050;
}

/* line 3745, /app/app/assets/stylesheets/teachers.scss */
.color-92d050 {
  color: #92d050;
}

/* line 3748, /app/app/assets/stylesheets/teachers.scss */
.color-7030a0 {
  color: #7030a0;
}

/* line 3751, /app/app/assets/stylesheets/teachers.scss */
.color-a568d2 {
  color: #a568d2;
}

/* line 3754, /app/app/assets/stylesheets/teachers.scss */
.color-ffd966 {
  color: #ffd966;
}

/* line 3757, /app/app/assets/stylesheets/teachers.scss */
.color-ed7d31 {
  color: #ed7d31;
}

/* line 3760, /app/app/assets/stylesheets/teachers.scss */
.color-ff6699 {
  color: #ff6699;
}

/* line 3763, /app/app/assets/stylesheets/teachers.scss */
.color-00b0f0 {
  color: #00b0f0;
}

/* line 3766, /app/app/assets/stylesheets/teachers.scss */
.color-7f7f7f {
  color: #7f7f7f;
}

/* line 3769, /app/app/assets/stylesheets/teachers.scss */
.color-805439 {
  color: #805439;
}

/* line 3773, /app/app/assets/stylesheets/teachers.scss */
.padding-3px {
  padding: 3px !important;
}

/* line 3777, /app/app/assets/stylesheets/teachers.scss */
.fontsize-6 {
  font-size: 6px;
}

/* line 3781, /app/app/assets/stylesheets/teachers.scss */
.fontsize-7 {
  font-size: 7px;
}

/* line 3785, /app/app/assets/stylesheets/teachers.scss */
.fontsize-8 {
  font-size: 8px;
}

/* line 3789, /app/app/assets/stylesheets/teachers.scss */
.fontsize-9 {
  font-size: 9px;
}

/* line 3793, /app/app/assets/stylesheets/teachers.scss */
.fontsize-10 {
  font-size: 10px;
}

/* line 3797, /app/app/assets/stylesheets/teachers.scss */
.fontsize-12 {
  font-size: 12px;
}

/* line 3801, /app/app/assets/stylesheets/teachers.scss */
.fontsize-14 {
  font-size: 14px;
}

/* line 3805, /app/app/assets/stylesheets/teachers.scss */
.fontsize-18 {
  font-size: 18px;
}

/* line 3809, /app/app/assets/stylesheets/teachers.scss */
.fontsize-24 {
  font-size: 24px;
}

/* line 3813, /app/app/assets/stylesheets/teachers.scss */
.fontsize-32 {
  font-size: 32px;
}

/* line 3817, /app/app/assets/stylesheets/teachers.scss */
.fontsize-36 {
  font-size: 36px;
}

/* line 3821, /app/app/assets/stylesheets/teachers.scss */
.tooltip {
  z-index: 10000000000 !important;
}

/* line 3825, /app/app/assets/stylesheets/teachers.scss */
.tooltip-inner.create-class-room {
  min-width: 380px !important;
}

/* line 3829, /app/app/assets/stylesheets/teachers.scss */
.invisible-button {
  all: unset;
  cursor: pointer;
}

/* line 3834, /app/app/assets/stylesheets/teachers.scss */
.invisible-button:focus {
  outline: revert;
}

/* line 3838, /app/app/assets/stylesheets/teachers.scss */
.fw-100 {
  font-weight: 100 !important;
}

/* line 3842, /app/app/assets/stylesheets/teachers.scss */
.fw-200 {
  font-weight: 200 !important;
}

/* line 3846, /app/app/assets/stylesheets/teachers.scss */
.fw-300 {
  font-weight: 300 !important;
}

/* line 3850, /app/app/assets/stylesheets/teachers.scss */
.fw-400 {
  font-weight: 400 !important;
}

/* line 3854, /app/app/assets/stylesheets/teachers.scss */
.fw-500 {
  font-weight: 500 !important;
}

/* line 3858, /app/app/assets/stylesheets/teachers.scss */
.fw-600 {
  font-weight: 600 !important;
}

/* line 3862, /app/app/assets/stylesheets/teachers.scss */
.fw-700 {
  font-weight: 700 !important;
}

/* line 3866, /app/app/assets/stylesheets/teachers.scss */
.fw-800 {
  font-weight: 800 !important;
}

/** LMS Audit styles */
/* line 3872, /app/app/assets/stylesheets/teachers.scss */
.boddle-wizard {
  display: inline-flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 10px;
  background: var(--bdl-neutral-0, #FFF);
  /* bdl-shadow */
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  /* line 3872, /app/app/assets/stylesheets/teachers.scss */
  .boddle-wizard {
    border: 1px solid var(--bdl-primary-60, #2395FD);
  }
}

/* line 3889, /app/app/assets/stylesheets/teachers.scss */
.bg--bdl-primary-10 {
  background-color: #F1F8FF !important;
}

/* line 3893, /app/app/assets/stylesheets/teachers.scss */
.bg--bdl-primary-10:hover {
  background-color: #C8E4FF !important;
  cursor: pointer;
}

/* line 3898, /app/app/assets/stylesheets/teachers.scss */
.bg--bdl-primary-10 {
  background-color: #F1F8FF !important;
}

/* line 3902, /app/app/assets/stylesheets/teachers.scss */
.bg--bdl-primary-10:hover {
  background-color: #C8E4FF !important;
  cursor: pointer;
}

/* line 3907, /app/app/assets/stylesheets/teachers.scss */
.bg--bdl-neutral-0 {
  background-color: #FFFFFF !important;
}

/* line 3911, /app/app/assets/stylesheets/teachers.scss */
.bg--bdl-neutral-0:hover {
  background-color: #F4F4F4 !important;
  cursor: pointer;
}

/* line 3916, /app/app/assets/stylesheets/teachers.scss */
.boddle-sticky-bottom {
  position: sticky !important;
  bottom: 0 !important;
  background: #FFFFFF !important;
}

/* line 3922, /app/app/assets/stylesheets/teachers.scss */
.border-orange {
  border-color: #EF9B40 !important;
}

/* line 3927, /app/app/assets/stylesheets/teachers.scss */
.fill-orange path {
  fill: #EF9B40 !important;
}

/* line 3932, /app/app/assets/stylesheets/teachers.scss */
.flex-1 {
  flex: 1;
}

/* line 3936, /app/app/assets/stylesheets/teachers.scss */
.btn-sso {
  padding: 0.5rem 1.25rem !important;
  font-size: 1.15rem !important;
}

/* line 3941, /app/app/assets/stylesheets/teachers.scss */
.justify-around {
  justify-content: space-around !important;
}

/* line 3945, /app/app/assets/stylesheets/teachers.scss */
.fs-2_3x {
  font-size: 2.375rem !important;
}

/* line 3949, /app/app/assets/stylesheets/teachers.scss */
.end-2_5 {
  right: 2.5rem !important;
}

/* line 3953, /app/app/assets/stylesheets/teachers.scss */
.top-16 {
  top: 16% !important;
}

/* line 3957, /app/app/assets/stylesheets/teachers.scss */
.top-18 {
  top: 18% !important;
}

/* line 3961, /app/app/assets/stylesheets/teachers.scss */
.onboarding-card {
  border-radius: 10px !important;
}
/* line 3963, /app/app/assets/stylesheets/teachers.scss */
.onboarding-card .card-body {
  padding: 1.5rem 2.25rem !important;
}

/* line 3968, /app/app/assets/stylesheets/teachers.scss */
.boddle-tab-btn {
  color: #999999 !important;
  background-color: #F4F4F4 !important;
}
/* line 3972, /app/app/assets/stylesheets/teachers.scss */
.boddle-tab-btn svg path {
  fill: #999999 !important;
}
/* line 3975, /app/app/assets/stylesheets/teachers.scss */
.boddle-tab-btn svg circle {
  fill: #999999 !important;
}

/* line 3981, /app/app/assets/stylesheets/teachers.scss */
.boddle-tab-btn:hover {
  color: #636363 !important;
  background-color: white !important;
}
/* line 3985, /app/app/assets/stylesheets/teachers.scss */
.boddle-tab-btn:hover svg path {
  fill: #636363 !important;
}
/* line 3988, /app/app/assets/stylesheets/teachers.scss */
.boddle-tab-btn:hover svg circle {
  fill: #636363 !important;
}

/* line 3994, /app/app/assets/stylesheets/teachers.scss */
.bg-boddle13 {
  background-image: url("boddles/boddle13.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: auto;
}

/* line 4002, /app/app/assets/stylesheets/teachers.scss */
.border-radius-10px {
  border-radius: 10px !important;
}

/* line 4006, /app/app/assets/stylesheets/teachers.scss */
#select2-mathFactActivityMenu-container {
  color: white !important;
}
/* line 4009, /app/app/assets/stylesheets/teachers.scss */
#select2-mathFactActivityMenu-container svg path {
  fill: white !important;
}

/* line 4018, /app/app/assets/stylesheets/teachers.scss */
#select2-mathFactActivityMenu-results li.select2-results__option--selected svg path {
  fill: white !important;
}

/* line 4034, /app/app/assets/stylesheets/teachers.scss */
.math-fact-icon path {
  fill: #2395FF !important;
}
/* line 4038, /app/app/assets/stylesheets/teachers.scss */
.math-fact-icon:hover path {
  fill: #2395FF !important;
}

/* line 4044, /app/app/assets/stylesheets/teachers.scss */
.green-cell {
  background-color: #54D370 !important;
  color: white;
}

/* line 4049, /app/app/assets/stylesheets/teachers.scss */
.orange-cell {
  background-color: #EF9B40 !important;
  color: white;
}

/* line 4054, /app/app/assets/stylesheets/teachers.scss */
.red-cell {
  background-color: #E3365D !important;
  color: white;
}

/* line 4059, /app/app/assets/stylesheets/teachers.scss */
.gray-cell {
  background-color: #E2E2E2 !important;
  color: #999999 !important;
}

/* line 4064, /app/app/assets/stylesheets/teachers.scss */
#races .race {
  border-radius: 20px !important;
  box-shadow: 0.5rem 0rem 1rem 0.5rem rgba(0, 0, 0, 0.1) !important;
  cursor: pointer;
}
/* line 4068, /app/app/assets/stylesheets/teachers.scss */
#races .race:hover {
  background-color: #efefef !important;
}

/* line 4073, /app/app/assets/stylesheets/teachers.scss */
.text-black {
  color: black !important;
}

/* line 4077, /app/app/assets/stylesheets/teachers.scss */
.math-fact-table-heading {
  display: flex;
  padding: 14px 0px 14px 46px !important;
  align-items: flex-start;
  align-self: stretch;
  color: var(--grey-3, #A7A7A7);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
}

/* line 4089, /app/app/assets/stylesheets/teachers.scss */
.math-fact-table {
  display: flex;
  padding: 14px 0px 14px 46px !important;
  justify-content: start;
  align-items: center;
  color: var(--black, #0E0E0E);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 133.333% */
}

/* line 4101, /app/app/assets/stylesheets/teachers.scss */
.math-fact-table-col {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 14px 0px 14px 46px !important;
  align-items: flex-start;
  align-self: stretch;
  color: var(--black, #0E0E0E);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 133.333% */
}

/* line 4116, /app/app/assets/stylesheets/teachers.scss */
.math-fact-table-border {
  border-top: 1px solid var(--grey-2, #E2E2E2) !important;
}

/* line 4120, /app/app/assets/stylesheets/teachers.scss */
.bdl-neutral-40 {
  background-color: #E2E2E2 !important;
}

/* line 4124, /app/app/assets/stylesheets/teachers.scss */
.boddle-racer-card {
  cursor: pointer !important;
}
/* line 4126, /app/app/assets/stylesheets/teachers.scss */
.boddle-racer-card:hover {
  background-color: #efefef;
}
/* line 4129, /app/app/assets/stylesheets/teachers.scss */
.boddle-racer-card .card-body {
  padding: 1.5rem 4rem !important;
}

/* line 4134, /app/app/assets/stylesheets/teachers.scss */
.mb-25 {
  margin-bottom: 7rem !important;
}

/* line 4138, /app/app/assets/stylesheets/teachers.scss */
.back-link {
  padding: 5px;
  color: gray;
  font-weight: 600;
}

/* line 4144, /app/app/assets/stylesheets/teachers.scss */
.active-subject {
  background-color: white !important;
  color: #2395FF !important;
}

/* line 4149, /app/app/assets/stylesheets/teachers.scss */
.non-active-subject {
  background-color: #F4F4F4 !important;
  color: #999999 !important;
}
/* line 4153, /app/app/assets/stylesheets/teachers.scss */
.non-active-subject svg path {
  fill: #999999 !important;
}
/* line 4156, /app/app/assets/stylesheets/teachers.scss */
.non-active-subject svg circle {
  fill: #999999 !important;
}

/* line 4162, /app/app/assets/stylesheets/teachers.scss */
.bdl-btn-secondary {
  background-color: white;
  color: #2395FD;
  border: 1px solid #2395FD;
  padding: 8px, 16px, 8px, 16px;
  border-radius: 10px;
  width: 121px;
  height: 40px;
}

/* line 4172, /app/app/assets/stylesheets/teachers.scss */
.bdl-btn-secondary:hover {
  background-color: #F1F8FF;
}

/* line 4176, /app/app/assets/stylesheets/teachers.scss */
.bdl-btn-secondary:focus {
  background-color: white;
  color: #2395FD;
  border: 2px solid #2395FD;
  padding: 8px, 16px, 8px, 16px;
  border-radius: 10px;
  width: 121px;
  height: 40px;
}

/* line 4186, /app/app/assets/stylesheets/teachers.scss */
.bdl-btn-secondary:active {
  background-color: #C8E4FF;
  color: #2395FD;
  border: 1px solid #2395FD;
  padding: 8px, 16px, 8px, 16px;
  border-radius: 10px;
  width: 121px;
  height: 40px;
}

/* line 4196, /app/app/assets/stylesheets/teachers.scss */
.bdl-btn-secondary:disabled {
  background-color: #F4F4F4;
  color: #E2E2E2;
  border: 1px solid #E2E2E2;
  padding: 8px, 16px, 8px, 16px;
  border-radius: 10px;
  width: 121px;
  height: 40px;
}

/* line 4206, /app/app/assets/stylesheets/teachers.scss */
.bdl-btn-primary {
  background-color: #2395FD;
  color: white;
  padding: 8px, 16px, 8px, 16px;
  border: 1px solid #2395FD;
  border-radius: 10px;
  width: 121px;
  height: 40px;
}

/* line 4216, /app/app/assets/stylesheets/teachers.scss */
.bdl-btn-primary:hover {
  background-color: #228CEF;
  color: white;
  padding: 8px, 16px, 8px, 16px;
  border: 1px solid #228CEF;
  border-radius: 10px;
  width: 121px;
  height: 40px;
}

/* line 4226, /app/app/assets/stylesheets/teachers.scss */
.bdl-btn-primary:focus {
  background-color: #228CEF;
  color: white;
  padding: 8px, 16px, 8px, 16px;
  border: 2px solid #1A73C6;
  border-radius: 10px;
  width: 121px;
  height: 40px;
}

/* line 4236, /app/app/assets/stylesheets/teachers.scss */
.bdl-btn-primary:active {
  background-color: #1A73C6;
  color: white;
  padding: 8px, 16px, 8px, 16px;
  border: 1px solid #1A73C6;
  border-radius: 10px;
  width: 121px;
  height: 40px;
}

/* line 4246, /app/app/assets/stylesheets/teachers.scss */
.bdl-btn-primary:disabled {
  background-color: #E2E2E2;
  border: 1px #E2E2E2;
}

/* line 4251, /app/app/assets/stylesheets/teachers.scss */
#mathFactActivityMenuParent .form-select {
  background-image: url("icons/down_arrow_white.png") !important;
  border: none !important;
}

/* line 4256, /app/app/assets/stylesheets/teachers.scss */
.border-top-radius-25px {
  border-radius: 25px 25px 0px 0px;
}

/* line 4260, /app/app/assets/stylesheets/teachers.scss */
.border-bottom-radius-25px {
  border-radius: 0px 0px 25px 25px;
}

/* line 4265, /app/app/assets/stylesheets/teachers.scss */
#raceStudents .body .row:hover {
  box-shadow: 3px 3px 3px 3px #e4e4e4;
  cursor: pointer;
}

/* line 4270, /app/app/assets/stylesheets/teachers.scss */
.tooltip {
  z-index: 100000000000;
}
/* line 4273, /app/app/assets/stylesheets/teachers.scss */
.tooltip .generating-login .animation {
  overflow: auto !important;
}
/* line 4275, /app/app/assets/stylesheets/teachers.scss */
.tooltip .generating-login .animation svg {
  transform: scale(2.5) !important;
}

/* line 4283, /app/app/assets/stylesheets/teachers.scss */
.download-student-card-btn path {
  fill: white !important;
}

/* line 4289, /app/app/assets/stylesheets/teachers.scss */
#addNewStudentsGradesModal select:disabled {
  color: var(--bdl-neutral-60, #999);
  background: var(--bdl-neutral-20, #F4F4F4);
  border: var(--bdl-neutral-20, #F4F4F4);
  position: relative;
  z-index: 8888;
}

/* line 4299, /app/app/assets/stylesheets/teachers.scss */
.fill-white path {
  fill: white !important;
}

/* line 4304, /app/app/assets/stylesheets/teachers.scss */
.rotate-180 {
  transform: rotate(180deg);
}

/* line 4309, /app/app/assets/stylesheets/teachers.scss */
.fill-primary path {
  fill: #2395FF !important;
}

/* line 4314, /app/app/assets/stylesheets/teachers.scss */
.line-height-inherit {
  line-height: inherit !important;
}

/* line 4318, /app/app/assets/stylesheets/teachers.scss */
.line-height-1\.5rem {
  line-height: 1.5rem;
}

/* line 4322, /app/app/assets/stylesheets/teachers.scss */
.thank-you-img {
  height: 160px;
  width: 160px;
  z-index: 888;
  position: absolute;
}

/* line 4329, /app/app/assets/stylesheets/teachers.scss */
.studentLogins {
  max-height: 50vh !important;
  overflow-y: auto !important;
}

/* line 4334, /app/app/assets/stylesheets/teachers.scss */
#printChart .pill {
  background-color: #F1F8FF;
  color: #1A73C6;
  padding: 8px 16px 8px 16px;
  border-radius: 100px;
  gap: 8px;
}

/* line 4342, /app/app/assets/stylesheets/teachers.scss */
.am5-html-container > div {
  overflow: hidden !important;
  margin-top: 15px !important;
}

/* line 4347, /app/app/assets/stylesheets/teachers.scss */
.bdl-feature-accent.noUi-base.noUi-connects.noUi-connect {
  background-color: #20BCC6 !important;
}

/* line 4351, /app/app/assets/stylesheets/teachers.scss */
.bdl-select-day-pill {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  border: 1px solid #DEE2E6;
  background-color: #F8F9FA;
  color: #22527F;
}

/* line 4365, /app/app/assets/stylesheets/teachers.scss */
.bdl-select-day-pill:hover {
  background-color: #E9F4FF;
  cursor: pointer !important;
}

/* line 4370, /app/app/assets/stylesheets/teachers.scss */
.bdl-select-day-pill-selected {
  color: #FFF !important;
  background-color: #22527F !important;
}

/* line 4375, /app/app/assets/stylesheets/teachers.scss */
.bdl-select-day-pill-selected:hover {
  cursor: pointer !important;
}

/* line 4379, /app/app/assets/stylesheets/teachers.scss */
.bootstrap-timepicker-widget table td input {
  width: 35px !important;
  padding-top: 3px !important;
  border: none !important;
  padding-bottom: 3px !important;
}

/* line 4387, /app/app/assets/stylesheets/teachers.scss */
.bootstrap-timepicker-widget table td {
  border-bottom: none !important;
  display: table-cell !important;
}

/* line 4392, /app/app/assets/stylesheets/teachers.scss */
.bdl-add-student-btn-secondary {
  border-radius: 14px !important;
  background: #E9F4FF !important;
  cursor: pointer !important;
  display: flex !important;
  padding: 18px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  color: #22527F !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  border: 1px solid #2395FF !important;
}

/* line 4409, /app/app/assets/stylesheets/teachers.scss */
.bdl-add-student-btn-secondary:hover {
  background: #A7D5FF !important;
}

/* line 4413, /app/app/assets/stylesheets/teachers.scss */
.bdl-add-student-btn-tertiary {
  border-radius: 14px !important;
  background: #FFF !important;
  cursor: pointer !important;
  display: flex !important;
  padding: 18px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  color: #22527F !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  border: 1px solid #2395FF !important;
}

/* line 4430, /app/app/assets/stylesheets/teachers.scss */
.bdl-add-student-btn-tertiary:hover {
  background: #F8F9FA !important;
}

/* line 4434, /app/app/assets/stylesheets/teachers.scss */
.bdl-add-student-btn-primary {
  border-radius: 14px !important;
  background: #22527F !important;
  cursor: pointer !important;
  display: flex !important;
  padding: 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  color: #FFF !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

/* line 4450, /app/app/assets/stylesheets/teachers.scss */
.bdl-add-student-btn-primary:hover {
  background: #0E3C66 !important;
}
/* line 1, /app/app/assets/stylesheets/crm.scss */
.kt-aside {
  background-color: #ffffff !important;
  width: 250px !important;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.08);
}

/* line 5, /app/app/assets/stylesheets/crm.scss */
.kt-aside--minimize > .kt-grid > .kt-grid__item > .kt-aside--fixed {
  background-color: #ffffff !important;
  width: 100px !important;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.08);
}

/* line 9, /app/app/assets/stylesheets/crm.scss */
.kt-aside .ps > .ps__rail-x {
  background: transparent;
}

/* line 11, /app/app/assets/stylesheets/crm.scss */
.kt-aside .ps > .ps__rail-x:hover, .kt-aside .ps > .ps__rail-x:focus {
  opacity: 1;
  background: transparent;
}

/* line 14, /app/app/assets/stylesheets/crm.scss */
.kt-aside .ps > .ps__rail-x:hover > .ps__thumb-x, .kt-aside .ps > .ps__rail-x:focus > .ps__thumb-x {
  opacity: 1;
}

/* line 16, /app/app/assets/stylesheets/crm.scss */
.kt-aside .ps > .ps__rail-x > .ps__thumb-x {
  background: #e0e2f0;
  opacity: 1;
}

/* line 19, /app/app/assets/stylesheets/crm.scss */
.kt-aside .ps > .ps__rail-x > .ps__thumb-x:hover, .kt-aside .ps > .ps__rail-x > .ps__thumb-x:focus {
  opacity: 1;
  background: #e0e2f0;
}

/* line 22, /app/app/assets/stylesheets/crm.scss */
.kt-aside .ps > .ps__rail-y {
  background: transparent;
}

/* line 24, /app/app/assets/stylesheets/crm.scss */
.kt-aside .ps > .ps__rail-y:hover, .kt-aside .ps > .ps__rail-y:focus {
  background: transparent;
  opacity: 1;
}

/* line 27, /app/app/assets/stylesheets/crm.scss */
.kt-aside .ps > .ps__rail-y:hover > .ps__thumb-y, .kt-aside .ps > .ps__rail-y:focus > .ps__thumb-y {
  opacity: 1;
}

/* line 29, /app/app/assets/stylesheets/crm.scss */
.kt-aside .ps > .ps__rail-y > .ps__thumb-y {
  background: #e0e2f0;
  opacity: 1;
}

/* line 32, /app/app/assets/stylesheets/crm.scss */
.kt-aside .ps > .ps__rail-y > .ps__thumb-y:hover, .kt-aside .ps > .ps__rail-y > .ps__thumb-y:focus {
  opacity: 1;
  background: #e0e2f0;
}

/* line 35, /app/app/assets/stylesheets/crm.scss */
.kt-aside .kt-aside__footer {
  background-color: #f6f7fd;
}

/* line 37, /app/app/assets/stylesheets/crm.scss */
.kt-aside .kt-aside__footer .btn {
  transition: all 0.3s;
  background-color: transparent;
}

/* line 40, /app/app/assets/stylesheets/crm.scss */
.kt-aside .kt-aside__footer .btn i {
  transition: all 0.3s;
  color: #99a7df;
}

/* line 43, /app/app/assets/stylesheets/crm.scss */
.kt-aside .kt-aside__footer .show .btn,
.kt-aside .kt-aside__footer .btn:hover {
  transition: all 0.3s;
  background-color: #dde1f7;
}

/* line 47, /app/app/assets/stylesheets/crm.scss */
.kt-aside .kt-aside__footer .show .btn i,
.kt-aside .kt-aside__footer .btn:hover i {
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 52, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu {
  background-color: #ffffff !important;
}

/* line 54, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  color: #313752 !important;
}

/* line 57, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  color: #c4cff9 !important;
}

/* line 60, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease !important;
  fill: #c4cff9 !important;
}

/* line 64, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease !important;
}

/* line 67, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #c4cff9 !important;
}

/* line 70, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #c4cff9 !important;
}

/* line 73, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  color: #c4cff9 !important;
}

/* line 76, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open {
  transition: background-color 0.3s !important;
}

/* line 78, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link {
  background-color: #f6f7fd !important;
}

/* line 81, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
  color: #5d78ff !important;
}

/* line 84, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff !important;
}

/* line 87, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease !important;
  fill: #5d78ff !important;
}

/* line 91, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease !important;
}

/* line 94, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff !important;
}

/* line 97, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff !important;
}

/* line 100, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff !important;
}

/* line 103, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here {
  transition: background-color 0.3s !important;
}

/* line 105, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
  background-color: #f6f7fd !important;
}

/* line 108, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
  color: #5d78ff !important;
}

/* line 111, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff !important;
}

/* line 114, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease !important;
  fill: #5d78ff !important;
}

/* line 118, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease !important;
}

/* line 121, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff !important;
}

/* line 124, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff !important;
}

/* line 127, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff !important;
}

/* line 130, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active {
  transition: background-color 0.3s !important;
}

/* line 132, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
  background-color: #f6f7fd !important;
}

/* line 135, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
  color: #5d78ff !important;
}

/* line 138, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff !important;
}

/* line 141, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease !important;
  fill: #5d78ff !important;
}

/* line 145, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease !important;
}

/* line 148, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff !important;
}

/* line 151, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff !important;
}

/* line 154, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff !important;
}

/* line 157, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
  transition: background-color 0.3s !important;
}

/* line 159, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
  background-color: #f6f7fd !important;
}

/* line 162, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
  color: #5d78ff !important;
}

/* line 165, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff !important;
}

/* line 168, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease !important;
  fill: #5d78ff !important;
}

/* line 172, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease !important;
}

/* line 175, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff !important;
}

/* line 178, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff !important;
}

/* line 181, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff !important;
}

/* line 184, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__arrow {
  color: #ffffff !important;
}

/* line 186, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
  color: #a1a8c3 !important;
}

/* line 188, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-icon {
  color: #a1a8c3 !important;
}

/* line 190, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__separator {
  border-bottom: 1px solid #a1a8c3 !important;
}

/* line 192, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  color: #3d4465 !important;
}

/* line 195, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  color: #c4cff9 !important;
}

/* line 198, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease !important;
  fill: #c4cff9 !important;
}

/* line 202, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease !important;
}

/* line 205, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #c4cff9 !important;
}

/* line 208, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #c4cff9 !important;
}

/* line 211, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  color: #c4cff9 !important;
}

/* line 214, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open {
  transition: background-color 0.3s !important;
}

/* line 216, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link {
  background-color: #f8f8fb !important;
}

/* line 219, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
  color: #5d78ff !important;
}

/* line 222, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff !important;
}

/* line 225, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease !important;
  fill: #5d78ff !important;
}

/* line 229, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease !important;
}

/* line 232, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff !important;
}

/* line 235, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff !important;
}

/* line 238, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff !important;
}

/* line 241, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here {
  transition: background-color 0.3s !important;
}

/* line 243, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link {
  background-color: #f8f8fb !important;
}

/* line 246, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease !important;
}

/* line 249, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease !important;
}

/* line 252, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff !important;
}

/* line 255, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff !important;
}

/* line 258, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active {
  transition: background-color 0.3s !important;
}

/* line 260, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link {
  background-color: #f8f8fb !important;
}

/* line 263, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
  color: #5d78ff !important;
}

/* line 266, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff !important;
}

/* line 269, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease !important;
  fill: #5d78ff !important;
}

/* line 273, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease !important;
}

/* line 276, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff !important;
}

/* line 279, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff !important;
}

/* line 282, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff !important;
}

/* line 285, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
  transition: background-color 0.3s !important;
}

/* line 287, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
  background-color: #f8f8fb !important;
}

/* line 290, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
  color: #5d78ff !important;
}

/* line 293, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff !important;
}

/* line 296, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease !important;
  fill: #5d78ff !important;
}

/* line 300, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease !important;
}

/* line 303, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff !important;
}

/* line 306, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff !important;
}

/* line 309, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff !important;
}

/* line 312, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
  color: #a4a7bd !important;
}

/* line 314, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-icon {
  color: #aaacc2 !important;
}

/* line 316, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

@media (min-width: 1025px) {
  /* line 320, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item {
    background: transparent !important;
  }

  /* line 322, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__link-icon {
    color: #c4cff9 !important;
  }

  /* line 324, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open {
    background: transparent !important;
  }

  /* line 326, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link > .kt-menu__link-icon, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__link-icon {
    color: #5d78ff !important;
  }

  /* line 328, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active {
    background: transparent !important;
  }

  /* line 330, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__link-icon, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__link-icon {
    color: #5d78ff !important;
  }

  /* line 332, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:hover {
    background: transparent !important;
  }

  /* line 334, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link > .kt-menu__link-icon {
    color: #5d78ff !important;
  }
}
@media (min-width: 1025px) {
  /* line 338, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu {
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  }

  /* line 342, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #696e92;
  }

  /* line 347, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #a8aabb;
  }

  /* line 352, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #a8aabb;
  }

  /* line 358, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }

  /* line 363, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #a8aabb;
  }

  /* line 368, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #a8aabb;
  }

  /* line 373, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    color: #a8aabb;
  }

  /* line 378, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open {
    transition: background-color 0.3s;
  }

  /* line 381, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link {
    background-color: #f8f8fb;
  }

  /* line 386, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }

  /* line 391, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }

  /* line 396, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }

  /* line 402, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }

  /* line 407, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }

  /* line 412, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }

  /* line 417, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }

  /* line 422, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here {
    transition: background-color 0.3s;
  }

  /* line 425, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #f8f8fb;
  }

  /* line 430, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
  }

  /* line 435, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }

  /* line 440, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }

  /* line 445, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }

  /* line 450, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active {
    transition: background-color 0.3s;
  }

  /* line 453, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #f8f8fb;
  }

  /* line 458, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }

  /* line 463, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }

  /* line 468, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }

  /* line 474, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }

  /* line 479, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }

  /* line 484, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }

  /* line 489, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }

  /* line 494, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
    transition: background-color 0.3s;
  }

  /* line 497, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
    background-color: #f8f8fb;
  }

  /* line 502, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }

  /* line 507, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }

  /* line 512, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }

  /* line 518, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }

  /* line 523, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }

  /* line 528, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }

  /* line 533, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }

  /* line 538, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-text {
    color: #a4a7bd;
  }

  /* line 541, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-icon {
    color: #aaacc2;
  }

  /* line 544, /app/app/assets/stylesheets/crm.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__separator,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
/* line 548, /app/app/assets/stylesheets/crm.scss */
.kt-aside .kt-aside-menu > .kt-menu__navm .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  font-weight: 500;
}

/* line 550, /app/app/assets/stylesheets/crm.scss */
.kt-aside .kt-aside-menu {
  margin: 0;
  padding: 0 !important;
}

/* line 551, /app/app/assets/stylesheets/crm.scss */
.kt-aside-menu .kt-menu__nav {
  margin: 0;
  list-style: none;
  padding: 0 !important;
}

/* line 552, /app/app/assets/stylesheets/crm.scss */
.kt-header--fixed .kt-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 250px !important;
  z-index: 97;
}

/* line 553, /app/app/assets/stylesheets/crm.scss */
.kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
  flex-direction: row !important;
}

/* line 554, /app/app/assets/stylesheets/crm.scss */
.kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  justify-content: left !important;
}

/* line 555, /app/app/assets/stylesheets/crm.scss */
.kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  margin-bottom: 0 !important;
  margin-right: 10px !important;
}

/* line 562, /app/app/assets/stylesheets/crm.scss */
.kt-padding-tb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 567, /app/app/assets/stylesheets/crm.scss */
.kt-padding-t-0 {
  padding-top: 0 !important;
}

/* line 571, /app/app/assets/stylesheets/crm.scss */
.kt-margin-b-0 {
  margin-bottom: 0 !important;
}

/* line 575, /app/app/assets/stylesheets/crm.scss */
.kt-padding-tb-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/* line 581, /app/app/assets/stylesheets/crm.scss */
.datatable-show-full-text span {
  word-break: break-all !important;
}

/* line 586, /app/app/assets/stylesheets/crm.scss */
.kt-padding-r-0 {
  padding-right: 0 !important;
}

/* line 590, /app/app/assets/stylesheets/crm.scss */
.tree ul {
  padding-top: 10px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/* line 598, /app/app/assets/stylesheets/crm.scss */
.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 10px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/* line 609, /app/app/assets/stylesheets/crm.scss */
.tree li::before, .tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 10px;
}

/* line 615, /app/app/assets/stylesheets/crm.scss */
.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}

/* line 620, /app/app/assets/stylesheets/crm.scss */
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}

/* line 624, /app/app/assets/stylesheets/crm.scss */
.tree li:only-child {
  padding-top: 0;
}

/* line 626, /app/app/assets/stylesheets/crm.scss */
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none;
}

/* line 630, /app/app/assets/stylesheets/crm.scss */
.tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

/* line 637, /app/app/assets/stylesheets/crm.scss */
.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/* line 643, /app/app/assets/stylesheets/crm.scss */
.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 10px;
}

/* line 650, /app/app/assets/stylesheets/crm.scss */
.tree li span {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-decoration: none;
  color: black;
  font-size: 10px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/* line 667, /app/app/assets/stylesheets/crm.scss */
.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
  color: #000000 !important;
}

/* line 671, /app/app/assets/stylesheets/crm.scss */
body {
  color: #000000 !important;
}

/* line 675, /app/app/assets/stylesheets/crm.scss */
.hide {
  display: none !important;
}

/* line 679, /app/app/assets/stylesheets/crm.scss */
.tier-name-div {
  background-color: white;
  border: 1px solid grey;
  margin: 0px 5px 0px 5px;
  padding: 10px;
}

/* line 686, /app/app/assets/stylesheets/crm.scss */
.tier-name-input {
  border: none !important;
  width: 100% !important;
}

/* line 691, /app/app/assets/stylesheets/crm.scss */
.tier-skills-div-main, .tag-skills-div-main {
  padding-bottom: 20px;
}

/* line 695, /app/app/assets/stylesheets/crm.scss */
.tier-skills-div, .tag-skills-div {
  padding: 10px;
  border: 1px solid grey;
  background-color: #edf5ff;
}

/* line 701, /app/app/assets/stylesheets/crm.scss */
.badge-primary {
  background-color: #2395ff !important;
}

/* line 707, /app/app/assets/stylesheets/crm.scss */
.custom-dropdown > select > option {
  background-color: #2395ff;
}

/* line 711, /app/app/assets/stylesheets/crm.scss */
.custom-dropdown-small {
  background-color: #2395ff;
  border-radius: 30px;
  padding: 5px;
}

/* line 717, /app/app/assets/stylesheets/crm.scss */
.custom-dropdown-small > select > option {
  background-color: #2395ff;
}

/* line 721, /app/app/assets/stylesheets/crm.scss */
.custom-dropdown-white {
  background-color: #fff;
  border: solid 1px #2395ff;
  border-radius: 30px;
  padding: 8px;
}

/* line 728, /app/app/assets/stylesheets/crm.scss */
.custom-dropdown > select {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: small;
  width: 90%;
}

/* line 736, /app/app/assets/stylesheets/crm.scss */
.custom-dropdown-small > select {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: small;
  width: 90%;
}

/* line 744, /app/app/assets/stylesheets/crm.scss */
.custom-dropdown-white > select {
  border: none;
  background-color: transparent;
  color: #52abff;
  font-size: small;
  width: 90%;
}

/* line 752, /app/app/assets/stylesheets/crm.scss */
.btn-skill {
  margin-bottom: 10px;
  background-color: #ffff !important;
  z-index: 500;
  font-weight: normal !important;
  text-transform: none !important;
  color: #2395ff !important;
  border-radius: 8px !important;
}

/* line 762, /app/app/assets/stylesheets/crm.scss */
.btn-skill-name {
  text-align: left;
  font-size: large;
  font-weight: bold;
  display: block;
  color: black;
}

/* line 770, /app/app/assets/stylesheets/crm.scss */
.btn-skill-desc {
  display: block;
  font-size: small;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  text-align: left;
  height: 4.8em;
  line-height: 1.5em;
}

/* line 781, /app/app/assets/stylesheets/crm.scss */
.center-text {
  text-align: center;
}

/* line 785, /app/app/assets/stylesheets/crm.scss */
.event-box {
  padding: 5px !important;
  border: none;
}

/* line 790, /app/app/assets/stylesheets/crm.scss */
.btn-skill-added {
  background-color: #ffff !important;
  font-weight: normal !important;
  z-index: 500;
  text-transform: none !important;
  color: #fff !important;
  color: #2395ff !important;
}

/* line 799, /app/app/assets/stylesheets/crm.scss */
.theme-color {
  color: #2395ff !important;
}

/* line 804, /app/app/assets/stylesheets/crm.scss */
.panel-tabs {
  background-color: #2395ff;
  height: 50px !important;
}

/* line 809, /app/app/assets/stylesheets/crm.scss */
.panel-tabs-tab {
  text-align: center;
  margin-top: 5px;
}

/* line 814, /app/app/assets/stylesheets/crm.scss */
.panel-tabs-tab-text {
  color: #fff;
  font-size: xx-large !important;
  padding: 6px;
}

/* line 820, /app/app/assets/stylesheets/crm.scss */
.panel-tabs-tab-text:hover {
  cursor: pointer;
}

/* line 824, /app/app/assets/stylesheets/crm.scss */
.panel-tabs-tab-text-selected {
  color: #fff !important;
  font-size: xx-large !important;
  padding: 6px 12px;
  border-bottom: 3px solid #0b3a66;
}

/* line 831, /app/app/assets/stylesheets/crm.scss */
#tiers .event-box {
  position: relative;
  border-radius: 10px;
}

/* line 836, /app/app/assets/stylesheets/crm.scss */
#tiers .tier_name {
  position: absolute;
  top: -35px;
  left: 0px;
  background-color: #777;
  color: #fff;
  padding: 5px;
}

/* line 845, /app/app/assets/stylesheets/crm.scss */
#tier_row {
  max-height: 75vh;
  overflow: auto;
}

/* line 850, /app/app/assets/stylesheets/crm.scss */
#curriculum_checklist_options {
  height: 65vh;
  overflow: auto;
}

/* line 855, /app/app/assets/stylesheets/crm.scss */
.domain-label {
  font-weight: normal;
  color: #777;
  background-color: #fff;
}

/* line 861, /app/app/assets/stylesheets/crm.scss */
.disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
  background: #CCC !important;
}

/* line 867, /app/app/assets/stylesheets/crm.scss */
.correct-text {
  color: #12E300 !important;
}

/* line 871, /app/app/assets/stylesheets/crm.scss */
.distractor-text {
  color: red !important;
}

/* line 875, /app/app/assets/stylesheets/crm.scss */
.hide {
  display: none !important;
}

/* line 879, /app/app/assets/stylesheets/crm.scss */
.show {
  display: block !important;
}

/* line 883, /app/app/assets/stylesheets/crm.scss */
.correct-hotspot-btn {
  background-color: transparent;
  border: 0px;
}
/* line 886, /app/app/assets/stylesheets/crm.scss */
.correct-hotspot-btn .highlight-div {
  color: white;
  background-color: #23CE6B !important;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  margin-left: 6px;
}

/* line 896, /app/app/assets/stylesheets/crm.scss */
.distractor-hotspot-btn {
  background-color: transparent;
  border: 0px;
}
/* line 899, /app/app/assets/stylesheets/crm.scss */
.distractor-hotspot-btn .highlight-div {
  color: white;
  background-color: #FF0000 !important;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
}

/* line 909, /app/app/assets/stylesheets/crm.scss */
.distractor.select-text-btn {
  padding-left: 5px;
}

/* line 913, /app/app/assets/stylesheets/crm.scss */
.distractor.select-hotspot-btn {
  margin-left: 15px;
}

/* line 917, /app/app/assets/stylesheets/crm.scss */
.shadow {
  border: solid 1px #e4e4e4;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 0px #e4e4e4;
}

/* line 924, /app/app/assets/stylesheets/crm.scss */
.center {
  text-align: center;
}

/* line 928, /app/app/assets/stylesheets/crm.scss */
.active {
  background-color: #e2e2ff !important;
}

/* line 932, /app/app/assets/stylesheets/crm.scss */
canvas {
  border: dashed;
}

/* line 937, /app/app/assets/stylesheets/crm.scss */
.hotspot-errors {
  border: solid 1px black;
  margin: 5px;
  display: inline-block;
  background-color: red;
  color: white;
  padding: 5px;
}

/* line 946, /app/app/assets/stylesheets/crm.scss */
.correct-pill {
  border: solid 1px #e4e4e4;
  border-radius: 20px;
  padding: 5px;
  font-size: 15px;
  margin: 10px;
  color: #23CE6B !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 958, /app/app/assets/stylesheets/crm.scss */
.audio_player {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

/* line 964, /app/app/assets/stylesheets/crm.scss */
.audio_player > div {
  margin-left: 10px;
}

/* line 968, /app/app/assets/stylesheets/crm.scss */
.distractor-pill {
  border: solid 1px #e4e4e4;
  border-radius: 20px;
  padding: 5px;
  font-size: 15px;
  margin: 10px;
  color: #FF0000 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 980, /app/app/assets/stylesheets/crm.scss */
.times {
  color: black !important;
  font-size: 20px;
  cursor: pointer;
}

/* line 986, /app/app/assets/stylesheets/crm.scss */
.margin-right-5 {
  margin-right: 5px !important;
}

/* line 990, /app/app/assets/stylesheets/crm.scss */
.select-text-btn {
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 10px;
  margin: 5px;
}

/* line 997, /app/app/assets/stylesheets/crm.scss */
.render_opt_or_ans {
  margin-bottom: 2rem;
}

/* line 1001, /app/app/assets/stylesheets/crm.scss */
.flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

/* line 1008, /app/app/assets/stylesheets/crm.scss */
.select-text-btn > label {
  margin-bottom: 0px !important;
}

/* line 1012, /app/app/assets/stylesheets/crm.scss */
.select-hotspot-btn {
  cursor: pointer;
}

/* line 1016, /app/app/assets/stylesheets/crm.scss */
.select-hotspot-btn > label {
  margin-bottom: 0px !important;
}

/* line 1020, /app/app/assets/stylesheets/crm.scss */
.image-hotspot-controls {
  margin-top: 5px;
}

/* line 1024, /app/app/assets/stylesheets/crm.scss */
.editor {
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  box-shadow: 5px 0px 20px 5px #e4e4e4;
}
/* line 1029, /app/app/assets/stylesheets/crm.scss */
.editor span {
  margin: 0x 5px;
}
/* line 1032, /app/app/assets/stylesheets/crm.scss */
.editor .header_icon {
  cursor: pointer;
  border-radius: 5px;
  padding: 5px;
}

/* line 1043, /app/app/assets/stylesheets/crm.scss */
.question_content_field {
  border: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: transparent;
  margin-left: 3px;
}

/* line 1052, /app/app/assets/stylesheets/crm.scss */
.question_content_field:focus {
  outline: none;
}

/* line 1056, /app/app/assets/stylesheets/crm.scss */
.font-15 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px !important;
  margin-left: 5px;
  margin-top: 2px;
}

/* line 1064, /app/app/assets/stylesheets/crm.scss */
[contenteditable] {
  outline: 0px solid transparent;
}

/* line 1068, /app/app/assets/stylesheets/crm.scss */
div[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  color: #aaa;
}

/* line 1073, /app/app/assets/stylesheets/crm.scss */
.bottom-radius {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 1078, /app/app/assets/stylesheets/crm.scss */
.alignment-icons {
  display: none;
}

/* line 1082, /app/app/assets/stylesheets/crm.scss */
.parent-text:hover > .alignment-icons {
  display: inline-block;
}

/* line 1086, /app/app/assets/stylesheets/crm.scss */
.img-parent:hover > .alignment-icons {
  display: block;
}

/* line 1090, /app/app/assets/stylesheets/crm.scss */
.question-content-image {
  display: block;
}

/* line 1094, /app/app/assets/stylesheets/crm.scss */
.rec_start_btn {
  border-radius: 50% !important;
}
/* line 1096, /app/app/assets/stylesheets/crm.scss */
.rec_start_btn .fa {
  padding-right: 0px !important;
}

/* line 1101, /app/app/assets/stylesheets/crm.scss */
.rec_stop_btn {
  border-radius: 50% !important;
}
/* line 1103, /app/app/assets/stylesheets/crm.scss */
.rec_stop_btn .fa {
  padding-right: 0px !important;
}

/* line 1109, /app/app/assets/stylesheets/crm.scss */
.text_to_speech_div[placeholder]:empty:before, .editable_div[placeholder]:empty:before {
  content: attr(placeholder);
  color: #555;
}

/* line 1114, /app/app/assets/stylesheets/crm.scss */
.text_to_speech_div[placeholder]:empty:focus:before, .editable_div[placeholder]:empty:focus:before {
  content: "";
}

/* line 1118, /app/app/assets/stylesheets/crm.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1122, /app/app/assets/stylesheets/crm.scss */
.header_icon > img {
  height: 20px;
  width: 20px;
}

/* line 1127, /app/app/assets/stylesheets/crm.scss */
.header_icon {
  margin: 0px 10px;
}

/* line 1131, /app/app/assets/stylesheets/crm.scss */
.header_icon_viewer > img {
  height: 20px;
  width: 20px;
}

/* line 1136, /app/app/assets/stylesheets/crm.scss */
.header_icon_viewer {
  margin: 0px 10px;
}

/* line 1140, /app/app/assets/stylesheets/crm.scss */
.separator {
  margin: 0px 20px;
  border-left: 1px solid #e4e4e4;
}

/* line 1145, /app/app/assets/stylesheets/crm.scss */
#audio_recording {
  width: 300px;
  text-align: center;
}
/* line 1148, /app/app/assets/stylesheets/crm.scss */
#audio_recording textarea {
  width: 100%;
}

/* line 1153, /app/app/assets/stylesheets/crm.scss */
.audio_recording {
  width: 300px;
  text-align: center;
}
/* line 1156, /app/app/assets/stylesheets/crm.scss */
.audio_recording textarea {
  width: 100%;
}

/* line 1161, /app/app/assets/stylesheets/crm.scss */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1167, /app/app/assets/stylesheets/crm.scss */
.text_to_speech_content {
  margin-bottom: 10px;
  background-color: rgba(229, 229, 229, 0.64);
}

/* line 1172, /app/app/assets/stylesheets/crm.scss */
.pointer {
  cursor: pointer;
}

/* line 1176, /app/app/assets/stylesheets/crm.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 1180, /app/app/assets/stylesheets/crm.scss */
.p-0 {
  padding: 0px;
}

/* line 1184, /app/app/assets/stylesheets/crm.scss */
.no-border {
  border: none;
}

/* line 1188, /app/app/assets/stylesheets/crm.scss */
.text-to-voice-icon {
  height: 25px;
  width: 25px;
  cursor: pointer;
}

/* line 1194, /app/app/assets/stylesheets/crm.scss */
.w-100 {
  width: 100%;
}

/* line 1198, /app/app/assets/stylesheets/crm.scss */
.text-to-voice-input {
  margin-left: 5px;
  background-color: rgba(240, 240, 240, 0.64);
}
/* line 1201, /app/app/assets/stylesheets/crm.scss */
.text-to-voice-input:focus {
  outline: none;
}

/* line 1206, /app/app/assets/stylesheets/crm.scss */
.text-center {
  text-align: center;
}

/* line 1210, /app/app/assets/stylesheets/crm.scss */
#editorIcon {
  content: url(/assets/square-root-b39e63a234146ca5d56009be9f24d4485c06a3c09980034512f55e5dd56b9b88.png);
  margin-right: 10px;
}

/* line 1215, /app/app/assets/stylesheets/crm.scss */
#chemistryIcon {
  content: url(/assets/copyright-db6f252f3b8de28da0c650d88ea5abca0f9eb8a91ca65813af8fafc1675e18d7.png);
  margin-left: 10px;
}

/* line 1220, /app/app/assets/stylesheets/crm.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 1225, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .editable-img {
  max-width: 793px !important;
}

/* line 1230, /app/app/assets/stylesheets/crm.scss */
.img-parent {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1237, /app/app/assets/stylesheets/crm.scss */
.image-size-slider {
  width: 70% !important;
}

/* line 1241, /app/app/assets/stylesheets/crm.scss */
.right_indent {
  text-align: right !important;
}

/* line 1245, /app/app/assets/stylesheets/crm.scss */
.left_indet {
  text-align: right !important;
}

/* line 1249, /app/app/assets/stylesheets/crm.scss */
.center_indent {
  text-align: center !important;
}

/* line 1253, /app/app/assets/stylesheets/crm.scss */
.image-actions {
  display: inline-block;
}

/* line 1257, /app/app/assets/stylesheets/crm.scss */
.image-actions i {
  display: block;
}

/* line 1261, /app/app/assets/stylesheets/crm.scss */
.active-tab {
  color: #2395FF !important;
}

/* line 1265, /app/app/assets/stylesheets/crm.scss */
.active-tab-parent {
  color: #2395FF !important;
}

/* line 1269, /app/app/assets/stylesheets/crm.scss */
.lang-btn {
  display: inline-block;
  background-color: #d4d4d4;
  padding: 1px 5px;
  border-radius: 5px;
  cursor: pointer;
}

/* line 1277, /app/app/assets/stylesheets/crm.scss */
.active-lang {
  background-color: #5867dd;
  color: white !important;
}

/* line 1282, /app/app/assets/stylesheets/crm.scss */
.lang-es {
  margin-top: 5px;
}

/* line 1285, /app/app/assets/stylesheets/crm.scss */
.text-gray {
  color: grey;
}

/* line 1289, /app/app/assets/stylesheets/crm.scss */
.lang-item {
  color: grey;
}

/* line 1294, /app/app/assets/stylesheets/crm.scss */
.parent-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1300, /app/app/assets/stylesheets/crm.scss */
.editable_div {
  width: 100%;
}

/* line 1304, /app/app/assets/stylesheets/crm.scss */
.correct-hotspot-btn, .distractor-hotspot-btn {
  width: 100%;
}

/* line 1308, /app/app/assets/stylesheets/crm.scss */
.correct {
  color: #12e300 !important;
}

/* line 1312, /app/app/assets/stylesheets/crm.scss */
.distractor {
  color: red !important;
}

/* line 1320, /app/app/assets/stylesheets/crm.scss */
.editor_body {
  font-size: larger !important;
  height: 434px !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

/* line 1327, /app/app/assets/stylesheets/crm.scss */
.icon {
  margin-left: 5px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}

/* line 1334, /app/app/assets/stylesheets/crm.scss */
.star {
  font-size: 15px;
}

/* line 1338, /app/app/assets/stylesheets/crm.scss */
.mw-70vh {
  max-width: 70vh !important;
}

/* line 1342, /app/app/assets/stylesheets/crm.scss */
.lang-item {
  border: none;
  background: transparent;
}

/* line 1347, /app/app/assets/stylesheets/crm.scss */
.options_row {
  width: 100%;
}

/* line 1351, /app/app/assets/stylesheets/crm.scss */
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 1367, /app/app/assets/stylesheets/crm.scss */
.loading-gif {
  height: 20px;
  width: 20px;
}

/* line 1372, /app/app/assets/stylesheets/crm.scss */
.editor-language-tabs {
  display: flex;
  align-items: center;
}

/* line 1377, /app/app/assets/stylesheets/crm.scss */
.editor_header {
  padding: 10px !important;
}

/* line 1382, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question span.separator, #quick_edit_question span.wiris_icons, #quick_edit_question span.image, #quick_edit_question span.audio, #quick_edit_question span.text, #quick_edit_question span.image_size, #quick_edit_question .option-text-to-speech, #quick_edit_question .translations-nav-parent {
  display: none !important;
}
/* line 1385, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .active {
  background-color: white !important;
}
/* line 1388, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .boddle-rounded-modal {
  border-radius: 10px !important;
}
/* line 1391, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .editor-language-tabs, #quick_edit_question .text-to-speech-langauge-tabs {
  display: none !important;
}
/* line 1394, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .editor_body, #quick_edit_question .editor_header {
  margin-top: 10px !important;
}
/* line 1397, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .editor_header {
  display: flex;
  justify-content: space-between;
}
/* line 1401, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .content-label {
  display: none !important;
}
/* line 1404, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .editor-tabs {
  display: flex !important;
  align-items: center !important;
}
/* line 1408, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .opt_or_ans, #quick_edit_question .image-actions {
  display: none;
}
/* line 1412, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .rangeSlider div {
  margin-top: 5px !important;
}
/* line 1416, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .toggle-tabs {
  display: block !important;
}
/* line 1419, /app/app/assets/stylesheets/crm.scss */
#quick_edit_question .tab-items {
  display: inline !important;
}

/* line 1424, /app/app/assets/stylesheets/crm.scss */
.mw-793px {
  max-width: 793px !important;
}

/* line 1428, /app/app/assets/stylesheets/crm.scss */
.checkbox {
  position: relative;
  overflow: hidden;
}

/* line 1433, /app/app/assets/stylesheets/crm.scss */
.checkbox__input {
  position: absolute;
  top: -100px;
  left: -100px;
}

/* line 1439, /app/app/assets/stylesheets/crm.scss */
.checkbox__inner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #626262;
  background: transparent no-repeat center;
  cursor: pointer;
}

/* line 1449, /app/app/assets/stylesheets/crm.scss */
.checkbox__input + .checkbox__inner {
  border-color: #ccc;
  background-color: #ccc;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 14px 10px;
}

/* line 1456, /app/app/assets/stylesheets/crm.scss */
.checkbox__input:checked + .checkbox__inner {
  border-color: #52d270;
  background-color: #52d270;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 14px 10px;
}

/* line 1463, /app/app/assets/stylesheets/crm.scss */
.option-box {
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  box-shadow: 5px 5px 20px 5px #e4e4e4;
}

/* line 1473, /app/app/assets/stylesheets/crm.scss */
.toggle-tabs {
  display: none !important;
}

/* line 1477, /app/app/assets/stylesheets/crm.scss */
.rangeSlider {
  width: 30%;
}

/* line 1481, /app/app/assets/stylesheets/crm.scss */
.tab-items {
  display: flex !important;
}

/* line 1485, /app/app/assets/stylesheets/crm.scss */
.cursor-pointer {
  cursor: pointer !important;
}

/* line 1490, /app/app/assets/stylesheets/crm.scss */
#skills_modal .select2 {
  width: 100% !important;
}

/* line 1496, /app/app/assets/stylesheets/crm.scss */
.speaking path {
  fill: #2395FF !important;
}

/* line 1501, /app/app/assets/stylesheets/crm.scss */
.fw-boldest {
  font-weight: bold !important;
}

/* line 1505, /app/app/assets/stylesheets/crm.scss */
.fs-2 {
  font-size: 18px !important;
}

/* line 1509, /app/app/assets/stylesheets/crm.scss */
.text-black {
  color: black !important;
}

/* line 1513, /app/app/assets/stylesheets/crm.scss */
.ms-10 {
  margin-left: 10px;
}

/* line 1517, /app/app/assets/stylesheets/crm.scss */
.font-size option {
  background-color: red !important;
}

/* line 1522, /app/app/assets/stylesheets/crm.scss */
* {
  box-sizing: border-box;
  font-family: "Arial";
}

/* line 1526, /app/app/assets/stylesheets/crm.scss */
.wrapper-dropdown {
  position: relative;
  width: 200px;
  background: #FFF;
  color: #2e2e2e;
  outline: none;
  cursor: pointer;
}

/* line 1534, /app/app/assets/stylesheets/crm.scss */
.wrapper-dropdown > span {
  width: 100%;
  display: block;
  border: 1px solid #ababab;
  padding: 5px;
}

/* line 1540, /app/app/assets/stylesheets/crm.scss */
.wrapper-dropdown > button {
  padding: 0 12px;
  margin-right: 5px;
}

/* line 1545, /app/app/assets/stylesheets/crm.scss */
.wrapper-dropdown > button:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: calc(50% + 4px);
  margin-top: -6px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #2e2e2e transparent;
}

/* line 1558, /app/app/assets/stylesheets/crm.scss */
.wrapper-dropdown .dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  font-weight: normal;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  border: 1px solid #ababab;
  border-top: 0;
}

/* line 1573, /app/app/assets/stylesheets/crm.scss */
.wrapper-dropdown .dropdown li {
  display: block;
  text-decoration: none;
  color: #2e2e2e;
  padding: 5px;
  cursor: pointer;
}

/* line 1581, /app/app/assets/stylesheets/crm.scss */
.wrapper-dropdown .dropdown li > span {
  padding: 0 12px;
  margin-right: 5px;
}

/* line 1586, /app/app/assets/stylesheets/crm.scss */
.wrapper-dropdown .dropdown button:hover {
  background: #eee;
  cursor: pointer;
}

/* line 1591, /app/app/assets/stylesheets/crm.scss */
.dropdown > button {
  width: 100%;
  background: none;
  border: none;
  padding: 5px;
}

/* line 1598, /app/app/assets/stylesheets/crm.scss */
.hidden {
  display: none !important;
}

/* line 1602, /app/app/assets/stylesheets/crm.scss */
.toggle-color-picker {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white !important;
  border: 1px solid black;
  padding: 3px !important;
}

/* line 1612, /app/app/assets/stylesheets/crm.scss */
.color-red {
  color: red !important;
}

/* line 1616, /app/app/assets/stylesheets/crm.scss */
.color-ff2929 {
  color: #ff2929 !important;
}

/* line 1619, /app/app/assets/stylesheets/crm.scss */
.color-0070c0 {
  color: #0070c0;
}

/* line 1622, /app/app/assets/stylesheets/crm.scss */
.color-00b050 {
  color: #00b050;
}

/* line 1625, /app/app/assets/stylesheets/crm.scss */
.color-92d050 {
  color: #92d050;
}

/* line 1628, /app/app/assets/stylesheets/crm.scss */
.color-7030a0 {
  color: #7030a0;
}

/* line 1631, /app/app/assets/stylesheets/crm.scss */
.color-a568d2 {
  color: #a568d2;
}

/* line 1634, /app/app/assets/stylesheets/crm.scss */
.color-ffd966 {
  color: #ffd966;
}

/* line 1637, /app/app/assets/stylesheets/crm.scss */
.color-ed7d31 {
  color: #ed7d31;
}

/* line 1640, /app/app/assets/stylesheets/crm.scss */
.color-ff6699 {
  color: #ff6699;
}

/* line 1643, /app/app/assets/stylesheets/crm.scss */
.color-00b0f0 {
  color: #00b0f0;
}

/* line 1646, /app/app/assets/stylesheets/crm.scss */
.color-7f7f7f {
  color: #7f7f7f;
}

/* line 1649, /app/app/assets/stylesheets/crm.scss */
.color-805439 {
  color: #805439;
}

/* line 1653, /app/app/assets/stylesheets/crm.scss */
.padding-3px {
  padding: 3px !important;
}

/* line 1657, /app/app/assets/stylesheets/crm.scss */
.fontsize-6 {
  font-size: 6px;
}

/* line 1661, /app/app/assets/stylesheets/crm.scss */
.fontsize-7 {
  font-size: 7px;
}

/* line 1665, /app/app/assets/stylesheets/crm.scss */
.fontsize-8 {
  font-size: 8px;
}

/* line 1669, /app/app/assets/stylesheets/crm.scss */
.fontsize-9 {
  font-size: 9px;
}

/* line 1673, /app/app/assets/stylesheets/crm.scss */
.fontsize-10 {
  font-size: 10px;
}

/* line 1677, /app/app/assets/stylesheets/crm.scss */
.fontsize-12 {
  font-size: 12px;
}

/* line 1681, /app/app/assets/stylesheets/crm.scss */
.fontsize-14 {
  font-size: 14px;
}

/* line 1685, /app/app/assets/stylesheets/crm.scss */
.fontsize-18 {
  font-size: 18px;
}

/* line 1689, /app/app/assets/stylesheets/crm.scss */
.fontsize-24 {
  font-size: 24px;
}

/* line 1693, /app/app/assets/stylesheets/crm.scss */
.fontsize-32 {
  font-size: 32px;
}

/* line 1697, /app/app/assets/stylesheets/crm.scss */
.fontsize-36 {
  font-size: 36px;
}

@font-face {
  font-family: 'open sans';
  src: url("opens.ttf");
}
/* line 1707, /app/app/assets/stylesheets/crm.scss */
#main-form .editable_div {
  font-family: 'open sans';
  font-size: 32px;
  width: 799px !important;
}
/* line 1712, /app/app/assets/stylesheets/crm.scss */
#main-form .editor_body .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1720, /app/app/assets/stylesheets/crm.scss */
.content .tui-image-editor {
  width: 973px !important;
}
/*
 * Container style
 */

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.tether-element, .tether-element:after, .tether-element:before, .tether-element *, .tether-element *:after, .tether-element *:before {
  box-sizing: border-box; }

.tether-element {
  position: absolute;
  display: none; }
  .tether-element.tether-open {
    display: block; }
/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */


.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datetimepicker {
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}

.datetimepicker-inline {
	width: 220px;
}

.datetimepicker.datetimepicker-rtl {
	direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
	float: right;
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
	top: 0;
	left: 0;
}

[class*=" datetimepicker-dropdown"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}

[class*=" datetimepicker-dropdown"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
}

[class*=" datetimepicker-dropdown-top"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cccccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
}

[class*=" datetimepicker-dropdown-top"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
	top: -7px;
	right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
	top: -6px;
	right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
	top: -7px;
	left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
	top: -6px;
	left: 7px;
}

.datetimepicker-dropdown-top-left:before {
	bottom: -7px;
	right: 6px;
}

.datetimepicker-dropdown-top-left:after {
	bottom: -6px;
	right: 7px;
}

.datetimepicker-dropdown-top-right:before {
	bottom: -7px;
	left: 6px;
}

.datetimepicker-dropdown-top-right:after {
	bottom: -6px;
	left: 7px;
}

.datetimepicker > div {
	display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
	display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
	display: block;
}

.datetimepicker.days div.datetimepicker-days {
	display: block;
}

.datetimepicker.months div.datetimepicker-months {
	display: block;
}

.datetimepicker.years div.datetimepicker-years {
	display: block;
}

.datetimepicker table {
	margin: 0;
}

.datetimepicker  td,
.datetimepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
	background-color: transparent;
}

.datetimepicker table tr td.minute:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.day:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
	color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.datetimepicker .datetimepicker-hours span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
	width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
	margin-bottom: inherit;
	line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker table tr td span:hover {
	background: #eeeeee;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span.old {
	color: #999999;
}

.datetimepicker th.switch {
	width: 145px;
}

.datetimepicker th span.glyphicon {
	pointer-events: none;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
	cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
	background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
	cursor: pointer;
	width: 14px;
	height: 14px;
}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 140px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .drp-calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .drp-calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .drp-calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .drp-calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .drp-calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }
/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
/* This CSS file is unnecessary if you are not using vertical buttons functionality */


.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
}


/*!
 * Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */


select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v3.3.4
  * @homepage https://bttstrp.github.io/bootstrap-switch
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license Apache-2.0
  */


.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff;
}
.bootstrap-switch span::before {
  content: "\200b";
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-11 23:23:51
*/

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
/*! nouislider - 13.1.4 - 3/20/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
@font-face{font-family:"summernote";font-style:normal;font-weight:normal;src:url("./font/summernote.eot?1d9aeaaff0a8939558a45be6cd52cd4c");src:url("./font/summernote.eot?1d9aeaaff0a8939558a45be6cd52cd4c#iefix") format("embedded-opentype"),url("./font/summernote.woff?1d9aeaaff0a8939558a45be6cd52cd4c") format("woff"),url("./font/summernote.ttf?1d9aeaaff0a8939558a45be6cd52cd4c") format("truetype")}[class^="note-icon-"]:before,[class*=" note-icon-"]:before{display:inline-block;font:normal normal normal 14px summernote;font-size:inherit;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;speak:none;-moz-osx-font-smoothing:grayscale}.note-icon-align-center:before,.note-icon-align-indent:before,.note-icon-align-justify:before,.note-icon-align-left:before,.note-icon-align-outdent:before,.note-icon-align-right:before,.note-icon-align:before,.note-icon-arrow-circle-down:before,.note-icon-arrow-circle-left:before,.note-icon-arrow-circle-right:before,.note-icon-arrow-circle-up:before,.note-icon-arrows-alt:before,.note-icon-arrows-h:before,.note-icon-arrows-v:before,.note-icon-bold:before,.note-icon-caret:before,.note-icon-chain-broken:before,.note-icon-circle:before,.note-icon-close:before,.note-icon-code:before,.note-icon-col-after:before,.note-icon-col-before:before,.note-icon-col-remove:before,.note-icon-eraser:before,.note-icon-float-left:before,.note-icon-float-none:before,.note-icon-float-right:before,.note-icon-font:before,.note-icon-frame:before,.note-icon-italic:before,.note-icon-link:before,.note-icon-magic:before,.note-icon-menu-check:before,.note-icon-minus:before,.note-icon-orderedlist:before,.note-icon-pencil:before,.note-icon-picture:before,.note-icon-question:before,.note-icon-redo:before,.note-icon-rollback:before,.note-icon-row-above:before,.note-icon-row-below:before,.note-icon-row-remove:before,.note-icon-special-character:before,.note-icon-square:before,.note-icon-strikethrough:before,.note-icon-subscript:before,.note-icon-summernote:before,.note-icon-superscript:before,.note-icon-table:before,.note-icon-text-height:before,.note-icon-trash:before,.note-icon-underline:before,.note-icon-undo:before,.note-icon-unorderedlist:before,.note-icon-video:before{display:inline-block;font-family:"summernote";font-style:normal;font-weight:normal;text-decoration:inherit}.note-icon-align-center:before{content:"\f101"}.note-icon-align-indent:before{content:"\f102"}.note-icon-align-justify:before{content:"\f103"}.note-icon-align-left:before{content:"\f104"}.note-icon-align-outdent:before{content:"\f105"}.note-icon-align-right:before{content:"\f106"}.note-icon-align:before{content:"\f107"}.note-icon-arrow-circle-down:before{content:"\f108"}.note-icon-arrow-circle-left:before{content:"\f109"}.note-icon-arrow-circle-right:before{content:"\f10a"}.note-icon-arrow-circle-up:before{content:"\f10b"}.note-icon-arrows-alt:before{content:"\f10c"}.note-icon-arrows-h:before{content:"\f10d"}.note-icon-arrows-v:before{content:"\f10e"}.note-icon-bold:before{content:"\f10f"}.note-icon-caret:before{content:"\f110"}.note-icon-chain-broken:before{content:"\f111"}.note-icon-circle:before{content:"\f112"}.note-icon-close:before{content:"\f113"}.note-icon-code:before{content:"\f114"}.note-icon-col-after:before{content:"\f115"}.note-icon-col-before:before{content:"\f116"}.note-icon-col-remove:before{content:"\f117"}.note-icon-eraser:before{content:"\f118"}.note-icon-float-left:before{content:"\f119"}.note-icon-float-none:before{content:"\f11a"}.note-icon-float-right:before{content:"\f11b"}.note-icon-font:before{content:"\f11c"}.note-icon-frame:before{content:"\f11d"}.note-icon-italic:before{content:"\f11e"}.note-icon-link:before{content:"\f11f"}.note-icon-magic:before{content:"\f120"}.note-icon-menu-check:before{content:"\f121"}.note-icon-minus:before{content:"\f122"}.note-icon-orderedlist:before{content:"\f123"}.note-icon-pencil:before{content:"\f124"}.note-icon-picture:before{content:"\f125"}.note-icon-question:before{content:"\f126"}.note-icon-redo:before{content:"\f127"}.note-icon-rollback:before{content:"\f128"}.note-icon-row-above:before{content:"\f129"}.note-icon-row-below:before{content:"\f12a"}.note-icon-row-remove:before{content:"\f12b"}.note-icon-special-character:before{content:"\f12c"}.note-icon-square:before{content:"\f12d"}.note-icon-strikethrough:before{content:"\f12e"}.note-icon-subscript:before{content:"\f12f"}.note-icon-summernote:before{content:"\f130"}.note-icon-superscript:before{content:"\f131"}.note-icon-table:before{content:"\f132"}.note-icon-text-height:before{content:"\f133"}.note-icon-trash:before{content:"\f134"}.note-icon-underline:before{content:"\f135"}.note-icon-undo:before{content:"\f136"}.note-icon-unorderedlist:before{content:"\f137"}.note-icon-video:before{content:"\f138"}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;z-index:100;display:none;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:700;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:0}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area img.note-float-left{margin-right:10px}.note-editor .note-editing-area img.note-float-right{margin-left:10px}.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;color:#000;word-wrap:break-word;background-color:#fff}.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]{background-color:#e5e5e5}.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;outline:0;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%!important}.note-editor.note-frame.fullscreen .note-editable{background-color:#fff}.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-frame .note-status-output{display:block;width:100%;height:20px;margin-bottom:0;font-size:14px;line-height:1.42857143;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-frame .note-status-output .alert{padding:7px 10px 2px 10px;margin:-7px 0 0 0;color:#000;background-color:#f5f5f5;border-radius:0}.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.note-editor.note-frame .note-statusbar .note-resizebar{width:100%;height:9px;padding-top:1px;cursor:ns-resize}.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-frame .note-placeholder{padding:10px}.note-popover.popover{max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative;z-index:500}.note-popover .popover-content,.panel-heading.note-toolbar{padding:0 0 5px 5px;margin:0}.note-popover .popover-content>.btn-group,.panel-heading.note-toolbar>.btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-popover .popover-content .btn-group .note-table,.panel-heading.note-toolbar .btn-group .note-table{min-width:0;padding:5px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .note-style .dropdown-style blockquote,.panel-heading.note-toolbar .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre,.panel-heading.note-toolbar .note-style .dropdown-style pre{padding:5px 10px;margin:0}.note-popover .popover-content .note-style .dropdown-style h1,.panel-heading.note-toolbar .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.panel-heading.note-toolbar .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.panel-heading.note-toolbar .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.panel-heading.note-toolbar .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.panel-heading.note-toolbar .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.panel-heading.note-toolbar .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p,.panel-heading.note-toolbar .note-style .dropdown-style p{padding:0;margin:0}.note-popover .popover-content .note-color-all .dropdown-menu,.panel-heading.note-toolbar .note-color-all .dropdown-menu{min-width:337px}.note-popover .popover-content .note-color .dropdown-toggle,.panel-heading.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette{display:inline-block;width:160px;margin:0}.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child{margin:0 5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select{width:100%;padding:0 3px;margin:3px;font-size:11px;cursor:pointer;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover{background:#eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn{display:none}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-popover .popover-content .note-para .dropdown-menu,.panel-heading.note-toolbar .note-para .dropdown-menu{min-width:216px;padding:5px}.note-popover .popover-content .note-para .dropdown-menu>div:first-child,.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child{margin-right:5px}.note-popover .popover-content .dropdown-menu,.panel-heading.note-toolbar .dropdown-menu{min-width:90px}.note-popover .popover-content .dropdown-menu.right,.panel-heading.note-toolbar .dropdown-menu.right{right:0;left:auto}.note-popover .popover-content .dropdown-menu.right::before,.panel-heading.note-toolbar .dropdown-menu.right::before{right:9px;left:auto!important}.note-popover .popover-content .dropdown-menu.right::after,.panel-heading.note-toolbar .dropdown-menu.right::after{right:10px;left:auto!important}.note-popover .popover-content .dropdown-menu.note-check li a i,.panel-heading.note-toolbar .dropdown-menu.note-check li a i{color:deepskyblue;visibility:hidden}.note-popover .popover-content .dropdown-menu.note-check li a.checked i,.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i{visibility:visible}.note-popover .popover-content .note-fontsize-10,.panel-heading.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover-content .note-color-palette,.panel-heading.note-toolbar .note-color-palette{line-height:1}.note-popover .popover-content .note-color-palette div .note-color-btn,.panel-heading.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-dialog>div{display:none}.note-dialog .form-group{margin-right:0;margin-left:0}.note-dialog .note-modal-form{margin:0}.note-dialog .note-image-dialog .note-dropzone{min-height:100px;margin-bottom:10px;font-size:30px;line-height:4;color:lightgray;text-align:center;border:4px dashed lightgray}@-moz-document url-prefix(){.note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:gray}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:#fff;border:1px solid #000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:0;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{max-height:150px;padding:3px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;text-decoration:none;white-space:nowrap;cursor:pointer;background-color:#428bca;outline:0}
.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */


@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-shown {
    background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: initial;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon::before {
      display: flex;
      align-items: center;
      font-size: 2em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon::before {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 2em;
      height: 2.8125em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.25em;
        left: -.9375em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 2em 2em;
                transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        -webkit-transform-origin: 0 2em;
                transform-origin: 0 2em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
  .swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: showSweetToast .5s;
            animation: showSweetToast .5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: hideSweetToast .2s forwards;
            animation: hideSweetToast .2s forwards; }
  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: animate-toast-success-tip .75s;
            animation: animate-toast-success-tip .75s; }
  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: animate-toast-success-long .75s;
            animation: animate-toast-success-long .75s; }

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0; } }

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

body.swal2-shown {
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */ }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent; }
  body.swal2-no-backdrop .swal2-shown > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */
  /* stylelint-disable-line scss/no-duplicate-dollar-variables */ }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }
  .swal2-popup .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  .swal2-popup .swal2-actions {
    z-index: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 1.25em auto 0; }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
    .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      width: 2.5em;
      height: 2.5em;
      margin: .46875em;
      padding: 0;
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
              animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      border: .25em solid transparent;
      border-radius: 100%;
      border-color: transparent;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
      margin-right: 30px;
      margin-left: 30px; }
    .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-left: 5px;
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
              animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      border: 3px solid #999999;
      border-radius: 50%;
      border-right-color: transparent;
      box-shadow: 1px 1px 1px #fff; }
  .swal2-popup .swal2-styled {
    margin: .3125em;
    padding: .625em 2em;
    box-shadow: none;
    font-weight: 500; }
    .swal2-popup .swal2-styled:not([disabled]) {
      cursor: pointer; }
    .swal2-popup .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #3085d6;
      color: #fff;
      font-size: 1.0625em; }
    .swal2-popup .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #aaa;
      color: #fff;
      font-size: 1.0625em; }
    .swal2-popup .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
    .swal2-popup .swal2-styled::-moz-focus-inner {
      border: 0; }
  .swal2-popup .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em; }
  .swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  .swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 0;
    outline: initial;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    .swal2-popup .swal2-close:hover {
      -webkit-transform: none;
              transform: none;
      color: #f27474; }
  .swal2-popup > .swal2-input,
  .swal2-popup > .swal2-file,
  .swal2-popup > .swal2-textarea,
  .swal2-popup > .swal2-select,
  .swal2-popup > .swal2-radio,
  .swal2-popup > .swal2-checkbox {
    display: none; }
  .swal2-popup .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word; }
  .swal2-popup #swal2-content {
    text-align: center; }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea,
  .swal2-popup .swal2-select,
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-checkbox {
    margin: 1em auto; }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    font-size: 1.125em; }
    .swal2-popup .swal2-input.swal2-inputerror,
    .swal2-popup .swal2-file.swal2-inputerror,
    .swal2-popup .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-popup .swal2-input:focus,
    .swal2-popup .swal2-file:focus,
    .swal2-popup .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-popup .swal2-input::-webkit-input-placeholder,
    .swal2-popup .swal2-file::-webkit-input-placeholder,
    .swal2-popup .swal2-textarea::-webkit-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input:-ms-input-placeholder,
    .swal2-popup .swal2-file:-ms-input-placeholder,
    .swal2-popup .swal2-textarea:-ms-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input::-ms-input-placeholder,
    .swal2-popup .swal2-file::-ms-input-placeholder,
    .swal2-popup .swal2-textarea::-ms-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input::placeholder,
    .swal2-popup .swal2-file::placeholder,
    .swal2-popup .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-popup .swal2-range {
    margin: 1em auto;
    background: inherit; }
    .swal2-popup .swal2-range input {
      width: 80%; }
    .swal2-popup .swal2-range output {
      width: 20%;
      font-weight: 600;
      text-align: center; }
    .swal2-popup .swal2-range input,
    .swal2-popup .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  .swal2-popup .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    .swal2-popup .swal2-input[type='number'] {
      max-width: 10em; }
  .swal2-popup .swal2-file {
    background: inherit;
    font-size: 1.125em; }
  .swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  .swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: inherit;
    color: #545454;
    font-size: 1.125em; }
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: inherit; }
    .swal2-popup .swal2-radio label,
    .swal2-popup .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    .swal2-popup .swal2-radio input,
    .swal2-popup .swal2-checkbox input {
      margin: 0 .4em; }
  .swal2-popup .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666666;
    font-size: 1em;
    font-weight: 300; }
    .swal2-popup .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      zoom: normal;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  zoom: normal;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .swal2-icon::before {
    display: flex;
    align-items: center;
    height: 92%;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
    .swal2-icon.swal2-warning::before {
      content: '!'; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
    .swal2-icon.swal2-info::before {
      content: 'i'; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
    .swal2-icon.swal2-question::before {
      content: '?'; }
    .swal2-icon.swal2-question.swal2-arabic-question-mark::before {
      content: '؟'; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 3.75em 3.75em;
                transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 3.75em;
                transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .875em;
        width: 1.5625em;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s; }

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s; }

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s; }
  .swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark 0.5s;
            animation: swal2-animate-error-x-mark 0.5s; }

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media print {
  body.swal2-shown {
    /* stylelint-disable-line scss/no-duplicate-dollar-variables */
    /* stylelint-disable-line scss/no-duplicate-dollar-variables */ }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: initial !important; } }


@font-face {
  font-family: "socicon";
  src:url("../font/socicon.eot");
  src:url("../font/socicon.eot?#iefix") format("embedded-opentype"),
    url("../font/socicon.woff") format("woff"),
    url("../font/socicon.ttf") format("truetype"),
    url("../font/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-modelmayhem:before {
  content: "\e000";
}
.socicon-mixcloud:before {
  content: "\e001";
}
.socicon-drupal:before {
  content: "\e002";
}
.socicon-swarm:before {
  content: "\e003";
}
.socicon-istock:before {
  content: "\e004";
}
.socicon-yammer:before {
  content: "\e005";
}
.socicon-ello:before {
  content: "\e006";
}
.socicon-stackoverflow:before {
  content: "\e007";
}
.socicon-persona:before {
  content: "\e008";
}
.socicon-triplej:before {
  content: "\e009";
}
.socicon-houzz:before {
  content: "\e00a";
}
.socicon-rss:before {
  content: "\e00b";
}
.socicon-paypal:before {
  content: "\e00c";
}
.socicon-odnoklassniki:before {
  content: "\e00d";
}
.socicon-airbnb:before {
  content: "\e00e";
}
.socicon-periscope:before {
  content: "\e00f";
}
.socicon-outlook:before {
  content: "\e010";
}
.socicon-coderwall:before {
  content: "\e011";
}
.socicon-tripadvisor:before {
  content: "\e012";
}
.socicon-appnet:before {
  content: "\e013";
}
.socicon-goodreads:before {
  content: "\e014";
}
.socicon-tripit:before {
  content: "\e015";
}
.socicon-lanyrd:before {
  content: "\e016";
}
.socicon-slideshare:before {
  content: "\e017";
}
.socicon-buffer:before {
  content: "\e018";
}
.socicon-disqus:before {
  content: "\e019";
}
.socicon-vkontakte:before {
  content: "\e01a";
}
.socicon-whatsapp:before {
  content: "\e01b";
}
.socicon-patreon:before {
  content: "\e01c";
}
.socicon-storehouse:before {
  content: "\e01d";
}
.socicon-pocket:before {
  content: "\e01e";
}
.socicon-mail:before {
  content: "\e01f";
}
.socicon-blogger:before {
  content: "\e020";
}
.socicon-technorati:before {
  content: "\e021";
}
.socicon-reddit:before {
  content: "\e022";
}
.socicon-dribbble:before {
  content: "\e023";
}
.socicon-stumbleupon:before {
  content: "\e024";
}
.socicon-digg:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-behance:before {
  content: "\e027";
}
.socicon-delicious:before {
  content: "\e028";
}
.socicon-deviantart:before {
  content: "\e029";
}
.socicon-forrst:before {
  content: "\e02a";
}
.socicon-play:before {
  content: "\e02b";
}
.socicon-zerply:before {
  content: "\e02c";
}
.socicon-wikipedia:before {
  content: "\e02d";
}
.socicon-apple:before {
  content: "\e02e";
}
.socicon-flattr:before {
  content: "\e02f";
}
.socicon-github:before {
  content: "\e030";
}
.socicon-renren:before {
  content: "\e031";
}
.socicon-friendfeed:before {
  content: "\e032";
}
.socicon-newsvine:before {
  content: "\e033";
}
.socicon-identica:before {
  content: "\e034";
}
.socicon-bebo:before {
  content: "\e035";
}
.socicon-zynga:before {
  content: "\e036";
}
.socicon-steam:before {
  content: "\e037";
}
.socicon-xbox:before {
  content: "\e038";
}
.socicon-windows:before {
  content: "\e039";
}
.socicon-qq:before {
  content: "\e03a";
}
.socicon-douban:before {
  content: "\e03b";
}
.socicon-meetup:before {
  content: "\e03c";
}
.socicon-playstation:before {
  content: "\e03d";
}
.socicon-android:before {
  content: "\e03e";
}
.socicon-snapchat:before {
  content: "\e03f";
}
.socicon-twitter:before {
  content: "\e040";
}
.socicon-facebook:before {
  content: "\e041";
}
.socicon-googleplus:before {
  content: "\e042";
}
.socicon-pinterest:before {
  content: "\e043";
}
.socicon-foursquare:before {
  content: "\e044";
}
.socicon-yahoo:before {
  content: "\e045";
}
.socicon-skype:before {
  content: "\e046";
}
.socicon-yelp:before {
  content: "\e047";
}
.socicon-feedburner:before {
  content: "\e048";
}
.socicon-linkedin:before {
  content: "\e049";
}
.socicon-viadeo:before {
  content: "\e04a";
}
.socicon-xing:before {
  content: "\e04b";
}
.socicon-myspace:before {
  content: "\e04c";
}
.socicon-soundcloud:before {
  content: "\e04d";
}
.socicon-spotify:before {
  content: "\e04e";
}
.socicon-grooveshark:before {
  content: "\e04f";
}
.socicon-lastfm:before {
  content: "\e050";
}
.socicon-youtube:before {
  content: "\e051";
}
.socicon-vimeo:before {
  content: "\e052";
}
.socicon-dailymotion:before {
  content: "\e053";
}
.socicon-vine:before {
  content: "\e054";
}
.socicon-flickr:before {
  content: "\e055";
}
.socicon-500px:before {
  content: "\e056";
}
.socicon-wordpress:before {
  content: "\e058";
}
.socicon-tumblr:before {
  content: "\e059";
}
.socicon-twitch:before {
  content: "\e05a";
}
.socicon-8tracks:before {
  content: "\e05b";
}
.socicon-amazon:before {
  content: "\e05c";
}
.socicon-icq:before {
  content: "\e05d";
}
.socicon-smugmug:before {
  content: "\e05e";
}
.socicon-ravelry:before {
  content: "\e05f";
}
.socicon-weibo:before {
  content: "\e060";
}
.socicon-baidu:before {
  content: "\e061";
}
.socicon-angellist:before {
  content: "\e062";
}
.socicon-ebay:before {
  content: "\e063";
}
.socicon-imdb:before {
  content: "\e064";
}
.socicon-stayfriends:before {
  content: "\e065";
}
.socicon-residentadvisor:before {
  content: "\e066";
}
.socicon-google:before {
  content: "\e067";
}
.socicon-yandex:before {
  content: "\e068";
}
.socicon-sharethis:before {
  content: "\e069";
}
.socicon-bandcamp:before {
  content: "\e06a";
}
.socicon-itunes:before {
  content: "\e06b";
}
.socicon-deezer:before {
  content: "\e06c";
}
.socicon-telegram:before {
  content: "\e06e";
}
.socicon-openid:before {
  content: "\e06f";
}
.socicon-amplement:before {
  content: "\e070";
}
.socicon-viber:before {
  content: "\e071";
}
.socicon-zomato:before {
  content: "\e072";
}
.socicon-draugiem:before {
  content: "\e074";
}
.socicon-endomodo:before {
  content: "\e075";
}
.socicon-filmweb:before {
  content: "\e076";
}
.socicon-stackexchange:before {
  content: "\e077";
}
.socicon-wykop:before {
  content: "\e078";
}
.socicon-teamspeak:before {
  content: "\e079";
}
.socicon-teamviewer:before {
  content: "\e07a";
}
.socicon-ventrilo:before {
  content: "\e07b";
}
.socicon-younow:before {
  content: "\e07c";
}
.socicon-raidcall:before {
  content: "\e07d";
}
.socicon-mumble:before {
  content: "\e07e";
}
.socicon-medium:before {
  content: "\e06d";
}
.socicon-bebee:before {
  content: "\e07f";
}
.socicon-hitbox:before {
  content: "\e080";
}
.socicon-reverbnation:before {
  content: "\e081";
}
.socicon-formulr:before {
  content: "\e082";
}
.socicon-instagram:before {
  content: "\e057";
}
.socicon-battlenet:before {
  content: "\e083";
}
.socicon-chrome:before {
  content: "\e084";
}
.socicon-discord:before {
  content: "\e086";
}
.socicon-issuu:before {
  content: "\e087";
}
.socicon-macos:before {
  content: "\e088";
}
.socicon-firefox:before {
  content: "\e089";
}
.socicon-opera:before {
  content: "\e08d";
}
.socicon-keybase:before {
  content: "\e090";
}
.socicon-alliance:before {
  content: "\e091";
}
.socicon-livejournal:before {
  content: "\e092";
}
.socicon-googlephotos:before {
  content: "\e093";
}
.socicon-horde:before {
  content: "\e094";
}
.socicon-etsy:before {
  content: "\e095";
}
.socicon-zapier:before {
  content: "\e096";
}
.socicon-google-scholar:before {
  content: "\e097";
}
.socicon-researchgate:before {
  content: "\e098";
}
.socicon-wechat:before {
  content: "\e099";
}
.socicon-strava:before {
  content: "\e09a";
}
.socicon-line:before {
  content: "\e09b";
}
.socicon-lyft:before {
  content: "\e09c";
}
.socicon-uber:before {
  content: "\e09d";
}
.socicon-songkick:before {
  content: "\e09e";
}
.socicon-viewbug:before {
  content: "\e09f";
}
.socicon-googlegroups:before {
  content: "\e0a0";
}
.socicon-quora:before {
  content: "\e073";
}
.socicon-diablo:before {
  content: "\e085";
}
.socicon-blizzard:before {
  content: "\e0a1";
}
.socicon-hearthstone:before {
  content: "\e08b";
}
.socicon-heroes:before {
  content: "\e08a";
}
.socicon-overwatch:before {
  content: "\e08c";
}
.socicon-warcraft:before {
  content: "\e08e";
}
.socicon-starcraft:before {
  content: "\e08f";
}
.socicon-beam:before {
  content: "\e0a2";
}
.socicon-curse:before {
  content: "\e0a3";
}
.socicon-player:before {
  content: "\e0a4";
}
.socicon-streamjar:before {
  content: "\e0a5";
}
.socicon-nintendo:before {
  content: "\e0a6";
}
.socicon-hellocoton:before {
  content: "\e0a7";
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0; }

table.dataTable td,
table.dataTable th {
  box-sizing: content-box; }

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3; }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191"; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193"; }

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1; }

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em; }

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px; }

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

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

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

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21; }

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3; }

div.dt-button-info > div {
  padding: 1em; }

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em; }

div.dt-button-collection-title:empty {
  display: none; }

div.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }

div.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

div.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px; }

div.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px; }

div.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px; }

div.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

div.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

div.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

div.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

div.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0; }

div.dt-button-collection {
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }

div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

div.dt-button-collection.fixed.two-column {
  margin-left: -150px; }

div.dt-button-collection.fixed.three-column {
  margin-left: -225px; }

div.dt-button-collection.fixed.four-column {
  margin-left: -300px; }

div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

div.dt-button-collection .dt-button {
  border-radius: 0; }

div.dt-button-collection.fixed {
  max-width: none; }

div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none; }

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em; }
  div.dt-buttons a.btn {
    float: none; } }

div.dt-buttons button.btn.processing, div.dt-buttons div.btn.processing, div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2); }

div.dt-buttons button.btn.processing:after, div.dt-buttons div.btn.processing:after, div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear; }

div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  box-sizing: border-box;
  background: #0275d8;
  cursor: pointer; }

div.dtk-focus-alt div.dt-autofill-handle {
  background: #ff8b33; }

div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #0275d8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px); }

div.dt-autofill-select.top, div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px; }

div.dt-autofill-select.left, div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px; }

div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em; }

div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }

div.dt-autofill-list ul li {
  display: table-row; }

div.dt-autofill-list ul li:last-child div.dt-autofill-question, div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none; }

div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6; }

div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc; }

div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0; }

div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc; }

div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10; }

div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 60px;
  margin: -2px 0; }

table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202; }

div.DTCR_pointer {
  width: 1px;
  background-color: #0275d8;
  z-index: 201; }

table.DTFC_Cloned tr {
  background-color: white;
  margin-bottom: 0; }

div.DTFC_LeftHeadWrapper table, div.DTFC_RightHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  background-color: white; }

div.DTFC_LeftBodyWrapper table, div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin: 0 !important; }

div.DTFC_LeftBodyWrapper table thead .sorting:after, div.DTFC_LeftBodyWrapper table thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table thead .sorting_desc:after, div.DTFC_LeftBodyWrapper table thead .sorting:after, div.DTFC_LeftBodyWrapper table thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table thead .sorting_desc:after, div.DTFC_RightBodyWrapper table thead .sorting:after, div.DTFC_RightBodyWrapper table thead .sorting_asc:after, div.DTFC_RightBodyWrapper table thead .sorting_desc:after, div.DTFC_RightBodyWrapper table thead .sorting:after, div.DTFC_RightBodyWrapper table thead .sorting_asc:after, div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
  display: none; }

div.DTFC_LeftBodyWrapper table tbody tr:first-child th, div.DTFC_LeftBodyWrapper table tbody tr:first-child td, div.DTFC_RightBodyWrapper table tbody tr:first-child th, div.DTFC_RightBodyWrapper table tbody tr:first-child td {
  border-top: none; }

div.DTFC_LeftFootWrapper table, div.DTFC_RightFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
  background-color: white; }

div.DTFC_Blocker {
  background-color: white; }

table.dataTable.table-striped.DTFC_Cloned tbody {
  background-color: white; }

table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

table.dataTable.fixedHeader-floating {
  position: fixed !important; }

table.dataTable.fixedHeader-locked {
  position: absolute !important; }

@media print {
  table.fixedHeader-floating {
    display: none; } }

table.dataTable tbody th.focus, table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #0275d8; }

div.dtk-focus-alt table.dataTable tbody th.focus, div.dtk-focus-alt table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #ff8b33; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none; }

table.dataTable tr.dtrg-group td {
  background-color: #e0e0e0; }

table.dataTable tr.dtrg-group.dtrg-level-0 td {
  font-weight: bold; }

table.dataTable tr.dtrg-group.dtrg-level-1 td, table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f0f0f0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em; }

table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f3f3f3; }

table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #0275d8;
  outline-offset: -2px;
  z-index: 2001; }

tr.dt-rowReorder-moving {
  outline: 2px solid #888888;
  outline-offset: -2px; }

body.dt-rowReorder-noOverflow {
  overflow-x: hidden; }

table.dataTable td.reorder {
  text-align: center;
  cursor: move; }

div.DTS {
  display: block !important; }

div.DTS tbody th, div.DTS tbody td {
  white-space: nowrap; }

div.DTS div.DTS_Loading {
  z-index: 1; }

div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px); }

div.DTS div.dataTables_scrollBody table {
  z-index: 2; }

div.DTS div.dataTables_paginate, div.DTS div.dataTables_length {
  display: none; }

div.DTS div.dataTables_scrollBody table {
  background-color: white; }

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #0275d8; }

table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected {
  background-color: #0172d2; }

table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover {
  background-color: #0170d0; }

table.dataTable.order-column tbody > tr.selected > .sorting_1, table.dataTable.order-column tbody > tr.selected > .sorting_2, table.dataTable.order-column tbody > tr.selected > .sorting_3, table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1, table.dataTable.display tbody > tr.selected > .sorting_2, table.dataTable.display tbody > tr.selected > .sorting_3, table.dataTable.display tbody > tr > .selected {
  background-color: #0172d3; }

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #016ecc; }

table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #016fcd; }

table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #0170cf; }

table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #0172d3; }

table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #0173d5; }

table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #0174d7; }

table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #016ecc; }

table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #0172d3; }

table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #016bc6; }

table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #016cc7; }

table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #016dca; }

table.dataTable.display tbody > tr:hover > .selected, table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected, table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #016bc6; }

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
  position: relative; }

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box; }

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px; }

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9; }

div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
  margin-left: 0.5em; }

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block; } }

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
  color: white; }

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
  color: #a2d4ed; }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #5867dd;
  --secondary: #e1e1ef;
  --success: #1dc9b7;
  --info: #5578eb;
  --warning: #ffb822;
  --danger: #fd397a;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1399px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #5867dd;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #2739c1;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #74788d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1399px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1399px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ebedf2; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebedf2; }
  .table tbody + tbody {
    border-top: 2px solid #ebedf2; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #ebedf2; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ebedf2; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f8fa; }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #fafbfc; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d0d4f5; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a8b0ed; }

.table-hover .table-primary:hover {
  background-color: #bbc1f1; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #bbc1f1; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f7f7fb; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #efeff7; }

.table-hover .table-secondary:hover {
  background-color: #e6e6f3; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #e6e6f3; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c0f0eb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #89e3da; }

.table-hover .table-success:hover {
  background-color: #abebe4; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #abebe4; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #cfd9f9; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a7b9f5; }

.table-hover .table-info:hover {
  background-color: #b8c7f6; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #b8c7f6; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffebc1; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffda8c; }

.table-hover .table-warning:hover {
  background-color: #ffe3a8; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe3a8; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fec8da; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fe98ba; }

.table-hover .table-danger:hover {
  background-color: #feafc9; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #feafc9; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #5867dd; }

.table-hover .table-active:hover {
  background-color: #4354d9; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #4354d9; }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #595d6e;
  background-color: #ebedf2;
  border-color: #ebedf2; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1398.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #669cf7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #74788d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #74788d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #74788d;
    opacity: 1; }
  .form-control::placeholder {
    color: #74788d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f7f8fa;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.65rem + 1px);
  padding-bottom: calc(0.65rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(1.15rem + 1px);
  padding-bottom: calc(1.15rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #595d6e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 2.3rem + 2px);
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #74788d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #1dc9b7; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: .1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #1dc9b7;
  border-radius: 3px; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1dc9b7;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc9b7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.325rem);
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #1dc9b7;
    box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1dc9b7;
  padding-right: calc((1em + 1.3rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc9b7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 0.65rem) calc(0.75em + 0.65rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #1dc9b7;
    box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1dc9b7; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1dc9b7; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #1dc9b7; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #37e2d0;
  background-color: #37e2d0; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1dc9b7; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1dc9b7; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1dc9b7;
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fd397a; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: .1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #fd397a;
  border-radius: 3px; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #fd397a;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd397a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fd397a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.325rem);
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #fd397a;
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #fd397a;
  padding-right: calc((1em + 1.3rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd397a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fd397a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2rem/calc(0.75em + 0.65rem) calc(0.75em + 0.65rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #fd397a;
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fd397a; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #fd397a; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #fd397a; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fe6b9c;
  background-color: #fe6b9c; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fd397a; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fd397a; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #fd397a;
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd; }
  .btn-primary:hover {
    color: #fff;
    background-color: #384ad7;
    border-color: #2e40d4; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2e40d4;
    border-color: #293ccc; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #c8c8e2;
    border-color: #c0c0dd; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #e1e1ef;
    border-color: #e1e1ef; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #c0c0dd;
    border-color: #b7b7d9; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5); }

.btn-success {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7; }
  .btn-success:hover {
    color: #fff;
    background-color: #18a899;
    border-color: #179c8e; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1dc9b7;
    border-color: #1dc9b7; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #179c8e;
    border-color: #159184; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5); }

.btn-info {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb; }
  .btn-info:hover {
    color: #fff;
    background-color: #335de7;
    border-color: #2754e6; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2754e6;
    border-color: #1c4be4; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822; }
  .btn-warning:hover {
    color: #212529;
    background-color: #fbaa00;
    border-color: #eea200; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #eea200;
    border-color: #e19900; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a; }
  .btn-danger:hover {
    color: #fff;
    background-color: #fd1361;
    border-color: #fc0758; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #fc0758;
    border-color: #f40252; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #5867dd;
  border-color: #5867dd; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #5867dd;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5); }

.btn-outline-secondary {
  color: #e1e1ef;
  border-color: #e1e1ef; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #e1e1ef;
    border-color: #e1e1ef; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #e1e1ef;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e1e1ef;
    border-color: #e1e1ef; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5); }

.btn-outline-success {
  color: #1dc9b7;
  border-color: #1dc9b7; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #1dc9b7;
    border-color: #1dc9b7; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1dc9b7;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1dc9b7;
    border-color: #1dc9b7; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }

.btn-outline-info {
  color: #5578eb;
  border-color: #5578eb; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5578eb;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5); }

.btn-outline-warning {
  color: #ffb822;
  border-color: #ffb822; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffb822;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5); }

.btn-outline-danger {
  color: #fd397a;
  border-color: #fd397a; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #fd397a;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #5867dd;
  text-decoration: none; }
  .btn-link:hover {
    color: #2739c1;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 95;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1399px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #74788d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #595d6e;
    text-decoration: none;
    background-color: #f7f8fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #2c77f4; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #a2a5b9;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #74788d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #74788d; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.2375rem;
  padding-left: 1.2375rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.65rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #74788d;
  text-align: center;
  white-space: nowrap;
  background-color: #f7f8fa;
  border: 1px solid #e2e5ec;
  border-radius: 4px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 2.3rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #5867dd;
    background-color: #5867dd; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #669cf7; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #eceefb;
    border-color: #eceefb; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #f7f8fa; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #5867dd;
  background-color: #5867dd; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(88, 103, 221, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(88, 103, 221, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(88, 103, 221, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(88, 103, 221, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 2rem 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #e2e5ec;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #669cf7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 2.3rem + 2px);
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  padding-left: 1.65rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #669cf7;
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #f7f8fa; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e2e5ec;
  border-radius: 4px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.3rem);
    padding: 0.65rem 1rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #f7f8fa;
    border-left: inherit;
    border-radius: 0 4px 4px 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #5867dd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #eceefb; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #5867dd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #eceefb; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #5867dd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #eceefb; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5867dd; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1398.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1399px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ebedf2;
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f8fa;
  border-bottom: 1px solid #ebedf2; }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f8fa;
  border-top: 1px solid #ebedf2; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -10px;
      margin-left: -10px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2c77f4;
  background-color: #fff;
  border: 1px solid #ebedf2; }
  .page-link:hover {
    z-index: 2;
    color: #2739c1;
    text-decoration: none;
    background-color: #ebedf2;
    border-color: #ebedf2; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ebedf2; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #5867dd; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #2e40d4; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5); }

.badge-secondary {
  color: #212529;
  background-color: #e1e1ef; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #c0c0dd; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5); }

.badge-success {
  color: #fff;
  background-color: #1dc9b7; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #179c8e; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }

.badge-info {
  color: #fff;
  background-color: #5578eb; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #2754e6; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffb822; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #eea200; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #fd397a; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #fc0758; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #2e3673;
  background-color: #dee1f8;
  border-color: #d0d4f5; }
  .alert-primary hr {
    border-top-color: #bbc1f1; }
  .alert-primary .alert-link {
    color: #1f254f; }

.alert-secondary {
  color: #75757c;
  background-color: #f9f9fc;
  border-color: #f7f7fb; }
  .alert-secondary hr {
    border-top-color: #e6e6f3; }
  .alert-secondary .alert-link {
    color: #5c5c62; }

.alert-success {
  color: #0f695f;
  background-color: #d2f4f1;
  border-color: #c0f0eb; }
  .alert-success hr {
    border-top-color: #abebe4; }
  .alert-success .alert-link {
    color: #093c37; }

.alert-info {
  color: #2c3e7a;
  background-color: #dde4fb;
  border-color: #cfd9f9; }
  .alert-info hr {
    border-top-color: #b8c7f6; }
  .alert-info .alert-link {
    color: #1e2b55; }

.alert-warning {
  color: #856012;
  background-color: #fff1d3;
  border-color: #ffebc1; }
  .alert-warning hr {
    border-top-color: #ffe3a8; }
  .alert-warning .alert-link {
    color: #58400c; }

.alert-danger {
  color: #841e3f;
  background-color: #ffd7e4;
  border-color: #fec8da; }
  .alert-danger hr {
    border-top-color: #feafc9; }
  .alert-danger .alert-link {
    color: #5a152b; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: kt-get-color();
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5867dd;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #ebedf2; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ebedf2; }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1399px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #2e3673;
  background-color: #d0d4f5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #2e3673;
    background-color: #bbc1f1; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2e3673;
    border-color: #2e3673; }

.list-group-item-secondary {
  color: #75757c;
  background-color: #f7f7fb; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #75757c;
    background-color: #e6e6f3; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #75757c;
    border-color: #75757c; }

.list-group-item-success {
  color: #0f695f;
  background-color: #c0f0eb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f695f;
    background-color: #abebe4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f695f;
    border-color: #0f695f; }

.list-group-item-info {
  color: #2c3e7a;
  background-color: #cfd9f9; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #2c3e7a;
    background-color: #b8c7f6; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #2c3e7a;
    border-color: #2c3e7a; }

.list-group-item-warning {
  color: #856012;
  background-color: #ffebc1; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856012;
    background-color: #ffe3a8; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856012;
    border-color: #856012; }

.list-group-item-danger {
  color: #841e3f;
  background-color: #fec8da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #841e3f;
    background-color: #feafc9; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #841e3f;
    border-color: #841e3f; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #595d6e;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #ebedf2; }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ebedf2;
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 1px solid #ebedf2;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1.25rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 1px solid #ebedf2;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1399px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #ffffff; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #ffffff; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #ffffff; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #ffffff; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  color: #595d6e;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 3px; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: white; }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: white; }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: white; }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #ffffff; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: white; }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #595d6e;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1.25rem;
  color: #74788d; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #5867dd !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2e40d4 !important; }

.bg-secondary {
  background-color: #e1e1ef !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #c0c0dd !important; }

.bg-success {
  background-color: #1dc9b7 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #179c8e !important; }

.bg-info {
  background-color: #5578eb !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2754e6 !important; }

.bg-warning {
  background-color: #ffb822 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #eea200 !important; }

.bg-danger {
  background-color: #fd397a !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #fc0758 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #5867dd !important; }

.border-secondary {
  border-color: #e1e1ef !important; }

.border-success {
  border-color: #1dc9b7 !important; }

.border-info {
  border-color: #5578eb !important; }

.border-warning {
  border-color: #ffb822 !important; }

.border-danger {
  border-color: #fd397a !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

.d-inline-block {
  display: inline-block !important; }

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1399px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

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

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

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

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1399px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1399px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1399px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1399px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #5867dd !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #2739c1 !important; }

.text-secondary {
  color: #e1e1ef !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #afafd4 !important; }

.text-success {
  color: #1dc9b7 !important; }

a.text-success:hover, a.text-success:focus {
  color: #13867a !important; }

.text-info {
  color: #5578eb !important; }

a.text-info:hover, a.text-info:focus {
  color: #1a46da !important; }

.text-warning {
  color: #ffb822 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d59000 !important; }

.text-danger {
  color: #fd397a !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #e7024e !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #74788d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1024px !important; }
  .container {
    min-width: 1024px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #ebedf2; }
  .table .thead-dark th {
    color: inherit;
    border-color: #ebedf2; } }

.accordion .card {
  margin: 0; }
  .accordion .card .card-header {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-bottom: 0; }
    .accordion .card .card-header .card-title {
      margin: 0;
      font-size: 1.1rem;
      font-weight: 500;
      padding: 1rem 1rem;
      color: #2c77f4;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .accordion .card .card-header .card-title > i {
        margin-right: 1rem;
        font-size: 1.4rem;
        color: #2c77f4; }
      .accordion .card .card-header .card-title.collapsed {
        color: #595d6e; }
        .accordion .card .card-header .card-title.collapsed > i {
          color: #74788d; }
      .accordion .card .card-header .card-title:after {
        right: 1rem; }
  .accordion .card .card-body {
    padding: 1.25rem;
    font-size: 1rem; }

.accordion--no-bg .card {
  background-color: transparent; }

.accordion.accordion-light .card {
  border: 0;
  border-top: 1px solid #eeeef4;
  margin: 0; }
  .accordion.accordion-light .card .card-header {
    cursor: pointer;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0; }
    .accordion.accordion-light .card .card-header .card-title {
      margin: 0;
      font-size: 1.1rem;
      padding: 1rem 1rem 1rem 0;
      font-weight: 500;
      color: #2c77f4; }
      .accordion.accordion-light .card .card-header .card-title.collapsed {
        color: #74788d; }
        .accordion.accordion-light .card .card-header .card-title.collapsed:after {
          color: #74788d; }
      .accordion.accordion-light .card .card-header .card-title:after {
        right: 0; }
  .accordion.accordion-light .card .card-body {
    padding: 0;
    margin-bottom: 1.25rem;
    font-size: 1rem; }
  .accordion.accordion-light .card:first-child {
    border-top: 0; }
    .accordion.accordion-light .card:first-child .card-header {
      margin: 0; }
  .accordion.accordion-light .card:last-child {
    margin-bottom: 1.25rem; }
    .accordion.accordion-light .card:last-child .card-body {
      padding: 0;
      margin: 0; }

.accordion.accordion-outline--padded {
  padding: 1.7rem; }

.accordion.accordion-outline .card {
  margin-bottom: 1.25rem;
  border: 0; }
  .accordion.accordion-outline .card .card-header {
    padding: 0;
    background-color: transparent; }
    .accordion.accordion-outline .card .card-header .card-title {
      font-size: 1.1rem;
      padding: 1.25rem;
      border-color: #8db5f9;
      border-top-width: 2px;
      border-right-width: 2px;
      border-bottom-width: 0;
      padding-bottom: calc(1.5rem + 2px);
      border-left-width: 2px;
      border-style: solid;
      border-top-left-radius: 4px !important;
      border-top-right-radius: 4px !important; }
      .accordion.accordion-outline .card .card-header .card-title:after {
        position: absolute;
        right: 1.25rem;
        font-family: "LineAwesome";
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        content: "";
        font-size: 1.7rem;
        font-weight: bold;
        color: #2c77f4; }
      .accordion.accordion-outline .card .card-header .card-title.collapsed {
        color: #464457;
        border-color: #efeff0;
        border-bottom-width: 2px;
        padding-bottom: 1.5rem;
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important; }
        .accordion.accordion-outline .card .card-header .card-title.collapsed:after {
          content: "";
          color: #efeff0; }
  .accordion.accordion-outline .card .card-body-wrapper > .card-body {
    padding: 0 2.7rem 1.7rem 1.7rem;
    font-size: 1.1rem;
    font-weight: 400;
    border-color: #8db5f9;
    border-top-width: 0;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-style: solid;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    color: #8d8c9b; }
    .accordion.accordion-outline .card .card-body-wrapper > .card-body > p:last-child {
      margin-bottom: 0; }
  .accordion.accordion-outline .card:last-child {
    margin-bottom: 0; }

.accordion.accordion-solid .card {
  margin-bottom: 1.5rem;
  border: 0; }
  .accordion.accordion-solid .card:last-child {
    margin-bottom: 0; }
  .accordion.accordion-solid .card .card-header {
    padding: 0;
    background-color: transparent; }
    .accordion.accordion-solid .card .card-header .card-title {
      font-size: 1.1rem;
      padding: 1.25rem;
      background-color: #f7f8fa;
      border-radius: 4px; }
      .accordion.accordion-solid .card .card-header .card-title.collapsed {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
  .accordion.accordion-solid .card .card-body {
    border: 1px solid #f7f8fa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.accordion.accordion-toggle-arrow .card .card-header .card-title {
  color: #2c77f4;
  position: relative; }
  .accordion.accordion-toggle-arrow .card .card-header .card-title:after {
    position: absolute;
    font-size: 1rem;
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    color: #2c77f4; }
  .accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed {
    color: #74788d; }
    .accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed:after {
      color: #74788d;
      content: ""; }

.accordion.accordion-toggle-plus .card .card-header .card-title {
  color: #2c77f4;
  position: relative; }
  .accordion.accordion-toggle-plus .card .card-header .card-title:after {
    position: absolute;
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    font-size: 1.2rem;
    color: #2c77f4; }
  .accordion.accordion-toggle-plus .card .card-header .card-title.collapsed {
    color: #74788d; }
    .accordion.accordion-toggle-plus .card .card-header .card-title.collapsed:after {
      color: #74788d;
      content: ""; }

.accordion.accordion-svg-icon .card {
  border-top: 0; }
  .accordion.accordion-svg-icon .card .card-header .card-title {
    color: #48465b;
    position: relative;
    font-size: 1.2rem; }
    .accordion.accordion-svg-icon .card .card-header .card-title .kt-svg-icon {
      margin-right: 1.2rem;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      flex: 0 0 2rem;
      transition: all 0.3s; }
    .accordion.accordion-svg-icon .card .card-header .card-title.collapsed {
      color: #48465b; }
      .accordion.accordion-svg-icon .card .card-header .card-title.collapsed .kt-svg-icon {
        -webkit-transform: rotate(0);
        transform: rotate(0); }
  .accordion.accordion-svg-icon .card .card-body {
    padding-left: 3.2rem; }
  .accordion.accordion-svg-icon .card:last-child .card-body {
    padding-left: 3.2rem; }

.accordion.accordion-toggle-svg .card .card-header .card-title {
  color: #48465b;
  font-size: 1.2rem;
  background-color: #ffffff; }
  .accordion.accordion-toggle-svg .card .card-header .card-title .kt-svg-icon {
    margin: auto 0 auto auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.3s; }
  .accordion.accordion-toggle-svg .card .card-header .card-title.collapsed {
    color: #48465b; }
    .accordion.accordion-toggle-svg .card .card-header .card-title.collapsed .kt-svg-icon {
      -webkit-transform: rotate(0);
      transform: rotate(0); }

.alert {
  display: flex;
  align-items: stretch;
  padding: 1rem 2rem;
  border-radius: 3px;
  margin: 0 0 20px 0; }
  .alert .alert-icon {
    display: flex;
    align-items: center;
    padding: 0 1.25rem 0 0; }
    .alert .alert-icon i {
      font-size: 2.4rem; }
    .alert .alert-icon.alert-icon-top {
      align-items: flex-start;
      align-content: stretch; }
  .alert .alert-text {
    align-self: center;
    flex-grow: 1; }
  .alert .alert-close {
    padding: 0 0 0 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .alert .alert-close .close {
      text-shadow: none !important; }
    .alert .alert-close i {
      opacity: 0.8;
      transition: all 0.3s ease; }
      .alert .alert-close i:hover {
        transition: all 0.3s ease;
        opacity: 1; }
  .alert.alert-elevate {
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1); }
  .alert.alert-brand {
    background: #2c77f4;
    border: 1px solid #2c77f4;
    color: #ffffff; }
    .alert.alert-brand .alert-icon i {
      color: #ffffff; }
    .alert.alert-brand .alert-text {
      color: #ffffff; }
      .alert.alert-brand .alert-text hr {
        border-top-color: #ffffff;
        opacity: 0.4; }
    .alert.alert-brand .alert-close i {
      color: #ffffff; }
  .alert.alert-outline-brand {
    border: 1px solid #2c77f4;
    color: #2c77f4; }
    .alert.alert-outline-brand .alert-icon i {
      color: #2c77f4; }
    .alert.alert-outline-brand .alert-text {
      color: #2c77f4; }
    .alert.alert-outline-brand .alert-close i {
      color: #2c77f4; }
  .alert.alert-solid-brand {
    background: rgba(44, 119, 244, 0.1);
    border-color: transparent;
    color: #2c77f4; }
    .alert.alert-solid-brand .alert-icon i {
      color: #2c77f4; }
    .alert.alert-solid-brand .alert-text {
      color: #2c77f4; }
    .alert.alert-solid-brand .alert-close i {
      color: #2c77f4; }
  .alert.alert-light {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #282a3c; }
    .alert.alert-light .alert-icon i {
      color: #282a3c; }
    .alert.alert-light .alert-text {
      color: #282a3c; }
      .alert.alert-light .alert-text hr {
        border-top-color: #282a3c;
        opacity: 0.4; }
    .alert.alert-light .alert-close i {
      color: #282a3c; }
  .alert.alert-outline-light {
    border: 1px solid #ffffff;
    color: #ffffff; }
    .alert.alert-outline-light .alert-icon i {
      color: #ffffff; }
    .alert.alert-outline-light .alert-text {
      color: #ffffff; }
    .alert.alert-outline-light .alert-close i {
      color: #ffffff; }
  .alert.alert-solid-light {
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    color: #ffffff; }
    .alert.alert-solid-light .alert-icon i {
      color: #ffffff; }
    .alert.alert-solid-light .alert-text {
      color: #ffffff; }
    .alert.alert-solid-light .alert-close i {
      color: #ffffff; }
  .alert.alert-dark {
    background: #282a3c;
    border: 1px solid #282a3c;
    color: #ffffff; }
    .alert.alert-dark .alert-icon i {
      color: #ffffff; }
    .alert.alert-dark .alert-text {
      color: #ffffff; }
      .alert.alert-dark .alert-text hr {
        border-top-color: #ffffff;
        opacity: 0.4; }
    .alert.alert-dark .alert-close i {
      color: #ffffff; }
  .alert.alert-outline-dark {
    border: 1px solid #282a3c;
    color: #282a3c; }
    .alert.alert-outline-dark .alert-icon i {
      color: #282a3c; }
    .alert.alert-outline-dark .alert-text {
      color: #282a3c; }
    .alert.alert-outline-dark .alert-close i {
      color: #282a3c; }
  .alert.alert-solid-dark {
    background: rgba(40, 42, 60, 0.1);
    border-color: transparent;
    color: #282a3c; }
    .alert.alert-solid-dark .alert-icon i {
      color: #282a3c; }
    .alert.alert-solid-dark .alert-text {
      color: #282a3c; }
    .alert.alert-solid-dark .alert-close i {
      color: #282a3c; }
  .alert.alert-primary {
    background: #5867dd;
    border: 1px solid #5867dd;
    color: #ffffff; }
    .alert.alert-primary .alert-icon i {
      color: #ffffff; }
    .alert.alert-primary .alert-text {
      color: #ffffff; }
      .alert.alert-primary .alert-text hr {
        border-top-color: #ffffff;
        opacity: 0.4; }
    .alert.alert-primary .alert-close i {
      color: #ffffff; }
  .alert.alert-outline-primary {
    border: 1px solid #5867dd;
    color: #5867dd; }
    .alert.alert-outline-primary .alert-icon i {
      color: #5867dd; }
    .alert.alert-outline-primary .alert-text {
      color: #5867dd; }
    .alert.alert-outline-primary .alert-close i {
      color: #5867dd; }
  .alert.alert-solid-primary {
    background: rgba(88, 103, 221, 0.1);
    border-color: transparent;
    color: #5867dd; }
    .alert.alert-solid-primary .alert-icon i {
      color: #5867dd; }
    .alert.alert-solid-primary .alert-text {
      color: #5867dd; }
    .alert.alert-solid-primary .alert-close i {
      color: #5867dd; }
  .alert.alert-success {
    background: #1dc9b7;
    border: 1px solid #1dc9b7;
    color: #ffffff; }
    .alert.alert-success .alert-icon i {
      color: #ffffff; }
    .alert.alert-success .alert-text {
      color: #ffffff; }
      .alert.alert-success .alert-text hr {
        border-top-color: #ffffff;
        opacity: 0.4; }
    .alert.alert-success .alert-close i {
      color: #ffffff; }
  .alert.alert-outline-success {
    border: 1px solid #1dc9b7;
    color: #1dc9b7; }
    .alert.alert-outline-success .alert-icon i {
      color: #1dc9b7; }
    .alert.alert-outline-success .alert-text {
      color: #1dc9b7; }
    .alert.alert-outline-success .alert-close i {
      color: #1dc9b7; }
  .alert.alert-solid-success {
    background: rgba(29, 201, 183, 0.1);
    border-color: transparent;
    color: #1dc9b7; }
    .alert.alert-solid-success .alert-icon i {
      color: #1dc9b7; }
    .alert.alert-solid-success .alert-text {
      color: #1dc9b7; }
    .alert.alert-solid-success .alert-close i {
      color: #1dc9b7; }
  .alert.alert-info {
    background: #5578eb;
    border: 1px solid #5578eb;
    color: #ffffff; }
    .alert.alert-info .alert-icon i {
      color: #ffffff; }
    .alert.alert-info .alert-text {
      color: #ffffff; }
      .alert.alert-info .alert-text hr {
        border-top-color: #ffffff;
        opacity: 0.4; }
    .alert.alert-info .alert-close i {
      color: #ffffff; }
  .alert.alert-outline-info {
    border: 1px solid #5578eb;
    color: #5578eb; }
    .alert.alert-outline-info .alert-icon i {
      color: #5578eb; }
    .alert.alert-outline-info .alert-text {
      color: #5578eb; }
    .alert.alert-outline-info .alert-close i {
      color: #5578eb; }
  .alert.alert-solid-info {
    background: rgba(85, 120, 235, 0.1);
    border-color: transparent;
    color: #5578eb; }
    .alert.alert-solid-info .alert-icon i {
      color: #5578eb; }
    .alert.alert-solid-info .alert-text {
      color: #5578eb; }
    .alert.alert-solid-info .alert-close i {
      color: #5578eb; }
  .alert.alert-warning {
    background: #ffb822;
    border: 1px solid #ffb822;
    color: #111111; }
    .alert.alert-warning .alert-icon i {
      color: #111111; }
    .alert.alert-warning .alert-text {
      color: #111111; }
      .alert.alert-warning .alert-text hr {
        border-top-color: #111111;
        opacity: 0.4; }
    .alert.alert-warning .alert-close i {
      color: #111111; }
  .alert.alert-outline-warning {
    border: 1px solid #ffb822;
    color: #ffb822; }
    .alert.alert-outline-warning .alert-icon i {
      color: #ffb822; }
    .alert.alert-outline-warning .alert-text {
      color: #ffb822; }
    .alert.alert-outline-warning .alert-close i {
      color: #ffb822; }
  .alert.alert-solid-warning {
    background: rgba(255, 184, 34, 0.1);
    border-color: transparent;
    color: #ffb822; }
    .alert.alert-solid-warning .alert-icon i {
      color: #ffb822; }
    .alert.alert-solid-warning .alert-text {
      color: #ffb822; }
    .alert.alert-solid-warning .alert-close i {
      color: #ffb822; }
  .alert.alert-danger {
    background: #fd397a;
    border: 1px solid #fd397a;
    color: #ffffff; }
    .alert.alert-danger .alert-icon i {
      color: #ffffff; }
    .alert.alert-danger .alert-text {
      color: #ffffff; }
      .alert.alert-danger .alert-text hr {
        border-top-color: #ffffff;
        opacity: 0.4; }
    .alert.alert-danger .alert-close i {
      color: #ffffff; }
  .alert.alert-outline-danger {
    border: 1px solid #fd397a;
    color: #fd397a; }
    .alert.alert-outline-danger .alert-icon i {
      color: #fd397a; }
    .alert.alert-outline-danger .alert-text {
      color: #fd397a; }
    .alert.alert-outline-danger .alert-close i {
      color: #fd397a; }
  .alert.alert-solid-danger {
    background: rgba(253, 57, 122, 0.1);
    border-color: transparent;
    color: #fd397a; }
    .alert.alert-solid-danger .alert-icon i {
      color: #fd397a; }
    .alert.alert-solid-danger .alert-text {
      color: #fd397a; }
    .alert.alert-solid-danger .alert-close i {
      color: #fd397a; }
  .alert.alert-secondary .alert-icon i {
    color: #74788d; }
  .alert.alert-secondary .alert-text {
    color: #595d6e; }
  .alert.alert--marginless {
    margin: 0; }
  .alert.alert-bold .alert-text {
    font-weight: 500; }

.badge {
  font-weight: 400; }

.btn {
  background: transparent;
  outline: none !important;
  vertical-align: middle; }
  .btn:focus:not(.btn-elevate) {
    box-shadow: none !important; }

.btn.btn-clean {
  border-color: transparent;
  background: transparent;
  color: #93a2dd; }
  .btn.btn-clean i {
    color: #93a2dd; }
  .show > .btn.btn-clean, .btn.btn-clean.active, .btn.btn-clean:active, .btn.btn-clean:hover {
    color: #2c77f4;
    background: #f0f3ff; }
    .show > .btn.btn-clean i, .btn.btn-clean.active i, .btn.btn-clean:active i, .btn.btn-clean:hover i {
      color: #2c77f4; }

.btn.btn-default {
  border: 0;
  background: transparent;
  color: #74788d;
  border: 1px solid #e8ecfa; }
  .btn.btn-default i {
    color: #93a2dd; }
  .show > .btn.btn-default, .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover {
    color: #ffffff;
    background: #2c77f4;
    border-color: #2c77f4; }
    .show > .btn.btn-default i, .btn.btn-default.active i, .btn.btn-default:active i, .btn.btn-default:hover i {
      color: #ffffff; }

.btn-secondary {
  background-color: transparent;
  border: 1px solid #e2e5ec;
  color: #595d6e; }
  .show > .btn-secondary.dropdown-toggle, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .btn-secondary:hover {
    color: #595d6e;
    border-color: #e2e5ec;
    background-color: #f4f5f8; }

.btn-brand {
  color: #fff;
  background-color: #2c77f4;
  border-color: #2c77f4;
  color: #ffffff; }
  .btn-brand:hover {
    color: #fff;
    background-color: #0c61ed;
    border-color: #0c5ce1; }
  .btn-brand:focus, .btn-brand.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 139, 246, 0.5); }
  .btn-brand.disabled, .btn-brand:disabled {
    color: #fff;
    background-color: #2c77f4;
    border-color: #2c77f4; }
  .btn-brand:not(:disabled):not(.disabled):active, .btn-brand:not(:disabled):not(.disabled).active,
  .show > .btn-brand.dropdown-toggle {
    color: #fff;
    background-color: #0c5ce1;
    border-color: #0b57d5; }
    .btn-brand:not(:disabled):not(.disabled):active:focus, .btn-brand:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brand.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(76, 139, 246, 0.5); }
  .btn-brand + .btn.dropdown-toggle {
    position: relative; }
    .btn-brand + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-brand + .btn.dropdown-toggle:hover:before, .btn-brand + .btn.dropdown-toggle:focus:before, .btn-brand + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #282a3c; }
  .btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .show > .btn-light.dropdown-toggle, .btn-light:focus, .btn-light.active, .btn-light:active, .btn-light:hover {
    background-color: #f7f8fa;
    border-color: #f7f8fa; }
  .btn-light + .btn.dropdown-toggle {
    position: relative; }
    .btn-light + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #282a3c;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-light + .btn.dropdown-toggle:hover:before, .btn-light + .btn.dropdown-toggle:focus:before, .btn-light + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-dark {
  color: #fff;
  background-color: #282a3c;
  border-color: #282a3c;
  color: #ffffff; }
  .btn-dark:hover {
    color: #fff;
    background-color: #191a25;
    border-color: #14151d; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 74, 89, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #282a3c;
    border-color: #282a3c; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #14151d;
    border-color: #0f0f16; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 74, 89, 0.5); }
  .btn-dark + .btn.dropdown-toggle {
    position: relative; }
    .btn-dark + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-dark + .btn.dropdown-toggle:hover:before, .btn-dark + .btn.dropdown-toggle:focus:before, .btn-dark + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-primary {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #384ad7;
    border-color: #2e40d4; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2e40d4;
    border-color: #293ccc; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5); }
  .btn-primary + .btn.dropdown-toggle {
    position: relative; }
    .btn-primary + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-primary + .btn.dropdown-toggle:hover:before, .btn-primary + .btn.dropdown-toggle:focus:before, .btn-primary + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-success {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
  color: #ffffff; }
  .btn-success:hover {
    color: #fff;
    background-color: #18a899;
    border-color: #179c8e; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1dc9b7;
    border-color: #1dc9b7; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #179c8e;
    border-color: #159184; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5); }
  .btn-success + .btn.dropdown-toggle {
    position: relative; }
    .btn-success + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-success + .btn.dropdown-toggle:hover:before, .btn-success + .btn.dropdown-toggle:focus:before, .btn-success + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-info {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
  color: #ffffff; }
  .btn-info:hover {
    color: #fff;
    background-color: #335de7;
    border-color: #2754e6; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2754e6;
    border-color: #1c4be4; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5); }
  .btn-info + .btn.dropdown-toggle {
    position: relative; }
    .btn-info + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-info + .btn.dropdown-toggle:hover:before, .btn-info + .btn.dropdown-toggle:focus:before, .btn-info + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-warning {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
  color: #111111; }
  .btn-warning:hover {
    color: #212529;
    background-color: #fbaa00;
    border-color: #eea200; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #eea200;
    border-color: #e19900; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5); }
  .btn-warning + .btn.dropdown-toggle {
    position: relative; }
    .btn-warning + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #111111;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-warning + .btn.dropdown-toggle:hover:before, .btn-warning + .btn.dropdown-toggle:focus:before, .btn-warning + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-danger {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
  color: #ffffff; }
  .btn-danger:hover {
    color: #fff;
    background-color: #fd1361;
    border-color: #fc0758; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #fc0758;
    border-color: #f40252; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5); }
  .btn-danger + .btn.dropdown-toggle {
    position: relative; }
    .btn-danger + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-danger + .btn.dropdown-toggle:hover:before, .btn-danger + .btn.dropdown-toggle:focus:before, .btn-danger + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff; }
  .btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #2d4373; }
  .btn-facebook:focus, .btn-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5); }
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #293e6a; }
    .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5); }
  .btn-facebook + .btn.dropdown-toggle {
    position: relative; }
    .btn-facebook + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-facebook + .btn.dropdown-toggle:hover:before, .btn-facebook + .btn.dropdown-toggle:focus:before, .btn-facebook + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-google {
  color: #fff;
  background-color: #dc4e41;
  border-color: #dc4e41;
  color: #ffffff; }
  .btn-google:hover {
    color: #fff;
    background-color: #d03526;
    border-color: #c63224; }
  .btn-google:focus, .btn-google.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 105, 94, 0.5); }
  .btn-google.disabled, .btn-google:disabled {
    color: #fff;
    background-color: #dc4e41;
    border-color: #dc4e41; }
  .btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
  .show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #c63224;
    border-color: #bb2f22; }
    .btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
    .show > .btn-google.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 105, 94, 0.5); }
  .btn-google + .btn.dropdown-toggle {
    position: relative; }
    .btn-google + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-google + .btn.dropdown-toggle:hover:before, .btn-google + .btn.dropdown-toggle:focus:before, .btn-google + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-twitter {
  color: #212529;
  background-color: #4AB3F4;
  border-color: #4AB3F4;
  color: #ffffff; }
  .btn-twitter:hover {
    color: #fff;
    background-color: #26a4f2;
    border-color: #1a9ff1; }
  .btn-twitter:focus, .btn-twitter.focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 158, 214, 0.5); }
  .btn-twitter.disabled, .btn-twitter:disabled {
    color: #212529;
    background-color: #4AB3F4;
    border-color: #4AB3F4; }
  .btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
  .show > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #1a9ff1;
    border-color: #0f9af0; }
    .btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-twitter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(68, 158, 214, 0.5); }
  .btn-twitter + .btn.dropdown-toggle {
    position: relative; }
    .btn-twitter + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-twitter + .btn.dropdown-toggle:hover:before, .btn-twitter + .btn.dropdown-toggle:focus:before, .btn-twitter + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
  color: #ffffff; }
  .btn-instagram:hover {
    color: #fff;
    background-color: #446b8a;
    border-color: #406582; }
  .btn-instagram:focus, .btn-instagram.focus {
    box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5); }
  .btn-instagram.disabled, .btn-instagram:disabled {
    color: #fff;
    background-color: #517fa4;
    border-color: #517fa4; }
  .btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active,
  .show > .btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #406582;
    border-color: #3c5e79; }
    .btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus,
    .show > .btn-instagram.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5); }
  .btn-instagram + .btn.dropdown-toggle {
    position: relative; }
    .btn-instagram + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-instagram + .btn.dropdown-toggle:hover:before, .btn-instagram + .btn.dropdown-toggle:focus:before, .btn-instagram + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-youtube {
  color: #fff;
  background-color: #b31217;
  border-color: #b31217;
  color: #ffffff; }
  .btn-youtube:hover {
    color: #fff;
    background-color: #900f13;
    border-color: #850d11; }
  .btn-youtube:focus, .btn-youtube.focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 54, 58, 0.5); }
  .btn-youtube.disabled, .btn-youtube:disabled {
    color: #fff;
    background-color: #b31217;
    border-color: #b31217; }
  .btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active,
  .show > .btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #850d11;
    border-color: #790c10; }
    .btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus,
    .show > .btn-youtube.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(190, 54, 58, 0.5); }
  .btn-youtube + .btn.dropdown-toggle {
    position: relative; }
    .btn-youtube + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-youtube + .btn.dropdown-toggle:hover:before, .btn-youtube + .btn.dropdown-toggle:focus:before, .btn-youtube + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
  color: #ffffff; }
  .btn-linkedin:hover {
    color: #fff;
    background-color: #005e8f;
    border-color: #005582; }
  .btn-linkedin:focus, .btn-linkedin.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 139, 192, 0.5); }
  .btn-linkedin.disabled, .btn-linkedin:disabled {
    color: #fff;
    background-color: #0077b5;
    border-color: #0077b5; }
  .btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active,
  .show > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005582;
    border-color: #004d75; }
    .btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus,
    .show > .btn-linkedin.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 139, 192, 0.5); }
  .btn-linkedin + .btn.dropdown-toggle {
    position: relative; }
    .btn-linkedin + .btn.dropdown-toggle:before {
      display: block;
      content: ' ';
      border-left: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      left: -1px;
      bottom: 3px;
      opacity: 0.3; }
    .btn-linkedin + .btn.dropdown-toggle:hover:before, .btn-linkedin + .btn.dropdown-toggle:focus:before, .btn-linkedin + .btn.dropdown-toggle.active:before {
      display: none; }

.btn-outline-brand {
  color: #2c77f4;
  border-color: #2c77f4; }
  .btn-outline-brand:hover {
    color: #ffffff;
    background-color: #2c77f4;
    border-color: #2c77f4; }
  .btn-outline-brand:focus, .btn-outline-brand.focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 119, 244, 0.5); }
  .btn-outline-brand.disabled, .btn-outline-brand:disabled {
    color: #2c77f4;
    background-color: transparent; }
  .btn-outline-brand:not(:disabled):not(.disabled):active, .btn-outline-brand:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brand.dropdown-toggle {
    color: #fff;
    background-color: #2c77f4;
    border-color: #2c77f4; }
    .btn-outline-brand:not(:disabled):not(.disabled):active:focus, .btn-outline-brand:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brand.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(44, 119, 244, 0.5); }

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-light:hover {
    color: #282a3c;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #ffffff;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #282a3c;
  border-color: #282a3c; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #282a3c;
    border-color: #282a3c; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 42, 60, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #282a3c;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #282a3c;
    border-color: #282a3c; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 42, 60, 0.5); }

.btn-outline-primary {
  color: #5867dd;
  border-color: #5867dd; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #5867dd;
    border-color: #5867dd; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #5867dd;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5); }

.btn-outline-success {
  color: #1dc9b7;
  border-color: #1dc9b7; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #1dc9b7;
    border-color: #1dc9b7; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1dc9b7;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1dc9b7;
    border-color: #1dc9b7; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }

.btn-outline-info {
  color: #5578eb;
  border-color: #5578eb; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #5578eb;
    border-color: #5578eb; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5578eb;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5); }

.btn-outline-warning {
  color: #ffb822;
  border-color: #ffb822; }
  .btn-outline-warning:hover {
    color: #111111;
    background-color: #ffb822;
    border-color: #ffb822; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffb822;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5); }

.btn-outline-danger {
  color: #fd397a;
  border-color: #fd397a; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #fd397a;
    border-color: #fd397a; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #fd397a;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5); }

.show > .btn-hover-brand, .btn-hover-brand.active, .btn-hover-brand:active, .btn-hover-brand:hover {
  color: #ffffff;
  background-color: #2c77f4;
  border-color: #2c77f4; }

.btn-outline-hover-brand.btn-clean {
  border: 1px solid transparent; }

.show > .btn-outline-hover-brand, .btn-outline-hover-brand.active, .btn-outline-hover-brand:active, .btn-outline-hover-brand:hover {
  color: #2c77f4;
  border-color: #2c77f4;
  background-color: transparent; }

.show > .btn-hover-light, .btn-hover-light.active, .btn-hover-light:active, .btn-hover-light:hover {
  color: #282a3c;
  background-color: #ffffff;
  border-color: #ffffff; }

.btn-outline-hover-light.btn-clean {
  border: 1px solid transparent; }

.show > .btn-outline-hover-light, .btn-outline-hover-light.active, .btn-outline-hover-light:active, .btn-outline-hover-light:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent; }

.show > .btn-hover-dark, .btn-hover-dark.active, .btn-hover-dark:active, .btn-hover-dark:hover {
  color: #ffffff;
  background-color: #282a3c;
  border-color: #282a3c; }

.btn-outline-hover-dark.btn-clean {
  border: 1px solid transparent; }

.show > .btn-outline-hover-dark, .btn-outline-hover-dark.active, .btn-outline-hover-dark:active, .btn-outline-hover-dark:hover {
  color: #282a3c;
  border-color: #282a3c;
  background-color: transparent; }

.show > .btn-hover-primary, .btn-hover-primary.active, .btn-hover-primary:active, .btn-hover-primary:hover {
  color: #ffffff;
  background-color: #5867dd;
  border-color: #5867dd; }

.btn-outline-hover-primary.btn-clean {
  border: 1px solid transparent; }

.show > .btn-outline-hover-primary, .btn-outline-hover-primary.active, .btn-outline-hover-primary:active, .btn-outline-hover-primary:hover {
  color: #5867dd;
  border-color: #5867dd;
  background-color: transparent; }

.show > .btn-hover-success, .btn-hover-success.active, .btn-hover-success:active, .btn-hover-success:hover {
  color: #ffffff;
  background-color: #1dc9b7;
  border-color: #1dc9b7; }

.btn-outline-hover-success.btn-clean {
  border: 1px solid transparent; }

.show > .btn-outline-hover-success, .btn-outline-hover-success.active, .btn-outline-hover-success:active, .btn-outline-hover-success:hover {
  color: #1dc9b7;
  border-color: #1dc9b7;
  background-color: transparent; }

.show > .btn-hover-info, .btn-hover-info.active, .btn-hover-info:active, .btn-hover-info:hover {
  color: #ffffff;
  background-color: #5578eb;
  border-color: #5578eb; }

.btn-outline-hover-info.btn-clean {
  border: 1px solid transparent; }

.show > .btn-outline-hover-info, .btn-outline-hover-info.active, .btn-outline-hover-info:active, .btn-outline-hover-info:hover {
  color: #5578eb;
  border-color: #5578eb;
  background-color: transparent; }

.show > .btn-hover-warning, .btn-hover-warning.active, .btn-hover-warning:active, .btn-hover-warning:hover {
  color: #111111;
  background-color: #ffb822;
  border-color: #ffb822; }

.btn-outline-hover-warning.btn-clean {
  border: 1px solid transparent; }

.show > .btn-outline-hover-warning, .btn-outline-hover-warning.active, .btn-outline-hover-warning:active, .btn-outline-hover-warning:hover {
  color: #ffb822;
  border-color: #ffb822;
  background-color: transparent; }

.show > .btn-hover-danger, .btn-hover-danger.active, .btn-hover-danger:active, .btn-hover-danger:hover {
  color: #ffffff;
  background-color: #fd397a;
  border-color: #fd397a; }

.btn-outline-hover-danger.btn-clean {
  border: 1px solid transparent; }

.show > .btn-outline-hover-danger, .btn-outline-hover-danger.active, .btn-outline-hover-danger:active, .btn-outline-hover-danger:hover {
  color: #fd397a;
  border-color: #fd397a;
  background-color: transparent; }

.btn-font-brand {
  color: #2c77f4; }

.show > .btn-font-hover-brand, .btn-font-hover-brand.active, .btn-font-hover-brand:active, .btn-font-hover-brand:hover {
  color: #2c77f4; }

.btn-font-light {
  color: #ffffff; }

.show > .btn-font-hover-light, .btn-font-hover-light.active, .btn-font-hover-light:active, .btn-font-hover-light:hover {
  color: #ffffff; }

.btn-font-dark {
  color: #282a3c; }

.show > .btn-font-hover-dark, .btn-font-hover-dark.active, .btn-font-hover-dark:active, .btn-font-hover-dark:hover {
  color: #282a3c; }

.btn-font-primary {
  color: #5867dd; }

.show > .btn-font-hover-primary, .btn-font-hover-primary.active, .btn-font-hover-primary:active, .btn-font-hover-primary:hover {
  color: #5867dd; }

.btn-font-success {
  color: #1dc9b7; }

.show > .btn-font-hover-success, .btn-font-hover-success.active, .btn-font-hover-success:active, .btn-font-hover-success:hover {
  color: #1dc9b7; }

.btn-font-info {
  color: #5578eb; }

.show > .btn-font-hover-info, .btn-font-hover-info.active, .btn-font-hover-info:active, .btn-font-hover-info:hover {
  color: #5578eb; }

.btn-font-warning {
  color: #ffb822; }

.show > .btn-font-hover-warning, .btn-font-hover-warning.active, .btn-font-hover-warning:active, .btn-font-hover-warning:hover {
  color: #ffb822; }

.btn-font-danger {
  color: #fd397a; }

.show > .btn-font-hover-danger, .btn-font-hover-danger.active, .btn-font-hover-danger:active, .btn-font-hover-danger:hover {
  color: #fd397a; }

.btn.btn-outline-secondary {
  color: #494988; }
  .show > .btn.btn-outline-secondary, .btn.btn-outline-secondary.active, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:hover {
    background-color: #e1e1ef; }

.btn.btn-elevate {
  transition: all 0.3s ease 0s; }
  .btn.btn-elevate.btn-elevate-air:hover {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px); }

.btn.btn-brand.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(44, 119, 244, 0.15); }
  .show > .btn.btn-brand.btn-elevate, .btn.btn-brand.btn-elevate:focus, .btn.btn-brand.btn-elevate.active, .btn.btn-brand.btn-elevate:active, .btn.btn-brand.btn-elevate:hover {
    box-shadow: 0px 9px 16px 0px rgba(44, 119, 244, 0.25) !important; }
    .show > .btn.btn-brand.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-brand.btn-elevate, .btn.btn-brand.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:focus, .btn.btn-brand.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate.active, .btn.btn-brand.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:active, .btn.btn-brand.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:hover {
      box-shadow: 0px 6px 16px 0px rgba(44, 119, 244, 0.25) !important; }

.show > .btn.btn-brand.btn-elevate-hover, .btn.btn-brand.btn-elevate-hover.active, .btn.btn-brand.btn-elevate-hover:focus, .btn.btn-brand.btn-elevate-hover:active, .btn.btn-brand.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(44, 119, 244, 0.25) !important; }
  .show > .btn.btn-brand.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-brand.btn-elevate-hover, .btn.btn-brand.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover.active, .btn.btn-brand.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:focus, .btn.btn-brand.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:active, .btn.btn-brand.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:hover {
    box-shadow: 0px 6px 16px 0px rgba(44, 119, 244, 0.25) !important; }

.btn.btn-light.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(153, 153, 153, 0.15); }
  .show > .btn.btn-light.btn-elevate, .btn.btn-light.btn-elevate:focus, .btn.btn-light.btn-elevate.active, .btn.btn-light.btn-elevate:active, .btn.btn-light.btn-elevate:hover {
    box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
    background-color: transparent;
    border-color: transparent; }
    .show > .btn.btn-light.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-light.btn-elevate, .btn.btn-light.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:focus, .btn.btn-light.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate.active, .btn.btn-light.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:active, .btn.btn-light.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:hover {
      box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important; }

.show > .btn.btn-light.btn-elevate-hover, .btn.btn-light.btn-elevate-hover.active, .btn.btn-light.btn-elevate-hover:focus, .btn.btn-light.btn-elevate-hover:active, .btn.btn-light.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
  background-color: transparent;
  border-color: transparent; }
  .show > .btn.btn-light.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-light.btn-elevate-hover, .btn.btn-light.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover.active, .btn.btn-light.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:focus, .btn.btn-light.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:active, .btn.btn-light.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:hover {
    box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important; }

.btn.btn-dark.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(40, 42, 60, 0.15); }
  .show > .btn.btn-dark.btn-elevate, .btn.btn-dark.btn-elevate:focus, .btn.btn-dark.btn-elevate.active, .btn.btn-dark.btn-elevate:active, .btn.btn-dark.btn-elevate:hover {
    box-shadow: 0px 9px 16px 0px rgba(40, 42, 60, 0.25) !important; }
    .show > .btn.btn-dark.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-dark.btn-elevate, .btn.btn-dark.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:focus, .btn.btn-dark.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate.active, .btn.btn-dark.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:active, .btn.btn-dark.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:hover {
      box-shadow: 0px 6px 16px 0px rgba(40, 42, 60, 0.25) !important; }

.show > .btn.btn-dark.btn-elevate-hover, .btn.btn-dark.btn-elevate-hover.active, .btn.btn-dark.btn-elevate-hover:focus, .btn.btn-dark.btn-elevate-hover:active, .btn.btn-dark.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(40, 42, 60, 0.25) !important; }
  .show > .btn.btn-dark.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-dark.btn-elevate-hover, .btn.btn-dark.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover.active, .btn.btn-dark.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:focus, .btn.btn-dark.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:active, .btn.btn-dark.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:hover {
    box-shadow: 0px 6px 16px 0px rgba(40, 42, 60, 0.25) !important; }

.btn.btn-primary.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(88, 103, 221, 0.15); }
  .show > .btn.btn-primary.btn-elevate, .btn.btn-primary.btn-elevate:focus, .btn.btn-primary.btn-elevate.active, .btn.btn-primary.btn-elevate:active, .btn.btn-primary.btn-elevate:hover {
    box-shadow: 0px 9px 16px 0px rgba(88, 103, 221, 0.25) !important; }
    .show > .btn.btn-primary.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-primary.btn-elevate, .btn.btn-primary.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:focus, .btn.btn-primary.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate.active, .btn.btn-primary.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:active, .btn.btn-primary.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:hover {
      box-shadow: 0px 6px 16px 0px rgba(88, 103, 221, 0.25) !important; }

.show > .btn.btn-primary.btn-elevate-hover, .btn.btn-primary.btn-elevate-hover.active, .btn.btn-primary.btn-elevate-hover:focus, .btn.btn-primary.btn-elevate-hover:active, .btn.btn-primary.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(88, 103, 221, 0.25) !important; }
  .show > .btn.btn-primary.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-primary.btn-elevate-hover, .btn.btn-primary.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover.active, .btn.btn-primary.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:focus, .btn.btn-primary.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:active, .btn.btn-primary.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:hover {
    box-shadow: 0px 6px 16px 0px rgba(88, 103, 221, 0.25) !important; }

.btn.btn-success.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(29, 201, 183, 0.15); }
  .show > .btn.btn-success.btn-elevate, .btn.btn-success.btn-elevate:focus, .btn.btn-success.btn-elevate.active, .btn.btn-success.btn-elevate:active, .btn.btn-success.btn-elevate:hover {
    box-shadow: 0px 9px 16px 0px rgba(29, 201, 183, 0.25) !important; }
    .show > .btn.btn-success.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-success.btn-elevate, .btn.btn-success.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:focus, .btn.btn-success.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate.active, .btn.btn-success.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:active, .btn.btn-success.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:hover {
      box-shadow: 0px 6px 16px 0px rgba(29, 201, 183, 0.25) !important; }

.show > .btn.btn-success.btn-elevate-hover, .btn.btn-success.btn-elevate-hover.active, .btn.btn-success.btn-elevate-hover:focus, .btn.btn-success.btn-elevate-hover:active, .btn.btn-success.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(29, 201, 183, 0.25) !important; }
  .show > .btn.btn-success.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-success.btn-elevate-hover, .btn.btn-success.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover.active, .btn.btn-success.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:focus, .btn.btn-success.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:active, .btn.btn-success.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:hover {
    box-shadow: 0px 6px 16px 0px rgba(29, 201, 183, 0.25) !important; }

.btn.btn-info.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(85, 120, 235, 0.15); }
  .show > .btn.btn-info.btn-elevate, .btn.btn-info.btn-elevate:focus, .btn.btn-info.btn-elevate.active, .btn.btn-info.btn-elevate:active, .btn.btn-info.btn-elevate:hover {
    box-shadow: 0px 9px 16px 0px rgba(85, 120, 235, 0.25) !important; }
    .show > .btn.btn-info.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-info.btn-elevate, .btn.btn-info.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:focus, .btn.btn-info.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate.active, .btn.btn-info.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:active, .btn.btn-info.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:hover {
      box-shadow: 0px 6px 16px 0px rgba(85, 120, 235, 0.25) !important; }

.show > .btn.btn-info.btn-elevate-hover, .btn.btn-info.btn-elevate-hover.active, .btn.btn-info.btn-elevate-hover:focus, .btn.btn-info.btn-elevate-hover:active, .btn.btn-info.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(85, 120, 235, 0.25) !important; }
  .show > .btn.btn-info.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-info.btn-elevate-hover, .btn.btn-info.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover.active, .btn.btn-info.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:focus, .btn.btn-info.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:active, .btn.btn-info.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:hover {
    box-shadow: 0px 6px 16px 0px rgba(85, 120, 235, 0.25) !important; }

.btn.btn-warning.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(255, 184, 34, 0.15); }
  .show > .btn.btn-warning.btn-elevate, .btn.btn-warning.btn-elevate:focus, .btn.btn-warning.btn-elevate.active, .btn.btn-warning.btn-elevate:active, .btn.btn-warning.btn-elevate:hover {
    box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important; }
    .show > .btn.btn-warning.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-warning.btn-elevate, .btn.btn-warning.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:focus, .btn.btn-warning.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate.active, .btn.btn-warning.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:active, .btn.btn-warning.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:hover {
      box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important; }

.show > .btn.btn-warning.btn-elevate-hover, .btn.btn-warning.btn-elevate-hover.active, .btn.btn-warning.btn-elevate-hover:focus, .btn.btn-warning.btn-elevate-hover:active, .btn.btn-warning.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important; }
  .show > .btn.btn-warning.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-warning.btn-elevate-hover, .btn.btn-warning.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover.active, .btn.btn-warning.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:focus, .btn.btn-warning.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:active, .btn.btn-warning.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:hover {
    box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important; }

.btn.btn-danger.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(253, 57, 122, 0.15); }
  .show > .btn.btn-danger.btn-elevate, .btn.btn-danger.btn-elevate:focus, .btn.btn-danger.btn-elevate.active, .btn.btn-danger.btn-elevate:active, .btn.btn-danger.btn-elevate:hover {
    box-shadow: 0px 9px 16px 0px rgba(253, 57, 122, 0.25) !important; }
    .show > .btn.btn-danger.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-danger.btn-elevate, .btn.btn-danger.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:focus, .btn.btn-danger.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate.active, .btn.btn-danger.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:active, .btn.btn-danger.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:hover {
      box-shadow: 0px 6px 16px 0px rgba(253, 57, 122, 0.25) !important; }

.show > .btn.btn-danger.btn-elevate-hover, .btn.btn-danger.btn-elevate-hover.active, .btn.btn-danger.btn-elevate-hover:focus, .btn.btn-danger.btn-elevate-hover:active, .btn.btn-danger.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(253, 57, 122, 0.25) !important; }
  .show > .btn.btn-danger.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-danger.btn-elevate-hover, .btn.btn-danger.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover.active, .btn.btn-danger.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:focus, .btn.btn-danger.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:active, .btn.btn-danger.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:hover {
    box-shadow: 0px 6px 16px 0px rgba(253, 57, 122, 0.25) !important; }

.btn.btn-square {
  border-radius: 0; }

.btn.btn-pill {
  border-radius: 2rem; }

.btn.btn-upper {
  text-transform: uppercase; }

.btn.btn-bold {
  font-weight: 600; }

.btn.btn-bolder {
  font-weight: 600; }

.btn.btn-boldest {
  font-weight: 700; }

.btn.btn-thin {
  font-weight: 400; }

.btn.btn-lower {
  text-transform: lowercase; }

.btn.btn-wide {
  padding-left: 2.25rem;
  padding-right: 2.25rem; }

.btn.btn-wider {
  padding-left: 2.75rem;
  padding-right: 2.75rem; }

.btn.btn-widest {
  padding-left: 3rem;
  padding-right: 3rem; }

.btn.btn-tall {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem; }

.btn.btn-taller {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem; }

.btn.btn-tallest {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem; }

.btn.btn-font-sm {
  font-size: 0.85rem; }

.btn.btn-font-md {
  font-size: 1rem; }

.btn.btn-font-lg {
  font-size: 1.1rem; }

.btn {
  align-items: center; }
  .btn [class^="la-"],
  .btn [class*=" la-"] {
    font-size: 1.5rem; }
  .btn [class^="fa-"],
  .btn [class*=" fa-"] {
    font-size: 1.2rem; }
  .btn [class^="flaticon-"],
  .btn [class*=" flaticon-"],
  .btn [class^="flaticon2-"],
  .btn [class*=" flaticon2-"] {
    font-size: 1.2rem; }
  .btn i {
    padding-right: 0.5rem;
    vertical-align: middle;
    line-height: 0; }
  .btn.btn-sm [class^="la-"], .btn-group-sm > .btn [class^="la-"],
  .btn.btn-sm [class*=" la-"],
  .btn-group-sm > .btn [class*=" la-"] {
    font-size: 1.3rem; }
  .btn.btn-sm [class^="fa-"], .btn-group-sm > .btn [class^="fa-"],
  .btn.btn-sm [class*=" fa-"],
  .btn-group-sm > .btn [class*=" fa-"] {
    font-size: 1rem; }
  .btn.btn-sm [class^="flaticon-"], .btn-group-sm > .btn [class^="flaticon-"],
  .btn.btn-sm [class*=" flaticon-"],
  .btn-group-sm > .btn [class*=" flaticon-"],
  .btn.btn-sm [class^="flaticon2-"],
  .btn-group-sm > .btn [class^="flaticon2-"],
  .btn.btn-sm [class*=" flaticon2-"],
  .btn-group-sm > .btn [class*=" flaticon2-"] {
    font-size: 1rem; }
  .btn.btn-sm i, .btn-group-sm > .btn i {
    padding-right: 0.35rem; }
  .btn.btn-lg [class^="la-"], .btn-group-lg > .btn [class^="la-"],
  .btn.btn-lg [class*=" la-"],
  .btn-group-lg > .btn [class*=" la-"] {
    font-size: 1.7rem; }
  .btn.btn-lg [class^="fa-"], .btn-group-lg > .btn [class^="fa-"],
  .btn.btn-lg [class*=" fa-"],
  .btn-group-lg > .btn [class*=" fa-"] {
    font-size: 1.4rem; }
  .btn.btn-lg [class^="flaticon-"], .btn-group-lg > .btn [class^="flaticon-"],
  .btn.btn-lg [class*=" flaticon-"],
  .btn-group-lg > .btn [class*=" flaticon-"],
  .btn.btn-lg [class^="flaticon2-"],
  .btn-group-lg > .btn [class^="flaticon2-"],
  .btn.btn-lg [class*=" flaticon2-"],
  .btn-group-lg > .btn [class*=" flaticon2-"] {
    font-size: 1.3rem; }
  .btn.btn-lg i, .btn-group-lg > .btn i {
    padding-right: 0.75rem; }

.btn.btn-label {
  background-color: #f0f3ff;
  color: #2c77f4;
  cursor: text !important; }

.btn.btn-link,
a.btn.btn-label,
button.btn.btn-label,
input.btn.btn-label {
  cursor: pointer !important; }
  .btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link.active,
  a.btn.btn-label:focus,
  a.btn.btn-label:hover,
  a.btn.btn-label.active,
  button.btn.btn-label:focus,
  button.btn.btn-label:hover,
  button.btn.btn-label.active,
  input.btn.btn-label:focus,
  input.btn.btn-label:hover,
  input.btn.btn-label.active {
    background-color: #2c77f4;
    color: #ffffff; }

.btn.btn-label-brand {
  background-color: rgba(44, 119, 244, 0.1);
  color: #2c77f4;
  cursor: text !important; }

.btn.btn-label-brand-o2 {
  background-color: rgba(44, 119, 244, 0.2);
  color: #2c77f4;
  cursor: text !important; }

a.btn.btn-label-brand,
button.btn.btn-label-brand,
input.btn.btn-label-brand {
  cursor: pointer !important; }
  a.btn.btn-label-brand:focus, a.btn.btn-label-brand:hover, a.btn.btn-label-brand.active,
  button.btn.btn-label-brand:focus,
  button.btn.btn-label-brand:hover,
  button.btn.btn-label-brand.active,
  input.btn.btn-label-brand:focus,
  input.btn.btn-label-brand:hover,
  input.btn.btn-label-brand.active {
    background-color: #2c77f4;
    color: #ffffff; }

.btn.btn-label-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: text !important; }

.btn.btn-label-light-o2 {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: text !important; }

a.btn.btn-label-light,
button.btn.btn-label-light,
input.btn.btn-label-light {
  cursor: pointer !important; }
  a.btn.btn-label-light:focus, a.btn.btn-label-light:hover, a.btn.btn-label-light.active,
  button.btn.btn-label-light:focus,
  button.btn.btn-label-light:hover,
  button.btn.btn-label-light.active,
  input.btn.btn-label-light:focus,
  input.btn.btn-label-light:hover,
  input.btn.btn-label-light.active {
    background-color: #ffffff;
    color: #282a3c; }

.btn.btn-label-dark {
  background-color: rgba(40, 42, 60, 0.1);
  color: #282a3c;
  cursor: text !important; }

.btn.btn-label-dark-o2 {
  background-color: rgba(40, 42, 60, 0.2);
  color: #282a3c;
  cursor: text !important; }

a.btn.btn-label-dark,
button.btn.btn-label-dark,
input.btn.btn-label-dark {
  cursor: pointer !important; }
  a.btn.btn-label-dark:focus, a.btn.btn-label-dark:hover, a.btn.btn-label-dark.active,
  button.btn.btn-label-dark:focus,
  button.btn.btn-label-dark:hover,
  button.btn.btn-label-dark.active,
  input.btn.btn-label-dark:focus,
  input.btn.btn-label-dark:hover,
  input.btn.btn-label-dark.active {
    background-color: #282a3c;
    color: #ffffff; }

.btn.btn-label-primary {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
  cursor: text !important; }

.btn.btn-label-primary-o2 {
  background-color: rgba(88, 103, 221, 0.2);
  color: #5867dd;
  cursor: text !important; }

a.btn.btn-label-primary,
button.btn.btn-label-primary,
input.btn.btn-label-primary {
  cursor: pointer !important; }
  a.btn.btn-label-primary:focus, a.btn.btn-label-primary:hover, a.btn.btn-label-primary.active,
  button.btn.btn-label-primary:focus,
  button.btn.btn-label-primary:hover,
  button.btn.btn-label-primary.active,
  input.btn.btn-label-primary:focus,
  input.btn.btn-label-primary:hover,
  input.btn.btn-label-primary.active {
    background-color: #5867dd;
    color: #ffffff; }

.btn.btn-label-success {
  background-color: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
  cursor: text !important; }

.btn.btn-label-success-o2 {
  background-color: rgba(29, 201, 183, 0.2);
  color: #1dc9b7;
  cursor: text !important; }

a.btn.btn-label-success,
button.btn.btn-label-success,
input.btn.btn-label-success {
  cursor: pointer !important; }
  a.btn.btn-label-success:focus, a.btn.btn-label-success:hover, a.btn.btn-label-success.active,
  button.btn.btn-label-success:focus,
  button.btn.btn-label-success:hover,
  button.btn.btn-label-success.active,
  input.btn.btn-label-success:focus,
  input.btn.btn-label-success:hover,
  input.btn.btn-label-success.active {
    background-color: #1dc9b7;
    color: #ffffff; }

.btn.btn-label-info {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
  cursor: text !important; }

.btn.btn-label-info-o2 {
  background-color: rgba(85, 120, 235, 0.2);
  color: #5578eb;
  cursor: text !important; }

a.btn.btn-label-info,
button.btn.btn-label-info,
input.btn.btn-label-info {
  cursor: pointer !important; }
  a.btn.btn-label-info:focus, a.btn.btn-label-info:hover, a.btn.btn-label-info.active,
  button.btn.btn-label-info:focus,
  button.btn.btn-label-info:hover,
  button.btn.btn-label-info.active,
  input.btn.btn-label-info:focus,
  input.btn.btn-label-info:hover,
  input.btn.btn-label-info.active {
    background-color: #5578eb;
    color: #ffffff; }

.btn.btn-label-warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  cursor: text !important; }

.btn.btn-label-warning-o2 {
  background-color: rgba(255, 184, 34, 0.2);
  color: #ffb822;
  cursor: text !important; }

a.btn.btn-label-warning,
button.btn.btn-label-warning,
input.btn.btn-label-warning {
  cursor: pointer !important; }
  a.btn.btn-label-warning:focus, a.btn.btn-label-warning:hover, a.btn.btn-label-warning.active,
  button.btn.btn-label-warning:focus,
  button.btn.btn-label-warning:hover,
  button.btn.btn-label-warning.active,
  input.btn.btn-label-warning:focus,
  input.btn.btn-label-warning:hover,
  input.btn.btn-label-warning.active {
    background-color: #ffb822;
    color: #111111; }

.btn.btn-label-danger {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
  cursor: text !important; }

.btn.btn-label-danger-o2 {
  background-color: rgba(253, 57, 122, 0.2);
  color: #fd397a;
  cursor: text !important; }

a.btn.btn-label-danger,
button.btn.btn-label-danger,
input.btn.btn-label-danger {
  cursor: pointer !important; }
  a.btn.btn-label-danger:focus, a.btn.btn-label-danger:hover, a.btn.btn-label-danger.active,
  button.btn.btn-label-danger:focus,
  button.btn.btn-label-danger:hover,
  button.btn.btn-label-danger.active,
  input.btn.btn-label-danger:focus,
  input.btn.btn-label-danger:hover,
  input.btn.btn-label-danger.active {
    background-color: #fd397a;
    color: #ffffff; }

.btn.btn-label-facebook {
  background-color: rgba(59, 89, 152, 0.1);
  color: #3b5998;
  cursor: text !important; }

.btn.btn-label-facebook-o2 {
  background-color: rgba(59, 89, 152, 0.2);
  color: #3b5998;
  cursor: text !important; }

a.btn.btn-label-facebook,
button.btn.btn-label-facebook,
input.btn.btn-label-facebook {
  cursor: pointer !important; }
  a.btn.btn-label-facebook:focus, a.btn.btn-label-facebook:hover, a.btn.btn-label-facebook.active,
  button.btn.btn-label-facebook:focus,
  button.btn.btn-label-facebook:hover,
  button.btn.btn-label-facebook.active,
  input.btn.btn-label-facebook:focus,
  input.btn.btn-label-facebook:hover,
  input.btn.btn-label-facebook.active {
    background-color: #3b5998;
    color: #ffffff; }

.btn.btn-label-google {
  background-color: rgba(220, 78, 65, 0.1);
  color: #dc4e41;
  cursor: text !important; }

.btn.btn-label-google-o2 {
  background-color: rgba(220, 78, 65, 0.2);
  color: #dc4e41;
  cursor: text !important; }

a.btn.btn-label-google,
button.btn.btn-label-google,
input.btn.btn-label-google {
  cursor: pointer !important; }
  a.btn.btn-label-google:focus, a.btn.btn-label-google:hover, a.btn.btn-label-google.active,
  button.btn.btn-label-google:focus,
  button.btn.btn-label-google:hover,
  button.btn.btn-label-google.active,
  input.btn.btn-label-google:focus,
  input.btn.btn-label-google:hover,
  input.btn.btn-label-google.active {
    background-color: #dc4e41;
    color: #ffffff; }

.btn.btn-label-twitter {
  background-color: rgba(74, 179, 244, 0.1);
  color: #4AB3F4;
  cursor: text !important; }

.btn.btn-label-twitter-o2 {
  background-color: rgba(74, 179, 244, 0.2);
  color: #4AB3F4;
  cursor: text !important; }

a.btn.btn-label-twitter,
button.btn.btn-label-twitter,
input.btn.btn-label-twitter {
  cursor: pointer !important; }
  a.btn.btn-label-twitter:focus, a.btn.btn-label-twitter:hover, a.btn.btn-label-twitter.active,
  button.btn.btn-label-twitter:focus,
  button.btn.btn-label-twitter:hover,
  button.btn.btn-label-twitter.active,
  input.btn.btn-label-twitter:focus,
  input.btn.btn-label-twitter:hover,
  input.btn.btn-label-twitter.active {
    background-color: #4AB3F4;
    color: #ffffff; }

.btn.btn-label-instagram {
  background-color: rgba(81, 127, 164, 0.1);
  color: #517fa4;
  cursor: text !important; }

.btn.btn-label-instagram-o2 {
  background-color: rgba(81, 127, 164, 0.2);
  color: #517fa4;
  cursor: text !important; }

a.btn.btn-label-instagram,
button.btn.btn-label-instagram,
input.btn.btn-label-instagram {
  cursor: pointer !important; }
  a.btn.btn-label-instagram:focus, a.btn.btn-label-instagram:hover, a.btn.btn-label-instagram.active,
  button.btn.btn-label-instagram:focus,
  button.btn.btn-label-instagram:hover,
  button.btn.btn-label-instagram.active,
  input.btn.btn-label-instagram:focus,
  input.btn.btn-label-instagram:hover,
  input.btn.btn-label-instagram.active {
    background-color: #517fa4;
    color: #ffffff; }

.btn.btn-label-youtube {
  background-color: rgba(179, 18, 23, 0.1);
  color: #b31217;
  cursor: text !important; }

.btn.btn-label-youtube-o2 {
  background-color: rgba(179, 18, 23, 0.2);
  color: #b31217;
  cursor: text !important; }

a.btn.btn-label-youtube,
button.btn.btn-label-youtube,
input.btn.btn-label-youtube {
  cursor: pointer !important; }
  a.btn.btn-label-youtube:focus, a.btn.btn-label-youtube:hover, a.btn.btn-label-youtube.active,
  button.btn.btn-label-youtube:focus,
  button.btn.btn-label-youtube:hover,
  button.btn.btn-label-youtube.active,
  input.btn.btn-label-youtube:focus,
  input.btn.btn-label-youtube:hover,
  input.btn.btn-label-youtube.active {
    background-color: #b31217;
    color: #ffffff; }

.btn.btn-label-linkedin {
  background-color: rgba(0, 119, 181, 0.1);
  color: #0077b5;
  cursor: text !important; }

.btn.btn-label-linkedin-o2 {
  background-color: rgba(0, 119, 181, 0.2);
  color: #0077b5;
  cursor: text !important; }

a.btn.btn-label-linkedin,
button.btn.btn-label-linkedin,
input.btn.btn-label-linkedin {
  cursor: pointer !important; }
  a.btn.btn-label-linkedin:focus, a.btn.btn-label-linkedin:hover, a.btn.btn-label-linkedin.active,
  button.btn.btn-label-linkedin:focus,
  button.btn.btn-label-linkedin:hover,
  button.btn.btn-label-linkedin.active,
  input.btn.btn-label-linkedin:focus,
  input.btn.btn-label-linkedin:hover,
  input.btn.btn-label-linkedin.active {
    background-color: #0077b5;
    color: #ffffff; }

.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0; }
  .btn.btn-icon.btn-circle {
    border-radius: 50%; }
  .btn.btn-icon i {
    padding: 0;
    margin: 0;
    line-height: 0; }
  .btn.btn-icon [class^="socicon-"],
  .btn.btn-icon [class*=" socicon-"] {
    line-height: 1; }
  .btn.btn-icon {
    height: 3rem;
    width: 3rem; }
  .btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
    height: 2.5rem;
    width: 2.5rem; }
  .btn.btn-icon.btn-lg, .btn-group-lg > .btn.btn-icon {
    height: 4rem;
    width: 4rem; }
  .btn.btn-icon.btn-icon-sm [class^="la-"],
  .btn.btn-icon.btn-icon-sm [class*=" la-"] {
    font-size: 1.25rem; }
  .btn.btn-icon.btn-icon-sm [class^="fa-"],
  .btn.btn-icon.btn-icon-sm [class*=" fa-"] {
    font-size: 1.15rem; }
  .btn.btn-icon.btn-icon-sm [class^="flaticon-"],
  .btn.btn-icon.btn-icon-sm [class*=" flaticon-"],
  .btn.btn-icon.btn-icon-sm [class^="flaticon2-"],
  .btn.btn-icon.btn-icon-sm [class*=" flaticon2-"] {
    font-size: 1.15rem; }
  .btn.btn-icon.btn-icon-md [class^="la-"],
  .btn.btn-icon.btn-icon-md [class*=" la-"] {
    font-size: 1.3rem; }
  .btn.btn-icon.btn-icon-md [class^="fa-"],
  .btn.btn-icon.btn-icon-md [class*=" fa-"] {
    font-size: 1.2rem; }
  .btn.btn-icon.btn-icon-md [class^="flaticon-"],
  .btn.btn-icon.btn-icon-md [class*=" flaticon-"],
  .btn.btn-icon.btn-icon-md [class^="flaticon2-"],
  .btn.btn-icon.btn-icon-md [class*=" flaticon2-"] {
    font-size: 1.2rem; }
  .btn.btn-icon.btn-icon-lg [class^="la-"],
  .btn.btn-icon.btn-icon-lg [class*=" la-"] {
    font-size: 1.4rem; }
  .btn.btn-icon.btn-icon-lg [class^="fa-"],
  .btn.btn-icon.btn-icon-lg [class*=" fa-"] {
    font-size: 1.4rem; }
  .btn.btn-icon.btn-icon-lg [class^="flaticon-"],
  .btn.btn-icon.btn-icon-lg [class*=" flaticon-"],
  .btn.btn-icon.btn-icon-lg [class^="flaticon2-"],
  .btn.btn-icon.btn-icon-lg [class*=" flaticon2-"] {
    font-size: 1.4rem; }
  .btn.btn-icon.btn-brand i {
    color: #ffffff; }
  .btn.btn-icon.btn-brand:focus i, .btn.btn-icon.btn-brand:hover i, .btn.btn-icon.btn-brand.active i {
    color: #ffffff; }
  .btn.btn-icon.btn-light i {
    color: #282a3c; }
  .btn.btn-icon.btn-light:focus i, .btn.btn-icon.btn-light:hover i, .btn.btn-icon.btn-light.active i {
    color: #282a3c; }
  .btn.btn-icon.btn-dark i {
    color: #ffffff; }
  .btn.btn-icon.btn-dark:focus i, .btn.btn-icon.btn-dark:hover i, .btn.btn-icon.btn-dark.active i {
    color: #ffffff; }
  .btn.btn-icon.btn-primary i {
    color: #ffffff; }
  .btn.btn-icon.btn-primary:focus i, .btn.btn-icon.btn-primary:hover i, .btn.btn-icon.btn-primary.active i {
    color: #ffffff; }
  .btn.btn-icon.btn-success i {
    color: #ffffff; }
  .btn.btn-icon.btn-success:focus i, .btn.btn-icon.btn-success:hover i, .btn.btn-icon.btn-success.active i {
    color: #ffffff; }
  .btn.btn-icon.btn-info i {
    color: #ffffff; }
  .btn.btn-icon.btn-info:focus i, .btn.btn-icon.btn-info:hover i, .btn.btn-icon.btn-info.active i {
    color: #ffffff; }
  .btn.btn-icon.btn-warning i {
    color: #111111; }
  .btn.btn-icon.btn-warning:focus i, .btn.btn-icon.btn-warning:hover i, .btn.btn-icon.btn-warning.active i {
    color: #111111; }
  .btn.btn-icon.btn-danger i {
    color: #ffffff; }
  .btn.btn-icon.btn-danger:focus i, .btn.btn-icon.btn-danger:hover i, .btn.btn-icon.btn-danger.active i {
    color: #ffffff; }

.btn-icon-h {
  height: 3rem; }

.btn-icon-h.btn-sm, .btn-group-sm > .btn-icon-h.btn {
  height: 2.25rem; }

.btn-icon-h.btn-lg, .btn-group-lg > .btn-icon-h.btn {
  height: 4rem; }

.input-group-append .btn.btn-icon,
.input-group-prepend .btn.btn-icon {
  height: auto; }

.btn.kt-spinner:not(.kt-spinner--center) {
  padding-left: 3rem; }
  .btn.kt-spinner:not(.kt-spinner--center):before {
    left: 1rem; }

.btn.kt-spinner.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 3rem; }
  .btn.kt-spinner.kt-spinner--right:before {
    left: auto;
    right: 1rem; }

.btn.kt-spinner.kt-spinner--sm:not(.kt-spinner--center) {
  padding-left: 2.5rem; }
  .btn.kt-spinner.kt-spinner--sm:not(.kt-spinner--center):before {
    left: 1rem; }

.btn.kt-spinner.kt-spinner--sm.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 2.5rem; }
  .btn.kt-spinner.kt-spinner--sm.kt-spinner--right:before {
    left: auto;
    right: 1rem; }

.btn.kt-spinner.kt-spinner--lg:not(.kt-spinner--center) {
  padding-left: 3.5rem; }
  .btn.kt-spinner.kt-spinner--lg:not(.kt-spinner--center):before {
    left: 1rem; }

.btn.kt-spinner.kt-spinner--lg.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 3.5rem; }
  .btn.kt-spinner.kt-spinner--lg.kt-spinner--right:before {
    left: auto;
    right: 1rem; }

.btn.btn-glow {
  box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.1); }
  .show > .btn.btn-glow, .btn.btn-glow.active, .btn.btn-glow:active, .btn.btn-glow:hover {
    box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.3); }

.btn-group.btn-pill {
  border-radius: 2rem;
  overflow: hidden; }
  .btn-group.btn-pill .btn-brand {
    border-width: 1px;
    border-style: solid; }
  .btn-group.btn-pill .btn-light {
    border-width: 1px;
    border-style: solid; }
  .btn-group.btn-pill .btn-dark {
    border-width: 1px;
    border-style: solid; }
  .btn-group.btn-pill .btn-primary {
    border-width: 1px;
    border-style: solid; }
  .btn-group.btn-pill .btn-success {
    border-width: 1px;
    border-style: solid; }
  .btn-group.btn-pill .btn-info {
    border-width: 1px;
    border-style: solid; }
  .btn-group.btn-pill .btn-warning {
    border-width: 1px;
    border-style: solid; }
  .btn-group.btn-pill .btn-danger {
    border-width: 1px;
    border-style: solid; }

.btn-group.btn-elevated {
  box-shadow: 0px 0px 11px 0px rgba(56, 36, 99, 0.08); }

@media (max-width: 768px) {
  .btn-group.btn-pill {
    border-radius: 0; }
    .btn-group.btn-pill .nav {
      justify-content: center; }
    .btn-group.btn-pill .btn {
      margin-bottom: 0.5rem;
      border-radius: 2rem; } }

code {
  background-color: #f7f8fa;
  padding: 0.15rem 0.25rem;
  border-radius: 4px; }

.dropdown-menu {
  border: 0 !important;
  margin: 0;
  border-radius: 0;
  min-width: 14rem;
  padding: 0;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  padding: 1rem 0;
  border-radius: 4px;
  left: 0/*rtl:ignore*/;
  /*rtl:raw:
    right: auto;
    */ }
  .dropdown-menu.dropdown-menu-fit {
    padding: 0; }
  .dropdown-menu.dropdown-menu-fit-bottom {
    padding-bottom: 0; }
  .dropdown-menu.dropdown-menu-fit-top {
    padding-top: 0; }
  .dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) > div:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) form {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .dropdown-menu.dropdown-menu-top-unround {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .dropdown-menu:before, .dropdown-menu:after {
    display: none !important; }
  .dropdown-menu > li > a,
  .dropdown-menu > .dropdown-item {
    outline: none !important;
    display: flex;
    flex-grow: 1;
    padding: 0.7rem 1.2rem; }
    .dropdown-menu > li > a [class^="la-"],
    .dropdown-menu > li > a [class*=" la-"],
    .dropdown-menu > .dropdown-item [class^="la-"],
    .dropdown-menu > .dropdown-item [class*=" la-"] {
      font-size: 1.4rem; }
    .dropdown-menu > li > a [class^="fa-"],
    .dropdown-menu > li > a [class*=" fa-"],
    .dropdown-menu > .dropdown-item [class^="fa-"],
    .dropdown-menu > .dropdown-item [class*=" fa-"] {
      font-size: 1.4rem; }
    .dropdown-menu > li > a [class^="flaticon-"],
    .dropdown-menu > li > a [class*=" flaticon-"],
    .dropdown-menu > li > a [class^="flaticon2-"],
    .dropdown-menu > li > a [class*=" flaticon2-"],
    .dropdown-menu > .dropdown-item [class^="flaticon-"],
    .dropdown-menu > .dropdown-item [class*=" flaticon-"],
    .dropdown-menu > .dropdown-item [class^="flaticon2-"],
    .dropdown-menu > .dropdown-item [class*=" flaticon2-"] {
      font-size: 1.3rem; }
    .dropdown-menu > li > a > i,
    .dropdown-menu > .dropdown-item > i {
      margin-right: 0.75rem;
      color: #74788d; }
      .dropdown-menu > li > a > i:before,
      .dropdown-menu > .dropdown-item > i:before {
        line-height: 0;
        vertical-align: middle; }
  .dropdown-menu .dropdown-divider {
    border-top: 1px solid #ebedf2; }
  .dropdown-menu .dropdown-menu:not(.daterangepicker) {
    /*rtl:raw:
        left: auto !important;
        */ }
  .dropdown-menu.dropdown-menu-sm {
    width: 240px; }
  .dropdown-menu.dropdown-menu-md {
    width: 260px; }
  .dropdown-menu.dropdown-menu-lg {
    width: 320px; }
  .dropdown-menu.dropdown-menu-xl {
    width: 380px; }
  .dropdown-menu.dropdown-menu-anim {
    -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
    animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1; }
  .dropup .dropdown-menu.dropdown-menu-anim,
  .dropdown-menu .dropdown-menu-anim-down.dropdown-menu-anim {
    -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-down .3s ease-out 1;
    animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-down .3s ease-out 1; }
  @media (max-width: 768px) {
    .dropdown-menu.dropdown-menu-xl, .dropdown-menu.dropdown-menu-lg, .dropdown-menu.dropdown-menu-md {
      width: 300px; } }

.nav-link.dropdown-toggle:after,
.btn.dropdown-toggle:after {
  text-align: center;
  display: inline;
  border: 0;
  font-size: 0.6rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  margin-left: 0.5rem/*rtl:ignore*/;
  opacity: 0.7;
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: ""; }

.nav-link.dropdown-toggle.dropdown-toggle-split:after,
.btn.dropdown-toggle.dropdown-toggle-split:after {
  right: 1px; }

.dropdown.dropdown-inline {
  display: inline-block; }

.dropup .nav-link.dropdown-toggle:after,
.dropup .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: ""; }

.btn-group.dropright .nav-link.dropdown-toggle:before,
.btn-group.dropright .btn.dropdown-toggle:before {
  display: none; }

.btn-group.dropright .nav-link.dropdown-toggle:after,
.btn-group.dropright .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: ""; }

.btn-group.dropleft .nav-link.dropdown-toggle:before,
.btn-group.dropleft .btn.dropdown-toggle:before {
  display: none; }

.btn-group.dropleft .nav-link.dropdown-toggle:after,
.btn-group.dropleft .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: ""; }

@-webkit-keyframes dropdown-menu-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes dropdown-menu-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes dropdown-menu-move-down {
  from {
    margin-top: -10px; }
  to {
    margin-top: 0; } }

@keyframes dropdown-menu-move-down {
  from {
    margin-top: -10px; }
  to {
    margin-top: 0; } }

@-webkit-keyframes dropdown-menu-move-up {
  from {
    margin-top: 10px; }
  to {
    margin-top: 0; } }

@keyframes dropdown-menu-move-up {
  from {
    margin-top: 10px; }
  to {
    margin-top: 0; } }

.form-group {
  margin-bottom: 2rem; }
  .form-group.form-group-marginless, .form-group.form-group-last {
    margin-bottom: 0px; }
  .form-group label {
    font-size: 1rem;
    font-weight: 400; }
  .form-group .invalid-feedback,
  .form-group .valid-feedback {
    font-weight: 400; }
  .form-group .form-text {
    font-size: 0.9rem; }
  .form-group.form-group-md {
    margin-bottom: 1rem; }
  .form-group.form-group-sm {
    margin-bottom: 0.5rem; }
  .form-group.form-group-xs {
    margin-bottom: 0.25rem; }
  .form-group.form-group-last {
    margin-bottom: 0rem; }

.form-control:focus, .form-control:active {
  box-shadow: none !important; }

.form-control[readonly] {
  background-color: #ffffff; }

.form-control.form-control-pill {
  border-radius: 50px; }

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-file {
  width: 100%; }

.custom-file-input:focus ~ .custom-file-label {
  box-shadow: none !important; }

.custom-file-label {
  text-align: left; }
  .custom-file-label:after {
    float: left; }

.input-group [class^="la-"],
.input-group [class*=" la-"] {
  font-size: 1.4rem; }

.input-group [class^="fa-"],
.input-group [class*=" fa-"] {
  font-size: 1.2rem; }

.input-group [class^="flaticon-"],
.input-group [class*=" flaticon-"],
.input-group [class^="flaticon2-"],
.input-group [class*=" flaticon2-"] {
  font-size: 1.2rem; }

.input-group i {
  color: #74788d;
  line-height: 0; }

.input-group .form-control.is-valid + .input-group-append,
.input-group .form-control.is-invalid + .input-group-append {
  margin-left: 0; }

.input-group .input-group-prepend + .form-control.is-valid,
.input-group .input-group-prepend + .form-control.is-invalid {
  margin-left: 1px; }

.validated .valid-feedback,
.validated .invalid-feedback {
  display: block; }

.row.row-no-padding {
  margin-left: 0;
  margin-right: 0; }
  .row.row-no-padding > div {
    padding-left: 0;
    padding-right: 0; }

.row.row-full-height {
  height: 100%; }

.row .col-stretch {
  display: flex;
  align-items: stretch; }

.row[class*="row-col-separator-"] > div {
  border-bottom: 1px solid #ebedf2; }
  .row[class*="row-col-separator-"] > div:last-child {
    border-bottom: 0; }

@media (min-width: 1px) {
  .row.row-col-separator-xs > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2; }
    .row.row-col-separator-xs > div:last-child {
      border-right: 0; } }

@media (min-width: 577px) {
  .row.row-col-separator-sm > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2; }
    .row.row-col-separator-sm > div:last-child {
      border-right: 0; } }

@media (min-width: 769px) {
  .row.row-col-separator-md > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2; }
    .row.row-col-separator-md > div:last-child {
      border-right: 0; } }

@media (min-width: 1025px) {
  .row.row-col-separator-lg > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2; }
    .row.row-col-separator-lg > div:last-child {
      border-right: 0; } }

@media (min-width: 1400px) {
  .row.row-col-separator-xl > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2; }
    .row.row-col-separator-xl > div:last-child {
      border-right: 0; } }

.modal .modal-content {
  border-radius: 4px; }
  .modal .modal-content .modal-header .modal-title {
    font-weight: 500;
    font-size: 1.3rem;
    color: #48465b; }
    .modal .modal-content .modal-header .modal-title small {
      font-weight: 400;
      font-size: 0.9rem;
      color: #74788d; }
  .modal .modal-content .modal-header .close {
    outline: none !important;
    color: #74788d;
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    transition: all 0.3s; }
    .modal .modal-content .modal-header .close:before {
      content: ""; }
    .modal .modal-content .modal-header .close:hover {
      transition: all 0.3s; }
    .modal .modal-content .modal-header .close:before {
      font-size: 1.3rem; }
    .modal .modal-content .modal-header .close span {
      display: none; }
    .modal .modal-content .modal-header .close:hover {
      color: #2c77f4; }

.modal.modal-sticky-bottom-right {
  padding: 0 !important;
  max-width: 500px;
  height: auto;
  position: fixed;
  left: auto;
  top: auto;
  bottom: 25px;
  right: 25px;
  margin: 0;
  box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
  border-radius: 4px; }
  @media (max-width: 1024px) {
    .modal.modal-sticky-bottom-right {
      bottom: 10px;
      right: 10px; } }
  @media (max-width: 768px) {
    .modal.modal-sticky-bottom-right {
      max-width: 90%; } }
  .modal.modal-sticky-bottom-right .modal-dialog {
    position: static;
    max-width: 500px;
    width: auto;
    margin: 0;
    border-radius: 4px; }
    .modal.modal-sticky-bottom-right .modal-dialog .modal-content {
      border: 0;
      border-radius: 4px; }

.modal-open {
  overflow: auto !important;
  padding: 0 !important; }

.modal-body.modal-body-fit {
  padding: 0; }

.modal-body.modal-body-x-fit {
  padding-left: 0;
  padding-right: 0; }

.modal-body.modal-body-y-fit {
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 1400px) {
  .modal-dialog.modal-xl {
    max-width: 1299px; } }

.pagination.pagination--grid {
  flex: 1;
  display: flex;
  justify-content: center;
  margin: 0; }
  .pagination.pagination--grid .page-item .page-link {
    background-color: transparent;
    border: 0;
    font-weight: 400;
    color: #928eaa;
    border-radius: 5px;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    margin: 0 0.1rem;
    transition: all 0.3s; }
  .pagination.pagination--grid .page-item.active .page-link, .pagination.pagination--grid .page-item:hover .page-link, .pagination.pagination--grid .page-item:focus .page-link {
    background-color: #2c77f4;
    color: #ffffff; }

.popover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
  .popover .popover-header {
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid #ebedf2; }

.progress {
  background-color: #ebedf2; }
  .progress .progress-bar {
    transition: all 0.5s ease; }
  .progress.progress-sm {
    height: 6px; }
    .progress.progress-sm .progress-bar {
      border-radius: 3px; }
  .progress.progress-lg {
    height: 20px; }
    .progress.progress-lg .progress-bar {
      border-radius: 4px; }

.table th.table-center, .table td.table-center {
  text-align: center; }

.table thead th, .table thead td {
  font-weight: 500;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.table tr.table-active td, .table tr.table-active th {
  color: #ffffff; }

.table.table-head-noborder thead th, .table.table-head-noborder thead td {
  border-top: 0; }

.table.table-head-solid thead th, .table.table-head-solid thead td {
  background-color: #f7f8fa; }

.table.table-light tr {
  border-radius: 5px;
  color: #9392a0; }
  .table.table-light tr:nth-child(even) {
    background-color: #f7f8fa; }
  .table.table-light tr td.table-row-title {
    color: #48465b; }

.table.table-light thead tr {
  background-color: rgba(44, 119, 244, 0.15);
  color: #2c77f4; }

.table.table-light--brand thead tr {
  color: #2c77f4;
  background-color: rgba(44, 119, 244, 0.15); }

.table.table-light--light thead tr {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15); }

.table.table-light--dark thead tr {
  color: #282a3c;
  background-color: rgba(40, 42, 60, 0.15); }

.table.table-light--primary thead tr {
  color: #5867dd;
  background-color: rgba(88, 103, 221, 0.15); }

.table.table-light--success thead tr {
  color: #1dc9b7;
  background-color: rgba(29, 201, 183, 0.15); }

.table.table-light--info thead tr {
  color: #5578eb;
  background-color: rgba(85, 120, 235, 0.15); }

.table.table-light--warning thead tr {
  color: #ffb822;
  background-color: rgba(255, 184, 34, 0.15); }

.table.table-light--danger thead tr {
  color: #fd397a;
  background-color: rgba(253, 57, 122, 0.15); }

.table:not(.table-bordered) thead th, .table:not(.table-bordered) thead td {
  border-top: 0; }

.nav-pills,
.nav-tabs {
  margin: 0 0 25px 0; }
  .nav-pills .nav-item .nav-link,
  .nav-tabs .nav-item .nav-link {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s;
    font-size: 1rem;
    font-weight: 400; }
    .nav-pills .nav-item .nav-link [class^="la-"],
    .nav-pills .nav-item .nav-link [class*=" la-"],
    .nav-tabs .nav-item .nav-link [class^="la-"],
    .nav-tabs .nav-item .nav-link [class*=" la-"] {
      font-size: 1.3rem; }
    .nav-pills .nav-item .nav-link [class^="fa-"],
    .nav-pills .nav-item .nav-link [class*=" fa-"],
    .nav-tabs .nav-item .nav-link [class^="fa-"],
    .nav-tabs .nav-item .nav-link [class*=" fa-"] {
      font-size: 1.2rem; }
    .nav-pills .nav-item .nav-link [class^="flaticon-"],
    .nav-pills .nav-item .nav-link [class*=" flaticon-"],
    .nav-pills .nav-item .nav-link [class^="flaticon2-"],
    .nav-pills .nav-item .nav-link [class*=" flaticon2-"],
    .nav-tabs .nav-item .nav-link [class^="flaticon-"],
    .nav-tabs .nav-item .nav-link [class*=" flaticon-"],
    .nav-tabs .nav-item .nav-link [class^="flaticon2-"],
    .nav-tabs .nav-item .nav-link [class*=" flaticon2-"] {
      font-size: 1.4rem; }
    .nav-pills .nav-item .nav-link i,
    .nav-tabs .nav-item .nav-link i {
      vertical-align: middle;
      line-height: 0;
      display: inline-block;
      margin-right: 0.5rem; }
    .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link:hover,
    .nav-tabs .nav-item .nav-link.active,
    .nav-tabs .nav-item .nav-link:active,
    .nav-tabs .nav-item .nav-link:hover {
      transition: all 0.3s; }

.nav-tabs .nav-item .nav-link {
  color: #2c77f4; }
  .nav-tabs .nav-item .nav-link i {
    color: #2c77f4; }
  .nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover {
    color: #2c77f4; }
    .nav-tabs .nav-item .nav-link.active i, .nav-tabs .nav-item .nav-link:active i, .nav-tabs .nav-item .nav-link:hover i {
      color: #2c77f4; }
  .nav-tabs .nav-item .nav-link.disabled {
    color: #74788d; }
    .nav-tabs .nav-item .nav-link.disabled i {
      color: #74788d; }

.nav-tabs .nav-item.show > .nav-link {
  color: #2c77f4; }
  .nav-tabs .nav-item.show > .nav-link i {
    color: #2c77f4; }

.nav-pills .nav-item {
  margin-right: 0.5rem; }
  .nav-pills .nav-item:last-child {
    margin-right: 0; }
  .nav-pills .nav-item .nav-link {
    color: #595d6e; }
    .nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link.active:hover {
      background-color: #2c77f4;
      color: #ffffff; }
  .nav-pills .nav-item.show > .nav-link {
    background-color: #2c77f4;
    color: #ffffff; }

.nav-pills.nav-pills-sm .nav-item .nav-link {
  font-size: 0.9rem;
  padding: 0.5rem 1rem; }

.nav-pills.nav-pills-bold .nav-item .nav-link {
  font-weight: 500; }

.nav-pills.nav-pills-label .nav-item .nav-link:active, .nav-pills.nav-pills-label .nav-item .nav-link.active, .nav-pills.nav-pills-label .nav-item .nav-link.active:hover {
  background-color: rgba(44, 119, 244, 0.1);
  color: #2c77f4; }

.nav-pills.nav-pills-label .nav-item.show > .nav-link {
  background-color: rgba(44, 119, 244, 0.1);
  color: #2c77f4; }

.nav-fit {
  margin: 0 !important; }

.nav-pills.nav-tabs-btn {
  display: flex;
  justify-content: center; }
  .nav-pills.nav-tabs-btn:before, .nav-pills.nav-tabs-btn:after {
    content: " ";
    display: table; }
  .nav-pills.nav-tabs-btn:after {
    clear: both; }
  .nav-pills.nav-tabs-btn .nav-item {
    max-width: 100%;
    min-width: 75px;
    margin: 0.5rem;
    box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
    border-radius: 0.5rem;
    text-align: center; }
    .nav-pills.nav-tabs-btn .nav-item .nav-link {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      padding: 0.85rem 0.75rem; }
      .nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-icon {
        display: block;
        padding-bottom: 0.5rem; }
        .nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-icon i {
          margin: 0;
          font-size: 1.3rem; }
      .nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-title {
        display: block;
        font-weight: 500; }
  .nav-pills.nav-tabs-btn .nav-link {
    border: 0;
    padding: 12px 0;
    font-size: 1rem;
    font-weight: 400; }
    .nav-pills.nav-tabs-btn .nav-link [class^="la-"],
    .nav-pills.nav-tabs-btn .nav-link [class*=" la-"] {
      font-size: 1.3rem; }
    .nav-pills.nav-tabs-btn .nav-link [class^="fa-"],
    .nav-pills.nav-tabs-btn .nav-link [class*=" fa-"] {
      font-size: 1.2rem; }
    .nav-pills.nav-tabs-btn .nav-link [class^="flaticon-"],
    .nav-pills.nav-tabs-btn .nav-link [class*=" flaticon-"],
    .nav-pills.nav-tabs-btn .nav-link [class^="flaticon2-"],
    .nav-pills.nav-tabs-btn .nav-link [class*=" flaticon2-"] {
      font-size: 1.4rem; }
    .nav-pills.nav-tabs-btn .nav-link i {
      vertical-align: middle;
      line-height: 0;
      display: inline-block;
      margin-right: 0.5rem; }
  .nav-pills.nav-tabs-btn.nav-tabs-btn-2x a.nav-link {
    border-bottom-width: 2px !important; }
  .nav-pills.nav-tabs-btn.nav-tabs-btn-left {
    float: left; }
  .nav-pills.nav-tabs-btn.nav-tabs-btn-right {
    float: right; }
  .kt-portlet--tabs .nav-pills.nav-tabs-btn {
    margin: 0 0 -1px 0; }
    .kt-portlet--tabs .nav-pills.nav-tabs-btn.nav-tabs-btn-2x {
      margin: 0 0 -2px 0; }
    .kt-portlet--tabs .nav-pills.nav-tabs-btn .nav-item {
      display: flex;
      align-items: stretch; }
      .kt-portlet--tabs .nav-pills.nav-tabs-btn .nav-item .nav-link {
        display: flex;
        align-items: center; }
  .nav-pills.nav-tabs-btn.nav-tabs-bold .nav-item .nav-link {
    font-weight: 500; }

.nav-pills.nav-tabs-btn a.nav-link.active .nav-link-icon i {
  color: #fff; }

.nav-pills.nav-tabs-btn a.nav-link.active .nav-link-title {
  color: #fff; }

.nav-pills.nav-tabs-btn a.nav-link .nav-link-icon i {
  color: #a2a5b9; }

.nav-pills.nav-tabs-btn a.nav-link .nav-link-title {
  color: #74788d; }

.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active {
  background-color: #2c77f4; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active .nav-link-icon i {
    color: #ffffff !important; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active .nav-link-title {
    color: #ffffff !important; }

.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active {
  background-color: #ffffff; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active .nav-link-icon i {
    color: #282a3c !important; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active .nav-link-title {
    color: #282a3c !important; }

.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active {
  background-color: #282a3c; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active .nav-link-icon i {
    color: #ffffff !important; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active .nav-link-title {
    color: #ffffff !important; }

.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active {
  background-color: #5867dd; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active .nav-link-icon i {
    color: #ffffff !important; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active .nav-link-title {
    color: #ffffff !important; }

.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active {
  background-color: #1dc9b7; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active .nav-link-icon i {
    color: #ffffff !important; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active .nav-link-title {
    color: #ffffff !important; }

.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active {
  background-color: #5578eb; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active .nav-link-icon i {
    color: #ffffff !important; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active .nav-link-title {
    color: #ffffff !important; }

.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active {
  background-color: #ffb822; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active .nav-link-icon i {
    color: #111111 !important; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active .nav-link-title {
    color: #111111 !important; }

.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active {
  background-color: #fd397a; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active .nav-link-icon i {
    color: #ffffff !important; }
  .nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active .nav-link-title {
    color: #ffffff !important; }

@media (max-width: 768px) {
  .nav-pills.nav-tabs-btn .nav .nav-item {
    max-width: 100%;
    width: 6.5rem;
    margin: 0.6rem; }
    .nav-pills.nav-tabs-btn .nav .nav-item .nav-link .nav-link-icon i {
      font-size: 1.2rem; }
    .nav-pills.nav-tabs-btn .nav .nav-item .nav-link .nav-link-title {
      font-size: 1rem; } }

.nav-tabs.nav-tabs-line {
  margin: 0 0 25px 0; }
  .nav-tabs.nav-tabs-line:before, .nav-tabs.nav-tabs-line:after {
    content: " ";
    display: table; }
  .nav-tabs.nav-tabs-line:after {
    clear: both; }
  .nav-tabs.nav-tabs-line .nav-item {
    margin-right: 20px;
    margin-bottom: -1px; }
    @media (max-width: 1399px) {
      .nav-tabs.nav-tabs-line .nav-item {
        margin-right: 15px; } }
    .nav-tabs.nav-tabs-line .nav-item:last-child {
      margin-right: 0; }
  .nav-tabs.nav-tabs-line .nav-link {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 12px 0;
    font-size: 1rem;
    font-weight: 400; }
    .nav-tabs.nav-tabs-line .nav-link [class^="la-"],
    .nav-tabs.nav-tabs-line .nav-link [class*=" la-"] {
      font-size: 1.3rem; }
    .nav-tabs.nav-tabs-line .nav-link [class^="fa-"],
    .nav-tabs.nav-tabs-line .nav-link [class*=" fa-"] {
      font-size: 1.2rem; }
    .nav-tabs.nav-tabs-line .nav-link [class^="flaticon-"],
    .nav-tabs.nav-tabs-line .nav-link [class*=" flaticon-"],
    .nav-tabs.nav-tabs-line .nav-link [class^="flaticon2-"],
    .nav-tabs.nav-tabs-line .nav-link [class*=" flaticon2-"] {
      font-size: 1.2rem; }
    .nav-tabs.nav-tabs-line .nav-link i {
      vertical-align: middle;
      line-height: 0;
      display: inline-block;
      margin-right: 0.5rem; }
    .nav-tabs.nav-tabs-line .nav-link svg {
      margin-right: 0.5rem; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-left {
    float: left; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-right {
    float: right; }
  .kt-portlet--tabs .nav-tabs.nav-tabs-line {
    margin: 0 0 -1px 0.5rem;
    border-color: transparent !important; }
    .kt-portlet--tabs .nav-tabs.nav-tabs-line.nav-tabs-line-2x {
      margin: 0 0 -2px 0; }
    .kt-portlet--tabs .nav-tabs.nav-tabs-line .nav-item {
      display: flex;
      align-items: stretch; }
      .kt-portlet--tabs .nav-tabs.nav-tabs-line .nav-item .nav-link {
        display: flex;
        align-items: center; }
  .nav-tabs.nav-tabs-line.nav-tabs-bold .nav-item .nav-link {
    font-weight: 500; }
  .nav-tabs.nav-tabs-line.nav-tabs-bolder .nav-item .nav-link {
    font-weight: 600; }
  .nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item {
    margin-right: 30px; }
    @media (max-width: 1399px) {
      .nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item {
        margin-right: 15px; } }
    .nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item:last-child {
      margin-right: 0; }
    .nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item .nav-link {
      padding: 12px 0;
      font-size: 1rem; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-2x {
    border-bottom-width: 2px !important; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-2x .nav-item {
      margin-bottom: -2px; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-2x a.nav-link {
      border-bottom-width: 2px !important; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-3x {
    border-bottom-width: 3px !important; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-item {
      margin-bottom: -3px; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-3x a.nav-link {
      border-bottom-width: 3px !important; }
  .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item {
    margin-right: 40px; }
    .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item:last-child {
      margin-right: 0; }
    @media (max-width: 1024px) {
      .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item {
        margin-right: 20px; }
        .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item:last-child {
          margin-right: 0; } }
  .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item {
    margin-right: 50px; }
    .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item:last-child {
      margin-right: 0; }
    @media (max-width: 1024px) {
      .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item {
        margin-right: 20px; }
        .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item:last-child {
          margin-right: 0; } }

.nav-tabs.nav-tabs-line {
  border-bottom: 1px solid #ebedf2; }
  .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link,
  .nav-tabs.nav-tabs-line a.nav-link {
    background-color: transparent;
    color: #595d6e; }
    .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link i,
    .nav-tabs.nav-tabs-line a.nav-link i {
      color: #a2a5b9; }
    .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:disabled,
    .nav-tabs.nav-tabs-line a.nav-link:disabled {
      opacity: 0.7; }
    .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link g [fill],
    .nav-tabs.nav-tabs-line a.nav-link g [fill] {
      transition: fill 0.3s ease;
      fill: #74788d; }
    .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover g [fill],
    .nav-tabs.nav-tabs-line a.nav-link:hover g [fill] {
      transition: fill 0.3s ease; }
    .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active,
    .nav-tabs.nav-tabs-line a.nav-link:hover,
    .nav-tabs.nav-tabs-line a.nav-link.active {
      background-color: transparent;
      color: #595d6e;
      border-bottom: 1px solid #2c77f4; }
      .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active > i,
      .nav-tabs.nav-tabs-line a.nav-link:hover > i,
      .nav-tabs.nav-tabs-line a.nav-link.active > i {
        color: #2c77f4; }
      .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover g [fill], .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active g [fill],
      .nav-tabs.nav-tabs-line a.nav-link:hover g [fill],
      .nav-tabs.nav-tabs-line a.nav-link.active g [fill] {
        transition: fill 0.3s ease;
        fill: #2c77f4; }
      .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover:hover g [fill], .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active:hover g [fill],
      .nav-tabs.nav-tabs-line a.nav-link:hover:hover g [fill],
      .nav-tabs.nav-tabs-line a.nav-link.active:hover g [fill] {
        transition: fill 0.3s ease; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover {
    border-bottom: 1px solid #2c77f4; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active,
  .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active {
    color: #2c77f4;
    border-bottom: 1px solid #2c77f4; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active > i {
      color: #4487f5; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav-tabs-line-3x {
    border-bottom-color: rgba(44, 119, 244, 0.1); }
  .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover {
    border-bottom: 1px solid #ffffff; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link.active,
  .nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link.active {
    color: #ffffff;
    border-bottom: 1px solid #ffffff; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link.active > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link.active > i {
      color: white; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav-tabs-line-3x {
    border-bottom-color: rgba(255, 255, 255, 0.1); }
  .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover {
    border-bottom: 1px solid #282a3c; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link.active,
  .nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link.active {
    color: #282a3c;
    border-bottom: 1px solid #282a3c; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link.active > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link.active > i {
      color: #32354b; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav-tabs-line-3x {
    border-bottom-color: rgba(40, 42, 60, 0.1); }
  .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover {
    border-bottom: 1px solid #5867dd; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active,
  .nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active {
    color: #5867dd;
    border-bottom: 1px solid #5867dd; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active > i {
      color: #6d7ae1; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav-tabs-line-3x {
    border-bottom-color: rgba(88, 103, 221, 0.1); }
  .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover {
    border-bottom: 1px solid #1dc9b7; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active,
  .nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active {
    color: #1dc9b7;
    border-bottom: 1px solid #1dc9b7; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active > i {
      color: #21dfcb; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav-tabs-line-3x {
    border-bottom-color: rgba(29, 201, 183, 0.1); }
  .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover {
    border-bottom: 1px solid #5578eb; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link.active,
  .nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link.active {
    color: #5578eb;
    border-bottom: 1px solid #5578eb; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link.active > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link.active > i {
      color: #6c8aee; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav-tabs-line-3x {
    border-bottom-color: rgba(85, 120, 235, 0.1); }
  .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover {
    border-bottom: 1px solid #ffb822; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link.active,
  .nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link.active {
    color: #ffb822;
    border-bottom: 1px solid #ffb822; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link.active > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link.active > i {
      color: #ffc03c; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav-tabs-line-3x {
    border-bottom-color: rgba(255, 184, 34, 0.1); }
  .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover {
    border-bottom: 1px solid #fd397a; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link.active,
  .nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover,
  .nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link.active {
    color: #fd397a;
    border-bottom: 1px solid #fd397a; }
    .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link.active > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover > i,
    .nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link.active > i {
      color: #fd528b; }
  .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-3x {
    border-bottom-color: rgba(253, 57, 122, 0.1); }

.toast.toast-custom {
  display: none;
  position: absolute;
  z-index: 195;
  top: 2rem;
  right: 2rem;
  width: 350px;
  border: 0; }
  .toast.toast-custom.toast-left {
    left: 2rem;
    right: auto; }
  .toast.toast-custom.toast-bottom {
    top: auto;
    bottom: 2rem; }
  .toast.toast-custom.toast-top {
    bottom: auto;
    top: 2rem; }
  .toast.toast-custom.toast-center-v {
    top: 45%;
    bottom: auto; }
  .toast.toast-custom.toast-center-h {
    right: auto;
    left: 50%;
    margin-left: -175px; }
  .toast.toast-custom .toast-header {
    padding: 0.5rem 1rem; }
  .toast.toast-custom .toast-body {
    padding: 0.5rem 1rem;
    font-size: 0.9rem; }
  .toast.toast-custom.show {
    display: block; }
  .toast.toast-custom.toast-fill {
    background-color: #fff; }

.toast .toast-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #595d6e;
  margin-right: auto !important; }

.toast .toast-time {
  margin-left: 0.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #595d6e; }

.toast .toast-icon {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  color: #74788d; }

.toast .toast-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  outline: none !important;
  margin: 0;
  padding: 0;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .toast .toast-close i {
    font-size: 1.1rem;
    color: #74788d; }
    .toast .toast-close i:before {
      line-height: 0;
      vertical-align: middle; }
  .toast .toast-close:hover i {
    color: #2c77f4; }

.tooltip .tooltip-inner {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  /*rtl:raw:
        left: auto;
        right: 0;
        */ }
  .tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before,
  .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
    /*rtl:raw:
        border-width: 0.4rem 0 0.4rem 0.4rem;
        border-left-color: #fff;
        */ }

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  /*rtl:raw:
        right: auto;
        left: 0;
        */ }
  .tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before,
  .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
    /*rtl:raw:
        border-width: 0.4rem 0.4rem 0.4rem 0;
        border-right-color: #fff;
        */ }

.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none; }

.tooltip.tooltip-dark .tooltip-inner {
  color: #fff;
  background: #2c2e3e; }

.tooltip.tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #2c2e3e; }

.tooltip.tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #2c2e3e/*rtl:ignore*/; }

.tooltip.tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #2c2e3e; }

.tooltip.tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #2c2e3e/*rtl:ignore*/; }

.tooltip.tooltip-brand .tooltip-inner {
  color: #ffffff;
  background: #2c77f4; }

.tooltip.tooltip-brand.bs-tooltip-top .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #2c77f4; }

.tooltip.tooltip-brand.bs-tooltip-right .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #2c77f4/*rtl:ignore*/; }

.tooltip.tooltip-brand.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #2c77f4; }

.tooltip.tooltip-brand.bs-tooltip-left .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #2c77f4/*rtl:ignore*/; }

.kt-container, .kt-container.kt-container--fluid {
  width: 100%;
  margin: 0; }

.kt-container.kt-container--fit {
  padding: 0 !important; }

.kt-container.kt-container--fit-left {
  padding-left: 0 !important; }

.kt-container.kt-container--fit-right {
  padding-right: 0 !important; }

@media (min-width: 1429px) {
  .kt-container {
    width: 1380px;
    margin: 0 auto; }
    .kt-container.kt-container--fluid {
      width: 100%;
      margin: 0; } }

.kt-page--loading * {
  transition: none !important; }

.kt-page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none; }
  .kt-page--loading .kt-page-loader {
    display: flex;
    justify-content: center;
    align-items: center; }
  .kt-page-loader.kt-page-loader--non-block {
    background: transparent;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto; }
    .kt-page--loading-non-block .kt-page-loader.kt-page-loader--non-block {
      display: inline-block; }
  .kt-page-loader.kt-page-loader--logo {
    flex-direction: column;
    align-items: center; }
    .kt-page-loader.kt-page-loader--logo img {
      display: block; }
    .kt-page-loader.kt-page-loader--logo .kt-spinner {
      margin-top: 3rem; }
      .kt-page-loader.kt-page-loader--logo .kt-spinner:before {
        width: 26px;
        height: 26px;
        margin-top: -13px;
        margin-left: -13px; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 300;
  font-family: Poppins;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html a:hover,
  html a:active,
  html a:focus,
  body a:hover,
  body a:active,
  body a:focus {
    text-decoration: none !important; }
  html a,
  html button,
  body a,
  body button {
    outline: none !important; }

body {
  display: flex;
  flex-direction: column;
  color: #646c9a; }

router-outlet {
  display: none; }

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

/* Customize website's scrollbar like Mac OS */
/* 
::-webkit-scrollbar {
    background-color:#f6f6f6;
    width:14px;
}

::-webkit-scrollbar-track {
    transition: all 0.3s ease;
    background-color:#f6f6f6;
    width:14px;
}

::-webkit-scrollbar-track:hover {
    transition: all 0.3s ease;
    background-color:#f6f6f6;
}

::-webkit-scrollbar-thumb {
    transition: all 0.3s ease;
    background-color:#c1c1c1;
}

::-webkit-scrollbar-thumb:hover {
    transition: all 0.3s ease;
    background-color: darken(#c1c1c1, 3%);
}
*/
/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none; }

@media (min-width: 769px) and (max-width: 1024px) {
  html,
  body {
    font-size: 12px; } }

@media (max-width: 768px) {
  html,
  body {
    font-size: 12px; } }

@media print {
  .kt-print-content-only .kt-header,
  .kt-print-content-only .kt-header-mobile,
  .kt-print-content-only .kt-aside,
  .kt-print-content-only .kt-aside-secondary,
  .kt-print-content-only .kt-footer,
  .kt-print-content-only .kt-subheader,
  .kt-print-content-only .kt-scrolltop,
  .kt-print-content-only .kt-quick-panel,
  .kt-print-content-only .kt-demo-panel,
  .kt-print-content-only .kt-sticky-toolbar {
    display: none !important; }
  .kt-print-content-only,
  .kt-print-content-only .kt-wrapper,
  .kt-print-content-only .kt-body,
  .kt-print-content-only .kt-content {
    background: transparent;
    padding: 0;
    margin: 0; } }

.kt-animate-fade-in-up {
  -webkit-animation: kt-animate-fade-in-up .5s;
  animation: kt-animate-fade-in-up .5s; }

.kt-animate-fade-out {
  -webkit-animation: kt-animate-fade-out .5s;
  animation: kt-animate-fade-out .5s; }

.kt-animate-fade-in {
  -webkit-animation: kt-animate-fade-in .5s;
  animation: kt-animate-fade-in .5s; }

.kt-animate-blink {
  -webkit-animation: kt-animate-blink 1s step-start 0s infinite;
  animation: kt-animate-blink 1s step-start 0s infinite;
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial; }

.kt-animate-shake {
  -webkit-animation: kt-animate-shake 0.1s ease-in 0.1s infinite alternate;
  animation: kt-animate-shake 0.1s ease-in 0.1s infinite alternate;
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial; }

.kt-animate-pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.kt-notransition {
  transition: none !important; }

@-webkit-keyframes kt-animate-fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes kt-animate-fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes kt-animate-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes kt-animate-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes kt-animate-fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes kt-animate-fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes kt-animate-fade-out-up {
  from {
    opacity: 1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  to {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes kt-animate-fade-out-up {
  from {
    opacity: 1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  to {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes kt-animate-blink {
  50% {
    opacity: 0.0; } }

@keyframes kt-animate-blink {
  50% {
    opacity: 0.0; } }

@-webkit-keyframes kt-animate-shake {
  from {
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg); }
  to {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg); } }

@keyframes kt-animate-shake {
  from {
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg); }
  to {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg); } }

.kt-margin-0 {
  margin: 0px !important; }

.kt-margin-t-0 {
  margin-top: 0px !important; }

.kt-margin-b-0 {
  margin-bottom: 0px !important; }

.kt-margin-l-0 {
  margin-left: 0px !important; }

.kt-margin-r-0 {
  margin-right: 0px !important; }

.kt-padding-0 {
  padding: 0px !important; }

.kt-padding-t-0 {
  padding-top: 0px !important; }

.kt-padding-b-0 {
  padding-bottom: 0px !important; }

.kt-padding-l-0 {
  padding-left: 0px !important; }

.kt-padding-r-0 {
  padding-right: 0px !important; }

.kt-m0 {
  margin: 0px !important; }

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

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

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

.kt-mr-0 {
  margin-right: 0px !important; }

.kt-p0 {
  padding: 0px !important; }

.kt-pt0 {
  padding-top: 0px !important; }

.kt-pb-0 {
  padding-bottom: 0px !important; }

.kt-pl0 {
  padding-left: 0px !important; }

.kt-pr0 {
  padding-right: 0px !important; }

.kt-margin-5 {
  margin: 5px !important; }

.kt-margin-t-5 {
  margin-top: 5px !important; }

.kt-margin-b-5 {
  margin-bottom: 5px !important; }

.kt-margin-l-5 {
  margin-left: 5px !important; }

.kt-margin-r-5 {
  margin-right: 5px !important; }

.kt-padding-5 {
  padding: 5px !important; }

.kt-padding-t-5 {
  padding-top: 5px !important; }

.kt-padding-b-5 {
  padding-bottom: 5px !important; }

.kt-padding-l-5 {
  padding-left: 5px !important; }

.kt-padding-r-5 {
  padding-right: 5px !important; }

.kt-m5 {
  margin: 5px !important; }

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

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

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

.kt-mr-5 {
  margin-right: 5px !important; }

.kt-p5 {
  padding: 5px !important; }

.kt-pt5 {
  padding-top: 5px !important; }

.kt-pb-5 {
  padding-bottom: 5px !important; }

.kt-pl5 {
  padding-left: 5px !important; }

.kt-pr5 {
  padding-right: 5px !important; }

.kt-margin-10 {
  margin: 10px !important; }

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

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

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

.kt-margin-r-10 {
  margin-right: 10px !important; }

.kt-padding-10 {
  padding: 10px !important; }

.kt-padding-t-10 {
  padding-top: 10px !important; }

.kt-padding-b-10 {
  padding-bottom: 10px !important; }

.kt-padding-l-10 {
  padding-left: 10px !important; }

.kt-padding-r-10 {
  padding-right: 10px !important; }

.kt-m10 {
  margin: 10px !important; }

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

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

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

.kt-mr-10 {
  margin-right: 10px !important; }

.kt-p10 {
  padding: 10px !important; }

.kt-pt10 {
  padding-top: 10px !important; }

.kt-pb-10 {
  padding-bottom: 10px !important; }

.kt-pl10 {
  padding-left: 10px !important; }

.kt-pr10 {
  padding-right: 10px !important; }

.kt-margin-15 {
  margin: 15px !important; }

.kt-margin-t-15 {
  margin-top: 15px !important; }

.kt-margin-b-15 {
  margin-bottom: 15px !important; }

.kt-margin-l-15 {
  margin-left: 15px !important; }

.kt-margin-r-15 {
  margin-right: 15px !important; }

.kt-padding-15 {
  padding: 15px !important; }

.kt-padding-t-15 {
  padding-top: 15px !important; }

.kt-padding-b-15 {
  padding-bottom: 15px !important; }

.kt-padding-l-15 {
  padding-left: 15px !important; }

.kt-padding-r-15 {
  padding-right: 15px !important; }

.kt-m15 {
  margin: 15px !important; }

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

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

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

.kt-mr-15 {
  margin-right: 15px !important; }

.kt-p15 {
  padding: 15px !important; }

.kt-pt15 {
  padding-top: 15px !important; }

.kt-pb-15 {
  padding-bottom: 15px !important; }

.kt-pl15 {
  padding-left: 15px !important; }

.kt-pr15 {
  padding-right: 15px !important; }

.kt-margin-20 {
  margin: 20px !important; }

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

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

.kt-margin-l-20 {
  margin-left: 20px !important; }

.kt-margin-r-20 {
  margin-right: 20px !important; }

.kt-padding-20 {
  padding: 20px !important; }

.kt-padding-t-20 {
  padding-top: 20px !important; }

.kt-padding-b-20 {
  padding-bottom: 20px !important; }

.kt-padding-l-20 {
  padding-left: 20px !important; }

.kt-padding-r-20 {
  padding-right: 20px !important; }

.kt-m20 {
  margin: 20px !important; }

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

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

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

.kt-mr-20 {
  margin-right: 20px !important; }

.kt-p20 {
  padding: 20px !important; }

.kt-pt20 {
  padding-top: 20px !important; }

.kt-pb-20 {
  padding-bottom: 20px !important; }

.kt-pl20 {
  padding-left: 20px !important; }

.kt-pr20 {
  padding-right: 20px !important; }

.kt-margin-25 {
  margin: 25px !important; }

.kt-margin-t-25 {
  margin-top: 25px !important; }

.kt-margin-b-25 {
  margin-bottom: 25px !important; }

.kt-margin-l-25 {
  margin-left: 25px !important; }

.kt-margin-r-25 {
  margin-right: 25px !important; }

.kt-padding-25 {
  padding: 25px !important; }

.kt-padding-t-25 {
  padding-top: 25px !important; }

.kt-padding-b-25 {
  padding-bottom: 25px !important; }

.kt-padding-l-25 {
  padding-left: 25px !important; }

.kt-padding-r-25 {
  padding-right: 25px !important; }

.kt-m25 {
  margin: 25px !important; }

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

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

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

.kt-mr-25 {
  margin-right: 25px !important; }

.kt-p25 {
  padding: 25px !important; }

.kt-pt25 {
  padding-top: 25px !important; }

.kt-pb-25 {
  padding-bottom: 25px !important; }

.kt-pl25 {
  padding-left: 25px !important; }

.kt-pr25 {
  padding-right: 25px !important; }

.kt-margin-30 {
  margin: 30px !important; }

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

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

.kt-margin-l-30 {
  margin-left: 30px !important; }

.kt-margin-r-30 {
  margin-right: 30px !important; }

.kt-padding-30 {
  padding: 30px !important; }

.kt-padding-t-30 {
  padding-top: 30px !important; }

.kt-padding-b-30 {
  padding-bottom: 30px !important; }

.kt-padding-l-30 {
  padding-left: 30px !important; }

.kt-padding-r-30 {
  padding-right: 30px !important; }

.kt-m30 {
  margin: 30px !important; }

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

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

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

.kt-mr-30 {
  margin-right: 30px !important; }

.kt-p30 {
  padding: 30px !important; }

.kt-pt30 {
  padding-top: 30px !important; }

.kt-pb-30 {
  padding-bottom: 30px !important; }

.kt-pl30 {
  padding-left: 30px !important; }

.kt-pr30 {
  padding-right: 30px !important; }

.kt-margin-35 {
  margin: 35px !important; }

.kt-margin-t-35 {
  margin-top: 35px !important; }

.kt-margin-b-35 {
  margin-bottom: 35px !important; }

.kt-margin-l-35 {
  margin-left: 35px !important; }

.kt-margin-r-35 {
  margin-right: 35px !important; }

.kt-padding-35 {
  padding: 35px !important; }

.kt-padding-t-35 {
  padding-top: 35px !important; }

.kt-padding-b-35 {
  padding-bottom: 35px !important; }

.kt-padding-l-35 {
  padding-left: 35px !important; }

.kt-padding-r-35 {
  padding-right: 35px !important; }

.kt-m35 {
  margin: 35px !important; }

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

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

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

.kt-mr-35 {
  margin-right: 35px !important; }

.kt-p35 {
  padding: 35px !important; }

.kt-pt35 {
  padding-top: 35px !important; }

.kt-pb-35 {
  padding-bottom: 35px !important; }

.kt-pl35 {
  padding-left: 35px !important; }

.kt-pr35 {
  padding-right: 35px !important; }

.kt-margin-40 {
  margin: 40px !important; }

.kt-margin-t-40 {
  margin-top: 40px !important; }

.kt-margin-b-40 {
  margin-bottom: 40px !important; }

.kt-margin-l-40 {
  margin-left: 40px !important; }

.kt-margin-r-40 {
  margin-right: 40px !important; }

.kt-padding-40 {
  padding: 40px !important; }

.kt-padding-t-40 {
  padding-top: 40px !important; }

.kt-padding-b-40 {
  padding-bottom: 40px !important; }

.kt-padding-l-40 {
  padding-left: 40px !important; }

.kt-padding-r-40 {
  padding-right: 40px !important; }

.kt-m40 {
  margin: 40px !important; }

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

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

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

.kt-mr-40 {
  margin-right: 40px !important; }

.kt-p40 {
  padding: 40px !important; }

.kt-pt40 {
  padding-top: 40px !important; }

.kt-pb-40 {
  padding-bottom: 40px !important; }

.kt-pl40 {
  padding-left: 40px !important; }

.kt-pr40 {
  padding-right: 40px !important; }

.kt-margin-45 {
  margin: 45px !important; }

.kt-margin-t-45 {
  margin-top: 45px !important; }

.kt-margin-b-45 {
  margin-bottom: 45px !important; }

.kt-margin-l-45 {
  margin-left: 45px !important; }

.kt-margin-r-45 {
  margin-right: 45px !important; }

.kt-padding-45 {
  padding: 45px !important; }

.kt-padding-t-45 {
  padding-top: 45px !important; }

.kt-padding-b-45 {
  padding-bottom: 45px !important; }

.kt-padding-l-45 {
  padding-left: 45px !important; }

.kt-padding-r-45 {
  padding-right: 45px !important; }

.kt-m45 {
  margin: 45px !important; }

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

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

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

.kt-mr-45 {
  margin-right: 45px !important; }

.kt-p45 {
  padding: 45px !important; }

.kt-pt45 {
  padding-top: 45px !important; }

.kt-pb-45 {
  padding-bottom: 45px !important; }

.kt-pl45 {
  padding-left: 45px !important; }

.kt-pr45 {
  padding-right: 45px !important; }

.kt-margin-50 {
  margin: 50px !important; }

.kt-margin-t-50 {
  margin-top: 50px !important; }

.kt-margin-b-50 {
  margin-bottom: 50px !important; }

.kt-margin-l-50 {
  margin-left: 50px !important; }

.kt-margin-r-50 {
  margin-right: 50px !important; }

.kt-padding-50 {
  padding: 50px !important; }

.kt-padding-t-50 {
  padding-top: 50px !important; }

.kt-padding-b-50 {
  padding-bottom: 50px !important; }

.kt-padding-l-50 {
  padding-left: 50px !important; }

.kt-padding-r-50 {
  padding-right: 50px !important; }

.kt-m50 {
  margin: 50px !important; }

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

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

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

.kt-mr-50 {
  margin-right: 50px !important; }

.kt-p50 {
  padding: 50px !important; }

.kt-pt50 {
  padding-top: 50px !important; }

.kt-pb-50 {
  padding-bottom: 50px !important; }

.kt-pl50 {
  padding-left: 50px !important; }

.kt-pr50 {
  padding-right: 50px !important; }

.kt-margin-55 {
  margin: 55px !important; }

.kt-margin-t-55 {
  margin-top: 55px !important; }

.kt-margin-b-55 {
  margin-bottom: 55px !important; }

.kt-margin-l-55 {
  margin-left: 55px !important; }

.kt-margin-r-55 {
  margin-right: 55px !important; }

.kt-padding-55 {
  padding: 55px !important; }

.kt-padding-t-55 {
  padding-top: 55px !important; }

.kt-padding-b-55 {
  padding-bottom: 55px !important; }

.kt-padding-l-55 {
  padding-left: 55px !important; }

.kt-padding-r-55 {
  padding-right: 55px !important; }

.kt-m55 {
  margin: 55px !important; }

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

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

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

.kt-mr-55 {
  margin-right: 55px !important; }

.kt-p55 {
  padding: 55px !important; }

.kt-pt55 {
  padding-top: 55px !important; }

.kt-pb-55 {
  padding-bottom: 55px !important; }

.kt-pl55 {
  padding-left: 55px !important; }

.kt-pr55 {
  padding-right: 55px !important; }

.kt-margin-60 {
  margin: 60px !important; }

.kt-margin-t-60 {
  margin-top: 60px !important; }

.kt-margin-b-60 {
  margin-bottom: 60px !important; }

.kt-margin-l-60 {
  margin-left: 60px !important; }

.kt-margin-r-60 {
  margin-right: 60px !important; }

.kt-padding-60 {
  padding: 60px !important; }

.kt-padding-t-60 {
  padding-top: 60px !important; }

.kt-padding-b-60 {
  padding-bottom: 60px !important; }

.kt-padding-l-60 {
  padding-left: 60px !important; }

.kt-padding-r-60 {
  padding-right: 60px !important; }

.kt-m60 {
  margin: 60px !important; }

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

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

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

.kt-mr-60 {
  margin-right: 60px !important; }

.kt-p60 {
  padding: 60px !important; }

.kt-pt60 {
  padding-top: 60px !important; }

.kt-pb-60 {
  padding-bottom: 60px !important; }

.kt-pl60 {
  padding-left: 60px !important; }

.kt-pr60 {
  padding-right: 60px !important; }

.kt-margin-65 {
  margin: 65px !important; }

.kt-margin-t-65 {
  margin-top: 65px !important; }

.kt-margin-b-65 {
  margin-bottom: 65px !important; }

.kt-margin-l-65 {
  margin-left: 65px !important; }

.kt-margin-r-65 {
  margin-right: 65px !important; }

.kt-padding-65 {
  padding: 65px !important; }

.kt-padding-t-65 {
  padding-top: 65px !important; }

.kt-padding-b-65 {
  padding-bottom: 65px !important; }

.kt-padding-l-65 {
  padding-left: 65px !important; }

.kt-padding-r-65 {
  padding-right: 65px !important; }

.kt-m65 {
  margin: 65px !important; }

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

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

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

.kt-mr-65 {
  margin-right: 65px !important; }

.kt-p65 {
  padding: 65px !important; }

.kt-pt65 {
  padding-top: 65px !important; }

.kt-pb-65 {
  padding-bottom: 65px !important; }

.kt-pl65 {
  padding-left: 65px !important; }

.kt-pr65 {
  padding-right: 65px !important; }

.kt-margin-70 {
  margin: 70px !important; }

.kt-margin-t-70 {
  margin-top: 70px !important; }

.kt-margin-b-70 {
  margin-bottom: 70px !important; }

.kt-margin-l-70 {
  margin-left: 70px !important; }

.kt-margin-r-70 {
  margin-right: 70px !important; }

.kt-padding-70 {
  padding: 70px !important; }

.kt-padding-t-70 {
  padding-top: 70px !important; }

.kt-padding-b-70 {
  padding-bottom: 70px !important; }

.kt-padding-l-70 {
  padding-left: 70px !important; }

.kt-padding-r-70 {
  padding-right: 70px !important; }

.kt-m70 {
  margin: 70px !important; }

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

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

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

.kt-mr-70 {
  margin-right: 70px !important; }

.kt-p70 {
  padding: 70px !important; }

.kt-pt70 {
  padding-top: 70px !important; }

.kt-pb-70 {
  padding-bottom: 70px !important; }

.kt-pl70 {
  padding-left: 70px !important; }

.kt-pr70 {
  padding-right: 70px !important; }

.kt-margin-75 {
  margin: 75px !important; }

.kt-margin-t-75 {
  margin-top: 75px !important; }

.kt-margin-b-75 {
  margin-bottom: 75px !important; }

.kt-margin-l-75 {
  margin-left: 75px !important; }

.kt-margin-r-75 {
  margin-right: 75px !important; }

.kt-padding-75 {
  padding: 75px !important; }

.kt-padding-t-75 {
  padding-top: 75px !important; }

.kt-padding-b-75 {
  padding-bottom: 75px !important; }

.kt-padding-l-75 {
  padding-left: 75px !important; }

.kt-padding-r-75 {
  padding-right: 75px !important; }

.kt-m75 {
  margin: 75px !important; }

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

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

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

.kt-mr-75 {
  margin-right: 75px !important; }

.kt-p75 {
  padding: 75px !important; }

.kt-pt75 {
  padding-top: 75px !important; }

.kt-pb-75 {
  padding-bottom: 75px !important; }

.kt-pl75 {
  padding-left: 75px !important; }

.kt-pr75 {
  padding-right: 75px !important; }

.kt-margin-80 {
  margin: 80px !important; }

.kt-margin-t-80 {
  margin-top: 80px !important; }

.kt-margin-b-80 {
  margin-bottom: 80px !important; }

.kt-margin-l-80 {
  margin-left: 80px !important; }

.kt-margin-r-80 {
  margin-right: 80px !important; }

.kt-padding-80 {
  padding: 80px !important; }

.kt-padding-t-80 {
  padding-top: 80px !important; }

.kt-padding-b-80 {
  padding-bottom: 80px !important; }

.kt-padding-l-80 {
  padding-left: 80px !important; }

.kt-padding-r-80 {
  padding-right: 80px !important; }

.kt-m80 {
  margin: 80px !important; }

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

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

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

.kt-mr-80 {
  margin-right: 80px !important; }

.kt-p80 {
  padding: 80px !important; }

.kt-pt80 {
  padding-top: 80px !important; }

.kt-pb-80 {
  padding-bottom: 80px !important; }

.kt-pl80 {
  padding-left: 80px !important; }

.kt-pr80 {
  padding-right: 80px !important; }

.kt-margin-85 {
  margin: 85px !important; }

.kt-margin-t-85 {
  margin-top: 85px !important; }

.kt-margin-b-85 {
  margin-bottom: 85px !important; }

.kt-margin-l-85 {
  margin-left: 85px !important; }

.kt-margin-r-85 {
  margin-right: 85px !important; }

.kt-padding-85 {
  padding: 85px !important; }

.kt-padding-t-85 {
  padding-top: 85px !important; }

.kt-padding-b-85 {
  padding-bottom: 85px !important; }

.kt-padding-l-85 {
  padding-left: 85px !important; }

.kt-padding-r-85 {
  padding-right: 85px !important; }

.kt-m85 {
  margin: 85px !important; }

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

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

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

.kt-mr-85 {
  margin-right: 85px !important; }

.kt-p85 {
  padding: 85px !important; }

.kt-pt85 {
  padding-top: 85px !important; }

.kt-pb-85 {
  padding-bottom: 85px !important; }

.kt-pl85 {
  padding-left: 85px !important; }

.kt-pr85 {
  padding-right: 85px !important; }

.kt-margin-90 {
  margin: 90px !important; }

.kt-margin-t-90 {
  margin-top: 90px !important; }

.kt-margin-b-90 {
  margin-bottom: 90px !important; }

.kt-margin-l-90 {
  margin-left: 90px !important; }

.kt-margin-r-90 {
  margin-right: 90px !important; }

.kt-padding-90 {
  padding: 90px !important; }

.kt-padding-t-90 {
  padding-top: 90px !important; }

.kt-padding-b-90 {
  padding-bottom: 90px !important; }

.kt-padding-l-90 {
  padding-left: 90px !important; }

.kt-padding-r-90 {
  padding-right: 90px !important; }

.kt-m90 {
  margin: 90px !important; }

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

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

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

.kt-mr-90 {
  margin-right: 90px !important; }

.kt-p90 {
  padding: 90px !important; }

.kt-pt90 {
  padding-top: 90px !important; }

.kt-pb-90 {
  padding-bottom: 90px !important; }

.kt-pl90 {
  padding-left: 90px !important; }

.kt-pr90 {
  padding-right: 90px !important; }

.kt-margin-95 {
  margin: 95px !important; }

.kt-margin-t-95 {
  margin-top: 95px !important; }

.kt-margin-b-95 {
  margin-bottom: 95px !important; }

.kt-margin-l-95 {
  margin-left: 95px !important; }

.kt-margin-r-95 {
  margin-right: 95px !important; }

.kt-padding-95 {
  padding: 95px !important; }

.kt-padding-t-95 {
  padding-top: 95px !important; }

.kt-padding-b-95 {
  padding-bottom: 95px !important; }

.kt-padding-l-95 {
  padding-left: 95px !important; }

.kt-padding-r-95 {
  padding-right: 95px !important; }

.kt-m95 {
  margin: 95px !important; }

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

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

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

.kt-mr-95 {
  margin-right: 95px !important; }

.kt-p95 {
  padding: 95px !important; }

.kt-pt95 {
  padding-top: 95px !important; }

.kt-pb-95 {
  padding-bottom: 95px !important; }

.kt-pl95 {
  padding-left: 95px !important; }

.kt-pr95 {
  padding-right: 95px !important; }

.kt-margin-100 {
  margin: 100px !important; }

.kt-margin-t-100 {
  margin-top: 100px !important; }

.kt-margin-b-100 {
  margin-bottom: 100px !important; }

.kt-margin-l-100 {
  margin-left: 100px !important; }

.kt-margin-r-100 {
  margin-right: 100px !important; }

.kt-padding-100 {
  padding: 100px !important; }

.kt-padding-t-100 {
  padding-top: 100px !important; }

.kt-padding-b-100 {
  padding-bottom: 100px !important; }

.kt-padding-l-100 {
  padding-left: 100px !important; }

.kt-padding-r-100 {
  padding-right: 100px !important; }

.kt-m100 {
  margin: 100px !important; }

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

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

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

.kt-mr-100 {
  margin-right: 100px !important; }

.kt-p100 {
  padding: 100px !important; }

.kt-pt100 {
  padding-top: 100px !important; }

.kt-pb-100 {
  padding-bottom: 100px !important; }

.kt-pl100 {
  padding-left: 100px !important; }

.kt-pr100 {
  padding-right: 100px !important; }

@media (min-width: 1025px) {
  .kt-margin-0-desktop {
    margin: 0px !important; }
  .kt-margin-t-0-desktop {
    margin-top: 0px !important; }
  .kt-margin-b-0-desktop {
    margin-bottom: 0px !important; }
  .kt-margin-l-0-desktop {
    margin-left: 0px !important; }
  .kt-margin-r-0-desktop {
    margin-right: 0px !important; }
  .kt-padding-0-desktop {
    padding: 0px !important; }
  .kt-padding-t-0-desktop {
    padding-top: 0px !important; }
  .kt-padding-b-0-desktop {
    padding-bottom: 0px !important; }
  .kt-padding-l-0-desktop {
    padding-left: 0px !important; }
  .kt-padding-r-0-desktop {
    padding-right: 0px !important; }
  .kt-m0-desktop {
    margin: 0px !important; }
  .kt-mt-0-desktop {
    margin-top: 0px !important; }
  .kt-mb-0-desktop {
    margin-bottom: 0px !important; }
  .kt-ml-0-desktop {
    margin-left: 0px !important; }
  .kt-mr-0-desktop {
    margin-right: 0px !important; }
  .kt-p0-desktop {
    padding: 0px !important; }
  .kt-pt0-desktop {
    padding-top: 0px !important; }
  .kt-pb-0-desktop {
    padding-bottom: 0px !important; }
  .kt-pl0-desktop {
    padding-left: 0px !important; }
  .kt-pr0-desktop {
    padding-right: 0px !important; }
  .kt-margin-5-desktop {
    margin: 5px !important; }
  .kt-margin-t-5-desktop {
    margin-top: 5px !important; }
  .kt-margin-b-5-desktop {
    margin-bottom: 5px !important; }
  .kt-margin-l-5-desktop {
    margin-left: 5px !important; }
  .kt-margin-r-5-desktop {
    margin-right: 5px !important; }
  .kt-padding-5-desktop {
    padding: 5px !important; }
  .kt-padding-t-5-desktop {
    padding-top: 5px !important; }
  .kt-padding-b-5-desktop {
    padding-bottom: 5px !important; }
  .kt-padding-l-5-desktop {
    padding-left: 5px !important; }
  .kt-padding-r-5-desktop {
    padding-right: 5px !important; }
  .kt-m5-desktop {
    margin: 5px !important; }
  .kt-mt-5-desktop {
    margin-top: 5px !important; }
  .kt-mb-5-desktop {
    margin-bottom: 5px !important; }
  .kt-ml-5-desktop {
    margin-left: 5px !important; }
  .kt-mr-5-desktop {
    margin-right: 5px !important; }
  .kt-p5-desktop {
    padding: 5px !important; }
  .kt-pt5-desktop {
    padding-top: 5px !important; }
  .kt-pb-5-desktop {
    padding-bottom: 5px !important; }
  .kt-pl5-desktop {
    padding-left: 5px !important; }
  .kt-pr5-desktop {
    padding-right: 5px !important; }
  .kt-margin-10-desktop {
    margin: 10px !important; }
  .kt-margin-t-10-desktop {
    margin-top: 10px !important; }
  .kt-margin-b-10-desktop {
    margin-bottom: 10px !important; }
  .kt-margin-l-10-desktop {
    margin-left: 10px !important; }
  .kt-margin-r-10-desktop {
    margin-right: 10px !important; }
  .kt-padding-10-desktop {
    padding: 10px !important; }
  .kt-padding-t-10-desktop {
    padding-top: 10px !important; }
  .kt-padding-b-10-desktop {
    padding-bottom: 10px !important; }
  .kt-padding-l-10-desktop {
    padding-left: 10px !important; }
  .kt-padding-r-10-desktop {
    padding-right: 10px !important; }
  .kt-m10-desktop {
    margin: 10px !important; }
  .kt-mt-10-desktop {
    margin-top: 10px !important; }
  .kt-mb-10-desktop {
    margin-bottom: 10px !important; }
  .kt-ml-10-desktop {
    margin-left: 10px !important; }
  .kt-mr-10-desktop {
    margin-right: 10px !important; }
  .kt-p10-desktop {
    padding: 10px !important; }
  .kt-pt10-desktop {
    padding-top: 10px !important; }
  .kt-pb-10-desktop {
    padding-bottom: 10px !important; }
  .kt-pl10-desktop {
    padding-left: 10px !important; }
  .kt-pr10-desktop {
    padding-right: 10px !important; }
  .kt-margin-15-desktop {
    margin: 15px !important; }
  .kt-margin-t-15-desktop {
    margin-top: 15px !important; }
  .kt-margin-b-15-desktop {
    margin-bottom: 15px !important; }
  .kt-margin-l-15-desktop {
    margin-left: 15px !important; }
  .kt-margin-r-15-desktop {
    margin-right: 15px !important; }
  .kt-padding-15-desktop {
    padding: 15px !important; }
  .kt-padding-t-15-desktop {
    padding-top: 15px !important; }
  .kt-padding-b-15-desktop {
    padding-bottom: 15px !important; }
  .kt-padding-l-15-desktop {
    padding-left: 15px !important; }
  .kt-padding-r-15-desktop {
    padding-right: 15px !important; }
  .kt-m15-desktop {
    margin: 15px !important; }
  .kt-mt-15-desktop {
    margin-top: 15px !important; }
  .kt-mb-15-desktop {
    margin-bottom: 15px !important; }
  .kt-ml-15-desktop {
    margin-left: 15px !important; }
  .kt-mr-15-desktop {
    margin-right: 15px !important; }
  .kt-p15-desktop {
    padding: 15px !important; }
  .kt-pt15-desktop {
    padding-top: 15px !important; }
  .kt-pb-15-desktop {
    padding-bottom: 15px !important; }
  .kt-pl15-desktop {
    padding-left: 15px !important; }
  .kt-pr15-desktop {
    padding-right: 15px !important; }
  .kt-margin-20-desktop {
    margin: 20px !important; }
  .kt-margin-t-20-desktop {
    margin-top: 20px !important; }
  .kt-margin-b-20-desktop {
    margin-bottom: 20px !important; }
  .kt-margin-l-20-desktop {
    margin-left: 20px !important; }
  .kt-margin-r-20-desktop {
    margin-right: 20px !important; }
  .kt-padding-20-desktop {
    padding: 20px !important; }
  .kt-padding-t-20-desktop {
    padding-top: 20px !important; }
  .kt-padding-b-20-desktop {
    padding-bottom: 20px !important; }
  .kt-padding-l-20-desktop {
    padding-left: 20px !important; }
  .kt-padding-r-20-desktop {
    padding-right: 20px !important; }
  .kt-m20-desktop {
    margin: 20px !important; }
  .kt-mt-20-desktop {
    margin-top: 20px !important; }
  .kt-mb-20-desktop {
    margin-bottom: 20px !important; }
  .kt-ml-20-desktop {
    margin-left: 20px !important; }
  .kt-mr-20-desktop {
    margin-right: 20px !important; }
  .kt-p20-desktop {
    padding: 20px !important; }
  .kt-pt20-desktop {
    padding-top: 20px !important; }
  .kt-pb-20-desktop {
    padding-bottom: 20px !important; }
  .kt-pl20-desktop {
    padding-left: 20px !important; }
  .kt-pr20-desktop {
    padding-right: 20px !important; }
  .kt-margin-25-desktop {
    margin: 25px !important; }
  .kt-margin-t-25-desktop {
    margin-top: 25px !important; }
  .kt-margin-b-25-desktop {
    margin-bottom: 25px !important; }
  .kt-margin-l-25-desktop {
    margin-left: 25px !important; }
  .kt-margin-r-25-desktop {
    margin-right: 25px !important; }
  .kt-padding-25-desktop {
    padding: 25px !important; }
  .kt-padding-t-25-desktop {
    padding-top: 25px !important; }
  .kt-padding-b-25-desktop {
    padding-bottom: 25px !important; }
  .kt-padding-l-25-desktop {
    padding-left: 25px !important; }
  .kt-padding-r-25-desktop {
    padding-right: 25px !important; }
  .kt-m25-desktop {
    margin: 25px !important; }
  .kt-mt-25-desktop {
    margin-top: 25px !important; }
  .kt-mb-25-desktop {
    margin-bottom: 25px !important; }
  .kt-ml-25-desktop {
    margin-left: 25px !important; }
  .kt-mr-25-desktop {
    margin-right: 25px !important; }
  .kt-p25-desktop {
    padding: 25px !important; }
  .kt-pt25-desktop {
    padding-top: 25px !important; }
  .kt-pb-25-desktop {
    padding-bottom: 25px !important; }
  .kt-pl25-desktop {
    padding-left: 25px !important; }
  .kt-pr25-desktop {
    padding-right: 25px !important; }
  .kt-margin-30-desktop {
    margin: 30px !important; }
  .kt-margin-t-30-desktop {
    margin-top: 30px !important; }
  .kt-margin-b-30-desktop {
    margin-bottom: 30px !important; }
  .kt-margin-l-30-desktop {
    margin-left: 30px !important; }
  .kt-margin-r-30-desktop {
    margin-right: 30px !important; }
  .kt-padding-30-desktop {
    padding: 30px !important; }
  .kt-padding-t-30-desktop {
    padding-top: 30px !important; }
  .kt-padding-b-30-desktop {
    padding-bottom: 30px !important; }
  .kt-padding-l-30-desktop {
    padding-left: 30px !important; }
  .kt-padding-r-30-desktop {
    padding-right: 30px !important; }
  .kt-m30-desktop {
    margin: 30px !important; }
  .kt-mt-30-desktop {
    margin-top: 30px !important; }
  .kt-mb-30-desktop {
    margin-bottom: 30px !important; }
  .kt-ml-30-desktop {
    margin-left: 30px !important; }
  .kt-mr-30-desktop {
    margin-right: 30px !important; }
  .kt-p30-desktop {
    padding: 30px !important; }
  .kt-pt30-desktop {
    padding-top: 30px !important; }
  .kt-pb-30-desktop {
    padding-bottom: 30px !important; }
  .kt-pl30-desktop {
    padding-left: 30px !important; }
  .kt-pr30-desktop {
    padding-right: 30px !important; }
  .kt-margin-35-desktop {
    margin: 35px !important; }
  .kt-margin-t-35-desktop {
    margin-top: 35px !important; }
  .kt-margin-b-35-desktop {
    margin-bottom: 35px !important; }
  .kt-margin-l-35-desktop {
    margin-left: 35px !important; }
  .kt-margin-r-35-desktop {
    margin-right: 35px !important; }
  .kt-padding-35-desktop {
    padding: 35px !important; }
  .kt-padding-t-35-desktop {
    padding-top: 35px !important; }
  .kt-padding-b-35-desktop {
    padding-bottom: 35px !important; }
  .kt-padding-l-35-desktop {
    padding-left: 35px !important; }
  .kt-padding-r-35-desktop {
    padding-right: 35px !important; }
  .kt-m35-desktop {
    margin: 35px !important; }
  .kt-mt-35-desktop {
    margin-top: 35px !important; }
  .kt-mb-35-desktop {
    margin-bottom: 35px !important; }
  .kt-ml-35-desktop {
    margin-left: 35px !important; }
  .kt-mr-35-desktop {
    margin-right: 35px !important; }
  .kt-p35-desktop {
    padding: 35px !important; }
  .kt-pt35-desktop {
    padding-top: 35px !important; }
  .kt-pb-35-desktop {
    padding-bottom: 35px !important; }
  .kt-pl35-desktop {
    padding-left: 35px !important; }
  .kt-pr35-desktop {
    padding-right: 35px !important; }
  .kt-margin-40-desktop {
    margin: 40px !important; }
  .kt-margin-t-40-desktop {
    margin-top: 40px !important; }
  .kt-margin-b-40-desktop {
    margin-bottom: 40px !important; }
  .kt-margin-l-40-desktop {
    margin-left: 40px !important; }
  .kt-margin-r-40-desktop {
    margin-right: 40px !important; }
  .kt-padding-40-desktop {
    padding: 40px !important; }
  .kt-padding-t-40-desktop {
    padding-top: 40px !important; }
  .kt-padding-b-40-desktop {
    padding-bottom: 40px !important; }
  .kt-padding-l-40-desktop {
    padding-left: 40px !important; }
  .kt-padding-r-40-desktop {
    padding-right: 40px !important; }
  .kt-m40-desktop {
    margin: 40px !important; }
  .kt-mt-40-desktop {
    margin-top: 40px !important; }
  .kt-mb-40-desktop {
    margin-bottom: 40px !important; }
  .kt-ml-40-desktop {
    margin-left: 40px !important; }
  .kt-mr-40-desktop {
    margin-right: 40px !important; }
  .kt-p40-desktop {
    padding: 40px !important; }
  .kt-pt40-desktop {
    padding-top: 40px !important; }
  .kt-pb-40-desktop {
    padding-bottom: 40px !important; }
  .kt-pl40-desktop {
    padding-left: 40px !important; }
  .kt-pr40-desktop {
    padding-right: 40px !important; }
  .kt-margin-45-desktop {
    margin: 45px !important; }
  .kt-margin-t-45-desktop {
    margin-top: 45px !important; }
  .kt-margin-b-45-desktop {
    margin-bottom: 45px !important; }
  .kt-margin-l-45-desktop {
    margin-left: 45px !important; }
  .kt-margin-r-45-desktop {
    margin-right: 45px !important; }
  .kt-padding-45-desktop {
    padding: 45px !important; }
  .kt-padding-t-45-desktop {
    padding-top: 45px !important; }
  .kt-padding-b-45-desktop {
    padding-bottom: 45px !important; }
  .kt-padding-l-45-desktop {
    padding-left: 45px !important; }
  .kt-padding-r-45-desktop {
    padding-right: 45px !important; }
  .kt-m45-desktop {
    margin: 45px !important; }
  .kt-mt-45-desktop {
    margin-top: 45px !important; }
  .kt-mb-45-desktop {
    margin-bottom: 45px !important; }
  .kt-ml-45-desktop {
    margin-left: 45px !important; }
  .kt-mr-45-desktop {
    margin-right: 45px !important; }
  .kt-p45-desktop {
    padding: 45px !important; }
  .kt-pt45-desktop {
    padding-top: 45px !important; }
  .kt-pb-45-desktop {
    padding-bottom: 45px !important; }
  .kt-pl45-desktop {
    padding-left: 45px !important; }
  .kt-pr45-desktop {
    padding-right: 45px !important; }
  .kt-margin-50-desktop {
    margin: 50px !important; }
  .kt-margin-t-50-desktop {
    margin-top: 50px !important; }
  .kt-margin-b-50-desktop {
    margin-bottom: 50px !important; }
  .kt-margin-l-50-desktop {
    margin-left: 50px !important; }
  .kt-margin-r-50-desktop {
    margin-right: 50px !important; }
  .kt-padding-50-desktop {
    padding: 50px !important; }
  .kt-padding-t-50-desktop {
    padding-top: 50px !important; }
  .kt-padding-b-50-desktop {
    padding-bottom: 50px !important; }
  .kt-padding-l-50-desktop {
    padding-left: 50px !important; }
  .kt-padding-r-50-desktop {
    padding-right: 50px !important; }
  .kt-m50-desktop {
    margin: 50px !important; }
  .kt-mt-50-desktop {
    margin-top: 50px !important; }
  .kt-mb-50-desktop {
    margin-bottom: 50px !important; }
  .kt-ml-50-desktop {
    margin-left: 50px !important; }
  .kt-mr-50-desktop {
    margin-right: 50px !important; }
  .kt-p50-desktop {
    padding: 50px !important; }
  .kt-pt50-desktop {
    padding-top: 50px !important; }
  .kt-pb-50-desktop {
    padding-bottom: 50px !important; }
  .kt-pl50-desktop {
    padding-left: 50px !important; }
  .kt-pr50-desktop {
    padding-right: 50px !important; }
  .kt-margin-55-desktop {
    margin: 55px !important; }
  .kt-margin-t-55-desktop {
    margin-top: 55px !important; }
  .kt-margin-b-55-desktop {
    margin-bottom: 55px !important; }
  .kt-margin-l-55-desktop {
    margin-left: 55px !important; }
  .kt-margin-r-55-desktop {
    margin-right: 55px !important; }
  .kt-padding-55-desktop {
    padding: 55px !important; }
  .kt-padding-t-55-desktop {
    padding-top: 55px !important; }
  .kt-padding-b-55-desktop {
    padding-bottom: 55px !important; }
  .kt-padding-l-55-desktop {
    padding-left: 55px !important; }
  .kt-padding-r-55-desktop {
    padding-right: 55px !important; }
  .kt-m55-desktop {
    margin: 55px !important; }
  .kt-mt-55-desktop {
    margin-top: 55px !important; }
  .kt-mb-55-desktop {
    margin-bottom: 55px !important; }
  .kt-ml-55-desktop {
    margin-left: 55px !important; }
  .kt-mr-55-desktop {
    margin-right: 55px !important; }
  .kt-p55-desktop {
    padding: 55px !important; }
  .kt-pt55-desktop {
    padding-top: 55px !important; }
  .kt-pb-55-desktop {
    padding-bottom: 55px !important; }
  .kt-pl55-desktop {
    padding-left: 55px !important; }
  .kt-pr55-desktop {
    padding-right: 55px !important; }
  .kt-margin-60-desktop {
    margin: 60px !important; }
  .kt-margin-t-60-desktop {
    margin-top: 60px !important; }
  .kt-margin-b-60-desktop {
    margin-bottom: 60px !important; }
  .kt-margin-l-60-desktop {
    margin-left: 60px !important; }
  .kt-margin-r-60-desktop {
    margin-right: 60px !important; }
  .kt-padding-60-desktop {
    padding: 60px !important; }
  .kt-padding-t-60-desktop {
    padding-top: 60px !important; }
  .kt-padding-b-60-desktop {
    padding-bottom: 60px !important; }
  .kt-padding-l-60-desktop {
    padding-left: 60px !important; }
  .kt-padding-r-60-desktop {
    padding-right: 60px !important; }
  .kt-m60-desktop {
    margin: 60px !important; }
  .kt-mt-60-desktop {
    margin-top: 60px !important; }
  .kt-mb-60-desktop {
    margin-bottom: 60px !important; }
  .kt-ml-60-desktop {
    margin-left: 60px !important; }
  .kt-mr-60-desktop {
    margin-right: 60px !important; }
  .kt-p60-desktop {
    padding: 60px !important; }
  .kt-pt60-desktop {
    padding-top: 60px !important; }
  .kt-pb-60-desktop {
    padding-bottom: 60px !important; }
  .kt-pl60-desktop {
    padding-left: 60px !important; }
  .kt-pr60-desktop {
    padding-right: 60px !important; }
  .kt-margin-65-desktop {
    margin: 65px !important; }
  .kt-margin-t-65-desktop {
    margin-top: 65px !important; }
  .kt-margin-b-65-desktop {
    margin-bottom: 65px !important; }
  .kt-margin-l-65-desktop {
    margin-left: 65px !important; }
  .kt-margin-r-65-desktop {
    margin-right: 65px !important; }
  .kt-padding-65-desktop {
    padding: 65px !important; }
  .kt-padding-t-65-desktop {
    padding-top: 65px !important; }
  .kt-padding-b-65-desktop {
    padding-bottom: 65px !important; }
  .kt-padding-l-65-desktop {
    padding-left: 65px !important; }
  .kt-padding-r-65-desktop {
    padding-right: 65px !important; }
  .kt-m65-desktop {
    margin: 65px !important; }
  .kt-mt-65-desktop {
    margin-top: 65px !important; }
  .kt-mb-65-desktop {
    margin-bottom: 65px !important; }
  .kt-ml-65-desktop {
    margin-left: 65px !important; }
  .kt-mr-65-desktop {
    margin-right: 65px !important; }
  .kt-p65-desktop {
    padding: 65px !important; }
  .kt-pt65-desktop {
    padding-top: 65px !important; }
  .kt-pb-65-desktop {
    padding-bottom: 65px !important; }
  .kt-pl65-desktop {
    padding-left: 65px !important; }
  .kt-pr65-desktop {
    padding-right: 65px !important; }
  .kt-margin-70-desktop {
    margin: 70px !important; }
  .kt-margin-t-70-desktop {
    margin-top: 70px !important; }
  .kt-margin-b-70-desktop {
    margin-bottom: 70px !important; }
  .kt-margin-l-70-desktop {
    margin-left: 70px !important; }
  .kt-margin-r-70-desktop {
    margin-right: 70px !important; }
  .kt-padding-70-desktop {
    padding: 70px !important; }
  .kt-padding-t-70-desktop {
    padding-top: 70px !important; }
  .kt-padding-b-70-desktop {
    padding-bottom: 70px !important; }
  .kt-padding-l-70-desktop {
    padding-left: 70px !important; }
  .kt-padding-r-70-desktop {
    padding-right: 70px !important; }
  .kt-m70-desktop {
    margin: 70px !important; }
  .kt-mt-70-desktop {
    margin-top: 70px !important; }
  .kt-mb-70-desktop {
    margin-bottom: 70px !important; }
  .kt-ml-70-desktop {
    margin-left: 70px !important; }
  .kt-mr-70-desktop {
    margin-right: 70px !important; }
  .kt-p70-desktop {
    padding: 70px !important; }
  .kt-pt70-desktop {
    padding-top: 70px !important; }
  .kt-pb-70-desktop {
    padding-bottom: 70px !important; }
  .kt-pl70-desktop {
    padding-left: 70px !important; }
  .kt-pr70-desktop {
    padding-right: 70px !important; }
  .kt-margin-75-desktop {
    margin: 75px !important; }
  .kt-margin-t-75-desktop {
    margin-top: 75px !important; }
  .kt-margin-b-75-desktop {
    margin-bottom: 75px !important; }
  .kt-margin-l-75-desktop {
    margin-left: 75px !important; }
  .kt-margin-r-75-desktop {
    margin-right: 75px !important; }
  .kt-padding-75-desktop {
    padding: 75px !important; }
  .kt-padding-t-75-desktop {
    padding-top: 75px !important; }
  .kt-padding-b-75-desktop {
    padding-bottom: 75px !important; }
  .kt-padding-l-75-desktop {
    padding-left: 75px !important; }
  .kt-padding-r-75-desktop {
    padding-right: 75px !important; }
  .kt-m75-desktop {
    margin: 75px !important; }
  .kt-mt-75-desktop {
    margin-top: 75px !important; }
  .kt-mb-75-desktop {
    margin-bottom: 75px !important; }
  .kt-ml-75-desktop {
    margin-left: 75px !important; }
  .kt-mr-75-desktop {
    margin-right: 75px !important; }
  .kt-p75-desktop {
    padding: 75px !important; }
  .kt-pt75-desktop {
    padding-top: 75px !important; }
  .kt-pb-75-desktop {
    padding-bottom: 75px !important; }
  .kt-pl75-desktop {
    padding-left: 75px !important; }
  .kt-pr75-desktop {
    padding-right: 75px !important; }
  .kt-margin-80-desktop {
    margin: 80px !important; }
  .kt-margin-t-80-desktop {
    margin-top: 80px !important; }
  .kt-margin-b-80-desktop {
    margin-bottom: 80px !important; }
  .kt-margin-l-80-desktop {
    margin-left: 80px !important; }
  .kt-margin-r-80-desktop {
    margin-right: 80px !important; }
  .kt-padding-80-desktop {
    padding: 80px !important; }
  .kt-padding-t-80-desktop {
    padding-top: 80px !important; }
  .kt-padding-b-80-desktop {
    padding-bottom: 80px !important; }
  .kt-padding-l-80-desktop {
    padding-left: 80px !important; }
  .kt-padding-r-80-desktop {
    padding-right: 80px !important; }
  .kt-m80-desktop {
    margin: 80px !important; }
  .kt-mt-80-desktop {
    margin-top: 80px !important; }
  .kt-mb-80-desktop {
    margin-bottom: 80px !important; }
  .kt-ml-80-desktop {
    margin-left: 80px !important; }
  .kt-mr-80-desktop {
    margin-right: 80px !important; }
  .kt-p80-desktop {
    padding: 80px !important; }
  .kt-pt80-desktop {
    padding-top: 80px !important; }
  .kt-pb-80-desktop {
    padding-bottom: 80px !important; }
  .kt-pl80-desktop {
    padding-left: 80px !important; }
  .kt-pr80-desktop {
    padding-right: 80px !important; }
  .kt-margin-85-desktop {
    margin: 85px !important; }
  .kt-margin-t-85-desktop {
    margin-top: 85px !important; }
  .kt-margin-b-85-desktop {
    margin-bottom: 85px !important; }
  .kt-margin-l-85-desktop {
    margin-left: 85px !important; }
  .kt-margin-r-85-desktop {
    margin-right: 85px !important; }
  .kt-padding-85-desktop {
    padding: 85px !important; }
  .kt-padding-t-85-desktop {
    padding-top: 85px !important; }
  .kt-padding-b-85-desktop {
    padding-bottom: 85px !important; }
  .kt-padding-l-85-desktop {
    padding-left: 85px !important; }
  .kt-padding-r-85-desktop {
    padding-right: 85px !important; }
  .kt-m85-desktop {
    margin: 85px !important; }
  .kt-mt-85-desktop {
    margin-top: 85px !important; }
  .kt-mb-85-desktop {
    margin-bottom: 85px !important; }
  .kt-ml-85-desktop {
    margin-left: 85px !important; }
  .kt-mr-85-desktop {
    margin-right: 85px !important; }
  .kt-p85-desktop {
    padding: 85px !important; }
  .kt-pt85-desktop {
    padding-top: 85px !important; }
  .kt-pb-85-desktop {
    padding-bottom: 85px !important; }
  .kt-pl85-desktop {
    padding-left: 85px !important; }
  .kt-pr85-desktop {
    padding-right: 85px !important; }
  .kt-margin-90-desktop {
    margin: 90px !important; }
  .kt-margin-t-90-desktop {
    margin-top: 90px !important; }
  .kt-margin-b-90-desktop {
    margin-bottom: 90px !important; }
  .kt-margin-l-90-desktop {
    margin-left: 90px !important; }
  .kt-margin-r-90-desktop {
    margin-right: 90px !important; }
  .kt-padding-90-desktop {
    padding: 90px !important; }
  .kt-padding-t-90-desktop {
    padding-top: 90px !important; }
  .kt-padding-b-90-desktop {
    padding-bottom: 90px !important; }
  .kt-padding-l-90-desktop {
    padding-left: 90px !important; }
  .kt-padding-r-90-desktop {
    padding-right: 90px !important; }
  .kt-m90-desktop {
    margin: 90px !important; }
  .kt-mt-90-desktop {
    margin-top: 90px !important; }
  .kt-mb-90-desktop {
    margin-bottom: 90px !important; }
  .kt-ml-90-desktop {
    margin-left: 90px !important; }
  .kt-mr-90-desktop {
    margin-right: 90px !important; }
  .kt-p90-desktop {
    padding: 90px !important; }
  .kt-pt90-desktop {
    padding-top: 90px !important; }
  .kt-pb-90-desktop {
    padding-bottom: 90px !important; }
  .kt-pl90-desktop {
    padding-left: 90px !important; }
  .kt-pr90-desktop {
    padding-right: 90px !important; }
  .kt-margin-95-desktop {
    margin: 95px !important; }
  .kt-margin-t-95-desktop {
    margin-top: 95px !important; }
  .kt-margin-b-95-desktop {
    margin-bottom: 95px !important; }
  .kt-margin-l-95-desktop {
    margin-left: 95px !important; }
  .kt-margin-r-95-desktop {
    margin-right: 95px !important; }
  .kt-padding-95-desktop {
    padding: 95px !important; }
  .kt-padding-t-95-desktop {
    padding-top: 95px !important; }
  .kt-padding-b-95-desktop {
    padding-bottom: 95px !important; }
  .kt-padding-l-95-desktop {
    padding-left: 95px !important; }
  .kt-padding-r-95-desktop {
    padding-right: 95px !important; }
  .kt-m95-desktop {
    margin: 95px !important; }
  .kt-mt-95-desktop {
    margin-top: 95px !important; }
  .kt-mb-95-desktop {
    margin-bottom: 95px !important; }
  .kt-ml-95-desktop {
    margin-left: 95px !important; }
  .kt-mr-95-desktop {
    margin-right: 95px !important; }
  .kt-p95-desktop {
    padding: 95px !important; }
  .kt-pt95-desktop {
    padding-top: 95px !important; }
  .kt-pb-95-desktop {
    padding-bottom: 95px !important; }
  .kt-pl95-desktop {
    padding-left: 95px !important; }
  .kt-pr95-desktop {
    padding-right: 95px !important; }
  .kt-margin-100-desktop {
    margin: 100px !important; }
  .kt-margin-t-100-desktop {
    margin-top: 100px !important; }
  .kt-margin-b-100-desktop {
    margin-bottom: 100px !important; }
  .kt-margin-l-100-desktop {
    margin-left: 100px !important; }
  .kt-margin-r-100-desktop {
    margin-right: 100px !important; }
  .kt-padding-100-desktop {
    padding: 100px !important; }
  .kt-padding-t-100-desktop {
    padding-top: 100px !important; }
  .kt-padding-b-100-desktop {
    padding-bottom: 100px !important; }
  .kt-padding-l-100-desktop {
    padding-left: 100px !important; }
  .kt-padding-r-100-desktop {
    padding-right: 100px !important; }
  .kt-m100-desktop {
    margin: 100px !important; }
  .kt-mt-100-desktop {
    margin-top: 100px !important; }
  .kt-mb-100-desktop {
    margin-bottom: 100px !important; }
  .kt-ml-100-desktop {
    margin-left: 100px !important; }
  .kt-mr-100-desktop {
    margin-right: 100px !important; }
  .kt-p100-desktop {
    padding: 100px !important; }
  .kt-pt100-desktop {
    padding-top: 100px !important; }
  .kt-pb-100-desktop {
    padding-bottom: 100px !important; }
  .kt-pl100-desktop {
    padding-left: 100px !important; }
  .kt-pr100-desktop {
    padding-right: 100px !important; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .kt-margin-0-tablet {
    margin: 0px !important; }
  .kt-margin-t-0-tablet {
    margin-top: 0px !important; }
  .kt-margin-b-0-tablet {
    margin-bottom: 0px !important; }
  .kt-margin-l-0-tablet {
    margin-left: 0px !important; }
  .kt-margin-r-0-tablet {
    margin-right: 0px !important; }
  .kt-padding-0-tablet {
    padding: 0px !important; }
  .kt-padding-t-0-tablet {
    padding-top: 0px !important; }
  .kt-padding-b-0-tablet {
    padding-bottom: 0px !important; }
  .kt-padding-l-0-tablet {
    padding-left: 0px !important; }
  .kt-padding-r-0-tablet {
    padding-right: 0px !important; }
  .kt-m0-tablet {
    margin: 0px !important; }
  .kt-mt-0-tablet {
    margin-top: 0px !important; }
  .kt-mb-0-tablet {
    margin-bottom: 0px !important; }
  .kt-ml-0-tablet {
    margin-left: 0px !important; }
  .kt-mr-0-tablet {
    margin-right: 0px !important; }
  .kt-p0-tablet {
    padding: 0px !important; }
  .kt-pt0-tablet {
    padding-top: 0px !important; }
  .kt-pb-0-tablet {
    padding-bottom: 0px !important; }
  .kt-pl0-tablet {
    padding-left: 0px !important; }
  .kt-pr0-tablet {
    padding-right: 0px !important; }
  .kt-margin-5-tablet {
    margin: 5px !important; }
  .kt-margin-t-5-tablet {
    margin-top: 5px !important; }
  .kt-margin-b-5-tablet {
    margin-bottom: 5px !important; }
  .kt-margin-l-5-tablet {
    margin-left: 5px !important; }
  .kt-margin-r-5-tablet {
    margin-right: 5px !important; }
  .kt-padding-5-tablet {
    padding: 5px !important; }
  .kt-padding-t-5-tablet {
    padding-top: 5px !important; }
  .kt-padding-b-5-tablet {
    padding-bottom: 5px !important; }
  .kt-padding-l-5-tablet {
    padding-left: 5px !important; }
  .kt-padding-r-5-tablet {
    padding-right: 5px !important; }
  .kt-m5-tablet {
    margin: 5px !important; }
  .kt-mt-5-tablet {
    margin-top: 5px !important; }
  .kt-mb-5-tablet {
    margin-bottom: 5px !important; }
  .kt-ml-5-tablet {
    margin-left: 5px !important; }
  .kt-mr-5-tablet {
    margin-right: 5px !important; }
  .kt-p5-tablet {
    padding: 5px !important; }
  .kt-pt5-tablet {
    padding-top: 5px !important; }
  .kt-pb-5-tablet {
    padding-bottom: 5px !important; }
  .kt-pl5-tablet {
    padding-left: 5px !important; }
  .kt-pr5-tablet {
    padding-right: 5px !important; }
  .kt-margin-10-tablet {
    margin: 10px !important; }
  .kt-margin-t-10-tablet {
    margin-top: 10px !important; }
  .kt-margin-b-10-tablet {
    margin-bottom: 10px !important; }
  .kt-margin-l-10-tablet {
    margin-left: 10px !important; }
  .kt-margin-r-10-tablet {
    margin-right: 10px !important; }
  .kt-padding-10-tablet {
    padding: 10px !important; }
  .kt-padding-t-10-tablet {
    padding-top: 10px !important; }
  .kt-padding-b-10-tablet {
    padding-bottom: 10px !important; }
  .kt-padding-l-10-tablet {
    padding-left: 10px !important; }
  .kt-padding-r-10-tablet {
    padding-right: 10px !important; }
  .kt-m10-tablet {
    margin: 10px !important; }
  .kt-mt-10-tablet {
    margin-top: 10px !important; }
  .kt-mb-10-tablet {
    margin-bottom: 10px !important; }
  .kt-ml-10-tablet {
    margin-left: 10px !important; }
  .kt-mr-10-tablet {
    margin-right: 10px !important; }
  .kt-p10-tablet {
    padding: 10px !important; }
  .kt-pt10-tablet {
    padding-top: 10px !important; }
  .kt-pb-10-tablet {
    padding-bottom: 10px !important; }
  .kt-pl10-tablet {
    padding-left: 10px !important; }
  .kt-pr10-tablet {
    padding-right: 10px !important; }
  .kt-margin-15-tablet {
    margin: 15px !important; }
  .kt-margin-t-15-tablet {
    margin-top: 15px !important; }
  .kt-margin-b-15-tablet {
    margin-bottom: 15px !important; }
  .kt-margin-l-15-tablet {
    margin-left: 15px !important; }
  .kt-margin-r-15-tablet {
    margin-right: 15px !important; }
  .kt-padding-15-tablet {
    padding: 15px !important; }
  .kt-padding-t-15-tablet {
    padding-top: 15px !important; }
  .kt-padding-b-15-tablet {
    padding-bottom: 15px !important; }
  .kt-padding-l-15-tablet {
    padding-left: 15px !important; }
  .kt-padding-r-15-tablet {
    padding-right: 15px !important; }
  .kt-m15-tablet {
    margin: 15px !important; }
  .kt-mt-15-tablet {
    margin-top: 15px !important; }
  .kt-mb-15-tablet {
    margin-bottom: 15px !important; }
  .kt-ml-15-tablet {
    margin-left: 15px !important; }
  .kt-mr-15-tablet {
    margin-right: 15px !important; }
  .kt-p15-tablet {
    padding: 15px !important; }
  .kt-pt15-tablet {
    padding-top: 15px !important; }
  .kt-pb-15-tablet {
    padding-bottom: 15px !important; }
  .kt-pl15-tablet {
    padding-left: 15px !important; }
  .kt-pr15-tablet {
    padding-right: 15px !important; }
  .kt-margin-20-tablet {
    margin: 20px !important; }
  .kt-margin-t-20-tablet {
    margin-top: 20px !important; }
  .kt-margin-b-20-tablet {
    margin-bottom: 20px !important; }
  .kt-margin-l-20-tablet {
    margin-left: 20px !important; }
  .kt-margin-r-20-tablet {
    margin-right: 20px !important; }
  .kt-padding-20-tablet {
    padding: 20px !important; }
  .kt-padding-t-20-tablet {
    padding-top: 20px !important; }
  .kt-padding-b-20-tablet {
    padding-bottom: 20px !important; }
  .kt-padding-l-20-tablet {
    padding-left: 20px !important; }
  .kt-padding-r-20-tablet {
    padding-right: 20px !important; }
  .kt-m20-tablet {
    margin: 20px !important; }
  .kt-mt-20-tablet {
    margin-top: 20px !important; }
  .kt-mb-20-tablet {
    margin-bottom: 20px !important; }
  .kt-ml-20-tablet {
    margin-left: 20px !important; }
  .kt-mr-20-tablet {
    margin-right: 20px !important; }
  .kt-p20-tablet {
    padding: 20px !important; }
  .kt-pt20-tablet {
    padding-top: 20px !important; }
  .kt-pb-20-tablet {
    padding-bottom: 20px !important; }
  .kt-pl20-tablet {
    padding-left: 20px !important; }
  .kt-pr20-tablet {
    padding-right: 20px !important; }
  .kt-margin-25-tablet {
    margin: 25px !important; }
  .kt-margin-t-25-tablet {
    margin-top: 25px !important; }
  .kt-margin-b-25-tablet {
    margin-bottom: 25px !important; }
  .kt-margin-l-25-tablet {
    margin-left: 25px !important; }
  .kt-margin-r-25-tablet {
    margin-right: 25px !important; }
  .kt-padding-25-tablet {
    padding: 25px !important; }
  .kt-padding-t-25-tablet {
    padding-top: 25px !important; }
  .kt-padding-b-25-tablet {
    padding-bottom: 25px !important; }
  .kt-padding-l-25-tablet {
    padding-left: 25px !important; }
  .kt-padding-r-25-tablet {
    padding-right: 25px !important; }
  .kt-m25-tablet {
    margin: 25px !important; }
  .kt-mt-25-tablet {
    margin-top: 25px !important; }
  .kt-mb-25-tablet {
    margin-bottom: 25px !important; }
  .kt-ml-25-tablet {
    margin-left: 25px !important; }
  .kt-mr-25-tablet {
    margin-right: 25px !important; }
  .kt-p25-tablet {
    padding: 25px !important; }
  .kt-pt25-tablet {
    padding-top: 25px !important; }
  .kt-pb-25-tablet {
    padding-bottom: 25px !important; }
  .kt-pl25-tablet {
    padding-left: 25px !important; }
  .kt-pr25-tablet {
    padding-right: 25px !important; }
  .kt-margin-30-tablet {
    margin: 30px !important; }
  .kt-margin-t-30-tablet {
    margin-top: 30px !important; }
  .kt-margin-b-30-tablet {
    margin-bottom: 30px !important; }
  .kt-margin-l-30-tablet {
    margin-left: 30px !important; }
  .kt-margin-r-30-tablet {
    margin-right: 30px !important; }
  .kt-padding-30-tablet {
    padding: 30px !important; }
  .kt-padding-t-30-tablet {
    padding-top: 30px !important; }
  .kt-padding-b-30-tablet {
    padding-bottom: 30px !important; }
  .kt-padding-l-30-tablet {
    padding-left: 30px !important; }
  .kt-padding-r-30-tablet {
    padding-right: 30px !important; }
  .kt-m30-tablet {
    margin: 30px !important; }
  .kt-mt-30-tablet {
    margin-top: 30px !important; }
  .kt-mb-30-tablet {
    margin-bottom: 30px !important; }
  .kt-ml-30-tablet {
    margin-left: 30px !important; }
  .kt-mr-30-tablet {
    margin-right: 30px !important; }
  .kt-p30-tablet {
    padding: 30px !important; }
  .kt-pt30-tablet {
    padding-top: 30px !important; }
  .kt-pb-30-tablet {
    padding-bottom: 30px !important; }
  .kt-pl30-tablet {
    padding-left: 30px !important; }
  .kt-pr30-tablet {
    padding-right: 30px !important; }
  .kt-margin-35-tablet {
    margin: 35px !important; }
  .kt-margin-t-35-tablet {
    margin-top: 35px !important; }
  .kt-margin-b-35-tablet {
    margin-bottom: 35px !important; }
  .kt-margin-l-35-tablet {
    margin-left: 35px !important; }
  .kt-margin-r-35-tablet {
    margin-right: 35px !important; }
  .kt-padding-35-tablet {
    padding: 35px !important; }
  .kt-padding-t-35-tablet {
    padding-top: 35px !important; }
  .kt-padding-b-35-tablet {
    padding-bottom: 35px !important; }
  .kt-padding-l-35-tablet {
    padding-left: 35px !important; }
  .kt-padding-r-35-tablet {
    padding-right: 35px !important; }
  .kt-m35-tablet {
    margin: 35px !important; }
  .kt-mt-35-tablet {
    margin-top: 35px !important; }
  .kt-mb-35-tablet {
    margin-bottom: 35px !important; }
  .kt-ml-35-tablet {
    margin-left: 35px !important; }
  .kt-mr-35-tablet {
    margin-right: 35px !important; }
  .kt-p35-tablet {
    padding: 35px !important; }
  .kt-pt35-tablet {
    padding-top: 35px !important; }
  .kt-pb-35-tablet {
    padding-bottom: 35px !important; }
  .kt-pl35-tablet {
    padding-left: 35px !important; }
  .kt-pr35-tablet {
    padding-right: 35px !important; }
  .kt-margin-40-tablet {
    margin: 40px !important; }
  .kt-margin-t-40-tablet {
    margin-top: 40px !important; }
  .kt-margin-b-40-tablet {
    margin-bottom: 40px !important; }
  .kt-margin-l-40-tablet {
    margin-left: 40px !important; }
  .kt-margin-r-40-tablet {
    margin-right: 40px !important; }
  .kt-padding-40-tablet {
    padding: 40px !important; }
  .kt-padding-t-40-tablet {
    padding-top: 40px !important; }
  .kt-padding-b-40-tablet {
    padding-bottom: 40px !important; }
  .kt-padding-l-40-tablet {
    padding-left: 40px !important; }
  .kt-padding-r-40-tablet {
    padding-right: 40px !important; }
  .kt-m40-tablet {
    margin: 40px !important; }
  .kt-mt-40-tablet {
    margin-top: 40px !important; }
  .kt-mb-40-tablet {
    margin-bottom: 40px !important; }
  .kt-ml-40-tablet {
    margin-left: 40px !important; }
  .kt-mr-40-tablet {
    margin-right: 40px !important; }
  .kt-p40-tablet {
    padding: 40px !important; }
  .kt-pt40-tablet {
    padding-top: 40px !important; }
  .kt-pb-40-tablet {
    padding-bottom: 40px !important; }
  .kt-pl40-tablet {
    padding-left: 40px !important; }
  .kt-pr40-tablet {
    padding-right: 40px !important; }
  .kt-margin-45-tablet {
    margin: 45px !important; }
  .kt-margin-t-45-tablet {
    margin-top: 45px !important; }
  .kt-margin-b-45-tablet {
    margin-bottom: 45px !important; }
  .kt-margin-l-45-tablet {
    margin-left: 45px !important; }
  .kt-margin-r-45-tablet {
    margin-right: 45px !important; }
  .kt-padding-45-tablet {
    padding: 45px !important; }
  .kt-padding-t-45-tablet {
    padding-top: 45px !important; }
  .kt-padding-b-45-tablet {
    padding-bottom: 45px !important; }
  .kt-padding-l-45-tablet {
    padding-left: 45px !important; }
  .kt-padding-r-45-tablet {
    padding-right: 45px !important; }
  .kt-m45-tablet {
    margin: 45px !important; }
  .kt-mt-45-tablet {
    margin-top: 45px !important; }
  .kt-mb-45-tablet {
    margin-bottom: 45px !important; }
  .kt-ml-45-tablet {
    margin-left: 45px !important; }
  .kt-mr-45-tablet {
    margin-right: 45px !important; }
  .kt-p45-tablet {
    padding: 45px !important; }
  .kt-pt45-tablet {
    padding-top: 45px !important; }
  .kt-pb-45-tablet {
    padding-bottom: 45px !important; }
  .kt-pl45-tablet {
    padding-left: 45px !important; }
  .kt-pr45-tablet {
    padding-right: 45px !important; }
  .kt-margin-50-tablet {
    margin: 50px !important; }
  .kt-margin-t-50-tablet {
    margin-top: 50px !important; }
  .kt-margin-b-50-tablet {
    margin-bottom: 50px !important; }
  .kt-margin-l-50-tablet {
    margin-left: 50px !important; }
  .kt-margin-r-50-tablet {
    margin-right: 50px !important; }
  .kt-padding-50-tablet {
    padding: 50px !important; }
  .kt-padding-t-50-tablet {
    padding-top: 50px !important; }
  .kt-padding-b-50-tablet {
    padding-bottom: 50px !important; }
  .kt-padding-l-50-tablet {
    padding-left: 50px !important; }
  .kt-padding-r-50-tablet {
    padding-right: 50px !important; }
  .kt-m50-tablet {
    margin: 50px !important; }
  .kt-mt-50-tablet {
    margin-top: 50px !important; }
  .kt-mb-50-tablet {
    margin-bottom: 50px !important; }
  .kt-ml-50-tablet {
    margin-left: 50px !important; }
  .kt-mr-50-tablet {
    margin-right: 50px !important; }
  .kt-p50-tablet {
    padding: 50px !important; }
  .kt-pt50-tablet {
    padding-top: 50px !important; }
  .kt-pb-50-tablet {
    padding-bottom: 50px !important; }
  .kt-pl50-tablet {
    padding-left: 50px !important; }
  .kt-pr50-tablet {
    padding-right: 50px !important; }
  .kt-margin-55-tablet {
    margin: 55px !important; }
  .kt-margin-t-55-tablet {
    margin-top: 55px !important; }
  .kt-margin-b-55-tablet {
    margin-bottom: 55px !important; }
  .kt-margin-l-55-tablet {
    margin-left: 55px !important; }
  .kt-margin-r-55-tablet {
    margin-right: 55px !important; }
  .kt-padding-55-tablet {
    padding: 55px !important; }
  .kt-padding-t-55-tablet {
    padding-top: 55px !important; }
  .kt-padding-b-55-tablet {
    padding-bottom: 55px !important; }
  .kt-padding-l-55-tablet {
    padding-left: 55px !important; }
  .kt-padding-r-55-tablet {
    padding-right: 55px !important; }
  .kt-m55-tablet {
    margin: 55px !important; }
  .kt-mt-55-tablet {
    margin-top: 55px !important; }
  .kt-mb-55-tablet {
    margin-bottom: 55px !important; }
  .kt-ml-55-tablet {
    margin-left: 55px !important; }
  .kt-mr-55-tablet {
    margin-right: 55px !important; }
  .kt-p55-tablet {
    padding: 55px !important; }
  .kt-pt55-tablet {
    padding-top: 55px !important; }
  .kt-pb-55-tablet {
    padding-bottom: 55px !important; }
  .kt-pl55-tablet {
    padding-left: 55px !important; }
  .kt-pr55-tablet {
    padding-right: 55px !important; }
  .kt-margin-60-tablet {
    margin: 60px !important; }
  .kt-margin-t-60-tablet {
    margin-top: 60px !important; }
  .kt-margin-b-60-tablet {
    margin-bottom: 60px !important; }
  .kt-margin-l-60-tablet {
    margin-left: 60px !important; }
  .kt-margin-r-60-tablet {
    margin-right: 60px !important; }
  .kt-padding-60-tablet {
    padding: 60px !important; }
  .kt-padding-t-60-tablet {
    padding-top: 60px !important; }
  .kt-padding-b-60-tablet {
    padding-bottom: 60px !important; }
  .kt-padding-l-60-tablet {
    padding-left: 60px !important; }
  .kt-padding-r-60-tablet {
    padding-right: 60px !important; }
  .kt-m60-tablet {
    margin: 60px !important; }
  .kt-mt-60-tablet {
    margin-top: 60px !important; }
  .kt-mb-60-tablet {
    margin-bottom: 60px !important; }
  .kt-ml-60-tablet {
    margin-left: 60px !important; }
  .kt-mr-60-tablet {
    margin-right: 60px !important; }
  .kt-p60-tablet {
    padding: 60px !important; }
  .kt-pt60-tablet {
    padding-top: 60px !important; }
  .kt-pb-60-tablet {
    padding-bottom: 60px !important; }
  .kt-pl60-tablet {
    padding-left: 60px !important; }
  .kt-pr60-tablet {
    padding-right: 60px !important; }
  .kt-margin-65-tablet {
    margin: 65px !important; }
  .kt-margin-t-65-tablet {
    margin-top: 65px !important; }
  .kt-margin-b-65-tablet {
    margin-bottom: 65px !important; }
  .kt-margin-l-65-tablet {
    margin-left: 65px !important; }
  .kt-margin-r-65-tablet {
    margin-right: 65px !important; }
  .kt-padding-65-tablet {
    padding: 65px !important; }
  .kt-padding-t-65-tablet {
    padding-top: 65px !important; }
  .kt-padding-b-65-tablet {
    padding-bottom: 65px !important; }
  .kt-padding-l-65-tablet {
    padding-left: 65px !important; }
  .kt-padding-r-65-tablet {
    padding-right: 65px !important; }
  .kt-m65-tablet {
    margin: 65px !important; }
  .kt-mt-65-tablet {
    margin-top: 65px !important; }
  .kt-mb-65-tablet {
    margin-bottom: 65px !important; }
  .kt-ml-65-tablet {
    margin-left: 65px !important; }
  .kt-mr-65-tablet {
    margin-right: 65px !important; }
  .kt-p65-tablet {
    padding: 65px !important; }
  .kt-pt65-tablet {
    padding-top: 65px !important; }
  .kt-pb-65-tablet {
    padding-bottom: 65px !important; }
  .kt-pl65-tablet {
    padding-left: 65px !important; }
  .kt-pr65-tablet {
    padding-right: 65px !important; }
  .kt-margin-70-tablet {
    margin: 70px !important; }
  .kt-margin-t-70-tablet {
    margin-top: 70px !important; }
  .kt-margin-b-70-tablet {
    margin-bottom: 70px !important; }
  .kt-margin-l-70-tablet {
    margin-left: 70px !important; }
  .kt-margin-r-70-tablet {
    margin-right: 70px !important; }
  .kt-padding-70-tablet {
    padding: 70px !important; }
  .kt-padding-t-70-tablet {
    padding-top: 70px !important; }
  .kt-padding-b-70-tablet {
    padding-bottom: 70px !important; }
  .kt-padding-l-70-tablet {
    padding-left: 70px !important; }
  .kt-padding-r-70-tablet {
    padding-right: 70px !important; }
  .kt-m70-tablet {
    margin: 70px !important; }
  .kt-mt-70-tablet {
    margin-top: 70px !important; }
  .kt-mb-70-tablet {
    margin-bottom: 70px !important; }
  .kt-ml-70-tablet {
    margin-left: 70px !important; }
  .kt-mr-70-tablet {
    margin-right: 70px !important; }
  .kt-p70-tablet {
    padding: 70px !important; }
  .kt-pt70-tablet {
    padding-top: 70px !important; }
  .kt-pb-70-tablet {
    padding-bottom: 70px !important; }
  .kt-pl70-tablet {
    padding-left: 70px !important; }
  .kt-pr70-tablet {
    padding-right: 70px !important; }
  .kt-margin-75-tablet {
    margin: 75px !important; }
  .kt-margin-t-75-tablet {
    margin-top: 75px !important; }
  .kt-margin-b-75-tablet {
    margin-bottom: 75px !important; }
  .kt-margin-l-75-tablet {
    margin-left: 75px !important; }
  .kt-margin-r-75-tablet {
    margin-right: 75px !important; }
  .kt-padding-75-tablet {
    padding: 75px !important; }
  .kt-padding-t-75-tablet {
    padding-top: 75px !important; }
  .kt-padding-b-75-tablet {
    padding-bottom: 75px !important; }
  .kt-padding-l-75-tablet {
    padding-left: 75px !important; }
  .kt-padding-r-75-tablet {
    padding-right: 75px !important; }
  .kt-m75-tablet {
    margin: 75px !important; }
  .kt-mt-75-tablet {
    margin-top: 75px !important; }
  .kt-mb-75-tablet {
    margin-bottom: 75px !important; }
  .kt-ml-75-tablet {
    margin-left: 75px !important; }
  .kt-mr-75-tablet {
    margin-right: 75px !important; }
  .kt-p75-tablet {
    padding: 75px !important; }
  .kt-pt75-tablet {
    padding-top: 75px !important; }
  .kt-pb-75-tablet {
    padding-bottom: 75px !important; }
  .kt-pl75-tablet {
    padding-left: 75px !important; }
  .kt-pr75-tablet {
    padding-right: 75px !important; }
  .kt-margin-80-tablet {
    margin: 80px !important; }
  .kt-margin-t-80-tablet {
    margin-top: 80px !important; }
  .kt-margin-b-80-tablet {
    margin-bottom: 80px !important; }
  .kt-margin-l-80-tablet {
    margin-left: 80px !important; }
  .kt-margin-r-80-tablet {
    margin-right: 80px !important; }
  .kt-padding-80-tablet {
    padding: 80px !important; }
  .kt-padding-t-80-tablet {
    padding-top: 80px !important; }
  .kt-padding-b-80-tablet {
    padding-bottom: 80px !important; }
  .kt-padding-l-80-tablet {
    padding-left: 80px !important; }
  .kt-padding-r-80-tablet {
    padding-right: 80px !important; }
  .kt-m80-tablet {
    margin: 80px !important; }
  .kt-mt-80-tablet {
    margin-top: 80px !important; }
  .kt-mb-80-tablet {
    margin-bottom: 80px !important; }
  .kt-ml-80-tablet {
    margin-left: 80px !important; }
  .kt-mr-80-tablet {
    margin-right: 80px !important; }
  .kt-p80-tablet {
    padding: 80px !important; }
  .kt-pt80-tablet {
    padding-top: 80px !important; }
  .kt-pb-80-tablet {
    padding-bottom: 80px !important; }
  .kt-pl80-tablet {
    padding-left: 80px !important; }
  .kt-pr80-tablet {
    padding-right: 80px !important; }
  .kt-margin-85-tablet {
    margin: 85px !important; }
  .kt-margin-t-85-tablet {
    margin-top: 85px !important; }
  .kt-margin-b-85-tablet {
    margin-bottom: 85px !important; }
  .kt-margin-l-85-tablet {
    margin-left: 85px !important; }
  .kt-margin-r-85-tablet {
    margin-right: 85px !important; }
  .kt-padding-85-tablet {
    padding: 85px !important; }
  .kt-padding-t-85-tablet {
    padding-top: 85px !important; }
  .kt-padding-b-85-tablet {
    padding-bottom: 85px !important; }
  .kt-padding-l-85-tablet {
    padding-left: 85px !important; }
  .kt-padding-r-85-tablet {
    padding-right: 85px !important; }
  .kt-m85-tablet {
    margin: 85px !important; }
  .kt-mt-85-tablet {
    margin-top: 85px !important; }
  .kt-mb-85-tablet {
    margin-bottom: 85px !important; }
  .kt-ml-85-tablet {
    margin-left: 85px !important; }
  .kt-mr-85-tablet {
    margin-right: 85px !important; }
  .kt-p85-tablet {
    padding: 85px !important; }
  .kt-pt85-tablet {
    padding-top: 85px !important; }
  .kt-pb-85-tablet {
    padding-bottom: 85px !important; }
  .kt-pl85-tablet {
    padding-left: 85px !important; }
  .kt-pr85-tablet {
    padding-right: 85px !important; }
  .kt-margin-90-tablet {
    margin: 90px !important; }
  .kt-margin-t-90-tablet {
    margin-top: 90px !important; }
  .kt-margin-b-90-tablet {
    margin-bottom: 90px !important; }
  .kt-margin-l-90-tablet {
    margin-left: 90px !important; }
  .kt-margin-r-90-tablet {
    margin-right: 90px !important; }
  .kt-padding-90-tablet {
    padding: 90px !important; }
  .kt-padding-t-90-tablet {
    padding-top: 90px !important; }
  .kt-padding-b-90-tablet {
    padding-bottom: 90px !important; }
  .kt-padding-l-90-tablet {
    padding-left: 90px !important; }
  .kt-padding-r-90-tablet {
    padding-right: 90px !important; }
  .kt-m90-tablet {
    margin: 90px !important; }
  .kt-mt-90-tablet {
    margin-top: 90px !important; }
  .kt-mb-90-tablet {
    margin-bottom: 90px !important; }
  .kt-ml-90-tablet {
    margin-left: 90px !important; }
  .kt-mr-90-tablet {
    margin-right: 90px !important; }
  .kt-p90-tablet {
    padding: 90px !important; }
  .kt-pt90-tablet {
    padding-top: 90px !important; }
  .kt-pb-90-tablet {
    padding-bottom: 90px !important; }
  .kt-pl90-tablet {
    padding-left: 90px !important; }
  .kt-pr90-tablet {
    padding-right: 90px !important; }
  .kt-margin-95-tablet {
    margin: 95px !important; }
  .kt-margin-t-95-tablet {
    margin-top: 95px !important; }
  .kt-margin-b-95-tablet {
    margin-bottom: 95px !important; }
  .kt-margin-l-95-tablet {
    margin-left: 95px !important; }
  .kt-margin-r-95-tablet {
    margin-right: 95px !important; }
  .kt-padding-95-tablet {
    padding: 95px !important; }
  .kt-padding-t-95-tablet {
    padding-top: 95px !important; }
  .kt-padding-b-95-tablet {
    padding-bottom: 95px !important; }
  .kt-padding-l-95-tablet {
    padding-left: 95px !important; }
  .kt-padding-r-95-tablet {
    padding-right: 95px !important; }
  .kt-m95-tablet {
    margin: 95px !important; }
  .kt-mt-95-tablet {
    margin-top: 95px !important; }
  .kt-mb-95-tablet {
    margin-bottom: 95px !important; }
  .kt-ml-95-tablet {
    margin-left: 95px !important; }
  .kt-mr-95-tablet {
    margin-right: 95px !important; }
  .kt-p95-tablet {
    padding: 95px !important; }
  .kt-pt95-tablet {
    padding-top: 95px !important; }
  .kt-pb-95-tablet {
    padding-bottom: 95px !important; }
  .kt-pl95-tablet {
    padding-left: 95px !important; }
  .kt-pr95-tablet {
    padding-right: 95px !important; }
  .kt-margin-100-tablet {
    margin: 100px !important; }
  .kt-margin-t-100-tablet {
    margin-top: 100px !important; }
  .kt-margin-b-100-tablet {
    margin-bottom: 100px !important; }
  .kt-margin-l-100-tablet {
    margin-left: 100px !important; }
  .kt-margin-r-100-tablet {
    margin-right: 100px !important; }
  .kt-padding-100-tablet {
    padding: 100px !important; }
  .kt-padding-t-100-tablet {
    padding-top: 100px !important; }
  .kt-padding-b-100-tablet {
    padding-bottom: 100px !important; }
  .kt-padding-l-100-tablet {
    padding-left: 100px !important; }
  .kt-padding-r-100-tablet {
    padding-right: 100px !important; }
  .kt-m100-tablet {
    margin: 100px !important; }
  .kt-mt-100-tablet {
    margin-top: 100px !important; }
  .kt-mb-100-tablet {
    margin-bottom: 100px !important; }
  .kt-ml-100-tablet {
    margin-left: 100px !important; }
  .kt-mr-100-tablet {
    margin-right: 100px !important; }
  .kt-p100-tablet {
    padding: 100px !important; }
  .kt-pt100-tablet {
    padding-top: 100px !important; }
  .kt-pb-100-tablet {
    padding-bottom: 100px !important; }
  .kt-pl100-tablet {
    padding-left: 100px !important; }
  .kt-pr100-tablet {
    padding-right: 100px !important; } }

@media (max-width: 1024px) {
  .kt-margin-0-tablet-and-mobile {
    margin: 0px !important; }
  .kt-margin-t-0-tablet-and-mobile {
    margin-top: 0px !important; }
  .kt-margin-b-0-tablet-and-mobile {
    margin-bottom: 0px !important; }
  .kt-margin-l-0-tablet-and-mobile {
    margin-left: 0px !important; }
  .kt-margin-r-0-tablet-and-mobile {
    margin-right: 0px !important; }
  .kt-padding-0-tablet-and-mobile {
    padding: 0px !important; }
  .kt-padding-t-0-tablet-and-mobile {
    padding-top: 0px !important; }
  .kt-padding-b-0-tablet-and-mobile {
    padding-bottom: 0px !important; }
  .kt-padding-l-0-tablet-and-mobile {
    padding-left: 0px !important; }
  .kt-padding-r-0-tablet-and-mobile {
    padding-right: 0px !important; }
  .kt-m0-tablet-and-mobile {
    margin: 0px !important; }
  .kt-mt-0-tablet-and-mobile {
    margin-top: 0px !important; }
  .kt-mb-0-tablet-and-mobile {
    margin-bottom: 0px !important; }
  .kt-ml-0-tablet-and-mobile {
    margin-left: 0px !important; }
  .kt-mr-0-tablet-and-mobile {
    margin-right: 0px !important; }
  .kt-p0-tablet-and-mobile {
    padding: 0px !important; }
  .kt-pt0-tablet-and-mobile {
    padding-top: 0px !important; }
  .kt-pb-0-tablet-and-mobile {
    padding-bottom: 0px !important; }
  .kt-pl0-tablet-and-mobile {
    padding-left: 0px !important; }
  .kt-pr0-tablet-and-mobile {
    padding-right: 0px !important; }
  .kt-margin-5-tablet-and-mobile {
    margin: 5px !important; }
  .kt-margin-t-5-tablet-and-mobile {
    margin-top: 5px !important; }
  .kt-margin-b-5-tablet-and-mobile {
    margin-bottom: 5px !important; }
  .kt-margin-l-5-tablet-and-mobile {
    margin-left: 5px !important; }
  .kt-margin-r-5-tablet-and-mobile {
    margin-right: 5px !important; }
  .kt-padding-5-tablet-and-mobile {
    padding: 5px !important; }
  .kt-padding-t-5-tablet-and-mobile {
    padding-top: 5px !important; }
  .kt-padding-b-5-tablet-and-mobile {
    padding-bottom: 5px !important; }
  .kt-padding-l-5-tablet-and-mobile {
    padding-left: 5px !important; }
  .kt-padding-r-5-tablet-and-mobile {
    padding-right: 5px !important; }
  .kt-m5-tablet-and-mobile {
    margin: 5px !important; }
  .kt-mt-5-tablet-and-mobile {
    margin-top: 5px !important; }
  .kt-mb-5-tablet-and-mobile {
    margin-bottom: 5px !important; }
  .kt-ml-5-tablet-and-mobile {
    margin-left: 5px !important; }
  .kt-mr-5-tablet-and-mobile {
    margin-right: 5px !important; }
  .kt-p5-tablet-and-mobile {
    padding: 5px !important; }
  .kt-pt5-tablet-and-mobile {
    padding-top: 5px !important; }
  .kt-pb-5-tablet-and-mobile {
    padding-bottom: 5px !important; }
  .kt-pl5-tablet-and-mobile {
    padding-left: 5px !important; }
  .kt-pr5-tablet-and-mobile {
    padding-right: 5px !important; }
  .kt-margin-10-tablet-and-mobile {
    margin: 10px !important; }
  .kt-margin-t-10-tablet-and-mobile {
    margin-top: 10px !important; }
  .kt-margin-b-10-tablet-and-mobile {
    margin-bottom: 10px !important; }
  .kt-margin-l-10-tablet-and-mobile {
    margin-left: 10px !important; }
  .kt-margin-r-10-tablet-and-mobile {
    margin-right: 10px !important; }
  .kt-padding-10-tablet-and-mobile {
    padding: 10px !important; }
  .kt-padding-t-10-tablet-and-mobile {
    padding-top: 10px !important; }
  .kt-padding-b-10-tablet-and-mobile {
    padding-bottom: 10px !important; }
  .kt-padding-l-10-tablet-and-mobile {
    padding-left: 10px !important; }
  .kt-padding-r-10-tablet-and-mobile {
    padding-right: 10px !important; }
  .kt-m10-tablet-and-mobile {
    margin: 10px !important; }
  .kt-mt-10-tablet-and-mobile {
    margin-top: 10px !important; }
  .kt-mb-10-tablet-and-mobile {
    margin-bottom: 10px !important; }
  .kt-ml-10-tablet-and-mobile {
    margin-left: 10px !important; }
  .kt-mr-10-tablet-and-mobile {
    margin-right: 10px !important; }
  .kt-p10-tablet-and-mobile {
    padding: 10px !important; }
  .kt-pt10-tablet-and-mobile {
    padding-top: 10px !important; }
  .kt-pb-10-tablet-and-mobile {
    padding-bottom: 10px !important; }
  .kt-pl10-tablet-and-mobile {
    padding-left: 10px !important; }
  .kt-pr10-tablet-and-mobile {
    padding-right: 10px !important; }
  .kt-margin-15-tablet-and-mobile {
    margin: 15px !important; }
  .kt-margin-t-15-tablet-and-mobile {
    margin-top: 15px !important; }
  .kt-margin-b-15-tablet-and-mobile {
    margin-bottom: 15px !important; }
  .kt-margin-l-15-tablet-and-mobile {
    margin-left: 15px !important; }
  .kt-margin-r-15-tablet-and-mobile {
    margin-right: 15px !important; }
  .kt-padding-15-tablet-and-mobile {
    padding: 15px !important; }
  .kt-padding-t-15-tablet-and-mobile {
    padding-top: 15px !important; }
  .kt-padding-b-15-tablet-and-mobile {
    padding-bottom: 15px !important; }
  .kt-padding-l-15-tablet-and-mobile {
    padding-left: 15px !important; }
  .kt-padding-r-15-tablet-and-mobile {
    padding-right: 15px !important; }
  .kt-m15-tablet-and-mobile {
    margin: 15px !important; }
  .kt-mt-15-tablet-and-mobile {
    margin-top: 15px !important; }
  .kt-mb-15-tablet-and-mobile {
    margin-bottom: 15px !important; }
  .kt-ml-15-tablet-and-mobile {
    margin-left: 15px !important; }
  .kt-mr-15-tablet-and-mobile {
    margin-right: 15px !important; }
  .kt-p15-tablet-and-mobile {
    padding: 15px !important; }
  .kt-pt15-tablet-and-mobile {
    padding-top: 15px !important; }
  .kt-pb-15-tablet-and-mobile {
    padding-bottom: 15px !important; }
  .kt-pl15-tablet-and-mobile {
    padding-left: 15px !important; }
  .kt-pr15-tablet-and-mobile {
    padding-right: 15px !important; }
  .kt-margin-20-tablet-and-mobile {
    margin: 20px !important; }
  .kt-margin-t-20-tablet-and-mobile {
    margin-top: 20px !important; }
  .kt-margin-b-20-tablet-and-mobile {
    margin-bottom: 20px !important; }
  .kt-margin-l-20-tablet-and-mobile {
    margin-left: 20px !important; }
  .kt-margin-r-20-tablet-and-mobile {
    margin-right: 20px !important; }
  .kt-padding-20-tablet-and-mobile {
    padding: 20px !important; }
  .kt-padding-t-20-tablet-and-mobile {
    padding-top: 20px !important; }
  .kt-padding-b-20-tablet-and-mobile {
    padding-bottom: 20px !important; }
  .kt-padding-l-20-tablet-and-mobile {
    padding-left: 20px !important; }
  .kt-padding-r-20-tablet-and-mobile {
    padding-right: 20px !important; }
  .kt-m20-tablet-and-mobile {
    margin: 20px !important; }
  .kt-mt-20-tablet-and-mobile {
    margin-top: 20px !important; }
  .kt-mb-20-tablet-and-mobile {
    margin-bottom: 20px !important; }
  .kt-ml-20-tablet-and-mobile {
    margin-left: 20px !important; }
  .kt-mr-20-tablet-and-mobile {
    margin-right: 20px !important; }
  .kt-p20-tablet-and-mobile {
    padding: 20px !important; }
  .kt-pt20-tablet-and-mobile {
    padding-top: 20px !important; }
  .kt-pb-20-tablet-and-mobile {
    padding-bottom: 20px !important; }
  .kt-pl20-tablet-and-mobile {
    padding-left: 20px !important; }
  .kt-pr20-tablet-and-mobile {
    padding-right: 20px !important; }
  .kt-margin-25-tablet-and-mobile {
    margin: 25px !important; }
  .kt-margin-t-25-tablet-and-mobile {
    margin-top: 25px !important; }
  .kt-margin-b-25-tablet-and-mobile {
    margin-bottom: 25px !important; }
  .kt-margin-l-25-tablet-and-mobile {
    margin-left: 25px !important; }
  .kt-margin-r-25-tablet-and-mobile {
    margin-right: 25px !important; }
  .kt-padding-25-tablet-and-mobile {
    padding: 25px !important; }
  .kt-padding-t-25-tablet-and-mobile {
    padding-top: 25px !important; }
  .kt-padding-b-25-tablet-and-mobile {
    padding-bottom: 25px !important; }
  .kt-padding-l-25-tablet-and-mobile {
    padding-left: 25px !important; }
  .kt-padding-r-25-tablet-and-mobile {
    padding-right: 25px !important; }
  .kt-m25-tablet-and-mobile {
    margin: 25px !important; }
  .kt-mt-25-tablet-and-mobile {
    margin-top: 25px !important; }
  .kt-mb-25-tablet-and-mobile {
    margin-bottom: 25px !important; }
  .kt-ml-25-tablet-and-mobile {
    margin-left: 25px !important; }
  .kt-mr-25-tablet-and-mobile {
    margin-right: 25px !important; }
  .kt-p25-tablet-and-mobile {
    padding: 25px !important; }
  .kt-pt25-tablet-and-mobile {
    padding-top: 25px !important; }
  .kt-pb-25-tablet-and-mobile {
    padding-bottom: 25px !important; }
  .kt-pl25-tablet-and-mobile {
    padding-left: 25px !important; }
  .kt-pr25-tablet-and-mobile {
    padding-right: 25px !important; }
  .kt-margin-30-tablet-and-mobile {
    margin: 30px !important; }
  .kt-margin-t-30-tablet-and-mobile {
    margin-top: 30px !important; }
  .kt-margin-b-30-tablet-and-mobile {
    margin-bottom: 30px !important; }
  .kt-margin-l-30-tablet-and-mobile {
    margin-left: 30px !important; }
  .kt-margin-r-30-tablet-and-mobile {
    margin-right: 30px !important; }
  .kt-padding-30-tablet-and-mobile {
    padding: 30px !important; }
  .kt-padding-t-30-tablet-and-mobile {
    padding-top: 30px !important; }
  .kt-padding-b-30-tablet-and-mobile {
    padding-bottom: 30px !important; }
  .kt-padding-l-30-tablet-and-mobile {
    padding-left: 30px !important; }
  .kt-padding-r-30-tablet-and-mobile {
    padding-right: 30px !important; }
  .kt-m30-tablet-and-mobile {
    margin: 30px !important; }
  .kt-mt-30-tablet-and-mobile {
    margin-top: 30px !important; }
  .kt-mb-30-tablet-and-mobile {
    margin-bottom: 30px !important; }
  .kt-ml-30-tablet-and-mobile {
    margin-left: 30px !important; }
  .kt-mr-30-tablet-and-mobile {
    margin-right: 30px !important; }
  .kt-p30-tablet-and-mobile {
    padding: 30px !important; }
  .kt-pt30-tablet-and-mobile {
    padding-top: 30px !important; }
  .kt-pb-30-tablet-and-mobile {
    padding-bottom: 30px !important; }
  .kt-pl30-tablet-and-mobile {
    padding-left: 30px !important; }
  .kt-pr30-tablet-and-mobile {
    padding-right: 30px !important; }
  .kt-margin-35-tablet-and-mobile {
    margin: 35px !important; }
  .kt-margin-t-35-tablet-and-mobile {
    margin-top: 35px !important; }
  .kt-margin-b-35-tablet-and-mobile {
    margin-bottom: 35px !important; }
  .kt-margin-l-35-tablet-and-mobile {
    margin-left: 35px !important; }
  .kt-margin-r-35-tablet-and-mobile {
    margin-right: 35px !important; }
  .kt-padding-35-tablet-and-mobile {
    padding: 35px !important; }
  .kt-padding-t-35-tablet-and-mobile {
    padding-top: 35px !important; }
  .kt-padding-b-35-tablet-and-mobile {
    padding-bottom: 35px !important; }
  .kt-padding-l-35-tablet-and-mobile {
    padding-left: 35px !important; }
  .kt-padding-r-35-tablet-and-mobile {
    padding-right: 35px !important; }
  .kt-m35-tablet-and-mobile {
    margin: 35px !important; }
  .kt-mt-35-tablet-and-mobile {
    margin-top: 35px !important; }
  .kt-mb-35-tablet-and-mobile {
    margin-bottom: 35px !important; }
  .kt-ml-35-tablet-and-mobile {
    margin-left: 35px !important; }
  .kt-mr-35-tablet-and-mobile {
    margin-right: 35px !important; }
  .kt-p35-tablet-and-mobile {
    padding: 35px !important; }
  .kt-pt35-tablet-and-mobile {
    padding-top: 35px !important; }
  .kt-pb-35-tablet-and-mobile {
    padding-bottom: 35px !important; }
  .kt-pl35-tablet-and-mobile {
    padding-left: 35px !important; }
  .kt-pr35-tablet-and-mobile {
    padding-right: 35px !important; }
  .kt-margin-40-tablet-and-mobile {
    margin: 40px !important; }
  .kt-margin-t-40-tablet-and-mobile {
    margin-top: 40px !important; }
  .kt-margin-b-40-tablet-and-mobile {
    margin-bottom: 40px !important; }
  .kt-margin-l-40-tablet-and-mobile {
    margin-left: 40px !important; }
  .kt-margin-r-40-tablet-and-mobile {
    margin-right: 40px !important; }
  .kt-padding-40-tablet-and-mobile {
    padding: 40px !important; }
  .kt-padding-t-40-tablet-and-mobile {
    padding-top: 40px !important; }
  .kt-padding-b-40-tablet-and-mobile {
    padding-bottom: 40px !important; }
  .kt-padding-l-40-tablet-and-mobile {
    padding-left: 40px !important; }
  .kt-padding-r-40-tablet-and-mobile {
    padding-right: 40px !important; }
  .kt-m40-tablet-and-mobile {
    margin: 40px !important; }
  .kt-mt-40-tablet-and-mobile {
    margin-top: 40px !important; }
  .kt-mb-40-tablet-and-mobile {
    margin-bottom: 40px !important; }
  .kt-ml-40-tablet-and-mobile {
    margin-left: 40px !important; }
  .kt-mr-40-tablet-and-mobile {
    margin-right: 40px !important; }
  .kt-p40-tablet-and-mobile {
    padding: 40px !important; }
  .kt-pt40-tablet-and-mobile {
    padding-top: 40px !important; }
  .kt-pb-40-tablet-and-mobile {
    padding-bottom: 40px !important; }
  .kt-pl40-tablet-and-mobile {
    padding-left: 40px !important; }
  .kt-pr40-tablet-and-mobile {
    padding-right: 40px !important; }
  .kt-margin-45-tablet-and-mobile {
    margin: 45px !important; }
  .kt-margin-t-45-tablet-and-mobile {
    margin-top: 45px !important; }
  .kt-margin-b-45-tablet-and-mobile {
    margin-bottom: 45px !important; }
  .kt-margin-l-45-tablet-and-mobile {
    margin-left: 45px !important; }
  .kt-margin-r-45-tablet-and-mobile {
    margin-right: 45px !important; }
  .kt-padding-45-tablet-and-mobile {
    padding: 45px !important; }
  .kt-padding-t-45-tablet-and-mobile {
    padding-top: 45px !important; }
  .kt-padding-b-45-tablet-and-mobile {
    padding-bottom: 45px !important; }
  .kt-padding-l-45-tablet-and-mobile {
    padding-left: 45px !important; }
  .kt-padding-r-45-tablet-and-mobile {
    padding-right: 45px !important; }
  .kt-m45-tablet-and-mobile {
    margin: 45px !important; }
  .kt-mt-45-tablet-and-mobile {
    margin-top: 45px !important; }
  .kt-mb-45-tablet-and-mobile {
    margin-bottom: 45px !important; }
  .kt-ml-45-tablet-and-mobile {
    margin-left: 45px !important; }
  .kt-mr-45-tablet-and-mobile {
    margin-right: 45px !important; }
  .kt-p45-tablet-and-mobile {
    padding: 45px !important; }
  .kt-pt45-tablet-and-mobile {
    padding-top: 45px !important; }
  .kt-pb-45-tablet-and-mobile {
    padding-bottom: 45px !important; }
  .kt-pl45-tablet-and-mobile {
    padding-left: 45px !important; }
  .kt-pr45-tablet-and-mobile {
    padding-right: 45px !important; }
  .kt-margin-50-tablet-and-mobile {
    margin: 50px !important; }
  .kt-margin-t-50-tablet-and-mobile {
    margin-top: 50px !important; }
  .kt-margin-b-50-tablet-and-mobile {
    margin-bottom: 50px !important; }
  .kt-margin-l-50-tablet-and-mobile {
    margin-left: 50px !important; }
  .kt-margin-r-50-tablet-and-mobile {
    margin-right: 50px !important; }
  .kt-padding-50-tablet-and-mobile {
    padding: 50px !important; }
  .kt-padding-t-50-tablet-and-mobile {
    padding-top: 50px !important; }
  .kt-padding-b-50-tablet-and-mobile {
    padding-bottom: 50px !important; }
  .kt-padding-l-50-tablet-and-mobile {
    padding-left: 50px !important; }
  .kt-padding-r-50-tablet-and-mobile {
    padding-right: 50px !important; }
  .kt-m50-tablet-and-mobile {
    margin: 50px !important; }
  .kt-mt-50-tablet-and-mobile {
    margin-top: 50px !important; }
  .kt-mb-50-tablet-and-mobile {
    margin-bottom: 50px !important; }
  .kt-ml-50-tablet-and-mobile {
    margin-left: 50px !important; }
  .kt-mr-50-tablet-and-mobile {
    margin-right: 50px !important; }
  .kt-p50-tablet-and-mobile {
    padding: 50px !important; }
  .kt-pt50-tablet-and-mobile {
    padding-top: 50px !important; }
  .kt-pb-50-tablet-and-mobile {
    padding-bottom: 50px !important; }
  .kt-pl50-tablet-and-mobile {
    padding-left: 50px !important; }
  .kt-pr50-tablet-and-mobile {
    padding-right: 50px !important; }
  .kt-margin-55-tablet-and-mobile {
    margin: 55px !important; }
  .kt-margin-t-55-tablet-and-mobile {
    margin-top: 55px !important; }
  .kt-margin-b-55-tablet-and-mobile {
    margin-bottom: 55px !important; }
  .kt-margin-l-55-tablet-and-mobile {
    margin-left: 55px !important; }
  .kt-margin-r-55-tablet-and-mobile {
    margin-right: 55px !important; }
  .kt-padding-55-tablet-and-mobile {
    padding: 55px !important; }
  .kt-padding-t-55-tablet-and-mobile {
    padding-top: 55px !important; }
  .kt-padding-b-55-tablet-and-mobile {
    padding-bottom: 55px !important; }
  .kt-padding-l-55-tablet-and-mobile {
    padding-left: 55px !important; }
  .kt-padding-r-55-tablet-and-mobile {
    padding-right: 55px !important; }
  .kt-m55-tablet-and-mobile {
    margin: 55px !important; }
  .kt-mt-55-tablet-and-mobile {
    margin-top: 55px !important; }
  .kt-mb-55-tablet-and-mobile {
    margin-bottom: 55px !important; }
  .kt-ml-55-tablet-and-mobile {
    margin-left: 55px !important; }
  .kt-mr-55-tablet-and-mobile {
    margin-right: 55px !important; }
  .kt-p55-tablet-and-mobile {
    padding: 55px !important; }
  .kt-pt55-tablet-and-mobile {
    padding-top: 55px !important; }
  .kt-pb-55-tablet-and-mobile {
    padding-bottom: 55px !important; }
  .kt-pl55-tablet-and-mobile {
    padding-left: 55px !important; }
  .kt-pr55-tablet-and-mobile {
    padding-right: 55px !important; }
  .kt-margin-60-tablet-and-mobile {
    margin: 60px !important; }
  .kt-margin-t-60-tablet-and-mobile {
    margin-top: 60px !important; }
  .kt-margin-b-60-tablet-and-mobile {
    margin-bottom: 60px !important; }
  .kt-margin-l-60-tablet-and-mobile {
    margin-left: 60px !important; }
  .kt-margin-r-60-tablet-and-mobile {
    margin-right: 60px !important; }
  .kt-padding-60-tablet-and-mobile {
    padding: 60px !important; }
  .kt-padding-t-60-tablet-and-mobile {
    padding-top: 60px !important; }
  .kt-padding-b-60-tablet-and-mobile {
    padding-bottom: 60px !important; }
  .kt-padding-l-60-tablet-and-mobile {
    padding-left: 60px !important; }
  .kt-padding-r-60-tablet-and-mobile {
    padding-right: 60px !important; }
  .kt-m60-tablet-and-mobile {
    margin: 60px !important; }
  .kt-mt-60-tablet-and-mobile {
    margin-top: 60px !important; }
  .kt-mb-60-tablet-and-mobile {
    margin-bottom: 60px !important; }
  .kt-ml-60-tablet-and-mobile {
    margin-left: 60px !important; }
  .kt-mr-60-tablet-and-mobile {
    margin-right: 60px !important; }
  .kt-p60-tablet-and-mobile {
    padding: 60px !important; }
  .kt-pt60-tablet-and-mobile {
    padding-top: 60px !important; }
  .kt-pb-60-tablet-and-mobile {
    padding-bottom: 60px !important; }
  .kt-pl60-tablet-and-mobile {
    padding-left: 60px !important; }
  .kt-pr60-tablet-and-mobile {
    padding-right: 60px !important; }
  .kt-margin-65-tablet-and-mobile {
    margin: 65px !important; }
  .kt-margin-t-65-tablet-and-mobile {
    margin-top: 65px !important; }
  .kt-margin-b-65-tablet-and-mobile {
    margin-bottom: 65px !important; }
  .kt-margin-l-65-tablet-and-mobile {
    margin-left: 65px !important; }
  .kt-margin-r-65-tablet-and-mobile {
    margin-right: 65px !important; }
  .kt-padding-65-tablet-and-mobile {
    padding: 65px !important; }
  .kt-padding-t-65-tablet-and-mobile {
    padding-top: 65px !important; }
  .kt-padding-b-65-tablet-and-mobile {
    padding-bottom: 65px !important; }
  .kt-padding-l-65-tablet-and-mobile {
    padding-left: 65px !important; }
  .kt-padding-r-65-tablet-and-mobile {
    padding-right: 65px !important; }
  .kt-m65-tablet-and-mobile {
    margin: 65px !important; }
  .kt-mt-65-tablet-and-mobile {
    margin-top: 65px !important; }
  .kt-mb-65-tablet-and-mobile {
    margin-bottom: 65px !important; }
  .kt-ml-65-tablet-and-mobile {
    margin-left: 65px !important; }
  .kt-mr-65-tablet-and-mobile {
    margin-right: 65px !important; }
  .kt-p65-tablet-and-mobile {
    padding: 65px !important; }
  .kt-pt65-tablet-and-mobile {
    padding-top: 65px !important; }
  .kt-pb-65-tablet-and-mobile {
    padding-bottom: 65px !important; }
  .kt-pl65-tablet-and-mobile {
    padding-left: 65px !important; }
  .kt-pr65-tablet-and-mobile {
    padding-right: 65px !important; }
  .kt-margin-70-tablet-and-mobile {
    margin: 70px !important; }
  .kt-margin-t-70-tablet-and-mobile {
    margin-top: 70px !important; }
  .kt-margin-b-70-tablet-and-mobile {
    margin-bottom: 70px !important; }
  .kt-margin-l-70-tablet-and-mobile {
    margin-left: 70px !important; }
  .kt-margin-r-70-tablet-and-mobile {
    margin-right: 70px !important; }
  .kt-padding-70-tablet-and-mobile {
    padding: 70px !important; }
  .kt-padding-t-70-tablet-and-mobile {
    padding-top: 70px !important; }
  .kt-padding-b-70-tablet-and-mobile {
    padding-bottom: 70px !important; }
  .kt-padding-l-70-tablet-and-mobile {
    padding-left: 70px !important; }
  .kt-padding-r-70-tablet-and-mobile {
    padding-right: 70px !important; }
  .kt-m70-tablet-and-mobile {
    margin: 70px !important; }
  .kt-mt-70-tablet-and-mobile {
    margin-top: 70px !important; }
  .kt-mb-70-tablet-and-mobile {
    margin-bottom: 70px !important; }
  .kt-ml-70-tablet-and-mobile {
    margin-left: 70px !important; }
  .kt-mr-70-tablet-and-mobile {
    margin-right: 70px !important; }
  .kt-p70-tablet-and-mobile {
    padding: 70px !important; }
  .kt-pt70-tablet-and-mobile {
    padding-top: 70px !important; }
  .kt-pb-70-tablet-and-mobile {
    padding-bottom: 70px !important; }
  .kt-pl70-tablet-and-mobile {
    padding-left: 70px !important; }
  .kt-pr70-tablet-and-mobile {
    padding-right: 70px !important; }
  .kt-margin-75-tablet-and-mobile {
    margin: 75px !important; }
  .kt-margin-t-75-tablet-and-mobile {
    margin-top: 75px !important; }
  .kt-margin-b-75-tablet-and-mobile {
    margin-bottom: 75px !important; }
  .kt-margin-l-75-tablet-and-mobile {
    margin-left: 75px !important; }
  .kt-margin-r-75-tablet-and-mobile {
    margin-right: 75px !important; }
  .kt-padding-75-tablet-and-mobile {
    padding: 75px !important; }
  .kt-padding-t-75-tablet-and-mobile {
    padding-top: 75px !important; }
  .kt-padding-b-75-tablet-and-mobile {
    padding-bottom: 75px !important; }
  .kt-padding-l-75-tablet-and-mobile {
    padding-left: 75px !important; }
  .kt-padding-r-75-tablet-and-mobile {
    padding-right: 75px !important; }
  .kt-m75-tablet-and-mobile {
    margin: 75px !important; }
  .kt-mt-75-tablet-and-mobile {
    margin-top: 75px !important; }
  .kt-mb-75-tablet-and-mobile {
    margin-bottom: 75px !important; }
  .kt-ml-75-tablet-and-mobile {
    margin-left: 75px !important; }
  .kt-mr-75-tablet-and-mobile {
    margin-right: 75px !important; }
  .kt-p75-tablet-and-mobile {
    padding: 75px !important; }
  .kt-pt75-tablet-and-mobile {
    padding-top: 75px !important; }
  .kt-pb-75-tablet-and-mobile {
    padding-bottom: 75px !important; }
  .kt-pl75-tablet-and-mobile {
    padding-left: 75px !important; }
  .kt-pr75-tablet-and-mobile {
    padding-right: 75px !important; }
  .kt-margin-80-tablet-and-mobile {
    margin: 80px !important; }
  .kt-margin-t-80-tablet-and-mobile {
    margin-top: 80px !important; }
  .kt-margin-b-80-tablet-and-mobile {
    margin-bottom: 80px !important; }
  .kt-margin-l-80-tablet-and-mobile {
    margin-left: 80px !important; }
  .kt-margin-r-80-tablet-and-mobile {
    margin-right: 80px !important; }
  .kt-padding-80-tablet-and-mobile {
    padding: 80px !important; }
  .kt-padding-t-80-tablet-and-mobile {
    padding-top: 80px !important; }
  .kt-padding-b-80-tablet-and-mobile {
    padding-bottom: 80px !important; }
  .kt-padding-l-80-tablet-and-mobile {
    padding-left: 80px !important; }
  .kt-padding-r-80-tablet-and-mobile {
    padding-right: 80px !important; }
  .kt-m80-tablet-and-mobile {
    margin: 80px !important; }
  .kt-mt-80-tablet-and-mobile {
    margin-top: 80px !important; }
  .kt-mb-80-tablet-and-mobile {
    margin-bottom: 80px !important; }
  .kt-ml-80-tablet-and-mobile {
    margin-left: 80px !important; }
  .kt-mr-80-tablet-and-mobile {
    margin-right: 80px !important; }
  .kt-p80-tablet-and-mobile {
    padding: 80px !important; }
  .kt-pt80-tablet-and-mobile {
    padding-top: 80px !important; }
  .kt-pb-80-tablet-and-mobile {
    padding-bottom: 80px !important; }
  .kt-pl80-tablet-and-mobile {
    padding-left: 80px !important; }
  .kt-pr80-tablet-and-mobile {
    padding-right: 80px !important; }
  .kt-margin-85-tablet-and-mobile {
    margin: 85px !important; }
  .kt-margin-t-85-tablet-and-mobile {
    margin-top: 85px !important; }
  .kt-margin-b-85-tablet-and-mobile {
    margin-bottom: 85px !important; }
  .kt-margin-l-85-tablet-and-mobile {
    margin-left: 85px !important; }
  .kt-margin-r-85-tablet-and-mobile {
    margin-right: 85px !important; }
  .kt-padding-85-tablet-and-mobile {
    padding: 85px !important; }
  .kt-padding-t-85-tablet-and-mobile {
    padding-top: 85px !important; }
  .kt-padding-b-85-tablet-and-mobile {
    padding-bottom: 85px !important; }
  .kt-padding-l-85-tablet-and-mobile {
    padding-left: 85px !important; }
  .kt-padding-r-85-tablet-and-mobile {
    padding-right: 85px !important; }
  .kt-m85-tablet-and-mobile {
    margin: 85px !important; }
  .kt-mt-85-tablet-and-mobile {
    margin-top: 85px !important; }
  .kt-mb-85-tablet-and-mobile {
    margin-bottom: 85px !important; }
  .kt-ml-85-tablet-and-mobile {
    margin-left: 85px !important; }
  .kt-mr-85-tablet-and-mobile {
    margin-right: 85px !important; }
  .kt-p85-tablet-and-mobile {
    padding: 85px !important; }
  .kt-pt85-tablet-and-mobile {
    padding-top: 85px !important; }
  .kt-pb-85-tablet-and-mobile {
    padding-bottom: 85px !important; }
  .kt-pl85-tablet-and-mobile {
    padding-left: 85px !important; }
  .kt-pr85-tablet-and-mobile {
    padding-right: 85px !important; }
  .kt-margin-90-tablet-and-mobile {
    margin: 90px !important; }
  .kt-margin-t-90-tablet-and-mobile {
    margin-top: 90px !important; }
  .kt-margin-b-90-tablet-and-mobile {
    margin-bottom: 90px !important; }
  .kt-margin-l-90-tablet-and-mobile {
    margin-left: 90px !important; }
  .kt-margin-r-90-tablet-and-mobile {
    margin-right: 90px !important; }
  .kt-padding-90-tablet-and-mobile {
    padding: 90px !important; }
  .kt-padding-t-90-tablet-and-mobile {
    padding-top: 90px !important; }
  .kt-padding-b-90-tablet-and-mobile {
    padding-bottom: 90px !important; }
  .kt-padding-l-90-tablet-and-mobile {
    padding-left: 90px !important; }
  .kt-padding-r-90-tablet-and-mobile {
    padding-right: 90px !important; }
  .kt-m90-tablet-and-mobile {
    margin: 90px !important; }
  .kt-mt-90-tablet-and-mobile {
    margin-top: 90px !important; }
  .kt-mb-90-tablet-and-mobile {
    margin-bottom: 90px !important; }
  .kt-ml-90-tablet-and-mobile {
    margin-left: 90px !important; }
  .kt-mr-90-tablet-and-mobile {
    margin-right: 90px !important; }
  .kt-p90-tablet-and-mobile {
    padding: 90px !important; }
  .kt-pt90-tablet-and-mobile {
    padding-top: 90px !important; }
  .kt-pb-90-tablet-and-mobile {
    padding-bottom: 90px !important; }
  .kt-pl90-tablet-and-mobile {
    padding-left: 90px !important; }
  .kt-pr90-tablet-and-mobile {
    padding-right: 90px !important; }
  .kt-margin-95-tablet-and-mobile {
    margin: 95px !important; }
  .kt-margin-t-95-tablet-and-mobile {
    margin-top: 95px !important; }
  .kt-margin-b-95-tablet-and-mobile {
    margin-bottom: 95px !important; }
  .kt-margin-l-95-tablet-and-mobile {
    margin-left: 95px !important; }
  .kt-margin-r-95-tablet-and-mobile {
    margin-right: 95px !important; }
  .kt-padding-95-tablet-and-mobile {
    padding: 95px !important; }
  .kt-padding-t-95-tablet-and-mobile {
    padding-top: 95px !important; }
  .kt-padding-b-95-tablet-and-mobile {
    padding-bottom: 95px !important; }
  .kt-padding-l-95-tablet-and-mobile {
    padding-left: 95px !important; }
  .kt-padding-r-95-tablet-and-mobile {
    padding-right: 95px !important; }
  .kt-m95-tablet-and-mobile {
    margin: 95px !important; }
  .kt-mt-95-tablet-and-mobile {
    margin-top: 95px !important; }
  .kt-mb-95-tablet-and-mobile {
    margin-bottom: 95px !important; }
  .kt-ml-95-tablet-and-mobile {
    margin-left: 95px !important; }
  .kt-mr-95-tablet-and-mobile {
    margin-right: 95px !important; }
  .kt-p95-tablet-and-mobile {
    padding: 95px !important; }
  .kt-pt95-tablet-and-mobile {
    padding-top: 95px !important; }
  .kt-pb-95-tablet-and-mobile {
    padding-bottom: 95px !important; }
  .kt-pl95-tablet-and-mobile {
    padding-left: 95px !important; }
  .kt-pr95-tablet-and-mobile {
    padding-right: 95px !important; }
  .kt-margin-100-tablet-and-mobile {
    margin: 100px !important; }
  .kt-margin-t-100-tablet-and-mobile {
    margin-top: 100px !important; }
  .kt-margin-b-100-tablet-and-mobile {
    margin-bottom: 100px !important; }
  .kt-margin-l-100-tablet-and-mobile {
    margin-left: 100px !important; }
  .kt-margin-r-100-tablet-and-mobile {
    margin-right: 100px !important; }
  .kt-padding-100-tablet-and-mobile {
    padding: 100px !important; }
  .kt-padding-t-100-tablet-and-mobile {
    padding-top: 100px !important; }
  .kt-padding-b-100-tablet-and-mobile {
    padding-bottom: 100px !important; }
  .kt-padding-l-100-tablet-and-mobile {
    padding-left: 100px !important; }
  .kt-padding-r-100-tablet-and-mobile {
    padding-right: 100px !important; }
  .kt-m100-tablet-and-mobile {
    margin: 100px !important; }
  .kt-mt-100-tablet-and-mobile {
    margin-top: 100px !important; }
  .kt-mb-100-tablet-and-mobile {
    margin-bottom: 100px !important; }
  .kt-ml-100-tablet-and-mobile {
    margin-left: 100px !important; }
  .kt-mr-100-tablet-and-mobile {
    margin-right: 100px !important; }
  .kt-p100-tablet-and-mobile {
    padding: 100px !important; }
  .kt-pt100-tablet-and-mobile {
    padding-top: 100px !important; }
  .kt-pb-100-tablet-and-mobile {
    padding-bottom: 100px !important; }
  .kt-pl100-tablet-and-mobile {
    padding-left: 100px !important; }
  .kt-pr100-tablet-and-mobile {
    padding-right: 100px !important; } }

@media (max-width: 768px) {
  .kt-margin-0-mobile {
    margin: 0px !important; }
  .kt-margin-t-0-mobile {
    margin-top: 0px !important; }
  .kt-margin-b-0-mobile {
    margin-bottom: 0px !important; }
  .kt-margin-l-0-mobile {
    margin-left: 0px !important; }
  .kt-margin-r-0-mobile {
    margin-right: 0px !important; }
  .kt-padding-0-mobile {
    padding: 0px !important; }
  .kt-padding-t-0-mobile {
    padding-top: 0px !important; }
  .kt-padding-b-0-mobile {
    padding-bottom: 0px !important; }
  .kt-padding-l-0-mobile {
    padding-left: 0px !important; }
  .kt-padding-r-0-mobile {
    padding-right: 0px !important; }
  .kt-m0-mobile {
    margin: 0px !important; }
  .kt-mt-0-mobile {
    margin-top: 0px !important; }
  .kt-mb-0-mobile {
    margin-bottom: 0px !important; }
  .kt-ml-0-mobile {
    margin-left: 0px !important; }
  .kt-mr-0-mobile {
    margin-right: 0px !important; }
  .kt-p0-mobile {
    padding: 0px !important; }
  .kt-pt0-mobile {
    padding-top: 0px !important; }
  .kt-pb-0-mobile {
    padding-bottom: 0px !important; }
  .kt-pl0-mobile {
    padding-left: 0px !important; }
  .kt-pr0-mobile {
    padding-right: 0px !important; }
  .kt-margin-5-mobile {
    margin: 5px !important; }
  .kt-margin-t-5-mobile {
    margin-top: 5px !important; }
  .kt-margin-b-5-mobile {
    margin-bottom: 5px !important; }
  .kt-margin-l-5-mobile {
    margin-left: 5px !important; }
  .kt-margin-r-5-mobile {
    margin-right: 5px !important; }
  .kt-padding-5-mobile {
    padding: 5px !important; }
  .kt-padding-t-5-mobile {
    padding-top: 5px !important; }
  .kt-padding-b-5-mobile {
    padding-bottom: 5px !important; }
  .kt-padding-l-5-mobile {
    padding-left: 5px !important; }
  .kt-padding-r-5-mobile {
    padding-right: 5px !important; }
  .kt-m5-mobile {
    margin: 5px !important; }
  .kt-mt-5-mobile {
    margin-top: 5px !important; }
  .kt-mb-5-mobile {
    margin-bottom: 5px !important; }
  .kt-ml-5-mobile {
    margin-left: 5px !important; }
  .kt-mr-5-mobile {
    margin-right: 5px !important; }
  .kt-p5-mobile {
    padding: 5px !important; }
  .kt-pt5-mobile {
    padding-top: 5px !important; }
  .kt-pb-5-mobile {
    padding-bottom: 5px !important; }
  .kt-pl5-mobile {
    padding-left: 5px !important; }
  .kt-pr5-mobile {
    padding-right: 5px !important; }
  .kt-margin-10-mobile {
    margin: 10px !important; }
  .kt-margin-t-10-mobile {
    margin-top: 10px !important; }
  .kt-margin-b-10-mobile {
    margin-bottom: 10px !important; }
  .kt-margin-l-10-mobile {
    margin-left: 10px !important; }
  .kt-margin-r-10-mobile {
    margin-right: 10px !important; }
  .kt-padding-10-mobile {
    padding: 10px !important; }
  .kt-padding-t-10-mobile {
    padding-top: 10px !important; }
  .kt-padding-b-10-mobile {
    padding-bottom: 10px !important; }
  .kt-padding-l-10-mobile {
    padding-left: 10px !important; }
  .kt-padding-r-10-mobile {
    padding-right: 10px !important; }
  .kt-m10-mobile {
    margin: 10px !important; }
  .kt-mt-10-mobile {
    margin-top: 10px !important; }
  .kt-mb-10-mobile {
    margin-bottom: 10px !important; }
  .kt-ml-10-mobile {
    margin-left: 10px !important; }
  .kt-mr-10-mobile {
    margin-right: 10px !important; }
  .kt-p10-mobile {
    padding: 10px !important; }
  .kt-pt10-mobile {
    padding-top: 10px !important; }
  .kt-pb-10-mobile {
    padding-bottom: 10px !important; }
  .kt-pl10-mobile {
    padding-left: 10px !important; }
  .kt-pr10-mobile {
    padding-right: 10px !important; }
  .kt-margin-15-mobile {
    margin: 15px !important; }
  .kt-margin-t-15-mobile {
    margin-top: 15px !important; }
  .kt-margin-b-15-mobile {
    margin-bottom: 15px !important; }
  .kt-margin-l-15-mobile {
    margin-left: 15px !important; }
  .kt-margin-r-15-mobile {
    margin-right: 15px !important; }
  .kt-padding-15-mobile {
    padding: 15px !important; }
  .kt-padding-t-15-mobile {
    padding-top: 15px !important; }
  .kt-padding-b-15-mobile {
    padding-bottom: 15px !important; }
  .kt-padding-l-15-mobile {
    padding-left: 15px !important; }
  .kt-padding-r-15-mobile {
    padding-right: 15px !important; }
  .kt-m15-mobile {
    margin: 15px !important; }
  .kt-mt-15-mobile {
    margin-top: 15px !important; }
  .kt-mb-15-mobile {
    margin-bottom: 15px !important; }
  .kt-ml-15-mobile {
    margin-left: 15px !important; }
  .kt-mr-15-mobile {
    margin-right: 15px !important; }
  .kt-p15-mobile {
    padding: 15px !important; }
  .kt-pt15-mobile {
    padding-top: 15px !important; }
  .kt-pb-15-mobile {
    padding-bottom: 15px !important; }
  .kt-pl15-mobile {
    padding-left: 15px !important; }
  .kt-pr15-mobile {
    padding-right: 15px !important; }
  .kt-margin-20-mobile {
    margin: 20px !important; }
  .kt-margin-t-20-mobile {
    margin-top: 20px !important; }
  .kt-margin-b-20-mobile {
    margin-bottom: 20px !important; }
  .kt-margin-l-20-mobile {
    margin-left: 20px !important; }
  .kt-margin-r-20-mobile {
    margin-right: 20px !important; }
  .kt-padding-20-mobile {
    padding: 20px !important; }
  .kt-padding-t-20-mobile {
    padding-top: 20px !important; }
  .kt-padding-b-20-mobile {
    padding-bottom: 20px !important; }
  .kt-padding-l-20-mobile {
    padding-left: 20px !important; }
  .kt-padding-r-20-mobile {
    padding-right: 20px !important; }
  .kt-m20-mobile {
    margin: 20px !important; }
  .kt-mt-20-mobile {
    margin-top: 20px !important; }
  .kt-mb-20-mobile {
    margin-bottom: 20px !important; }
  .kt-ml-20-mobile {
    margin-left: 20px !important; }
  .kt-mr-20-mobile {
    margin-right: 20px !important; }
  .kt-p20-mobile {
    padding: 20px !important; }
  .kt-pt20-mobile {
    padding-top: 20px !important; }
  .kt-pb-20-mobile {
    padding-bottom: 20px !important; }
  .kt-pl20-mobile {
    padding-left: 20px !important; }
  .kt-pr20-mobile {
    padding-right: 20px !important; }
  .kt-margin-25-mobile {
    margin: 25px !important; }
  .kt-margin-t-25-mobile {
    margin-top: 25px !important; }
  .kt-margin-b-25-mobile {
    margin-bottom: 25px !important; }
  .kt-margin-l-25-mobile {
    margin-left: 25px !important; }
  .kt-margin-r-25-mobile {
    margin-right: 25px !important; }
  .kt-padding-25-mobile {
    padding: 25px !important; }
  .kt-padding-t-25-mobile {
    padding-top: 25px !important; }
  .kt-padding-b-25-mobile {
    padding-bottom: 25px !important; }
  .kt-padding-l-25-mobile {
    padding-left: 25px !important; }
  .kt-padding-r-25-mobile {
    padding-right: 25px !important; }
  .kt-m25-mobile {
    margin: 25px !important; }
  .kt-mt-25-mobile {
    margin-top: 25px !important; }
  .kt-mb-25-mobile {
    margin-bottom: 25px !important; }
  .kt-ml-25-mobile {
    margin-left: 25px !important; }
  .kt-mr-25-mobile {
    margin-right: 25px !important; }
  .kt-p25-mobile {
    padding: 25px !important; }
  .kt-pt25-mobile {
    padding-top: 25px !important; }
  .kt-pb-25-mobile {
    padding-bottom: 25px !important; }
  .kt-pl25-mobile {
    padding-left: 25px !important; }
  .kt-pr25-mobile {
    padding-right: 25px !important; }
  .kt-margin-30-mobile {
    margin: 30px !important; }
  .kt-margin-t-30-mobile {
    margin-top: 30px !important; }
  .kt-margin-b-30-mobile {
    margin-bottom: 30px !important; }
  .kt-margin-l-30-mobile {
    margin-left: 30px !important; }
  .kt-margin-r-30-mobile {
    margin-right: 30px !important; }
  .kt-padding-30-mobile {
    padding: 30px !important; }
  .kt-padding-t-30-mobile {
    padding-top: 30px !important; }
  .kt-padding-b-30-mobile {
    padding-bottom: 30px !important; }
  .kt-padding-l-30-mobile {
    padding-left: 30px !important; }
  .kt-padding-r-30-mobile {
    padding-right: 30px !important; }
  .kt-m30-mobile {
    margin: 30px !important; }
  .kt-mt-30-mobile {
    margin-top: 30px !important; }
  .kt-mb-30-mobile {
    margin-bottom: 30px !important; }
  .kt-ml-30-mobile {
    margin-left: 30px !important; }
  .kt-mr-30-mobile {
    margin-right: 30px !important; }
  .kt-p30-mobile {
    padding: 30px !important; }
  .kt-pt30-mobile {
    padding-top: 30px !important; }
  .kt-pb-30-mobile {
    padding-bottom: 30px !important; }
  .kt-pl30-mobile {
    padding-left: 30px !important; }
  .kt-pr30-mobile {
    padding-right: 30px !important; }
  .kt-margin-35-mobile {
    margin: 35px !important; }
  .kt-margin-t-35-mobile {
    margin-top: 35px !important; }
  .kt-margin-b-35-mobile {
    margin-bottom: 35px !important; }
  .kt-margin-l-35-mobile {
    margin-left: 35px !important; }
  .kt-margin-r-35-mobile {
    margin-right: 35px !important; }
  .kt-padding-35-mobile {
    padding: 35px !important; }
  .kt-padding-t-35-mobile {
    padding-top: 35px !important; }
  .kt-padding-b-35-mobile {
    padding-bottom: 35px !important; }
  .kt-padding-l-35-mobile {
    padding-left: 35px !important; }
  .kt-padding-r-35-mobile {
    padding-right: 35px !important; }
  .kt-m35-mobile {
    margin: 35px !important; }
  .kt-mt-35-mobile {
    margin-top: 35px !important; }
  .kt-mb-35-mobile {
    margin-bottom: 35px !important; }
  .kt-ml-35-mobile {
    margin-left: 35px !important; }
  .kt-mr-35-mobile {
    margin-right: 35px !important; }
  .kt-p35-mobile {
    padding: 35px !important; }
  .kt-pt35-mobile {
    padding-top: 35px !important; }
  .kt-pb-35-mobile {
    padding-bottom: 35px !important; }
  .kt-pl35-mobile {
    padding-left: 35px !important; }
  .kt-pr35-mobile {
    padding-right: 35px !important; }
  .kt-margin-40-mobile {
    margin: 40px !important; }
  .kt-margin-t-40-mobile {
    margin-top: 40px !important; }
  .kt-margin-b-40-mobile {
    margin-bottom: 40px !important; }
  .kt-margin-l-40-mobile {
    margin-left: 40px !important; }
  .kt-margin-r-40-mobile {
    margin-right: 40px !important; }
  .kt-padding-40-mobile {
    padding: 40px !important; }
  .kt-padding-t-40-mobile {
    padding-top: 40px !important; }
  .kt-padding-b-40-mobile {
    padding-bottom: 40px !important; }
  .kt-padding-l-40-mobile {
    padding-left: 40px !important; }
  .kt-padding-r-40-mobile {
    padding-right: 40px !important; }
  .kt-m40-mobile {
    margin: 40px !important; }
  .kt-mt-40-mobile {
    margin-top: 40px !important; }
  .kt-mb-40-mobile {
    margin-bottom: 40px !important; }
  .kt-ml-40-mobile {
    margin-left: 40px !important; }
  .kt-mr-40-mobile {
    margin-right: 40px !important; }
  .kt-p40-mobile {
    padding: 40px !important; }
  .kt-pt40-mobile {
    padding-top: 40px !important; }
  .kt-pb-40-mobile {
    padding-bottom: 40px !important; }
  .kt-pl40-mobile {
    padding-left: 40px !important; }
  .kt-pr40-mobile {
    padding-right: 40px !important; }
  .kt-margin-45-mobile {
    margin: 45px !important; }
  .kt-margin-t-45-mobile {
    margin-top: 45px !important; }
  .kt-margin-b-45-mobile {
    margin-bottom: 45px !important; }
  .kt-margin-l-45-mobile {
    margin-left: 45px !important; }
  .kt-margin-r-45-mobile {
    margin-right: 45px !important; }
  .kt-padding-45-mobile {
    padding: 45px !important; }
  .kt-padding-t-45-mobile {
    padding-top: 45px !important; }
  .kt-padding-b-45-mobile {
    padding-bottom: 45px !important; }
  .kt-padding-l-45-mobile {
    padding-left: 45px !important; }
  .kt-padding-r-45-mobile {
    padding-right: 45px !important; }
  .kt-m45-mobile {
    margin: 45px !important; }
  .kt-mt-45-mobile {
    margin-top: 45px !important; }
  .kt-mb-45-mobile {
    margin-bottom: 45px !important; }
  .kt-ml-45-mobile {
    margin-left: 45px !important; }
  .kt-mr-45-mobile {
    margin-right: 45px !important; }
  .kt-p45-mobile {
    padding: 45px !important; }
  .kt-pt45-mobile {
    padding-top: 45px !important; }
  .kt-pb-45-mobile {
    padding-bottom: 45px !important; }
  .kt-pl45-mobile {
    padding-left: 45px !important; }
  .kt-pr45-mobile {
    padding-right: 45px !important; }
  .kt-margin-50-mobile {
    margin: 50px !important; }
  .kt-margin-t-50-mobile {
    margin-top: 50px !important; }
  .kt-margin-b-50-mobile {
    margin-bottom: 50px !important; }
  .kt-margin-l-50-mobile {
    margin-left: 50px !important; }
  .kt-margin-r-50-mobile {
    margin-right: 50px !important; }
  .kt-padding-50-mobile {
    padding: 50px !important; }
  .kt-padding-t-50-mobile {
    padding-top: 50px !important; }
  .kt-padding-b-50-mobile {
    padding-bottom: 50px !important; }
  .kt-padding-l-50-mobile {
    padding-left: 50px !important; }
  .kt-padding-r-50-mobile {
    padding-right: 50px !important; }
  .kt-m50-mobile {
    margin: 50px !important; }
  .kt-mt-50-mobile {
    margin-top: 50px !important; }
  .kt-mb-50-mobile {
    margin-bottom: 50px !important; }
  .kt-ml-50-mobile {
    margin-left: 50px !important; }
  .kt-mr-50-mobile {
    margin-right: 50px !important; }
  .kt-p50-mobile {
    padding: 50px !important; }
  .kt-pt50-mobile {
    padding-top: 50px !important; }
  .kt-pb-50-mobile {
    padding-bottom: 50px !important; }
  .kt-pl50-mobile {
    padding-left: 50px !important; }
  .kt-pr50-mobile {
    padding-right: 50px !important; }
  .kt-margin-55-mobile {
    margin: 55px !important; }
  .kt-margin-t-55-mobile {
    margin-top: 55px !important; }
  .kt-margin-b-55-mobile {
    margin-bottom: 55px !important; }
  .kt-margin-l-55-mobile {
    margin-left: 55px !important; }
  .kt-margin-r-55-mobile {
    margin-right: 55px !important; }
  .kt-padding-55-mobile {
    padding: 55px !important; }
  .kt-padding-t-55-mobile {
    padding-top: 55px !important; }
  .kt-padding-b-55-mobile {
    padding-bottom: 55px !important; }
  .kt-padding-l-55-mobile {
    padding-left: 55px !important; }
  .kt-padding-r-55-mobile {
    padding-right: 55px !important; }
  .kt-m55-mobile {
    margin: 55px !important; }
  .kt-mt-55-mobile {
    margin-top: 55px !important; }
  .kt-mb-55-mobile {
    margin-bottom: 55px !important; }
  .kt-ml-55-mobile {
    margin-left: 55px !important; }
  .kt-mr-55-mobile {
    margin-right: 55px !important; }
  .kt-p55-mobile {
    padding: 55px !important; }
  .kt-pt55-mobile {
    padding-top: 55px !important; }
  .kt-pb-55-mobile {
    padding-bottom: 55px !important; }
  .kt-pl55-mobile {
    padding-left: 55px !important; }
  .kt-pr55-mobile {
    padding-right: 55px !important; }
  .kt-margin-60-mobile {
    margin: 60px !important; }
  .kt-margin-t-60-mobile {
    margin-top: 60px !important; }
  .kt-margin-b-60-mobile {
    margin-bottom: 60px !important; }
  .kt-margin-l-60-mobile {
    margin-left: 60px !important; }
  .kt-margin-r-60-mobile {
    margin-right: 60px !important; }
  .kt-padding-60-mobile {
    padding: 60px !important; }
  .kt-padding-t-60-mobile {
    padding-top: 60px !important; }
  .kt-padding-b-60-mobile {
    padding-bottom: 60px !important; }
  .kt-padding-l-60-mobile {
    padding-left: 60px !important; }
  .kt-padding-r-60-mobile {
    padding-right: 60px !important; }
  .kt-m60-mobile {
    margin: 60px !important; }
  .kt-mt-60-mobile {
    margin-top: 60px !important; }
  .kt-mb-60-mobile {
    margin-bottom: 60px !important; }
  .kt-ml-60-mobile {
    margin-left: 60px !important; }
  .kt-mr-60-mobile {
    margin-right: 60px !important; }
  .kt-p60-mobile {
    padding: 60px !important; }
  .kt-pt60-mobile {
    padding-top: 60px !important; }
  .kt-pb-60-mobile {
    padding-bottom: 60px !important; }
  .kt-pl60-mobile {
    padding-left: 60px !important; }
  .kt-pr60-mobile {
    padding-right: 60px !important; }
  .kt-margin-65-mobile {
    margin: 65px !important; }
  .kt-margin-t-65-mobile {
    margin-top: 65px !important; }
  .kt-margin-b-65-mobile {
    margin-bottom: 65px !important; }
  .kt-margin-l-65-mobile {
    margin-left: 65px !important; }
  .kt-margin-r-65-mobile {
    margin-right: 65px !important; }
  .kt-padding-65-mobile {
    padding: 65px !important; }
  .kt-padding-t-65-mobile {
    padding-top: 65px !important; }
  .kt-padding-b-65-mobile {
    padding-bottom: 65px !important; }
  .kt-padding-l-65-mobile {
    padding-left: 65px !important; }
  .kt-padding-r-65-mobile {
    padding-right: 65px !important; }
  .kt-m65-mobile {
    margin: 65px !important; }
  .kt-mt-65-mobile {
    margin-top: 65px !important; }
  .kt-mb-65-mobile {
    margin-bottom: 65px !important; }
  .kt-ml-65-mobile {
    margin-left: 65px !important; }
  .kt-mr-65-mobile {
    margin-right: 65px !important; }
  .kt-p65-mobile {
    padding: 65px !important; }
  .kt-pt65-mobile {
    padding-top: 65px !important; }
  .kt-pb-65-mobile {
    padding-bottom: 65px !important; }
  .kt-pl65-mobile {
    padding-left: 65px !important; }
  .kt-pr65-mobile {
    padding-right: 65px !important; }
  .kt-margin-70-mobile {
    margin: 70px !important; }
  .kt-margin-t-70-mobile {
    margin-top: 70px !important; }
  .kt-margin-b-70-mobile {
    margin-bottom: 70px !important; }
  .kt-margin-l-70-mobile {
    margin-left: 70px !important; }
  .kt-margin-r-70-mobile {
    margin-right: 70px !important; }
  .kt-padding-70-mobile {
    padding: 70px !important; }
  .kt-padding-t-70-mobile {
    padding-top: 70px !important; }
  .kt-padding-b-70-mobile {
    padding-bottom: 70px !important; }
  .kt-padding-l-70-mobile {
    padding-left: 70px !important; }
  .kt-padding-r-70-mobile {
    padding-right: 70px !important; }
  .kt-m70-mobile {
    margin: 70px !important; }
  .kt-mt-70-mobile {
    margin-top: 70px !important; }
  .kt-mb-70-mobile {
    margin-bottom: 70px !important; }
  .kt-ml-70-mobile {
    margin-left: 70px !important; }
  .kt-mr-70-mobile {
    margin-right: 70px !important; }
  .kt-p70-mobile {
    padding: 70px !important; }
  .kt-pt70-mobile {
    padding-top: 70px !important; }
  .kt-pb-70-mobile {
    padding-bottom: 70px !important; }
  .kt-pl70-mobile {
    padding-left: 70px !important; }
  .kt-pr70-mobile {
    padding-right: 70px !important; }
  .kt-margin-75-mobile {
    margin: 75px !important; }
  .kt-margin-t-75-mobile {
    margin-top: 75px !important; }
  .kt-margin-b-75-mobile {
    margin-bottom: 75px !important; }
  .kt-margin-l-75-mobile {
    margin-left: 75px !important; }
  .kt-margin-r-75-mobile {
    margin-right: 75px !important; }
  .kt-padding-75-mobile {
    padding: 75px !important; }
  .kt-padding-t-75-mobile {
    padding-top: 75px !important; }
  .kt-padding-b-75-mobile {
    padding-bottom: 75px !important; }
  .kt-padding-l-75-mobile {
    padding-left: 75px !important; }
  .kt-padding-r-75-mobile {
    padding-right: 75px !important; }
  .kt-m75-mobile {
    margin: 75px !important; }
  .kt-mt-75-mobile {
    margin-top: 75px !important; }
  .kt-mb-75-mobile {
    margin-bottom: 75px !important; }
  .kt-ml-75-mobile {
    margin-left: 75px !important; }
  .kt-mr-75-mobile {
    margin-right: 75px !important; }
  .kt-p75-mobile {
    padding: 75px !important; }
  .kt-pt75-mobile {
    padding-top: 75px !important; }
  .kt-pb-75-mobile {
    padding-bottom: 75px !important; }
  .kt-pl75-mobile {
    padding-left: 75px !important; }
  .kt-pr75-mobile {
    padding-right: 75px !important; }
  .kt-margin-80-mobile {
    margin: 80px !important; }
  .kt-margin-t-80-mobile {
    margin-top: 80px !important; }
  .kt-margin-b-80-mobile {
    margin-bottom: 80px !important; }
  .kt-margin-l-80-mobile {
    margin-left: 80px !important; }
  .kt-margin-r-80-mobile {
    margin-right: 80px !important; }
  .kt-padding-80-mobile {
    padding: 80px !important; }
  .kt-padding-t-80-mobile {
    padding-top: 80px !important; }
  .kt-padding-b-80-mobile {
    padding-bottom: 80px !important; }
  .kt-padding-l-80-mobile {
    padding-left: 80px !important; }
  .kt-padding-r-80-mobile {
    padding-right: 80px !important; }
  .kt-m80-mobile {
    margin: 80px !important; }
  .kt-mt-80-mobile {
    margin-top: 80px !important; }
  .kt-mb-80-mobile {
    margin-bottom: 80px !important; }
  .kt-ml-80-mobile {
    margin-left: 80px !important; }
  .kt-mr-80-mobile {
    margin-right: 80px !important; }
  .kt-p80-mobile {
    padding: 80px !important; }
  .kt-pt80-mobile {
    padding-top: 80px !important; }
  .kt-pb-80-mobile {
    padding-bottom: 80px !important; }
  .kt-pl80-mobile {
    padding-left: 80px !important; }
  .kt-pr80-mobile {
    padding-right: 80px !important; }
  .kt-margin-85-mobile {
    margin: 85px !important; }
  .kt-margin-t-85-mobile {
    margin-top: 85px !important; }
  .kt-margin-b-85-mobile {
    margin-bottom: 85px !important; }
  .kt-margin-l-85-mobile {
    margin-left: 85px !important; }
  .kt-margin-r-85-mobile {
    margin-right: 85px !important; }
  .kt-padding-85-mobile {
    padding: 85px !important; }
  .kt-padding-t-85-mobile {
    padding-top: 85px !important; }
  .kt-padding-b-85-mobile {
    padding-bottom: 85px !important; }
  .kt-padding-l-85-mobile {
    padding-left: 85px !important; }
  .kt-padding-r-85-mobile {
    padding-right: 85px !important; }
  .kt-m85-mobile {
    margin: 85px !important; }
  .kt-mt-85-mobile {
    margin-top: 85px !important; }
  .kt-mb-85-mobile {
    margin-bottom: 85px !important; }
  .kt-ml-85-mobile {
    margin-left: 85px !important; }
  .kt-mr-85-mobile {
    margin-right: 85px !important; }
  .kt-p85-mobile {
    padding: 85px !important; }
  .kt-pt85-mobile {
    padding-top: 85px !important; }
  .kt-pb-85-mobile {
    padding-bottom: 85px !important; }
  .kt-pl85-mobile {
    padding-left: 85px !important; }
  .kt-pr85-mobile {
    padding-right: 85px !important; }
  .kt-margin-90-mobile {
    margin: 90px !important; }
  .kt-margin-t-90-mobile {
    margin-top: 90px !important; }
  .kt-margin-b-90-mobile {
    margin-bottom: 90px !important; }
  .kt-margin-l-90-mobile {
    margin-left: 90px !important; }
  .kt-margin-r-90-mobile {
    margin-right: 90px !important; }
  .kt-padding-90-mobile {
    padding: 90px !important; }
  .kt-padding-t-90-mobile {
    padding-top: 90px !important; }
  .kt-padding-b-90-mobile {
    padding-bottom: 90px !important; }
  .kt-padding-l-90-mobile {
    padding-left: 90px !important; }
  .kt-padding-r-90-mobile {
    padding-right: 90px !important; }
  .kt-m90-mobile {
    margin: 90px !important; }
  .kt-mt-90-mobile {
    margin-top: 90px !important; }
  .kt-mb-90-mobile {
    margin-bottom: 90px !important; }
  .kt-ml-90-mobile {
    margin-left: 90px !important; }
  .kt-mr-90-mobile {
    margin-right: 90px !important; }
  .kt-p90-mobile {
    padding: 90px !important; }
  .kt-pt90-mobile {
    padding-top: 90px !important; }
  .kt-pb-90-mobile {
    padding-bottom: 90px !important; }
  .kt-pl90-mobile {
    padding-left: 90px !important; }
  .kt-pr90-mobile {
    padding-right: 90px !important; }
  .kt-margin-95-mobile {
    margin: 95px !important; }
  .kt-margin-t-95-mobile {
    margin-top: 95px !important; }
  .kt-margin-b-95-mobile {
    margin-bottom: 95px !important; }
  .kt-margin-l-95-mobile {
    margin-left: 95px !important; }
  .kt-margin-r-95-mobile {
    margin-right: 95px !important; }
  .kt-padding-95-mobile {
    padding: 95px !important; }
  .kt-padding-t-95-mobile {
    padding-top: 95px !important; }
  .kt-padding-b-95-mobile {
    padding-bottom: 95px !important; }
  .kt-padding-l-95-mobile {
    padding-left: 95px !important; }
  .kt-padding-r-95-mobile {
    padding-right: 95px !important; }
  .kt-m95-mobile {
    margin: 95px !important; }
  .kt-mt-95-mobile {
    margin-top: 95px !important; }
  .kt-mb-95-mobile {
    margin-bottom: 95px !important; }
  .kt-ml-95-mobile {
    margin-left: 95px !important; }
  .kt-mr-95-mobile {
    margin-right: 95px !important; }
  .kt-p95-mobile {
    padding: 95px !important; }
  .kt-pt95-mobile {
    padding-top: 95px !important; }
  .kt-pb-95-mobile {
    padding-bottom: 95px !important; }
  .kt-pl95-mobile {
    padding-left: 95px !important; }
  .kt-pr95-mobile {
    padding-right: 95px !important; }
  .kt-margin-100-mobile {
    margin: 100px !important; }
  .kt-margin-t-100-mobile {
    margin-top: 100px !important; }
  .kt-margin-b-100-mobile {
    margin-bottom: 100px !important; }
  .kt-margin-l-100-mobile {
    margin-left: 100px !important; }
  .kt-margin-r-100-mobile {
    margin-right: 100px !important; }
  .kt-padding-100-mobile {
    padding: 100px !important; }
  .kt-padding-t-100-mobile {
    padding-top: 100px !important; }
  .kt-padding-b-100-mobile {
    padding-bottom: 100px !important; }
  .kt-padding-l-100-mobile {
    padding-left: 100px !important; }
  .kt-padding-r-100-mobile {
    padding-right: 100px !important; }
  .kt-m100-mobile {
    margin: 100px !important; }
  .kt-mt-100-mobile {
    margin-top: 100px !important; }
  .kt-mb-100-mobile {
    margin-bottom: 100px !important; }
  .kt-ml-100-mobile {
    margin-left: 100px !important; }
  .kt-mr-100-mobile {
    margin-right: 100px !important; }
  .kt-p100-mobile {
    padding: 100px !important; }
  .kt-pt100-mobile {
    padding-top: 100px !important; }
  .kt-pb-100-mobile {
    padding-bottom: 100px !important; }
  .kt-pl100-mobile {
    padding-left: 100px !important; }
  .kt-pr100-mobile {
    padding-right: 100px !important; } }

.kt-opacity-1 {
  opacity: 0.1; }

.kt-opacity-2 {
  opacity: 0.2; }

.kt-opacity-3 {
  opacity: 0.3; }

.kt-opacity-4 {
  opacity: 0.4; }

.kt-opacity-5 {
  opacity: 0.5; }

.kt-opacity-6 {
  opacity: 0.6; }

.kt-opacity-7 {
  opacity: 0.7; }

.kt-opacity-8 {
  opacity: 0.8; }

.kt-opacity-9 {
  opacity: 0.9; }

.kt-radius-100 {
  border-radius: 100%; }

.kt-valign-top {
  vertical-align: top; }

.kt-space-5 {
  display: block;
  height: 0;
  margin-bottom: 5px; }

.kt-space-10 {
  display: block;
  height: 0;
  margin-bottom: 10px; }

.kt-space-15 {
  display: block;
  height: 0;
  margin-bottom: 15px; }

.kt-space-20 {
  display: block;
  height: 0;
  margin-bottom: 20px; }

.kt-space-30 {
  display: block;
  height: 0;
  margin-bottom: 30px; }

.kt-space-40 {
  display: block;
  height: 0;
  margin-bottom: 40px; }

.kt-valign-middle {
  vertical-align: middle; }

.kt-valign-bottom {
  vertical-align: bottom; }

.kt-block-center {
  margin-left: auto;
  margin-right: auto; }

.kt-align-right {
  text-align: right; }

.kt-align-left {
  text-align: left; }

.kt-align-center {
  text-align: center; }

.kt-pull-right {
  float: right; }

.kt-pull-left {
  float: left; }

.kt-img-rounded {
  border-radius: 50% !important; }

.kt-block-inline {
  display: inline-block; }

.kt-icon-middle:before {
  vertical-align: middle; }

.kt-hidden,
.kt-hide {
  display: none !important; }

.kt-font-sm {
  font-size: 0.8rem !important; }

.kt-font-md {
  font-size: 0.9rem !important; }

.kt-font-lg {
  font-size: 1.2rem !important; }

.kt-font-xl {
  font-size: 1.5rem !important; }

.kt-clearfix:before, .kt-clearfix:after {
  content: " ";
  display: table; }

.kt-clearfix:after {
  clear: both; }

.kt-icon-sm {
  font-size: 0.75rem !important; }

.kt-icon-md {
  font-size: 0.9rem !important; }

.kt-icon-lg {
  font-size: 1.2rem !important; }

.kt-icon-xl {
  font-size: 1.4rem !important; }

.kt-marginless {
  margin: 0 !important; }

.kt-img-centered {
  text-align: center; }

.kt-font-transform-u {
  text-transform: uppercase; }

.kt-font-transform-l {
  text-transform: lowercase; }

.kt-font-transform-c {
  text-transform: capitalize; }

.kt-font-transform-i {
  text-transform: initial; }

.kt-font-regular {
  font-weight: 400 !important; }

.kt-font-bold {
  font-weight: 500 !important; }

.kt-font-bolder {
  font-weight: 600 !important; }

.kt-font-boldest {
  font-weight: 700 !important; }

b,
strong {
  font-weight: bold; }

.kt-font-brand {
  color: #2c77f4 !important; }

.kt-font-hover-brand:hover {
  color: #0948b1; }

.kt-font-inverse-brand {
  color: #ffffff !important; }

.kt-bg-brand {
  background-color: #2c77f4 !important; }

.kt-bg-fill-brand {
  background-color: #2c77f4 !important;
  color: #ffffff !important; }
  .kt-bg-fill-brand > i {
    color: #ffffff !important; }

.kt-bg-light-brand {
  background-color: rgba(44, 119, 244, 0.1) !important; }

.kt-font-light {
  color: #ffffff !important; }

.kt-font-hover-light:hover {
  color: #cccccc; }

.kt-font-inverse-light {
  color: #282a3c !important; }

.kt-bg-light {
  background-color: #ffffff !important; }

.kt-bg-fill-light {
  background-color: #ffffff !important;
  color: #282a3c !important; }
  .kt-bg-fill-light > i {
    color: #282a3c !important; }

.kt-bg-light-light {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.kt-font-dark {
  color: #282a3c !important; }

.kt-font-hover-dark:hover {
  color: black; }

.kt-font-inverse-dark {
  color: #ffffff !important; }

.kt-bg-dark {
  background-color: #282a3c !important; }

.kt-bg-fill-dark {
  background-color: #282a3c !important;
  color: #ffffff !important; }
  .kt-bg-fill-dark > i {
    color: #ffffff !important; }

.kt-bg-light-dark {
  background-color: rgba(40, 42, 60, 0.1) !important; }

.kt-font-primary {
  color: #5867dd !important; }

.kt-font-hover-primary:hover {
  color: #2332ac; }

.kt-font-inverse-primary {
  color: #ffffff !important; }

.kt-bg-primary {
  background-color: #5867dd !important; }

.kt-bg-fill-primary {
  background-color: #5867dd !important;
  color: #ffffff !important; }
  .kt-bg-fill-primary > i {
    color: #ffffff !important; }

.kt-bg-light-primary {
  background-color: rgba(88, 103, 221, 0.1) !important; }

.kt-font-success {
  color: #1dc9b7 !important; }

.kt-font-hover-success:hover {
  color: #107066; }

.kt-font-inverse-success {
  color: #ffffff !important; }

.kt-bg-success {
  background-color: #1dc9b7 !important; }

.kt-bg-fill-success {
  background-color: #1dc9b7 !important;
  color: #ffffff !important; }
  .kt-bg-fill-success > i {
    color: #ffffff !important; }

.kt-bg-light-success {
  background-color: rgba(29, 201, 183, 0.1) !important; }

.kt-font-info {
  color: #5578eb !important; }

.kt-font-hover-info:hover {
  color: #173fc3; }

.kt-font-inverse-info {
  color: #ffffff !important; }

.kt-bg-info {
  background-color: #5578eb !important; }

.kt-bg-fill-info {
  background-color: #5578eb !important;
  color: #ffffff !important; }
  .kt-bg-fill-info > i {
    color: #ffffff !important; }

.kt-bg-light-info {
  background-color: rgba(85, 120, 235, 0.1) !important; }

.kt-font-warning {
  color: #ffb822 !important; }

.kt-font-hover-warning:hover {
  color: #bb7f00; }

.kt-font-inverse-warning {
  color: #111111 !important; }

.kt-bg-warning {
  background-color: #ffb822 !important; }

.kt-bg-fill-warning {
  background-color: #ffb822 !important;
  color: #111111 !important; }
  .kt-bg-fill-warning > i {
    color: #111111 !important; }

.kt-bg-light-warning {
  background-color: rgba(255, 184, 34, 0.1) !important; }

.kt-font-danger {
  color: #fd397a !important; }

.kt-font-hover-danger:hover {
  color: #ce0246; }

.kt-font-inverse-danger {
  color: #ffffff !important; }

.kt-bg-danger {
  background-color: #fd397a !important; }

.kt-bg-fill-danger {
  background-color: #fd397a !important;
  color: #ffffff !important; }
  .kt-bg-fill-danger > i {
    color: #ffffff !important; }

.kt-bg-light-danger {
  background-color: rgba(253, 57, 122, 0.1) !important; }

.kt-label-font-color-1 {
  color: #a2a5b9 !important; }

.kt-label-bg-color-1 {
  background-color: #a2a5b9 !important; }

.kt-label-font-color-2 {
  color: #74788d !important; }

.kt-label-bg-color-2 {
  background-color: #74788d !important; }

.kt-label-font-color-3 {
  color: #595d6e !important; }

.kt-label-bg-color-3 {
  background-color: #595d6e !important; }

.kt-label-font-color-4 {
  color: #48465b !important; }

.kt-label-bg-color-4 {
  background-color: #48465b !important; }

.kt-shape-font-color-1 {
  color: #f0f3ff !important; }

.kt-shape-bg-color-1 {
  background-color: #f0f3ff !important; }

.kt-shape-font-color-2 {
  color: #e8ecfa !important; }

.kt-shape-bg-color-2 {
  background-color: #e8ecfa !important; }

.kt-shape-font-color-3 {
  color: #93a2dd !important; }

.kt-shape-bg-color-3 {
  background-color: #93a2dd !important; }

.kt-shape-font-color-4 {
  color: #646c9a !important; }

.kt-shape-bg-color-4 {
  background-color: #646c9a !important; }

.kt-visible-desktop,
.kt-visible-desktop-inline-block,
.kt-visible-desktop-inline,
.kt-visible-desktop-table,
.kt-visible-desktop-table-cell,
.kt-visible-tablet,
.kt-visible-tablet-inline-block,
.kt-visible-tablet-inline,
.kt-visible-tablet-table,
.kt-visible-tablet-table-cell,
.kt-visible-tablet-and-mobile,
.kt-visible-tablet-and-mobile-inline-block,
.kt-visible-tablet-and-mobile-inline,
.kt-visible-tablet-and-mobile-table,
.kt-visible-tablet-and-mobile-table-cell,
.kt-visible-mobile,
.kt-visible-mobile-inline-block,
.kt-visible-mobile-inline,
.kt-visible-mobile-table,
.kt-visible-mobile-table-cell {
  display: none !important; }

@media (min-width: 1025px) {
  .kt-visible-desktop {
    display: block !important; }
  .kt-visible-desktop-inline-block {
    display: inline-block !important; }
  .kt-visible-desktop-inline {
    display: inline !important; }
  .kt-visible-desktop-table {
    display: table !important; }
  .kt-visible-desktop-table-cell {
    display: table-cell !important; }
  .kt-hidden-desktop {
    display: none !important; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .kt-visible-tablet {
    display: block !important; }
  .kt-visible-tablet-inline-block {
    display: inline-block !important; }
  .kt-visible-tablet-inline {
    display: inline !important; }
  .kt-visible-tablet-table {
    display: table !important; }
  .kt-visible-tablet-table-cell {
    display: table-cell !important; }
  .kt-hidden-tablet {
    display: none !important; } }

@media (max-width: 1024px) {
  .kt-visible-tablet-and-mobile {
    display: block !important; }
  .kt-visible-tablet-and-mobile-inline-block {
    display: inline-block !important; }
  .kt-visible-tablet-and-mobile-inline {
    display: inline !important; }
  .kt-visible-tablet-and-mobile-table {
    display: table !important; }
  .kt-visible-tablet-and-mobile-table-cell {
    display: table-cell !important; }
  .kt-hidden-tablet-and-mobile {
    display: none !important; } }

@media (max-width: 768px) {
  .kt-visible-mobile {
    display: block !important; }
  .kt-visible-mobile-inline-block {
    display: inline-block !important; }
  .kt-visible-mobile-inline {
    display: inline !important; }
  .kt-visible-mobile-table {
    display: table !important; }
  .kt-visible-mobile-table-cell {
    display: table-cell !important; }
  .kt-hidden-mobile {
    display: none !important; } }

.kt-space-between {
  display: flex;
  justify-content: space-between; }

.kt-rounded {
  border-radius: 4px !important; }

.kt-negative-spacing--1 {
  margin-top: -10px; }

.kt-negative-spacing--2 {
  margin-top: -20px; }

.kt-negative-spacing--3 {
  margin-top: -30px; }

.kt-negative-spacing--4 {
  margin-top: -40px; }

.kt-negative-spacing--5 {
  margin-top: -50px; }

.kt-negative-spacing--6 {
  margin-top: -60px; }

.kt-negative-spacing--7 {
  margin-top: -70px; }

.kt-negative-spacing--8 {
  margin-top: -80px; }

.kt-negative-spacing--9 {
  margin-top: -90px; }

.kt-negative-spacing--10 {
  margin-top: -100px; }

.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
  display: flex;
  flex-direction: column; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile).kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item {
    flex: none; }
    .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
      flex: 1 0 auto; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-1 {
    order: 1; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-2 {
    order: 2; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-3 {
    order: 3; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-4 {
    order: 4; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-5 {
    order: 5; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-6 {
    order: 6; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-7 {
    order: 7; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-8 {
    order: 8; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-9 {
    order: 9; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-10 {
    order: 10; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-11 {
    order: 11; }
  .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-12 {
    order: 12; }

.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
  display: flex;
  flex-direction: row; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile).kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item {
    flex: 0 0 auto; }
    .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
      flex: 1 auto;
      -ms-flex: 1 0 0px;
      min-width: 0; }
      @media screen\0 {
        .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
          min-width: none; } }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-1 {
    order: 1; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-2 {
    order: 2; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-3 {
    order: 3; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-4 {
    order: 4; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-5 {
    order: 5; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-6 {
    order: 6; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-7 {
    order: 7; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-8 {
    order: 8; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-9 {
    order: 9; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-10 {
    order: 10; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-11 {
    order: 11; }
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-12 {
    order: 12; }

.kt-grid.kt-grid--center {
  align-content: center; }

.kt-grid.kt-grid--stretch {
  align-items: stretch; }

.kt-grid > .kt-grid__item {
  max-width: 100%; }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start; }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center; }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end; }

.kt-grid > .kt-grid__item.kt-grid__item--order-1 {
  order: 1; }

.kt-grid > .kt-grid__item.kt-grid__item--order-2 {
  order: 2; }

.kt-grid > .kt-grid__item.kt-grid__item--order-3 {
  order: 3; }

.kt-grid > .kt-grid__item.kt-grid__item--order-4 {
  order: 4; }

.kt-grid > .kt-grid__item.kt-grid__item--order-5 {
  order: 5; }

.kt-grid > .kt-grid__item.kt-grid__item--order-6 {
  order: 6; }

.kt-grid > .kt-grid__item.kt-grid__item--order-7 {
  order: 7; }

.kt-grid > .kt-grid__item.kt-grid__item--order-8 {
  order: 8; }

.kt-grid > .kt-grid__item.kt-grid__item--order-9 {
  order: 9; }

.kt-grid > .kt-grid__item.kt-grid__item--order-10 {
  order: 10; }

.kt-grid > .kt-grid__item.kt-grid__item--order-11 {
  order: 11; }

.kt-grid > .kt-grid__item.kt-grid__item--order-12 {
  order: 12; }

@media (min-width: 1025px) {
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop {
    display: flex;
    flex-direction: column; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item {
      flex: none; }
      .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
        flex: 1 0 auto; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-1-desktop {
      order: 1; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-2-desktop {
      order: 2; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-3-desktop {
      order: 3; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-4-desktop {
      order: 4; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-5-desktop {
      order: 5; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-6-desktop {
      order: 6; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-7-desktop {
      order: 7; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-8-desktop {
      order: 8; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-9-desktop {
      order: 9; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-10-desktop {
      order: 10; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-11-desktop {
      order: 11; }
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-12-desktop {
      order: 12; }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop {
    display: flex;
    flex-direction: row; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item {
      flex: 0 0 auto; }
      .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0; } }
      @media screen\0  and (min-width: 1025px) {
        .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
          min-width: none; } }

@media (min-width: 1025px) {
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-1-desktop {
      order: 1; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-2-desktop {
      order: 2; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-3-desktop {
      order: 3; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-4-desktop {
      order: 4; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-5-desktop {
      order: 5; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-6-desktop {
      order: 6; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-7-desktop {
      order: 7; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-8-desktop {
      order: 8; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-9-desktop {
      order: 9; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-10-desktop {
      order: 10; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-11-desktop {
      order: 11; }
    .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-12-desktop {
      order: 12; }
  .kt-grid.kt-grid--center {
    align-content: center; }
  .kt-grid.kt-grid--stretch {
    align-items: stretch; }
  .kt-grid > .kt-grid__item {
    max-width: 100%; }
    .kt-grid > .kt-grid__item.kt-grid__item--top {
      align-self: flex-start; }
    .kt-grid > .kt-grid__item.kt-grid__item--middle {
      align-self: center; }
    .kt-grid > .kt-grid__item.kt-grid__item--bottom {
      align-self: flex-end; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12; } }

@media (min-width: 1400px) {
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl {
    display: flex;
    flex-direction: column; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item {
      flex: none; }
      .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
        flex: 1 0 auto; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-1-desktop-xl {
      order: 1; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-2-desktop-xl {
      order: 2; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-3-desktop-xl {
      order: 3; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-4-desktop-xl {
      order: 4; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-5-desktop-xl {
      order: 5; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-6-desktop-xl {
      order: 6; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-7-desktop-xl {
      order: 7; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-8-desktop-xl {
      order: 8; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-9-desktop-xl {
      order: 9; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-10-desktop-xl {
      order: 10; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-11-desktop-xl {
      order: 11; }
    .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-12-desktop-xl {
      order: 12; }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl {
    display: flex;
    flex-direction: row; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item {
      flex: 0 0 auto; }
      .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0; } }
      @media screen\0  and (min-width: 1400px) {
        .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
          min-width: none; } }

@media (min-width: 1400px) {
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-1-desktop-xl {
      order: 1; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-2-desktop-xl {
      order: 2; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-3-desktop-xl {
      order: 3; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-4-desktop-xl {
      order: 4; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-5-desktop-xl {
      order: 5; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-6-desktop-xl {
      order: 6; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-7-desktop-xl {
      order: 7; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-8-desktop-xl {
      order: 8; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-9-desktop-xl {
      order: 9; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-10-desktop-xl {
      order: 10; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-11-desktop-xl {
      order: 11; }
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-12-desktop-xl {
      order: 12; }
  .kt-grid.kt-grid--center {
    align-content: center; }
  .kt-grid.kt-grid--stretch {
    align-items: stretch; }
  .kt-grid > .kt-grid__item {
    max-width: 100%; }
    .kt-grid > .kt-grid__item.kt-grid__item--top {
      align-self: flex-start; }
    .kt-grid > .kt-grid__item.kt-grid__item--middle {
      align-self: center; }
    .kt-grid > .kt-grid__item.kt-grid__item--bottom {
      align-self: flex-end; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12; } }

@media (min-width: 769px) {
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet {
    display: flex;
    flex-direction: column; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item {
      flex: none; }
      .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
        flex: 1 0 auto; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-1-desktop-and-tablet {
      order: 1; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-2-desktop-and-tablet {
      order: 2; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-3-desktop-and-tablet {
      order: 3; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-4-desktop-and-tablet {
      order: 4; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-5-desktop-and-tablet {
      order: 5; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-6-desktop-and-tablet {
      order: 6; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-7-desktop-and-tablet {
      order: 7; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-8-desktop-and-tablet {
      order: 8; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-9-desktop-and-tablet {
      order: 9; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-10-desktop-and-tablet {
      order: 10; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-11-desktop-and-tablet {
      order: 11; }
    .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-12-desktop-and-tablet {
      order: 12; }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet {
    display: flex;
    flex-direction: row; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item {
      flex: 0 0 auto; }
      .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0; } }
      @media screen\0  and (min-width: 769px) {
        .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
          min-width: none; } }

@media (min-width: 769px) {
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-1-desktop-and-tablet {
      order: 1; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-2-desktop-and-tablet {
      order: 2; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-3-desktop-and-tablet {
      order: 3; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-4-desktop-and-tablet {
      order: 4; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-5-desktop-and-tablet {
      order: 5; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-6-desktop-and-tablet {
      order: 6; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-7-desktop-and-tablet {
      order: 7; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-8-desktop-and-tablet {
      order: 8; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-9-desktop-and-tablet {
      order: 9; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-10-desktop-and-tablet {
      order: 10; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-11-desktop-and-tablet {
      order: 11; }
    .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-12-desktop-and-tablet {
      order: 12; }
  .kt-grid.kt-grid--center {
    align-content: center; }
  .kt-grid.kt-grid--stretch {
    align-items: stretch; }
  .kt-grid > .kt-grid__item {
    max-width: 100%; }
    .kt-grid > .kt-grid__item.kt-grid__item--top {
      align-self: flex-start; }
    .kt-grid > .kt-grid__item.kt-grid__item--middle {
      align-self: center; }
    .kt-grid > .kt-grid__item.kt-grid__item--bottom {
      align-self: flex-end; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet {
    display: flex;
    flex-direction: column; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item {
      flex: none; }
      .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
        flex: 1 0 auto; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-1-tablet {
      order: 1; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-2-tablet {
      order: 2; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-3-tablet {
      order: 3; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-4-tablet {
      order: 4; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-5-tablet {
      order: 5; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-6-tablet {
      order: 6; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-7-tablet {
      order: 7; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-8-tablet {
      order: 8; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-9-tablet {
      order: 9; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-10-tablet {
      order: 10; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-11-tablet {
      order: 11; }
    .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-12-tablet {
      order: 12; }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet {
    display: flex;
    flex-direction: row; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item {
      flex: 0 0 auto; }
      .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0; } }
      @media screen\0  and (min-width: 769px) and (max-width: 1024px) {
        .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
          min-width: none; } }

@media (min-width: 769px) and (max-width: 1024px) {
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-1-tablet {
      order: 1; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-2-tablet {
      order: 2; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-3-tablet {
      order: 3; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-4-tablet {
      order: 4; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-5-tablet {
      order: 5; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-6-tablet {
      order: 6; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-7-tablet {
      order: 7; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-8-tablet {
      order: 8; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-9-tablet {
      order: 9; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-10-tablet {
      order: 10; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-11-tablet {
      order: 11; }
    .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-12-tablet {
      order: 12; }
  .kt-grid.kt-grid--center {
    align-content: center; }
  .kt-grid.kt-grid--stretch {
    align-items: stretch; }
  .kt-grid > .kt-grid__item {
    max-width: 100%; }
    .kt-grid > .kt-grid__item.kt-grid__item--top {
      align-self: flex-start; }
    .kt-grid > .kt-grid__item.kt-grid__item--middle {
      align-self: center; }
    .kt-grid > .kt-grid__item.kt-grid__item--bottom {
      align-self: flex-end; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12; } }

@media (max-width: 1024px) {
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile {
    display: flex;
    flex-direction: column; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item {
      flex: none; }
      .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
        flex: 1 0 auto; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-1-tablet-and-mobile {
      order: 1; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-2-tablet-and-mobile {
      order: 2; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-3-tablet-and-mobile {
      order: 3; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-4-tablet-and-mobile {
      order: 4; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-5-tablet-and-mobile {
      order: 5; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-6-tablet-and-mobile {
      order: 6; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-7-tablet-and-mobile {
      order: 7; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-8-tablet-and-mobile {
      order: 8; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-9-tablet-and-mobile {
      order: 9; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-10-tablet-and-mobile {
      order: 10; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-11-tablet-and-mobile {
      order: 11; }
    .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-12-tablet-and-mobile {
      order: 12; }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile {
    display: flex;
    flex-direction: row; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item {
      flex: 0 0 auto; }
      .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0; } }
      @media screen\0  and (max-width: 1024px) {
        .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
          min-width: none; } }

@media (max-width: 1024px) {
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-1-tablet-and-mobile {
      order: 1; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-2-tablet-and-mobile {
      order: 2; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-3-tablet-and-mobile {
      order: 3; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-4-tablet-and-mobile {
      order: 4; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-5-tablet-and-mobile {
      order: 5; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-6-tablet-and-mobile {
      order: 6; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-7-tablet-and-mobile {
      order: 7; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-8-tablet-and-mobile {
      order: 8; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-9-tablet-and-mobile {
      order: 9; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-10-tablet-and-mobile {
      order: 10; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-11-tablet-and-mobile {
      order: 11; }
    .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-12-tablet-and-mobile {
      order: 12; }
  .kt-grid.kt-grid--center {
    align-content: center; }
  .kt-grid.kt-grid--stretch {
    align-items: stretch; }
  .kt-grid > .kt-grid__item {
    max-width: 100%; }
    .kt-grid > .kt-grid__item.kt-grid__item--top {
      align-self: flex-start; }
    .kt-grid > .kt-grid__item.kt-grid__item--middle {
      align-self: center; }
    .kt-grid > .kt-grid__item.kt-grid__item--bottom {
      align-self: flex-end; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12; } }

@media (max-width: 768px) {
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile {
    display: flex;
    flex-direction: column; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item {
      flex: none; }
      .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
        flex: 1 0 auto; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-1-mobile {
      order: 1; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-2-mobile {
      order: 2; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-3-mobile {
      order: 3; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-4-mobile {
      order: 4; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-5-mobile {
      order: 5; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-6-mobile {
      order: 6; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-7-mobile {
      order: 7; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-8-mobile {
      order: 8; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-9-mobile {
      order: 9; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-10-mobile {
      order: 10; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-11-mobile {
      order: 11; }
    .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-12-mobile {
      order: 12; }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile {
    display: flex;
    flex-direction: row; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile.kt-grid--root {
      flex: 1;
      -ms-flex: 1 0 0px; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item {
      flex: 0 0 auto; }
      .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0; } }
      @media screen\0  and (max-width: 768px) {
        .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
          min-width: none; } }

@media (max-width: 768px) {
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-1-mobile {
      order: 1; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-2-mobile {
      order: 2; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-3-mobile {
      order: 3; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-4-mobile {
      order: 4; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-5-mobile {
      order: 5; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-6-mobile {
      order: 6; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-7-mobile {
      order: 7; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-8-mobile {
      order: 8; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-9-mobile {
      order: 9; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-10-mobile {
      order: 10; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-11-mobile {
      order: 11; }
    .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-12-mobile {
      order: 12; }
  .kt-grid.kt-grid--center {
    align-content: center; }
  .kt-grid.kt-grid--stretch {
    align-items: stretch; }
  .kt-grid > .kt-grid__item {
    max-width: 100%; }
    .kt-grid > .kt-grid__item.kt-grid__item--top {
      align-self: flex-start; }
    .kt-grid > .kt-grid__item.kt-grid__item--middle {
      align-self: center; }
    .kt-grid > .kt-grid__item.kt-grid__item--bottom {
      align-self: flex-end; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11; }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12; } }

.kt-portlet {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 4px; }
  .kt-page-content-white .kt-portlet {
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1); }
  .kt-portlet .kt-portlet__head {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    padding: 0 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .kt-portlet .kt-portlet__head.kt-portlet__head--right {
      justify-content: flex-end; }
    .kt-portlet .kt-portlet__head.kt-portlet__head--noborder {
      border-bottom: 0; }
    .kt-portlet .kt-portlet__head .kt-portlet__head-label {
      display: flex;
      align-items: center;
      align-content: flex-first; }
      .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
        margin: 0;
        padding: 0;
        font-size: 1.2rem;
        font-weight: 500;
        color: #48465b; }
        .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small {
          font-weight: 300;
          padding-left: 0.5rem;
          font-size: 1rem;
          color: #74788d; }
      .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
        padding-right: 0.75rem;
        font-size: 1.3rem;
        color: #74788d; }
    .kt-portlet .kt-portlet__head .kt-portlet__head-toolbar {
      display: flex;
      align-items: center;
      align-content: flex-end; }
      .kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .nav-pills,
      .kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .nav-tabs {
        margin: 0; }
      .kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .kt-portlet__head-wrapper {
        display: flex;
        align-items: center; }
    .kt-portlet .kt-portlet__head .kt-portlet__head-progress {
      position: absolute;
      left: 0;
      right: 0; }
  .kt-portlet.kt-portlet--head-sm .kt-portlet__head {
    min-height: 50px; }
  .kt-portlet.kt-portlet--head-lg .kt-portlet__head {
    min-height: 80px; }
  .kt-portlet.kt-portlet--head-xl .kt-portlet__head {
    min-height: 100px; }
  .kt-portlet.kt-portlet--sticky .kt-portlet__head {
    height: 50px;
    min-height: 50px; }
    .kt-portlet.kt-portlet--sticky .kt-portlet__head.kt-portlet__head--sm {
      height: 40px;
      min-height: 40px; }
    .kt-portlet.kt-portlet--sticky .kt-portlet__head.kt-portlet__head--lg {
      height: 70px;
      min-height: 70px; }
    .kt-portlet.kt-portlet--sticky .kt-portlet__head.kt-portlet__head--xl {
      height: 90px;
      min-height: 90px; }
  .kt-portlet.kt-portlet--head-overlay .kt-portlet__head {
    position: relative;
    z-index: 1;
    border: 0;
    height: 60px; }
  .kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
    margin-top: -60px; }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__head {
    height: 50px; }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__body {
    margin-top: -50px; }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__head {
    height: 80px; }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__body {
    margin-top: -80px; }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__head {
    height: 100px; }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__body {
    margin-top: -100px; }
  .kt-portlet .kt-portlet__body {
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-radius: 4px; }
    .kt-portlet .kt-portlet__body .kt-portlet__content {
      padding: 0;
      margin: 0; }
    .kt-portlet .kt-portlet__body > .kt-datatable > .kt-datatable__table {
      border-radius: 4px; }
  .kt-portlet .kt-portlet__foot {
    padding: 25px;
    border-top: 1px solid #ebedf2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .kt-portlet .kt-portlet__foot .kt-portlet__foot-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
    .kt-portlet .kt-portlet__foot.kt-portlet__foot--sm {
      padding-top: 10px;
      padding-bottom: 10px; }
    .kt-portlet .kt-portlet__foot.kt-portlet__foot--md {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .kt-portlet .kt-portlet__foot.kt-portlet__foot--no-border {
      border-top: 0; }
    .kt-portlet .kt-portlet__foot.kt-portlet__foot--top {
      border-top: 0;
      border-bottom: 1px solid #ebedf2; }
    .kt-portlet .kt-portlet__foot.kt-portlet__foot--solid {
      background-color: #f7f8fa;
      border-top: 0; }
      .kt-portlet .kt-portlet__foot.kt-portlet__foot--solid.kt-portlet__foot--top {
        border-bottom: 0; }
  .kt-portlet.kt-portlet--bordered {
    box-shadow: none;
    border: 1px solid #ebedf2; }
  .kt-portlet.kt-portlet--unelevate {
    box-shadow: none; }
  .kt-portlet.kt-portlet--unround .kt-portlet__head {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .kt-portlet.kt-portlet--unround .kt-portlet__body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .kt-portlet.kt-portlet--unround .kt-portlet__foot {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .kt-portlet.kt-portlet--last {
    margin-bottom: 0; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--center {
    justify-content: center;
    align-items: center; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--center-x {
    justify-content: center; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--center-y {
    align-items: center; }
  .kt-portlet .kt-portlet__body .kt-portlet__body--hor-fit {
    margin-left: -25px;
    margin-right: -25px; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--stick-bottom {
    position: relative;
    bottom: 0; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fluid {
    height: 100%;
    flex-direction: row;
    flex-grow: 1;
    width: 100%; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fill {
    flex-grow: 1 !important; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--unfill {
    flex-grow: 0 !important; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fullheight {
    flex-grow: auto; }
  .kt-portlet.kt-portlet--fit .kt-portlet__head {
    padding: 0; }
  .kt-portlet.kt-portlet--fit .kt-portlet__body {
    padding: 0; }
  .kt-portlet.kt-portlet--fit .kt-portlet__foot {
    padding: 0; }
  .kt-portlet.kt-portlet--fit.kt-portlet--height-fluid-half {
    align-items: stretch; }
    .kt-portlet.kt-portlet--fit.kt-portlet--height-fluid-half .kt-portlet__body {
      height: 100%;
      flex-direction: column;
      align-items: stretch; }
  .kt-portlet.kt-portlet--contain {
    overflow: hidden; }
  .kt-portlet .kt-portlet__head.kt-portlet__head--fit {
    padding: 0; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fit {
    padding: 0; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fit-top {
    padding-top: 0 !important; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fit-bottom {
    padding-bottom: 0 !important; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fit-x,
  .kt-portlet .kt-portlet__body.kt-portlet__body--hor-fit {
    padding-left: 0;
    padding-right: 0; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fit-y {
    padding-top: 0;
    padding-bottom: 0; }
  .kt-portlet .kt-portlet__foot.kt-portlet__foot--fit {
    padding: 0; }
  .kt-portlet.kt-portlet--space {
    padding-left: 25px;
    padding-right: 25px; }
    .kt-portlet.kt-portlet--space .kt-portlet__head,
    .kt-portlet.kt-portlet--space .kt-portlet__body,
    .kt-portlet.kt-portlet--space .kt-portlet__foot {
      padding-left: 0;
      padding-right: 0; }
  .kt-portlet.kt-portlet--head-noborder .kt-portlet__head {
    border-bottom: 0; }
  .kt-portlet.kt-portlet--head-noborder .kt-portlet__body {
    padding-top: 12.5px; }
  .kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar {
    display: flex;
    align-items: stretch; }
  .kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head {
    border-bottom: 3px solid #f7f8fa; }
    .kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head .nav.nav-tabs {
      margin-bottom: -3px; }
  .kt-portlet.kt-portlet--solid-brand {
    background: #2c77f4; }
    .kt-portlet.kt-portlet--solid-brand .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-brand .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-brand .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #0f64f2; }
  .kt-portlet.kt-portlet--tabs-border-3x-brand .kt-portlet__head {
    border-bottom: 3px solid rgba(44, 119, 244, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-brand {
    border-bottom: 3px solid rgba(44, 119, 244, 0.2); }
  .kt-portlet.kt-portlet--solid-light {
    background: #ffffff; }
    .kt-portlet.kt-portlet--solid-light .kt-portlet__head {
      color: #282a3c;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title {
        color: #282a3c; }
        .kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title small {
          color: #1c1d2a; }
      .kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-icon i {
        color: #1c1d2a; }
    .kt-portlet.kt-portlet--solid-light .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-light .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-light .kt-portlet__body {
      color: #282a3c; }
    .kt-portlet.kt-portlet--solid-light .kt-portlet__foot {
      color: #282a3c;
      border-top: 1px solid transparent;
      background: #f0f0f0; }
  .kt-portlet.kt-portlet--tabs-border-3x-light .kt-portlet__head {
    border-bottom: 3px solid rgba(255, 255, 255, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-light {
    border-bottom: 3px solid rgba(255, 255, 255, 0.2); }
  .kt-portlet.kt-portlet--solid-dark {
    background: #282a3c; }
    .kt-portlet.kt-portlet--solid-dark .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-dark .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-dark .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #1c1d2a; }
  .kt-portlet.kt-portlet--tabs-border-3x-dark .kt-portlet__head {
    border-bottom: 3px solid rgba(40, 42, 60, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-dark {
    border-bottom: 3px solid rgba(40, 42, 60, 0.2); }
  .kt-portlet.kt-portlet--solid-primary {
    background: #5867dd; }
    .kt-portlet.kt-portlet--solid-primary .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-primary .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-primary .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #3f50d8; }
  .kt-portlet.kt-portlet--tabs-border-3x-primary .kt-portlet__head {
    border-bottom: 3px solid rgba(88, 103, 221, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-primary {
    border-bottom: 3px solid rgba(88, 103, 221, 0.2); }
  .kt-portlet.kt-portlet--solid-success {
    background: #1dc9b7; }
    .kt-portlet.kt-portlet--solid-success .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-success .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-success .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-success .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-success .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #19ae9f; }
  .kt-portlet.kt-portlet--tabs-border-3x-success .kt-portlet__head {
    border-bottom: 3px solid rgba(29, 201, 183, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-success {
    border-bottom: 3px solid rgba(29, 201, 183, 0.2); }
  .kt-portlet.kt-portlet--solid-info {
    background: #5578eb; }
    .kt-portlet.kt-portlet--solid-info .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-info .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-info .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-info .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-info .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #3a62e8; }
  .kt-portlet.kt-portlet--tabs-border-3x-info .kt-portlet__head {
    border-bottom: 3px solid rgba(85, 120, 235, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-info {
    border-bottom: 3px solid rgba(85, 120, 235, 0.2); }
  .kt-portlet.kt-portlet--solid-warning {
    background: #ffb822; }
    .kt-portlet.kt-portlet--solid-warning .kt-portlet__head {
      color: #111111;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title {
        color: #111111; }
        .kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title small {
          color: #020202; }
      .kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-icon i {
        color: #020202; }
    .kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-warning .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
      color: #111111; }
    .kt-portlet.kt-portlet--solid-warning .kt-portlet__foot {
      color: #111111;
      border-top: 1px solid transparent;
      background: #ffae03; }
  .kt-portlet.kt-portlet--tabs-border-3x-warning .kt-portlet__head {
    border-bottom: 3px solid rgba(255, 184, 34, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-warning {
    border-bottom: 3px solid rgba(255, 184, 34, 0.2); }
  .kt-portlet.kt-portlet--solid-danger {
    background: #fd397a; }
    .kt-portlet.kt-portlet--solid-danger .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-danger .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-danger .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #fd1b66; }
  .kt-portlet.kt-portlet--tabs-border-3x-danger .kt-portlet__head {
    border-bottom: 3px solid rgba(253, 57, 122, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-danger {
    border-bottom: 3px solid rgba(253, 57, 122, 0.2); }
  .kt-portlet.kt-portlet--sortable .kt-portlet__head {
    cursor: move; }
  .kt-portlet.kt-portlet--sortable-empty {
    visibility: hidden;
    height: 45px;
    min-height: 125px; }
  .kt-portlet.ui-sortable-helper {
    border: 1px dashed #ebedf2; }
  .kt-portlet .kt-portlet__head {
    transition: left 0.3s, right 0.3s, height 0.3s; }
  .kt-portlet.kt-portlet--sticky .kt-portlet__head {
    transition: left 0.3s, right 0.3s, height 0.3s;
    position: fixed;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    z-index: 101;
    background: #fff; }
  .kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
    color: #fff; }
    .kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small {
      color: rgba(255, 255, 255, 0.8); }
  .kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
    color: rgba(255, 255, 255, 0.8); }
  .kt-portlet.kt-portlet--skin-solid .kt-portlet__head:not(.kt-portlet__head--noborder) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .kt-portlet.kt-portlet--skin-solid .kt-portlet__body {
    color: #fff; }
  .kt-portlet .kt-portlet__space-x {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .kt-portlet .kt-portlet__space-y {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .kt-portlet.kt-portlet--collapsed > .kt-form,
  .kt-portlet.kt-portlet--collapsed > .kt-portlet__body {
    display: none; }
  .kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before {
    content: "\f113"; }
  .kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before {
    content: "\f28e"; }
  .kt-portlet .kt-portlet__head.kt-portlet__head--fit {
    padding: 0; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fit {
    padding: 0; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fit-top {
    padding-top: 0 !important; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fit-bottom {
    padding-bottom: 0 !important; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fit-x,
  .kt-portlet .kt-portlet__body.kt-portlet__body--hor-fit {
    padding-left: 0;
    padding-right: 0; }
  .kt-portlet .kt-portlet__body.kt-portlet__body--fit-y {
    padding-top: 0;
    padding-bottom: 0; }
  .kt-portlet .kt-portlet__foot.kt-portlet__foot--fit {
    padding: 0; }
  .kt-portlet.kt-portlet--space {
    padding-left: 25px;
    padding-right: 25px; }
    .kt-portlet.kt-portlet--space .kt-portlet__head,
    .kt-portlet.kt-portlet--space .kt-portlet__body,
    .kt-portlet.kt-portlet--space .kt-portlet__foot {
      padding-left: 0;
      padding-right: 0; }
  .kt-portlet.kt-portlet--head-noborder .kt-portlet__head {
    border-bottom: 0; }
  .kt-portlet.kt-portlet--head-noborder .kt-portlet__body {
    padding-top: 12.5px; }
  .kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar {
    display: flex;
    align-items: stretch; }
  .kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head {
    border-bottom: 3px solid #f7f8fa; }
    .kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head .nav.nav-tabs {
      margin-bottom: -3px; }
  .kt-portlet.kt-portlet--solid-brand {
    background: #2c77f4; }
    .kt-portlet.kt-portlet--solid-brand .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-brand .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-brand .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #0f64f2; }
  .kt-portlet.kt-portlet--tabs-border-3x-brand .kt-portlet__head {
    border-bottom: 3px solid rgba(44, 119, 244, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-brand {
    border-bottom: 3px solid rgba(44, 119, 244, 0.2); }
  .kt-portlet.kt-portlet--solid-light {
    background: #ffffff; }
    .kt-portlet.kt-portlet--solid-light .kt-portlet__head {
      color: #282a3c;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title {
        color: #282a3c; }
        .kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title small {
          color: #1c1d2a; }
      .kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-icon i {
        color: #1c1d2a; }
    .kt-portlet.kt-portlet--solid-light .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-light .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-light .kt-portlet__body {
      color: #282a3c; }
    .kt-portlet.kt-portlet--solid-light .kt-portlet__foot {
      color: #282a3c;
      border-top: 1px solid transparent;
      background: #f0f0f0; }
  .kt-portlet.kt-portlet--tabs-border-3x-light .kt-portlet__head {
    border-bottom: 3px solid rgba(255, 255, 255, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-light {
    border-bottom: 3px solid rgba(255, 255, 255, 0.2); }
  .kt-portlet.kt-portlet--solid-dark {
    background: #282a3c; }
    .kt-portlet.kt-portlet--solid-dark .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-dark .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-dark .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #1c1d2a; }
  .kt-portlet.kt-portlet--tabs-border-3x-dark .kt-portlet__head {
    border-bottom: 3px solid rgba(40, 42, 60, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-dark {
    border-bottom: 3px solid rgba(40, 42, 60, 0.2); }
  .kt-portlet.kt-portlet--solid-primary {
    background: #5867dd; }
    .kt-portlet.kt-portlet--solid-primary .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-primary .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-primary .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #3f50d8; }
  .kt-portlet.kt-portlet--tabs-border-3x-primary .kt-portlet__head {
    border-bottom: 3px solid rgba(88, 103, 221, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-primary {
    border-bottom: 3px solid rgba(88, 103, 221, 0.2); }
  .kt-portlet.kt-portlet--solid-success {
    background: #1dc9b7; }
    .kt-portlet.kt-portlet--solid-success .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-success .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-success .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-success .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-success .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #19ae9f; }
  .kt-portlet.kt-portlet--tabs-border-3x-success .kt-portlet__head {
    border-bottom: 3px solid rgba(29, 201, 183, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-success {
    border-bottom: 3px solid rgba(29, 201, 183, 0.2); }
  .kt-portlet.kt-portlet--solid-info {
    background: #5578eb; }
    .kt-portlet.kt-portlet--solid-info .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-info .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-info .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-info .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-info .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #3a62e8; }
  .kt-portlet.kt-portlet--tabs-border-3x-info .kt-portlet__head {
    border-bottom: 3px solid rgba(85, 120, 235, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-info {
    border-bottom: 3px solid rgba(85, 120, 235, 0.2); }
  .kt-portlet.kt-portlet--solid-warning {
    background: #ffb822; }
    .kt-portlet.kt-portlet--solid-warning .kt-portlet__head {
      color: #111111;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title {
        color: #111111; }
        .kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title small {
          color: #020202; }
      .kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-icon i {
        color: #020202; }
    .kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-warning .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
      color: #111111; }
    .kt-portlet.kt-portlet--solid-warning .kt-portlet__foot {
      color: #111111;
      border-top: 1px solid transparent;
      background: #ffae03; }
  .kt-portlet.kt-portlet--tabs-border-3x-warning .kt-portlet__head {
    border-bottom: 3px solid rgba(255, 184, 34, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-warning {
    border-bottom: 3px solid rgba(255, 184, 34, 0.2); }
  .kt-portlet.kt-portlet--solid-danger {
    background: #fd397a; }
    .kt-portlet.kt-portlet--solid-danger .kt-portlet__head {
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title {
        color: #ffffff; }
        .kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title small {
          color: #f0f0f0; }
      .kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-icon i {
        color: #f0f0f0; }
    .kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
      padding-top: 5px; }
    .kt-portlet.kt-portlet--solid-danger .kt-portlet__wrapper,
    .kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
      color: #ffffff; }
    .kt-portlet.kt-portlet--solid-danger .kt-portlet__foot {
      color: #ffffff;
      border-top: 1px solid transparent;
      background: #fd1b66; }
  .kt-portlet.kt-portlet--tabs-border-3x-danger .kt-portlet__head {
    border-bottom: 3px solid rgba(253, 57, 122, 0.1); }
  .kt-portlet.kt-portlet--border-bottom-danger {
    border-bottom: 3px solid rgba(253, 57, 122, 0.2); }
  .kt-portlet.kt-portlet--sortable .kt-portlet__head {
    cursor: move; }
  .kt-portlet.kt-portlet--sortable-empty {
    visibility: hidden;
    height: 45px;
    min-height: 125px; }
  .kt-portlet.ui-sortable-helper {
    border: 1px dashed #ebedf2; }
  .kt-portlet .kt-portlet__head {
    transition: height 0.3s; }
  .kt-portlet.kt-portlet--sticky .kt-portlet__head {
    transition: height 0.3s;
    position: fixed;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    z-index: 101;
    background: #fff; }
  .kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
    color: #fff; }
    .kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small {
      color: rgba(255, 255, 255, 0.8); }
  .kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
    color: rgba(255, 255, 255, 0.8); }
  .kt-portlet.kt-portlet--skin-solid .kt-portlet__head:not(.kt-portlet__head--noborder) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .kt-portlet.kt-portlet--skin-solid .kt-portlet__body {
    color: #fff; }
  .kt-portlet .kt-portlet__space-x {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .kt-portlet .kt-portlet__space-y {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .kt-portlet.kt-portlet--collapsed > .kt-form,
  .kt-portlet.kt-portlet--collapsed > .kt-portlet__body {
    display: none; }
  .kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before {
    content: "\f113"; }
  .kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before {
    content: "\f28e"; }

.tooltip-portlet {
  opacity: 1; }

@media (min-width: 1025px) {
  .kt-portlet.kt-portlet--height-fluid {
    height: calc(100% - 20px); }
    .kt-portlet.kt-portlet--height-fluid .kt-portlet__body {
      flex-grow: 1; }
  .kt-portlet.kt-portlet--height-fluid-half {
    height: calc(50% - 20px); }
    .kt-portlet.kt-portlet--height-fluid-half .kt-portlet__body {
      flex-grow: 1; } }

@media (max-width: 1024px) {
  .kt-portlet {
    margin-bottom: 20px; }
    .kt-portlet .kt-portlet__head {
      padding: 0 15px;
      min-height: 50px; }
      .kt-portlet .kt-portlet__head.kt-portlet__head--sm {
        min-height: 40px; }
      .kt-portlet .kt-portlet__head.kt-portlet__head--lg {
        min-height: 60px; }
      .kt-portlet .kt-portlet__head.kt-portlet__head--xl {
        min-height: 80px; }
    .kt-portlet.kt-portlet--head-sm .kt-portlet__head {
      min-height: 40px; }
    .kt-portlet.kt-portlet--head-lg .kt-portlet__head {
      min-height: 60px; }
    .kt-portlet.kt-portlet--head-xl .kt-portlet__head {
      min-height: 80px; }
    .kt-portlet .kt-portlet__body {
      padding: 15px; }
      .kt-portlet .kt-portlet__body .kt-portlet__body--hor-fit {
        margin-left: -15px;
        margin-right: -15px; }
    .kt-portlet .kt-portlet__foot {
      padding: 15px; }
    .kt-portlet.kt-portlet--marginless {
      margin-bottom: 0; }
    .kt-portlet.kt-portlet--sticky .kt-portlet__head {
      height: 40px; }
      .kt-portlet.kt-portlet--sticky .kt-portlet__head.kt-portlet__head--sm {
        height: 30px; }
      .kt-portlet.kt-portlet--sticky .kt-portlet__head.kt-portlet__head--lg {
        height: 50px; }
      .kt-portlet.kt-portlet--sticky .kt-portlet__head.kt-portlet__head--xl {
        height: 70px; }
    .kt-portlet.kt-portlet--head-overlay .kt-portlet__head {
      height: 50px; }
    .kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
      margin-top: -50px; }
    .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__head {
      height: 40px; }
    .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__body {
      margin-top: -40px; }
    .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__head {
      height: 60px; }
    .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__body {
      margin-top: -60px; }
    .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__head {
      height: 80px; }
    .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__body {
      margin-top: -80px; }
    .kt-portlet.kt-portlet--head--noborder .kt-portlet__body {
      padding-top: 7.5px; }
    .kt-portlet .kt-portlet__space-x {
      padding-left: 15px !important;
      padding-right: 15px !important; }
    .kt-portlet .kt-portlet__space-y {
      padding-top: 15px !important;
      padding-bottom: 15px !important; } }

@media (max-width: 768px) {
  .kt-portlet.kt-portlet--head-break-sm .kt-portlet__head {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: initial !important;
    height: auto;
    flex-wrap: wrap; }
    .kt-portlet.kt-portlet--head-break-sm .kt-portlet__head .kt-portlet__head-label {
      margin-bottom: 1rem; } }

.kt-datatable {
  display: none; }

.kt-datatable.kt-datatable--default {
  display: block;
  margin-bottom: 25px; }
  .kt-datatable.kt-datatable--default > .kt-datatable__table {
    border-collapse: collapse;
    overflow: hidden;
    display: none;
    width: 100%; }
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head,
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body,
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot {
      visibility: hidden;
      display: block; }
      .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
      .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
      .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
        width: 100%; }
        .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell,
        .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell,
        .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell {
          vertical-align: middle;
          padding: 10px;
          font-size: 1rem; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:first-child,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:first-child,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:first-child {
            padding-left: 25px; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:last-child,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:last-child,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:last-child {
            padding-right: 25px; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left {
            text-align: left; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span {
              text-align: left; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right {
            text-align: right; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span {
              text-align: right; }
              .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i,
              .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i,
              .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i {
                right: 0; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center {
            text-align: center; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span {
              text-align: center; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort {
            cursor: pointer; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i {
              font-size: 0.6rem; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing {
            cursor: col-resize; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell > span,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check {
            text-align: center; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span {
              overflow: visible; }
              .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox,
              .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox,
              .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox {
                top: 2px;
                padding: 0;
                margin: 0 0 0 0; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span {
            width: 12px; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail {
            display: inline-block;
            text-align: right; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i {
              font-size: 1.4rem;
              width: 12px; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown,
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown {
            display: inline-block; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu {
              margin-top: 0.5rem; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu {
              margin-top: auto;
              margin-bottom: 0.5rem; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right {
              margin-right: -0.8rem;
              /*rtl:ignore*/
              margin-left: 65px; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left {
              margin-left: -10rem; }
      .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock,
      .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock,
      .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock {
        border: 0; }
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
      font-weight: 500;
      vertical-align: middle; }
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell {
      padding: 16px 10px; }
      .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span > i {
        display: inline-block;
        position: relative;
        right: -10px;
        line-height: 0;
        vertical-align: middle;
        font-size: 1.1rem; }
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body.ps {
      padding-bottom: 0; }
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell {
      font-weight: regular; }
      .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox {
        top: 1px; }
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail {
      display: block; }
      .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail {
        display: block;
        padding: 0 60px; }
        .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row {
          display: table-row; }
          .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell {
            padding: 8px 12px;
            text-align: left;
            vertical-align: top; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell > span {
              width: auto !important; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell:first-child {
              font-weight: 500; }
            .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell:last-child {
              font-weight: regular;
              padding-left: 20px; }
  .kt-datatable.kt-datatable--default.kt-datatable--error .kt-datatable__body {
    padding: 30px;
    text-align: center; }
  .kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock,
  .kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock,
  .kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock {
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden; }
  .kt-datatable.kt-datatable--default.kt-datatable--loaded {
    display: block; }
    .kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table {
      display: block; }
      .kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__head,
      .kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__body,
      .kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__foot {
        visibility: visible;
        display: block;
        position: relative; }
        .kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
        .kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
        .kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
          display: table;
          table-layout: initial; }
  .kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table {
    display: block; }
    .kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__head,
    .kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__foot {
      overflow: hidden; }
      .kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
      .kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
        position: relative; }
    .kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__body {
      overflow: hidden; }
  .kt-datatable.kt-datatable--default > .kt-datatable__pager {
    margin: 0px;
    padding: 25px;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .kt-datatable.kt-datatable--default > .kt-datatable__pager.kt-datatable__pager--top {
      margin-bottom: 20px; }
    .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav {
      margin: 0;
      padding: 0;
      display: flex; }
      .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li {
        padding: 0;
        margin-right: 5px;
        display: inline-block; }
        .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li:last-child {
          margin-right: 0; }
        .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link {
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 2.25rem;
          min-width: 2.25rem;
          padding: 0.5rem;
          border-radius: 3px;
          position: relative;
          font-size: 1rem;
          line-height: 1rem;
          font-weight: 500; }
          .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link > i {
            font-size: 0.6rem;
            text-align: center;
            display: inline-block; }
          .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--more-prev, .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--more-next {
            font-weight: 600; }
        .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input {
          height: 2.25rem;
          width: 3.5rem;
          text-align: center;
          border-radius: 3px !important; }
    .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info {
      display: flex;
      align-items: center; }
      .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size {
        margin-right: 10px; }
        .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle {
          height: 2.25rem;
          padding: 0.45rem 1rem; }
        .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu.inner > li.selected > a span.check-mark {
          margin-top: -0.6rem; }
  .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table {
    margin-bottom: 0; }
    .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable,
    .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable,
    .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable {
      display: flex;
      justify-content: center;
      align-items: center; }
      .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable > i,
      .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable > i,
      .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable > i {
        line-height: 0;
        font-size: 1.4rem; }
      .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable:hover,
      .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable:hover,
      .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable:hover {
        text-decoration: none; }
    .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable,
    .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable,
    .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable {
      display: table;
      width: 100%; }
      .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable > .kt-datatable__subtable,
      .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable,
      .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable > .kt-datatable__subtable {
        padding: 20px; }
        .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager,
        .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager,
        .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager {
          padding-top: 10px;
          padding-bottom: 10px; }

@media (max-width: 768px) {
  .kt-datatable.kt-datatable--default {
    margin-bottom: 15px; }
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:first-child,
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:first-child,
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:first-child {
      padding-left: 15px; }
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:last-child,
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:last-child,
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:last-child {
      padding-right: 15px; }
    .kt-datatable.kt-datatable--default > .kt-datatable__pager {
      margin: 0;
      padding: 15px 15px 7.5px 15px; }
      .kt-datatable.kt-datatable--default > .kt-datatable__pager .kt-datatable__pager-nav,
      .kt-datatable.kt-datatable--default > .kt-datatable__pager .kt-datatable__pager-info {
        margin-top: 10px; } }

.kt-datatable > .kt-datatable__table {
  background-color: #fff; }
  .kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--left,
  .kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--left,
  .kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--left {
    z-index: 1;
    box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14); }
  .kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--right,
  .kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--right,
  .kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--right {
    box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14); }
  .kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--scroll,
  .kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--scroll,
  .kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--scroll {
    position: relative; }
  .kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
  .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
  .kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
    border-bottom: 1px solid #f0f3ff; }
    .kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span,
    .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span,
    .kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span {
      background: #f0f3ff; }
    .kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span,
    .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span,
    .kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span {
      background: #e8ecfa; }
  .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail {
    vertical-align: middle; }
    .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail i {
      transition: color 0.3s ease;
      color: #2c77f4; }
      .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail i:before {
        line-height: 0;
        vertical-align: middle; }
    .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail:hover i, .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail.kt-datatable__toggle-detail--active i {
      transition: color 0.3s ease;
      color: #2c77f4; }
  .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail table {
    border-left: 1px solid #f0f3ff;
    border-right: 1px solid #f0f3ff; }
  .kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell,
  .kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell {
    background: transparent; }
    .kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
    .kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
      color: #595d6e; }
  .kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span > i {
    color: #2c77f4; }

.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link {
  color: #93a2dd;
  transition: all 0.3s; }
  .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--first, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--prev, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--next, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--last {
    background: #f0f3ff; }
    .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--first:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--prev:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--next:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--last:hover {
      background: #2c77f4;
      color: #ffffff; }
  .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link:hover {
    transition: all 0.3s;
    background: #2c77f4;
    color: #ffffff; }
  .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--active {
    background: #2c77f4;
    color: #ffffff; }
  .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--disabled, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--disabled:hover {
    color: #93a2dd;
    background: #f0f3ff;
    opacity: 0.3; }

.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input {
  transition: all 0.3s;
  background: #f0f3ff;
  border-color: #f0f3ff; }
  .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input:focus {
    transition: all 0.3s;
    background: #2c77f4;
    border-color: #2c77f4; }

.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle {
  font-size: 1rem;
  font-weight: 500;
  border: 0 !important;
  color: #93a2dd;
  background: #f0f3ff; }
  .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle i {
    color: #ffffff; }

.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:focus,
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:hover,
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size.show > .btn.dropdown-toggle {
  border: 0 !important;
  color: #ffffff !important;
  background: #2c77f4; }
  .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:focus i,
  .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:hover i,
  .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size.show > .btn.dropdown-toggle i {
    color: #ffffff !important; }

.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu {
  z-index: 100; }
  .modal .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu {
    z-index: 1051; }

.kt-datatable.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable > i {
  color: #2c77f4; }

.kt-datatable.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable {
  border-top: 0; }

.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell {
  transition: background 0.3s ease; }
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell > span {
    color: #595d6e; }
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--hover {
    transition: background 0.3s ease;
    background: transparent; }

.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--even > .kt-datatable__cell {
  background: transparent; }

.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--active > .kt-datatable__cell {
  background: #f7f8fa; }

.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--hover:not(.kt-datatable__row--active) {
  transition: background 0.3s ease; }
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--hover:not(.kt-datatable__row--active) > .kt-datatable__cell {
    transition: background 0.3s ease;
    background: transparent; }

.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sorted > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sorted > span {
  color: #2c77f4; }

.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--subtable-expanded > .kt-datatable__cell {
  background: #f7f8fa !important; }

.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable {
  background: transparent; }
  .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable {
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1); }
  .kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable.kt-datatable__row-loading > .kt-datatable__subtable > .kt-datatable > .kt-datatable__table {
    background: transparent; }

.kt-datatable .ps > .ps__rail-y > .ps__thumb-y,
.kt-datatable .ps > .ps__rail-x > .ps__thumb-x {
  background: #dbe2f7; }
  .kt-datatable .ps > .ps__rail-y > .ps__thumb-y:hover, .kt-datatable .ps > .ps__rail-y > .ps__thumb-y:focus,
  .kt-datatable .ps > .ps__rail-x > .ps__thumb-x:hover,
  .kt-datatable .ps > .ps__rail-x > .ps__thumb-x:focus {
    background: #dbe2f7; }

.kt-scrolltop {
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  background: #2c77f4;
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  opacity: 0;
  transition: all 0.3s;
  border-radius: 4px; }
  .kt-scrolltop svg {
    height: 20px;
    width: 20px; }
  .kt-scrolltop > i {
    font-size: 1.3rem;
    color: #ffffff; }
  .kt-scrolltop g [fill] {
    transition: fill 0.3s ease;
    fill: #ffffff; }
  .kt-scrolltop:hover g [fill] {
    transition: fill 0.3s ease; }
  .kt-scrolltop:hover > i {
    color: #ffffff; }
  .kt-scrolltop--on .kt-scrolltop {
    opacity: 0.3;
    -webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
    display: flex; }
    .kt-scrolltop--on .kt-scrolltop:hover {
      transition: all 0.3s;
      opacity: 1; }
  @media (max-width: 1024px) {
    .kt-scrolltop {
      bottom: 30px;
      right: 15px; } }

@-webkit-keyframes kt-scrolltop-show-animation {
  from {
    margin-bottom: -15px; }
  to {
    margin-bottom: 0; } }

@keyframes kt-scrolltop-show-animation {
  from {
    margin-bottom: -15px; }
  to {
    margin-bottom: 0; } }

.kt-form .kt-form__group.kt-form__group--inline {
  display: table;
  padding: 0; }
  .kt-form .kt-form__group.kt-form__group--inline > .kt-form__label {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding-right: 1rem; }
    .kt-form .kt-form__group.kt-form__group--inline > .kt-form__label.kt-form__label-no-wrap {
      white-space: nowrap; }
    .kt-form .kt-form__group.kt-form__group--inline > .kt-form__label > label {
      margin: 0; }
  .kt-form .kt-form__group.kt-form__group--inline > .kt-form__control {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    width: 100%; }

.kt-form .kt-form__actions.kt-form__actions--right {
  text-align: right; }

.kt-form .kt-form__actions.kt-form__actions--center {
  text-align: center; }

.kt-form.kt-form--center {
  width: 60%;
  margin: 0 auto; }

.is-valid .valid-feedback {
  display: inline-block; }

.is-invalid .invalid-feedback {
  display: inline-block; }

@media (min-width: 1025px) {
  .kt-form.kt-form--label-right .form-group label:not(.kt-checkbox):not(.kt-radio):not(.kt-option) {
    text-align: right; } }

.kt-input-icon {
  position: relative;
  padding: 0;
  width: 100%; }
  .kt-input-icon > .kt-input-icon__icon {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    top: 0;
    width: 3.2rem; }
    .kt-input-icon > .kt-input-icon__icon.kt-input-icon__icon--left {
      left: 0; }
    .kt-input-icon > .kt-input-icon__icon.kt-input-icon__icon--right {
      right: 0; }
    .kt-input-icon > .kt-input-icon__icon > span {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      .kt-input-icon > .kt-input-icon__icon > span i {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
        color: #74788d; }
    .kt-input-icon > .kt-input-icon__icon [class^="la-"],
    .kt-input-icon > .kt-input-icon__icon [class*=" la-"] {
      font-size: 1.4em; }
    .kt-input-icon > .kt-input-icon__icon [class^="fa-"],
    .kt-input-icon > .kt-input-icon__icon [class*=" fa-"] {
      font-size: 1.2em; }
    .kt-input-icon > .kt-input-icon__icon [class^="flaticon-"],
    .kt-input-icon > .kt-input-icon__icon [class*=" flaticon-"],
    .kt-input-icon > .kt-input-icon__icon [class^="flaticon2-"],
    .kt-input-icon > .kt-input-icon__icon [class*=" flaticon2-"] {
      font-size: 1.3em; }
  .kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon {
    width: 4.2rem; }
    .kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^="la-"],
    .kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" la-"] {
      font-size: 1.6em; }
    .kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^="fa-"],
    .kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" fa-"] {
      font-size: 1.3em; }
    .kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^="flaticon-"],
    .kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" flaticon-"],
    .kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^="flaticon2-"],
    .kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" flaticon2-"] {
      font-size: 1.4em; }
  .kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon {
    width: 2.7rem; }
    .kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^="la-"],
    .kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" la-"] {
      font-size: 1.1em; }
    .kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^="fa-"],
    .kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" fa-"] {
      font-size: 1em; }
    .kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^="flaticon-"],
    .kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" flaticon-"],
    .kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^="flaticon2-"],
    .kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" flaticon2-"] {
      font-size: 1em; }
  .kt-input-icon.kt-input-icon--left .form-control {
    padding-left: 2.8rem; }
    .kt-input-icon.kt-input-icon--left .form-control.form-control-lg {
      padding-left: 3.6rem; }
    .kt-input-icon.kt-input-icon--left .form-control.form-control-sm {
      padding-left: 2.5rem; }
  .kt-input-icon.kt-input-icon--right .form-control {
    padding-right: 2.8rem; }
    .kt-input-icon.kt-input-icon--right .form-control.form-control-lg {
      padding-right: 3.6rem; }
    .kt-input-icon.kt-input-icon--right .form-control.form-control-sm {
      padding-right: 2.5rem; }
  .kt-input-icon.kt-input-icon--fixed {
    display: inline-block; }
  .kt-input-icon.kt-input-icon--fixed-large {
    display: inline-block; }
  .kt-input-icon.kt-input-icon--fixed-small {
    display: inline-block; }

.kt-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease; }
  .kt-checkbox.kt-checkbox--disabled {
    opacity: 0.8;
    cursor: not-allowed; }
  .kt-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .kt-checkbox > span {
    border-radius: 3px;
    background: none;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px; }
    .kt-checkbox > span:after {
      content: '';
      position: absolute;
      display: none;
      top: 50%;
      left: 50%;
      margin-left: -2px;
      margin-top: -6px;
      width: 5px;
      height: 10px;
      border-width: 0 2px 2px 0/*rtl:ignore*/ !important;
      -webkit-transform: rotate(45deg)/*rtl:ignore*/;
      transform: rotate(45deg)/*rtl:ignore*/; }
  .kt-checkbox > input:checked ~ span {
    transition: all 0.3s ease;
    background: none; }
    .kt-checkbox > input:checked ~ span:after {
      display: block; }
  .kt-checkbox:hover > input:not([disabled]):checked ~ span,
  .kt-checkbox > input:checked ~ span {
    transition: all 0.3s ease; }
  .kt-checkbox > input:disabled ~ span {
    opacity: 0.6;
    pointer-events: none; }
  .kt-checkbox.kt-checkbox--solid > span {
    border: 1px solid transparent; }
  .kt-checkbox.kt-checkbox--solid:hover > input:not([disabled]) ~ span,
  .kt-checkbox.kt-checkbox--solid > input:focus ~ span {
    transition: all 0.3s ease; }
  .kt-checkbox.kt-checkbox--square > span {
    border-radius: 0; }
  .kt-checkbox.kt-checkbox--bold > span {
    border-width: 2px !important;
    transition: all 0.3s ease; }
  .form-inline .kt-checkbox {
    margin-left: 15px;
    margin-right: 15px; }
  .kt-checkbox.kt-checkbox--single {
    width: 18px;
    height: 18px; }
    .kt-checkbox.kt-checkbox--single > span {
      top: 0px; }
    th > .kt-checkbox.kt-checkbox--single,
    td > .kt-checkbox.kt-checkbox--single {
      right: -5px; }
  .input-group .kt-checkbox {
    margin-bottom: 0 !important;
    padding-left: 0; }

.kt-checkbox-list {
  padding: 0 0; }
  .form-horizontal .form-group .kt-checkbox-list {
    padding-top: 0; }
  .kt-checkbox-list .kt-checkbox {
    text-align: left;
    display: block; }
    .kt-checkbox-list .kt-checkbox:last-child {
      margin-bottom: 5px; }

.kt-checkbox-inline {
  padding: 0 0; }
  .kt-checkbox-inline .kt-checkbox {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px; }
    .kt-checkbox-inline .kt-checkbox:last-child {
      margin-right: 0; }

.form-group.row .kt-checkbox-inline {
  margin-top: 0.75rem; }

.form-group.row .kt-checkbox-list {
  margin-top: 2px; }

.kt-checkbox.kt-checkbox--disabled {
  opacity: 0.7; }

.kt-checkbox > span {
  border: 1px solid #d1d7e2; }
  .kt-checkbox > span:after {
    border: solid #bfc7d7; }

.kt-checkbox > input:disabled ~ span:after {
  border-color: #c8cfdd; }

.kt-checkbox > input:checked ~ span {
  border: 1px solid #c8cfdd; }

.kt-checkbox.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #c8cfdd; }

.kt-checkbox > input:disabled ~ span {
  opacity: 0.6; }

.kt-checkbox.kt-checkbox--solid > span {
  background: #e4e8ee;
  border: 1px solid transparent !important; }
  .kt-checkbox.kt-checkbox--solid > span:after {
    border: solid #99a6bf; }

.kt-checkbox.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-checkbox.kt-checkbox--solid > input:checked ~ span {
  background: #dee2ea; }

.kt-checkbox.kt-checkbox--brand.kt-checkbox--disabled {
  opacity: 0.7; }

.kt-checkbox.kt-checkbox--brand > span {
  border: 1px solid #2c77f4; }
  .kt-checkbox.kt-checkbox--brand > span:after {
    border: solid #2c77f4; }

.kt-checkbox.kt-checkbox--brand > input:disabled ~ span:after {
  border-color: #2c77f4; }

.kt-checkbox.kt-checkbox--brand > input:checked ~ span {
  border: 1px solid #2c77f4; }

.kt-checkbox.kt-checkbox--brand.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #2c77f4; }

.kt-checkbox.kt-checkbox--brand > input:disabled ~ span {
  opacity: 0.6; }

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span {
  background: #2c77f4;
  border: 1px solid transparent !important; }
  .kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span:after {
    border: solid #ffffff; }

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > input:checked ~ span {
  background: #2c77f4; }

.kt-checkbox.kt-checkbox--light.kt-checkbox--disabled {
  opacity: 0.7; }

.kt-checkbox.kt-checkbox--light > span {
  border: 1px solid #ffffff; }
  .kt-checkbox.kt-checkbox--light > span:after {
    border: solid #ffffff; }

.kt-checkbox.kt-checkbox--light > input:disabled ~ span:after {
  border-color: #ffffff; }

.kt-checkbox.kt-checkbox--light > input:checked ~ span {
  border: 1px solid #ffffff; }

.kt-checkbox.kt-checkbox--light.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #ffffff; }

.kt-checkbox.kt-checkbox--light > input:disabled ~ span {
  opacity: 0.6; }

.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > span {
  background: #ffffff;
  border: 1px solid transparent !important; }
  .kt-checkbox.kt-checkbox--light.kt-checkbox--solid > span:after {
    border: solid #282a3c; }

.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > input:checked ~ span {
  background: #ffffff; }

.kt-checkbox.kt-checkbox--dark.kt-checkbox--disabled {
  opacity: 0.7; }

.kt-checkbox.kt-checkbox--dark > span {
  border: 1px solid #282a3c; }
  .kt-checkbox.kt-checkbox--dark > span:after {
    border: solid #282a3c; }

.kt-checkbox.kt-checkbox--dark > input:disabled ~ span:after {
  border-color: #282a3c; }

.kt-checkbox.kt-checkbox--dark > input:checked ~ span {
  border: 1px solid #282a3c; }

.kt-checkbox.kt-checkbox--dark.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #282a3c; }

.kt-checkbox.kt-checkbox--dark > input:disabled ~ span {
  opacity: 0.6; }

.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > span {
  background: #282a3c;
  border: 1px solid transparent !important; }
  .kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > span:after {
    border: solid #ffffff; }

.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > input:checked ~ span {
  background: #282a3c; }

.kt-checkbox.kt-checkbox--primary.kt-checkbox--disabled {
  opacity: 0.7; }

.kt-checkbox.kt-checkbox--primary > span {
  border: 1px solid #5867dd; }
  .kt-checkbox.kt-checkbox--primary > span:after {
    border: solid #5867dd; }

.kt-checkbox.kt-checkbox--primary > input:disabled ~ span:after {
  border-color: #5867dd; }

.kt-checkbox.kt-checkbox--primary > input:checked ~ span {
  border: 1px solid #5867dd; }

.kt-checkbox.kt-checkbox--primary.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #5867dd; }

.kt-checkbox.kt-checkbox--primary > input:disabled ~ span {
  opacity: 0.6; }

.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > span {
  background: #5867dd;
  border: 1px solid transparent !important; }
  .kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > span:after {
    border: solid #ffffff; }

.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > input:checked ~ span {
  background: #5867dd; }

.kt-checkbox.kt-checkbox--success.kt-checkbox--disabled {
  opacity: 0.7; }

.kt-checkbox.kt-checkbox--success > span {
  border: 1px solid #1dc9b7; }
  .kt-checkbox.kt-checkbox--success > span:after {
    border: solid #1dc9b7; }

.kt-checkbox.kt-checkbox--success > input:disabled ~ span:after {
  border-color: #1dc9b7; }

.kt-checkbox.kt-checkbox--success > input:checked ~ span {
  border: 1px solid #1dc9b7; }

.kt-checkbox.kt-checkbox--success.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #1dc9b7; }

.kt-checkbox.kt-checkbox--success > input:disabled ~ span {
  opacity: 0.6; }

.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > span {
  background: #1dc9b7;
  border: 1px solid transparent !important; }
  .kt-checkbox.kt-checkbox--success.kt-checkbox--solid > span:after {
    border: solid #ffffff; }

.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > input:checked ~ span {
  background: #1dc9b7; }

.kt-checkbox.kt-checkbox--info.kt-checkbox--disabled {
  opacity: 0.7; }

.kt-checkbox.kt-checkbox--info > span {
  border: 1px solid #5578eb; }
  .kt-checkbox.kt-checkbox--info > span:after {
    border: solid #5578eb; }

.kt-checkbox.kt-checkbox--info > input:disabled ~ span:after {
  border-color: #5578eb; }

.kt-checkbox.kt-checkbox--info > input:checked ~ span {
  border: 1px solid #5578eb; }

.kt-checkbox.kt-checkbox--info.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #5578eb; }

.kt-checkbox.kt-checkbox--info > input:disabled ~ span {
  opacity: 0.6; }

.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > span {
  background: #5578eb;
  border: 1px solid transparent !important; }
  .kt-checkbox.kt-checkbox--info.kt-checkbox--solid > span:after {
    border: solid #ffffff; }

.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > input:checked ~ span {
  background: #5578eb; }

.kt-checkbox.kt-checkbox--warning.kt-checkbox--disabled {
  opacity: 0.7; }

.kt-checkbox.kt-checkbox--warning > span {
  border: 1px solid #ffb822; }
  .kt-checkbox.kt-checkbox--warning > span:after {
    border: solid #ffb822; }

.kt-checkbox.kt-checkbox--warning > input:disabled ~ span:after {
  border-color: #ffb822; }

.kt-checkbox.kt-checkbox--warning > input:checked ~ span {
  border: 1px solid #ffb822; }

.kt-checkbox.kt-checkbox--warning.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #ffb822; }

.kt-checkbox.kt-checkbox--warning > input:disabled ~ span {
  opacity: 0.6; }

.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > span {
  background: #ffb822;
  border: 1px solid transparent !important; }
  .kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > span:after {
    border: solid #111111; }

.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > input:checked ~ span {
  background: #ffb822; }

.kt-checkbox.kt-checkbox--danger.kt-checkbox--disabled {
  opacity: 0.7; }

.kt-checkbox.kt-checkbox--danger > span {
  border: 1px solid #fd397a; }
  .kt-checkbox.kt-checkbox--danger > span:after {
    border: solid #fd397a; }

.kt-checkbox.kt-checkbox--danger > input:disabled ~ span:after {
  border-color: #fd397a; }

.kt-checkbox.kt-checkbox--danger > input:checked ~ span {
  border: 1px solid #fd397a; }

.kt-checkbox.kt-checkbox--danger.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #fd397a; }

.kt-checkbox.kt-checkbox--danger > input:disabled ~ span {
  opacity: 0.6; }

.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > span {
  background: #fd397a;
  border: 1px solid transparent !important; }
  .kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > span:after {
    border: solid #ffffff; }

.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > input:checked ~ span {
  background: #fd397a; }

.kt-radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease; }
  .kt-radio.kt-radio--disabled {
    opacity: 0.8;
    cursor: not-allowed; }
  .kt-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .kt-radio > span {
    background: none;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50% !important; }
    .kt-radio > span:after {
      content: '';
      position: absolute;
      display: none;
      top: 50%;
      left: 50%;
      margin-left: -3px;
      margin-top: -3px;
      width: 6px;
      height: 6px;
      border-radius: 100% !important; }
  .kt-radio > input:checked ~ span {
    transition: all 0.3s ease;
    background: none; }
    .kt-radio > input:checked ~ span:after {
      display: block; }
  .kt-radio:hover > input:not([disabled]):checked ~ span,
  .kt-radio > input:checked ~ span {
    transition: all 0.3s ease; }
  .kt-radio > input:disabled ~ span {
    opacity: 0.6;
    pointer-events: none; }
  .kt-radio.kt-radio--solid > span {
    border: 1px solid transparent; }
  .kt-radio.kt-radio--solid:hover > input:not([disabled]) ~ span,
  .kt-radio.kt-radio--solid > input:focus ~ span {
    transition: all 0.3s ease; }
  .kt-radio.kt-radio--square > span {
    border-radius: 0; }
  .kt-radio.kt-radio--bold > span {
    border-width: 2px !important;
    transition: all 0.3s ease; }
  .form-inline .kt-radio {
    margin-left: 15px;
    margin-right: 15px; }
  .kt-radio.kt-radio--single {
    width: 18px;
    height: 18px; }
    .kt-radio.kt-radio--single > span {
      top: 0px; }
    th > .kt-radio.kt-radio--single,
    td > .kt-radio.kt-radio--single {
      right: -5px; }
  .input-group .kt-radio {
    margin-bottom: 0 !important;
    padding-left: 0; }

.kt-radio-list {
  padding: 0 0; }
  .form-horizontal .form-group .kt-radio-list {
    padding-top: 0; }
  .kt-radio-list .kt-radio {
    display: block;
    text-align: left; }
    .kt-radio-list .kt-radio:last-child {
      margin-bottom: 5px; }

.kt-radio-inline {
  padding: 0 0; }
  .kt-radio-inline .kt-radio {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px; }
    .kt-radio-inline .kt-radio:last-child {
      margin-right: 0; }

.form-group.row .kt-radio-inline {
  margin-top: 0.75rem; }

.form-group.row .kt-radio-list {
  margin-top: 2px; }

.kt-radio.kt-radio--disabled {
  opacity: 0.8; }

.kt-radio > span {
  border: 1px solid #d1d7e2; }
  .kt-radio > span:after {
    border: solid #bfc7d7;
    background: #bfc7d7; }

.kt-radio > input:disabled ~ span:after {
  border-color: #c8cfdd; }

.kt-radio > input:checked ~ span {
  border: 1px solid #c8cfdd; }

.kt-radio.kt-radio--bold > input:checked ~ span {
  border: 2px solid #c8cfdd; }

.kt-radio > input:disabled ~ span {
  opacity: 0.6; }

.kt-radio.kt-radio--solid > span {
  background: #e4e8ee;
  border: 1px solid transparent !important; }
  .kt-radio.kt-radio--solid > span:after {
    border: solid #99a6bf;
    background: #99a6bf; }

.kt-radio.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-radio.kt-radio--solid > input:checked ~ span {
  background: #dee2ea; }

.kt-radio.kt-radio--brand.kt-radio--disabled {
  opacity: 0.8; }

.kt-radio.kt-radio--brand > span {
  border: 1px solid #2c77f4; }
  .kt-radio.kt-radio--brand > span:after {
    border: solid #2c77f4;
    background: #2c77f4; }

.kt-radio.kt-radio--brand > input:disabled ~ span:after {
  border-color: #2c77f4; }

.kt-radio.kt-radio--brand > input:checked ~ span {
  border: 1px solid #2c77f4; }

.kt-radio.kt-radio--brand.kt-radio--bold > input:checked ~ span {
  border: 2px solid #2c77f4; }

.kt-radio.kt-radio--brand > input:disabled ~ span {
  opacity: 0.6; }

.kt-radio.kt-radio--brand.kt-radio--solid > span {
  background: #2c77f4;
  border: 1px solid transparent !important; }
  .kt-radio.kt-radio--brand.kt-radio--solid > span:after {
    border: solid #ffffff;
    background: #ffffff; }

.kt-radio.kt-radio--brand.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-radio.kt-radio--brand.kt-radio--solid > input:checked ~ span {
  background: #2c77f4; }

.kt-radio.kt-radio--light.kt-radio--disabled {
  opacity: 0.8; }

.kt-radio.kt-radio--light > span {
  border: 1px solid #ffffff; }
  .kt-radio.kt-radio--light > span:after {
    border: solid #ffffff;
    background: #ffffff; }

.kt-radio.kt-radio--light > input:disabled ~ span:after {
  border-color: #ffffff; }

.kt-radio.kt-radio--light > input:checked ~ span {
  border: 1px solid #ffffff; }

.kt-radio.kt-radio--light.kt-radio--bold > input:checked ~ span {
  border: 2px solid #ffffff; }

.kt-radio.kt-radio--light > input:disabled ~ span {
  opacity: 0.6; }

.kt-radio.kt-radio--light.kt-radio--solid > span {
  background: #ffffff;
  border: 1px solid transparent !important; }
  .kt-radio.kt-radio--light.kt-radio--solid > span:after {
    border: solid #282a3c;
    background: #282a3c; }

.kt-radio.kt-radio--light.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-radio.kt-radio--light.kt-radio--solid > input:checked ~ span {
  background: #ffffff; }

.kt-radio.kt-radio--dark.kt-radio--disabled {
  opacity: 0.8; }

.kt-radio.kt-radio--dark > span {
  border: 1px solid #282a3c; }
  .kt-radio.kt-radio--dark > span:after {
    border: solid #282a3c;
    background: #282a3c; }

.kt-radio.kt-radio--dark > input:disabled ~ span:after {
  border-color: #282a3c; }

.kt-radio.kt-radio--dark > input:checked ~ span {
  border: 1px solid #282a3c; }

.kt-radio.kt-radio--dark.kt-radio--bold > input:checked ~ span {
  border: 2px solid #282a3c; }

.kt-radio.kt-radio--dark > input:disabled ~ span {
  opacity: 0.6; }

.kt-radio.kt-radio--dark.kt-radio--solid > span {
  background: #282a3c;
  border: 1px solid transparent !important; }
  .kt-radio.kt-radio--dark.kt-radio--solid > span:after {
    border: solid #ffffff;
    background: #ffffff; }

.kt-radio.kt-radio--dark.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-radio.kt-radio--dark.kt-radio--solid > input:checked ~ span {
  background: #282a3c; }

.kt-radio.kt-radio--primary.kt-radio--disabled {
  opacity: 0.8; }

.kt-radio.kt-radio--primary > span {
  border: 1px solid #5867dd; }
  .kt-radio.kt-radio--primary > span:after {
    border: solid #5867dd;
    background: #5867dd; }

.kt-radio.kt-radio--primary > input:disabled ~ span:after {
  border-color: #5867dd; }

.kt-radio.kt-radio--primary > input:checked ~ span {
  border: 1px solid #5867dd; }

.kt-radio.kt-radio--primary.kt-radio--bold > input:checked ~ span {
  border: 2px solid #5867dd; }

.kt-radio.kt-radio--primary > input:disabled ~ span {
  opacity: 0.6; }

.kt-radio.kt-radio--primary.kt-radio--solid > span {
  background: #5867dd;
  border: 1px solid transparent !important; }
  .kt-radio.kt-radio--primary.kt-radio--solid > span:after {
    border: solid #ffffff;
    background: #ffffff; }

.kt-radio.kt-radio--primary.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-radio.kt-radio--primary.kt-radio--solid > input:checked ~ span {
  background: #5867dd; }

.kt-radio.kt-radio--success.kt-radio--disabled {
  opacity: 0.8; }

.kt-radio.kt-radio--success > span {
  border: 1px solid #1dc9b7; }
  .kt-radio.kt-radio--success > span:after {
    border: solid #1dc9b7;
    background: #1dc9b7; }

.kt-radio.kt-radio--success > input:disabled ~ span:after {
  border-color: #1dc9b7; }

.kt-radio.kt-radio--success > input:checked ~ span {
  border: 1px solid #1dc9b7; }

.kt-radio.kt-radio--success.kt-radio--bold > input:checked ~ span {
  border: 2px solid #1dc9b7; }

.kt-radio.kt-radio--success > input:disabled ~ span {
  opacity: 0.6; }

.kt-radio.kt-radio--success.kt-radio--solid > span {
  background: #1dc9b7;
  border: 1px solid transparent !important; }
  .kt-radio.kt-radio--success.kt-radio--solid > span:after {
    border: solid #ffffff;
    background: #ffffff; }

.kt-radio.kt-radio--success.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-radio.kt-radio--success.kt-radio--solid > input:checked ~ span {
  background: #1dc9b7; }

.kt-radio.kt-radio--info.kt-radio--disabled {
  opacity: 0.8; }

.kt-radio.kt-radio--info > span {
  border: 1px solid #5578eb; }
  .kt-radio.kt-radio--info > span:after {
    border: solid #5578eb;
    background: #5578eb; }

.kt-radio.kt-radio--info > input:disabled ~ span:after {
  border-color: #5578eb; }

.kt-radio.kt-radio--info > input:checked ~ span {
  border: 1px solid #5578eb; }

.kt-radio.kt-radio--info.kt-radio--bold > input:checked ~ span {
  border: 2px solid #5578eb; }

.kt-radio.kt-radio--info > input:disabled ~ span {
  opacity: 0.6; }

.kt-radio.kt-radio--info.kt-radio--solid > span {
  background: #5578eb;
  border: 1px solid transparent !important; }
  .kt-radio.kt-radio--info.kt-radio--solid > span:after {
    border: solid #ffffff;
    background: #ffffff; }

.kt-radio.kt-radio--info.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-radio.kt-radio--info.kt-radio--solid > input:checked ~ span {
  background: #5578eb; }

.kt-radio.kt-radio--warning.kt-radio--disabled {
  opacity: 0.8; }

.kt-radio.kt-radio--warning > span {
  border: 1px solid #ffb822; }
  .kt-radio.kt-radio--warning > span:after {
    border: solid #ffb822;
    background: #ffb822; }

.kt-radio.kt-radio--warning > input:disabled ~ span:after {
  border-color: #ffb822; }

.kt-radio.kt-radio--warning > input:checked ~ span {
  border: 1px solid #ffb822; }

.kt-radio.kt-radio--warning.kt-radio--bold > input:checked ~ span {
  border: 2px solid #ffb822; }

.kt-radio.kt-radio--warning > input:disabled ~ span {
  opacity: 0.6; }

.kt-radio.kt-radio--warning.kt-radio--solid > span {
  background: #ffb822;
  border: 1px solid transparent !important; }
  .kt-radio.kt-radio--warning.kt-radio--solid > span:after {
    border: solid #111111;
    background: #111111; }

.kt-radio.kt-radio--warning.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-radio.kt-radio--warning.kt-radio--solid > input:checked ~ span {
  background: #ffb822; }

.kt-radio.kt-radio--danger.kt-radio--disabled {
  opacity: 0.8; }

.kt-radio.kt-radio--danger > span {
  border: 1px solid #fd397a; }
  .kt-radio.kt-radio--danger > span:after {
    border: solid #fd397a;
    background: #fd397a; }

.kt-radio.kt-radio--danger > input:disabled ~ span:after {
  border-color: #fd397a; }

.kt-radio.kt-radio--danger > input:checked ~ span {
  border: 1px solid #fd397a; }

.kt-radio.kt-radio--danger.kt-radio--bold > input:checked ~ span {
  border: 2px solid #fd397a; }

.kt-radio.kt-radio--danger > input:disabled ~ span {
  opacity: 0.6; }

.kt-radio.kt-radio--danger.kt-radio--solid > span {
  background: #fd397a;
  border: 1px solid transparent !important; }
  .kt-radio.kt-radio--danger.kt-radio--solid > span:after {
    border: solid #ffffff;
    background: #ffffff; }

.kt-radio.kt-radio--danger.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important; }

.kt-radio.kt-radio--danger.kt-radio--solid > input:checked ~ span {
  background: #fd397a; }

.kt-switch {
  display: inline-block;
  font-size: 1rem; }
  .kt-switch input:empty {
    margin-left: -999px;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0; }
  .kt-switch input:empty ~ span {
    display: inline-block;
    position: relative;
    float: left;
    width: 1px;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .kt-switch input:empty ~ span:before,
  .kt-switch input:empty ~ span:after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    transition: all 100ms ease-in; }
  .kt-switch.kt-switch--icon input:empty ~ span:after {
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: ""; }
  .kt-switch.kt-switch--icon input:checked ~ span:after {
    content: '\f17b'; }
  .kt-switch.kt-switch--icon-check input:checked ~ span:after {
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: ""; }
  .kt-switch input:empty ~ span {
    line-height: 30px;
    margin: 2px 0;
    height: 30px;
    width: 57px;
    border-radius: 15px; }
  .kt-switch input:empty ~ span:before,
  .kt-switch input:empty ~ span:after {
    width: 54px;
    border-radius: 15px; }
  .kt-switch input:empty ~ span:after {
    height: 24px;
    width: 24px;
    line-height: 26px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle; }
  .kt-switch input:checked ~ span:after {
    margin-left: 26px; }
  .kt-switch.kt-switch--lg input:empty ~ span {
    line-height: 40px;
    margin: 2px 0;
    height: 40px;
    width: 75px;
    border-radius: 20px; }
  .kt-switch.kt-switch--lg input:empty ~ span:before,
  .kt-switch.kt-switch--lg input:empty ~ span:after {
    width: 72px;
    border-radius: 20px; }
  .kt-switch.kt-switch--lg input:empty ~ span:after {
    height: 34px;
    width: 34px;
    line-height: 34px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    font-size: 1em;
    text-align: center;
    vertical-align: middle; }
  .kt-switch.kt-switch--lg input:checked ~ span:after {
    margin-left: 34px; }
  .kt-switch.kt-switch--sm input:empty ~ span {
    line-height: 24px;
    margin: 2px 0;
    height: 24px;
    width: 40px;
    border-radius: 12px; }
  .kt-switch.kt-switch--sm input:empty ~ span:before,
  .kt-switch.kt-switch--sm input:empty ~ span:after {
    width: 38px;
    border-radius: 12px; }
  .kt-switch.kt-switch--sm input:empty ~ span:after {
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle; }
  .kt-switch.kt-switch--sm input:checked ~ span:after {
    margin-left: 16px; }
  .form-group.row .kt-switch {
    margin-top: 0.15rem; }
    .form-group.row .kt-switch.kt-switch--lg {
      margin-top: 0rem;
      position: relative;
      top: -0.3rem; }
    .form-group.row .kt-switch.kt-switch--sm {
      margin-top: 0.3rem; }

.kt-switch input:empty ~ span:before {
  background-color: #e8ebf1; }

.kt-switch input:empty ~ span:after {
  color: #f8f9fb;
  background-color: #ffffff; }

.kt-switch input:checked ~ span:before {
  background-color: #e8ebf1; }

.kt-switch input:checked ~ span:after {
  background-color: #2c77f4;
  color: #ffffff; }

.kt-switch input[disabled] {
  cursor: not-allowed; }
  .kt-switch input[disabled] ~ span:after,
  .kt-switch input[disabled] ~ span:before {
    cursor: not-allowed;
    opacity: 0.7; }

.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #2c77f4; }

.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:empty ~ span:after {
  color: #2c77f4;
  background-color: #ffffff;
  opacity: 0.4; }

.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #2c77f4; }

.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1; }

.kt-switch.kt-switch--outline.kt-switch--brand input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1; }

.kt-switch.kt-switch--outline.kt-switch--brand input:empty ~ span:after {
  color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~ span:before {
  background-color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~ span:after {
  background-color: #2c77f4;
  opacity: 1; }

.kt-switch.kt-switch--light:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #ffffff; }

.kt-switch.kt-switch--light:not(.kt-switch--outline) input:empty ~ span:after {
  color: #ffffff;
  background-color: #282a3c;
  opacity: 0.4; }

.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #ffffff; }

.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1; }

.kt-switch.kt-switch--outline.kt-switch--light input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1; }

.kt-switch.kt-switch--outline.kt-switch--light input:empty ~ span:after {
  color: #282a3c; }

.kt-switch.kt-switch--outline.kt-switch--light input:checked ~ span:before {
  background-color: #282a3c; }

.kt-switch.kt-switch--outline.kt-switch--light input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1; }

.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #282a3c; }

.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:empty ~ span:after {
  color: #282a3c;
  background-color: #ffffff;
  opacity: 0.4; }

.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #282a3c; }

.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1; }

.kt-switch.kt-switch--outline.kt-switch--dark input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1; }

.kt-switch.kt-switch--outline.kt-switch--dark input:empty ~ span:after {
  color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~ span:before {
  background-color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~ span:after {
  background-color: #282a3c;
  opacity: 1; }

.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #5867dd; }

.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:empty ~ span:after {
  color: #5867dd;
  background-color: #ffffff;
  opacity: 0.4; }

.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #5867dd; }

.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1; }

.kt-switch.kt-switch--outline.kt-switch--primary input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1; }

.kt-switch.kt-switch--outline.kt-switch--primary input:empty ~ span:after {
  color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~ span:before {
  background-color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~ span:after {
  background-color: #5867dd;
  opacity: 1; }

.kt-switch.kt-switch--success:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #1dc9b7; }

.kt-switch.kt-switch--success:not(.kt-switch--outline) input:empty ~ span:after {
  color: #1dc9b7;
  background-color: #ffffff;
  opacity: 0.4; }

.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #1dc9b7; }

.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1; }

.kt-switch.kt-switch--outline.kt-switch--success input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1; }

.kt-switch.kt-switch--outline.kt-switch--success input:empty ~ span:after {
  color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--success input:checked ~ span:before {
  background-color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--success input:checked ~ span:after {
  background-color: #1dc9b7;
  opacity: 1; }

.kt-switch.kt-switch--info:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #5578eb; }

.kt-switch.kt-switch--info:not(.kt-switch--outline) input:empty ~ span:after {
  color: #5578eb;
  background-color: #ffffff;
  opacity: 0.4; }

.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #5578eb; }

.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1; }

.kt-switch.kt-switch--outline.kt-switch--info input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1; }

.kt-switch.kt-switch--outline.kt-switch--info input:empty ~ span:after {
  color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--info input:checked ~ span:before {
  background-color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--info input:checked ~ span:after {
  background-color: #5578eb;
  opacity: 1; }

.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #ffb822; }

.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:empty ~ span:after {
  color: #ffb822;
  background-color: #111111;
  opacity: 0.4; }

.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #ffb822; }

.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1; }

.kt-switch.kt-switch--outline.kt-switch--warning input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1; }

.kt-switch.kt-switch--outline.kt-switch--warning input:empty ~ span:after {
  color: #111111; }

.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~ span:before {
  background-color: #111111; }

.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~ span:after {
  background-color: #ffb822;
  opacity: 1; }

.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #fd397a; }

.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:empty ~ span:after {
  color: #fd397a;
  background-color: #ffffff;
  opacity: 0.4; }

.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #fd397a; }

.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1; }

.kt-switch.kt-switch--outline.kt-switch--danger input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1; }

.kt-switch.kt-switch--outline.kt-switch--danger input:empty ~ span:after {
  color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~ span:before {
  background-color: #ffffff; }

.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~ span:after {
  background-color: #fd397a;
  opacity: 1; }

.kt-option {
  display: flex;
  padding: 1.4em;
  border: 1px solid #ebedf2;
  border-radius: 4px; }
  .kt-option .kt-option__control {
    width: 2.7rem;
    padding-top: 0.1rem; }
    .kt-option .kt-option__control .kt-radio {
      display: block; }
  .kt-option .kt-option__label {
    width: 100%; }
    .kt-option .kt-option__label .kt-option__head {
      display: flex;
      justify-content: space-between; }
      .kt-option .kt-option__label .kt-option__head .kt-option__title {
        font-size: 1.1rem;
        font-weight: 400;
        color: #595d6e; }
      .kt-option .kt-option__label .kt-option__head .kt-option__focus {
        font-size: 1.1rem;
        font-weight: 500;
        color: #48465b; }
    .kt-option .kt-option__label .kt-option__body {
      display: block;
      padding-top: 0.7rem;
      font-size: 0.9rem;
      color: #74788d; }
  .kt-option.kt-option--plain {
    border: 0;
    padding: 0;
    margin-top: -0.2rem;
    margin-bottom: 2rem;
    align-items: center; }
    .kt-option.kt-option--plain .kt-option__control {
      vertical-align: middle;
      width: 2.7rem; }
      .kt-option.kt-option--plain .kt-option__control .kt-radio {
        margin-bottom: 1.6rem; }
    .kt-option.kt-option--plain .kt-option__label .kt-option__body {
      padding-top: 0.2rem; }
  .is-valid .kt-option {
    border-color: #1dc9b7; }
  .is-invalid .kt-option {
    border-color: #fd397a; }

.has-success .kt-option .kt-option__label .kt-option__head .kt-option__title {
  color: #1dc9b7; }

.has-error .kt-option .kt-option__label .kt-option__head .kt-option__title {
  color: #ffb822; }

.kt-avatar {
  position: relative;
  display: inline-block; }
  .kt-avatar .kt-avatar__holder {
    width: 120px;
    height: 120px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: contain; }
  .kt-avatar .kt-avatar__upload {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s; }
    .kt-avatar .kt-avatar__upload input {
      width: 0 !important;
      height: 0 !important;
      overflow: hidden;
      opacity: 0; }
    .kt-avatar .kt-avatar__upload i {
      color: #2c77f4;
      font-size: 0.9rem; }
    .kt-avatar .kt-avatar__upload:hover {
      transition: all 0.3s;
      background-color: #2c77f4; }
      .kt-avatar .kt-avatar__upload:hover i {
        color: #ffffff; }
  .kt-avatar .kt-avatar__cancel {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: -10px;
    bottom: -5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    display: none; }
    .kt-avatar .kt-avatar__cancel i {
      transition: all 0.3s;
      color: #74788d;
      font-size: 0.9rem; }
    .kt-avatar .kt-avatar__cancel:hover i {
      transition: all 0.3s;
      color: #2c77f4; }
  .kt-avatar.kt-avatar--changed .kt-avatar__cancel {
    display: flex; }
  .kt-avatar.kt-avatar--brand .kt-avatar__upload i {
    color: #2c77f4; }
  .kt-avatar.kt-avatar--brand .kt-avatar__upload:hover {
    background-color: #2c77f4; }
    .kt-avatar.kt-avatar--brand .kt-avatar__upload:hover i {
      color: #ffffff; }
  .kt-avatar.kt-avatar--light .kt-avatar__upload i {
    color: #ffffff; }
  .kt-avatar.kt-avatar--light .kt-avatar__upload:hover {
    background-color: #ffffff; }
    .kt-avatar.kt-avatar--light .kt-avatar__upload:hover i {
      color: #282a3c; }
  .kt-avatar.kt-avatar--dark .kt-avatar__upload i {
    color: #282a3c; }
  .kt-avatar.kt-avatar--dark .kt-avatar__upload:hover {
    background-color: #282a3c; }
    .kt-avatar.kt-avatar--dark .kt-avatar__upload:hover i {
      color: #ffffff; }
  .kt-avatar.kt-avatar--primary .kt-avatar__upload i {
    color: #5867dd; }
  .kt-avatar.kt-avatar--primary .kt-avatar__upload:hover {
    background-color: #5867dd; }
    .kt-avatar.kt-avatar--primary .kt-avatar__upload:hover i {
      color: #ffffff; }
  .kt-avatar.kt-avatar--success .kt-avatar__upload i {
    color: #1dc9b7; }
  .kt-avatar.kt-avatar--success .kt-avatar__upload:hover {
    background-color: #1dc9b7; }
    .kt-avatar.kt-avatar--success .kt-avatar__upload:hover i {
      color: #ffffff; }
  .kt-avatar.kt-avatar--info .kt-avatar__upload i {
    color: #5578eb; }
  .kt-avatar.kt-avatar--info .kt-avatar__upload:hover {
    background-color: #5578eb; }
    .kt-avatar.kt-avatar--info .kt-avatar__upload:hover i {
      color: #ffffff; }
  .kt-avatar.kt-avatar--warning .kt-avatar__upload i {
    color: #ffb822; }
  .kt-avatar.kt-avatar--warning .kt-avatar__upload:hover {
    background-color: #ffb822; }
    .kt-avatar.kt-avatar--warning .kt-avatar__upload:hover i {
      color: #111111; }
  .kt-avatar.kt-avatar--danger .kt-avatar__upload i {
    color: #fd397a; }
  .kt-avatar.kt-avatar--danger .kt-avatar__upload:hover {
    background-color: #fd397a; }
    .kt-avatar.kt-avatar--danger .kt-avatar__upload:hover i {
      color: #ffffff; }
  .kt-avatar.kt-avatar--circle .kt-avatar__holder {
    border-radius: 50%; }
  .kt-avatar.kt-avatar--circle .kt-avatar__upload {
    right: 0px;
    top: 5px; }
  .kt-avatar.kt-avatar--circle .kt-avatar__cancel {
    right: 3px;
    bottom: 10px; }
  .kt-avatar.kt-avatar--outline .kt-avatar__holder {
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1); }

.kt-spinner {
  position: relative; }
  .kt-spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%; }
  .kt-spinner.kt-spinner--sm:before {
    width: 16px;
    height: 16px;
    margin-top: -8px; }
  .kt-spinner.kt-spinner--sm.kt-spinner--center:before {
    left: 50%;
    margin-left: -8px; }
  .kt-spinner.kt-spinner--sm.kt-spinner--left:before {
    left: 0;
    right: auto; }
  .kt-spinner.kt-spinner--sm.kt-spinner--right:before {
    left: auto;
    right: 0; }
  .kt-spinner:before {
    width: 20px;
    height: 20px;
    margin-top: -10px; }
  .kt-spinner.kt-spinner--center:before {
    left: 50%;
    margin-left: -10px; }
  .kt-spinner.kt-spinner--left:before {
    left: 0;
    right: auto; }
  .kt-spinner.kt-spinner--right:before {
    left: auto;
    right: 0; }
  .kt-spinner.kt-spinner--lg:before {
    width: 24px;
    height: 24px;
    margin-top: -12px; }
  .kt-spinner.kt-spinner--lg.kt-spinner--center:before {
    left: 50%;
    margin-left: -12px; }
  .kt-spinner.kt-spinner--lg.kt-spinner--left:before {
    left: 0;
    right: auto; }
  .kt-spinner.kt-spinner--lg.kt-spinner--right:before {
    left: auto;
    right: 0; }
  .kt-spinner:before {
    -webkit-animation: kt-spinner .5s linear infinite;
    animation: kt-spinner .5s linear infinite; }
  .kt-spinner.kt-spinner--brand:before {
    border: 2px solid #2c77f4;
    border-right: 2px solid transparent; }
  .kt-spinner.kt-spinner--light:before {
    border: 2px solid #ffffff;
    border-right: 2px solid transparent; }
  .kt-spinner.kt-spinner--dark:before {
    border: 2px solid #282a3c;
    border-right: 2px solid transparent; }
  .kt-spinner.kt-spinner--primary:before {
    border: 2px solid #5867dd;
    border-right: 2px solid transparent; }
  .kt-spinner.kt-spinner--success:before {
    border: 2px solid #1dc9b7;
    border-right: 2px solid transparent; }
  .kt-spinner.kt-spinner--info:before {
    border: 2px solid #5578eb;
    border-right: 2px solid transparent; }
  .kt-spinner.kt-spinner--warning:before {
    border: 2px solid #ffb822;
    border-right: 2px solid transparent; }
  .kt-spinner.kt-spinner--danger:before {
    border: 2px solid #fd397a;
    border-right: 2px solid transparent; }
  .kt-spinner.kt-spinner--input.kt-spinner--right:before {
    left: auto;
    right: 1rem; }
  .kt-spinner.kt-spinner--input.kt-spinner--left:before {
    right: auto;
    left: 1rem; }
  .kt-spinner.kt-spinner--v2:before {
    -webkit-animation: kt-spinner .5s linear infinite;
    animation: kt-spinner .5s linear infinite; }
  .kt-spinner.kt-spinner--v2.kt-spinner--brand:before {
    border: 2px solid #bdd5fc;
    border-top-color: #1d6ef3; }
  .kt-spinner.kt-spinner--v2.kt-spinner--light:before {
    border: 2px solid white;
    border-top-color: #f7f7f7; }
  .kt-spinner.kt-spinner--v2.kt-spinner--dark:before {
    border: 2px solid #656a98;
    border-top-color: #222433; }
  .kt-spinner.kt-spinner--v2.kt-spinner--primary:before {
    border: 2px solid #d7dbf7;
    border-top-color: #4b5bda; }
  .kt-spinner.kt-spinner--v2.kt-spinner--success:before {
    border: 2px solid #90efe5;
    border-top-color: #1bbcab; }
  .kt-spinner.kt-spinner--v2.kt-spinner--info:before {
    border: 2px solid #dee5fb;
    border-top-color: #476de9; }
  .kt-spinner.kt-spinner--v2.kt-spinner--warning:before {
    border: 2px solid #ffe9bb;
    border-top-color: #ffb313; }
  .kt-spinner.kt-spinner--v2.kt-spinner--danger:before {
    border: 2px solid #ffd0e0;
    border-top-color: #fd2a70; }

@-webkit-keyframes kt-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes kt-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.kt-loader {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #f7f8fa;
  opacity: 0;
  -webkit-animation: kt-loader-scaleout 0.9s infinite ease-in-out;
  animation: kt-loader-scaleout 0.9s infinite ease-in-out; }
  .kt-loader.kt-loader--lg {
    width: 2rem;
    height: 2rem; }
  .kt-loader.kt-loader--sm {
    width: 1rem;
    height: 1rem; }
  .btn .kt-loader {
    position: relative;
    line-height: 0; }

.kt-loader.kt-loader--brand {
  background-color: #2c77f4; }

.kt-loader.kt-loader--light {
  background-color: #ffffff; }

.kt-loader.kt-loader--dark {
  background-color: #282a3c; }

.kt-loader.kt-loader--primary {
  background-color: #5867dd; }

.kt-loader.kt-loader--success {
  background-color: #1dc9b7; }

.kt-loader.kt-loader--info {
  background-color: #5578eb; }

.kt-loader.kt-loader--warning {
  background-color: #ffb822; }

.kt-loader.kt-loader--danger {
  background-color: #fd397a; }

@-webkit-keyframes kt-loader-scaleout {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kt-loader-scaleout {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.kt-pulse {
  position: relative; }
  .kt-pulse .kt-pulse__ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: kt-pulse 3.5s ease-out;
    animation: kt-pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #d8dce6; }
    @media screen\0 {
      .kt-pulse .kt-pulse__ring {
        top: 2px;
        left: 2px; } }
  .kt-pulse.kt-pulse--brand .kt-pulse__ring {
    border-color: rgba(44, 119, 244, 0.8); }
  .kt-pulse.kt-pulse--light .kt-pulse__ring {
    border-color: rgba(255, 255, 255, 0.8); }
  .kt-pulse.kt-pulse--dark .kt-pulse__ring {
    border-color: rgba(40, 42, 60, 0.8); }
  .kt-pulse.kt-pulse--primary .kt-pulse__ring {
    border-color: rgba(88, 103, 221, 0.8); }
  .kt-pulse.kt-pulse--success .kt-pulse__ring {
    border-color: rgba(29, 201, 183, 0.8); }
  .kt-pulse.kt-pulse--info .kt-pulse__ring {
    border-color: rgba(85, 120, 235, 0.8); }
  .kt-pulse.kt-pulse--warning .kt-pulse__ring {
    border-color: rgba(255, 184, 34, 0.8); }
  .kt-pulse.kt-pulse--danger .kt-pulse__ring {
    border-color: rgba(253, 57, 122, 0.8); }

@-webkit-keyframes kt-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  65% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@keyframes kt-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  65% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }

.kt-dialog {
  width: 130px;
  margin: 0 auto;
  position: fixed;
  z-index: 1100;
  justify-content: center;
  padding: 1rem;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 4px; }
  .kt-dialog.kt-dialog--top-center {
    display: flex;
    top: -100px;
    left: 50%;
    margin-left: -65px;
    transition: top 0.6s ease;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .kt-dialog.kt-dialog--top-center.kt-dialog--shown {
      top: 0px;
      transition: top 0.6s ease; }
  .kt-dialog.kt-dialog--loader {
    font-size: 1rem;
    padding: 0.75rem;
    font-weight: 400;
    color: #595d6e; }
    .kt-dialog.kt-dialog--loader.kt-dialog--brand {
      background-color: rgba(44, 119, 244, 0.1);
      color: #2c77f4;
      box-shadow: 0px 0px 20px 0px rgba(44, 119, 244, 0.3); }
    .kt-dialog.kt-dialog--loader.kt-dialog--light {
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff;
      box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3); }
    .kt-dialog.kt-dialog--loader.kt-dialog--dark {
      background-color: rgba(40, 42, 60, 0.1);
      color: #282a3c;
      box-shadow: 0px 0px 20px 0px rgba(40, 42, 60, 0.3); }
    .kt-dialog.kt-dialog--loader.kt-dialog--primary {
      background-color: rgba(88, 103, 221, 0.1);
      color: #5867dd;
      box-shadow: 0px 0px 20px 0px rgba(88, 103, 221, 0.3); }
    .kt-dialog.kt-dialog--loader.kt-dialog--success {
      background-color: rgba(29, 201, 183, 0.1);
      color: #1dc9b7;
      box-shadow: 0px 0px 20px 0px rgba(29, 201, 183, 0.3); }
    .kt-dialog.kt-dialog--loader.kt-dialog--info {
      background-color: rgba(85, 120, 235, 0.1);
      color: #5578eb;
      box-shadow: 0px 0px 20px 0px rgba(85, 120, 235, 0.3); }
    .kt-dialog.kt-dialog--loader.kt-dialog--warning {
      background-color: rgba(255, 184, 34, 0.1);
      color: #ffb822;
      box-shadow: 0px 0px 20px 0px rgba(255, 184, 34, 0.3); }
    .kt-dialog.kt-dialog--loader.kt-dialog--danger {
      background-color: rgba(253, 57, 122, 0.1);
      color: #fd397a;
      box-shadow: 0px 0px 20px 0px rgba(253, 57, 122, 0.3); }

.kt-scroll.kt-scroll--pull {
  padding-right: 12px;
  margin-right: -12px; }
  .kt-scroll.kt-scroll--pull .ps__rail-y {
    right: -2px; }

.ps > .ps__rail-y {
  width: 4px; }
  .ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
    width: 4px; }
  .ps > .ps__rail-y > .ps__thumb-y {
    width: 4px;
    border-radius: 4px; }
    .ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
      width: 4px; }

.ps > .ps__rail-x {
  height: 4px; }
  .ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
    height: 4px; }
  .ps > .ps__rail-x > .ps__thumb-x {
    top: 0;
    height: 4px;
    border-radius: 4px; }
    .ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
      top: 0;
      height: 4px; }

.ps > .ps__rail-x {
  background: transparent; }
  .ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
    opacity: 1;
    background: transparent; }
    .ps > .ps__rail-x:hover > .ps__thumb-x, .ps > .ps__rail-x:focus > .ps__thumb-x {
      opacity: 1; }
  .ps > .ps__rail-x > .ps__thumb-x {
    background: #d8dce6;
    opacity: 1; }
    .ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
      opacity: 1;
      background: #d8dce6; }

.ps > .ps__rail-y {
  background: transparent; }
  .ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
    background: transparent;
    opacity: 1; }
    .ps > .ps__rail-y:hover > .ps__thumb-y, .ps > .ps__rail-y:focus > .ps__thumb-y {
      opacity: 1; }
  .ps > .ps__rail-y > .ps__thumb-y {
    background: #d8dce6;
    opacity: 1; }
    .ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
      opacity: 1;
      background: #d8dce6; }

.blockui {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: table;
  table-layout: fixed;
  border-radius: 4px; }
  .blockui.blockui-noshadow {
    box-shadow: none; }
  .blockui > span {
    color: #74788d;
    display: table-cell;
    vertical-align: middle;
    padding: 0.75rem 1.2rem;
    font-size: 1rem;
    font-weight: 400; }
    .blockui > span > .kt-loader,
    .blockui > span > .kt-spinner {
      margin-right: 1.25rem; }

.fc-unthemed .fc-day-grid td:not(.fc-axis) {
  padding: 0.5rem 0.5rem; }
  .fc-unthemed .fc-day-grid td:not(.fc-axis).fc-event-container {
    padding: 0.2rem 0.5rem; }

.fc-unthemed .fc-axis {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.fc-unthemed .fc-scroller .fc-content-col {
  padding: 0.5rem 0.5rem; }

.fc-unthemed th.fc-day-header {
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 500; }

.fc-unthemed .fc-list-heading .fc-widget-header {
  padding: 0.75rem 1.25rem; }

.fc-unthemed .fc-list-heading .fc-list-heading-main,
.fc-unthemed .fc-list-heading .fc-list-heading-alt {
  font-size: 1rem;
  font-weight: 400; }

.fc-unthemed .fc-list-heading .fc-list-heading-main {
  font-weight: 500;
  text-transform: uppercase; }

.fc-unthemed .fc-list-item td {
  padding: 0.75rem 1.25rem; }

.fc-unthemed .fc-list-item .fc-event-dot {
  border-radius: 50%; }

.fc-unthemed .fc-event,
.fc-unthemed .fc-event-dot {
  padding: 0;
  border-radius: 4px; }
  .fc-unthemed .fc-event .fc-content,
  .fc-unthemed .fc-event-dot .fc-content {
    padding: 0.55rem 0.55rem 0.55rem 2rem; }
    .fc-unthemed .fc-event .fc-content:before,
    .fc-unthemed .fc-event-dot .fc-content:before {
      display: block;
      content: " ";
      position: absolute;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      top: 0.7rem;
      left: 0.75rem; }
  .fc-unthemed .fc-event.fc-not-start.fc-end .fc-content,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end .fc-content {
    padding-left: 0.5rem; }
  .fc-unthemed .fc-event .fc-time,
  .fc-unthemed .fc-event-dot .fc-time {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 500; }
  .fc-unthemed .fc-event .fc-title,
  .fc-unthemed .fc-event-dot .fc-title {
    font-size: 0.9rem;
    font-weight: 400; }

.fc-unthemed .fc-description {
  font-size: 0.9rem;
  margin-top: 0.25rem;
  font-weight: normal; }

.fc-unthemed .fc-list-item-title > a {
  font-size: 1rem;
  font-weight: 500; }

.fc-unthemed a.fc-more {
  font-size: 0.9rem;
  font-weight: 500; }

.fc-unthemed .fc-popover {
  border-radius: 4px; }
  .fc-unthemed .fc-popover .fc-header {
    padding: 0.75rem 1.25rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .fc-unthemed .fc-popover .fc-header .fc-close {
      margin-top: 0.35rem; }
    .fc-unthemed .fc-popover .fc-header .fc-title {
      font-weight: 400; }
  .fc-unthemed .fc-popover .fc-body .fc-event-container {
    padding: 1.25rem 1.25rem 0.75rem  1.25rem; }
  .fc-unthemed .fc-popover .fc-body .fc-event {
    margin-bottom: 0.5rem;
    border-radius: 4px; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-end {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.fc-unthemed .fc-toolbar {
  margin-bottom: 1.5rem; }
  .fc-unthemed .fc-toolbar h2 {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0.75rem; }
  .fc-unthemed .fc-toolbar .fc-button {
    outline: none !important;
    height: 2.75rem;
    padding: 0 1.25rem;
    font-size: 1rem; }
    .fc-unthemed .fc-toolbar .fc-button.fc-corner-left {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .fc-unthemed .fc-toolbar .fc-button.fc-corner-right {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .fc-unthemed .fc-toolbar .fc-button .fc-icon {
      font-size: 1.1rem; }
      .fc-unthemed .fc-toolbar .fc-button .fc-icon:after {
        display: none; }
      .fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow {
        font-family: "LineAwesome";
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        .fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow:before {
          content: ""; }
      .fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow {
        font-family: "LineAwesome";
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        .fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow:before {
          content: ""; }

.fc-unthemed .fc-axis > span {
  font-size: 0.9rem; }

.ui-draggable-handle {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab; }

@media (max-width: 1024px) {
  .fc-unthemed .fc-toolbar {
    margin-bottom: 1.5rem; }
    .fc-unthemed .fc-toolbar .fc-left,
    .fc-unthemed .fc-toolbar .fc-right,
    .fc-unthemed .fc-toolbar .fc-center {
      display: block;
      float: none;
      margin-bottom: 1rem;
      text-align: center; }
      .fc-unthemed .fc-toolbar .fc-left h2,
      .fc-unthemed .fc-toolbar .fc-right h2,
      .fc-unthemed .fc-toolbar .fc-center h2 {
        text-align: center;
        float: none; }
      .fc-unthemed .fc-toolbar .fc-left > .fc-button-group,
      .fc-unthemed .fc-toolbar .fc-right > .fc-button-group,
      .fc-unthemed .fc-toolbar .fc-center > .fc-button-group {
        display: inline-block;
        float: none; }
        .fc-unthemed .fc-toolbar .fc-left > .fc-button-group > .fc-button,
        .fc-unthemed .fc-toolbar .fc-right > .fc-button-group > .fc-button,
        .fc-unthemed .fc-toolbar .fc-center > .fc-button-group > .fc-button {
          float: none; }
      .fc-unthemed .fc-toolbar .fc-left > .fc-button,
      .fc-unthemed .fc-toolbar .fc-right > .fc-button,
      .fc-unthemed .fc-toolbar .fc-center > .fc-button {
        float: none; } }

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #ebedf2; }

.fc-unthemed td.fc-today {
  background: rgba(44, 119, 244, 0.025); }

.fc-unthemed .fc-day-grid-event {
  margin: 0; }

.fc-unthemed .fc-event,
.fc-unthemed .fc-event-dot {
  background: #fff;
  border: 1px solid #ebedf2;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.055); }
  .fc-unthemed .fc-event.fc-not-start.fc-not-end,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end {
    border-left: 1px solid #f7f8fa; }
  .fc-unthemed .fc-event.fc-start .fc-content:before,
  .fc-unthemed .fc-event-dot.fc-start .fc-content:before {
    background: #e2e5ec; }
  .fc-unthemed .fc-event .fc-time,
  .fc-unthemed .fc-event-dot .fc-time {
    color: #595d6e; }
  .fc-unthemed .fc-event .fc-title,
  .fc-unthemed .fc-event-dot .fc-title {
    color: #595d6e; }

.fc-unthemed .fc-description {
  color: #74788d; }

.fc-unthemed .fc-list-item-title > a[href]:hover {
  color: #2c77f4;
  text-decoration: none; }

.fc-unthemed .fc-more {
  color: #74788d; }

.fc-unthemed .fc-event.fc-start.fc-event-brand .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-brand .fc-content:before {
  background: #2c77f4; }

.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand {
  background: #2c77f4; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-title {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-description {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-time {
    color: #ffffff; }

.fc-unthemed .fc-event.fc-start.fc-event-light .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-light .fc-content:before {
  background: #ffffff; }

.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light, .fc-unthemed .fc-event.fc-start.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light {
  background: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-title,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-title {
    color: #282a3c; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-description,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-description {
    color: #282a3c; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-time,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-time {
    color: #282a3c; }

.fc-unthemed .fc-event.fc-start.fc-event-dark .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-dark .fc-content:before {
  background: #282a3c; }

.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark {
  background: #282a3c; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-title {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-description {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-time {
    color: #ffffff; }

.fc-unthemed .fc-event.fc-start.fc-event-primary .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-primary .fc-content:before {
  background: #5867dd; }

.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary {
  background: #5867dd; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-title {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-description {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-time {
    color: #ffffff; }

.fc-unthemed .fc-event.fc-start.fc-event-success .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-success .fc-content:before {
  background: #1dc9b7; }

.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success, .fc-unthemed .fc-event.fc-start.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success {
  background: #1dc9b7; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-title,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-title {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-description,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-description {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-time,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-time {
    color: #ffffff; }

.fc-unthemed .fc-event.fc-start.fc-event-info .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-info .fc-content:before {
  background: #5578eb; }

.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info, .fc-unthemed .fc-event.fc-start.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info {
  background: #5578eb; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-title,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-title {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-description,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-description {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-time,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-time {
    color: #ffffff; }

.fc-unthemed .fc-event.fc-start.fc-event-warning .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-warning .fc-content:before {
  background: #ffb822; }

.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning {
  background: #ffb822; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-title {
    color: #111111; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-description {
    color: #111111; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-time {
    color: #111111; }

.fc-unthemed .fc-event.fc-start.fc-event-danger .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-danger .fc-content:before {
  background: #fd397a; }

.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger {
  background: #fd397a; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-title,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-title {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-description,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-description {
    color: #ffffff; }
  .fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-time,
  .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time,
  .fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-time {
    color: #ffffff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #f7f8fa; }

.fc-unthemed .fc-time-grid-event {
  overflow: hidden; }

.fc-unthemed .fc-popover {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.075);
  background: #fff; }
  .fc-unthemed .fc-popover .fc-header {
    background: #fff;
    border-bottom: 1px solid #ebedf2; }
    .fc-unthemed .fc-popover .fc-header .fc-close {
      color: #74788d; }
      .fc-unthemed .fc-popover .fc-header .fc-close:hover {
        color: #595d6e; }
    .fc-unthemed .fc-popover .fc-header .fc-title {
      color: #595d6e; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end .fc-content:before,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end .fc-content:before {
    background: #ebedf2; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-brand .fc-content:before,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-brand .fc-content:before {
    background: #2c77f4; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand {
    background: #2c77f4; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time {
      color: #ffffff; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-light .fc-content:before,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-light .fc-content:before {
    background: #ffffff; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light {
    background: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-title,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-title {
      color: #282a3c; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-description,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-description {
      color: #282a3c; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-time,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-time {
      color: #282a3c; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-dark .fc-content:before,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-dark .fc-content:before {
    background: #282a3c; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark {
    background: #282a3c; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time {
      color: #ffffff; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-primary .fc-content:before,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-primary .fc-content:before {
    background: #5867dd; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary {
    background: #5867dd; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time {
      color: #ffffff; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-success .fc-content:before,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-success .fc-content:before {
    background: #1dc9b7; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success {
    background: #1dc9b7; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-title,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-title {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-description,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-description {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-time,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-time {
      color: #ffffff; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-info .fc-content:before,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-info .fc-content:before {
    background: #5578eb; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info {
    background: #5578eb; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-title,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-title {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-description,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-description {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-time,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-time {
      color: #ffffff; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-warning .fc-content:before,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-warning .fc-content:before {
    background: #ffb822; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning {
    background: #ffb822; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title {
      color: #111111; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description {
      color: #111111; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time {
      color: #111111; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-danger .fc-content:before,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-danger .fc-content:before {
    background: #fd397a; }
  .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger,
  .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger {
    background: #fd397a; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description {
      color: #ffffff; }
    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time {
      color: #ffffff; }

.fc-unthemed th.fc-day-header > a,
.fc-unthemed th.fc-day-header > span {
  color: #74788d; }

.fc-unthemed .fc-list-heading td {
  background: #ebedf2;
  border-color: #ebedf2; }

.fc-unthemed .fc-list-heading .fc-list-heading-main {
  color: #595d6e; }

.fc-unthemed .fc-list-heading .fc-list-heading-alt {
  color: #74788d; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #f7f8fa; }

.fc-unthemed .fc-list-item:hover td {
  background: transparent !important; }

.fc-unthemed .fc-list-item .fc-event-dot {
  background: #e2e5ec;
  border-color: #e2e5ec; }

.fc-unthemed .fc-list-item.fc-event-solid-brand .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-brand .fc-event-dot {
  background: #2c77f4;
  border-color: #2c77f4; }

.fc-unthemed .fc-list-item.fc-event-solid-light .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-light .fc-event-dot {
  background: #ffffff;
  border-color: #ffffff; }

.fc-unthemed .fc-list-item.fc-event-solid-dark .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-dark .fc-event-dot {
  background: #282a3c;
  border-color: #282a3c; }

.fc-unthemed .fc-list-item.fc-event-solid-primary .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-primary .fc-event-dot {
  background: #5867dd;
  border-color: #5867dd; }

.fc-unthemed .fc-list-item.fc-event-solid-success .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-success .fc-event-dot {
  background: #1dc9b7;
  border-color: #1dc9b7; }

.fc-unthemed .fc-list-item.fc-event-solid-info .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-info .fc-event-dot {
  background: #5578eb;
  border-color: #5578eb; }

.fc-unthemed .fc-list-item.fc-event-solid-warning .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-warning .fc-event-dot {
  background: #ffb822;
  border-color: #ffb822; }

.fc-unthemed .fc-list-item.fc-event-solid-danger .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-danger .fc-event-dot {
  background: #fd397a;
  border-color: #fd397a; }

.fc-unthemed .fc-toolbar .fc-button {
  color: #74788d;
  background: transparent;
  border: 1px solid #ebedf2;
  text-shadow: none !important;
  box-shadow: none !important; }
  .fc-unthemed .fc-toolbar .fc-button .fc-icon {
    color: #74788d; }
  .fc-unthemed .fc-toolbar .fc-button:hover {
    border: 0;
    background: #f7f8fa;
    border: 1px solid #ebedf2;
    color: #74788d; }
  .fc-unthemed .fc-toolbar .fc-button:focus, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button.fc-button-active {
    background: #2c77f4;
    color: #ffffff;
    border: 1px solid #2c77f4;
    box-shadow: none;
    text-shadow: none; }
    .fc-unthemed .fc-toolbar .fc-button:focus .fc-icon, .fc-unthemed .fc-toolbar .fc-button:active .fc-icon, .fc-unthemed .fc-toolbar .fc-button.fc-button-active .fc-icon {
      color: #ffffff; }
  .fc-unthemed .fc-toolbar .fc-button.fc-button-disabled {
    opacity: 0.7; }

.datepicker {
  width: 265px;
  padding: 10px; }
  .datepicker.datepicker-orient-top {
    margin-top: 8px; }
  .datepicker table {
    width: 100%; }
  .datepicker td,
  .datepicker th {
    font-weight: regular;
    width: 35px;
    height: 35px;
    border-radius: 3px; }
  .datepicker thead th {
    color: #74788d; }
    .datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
      font-weight: 500;
      color: #74788d; }
      .datepicker thead th.prev i, .datepicker thead th.datepicker-switch i, .datepicker thead th.next i {
        font-size: 1.2rem;
        color: #74788d; }
        .datepicker thead th.prev i:before, .datepicker thead th.datepicker-switch i:before, .datepicker thead th.next i:before {
          line-height: 0;
          vertical-align: middle; }
      .datepicker thead th.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
        background: #f7f8fa !important; }
    .datepicker thead th.dow {
      color: #595d6e;
      font-weight: 500; }
  .datepicker tbody tr > td.day {
    color: #595d6e; }
    .datepicker tbody tr > td.day:hover {
      background: #ebedf2;
      color: #595d6e; }
    .datepicker tbody tr > td.day.old {
      color: #74788d; }
    .datepicker tbody tr > td.day.new {
      color: #595d6e; }
    .datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover {
      background: #5867dd;
      color: #ffffff; }
    .datepicker tbody tr > td.day.today {
      position: relative;
      background: rgba(44, 119, 244, 0.7) !important;
      color: #ffffff !important; }
      .datepicker tbody tr > td.day.today:before {
        content: '';
        display: inline-block;
        border: solid transparent;
        border-width: 0 0 7px 7px;
        border-bottom-color: #ffffff;
        border-top-color: #ebedf2;
        position: absolute;
        bottom: 4px;
        right: 4px; }
    .datepicker tbody tr > td.day.range {
      background: #f7f8fa; }
  .datepicker tbody tr > td span.year,
  .datepicker tbody tr > td span.hour,
  .datepicker tbody tr > td span.minute,
  .datepicker tbody tr > td span.month {
    color: #595d6e; }
    .datepicker tbody tr > td span.year:hover,
    .datepicker tbody tr > td span.hour:hover,
    .datepicker tbody tr > td span.minute:hover,
    .datepicker tbody tr > td span.month:hover {
      background: #f7f8fa; }
    .datepicker tbody tr > td span.year.focused, .datepicker tbody tr > td span.year.focused:hover, .datepicker tbody tr > td span.year.active:hover, .datepicker tbody tr > td span.year.active.focused:hover, .datepicker tbody tr > td span.year.active,
    .datepicker tbody tr > td span.hour.focused,
    .datepicker tbody tr > td span.hour.focused:hover,
    .datepicker tbody tr > td span.hour.active:hover,
    .datepicker tbody tr > td span.hour.active.focused:hover,
    .datepicker tbody tr > td span.hour.active,
    .datepicker tbody tr > td span.minute.focused,
    .datepicker tbody tr > td span.minute.focused:hover,
    .datepicker tbody tr > td span.minute.active:hover,
    .datepicker tbody tr > td span.minute.active.focused:hover,
    .datepicker tbody tr > td span.minute.active,
    .datepicker tbody tr > td span.month.focused,
    .datepicker tbody tr > td span.month.focused:hover,
    .datepicker tbody tr > td span.month.active:hover,
    .datepicker tbody tr > td span.month.active.focused:hover,
    .datepicker tbody tr > td span.month.active {
      background: #5867dd;
      color: #ffffff; }
  .datepicker tfoot tr > th.today, .datepicker tfoot tr > th.clear {
    border-radius: 3px;
    font-weight: 500; }
    .datepicker tfoot tr > th.today:hover, .datepicker tfoot tr > th.clear:hover {
      background: #ebedf2; }
  .datepicker.datepicker-inline {
    border: 1px solid #ebedf2; }

.input-daterange .input-group-addon {
  min-width: 44px; }

.input-daterange input {
  text-align: left; }

.alert[data-notify] {
  min-width: 300px; }
  .alert[data-notify] .close {
    right: 10px !important;
    padding: 0.25rem 0 0 2rem;
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 300; }
    .alert[data-notify] .close:before {
      content: ""; }
    .alert[data-notify] .close:before {
      font-size: 1.1rem;
      color: #fff;
      opacity: 0.7;
      transition: all 0.3s; }
    .alert[data-notify] .close:hover:before {
      opacity: 1;
      transition: all 0.3s; }
  @media (min-width: 769px) and (max-width: 1024px) {
    .alert[data-notify] {
      max-width: 70%; } }
  @media (max-width: 768px) {
    .alert[data-notify] {
      max-width: 90%; } }
  .alert[data-notify][data-notify-position=top-center], .alert[data-notify][data-notify-position=bottom-center] {
    width: 30%; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .alert[data-notify][data-notify-position=top-center], .alert[data-notify][data-notify-position=bottom-center] {
        width: 70%; } }
    @media (max-width: 768px) {
      .alert[data-notify][data-notify-position=top-center], .alert[data-notify][data-notify-position=bottom-center] {
        width: 90%; } }
  .alert[data-notify] .icon {
    position: absolute; }
  .alert[data-notify] [class^="la-"],
  .alert[data-notify] [class*=" la-"] {
    font-size: 1.8rem; }
  .alert[data-notify] [class^="fa-"],
  .alert[data-notify] [class*=" fa-"] {
    font-size: 1.6rem; }
  .alert[data-notify] [class^="flaticon-"],
  .alert[data-notify] [class*=" flaticon-"],
  .alert[data-notify] [class^="flaticon2-"],
  .alert[data-notify] [class*=" flaticon2-"] {
    font-size: 1.8rem; }
  .alert[data-notify] [class^="la-"],
  .alert[data-notify] [class*=" la-"] {
    margin-top: -0.1rem; }
  .alert[data-notify] [class^="fa-"],
  .alert[data-notify] [class*=" fa-"] {
    margin-top: -0.1rem; }
  .alert[data-notify] [class^="flaticon-"],
  .alert[data-notify] [class*=" flaticon-"],
  .alert[data-notify] [class^="flaticon2-"],
  .alert[data-notify] [class*=" flaticon2-"] {
    margin-top: -0.4rem; }
  .alert[data-notify] [data-notify=title] {
    display: block;
    font-weight: 500; }
  .alert[data-notify] .icon ~ [data-notify=title] {
    padding-left: 2.85rem; }
  .alert[data-notify] .icon ~ [data-notify=message] {
    display: inline-block;
    padding-left: 2.85rem; }
  .alert[data-notify] [data-notify=title]:not(:empty) ~ [data-notify=message] {
    margin-top: 0.2rem; }
  .alert[data-notify] .progress {
    margin-top: 0.5rem;
    line-height: 0.5rem;
    height: 0.5rem; }

[data-switch=true] {
  opacity: 0; }

.bootstrap-switch .bootstrap-switch-label {
  background: #fff; }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  font-weight: 400; }

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  font-size: 0.85rem;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9rem;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 1.15rem 1.65rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.bootstrap-switch {
  display: inline-block; }
  .bootstrap-switch.bootstrap-switch--pill .bootstrap-switch {
    border-radius: 4px; }
  .bootstrap-switch.bootstrap-switch--square .bootstrap-switch {
    border-radius: 0 !important; }
    .bootstrap-switch.bootstrap-switch--square .bootstrap-switch .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch--square .bootstrap-switch .bootstrap-switch-handle-on {
      border-radius: 0 !important; }

.bootstrap-switch {
  border-color: #e2e5ec; }
  .bootstrap-switch .bootstrap-switch-label {
    color: #74788d;
    background: #fff; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brand,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brand {
    background-color: #2c77f4;
    border-color: #2c77f4;
    color: #ffffff; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-light,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-light {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #282a3c; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dark,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dark {
    background-color: #282a3c;
    border-color: #282a3c;
    color: #ffffff; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background-color: #5867dd;
    border-color: #5867dd;
    color: #ffffff; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background-color: #1dc9b7;
    border-color: #1dc9b7;
    color: #ffffff; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    background-color: #5578eb;
    border-color: #5578eb;
    color: #ffffff; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background-color: #ffb822;
    border-color: #ffb822;
    color: #111111; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    background-color: #fd397a;
    border-color: #fd397a;
    color: #ffffff; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #e2e5ec;
    border-color: #e2e5ec;
    color: #74788d; }

.bootstrap-switch.bootstrap-switch--air .bootstrap-switch {
  box-shadow: 0px 0px 11px 0px rgba(56, 36, 99, 0.08); }

.datetimepicker {
  width: 265px;
  padding: 10px;
  left: auto; }
  .datetimepicker.datetimepicker-orient-top {
    margin-top: 8px; }
  .datetimepicker table {
    width: 100%; }
  .datetimepicker td,
  .datetimepicker th {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    font-weight: normal; }
  .datetimepicker thead th i {
    font-size: 1.2rem; }
  .datetimepicker thead th.prev, .datetimepicker thead th.switch, .datetimepicker thead th.next {
    color: #74788d;
    font-weight: 500; }
    .datetimepicker thead th.prev .glyphicon, .datetimepicker thead th.switch .glyphicon, .datetimepicker thead th.next .glyphicon {
      color: #74788d; }
    .datetimepicker thead th.prev:hover, .datetimepicker thead th.switch:hover, .datetimepicker thead th.next:hover {
      background: #f7f8fa !important; }
  .datetimepicker thead th.dow {
    font-weight: 500;
    color: #595d6e; }
  .datetimepicker thead th.next > span, .datetimepicker thead th.prev > span {
    display: inline-block;
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1.2rem; }
  .datetimepicker thead th.next > span:before {
    content: "\f112"; }
  .datetimepicker thead th.prev > span:before {
    content: "\f111"; }
  .datetimepicker tbody tr > td span {
    color: #595d6e; }
  .datetimepicker tbody tr > td.day {
    color: #595d6e; }
    .datetimepicker tbody tr > td.day:hover {
      background: #f7f8fa; }
    .datetimepicker tbody tr > td.day.old {
      color: #74788d; }
    .datetimepicker tbody tr > td.day.new {
      color: #595d6e; }
    .datetimepicker tbody tr > td.day.selected, .datetimepicker tbody tr > td.day.active {
      background: #5867dd;
      color: #ffffff; }
    .datetimepicker tbody tr > td.day.today {
      position: relative;
      background: rgba(44, 119, 244, 0.7) !important;
      color: #ffffff !important; }
      .datetimepicker tbody tr > td.day.today:before {
        content: '';
        display: inline-block;
        border: solid transparent;
        border-width: 0 0 7px 7px;
        border-bottom-color: #ffffff;
        border-top-color: #ebedf2;
        position: absolute;
        bottom: 4px;
        right: 4px; }
    .datetimepicker tbody tr > td.day.range {
      background: #f7f8fa; }
  .datetimepicker tbody tr > td span.year,
  .datetimepicker tbody tr > td span.hour,
  .datetimepicker tbody tr > td span.minute,
  .datetimepicker tbody tr > td span.month {
    color: #595d6e; }
    .datetimepicker tbody tr > td span.year.focused, .datetimepicker tbody tr > td span.year:hover,
    .datetimepicker tbody tr > td span.hour.focused,
    .datetimepicker tbody tr > td span.hour:hover,
    .datetimepicker tbody tr > td span.minute.focused,
    .datetimepicker tbody tr > td span.minute:hover,
    .datetimepicker tbody tr > td span.month.focused,
    .datetimepicker tbody tr > td span.month:hover {
      background: #f7f8fa; }
    .datetimepicker tbody tr > td span.year.active:hover, .datetimepicker tbody tr > td span.year.active,
    .datetimepicker tbody tr > td span.hour.active:hover,
    .datetimepicker tbody tr > td span.hour.active,
    .datetimepicker tbody tr > td span.minute.active:hover,
    .datetimepicker tbody tr > td span.minute.active,
    .datetimepicker tbody tr > td span.month.active:hover,
    .datetimepicker tbody tr > td span.month.active {
      background: #5867dd;
      color: #ffffff; }
  .datetimepicker tfoot tr > th.today, .datetimepicker tfoot tr > th.clear {
    border-radius: 3px;
    font-weight: 500; }
    .datetimepicker tfoot tr > th.today:hover, .datetimepicker tfoot tr > th.clear:hover {
      background-color: #f7f8fa; }
  .datetimepicker.datetimepicker-inline {
    border: 1px solid #f7f8fa; }

.input-daterange .input-group-addon {
  min-width: 44px; }

.bootstrap-timepicker-widget {
  left: auto;
  width: 175px; }
  .bootstrap-timepicker-widget .bootstrap-timepicker-hour,
  .bootstrap-timepicker-widget .bootstrap-timepicker-minute,
  .bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
  .bootstrap-timepicker-widget .bootstrap-timepicker-second {
    border: 0;
    background: none;
    outline: none !important;
    box-shadow: none; }
  .bootstrap-timepicker-widget table td > a {
    border: 0; }
    .bootstrap-timepicker-widget table td > a i {
      font-size: 1.1rem; }

.bootstrap-timepicker-widget .bootstrap-timepicker-hour,
.bootstrap-timepicker-widget .bootstrap-timepicker-minute,
.bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
.bootstrap-timepicker-widget .bootstrap-timepicker-second {
  color: #595d6e; }

.bootstrap-timepicker-widget table td > a .la {
  font-size: 1.2rem;
  color: #74788d; }

.bootstrap-timepicker-widget table td > a:hover {
  background: #f7f8fa; }

.daterangepicker {
  padding: 0;
  margin: 0;
  width: auto;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 4px;
  border: 0;
  font-family: Poppins;
  z-index: 95; }
  .modal-open .daterangepicker {
    z-index: 1051; }
  .daterangepicker:after, .daterangepicker:before {
    display: none; }
  .daterangepicker .ranges ul {
    padding: 1rem 0;
    width: 170px; }
  .daterangepicker .ranges li {
    padding: 0.7rem 1.75rem;
    font-weight: 400;
    font-size: 1rem;
    color: #595d6e;
    transition: color 0.3s ease; }
    .daterangepicker .ranges li:hover, .daterangepicker .ranges li.active {
      background-color: #f7f8fa;
      color: #2c77f4;
      transition: color 0.3s ease; }
  .daterangepicker.show-calendar .ranges {
    border-right: 1px solid #ebedf2; }
  .daterangepicker.show-ranges .drp-calendar.left {
    border-left: 0; }
  .daterangepicker.show-calendar .ranges {
    margin-top: 0; }
  .daterangepicker .drp-buttons {
    padding: 1rem 1.75rem;
    border-top: 1px solid #ebedf2; }
    .daterangepicker .drp-buttons .btn {
      font-size: 0.9rem;
      font-weight: 400;
      padding: 0.5rem 1rem;
      border-radius: 0;
      border-radius: 4px; }
  .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
    padding: 1rem 1.5rem 1rem 1.5rem; }
  .daterangepicker .drp-calendar th {
    font-weight: 500;
    font-size: 1rem;
    color: #595d6e; }
    .daterangepicker .drp-calendar th.month {
      font-weight: 400;
      color: #74788d; }
    .daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span {
      border-width: 0 1px 1px 0;
      border-color: #74788d; }
    .daterangepicker .drp-calendar th.next span {
      margin-right: 1px; }
    .daterangepicker .drp-calendar th.prev span {
      margin-left: 1px; }
  .daterangepicker .drp-calendar td {
    font-size: 1rem;
    color: #595d6e; }
    .daterangepicker .drp-calendar td.available.off {
      color: #a2a5b9; }
    .daterangepicker .drp-calendar td.active {
      background-color: #2c77f4;
      color: #ffffff;
      border-radius: 0;
      border-radius: 4px; }
      .daterangepicker .drp-calendar td.active.start-date {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .daterangepicker .drp-calendar td.active.end-date {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .daterangepicker .drp-calendar td.active.start-date.end-date {
        border-radius: 4px; }
    .daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
      border-radius: 0;
      border-radius: 4px;
      background: rgba(44, 119, 244, 0.7) !important;
      color: #ffffff !important; }
    .daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
      background-color: #f7f8fa;
      color: #595d6e; }
  .daterangepicker select {
    border-radius: 4px;
    background: transparent !important;
    border-color: #ebedf2;
    color: #595d6e; }

.bootstrap-touchspin .input-group-btn-vertical .btn {
  justify-content: center;
  text-align: center; }
  .bootstrap-touchspin .input-group-btn-vertical .btn:first-child {
    border-bottom: 0; }
  .bootstrap-touchspin .input-group-btn-vertical .btn i {
    padding: 0;
    font-size: 1rem; }

.bootstrap-maxlength {
  z-index: 1040 !important; }
  .bootstrap-maxlength.kt-badge {
    display: inline-flex !important; }
  .modal .bootstrap-maxlength {
    z-index: 1060 !important; }

.bootstrap-select > .dropdown-toggle {
  position: relative;
  outline: none !important;
  padding: 0.65rem 1rem;
  border-radius: 4px !important; }
  .bootstrap-select > .dropdown-toggle:focus {
    outline: none !important; }
  .bootstrap-select > .dropdown-toggle:after {
    border: 0;
    margin-right: -2px;
    font-size: 0.6rem;
    display: inline-block;
    font-family: Flaticon2;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: ""; }
  .bootstrap-select > .dropdown-toggle:before {
    width: auto; }

.bootstrap-select .dropdown-menu.inner {
  display: block; }
  .bootstrap-select .dropdown-menu.inner > li > a {
    display: block;
    position: relative;
    outline: none !important;
    padding: 10px 15px; }
    .bootstrap-select .dropdown-menu.inner > li > a:hover {
      text-decoration: none; }
    .bootstrap-select .dropdown-menu.inner > li > a [class^="la-"],
    .bootstrap-select .dropdown-menu.inner > li > a [class*=" la-"] {
      font-size: 1.2rem; }
    .bootstrap-select .dropdown-menu.inner > li > a [class^="fa-"],
    .bootstrap-select .dropdown-menu.inner > li > a [class*=" fa-"] {
      font-size: 1.2rem; }
    .bootstrap-select .dropdown-menu.inner > li > a [class^="flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li > a [class^="flaticon2-"],
    .bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon2-"] {
      font-size: 1.1rem; }
    .bootstrap-select .dropdown-menu.inner > li > a i {
      vertical-align: middle; }
  .bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark {
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    top: 50%;
    position: absolute;
    margin-top: -0.425rem;
    font-size: 0.85rem;
    right: 1rem;
    display: inline-block; }
    .bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:before {
      content: ""; }
    .bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:after {
      display: none; }
  .bootstrap-select .dropdown-menu.inner > li.divider {
    margin: 10px 0; }
  .bootstrap-select .dropdown-menu.inner > li.hidden {
    display: none; }
  .bootstrap-select .dropdown-menu.inner > li.no-results {
    padding: 10px 15px; }

.bootstrap-select .popover-title {
  padding: 10px 15px;
  margin-bottom: 5px; }
  .bootstrap-select .popover-title .close {
    display: none; }

.bootstrap-select .bs-searchbox,
.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton {
  padding: 10px 15px; }

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
  background: #fff;
  color: #595d6e;
  border-color: #e2e5ec;
  box-shadow: none; }
  .bootstrap-select > .dropdown-toggle.btn-light:focus, .bootstrap-select > .dropdown-toggle.btn-light.active, .bootstrap-select > .dropdown-toggle.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.btn-secondary.active {
    background-color: transparent;
    border-color: #669cf7; }
  .bootstrap-select > .dropdown-toggle.btn-light.disabled, .bootstrap-select > .dropdown-toggle.btn-light:disabled, .bootstrap-select > .dropdown-toggle.btn-secondary.disabled, .bootstrap-select > .dropdown-toggle.btn-secondary:disabled {
    background: #f7f8fa;
    border-color: #f7f8fa; }
  .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="la-"],
  .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" la-"],
  .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="fa-"],
  .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" fa-"],
  .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="flaticon-"],
  .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" flaticon-"],
  .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="flaticon2-"],
  .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" flaticon2-"], .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="la-"],
  .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" la-"],
  .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="fa-"],
  .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" fa-"],
  .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="flaticon-"],
  .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" flaticon-"],
  .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="flaticon2-"],
  .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" flaticon2-"] {
    color: #74788d; }

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #74788d; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand {
    color: #ffffff; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand > .filter-option {
      opacity: 0.8; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light {
    color: #282a3c; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light > .filter-option {
      opacity: 0.8; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark {
    color: #ffffff; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark > .filter-option {
      opacity: 0.8; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary {
    color: #ffffff; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary > .filter-option {
      opacity: 0.8; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success {
    color: #ffffff; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success > .filter-option {
      opacity: 0.8; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info {
    color: #ffffff; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info > .filter-option {
      opacity: 0.8; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning {
    color: #111111; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning > .filter-option {
      opacity: 0.8; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger {
    color: #ffffff; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger > .filter-option {
      opacity: 0.8; }

.bootstrap-select.show > .dropdown-toggle.btn-light, .bootstrap-select.show > .dropdown-toggle.btn-secondary {
  border-color: #669cf7;
  box-shadow: none; }

.bootstrap-select.is-invalid .btn.dropdown-toggle {
  border-color: #fd397a; }

.bootstrap-select.is-valid .btn.dropdown-toggle {
  border-color: #1dc9b7; }

.bootstrap-select .dropdown-menu.inner > li > a .text {
  color: #595d6e; }
  .bootstrap-select .dropdown-menu.inner > li > a .text small {
    color: #a2a5b9; }

.bootstrap-select .dropdown-menu.inner > li > a span.check-mark {
  color: #74788d; }

.bootstrap-select .dropdown-menu.inner > li > a [class^="la-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^="fa-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^="flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^="flaticon2-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon2-"] {
  color: #a2a5b9; }

.bootstrap-select .dropdown-menu.inner > li.selected > a, .bootstrap-select .dropdown-menu.inner > li:hover > a {
  background: #f7f8fa; }
  .bootstrap-select .dropdown-menu.inner > li.selected > a .text, .bootstrap-select .dropdown-menu.inner > li:hover > a .text {
    color: #595d6e; }
  .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="la-"],
  .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" la-"],
  .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="fa-"],
  .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" fa-"],
  .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="flaticon-"],
  .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon-"],
  .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="flaticon2-"],
  .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon2-"], .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="la-"],
  .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" la-"],
  .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="fa-"],
  .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" fa-"],
  .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="flaticon-"],
  .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon-"],
  .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="flaticon2-"],
  .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon2-"] {
    color: #a2a5b9; }
  .bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark, .bootstrap-select .dropdown-menu.inner > li:hover > a span.check-mark {
    color: #74788d; }

.bootstrap-select .dropdown-menu.inner > li.dropdown-header {
  color: #74788d; }

.bootstrap-select .dropdown-menu.inner > li.selected > a {
  background: #f7f8fa; }

.bootstrap-select .dropdown-menu.inner > li.disabled > a {
  opacity: 0.6; }

.bootstrap-select .dropdown-menu.inner > li.divider {
  border-bottom: 1px solid #f7f8fa; }

.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a {
  background: #5867dd; }
  .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a .text {
    color: #ffffff; }
  .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="la-"],
  .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" la-"],
  .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="fa-"],
  .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" fa-"],
  .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="flaticon-"],
  .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" flaticon-"],
  .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="flaticon2-"],
  .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" flaticon2-"] {
    color: #ffffff; }
  .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a span.check-mark {
    color: #ffffff; }

.bootstrap-select .dropdown-menu.inner > li.no-results {
  color: #74788d; }

.bootstrap-select .popover-title {
  background: #f7f8fa;
  border: 0; }

.bootstrap-select .dropdown-menu {
  margin-top: 1px; }

#session-timeout-dialog .modal-header .close {
  position: absolute;
  right: 25px;
  font-size: 0;
  top: 1.75rem; }

#session-timeout-dialog .modal-header .modal-title {
  flex: 1 auto; }

.m-jqvmap {
  position: relative;
  overflow: hidden; }
  .m-jqvmap .jqvmap-zoomout,
  .m-jqvmap .jqvmap-zoomin {
    height: 16px;
    width: 16px;
    line-height: 12px;
    vertical-align: middle;
    background-color: m-base-color(label, 3); }

.m-ion-range-slider .irs .irs-min,
.m-ion-range-slider .irs .irs-max,
.m-ion-range-slider .irs .irs-from,
.m-ion-range-slider .irs .irs-to,
.m-ion-range-slider .irs .irs-single {
  padding: 2px 5px 1px 5px; }

.typeahead .twitter-typeahead {
  display: block !important; }

.typeahead .tt-menu {
  border: 0;
  margin: 0;
  min-width: 275px;
  padding: 5px 0;
  left: auto /*rtl:ignore*/ !important;
  border-radius: 0;
  border-radius: 4px; }
  .typeahead .tt-menu .tt-dataset .tt-suggestion {
    padding: 5px 15px;
    font-size: 1rem; }

.typeahead .form-control.tt-hint {
  color: #74788d; }

.typeahead .form-control.tt-input {
  color: #595d6e; }

.typeahead .tt-menu {
  background: white;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); }
  .typeahead .tt-menu .tt-dataset .tt-suggestion {
    color: #595d6e;
    cursor: pointer; }
    .typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
      color: #48465b;
      font-weight: 500; }
    .typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
      background: #f7f8fa; }

.noUi-target.noUi-horizontal {
  height: 15px; }
  .noUi-target.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    left: -17px;
    top: -6px;
    border-radius: 50%;
    outline: none; }
    .noUi-target.noUi-horizontal .noUi-handle::before {
      display: none; }
    .noUi-target.noUi-horizontal .noUi-handle::after {
      display: none; }

.noUi-target.noUi-vertical {
  height: 150px;
  width: 15px; }
  .noUi-target.noUi-vertical .noUi-handle {
    width: 24px;
    height: 24px;
    left: -5.5px;
    top: -6px;
    border-radius: 50%;
    outline: none; }
    .noUi-target.noUi-vertical .noUi-handle::before {
      display: none; }
    .noUi-target.noUi-vertical .noUi-handle::after {
      display: none; }

.noUi-target.nouislider.nouislider-connect-brand .noUi-connect {
  background: #2c77f4; }

.noUi-target.nouislider.nouislider-handle-brand .noUi-handle {
  border: 0;
  background: #2c77f4;
  box-shadow: 0 3px 6px -3px #2c77f4; }

.noUi-target.nouislider.nouislider-connect-light .noUi-connect {
  background: #ffffff; }

.noUi-target.nouislider.nouislider-handle-light .noUi-handle {
  border: 0;
  background: #ffffff;
  box-shadow: 0 3px 6px -3px #ffffff; }

.noUi-target.nouislider.nouislider-connect-dark .noUi-connect {
  background: #282a3c; }

.noUi-target.nouislider.nouislider-handle-dark .noUi-handle {
  border: 0;
  background: #282a3c;
  box-shadow: 0 3px 6px -3px #282a3c; }

.noUi-target.nouislider.nouislider-connect-primary .noUi-connect {
  background: #5867dd; }

.noUi-target.nouislider.nouislider-handle-primary .noUi-handle {
  border: 0;
  background: #5867dd;
  box-shadow: 0 3px 6px -3px #5867dd; }

.noUi-target.nouislider.nouislider-connect-success .noUi-connect {
  background: #1dc9b7; }

.noUi-target.nouislider.nouislider-handle-success .noUi-handle {
  border: 0;
  background: #1dc9b7;
  box-shadow: 0 3px 6px -3px #1dc9b7; }

.noUi-target.nouislider.nouislider-connect-info .noUi-connect {
  background: #5578eb; }

.noUi-target.nouislider.nouislider-handle-info .noUi-handle {
  border: 0;
  background: #5578eb;
  box-shadow: 0 3px 6px -3px #5578eb; }

.noUi-target.nouislider.nouislider-connect-warning .noUi-connect {
  background: #ffb822; }

.noUi-target.nouislider.nouislider-handle-warning .noUi-handle {
  border: 0;
  background: #ffb822;
  box-shadow: 0 3px 6px -3px #ffb822; }

.noUi-target.nouislider.nouislider-connect-danger .noUi-connect {
  background: #fd397a; }

.noUi-target.nouislider.nouislider-handle-danger .noUi-handle {
  border: 0;
  background: #fd397a;
  box-shadow: 0 3px 6px -3px #fd397a; }

.noUi-target {
  border: 1px solid #e2e5ec;
  background: #f7f8fa;
  box-shadow: none; }
  .noUi-target .noUi-connect {
    background: #2c77f4; }
  .noUi-target .noUi-handle {
    border: 1px solid #f7f8fa;
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.7); }

.note-popover {
  display: none; }

.note-editor {
  position: static;
  border-radius: 4px; }
  .note-editor .note-toolbar {
    position: static; }
  .note-editor .modal .modal-header .close {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 0; }
  .note-editor .panel-heading.note-toolbar {
    padding: 5px 10px 10px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .note-editor .panel-heading.note-toolbar .btn {
      outline: none !important; }
    .note-editor .panel-heading.note-toolbar .dropdown-menu {
      min-width: 185px; }
    .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu {
      min-width: 350px;
      padding: 10px; }
      .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li {
        display: table;
        table-layout: fixed; }
        .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group {
          display: table-cell !important; }
          .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group:first-child {
            padding-right: 10px; }
          .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-color-reset {
            margin: 5px 0 10px 0; }
          .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-palette-title {
            margin: 5px 0;
            text-align: left;
            border: 0; }
  .note-editor .dropdown-toggle::after {
    display: none; }

.note-editor.note-frame {
  border: 1px solid #e2e5ec; }
  .note-editor.note-frame .panel-heading.note-toolbar {
    background: #f7f8fa; }
  .note-editor.note-frame .note-statusbar {
    background: #f7f8fa; }

.note-editor .note-toolbar .note-btn-group .btn {
  background: white;
  border: 1px solid #ebedf2; }
  .note-editor .note-toolbar .note-btn-group .btn i {
    vertical-align: initial;
    line-height: initial;
    padding-right: 0;
    color: #74788d; }
  .note-editor .note-toolbar .note-btn-group .btn:hover, .note-editor .note-toolbar .note-btn-group .btn:focus, .note-editor .note-toolbar .note-btn-group .btn:active, .note-editor .note-toolbar .note-btn-group .btn.active {
    background: transparent;
    color: #595d6e; }

.note-editable .table.table-bordered th, .note-editable .table.table-bordered td {
  border: 1px solid #e2e5ec; }

.is-valid .note-editor {
  border-color: #1dc9b7; }

.is-invalid .note-editor {
  border-color: #fd397a; }

.md-editor {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  outline: none !important; }
  .md-editor .md-footer,
  .md-editor .md-header {
    padding: 10px 10px; }
  .md-editor .md-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .md-editor .md-header .btn-group {
      margin-right: 10px; }
      .md-editor .md-header .btn-group .btn {
        background: white;
        border: 1px solid #ebedf2;
        color: #74788d;
        transition: all 0.3s; }
        .md-editor .md-header .btn-group .btn:hover, .md-editor .md-header .btn-group .btn:focus, .md-editor .md-header .btn-group .btn:active, .md-editor .md-header .btn-group .btn.active {
          transition: all 0.3s;
          color: #595d6e;
          background: transparent; }
  .md-editor .md-footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .md-editor > textarea {
    padding: 10px 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.md-editor {
  border: 1px solid #e2e5ec; }
  .md-editor.active {
    border: 1px solid #e2e5ec;
    box-shadow: none; }
  .md-editor .md-footer,
  .md-editor .md-header {
    background: #f7f8fa; }
  .md-editor > textarea {
    background: #f7f8fa; }
  .md-editor.active > textarea {
    background: #f7f8fa; }

.is-valid .md-editor {
  border-color: #1dc9b7; }

.is-invalid .md-editor {
  border-color: #fd397a; }

.dropzone {
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  cursor: pointer; }
  .dropzone .dropzone-msg-title {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 600;
    font-size: 1.1rem; }
  .dropzone .dropzone-msg-desc {
    font-size: 0.9rem; }
  .dropzone .dz-preview .dz-image {
    border-radius: 4px; }

.dropzone {
  border: 2px dashed #ebedf2; }
  .dropzone .dropzone-msg-title {
    color: #595d6e; }
  .dropzone .dropzone-msg-desc {
    color: #74788d; }
  .dropzone.dropzone-brand {
    border-color: #2c77f4; }
  .dropzone.dropzone-light {
    border-color: #ffffff; }
  .dropzone.dropzone-dark {
    border-color: #282a3c; }
  .dropzone.dropzone-primary {
    border-color: #5867dd; }
  .dropzone.dropzone-success {
    border-color: #1dc9b7; }
  .dropzone.dropzone-info {
    border-color: #5578eb; }
  .dropzone.dropzone-warning {
    border-color: #ffb822; }
  .dropzone.dropzone-danger {
    border-color: #fd397a; }

.recaptcha {
  padding: 15px;
  border-radius: 4px; }
  .recaptcha .recaptcha-img {
    margin-bottom: 10px; }
  .recaptcha .input-group .btn i {
    padding-right: 0; }
  .recaptcha .input-group .form-control {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }

.recaptcha {
  border: 1px solid #ebedf2; }
  .recaptcha .recaptcha_only_if_incorrect_sol {
    color: #fd397a; }

.toast {
  background-position: 15px center /*rtl:calc(100% - 15px) center*/ !important;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border: 0; }
  .toast .toast-close-button {
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none !important;
    font-size: 0;
    content: " "; }
    .toast .toast-close-button:before {
      content: ""; }
    .toast .toast-close-button:before {
      font-size: 0.9rem; }
  .toast .toast-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25rem; }
  .toast .toast-message {
    font-size: 0.9rem; }

.toast-success {
  background-color: #1dc9b7;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125); }

.toast-warning {
  background-color: #ffb822;
  color: #111111;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125); }

.toast-info {
  background-color: #5578eb;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125); }

.toast-error {
  background-color: #fd397a;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125); }

.kt-gmaps {
  /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/ }
  .kt-gmaps img {
    max-width: none; }
  .kt-gmaps.kt-gmaps--static > div {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block; }

.fa-lg {
  font-size: 1.33333em !important; }

.fa-xs {
  font-size: .75em !important; }

.fa-sm {
  font-size: .875em !important; }

.fa-1x {
  font-size: 1em !important; }

.fa-2x {
  font-size: 2em !important; }

.fa-3x {
  font-size: 3em !important; }

.fa-4x {
  font-size: 4em !important; }

.fa-5x {
  font-size: 5em !important; }

.fa-6x {
  font-size: 6em !important; }

.fa-7x {
  font-size: 7em !important; }

.fa-8x {
  font-size: 8em !important; }

.fa-9x {
  font-size: 9em !important; }

.fa-10x {
  font-size: 10em !important; }

.jstree-default .jstree-disabled {
  cursor: not-allowed;
  line-height: auto;
  height: auto; }

.jstree-default .jstree-icon.la {
  font-size: 1.5rem; }

.jstree-default .jstree-icon.fa {
  font-size: 1.2rem; }

.jstree-open > .jstree-anchor > .fa-folder:before {
  margin-left: 2px;
  content: "\f07c"; }

.jstree-open > .jstree-anchor > .la-folder:before {
  margin-left: 2px;
  content: "\f200"; }

.jstree-default.jstree-rtl .jstree-node {
  background-position: 100% 1px/*rtl:ignore*/ !important; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent /*rtl:ignore*/;
  background-repeat: no-repeat; }

.jstree-rtl .jstree-anchor {
  padding: 0 4px 0 8px/*rtl:ignore*/; }

.vakata-context,
.vakata-context ul {
  padding: 0;
  min-width: 125px;
  font-size: 1rem;
  font-family: Poppins;
  border-radius: 4px; }
  .vakata-context li,
  .vakata-context ul li {
    border: 0; }
    .vakata-context li a,
    .vakata-context ul li a {
      padding: 0 10px;
      border: 0;
      line-height: 2.2em; }
      .vakata-context li a i,
      .vakata-context ul li a i {
        display: none; }
      .vakata-context li a .vakata-contextmenu-sep,
      .vakata-context ul li a .vakata-contextmenu-sep {
        display: none; }
      .vakata-context li a span,
      .vakata-context li a ins,
      .vakata-context ul li a span,
      .vakata-context ul li a ins {
        display: none;
        border: 0 !important; }
  .vakata-context .vakata-context-hover > a,
  .vakata-context li a:hover,
  .vakata-context ul .vakata-context-hover > a,
  .vakata-context ul li a:hover {
    margin: 0; }
    .vakata-context .vakata-context-hover > a .span,
    .vakata-context .vakata-context-hover > a .ins,
    .vakata-context li a:hover .span,
    .vakata-context li a:hover .ins,
    .vakata-context ul .vakata-context-hover > a .span,
    .vakata-context ul .vakata-context-hover > a .ins,
    .vakata-context ul li a:hover .span,
    .vakata-context ul li a:hover .ins {
      border: 0 !important; }

.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
  margin: 0;
  border: 0; }

.jstree-rename-input {
  outline: none !important;
  padding: 2px 6px !important;
  margin-right: -4px !important;
  border-radius: 4px; }

.jstree-default .jstree-anchor {
  color: #595d6e; }

.jstree-default .jstree-icon {
  color: #595d6e; }

.jstree-default .jstree-disabled {
  opacity: 0.7; }
  .jstree-default .jstree-disabled .jstree-icon {
    color: #595d6e; }

.jstree-default .jstree-clicked {
  border: 0;
  background: #f7f8fa;
  box-shadow: none; }

.jstree-default .jstree-hovered {
  border: 0;
  background-color: #ebedf2;
  box-shadow: none; }

.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-clicked {
  background: #ebedf2;
  box-shadow: none; }

.jstree-default .jstree-wholerow-hovered,
.jstree-default.jstree-wholerow .jstree-wholerow-hovered {
  border: 0;
  background-color: #ebedf2;
  box-shadow: none; }

.vakata-context,
.vakata-context ul {
  background: #ebedf2;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border: 0; }
  .vakata-context .vakata-context-hover > a,
  .vakata-context li a:hover,
  .vakata-context ul .vakata-context-hover > a,
  .vakata-context ul li a:hover {
    background: #ebedf2;
    color: #74788d;
    box-shadow: none; }
    .vakata-context .vakata-context-hover > a .span,
    .vakata-context .vakata-context-hover > a .ins,
    .vakata-context li a:hover .span,
    .vakata-context li a:hover .ins,
    .vakata-context ul .vakata-context-hover > a .span,
    .vakata-context ul .vakata-context-hover > a .ins,
    .vakata-context ul li a:hover .span,
    .vakata-context ul li a:hover .ins {
      border: 0 !important; }

.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
  margin: 0;
  border: 0; }

.jstree-rename-input {
  background-color: #ebedf2 !important;
  border: 1px solid #f7f8fa !important; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  outline: none !important;
  border-radius: 4px;
  height: auto;
  line-height: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: 0;
  top: 50%;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  font-size: 0.85rem;
  left: auto;
  right: 0;
  display: inline-block;
  width: 1.9rem; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before,
  .select2-container--default .select2-selection--multiple .select2-selection__arrow:before {
    content: ""; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b,
  .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    display: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  padding: 0.65rem 3rem 0.65rem 1rem;
  line-height: 1.5; }
  .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
    border: 0;
    position: absolute;
    top: 50%;
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    font-size: 1.4rem;
    display: inline-block;
    left: auto;
    right: 1.85rem;
    margin-right: 0.4rem;
    margin-top: -1rem; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0.37rem 1rem;
  line-height: 1.5; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: 0.05rem 0.4rem 0.05rem 0.4rem;
    font-size: 1rem;
    margin: 0.1rem 0.4rem 0.1rem 0;
    position: relative;
    float: left/*rtl:right*/; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
      font-family: "LineAwesome";
      text-decoration: inherit;
      text-rendering: optimizeLegibility;
      text-transform: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      content: "";
      font-size: 1.4rem;
      display: inline-block;
      line-height: 0;
      margin-right: 0.3rem;
      position: relative;
      top: 0.1rem; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    font-weight: 300;
    margin: 0.25rem 0.25rem 0.25rem 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important;
  border-radius: 4px; }

.select2-container--default .select2-search--dropdown {
  padding: 15px 15px; }

.select2-container--default .select2-results__option {
  padding: 5px 15px; }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    cursor: not-allowed; }
  .select2-container--default .select2-results__option .select2-results__group {
    padding: 5px 15px;
    font-weight: 600; }
  .select2-container--default .select2-results__option .select2-results__option {
    padding: 5px 30px; }

.select2-container .select2-search--inline .select2-search__field {
  margin: 0; }

select.select2 {
  opacity: 0; }

.select2 > select.form-control {
  opacity: 0; }

.input-group > .select2-hidden-accessible:first-child + .select2-container > .selection .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .select2-hidden-accessible:first-child + .select2-container > .selection, .input-group > .select2-hidden-accessible:first-child + .select2-container > .selection.form-control {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .select2-hidden-accessible:first-child + .select2-container + .input-group-text,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container + .input-group-text {
  border-left: 0; }

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 1px solid #e2e5ec; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #74788d; }

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #669cf7; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #595d6e; }
  .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
    color: #74788d; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #595d6e; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: #74788d;
    background: #f7f8fa;
    border: 1px solid #ebedf2; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
      color: #74788d; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
    color: #74788d;
    opacity: 1; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {
    color: #74788d; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
    color: #74788d; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e2e5ec; }

.select2-container--default .select2-dropdown {
  border: 1px solid #e2e5ec;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f7f8fa;
  color: #74788d; }

.select2-container--default .select2-results__option.select2-results__option--highlighted {
  background: #f7f8fa;
  color: #74788d; }

.select2-container--default.select2-container--disabled {
  cursor: not-allowed; }
  .select2-container--default.select2-container--disabled .select2-selection--multiple,
  .select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    background: #f7f8fa;
    border-color: #74788d; }

.select2.select2--air .select2-container--default .select2-selection--single,
.select2.select2--air .select2-container--default .select2-selection--multiple {
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); }

.select2.select2--solid .select2-container--default .select2-selection--multiple,
.select2.select2--solid .select2-container--default .select2-selection--single {
  background-color: #f7f8fa;
  border-color: #ebedf2; }
  .select2.select2--solid .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
  .select2.select2--solid .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #74788d; }

.m-form.m-form--state .is-valid .select2-container--default .select2-selection--multiple,
.m-form.m-form--state .is-valid .select2-container--default .select2-selection--single {
  border-color: success; }

.m-form.m-form--state .is-valid .select2-container--default.select2-container--focus .select2-selection--multiple,
.m-form.m-form--state .is-valid .select2-container--default.select2-container--focus .select2-selection--single, .m-form.m-form--state .is-valid .select2-container--default.select2-container--open .select2-selection--multiple,
.m-form.m-form--state .is-valid .select2-container--default.select2-container--open .select2-selection--single {
  border-color: success; }

.m-form.m-form--state .is-invalid .select2-container--default .select2-selection--multiple,
.m-form.m-form--state .is-invalid .select2-container--default .select2-selection--single {
  border-color: danger; }

.m-form.m-form--state .is-invalid .select2-container--default.select2-container--focus .select2-selection--multiple,
.m-form.m-form--state .is-invalid .select2-container--default.select2-container--focus .select2-selection--single, .m-form.m-form--state .is-invalid .select2-container--default.select2-container--open .select2-selection--multiple,
.m-form.m-form--state .is-invalid .select2-container--default.select2-container--open .select2-selection--single {
  border-color: danger; }

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: initial !important; }
  html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.kt-sweetalert2--nopadding),
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.kt-sweetalert2--nopadding) {
    padding-right: 0 !important; }
  @media screen\0 {
    html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow: visible; } }

.swal2-popup {
  border-radius: 4px;
  padding: 3rem; }
  .swal2-popup .swal2-title {
    font-weight: 500;
    font-size: 1.2rem;
    margin: 0 0 1rem; }
  .swal2-popup .swal2-content {
    font-weight: normal;
    font-size: 1rem; }
  .swal2-popup .btn {
    margin: 15px 5px 0; }
  .swal2-popup .swal2-styled:focus {
    box-shadow: none; }

.swal2-container {
  overflow-y: hidden !important; }

body.swal2-height-auto {
  height: 100% !important; }

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.2); }

.swal2-popup .swal2-title {
  color: #48465b; }

.swal2-popup .swal2-content {
  color: #74788d; }

.dataTables_wrapper {
  padding: 0 !important; }
  .dataTables_wrapper .dataTable {
    width: 100% !important;
    border-collapse: initial !important;
    border-spacing: 0 !important;
    margin: 1rem 0 !important; }
    .dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
      vertical-align: middle; }
      .dataTables_wrapper .dataTable th .kt-checkbox, .dataTables_wrapper .dataTable td .kt-checkbox {
        margin-top: 0.3rem;
        margin-bottom: 0; }
      .dataTables_wrapper .dataTable th.dt-center, .dataTables_wrapper .dataTable td.dt-center {
        text-align: center; }
      .dataTables_wrapper .dataTable th.dt-left, .dataTables_wrapper .dataTable td.dt-left {
        text-align: left; }
      .dataTables_wrapper .dataTable th.dt-right, .dataTables_wrapper .dataTable td.dt-right {
        text-align: right; }
    .dataTables_wrapper .dataTable .filter th, .dataTables_wrapper .dataTable .filter td {
      vertical-align: top; }
      .dataTables_wrapper .dataTable .filter th .input-group + .input-group, .dataTables_wrapper .dataTable .filter td .input-group + .input-group {
        margin-top: 0.5rem; }
      .dataTables_wrapper .dataTable .filter th .btn + .btn, .dataTables_wrapper .dataTable .filter td .btn + .btn {
        margin-top: 0.5rem; }
    .dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
      font-size: 1.1rem;
      font-weight: 500; }
  .dataTables_wrapper .dataTables_scroll {
    margin: 1rem 0 !important; }
    .dataTables_wrapper .dataTables_scroll .dataTable {
      margin: 0 !important; }
  .dataTables_wrapper .dataTables_paginate .pagination .page-item {
    margin-left: 0.4rem; }
    .dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link {
      border-radius: 3px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 2.25rem;
      min-width: 2.25rem;
      vertical-align: middle;
      padding: 0.5rem;
      text-align: center;
      position: relative;
      font-size: 1rem;
      line-height: 1rem;
      font-weight: 400; }
      .dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link > i {
        font-size: 1rem;
        text-align: center;
        display: inline-block; }
  .dataTables_wrapper .text-right .dataTables_filter,
  .dataTables_wrapper .text-left .dataTables_filter {
    display: inline-block; }
  .dataTables_wrapper .dataTables_info {
    padding-top: 0.45rem; }
  .dataTables_wrapper .dataTables_pager {
    text-align: right; }
    .dataTables_wrapper .dataTables_pager .dataTables_length {
      margin-right: 0.5rem;
      display: inline-block; }
      .dataTables_wrapper .dataTables_pager .dataTables_length + .dataTables_paginate {
        margin-left: 1rem; }
    .dataTables_wrapper .dataTables_pager .dataTables_info {
      display: inline-block;
      margin-right: 0.5rem; }
    .dataTables_wrapper .dataTables_pager .dataTables_paginate {
      display: inline-block; }
  @media (max-width: 1024px) {
    .dataTables_wrapper .dataTables_pager {
      margin-top: 1rem;
      text-align: center; } }
  @media (max-width: 768px) {
    .dataTables_wrapper .dataTables_paginate {
      margin-left: 0 !important; }
      .dataTables_wrapper .dataTables_paginate .pagination .page-item:first-child {
        margin-left: 0 !important; }
    .dataTables_wrapper .dataTables_paginate .pagination {
      display: flex;
      justify-content: center;
      align-items: center; } }
  .dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    box-shadow: none;
    border-radius: 0;
    top: 50%;
    left: 8px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    font-size: 18px;
    color: #2c77f4;
    border: 0;
    background-color: transparent;
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: ""; }
  .dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    color: #2c77f4;
    background-color: transparent; }
  .dataTables_wrapper .child .dtr-details {
    display: table !important; }
    .dataTables_wrapper .child .dtr-details > li {
      display: table-row !important;
      border: 0 !important; }
      .dataTables_wrapper .child .dtr-details > li .dtr-title {
        display: table-cell;
        vertical-align: top;
        border-bottom: 1px dashed #efefef;
        font-weight: 500;
        padding: 0.5rem 2rem 0.5rem 0; }
        .dataTables_wrapper .child .dtr-details > li .dtr-title:after {
          content: ':'; }
      .dataTables_wrapper .child .dtr-details > li .dtr-data {
        display: table-cell;
        vertical-align: top;
        border-bottom: 1px dashed #efefef;
        padding: 0.5rem 0; }
      .dataTables_wrapper .child .dtr-details > li:last-child .dtr-title {
        border-bottom: 0; }
      .dataTables_wrapper .child .dtr-details > li:last-child .dtr-data {
        border-bottom: 0; }

.dt-bootstrap4 .dropdown .dropdown-menu.dropdown-menu-right {
  /*rtl:ignore*/
  margin-left: 65px; }

.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
  color: #595d6e; }

.dataTables_wrapper .dataTable .selected th, .dataTables_wrapper .dataTable .selected td {
  background-color: #f7f8fa;
  color: #595d6e; }

.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
  background-color: #f7f8fa; }

.dataTables_wrapper .pagination .page-item > .page-link {
  color: #595d6e;
  border: 0;
  outline: none !important; }

.dataTables_wrapper .pagination .page-item.previous > .page-link, .dataTables_wrapper .pagination .page-item.next > .page-link, .dataTables_wrapper .pagination .page-item.last > .page-link, .dataTables_wrapper .pagination .page-item.first > .page-link {
  background: #ebe9f2; }
  .dataTables_wrapper .pagination .page-item.previous > .page-link:hover, .dataTables_wrapper .pagination .page-item.next > .page-link:hover, .dataTables_wrapper .pagination .page-item.last > .page-link:hover, .dataTables_wrapper .pagination .page-item.first > .page-link:hover {
    background: #2c77f4;
    color: #ffffff; }

.dataTables_wrapper .pagination .page-item.active > .page-link {
  background: #2c77f4;
  color: #ffffff; }

.dataTables_wrapper .pagination .page-item:hover > .page-link {
  background: #2c77f4;
  color: #ffffff; }

.dataTables_wrapper .pagination .page-item.disabled > .page-link, .dataTables_wrapper .pagination .page-item.disabled:hover > .page-link {
  opacity: 0.6; }

.kt-repeater .kt-repeater__row {
  display: flex;
  flex-wrap: wrap; }
  .kt-repeater .kt-repeater__row > input {
    flex: 1; }
  .kt-repeater .kt-repeater__row .kt-repeater__close {
    background-color: transparent;
    border: none; }
  .kt-repeater .kt-repeater__row .form-text {
    flex-basis: 100%; }

.kt-repeater .kt-repeater__item {
  position: relative; }
  .kt-repeater .kt-repeater__item .btn-icon {
    height: auto; }
  .kt-repeater .kt-repeater__item:first-child .form-control {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .kt-repeater .kt-repeater__item:first-child .input-group-append {
    display: none; }

.kt-repeater .kt-repeater__close--align-right {
  position: absolute;
  top: 0;
  right: 0; }

.kt-grid-nav-v2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  .kt-grid-nav-v2 .kt-grid-nav-v2__item {
    display: flex;
    width: calc(50% - 3px);
    min-height: 180px;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: #f7f8fa;
    transition: all 0.3s; }
    @media screen\0 {
      .kt-grid-nav-v2 .kt-grid-nav-v2__item {
        height: 180px; } }
    .kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-icon {
      display: inline-block;
      text-align: center;
      margin-bottom: 0.5rem; }
      .kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-icon i {
        font-size: 2.25rem;
        color: #2c77f4; }
    .kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-title {
      display: inline-block;
      text-align: center;
      font-size: 1.2rem;
      font-weight: 500;
      color: #5d5b6f; }
    .kt-grid-nav-v2 .kt-grid-nav-v2__item:hover {
      transition: all 0.3s;
      text-transform: none;
      background: #2c77f4; }
      .kt-grid-nav-v2 .kt-grid-nav-v2__item:hover .kt-grid-nav-v2__item-icon i {
        color: #ffffff; }
      .kt-grid-nav-v2 .kt-grid-nav-v2__item:hover .kt-grid-nav-v2__item-title {
        color: #ffffff; }
    .kt-grid-nav-v2 .kt-grid-nav-v2__item:nth-of-type(odd) {
      margin: 3px 3px 3px 0; }
    .kt-grid-nav-v2 .kt-grid-nav-v2__item:nth-of-type(even) {
      margin: 3px 0 3px 3px; }

.kt-grid-nav {
  padding: 0;
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .kt-grid-nav > .kt-grid-nav__row {
    display: table-row; }
    .kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 3.3rem 0.75rem;
      transition: all 0.3s; }
      .kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item:hover {
        text-decoration: none;
        transition: all 0.3s; }
      .kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item .kt-grid-nav__icon {
        text-align: center;
        font-size: 2.5rem; }
      .kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item .kt-grid-nav__title {
        display: block;
        line-height: 1;
        text-align: center;
        margin: 10px 0 0 0;
        font-size: 1.2rem;
        font-weight: 500; }
      .kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item .kt-grid-nav__desc {
        display: block;
        line-height: 1;
        text-align: center;
        margin: 10px 0 0 0;
        font-size: 1rem;
        font-weight: 400; }
  .dropdown-menu .kt-grid-nav {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

@media (max-width: 1024px) {
  .kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item {
    padding: 1rem 0.5rem; } }

.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item {
  border-right: 1px solid #ebedf2;
  border-bottom: 1px solid #ebedf2; }
  .kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item:last-child {
    border-right: 0; }
  .kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item .kt-grid-nav__icon {
    color: #2c77f4; }
  .kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item .kt-grid-nav__title {
    color: #2c77f4; }
  .kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item .kt-grid-nav__desc {
    color: #74788d; }
  .kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item:hover {
    background: #f7f8fa; }
    .kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item:hover .kt-grid-nav__icon {
      color: #595d6e; }

.kt-grid-nav .kt-grid-nav__row:last-child .kt-grid-nav__item {
  border-bottom: 0 !important; }

.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item:last-child {
    border-right: 0; }
  .kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item .kt-grid-nav__icon {
    color: #2c77f4; }
  .kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item .kt-grid-nav__title {
    color: #fff; }
  .kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item .kt-grid-nav__desc {
    color: rgba(255, 255, 255, 0.5); }
  .kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item:hover {
    background: transparent; }
    .kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item:hover .kt-grid-nav__icon {
      color: #2c77f4; }

.kt-head {
  padding: 2.5rem 1rem;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat; }
  .kt-head.kt-head--space-sm {
    padding: 1.5rem 1rem; }
  .kt-head.kt-head--space-lg {
    padding: 3rem 1rem; }
  .kt-head.kt-head--fit-x {
    padding-left: 0;
    padding-right: 0; }
  .kt-head.kt-head--fit-b {
    padding-bottom: 0 !important; }
  .kt-head.kt-head--fit-t {
    padding-top: 0 !important; }
  .kt-head.kt-head--space-bottom-sm {
    padding-bottom: 1rem; }
  .kt-head .kt-head__title {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    margin: 0; }
  .kt-head .kt-head__sub {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center; }
  .kt-head.kt-head--skin-dark .kt-head__title {
    color: #fff; }
  .kt-head.kt-head--skin-dark .kt-head__sub {
    color: #f0f0f0; }
  .kt-head.kt-head--skin-dark .nav.nav-tabs-line {
    border-bottom-color: rgba(255, 255, 255, 0.3) !important; }
    .kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link {
      color: rgba(255, 255, 255, 0.5); }
      .kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link > i {
        color: rgba(255, 255, 255, 0.4); }
      .kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link:hover, .kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link.active {
        color: #fff; }
        .kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link:hover > i, .kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link.active > i {
          color: #fff; }
  .kt-head.kt-head--skin-light {
    background-color: #f9fafe; }
    .kt-head.kt-head--skin-light .kt-head__title {
      color: #595d6e; }
    .kt-head.kt-head--skin-light .kt-head__sub {
      color: #74788d; }
  .kt-head .nav {
    margin: 1rem 0 0 0; }

.dropdown-menu:not(.dropdown-menu-top-unround) .kt-head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.kt-head-skin-light-bg-color {
  background-color: #f9fafe; }

.kt-list-pics > a {
  margin-right: 0.25rem; }
  .kt-list-pics > a > img {
    width: 3.36rem;
    border-radius: 50%;
    border-radius: 3px; }

.kt-list-pics.kt-list-pics--circle > a > img {
  width: 3.36rem;
  border-radius: 50%; }

.kt-list-pics.kt-list-pics--sm > a > img {
  width: 2.14rem; }

.kt-list-pics.kt-list-pics-rounded--sm > a > img {
  width: 2.14rem; }

.kt-list-timeline .kt-list-timeline__group {
  margin: 0 0 2rem 0; }

.kt-list-timeline .kt-list-timeline__heading {
  margin: 0 0 1.25rem 0;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase; }

.kt-list-timeline .kt-list-timeline__items {
  position: relative;
  padding: 0;
  margin: 0; }
  .kt-list-timeline .kt-list-timeline__items:before {
    background-color: #ebedf2;
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 3px; }
  .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0.3rem 0;
    margin: 0.5rem 0; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:first-child:before, .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child:before {
      background-color: white;
      position: absolute;
      display: block;
      content: '';
      width: 1px;
      height: 50%;
      top: 0;
      bottom: 0;
      left: 3px; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child:before {
      top: auto;
      bottom: 0; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge {
      text-align: left;
      vertical-align: middle;
      display: table-cell;
      position: relative;
      width: 20px; }
      .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge:before {
        background-color: #ebedf2;
        position: absolute;
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        left: 0;
        top: 50%;
        margin-top: -3.5px;
        border-radius: 100%; }
      .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--brand:before {
        background-color: #2c77f4; }
      .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--light:before {
        background-color: #ffffff; }
      .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--dark:before {
        background-color: #282a3c; }
      .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--primary:before {
        background-color: #5867dd; }
      .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--success:before {
        background-color: #1dc9b7; }
      .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--info:before {
        background-color: #5578eb; }
      .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--warning:before {
        background-color: #ffb822; }
      .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--danger:before {
        background-color: #fd397a; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__icon {
      text-align: left;
      vertical-align: middle;
      display: table-cell;
      width: 30px;
      padding: 0 5px 0 0;
      line-height: 0;
      color: #74788d; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^="la-"],
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" la-"] {
      font-size: 1.6rem; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^="fa-"],
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" fa-"] {
      font-size: 1.2rem; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^="flaticon-"],
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" flaticon-"],
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^="flaticon2-"],
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" flaticon2-"] {
      font-size: 1.6rem; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__text {
      display: table-cell;
      text-align: left;
      vertical-align: middle;
      width: 100%;
      padding: 0 0 0 5px;
      font-size: 1rem;
      color: #595d6e; }
      .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__text:hover {
        text-decoration: none; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__time {
      display: table-cell;
      text-align: right;
      vertical-align: middle;
      width: 80px;
      padding: 0 0 0 5px;
      font-size: 0.9rem;
      color: #74788d; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:first-child {
      padding-top: 0;
      margin-top: 0; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:first-child:before, .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child:before {
      background-color: #fff; }
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__badge,
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__icon,
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__text,
    .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__time {
      opacity: 0.5; }

.kt-mycart .kt-mycart__head {
  display: flex;
  justify-content: space-between;
  padding: 2.8rem 2rem;
  background-position: center;
  background-size: cover; }
  .kt-mycart .kt-mycart__head .kt-mycart__info {
    display: flex;
    align-items: center; }
    .kt-mycart .kt-mycart__head .kt-mycart__info .kt-mycart__icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 3rem;
      height: 3rem;
      background: rgba(56, 80, 168, 0.65);
      border-radius: 4px; }
      .kt-mycart .kt-mycart__head .kt-mycart__info .kt-mycart__icon i {
        font-size: 1.4rem;
        font-weight: 500;
        position: absolute; }
    .kt-mycart .kt-mycart__head .kt-mycart__info .kt-mycart__title {
      padding-left: 1rem;
      color: #fff;
      font-size: 1.3rem;
      font-weight: 500;
      margin: 0; }
  .kt-mycart .kt-mycart__head .kt-mycart__button {
    display: flex;
    align-items: center; }
    .kt-mycart .kt-mycart__head .kt-mycart__button .btn {
      padding: 0.3rem 0.5rem; }

.kt-mycart .kt-mycart__body {
  margin: 0.5rem 0; }
  .kt-mycart .kt-mycart__body .kt-mycart__item {
    border-bottom: 1px solid #ebedf2; }
    .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.5rem 2rem; }
      .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__title {
        color: #5e5b70;
        font-size: 1.1rem;
        font-weight: 500; }
      .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__desc {
        padding: 0.5rem 0;
        color: #74788d;
        font-weight: 400; }
      .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action {
        display: flex;
        align-items: center; }
        .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .kt-mycart__price {
          margin-right: 0.5rem;
          color: #595d6e;
          font-size: 1.2rem;
          font-weight: 500; }
        .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .kt-mycart__text {
          color: #74788d;
          font-weight: 400; }
        .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .kt-mycart__quantity {
          margin-left: 0.5rem;
          color: #595d6e;
          font-size: 1.2rem;
          font-weight: 500; }
        .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .btn {
          font-size: 1.4rem;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-left: 0.5rem;
          width: 19px !important;
          height: 19px !important;
          padding-top: 0.1rem; }
          .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .btn:hover {
            color: #fff; }
      .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info span {
        display: block; }
      .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__pic {
        width: 5rem; }
        .kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__pic img {
          width: 5rem;
          height: 5rem;
          background-position: center;
          background-size: cover;
          border-radius: 4px; }
  .kt-mycart .kt-mycart__body .ps__rail-y .ps__thumb-y {
    right: 5px !important; }

.kt-mycart .kt-mycart__footer {
  padding: 0.4rem 2rem 1.5rem 2rem; }
  .kt-mycart .kt-mycart__footer .kt-mycart__section {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__subtitel span {
      display: block;
      color: #5e5b70;
      font-size: 1rem;
      font-weight: 500; }
      .kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__subtitel span:not(:first-child):not(:last-child) {
        padding: 0.4rem 0; }
      .kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__subtitel span:last-child {
        font-size: 1.1rem;
        font-weight: 600; }
    .kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__prices span {
      display: block;
      text-align: right;
      color: #74788d;
      font-size: 1.2rem;
      font-weight: 500; }
      .kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__prices span:not(:first-child):not(:last-child) {
        padding: 0.3rem 0; }
      .kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__prices span:last-child {
        font-weight: 700;
        font-size: 1.3rem; }
  .kt-mycart .kt-mycart__footer .kt-mycart__button {
    margin: 1.5rem 0 0.8rem 0; }

.kt-nav {
  display: block;
  padding: 1rem 0;
  margin: 0;
  list-style: none;
  border: 0; }
  .kt-nav .kt-nav__item {
    display: block; }
    .kt-nav .kt-nav__item > .kt-nav__link {
      display: flex;
      flex-grow: 1;
      align-items: center;
      padding: 0.55rem 1.75rem;
      cursor: pointer;
      transition: all 0.3s; }
      .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
        flex-grow: 1;
        font-size: 1rem;
        color: #595d6e;
        font-weight: 400; }
      .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon {
        flex: 0 0 30px;
        font-size: 1.25rem;
        line-height: 0;
        color: #a2a5b9; }
        .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon:before {
          line-height: 0; }
        .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon g [fill] {
          transition: fill 0.3s ease;
          fill: #a2a5b9; }
        .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet {
        text-align: center;
        flex: 0 0 10px;
        margin-right: 10px; }
        .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet > span {
          vertical-align: middle;
          display: inline-block; }
        .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
          width: 4px;
          height: 4px;
          border-radius: 100%; }
        .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span {
          width: 8px;
          height: 2px;
          border-radius: 2px; }
        .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
          background-color: #a2a5b9; }
      .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-badge {
        padding: 0px 0px 0px 5px; }
      .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow {
        text-align: right;
        flex: 0 0 20px;
        font-size: 0.8rem;
        color: #a2a5b9;
        font-family: "LineAwesome";
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow:before {
          content: ""; }
        .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow:before {
          display: inline-block;
          transition: all 0.3s ease; }
      .kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow {
        font-family: "LineAwesome";
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        .kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow:before {
          content: ""; }
        .kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow:before {
          transition: all 0.3s ease; }
    .kt-nav .kt-nav__item > .kt-nav__sub {
      padding: 0;
      margin: 0; }
      .kt-nav .kt-nav__item > .kt-nav__sub .kt-nav__item > .kt-nav__link {
        padding: 0.5rem 1.5rem 0.5rem 2.5rem; }
    .kt-nav .kt-nav__item.kt-nav__item--last {
      padding-bottom: 0; }
    .kt-nav .kt-nav__item.active > .kt-nav__link, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link {
      background-color: #f7f8fa;
      transition: all 0.3s; }
      .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon,
      .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text,
      .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
      .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
      .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
        color: #2c77f4; }
      .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon g [fill], .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon g [fill] {
        transition: fill 0.3s ease;
        fill: #2c77f4; }
      .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon:hover g [fill], .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon:hover g [fill] {
        transition: fill 0.3s ease; }
      .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
        background-color: #2c77f4; }
    .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed {
      background-color: #f7f8fa;
      transition: all 0.3s; }
      .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-icon,
      .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-text,
      .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-arrow {
        color: #2c77f4; }
      .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
        background-color: #2c77f4; }
    .kt-nav .kt-nav__item.kt-nav__item--disabled {
      opacity: 0.6; }
  .kt-nav .kt-nav__custom {
    padding: 0.55rem 1.75rem; }
  .kt-nav .kt-nav__section {
    margin-top: 1rem;
    padding: 0 1.75rem; }
    .kt-nav .kt-nav__section .kt-nav__section-icon {
      color: #a2a5b9; }
    .kt-nav .kt-nav__section.kt-nav__section--first {
      margin-top: 0.5rem; }
    .kt-nav .kt-nav__section .kt-nav__section-text {
      color: #2c77f4;
      font-weight: 600;
      font-size: 0.9rem;
      text-transform: uppercase; }
  .kt-nav .kt-nav__separator {
    margin: 0.7rem 0;
    height: 0;
    display: block;
    border-bottom: 1px solid #ebedf2; }
    .kt-nav .kt-nav__separator.kt-nav__separator--dashed {
      border-bottom: 1px dashed #ebedf2; }
  .kt-nav .kt-nav__head,
  .kt-nav .kt-nav__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    color: #595d6e;
    font-weight: 500;
    padding: 0.55rem 1.75rem; }
    .kt-nav .kt-nav__head > i,
    .kt-nav .kt-nav__foot > i {
      font-size: 1.2rem;
      color: #74788d; }
  .kt-nav .kt-nav__head {
    font-size: 1.1rem; }
  .kt-nav.kt-nav--fit {
    padding: 0; }
    .kt-nav.kt-nav--fit .kt-nav__item > .kt-nav__link {
      padding-left: 0;
      padding-right: 0; }
  .kt-nav.kt-nav--lg-space .kt-nav__item {
    margin: 0.35rem 0; }
    .kt-nav.kt-nav--lg-space .kt-nav__item .kt-nav__link {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
    .kt-nav.kt-nav--lg-space .kt-nav__item:first-child {
      margin-top: 0; }
    .kt-nav.kt-nav--lg-space .kt-nav__item:last-child {
      margin-bottom: 0; }
  .kt-nav.kt-nav--md-space .kt-nav__item {
    margin: 0.25rem 0; }
    .kt-nav.kt-nav--md-space .kt-nav__item .kt-nav__link {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
    .kt-nav.kt-nav--md-space .kt-nav__item:first-child {
      margin-top: 0; }
    .kt-nav.kt-nav--md-space .kt-nav__item:last-child {
      margin-bottom: 0; }
  .kt-nav.kt-nav--bold .kt-nav__item .kt-nav__link .kt-nav__link-text {
    font-weight: 500; }
  .kt-nav.kt-nav--thin .kt-nav__item .kt-nav__link .kt-nav__link-text {
    font-weight: 300; }
  .kt-nav.kt-nav--lg-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
    font-size: 1.15rem; }
  .kt-nav.kt-nav--xl-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
    font-size: 1.25rem; }

.kt-nav.kt-nav--v2 .kt-nav__item {
  border-radius: 2rem;
  overflow: hidden; }
  .kt-nav.kt-nav--v2 .kt-nav__item > .kt-nav__link {
    transition: none; }
  .kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link {
    background-color: #f4f4f9;
    transition: none; }
    .kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-icon,
    .kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text,
    .kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-arrow {
      color: #2c77f4; }
    .kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
      background-color: #f4f4f9; }
  .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link {
    background-color: #2c77f4;
    transition: none; }
    .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-icon,
    .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-text,
    .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-arrow {
      color: #ffffff; }
    .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
      background-color: #ffffff; }
  .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link {
    background-color: #2c77f4; }
    .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-icon,
    .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-text,
    .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-arrow {
      color: #ffffff; }
    .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
      background-color: #ffffff; }

.kt-nav.kt-nav--v3 .kt-nav__item {
  margin: 0; }
  .kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link {
    transition: all 0.3s;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-left: 2px solid transparent; }
  .kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link {
    transition: all 0.3s;
    background-color: #f7f8fa;
    border-left: 2px solid #2c77f4; }
    .kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link .kt-nav__link-text, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link .kt-nav__link-text {
      color: #2c77f4; }
  .kt-nav.kt-nav--v3 .kt-nav__item:hover {
    transition: all 0.3s;
    background-color: #f7f8fa; }
    .kt-nav.kt-nav--v3 .kt-nav__item:hover .kt-nav__link .kt-nav__link-text {
      color: #2c77f4; }

.kt-nav.kt-nav--v4 .kt-nav__item {
  padding: 0.65rem 0; }
  .kt-nav.kt-nav--v4 .kt-nav__item .kt-nav__link {
    background-color: transparent;
    margin-left: 3px;
    color: #9492a1;
    font-size: 1.2rem;
    padding: 0 1.1rem; }
    .kt-nav.kt-nav--v4 .kt-nav__item .kt-nav__link .kt-nav__link-text {
      color: #9492a1;
      font-size: 1.2rem; }
  .kt-nav.kt-nav--v4 .kt-nav__item.active .kt-nav__link {
    border-left: 3px solid #2c77f4;
    color: #48465b;
    margin-left: 0; }
    .kt-nav.kt-nav--v4 .kt-nav__item.active .kt-nav__link .kt-nav__link-text {
      color: #48465b; }
  .kt-nav.kt-nav--v4 .kt-nav__item:first-child {
    margin-top: -0.65rem; }
  .kt-nav.kt-nav--v4 .kt-nav__item:hover {
    transition: all 0.3s;
    background-color: #f7f8fa; }
    .kt-nav.kt-nav--v4 .kt-nav__item:hover .kt-nav__link .kt-nav__link-text {
      color: #2c77f4; }

.kt-nav.kt-nav--v4--brand .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #2c77f4; }

.kt-nav.kt-nav--v4--brand .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #2c77f4; }

.kt-nav.kt-nav--v4--light .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #ffffff; }

.kt-nav.kt-nav--v4--light .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #ffffff; }

.kt-nav.kt-nav--v4--dark .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #282a3c; }

.kt-nav.kt-nav--v4--dark .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #282a3c; }

.kt-nav.kt-nav--v4--primary .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #5867dd; }

.kt-nav.kt-nav--v4--primary .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #5867dd; }

.kt-nav.kt-nav--v4--success .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #1dc9b7; }

.kt-nav.kt-nav--v4--success .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #1dc9b7; }

.kt-nav.kt-nav--v4--info .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #5578eb; }

.kt-nav.kt-nav--v4--info .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #5578eb; }

.kt-nav.kt-nav--v4--warning .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #ffb822; }

.kt-nav.kt-nav--v4--warning .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #ffb822; }

.kt-nav.kt-nav--v4--danger .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #fd397a; }

.kt-nav.kt-nav--v4--danger .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #fd397a; }

.kt-notification .kt-notification__item {
  display: flex;
  align-items: center;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid #f7f8fa;
  transition: background-color 0.3s ease; }
  .kt-notification .kt-notification__item:last-child {
    border-bottom: 1px solid transparent; }
  .kt-notification .kt-notification__item .kt-notification__item-icon {
    display: flex;
    flex: 0 0 2.5rem;
    align-items: center; }
    .kt-notification .kt-notification__item .kt-notification__item-icon i {
      font-size: 1.4rem;
      color: #2c77f4; }
    .kt-notification .kt-notification__item .kt-notification__item-icon svg {
      height: 24px;
      width: 24px;
      margin-left: -4px; }
  .kt-notification .kt-notification__item .kt-notification__item-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-title {
      transition: color 0.3s ease;
      font-size: 1rem;
      font-weight: 400;
      color: #595d6e; }
    .kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-time {
      font-size: 1rem;
      font-weight: 300;
      color: #74788d; }
  .kt-notification .kt-notification__item:hover {
    transition: background-color 0.3s ease;
    text-decoration: none;
    background-color: #f7f8fa; }
    .kt-notification .kt-notification__item:hover .kt-notification__item-details .kt-notification__item-title {
      transition: color 0.3s ease;
      color: #2c77f4; }
  .kt-notification .kt-notification__item.kt-notification__item--read {
    opacity: 0.5; }
  .kt-notification .kt-notification__item:after {
    border: 0;
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    font-size: 0.8rem;
    line-height: 0;
    position: relative;
    color: #74788d; }

.kt-notification .kt-notification__custom {
  display: flex;
  align-items: center;
  border-top: 1px solid #f7f8fa;
  padding: 1.6rem 1.5rem; }

.kt-notification.kt-notification--fit .kt-notification__item {
  padding: 0.55rem 0; }
  .kt-notification.kt-notification--fit .kt-notification__item:hover {
    background-color: transparent; }
    .kt-notification.kt-notification--fit .kt-notification__item:hover .kt-notification__item-title {
      color: #2c77f4; }

.kt-notification-item-padding-x {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.kt-notification-item-margin-x {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.kt-notification-v2 {
  margin: 0; }
  .kt-notification-v2 .kt-notification-v2__item {
    display: flex;
    align-items: center;
    padding: 1rem;
    text-decoration: none;
    transition: all 0.3s; }
    .kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #f7f8fa;
      height: 50px;
      width: 50px;
      min-width: 50px;
      border-radius: 50%; }
      .kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-icon i {
        font-size: 1.5rem; }
    .kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__itek-wrapper {
      padding-left: 1.5rem;
      flex: 1 1 auto; }
      .kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__itek-wrapper .kt-notification-v2__item-title {
        font-size: 1.1rem;
        font-weight: 500;
        color: #5d5b6f; }
      .kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__itek-wrapper .kt-notification-v2__item-desc {
        font-size: 1rem;
        font-weight: 300;
        color: #b3b1c2; }
    .kt-notification-v2 .kt-notification-v2__item:hover {
      background-color: #f7f8fa;
      border-radius: 5px;
      transition: all 0.3s; }
      .kt-notification-v2 .kt-notification-v2__item:hover .kt-notification-v2__item-icon {
        background-color: #ebedf2;
        transition: all 0.3s; }

.kt-card-profile {
  padding: 5px 0;
  margin: 0; }
  .kt-card-profile .kt-card-profile__pic {
    text-align: center;
    padding: 0 5px 0 0;
    text-align: center; }
    .kt-card-profile .kt-card-profile__pic .kt-card-profile__pic-wrapper {
      padding: 8px;
      display: inline-block;
      margin: 2rem auto;
      border-radius: 100%;
      border: 2px solid #ebedf2; }
    .kt-card-profile .kt-card-profile__pic img {
      text-align: center;
      max-width: 130px !important;
      margin: 0 auto !important;
      border-radius: 100%; }
    .kt-card-profile .kt-card-profile__pic .kt-card-profile__no-photo {
      height: 130px;
      width: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: relative;
      border-radius: 100%; }
      .kt-card-profile .kt-card-profile__pic .kt-card-profile__no-photo > span {
        line-height: 0;
        font-weight: 700;
        font-size: 1.3rem;
        text-transform: uppercase; }
  .kt-card-profile .kt-card-profile__title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500; }
  .kt-card-profile .kt-card-profile__details {
    text-align: center;
    padding: 0 0 0 0; }
    .kt-card-profile .kt-card-profile__details .kt-card-profile__name {
      display: block;
      padding: 0 0 0 0;
      font-size: 1.3rem;
      font-weight: 500;
      color: #595d6e; }
    .kt-card-profile .kt-card-profile__details .kt-card-profile__email {
      display: inline-block;
      padding: 6px 0 0 0;
      font-size: 500;
      color: #595d6e; }

.kt-notes .kt-notes__items {
  margin: 0;
  padding: 0; }
  .kt-notes .kt-notes__items .kt-notes__item {
    left: 8px;
    border-left: 2px solid #ebedf2;
    padding: 0 0 50px 45px;
    position: relative;
    margin: 0 5px 0 17px; }
    .kt-notes .kt-notes__items .kt-notes__item .kt-notes__media {
      position: absolute;
      top: 0;
      left: -25.5px; }
      .kt-notes .kt-notes__items .kt-notes__item .kt-notes__media img {
        max-width: 50px;
        max-height: 50px;
        border-radius: 50%; }
      .kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background-color: #fff;
        border: 2px solid #ebedf2;
        border-radius: 50%; }
        .kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__icon i {
          color: #74788d;
          font-size: 1.8rem; }
      .kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__user {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        background-color: #fff;
        border: 2px solid #ebedf2;
        color: #74788d;
        border-radius: 50%; }
      .kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__circle {
        width: 25px;
        height: 25px;
        display: block;
        border: 2px solid #ebedf2;
        margin-left: 12px;
        background-color: #fff;
        border-radius: 50%; }
    .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content {
      background-color: #F7F8FC;
      padding: 0.5rem 1rem 1rem 1.5rem;
      border-radius: 4px; }
      .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info {
          display: flex;
          flex-flow: wrap;
          align-items: baseline; }
          .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__title {
            font-size: 1.1rem;
            color: #595d6e;
            font-weight: 500;
            padding-right: 0.5rem; }
            .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__title:hover {
              color: #2c77f4;
              transition: color 0.3s ease; }
          .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__desc {
            color: #74788d;
            font-weight: 400;
            padding-right: 1rem; }
        .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__dropdown .btn-icon {
          width: 26px;
          height: 26px; }
      .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__body {
        color: #74788d;
        font-weight: 400;
        padding-right: 3rem;
        padding-top: 0.5rem;
        display: block; }
      .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 10px;
        right: 100%;
        margin-right: -3.5rem;
        border-right: solid 10px #F7F8FC;
        border-bottom: solid 17px transparent;
        border-left: solid 17px transparent;
        border-top: solid 17px transparent; }
    .kt-notes .kt-notes__items .kt-notes__item:last-child {
      border-left: 0; }
    .kt-notes .kt-notes__items .kt-notes__item.kt-notes__item--clean .kt-notes__content {
      background-color: #fff;
      padding: 0; }
      .kt-notes .kt-notes__items .kt-notes__item.kt-notes__item--clean .kt-notes__content:after {
        display: none; }
  .kt-notes .kt-notes__items .kt-notes__item:last-child .kt-notes__media .kt-notes__circle {
    margin-left: 14px; }

@media (max-width: 1024px) {
  .kt-notes .kt-notes__items .kt-notes__item {
    margin: 0 7px 0 17px; }
    .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content {
      padding: 0.5rem 1rem 0.7rem 1rem; }
      .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__desc {
        padding-top: 0.5rem;
        display: block; }
      .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after {
        margin-right: -3.8rem; } }

.kt-timeline-v1 {
  position: relative;
  width: 100%; }
  .kt-timeline-v1:after {
    content: '';
    position: absolute;
    width: 5px;
    top: 0;
    margin-top: 0.1rem;
    bottom: 3rem;
    left: 50%;
    margin-left: -2.5px;
    background-color: #E6EAF5; }
  .kt-timeline-v1.kt-timeline-v1--center {
    margin: 0 auto; }
  .kt-timeline-v1 .kt-timeline-v1__items {
    padding-bottom: 6rem;
    position: relative; }
    .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__marker {
      width: 20px;
      height: 5px;
      border-radius: 4px;
      position: absolute;
      left: 50%;
      margin-left: -10px;
      background-color: #E6EAF5; }
    .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item {
      position: relative;
      margin-left: 0;
      width: 50%;
      min-height: 3rem; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-arrow {
        color: #F7F8FC; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle {
        background: white;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        position: absolute; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle > div {
          border-radius: 50%;
          width: 6px;
          height: 6px; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
        position: absolute;
        display: inline-block;
        margin-top: -2.14rem;
        font-weight: 700; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time > span {
          padding-left: 5px; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content {
        position: relative;
        border-radius: 4px;
        padding: 2.14rem;
        background-color: #F7F8FC; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-title {
          font-size: 1.2rem;
          font-weight: 500; }
          .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-title + .kt-timeline-v1__item-body {
            margin-top: 1.25rem; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-actions {
          margin-top: 1.25rem; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-desc {
          color: #74788d; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left {
        left: 0;
        padding-right: 2.85rem;
        position: relative; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left .kt-timeline-v1__item-circle {
          right: -10px;
          top: 20px; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left .kt-timeline-v1__item-time {
          right: 3.8rem; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left:after {
          position: absolute;
          content: '';
          width: 0;
          height: 0;
          top: 15px;
          left: 100%;
          margin-left: -3rem;
          border-left: solid 10px #F7F8FC;
          border-bottom: solid 17px transparent;
          border-right: solid 17px transparent;
          border-top: solid 17px transparent; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right {
        left: 50%;
        padding-left: 2.86rem;
        top: -3.5rem; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right .kt-timeline-v1__item-circle {
          top: 20px;
          left: -10px; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right .kt-timeline-v1__item-time {
          left: 3.57rem; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right:after {
          position: absolute;
          content: '';
          width: 0;
          height: 0;
          top: 15px;
          right: 100%;
          margin-right: -3rem;
          border-right: solid 10px #F7F8FC;
          border-bottom: solid 17px transparent;
          border-left: solid 17px transparent;
          border-top: solid 17px transparent; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first {
        top: 3.5rem; }
        .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first + .kt-timeline-v1__item--right {
          top: -1rem; }
  .kt-timeline-v1.kt-timeline-v1--justified:after {
    left: 0;
    bottom: 0; }
  .kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items {
    position: static;
    margin-bottom: 40px;
    padding: 20px 0; }
    .kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__marker {
      left: 0;
      top: 0; }
    .kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item {
      width: 100%;
      top: 0 !important;
      left: 0 !important;
      margin-top: 50px !important;
      padding-left: 2.25rem;
      padding-right: 0;
      position: relative; }
      .kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 15px;
        left: 0;
        margin-left: 3px;
        border-right: solid 10px #F7F8FC;
        border-bottom: solid 17px transparent;
        border-left: solid 17px transparent;
        border-top: solid 17px transparent; }
      .kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
        position: absolute;
        display: inline-block;
        margin-top: -2.14rem; }
      .kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle {
        left: -10px;
        top: 20px; }
      .kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
        right: 100%;
        left: 3.57rem; }
      .kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first {
        margin-top: 20px !important; }

@media (max-width: 1399px) {
  .kt-timeline-v1:after {
    left: 0;
    bottom: 0; }
  .kt-timeline-v1 .kt-timeline-v1__items {
    position: static;
    margin-bottom: 40px;
    padding: 20px 0; }
    .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__marker {
      left: 0;
      top: 0; }
    .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item {
      width: 100%;
      left: 0 !important;
      top: 0 !important;
      margin-top: 50px !important;
      padding-left: 2.25rem !important;
      padding-right: 0 !important;
      position: relative; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 15px !important;
        left: 0 !important;
        right: auto !important;
        margin-left: 3px !important;
        border-right: solid 10px #F7F8FC !important;
        border-bottom: solid 17px transparent !important;
        border-left: solid 17px transparent !important;
        border-top: solid 17px transparent !important; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
        position: absolute;
        display: inline-block;
        margin-top: -2.14rem; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle {
        left: -10px;
        top: 20px; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
        right: 100%;
        left: 3.57rem; }
      .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first {
        margin-top: 20px !important; } }

.kt-timeline-v2 {
  position: relative; }
  .kt-timeline-v2:before {
    content: '';
    position: absolute;
    left: 4.85rem;
    width: 0.214rem;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 5px);
    background-color: #E7E9F5; }
  .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item {
    display: table;
    position: relative;
    margin-bottom: 1.75rem; }
    .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-time {
      display: table-cell;
      font-size: 1.3rem;
      font-weight: 500;
      vertical-align: top;
      position: absolute;
      padding-top: 0.18rem;
      color: #74788d; }
    .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle {
      border-radius: 50%;
      border: 0.89rem solid white;
      z-index: 1;
      top: 0.2rem;
      left: 4.12rem;
      position: relative; }
      .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle > i {
        font-size: 1.78rem;
        top: -0.93rem;
        left: -0.57rem;
        position: absolute; }
    .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text {
      display: table-cell;
      vertical-align: top;
      font-size: 1rem;
      padding: 0.35rem 0 0 5rem;
      color: #74788d; }
      .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text.kt-timeline-v2__item-text--bold {
        font-size: 1.2rem;
        font-weight: 500;
        padding-top: 0.21rem;
        color: #74788d; }
      .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text > span {
        font-weight: 700; }
    .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-list-pics {
      display: table-cell;
      vertical-align: top; }
    .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:last-child {
      margin-bottom: 0; }

.kt-timeline-v3 .kt-timeline-v3__item {
  display: table;
  margin-bottom: 1rem;
  position: relative; }
  .kt-timeline-v3 .kt-timeline-v3__item:before {
    position: absolute;
    display: block;
    width: 0.28rem;
    border-radius: 0.3rem;
    height: 70%;
    left: 5.1rem;
    top: 0.46rem;
    content: ""; }
  .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-time {
    display: table-cell;
    vertical-align: top;
    padding-top: 0.6rem;
    font-weight: 500;
    font-size: 1.3rem;
    position: absolute;
    text-align: right;
    width: 3.57rem;
    color: #74788d; }
  .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-left: 7rem; }
    .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc .kt-timeline-v3__item-text {
      font-size: 1rem;
      font-weight: 400;
      color: #74788d; }
    .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc .kt-timeline-v3__item-user-name .kt-timeline-v3__itek-link {
      font-size: 0.9rem;
      text-decoration: none; }
  .kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--brand:before {
    background: #2c77f4; }
  .kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--light:before {
    background: #ffffff; }
  .kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--dark:before {
    background: #282a3c; }
  .kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--primary:before {
    background: #5867dd; }
  .kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--success:before {
    background: #1dc9b7; }
  .kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--info:before {
    background: #5578eb; }
  .kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--warning:before {
    background: #ffb822; }
  .kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--danger:before {
    background: #fd397a; }

@media (max-width: 768px) {
  .kt-timeline-v3 .kt-timeline-v3__item {
    margin-left: 0; } }

.kt-user-card {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 1rem;
  background-color: #f9fafe; }
  .kt-user-card .kt-user-card__avatar .kt-badge,
  .kt-user-card .kt-user-card__avatar img {
    width: 60px;
    height: 60px;
    border-radius: 4px; }
  .kt-user-card .kt-user-card__avatar .kt-badge {
    font-size: 2.2rem; }
  .kt-user-card .kt-user-card__name {
    flex-grow: 1;
    color: #595d6e;
    font-size: 1.3rem;
    font-weight: 500;
    padding-left: 1rem; }
  .kt-user-card .kt-user-card__badge {
    padding-left: 0.5rem; }
  .kt-user-card.kt-user-card--skin-light .kt-user-card__name {
    color: #595d6e; }
  .kt-user-card.kt-user-card--skin-dark .kt-user-card__name {
    color: #fff; }
  .kt-user-card.kt-user-card--skin-dark .kt-user-card__avatar .kt-badge {
    background-color: rgba(255, 255, 255, 0.1); }

@media (max-width: 1024px) {
  .kt-user-card {
    padding: 1rem 1rem; }
    .kt-user-card .kt-user-card__avatar .kt-badge,
    .kt-user-card .kt-user-card__avatar img {
      width: 40px;
      height: 40px; }
    .kt-user-card .kt-user-card__name {
      font-size: 1.1rem;
      padding-left: 0.5rem; }
    .kt-user-card .kt-user-card__badge {
      padding-left: 0.5rem; } }

.kt-user-card-v2 {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0; }
  .kt-user-card-v2 .kt-user-card-v2__pic {
    padding-right: 0.5rem; }
    .kt-user-card-v2 .kt-user-card-v2__pic .kt-badge {
      width: 40px;
      height: 40px; }
    .kt-user-card-v2 .kt-user-card-v2__pic img {
      border-radius: 50%;
      max-width: 40px;
      max-height: 40px; }
  .kt-user-card-v2 .kt-user-card-v2__details {
    line-height: 0; }
    .kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__name {
      display: block;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5rem;
      transition: color 0.3s ease;
      color: #595d6e; }
    .kt-user-card-v2 .kt-user-card-v2__details a.kt-user-card-v2__name:hover {
      transition: color 0.3s ease;
      color: #2c77f4; }
    .kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__desc,
    .kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__email {
      margin-top: 3px;
      display: inline-block;
      font-size: 0.9rem;
      line-height: 1rem;
      font-weight: 400;
      color: #74788d; }
    .kt-user-card-v2 .kt-user-card-v2__details a.kt-user-card-v2__email:hover {
      transition: color 0.3s ease;
      color: #2c77f4; }
  .kt-user-card-v2.kt-user-card-v2--uncircle .kt-user-card-v2__pic img {
    border-radius: 4px; }

@media (max-width: 1024px) {
  .kt-user-card-v2 .kt-user-card-v2__pic img {
    max-width: 30px; } }

.kt-user-card-v3 {
  display: flex;
  align-items: center; }
  .kt-user-card-v3 .kt-user-card-v3__avatar > img {
    height: 120px;
    width: 120px;
    border-radius: 7px; }
  .kt-user-card-v3 .kt-user-card-v3__detalis {
    padding-left: 1.5rem; }
    .kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name {
      font-size: 1.2rem;
      font-weight: 500;
      color: #33323f;
      text-decoration: none;
      padding-bottom: 0.8rem;
      transition: all 0.3s; }
      .kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name:hover {
        transition: all 0.3s;
        color: #2c77f4; }
    .kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__desc {
      font-size: 1rem;
      font-weight: 400;
      color: #b2afc6;
      padding: 0.8rem 0; }
    .kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item {
      display: flex;
      align-items: center;
      padding-bottom: 0.8rem; }
      .kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item > i {
        line-height: 0;
        font-size: 1.4rem; }
      .kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item .kt-user-card-v3__tag {
        font-size: 0.9rem;
        font-weight: 400;
        color: #9e9bb1;
        padding-left: 0.8rem;
        transition: all 0.3s; }
      .kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item:hover .kt-user-card-v3__tag {
        transition: all 0.3s;
        color: #2c77f4; }

.kt-userpic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px; }
  .kt-userpic img {
    width: 100%;
    max-width: 50px;
    height: 50px; }
  .kt-userpic span {
    width: 50px;
    height: 50px;
    font-size: 1.3rem; }
  .kt-userpic img {
    border-radius: 4px; }
  .kt-userpic span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px; }
  .kt-userpic.kt-userpic--brand span {
    background: rgba(44, 119, 244, 0.1);
    color: #2c77f4; }
  .kt-userpic.kt-userpic--light span {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff; }
  .kt-userpic.kt-userpic--dark span {
    background: rgba(40, 42, 60, 0.1);
    color: #282a3c; }
  .kt-userpic.kt-userpic--primary span {
    background: rgba(88, 103, 221, 0.1);
    color: #5867dd; }
  .kt-userpic.kt-userpic--success span {
    background: rgba(29, 201, 183, 0.1);
    color: #1dc9b7; }
  .kt-userpic.kt-userpic--info span {
    background: rgba(85, 120, 235, 0.1);
    color: #5578eb; }
  .kt-userpic.kt-userpic--warning span {
    background: rgba(255, 184, 34, 0.1);
    color: #ffb822; }
  .kt-userpic.kt-userpic--danger span {
    background: rgba(253, 57, 122, 0.1);
    color: #fd397a; }
  .kt-userpic.kt-userpic--sm img {
    width: 100%;
    max-width: 27px;
    height: 27px; }
  .kt-userpic.kt-userpic--sm span {
    width: 27px;
    height: 27px;
    font-size: 0.8rem; }
  .kt-userpic.kt-userpic--md img {
    width: 100%;
    max-width: 47px;
    height: 47px; }
  .kt-userpic.kt-userpic--md span {
    width: 47px;
    height: 47px;
    font-size: 1rem; }
  .kt-userpic.kt-userpic--lg img {
    width: 100%;
    max-width: 65px;
    height: 65px; }
  .kt-userpic.kt-userpic--lg span {
    width: 65px;
    height: 65px;
    font-size: 1.3rem; }
  .kt-userpic.kt-userpic--xl img {
    width: 100%;
    max-width: 80px;
    height: 80px; }
  .kt-userpic.kt-userpic--xl span {
    width: 80px;
    height: 80px;
    font-size: 1.7rem; }
  .kt-userpic.kt-userpic--circle {
    border-radius: 50%; }
    .kt-userpic.kt-userpic--circle img {
      border-radius: 50%; }
    .kt-userpic.kt-userpic--circle span {
      border-radius: 50%; }

.kt-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0; }
  .kt-pagination .kt-pagination__links, .kt-pagination .kt-pagination__links li a {
    display: flex;
    justify-content: center;
    align-items: center; }
  .kt-pagination .kt-pagination__links {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .kt-pagination .kt-pagination__links li {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 0.5rem;
      border-radius: 4px; }
      .kt-pagination .kt-pagination__links li a {
        font-weight: 500;
        color: #74788d;
        font-size: 1rem;
        padding: 0 0.2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        min-width: 30px;
        min-height: 30px;
        margin: 0; }
    .kt-pagination .kt-pagination__links .kt-pagination__link--active a {
      color: #ffffff; }
  .kt-pagination .kt-pagination__toolbar {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0; }
    .kt-pagination .kt-pagination__toolbar .form-control {
      padding: 0;
      margin-right: 10px;
      height: 30px;
      font-weight: 600;
      font-size: 1.1rem;
      font-weight: 500;
      line-height: 1;
      outline: none;
      border: none; }
    .kt-pagination .kt-pagination__toolbar .pagination__desc {
      flex-grow: 1;
      font-weight: 500;
      color: #74788d; }
  .kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--last {
    background: rgba(44, 119, 244, 0.1); }
  .kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--active {
    background: #2c77f4; }
  .kt-pagination.kt-pagination--brand .kt-pagination__links li:hover {
    background: #2c77f4;
    transition: color 0.3s ease; }
    .kt-pagination.kt-pagination--brand .kt-pagination__links li:hover a {
      color: #ffffff; }
      .kt-pagination.kt-pagination--brand .kt-pagination__links li:hover a i {
        color: #fff !important; }
  .kt-pagination.kt-pagination--brand .kt-pagination__toolbar .form-control {
    background: rgba(44, 119, 244, 0.1); }
  .kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--last {
    background: rgba(255, 255, 255, 0.1); }
  .kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--active {
    background: #ffffff; }
  .kt-pagination.kt-pagination--light .kt-pagination__links li:hover {
    background: #ffffff;
    transition: color 0.3s ease; }
    .kt-pagination.kt-pagination--light .kt-pagination__links li:hover a {
      color: #ffffff; }
      .kt-pagination.kt-pagination--light .kt-pagination__links li:hover a i {
        color: #fff !important; }
  .kt-pagination.kt-pagination--light .kt-pagination__toolbar .form-control {
    background: rgba(255, 255, 255, 0.1); }
  .kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--last {
    background: rgba(40, 42, 60, 0.1); }
  .kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--active {
    background: #282a3c; }
  .kt-pagination.kt-pagination--dark .kt-pagination__links li:hover {
    background: #282a3c;
    transition: color 0.3s ease; }
    .kt-pagination.kt-pagination--dark .kt-pagination__links li:hover a {
      color: #ffffff; }
      .kt-pagination.kt-pagination--dark .kt-pagination__links li:hover a i {
        color: #fff !important; }
  .kt-pagination.kt-pagination--dark .kt-pagination__toolbar .form-control {
    background: rgba(40, 42, 60, 0.1); }
  .kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--last {
    background: rgba(88, 103, 221, 0.1); }
  .kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--active {
    background: #5867dd; }
  .kt-pagination.kt-pagination--primary .kt-pagination__links li:hover {
    background: #5867dd;
    transition: color 0.3s ease; }
    .kt-pagination.kt-pagination--primary .kt-pagination__links li:hover a {
      color: #ffffff; }
      .kt-pagination.kt-pagination--primary .kt-pagination__links li:hover a i {
        color: #fff !important; }
  .kt-pagination.kt-pagination--primary .kt-pagination__toolbar .form-control {
    background: rgba(88, 103, 221, 0.1); }
  .kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--last {
    background: rgba(29, 201, 183, 0.1); }
  .kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--active {
    background: #1dc9b7; }
  .kt-pagination.kt-pagination--success .kt-pagination__links li:hover {
    background: #1dc9b7;
    transition: color 0.3s ease; }
    .kt-pagination.kt-pagination--success .kt-pagination__links li:hover a {
      color: #ffffff; }
      .kt-pagination.kt-pagination--success .kt-pagination__links li:hover a i {
        color: #fff !important; }
  .kt-pagination.kt-pagination--success .kt-pagination__toolbar .form-control {
    background: rgba(29, 201, 183, 0.1); }
  .kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--last {
    background: rgba(85, 120, 235, 0.1); }
  .kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--active {
    background: #5578eb; }
  .kt-pagination.kt-pagination--info .kt-pagination__links li:hover {
    background: #5578eb;
    transition: color 0.3s ease; }
    .kt-pagination.kt-pagination--info .kt-pagination__links li:hover a {
      color: #ffffff; }
      .kt-pagination.kt-pagination--info .kt-pagination__links li:hover a i {
        color: #fff !important; }
  .kt-pagination.kt-pagination--info .kt-pagination__toolbar .form-control {
    background: rgba(85, 120, 235, 0.1); }
  .kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--last {
    background: rgba(255, 184, 34, 0.1); }
  .kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--active {
    background: #ffb822; }
  .kt-pagination.kt-pagination--warning .kt-pagination__links li:hover {
    background: #ffb822;
    transition: color 0.3s ease; }
    .kt-pagination.kt-pagination--warning .kt-pagination__links li:hover a {
      color: #ffffff; }
      .kt-pagination.kt-pagination--warning .kt-pagination__links li:hover a i {
        color: #fff !important; }
  .kt-pagination.kt-pagination--warning .kt-pagination__toolbar .form-control {
    background: rgba(255, 184, 34, 0.1); }
  .kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--last {
    background: rgba(253, 57, 122, 0.1); }
  .kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--active {
    background: #fd397a; }
  .kt-pagination.kt-pagination--danger .kt-pagination__links li:hover {
    background: #fd397a;
    transition: color 0.3s ease; }
    .kt-pagination.kt-pagination--danger .kt-pagination__links li:hover a {
      color: #ffffff; }
      .kt-pagination.kt-pagination--danger .kt-pagination__links li:hover a i {
        color: #fff !important; }
  .kt-pagination.kt-pagination--danger .kt-pagination__toolbar .form-control {
    background: rgba(253, 57, 122, 0.1); }
  .kt-pagination.kt-pagination--circle .kt-pagination__links li {
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%; }
  .kt-pagination.kt-pagination--lg .kt-pagination__links li a {
    font-size: 1.3rem;
    min-width: 35px;
    min-height: 35px; }
  .kt-pagination.kt-pagination--lg .kt-pagination__toolbar .form-control {
    height: 35px;
    font-size: 1.2rem;
    padding: 0.2rem 0 0.2rem 0.2rem; }
  .kt-pagination.kt-pagination--sm .kt-pagination__links li a {
    font-size: 1rem;
    min-width: 25px;
    min-height: 25px; }
  .kt-pagination.kt-pagination--sm .kt-pagination__toolbar .form-control {
    height: 25px;
    font-size: 0.9rem; }

@media (max-width: 768px) {
  .kt-pagination .kt-pagination__links {
    display: flex;
    flex-wrap: wrap; }
    .kt-pagination .kt-pagination__links li {
      margin: 0.3rem 0.5rem 0.3rem 0; }
      .kt-pagination .kt-pagination__links li a {
        font-size: 0.9rem;
        min-width: 25px;
        min-height: 25px; }
  .kt-pagination .kt-pagination__toolbar .form-control {
    height: 25px;
    font-size: 0.9rem;
    padding: 0.2rem 0 0.2rem 0.2rem; } }

.kt-searchbar .input-group .input-group-text {
  border: none;
  background-color: #f2f3f7;
  padding: 0 0.65rem 0 1rem; }
  .kt-searchbar .input-group .input-group-text .kt-svg-icon {
    height: 20px;
    width: 20px; }
  .kt-searchbar .input-group .input-group-text i {
    font-size: 1rem; }

.kt-searchbar .input-group .form-control {
  border: none;
  background-color: #f2f3f7;
  padding: 0; }

.kt-searchbar .kt-input-icon .form-control {
  border: none;
  background-color: #f2f3f7; }

.kt-searchbar .kt-input-icon .kt-input-icon__icon .kt-svg-icon {
  height: 20px;
  width: 20px; }

.kt-callout {
  padding: 1.5rem; }
  .kt-callout .kt-callout__body {
    display: flex;
    align-items: center; }
    .kt-callout .kt-callout__body .kt-callout__content {
      flex: 2; }
      .kt-callout .kt-callout__body .kt-callout__content .kt-callout__title {
        font-size: 1.85rem;
        font-weight: 500;
        color: #48465b;
        margin-bottom: 1rem; }
      .kt-callout .kt-callout__body .kt-callout__content .kt-callout__desc {
        font-size: 1.15rem;
        line-height: 2rem;
        color: #9392a0;
        padding-right: 2rem;
        font-weight: 400; }
        .kt-callout .kt-callout__body .kt-callout__content .kt-callout__desc:last-child {
          margin-bottom: 0; }
    .kt-callout .kt-callout__body .kt-callout__action {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: center; }
      .kt-callout .kt-callout__body .kt-callout__action .btn.btn-custom {
        padding: 1rem 1.3rem;
        font-size: 0.9rem; }
  .kt-callout--diagonal-bg {
    overflow: hidden;
    position: relative;
    background-color: #fff; }
    .kt-callout--diagonal-bg .kt-callout__body {
      position: relative;
      z-index: 2; }
    .kt-callout--diagonal-bg:before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #f7f8fa;
      z-index: 1; }
    .kt-callout--diagonal-bg:after {
      content: ' ';
      width: 200%;
      height: 1000px;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 45%;
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
      background-color: #fff; }
  .kt-callout--brand {
    background-color: rgba(44, 119, 244, 0.07); }
    .kt-callout--brand.kt-callout--diagonal-bg {
      background-color: #fff; }
      .kt-callout--brand.kt-callout--diagonal-bg:before {
        background-color: rgba(44, 119, 244, 0.15); }
  .kt-callout--light {
    background-color: rgba(255, 255, 255, 0.07); }
    .kt-callout--light.kt-callout--diagonal-bg {
      background-color: #fff; }
      .kt-callout--light.kt-callout--diagonal-bg:before {
        background-color: rgba(255, 255, 255, 0.15); }
  .kt-callout--dark {
    background-color: rgba(40, 42, 60, 0.07); }
    .kt-callout--dark.kt-callout--diagonal-bg {
      background-color: #fff; }
      .kt-callout--dark.kt-callout--diagonal-bg:before {
        background-color: rgba(40, 42, 60, 0.15); }
  .kt-callout--primary {
    background-color: rgba(88, 103, 221, 0.07); }
    .kt-callout--primary.kt-callout--diagonal-bg {
      background-color: #fff; }
      .kt-callout--primary.kt-callout--diagonal-bg:before {
        background-color: rgba(88, 103, 221, 0.15); }
  .kt-callout--success {
    background-color: rgba(29, 201, 183, 0.07); }
    .kt-callout--success.kt-callout--diagonal-bg {
      background-color: #fff; }
      .kt-callout--success.kt-callout--diagonal-bg:before {
        background-color: rgba(29, 201, 183, 0.15); }
  .kt-callout--info {
    background-color: rgba(85, 120, 235, 0.07); }
    .kt-callout--info.kt-callout--diagonal-bg {
      background-color: #fff; }
      .kt-callout--info.kt-callout--diagonal-bg:before {
        background-color: rgba(85, 120, 235, 0.15); }
  .kt-callout--warning {
    background-color: rgba(255, 184, 34, 0.07); }
    .kt-callout--warning.kt-callout--diagonal-bg {
      background-color: #fff; }
      .kt-callout--warning.kt-callout--diagonal-bg:before {
        background-color: rgba(255, 184, 34, 0.15); }
  .kt-callout--danger {
    background-color: rgba(253, 57, 122, 0.07); }
    .kt-callout--danger.kt-callout--diagonal-bg {
      background-color: #fff; }
      .kt-callout--danger.kt-callout--diagonal-bg:before {
        background-color: rgba(253, 57, 122, 0.15); }

.kt-iconbox {
  padding: 1.5rem; }
  .kt-iconbox .kt-iconbox__body {
    display: flex;
    flex-wrap: nowrap; }
    .kt-iconbox .kt-iconbox__body .kt-iconbox__icon {
      flex: 0 0 50px;
      padding-right: 20px; }
      .kt-iconbox .kt-iconbox__body .kt-iconbox__icon svg {
        height: 50px;
        width: 50px; }
    .kt-iconbox .kt-iconbox__body .kt-iconbox__desc {
      display: flex;
      flex-direction: column; }
      .kt-iconbox .kt-iconbox__body .kt-iconbox__desc .kt-iconbox__title {
        font-size: 1.55rem;
        color: #48465b; }
        .kt-iconbox .kt-iconbox__body .kt-iconbox__desc .kt-iconbox__title .kt-link {
          color: #48465b; }
      .kt-iconbox .kt-iconbox__body .kt-iconbox__desc .kt-iconbox__content {
        font-size: 1.1rem;
        font-weight: 400;
        color: #9392a0; }
  .kt-iconbox--wave {
    background-color: #f7f8fa;
    overflow: hidden;
    position: relative; }
    .kt-iconbox--wave > div {
      z-index: 1; }
    .kt-iconbox--wave:before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      z-index: -1; }
    .kt-iconbox--wave:after {
      content: ' ';
      width: 1000px;
      height: 1025px;
      position: absolute;
      bottom: 65%;
      left: -250px;
      border-radius: 35%;
      background: white;
      z-index: 0; }
    .kt-iconbox--wave:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .kt-iconbox--animate {
    background-color: #f7f8fa;
    overflow: hidden;
    position: relative; }
    .kt-iconbox--animate > div {
      z-index: 1; }
    .kt-iconbox--animate:before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      z-index: -1; }
    .kt-iconbox--animate:after {
      content: ' ';
      width: 1000px;
      height: 1025px;
      position: absolute;
      bottom: 65%;
      left: -250px;
      border-radius: 35%;
      background: white;
      z-index: 0; }
    .kt-iconbox--animate:after {
      -webkit-animation: wave 15s infinite linear;
      animation: wave 15s infinite linear; }
    .kt-iconbox--animate-slower {
      background-color: #f7f8fa;
      overflow: hidden;
      position: relative; }
      .kt-iconbox--animate-slower > div {
        z-index: 1; }
      .kt-iconbox--animate-slower:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: -1; }
      .kt-iconbox--animate-slower:after {
        content: ' ';
        width: 1000px;
        height: 1025px;
        position: absolute;
        bottom: 65%;
        left: -250px;
        border-radius: 35%;
        background: white;
        z-index: 0; }
      .kt-iconbox--animate-slower:after {
        -webkit-animation: wave 30s infinite linear;
        animation: wave 30s infinite linear; }
    .kt-iconbox--animate-slow {
      background-color: #f7f8fa;
      overflow: hidden;
      position: relative; }
      .kt-iconbox--animate-slow > div {
        z-index: 1; }
      .kt-iconbox--animate-slow:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: -1; }
      .kt-iconbox--animate-slow:after {
        content: ' ';
        width: 1000px;
        height: 1025px;
        position: absolute;
        bottom: 65%;
        left: -250px;
        border-radius: 35%;
        background: white;
        z-index: 0; }
      .kt-iconbox--animate-slow:after {
        -webkit-animation: wave 25s infinite linear;
        animation: wave 25s infinite linear; }
    .kt-iconbox--animate-fast {
      background-color: #f7f8fa;
      overflow: hidden;
      position: relative; }
      .kt-iconbox--animate-fast > div {
        z-index: 1; }
      .kt-iconbox--animate-fast:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: -1; }
      .kt-iconbox--animate-fast:after {
        content: ' ';
        width: 1000px;
        height: 1025px;
        position: absolute;
        bottom: 65%;
        left: -250px;
        border-radius: 35%;
        background: white;
        z-index: 0; }
      .kt-iconbox--animate-fast:after {
        -webkit-animation: wave 10s infinite linear;
        animation: wave 10s infinite linear; }
    .kt-iconbox--animate-faster {
      background-color: #f7f8fa;
      overflow: hidden;
      position: relative; }
      .kt-iconbox--animate-faster > div {
        z-index: 1; }
      .kt-iconbox--animate-faster:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: -1; }
      .kt-iconbox--animate-faster:after {
        content: ' ';
        width: 1000px;
        height: 1025px;
        position: absolute;
        bottom: 65%;
        left: -250px;
        border-radius: 35%;
        background: white;
        z-index: 0; }
      .kt-iconbox--animate-faster:after {
        -webkit-animation: wave 5s infinite linear;
        animation: wave 5s infinite linear; }
  .kt-iconbox--brand .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
    fill: #2c77f4 !important; }
  .kt-iconbox--brand.kt-iconbox--animate, .kt-iconbox--brand.kt-iconbox--animate-slow, .kt-iconbox--brand.kt-iconbox--animate-slower, .kt-iconbox--brand.kt-iconbox--animate-fast, .kt-iconbox--brand.kt-iconbox--animate-faster {
    background-color: rgba(44, 119, 244, 0.07) !important; }
  .kt-iconbox--light .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
    fill: #ffffff !important; }
  .kt-iconbox--light.kt-iconbox--animate, .kt-iconbox--light.kt-iconbox--animate-slow, .kt-iconbox--light.kt-iconbox--animate-slower, .kt-iconbox--light.kt-iconbox--animate-fast, .kt-iconbox--light.kt-iconbox--animate-faster {
    background-color: rgba(255, 255, 255, 0.07) !important; }
  .kt-iconbox--dark .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
    fill: #282a3c !important; }
  .kt-iconbox--dark.kt-iconbox--animate, .kt-iconbox--dark.kt-iconbox--animate-slow, .kt-iconbox--dark.kt-iconbox--animate-slower, .kt-iconbox--dark.kt-iconbox--animate-fast, .kt-iconbox--dark.kt-iconbox--animate-faster {
    background-color: rgba(40, 42, 60, 0.07) !important; }
  .kt-iconbox--primary .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
    fill: #5867dd !important; }
  .kt-iconbox--primary.kt-iconbox--animate, .kt-iconbox--primary.kt-iconbox--animate-slow, .kt-iconbox--primary.kt-iconbox--animate-slower, .kt-iconbox--primary.kt-iconbox--animate-fast, .kt-iconbox--primary.kt-iconbox--animate-faster {
    background-color: rgba(88, 103, 221, 0.07) !important; }
  .kt-iconbox--success .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
    fill: #1dc9b7 !important; }
  .kt-iconbox--success.kt-iconbox--animate, .kt-iconbox--success.kt-iconbox--animate-slow, .kt-iconbox--success.kt-iconbox--animate-slower, .kt-iconbox--success.kt-iconbox--animate-fast, .kt-iconbox--success.kt-iconbox--animate-faster {
    background-color: rgba(29, 201, 183, 0.07) !important; }
  .kt-iconbox--info .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
    fill: #5578eb !important; }
  .kt-iconbox--info.kt-iconbox--animate, .kt-iconbox--info.kt-iconbox--animate-slow, .kt-iconbox--info.kt-iconbox--animate-slower, .kt-iconbox--info.kt-iconbox--animate-fast, .kt-iconbox--info.kt-iconbox--animate-faster {
    background-color: rgba(85, 120, 235, 0.07) !important; }
  .kt-iconbox--warning .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
    fill: #ffb822 !important; }
  .kt-iconbox--warning.kt-iconbox--animate, .kt-iconbox--warning.kt-iconbox--animate-slow, .kt-iconbox--warning.kt-iconbox--animate-slower, .kt-iconbox--warning.kt-iconbox--animate-fast, .kt-iconbox--warning.kt-iconbox--animate-faster {
    background-color: rgba(255, 184, 34, 0.07) !important; }
  .kt-iconbox--danger .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
    fill: #fd397a !important; }
  .kt-iconbox--danger.kt-iconbox--animate, .kt-iconbox--danger.kt-iconbox--animate-slow, .kt-iconbox--danger.kt-iconbox--animate-slower, .kt-iconbox--danger.kt-iconbox--animate-fast, .kt-iconbox--danger.kt-iconbox--animate-faster {
    background-color: rgba(253, 57, 122, 0.07) !important; }

@-webkit-keyframes wave {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes wave {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.kt-infobox {
  padding: 1.5rem; }
  .kt-infobox .kt-infobox__title {
    font-size: 2rem;
    color: #48465b; }
  .kt-infobox .kt-infobox__subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    color: #48465b;
    margin-bottom: 1.2rem; }
  .kt-infobox .kt-infobox__header {
    margin-bottom: 2rem;
    display: flex;
    align-items: center; }
    .kt-infobox .kt-infobox__header .kt-infobox__badge {
      margin: auto 0 auto auto;
      font-size: 1rem;
      font-weight: 500;
      padding: 0.5rem 1rem;
      border-radius: 5px;
      color: #2c77f4;
      background-color: rgba(44, 119, 244, 0.15); }
  .kt-infobox .kt-infobox__body .kt-infobox__section {
    margin-bottom: 2rem; }
    .kt-infobox .kt-infobox__body .kt-infobox__section .kt-infobox__content {
      font-weight: 400;
      color: #9392a0;
      font-size: 1.15rem;
      line-height: 2rem; }
      .kt-infobox .kt-infobox__body .kt-infobox__section .kt-infobox__content .table {
        font-size: 1rem; }
        .kt-infobox .kt-infobox__body .kt-infobox__section .kt-infobox__content .table thead th {
          padding-top: 0.8rem;
          padding-bottom: 0.8rem; }
    .kt-infobox .kt-infobox__body .kt-infobox__section:last-child {
      margin-bottom: 0; }
  .kt-infobox .kt-infobox__body .kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-text {
    font-size: 1.25rem; }
  .kt-infobox .kt-infobox__body .accordion .card .card-header .card-title {
    font-size: 1.25rem;
    font-weight: 400; }
  .kt-infobox .kt-infobox__body .accordion .card .card-body {
    font-size: 1.15rem;
    line-height: 2rem;
    font-weight: 400;
    color: #9392a0; }
  .kt-infobox .kt-infobox__body .accordion .card:last-child {
    margin-bottom: 0; }
  .kt-infobox--brand .kt-infobox__header .kt-infobox__badge {
    color: #2c77f4;
    background-color: rgba(44, 119, 244, 0.15); }
  .kt-infobox--light .kt-infobox__header .kt-infobox__badge {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15); }
  .kt-infobox--dark .kt-infobox__header .kt-infobox__badge {
    color: #282a3c;
    background-color: rgba(40, 42, 60, 0.15); }
  .kt-infobox--primary .kt-infobox__header .kt-infobox__badge {
    color: #5867dd;
    background-color: rgba(88, 103, 221, 0.15); }
  .kt-infobox--success .kt-infobox__header .kt-infobox__badge {
    color: #1dc9b7;
    background-color: rgba(29, 201, 183, 0.15); }
  .kt-infobox--info .kt-infobox__header .kt-infobox__badge {
    color: #5578eb;
    background-color: rgba(85, 120, 235, 0.15); }
  .kt-infobox--warning .kt-infobox__header .kt-infobox__badge {
    color: #ffb822;
    background-color: rgba(255, 184, 34, 0.15); }
  .kt-infobox--danger .kt-infobox__header .kt-infobox__badge {
    color: #fd397a;
    background-color: rgba(253, 57, 122, 0.15); }

.kt-ribbon {
  position: relative; }
  .kt-ribbon .kt-ribbon__target {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    background-color: #2c77f4;
    color: #ffffff; }
    .kt-ribbon .kt-ribbon__target > .kt-ribbon__inner {
      z-index: -1;
      position: absolute;
      padding: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .kt-ribbon .kt-ribbon__target:after {
      border-color: #073480; }
  .kt-ribbon--ver .kt-ribbon__target {
    padding: 5px 10px;
    width: 36px;
    height: 46px;
    text-align: center; }
  .kt-ribbon--shadow .kt-ribbon__target {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4); }
  .kt-ribbon.kt-ribbon--round.kt-ribbon--top .kt-ribbon__target {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .kt-ribbon.kt-ribbon--round.kt-ribbon--bottom .kt-ribbon__target {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .kt-ribbon.kt-ribbon--round.kt-ribbon--left .kt-ribbon__target {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .kt-ribbon.kt-ribbon--round.kt-ribbon--right .kt-ribbon__target {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .kt-ribbon--border-ver .kt-ribbon__target:after {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid;
    border-right: 1px solid;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px; }
  .kt-ribbon--border-hor .kt-ribbon__target:after {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 0; }
  .kt-ribbon--border-dash-ver .kt-ribbon__target:after {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid;
    border-right: 1px solid;
    border-left-style: dashed;
    border-right-style: dashed;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px; }
  .kt-ribbon--border-dash-hor .kt-ribbon__target:after {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    border-top-style: dashed;
    border-bottom-style: dashed;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 0; }
  .kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target {
    left: -10px; }
    .kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target .kt-ribbon__inner:before, .kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target .kt-ribbon__inner:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-color: transparent !important;
      bottom: -10px; }
    .kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target .kt-ribbon__inner:before {
      border-width: 0 10px 10px 0;
      border-right-color: #222 !important;
      left: 0; }
  .kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target {
    right: -10px; }
    .kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target .kt-ribbon__inner:before, .kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target .kt-ribbon__inner:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-color: transparent !important;
      bottom: -10px; }
    .kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target .kt-ribbon__inner:before {
      border-width: 0 0 10px 10px;
      border-left-color: #222 !important;
      right: 0; }
  .kt-ribbon--flag .kt-ribbon__target > .kt-ribbon__inner:after {
    border-left: 18px solid;
    border-right: 18px solid;
    border-bottom: 1em solid transparent !important;
    bottom: -1em;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    width: 0; }
  .kt-ribbon--brand .kt-ribbon__target {
    background-color: #2c77f4;
    color: #ffffff; }
    .kt-ribbon--brand .kt-ribbon__target:after {
      border-color: rgba(255, 255, 255, 0.5); }
    .kt-ribbon--brand .kt-ribbon__target > .kt-ribbon__inner {
      background-color: #2c77f4;
      color: #ffffff; }
      .kt-ribbon--brand .kt-ribbon__target > .kt-ribbon__inner:after {
        border-color: transparent;
        border-left-color: #2c77f4;
        border-right-color: #2c77f4; }
  .kt-ribbon--light .kt-ribbon__target {
    background-color: #ffffff;
    color: #282a3c; }
    .kt-ribbon--light .kt-ribbon__target:after {
      border-color: rgba(40, 42, 60, 0.5); }
    .kt-ribbon--light .kt-ribbon__target > .kt-ribbon__inner {
      background-color: #ffffff;
      color: #282a3c; }
      .kt-ribbon--light .kt-ribbon__target > .kt-ribbon__inner:after {
        border-color: transparent;
        border-left-color: #ffffff;
        border-right-color: #ffffff; }
  .kt-ribbon--dark .kt-ribbon__target {
    background-color: #282a3c;
    color: #ffffff; }
    .kt-ribbon--dark .kt-ribbon__target:after {
      border-color: rgba(255, 255, 255, 0.5); }
    .kt-ribbon--dark .kt-ribbon__target > .kt-ribbon__inner {
      background-color: #282a3c;
      color: #ffffff; }
      .kt-ribbon--dark .kt-ribbon__target > .kt-ribbon__inner:after {
        border-color: transparent;
        border-left-color: #282a3c;
        border-right-color: #282a3c; }
  .kt-ribbon--primary .kt-ribbon__target {
    background-color: #5867dd;
    color: #ffffff; }
    .kt-ribbon--primary .kt-ribbon__target:after {
      border-color: rgba(255, 255, 255, 0.5); }
    .kt-ribbon--primary .kt-ribbon__target > .kt-ribbon__inner {
      background-color: #5867dd;
      color: #ffffff; }
      .kt-ribbon--primary .kt-ribbon__target > .kt-ribbon__inner:after {
        border-color: transparent;
        border-left-color: #5867dd;
        border-right-color: #5867dd; }
  .kt-ribbon--success .kt-ribbon__target {
    background-color: #1dc9b7;
    color: #ffffff; }
    .kt-ribbon--success .kt-ribbon__target:after {
      border-color: rgba(255, 255, 255, 0.5); }
    .kt-ribbon--success .kt-ribbon__target > .kt-ribbon__inner {
      background-color: #1dc9b7;
      color: #ffffff; }
      .kt-ribbon--success .kt-ribbon__target > .kt-ribbon__inner:after {
        border-color: transparent;
        border-left-color: #1dc9b7;
        border-right-color: #1dc9b7; }
  .kt-ribbon--info .kt-ribbon__target {
    background-color: #5578eb;
    color: #ffffff; }
    .kt-ribbon--info .kt-ribbon__target:after {
      border-color: rgba(255, 255, 255, 0.5); }
    .kt-ribbon--info .kt-ribbon__target > .kt-ribbon__inner {
      background-color: #5578eb;
      color: #ffffff; }
      .kt-ribbon--info .kt-ribbon__target > .kt-ribbon__inner:after {
        border-color: transparent;
        border-left-color: #5578eb;
        border-right-color: #5578eb; }
  .kt-ribbon--warning .kt-ribbon__target {
    background-color: #ffb822;
    color: #111111; }
    .kt-ribbon--warning .kt-ribbon__target:after {
      border-color: rgba(17, 17, 17, 0.5); }
    .kt-ribbon--warning .kt-ribbon__target > .kt-ribbon__inner {
      background-color: #ffb822;
      color: #111111; }
      .kt-ribbon--warning .kt-ribbon__target > .kt-ribbon__inner:after {
        border-color: transparent;
        border-left-color: #ffb822;
        border-right-color: #ffb822; }
  .kt-ribbon--danger .kt-ribbon__target {
    background-color: #fd397a;
    color: #ffffff; }
    .kt-ribbon--danger .kt-ribbon__target:after {
      border-color: rgba(255, 255, 255, 0.5); }
    .kt-ribbon--danger .kt-ribbon__target > .kt-ribbon__inner {
      background-color: #fd397a;
      color: #ffffff; }
      .kt-ribbon--danger .kt-ribbon__target > .kt-ribbon__inner:after {
        border-color: transparent;
        border-left-color: #fd397a;
        border-right-color: #fd397a; }

.kt-chat .kt-portlet__head {
  align-items: center;
  flex-grow: 1; }

.kt-chat .kt-chat__head {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-grow: 1; }
  .kt-chat .kt-chat__head .kt-chat__label .kt-chat__title {
    font-size: 1.1rem;
    color: #48465b;
    font-weight: 600;
    margin: 0;
    padding: 0; }
    .kt-chat .kt-chat__head .kt-chat__label .kt-chat__title:hover {
      color: #2c77f4;
      transition: color 0.3s ease; }
  .kt-chat .kt-chat__head .kt-chat__label .kt-chat__status {
    color: #74788d;
    font-size: 0.9rem;
    font-weight: 500;
    display: block; }
  .kt-chat .kt-chat__head .kt-chat__left {
    flex-grow: 1;
    text-align: left; }
  .kt-chat .kt-chat__head .kt-chat__right {
    flex-grow: 1;
    text-align: right; }
  .kt-chat .kt-chat__head .kt-chat__center {
    flex-grow: 1;
    text-align: center; }

.kt-chat .kt-chat__messages .kt-chat__message {
  margin-bottom: 1rem; }
  .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__username {
    padding: 0 0.4rem;
    font-size: 1.1rem;
    color: #48465b;
    font-weight: 500; }
    .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__username:hover {
      color: #2c77f4;
      transition: color 0.3s ease; }
  .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__datetime {
    color: #74788d;
    font-size: 0.9rem;
    font-weight: 400; }
  .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text {
    display: inline-block;
    padding: 1.2rem 1.7rem;
    padding: 1.1rem 3.5rem 1.1rem 1.6rem;
    margin-top: 0.8rem;
    color: #6c7293;
    font-weight: 500;
    font-size: 1.1rem;
    border-radius: 4px; }
    .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text b {
      color: #595d6e;
      font-weight: 0; }
  .kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right {
    text-align: right; }
    .kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right .kt-chat__text {
      text-align: right;
      padding: 1.1rem 1.6rem 1.1rem 3.5rem; }

.kt-chat .kt-chat__messages.kt-chat__messages--solid {
  width: 100%; }
  .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message {
    padding: 1.3rem 1.7rem;
    margin: 1.5rem 0;
    display: inline-block;
    border-radius: 4px; }
    .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message:first-child {
      margin-top: 0; }
    .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message .kt-chat__text {
      padding: 0;
      margin-top: 0.5rem;
      background: none !important; }
    .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--right {
      float: right; }
    .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--brand {
      background: rgba(44, 119, 244, 0.1); }
    .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--light {
      background: rgba(255, 255, 255, 0.1); }
    .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--dark {
      background: rgba(40, 42, 60, 0.1); }
    .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--primary {
      background: rgba(88, 103, 221, 0.1); }
    .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--success {
      background: rgba(29, 201, 183, 0.1); }
    .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--info {
      background: rgba(85, 120, 235, 0.1); }
    .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--warning {
      background: rgba(255, 184, 34, 0.1); }
    .kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--danger {
      background: rgba(253, 57, 122, 0.1); }

.kt-chat .kt-chat__input .kt-chat__editor textarea {
  width: 100%;
  border: 0 !important;
  outline: none !important;
  background-color: transparent !important;
  color: #a2a5b9; }
  .kt-chat .kt-chat__input .kt-chat__editor textarea::-moz-placeholder {
    color: #a2a5b9;
    opacity: 1; }
  .kt-chat .kt-chat__input .kt-chat__editor textarea:-ms-input-placeholder {
    color: #a2a5b9; }
  .kt-chat .kt-chat__input .kt-chat__editor textarea::-webkit-input-placeholder {
    color: #a2a5b9; }

.kt-chat .kt-chat__input .kt-chat__toolbar {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .kt-chat .kt-chat__input .kt-chat__toolbar .kt_chat__tools a i {
    margin-right: 1.1rem;
    color: #cdd1e9;
    font-size: 1.4rem; }
    .kt-chat .kt-chat__input .kt-chat__toolbar .kt_chat__tools a i:hover {
      color: #2c77f4;
      transition: color 0.3s ease; }

@media (max-width: 1024px) {
  .kt-chat .kt-chat__messages .kt-chat__message {
    margin-bottom: 0.75rem; }
    .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__username {
      padding: 0 0.25rem;
      font-size: 1rem; }
    .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text {
      display: inline-block;
      padding: 0.75rem 1rem;
      margin-top: 0.5rem; }
    .kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right .kt-chat__text {
      padding: 0.75rem 1rem; }
  .kt-chat .kt-chat__input .kt-chat__toolbar {
    margin-top: 0.75rem; }
    .kt-chat .kt-chat__input .kt-chat__toolbar .kt_chat__tools a i {
      margin-right: 0.75rem;
      font-size: 1.3rem; } }

.kt-demo-panel-toggle {
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 200px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
  .kt-demo-panel-toggle span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c77f4;
    letter-spacing: 3px; }

.kt-demo-panel {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  padding: 2.5rem; }
  .kt-demo-panel .kt-demo-panel__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem; }
    .kt-demo-panel .kt-demo-panel__head .kt-demo-panel__title {
      font-size: 1.4rem;
      font-weight: 500;
      color: #48465b;
      margin: 0;
      padding: 0; }
      .kt-demo-panel .kt-demo-panel__head .kt-demo-panel__title small {
        color: #74788d;
        font-size: 1.1rem; }
    .kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 28px;
      height: 28px;
      background-color: #f7f8fa;
      transition: all 0.3s;
      border-radius: 4px; }
      .kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close i {
        transition: all 0.3s;
        font-size: 0.8rem;
        color: #74788d; }
      .kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover {
        transition: all 0.3s;
        background-color: #2c77f4; }
        .kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover i {
          transition: all 0.3s;
          color: #ffffff; }
  .kt-demo-panel .kt-demo-panel__body {
    position: relative; }
    .kt-demo-panel .kt-demo-panel__body .ps__rail-y {
      opacity: 1; }
    .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item {
      display: block;
      margin-bottom: 2rem;
      outline: 0; }
      .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:last-child {
        margin-bottom: 0; }
      .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover {
        text-decoration: none; }
      .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-title {
        font-size: 1.1rem;
        font-weight: 500;
        color: #595d6e;
        text-align: center;
        margin-bottom: 0.5rem; }
      .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview {
        overflow: hidden;
        position: relative;
        transition: all 0.3s;
        border: 4px solid #ebedf2;
        border-radius: 4px; }
        .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview img {
          width: 100%; }
        .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: rgba(0, 0, 0, 0.15);
          transition: all 0.3s;
          opacity: 0; }
          .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn {
            margin-right: 5px; }
            .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn:last-child {
              margin-right: 0; }
            .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light {
              background-color: #fff;
              color: #74788d; }
              .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light:hover {
                background-color: #fff;
                color: #595d6e; }
      .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview {
        transition: all 0.3s;
        border: 4px solid #2c77f4; }
      .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview {
        transition: all 0.3s; }
        .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay {
          transition: all 0.3s;
          opacity: 1; }
    .kt-demo-panel .kt-demo-panel__body .kt-demo-panel__purchase {
      margin-bottom: 2rem;
      display: block; }

@media (min-width: 1025px) {
  .kt-demo-panel .kt-demo-panel__body {
    padding-right: 1.5rem;
    margin-right: -1.5rem; } }

.kt-demo-panel-close {
  display: none; }

.kt-demo-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 350px !important;
  transition: left 0.3s ease, right 0.3s ease;
  left: -370px; }
  .kt-demo-panel.kt-demo-panel--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0; }
  @media screen\0 {
    .kt-demo-panel {
      transition: none !important; } }

.kt-demo-panel--right .kt-demo-panel {
  right: -370px;
  left: auto; }
  .kt-demo-panel--right .kt-demo-panel.kt-demo-panel--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto; }

.kt-demo-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px; }
  @media screen\0 {
    .kt-demo-panel-close {
      transition: none !important; } }
  .kt-demo-panel-close > i {
    line-height: 0;
    font-size: 1.4rem; }
  .kt-demo-panel-close:hover {
    text-decoration: none; }
  .kt-demo-panel--right .kt-demo-panel-close {
    left: auto;
    right: -25px; }
  .kt-demo-panel--on .kt-demo-panel-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 324px; }
  .kt-demo-panel--on.kt-demo-panel--right .kt-demo-panel-close {
    left: auto;
    right: 324px; }

.kt-demo-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: kt-animate-fade-in .3s linear 1;
  animation: kt-animate-fade-in .3s linear 1; }

.kt-demo-panel-overlay {
  background: rgba(0, 0, 0, 0.05); }

@media (max-width: 400px) {
  .kt-demo-panel {
    width: 90% !important; } }

@media (max-width: 1024px) {
  .kt-demo-panel-toggle {
    width: 30px;
    padding: 1rem 0; }
    .kt-demo-panel-toggle span {
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: 2px; }
  .kt-demo-panel {
    padding: 1rem; }
  .kt-demo-panel-toggle {
    top: 20%; } }

.kt-offcanvas-panel {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  padding: 2.5rem; }
  .kt-offcanvas-panel .kt-offcanvas-panel__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
    .kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__title {
      font-size: 1.4rem;
      font-weight: 500;
      color: #48465b;
      margin: 0;
      padding: 0; }
      .kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__title small {
        color: #74788d;
        font-size: 1rem; }
    .kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 28px;
      height: 28px;
      background-color: #f7f8fa;
      transition: all 0.3s;
      border-radius: 4px; }
      .kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close i {
        transition: all 0.3s;
        font-size: 0.8rem;
        color: #74788d; }
      .kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close:hover {
        transition: all 0.3s;
        background-color: #2c77f4; }
        .kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close:hover i {
          transition: all 0.3s;
          color: #ffffff; }
  .kt-offcanvas-panel .kt-offcanvas-panel__body {
    position: relative; }
    .kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__section {
      padding: 0;
      font-size: 1.3rem;
      font-weight: 500;
      color: #595d6e;
      margin: 2rem 0 1.5rem 0; }
      .kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__section.kt-offcanvas-panel__section--first {
        margin-top: 0; }

.kt-offcanvas-panel-close {
  display: none; }

.kt-offcanvas-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 425px !important;
  transition: left 0.3s ease, right 0.3s ease;
  left: -445px; }
  .kt-offcanvas-panel.kt-offcanvas-panel--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0; }
  @media screen\0 {
    .kt-offcanvas-panel {
      transition: none !important; } }

.kt-offcanvas-panel--right .kt-offcanvas-panel {
  right: -445px;
  left: auto; }
  .kt-offcanvas-panel--right .kt-offcanvas-panel.kt-offcanvas-panel--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto; }

.kt-offcanvas-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px; }
  @media screen\0 {
    .kt-offcanvas-panel-close {
      transition: none !important; } }
  .kt-offcanvas-panel-close > i {
    line-height: 0;
    font-size: 1.4rem; }
  .kt-offcanvas-panel-close:hover {
    text-decoration: none; }
  .kt-offcanvas-panel--right .kt-offcanvas-panel-close {
    left: auto;
    right: -25px; }
  .kt-offcanvas-panel--on .kt-offcanvas-panel-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 399px; }
  .kt-offcanvas-panel--on.kt-offcanvas-panel--right .kt-offcanvas-panel-close {
    left: auto;
    right: 399px; }

.kt-offcanvas-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: kt-animate-fade-in .3s linear 1;
  animation: kt-animate-fade-in .3s linear 1; }

.kt-offcanvas-panel-overlay {
  background: rgba(0, 0, 0, 0.1); }

@media (max-width: 475px) {
  .kt-offcanvas-panel {
    width: 90% !important; } }

@media (min-width: 1025px) {
  .kt-offcanvas-panel .kt-offcanvas-panel__body {
    padding-right: 1.5rem;
    margin-right: -1.5rem; } }

@media (max-width: 1024px) {
  .kt-offcanvas-panel {
    padding: 1rem; } }

.kt-quick-panel {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  padding: 0; }
  .kt-quick-panel .kt-quick-panel__close {
    position: absolute;
    z-index: 1;
    right: 1.5rem;
    top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background-color: #f7f8fa;
    transition: all 0.3s;
    border-radius: 4px; }
    .kt-quick-panel .kt-quick-panel__close i {
      transition: all 0.3s;
      font-size: 0.8rem;
      color: #74788d; }
    .kt-quick-panel .kt-quick-panel__close:hover {
      transition: all 0.3s;
      background-color: #2c77f4; }
      .kt-quick-panel .kt-quick-panel__close:hover i {
        transition: all 0.3s;
        color: #ffffff; }
  .kt-quick-panel .kt-quick-panel__nav {
    display: flex;
    position: relative;
    padding: 1.5rem 0 0 0;
    align-items: center; }
    .kt-quick-panel .kt-quick-panel__nav .nav {
      width: 100%;
      padding: 0 1.5rem;
      margin: 0; }
      .kt-quick-panel .kt-quick-panel__nav .nav .nav-item {
        margin-right: 1.5rem; }
        .kt-quick-panel .kt-quick-panel__nav .nav .nav-item .nav-link {
          font-size: 1rem;
          color: #74788d; }
        .kt-quick-panel .kt-quick-panel__nav .nav .nav-item:last-child {
          margin-right: 0; }
  .kt-quick-panel .kt-quick-panel__content {
    padding: 1.5rem 0; }
    .kt-quick-panel .kt-quick-panel__content .ps > .ps__rail-y {
      right: 5px !important; }
  .kt-quick-panel .kt-quick-panel__content-padding-x {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.kt-quick-panel-close {
  display: none; }

.kt-quick-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 425px !important;
  transition: left 0.3s ease, right 0.3s ease;
  left: -445px; }
  .kt-quick-panel.kt-quick-panel--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0; }
  @media screen\0 {
    .kt-quick-panel {
      transition: none !important; } }

.kt-quick-panel--right .kt-quick-panel {
  right: -445px;
  left: auto; }
  .kt-quick-panel--right .kt-quick-panel.kt-quick-panel--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto; }

.kt-quick-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px; }
  @media screen\0 {
    .kt-quick-panel-close {
      transition: none !important; } }
  .kt-quick-panel-close > i {
    line-height: 0;
    font-size: 1.4rem; }
  .kt-quick-panel-close:hover {
    text-decoration: none; }
  .kt-quick-panel--right .kt-quick-panel-close {
    left: auto;
    right: -25px; }
  .kt-quick-panel--on .kt-quick-panel-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 399px; }
  .kt-quick-panel--on.kt-quick-panel--right .kt-quick-panel-close {
    left: auto;
    right: 399px; }

.kt-quick-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: kt-animate-fade-in .3s linear 1;
  animation: kt-animate-fade-in .3s linear 1; }

.kt-quick-panel {
  background: #ffffff;
  box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75); }

.kt-quick-panel-overlay {
  background: rgba(0, 0, 0, 0.1); }

.kt-quick-panel-close {
  background-color: #e8e8f2; }
  .kt-quick-panel-close > i {
    color: #968ad4; }
  .kt-quick-panel-close:hover {
    background-color: #2c77f4; }
    .kt-quick-panel-close:hover > i {
      color: #ffffff; }

@media (max-width: 475px) {
  .kt-quick-panel {
    width: 90% !important; } }

@media (max-width: 1024px) {
  .kt-quick-panel .kt-quick-panel__close {
    right: 0.5rem;
    top: 0.5rem;
    width: 24px;
    height: 24px; }
    .kt-quick-panel .kt-quick-panel__close i {
      font-size: 0.8rem; }
  .kt-quick-panel .kt-quick-panel__nav {
    padding: 1rem 0; }
    .kt-quick-panel .kt-quick-panel__nav .nav .nav-item {
      margin-right: 1rem; }
      .kt-quick-panel .kt-quick-panel__nav .nav .nav-item:last-child {
        margin-right: 0; }
    .kt-quick-panel .kt-quick-panel__nav .nav .nav-link {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-size: 0.9rem;
      font-weight: 400;
      text-transform: uppercase; }
    .kt-quick-panel .kt-quick-panel__nav .kt-quick-panel__close i {
      font-size: 1.1rem; }
  .kt-quick-panel .kt-quick-panel__content {
    padding: 1rem 0.5rem 1rem 1rem; }
    .kt-quick-panel .kt-quick-panel__content .tab-pane {
      padding-right: 0.5rem; } }

.kt-quick-search {
  padding: 1.5rem; }
  .kt-quick-search .kt-quick-search__form {
    padding: 0;
    background-color: #36344d; }
    .kt-quick-search .kt-quick-search__form .input-group {
      background-color: transparent; }
    .kt-quick-search .kt-quick-search__form .input-group-prepend,
    .kt-quick-search .kt-quick-search__form .input-group-append {
      background-color: transparent; }
      .kt-quick-search .kt-quick-search__form .input-group-prepend .input-group-text,
      .kt-quick-search .kt-quick-search__form .input-group-append .input-group-text {
        background-color: transparent;
        border: 0; }
    .kt-quick-search .kt-quick-search__form .form-control {
      border: 0;
      background: none;
      outline: none !important;
      box-shadow: none;
      color: #575962;
      background-color: transparent;
      border: 0;
      padding-left: 0;
      padding-right: 0; }
      .kt-quick-search .kt-quick-search__form .form-control::-moz-placeholder {
        color: #656872;
        opacity: 1; }
      .kt-quick-search .kt-quick-search__form .form-control:-ms-input-placeholder {
        color: #656872; }
      .kt-quick-search .kt-quick-search__form .form-control::-webkit-input-placeholder {
        color: #656872; }
    .kt-quick-search .kt-quick-search__form i {
      font-size: 1.3rem;
      color: #64688d; }
    .kt-quick-search .kt-quick-search__form .kt-quick-search__close {
      cursor: pointer;
      display: none;
      transition: all 0.3s; }
      .kt-quick-search .kt-quick-search__form .kt-quick-search__close:hover {
        transition: all 0.3s;
        color: #2c77f4; }
  .kt-quick-search .kt-quick-search__wrapper {
    display: none;
    margin: 1.5rem; }
    .kt-quick-search .kt-quick-search__wrapper.ps {
      margin-right: 0.5rem; }
  .kt-quick-search .kt-quick-search__result {
    padding: 0;
    margin: 0; }
    .kt-quick-search .kt-quick-search__result .kt-quick-search__category {
      display: flex;
      padding: 0;
      margin: 1.5rem 0 0.5rem 0;
      font-weight: 600;
      font-size: 1rem;
      text-transform: uppercase;
      color: #2c77f4; }
      .kt-quick-search .kt-quick-search__result .kt-quick-search__category.kt-quick-search__category--first {
        margin-top: 0; }
    .kt-quick-search .kt-quick-search__result .kt-quick-search__message {
      display: flex;
      padding: 1rem 0;
      font-weight: 500;
      font-size: 1.1rem; }
    .kt-quick-search .kt-quick-search__result .kt-quick-search__item {
      display: flex;
      align-items: stretch;
      flex-direction: row;
      margin: 0.5rem 0;
      outline: none; }
      .kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon {
        width: 2.5rem;
        margin-right: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
        color: #74788d; }
        .kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon i {
          font-size: 1.5rem; }
        .kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon img {
          border-radius: 50%;
          display: block;
          max-width: 28px !important; }
      .kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-text {
        display: flex;
        flex-grow: 1;
        align-items: center;
        font-size: 1rem;
        color: #74788d;
        transition: all 0.3s; }
      .kt-quick-search .kt-quick-search__result .kt-quick-search__item:hover {
        text-decoration: none; }
        .kt-quick-search .kt-quick-search__result .kt-quick-search__item:hover .kt-quick-search__item-text {
          transition: all 0.3s;
          color: #2c77f4; }
  .kt-quick-search.kt-quick-search--has-result .kt-quick-search__wrapper {
    display: block; }
  .kt-quick-search.kt-quick-search--inline {
    padding: 0; }
    .kt-quick-search.kt-quick-search--inline .kt-quick-search__form {
      margin: 0 1.5rem;
      padding: 1rem 0;
      background-color: #fff; }
      .kt-quick-search.kt-quick-search--inline .kt-quick-search__form .input-group:before {
        right: 0 !important; }
      .kt-quick-search.kt-quick-search--inline .kt-quick-search__form .input-group-prepend .input-group-text {
        padding-left: 0; }
      .kt-quick-search.kt-quick-search--inline .kt-quick-search__form .input-group-append .input-group-text {
        padding-right: 0; }
      .kt-quick-search.kt-quick-search--inline .kt-quick-search__form .form-control {
        color: #595d6e; }
        .kt-quick-search.kt-quick-search--inline .kt-quick-search__form .form-control::-moz-placeholder {
          color: #74788d;
          opacity: 1; }
        .kt-quick-search.kt-quick-search--inline .kt-quick-search__form .form-control:-ms-input-placeholder {
          color: #74788d; }
        .kt-quick-search.kt-quick-search--inline .kt-quick-search__form .form-control::-webkit-input-placeholder {
          color: #74788d; }
      .kt-quick-search.kt-quick-search--inline .kt-quick-search__form i {
        font-size: 1.3rem;
        color: #74788d; }
    .kt-quick-search.kt-quick-search--inline .kt-quick-search__wrapper {
      margin: 1.5rem;
      display: none;
      padding-top: 0;
      padding-bottom: 0; }
      .kt-quick-search.kt-quick-search--inline .kt-quick-search__wrapper.ps {
        margin-right: 0.5rem; }
    .kt-quick-search.kt-quick-search--inline .kt-quick-search__result {
      padding: 0; }
    .kt-quick-search.kt-quick-search--inline.kt-quick-search--has-result .kt-quick-search__form {
      border-bottom: 1px solid #ebedf2; }
    .kt-quick-search.kt-quick-search--inline.kt-quick-search--has-result .kt-quick-search__wrapper {
      display: block; }
      .kt-quick-search.kt-quick-search--inline.kt-quick-search--has-result .kt-quick-search__wrapper .kt-quick-search__result {
        padding-top: 0;
        padding-bottom: 0; }

.kt-scroll {
  position: relative;
  overflow: hidden; }

.kt-sticky-toolbar {
  width: 46px;
  position: fixed;
  top: 30%;
  right: 0;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 3px 0 0 3px; }
  .kt-sticky-toolbar .kt-sticky-toolbar__item {
    margin: 0;
    padding: 5px;
    text-align: center; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item > a {
      background: #f4f4f8;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border-radius: 3px;
      transition: background 0.3s ease; }
      .kt-sticky-toolbar .kt-sticky-toolbar__item > a > i {
        transition: color 0.3s ease;
        font-size: 1.3rem; }
      .kt-sticky-toolbar .kt-sticky-toolbar__item > a:hover {
        transition: background 0.3s ease; }
        .kt-sticky-toolbar .kt-sticky-toolbar__item > a:hover > i {
          transition: color 0.3s ease; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand > a > i {
      color: #2c77f4; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand:hover > a {
      background: #2c77f4; }
      .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand:hover > a > i {
        color: #ffffff; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--light > a > i {
      color: #ffffff; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--light:hover > a {
      background: #ffffff; }
      .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--light:hover > a > i {
        color: #282a3c; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--dark > a > i {
      color: #282a3c; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--dark:hover > a {
      background: #282a3c; }
      .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--dark:hover > a > i {
        color: #ffffff; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--primary > a > i {
      color: #5867dd; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--primary:hover > a {
      background: #5867dd; }
      .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--primary:hover > a > i {
        color: #ffffff; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success > a > i {
      color: #1dc9b7; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success:hover > a {
      background: #1dc9b7; }
      .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success:hover > a > i {
        color: #ffffff; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--info > a > i {
      color: #5578eb; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--info:hover > a {
      background: #5578eb; }
      .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--info:hover > a > i {
        color: #ffffff; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning > a > i {
      color: #ffb822; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning:hover > a {
      background: #ffb822; }
      .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning:hover > a > i {
        color: #111111; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--danger > a > i {
      color: #fd397a; }
    .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--danger:hover > a {
      background: #fd397a; }
      .kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--danger:hover > a > i {
        color: #ffffff; }

@media (min-width: 1025px) {
  .kt-app .kt-app__aside {
    width: 350px; } }

@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-app .kt-app__aside {
    width: 262.5px; } }

@media (min-width: 1025px) {
  .kt-app .kt-app__aside.kt-app__aside--sm {
    width: 250px; } }

@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-app .kt-app__aside.kt-app__aside--sm {
    width: 187.5px; } }

@media (min-width: 1025px) {
  .kt-app .kt-app__aside.kt-app__aside--lg {
    width: 450px; } }

@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-app .kt-app__aside.kt-app__aside--lg {
    width: 337.5px; } }

@media (min-width: 1025px) {
  .kt-app .kt-app__aside.kt-app__aside--xl {
    width: 600px; } }

@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-app .kt-app__aside.kt-app__aside--xl {
    width: 450px; } }

.kt-app .kt-app__content {
  margin-left: 20px; }

.kt-app .kt-app__detail {
  margin-left: 20px; }
  @media (min-width: 1025px) {
    .kt-app .kt-app__detail {
      width: 550px; } }
  @media (min-width: 1025px) and (max-width: 1399px) {
    .kt-app .kt-app__detail {
      width: 440px; } }
  @media (min-width: 1025px) {
    .kt-app .kt-app__detail.kt-app__detail--sm {
      width: 400px; } }
  @media (min-width: 1025px) and (max-width: 1399px) {
    .kt-app .kt-app__detail.kt-app__detail--sm {
      width: 320px; } }
  @media (min-width: 1025px) {
    .kt-app .kt-app__detail.kt-app__detail--lg {
      width: 700px; } }
  @media (min-width: 1025px) and (max-width: 1399px) {
    .kt-app .kt-app__detail.kt-app__detail--lg {
      width: 560px; } }
  @media (min-width: 1025px) {
    .kt-app .kt-app__detail.kt-app__detail--xl {
      width: 850px; } }
  @media (min-width: 1025px) and (max-width: 1399px) {
    .kt-app .kt-app__detail.kt-app__detail--xl {
      width: 680px; } }

@media (max-width: 1024px) {
  .kt-app .kt-app__aside {
    padding: 35px 15px 15px 15px;
    background-color: #ffffff; }
    .kt-app .kt-app__aside .kt-portlet {
      box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1); }
    .kt-app .kt-app__aside.kt-app__aside--fit {
      padding: 20px 0 0 0; }
      .kt-app .kt-app__aside.kt-app__aside--fit .kt-portlet {
        box-shadow: none; }
  .kt-app .kt-app__content {
    margin-left: 0; }
  .kt-app .kt-app__detail {
    margin-left: 0; } }

.kt-app__aside-close {
  display: none; }

@media (max-width: 1024px) {
  .kt-app__aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 300px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -320px; }
    .kt-app__aside.kt-app__aside--on {
      transition: left 0.3s ease, right 0.3s ease;
      left: 0; } }
  @media screen\0  and (max-width: 1024px) {
    .kt-app__aside {
      transition: none !important; } }

@media (max-width: 1024px) {
  .kt-app__aside--right .kt-app__aside {
    right: -320px;
    left: auto; }
    .kt-app__aside--right .kt-app__aside.kt-app__aside--on {
      transition: left 0.3s ease, right 0.3s ease;
      right: 0;
      left: auto; }
  .kt-app__aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px; } }
  @media screen\0  and (max-width: 1024px) {
    .kt-app__aside-close {
      transition: none !important; } }

@media (max-width: 1024px) {
    .kt-app__aside-close > i {
      line-height: 0;
      font-size: 1.4rem; }
    .kt-app__aside-close:hover {
      text-decoration: none; }
    .kt-app__aside--right .kt-app__aside-close {
      left: auto;
      right: -25px; }
    .kt-app__aside--on .kt-app__aside-close {
      transition: left 0.3s ease, right 0.3s ease;
      left: 274px; }
    .kt-app__aside--on.kt-app__aside--right .kt-app__aside-close {
      left: auto;
      right: 274px; }
  .kt-app__aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: kt-animate-fade-in .3s linear 1;
    animation: kt-animate-fade-in .3s linear 1; }
  .kt-app__aside-overlay {
    background: rgba(0, 0, 0, 0.05); }
  .kt-app__aside-close {
    background-color: #f7f8fa; }
    .kt-app__aside-close > i {
      color: #74788d; }
    .kt-app__aside-close:hover {
      background-color: transparent; }
      .kt-app__aside-close:hover > i {
        color: #2c77f4; } }

@media (max-width: 350px) {
  .kt-app__aside {
    width: 90% !important; } }

.kt-subheader {
  background-color: #fff;
  display: flex;
  align-items: stretch;
  margin: 10px 0; }
  .kt-subheader .kt-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
  .kt-subheader .btn {
    display: inline-flex;
    height: 32px !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
    .kt-subheader .btn i {
      font-size: 1rem !important; }
    .kt-subheader .btn.btn-icon {
      width: 32px !important; }
    .kt-subheader .btn:not(.dropdown-toggle-split) {
      margin-left: 0.5rem; }
  .kt-subheader .kt-subheader__main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.25rem 0; }
    .kt-subheader .kt-subheader__main .btn:not(.dropdown-toggle-split) {
      margin-left: 0;
      margin-right: 0.5rem; }
    .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
      display: none; }
    .kt-subheader .kt-subheader__main .kt-subheader__title {
      margin: 0;
      padding: 0 1rem 0 0;
      font-size: 1.2rem;
      font-weight: 500;
      color: #434349; }
      .kt-subheader .kt-subheader__main .kt-subheader__title small {
        padding-left: 0.25rem;
        font-size: 0.9rem;
        color: #74788d; }
    .kt-subheader .kt-subheader__main .kt-subheader__desc {
      padding: 0 0.5rem 0 0;
      font-size: 1rem;
      font-weight: 500;
      color: #959cb6; }
    .kt-subheader .kt-subheader__main .kt-subheader__separator {
      display: block;
      width: 12px;
      height: 4px;
      border-radius: 2px;
      background: #e7e8ef;
      margin: 0 1rem 0 0; }
      .kt-subheader .kt-subheader__main .kt-subheader__separator.kt-subheader__separator--v {
        width: 1px;
        height: 22px; }
    .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
      display: flex;
      align-items: center;
      list-style-type: none;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home {
        padding: 0px 0.65rem 0px 0px;
        transition: all 0.3s; }
        .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home > i {
          font-size: 1rem;
          color: #c5cbe7; }
        .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home:hover > i {
          transition: all 0.3s;
          color: #2c77f4; }
        .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home.kt-subheader__breadcrumbs-home--active > i {
          color: #2c77f4; }
      .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
        padding: 0 0.35rem 0 0;
        font-size: 1rem;
        font-weight: 500;
        color: #959cb6;
        transition: all 0.3s; }
        .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
          color: #2c77f4; }
        .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link.kt-subheader__breadcrumbs-link--active {
          color: #2c77f4; }
        .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
          transition: all 0.3s; }
      .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator {
        display: flex;
        justify-content: content;
        align-items: center;
        padding: 0 0.35rem 0 0; }
        .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator:after {
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          content: " ";
          background: #e7e8ef; }
    .kt-subheader .kt-subheader__main .kt-subheader__group {
      display: flex;
      align-items: center; }
  .kt-subheader .kt-subheader__toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0; }
    .kt-subheader .kt-subheader__toolbar .btn:not(.dropdown-toggle-split) {
      margin-left: 0.25rem; }
  .kt-subheader .kt-subheader__btn-primary {
    background: #f2f3f7;
    color: #959cb6;
    font-weight: 500; }
    .kt-subheader .kt-subheader__btn-primary i {
      color: #959cb6; }
    .kt-subheader .kt-subheader__btn-primary:hover, .kt-subheader .kt-subheader__btn-primary.active, .kt-subheader .kt-subheader__btn-primary:active, .kt-subheader .kt-subheader__btn-primary:focus {
      color: #ffffff;
      background: #2c77f4; }
      .kt-subheader .kt-subheader__btn-primary:hover i, .kt-subheader .kt-subheader__btn-primary.active i, .kt-subheader .kt-subheader__btn-primary:active i, .kt-subheader .kt-subheader__btn-primary:focus i {
        color: #ffffff; }
      .kt-subheader .kt-subheader__btn-primary:hover g [fill], .kt-subheader .kt-subheader__btn-primary.active g [fill], .kt-subheader .kt-subheader__btn-primary:active g [fill], .kt-subheader .kt-subheader__btn-primary:focus g [fill] {
        transition: fill 0.3s ease;
        fill: #ffffff; }
      .kt-subheader .kt-subheader__btn-primary:hover:hover g [fill], .kt-subheader .kt-subheader__btn-primary.active:hover g [fill], .kt-subheader .kt-subheader__btn-primary:active:hover g [fill], .kt-subheader .kt-subheader__btn-primary:focus:hover g [fill] {
        transition: fill 0.3s ease; }
  .kt-subheader .kt-subheader__btn-secondary {
    color: #959cb6;
    font-weight: 500; }
    .kt-subheader .kt-subheader__btn-secondary i {
      color: #aab1df; }
    .kt-subheader .kt-subheader__btn-secondary g [fill] {
      transition: fill 0.3s ease;
      fill: #aab1df; }
    .kt-subheader .kt-subheader__btn-secondary:hover g [fill] {
      transition: fill 0.3s ease; }
    .kt-subheader .kt-subheader__btn-secondary:hover, .kt-subheader .kt-subheader__btn-secondary.active, .kt-subheader .kt-subheader__btn-secondary:active, .kt-subheader .kt-subheader__btn-secondary:focus {
      background: #f2f3f7;
      color: #2c77f4; }
      .kt-subheader .kt-subheader__btn-secondary:hover g [fill], .kt-subheader .kt-subheader__btn-secondary.active g [fill], .kt-subheader .kt-subheader__btn-secondary:active g [fill], .kt-subheader .kt-subheader__btn-secondary:focus g [fill] {
        transition: fill 0.3s ease;
        fill: #2c77f4; }
      .kt-subheader .kt-subheader__btn-secondary:hover:hover g [fill], .kt-subheader .kt-subheader__btn-secondary.active:hover g [fill], .kt-subheader .kt-subheader__btn-secondary:active:hover g [fill], .kt-subheader .kt-subheader__btn-secondary:focus:hover g [fill] {
        transition: fill 0.3s ease; }
  .kt-subheader .kt-subheader__btn-daterange {
    background: #f2f3f7; }
    .kt-subheader .kt-subheader__btn-daterange .kt-subheader__btn-daterange-title {
      display: inline-block;
      color: #959cb6;
      font-weight: 500; }
    .kt-subheader .kt-subheader__btn-daterange .kt-subheader__btn-daterange-date {
      display: inline-block;
      color: #2c77f4;
      margin-right: 0.75rem;
      font-weight: 500; }
    .kt-subheader .kt-subheader__btn-daterange i {
      color: #2c77f4; }
    .kt-subheader .kt-subheader__btn-daterange:hover, .kt-subheader .kt-subheader__btn-daterange.active, .kt-subheader .kt-subheader__btn-daterange:active, .kt-subheader .kt-subheader__btn-daterange:focus {
      background: #f2f3f7; }
      .kt-subheader .kt-subheader__btn-daterange:hover i, .kt-subheader .kt-subheader__btn-daterange.active i, .kt-subheader .kt-subheader__btn-daterange:active i, .kt-subheader .kt-subheader__btn-daterange:focus i {
        color: #2c77f4; }
  .kt-subheader .kt-subheader__search {
    width: 175px;
    display: inline-block; }
    .kt-subheader .kt-subheader__search .form-control {
      font-size: 0.9rem;
      height: 33px;
      background: #f2f3f7;
      border-color: #f2f3f7 !important; }
    .kt-subheader .kt-subheader__search .kt-input-icon__icon i {
      font-size: 1.2rem;
      color: #74788d; }
  .kt-subheader--transparent .kt-subheader {
    background-color: transparent; }
    .kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__separator {
      background: #dbdce7; }
    .kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home > i {
      color: #b7bee1; }
    .kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
      color: #959cb6; }
    .kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator:after {
      background: #dbdce7; }
    .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary {
      background: #e1e3ec;
      color: #959cb6; }
      .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary i {
        color: #959cb6; }
      .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary g [fill] {
        transition: fill 0.3s ease;
        fill: #959cb6; }
      .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover g [fill] {
        transition: fill 0.3s ease; }
      .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus {
        background: #2c77f4;
        color: #ffffff; }
        .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover i, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active i, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active i, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus i {
          color: #ffffff; }
        .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus g [fill] {
          transition: fill 0.3s ease;
          fill: #ffffff; }
        .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover:hover g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active:hover g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active:hover g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus:hover g [fill] {
          transition: fill 0.3s ease; }
    .kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary {
      color: #8c94b0; }
      .kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary i {
        color: #9fa7db; }
      .kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary:hover, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary.active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary:active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary:focus {
        background: #eaecf2; }
    .kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange {
      background: #e1e3ec; }
      .kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange:hover, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange.active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange:active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange:focus {
        background: #d7dbe6; }
    .kt-subheader--transparent .kt-subheader .kt-subheader__search .form-control {
      background: #eaecf2;
      border-color: #eaecf2 !important; }

@media (max-width: 1024px) {
  .kt-subheader {
    margin: 2px 0; }
    .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
      display: inline-block;
      position: relative;
      overflow: hidden;
      margin: 0;
      padding: 0;
      font-size: 0;
      text-indent: -9999px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-shadow: none;
      border-radius: none;
      border: none;
      cursor: pointer;
      background: none;
      outline: none !important;
      width: 20px;
      height: 22px;
      transition: all 0.4s ease; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span {
        display: block;
        position: absolute;
        top: 10px;
        height: 2px;
        min-height: 2px;
        width: 100%;
        border-radius: 2px;
        transition: all 0.4s ease; }
        .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
          position: absolute;
          display: block;
          left: 0;
          width: 100%;
          height: 2px;
          min-height: 2px;
          content: "";
          border-radius: 2px;
          transition: all 0.4s ease; }
        .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before {
          top: -6px; }
        .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
          bottom: -6px; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left span:before {
        transition: all 0.4s ease;
        left: auto;
        right: 0px;
        width: 50%; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left span:after {
        transition: all 0.4s ease;
        left: auto;
        right: 0px;
        width: 75%; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left:hover span:after, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left:hover span:before {
        width: 100%;
        transition: all 0.4s ease; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left.kt-subheader__mobile-toggle--active span:before {
        transition: all 0.4s ease;
        left: 0px;
        right: auto;
        width: 50%; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left.kt-subheader__mobile-toggle--active span:after {
        transition: all 0.4s ease;
        left: 0px;
        right: auto;
        width: 75%; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right span:before {
        left: 0px;
        right: auto;
        width: 50%;
        transition: width 0.4s ease; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right span:after {
        left: 0px;
        right: auto;
        width: 75%;
        transition: width 0.4s ease; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right:hover span:after, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right:hover span:before {
        width: 100%;
        transition: width 0.4s ease; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right.kt-subheader__mobile-toggle--active span:before {
        left: auto;
        right: 0px;
        width: 50%;
        transition: width 0.4s ease; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right.kt-subheader__mobile-toggle--active span:after {
        left: auto;
        right: 0px;
        width: 75%;
        transition: width 0.4s ease; }
    .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span {
      background: #74788d; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
        background: #74788d; }
    .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span {
      background: #2c77f4; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span::after {
        background: #2c77f4; }
    .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span {
      background: #2c77f4; }
      .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span::after {
        background: #2c77f4; }
    .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
      display: inline-block;
      margin-right: 1rem; }
    .kt-subheader .kt-subheader__main .kt-subheader__title {
      padding: 0.5rem 1.25rem 0.5rem 0; }
    .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
      padding: 0.5rem 0; }
    .kt-subheader .kt-subheader__toolbar {
      padding: 0.5rem 0; }
    .kt-subheader--transparent .kt-subheader {
      background-color: transparent; } }

@media (max-width: 768px) {
  .kt-subheader .kt-subheader__toolbar {
    padding-top: 0.5rem; } }

.kt-badge {
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 0.8rem; }
  .kt-badge.kt-badge--bold {
    font-weight: 500; }
  .kt-badge.kt-badge--bolder {
    font-weight: 600; }
  .kt-badge.kt-badge--boldest {
    font-weight: 700; }
  .kt-badge.kt-badge--md {
    height: 24px;
    width: 24px;
    font-size: 0.9rem; }
  .kt-badge.kt-badge--lg {
    height: 35px;
    width: 35px;
    font-size: 1rem; }
  .kt-badge.kt-badge--xl {
    height: 50px;
    width: 50px;
    font-size: 1.1rem;
    font-weight: 500; }
  .kt-badge.kt-badge__pics {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
    .kt-badge.kt-badge__pics .kt-badge__pic {
      border-radius: 50%;
      width: 2.5rem;
      height: 2.5rem;
      overflow: hidden;
      margin-left: -0.7rem;
      border: 1px solid #ffffff;
      background-color: #f0f3ff;
      color: #a1a8c3;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 500;
      position: relative; }
      .kt-badge.kt-badge__pics .kt-badge__pic img {
        width: 100%; }
      .kt-badge.kt-badge__pics .kt-badge__pic.kt-badge__pic--last {
        font-size: 1rem;
        font-weight: 500; }
  .kt-badge.kt-badge--brand {
    color: #ffffff;
    background: #2c77f4; }
  .kt-badge.kt-badge--outline.kt-badge--brand {
    background: transparent;
    color: #2c77f4;
    border: 1px solid #2c77f4; }
    .kt-badge.kt-badge--outline.kt-badge--brand.kt-badge--outline-2x {
      border: 2px solid #2c77f4; }
  .kt-badge.kt-badge--light {
    color: #282a3c;
    background: #ffffff; }
  .kt-badge.kt-badge--outline.kt-badge--light {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .kt-badge.kt-badge--outline.kt-badge--light.kt-badge--outline-2x {
      border: 2px solid #ffffff; }
  .kt-badge.kt-badge--dark {
    color: #ffffff;
    background: #282a3c; }
  .kt-badge.kt-badge--outline.kt-badge--dark {
    background: transparent;
    color: #282a3c;
    border: 1px solid #282a3c; }
    .kt-badge.kt-badge--outline.kt-badge--dark.kt-badge--outline-2x {
      border: 2px solid #282a3c; }
  .kt-badge.kt-badge--primary {
    color: #ffffff;
    background: #5867dd; }
  .kt-badge.kt-badge--outline.kt-badge--primary {
    background: transparent;
    color: #5867dd;
    border: 1px solid #5867dd; }
    .kt-badge.kt-badge--outline.kt-badge--primary.kt-badge--outline-2x {
      border: 2px solid #5867dd; }
  .kt-badge.kt-badge--success {
    color: #ffffff;
    background: #1dc9b7; }
  .kt-badge.kt-badge--outline.kt-badge--success {
    background: transparent;
    color: #1dc9b7;
    border: 1px solid #1dc9b7; }
    .kt-badge.kt-badge--outline.kt-badge--success.kt-badge--outline-2x {
      border: 2px solid #1dc9b7; }
  .kt-badge.kt-badge--info {
    color: #ffffff;
    background: #5578eb; }
  .kt-badge.kt-badge--outline.kt-badge--info {
    background: transparent;
    color: #5578eb;
    border: 1px solid #5578eb; }
    .kt-badge.kt-badge--outline.kt-badge--info.kt-badge--outline-2x {
      border: 2px solid #5578eb; }
  .kt-badge.kt-badge--warning {
    color: #111111;
    background: #ffb822; }
  .kt-badge.kt-badge--outline.kt-badge--warning {
    background: transparent;
    color: #ffb822;
    border: 1px solid #ffb822; }
    .kt-badge.kt-badge--outline.kt-badge--warning.kt-badge--outline-2x {
      border: 2px solid #ffb822; }
  .kt-badge.kt-badge--danger {
    color: #ffffff;
    background: #fd397a; }
  .kt-badge.kt-badge--outline.kt-badge--danger {
    background: transparent;
    color: #fd397a;
    border: 1px solid #fd397a; }
    .kt-badge.kt-badge--outline.kt-badge--danger.kt-badge--outline-2x {
      border: 2px solid #fd397a; }
  .kt-badge.kt-badge--unified-brand {
    color: #2c77f4;
    background: rgba(44, 119, 244, 0.1); }
  .kt-badge.kt-badge--unified-light {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1); }
  .kt-badge.kt-badge--unified-dark {
    color: #282a3c;
    background: rgba(40, 42, 60, 0.1); }
  .kt-badge.kt-badge--unified-primary {
    color: #5867dd;
    background: rgba(88, 103, 221, 0.1); }
  .kt-badge.kt-badge--unified-success {
    color: #1dc9b7;
    background: rgba(29, 201, 183, 0.1); }
  .kt-badge.kt-badge--unified-info {
    color: #5578eb;
    background: rgba(85, 120, 235, 0.1); }
  .kt-badge.kt-badge--unified-warning {
    color: #ffb822;
    background: rgba(255, 184, 34, 0.1); }
  .kt-badge.kt-badge--unified-danger {
    color: #fd397a;
    background: rgba(253, 57, 122, 0.1); }
  .kt-badge.kt-badge--inline {
    height: 0;
    width: auto;
    padding: 0.75rem 0.75rem;
    border-radius: 2px; }
    .kt-badge.kt-badge--inline.kt-badge--md {
      padding: 0.8rem 0.6rem; }
    .kt-badge.kt-badge--inline.kt-badge--lg {
      padding: 0.9rem 0.7rem; }
    .kt-badge.kt-badge--inline.kt-badge--xl {
      padding: 1rem 0.8rem; }
  .kt-badge.kt-badge--pill {
    border-radius: 2rem; }
  .kt-badge.kt-badge--rounded {
    border-radius: 4px; }
  .kt-badge.kt-badge--dot {
    display: inline-block;
    line-height: 6px;
    min-height: 6px;
    min-width: 6px;
    height: 6px;
    width: 6px;
    font-size: 0;
    vertical-align: middle;
    text-align: center; }
    .kt-badge.kt-badge--dot.kt-badge--sm {
      line-height: 4px;
      min-height: 4px;
      min-width: 4px;
      height: 4px;
      width: 4px; }
    .kt-badge.kt-badge--dot.kt-badge--lg {
      line-height: 8px;
      min-height: 8px;
      min-width: 8px;
      height: 8px;
      width: 8px; }
    .kt-badge.kt-badge--dot.kt-badge--xl {
      line-height: 10px;
      min-height: 10px;
      min-width: 10px;
      height: 10px;
      width: 10px; }
  .kt-badge.kt-badge--square {
    border-radius: 0; }
  .kt-badge.kt-badge--elevate {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

.kt-demo-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 4px; }
  .kt-demo-icon .kt-demo-icon__preview {
    display: flex;
    padding-right: 20px;
    flex: 0 0 40px; }
    .kt-demo-icon .kt-demo-icon__preview i {
      line-height: 0;
      vertical-align: middle;
      font-size: 2.5rem !important; }
  .kt-demo-icon .kt-demo-icon__class {
    color: #74788d;
    display: flex;
    flex-grow: 1;
    padding: 0;
    font-size: 1rem;
    font-weight: 400; }
  .kt-demo-icon:hover {
    background-color: #f7f8fa; }
  .kt-demo-icon.kt-demo-icon--overlay {
    position: relative; }
    .kt-demo-icon.kt-demo-icon--overlay svg {
      height: 40px;
      width: 40px; }
    .kt-demo-icon.kt-demo-icon--overlay .kt-demo-icon__overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.05);
      transition: all 0.3 ease;
      opacity: 0; }
      .kt-demo-icon.kt-demo-icon--overlay .kt-demo-icon__overlay .btn {
        margin-right: 10px; }
        .kt-demo-icon.kt-demo-icon--overlay .kt-demo-icon__overlay .btn:last-child {
          margin-right: 0; }
    .kt-demo-icon.kt-demo-icon--overlay:hover {
      background-color: transparent; }
      .kt-demo-icon.kt-demo-icon--overlay:hover .kt-demo-icon__overlay {
        transition: all 0.3 ease;
        opacity: 1; }

.kt-divider {
  display: flex;
  justify-content: center;
  align-items: center; }
  .kt-divider > span:first-child {
    width: 100%;
    height: 1px;
    flex: 1;
    background: #EBECF1;
    display: inline-block; }
  .kt-divider > span:last-child {
    width: 100%;
    height: 1px;
    flex: 1;
    background: #EBECF1;
    display: inline-block; }
  .kt-divider > span:not(:first-child):not(:last-child) {
    padding: 0 2rem; }

.kt-heading {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 1.75rem 0;
  color: #48465b; }
  .kt-heading.kt-heading--center {
    text-align: center; }
  .kt-heading.kt-heading--right {
    text-align: right; }
  .kt-heading.kt-heading--space-sm {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .kt-heading.kt-heading--space-md {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .kt-heading.kt-heading--space-lg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .kt-heading.kt-heading--space-xl {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .kt-heading.kt-heading--sm {
    font-size: 1.2rem; }
  .kt-heading.kt-heading--md {
    font-size: 1.4rem; }
  .kt-heading.kt-heading--lg {
    font-size: 1.6rem; }
  .kt-heading.kt-heading--xl {
    font-size: 2rem; }
  .kt-heading.kt-heading--xxl {
    font-size: 3rem; }
  .kt-heading.kt-heading--medium {
    font-weight: 600; }
  .kt-heading.kt-heading--bold {
    font-weight: 700; }
  .kt-heading.kt-heading--bolder {
    font-weight: 900; }
  .kt-heading.kt-heading--thin {
    font-weight: 300; }
  .kt-heading.kt-heading--no-top-margin {
    margin-top: 0; }
  .kt-heading.kt-heading--no-bottok-margin {
    margin-bottom: 0; }

.kt-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #505ae2; }
  .kt-link:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    top: 1rem;
    left: 0;
    width: 0%;
    transition: width 0.3s ease; }
  .kt-link:hover {
    text-decoration: none !important; }
    .kt-link:hover:after {
      width: 100%; }
  .kt-link:hover {
    color: #3641de; }
    .kt-link:hover:after {
      border-bottom: 1px solid #3641de;
      opacity: 0.3; }
  .kt-link.kt-link--brand {
    color: #2c77f4; }
    .kt-link.kt-link--brand:hover {
      color: #0c5ce1; }
      .kt-link.kt-link--brand:hover:after {
        border-bottom: 1px solid #0c5ce1;
        opacity: 0.3; }
  .kt-link.kt-link--light {
    color: #ffffff; }
    .kt-link.kt-link--light:hover {
      color: #e6e6e6; }
      .kt-link.kt-link--light:hover:after {
        border-bottom: 1px solid #e6e6e6;
        opacity: 0.3; }
  .kt-link.kt-link--dark {
    color: #282a3c; }
    .kt-link.kt-link--dark:hover {
      color: #14151d; }
      .kt-link.kt-link--dark:hover:after {
        border-bottom: 1px solid #14151d;
        opacity: 0.3; }
  .kt-link.kt-link--primary {
    color: #5867dd; }
    .kt-link.kt-link--primary:hover {
      color: #2e40d4; }
      .kt-link.kt-link--primary:hover:after {
        border-bottom: 1px solid #2e40d4;
        opacity: 0.3; }
  .kt-link.kt-link--success {
    color: #1dc9b7; }
    .kt-link.kt-link--success:hover {
      color: #179c8e; }
      .kt-link.kt-link--success:hover:after {
        border-bottom: 1px solid #179c8e;
        opacity: 0.3; }
  .kt-link.kt-link--info {
    color: #5578eb; }
    .kt-link.kt-link--info:hover {
      color: #2754e6; }
      .kt-link.kt-link--info:hover:after {
        border-bottom: 1px solid #2754e6;
        opacity: 0.3; }
  .kt-link.kt-link--warning {
    color: #ffb822; }
    .kt-link.kt-link--warning:hover {
      color: #eea200; }
      .kt-link.kt-link--warning:hover:after {
        border-bottom: 1px solid #eea200;
        opacity: 0.3; }
  .kt-link.kt-link--danger {
    color: #fd397a; }
    .kt-link.kt-link--danger:hover {
      color: #fc0758; }
      .kt-link.kt-link--danger:hover:after {
        border-bottom: 1px solid #fc0758;
        opacity: 0.3; }

.kt-section {
  padding: 0;
  margin: 0 0 2rem 0; }
  .kt-section.kt-section--space-sm {
    margin-bottom: 1rem; }
  .kt-section.kt-section--space-md {
    margin-bottom: 2rem; }
  .kt-section.kt-section--space-lg {
    margin-bottom: 2.5rem; }
  .kt-section.kt-section--space-xl {
    margin-bottom: 3rem; }
  .kt-section .kt-section__heading,
  .kt-section .kt-section__title {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0;
    margin: 0 0 1.75rem 0;
    color: #48465b; }
    .kt-section .kt-section__heading.kt-section__title-sm,
    .kt-section .kt-section__title.kt-section__title-sm {
      font-size: 1.1rem; }
    .kt-section .kt-section__heading.kt-section__title-md,
    .kt-section .kt-section__title.kt-section__title-md {
      font-size: 1.4rem; }
    .kt-section .kt-section__heading.kt-section__title-lg,
    .kt-section .kt-section__title.kt-section__title-lg {
      font-size: 1.5rem; }
  .kt-section .kt-section__desc {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
    margin: 0 0 1rem 0;
    color: #595d6e; }
  .kt-section .kt-section__info {
    display: block;
    font-size: 1rem;
    padding: 0;
    margin: 0 0 1rem 0;
    color: #595d6e; }
  .kt-section .kt-section__content {
    display: block;
    padding: 0;
    margin: 0; }
    .kt-section .kt-section__content.kt-section__content--border {
      padding: 1.5rem;
      border: 3px solid #ebedf2;
      border-radius: 4px; }
    .kt-section .kt-section__content.kt-section__content--solid {
      padding: 1.5rem;
      border-left: 4px solid #e2e5ec;
      background-color: #f7f8fa;
      border-radius-top-left: 4px;
      border-radius-top-right: 4px; }
    .kt-section .kt-section__content.kt-section__content--x-fit {
      padding-left: 0;
      padding-right: 0; }
    .kt-section .kt-section__content.kt-section__content--fit {
      padding: 0; }
  .kt-section.kt-section--last {
    margin-bottom: 0; }
  .kt-section.kt-section--first {
    margin-top: 0; }

.kt-separator {
  height: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ebedf2; }
  .kt-separator.kt-separator--border-dashed, .kt-separator.kt-separator--dashed {
    border-bottom: 1px dashed #ebedf2; }
  .kt-separator.kt-separator--border-2x {
    border-bottom-width: 2px; }
  .kt-separator.kt-separator--space {
    border-bottom: 0; }
  .kt-separator.kt-separator--space-sm, .kt-separator.kt-separator--sm {
    margin: 0.5rem 0; }
  .kt-separator.kt-separator--space-md, .kt-separator.kt-separator--md {
    margin: 2rem 0; }
  .kt-separator.kt-separator--space-lg, .kt-separator.kt-separator--lg {
    margin: 2.5rem 0; }
  .kt-separator.kt-separator--space-xl, .kt-separator.kt-separator--xl {
    margin: 3rem 0; }
  .kt-separator.kt-separator--fit {
    margin-left: -25px;
    margin-right: -25px; }
  .kt-separator.kt-separator--brand {
    border-bottom: 1px solid #2c77f4; }
    .kt-separator.kt-separator--brand.kt-separator--dashed {
      border-bottom: 1px dashed #2c77f4; }
  .kt-separator.kt-separator--light {
    border-bottom: 1px solid #ffffff; }
    .kt-separator.kt-separator--light.kt-separator--dashed {
      border-bottom: 1px dashed #ffffff; }
  .kt-separator.kt-separator--dark {
    border-bottom: 1px solid #282a3c; }
    .kt-separator.kt-separator--dark.kt-separator--dashed {
      border-bottom: 1px dashed #282a3c; }
  .kt-separator.kt-separator--primary {
    border-bottom: 1px solid #5867dd; }
    .kt-separator.kt-separator--primary.kt-separator--dashed {
      border-bottom: 1px dashed #5867dd; }
  .kt-separator.kt-separator--success {
    border-bottom: 1px solid #1dc9b7; }
    .kt-separator.kt-separator--success.kt-separator--dashed {
      border-bottom: 1px dashed #1dc9b7; }
  .kt-separator.kt-separator--info {
    border-bottom: 1px solid #5578eb; }
    .kt-separator.kt-separator--info.kt-separator--dashed {
      border-bottom: 1px dashed #5578eb; }
  .kt-separator.kt-separator--warning {
    border-bottom: 1px solid #ffb822; }
    .kt-separator.kt-separator--warning.kt-separator--dashed {
      border-bottom: 1px dashed #ffb822; }
  .kt-separator.kt-separator--danger {
    border-bottom: 1px solid #fd397a; }
    .kt-separator.kt-separator--danger.kt-separator--dashed {
      border-bottom: 1px dashed #fd397a; }

.kt-svg-icon {
  height: 23px;
  width: 23px; }
  .kt-svg-icon g [fill] {
    fill: #2c77f4; }
  .kt-svg-icon.kt-svg-icon--brand g [fill] {
    fill: #2c77f4 !important; }
  .kt-svg-icon.kt-svg-icon--light g [fill] {
    fill: #ffffff !important; }
  .kt-svg-icon.kt-svg-icon--dark g [fill] {
    fill: #282a3c !important; }
  .kt-svg-icon.kt-svg-icon--primary g [fill] {
    fill: #5867dd !important; }
  .kt-svg-icon.kt-svg-icon--success g [fill] {
    fill: #1dc9b7 !important; }
  .kt-svg-icon.kt-svg-icon--info g [fill] {
    fill: #5578eb !important; }
  .kt-svg-icon.kt-svg-icon--warning g [fill] {
    fill: #ffb822 !important; }
  .kt-svg-icon.kt-svg-icon--danger g [fill] {
    fill: #fd397a !important; }
  .kt-svg-icon.kt-svg-icon--sm {
    height: 20px;
    width: 20px; }
  .kt-svg-icon.kt-svg-icon--md {
    height: 30px;
    width: 30px; }
  .kt-svg-icon.kt-svg-icon--lg {
    height: 40px;
    width: 40px; }
  .kt-svg-icon.kt-svg-icon--xl {
    height: 50px;
    width: 50px; }

.kt-widget1 {
  padding: 25px; }
  .kt-widget1.kt-widget1--fit {
    padding: 0; }
  .kt-widget1.kt-widget1--paddingless {
    padding: 0; }
  .kt-widget1 .kt-widget1__item {
    padding: 1.1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.07rem dashed #ebedf2; }
    .kt-widget1 .kt-widget1__item:last-child {
      padding-bottom: 0; }
    .kt-widget1 .kt-widget1__item:first-child {
      padding-top: 0; }
    .kt-widget1 .kt-widget1__item .kt-widget1__info .kt-widget1__title {
      font-size: 1.1rem;
      font-weight: 500;
      color: #595d6e; }
    .kt-widget1 .kt-widget1__item .kt-widget1__info .kt-widget1__desc {
      font-size: 1rem;
      font-weight: normal;
      color: #74788d; }
    .kt-widget1 .kt-widget1__item .kt-widget1__number {
      font-size: 1.4rem;
      font-weight: 600;
      color: #74788d; }
    .kt-widget1 .kt-widget1__item:last-child {
      border-bottom: 0; }

@media (max-width: 1024px) {
  .kt-widget1 {
    padding: 15px; } }

.kt-widget2 .kt-widget2__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4rem;
  position: relative; }
  .kt-widget2 .kt-widget2__item:before {
    position: absolute;
    display: block;
    width: 0.3rem;
    border-radius: 4px;
    width: 4px;
    border-radius: 4px;
    height: 100%;
    left: 0.8rem;
    content: ""; }
  .kt-widget2 .kt-widget2__item .kt-widget2__checkbox {
    padding: 1rem 0 0 2.2rem; }
  .kt-widget2 .kt-widget2__item .kt-widget2__info {
    display: flex;
    flex-direction: column;
    padding-left: 0.23rem 0 0 0.3rem; }
    .kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__title {
      font-weight: 500;
      margin: 0;
      color: #595d6e;
      transition: color 0.3s ease; }
      .kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__title:hover {
        color: #2c77f4;
        transition: color 0.3s ease; }
    .kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__username {
      text-decoration: none;
      font-size: 0.9rem;
      color: #74788d;
      transition: color 0.3s ease; }
      .kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__username:hover {
        text-decoration: none;
        color: #2c77f4;
        transition: color 0.3s ease; }
  .kt-widget2 .kt-widget2__item .kt-widget2__actions {
    flex-grow: 1;
    text-align: right;
    padding: 0 0.5rem 0 0.8rem;
    visibility: hidden; }
    .kt-widget2 .kt-widget2__item .kt-widget2__actions a {
      text-decoration: none; }
    .kt-widget2 .kt-widget2__item .kt-widget2__actions i {
      font-size: 2.1rem; }
  .kt-widget2 .kt-widget2__item:hover .kt-widget2__actions {
    visibility: visible; }
  .kt-widget2 .kt-widget2__item.kt-widget2__item--brand:before {
    background: #2c77f4; }
  .kt-widget2 .kt-widget2__item.kt-widget2__item--light:before {
    background: #ffffff; }
  .kt-widget2 .kt-widget2__item.kt-widget2__item--dark:before {
    background: #282a3c; }
  .kt-widget2 .kt-widget2__item.kt-widget2__item--primary:before {
    background: #5867dd; }
  .kt-widget2 .kt-widget2__item.kt-widget2__item--success:before {
    background: #1dc9b7; }
  .kt-widget2 .kt-widget2__item.kt-widget2__item--info:before {
    background: #5578eb; }
  .kt-widget2 .kt-widget2__item.kt-widget2__item--warning:before {
    background: #ffb822; }
  .kt-widget2 .kt-widget2__item.kt-widget2__item--danger:before {
    background: #fd397a; }

.kt-widget3 .kt-widget3__item {
  margin-bottom: 1rem;
  border-bottom: 0.07rem dashed #ebedf2; }
  .kt-widget3 .kt-widget3__item .kt-widget3__header {
    margin-top: 1.5rem;
    padding-bottom: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__user-img .kt-widget3__img {
      width: 3.2rem;
      border-radius: 50%; }
    .kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info {
      padding-left: 1rem; }
      .kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info .kt-widget3__username {
        font-weight: 500;
        color: #595d6e;
        transition: color 0.3s ease; }
        .kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info .kt-widget3__username:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
      .kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info .kt-widget3__time {
        font-size: 0.9rem;
        font-weight: 400;
        color: #74788d; }
    .kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__status {
      font-weight: 500;
      flex-grow: 1;
      text-align: right; }
  .kt-widget3 .kt-widget3__item .kt-widget3__body .kt-widget3__text {
    color: #74788d; }
  .kt-widget3 .kt-widget3__item:last-child {
    border-bottom: 0; }
  .kt-widget3 .kt-widget3__item:first-child .kt-widget3__header {
    margin-top: 0; }

.kt-widget4 .kt-widget4__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ebedf2; }
  .kt-widget4 .kt-widget4__item .kt-widget4__pic {
    padding-right: 1rem; }
    .kt-widget4 .kt-widget4__item .kt-widget4__pic img {
      width: 2.5rem;
      border-radius: 4px; }
    .kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--sm img {
      width: 2.5rem; }
    .kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--lg img {
      width: 3.5rem; }
    .kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--xl img {
      width: 4rem; }
    .kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--circle img {
      border-radius: 50%; }
  .kt-widget4 .kt-widget4__item .kt-widget4__img {
    margin-right: 0.5rem; }
  .kt-widget4 .kt-widget4__item .kt-widget4__info {
    display: flex;
    flex-direction: column;
    padding-right: 1.25rem;
    flex-grow: 1; }
    .kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__username {
      font-weight: 500;
      font-size: 1rem;
      color: #595d6e;
      transition: color 0.3s ease; }
      .kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__username:hover {
        color: #2c77f4;
        transition: color 0.3s ease; }
    .kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__title {
      font-weight: 500;
      font-size: 1.1rem;
      color: #595d6e; }
    .kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__text {
      font-size: 1rem;
      margin: 0;
      color: #74788d; }
  .kt-widget4 .kt-widget4__item .kt-widget4__title {
    color: #595d6e;
    font-size: 1rem;
    font-weight: 500;
    padding-right: 1.25rem;
    flex-grow: 1;
    transition: color 0.3s ease; }
    .kt-widget4 .kt-widget4__item .kt-widget4__title.kt-widget4__title--light {
      font-weight: 400; }
    .kt-widget4 .kt-widget4__item .kt-widget4__title:hover {
      color: #2c77f4;
      transition: color 0.3s ease; }
  .kt-widget4 .kt-widget4__item .kt-widget4__number {
    width: 7rem;
    flex-grow: 1;
    text-align: right;
    font-weight: 500;
    font-size: 1.1rem; }
  .kt-widget4 .kt-widget4__item .kt-widget4__icon {
    padding-right: 1.25rem; }
    .kt-widget4 .kt-widget4__item .kt-widget4__icon > i {
      font-size: 1.6rem;
      text-align: right;
      color: #74788d; }
    .kt-widget4 .kt-widget4__item .kt-widget4__icon.kt-widget4__icon--2x > i {
      font-size: 2.2rem; }
  .kt-widget4 .kt-widget4__item:first-child {
    padding-top: 0; }
  .kt-widget4 .kt-widget4__item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.kt-widget4.kt-widget4--progress .kt-widget4__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%; }
  .kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress {
    flex: 1;
    padding-right: 1.5rem; }
    .kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.7rem; }
      .kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats > span {
        line-height: 1.1; }
        .kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats > span:first-child {
          font-size: 1.1rem;
          font-weight: 600;
          color: #595d6e; }
        .kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats > span:last-child {
          font-size: 0.9rem;
          color: #74788d;
          font-weight: 400; }
    .kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .progress {
      width: 100%; }

.kt-widget4 .kt-widget4__chart {
  position: relative; }

.kt-widget4.kt-widget4--sticky {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  .kt-widget4.kt-widget4--sticky .kt-widget4__items {
    flex-grow: 1; }
    .kt-widget4.kt-widget4--sticky .kt-widget4__items.kt-widget4__items--bottom {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
  .kt-widget4.kt-widget4--sticky .kt-widget4__chart canvas {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.kt-widget5 .kt-widget5__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.07rem dashed #ebedf2; }
  .kt-widget5 .kt-widget5__item .kt-widget5__content {
    display: flex;
    align-items: center; }
    .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic {
      padding-right: 1.25rem; }
      .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic img {
        max-width: 8.5rem;
        border-radius: 4px; }
    .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__title {
      font-size: 1.1rem;
      font-weight: 500;
      color: #595d6e;
      transition: color 0.3s ease; }
      .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__title:hover {
        color: #2c77f4;
        transition: color 0.3s ease; }
    .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__desc {
      margin: 0;
      padding: 0.4rem 0;
      font-size: 1rem;
      font-weight: 400;
      color: #74788d; }
    .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__info span:nth-child(even) {
      font-weight: 500;
      margin-right: 0.71rem; }
    .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats {
      display: flex;
      flex-direction: column; }
      .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats .kt-widget5__number {
        font-size: 1.3rem;
        font-weight: 500;
        color: #595d6e; }
      .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats:first-child {
        padding-right: 3rem; }
    .kt-widget5 .kt-widget5__item .kt-widget5__content:last-child {
      flex-grow: 1;
      text-align: right;
      justify-content: flex-end;
      padding-left: 1rem; }
  .kt-widget5 .kt-widget5__item:last-child {
    border-bottom: 0; }

@media (max-width: 1024px) {
  .kt-widget5 {
    padding: 1rem; }
    .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic {
      padding-right: 0.5rem; }
      .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic img {
        max-width: 4rem; }
    .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats .kt-widget5__number {
      font-size: 1.2rem;
      font-weight: 500; }
    .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats:first-child {
      padding-right: 1rem; } }

.kt-widget6 .kt-widget6__head .kt-widget6__item {
  display: flex;
  align-items: center;
  margin-bottom: 1.07rem; }
  .kt-widget6 .kt-widget6__head .kt-widget6__item > span {
    font-size: 1rem;
    color: #74788d;
    font-weight: 400;
    flex: 1;
    text-align: left; }
    .kt-widget6 .kt-widget6__head .kt-widget6__item > span:last-child {
      text-align: right; }

.kt-widget6 .kt-widget6__body .kt-widget6__item {
  display: flex;
  align-items: center;
  padding: 1.07rem 0;
  border-bottom: 1px dashed #ebedf2; }
  .kt-widget6 .kt-widget6__body .kt-widget6__item > span {
    color: #595d6e;
    font-weight: 400;
    flex: 1;
    text-align: left;
    font-size: 1rem; }
    .kt-widget6 .kt-widget6__body .kt-widget6__item > span:last-child {
      text-align: right; }
  .kt-widget6 .kt-widget6__body .kt-widget6__item:last-child {
    border-bottom: 0; }

.kt-widget6 .kt-widget6__foot .kt-widget6__action {
  text-align: right;
  margin-top: 1rem; }

.kt-widget7 .kt-widget7__desc {
  text-align: center;
  margin-top: 7rem;
  font-size: 1.3rem;
  color: #595d6e; }

.kt-widget7 .kt-widget7__content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem; }
  .kt-widget7 .kt-widget7__content .kt-widget7__userpic img {
    width: 3.6rem;
    border-radius: 50%; }
  .kt-widget7 .kt-widget7__content .kt-widget7__info {
    padding-left: 1rem; }
    .kt-widget7 .kt-widget7__content .kt-widget7__info .kt-widget7__username {
      color: #595d6e;
      font-weight: 500;
      font-size: 1.4rem;
      margin-bottom: 0; }
    .kt-widget7 .kt-widget7__content .kt-widget7__info .kt-widget7__time {
      color: #74788d;
      font-size: 0.9rem; }

.kt-widget7 .kt-widget7__button {
  text-align: center;
  margin-top: 2rem; }

.kt-widget7.kt-widget7--skin-light .kt-widget7__desc {
  color: #fff; }

.kt-widget7.kt-widget7--skin-light .kt-widget7__info .kt-widget7__username {
  color: #fff; }

.kt-widget7.kt-widget7--skin-light .kt-widget7__info .kt-widget7__time {
  color: #fff;
  opacity: 0.8; }

.kt-widget9 {
  padding: 2.2rem; }
  .kt-widget9 .kt-widget9__header {
    padding: 1.1rem 0;
    margin-bottom: 0.5rem; }
    .kt-widget9 .kt-widget9__header .kt-widget9__title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0;
      color: #595d6e; }
    .kt-widget9 .kt-widget9__header .kt-widget9__desc {
      display: inline-block;
      margin-top: 0.2rem;
      color: #74788d; }
    .kt-widget9 .kt-widget9__header .kt-widget9__text {
      color: #74788d; }
  .kt-widget9 .kt-widget9__chart {
    position: relative;
    margin-top: 0.5rem; }
    .kt-widget9 .kt-widget9__chart .kt-widget9__stat {
      font-size: 2.4rem;
      font-weight: 700;
      color: #74788d; }

.kt-widget10 .kt-widget10__chart {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  position: relative; }
  .kt-widget10 .kt-widget10__chart canvas {
    border-radius: 8px; }

.kt-widget10 .kt-widget10__items .kt-widget10__item .kt-widget10__stats {
  font-size: 1.1rem;
  font-weight: 700;
  color: #74788d; }

.kt-widget10 .kt-widget10__items .kt-widget10__item .kt-widget10__text {
  font-size: 0.9rem;
  float: right;
  margin-top: 0.3rem;
  color: #74788d; }

.kt-widget10 .kt-widget10__items .kt-widget10__item .progress {
  margin-bottom: 1.6rem; }

.kt-widget10 .kt-widget10__desc {
  margin-top: 1.6rem;
  font-size: 1rem; }

.kt-widget11 .table-responsive {
  overflow-y: hidden; }

.kt-widget11 .table thead > tr > td {
  padding: 0;
  vertical-align: top;
  border-top: 0;
  font-weight: 500;
  color: #74788d; }

.kt-widget11 .table tbody > tr {
  border-bottom: 1px dashed #ebedf2; }
  .kt-widget11 .table tbody > tr > td {
    border: 0;
    padding-left: 0;
    padding-right: 0.5rem;
    padding-top: 20px;
    vertical-align: top;
    color: #595d6e; }
    .kt-widget11 .table tbody > tr > td > label {
      right: 0;
      top: 0.5rem;
      vertical-align: top; }
    .kt-widget11 .table tbody > tr > td .kt-widget11__chart {
      position: relative;
      margin-top: -0.6rem; }
    .kt-widget11 .table tbody > tr > td:last-child {
      padding-right: 0; }
  .kt-widget11 .table tbody > tr .kt-widget11__title {
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
    color: #595d6e;
    transition: color .3s ease; }
    .kt-widget11 .table tbody > tr .kt-widget11__title:hover {
      color: #2c77f4;
      transition: color .3s ease; }
    .kt-widget11 .table tbody > tr .kt-widget11__title > span {
      color: #74788d; }
  .kt-widget11 .table tbody > tr .kt-widget11__sub {
    display: block;
    font-size: 1rem; }
  .kt-widget11 .table tbody > tr:last-child {
    border: 0; }

.kt-widget12 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  .kt-widget12 .kt-widget12__content {
    display: flex;
    padding-bottom: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .kt-widget12 .kt-widget12__content .kt-widget12__item {
      display: flex;
      margin-bottom: 2.5rem;
      align-items: center; }
      .kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info {
        flex: 1; }
        .kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__desc {
          font-size: 1rem;
          color: #74788d;
          padding-bottom: 0.5rem;
          font-weight: 500;
          display: block; }
        .kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__value {
          font-size: 1.4rem;
          font-weight: 600;
          color: #595d6e;
          display: block; }
        .kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__progress {
          display: flex;
          justify-content: space-between;
          align-items: center;
          line-height: 0;
          padding-top: 1rem; }
          .kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__progress .progress {
            width: 100%;
            height: 0.6rem; }
          .kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__progress .kt-widget12__stat {
            font-size: 1.3rem;
            font-weight: 700;
            color: #74788d;
            padding-left: 1rem; }
  .kt-widget12 .kt-widget12__chart {
    position: relative; }
    .kt-widget12 .kt-widget12__chart canvas {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }

.kt-widget13 {
  padding: 2rem 0; }
  .kt-widget13 .kt-widget13__item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem; }
    .kt-widget13 .kt-widget13__item .kt-widget13__desc {
      color: #74788d;
      text-align: right;
      padding-right: 1rem;
      font-weight: 400; }
    .kt-widget13 .kt-widget13__item .kt-widget13__text {
      color: #74788d;
      padding-left: 1rem;
      font-weight: 400; }
      .kt-widget13 .kt-widget13__item .kt-widget13__text.kt-widget13__text--bold {
        color: #595d6e;
        font-size: 1.2rem;
        font-weight: 500; }
    .kt-widget13 .kt-widget13__item > span {
      flex: 1; }
    .kt-widget13 .kt-widget13__item:lasst-child {
      margin-bottom: 0; }
  .kt-widget13 .kt-widget13__action {
    margin-top: 30px;
    padding-top: 30px; }
    .kt-widget13 .kt-widget13__action .kt-widget__detalis {
      margin-right: 10px;
      border-top: 0.07rem dashed #ebedf2; }
    .kt-widget13 .kt-widget13__action .kt-widget13__action {
      border-top: 0.07rem dashed #ebedf2; }

.kt-widget14 {
  padding: 25px; }
  .kt-widget14.kt-widget14--no-padding {
    padding: 0; }
  .kt-widget14 .kt-widget14__header {
    padding: 0.5rem 0 1.1rem 0;
    margin-bottom: 0.5rem; }
    .kt-widget14 .kt-widget14__header .kt-widget14__title {
      font-size: 1.3rem;
      font-weight: 500;
      margin-bottom: 0;
      color: #595d6e; }
    .kt-widget14 .kt-widget14__header .kt-widget14__desc {
      display: inline-block;
      margin-top: 0.2rem;
      color: #74788d; }
  .kt-widget14 .kt-widget14__content {
    display: flex;
    align-items: center; }
  .kt-widget14 .kt-widget14__legends {
    padding-left: 2rem;
    flex-grow: 1; }
    .kt-widget14 .kt-widget14__legends .kt-widget14__legend {
      display: flex;
      align-items: center; }
      .kt-widget14 .kt-widget14__legends .kt-widget14__legend .kt-widget14__bullet {
        width: 1.5rem;
        height: 0.45rem;
        border-radius: 1.1rem; }
      .kt-widget14 .kt-widget14__legends .kt-widget14__legend .kt-widget14__stats {
        color: #74788d;
        font-weight: 500;
        flex: 1;
        padding-left: 1rem; }
      .kt-widget14 .kt-widget14__legends .kt-widget14__legend:not(:first-child):not(:last-child) {
        padding: 0.5rem 0; }
  .kt-widget14 .kt-widget14__chart {
    position: relative; }
    .kt-widget14 .kt-widget14__chart .kt-widget14__stat {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      font-size: 2.2rem;
      font-weight: 500;
      color: #a2a5b9;
      opacity: 0.7; }
    .kt-widget14 .kt-widget14__chart canvas {
      position: relative;
      z-index: 1; }

@media (max-width: 1024px) {
  .kt-widget14 {
    padding: 15px; }
    .kt-widget14 .kt-widget14__legends {
      padding-left: 0.5rem; } }

.kt-widget15 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  .kt-widget15 .kt-widget15__items {
    flex-grow: 1; }
    .kt-widget15 .kt-widget15__items.kt-widget15__items--bottom {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .kt-widget15 .kt-widget15__items .kt-widget15__item .kt-widget15__stats {
      font-size: 1.1rem;
      font-weight: 500;
      color: #74788d; }
    .kt-widget15 .kt-widget15__items .kt-widget15__item .kt-widget15__text {
      font-size: 1rem;
      float: right;
      margin-top: 0.3rem;
      font-weight: 400;
      color: #74788d; }
    .kt-widget15 .kt-widget15__items .kt-widget15__item .progress {
      margin-bottom: 1.6rem;
      height: 0.45rem; }
    .kt-widget15 .kt-widget15__items .kt-widget15__desc {
      margin-top: 0.5rem;
      font-size: 0.9rem;
      font-weight: 400;
      color: #74788d; }

.kt-widget16 {
  display: flex; }
  .kt-widget16 .kt-widget16__items {
    flex: 1;
    padding-right: 1rem;
    width: 50%; }
    .kt-widget16 .kt-widget16__items .kt-widget16__item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.7rem 0;
      border-bottom: 1px dashed #ebedf2; }
      .kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__sceduled {
        font-weight: 500;
        color: #74788d;
        font-size: 1rem; }
      .kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__amount {
        font-size: 1rem;
        font-weight: 500;
        color: #74788d;
        text-align: right; }
      .kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__date {
        font-size: 1rem;
        font-weight: 300;
        color: #74788d; }
      .kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__price {
        font-size: 1rem;
        font-weight: 500;
        text-align: right; }
      .kt-widget16 .kt-widget16__items .kt-widget16__item:last-child {
        border-bottom: 0; }
  .kt-widget16 .kt-widget16__stats {
    display: flex;
    align-items: center;
    flex: 1;
    padding-left: 1rem;
    width: 50%; }
    .kt-widget16 .kt-widget16__stats .kt-widget16__legends {
      font-weight: 1;
      padding-left: 2rem; }
      .kt-widget16 .kt-widget16__stats .kt-widget16__legends .kt-widget16__legend .kt-widget16__bullet {
        width: 1.5rem;
        height: 0.45rem;
        display: inline-block;
        border-radius: 1.1rem;
        margin: 0 1rem 0.1rem 0; }
      .kt-widget16 .kt-widget16__stats .kt-widget16__legends .kt-widget16__legend .kt-widget16__stat {
        display: inline-block;
        color: #74788d;
        font-weight: 500; }
      .kt-widget16 .kt-widget16__stats .kt-widget16__legends .kt-widget16__legend:not(:first-child):not(:last-child) {
        padding: 0.5rem 0; }
      .kt-widget16 .kt-widget16__stats .kt-widget16__legends:last-child {
        margin-bottom: 0; }
    .kt-widget16 .kt-widget16__stats .kt-widget16__visual .kt-widget16__chart {
      margin-top: 0.5rem;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 1; }
      .kt-widget16 .kt-widget16__stats .kt-widget16__visual .kt-widget16__chart .kt-widget16__stat {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        font-size: 2.2rem;
        font-weight: 500;
        color: #a2a5b9; }
      .kt-widget16 .kt-widget16__stats .kt-widget16__visual .kt-widget16__chart canvas {
        position: relative;
        z-index: 1; }

@media (max-width: 768px) {
  .kt-widget16 {
    display: flex;
    flex-direction: column; }
    .kt-widget16 .kt-widget16__items {
      width: 100%; }
    .kt-widget16 .kt-widget16__stats {
      width: 100%; }
      .kt-widget16 .kt-widget16__stats .kt-widget16__legends {
        padding-left: 1rem; } }

.kt-widget17 .kt-widget17__visual {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .kt-widget17 .kt-widget17__visual .kt-widget17__chart {
    position: relative;
    padding-top: 8rem; }

.kt-widget17 .kt-widget17__stats {
  display: column;
  margin: -4.3rem auto 0 auto;
  position: relative;
  width: 90%; }
  .kt-widget17 .kt-widget17__stats .kt-widget17__items {
    display: flex; }
    .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item {
      padding: 2rem;
      flex: 1;
      overflow: hidden;
      background-color: white;
      margin: 0.3rem;
      box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.06);
      cursor: pointer;
      transition: all 0.3s ease; }
      .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__icon {
        display: block; }
        .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__icon > i {
          font-size: 2.6rem; }
        .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__icon svg {
          margin-left: -4px;
          width: 38px;
          height: 38px; }
      .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__subtitle {
        display: block;
        margin-top: 0.75rem;
        font-size: 1.2rem;
        font-weight: 500;
        color: #595d6e; }
      .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__desc {
        display: block;
        font-size: 1rem;
        color: #74788d; }
      .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item:hover {
        transition: all 0.3s ease;
        box-shadow: 0px 1px 21px 1px rgba(69, 65, 78, 0.12); }

@media (max-width: 768px) {
  .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item {
    padding-left: 0.5rem; } }

.kt-widget19 .kt-widget19__pic {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .kt-widget19 .kt-widget19__pic > img {
    width: 100%; }
  .kt-widget19 .kt-widget19__pic .kt-widget19__shadow {
    position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 90%) no-repeat scroll 0 0; }
  .kt-widget19 .kt-widget19__pic .kt-widget19__title {
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 1;
    padding-left: 25px;
    padding-bottom: 12.5px;
    color: #595d6e; }
  .kt-widget19 .kt-widget19__pic .kt-widget19__labels {
    position: absolute;
    top: 25px;
    left: 25px; }
  @media (max-width: 1024px) {
    .kt-widget19 .kt-widget19__pic .kt-widget19__labels {
      top: 15px;
      left: 15px; } }

.kt-widget19 .kt-widget19__wrapper {
  margin-bottom: 1rem; }
  .kt-widget19 .kt-widget19__wrapper .kt-widget19__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1.75rem 0; }
    .kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__userpic > img {
      width: 3.2rem;
      border-radius: 100%; }
    .kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info {
      padding-left: 1rem;
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
      .kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info .kt-widget19__username {
        font-size: 1.1rem;
        font-weight: 500;
        color: #595d6e;
        transition: color 0.3s ease; }
        .kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info .kt-widget19__username:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
      .kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info .kt-widget19__time {
        font-size: 1rem;
        font-weight: 400;
        color: #74788d; }
    .kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats {
      font-size: 1rem;
      font-weight: 500; }
      .kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats .kt-widget19__number {
        font-size: 1.4rem;
        font-weight: 700; }
      .kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats .kt-widget19__comment {
        font-size: 0.9rem;
        color: #74788d;
        transition: color 0.3s ease; }
        .kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats .kt-widget19__comment:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
      .kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats span {
        text-align: center;
        display: block; }
  .kt-widget19 .kt-widget19__wrapper .kt-widget19__text {
    text-align: justify;
    color: #74788d;
    font-size: 1.1rem;
    font-weight: 400; }

.kt-widget19 .kt-widget19__action {
  margin-top: 1.5rem; }

.kt-widget20 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  .kt-widget20 .kt-widget20__content {
    display: flex;
    padding-top: 1.15rem;
    padding-bottom: 1.25rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .kt-widget20 .kt-widget20__content .kt-widget20__desc {
      color: #74788d;
      font-size: 1rem;
      font-weight: 400;
      margin-top: 0.25rem; }
    .kt-widget20 .kt-widget20__content .kt-widget20__number {
      flex-grow: 1;
      font-weight: 600;
      font-size: 1.8rem; }
  .kt-widget20 .kt-widget20__chart {
    position: relative; }
    .kt-widget20 .kt-widget20__chart canvas {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }

.kt-widget21 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  .kt-widget21 .kt-widget21__content {
    display: flex;
    padding-top: 1.15rem;
    padding-bottom: 1.25rem;
    flex-grow: 1;
    display: flex; }
    .kt-widget21 .kt-widget21__content .kt-widget21__item {
      display: flex;
      align-items: center;
      flex: 1;
      padding-left: 2rem;
      margin-top: 1.5rem; }
      .kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%; }
        .kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__icon i {
          font-size: 1.4rem; }
      .kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info {
        padding-left: 1rem;
        flex: 1; }
        .kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info .kt-widget21__title {
          display: block;
          font-size: 1.1rem;
          font-weight: 500;
          color: #595d6e; }
        .kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info .kt-widget21__sub {
          display: block;
          font-size: 1rem;
          color: #74788d; }
  .kt-widget21 .kt-widget21__chart {
    position: relative; }
    .kt-widget21 .kt-widget21__chart canvas {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }

@media (max-width: 768px) {
  .kt-widget21 .kt-widget21__content .kt-widget21__item {
    padding-left: 0;
    margin-top: 0.5rem; }
    .kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info {
      padding-left: 0.5rem; } }

.kt-widget24 {
  padding: 25px;
  flex: 1; }
  .kt-widget24 .kt-widget24__details {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .kt-widget24 .kt-widget24__details .kt-widget24__info .kt-widget24__title {
      display: flex;
      font-size: 1.1rem;
      font-weight: 500;
      color: #595d6e;
      transition: color 0.3s ease; }
      .kt-widget24 .kt-widget24__details .kt-widget24__info .kt-widget24__title:hover {
        transition: color 0.3s ease;
        color: #2c77f4; }
    .kt-widget24 .kt-widget24__details .kt-widget24__info .kt-widget24__desc {
      color: #74788d;
      font-weight: 400; }
    .kt-widget24 .kt-widget24__details .kt-widget24__stats {
      font-size: 1.75rem;
      font-weight: 500;
      padding-left: 0.5rem; }
  .kt-widget24 .progress {
    height: 0.5rem;
    margin: 2rem 0 0.5rem 0; }
  .kt-widget24 .kt-widget24__action {
    display: flex;
    justify-content: space-between;
    font-weight: 400; }
    .kt-widget24 .kt-widget24__action .kt-widget24__change {
      color: #74788d; }
    .kt-widget24 .kt-widget24__action .kt-widget24__number {
      color: #74788d; }
  .kt-widget24.kt-widget24--solid {
    border: 1px solid #ebedf2;
    padding: 1rem;
    border-radius: 4px; }

@media (max-width: 1024px) {
  .kt-widget24 {
    padding: 15px; } }

.kt-widget25 {
  margin: 2rem 0; }
  .kt-widget25 .kt-widget25__stats {
    font-size: 4.5rem;
    font-weight: 500;
    color: #595d6e; }
  .kt-widget25 .kt-widget25__subtitle {
    color: #74788d;
    font-size: 1.1rem;
    padding-left: 1rem; }
  .kt-widget25 .kt-widget25__items {
    display: flex;
    align-items: center;
    margin-top: 2rem; }
    .kt-widget25 .kt-widget25__items .kt-widget25__item {
      flex: 1; }
      .kt-widget25 .kt-widget25__items .kt-widget25__item .kt-widget25__progress-sub {
        display: inline-block;
        margin-top: 6px;
        font-size: 1.1rem;
        font-weight: 500; }
      .kt-widget25 .kt-widget25__items .kt-widget25__item .kt-widget25__number {
        font-size: 2rem;
        font-weight: 600; }
      .kt-widget25 .kt-widget25__items .kt-widget25__item .progress {
        height: 0.5rem; }
      .kt-widget25 .kt-widget25__items .kt-widget25__item .kt-widget25__desc {
        font-size: 1.1rem;
        font-weight: 500;
        color: #74788d;
        padding-top: 0.7rem;
        display: block; }
      .kt-widget25 .kt-widget25__items .kt-widget25__item:not(:first-child):not(:last-child) {
        margin: 0 2rem; }

.kt-widget26 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  .kt-widget26 .kt-widget26__content {
    display: flex;
    padding-bottom: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .kt-widget26 .kt-widget26__content .kt-widget26__number {
      font-weight: 600;
      font-size: 1.8rem; }
    .kt-widget26 .kt-widget26__content .kt-widget26__desc {
      color: #74788d;
      font-size: 1.1rem;
      font-weight: 400;
      margin-top: 0.55rem; }
  .kt-widget26 .kt-widget26__chart {
    position: relative; }
    .kt-widget26 .kt-widget26__chart canvas {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }

.kt-widget27 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .kt-widget27 .kt-widget27__visual {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .kt-widget27 .kt-widget27__visual > img {
      width: 100%;
      height: 286px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .kt-widget27 .kt-widget27__visual .kt-widget27__title {
      position: absolute;
      left: 50%;
      top: 60%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      z-index: 1;
      color: #ffffff; }
      .kt-widget27 .kt-widget27__visual .kt-widget27__title > span {
        font-size: 4.5rem; }
        .kt-widget27 .kt-widget27__visual .kt-widget27__title > span > span {
          font-size: 2.5rem;
          padding-right: 0.4rem; }
    .kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn {
      position: absolute;
      left: 50%;
      top: 100%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1;
      display: block;
      padding: 1rem 2.5rem; }
      .kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn:hover, .kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn:focus, .kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn:active {
        background-color: #fff; }
  .kt-widget27 .kt-widget27__container {
    margin: 3rem 0;
    width: 100%;
    padding: 1rem 0.5rem 0 0.5rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .kt-widget27 .kt-widget27__container .nav {
      display: table;
      width: 100%;
      table-layout: fixed;
      border-spacing: 0.7rem; }
      .kt-widget27 .kt-widget27__container .nav .nav-item {
        display: table-cell; }
        .kt-widget27 .kt-widget27__container .nav .nav-item > a {
          text-align: center;
          font-weight: 600;
          padding: 0.8rem 0 0.8rem 0;
          color: #74788d;
          border: 1px solid #f7f8fa; }
          .kt-widget27 .kt-widget27__container .nav .nav-item > a.active {
            background-color: #2c77f4;
            border-color: #2c77f4 !important;
            color: #ffffff; }
    .kt-widget27 .kt-widget27__container .tab-content {
      padding: 0 1rem; }
      .kt-widget27 .kt-widget27__container .tab-content .kt-widget27__header {
        padding: 1.1rem 0;
        margin-bottom: 0.5rem; }
        .kt-widget27 .kt-widget27__container .tab-content .kt-widget27__header .kt-widget27__title {
          font-size: 1.3rem;
          font-weight: 500;
          margin-bottom: 0; }
        .kt-widget27 .kt-widget27__container .tab-content .kt-widget27__header .kt-widget27__desc {
          display: inline-block;
          margin-top: 0.2rem; }
      .kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend {
        margin-bottom: 0.9rem; }
        .kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend:last-child {
          margin-bottom: 0; }
        .kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend .kt-widget27__stats {
          color: #74788d;
          display: inline-block;
          font-weight: 500; }
        .kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend .kt-widget27__bullet {
          width: 1.5rem;
          height: 0.45rem;
          display: inline-block;
          border-radius: 1.1rem;
          margin: 0 1rem 0.1rem 0; }
      .kt-widget27 .kt-widget27__container .tab-content .kt-widget27__chart {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 110px;
        flex: 1; }
        .kt-widget27 .kt-widget27__container .tab-content .kt-widget27__chart .kt-widget27__stat {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          font-size: 2.2rem;
          font-weight: 500;
          color: #74788d; }
        .kt-widget27 .kt-widget27__container .tab-content .kt-widget27__chart canvas {
          position: relative;
          z-index: 1; }

.kt-widget28 .kt-widget28__visual {
  position: relative;
  min-height: 286px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.kt-widget28 .kt-widget28__wrapper {
  width: 100%; }
  .kt-widget28 .kt-widget28__wrapper .nav {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 1.2rem;
    margin-top: -8rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 1rem; }
    .kt-widget28 .kt-widget28__wrapper .nav .nav-item {
      display: table-cell; }
      .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a {
        text-align: center;
        padding: 1rem 0 1rem 0;
        border: 1px solid rgba(255, 255, 255, 0); }
        .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a > span {
          display: block;
          color: rgba(255, 255, 255, 0.7);
          transition: color 0.3s ease; }
          .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a > span > i {
            font-size: 2.2rem;
            margin-right: 0;
            padding-bottom: 1rem;
            padding-top: 0.4rem; }
          .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a > span:last-child {
            font-weight: 400;
            font-size: 1rem; }
        .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a.active {
          border: 1px solid white;
          background-color: transparent; }
          .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a.active > span {
            color: #fff;
            transition: color 0.3s ease; }
            .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a.active > span > i {
              color: #fff;
              transition: color 0.3s ease; }
        .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:focus, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:active, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:hover {
          background-color: transparent; }
          .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:focus > span, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:active > span, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:hover > span {
            color: #fff;
            transition: color 0.3s ease; }
            .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:focus > span > i, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:active > span > i, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:hover > span > i {
              color: #fff;
              transition: color 0.3s ease; }
  .kt-widget28 .kt-widget28__wrapper .tab-content {
    margin-top: 2rem; }
    .kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item {
      margin-top: 1.2rem;
      border-bottom: 1px solid #ebedf2; }
      .kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item > span {
        display: block; }
        .kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item > span:first-child {
          font-size: 1rem;
          font-weight: 400;
          color: #74788d; }
        .kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item > span:last-child {
          color: #595d6e;
          font-size: 1.1rem;
          font-weight: 500;
          margin-bottom: 1rem; }
      .kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item:first-child {
        margin-top: 0; }
      .kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item:last-child {
        border-bottom: none; }

.kt-widget29 {
  margin-top: 1rem; }
  .kt-widget29 .kt-widget29__content {
    margin-bottom: 1.25rem;
    padding: 2rem;
    background-color: #fff; }
    .kt-widget29 .kt-widget29__content .kt-widget29__title {
      font-size: 1.1rem;
      font-weight: 500;
      color: #595d6e; }
    .kt-widget29 .kt-widget29__content .kt-widget29__item {
      display: flex; }
      .kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info {
        flex: 1;
        text-align: left; }
        .kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info .kt-widget29__subtitle {
          display: block;
          color: #74788d;
          font-weight: 400;
          font-size: 1rem;
          padding: 0.25rem 0; }
        .kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info .kt-widget29__stats {
          display: block;
          font-size: 1.2rem;
          font-weight: 500; }
    .kt-widget29 .kt-widget29__content:last-child {
      margin-bottom: 0; }
  .kt-widget29 .kt-widget29__actions {
    margin-top: 1.5rem;
    padding: 0rem; }

@media (max-width: 768px) {
  .kt-widget29 .kt-widget29__content {
    padding: 2.2rem 1rem; }
    .kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info > span {
      padding-right: 1rem; }
      .kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info > span:last-child {
        padding-right: 0; } }

.kt-widget30 {
  margin: 1.5rem 0; }
  .kt-widget30 .kt-widget30__head {
    padding: 0;
    max-width: 100%;
    margin: 0 auto 2rem auto; }
    .kt-widget30 .kt-widget30__head .owl-carousel .carousel {
      cursor: pointer;
      text-align: center;
      padding: 1rem 0;
      margin: 1rem 1rem;
      box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.04);
      border-radius: 4px; }
      .kt-widget30 .kt-widget30__head .owl-carousel .carousel > span {
        display: block; }
        .kt-widget30 .kt-widget30__head .owl-carousel .carousel > span:first-child {
          font-size: 1.1rem;
          font-weight: 500;
          color: #595d6e; }
        .kt-widget30 .kt-widget30__head .owl-carousel .carousel > span:last-child {
          font-size: 0.9rem;
          font-weight: 400;
          color: #74788d; }
    .kt-widget30 .kt-widget30__head .owl-carousel .center > div {
      cursor: auto;
      background-color: #2c77f4;
      box-shadow: 0px 2px 14px 2px rgba(44, 119, 244, 0.2); }
      .kt-widget30 .kt-widget30__head .owl-carousel .center > div > span:first-child {
        color: #ffffff; }
      .kt-widget30 .kt-widget30__head .owl-carousel .center > div > span:last-child {
        color: rgba(255, 255, 255, 0.7); }
  .kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items {
    padding: 0 2.2rem;
    border-bottom: 1px dashed #ebedf2; }
    .kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1.5rem;
      padding-bottom: 1.5rem; }
      .kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__pic > img {
        width: 3rem;
        height: 3rem;
        border-radius: 100%; }
      .kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info {
        width: 100%;
        text-align: left;
        padding: 0 1rem;
        font-weight: 500;
        color: #74788d; }
        .kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info > a {
          display: block;
          font-size: 1rem;
          font-weight: 500;
          color: #595d6e;
          transition: color 0.3s ease; }
          .kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info > a:hover {
            color: #2c77f4;
            transition: color 0.3s ease; }
        .kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info > span {
          display: block;
          font-size: 1rem;
          font-weight: 400;
          color: #74788d; }
      .kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item:last-child {
        border-bottom: none; }
    .kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items:last-child {
      border-bottom: none; }

@media (max-width: 1024px) {
  .kt-widget30 {
    margin: 1rem 0; } }

.kt-widget31 .kt-widget31__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem; }
  .kt-widget31 .kt-widget31__item .kt-widget31__content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__pic > img {
      width: 4rem;
      border-radius: 50%; }
    .kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info {
      padding: 0 1.2rem;
      flex-grow: 1; }
      .kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info .kt-widget31__username {
        font-weight: 500;
        font-size: 1.1rem;
        color: #595d6e;
        transition: color 0.3s ease; }
        .kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info .kt-widget31__username:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
      .kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info .kt-widget31__text {
        font-size: 1rem;
        margin: 0;
        font-weight: 400;
        color: #74788d; }
    .kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress {
      flex: 1;
      padding-right: 3rem; }
      .kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.7rem; }
        .kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats > span {
          line-height: 1.1; }
          .kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats > span:first-child {
            font-size: 1.1rem;
            font-weight: 500;
            color: #595d6e; }
          .kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats > span:last-child {
            font-size: 1rem;
            color: #74788d;
            font-weight: 400; }
      .kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .progress {
        width: 100%; }
    .kt-widget31 .kt-widget31__item .kt-widget31__content:last-child {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 50%; }
  .kt-widget31 .kt-widget31__item:last-child {
    margin-bottom: 0; }

@media (max-width: 768px) {
  .kt-widget31 .kt-widget31__item {
    display: flex;
    flex-wrap: wrap; }
    .kt-widget31 .kt-widget31__item .kt-widget31__content {
      width: 100%; }
      .kt-widget31 .kt-widget31__item .kt-widget31__content:last-child {
        width: 100%;
        margin: 1rem 0; } }

.kt-widget.kt-widget--user-profile-1 {
  padding-bottom: 1.7rem; }
  .kt-widget.kt-widget--user-profile-1 .kt-widget__head {
    display: flex;
    align-items: flex-start; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__media img {
      width: 90px;
      max-width: 100%;
      border-radius: 8px; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content {
      padding-left: 1.6rem; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username {
        font-size: 1.3rem;
        color: #48465b;
        font-weight: 500; }
        .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
        .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username i {
          font-size: 1.1rem;
          padding-left: 0.4rem; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__subtitle {
        font-size: 1;
        display: block;
        padding: 0.25rem 0 0 0;
        font-weight: 500;
        color: #74788d; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action {
        margin-top: 1rem; }
        .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action .btn {
          margin-right: 0.4rem;
          font-weight: 600;
          padding: 0.3rem 1rem; }
  .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content {
    padding: 1.9rem 0 2.1rem 0; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 0.5rem; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info .kt-widget__label {
        color: #48465b;
        font-weight: 500; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info .kt-widget__data {
        color: #74788d;
        font-weight: 400; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info a.kt-widget__data:hover {
        color: #2c77f4;
        transition: color 0.3s ease; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info:last-child {
        padding-bottom: 0; }
  .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.05rem 0.9rem 0.6rem;
    margin: 0.4rem 0; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item.kt-widget__item--active {
      transition: color 0.3s ease;
      background: #f2f3f7;
      border-radius: 4px; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item.kt-widget__item--active .kt-widget__section .kt-widget__desc {
        color: #2c77f4; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item.kt-widget__item--active .kt-widget__section .kt-widget__icon .kt-svg-icon g [fill] {
        fill: #2c77f4; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item .kt-widget__section .kt-widget__icon svg {
      width: 2rem;
      height: 1.5rem; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item .kt-widget__section .kt-widget__icon .kt-svg-icon g [fill] {
      fill: #74788d; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item .kt-widget__section .kt-widget__desc {
      color: #74788d;
      font-weight: 500;
      padding-left: 0.3rem; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item:hover {
      transition: color 0.3s ease;
      background: #f2f3f7;
      cursor: pointer;
      border-radius: 4px; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item:hover .kt-widget__desc {
        color: #2c77f4; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item:hover .kt-widget__icon .kt-svg-icon g [fill] {
        fill: #2c77f4; }

.kt-portlet__body.kt-portlet__body--fit-y .kt-widget {
  margin-top: -10px; }

@media (max-width: 1024px) {
  .kt-widget.kt-widget--user-profile-1 {
    padding-bottom: 1.2rem; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__media img {
      max-width: 60px; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username {
      font-size: 1.1rem;
      color: #48465b;
      font-weight: 500; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action {
      margin-top: 0.5rem; }
      .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action .btn {
        margin-right: 0.4rem;
        font-weight: 500;
        padding: 0.25rem 1.25rem; }
    .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content {
      padding-bottom: 2rem; } }

.kt-widget.kt-widget--user-profile-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%; }
  .kt-widget.kt-widget--user-profile-2 .kt-widget__head {
    display: flex;
    align-items: center;
    margin-top: -45px; }
    .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__img {
      max-width: 90px;
      border-radius: 50%; }
    .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 90px;
      height: 90px;
      font-size: 1.5rem;
      border-radius: 50%; }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--brand {
        background: rgba(44, 119, 244, 0.1); }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--light {
        background: rgba(255, 255, 255, 0.1); }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--dark {
        background: rgba(40, 42, 60, 0.1); }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--primary {
        background: rgba(88, 103, 221, 0.1); }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--success {
        background: rgba(29, 201, 183, 0.1); }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--info {
        background: rgba(85, 120, 235, 0.1); }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--warning {
        background: rgba(255, 184, 34, 0.1); }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--danger {
        background: rgba(253, 57, 122, 0.1); }
    .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info {
      padding-left: 1rem; }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__username {
        font-size: 1.4rem;
        color: #48465b;
        font-weight: 500; }
        .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__username:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__titel {
        font-size: 1.4rem;
        color: #48465b;
        font-weight: 500; }
        .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__titel:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__desc {
        display: block;
        font-weight: 500;
        font-size: 1.1rem;
        padding-top: 0.4rem;
        color: #74788d; }
  .kt-widget.kt-widget--user-profile-2 .kt-widget__body {
    flex: 1; }
    .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__section {
      padding: 1rem 0 1rem 0;
      color: #595d6e;
      font-weight: 400; }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__section a {
        padding-right: 0.3rem; }
    .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content {
      display: flex; }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats {
        display: flex;
        align-items: center;
        flex-grow: 1;
        padding-bottom: 1.7rem; }
        .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__icon i {
          font-size: 2.7rem;
          color: #a2a5b9;
          font-weight: 400; }
        .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__details {
          padding-left: 1rem; }
          .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__details .kt-widget__title {
            display: block;
            color: #595d6e;
            font-weight: 500;
            font-size: 0.95rem; }
          .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__details .kt-widget__value {
            display: block;
            color: #48465b;
            font-weight: 600;
            font-size: 1.2rem; }
    .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item {
      padding: 0.7rem 0; }
      .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0.5rem; }
        .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact .kt-widget__label {
          color: #48465b;
          font-weight: 600; }
        .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact .kt-widget__data {
          color: #74788d;
          font-weight: 400; }
        .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact a.kt-widget__data:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
        .kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact:last-child {
          padding-bottom: 0; }
  .kt-widget.kt-widget--user-profile-2 .kt-widget__footer {
    margin-top: 2rem; }
    .kt-widget.kt-widget--user-profile-2 .kt-widget__footer .btn {
      font-size: 1rem;
      font-weight: 600;
      padding: 1.1rem 0;
      width: 100%; }

@media (max-width: 768px) {
  .kt-widget.kt-widget--user-profile-2 .kt-widget__head {
    margin-top: -30px; }
    .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__img {
      max-width: 60px; }
    .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic {
      max-width: 60px;
      max-height: 60px;
      font-size: 1.2rem; } }

.kt-widget.kt-widget--user-profile-3 .kt-widget__top {
  display: flex;
  align-items: flex-start; }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media {
    margin-top: 0.2rem; }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media img {
      width: 110px;
      border-radius: 8px; }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic {
    margin-top: 0.2rem;
    width: 100%;
    max-width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 8px; }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--brand {
      background: rgba(44, 119, 244, 0.1); }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--light {
      background: rgba(255, 255, 255, 0.1); }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--dark {
      background: rgba(40, 42, 60, 0.1); }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--primary {
      background: rgba(88, 103, 221, 0.1); }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--success {
      background: rgba(29, 201, 183, 0.1); }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--info {
      background: rgba(85, 120, 235, 0.1); }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--warning {
      background: rgba(255, 184, 34, 0.1); }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--danger {
      background: rgba(253, 57, 122, 0.1); }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content {
    width: 100%;
    padding-left: 1.7rem; }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__user {
        display: flex;
        align-items: center; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username {
        font-size: 1.3rem;
        color: #48465b;
        font-weight: 500;
        align-items: center; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username i {
          font-size: 1.2rem;
          color: #57c974;
          padding-left: 0.5rem; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__title {
        font-size: 1.3rem;
        color: #48465b;
        font-weight: 600;
        margin: 0.8rem 0 0.7rem 0; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__title:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__action .btn {
        font-weight: 600;
        margin-left: 0.5rem; }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead {
      padding: 0.6rem 0 0.8rem 0; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a {
        padding-right: 2rem;
        color: #74788d;
        font-weight: 500; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a i {
          padding-right: 0.5rem; }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info {
      display: flex;
      flex-flow: row wrap; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__desc {
        color: #595d6e;
        font-weight: 400;
        padding-right: 2rem;
        flex-grow: 1;
        margin-bottom: 0.5rem; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress {
        display: flex;
        align-items: center;
        max-width: 500px;
        width: 100%;
        margin: 0.1rem 0; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress .kt-widget__text {
          padding-right: 1rem;
          color: #595d6e;
          font-weight: 500; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress .kt-widget__stats {
          padding-left: 1rem;
          color: #48465b;
          font-weight: 600;
          font-size: 1.1rem; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats {
        margin-bottom: 0.7rem;
        display: flex;
        flex-wrap: wrap; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item {
          padding-top: 1rem; }
          .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__date {
            color: #595d6e;
            font-weight: 500;
            padding-bottom: 1rem;
            display: block; }
          .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__subtitel {
            color: #595d6e;
            font-weight: 500;
            display: block; }
          .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__progress {
            width: 100%;
            margin: 1.4rem 0 0.5rem 0; }
            .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__progress .kt-widget__stat {
              padding-left: 0.7rem;
              color: #48465b;
              font-weight: 600; }
          .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item:not(:first-child):not(:last-child) {
            margin: 0 2.2rem; }
          .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item:last-child {
            padding-left: 1rem; }

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ebedf2;
  margin-top: 2rem; }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 2rem 1.5rem 0 0; }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__icon i {
      font-size: 2.7rem;
      color: #a2a5b9;
      font-weight: 400; }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details {
      padding-left: 1rem; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__title {
        display: block;
        color: #595d6e;
        font-weight: 600;
        font-size: 0.95rem; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__value {
        display: block;
        color: #48465b;
        font-weight: 600;
        font-size: 1.2rem; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__value span {
          color: #595d6e;
          font-weight: 400; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details a.kt-widget__value {
        font-size: 0.95rem; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details a.kt-widget__value:hover {
          color: #2c77f4; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-section__content {
        padding-left: 0.7rem; }

.kt-widget.kt-widget--user-profile-3 .kt-widget__form {
  margin-top: 1.5rem; }

@media (max-width: 768px) {
  .kt-widget.kt-widget--user-profile-3 {
    padding-top: 0.5rem; }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__top {
      display: flex;
      align-items: flex-start; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media {
        margin-top: 0.5rem; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media img {
          max-width: 60px; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic {
        width: 60px;
        height: 60px;
        margin-top: 0.5rem;
        font-size: 1.3rem; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content {
        padding-left: 1rem;
        margin-top: 0; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username {
          padding-bottom: 0.6rem; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead {
          padding: 1.2rem 0; }
          .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a:not(:first-child):not(:last-child) {
            padding: 0.5rem 1rem 0.5rem 0; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info {
          display: flex;
          flex-direction: column; }
          .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__desc {
            padding-bottom: 1rem; }
          .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress {
            width: 100%; }
    .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom {
      padding-top: 1rem; }
      .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
        padding: 1rem 1rem 0 0; }
        .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__icon i {
          font-size: 2.5rem; } }

.kt-widget.kt-widget--user-profile-4 .kt-widget__head {
  margin-top: 1rem; }
  .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media {
    display: flex;
    justify-content: center; }
    .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__img {
      max-width: 90px;
      max-height: 90px;
      border-radius: 50%; }
    .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 90px;
      height: 90px;
      font-size: 1.5rem;
      border-radius: 50%; }
      .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--brand {
        background: rgba(44, 119, 244, 0.1); }
      .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--light {
        background: rgba(255, 255, 255, 0.1); }
      .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--dark {
        background: rgba(40, 42, 60, 0.1); }
      .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--primary {
        background: rgba(88, 103, 221, 0.1); }
      .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--success {
        background: rgba(29, 201, 183, 0.1); }
      .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--info {
        background: rgba(85, 120, 235, 0.1); }
      .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--warning {
        background: rgba(255, 184, 34, 0.1); }
      .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--danger {
        background: rgba(253, 57, 122, 0.1); }
  .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username {
    text-align: center;
    display: block;
    padding: 0.8rem 0 0.6rem 0;
    font-size: 1.3rem;
    color: #48465b;
    font-weight: 500; }
    .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username:hover {
      color: #2c77f4;
      transition: color 0.3s ease; }
  .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__button {
    text-align: center; }
    .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__button .btn {
      font-weight: 600;
      padding: 0.3rem 0.8rem; }
  .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__action {
    text-align: center;
    margin-top: 2.3rem; }
    .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__action > .btn-label-warning:hover {
      color: #fff; }
    .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__action .btn:not(:first-child):not(:last-child) {
      margin: 0 1rem; }

.kt-widget.kt-widget--user-profile-4 .kt-widget__body {
  margin-top: 2.5rem; }
  .kt-widget.kt-widget--user-profile-4 .kt-widget__body .kt-widget__item {
    display: block;
    text-align: center;
    color: #595d6e;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 0.9rem 0;
    margin: 0.4rem 0; }
    .kt-widget.kt-widget--user-profile-4 .kt-widget__body .kt-widget__item:hover {
      color: #2c77f4;
      transition: color 0.3s ease;
      background: #edf0fc;
      cursor: pointer;
      border-radius: 4px; }
    .kt-widget.kt-widget--user-profile-4 .kt-widget__body .kt-widget__item.kt-widget__item--active {
      transition: color 0.3s ease;
      background: #edf0fc;
      color: #2c77f4;
      border-radius: 4px; }

@media (max-width: 768px) {
  .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__img {
    max-width: 80px;
    max-height: 80px; }
  .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic {
    max-width: 80px;
    max-height: 80px;
    font-size: 1.2rem; } }

.kt-widget.kt-widget--users .kt-widget__item {
  display: flex;
  margin: 1.3rem 0 2.3rem 0; }
  .kt-widget.kt-widget--users .kt-widget__item .kt-userpic img {
    width: 100%;
    max-width: 43px;
    height: 43px; }
  .kt-widget.kt-widget--users .kt-widget__item:last-child {
    margin-bottom: 0; }
  .kt-widget.kt-widget--users .kt-widget__item .kt-widget__info {
    padding-top: 0.1rem;
    flex: 3;
    margin-left: 1rem; }
    .kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section {
      display: flex;
      align-items: center; }
      .kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section .kt-widget__username {
        font-size: 1.1rem;
        color: #48465b;
        font-weight: 500; }
        .kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section .kt-widget__username:hover {
          color: #2c77f4;
          transition: color 0.3s ease; }
      .kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section .kt-badge {
        margin-left: 0.5rem; }
    .kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__desc {
      display: block;
      color: #74788d;
      font-weight: 500; }
  .kt-widget.kt-widget--users .kt-widget__item .kt-widget__action {
    text-align: right;
    padding-top: 0.2rem;
    flex: 1.1; }
    .kt-widget.kt-widget--users .kt-widget__item .kt-widget__action .kt-widget__date {
      display: block;
      color: #74788d;
      font-weight: 500; }

@media (max-width: 1024px) {
  .kt-widget.kt-widget--users .kt-widget__item .kt-widget__info {
    flex: 1.5; }
  .kt-widget.kt-widget--users .kt-widget__item .kt-widget__action {
    flex: 1; } }

.kt-widget.kt-widget--project-1 {
  display: flex;
  flex-direction: column;
  height: calc(100% + 20px); }
  .kt-widget.kt-widget--project-1 .kt-widget__head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px; }
    .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label {
      display: flex; }
      .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__media .kt-userpic .kt-widget__icon {
        max-width: 62px;
        height: 62px;
        margin-top: -0.5rem;
        margin-left: -0.5rem; }
      .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__media .kt-userpic img {
        width: 65px; }
      .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__media.kt-widget__media--m {
        margin-top: 1.5px; }
      .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info {
        padding: 0.25rem 0 0 1rem; }
        .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info .kt-widget__title {
          font-size: 1.3rem;
          color: #48465b;
          font-weight: 600; }
          .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info .kt-widget__title:hover {
            color: #2c77f4;
            transition: color 0.3s ease; }
        .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info .kt-widget__desc {
          padding-top: 0.4rem;
          color: #595d6e;
          font-weight: 500;
          display: block; }
    .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__toolbar {
      display: flex;
      align-items: flex-start; }
  .kt-widget.kt-widget--project-1 .kt-widget__body {
    padding: 25px;
    height: 100%;
    padding-top: 0 !important; }
    .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats {
      display: flex;
      flex-wrap: wrap; }
      .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item {
        padding-top: 1rem; }
        .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__date {
          color: #595d6e;
          font-weight: 500;
          padding-bottom: 1rem;
          display: block; }
        .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__subtitel {
          color: #595d6e;
          font-weight: 500;
          display: block; }
        .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__progress {
          width: 100%;
          margin: 1.4rem 0 0.5rem 0; }
          .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__progress .kt-widget__stat {
            padding-left: 0.7rem;
            color: #48465b;
            font-weight: 600; }
        .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item:not(:first-child):not(:last-child) {
          margin: 0 2.2rem; }
        .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item:last-child {
          padding-left: 1rem; }
    .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container {
      display: flex;
      align-items: center;
      margin: 2.7rem 0 1.2rem 0; }
      .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container .kt-widget__subtitel {
        color: #595d6e;
        font-weight: 500; }
      .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container .kt-widget__progress {
        width: 100%;
        margin: 0 1rem; }
        .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container .kt-widget__progress .kt-widget__stat {
          padding-left: 0.7rem;
          color: #48465b;
          font-weight: 600; }
    .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__text {
      color: #595d6e;
      font-weight: 500;
      margin-top: 2.7rem;
      display: block; }
    .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content {
      padding: 1rem 0 1.3rem 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details {
        margin-right: 3.7rem;
        padding-top: 1rem;
        display: flex;
        flex-direction: column; }
        .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-widget__subtitle {
          color: #595d6e;
          font-weight: 600;
          padding-bottom: 1.1rem; }
        .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-widget__value {
          color: #48465b;
          font-weight: 600;
          font-size: 1.2rem; }
          .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-widget__value span {
            color: #74788d; }
        .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-badge {
          margin: 0.3rem 0 0 7px; }
        .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child {
          margin-right: 0; }
          .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child .kt-widget__subtitle {
            margin-top: -0.2rem; }
  .kt-widget.kt-widget--project-1 .kt-widget__footer {
    border-top: 1px solid #ebedf2;
    width: 100%; }
    .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper {
      padding: 25px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section {
        display: flex;
        align-items: center; }
        .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog {
          display: flex;
          align-items: center; }
          .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog i {
            font-size: 1.3rem;
            color: #d2d8e8; }
          .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog .kt-widget__value {
            font-weight: 700;
            padding-left: 0.6rem; }
          .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog:last-child {
            padding-left: 1.7rem; }

@media (max-width: 1024px) {
  .kt-widget.kt-widget--project-1 .kt-widget__head {
    padding-bottom: 1rem;
    padding: 15px; }
    .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-userpic img {
      width: 100%;
      max-width: 50px;
      height: 50px; }
    .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-userpic span {
      width: 50px;
      height: 50px;
      font-size: 1.2rem; }
    .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-userpic img {
      width: 50px; }
    .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-userpic.kt-userpic--md img {
      width: 100%;
      max-width: 45px;
      height: 45px; }
    .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-userpic.kt-userpic--md span {
      width: 45px;
      height: 45px;
      font-size: 1rem; }
    .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-userpic.kt-userpic--md img {
      width: 47px; }
    .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-userpic .kt-widget__icon {
      margin-top: -0.7rem;
      width: 62px; }
    .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media.kt-widget__media--m {
      margin-top: 1px; }
    .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__info {
      padding: 0.2rem 0 0 1rem; }
  .kt-widget.kt-widget--project-1 .kt-widget__body {
    padding: 15px; }
    .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item:not(:first-child):not(:last-child) {
      margin: 0 1.5rem; }
    .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item:last-child {
      padding-left: 0; }
    .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__text {
      margin-top: 1.5rem;
      margin-bottom: 1rem; }
    .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content {
      padding: 0.5rem 0 1rem 0; }
      .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details {
        margin-right: 1.2rem; }
        .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child {
          margin-right: 0; }
          .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child .kt-widget__subtitle {
            margin-top: 0rem; }
  .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper {
    padding: 15px; }
    .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section {
      padding-right: 1rem; }
      .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog .kt-widget__value {
        padding-left: 0.4rem; }
      .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog:last-child {
        padding-left: 1.2rem; } }

body {
  background: #f2f3f8; }

.kt-subheader.kt-subheader--clear {
  margin-bottom: 0 !important; }

@media (min-width: 1025px) {
  .kt-wrapper {
    transition: all 0.3s ease; }
    .kt-header--fixed .kt-wrapper {
      padding-top: 80px; }
    .kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
      padding-top: 134px; }
    .kt-aside--fixed .kt-wrapper {
      padding-left: 140px; }
    .kt-aside--fixed.kt-aside--minimize .kt-wrapper {
      padding-left: 78px;
      transition: all 0.3s ease; }
  .kt-header--fixed.kt-subheader--fixed .kt-subheader {
    position: fixed;
    height: 54px;
    top: 80px;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    z-index: 94;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    margin: 0; }
  .kt-header--fixed.kt-header--minimize.kt-subheader--fixed .kt-subheader {
    top: 55px;
    transition: top 0.3s ease; }
  .kt-aside--enabled.kt-subheader--fixed .kt-subheader {
    left: 140px; }
  .kt-subheader--fixed.kt-aside--minimize-hover .kt-subheader,
  .kt-subheader--fixed.kt-aside--minimize .kt-subheader {
    left: 78px;
    transition: all 0.3s ease; }
  .kt-container {
    padding: 0 25px; }
  .kt-subheader--enabled:not(.kt-subheader--fixed) .kt-content {
    padding-top: 0; } }

@media (min-width: 1025px) and (max-width: 1570px) {
  .kt-container:not(.kt-container--fluid) {
    width: 100%; } }

@media (max-width: 1024px) {
  .kt-header-mobile--fixed .kt-wrapper {
    padding-top: 50px; }
  .kt-container {
    padding: 0 15px; }
  .kt-subheader--enabled .kt-content {
    padding-top: 0; }
  .kt-subheader--enabled.kt-subheader--solid .kt-subheader {
    margin-bottom: 15px; } }

@media (min-width: 1025px) {
  .kt-header {
    display: flex;
    justify-content: space-between;
    height: 80px;
    transition: all 0.3s ease;
    background-color: #fff;
    border-bottom: 1px solid #eff0f6; }
    .kt-header--fixed:not(.kt-subheader--fixed) .kt-header {
      border-bottom: 0;
      box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1); }
    .kt-header--fixed .kt-header {
      position: fixed;
      top: 0;
      right: 0;
      left: 140px;
      z-index: 97; }
    .kt-header--fixed.kt-header--minimize .kt-header {
      height: 55px;
      transition: height 0.3s ease; }
    .kt-header--fixed.kt-aside--minimize .kt-header {
      left: 78px;
      transition: all 0.3s ease; } }

@media (max-width: 1024px) {
  .kt-header__topbar {
    background-color: #ffffff;
    box-shadow: none; }
  .kt-header__topbar--mobile-on .kt-header__topbar {
    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
    border-top: 1px solid #ebedf2; } }

@media (min-width: 1025px) {
  .kt-header-mobile {
    display: none; } }

@media (max-width: 1024px) {
  .kt-header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    height: 50px;
    min-height: 50px;
    position: relative;
    z-index: 1;
    background-color: #1a1a27;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1); }
    .kt-header__topbar--mobile-on .kt-header-mobile {
      box-shadow: none; }
    .kt-header-mobile--fixed .kt-header-mobile {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 97; }
    .kt-header-mobile .kt-header-mobile__logo {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .kt-header-mobile .kt-header-mobile__toolbar {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler {
        display: inline-block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        background: none;
        outline: none !important;
        width: 26px;
        height: 26px;
        transition: all 0.4s ease; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span {
          display: block;
          position: absolute;
          top: 12px;
          height: 2px;
          min-height: 2px;
          width: 100%;
          border-radius: 2px;
          transition: all 0.4s ease; }
          .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 2px;
            min-height: 2px;
            content: "";
            border-radius: 2px;
            transition: all 0.4s ease; }
          .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before {
            top: -8px; }
          .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after {
            bottom: -8px; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left span:before {
          transition: all 0.4s ease;
          left: auto;
          right: 0px;
          width: 50%; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left span:after {
          transition: all 0.4s ease;
          left: auto;
          right: 0px;
          width: 75%; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left:hover span:after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left:hover span:before {
          width: 100%;
          transition: all 0.4s ease; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left.kt-header-mobile__toolbar-toggler--active span:before {
          transition: all 0.4s ease;
          left: 0px;
          right: auto;
          width: 50%; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left.kt-header-mobile__toolbar-toggler--active span:after {
          transition: all 0.4s ease;
          left: 0px;
          right: auto;
          width: 75%; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right span:before {
          left: 0px;
          right: auto;
          width: 50%;
          transition: width 0.4s ease; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right span:after {
          left: 0px;
          right: auto;
          width: 75%;
          transition: width 0.4s ease; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right:hover span:after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right:hover span:before {
          width: 100%;
          transition: width 0.4s ease; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right.kt-header-mobile__toolbar-toggler--active span:before {
          left: auto;
          right: 0px;
          width: 50%;
          transition: width 0.4s ease; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right.kt-header-mobile__toolbar-toggler--active span:after {
          left: auto;
          right: 0px;
          width: 75%;
          transition: width 0.4s ease; }
      .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span {
        background: #4e4c5f; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after {
          background: #4e4c5f; }
      .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span {
        background: #2c77f4; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span::after {
          background: #2c77f4; }
      .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span {
        background: #2c77f4; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span::after {
          background: #2c77f4; }
      .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler {
        margin: 0 0 0 1.5rem; }
      .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        background: none;
        outline: none !important;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        margin: 0 0.5rem 0 1.25rem; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler i {
          transition: all 0.3s;
          color: #4e4c5f;
          font-size: 1.5rem;
          line-height: 0; }
        .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler.kt-header-mobile__toolbar-topbar-toggler--active i, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler:hover i {
          transition: all 0.3s;
          color: #2c77f4; } }

@media (min-width: 1025px) {
  .kt-header-menu {
    display: flex;
    align-items: stretch;
    height: 100%;
    margin: 0 0 0 25px; }
    .kt-header-menu .kt-menu__nav {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: stretch; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link {
        display: flex;
        text-decoration: none;
        position: relative;
        vertical-align: middle;
        align-items: stretch;
        outline: none !important;
        text-decoration: none;
        cursor: pointer; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-text {
          display: flex;
          align-items: center;
          flex-grow: 1;
          padding: 0; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
          display: flex;
          align-items: center;
          line-height: 0;
          white-space: nowrap; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
          display: flex;
          align-items: center; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow {
          display: flex;
          align-items: center; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
          display: none; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:hover, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:active, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:focus {
          text-decoration: none; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__link-text {
        width: auto; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--icon-only > .kt-menu__link {
        justify-content: center; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--icon-only > .kt-menu__link > .kt-menu__link-icon {
          justify-content: center; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
        display: none;
        z-index: 98;
        position: absolute;
        top: 100%;
        border-radius: 4px;
        padding: 20px 0px ; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__scroll {
          position: relative;
          overflow: hidden;
          display: flex;
          flex-direction: column;
          flex-grow: 1; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
          list-style: none !important;
          padding: 0;
          margin: 0; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
          width: 275px;
          margin: 0 auto;
          left: auto;
          right: auto; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--full {
          margin: 0 auto;
          width: auto;
          left: 20px;
          right: 20px; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed {
          left: auto;
          right: auto;
          width: auto; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--right {
          right: 0;
          left: auto; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--right.kt-menu__submenu--pull {
            margin-right: -40px; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--left {
          right: auto;
          left: 0; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--left.kt-menu__submenu--pull {
            margin-left: -40px; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--center {
          margin: 0 auto;
          left: 0;
          right: 0; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu {
          position: relative;
          padding: 0;
          margin: 0; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu {
            top: 0;
            display: none;
            margin-top: 0; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--left {
              right: 100%;
              left: auto; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--right {
              left: 100%;
              right: auto; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content {
          display: flex;
          list-style: none;
          padding: 0;
          margin: 0; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content > .kt-menu__item {
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            flex-grow: 1; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content > .kt-menu__item:last-child {
              border-right: 0; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading {
          display: flex;
          align-items: center;
          padding: 0;
          margin: 0;
          text-decoration: none;
          position: relative; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-text {
            display: flex;
            align-items: center;
            flex-grow: 1; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-badge {
            display: flex;
            align-items: center;
            white-space: nowrap; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-icon {
            display: flex;
            align-items: center;
            font-size: 18px;
            padding: 0 10px 0 0; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__hor-arrow {
            display: flex;
            align-items: center;
            padding: 0 0 0 10px; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__ver-arrow {
            display: none; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner,
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav {
        list-style: none;
        margin: 0;
        padding: 0; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item,
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item {
          display: flex;
          flex-grow: 1;
          margin: 0;
          padding: 10px 20px; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link,
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link {
            display: flex;
            align-items: center;
            flex-grow: 1;
            text-decoration: none;
            position: relative; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:hover, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:active, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:focus,
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:hover,
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:active,
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:focus {
              outline: none;
              text-decoration: none; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-text,
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-text {
              display: flex;
              align-items: center;
              font-weight: 400;
              font-size: 1rem;
              text-transform: initial; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-badge,
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
              display: flex;
              align-items: center;
              white-space: nowrap;
              padding: 0px 0px 0px 5px; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-icon,
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
              display: flex;
              align-items: center;
              flex: 0 0 33px;
              padding: 0;
              font-size: 1.3rem; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-bullet,
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet {
              display: flex;
              align-items: center;
              line-height: 0; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow,
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow {
              display: flex;
              align-items: center;
              padding: 0px 0px 0px 10px; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow,
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
              display: none; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner {
        padding: 0; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__submenu {
        margin-left: 1px; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__submenu.kt-menu__submenu--left {
          margin-right: 1px; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu {
        top: 100%; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--left {
          right: 100%;
          left: 0; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--right {
          left: 100%;
          right: 0; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item {
      display: flex;
      align-items: center;
      padding: 0px 0.25rem;
      padding: 0px 0.25rem ; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--rel {
        position: relative; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
        transition: all 0.3s ease;
        cursor: pointer;
        padding: 0.25rem 0.5rem ; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link:hover {
          transition: all 0.3s ease; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
          font-size: 1.3rem;
          width: 30px;
          padding: 0;
          line-height: 0; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
            margin-left: -2px; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
          width: 20px; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
            vertical-align: middle;
            display: inline-block; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
            width: 4px;
            height: 4px;
            border-radius: 100%; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
            width: 5px;
            height: 1px; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
          font-weight: 400;
          font-size: 1rem;
          text-transform: initial; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
          padding: 0px 0px 0px 5px; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
          font-size: 0.8rem;
          width: 20px;
          justify-content: flex-end; }
          [direction="rtl"] .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
            content: "" !important; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
          display: none; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
        padding: 0px;
        border-radius: 4px; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item {
          padding: 0px ; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
            transition: all 0.3s ease;
            cursor: pointer;
            padding: 11px 30px ; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link:hover {
              transition: all 0.3s ease; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
              font-size: 1.3rem;
              width: 33px;
              padding: 0;
              line-height: 0; }
              .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
                margin-left: -2px; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
              width: 20px; }
              .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
                vertical-align: middle;
                display: inline-block; }
              .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
                width: 4px;
                height: 4px;
                border-radius: 100%; }
              .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
                width: 9px;
                height: 1px; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
              font-weight: 400;
              font-size: 1rem;
              text-transform: initial; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
              padding: 0px 0px 0px 5px; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
              font-size: 0.8rem;
              width: 20px;
              justify-content: flex-end;
              padding: 0px 0px 0px 10px; }
              [direction="rtl"] .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
                content: "" !important; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
              display: none; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content {
          align-items: stretch; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content > .kt-menu__item {
            flex-grow: 1;
            flex-basis: 0; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content > .kt-menu__item:last-child {
              border-right: 0 !important; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading {
            padding: 30px 30px 10px 30px; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-text {
              font-weight: 500;
              font-size: 1.07rem;
              text-transform: initial; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-icon {
              font-size: 1.4rem;
              flex: 0 0 30px;
              padding: 0; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading .kt-menu__link-badge {
              padding: 0px 0px 0px 5px; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner {
            padding: 0 0 20px 0; }
            .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item {
              padding: 0px ; }
              .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link {
                transition: all 0.3s ease;
                cursor: pointer;
                padding: 11px 30px ; }
                .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link:hover {
                  transition: all 0.3s ease; }
                .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
                  font-size: 1.3rem;
                  width: 33px;
                  padding: 0;
                  line-height: 0; }
                  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
                    margin-left: -2px; }
                .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
                  width: 20px; }
                  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
                    vertical-align: middle;
                    display: inline-block; }
                  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
                    width: 4px;
                    height: 4px;
                    border-radius: 100%; }
                  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
                    width: 9px;
                    height: 1px; }
                .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
                  font-weight: 400;
                  font-size: 1rem;
                  text-transform: initial; }
                .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
                  padding: 0px 0px 0px 5px; }
                .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
                  font-size: 0.8rem;
                  width: 20px;
                  justify-content: flex-end;
                  padding: 0px 0px 0px 10px; }
                  [direction="rtl"] .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
                    content: "" !important; }
                .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
                  display: none; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--classic {
          padding: 20px 0px; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--inline {
          display: flex;
          flex: 0 0 auto; }
          .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--inline > .kt-menu__subnav > .kt-menu__item {
            display: flex;
            padding: 5px 0; }
    .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--resize {
      display: none; }
    .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu {
      display: block;
      -webkit-animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-down 0.3s ease-out 1;
      animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-down 0.3s ease-out 1; } }
    @media screen\0  and (min-width: 1025px) {
      .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu {
        -webkit-animation: none;
        animation: none; } }

@media (min-width: 1025px) {
      .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu {
        display: block;
        -webkit-animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-up 0.3s ease-out 1;
        animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-up 0.3s ease-out 1; } }
      @media screen\0  and (min-width: 1025px) {
        .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu {
          -webkit-animation: none;
          animation: none; } }

@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--full, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--auto, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--auto.kt-menu__submenu--mimimal-desktop-wide, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xl, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xxl {
    margin: 0 auto;
    width: auto;
    left: 20px;
    right: 20px; } }

@media (min-width: 0) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xs {
    width: -60px; } }

@media (min-width: 576px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-sm {
    width: 516px; } }

@media (min-width: 768px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-md {
    width: 708px; } }

@media (min-width: 1024px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-lg {
    width: 964px; } }

@media (min-width: 1399px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xl {
    width: 1339px; } }

@-webkit-keyframes kt-header-menu-submenu-fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes kt-header-menu-submenu-fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes kt-header-menu-submenu-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes kt-header-menu-submenu-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes kt-header-menu-submenu-move-up {
  from {
    margin-top: -10px; }
  to {
    margin-top: 0; } }

@keyframes kt-header-menu-submenu-move-up {
  from {
    margin-top: -10px; }
  to {
    margin-top: 0; } }

@-webkit-keyframes kt-header-menu-submenu-move-down {
  from {
    margin-top: 10px; }
  to {
    margin-top: 0; } }

@keyframes kt-header-menu-submenu-move-down {
  from {
    margin-top: 10px; }
  to {
    margin-top: 0; } }

@media (min-width: 1025px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
      color: #c7c7de; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
        transition: fill 0.3s ease;
        fill: #c7c7de; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
        transition: fill 0.3s ease; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
      background-color: #c7c7de; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
      background-color: #c7c7de; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
      color: #5f6281; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
      color: #c7c7de; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
      background-color: #fafbff; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
        color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__hor-arrow {
        color: #2c77f4; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
      background-color: #fafbff; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
        color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
        color: #2c77f4; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
      background-color: #fafbff; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
        color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow {
        color: #2c77f4; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content > .kt-menu__item {
      border-right: 1px solid #f6f6f9; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-text {
      color: #5f6281; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-icon {
      color: #cacad2; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
      color: #c7c7de; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
        transition: fill 0.3s ease;
        fill: #c7c7de; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
        transition: fill 0.3s ease; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
      background-color: #c7c7de; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
      background-color: #c7c7de; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
      color: #5f6281; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
      color: #c7c7de; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
      background-color: #fafbff; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
        color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__hor-arrow {
        color: #2c77f4; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
      background-color: #fafbff; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
        color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
        color: #2c77f4; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
      background-color: #fafbff; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
        color: #2c77f4; }
      .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow {
        color: #2c77f4; } }

@media (max-width: 1024px) {
  .kt-header-menu-mobile .kt-menu__nav {
    margin: 0;
    list-style: none;
    padding: 30px 0 30px 0; }
    .kt-header-menu-mobile .kt-menu__nav .kt-menu__scroll {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
    .kt-header-menu-mobile .kt-menu__nav .kt-menu__subnav {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      padding: 0;
      margin: 0;
      list-style: none !important; }
    .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner,
    .kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu {
      display: none;
      float: none;
      margin: 0;
      padding: 0;
      width: auto !important; }
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content,
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content {
        padding: 0;
        margin: 0; }
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item,
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item {
          padding: 0;
          margin: 0;
          list-style: none; }
          .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner,
          .kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner {
            display: flex; }
            .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link,
            .kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link {
              margin: 0; }
    .kt-header-menu-mobile .kt-menu__nav .kt-menu__item {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      float: none;
      padding: 0; }
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading,
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link {
        display: flex;
        flex-grow: 1;
        align-items: stretch;
        margin: 0;
        padding: 0;
        text-decoration: none;
        position: relative;
        outline: none; }
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading:hover,
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link:hover {
          text-decoration: none;
          cursor: pointer; }
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
          display: flex;
          align-items: center;
          flex-grow: 1;
          padding: 0; }
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
          display: flex;
          align-items: center;
          white-space: nowrap; }
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
          display: flex;
          align-items: center;
          line-height: 0; }
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
          display: flex;
          align-items: center;
          line-height: 0; }
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          line-height: 0; }
          .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
          .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
            -webkit-transform: translate3d(0, 0, 0); }
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__hor-arrow,
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
          display: none; }
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
        -webkit-transform: rotateZ(90deg)/*rtl:ignore*/;
        transform: rotateZ(90deg)/*rtl:ignore*/; }
        [direction="rtl"] .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before, [direction="rtl"]
        .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
          -webkit-transform: rotateZ(-90deg)/*rtl:ignore*/;
          transform: rotateZ(-90deg)/*rtl:ignore*/; }
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__submenu,
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__inner {
        display: flex;
        flex-grow: 1;
        flex-direction: column; }
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__item .kt-menu__submenu .kt-menu__item--parent {
        display: none; }
    .kt-header-menu-mobile .kt-menu__nav .kt-menu__section {
      display: flex;
      padding: 0 27px; }
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__section.kt-menu__section--first {
        margin-top: 0 !important; }
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__section .kt-menu__section-text {
        display: flex;
        margin: 0;
        padding: 0;
        align-items: center; }
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__section .kt-menu__section-icon {
        display: none;
        align-items: center;
        justify-content: center; }
    .kt-header-menu-mobile .kt-menu__nav .kt-menu__separator {
      height: 0;
      overflow: hidden; }
      .kt-header-menu-mobile .kt-menu__nav .kt-menu__separator.kt-menu__separator--marginles {
        margin: 0; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item {
      position: relative;
      margin: 0 ; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading,
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link {
        cursor: pointer;
        min-height: 44px; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
          font-weight: 400;
          font-size: 1.02rem;
          text-transform: initial; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
          flex: 0 0 35px;
          font-size: 1.4rem; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
            margin-left: -2px; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
          vertical-align: middle;
          text-align: left;
          flex: 0 0 15px; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
            vertical-align: middle;
            display: inline-block; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
            width: 4px;
            height: 4px;
            border-radius: 100%; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
            width: 5px;
            height: 1px; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
          padding: 0px 0px 0px 5px;
          text-align: right; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
          flex: 0 0 20px;
          font-size: 0.7rem; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
            display: inline-block;
            transition: all 0.3s ease; }
            [direction="rtl"] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
            .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
              content: "" !important; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
          display: none; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
        transition: all 0.3s ease; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
        margin: 0 ; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item {
        margin: 0 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link {
          cursor: pointer;
          min-height: 40px; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
            font-weight: 400;
            font-size: 1rem;
            text-transform: initial; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
            flex: 0 0 35px;
            font-size: 1.35rem; }
            .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
            .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
              margin-left: -2px; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
            vertical-align: middle;
            text-align: left;
            flex: 0 0 20px; }
            .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
            .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
              vertical-align: middle;
              display: inline-block; }
            .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
            .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
              width: 4px;
              height: 4px;
              border-radius: 100%; }
            .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
            .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
              width: 5px;
              height: 1px; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
            padding: 0px 0px 0px 5px; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
            flex: 0 0 20px;
            font-size: 0.7rem; }
            .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
            .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
              display: inline-block;
              transition: all 0.3s ease; }
              [direction="rtl"] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
              .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
                content: "" !important; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__item-here {
            display: none; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
          transition: all 0.3s ease; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section {
        margin: 20px 0 0 0;
        height: 40px; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
          font-size: 0.8rem;
          font-weight: 300;
          text-transform: uppercase;
          letter-spacing: 0.3px; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
        margin: 15px 0; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator .kt-menu__separator--marginles {
          margin: 0; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section {
      margin: 20px 0 0 0;
      height: 40px; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
        font-size: 0.83rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.3px; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__separator {
      margin: 15px 0; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__separator .kt-menu__separator--marginles {
        margin: 0; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link {
      padding: 9px 30px; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__heading {
      padding: 0 30px;
      padding-left: 45px; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner {
      padding: 0;
      margin: 0; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner .kt-menu__link {
        padding: 0 30px;
        padding-left: 60px; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
      padding: 0 30px;
      padding-left: 45px; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
      padding: 0; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav {
        padding: 0; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
          padding: 0 30px;
          padding-left: 60px; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
          padding: 0; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
            padding: 0 30px;
            padding-left: 75px; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
      padding-left: 45px; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
      padding: 0; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
        padding-left: 60px; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
        padding: 0; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
          padding-left: 75px; } }

@media (max-width: 1024px) {
  .kt-header-menu-mobile {
    background-color: #ffffff ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
      color: #5e6383 ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
      color: #a8aabb ; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
        transition: fill 0.3s ease;
        fill: #a8aabb; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
        transition: fill 0.3s ease; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
      background-color: #a8aabb ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
      background-color: #a8aabb ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
      color: #a8aabb ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open {
      transition: background-color 0.3s; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
          color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
          color: #2c77f4 ; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
            transition: fill 0.3s ease;
            fill: #2c77f4; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
            transition: fill 0.3s ease; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
          color: #2c77f4 ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here {
      transition: background-color 0.3s; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-text,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
          color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
          color: #2c77f4 ; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
            transition: fill 0.3s ease;
            fill: #2c77f4; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
            transition: fill 0.3s ease; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__ver-arrow {
          color: #2c77f4 ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active {
      transition: background-color 0.3s; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
          color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
          color: #2c77f4 ; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
            transition: fill 0.3s ease;
            fill: #2c77f4; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
            transition: fill 0.3s ease; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
          color: #2c77f4 ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
      transition: background-color 0.3s; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
          color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
          color: #2c77f4 ; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
            transition: fill 0.3s ease;
            fill: #2c77f4; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
            transition: fill 0.3s ease; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
          color: #2c77f4 ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__arrow {
      color: #ffffff; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
      color: #a4a7bd ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section .kt-menu__section-icon {
      color: #aaacc2 ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__separator {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07) ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
      color: #6b6f8d ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
      color: #a8aabb ; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
        transition: fill 0.3s ease;
        fill: #a8aabb; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
        transition: fill 0.3s ease; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
      background-color: #a8aabb ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
      background-color: #a8aabb ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
      color: #a8aabb ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open {
      transition: background-color 0.3s; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
          color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
          color: #2c77f4 ; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
            transition: fill 0.3s ease;
            fill: #2c77f4; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
            transition: fill 0.3s ease; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
          color: #2c77f4 ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here {
      transition: background-color 0.3s; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active {
      transition: background-color 0.3s; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
          color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
          color: #2c77f4 ; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
            transition: fill 0.3s ease;
            fill: #2c77f4; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
            transition: fill 0.3s ease; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
          color: #2c77f4 ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
      transition: background-color 0.3s; }
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
      .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
          color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
          color: #2c77f4 ; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
            transition: fill 0.3s ease;
            fill: #2c77f4; }
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
            transition: fill 0.3s ease; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
          color: #2c77f4 ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
      color: #a4a7bd ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-icon {
      color: #aaacc2 ; }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07) ; } }

.kt-header-menu-wrapper-close {
  display: none; }

@media (max-width: 1024px) {
  .kt-header-menu-wrapper {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -295px; }
    .kt-header-menu-wrapper.kt-header-menu-wrapper--on {
      transition: left 0.3s ease, right 0.3s ease;
      left: 0; } }
  @media screen\0  and (max-width: 1024px) {
    .kt-header-menu-wrapper {
      transition: none !important; } }

@media (max-width: 1024px) {
  .kt-header-menu-wrapper--right .kt-header-menu-wrapper {
    right: -295px;
    left: auto; }
    .kt-header-menu-wrapper--right .kt-header-menu-wrapper.kt-header-menu-wrapper--on {
      transition: left 0.3s ease, right 0.3s ease;
      right: 0;
      left: auto; }
  .kt-header-menu-wrapper-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px; } }
  @media screen\0  and (max-width: 1024px) {
    .kt-header-menu-wrapper-close {
      transition: none !important; } }

@media (max-width: 1024px) {
    .kt-header-menu-wrapper-close > i {
      line-height: 0;
      font-size: 1.4rem; }
    .kt-header-menu-wrapper-close:hover {
      text-decoration: none; }
    .kt-header-menu-wrapper--right .kt-header-menu-wrapper-close {
      left: auto;
      right: -25px; }
    .kt-header-menu-wrapper--on .kt-header-menu-wrapper-close {
      transition: left 0.3s ease, right 0.3s ease;
      left: 249px; }
    .kt-header-menu-wrapper--on.kt-header-menu-wrapper--right .kt-header-menu-wrapper-close {
      left: auto;
      right: 249px; }
  .kt-header-menu-wrapper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: kt-animate-fade-in .3s linear 1;
    animation: kt-animate-fade-in .3s linear 1; }
  .kt-header-menu-wrapper {
    background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75); }
  .kt-header-menu-wrapper-overlay {
    background: rgba(0, 0, 0, 0.1); }
  .kt-header-menu-wrapper-close {
    background-color: #e8e8f2; }
    .kt-header-menu-wrapper-close > i {
      color: #968ad4; }
    .kt-header-menu-wrapper-close:hover {
      background-color: #2c77f4; }
      .kt-header-menu-wrapper-close:hover > i {
        color: #ffffff; } }

@media (max-width: 325px) {
  .kt-header-menu-wrapper {
    width: 90% !important; } }

@media (min-width: 1025px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item:first-child {
    padding-left: 0; }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 0.7rem 1.1rem;
    border-radius: 4px; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
      color: #6c7293;
      font-weight: 500; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
      color: #c8cde8; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-icon {
      color: #c8cde8; }
  .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: rgba(44, 119, 244, 0.05); }
    .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
      color: #2c77f4; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__hor-arrow {
      color: #2c77f4; }
    .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__hor-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link .kt-menu__hor-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__hor-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__hor-icon {
      color: #2c77f4; }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu {
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (max-width: 1024px) {
  .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav > .kt-menu__item {
    padding: 0px 3px; }
    .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
      font-size: 1rem; } }

.kt-header__topbar {
  display: flex;
  align-items: stretch;
  padding: 0;
  padding-right: 15px; }
  .kt-header__topbar .kt-header__topbar-item {
    display: flex;
    align-items: stretch;
    margin: 0 0.1rem; }
    .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper {
      cursor: pointer;
      display: flex;
      align-items: stretch; }
      .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-badge.kt-badge--notify {
        position: absolute;
        left: 50%;
        margin-left: -2px;
        top: 14px; }
    .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
      display: flex;
      align-items: center;
      align-self: center;
      justify-content: center;
      height: 44px;
      width: 44px;
      cursor: pointer;
      transition: all 0.3s;
      border-radius: 4px; }
      .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon i {
        transition: all 0.3s;
        font-size: 1.4rem;
        color: #c7c7de; }
    .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user {
      padding: 0 8px;
      display: flex;
      align-items: center;
      align-self: center;
      justify-content: center;
      height: 44px;
      cursor: pointer;
      border-radius: 4px; }
      .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome {
        display: flex;
        align-self: center;
        padding: 0 0.55rem 0 0;
        font-weight: 500;
        font-size: 0.9rem;
        color: #636177; }
      .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-username {
        display: flex;
        align-self: center;
        padding: 0 0.55rem 0 0;
        font-weight: 500;
        font-size: 1rem;
        color: #fff; }
      .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user img {
        align-self: center;
        max-height: 34px;
        border-radius: 4px; }
      .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-badge.kt-badge--username {
        height: 34px;
        width: 34px;
        border-radius: 4px; }
    .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .kt-header__topbar-icon img {
      border-radius: 4px;
      width: 19px; }
    .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .dropdown-menu .kt-nav__link-icon {
      padding-right: 10px; }
      .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .dropdown-menu .kt-nav__link-icon img {
        border-radius: 4px;
        width: 18px; }
    .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
      transition: all 0.3s;
      background-color: #f2f3f7 !important; }
      .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon i, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon i {
        transition: all 0.3s;
        color: #2c77f4 !important; }
    .kt-header__topbar .kt-header__topbar-item:hover.kt-header__topbar-item--user .kt-header__topbar-user, .kt-header__topbar .kt-header__topbar-item.show.kt-header__topbar-item--user .kt-header__topbar-user {
      transition: all 0.3s; }

@media (max-width: 1024px) {
  .kt-header__topbar {
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-top: -50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    justify-content: flex-end; }
    .kt-header-mobile--fixed .kt-header__topbar {
      position: fixed;
      z-index: 96; }
    .kt-header__topbar--mobile-on .kt-header__topbar {
      margin-top: 0;
      transition: all 0.3s ease; }
    .kt-header__topbar .kt-header__topbar-item {
      margin: 0 2px;
      padding: 0; }
      .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper {
        display: flex;
        align-items: stretch; }
        .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-badge.kt-badge--notify {
          top: 6px; }
      .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
        height: 34px;
        width: 34px; }
        .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon i {
          font-size: 1.3rem; }
      .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user {
        margin-left: 2px;
        margin-right: 0;
        padding: 0; }
        .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper {
          padding: 0 2px;
          height: 34px; }
          .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper .kt-header__topbar-welcome {
            padding: 0 0.35rem 0 0;
            font-size: 0.9rem; }
          .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper .kt-header__topbar-username {
            padding: 0 0.55rem 0 0;
            font-size: 0.9rem; }
          .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper img {
            max-height: 30px; }
          .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper .kt-badge.kt-badge--username {
            height: 30px;
            width: 30px; } }

.kt-aside__brand {
  display: flex;
  flex-direction: row;
  padding: 0 25px;
  height: 80px;
  background-color: #1a1a27;
  justify-content: center;
  align-self: center;
  width: 100%; }
  .kt-aside__brand .kt-aside__brand-logo {
    display: flex;
    align-self: center;
    justify-content: center; }
    .kt-aside--minimize .kt-aside__brand .kt-aside__brand-logo img {
      display: none; }

@media (min-width: 1025px) {
  .kt-aside__brand {
    transition: all 0.3s ease; }
    .kt-header--fixed.kt-aside--static .kt-aside__brand {
      position: fixed;
      top: 0;
      left: 0;
      width: 140px;
      z-index: 98; }
    .kt-header--fixed.kt-aside--static.kt-aside--minimize .kt-aside__brand {
      transition: all 0.3s ease;
      width: 78px; } }

@media (max-width: 1024px) {
  .kt-aside__brand {
    display: none; } }

.kt-aside {
  background-color: #1e1e2d;
  width: 140px;
  transition: all 0.3s ease; }
  .kt-aside .ps > .ps__rail-x {
    background: transparent; }
    .kt-aside .ps > .ps__rail-x:hover, .kt-aside .ps > .ps__rail-x:focus {
      opacity: 1;
      background: transparent; }
      .kt-aside .ps > .ps__rail-x:hover > .ps__thumb-x, .kt-aside .ps > .ps__rail-x:focus > .ps__thumb-x {
        opacity: 1; }
    .kt-aside .ps > .ps__rail-x > .ps__thumb-x {
      background: #637099;
      opacity: 1; }
      .kt-aside .ps > .ps__rail-x > .ps__thumb-x:hover, .kt-aside .ps > .ps__rail-x > .ps__thumb-x:focus {
        opacity: 1;
        background: #637099; }
  .kt-aside .ps > .ps__rail-y {
    background: transparent; }
    .kt-aside .ps > .ps__rail-y:hover, .kt-aside .ps > .ps__rail-y:focus {
      background: transparent;
      opacity: 1; }
      .kt-aside .ps > .ps__rail-y:hover > .ps__thumb-y, .kt-aside .ps > .ps__rail-y:focus > .ps__thumb-y {
        opacity: 1; }
    .kt-aside .ps > .ps__rail-y > .ps__thumb-y {
      background: #637099;
      opacity: 1; }
      .kt-aside .ps > .ps__rail-y > .ps__thumb-y:hover, .kt-aside .ps > .ps__rail-y > .ps__thumb-y:focus {
        opacity: 1;
        background: #637099; }
  .kt-aside .kt-aside-menu {
    margin: 0;
    padding: 15px 0; }
    .kt-aside .kt-aside-menu .ps__rail-y {
      right: 2px; }

@media (min-width: 1025px) {
  .kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item {
    margin-bottom: 0.25rem; }
    .kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: auto;
      margin-bottom: 0.25rem; }
      .kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.75rem;
        margin-bottom: 0.25rem; }
      .kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem; }
      .kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px; }
      .kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
        position: absolute;
        top: 50%;
        right: 25px; }
  .kt-aside--fixed .kt-aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98; }
  .kt-aside--static .kt-aside {
    position: relative;
    z-index: 1; }
    .kt-aside--static .kt-aside .kt-aside-menu {
      margin-top: 80px; }
  .kt-aside--minimize .kt-aside {
    width: 78px;
    transition: all 0.3s ease; }
  .kt-aside--minimizing .kt-aside {
    overflow: hidden; }
    .kt-aside--minimizing .kt-aside .kt-aside-menu .kt-menu__nav {
      width: 140px;
      overflow: hidden; }
  .kt-aside .ps > .ps__rail-y {
    width: 6px; }
    .kt-aside .ps > .ps__rail-y:hover, .kt-aside .ps > .ps__rail-y:focus {
      width: 6px; }
    .kt-aside .ps > .ps__rail-y > .ps__thumb-y {
      width: 6px;
      border-radius: 4px; }
      .kt-aside .ps > .ps__rail-y > .ps__thumb-y:hover, .kt-aside .ps > .ps__rail-y > .ps__thumb-y:focus {
        width: 6px; }
  .kt-aside--fixed.kt-aside--minimize-hover .kt-aside {
    width: 140px;
    transition: all 0.3s ease; }
  .kt-aside--fixed.kt-aside--minimize-hover .kt-header {
    transition: all 0.3s ease;
    left: 78px; }
  .kt-aside--fixed.kt-aside--minimize-hover .kt-wrapper {
    transition: all 0.3s ease;
    padding-left: 78px; } }

.kt-aside-menu .kt-menu__nav {
  margin: 0;
  list-style: none;
  padding: 15px 0; }
  .kt-aside-menu .kt-menu__nav .kt-menu__scroll {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .kt-aside-menu .kt-menu__nav .kt-menu__subnav {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none !important; }
  .kt-aside-menu .kt-menu__nav .kt-menu__inner,
  .kt-aside-menu .kt-menu__nav .kt-menu__submenu {
    display: none;
    float: none;
    margin: 0;
    padding: 0; }
    .kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content,
    .kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content {
      padding: 0;
      margin: 0; }
      .kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item,
      .kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item {
        padding: 0;
        margin: 0;
        list-style: none; }
        .kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner,
        .kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner {
          display: flex; }
          .kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link,
          .kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link {
            margin: 0; }
  .kt-aside-menu .kt-menu__nav .kt-menu__item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    float: none;
    padding: 0; }
    .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading,
    .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link {
      display: flex;
      flex-grow: 1;
      align-items: stretch;
      margin: 0;
      padding: 0;
      text-decoration: none;
      position: relative;
      outline: none; }
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading:hover,
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link:hover {
        text-decoration: none;
        cursor: pointer; }
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
        display: flex;
        align-items: center;
        flex-grow: 1;
        padding: 0; }
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
        display: flex;
        align-items: center;
        white-space: nowrap; }
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
        display: flex;
        align-items: center;
        line-height: 0; }
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
        display: flex;
        align-items: center;
        line-height: 0; }
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        line-height: 0; }
        .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
        .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
          -webkit-transform: translate3d(0, 0, 0); }
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__hor-arrow,
      .kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
        display: none; }
    .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
    .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
      -webkit-transform: rotateZ(90deg)/*rtl:ignore*/;
      transform: rotateZ(90deg)/*rtl:ignore*/; }
      [direction="rtl"] .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before, [direction="rtl"]
      .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
        -webkit-transform: rotateZ(-90deg)/*rtl:ignore*/;
        transform: rotateZ(-90deg)/*rtl:ignore*/; }
    .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__submenu,
    .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__inner {
      display: flex;
      flex-grow: 1;
      flex-direction: column; }
    .kt-aside-menu .kt-menu__nav .kt-menu__item .kt-menu__submenu .kt-menu__item--parent {
      display: none; }
  .kt-aside-menu .kt-menu__nav .kt-menu__section {
    display: flex;
    padding: 0 27px; }
    .kt-aside-menu .kt-menu__nav .kt-menu__section.kt-menu__section--first {
      margin-top: 0 !important; }
    .kt-aside-menu .kt-menu__nav .kt-menu__section .kt-menu__section-text {
      display: flex;
      margin: 0;
      padding: 0;
      align-items: center; }
    .kt-aside-menu .kt-menu__nav .kt-menu__section .kt-menu__section-icon {
      display: none;
      align-items: center;
      justify-content: center; }
  .kt-aside-menu .kt-menu__nav .kt-menu__separator {
    height: 0;
    overflow: hidden; }
    .kt-aside-menu .kt-menu__nav .kt-menu__separator.kt-menu__separator--marginles {
      margin: 0; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item {
    position: relative;
    margin: 0 ; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading,
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
      cursor: pointer;
      min-height: 44px; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
        font-weight: 400;
        font-size: 1rem;
        text-transform: initial; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
        flex: 0 0 30px;
        font-size: 1.3rem; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
        .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
          margin-left: -2px; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
        vertical-align: middle;
        text-align: left;
        flex: 0 0 15px; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
        .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
          vertical-align: middle;
          display: inline-block; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          width: 4px;
          height: 4px;
          border-radius: 100%; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          width: 5px;
          height: 1px; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
        padding: 0px 0px 0px 5px; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
        flex: 0 0 20px;
        font-size: 0.7rem; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
        .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
          display: inline-block;
          transition: all 0.3s ease; }
          [direction="rtl"] .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
          .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
            content: "" !important; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
        display: none; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
    .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
      transition: all 0.3s ease; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
      margin: 0 ; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item {
      margin: 0 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link {
        cursor: pointer;
        min-height: 40px; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
          font-weight: 400;
          font-size: 1rem;
          text-transform: initial; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
          flex: 0 0 35px;
          font-size: 1.3rem; }
          .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
          .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
            margin-left: -2px; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
          vertical-align: middle;
          text-align: left;
          flex: 0 0 20px; }
          .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
          .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
            vertical-align: middle;
            display: inline-block; }
          .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
          .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
            width: 4px;
            height: 4px;
            border-radius: 100%; }
          .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
          .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
            width: 5px;
            height: 1px; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
          padding: 0px 0px 0px 5px; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
          flex: 0 0 20px;
          font-size: 0.7rem; }
          .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
          .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
            display: inline-block;
            transition: all 0.3s ease; }
            [direction="rtl"] .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
            .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
              content: "" !important; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__item-here {
          display: none; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
        transition: all 0.3s ease; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section {
      margin: 20px 0 0 0;
      height: 40px; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
        font-size: 0.8rem;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.3px; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
      margin: 15px 0; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator .kt-menu__separator--marginles {
        margin: 0; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__section {
    margin: 20px 0 0 0;
    height: 40px; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
      font-size: 0.83rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.3px; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__separator {
    margin: 15px 0; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__separator .kt-menu__separator--marginles {
      margin: 0; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 9px 30px; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__heading {
    padding: 0 30px;
    padding-left: 45px; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner {
    padding: 0;
    margin: 0; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner .kt-menu__link {
      padding: 0 30px;
      padding-left: 60px; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 0 30px;
    padding-left: 45px; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav {
      padding: 0; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
        padding: 0 30px;
        padding-left: 60px; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
        padding: 0; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
          padding: 0 30px;
          padding-left: 75px; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding-left: 45px; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
      padding-left: 60px; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
      padding: 0; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
        padding-left: 75px; }

@media (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__link > .kt-menu__ver-arrow:before,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__link > .kt-menu__ver-arrow:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d; }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu {
    display: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d; }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover {
    position: relative; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu {
      top: -10px;
      position: absolute;
      z-index: 98;
      display: flex !important;
      width: 245px;
      margin-left: 245px;
      border-radius: 4px;
      -webkit-animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-up 0.3s ease-out 1;
      animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-up 0.3s ease-out 1; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
        bottom: 0;
        top: auto; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
        top: auto;
        bottom: -10px;
        -webkit-animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-down 0.3s ease-out 1;
        animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-down 0.3s ease-out 1; } }
      @media screen\0  and (min-width: 1025px) {
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
          -webkit-animation: none;
          animation: none; } }

@media (min-width: 1025px) {
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav,
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav {
        padding: 20px 0; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item {
          margin: 0 ; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link,
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link {
            justify-content: flex-start;
            padding: 7px 30px; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-title,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-title {
              display: flex; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu_link-text,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu_link-text {
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
              -webkit-transform-style: preserve-3d; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
              display: flex; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet {
              display: flex; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
              display: flex; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
              display: flex; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav,
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
            padding: 20px 0; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
              padding: 7px 30px; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
              padding: 20px 0; }
              .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
              .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
                padding: 7px 30px; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__section,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
              padding: 0 25px; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading,
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading,
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
            cursor: pointer;
            min-height: 40px; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
              font-weight: 400;
              font-size: 1rem;
              text-transform: initial; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
              flex: 0 0 35px;
              font-size: 1.35rem; }
              .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
              .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg,
              .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
              .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
                margin-left: -2px; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
              vertical-align: middle;
              text-align: left;
              flex: 0 0 20px; }
              .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
              .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span,
              .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
              .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
                vertical-align: middle;
                display: inline-block; }
              .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
              .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
              .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
              .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
                width: 4px;
                height: 4px;
                border-radius: 100%; }
              .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
              .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
              .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
              .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
                width: 5px;
                height: 1px; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
              padding: 0px 0px 0px 5px;
              text-align: right; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
              flex: 0 0 20px;
              font-size: 0.7rem; }
              .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
              .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before,
              .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
              .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
                display: inline-block;
                transition: all 0.3s ease; }
                [direction="rtl"] .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
                .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before, [direction="rtl"]
                .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
                .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
                  content: "" !important; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
            .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
              display: none; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before,
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
            transition: all 0.3s ease; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
          margin: 20px 0 0 0;
          height: 40px; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section .kt-menu__section-text,
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section .kt-menu__section-text {
            font-size: 0.8rem;
            font-weight: 300;
            text-transform: uppercase; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator {
          margin: 15px 0; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator .kt-menu__separator--marginles,
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator .kt-menu__separator--marginles {
            margin: 0; }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu {
    margin-left: 140px;
    top: -5px; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
      bottom: -10px; } }

@-webkit-keyframes kt-aside-menu-submenu-fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes kt-aside-menu-submenu-fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes kt-aside-menu-submenu-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes kt-aside-menu-submenu-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes kt-aside-menu-submenu-move-up {
  from {
    margin-top: 10px; }
  to {
    margin-top: 0; } }

@keyframes kt-aside-menu-submenu-move-up {
  from {
    margin-top: 10px; }
  to {
    margin-top: 0; } }

@-webkit-keyframes kt-aside-menu-submenu-move-down {
  from {
    margin-bottom: 10px; }
  to {
    margin-bottom: 0; } }

@keyframes kt-aside-menu-submenu-move-down {
  from {
    margin-bottom: 10px; }
  to {
    margin-bottom: 0; } }

@media (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav {
    padding: 15px 0; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
      width: 100%; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
      display: none; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
      display: none; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
      padding: 0;
      position: relative;
      right: 7px; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge .kt-badge {
        text-indent: -9999px;
        position: relative;
        padding: 0;
        min-width: 6px;
        width: 6px;
        min-height: 6px;
        height: 6px; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
      display: none; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu {
      display: none !important; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__arrow {
      display: inline-block; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover {
      position: relative;
      z-index: 96;
      width: 324px; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover.kt-menu__item--open {
        background: transparent; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link {
        width: 78px; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link .kt-menu__link-title {
          display: none; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu {
        top: 0;
        bottom: auto;
        display: flex !important;
        margin-left: 79px !important; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent {
          display: flex;
          margin: 0; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent > .kt-menu__link {
            height: 40px;
            padding: 0 30px 10px 30px; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent > .kt-menu__link .kt-menu__link-text {
              font-weight: 400;
              font-size: 1.05rem;
              text-transform: initial;
              cursor: text !important; }
            .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent > .kt-menu__link .kt-menu__link-badge {
              padding: 0px 0px 0px 5px; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent + .kt-menu__item {
            margin-top: 0px; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__arrow {
        display: none; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section {
      justify-content: center; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
        display: none; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        -webkit-animation: kt-animate-fade-in .7s;
        animation: kt-animate-fade-in .7s; } }

.kt-aside-menu {
  background-color: #1e1e2d ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #9899ac ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #3a3a5d ; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
      transition: fill 0.3s ease;
      fill: #3a3a5d; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
      transition: fill 0.3s ease; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5c5e81 ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5c5e81 ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    color: #5c5e81 ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open {
    transition: background-color 0.3s; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
    .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link {
      background-color: #1b1b28 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
        color: #ffffff ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4 ; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
        color: #ffffff ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here {
    transition: background-color 0.3s; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
    .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
      background-color: #1b1b28 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-text,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
        color: #ffffff ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4 ; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__ver-arrow,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__ver-arrow {
        color: #ffffff ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active {
    transition: background-color 0.3s; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
    .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
      background-color: #1b1b28 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
        color: #ffffff ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4 ; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
        color: #ffffff ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
    transition: background-color 0.3s; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
    .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
      background-color: #1b1b28 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
        color: #ffffff ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4 ; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
        color: #ffffff ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__arrow {
    color: #1e1e2d; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
    color: #4c4e6f ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-icon {
    color: #4c4e6f ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__separator {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #9899ac ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #3a3a5d ; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
      transition: fill 0.3s ease;
      fill: #3a3a5d; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
      transition: fill 0.3s ease; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5c5e81 ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5c5e81 ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    color: #5c5e81 ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open {
    transition: background-color 0.3s; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link {
      background-color: #1b1b28 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
        color: #ffffff ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4 ; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
        color: #ffffff ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here {
    transition: background-color 0.3s; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link {
      background-color: #1b1b28 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4 ; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__ver-arrow,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__ver-arrow {
        color: #ffffff ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active {
    transition: background-color 0.3s; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link {
      background-color: #1b1b28 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
        color: #ffffff ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4 ; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
        color: #ffffff ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
    transition: background-color 0.3s; }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
      background-color: #1b1b28 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
        color: #ffffff ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
        color: #2c77f4 ; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease;
          fill: #2c77f4; }
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
        .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
        background-color: #2c77f4 ; }
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
      .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
        color: #ffffff ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
    color: #4c4e6f ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-icon {
    color: #4c4e6f ; }
  .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
    border-bottom: 1px solid #4c4e6f ; }

@media (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item {
    background: transparent; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__link-icon {
      color: #7c87a6; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open {
      background: transparent !important; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link > .kt-menu__link-icon, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__link-icon {
        color: #2c77f4 ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active {
      background: transparent !important; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__link-icon, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__link-icon {
        color: #2c77f4 ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:hover {
      background: transparent; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link > .kt-menu__link-icon {
        color: #2c77f4 !important; } }

@media (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu {
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-text,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
      color: #696e92 ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
      color: #a8aabb ; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill],
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
        transition: fill 0.3s ease;
        fill: #a8aabb; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
        transition: fill 0.3s ease; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
      background-color: #a8aabb ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
      background-color: #a8aabb ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
      color: #a8aabb ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open {
      transition: background-color 0.3s; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link,
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
          color: #2c77f4 ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
          color: #2c77f4 ; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
            transition: fill 0.3s ease;
            fill: #2c77f4; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
            transition: fill 0.3s ease; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
          color: #2c77f4 ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here {
      transition: background-color 0.3s; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link,
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill],
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
          transition: fill 0.3s ease; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
          transition: fill 0.3s ease; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active {
      transition: background-color 0.3s; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link,
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
          color: #2c77f4 ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
          color: #2c77f4 ; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
            transition: fill 0.3s ease;
            fill: #2c77f4; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
            transition: fill 0.3s ease; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
          color: #2c77f4 ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
      transition: background-color 0.3s; }
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
      .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link,
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
      .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
        background-color: #f8f8fb ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
          color: #2c77f4 ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
          color: #2c77f4 ; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
            transition: fill 0.3s ease;
            fill: #2c77f4; }
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
          .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
            transition: fill 0.3s ease; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
          background-color: #2c77f4 ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
          background-color: #2c77f4 ; }
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
        .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
          color: #2c77f4 ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-text,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-text {
      color: #a4a7bd ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-icon,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-icon {
      color: #aaacc2 ; }
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__separator,
    .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__separator {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07) ; } }

.kt-aside-close {
  display: none; }

@media (max-width: 1024px) {
  .kt-aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -295px; }
    .kt-aside.kt-aside--on {
      transition: left 0.3s ease, right 0.3s ease;
      left: 0; } }
  @media screen\0  and (max-width: 1024px) {
    .kt-aside {
      transition: none !important; } }

@media (max-width: 1024px) {
  .kt-aside--right .kt-aside {
    right: -295px;
    left: auto; }
    .kt-aside--right .kt-aside.kt-aside--on {
      transition: left 0.3s ease, right 0.3s ease;
      right: 0;
      left: auto; }
  .kt-aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px; } }
  @media screen\0  and (max-width: 1024px) {
    .kt-aside-close {
      transition: none !important; } }

@media (max-width: 1024px) {
    .kt-aside-close > i {
      line-height: 0;
      font-size: 1.4rem; }
    .kt-aside-close:hover {
      text-decoration: none; }
    .kt-aside--right .kt-aside-close {
      left: auto;
      right: -25px; }
    .kt-aside--on .kt-aside-close {
      transition: left 0.3s ease, right 0.3s ease;
      left: 249px; }
    .kt-aside--on.kt-aside--right .kt-aside-close {
      left: auto;
      right: 249px; }
  .kt-aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: kt-animate-fade-in .3s linear 1;
    animation: kt-animate-fade-in .3s linear 1; }
  .kt-aside {
    background: #1e1e2d;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75); }
  .kt-aside-overlay {
    background: rgba(0, 0, 0, 0.1); }
  .kt-aside-close {
    background-color: #e8e8f2; }
    .kt-aside-close > i {
      color: #968ad4; }
    .kt-aside-close:hover {
      background-color: #2c77f4; }
      .kt-aside-close:hover > i {
        color: #ffffff; } }

@media (max-width: 325px) {
  .kt-aside {
    width: 90% !important; } }

@media (min-width: 1025px) {
  .kt-content {
    padding: 25px 0; }
    .kt-content.kt-content--fit-top {
      padding-top: 0; }
    .kt-content.kt-content--fit-bottom {
      padding-bottom: 0; }
    .kt-footer--fixed .kt-content {
      padding-bottom: 60px; } }

@media (max-width: 1024px) {
  .kt-content {
    padding: 15px 0; }
    .kt-content.kt-content--fit-top {
      padding-top: 0; }
    .kt-content.kt-content--fit-bottom {
      padding-bottom: 0; }
    .kt-subheader--enabled.kt-subheader--transparent .kt-content {
      padding-top: 0; } }

.kt-footer {
  padding: 20px 25px;
  background: #ffffff; }
  .kt-footer .kt-container {
    display: flex;
    justify-content: space-between; }
  .kt-footer .kt-footer__copyright {
    display: flex;
    margin: 0;
    padding: 0 1.25rem 0 0;
    font-size: 1rem;
    font-weight: 400;
    justify-content: flex-start;
    color: #74788d; }
    .kt-footer .kt-footer__copyright .kt-link {
      color: #74788d; }
      .kt-footer .kt-footer__copyright .kt-link:hover {
        color: #2c77f4; }
        .kt-footer .kt-footer__copyright .kt-link:hover:after {
          border-bottom: 1px solid #2c77f4;
          opacity: 0.3; }
  .kt-footer .kt-footer__menu {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0 0.75rem;
    margin: 0; }
    .kt-footer .kt-footer__menu .kt-footer__menu-link {
      margin: 0 0 0 1.25rem;
      padding: 0;
      font-size: 1rem;
      font-weight: 400;
      color: #595d6e; }
      .kt-footer .kt-footer__menu .kt-footer__menu-link:hover {
        color: #2c77f4; }
        .kt-footer .kt-footer__menu .kt-footer__menu-link:hover:after {
          border-bottom: 1px solid #2c77f4;
          opacity: 0.3; }

@media (min-width: 1025px) {
  .kt-footer--fixed .kt-footer {
    position: fixed;
    transition: all 0.3s ease;
    height: 60px;
    bottom: 0;
    right: 0;
    left: 140px;
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13); }
  .kt-aside--minimize-hover.kt-footer--fixed .kt-footer,
  .kt-aside--minimize.kt-footer--fixed .kt-footer {
    transition: all 0.3s ease;
    left: 78px; } }

@media (max-width: 1024px) {
  .kt-footer {
    padding: 15px 15px; } }

@media (max-width: 768px) {
  .kt-footer .kt-container {
    flex-direction: column;
    justify-content: center; }
  .kt-footer .kt-footer__copyright {
    justify-content: center;
    padding: 0;
    order: 2; }
  .kt-footer .kt-footer__menu {
    justify-content: center;
    order: 1;
    padding: 0;
    margin: 0 0 0.75rem 0; }
    .kt-footer .kt-footer__menu .kt-footer__menu-link:first-child {
      padding-left: 0;
      margin-left: 0; } }
.kt-login.kt-login--v1 .kt-login__aside {
  width: 605px;
  padding: 3rem 3.5rem;
  background-repeat: no-repeat;
  background-size: cover; }
  .kt-login.kt-login--v1 .kt-login__aside .kt-login__logo {
    display: flex; }
  .kt-login.kt-login--v1 .kt-login__aside .kt-login__title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500; }
  .kt-login.kt-login--v1 .kt-login__aside .kt-login__subtitle {
    font-size: 1.2rem;
    font-weight: 200;
    margin: 2.5rem 0 3.5rem 0;
    color: rgba(255, 255, 255, 0.7); }
  .kt-login.kt-login--v1 .kt-login__aside .kt-login__info {
    display: flex;
    justify-content: space-between; }
    .kt-login.kt-login--v1 .kt-login__aside .kt-login__info .kt-login__menu > a {
      text-decoration: none;
      color: #fff;
      margin-right: 2rem;
      display: inline-block;
      color: rgba(255, 255, 255, 0.7); }
      .kt-login.kt-login--v1 .kt-login__aside .kt-login__info .kt-login__menu > a:hover {
        color: #fff; }
        .kt-login.kt-login--v1 .kt-login__aside .kt-login__info .kt-login__menu > a:hover:after {
          border-bottom: 1px solid #fff;
          opacity: 0.3; }
      .kt-login.kt-login--v1 .kt-login__aside .kt-login__info .kt-login__menu > a:last-child {
        margin-right: 0; }
    .kt-login.kt-login--v1 .kt-login__aside .kt-login__info .kt-login__copyright {
      color: rgba(255, 255, 255, 0.4); }

.kt-login.kt-login--v1 .kt-login__wrapper {
  padding: 3rem 3rem;
  background: #fff; }
  .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__head {
    font-size: 1rem;
    font-weight: 500;
    text-align: right; }
    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__head .kt-login__signup-label {
      color: #74788d; }
    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__head .kt-login__signup-link {
      color: #591df1; }
  .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form {
      width: 100%;
      max-width: 450px; }
      .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__title {
        display: block;
        text-align: center;
        margin-bottom: 5rem;
        text-decoration: none; }
        .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__title > h3 {
          font-size: 2rem;
          color: #67666e; }
      .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-form {
        margin: 4rem auto; }
        .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-form .form-group {
          margin: 0;
          padding: 0;
          margin: 0 auto; }
          .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-form .form-group .form-control {
            border: none;
            height: 50px;
            margin-top: 1.25rem;
            background-color: rgba(247, 247, 249, 0.7);
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            transition: background-color 0.3s ease; }
            .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-form .form-group .form-control:focus {
              transition: background-color 0.3s ease;
              background-color: #f7f7f9; }
      .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 3rem 0; }
        .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__actions .kt-login__link-forgot {
          color: #74788d; }
          .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__actions .kt-login__link-forgot:hover {
            color: #591df1; }
            .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__actions .kt-login__link-forgot:hover:after {
              border-bottom: 1px solid #591df1;
              opacity: 0.3; }
        .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__actions .kt-login__btn-secondary,
        .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__actions .kt-login__btn-primary {
          height: 50px;
          padding-left: 2.5rem;
          padding-right: 2.5rem; }
      .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__divider {
        margin: 1rem 0 2rem 0; }
        .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__divider:not(:first-child):not(:last-child) {
          font-weight: 400;
          color: #b5b2c3;
          font-size: 1rem; }
      .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__options {
        display: flex;
        justify-content: center;
        justify-content: space-between;
        max-width: 100%; }
        .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__options > a {
          text-decoration: none;
          flex: 1;
          justify-content: center;
          align-items: center;
          display: flex; }
          .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__options > a:not(:first-child):not(:last-child) {
            margin: 0 1.5rem; }

@media (min-width: 1025px) {
  .kt-login.kt-login--v1 .kt-login__aside {
    flex: 1; } }

@media (max-width: 1024px) {
  .kt-login.kt-login--v1 .kt-login__aside {
    width: 100%;
    height: auto;
    padding: 2rem 1.5rem; }
    .kt-login.kt-login--v1 .kt-login__aside .kt-login__logo {
      margin-bottom: 2.5rem; }
    .kt-login.kt-login--v1 .kt-login__aside .kt-login__info {
      margin-top: 2rem; }
    .kt-login.kt-login--v1 .kt-login__aside .kt-login__subtitle {
      margin: 2rem 0; }
  .kt-login.kt-login--v1 .kt-login__wrapper {
    padding: 3rem 1.5rem; }
    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__head {
      padding-left: 2rem;
      right: 2rem; }
    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 5rem; }
      .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__options > a:not(:first-child):not(:last-child) {
        margin: 0 0.8rem; } }
.kt-login.kt-login--v3 {
  background-size: cover;
  background-repeat: no-repeat; }
  .kt-login.kt-login--v3 .kt-login__wrapper {
    padding: 6% 2rem 1rem 2rem;
    margin: 0 auto 2rem auto;
    overflow: hidden; }
    .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
      width: 430px;
      margin: 0 auto; }
      .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__logo {
        text-align: center;
        margin: 0 auto 4rem auto; }
      .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head {
        margin-top: 1rem;
        margin-bottom: 3rem; }
        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
          text-align: center;
          font-size: 1.5rem;
          font-weight: 500;
          color: #595d6e; }
        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__desc {
          margin-top: 1.5rem;
          text-align: center;
          font-size: 1.1rem;
          font-weight: 400;
          color: #74788d; }
      .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form {
        margin: 0 auto; }
        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .input-group {
          padding: 0;
          margin: 0 auto; }
        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control {
          height: 46px;
          border: none;
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          margin-top: 1.5rem;
          background: rgba(235, 237, 242, 0.4); }
          .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control::-moz-placeholder {
            color: #74788d;
            opacity: 1; }
          .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control:-ms-input-placeholder {
            color: #74788d; }
          .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control::-webkit-input-placeholder {
            color: #74788d; }
        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control.is-valid + .valid-feedback,
        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control.is-invalid + .invalid-feedback {
          font-weight: 500;
          font-size: 0.9rem;
          padding-left: 1.6rem; }
        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra {
          margin-top: 30px;
          margin-bottom: 15px;
          color: #74788d;
          font-size: 1rem; }
          .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra .kt-checkbox {
            font-size: 1rem; }
          .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra .kt-login__link {
            font-size: 1rem;
            color: #74788d;
            transition: color 0.3s ease; }
            .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra .kt-login__link:hover {
              color: #5d78ff;
              transition: color 0.3s ease; }
        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__actions {
          text-align: center;
          margin-top: 7%; }
          .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__actions .kt-login__btn-secondary,
          .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__actions .kt-login__btn-primary {
            height: 50px;
            padding-left: 2.5rem;
            padding-right: 2.5rem; }
      .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account {
        text-align: center;
        margin-top: 2rem; }
        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account .kt-login__account-msg {
          font-size: 1rem;
          font-weight: 400;
          color: #74788d; }
        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account .kt-login__account-link {
          font-size: 1rem;
          font-weight: 500;
          color: #595d6e;
          transition: color 0.3s ease; }
          .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account .kt-login__account-link:hover {
            color: #5d78ff;
            transition: color 0.3s ease; }

.kt-login.kt-login--v3.kt-login--signin .kt-login__signup {
  display: none; }

.kt-login.kt-login--v3.kt-login--signin .kt-login__signin {
  display: block; }

.kt-login.kt-login--v3.kt-login--signin .kt-login__forgot {
  display: none; }

.kt-login.kt-login--v3.kt-login--signup .kt-login__signup {
  display: block; }

.kt-login.kt-login--v3.kt-login--signup .kt-login__signin {
  display: none; }

.kt-login.kt-login--v3.kt-login--signup .kt-login__forgot {
  display: none; }

.kt-login.kt-login--v3.kt-login--signup .kt-login__account {
  display: none; }

.kt-login.kt-login--v3.kt-login--forgot .kt-login__signup {
  display: none; }

.kt-login.kt-login--v3.kt-login--forgot .kt-login__signin {
  display: none; }

.kt-login.kt-login--v3.kt-login--forgot .kt-login__forgot {
  display: block; }

@media (max-width: 1024px) {
  .kt-login.kt-login--v3 .kt-login__wrapper {
    padding-top: 5rem;
    width: 100%; }
    .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
      margin: 0 auto; }
      .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account {
        margin-top: 1rem; } }

@media (max-width: 768px) {
  .kt-login.kt-login--v3 .kt-login__wrapper {
    width: 100%; }
    .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
      width: 100%;
      margin: 0 auto; }
      .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form {
        width: 100%;
        margin: 0 auto; }
      .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account {
        margin-top: 1rem; } }
.kt-wizard-v4 {
  flex-direction: column; }
  .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap; }
    .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      flex: 0 0 calc(25% - 0.25rem);
      width: calc(25% - 0.25rem);
      background-color: #f7f8fb;
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem; }
      @media (max-width: 1399px) {
        .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item {
          flex: 0 0 calc(50% - 0.25rem);
          width: calc(50% - 0.25rem);
          border-bottom-left-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
          margin-bottom: 0.5rem; } }
      .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item .kt-wizard-v4__nav-body {
        flex: 1;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        color: #959cb6;
        padding: 2rem 2.5rem; }
        .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item .kt-wizard-v4__nav-body .kt-wizard-v4__nav-number {
          font-size: 1.3rem;
          font-weight: 600;
          flex: 0 0 2.75rem;
          height: 2.75rem;
          width: 2.75rem;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(44, 119, 244, 0.08);
          color: #2c77f4;
          margin-right: 1rem;
          border-radius: 0.5rem; }
        .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item .kt-wizard-v4__nav-body .kt-wizard-v4__nav-label {
          display: flex;
          flex-direction: column; }
          .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item .kt-wizard-v4__nav-body .kt-wizard-v4__nav-label .kt-wizard-v4__nav-label-title {
            font-size: 1.1rem;
            font-weight: 600; }
      .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item[data-ktwizard-state="current"] {
        background-color: #ffffff; }
        .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item[data-ktwizard-state="current"] .kt-wizard-v4__nav-body .kt-wizard-v4__nav-number {
          color: #ffffff;
          background-color: #2c77f4; }
        .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item[data-ktwizard-state="current"] .kt-wizard-v4__nav-body .kt-wizard-v4__nav-label .kt-wizard-v4__nav-label-title {
          color: #2c77f4; }
    @media (max-width: 768px) {
      .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items {
        flex-direction: column;
        align-items: flex-start; }
        .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item {
          flex: 0 0 100%;
          position: relative;
          width: 100%; }
          .kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item .kt-wizard-v4__nav-body {
            justify-content: flex-start;
            flex: 0 0 100%;
            padding: 0.5rem 2rem; } }
  .kt-wizard-v4 .kt-wizard-v4__wrapper {
    display: flex;
    justify-content: center; }
    .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form {
      width: 60%;
      padding: 4rem 0 5rem; }
      .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-wizard-v4__content {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        border-bottom: 1px solid #eeeef4; }
        .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-wizard-v4__content .kt-wizard-v4__form {
          margin-top: 3rem; }
        .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-wizard-v4__content .kt-wizard-v4__review .kt-wizard-v4__review-item {
          padding-bottom: 1rem;
          margin-bottom: 1rem;
          border-bottom: 1px solid #eeeef4; }
          .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-wizard-v4__content .kt-wizard-v4__review .kt-wizard-v4__review-item .kt-wizard-v4__review-title {
            font-weight: 600;
            font-size: 1.1rem;
            margin-bottom: 0.7rem; }
          .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-wizard-v4__content .kt-wizard-v4__review .kt-wizard-v4__review-item .kt-wizard-v4__review-content {
            line-height: 1.8rem; }
          .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-wizard-v4__content .kt-wizard-v4__review .kt-wizard-v4__review-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0; }
      .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-form__actions {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        @media (max-width: 576px) {
          .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-form__actions {
            flex-wrap: wrap;
            justify-content: center; } }
        @media (max-width: 576px) {
          .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-form__actions .btn {
            margin: 0 0.5rem 1rem; } }
        .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-prev"] {
          margin-right: auto; }
          @media (max-width: 576px) {
            .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-prev"] {
              margin-right: 0.5rem; } }
        .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-next"] {
          margin: auto 0 auto auto; }
          @media (max-width: 576px) {
            .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-next"] {
              margin: 0 0 1rem; } }
    @media (max-width: 768px) {
      .kt-wizard-v4 .kt-wizard-v4__wrapper {
        padding: 2rem; }
        .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form {
          width: 100%;
          padding: 2rem 1rem 4rem; } }
  .kt-wizard-v4 [data-ktwizard-type="step-info"] {
    display: none; }
    .kt-wizard-v4 [data-ktwizard-type="step-info"][data-ktwizard-state="current"] {
      display: block; }
  .kt-wizard-v4 [data-ktwizard-type="step-content"] {
    display: none; }
    .kt-wizard-v4 [data-ktwizard-type="step-content"][data-ktwizard-state="current"] {
      display: block; }
  .kt-wizard-v4 [data-ktwizard-type="action-prev"] {
    display: none; }
  .kt-wizard-v4 [data-ktwizard-type="action-next"] {
    display: inline-block; }
  .kt-wizard-v4 [data-ktwizard-type="action-submit"] {
    display: none; }
  .kt-wizard-v4[data-ktwizard-state="first"] [data-ktwizard-type="action-prev"] {
    display: none; }
  .kt-wizard-v4[data-ktwizard-state="first"] [data-ktwizard-type="action-next"] {
    display: inline-block; }
  .kt-wizard-v4[data-ktwizard-state="first"] [data-ktwizard-type="action-submit"] {
    display: none; }
  .kt-wizard-v4[data-ktwizard-state="between"] [data-ktwizard-type="action-prev"] {
    display: inline-block; }
  .kt-wizard-v4[data-ktwizard-state="between"] [data-ktwizard-type="action-next"] {
    display: inline-block; }
  .kt-wizard-v4[data-ktwizard-state="between"] [data-ktwizard-type="action-submit"] {
    display: none; }
  .kt-wizard-v4[data-ktwizard-state="last"] [data-ktwizard-type="action-prev"] {
    display: inline-block; }
  .kt-wizard-v4[data-ktwizard-state="last"] [data-ktwizard-type="action-next"] {
    display: none; }
  .kt-wizard-v4[data-ktwizard-state="last"] [data-ktwizard-type="action-submit"] {
    display: inline-block; }

/* // Responsive mode(ref $kt-media-breakpoints in framework\_config.scss)
// Above 1200px
@include kt-media-above(xl) {
	.kt-wizard-v4 {
		
	}
}

// Above 1024px and below 1200px
@include kt-media-range(lg, xl) {
	.kt-wizard-v4 {
	
	}
}

// Below 1024px
@include kt-media-below(lg) {
	.kt-wizard-v4 {
	
	}
} */

/*!
FullCalendar Core Package v4.2.0
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/

.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px; }

.fc-rtl .fc-popover .fc-header {
  flex-direction: row-reverse; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-mirror-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to timegrid/daygrid */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8; }

.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

/* Event Dragging
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: .75; }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */ }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/
@font-face {
  font-family: 'fcicons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fcicons' !important;
  speak: none;
  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; }

.fc-icon-chevron-left:before {
  content: "\e900"; }

.fc-icon-chevron-right:before {
  content: "\e901"; }

.fc-icon-chevrons-left:before {
  content: "\e902"; }

.fc-icon-chevrons-right:before {
  content: "\e903"; }

.fc-icon-minus-square:before {
  content: "\e904"; }

.fc-icon-plus-square:before {
  content: "\e905"; }

.fc-icon-x:before {
  content: "\e906"; }

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center; }

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */
.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

.fc-button {
  -webkit-appearance: button; }

.fc-button:not(:disabled) {
  cursor: pointer; }

.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* theme */
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em; }

.fc-button:hover {
  color: #212529;
  text-decoration: none; }

.fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); }

.fc-button:disabled {
  opacity: 0.65; }

/* "primary" coloring */
.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50; }

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f; }

.fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); }

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50; }

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27; }

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); }

/* icons within buttons */
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }

.fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto; }

.fc-button-group > .fc-button:hover {
  z-index: 1; }

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1; }

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px; }

.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em; }

/* inner content */
.fc-toolbar > * > :not(:first-child) {
  margin-left: .75em; }

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-view-container {
  position: relative; }

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

@media print {
  .fc {
    max-width: 100% !important; }
  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid; }
  .fc-event .fc-resizer {
    display: none; }
  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc th,
  .fc td,
  .fc hr,
  .fc thead,
  .fc tbody,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important; }
  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-mirror-skeleton,
  .fc-bgevent-container,
  .fc-business-container,
  .fc-highlight-container,
  .fc-mirror-container {
    display: none; }
  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */ }
  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */ }
  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */ }
  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em; }
  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
  .fc-more {
    display: none !important; }
  .fc tr.fc-limited {
    display: table-row !important; }
  .fc td.fc-limited {
    display: table-cell !important; }
  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */ }
  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important; }
  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-timeGrid-view .fc-axis {
    display: none; }
  /* don't display the horizontal lines */
  .fc-slats,
  .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */ }
  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static; }
  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em; }
  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important; }
  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important; }
  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important; }
  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "..."; }
  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important; }
  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "..."; }
  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important; }
  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none; }
  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full); }
  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important; }
  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important; }
  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
  .fc button {
    display: none;
    /* don't display any button-related controls */ } }

/*!
FullCalendar Day Grid Plugin v4.2.0
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
/* DayGridView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px; }

.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-dayGrid-view td.fc-week-number {
  text-align: center; }

.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/*!
FullCalendar List View Plugin v4.2.0
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

/*!
FullCalendar Time Grid Plugin v4.2.0
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
/* TimeGridView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> TimeGridView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-mirror-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  margin-bottom: 1px; }

.fc-time-grid-event-inset {
  box-shadow: 0px 0px 0px 1px #fff; }

.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%; }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }
.digg_pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */ }
  .digg_pagination a, .digg_pagination span, .digg_pagination em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination .disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  .digg_pagination .current {
    font-style: normal;
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  .digg_pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #000033;
      border-color: #000033; }
  .digg_pagination .page_info {
    background: #2e6ab1;
    color: white;
    padding: 0.4em 0.6em;
    width: 22em;
    margin-bottom: 0.3em;
    text-align: center; }
    .digg_pagination .page_info b {
      color: #000033;
      background: #6aa6ed;
      padding: 0.1em 0.25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child + html .digg_pagination {
    overflow: hidden; }

.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
  cursor: default; }
  .apple_pagination a, .apple_pagination span {
    padding: 0.2em 0.3em; }
  .apple_pagination .disabled {
    color: #aaaaaa; }
  .apple_pagination .current {
    font-style: normal;
    font-weight: bold;
    background-color: #bebebe;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px; }
  .apple_pagination a {
    text-decoration: none;
    color: black; }
    .apple_pagination a:hover, .apple_pagination a:focus {
      text-decoration: underline; }

.flickr_pagination {
  text-align: center;
  padding: 0.3em;
  cursor: default; }
  .flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
    padding: 0.2em 0.5em; }
  .flickr_pagination .disabled {
    color: #aaaaaa; }
  .flickr_pagination .current {
    font-style: normal;
    font-weight: bold;
    color: #ff0084; }
  .flickr_pagination a {
    border: 1px solid #dddddd;
    color: #0063dc;
    text-decoration: none; }
    .flickr_pagination a:hover, .flickr_pagination a:focus {
      border-color: #003366;
      background: #0063dc;
      color: white; }
  .flickr_pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }
  .flickr_pagination .previous_page, .flickr_pagination .next_page {
    border-width: 2px; }
  .flickr_pagination .previous_page {
    margin-right: 1em; }
  .flickr_pagination .next_page {
    margin-left: 1em; }
.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
































 */

