/*------------------------------------*\
	$Theme - Converse
\*------------------------------------*/
/**
 * SETTINGS
 * - Global variables, site-wide settings, config switches, etc.
 * Variables..........Bootstrap default variables
 * Pallette...........Style Lib Color palette variables
 * Variables..........Style Lib default variables

 * TOOLS
 * - Site-wide mixins and functions.
 * Mixins.............Bootstrap default mixins

 * GENERIC
 * - Low-specificity, far-reaching rulesets (e.g. resets).
 * Reset..............Styling reset to prevent conflict with other templates

 * OBJECTS
 * - Objects, abstractions, and design patterns (e.g. .media {}).
 * Buttons............Generic, underlying design patterns with minimum styles


 * COMPONENTS
 * - Discrete, complete chunks of UI. This is the one layer for customized.
 * Bootstrap 3........Bootstrap components styles
 * Fontawesome........Fontawesome icon styles

 * TRUMPS
 * - High-specificity, very explicit selectors make sure this is last to override anything else. Overrides and helper classes (e.g. .t-hidden {}).
 * t-spacing........Margin, padding spacing with responsive ready. For quick style don't overuse.
 * t-font-size......Aggressive change font size (Usually for programmer to use).
 */
/**
* #SETTINGS
*/
:root {
  --ck-font-color: #444;
  --ck-font-color--d: #888;
  --ck-font-color--l: #ccc;
  --ck-bg-color: #fff;
  --ck-bg-color--d: #F1F1F3;
  --ck-bg-color--l: #F9F9FB;
  --ck-border-color: #EBEBEE;
  --ck-border-color--d: #DEDEE4;
  --ck-border-color--l: #F1F1F3;
  --ck-primary-color: #4870E9;
  --ck-primary-color--d: #3455C8;
  --ck-primary-color--l: #3455C8;
  --ck-primary-color--hover: #3455C8;
  --ck-success-color: #51B544;
  --ck-success-color--d: #359B31;
  --ck-success-color--l: #E9FBDB;
  --ck-danger-color: #E24B49;
  --ck-danger-color--d: #DB2A36;
  --ck-danger-color--l: #FDE7DB;
  --ck-warning-color: #FFB732;
  --ck-warning-color--d: #DB9424;
  --ck-warning-color--l: #FFF6D6;
  --ck-info-color: #A8DBDB;
  --ck-info-color--d: #79BFC5;
  --ck-info-color--l: #EFFDF8;
  --ck-font-color--bubble: #444;
  --ck-font-color--bubble-me: #444;
  --ck-font-color--bubble-link: #4870E9;
  --ck-bg-color--bubble: #D7E8FE;
  --ck-bg-color--bubble-me: #F1F1F3;
}
:root .ck-powered-by-giphy {
  background-image: url('/media/com_easysocial/images/giphy/poweredby-text-dark.png');
}
:root #ck .btn-ckit-success,
:root #ck .btn-ckit-default {
  background-color: var(--ck-bg-color--l) !important;
  border-color: var(--ck-border-color--l) !important;
}
[data-ck-theme="dark"] {
  --ck-font-color: #fff;
  --ck-font-color--d: #888;
  --ck-font-color--l: #444;
  --ck-bg-color: #050505;
  --ck-bg-color--d: #2A2A2A;
  --ck-bg-color--l: #121212;
  --ck-border-color: #2A2A2A;
  --ck-border-color--d: #3A3A3A;
  --ck-border-color--l: #1D1D1D;
  --ck-primary-color: #4870E9;
  --ck-primary-color--d: #3455C8;
  --ck-primary-color--l: #3455C8;
  --ck-primary-color--hover: #3455C8;
  --ck-success-color: #51B544;
  --ck-success-color--d: #359B31;
  --ck-success-color--l: #E9FBDB;
  --ck-danger-color: #E24B49;
  --ck-danger-color--d: #DB2A36;
  --ck-danger-color--l: #FDE7DB;
  --ck-warning-color: #FFB732;
  --ck-warning-color--d: #DB9424;
  --ck-warning-color--l: #FFF6D6;
  --ck-info-color: #A8DBDB;
  --ck-info-color--d: #79BFC5;
  --ck-info-color--l: #EFFDF8;
  --ck-font-color--bubble: #fff;
  --ck-font-color--bubble-me: #fff;
  --ck-font-color--bubble-link: #dae7fd;
  --ck-bg-color--bubble: #4870E9;
  --ck-bg-color--bubble-me: #191919;
}
[data-ck-theme="dark"] .ck-powered-by-giphy {
  background-image: url('/media/com_easysocial/images/giphy/poweredby-text-light.png');
}
[data-ck-theme="dark"] #ck .btn-ckit-success,
[data-ck-theme="dark"] #ck .btn-ckit-default {
  background-color: var(--ck-bg-color--l) !important;
  border-color: var(--ck-border-color--l) !important;
}
/**
* #TOOLS
*/
/*
* - Site-wide mixins and functions.
*/
/*!
 * #Object
 * 
 */
/*
 * Container
 */
/* Holds and centers the site content */
/*
 * The Grid
 */
/* Add `.grid` for the table */
/* Add `.col` for the table cells, or columns */
/* Set the widths */
/* Padded columns */
/*
 * Vertically center grid content
 *
 * Requires content within the column to be inline or inline-block.
 */
body.has-ck-open #onesignal-bell-container {
  z-index: -1 !important;
}
body.has-ck-open .mm-page {
  z-index: 9999;
}
body.is-es-photo-popup #ck .ckit-window,
body.is-es-photo-popup #ck .layout-compact {
  z-index: 9;
}
#ck {
  /*------------------------------------*\
	Scaffolding/Reset
\*------------------------------------*/
  font-family: Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 1.66666667;
  /*
* - Objects, abstractions, and design patterns (e.g. .media {}).
* Buttons............Generic, underlying design patterns with minimum styles
*/
  /*!
 * #Object
 * 
 */
  /*
 * Container
 */
  /* Holds and centers the site content */
  /*
 * o-row : Grid with table method
 */
  /* Add `.grid` for the table */
  /* Add `.col` for the table cells, or columns */
  /* Set the widths */
  /*
 * o-grid : Grid with flex method
 */
  /* With gutters */
  /* Alignment per row */
  /* Alignment per cell */
  /* Standard Size */
  /* Active Animation */
  /* Sizes */
  /*******************************
						 Types
*******************************/
  /*-------------------
				Text
--------------------*/
  /*******************************
						States
*******************************/
  /*******************************
						Variations
*******************************/
  /*-------------------
				Sizes
--------------------*/
  /*-------------------
			 Inverted
--------------------*/
  /*-------------------
			 Inline
--------------------*/
  /* Centered Inline */
  /**
* @package      Conversekit
* @copyright    Copyright (C) 2010 - 2020 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /*
DOM:
<div class="component-xxx is-empty">
	<div class="o-empty">
		<div class="o-empty__content">
			<i class="o-empty__icon fa fa-book"></i>
			<div class="o-empty__text">Looks like you haven't post anything.</div>
			<div class="o-empty__action t-mt--xl">
				<a href="" class="btn btn-primary btn-lg">Ask Question</a>
			</div>
		</div>
	</div>
</div>
*/
  /**
 * Flag object.
 *
 * Very similar to the media object, only the flag object allows for vertical alignment.
 */
  /**
* @package      EasySocial
* @copyright    Copyright (C) 2010 - 2017 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /*
Markup:
<div id="ed" class="tooltip top in">
    <div class="tooltip-arrow"></div>
    <div class="tooltip-inner">test</div>
</div>
*/
  /*
Markup:
<div class="o-checkbox">
	<input type="checkbox" id="item-checkbox-1">
	<label for="item-checkbox-1">
		Custom checkbox
	</label>
</div>
*/
  /*
Markup:
<div class="o-switch">
    <input type="checkbox" name="onoffswitch" class="o-switch__checkbox" id="myonoffswitch" checked>
    <label class="o-switch__label" for="myonoffswitch">
        <span class="o-switch__inner"></span>
        <span class="o-switch__switch"></span>
    </label>
</div>
*/
  /*
*/
  font-size: 13px;
  /**
* @package      Conversekit
* @copyright    Copyright (C) 2010 - 2019 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /* Active Animation */
  /*
*/
  /*
*/
  /*
* - - Discrete, complete chunks of UI. This is the one layer for customized.
*/
  /*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
  /* makes the font 33% larger relative to the icon container */
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
  /*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
  /*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
  /*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
  /*
* - High-specificity, very explicit selectors make sure this is last to override anything else. Overrides and helper classes (e.g. .t-hidden {}).
*/
}
#ck *,
#ck *:before,
#ck *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ck img,
#ck input {
  min-width: 0;
  min-height: 0;
}
#ck blockquote,
#ck header,
#ck nav,
#ck figure,
#ck article,
#ck aside,
#ck footer,
#ck form {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  border: 0;
  outline: 0;
  float: none;
  position: static;
  display: block;
  background: none;
  text-align: inherit;
  font-size: inherit;
  font-family: inherit;
  text-shadow: none;
}
#ck input,
#ck button,
#ck select,
#ck textarea {
  font-family: Helvetica, Arial, sans-serif;
}
#ck h1,
#ck h2,
#ck h3,
#ck h4,
#ck h5,
#ck h6 {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck img {
  vertical-align: middle;
  border: 0;
}
#ck hr {
  border: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
#ck table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ck tr,
#ck td {
  border: 1px solid transparent;
}
#ck a {
  color: var(--ck-primary-color);
}
#ck a:link {
  text-decoration: none;
}
#ck a:hover,
#ck a:focus,
#ck a:active {
  color: var(--ck-primary-color--hover);
  outline: 0;
}
#ck li {
  line-height: 1.66666667;
}
#ck .o-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#ck .o-row--unset {
  table-layout: unset;
}
#ck .o-col-sm,
#ck .o-col-sm--1,
#ck .o-col-sm--2,
#ck .o-col-sm--3,
#ck .o-col-sm--4,
#ck .o-col-sm--5,
#ck .o-col-sm--6,
#ck .o-col-sm--7,
#ck .o-col-sm--8,
#ck .o-col-sm--9,
#ck .o-col-sm--10,
#ck .o-col-sm--11,
#ck .o-col-sm--12,
#ck .o-col,
#ck .o-col--1,
#ck .o-col--2,
#ck .o-col--3,
#ck .o-col--4,
#ck .o-col--5,
#ck .o-col--6,
#ck .o-col--7,
#ck .o-col--8,
#ck .o-col--9,
#ck .o-col--10,
#ck .o-col--11,
#ck .o-col--12 {
  display: table-cell;
  vertical-align: middle;
}
#ck .o-col--1,
#ck .o-col-sm--1 {
  width: 8.333333%;
}
#ck .o-col--2,
#ck .o-col-sm--2 {
  width: 16.666667%;
}
#ck .o-col--3,
#ck .o-col-sm--3 {
  width: 25%;
}
#ck .o-col--4,
#ck .o-col-sm--4 {
  width: 33.333333%;
}
#ck .o-col--5,
#ck .o-col-sm--5 {
  width: 41.666667%;
}
#ck .o-col--6,
#ck .o-col-sm--6 {
  width: 50%;
}
#ck .o-col--7,
#ck .o-col-sm--7 {
  width: 58.333333%;
}
#ck .o-col--8,
#ck .o-col-sm--8 {
  width: 66.666667%;
}
#ck .o-col--9,
#ck .o-col-sm--9 {
  width: 75%;
}
#ck .o-col--10,
#ck .o-col-sm--10 {
  width: 83.333333%;
}
#ck .o-col--11,
#ck .o-col-sm--11 {
  width: 91.666667%;
}
#ck .o-col--12,
#ck .o-col-sm--12 {
  width: 100%;
}
#ck.w480 .o-col,
#ck.w480 .o-col--1,
#ck.w480 .o-col--2,
#ck.w480 .o-col--3,
#ck.w480 .o-col--4,
#ck.w480 .o-col--5,
#ck.w480 .o-col--6,
#ck.w480 .o-col--7,
#ck.w480 .o-col--8,
#ck.w480 .o-col--9,
#ck.w480 .o-col--10,
#ck.w480 .o-col--11,
#ck.w480 .o-col--12 {
  display: block;
  width: 100%;
}
#ck .o-col--top {
  vertical-align: top;
}
#ck .o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#ck .o-grid__cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#ck.w480 .o-grid {
  display: block;
}
#ck.w480 .o-grid:before,
#ck.w480 .o-grid:after {
  content: " ";
  display: table;
}
#ck.w480 .o-grid:after {
  clear: both;
}
#ck.w480 .o-grid__cell {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#ck .o-grid--flex-cells > .o-grid__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ck .o-grid--gutters {
  margin: -8px 0 0 -8px;
}
#ck .o-grid--gutters > .o-grid__cell {
  padding: 8px 0 0 8px;
}
#ck .o-grid--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#ck .o-grid--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#ck .o-grid--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ck .o-grid--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ck .o-grid__cell--top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#ck .o-grid__cell--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#ck .o-grid__cell--center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#ck .o-grid__cell--auto-size {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#ck .o-grid--fit > .o-grid__cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#ck .o-grid--full > .o-grid__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#ck .o-grid--1of2 > .o-grid__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#ck .o-grid--1of3 > .o-grid__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}
#ck .o-grid--1of4 > .o-grid__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
#ck .u-1of3 {
  width: 33.3333% !important;
  -webkit-box-flex: 0!important;
  -ms-flex: none!important;
  flex: none!important;
}
#ck .o-grid--gutters {
  margin: -8px 0 8px -8px;
}
#ck .o-grid--gutters > .o-grid__cell {
  padding: 8px 0 0 8px;
}
#ck .o-grid--gutters-lg {
  margin: -16px 0 16px -16px;
}
#ck .o-grid--gutters-lg > .o-grid__cell {
  padding: 16px 0 0 16px;
}
#ck .o-grid--guttersXl {
  margin: -2em 0 2em -2em;
}
#ck .o-grid--guttersXl > .o-grid__cell {
  padding: 2em 0 0 2em;
}
#ck .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.66666667;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#ck .btn,
#ck .btn:active,
#ck .btn.active {
  outline: 0;
}
#ck .btn:focus,
#ck .btn:active:focus,
#ck .btn.active:focus,
#ck .btn.focus,
#ck .btn:active.focus,
#ck .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
#ck .btn:hover,
#ck .btn:focus,
#ck .btn.focus {
  color: #333;
  text-decoration: none;
}
#ck .btn:active,
#ck .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#ck .btn.disabled,
#ck .btn[disabled],
fieldset[disabled] #ck .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#ck .btn.disabled,
fieldset[disabled] a#ck .btn {
  pointer-events: none;
}
#ck .btn-default {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}
#ck .btn-default:focus,
#ck .btn-default.focus {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #8c8c8c !important;
}
#ck .btn-default:hover {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}
#ck .btn-default:active,
#ck .btn-default.active,
.open > .dropdown-toggle#ck .btn-default {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}
#ck .btn-default:active:hover,
#ck .btn-default.active:hover,
.open > .dropdown-toggle#ck .btn-default:hover,
#ck .btn-default:active:focus,
#ck .btn-default.active:focus,
.open > .dropdown-toggle#ck .btn-default:focus,
#ck .btn-default:active.focus,
#ck .btn-default.active.focus,
.open > .dropdown-toggle#ck .btn-default.focus {
  color: #333 !important;
  background-color: #d4d4d4 !important;
  border-color: #8c8c8c !important;
}
#ck .btn-default:active,
#ck .btn-default.active,
.open > .dropdown-toggle#ck .btn-default {
  background-image: none !important;
}
#ck .btn-default.disabled,
#ck .btn-default[disabled],
fieldset[disabled] #ck .btn-default,
#ck .btn-default.disabled:hover,
#ck .btn-default[disabled]:hover,
fieldset[disabled] #ck .btn-default:hover,
#ck .btn-default.disabled:focus,
#ck .btn-default[disabled]:focus,
fieldset[disabled] #ck .btn-default:focus,
#ck .btn-default.disabled.focus,
#ck .btn-default[disabled].focus,
fieldset[disabled] #ck .btn-default.focus,
#ck .btn-default.disabled:active,
#ck .btn-default[disabled]:active,
fieldset[disabled] #ck .btn-default:active,
#ck .btn-default.disabled.active,
#ck .btn-default[disabled].active,
fieldset[disabled] #ck .btn-default.active {
  background-color: #fff !important;
  border-color: #ccc !important;
}
#ck .btn-default .badge {
  color: #fff !important;
  background-color: #333 !important;
}
#ck .btn-primary {
  color: #fff !important;
  background-color: #428bca !important;
  border-color: #357ebd !important;
}
#ck .btn-primary:focus,
#ck .btn-primary.focus {
  color: #fff !important;
  background-color: #3071a9 !important;
  border-color: #193c5a !important;
}
#ck .btn-primary:hover {
  color: #fff !important;
  background-color: #3071a9 !important;
  border-color: #285e8e !important;
}
#ck .btn-primary:active,
#ck .btn-primary.active,
.open > .dropdown-toggle#ck .btn-primary {
  color: #fff !important;
  background-color: #3071a9 !important;
  border-color: #285e8e !important;
}
#ck .btn-primary:active:hover,
#ck .btn-primary.active:hover,
.open > .dropdown-toggle#ck .btn-primary:hover,
#ck .btn-primary:active:focus,
#ck .btn-primary.active:focus,
.open > .dropdown-toggle#ck .btn-primary:focus,
#ck .btn-primary:active.focus,
#ck .btn-primary.active.focus,
.open > .dropdown-toggle#ck .btn-primary.focus {
  color: #fff !important;
  background-color: #285e8e !important;
  border-color: #193c5a !important;
}
#ck .btn-primary:active,
#ck .btn-primary.active,
.open > .dropdown-toggle#ck .btn-primary {
  background-image: none !important;
}
#ck .btn-primary.disabled,
#ck .btn-primary[disabled],
fieldset[disabled] #ck .btn-primary,
#ck .btn-primary.disabled:hover,
#ck .btn-primary[disabled]:hover,
fieldset[disabled] #ck .btn-primary:hover,
#ck .btn-primary.disabled:focus,
#ck .btn-primary[disabled]:focus,
fieldset[disabled] #ck .btn-primary:focus,
#ck .btn-primary.disabled.focus,
#ck .btn-primary[disabled].focus,
fieldset[disabled] #ck .btn-primary.focus,
#ck .btn-primary.disabled:active,
#ck .btn-primary[disabled]:active,
fieldset[disabled] #ck .btn-primary:active,
#ck .btn-primary.disabled.active,
#ck .btn-primary[disabled].active,
fieldset[disabled] #ck .btn-primary.active {
  background-color: #428bca !important;
  border-color: #357ebd !important;
}
#ck .btn-primary .badge {
  color: #428bca !important;
  background-color: #fff !important;
}
#ck .btn-success {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
#ck .btn-success:focus,
#ck .btn-success.focus {
  color: #fff !important;
  background-color: #449d44 !important;
  border-color: #255625 !important;
}
#ck .btn-success:hover {
  color: #fff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}
#ck .btn-success:active,
#ck .btn-success.active,
.open > .dropdown-toggle#ck .btn-success {
  color: #fff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}
#ck .btn-success:active:hover,
#ck .btn-success.active:hover,
.open > .dropdown-toggle#ck .btn-success:hover,
#ck .btn-success:active:focus,
#ck .btn-success.active:focus,
.open > .dropdown-toggle#ck .btn-success:focus,
#ck .btn-success:active.focus,
#ck .btn-success.active.focus,
.open > .dropdown-toggle#ck .btn-success.focus {
  color: #fff !important;
  background-color: #398439 !important;
  border-color: #255625 !important;
}
#ck .btn-success:active,
#ck .btn-success.active,
.open > .dropdown-toggle#ck .btn-success {
  background-image: none !important;
}
#ck .btn-success.disabled,
#ck .btn-success[disabled],
fieldset[disabled] #ck .btn-success,
#ck .btn-success.disabled:hover,
#ck .btn-success[disabled]:hover,
fieldset[disabled] #ck .btn-success:hover,
#ck .btn-success.disabled:focus,
#ck .btn-success[disabled]:focus,
fieldset[disabled] #ck .btn-success:focus,
#ck .btn-success.disabled.focus,
#ck .btn-success[disabled].focus,
fieldset[disabled] #ck .btn-success.focus,
#ck .btn-success.disabled:active,
#ck .btn-success[disabled]:active,
fieldset[disabled] #ck .btn-success:active,
#ck .btn-success.disabled.active,
#ck .btn-success[disabled].active,
fieldset[disabled] #ck .btn-success.active {
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
#ck .btn-success .badge {
  color: #5cb85c !important;
  background-color: #fff !important;
}
#ck .btn-info {
  color: #fff !important;
  background-color: #5bc0de !important;
  border-color: #46b8da !important;
}
#ck .btn-info:focus,
#ck .btn-info.focus {
  color: #fff !important;
  background-color: #31b0d5 !important;
  border-color: #1b6d85 !important;
}
#ck .btn-info:hover {
  color: #fff !important;
  background-color: #31b0d5 !important;
  border-color: #269abc !important;
}
#ck .btn-info:active,
#ck .btn-info.active,
.open > .dropdown-toggle#ck .btn-info {
  color: #fff !important;
  background-color: #31b0d5 !important;
  border-color: #269abc !important;
}
#ck .btn-info:active:hover,
#ck .btn-info.active:hover,
.open > .dropdown-toggle#ck .btn-info:hover,
#ck .btn-info:active:focus,
#ck .btn-info.active:focus,
.open > .dropdown-toggle#ck .btn-info:focus,
#ck .btn-info:active.focus,
#ck .btn-info.active.focus,
.open > .dropdown-toggle#ck .btn-info.focus {
  color: #fff !important;
  background-color: #269abc !important;
  border-color: #1b6d85 !important;
}
#ck .btn-info:active,
#ck .btn-info.active,
.open > .dropdown-toggle#ck .btn-info {
  background-image: none !important;
}
#ck .btn-info.disabled,
#ck .btn-info[disabled],
fieldset[disabled] #ck .btn-info,
#ck .btn-info.disabled:hover,
#ck .btn-info[disabled]:hover,
fieldset[disabled] #ck .btn-info:hover,
#ck .btn-info.disabled:focus,
#ck .btn-info[disabled]:focus,
fieldset[disabled] #ck .btn-info:focus,
#ck .btn-info.disabled.focus,
#ck .btn-info[disabled].focus,
fieldset[disabled] #ck .btn-info.focus,
#ck .btn-info.disabled:active,
#ck .btn-info[disabled]:active,
fieldset[disabled] #ck .btn-info:active,
#ck .btn-info.disabled.active,
#ck .btn-info[disabled].active,
fieldset[disabled] #ck .btn-info.active {
  background-color: #5bc0de !important;
  border-color: #46b8da !important;
}
#ck .btn-info .badge {
  color: #5bc0de !important;
  background-color: #fff !important;
}
#ck .btn-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}
#ck .btn-warning:focus,
#ck .btn-warning.focus {
  color: #fff !important;
  background-color: #ec971f !important;
  border-color: #985f0d !important;
}
#ck .btn-warning:hover {
  color: #fff !important;
  background-color: #ec971f !important;
  border-color: #d58512 !important;
}
#ck .btn-warning:active,
#ck .btn-warning.active,
.open > .dropdown-toggle#ck .btn-warning {
  color: #fff !important;
  background-color: #ec971f !important;
  border-color: #d58512 !important;
}
#ck .btn-warning:active:hover,
#ck .btn-warning.active:hover,
.open > .dropdown-toggle#ck .btn-warning:hover,
#ck .btn-warning:active:focus,
#ck .btn-warning.active:focus,
.open > .dropdown-toggle#ck .btn-warning:focus,
#ck .btn-warning:active.focus,
#ck .btn-warning.active.focus,
.open > .dropdown-toggle#ck .btn-warning.focus {
  color: #fff !important;
  background-color: #d58512 !important;
  border-color: #985f0d !important;
}
#ck .btn-warning:active,
#ck .btn-warning.active,
.open > .dropdown-toggle#ck .btn-warning {
  background-image: none !important;
}
#ck .btn-warning.disabled,
#ck .btn-warning[disabled],
fieldset[disabled] #ck .btn-warning,
#ck .btn-warning.disabled:hover,
#ck .btn-warning[disabled]:hover,
fieldset[disabled] #ck .btn-warning:hover,
#ck .btn-warning.disabled:focus,
#ck .btn-warning[disabled]:focus,
fieldset[disabled] #ck .btn-warning:focus,
#ck .btn-warning.disabled.focus,
#ck .btn-warning[disabled].focus,
fieldset[disabled] #ck .btn-warning.focus,
#ck .btn-warning.disabled:active,
#ck .btn-warning[disabled]:active,
fieldset[disabled] #ck .btn-warning:active,
#ck .btn-warning.disabled.active,
#ck .btn-warning[disabled].active,
fieldset[disabled] #ck .btn-warning.active {
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}
#ck .btn-warning .badge {
  color: #f0ad4e !important;
  background-color: #fff !important;
}
#ck .btn-danger {
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
#ck .btn-danger:focus,
#ck .btn-danger.focus {
  color: #fff !important;
  background-color: #c9302c !important;
  border-color: #761c19 !important;
}
#ck .btn-danger:hover {
  color: #fff !important;
  background-color: #c9302c !important;
  border-color: #ac2925 !important;
}
#ck .btn-danger:active,
#ck .btn-danger.active,
.open > .dropdown-toggle#ck .btn-danger {
  color: #fff !important;
  background-color: #c9302c !important;
  border-color: #ac2925 !important;
}
#ck .btn-danger:active:hover,
#ck .btn-danger.active:hover,
.open > .dropdown-toggle#ck .btn-danger:hover,
#ck .btn-danger:active:focus,
#ck .btn-danger.active:focus,
.open > .dropdown-toggle#ck .btn-danger:focus,
#ck .btn-danger:active.focus,
#ck .btn-danger.active.focus,
.open > .dropdown-toggle#ck .btn-danger.focus {
  color: #fff !important;
  background-color: #ac2925 !important;
  border-color: #761c19 !important;
}
#ck .btn-danger:active,
#ck .btn-danger.active,
.open > .dropdown-toggle#ck .btn-danger {
  background-image: none !important;
}
#ck .btn-danger.disabled,
#ck .btn-danger[disabled],
fieldset[disabled] #ck .btn-danger,
#ck .btn-danger.disabled:hover,
#ck .btn-danger[disabled]:hover,
fieldset[disabled] #ck .btn-danger:hover,
#ck .btn-danger.disabled:focus,
#ck .btn-danger[disabled]:focus,
fieldset[disabled] #ck .btn-danger:focus,
#ck .btn-danger.disabled.focus,
#ck .btn-danger[disabled].focus,
fieldset[disabled] #ck .btn-danger.focus,
#ck .btn-danger.disabled:active,
#ck .btn-danger[disabled]:active,
fieldset[disabled] #ck .btn-danger:active,
#ck .btn-danger.disabled.active,
#ck .btn-danger[disabled].active,
fieldset[disabled] #ck .btn-danger.active {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
#ck .btn-danger .badge {
  color: #d9534f !important;
  background-color: #fff !important;
}
#ck .btn-default-o {
  color: #333 !important;
  background-color: var(--ck-bg-color) !important;
  border-color: #e5e7ea !important;
}
#ck .btn-default-o:focus,
#ck .btn-default-o.focus {
  color: #333 !important;
}
#ck .btn-default-o:hover {
  color: #333 !important;
}
#ck .btn-default-o:active,
#ck .btn-default-o.active,
.open > .dropdown-toggle#ck .btn-default-o {
  color: #333 !important;
}
#ck .btn-default-o:active:hover,
#ck .btn-default-o.active:hover,
.open > .dropdown-toggle#ck .btn-default-o:hover,
#ck .btn-default-o:active:focus,
#ck .btn-default-o.active:focus,
.open > .dropdown-toggle#ck .btn-default-o:focus,
#ck .btn-default-o:active.focus,
#ck .btn-default-o.active.focus,
.open > .dropdown-toggle#ck .btn-default-o.focus {
  color: #333 !important;
}
#ck .btn-default-o:active,
#ck .btn-default-o.active,
.open > .dropdown-toggle#ck .btn-default-o {
  background-image: none !important;
}
#ck .btn-primary-o {
  color: #428bca !important;
  background-color: var(--ck-bg-color) !important;
  border-color: #e5e7ea !important;
}
#ck .btn-primary-o:focus,
#ck .btn-primary-o.focus {
  color: #428bca !important;
}
#ck .btn-primary-o:hover {
  color: #428bca !important;
}
#ck .btn-primary-o:active,
#ck .btn-primary-o.active,
.open > .dropdown-toggle#ck .btn-primary-o {
  color: #428bca !important;
}
#ck .btn-primary-o:active:hover,
#ck .btn-primary-o.active:hover,
.open > .dropdown-toggle#ck .btn-primary-o:hover,
#ck .btn-primary-o:active:focus,
#ck .btn-primary-o.active:focus,
.open > .dropdown-toggle#ck .btn-primary-o:focus,
#ck .btn-primary-o:active.focus,
#ck .btn-primary-o.active.focus,
.open > .dropdown-toggle#ck .btn-primary-o.focus {
  color: #428bca !important;
}
#ck .btn-primary-o:active,
#ck .btn-primary-o.active,
.open > .dropdown-toggle#ck .btn-primary-o {
  background-image: none !important;
}
#ck .btn-success-o {
  color: #5cb85c !important;
  background-color: var(--ck-bg-color) !important;
  border-color: #e5e7ea !important;
}
#ck .btn-success-o:focus,
#ck .btn-success-o.focus {
  color: #5cb85c !important;
}
#ck .btn-success-o:hover {
  color: #5cb85c !important;
}
#ck .btn-success-o:active,
#ck .btn-success-o.active,
.open > .dropdown-toggle#ck .btn-success-o {
  color: #5cb85c !important;
}
#ck .btn-success-o:active:hover,
#ck .btn-success-o.active:hover,
.open > .dropdown-toggle#ck .btn-success-o:hover,
#ck .btn-success-o:active:focus,
#ck .btn-success-o.active:focus,
.open > .dropdown-toggle#ck .btn-success-o:focus,
#ck .btn-success-o:active.focus,
#ck .btn-success-o.active.focus,
.open > .dropdown-toggle#ck .btn-success-o.focus {
  color: #5cb85c !important;
}
#ck .btn-success-o:active,
#ck .btn-success-o.active,
.open > .dropdown-toggle#ck .btn-success-o {
  background-image: none !important;
}
#ck .btn-danger-o {
  color: #d9534f !important;
  background-color: var(--ck-bg-color) !important;
  border-color: #e5e7ea !important;
}
#ck .btn-danger-o:focus,
#ck .btn-danger-o.focus {
  color: #d9534f !important;
}
#ck .btn-danger-o:hover {
  color: #d9534f !important;
}
#ck .btn-danger-o:active,
#ck .btn-danger-o.active,
.open > .dropdown-toggle#ck .btn-danger-o {
  color: #d9534f !important;
}
#ck .btn-danger-o:active:hover,
#ck .btn-danger-o.active:hover,
.open > .dropdown-toggle#ck .btn-danger-o:hover,
#ck .btn-danger-o:active:focus,
#ck .btn-danger-o.active:focus,
.open > .dropdown-toggle#ck .btn-danger-o:focus,
#ck .btn-danger-o:active.focus,
#ck .btn-danger-o.active.focus,
.open > .dropdown-toggle#ck .btn-danger-o.focus {
  color: #d9534f !important;
}
#ck .btn-danger-o:active,
#ck .btn-danger-o.active,
.open > .dropdown-toggle#ck .btn-danger-o {
  background-image: none !important;
}
#ck .btn-ckit-primary {
  color: #fff !important;
  background-color: #4a90e2 !important;
  border-color: #428bca !important;
  background-color: var(--ck-primary-color) !important;
  border-color: var(--ck-primary-color) !important;
}
#ck .btn-ckit-primary:focus,
#ck .btn-ckit-primary.focus {
  color: #fff !important;
  background-color: #2275d7 !important;
  border-color: #1f496e !important;
}
#ck .btn-ckit-primary:hover {
  color: #fff !important;
  background-color: #2275d7 !important;
  border-color: #2d6ca2 !important;
}
#ck .btn-ckit-primary:active,
#ck .btn-ckit-primary.active,
.open > .dropdown-toggle#ck .btn-ckit-primary {
  color: #fff !important;
  background-color: #2275d7 !important;
  border-color: #2d6ca2 !important;
}
#ck .btn-ckit-primary:active:hover,
#ck .btn-ckit-primary.active:hover,
.open > .dropdown-toggle#ck .btn-ckit-primary:hover,
#ck .btn-ckit-primary:active:focus,
#ck .btn-ckit-primary.active:focus,
.open > .dropdown-toggle#ck .btn-ckit-primary:focus,
#ck .btn-ckit-primary:active.focus,
#ck .btn-ckit-primary.active.focus,
.open > .dropdown-toggle#ck .btn-ckit-primary.focus {
  color: #fff !important;
  background-color: #1d65b8 !important;
  border-color: #1f496e !important;
}
#ck .btn-ckit-primary:active,
#ck .btn-ckit-primary.active,
.open > .dropdown-toggle#ck .btn-ckit-primary {
  background-image: none !important;
}
#ck .btn-ckit-primary.disabled,
#ck .btn-ckit-primary[disabled],
fieldset[disabled] #ck .btn-ckit-primary,
#ck .btn-ckit-primary.disabled:hover,
#ck .btn-ckit-primary[disabled]:hover,
fieldset[disabled] #ck .btn-ckit-primary:hover,
#ck .btn-ckit-primary.disabled:focus,
#ck .btn-ckit-primary[disabled]:focus,
fieldset[disabled] #ck .btn-ckit-primary:focus,
#ck .btn-ckit-primary.disabled.focus,
#ck .btn-ckit-primary[disabled].focus,
fieldset[disabled] #ck .btn-ckit-primary.focus,
#ck .btn-ckit-primary.disabled:active,
#ck .btn-ckit-primary[disabled]:active,
fieldset[disabled] #ck .btn-ckit-primary:active,
#ck .btn-ckit-primary.disabled.active,
#ck .btn-ckit-primary[disabled].active,
fieldset[disabled] #ck .btn-ckit-primary.active {
  background-color: #4a90e2 !important;
  border-color: #428bca !important;
}
#ck .btn-ckit-primary .badge {
  color: #4a90e2 !important;
  background-color: #fff !important;
}
#ck .btn-ckit-primary:hover,
#ck .btn-ckit-primary:active,
#ck .btn-ckit-primary:active:hover,
#ck .btn-ckit-primary.active:hover,
#ck .btn-ckit-primary:active:focus,
#ck .btn-ckit-primary:active.focus,
#ck .btn-ckit-primary.active:focus,
#ck .btn-ckit-primary.active.focus,
#ck .btn-ckit-primary:focus {
  color: #fff !important;
  background-color: var(--ck-primary-color--hover) !important;
  border-color: var(--ck-primary-color--hover) !important;
}
#ck .btn-ckit-default {
  color: #428bca !important;
  background-color: #ffffff !important;
  border-color: #cfd8dc !important;
}
#ck .btn-ckit-default:focus,
#ck .btn-ckit-default.focus {
  color: #428bca !important;
  background-color: #e6e6e6 !important;
  border-color: #859ca6 !important;
}
#ck .btn-ckit-default:hover {
  color: #428bca !important;
  background-color: #e6e6e6 !important;
  border-color: #acbbc2 !important;
}
#ck .btn-ckit-default:active,
#ck .btn-ckit-default.active,
.open > .dropdown-toggle#ck .btn-ckit-default {
  color: #428bca !important;
  background-color: #e6e6e6 !important;
  border-color: #acbbc2 !important;
}
#ck .btn-ckit-default:active:hover,
#ck .btn-ckit-default.active:hover,
.open > .dropdown-toggle#ck .btn-ckit-default:hover,
#ck .btn-ckit-default:active:focus,
#ck .btn-ckit-default.active:focus,
.open > .dropdown-toggle#ck .btn-ckit-default:focus,
#ck .btn-ckit-default:active.focus,
#ck .btn-ckit-default.active.focus,
.open > .dropdown-toggle#ck .btn-ckit-default.focus {
  color: #428bca !important;
  background-color: #d4d4d4 !important;
  border-color: #859ca6 !important;
}
#ck .btn-ckit-default:active,
#ck .btn-ckit-default.active,
.open > .dropdown-toggle#ck .btn-ckit-default {
  background-image: none !important;
}
#ck .btn-ckit-default.disabled,
#ck .btn-ckit-default[disabled],
fieldset[disabled] #ck .btn-ckit-default,
#ck .btn-ckit-default.disabled:hover,
#ck .btn-ckit-default[disabled]:hover,
fieldset[disabled] #ck .btn-ckit-default:hover,
#ck .btn-ckit-default.disabled:focus,
#ck .btn-ckit-default[disabled]:focus,
fieldset[disabled] #ck .btn-ckit-default:focus,
#ck .btn-ckit-default.disabled.focus,
#ck .btn-ckit-default[disabled].focus,
fieldset[disabled] #ck .btn-ckit-default.focus,
#ck .btn-ckit-default.disabled:active,
#ck .btn-ckit-default[disabled]:active,
fieldset[disabled] #ck .btn-ckit-default:active,
#ck .btn-ckit-default.disabled.active,
#ck .btn-ckit-default[disabled].active,
fieldset[disabled] #ck .btn-ckit-default.active {
  background-color: #ffffff !important;
  border-color: #cfd8dc !important;
}
#ck .btn-ckit-default .badge {
  color: #ffffff !important;
  background-color: #428bca !important;
}
#ck .btn-ckit-default:hover,
#ck .btn-ckit-default:active,
#ck .btn-ckit-default:active:hover,
#ck .btn-ckit-default.active:hover,
#ck .btn-ckit-default:active:focus,
#ck .btn-ckit-default:active.focus,
#ck .btn-ckit-default.active:focus,
#ck .btn-ckit-default.active.focus,
#ck .btn-ckit-default:focus {
  background-color: #e1edf7 !important;
  border-color: #b9d4ec !important;
}
#ck .btn-ckit-success {
  color: #4fc25f !important;
  background-color: #ffffff !important;
  border-color: #dcedc8 !important;
}
#ck .btn-ckit-success:focus,
#ck .btn-ckit-success.focus {
  color: #4fc25f !important;
  background-color: #e6e6e6 !important;
  border-color: #9fce68 !important;
}
#ck .btn-ckit-success:hover {
  color: #4fc25f !important;
  background-color: #e6e6e6 !important;
  border-color: #bfde9a !important;
}
#ck .btn-ckit-success:active,
#ck .btn-ckit-success.active,
.open > .dropdown-toggle#ck .btn-ckit-success {
  color: #4fc25f !important;
  background-color: #e6e6e6 !important;
  border-color: #bfde9a !important;
}
#ck .btn-ckit-success:active:hover,
#ck .btn-ckit-success.active:hover,
.open > .dropdown-toggle#ck .btn-ckit-success:hover,
#ck .btn-ckit-success:active:focus,
#ck .btn-ckit-success.active:focus,
.open > .dropdown-toggle#ck .btn-ckit-success:focus,
#ck .btn-ckit-success:active.focus,
#ck .btn-ckit-success.active.focus,
.open > .dropdown-toggle#ck .btn-ckit-success.focus {
  color: #4fc25f !important;
  background-color: #d4d4d4 !important;
  border-color: #9fce68 !important;
}
#ck .btn-ckit-success:active,
#ck .btn-ckit-success.active,
.open > .dropdown-toggle#ck .btn-ckit-success {
  background-image: none !important;
}
#ck .btn-ckit-success.disabled,
#ck .btn-ckit-success[disabled],
fieldset[disabled] #ck .btn-ckit-success,
#ck .btn-ckit-success.disabled:hover,
#ck .btn-ckit-success[disabled]:hover,
fieldset[disabled] #ck .btn-ckit-success:hover,
#ck .btn-ckit-success.disabled:focus,
#ck .btn-ckit-success[disabled]:focus,
fieldset[disabled] #ck .btn-ckit-success:focus,
#ck .btn-ckit-success.disabled.focus,
#ck .btn-ckit-success[disabled].focus,
fieldset[disabled] #ck .btn-ckit-success.focus,
#ck .btn-ckit-success.disabled:active,
#ck .btn-ckit-success[disabled]:active,
fieldset[disabled] #ck .btn-ckit-success:active,
#ck .btn-ckit-success.disabled.active,
#ck .btn-ckit-success[disabled].active,
fieldset[disabled] #ck .btn-ckit-success.active {
  background-color: #ffffff !important;
  border-color: #dcedc8 !important;
}
#ck .btn-ckit-success .badge {
  color: #ffffff !important;
  background-color: #4fc25f !important;
}
#ck .btn-ckit-success:hover,
#ck .btn-ckit-success:active,
#ck .btn-ckit-success:active:hover,
#ck .btn-ckit-success.active:hover,
#ck .btn-ckit-success:active:focus,
#ck .btn-ckit-success:active.focus,
#ck .btn-ckit-success.active:focus,
#ck .btn-ckit-success.active.focus,
#ck .btn-ckit-success:focus {
  background-color: #c1e9c6 !important;
}
#ck .btn-ckit-danger {
  color: #f2575b !important;
  background-color: #ffffff !important;
  border-color: #f2c0c1 !important;
}
#ck .btn-ckit-danger:focus,
#ck .btn-ckit-danger.focus {
  color: #f2575b !important;
  background-color: #e6e6e6 !important;
  border-color: #dc5659 !important;
}
#ck .btn-ckit-danger:hover {
  color: #f2575b !important;
  background-color: #e6e6e6 !important;
  border-color: #e88d8f !important;
}
#ck .btn-ckit-danger:active,
#ck .btn-ckit-danger.active,
.open > .dropdown-toggle#ck .btn-ckit-danger {
  color: #f2575b !important;
  background-color: #e6e6e6 !important;
  border-color: #e88d8f !important;
}
#ck .btn-ckit-danger:active:hover,
#ck .btn-ckit-danger.active:hover,
.open > .dropdown-toggle#ck .btn-ckit-danger:hover,
#ck .btn-ckit-danger:active:focus,
#ck .btn-ckit-danger.active:focus,
.open > .dropdown-toggle#ck .btn-ckit-danger:focus,
#ck .btn-ckit-danger:active.focus,
#ck .btn-ckit-danger.active.focus,
.open > .dropdown-toggle#ck .btn-ckit-danger.focus {
  color: #f2575b !important;
  background-color: #d4d4d4 !important;
  border-color: #dc5659 !important;
}
#ck .btn-ckit-danger:active,
#ck .btn-ckit-danger.active,
.open > .dropdown-toggle#ck .btn-ckit-danger {
  background-image: none !important;
}
#ck .btn-ckit-danger.disabled,
#ck .btn-ckit-danger[disabled],
fieldset[disabled] #ck .btn-ckit-danger,
#ck .btn-ckit-danger.disabled:hover,
#ck .btn-ckit-danger[disabled]:hover,
fieldset[disabled] #ck .btn-ckit-danger:hover,
#ck .btn-ckit-danger.disabled:focus,
#ck .btn-ckit-danger[disabled]:focus,
fieldset[disabled] #ck .btn-ckit-danger:focus,
#ck .btn-ckit-danger.disabled.focus,
#ck .btn-ckit-danger[disabled].focus,
fieldset[disabled] #ck .btn-ckit-danger.focus,
#ck .btn-ckit-danger.disabled:active,
#ck .btn-ckit-danger[disabled]:active,
fieldset[disabled] #ck .btn-ckit-danger:active,
#ck .btn-ckit-danger.disabled.active,
#ck .btn-ckit-danger[disabled].active,
fieldset[disabled] #ck .btn-ckit-danger.active {
  background-color: #ffffff !important;
  border-color: #f2c0c1 !important;
}
#ck .btn-ckit-danger .badge {
  color: #ffffff !important;
  background-color: #f2575b !important;
}
#ck .btn-ckit-danger:hover,
#ck .btn-ckit-danger:active,
#ck .btn-ckit-danger:active:hover,
#ck .btn-ckit-danger.active:hover,
#ck .btn-ckit-danger:active:focus,
#ck .btn-ckit-danger:active.focus,
#ck .btn-ckit-danger.active:focus,
#ck .btn-ckit-danger.active.focus,
#ck .btn-ckit-danger:focus {
  background-color: #fde5e6 !important;
  text-decoration: none !important;
}
#ck .ckit-register-form .btn-es-facebook {
  color: #fff !important;
  background-color: #4267B2 !important;
  border-color: #4267B2 !important;
}
#ck .ckit-register-form .btn-es-facebook:focus,
#ck .ckit-register-form .btn-es-facebook.focus {
  color: #fff !important;
  background-color: #34518d !important;
  border-color: #203155 !important;
}
#ck .ckit-register-form .btn-es-facebook:hover {
  color: #fff !important;
  background-color: #34518d !important;
  border-color: #314d85 !important;
}
#ck .ckit-register-form .btn-es-facebook:active,
#ck .ckit-register-form .btn-es-facebook.active,
.open > .dropdown-toggle#ck .ckit-register-form .btn-es-facebook {
  color: #fff !important;
  background-color: #34518d !important;
  border-color: #314d85 !important;
}
#ck .ckit-register-form .btn-es-facebook:active:hover,
#ck .ckit-register-form .btn-es-facebook.active:hover,
.open > .dropdown-toggle#ck .ckit-register-form .btn-es-facebook:hover,
#ck .ckit-register-form .btn-es-facebook:active:focus,
#ck .ckit-register-form .btn-es-facebook.active:focus,
.open > .dropdown-toggle#ck .ckit-register-form .btn-es-facebook:focus,
#ck .ckit-register-form .btn-es-facebook:active.focus,
#ck .ckit-register-form .btn-es-facebook.active.focus,
.open > .dropdown-toggle#ck .ckit-register-form .btn-es-facebook.focus {
  color: #fff !important;
  background-color: #2b4273 !important;
  border-color: #203155 !important;
}
#ck .ckit-register-form .btn-es-facebook:active,
#ck .ckit-register-form .btn-es-facebook.active,
.open > .dropdown-toggle#ck .ckit-register-form .btn-es-facebook {
  background-image: none !important;
}
#ck .ckit-register-form .btn-es-facebook.disabled,
#ck .ckit-register-form .btn-es-facebook[disabled],
fieldset[disabled] #ck .ckit-register-form .btn-es-facebook,
#ck .ckit-register-form .btn-es-facebook.disabled:hover,
#ck .ckit-register-form .btn-es-facebook[disabled]:hover,
fieldset[disabled] #ck .ckit-register-form .btn-es-facebook:hover,
#ck .ckit-register-form .btn-es-facebook.disabled:focus,
#ck .ckit-register-form .btn-es-facebook[disabled]:focus,
fieldset[disabled] #ck .ckit-register-form .btn-es-facebook:focus,
#ck .ckit-register-form .btn-es-facebook.disabled.focus,
#ck .ckit-register-form .btn-es-facebook[disabled].focus,
fieldset[disabled] #ck .ckit-register-form .btn-es-facebook.focus,
#ck .ckit-register-form .btn-es-facebook.disabled:active,
#ck .ckit-register-form .btn-es-facebook[disabled]:active,
fieldset[disabled] #ck .ckit-register-form .btn-es-facebook:active,
#ck .ckit-register-form .btn-es-facebook.disabled.active,
#ck .ckit-register-form .btn-es-facebook[disabled].active,
fieldset[disabled] #ck .ckit-register-form .btn-es-facebook.active {
  background-color: #4267B2 !important;
  border-color: #4267B2 !important;
}
#ck .ckit-register-form .btn-es-facebook .badge {
  color: #4267B2 !important;
  background-color: #fff !important;
}
#ck .ckit-register-form .btn-es-facebook:hover,
#ck .ckit-register-form .btn-es-facebook:active,
#ck .ckit-register-form .btn-es-facebook:active:hover,
#ck .ckit-register-form .btn-es-facebook.active:hover,
#ck .ckit-register-form .btn-es-facebook:active:focus,
#ck .ckit-register-form .btn-es-facebook:active.focus,
#ck .ckit-register-form .btn-es-facebook.active:focus,
#ck .ckit-register-form .btn-es-facebook.active.focus,
#ck .ckit-register-form .btn-es-facebook:focus {
  background-color: #5377bf !important;
  text-decoration: none !important;
}
#ck .btn-es-twitter {
  color: #fff !important;
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
}
#ck .btn-es-twitter:focus,
#ck .btn-es-twitter.focus {
  color: #fff !important;
  background-color: #2275d7 !important;
  border-color: #185195 !important;
}
#ck .btn-es-twitter:hover {
  color: #fff !important;
  background-color: #2275d7 !important;
  border-color: #2171ce !important;
}
#ck .btn-es-twitter:active,
#ck .btn-es-twitter.active,
.open > .dropdown-toggle#ck .btn-es-twitter {
  color: #fff !important;
  background-color: #2275d7 !important;
  border-color: #2171ce !important;
}
#ck .btn-es-twitter:active:hover,
#ck .btn-es-twitter.active:hover,
.open > .dropdown-toggle#ck .btn-es-twitter:hover,
#ck .btn-es-twitter:active:focus,
#ck .btn-es-twitter.active:focus,
.open > .dropdown-toggle#ck .btn-es-twitter:focus,
#ck .btn-es-twitter:active.focus,
#ck .btn-es-twitter.active.focus,
.open > .dropdown-toggle#ck .btn-es-twitter.focus {
  color: #fff !important;
  background-color: #1d65b8 !important;
  border-color: #185195 !important;
}
#ck .btn-es-twitter:active,
#ck .btn-es-twitter.active,
.open > .dropdown-toggle#ck .btn-es-twitter {
  background-image: none !important;
}
#ck .btn-es-twitter.disabled,
#ck .btn-es-twitter[disabled],
fieldset[disabled] #ck .btn-es-twitter,
#ck .btn-es-twitter.disabled:hover,
#ck .btn-es-twitter[disabled]:hover,
fieldset[disabled] #ck .btn-es-twitter:hover,
#ck .btn-es-twitter.disabled:focus,
#ck .btn-es-twitter[disabled]:focus,
fieldset[disabled] #ck .btn-es-twitter:focus,
#ck .btn-es-twitter.disabled.focus,
#ck .btn-es-twitter[disabled].focus,
fieldset[disabled] #ck .btn-es-twitter.focus,
#ck .btn-es-twitter.disabled:active,
#ck .btn-es-twitter[disabled]:active,
fieldset[disabled] #ck .btn-es-twitter:active,
#ck .btn-es-twitter.disabled.active,
#ck .btn-es-twitter[disabled].active,
fieldset[disabled] #ck .btn-es-twitter.active {
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
}
#ck .btn-es-twitter .badge {
  color: #4a90e2 !important;
  background-color: #fff !important;
}
#ck .btn-es-twitter:hover,
#ck .btn-es-twitter:active,
#ck .btn-es-twitter:active:hover,
#ck .btn-es-twitter.active:hover,
#ck .btn-es-twitter:active:focus,
#ck .btn-es-twitter:active.focus,
#ck .btn-es-twitter.active:focus,
#ck .btn-es-twitter.active.focus,
#ck .btn-es-twitter:focus {
  background-color: #64a0e6 !important;
  text-decoration: none !important;
}
#ck .btn-es-linkedin {
  color: #fff !important;
  background-color: #4895b3 !important;
  border-color: #4895b3 !important;
}
#ck .btn-es-linkedin:focus,
#ck .btn-es-linkedin.focus {
  color: #fff !important;
  background-color: #39778f !important;
  border-color: #234958 !important;
}
#ck .btn-es-linkedin:hover {
  color: #fff !important;
  background-color: #39778f !important;
  border-color: #367187 !important;
}
#ck .btn-es-linkedin:active,
#ck .btn-es-linkedin.active,
.open > .dropdown-toggle#ck .btn-es-linkedin {
  color: #fff !important;
  background-color: #39778f !important;
  border-color: #367187 !important;
}
#ck .btn-es-linkedin:active:hover,
#ck .btn-es-linkedin.active:hover,
.open > .dropdown-toggle#ck .btn-es-linkedin:hover,
#ck .btn-es-linkedin:active:focus,
#ck .btn-es-linkedin.active:focus,
.open > .dropdown-toggle#ck .btn-es-linkedin:focus,
#ck .btn-es-linkedin:active.focus,
#ck .btn-es-linkedin.active.focus,
.open > .dropdown-toggle#ck .btn-es-linkedin.focus {
  color: #fff !important;
  background-color: #2f6275 !important;
  border-color: #234958 !important;
}
#ck .btn-es-linkedin:active,
#ck .btn-es-linkedin.active,
.open > .dropdown-toggle#ck .btn-es-linkedin {
  background-image: none !important;
}
#ck .btn-es-linkedin.disabled,
#ck .btn-es-linkedin[disabled],
fieldset[disabled] #ck .btn-es-linkedin,
#ck .btn-es-linkedin.disabled:hover,
#ck .btn-es-linkedin[disabled]:hover,
fieldset[disabled] #ck .btn-es-linkedin:hover,
#ck .btn-es-linkedin.disabled:focus,
#ck .btn-es-linkedin[disabled]:focus,
fieldset[disabled] #ck .btn-es-linkedin:focus,
#ck .btn-es-linkedin.disabled.focus,
#ck .btn-es-linkedin[disabled].focus,
fieldset[disabled] #ck .btn-es-linkedin.focus,
#ck .btn-es-linkedin.disabled:active,
#ck .btn-es-linkedin[disabled]:active,
fieldset[disabled] #ck .btn-es-linkedin:active,
#ck .btn-es-linkedin.disabled.active,
#ck .btn-es-linkedin[disabled].active,
fieldset[disabled] #ck .btn-es-linkedin.active {
  background-color: #4895b3 !important;
  border-color: #4895b3 !important;
}
#ck .btn-es-linkedin .badge {
  color: #4895b3 !important;
  background-color: #fff !important;
}
#ck .btn-es-linkedin:hover,
#ck .btn-es-linkedin:active,
#ck .btn-es-linkedin:active:hover,
#ck .btn-es-linkedin.active:hover,
#ck .btn-es-linkedin:active:focus,
#ck .btn-es-linkedin:active.focus,
#ck .btn-es-linkedin.active:focus,
#ck .btn-es-linkedin.active.focus,
#ck .btn-es-linkedin:focus {
  background-color: #5ca2bd !important;
  text-decoration: none !important;
}
#ck .btn-toggle-ckit {
  background-color: var(--ck-primary-color);
}
#ck .btn-toggle-ckit:hover,
#ck .btn-toggle-ckit:xactive,
#ck .btn-toggle-ckit:focus {
  background-color: var(--ck-primary-color--hover);
}
#ck .btn-ckit-head-action {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
#ck .btn-ckit-head-action:hover,
#ck .btn-ckit-head-action:active,
#ck .btn-ckit-head-action:active:hover,
#ck .btn-ckit-head-action.active:hover,
#ck .btn-ckit-head-action:active:focus,
#ck .btn-ckit-head-action:active.focus,
#ck .btn-ckit-head-action.active:focus,
#ck .btn-ckit-head-action.active.focus,
#ck .btn-ckit-head-action:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#ck .btn-ckit-head-back {
  background-color: transparent;
  color: #fff;
}
#ck .btn-ckit-head-back:hover,
#ck .btn-ckit-head-back:active,
#ck .btn-ckit-head-back:active:hover,
#ck .btn-ckit-head-back.active:hover,
#ck .btn-ckit-head-back:active:focus,
#ck .btn-ckit-head-back:active.focus,
#ck .btn-ckit-head-back.active:focus,
#ck .btn-ckit-head-back.active.focus,
#ck .btn-ckit-head-back:focus {
  background-color: transparent;
  color: #fff;
}
#ck .btn-ckit-primary-o {
  color: #4a90e2 !important;
  background-color: #ffffff !important;
  border-color: #4a90e2 !important;
}
#ck .btn-ckit-primary-o:focus,
#ck .btn-ckit-primary-o.focus {
  color: #4a90e2 !important;
  background-color: #e6e6e6 !important;
  border-color: #185195 !important;
}
#ck .btn-ckit-primary-o:hover {
  color: #4a90e2 !important;
  background-color: #e6e6e6 !important;
  border-color: #2171ce !important;
}
#ck .btn-ckit-primary-o:active,
#ck .btn-ckit-primary-o.active,
.open > .dropdown-toggle#ck .btn-ckit-primary-o {
  color: #4a90e2 !important;
  background-color: #e6e6e6 !important;
  border-color: #2171ce !important;
}
#ck .btn-ckit-primary-o:active:hover,
#ck .btn-ckit-primary-o.active:hover,
.open > .dropdown-toggle#ck .btn-ckit-primary-o:hover,
#ck .btn-ckit-primary-o:active:focus,
#ck .btn-ckit-primary-o.active:focus,
.open > .dropdown-toggle#ck .btn-ckit-primary-o:focus,
#ck .btn-ckit-primary-o:active.focus,
#ck .btn-ckit-primary-o.active.focus,
.open > .dropdown-toggle#ck .btn-ckit-primary-o.focus {
  color: #4a90e2 !important;
  background-color: #d4d4d4 !important;
  border-color: #185195 !important;
}
#ck .btn-ckit-primary-o:active,
#ck .btn-ckit-primary-o.active,
.open > .dropdown-toggle#ck .btn-ckit-primary-o {
  background-image: none !important;
}
#ck .btn-ckit-primary-o.disabled,
#ck .btn-ckit-primary-o[disabled],
fieldset[disabled] #ck .btn-ckit-primary-o,
#ck .btn-ckit-primary-o.disabled:hover,
#ck .btn-ckit-primary-o[disabled]:hover,
fieldset[disabled] #ck .btn-ckit-primary-o:hover,
#ck .btn-ckit-primary-o.disabled:focus,
#ck .btn-ckit-primary-o[disabled]:focus,
fieldset[disabled] #ck .btn-ckit-primary-o:focus,
#ck .btn-ckit-primary-o.disabled.focus,
#ck .btn-ckit-primary-o[disabled].focus,
fieldset[disabled] #ck .btn-ckit-primary-o.focus,
#ck .btn-ckit-primary-o.disabled:active,
#ck .btn-ckit-primary-o[disabled]:active,
fieldset[disabled] #ck .btn-ckit-primary-o:active,
#ck .btn-ckit-primary-o.disabled.active,
#ck .btn-ckit-primary-o[disabled].active,
fieldset[disabled] #ck .btn-ckit-primary-o.active {
  background-color: #ffffff !important;
  border-color: #4a90e2 !important;
}
#ck .btn-ckit-primary-o .badge {
  color: #ffffff !important;
  background-color: #4a90e2 !important;
}
#ck .btn-ckit-primary-o:hover {
  background-color: #e1edf7 !important;
}
#ck .btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
#ck .btn-link,
#ck .btn-link:active,
#ck .btn-link.active,
#ck .btn-link[disabled],
fieldset[disabled] #ck .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ck .btn-link,
#ck .btn-link:hover,
#ck .btn-link:focus,
#ck .btn-link:active {
  border-color: transparent;
}
#ck .btn-link:hover,
#ck .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
#ck .btn-link[disabled]:hover,
fieldset[disabled] #ck .btn-link:hover,
#ck .btn-link[disabled]:focus,
fieldset[disabled] #ck .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
#ck .btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 5px;
}
#ck .btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
#ck .btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
#ck .btn-block {
  display: block;
  width: 100%;
}
#ck .btn-block + .btn-block {
  margin-top: 5px;
}
#ck input[type="submit"].btn-block,
#ck input[type="reset"].btn-block,
#ck input[type="button"].btn-block {
  width: 100%;
}
#ck .btn-group-yesno {
  width: auto;
  min-width: 90px;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  white-space: nowrap;
}
#ck .btn-group-yesno .btn {
  float: left !important;
  background: #ddd !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
  text-align: center !important;
  font-size: 13px !important;
}
#ck .btn-group-yesno .btn + .btn {
  border-radius: 0 !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
#ck .btn-group-yesno .btn.is-active {
  background: #fff !important;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
#ck .btn-group-yesno .btn.btn--yes.is-active {
  background: #428bca !important;
  border-color: #3071a9 !important;
}
#ck .btn-group-yesno .btn.btn--no.is-active {
  background: #d9534f !important;
  border-color: #c9302c !important;
}
#ck .btn-file {
  position: relative;
  overflow: hidden;
  padding-left: 24px !important;
  white-space: normal;
}
#ck .btn-file:before {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  left: 4px;
  top: 6px;
  font-size: 10px;
  color: #555555;
  cursor: pointer;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f093";
}
#ck .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
#ck .o-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px;
  text-align: center;
  z-index: 1000;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 1em;
  /* Static Shape */
  /* Active Shape */
}
#ck .o-loader:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 4px solid rgba(0, 0, 0, 0.1);
}
#ck .o-loader:after {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-animation: fd-loader 0.55s linear;
          animation: fd-loader 0.55s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 4px;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
          box-shadow: 0px 0px 0px 1px transparent;
}
#ck .o-loader.o-loader--top {
  top: 16px;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
@-webkit-keyframes fd-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fd-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#ck .o-loader.o-loader--sm:before,
#ck .o-loader.o-loader--sm:after {
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
}
#ck .o-loader:before,
#ck .o-loader:after {
  width: 36px;
  height: 36px;
  margin: 0 0 0 -18px;
}
#ck .o-loader.with-text {
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
}
#ck.is-loading,
#ck .is-loading {
  outline: none !important;
}
#ck.is-loading::-moz-focus-inner,
#ck .is-loading::-moz-focus-inner {
  border: 0 !important;
}
#ck.is-loading::-moz-focus-inner,
#ck .is-loading::-moz-focus-inner {
  border: 0 !important;
}
#ck.is-loading .o-loader,
#ck .is-loading .o-loader {
  display: block;
}
#ck .o-loader.is-active,
#ck .o-loader.is-visible {
  display: block;
}
#ck .o-loader.is-disabled,
#ck .o-loader.is-hidden {
  display: none;
}
#ck .o-loader {
  width: 36px;
  height: 36px;
  font-size: 13px;
}
#ck .o-loader--sm {
  width: 20px;
  height: 20px;
}
#ck .o-loader.with-text {
  min-width: 36px;
  padding-top: 40px;
}
#ck .o-loader.o-loader--sm.with-text {
  min-width: 20px;
  padding-top: 24px;
}
#ck .o-loader.o-loader--inline {
  position: relative;
  vertical-align: middle;
  margin: 0;
  left: 0em;
  top: 0em;
  -webkit-transform: none;
  transform: none;
}
#ck .o-loader.o-loader--inline.is-active,
#ck .o-loader.o-loader--inline.is-visible {
  display: inline-block;
}
#ck .o-loader.o-loader--inline.is-active.is-centered,
#ck .o-loader.o-loader--inline.is-visible.is-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#ck .o-empty {
  width: 100%;
  min-height: 120px;
  text-align: center;
  background-color: var(--ck-bg-color);
  position: relative;
  display: none;
}
#ck .o-empty--clean {
  min-height: 0;
  text-align: left;
}
#ck .o-empty--clean .o-empty__content {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#ck .o-empty--height-no {
  min-height: 0;
}
#ck .o-empty--bg-no {
  background-color: transparent;
}
#ck .o-empty--bg-shade {
  background-color: var(--ck-bg-color--d);
}
#ck .o-empty--bordered {
  border: 1px solid #e5e7ea;
}
#ck .o-empty__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ck .o-empty__icon {
  font-size: 40px;
  color: var(--ck-font-color--d);
  margin-bottom: 8px;
  width: auto;
}
#ck .o-empty__icon--sm {
  font-size: 28px;
  color: var(--ck-font-color--d);
}
#ck .o-empty__action {
  margin-top: 20px;
}
#ck.is-mobile .o-empty--height-no {
  min-height: 80px;
}
#ck .is-empty .o-empty {
  display: inline-block;
}
#ck .o-flag {
  text-align: left;
  display: table;
  width: 100%;
}
#ck .o-flag__image,
#ck .o-flag__body {
  display: table-cell;
  vertical-align: top;
}
#ck .o-flag--top {
  vertical-align: top;
}
#ck .o-flag--middle {
  vertical-align: middle;
}
#ck .o-flag--bottom {
  vertical-align: bottom;
}
#ck .o-flag__image {
  padding-right: 12px;
  width: 1%;
}
#ck .o-flag__image > img {
  display: block;
  max-width: none;
}
#ck .o-flag--rev .o-flag__image {
  padding-right: 0;
  padding-left: 8px;
}
#ck .o-flag__body {
  width: 100%;
}
#ck .o-input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-collapse: separate;
}
#ck .o-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
#ck .o-input-group .o-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#ck .o-input-group--lg > .o-form-control,
#ck .o-input-group--lg > .o-input-group__addon,
#ck .o-input-group--lg > .o-input-group__btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 5px;
}
select#ck .o-input-group--lg > .o-form-control,
select#ck .o-input-group--lg > .o-input-group__addon,
select#ck .o-input-group--lg > .o-input-group__btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea#ck .o-input-group--lg > .o-form-control,
textarea#ck .o-input-group--lg > .o-input-group__addon,
textarea#ck .o-input-group--lg > .o-input-group__btn > .btn,
select[multiple]#ck .o-input-group--lg > .o-form-control,
select[multiple]#ck .o-input-group--lg > .o-input-group__addon,
select[multiple]#ck .o-input-group--lg > .o-input-group__btn > .btn {
  height: auto;
}
#ck .o-input-group--sm > .o-form-control,
#ck .o-input-group--sm > .o-input-group__addon,
#ck .o-input-group--sm > .o-input-group__btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
select#ck .o-input-group--sm > .o-form-control,
select#ck .o-input-group--sm > .o-input-group__addon,
select#ck .o-input-group--sm > .o-input-group__btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea#ck .o-input-group--sm > .o-form-control,
textarea#ck .o-input-group--sm > .o-input-group__addon,
textarea#ck .o-input-group--sm > .o-input-group__btn > .btn,
select[multiple]#ck .o-input-group--sm > .o-form-control,
select[multiple]#ck .o-input-group--sm > .o-input-group__addon,
select[multiple]#ck .o-input-group--sm > .o-input-group__btn > .btn {
  height: auto;
}
#ck .o-input-group__addon:not(:first-child):not(:last-child),
#ck .o-input-group__btn:not(:first-child):not(:last-child),
#ck .o-input-group__select:not(:first-child):not(:last-child),
#ck .o-input-group .o-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#ck .o-input-group__addon,
#ck .o-input-group__btn,
#ck .o-input-group__select {
  white-space: nowrap;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#ck .o-input-group__select select {
  width: auto !important;
}
#ck .o-input-group .o-form-control:first-child,
#ck .o-input-group__addon:first-child,
#ck .o-input-group__btn:first-child > .btn,
#ck .o-input-group__btn:first-child > .btn-group > .btn,
#ck .o-input-group__btn:first-child > .dropdown-toggle,
#ck .o-input-group__btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#ck .o-input-group__btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#ck .o-input-group__addon:first-child {
  border-right: 0;
}
#ck .o-input-group .o-form-control:last-child,
#ck .o-input-group__addon:last-child,
#ck .o-input-group__btn:last-child > .btn,
#ck .o-input-group__btn:last-child > .btn-group > .btn,
#ck .o-input-group__btn:last-child > .dropdown-toggle,
#ck .o-input-group__btn:first-child > .btn:not(:first-child),
#ck .o-input-group__btn:first-child > .btn-group:not(:first-child) > .btn,
#ck .o-input-group__select > .o-select-group select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ck .o-input-group__addon:last-child,
#ck .o-input-group__select > .o-select-group select {
  border-left: 0;
}
#ck .o-input-group__btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
#ck .o-input-group__btn > .btn {
  position: relative;
  margin: 0;
  height: 34px;
}
#ck .o-input-group__btn > .btn + .btn {
  margin-left: -1px;
}
#ck .o-input-group__btn > .btn:hover,
#ck .o-input-group__btn > .btn:focus,
#ck .o-input-group__btn > .btn:active {
  z-index: 2;
}
#ck .o-input-group__btn:first-child > .btn,
#ck .o-input-group__btn:first-child > .btn-group {
  margin-right: -1px;
}
#ck .o-input-group__btn:last-child > .btn,
#ck .o-input-group__btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
#ck.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.66666667;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  border: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
#ck.tooltip.in {
  opacity: 100;
  filter: alpha(opacity=10000);
}
#ck.tooltip.top {
  margin-top: -3px;
  padding: 5px 0 !important;
}
#ck.tooltip.right {
  margin-left: 3px;
  padding: 0 5px !important;
}
#ck.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0 !important;
}
#ck.tooltip.left {
  margin-left: -3px;
  padding: 0 5px !important;
}
#ck .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
#ck .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#ck.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#ck.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#ck.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#ck.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
#ck.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
#ck.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#ck.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#ck.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#ck .o-checkbox {
  padding-left: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 13px;
}
#ck .o-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 6px;
  font-weight: normal;
  font-size: inherit;
  line-height: 1.66666667;
  margin: 0;
}
#ck .o-checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -16px;
  border: 1px solid var(--ck-border-color);
  border-radius: 2px;
  background-color: var(--ck-bg-color--l);
  cursor: pointer;
}
#ck .o-checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  left: 0;
  top: 0;
  margin-left: -16px;
  padding-left: 2px;
  padding-top: 0;
  font-size: 13px;
  color: #f5f5f5;
  cursor: pointer;
}
#ck .o-checkbox input[type="checkbox"] {
  display: none;
}
#ck .o-checkbox input[type="checkbox"]:checked + label:before {
  background-color: #fff;
  border-color: var(--ck-border-color);
}
#ck .o-checkbox input[type="checkbox"]:checked + label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f00c";
  color: var(--ck-primary-color);
}
#ck .o-checkbox input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}
#ck .o-checkbox input[type="checkbox"]:disabled + label:before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
#ck .o-checkbox input[type="checkbox"]:disabled + label:after {
  color: #428bca;
}
#ck .o-checkbox--sm label {
  font-size: 13px;
}
#ck .o-checkbox--inline {
  display: inline-block;
  margin-right: 8px;
}
#ck .o-checkbox--inline label {
  display: inline-block;
}
#ck .o-switch {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#ck .o-switch__checkbox {
  display: none;
}
#ck .o-switch__label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
}
#ck .o-switch__inner {
  display: block;
  width: 200%;
  height: 20px;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
#ck .o-switch__inner:before,
#ck .o-switch__inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 8px;
  padding: 0;
  line-height: 20px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ck .o-switch__inner:before {
  content: "";
  padding-left: 10px;
  background-color: #cbefd0;
  color: var(--ck-bg-color);
}
#ck .o-switch__inner:after {
  content: "";
  padding-right: 10px;
  background-color: var(--ck-bg-color--d);
  color: #e5e7ea;
  text-align: right;
}
#ck .o-switch__switch {
  display: block;
  width: 20px;
  height: 22px;
  margin: 0px;
  background: #cfd8dc;
  position: absolute;
  top: -6px;
  bottom: 0;
  right: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#ck .o-switch__checkbox:checked + .o-switch__label .o-switch__inner {
  margin-left: 0;
}
#ck .o-switch__checkbox:checked + .o-switch__label .o-switch__switch {
  right: 0px;
  background: #39b54a;
}
#ck .layout-compact,
#ck .ckit-window {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 100%;
  overflow: hidden;
  visibility: visible;
  z-index: 99999;
  border: 0px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  background: transparent;
}
#ck.is-left .layout-compact,
#ck.is-left .ckit-window {
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  #ck .layout-compact,
  #ck .ckit-window {
    width: 100%;
  }
  #ck .layout-compact .is-hidden {
    -webkit-transform: translateX(100%) translateX(20px);
            transform: translateX(100%) translateX(20px);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
}
#ck .ckit-window {
  color: var(--ck-font-color);
  background-color: var(--ck-bg-color);
  border-left: 1px solid var(--ck-border-color--d);
  border-top: 1px solid var(--ck-border-color--d);
  -webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.15);
}
#ck .ckit-window.is-hidden {
  -webkit-transform: translateX(100%) translateX(20px);
          transform: translateX(100%) translateX(20px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (min-width: 768px) {
  #ck .ckit-window {
    height: calc(100% - 92px - 20px);
    border-radius: 4px;
    right: 20px;
    bottom: 92px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: bottom 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
    transition: bottom 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
  }
  #ck .ckit-window.is-hidden {
    bottom: 82px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: bottom 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
    transition: bottom 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
  }
}
#ck .layout-compact {
  width: 92px;
  height: 92px;
  border: 0px;
  background: transparent;
}
#ck .layout-compact.ckit-circle .ckit-bubble__link {
  top: 15px;
  right: 20px;
}
#ck .layout-compact.ckit-square .ckit-bubble__link {
  top: 15px;
  right: 15px;
}
#ck .btn-toggle-ckit {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
#ck .btn-toggle-ckit.is-square {
  border-radius: 5px;
}
#ck .btn-toggle-ckit .btn-toggle-open,
#ck .btn-toggle-ckit .btn-toggle-close {
  line-height: 1;
  position: absolute;
  top: 0;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ck .btn-toggle-ckit .btn-toggle-open:before,
#ck .btn-toggle-ckit .btn-toggle-close:before,
#ck .btn-toggle-ckit .btn-toggle-open:after,
#ck .btn-toggle-ckit .btn-toggle-close:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.1s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, opacity 0.1s linear;
  transition: transform 0.2s linear, opacity 0.1s linear, -webkit-transform 0.2s linear;
  position: absolute;
}
#ck .btn-toggle-ckit .btn-toggle-open {
  left: 0;
  opacity: 1;
}
#ck .btn-toggle-ckit .btn-toggle-open:before {
  content: '\f075';
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}
#ck .btn-toggle-ckit .btn-toggle-close {
  left: 0;
  opacity: 0;
}
#ck .btn-toggle-ckit .btn-toggle-close:before {
  content: '\f00d';
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media (min-width: 768px) {
  #ck .btn-toggle-ckit.is-open .btn-toggle-open {
    opacity: 0;
  }
  #ck .btn-toggle-ckit.is-open .btn-toggle-open:before {
    -webkit-transform: rotate(30deg) scale(0);
            transform: rotate(30deg) scale(0);
  }
  #ck .btn-toggle-ckit.is-open .btn-toggle-close {
    opacity: 1;
  }
  #ck .btn-toggle-ckit.is-open .btn-toggle-close:before {
    content: '\f00d';
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#ck .ckit-bubble__link {
  color: #fff;
  background-color: var(--ck-primary-color);
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  display: none;
  min-width: 16px;
  height: 16px;
  padding: 0 8px;
  border-radius: 8px;
  position: absolute;
}
#ck .dropdown-menu:last-child {
  padding: 0;
}
#ck .dropdown-menu.dropdown-menu-right > li > a {
  padding: 8px 20px;
  border-bottom: 1px solid var(--ck-border-color--l);
}
#ck .dropdown-menu.dropdown-menu-right > li > a:hover {
  background-image: none;
}
#ck .dropdown-menu.dropdown-menu-right > li:last-child > a {
  border-bottom: 0;
}
#ck .ckit-container {
  background: var(--ck-bg-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#ck .ckit-container__hd:before,
#ck .ckit-container__bd #ck .ckit-container__ft:before,
#ck .ckit-container__hd:after,
#ck .ckit-container__bd #ck .ckit-container__ft:after {
  content: " ";
  display: table;
}
#ck .ckit-container__hd:after,
#ck .ckit-container__bd #ck .ckit-container__ft:after {
  clear: both;
}
#ck .ckit-container__hd {
  background-color: var(--ck-bg-color);
  color: var(--ck-font-color);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 64px;
}
#ck .ckit-container__hd > div {
  min-height: 64px;
}
#ck .ckit-container__hd a {
  color: var(--ck-primary-color);
}
#ck .ckit-container__hd a:hover,
#ck .ckit-container__hd a:active {
  color: var(--ck-primary-color);
}
#ck .ckit-container__hd .btn-group {
  display: table-cell;
  padding-left: 8px;
  padding-right: 16px;
}
#ck .ckit-container__hd .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .ckit-container__hd .btn:active,
#ck .ckit-container__hd .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .ckit-container__hd .o-grid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 100%;
}
#ck .ckit-container__hd .o-grid__cell--auto-size {
  display: table-cell;
  vertical-align: top;
}
#ck .ckit-container__hd .o-grid__cell + .btn-ckit-close {
  margin-left: 0;
}
#ck .ckit-container__hd .ckit-mass-action-checkbox {
  display: none;
}
#ck .ckit-container__hd .o-checkbox {
  margin: 0 0 0 16px;
}
#ck .ckit-container__hd .o-checkbox label {
  color: var(--ck-primary-color);
  margin-top: 2px;
}
#ck .ckit-container__hd .o-checkbox label:before,
#ck .ckit-container__hd .o-checkbox label:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ck .ckit-container__hd .o-checkbox label:before {
  border-radius: 50%;
}
#ck .ckit-container__hd .o-checkbox label:after {
  font-size: 10px;
  padding-left: 3px;
}
#ck .ckit-container__bd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid var(--ck-border-color--l);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
#ck .ckit-container__bd .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .ckit-container__bd .ckit-preloader--middle {
  display: none;
}
#ck .ckit-container__bd.is-loading .ckit-chat-listing__item {
  display: none;
}
#ck .ckit-container__bd.is-loading .btn-show-more-ckit .o-loader {
  display: none;
}
#ck .ckit-container__ft {
  width: 100%;
  border-top: 1px solid var(--ck-border-color--l);
  background-color: var(--ck-bg-color);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
#ck .ckit-container__ft .ckit-error-message {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding: 4px 8px;
  background: #f2dede;
  color: #a94442;
}
#ck .ckit-head-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#ck .ckit-head-action .o-checkbox label:before,
#ck .ckit-head-action .o-checkbox label:after {
  margin-top: -2px;
}
#ck .ckit-logo {
  background-image: url('../images/conversekit-logo.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  margin-left: 16px;
  padding: 16px;
}
#ck .ckit-mass-actions {
  color: #fff;
  font-weight: bold;
  margin: 16px;
  white-space: nowrap;
}
#ck .ckit-mass-actions:hover,
#ck .ckit-mass-actions:active {
  color: #fff;
}
#ck .ckit-edit-action,
#ck .ckit-done-action {
  display: none;
}
#ck .ckit-header-avatar {
  display: none;
  padding-left: 16px;
}
#ck .ckit-header-title {
  color: var(--ck-font-color);
  font-weight: bold;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 16px;
}
#ck .ckit-message-header {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#ck .ckit-message-header .o-flag > .o-flag__body {
  width: 1%;
}
#ck .ckit-search-wrapper {
  display: none;
  width: 100%;
  clear: both;
}
#ck .ckit-search-wrapper .form-group {
  margin-bottom: 0;
  position: relative;
}
#ck .ckit-search-wrapper .form-group:before {
  content: '\f002';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--ck-font-color);
  top: 50%;
  left: 16px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ck .ckit-search-wrapper .form-control {
  background-color: transparent;
  color: var(--ck-font-color);
  height: 64px;
  padding: 16px 64px 16px 44px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .ckit-search-wrapper .form-control::-webkit-input-placeholder {
  color: var(--ck-font-color--d);
}
#ck .ckit-search-wrapper .form-control::-moz-placeholder {
  color: var(--ck-font-color--d);
}
#ck .ckit-search-wrapper .form-control:-ms-input-placeholder {
  color: var(--ck-font-color--d);
}
#ck .ckit-search-wrapper .form-control:-moz-placeholder {
  color: var(--ck-font-color--d);
}
#ck .ckit-search-wrapper .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .ckit-search-wrapper .ckit-clear-search {
  color: var(--ck-font-color--l);
  display: block;
  padding: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ck .ckit-search-wrapper .ckit-clear-search:hover,
#ck .ckit-search-wrapper .ckit-clear-search:active {
  text-decoration: underline;
}
#ck .ckit-user-name {
  font-weight: bold;
  line-height: 1.66667;
  display: table-cell;
  vertical-align: top;
  max-width: 180px;
}
#ck .ckit-time-lapse {
  line-height: 1;
  opacity: 0.7;
}
#ck .btn-ckit-head-action {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}
#ck .btn-ckit-head-action > i {
  font-size: 0;
  vertical-align: bottom;
  position: relative;
}
#ck .btn-ckit-head-action > i.fa {
  font-size: 16px;
}
#ck .btn-ckit-head-back {
  display: none;
  min-height: 64px;
  padding: 20px 16px;
  border-left: 0;
  border-radius: 0;
}
#ck .btn-ckit-head-back > i {
  font-size: 0;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
}
#ck .btn-ckit-head-back > i.fa {
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
}
#ck .btn-ckit-close {
  margin: 0 16px 0 0;
}
@media (min-width: 768px) {
  #ck .btn-ckit-close {
    display: none;
  }
}
#ck .ckit-footer-composer {
  display: none;
  position: relative;
}
#ck .ckit-footer-tab {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
#ck .ckit-footer-tab > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#ck .ckit-footer-tab a {
  width: 100%;
  color: var(--ck-font-color);
  padding: 8px 0;
  border-top: 2px solid transparent;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
#ck .ckit-footer-tab a:hover {
  border-top: 2px solid var(--ck-success-color);
}
#ck .ckit-footer-tab a.is-active {
  border-top: 2px solid var(--ck-success-color);
}
#ck .ckit-footer-tab a.is-active i {
  color: var(--ck-primary-color);
}
#ck .ckit-footer-tab .fa {
  font-size: 24px;
}
#ck .ckit-footer-tab span {
  display: block;
}
#ck .ck-attachment-item {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 6em;
  height: 6em;
  background-color: var(--ck-bg-color--l);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  color: var(--ck-font-color);
}
#ck .ck-attachment-item:hover {
  text-decoration: none;
}
#ck .ck-attachment-item__action {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
}
#ck .ck-attachment-item__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--ck-font-color);
  background-color: var(--ck-bg-color);
  border-radius: 50%;
  width: 1.15em;
  height: 1.15em;
}
#ck .ck-attachment-item__remove:hover {
  color: var(--ck-bg-color);
  background-color: var(--ck-font-color);
}
#ck .ck-attachment-item__icon {
  position: absolute;
  top: 8px;
  left: 8px;
}
#ck .ck-attachment-item.has-cover .ck-attachment-item__embed {
  display: block;
}
#ck .ck-attachment-item.has-cover .ck-attachment-item__context {
  display: none;
}
#ck .ck-attachment-item.has-cover .ck-attachment-item__icon {
  display: none;
}
#ck .ck-attachment-item__embed {
  position: relative;
  display: none;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 0.5em;
}
#ck .ck-attachment-item__embed::before {
  display: block;
  content: "";
  padding-top: 100%;
}
#ck .ck-attachment-item__embed-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0.5em;
  background-size: cover;
  background-repeat: no-repeat;
}
#ck .ck-attachment-item__context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  padding: 8px;
}
#ck .ck-attachment-item__title,
#ck .ck-attachment-item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  /* or some value */
  cursor: pointer;
}
#ck .ck-attachment-item__title span,
#ck .ck-attachment-item__desc span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ck .ck-attachment-item__title {
  font-weight: bold;
}
#ck .ck-attachment-item__desc {
  font-size: 0.85em;
  color: var(--ck-font-color--d);
}
#ck .ck-attachment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  max-height: 160px;
}
#ck .ck-attachment-list .ck-attachment-item {
  margin-right: 16px;
  margin-bottom: 16px;
}
#ck .ck-attachment-list .ck-attachment-item:hover,
#ck .ck-attachment-list .ck-attachment-item.is-active {
  -webkit-box-shadow: inset 0 0 0 2px #4879F2;
          box-shadow: inset 0 0 0 2px #4879F2;
}
#ck .ck-attachment-list .ck-attachment-item:hover .ck-attachment-item__embed-cover,
#ck .ck-attachment-list .ck-attachment-item.is-active .ck-attachment-item__embed-cover {
  -webkit-box-shadow: inset 0 0 0 3px #4879F2;
          box-shadow: inset 0 0 0 3px #4879F2;
}
#ck .ck-attachment-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 1em;
}
#ck .ck-attachment-list > li:hover {
  cursor: pointer;
}
#ck .ck-msg-container {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  height: 100%;
  position: relative;
  overflow: auto;
}
#ck .ck-msg {
  padding: 8px 0;
  position: relative;
}
#ck .ck-msg__loader {
  position: absolute;
  left: 1em;
  bottom: 1em;
}
#ck .ck-msg__date {
  display: none;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: var(-font-color--d);
}
#ck .ck-msg__date:before,
#ck .ck-msg__date:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  border-bottom: 2px solid var(--ck-border-color);
  margin: auto;
}
#ck .ck-msg__date:before {
  margin-right: 16px;
}
#ck .ck-msg__date:after {
  margin-left: 16px;
}
#ck .ck-msg.is-date .ck-msg__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ck .ck-msg.is-date .ck-msg__hd,
#ck .ck-msg.is-date .ck-msg__bubble {
  display: none;
}
#ck .ck-msg__hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
#ck .ck-msg__avatar {
  padding-right: 8px;
}
#ck .ck-msg__name {
  font-weight: bold;
}
#ck .ck-msg__time {
  font-size: 0.85em;
  margin-left: 1em;
  white-space: nowrap;
  color: var(--ck-font-color--bubble);
}
#ck .ck-msg__bubble {
  color: var(--ck-font-color--bubble);
  background-color: var(--ck-bg-color--bubble);
  border-radius: 1.5em;
  padding: 0.65em 0.85em;
  margin-left: 3em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#ck .ck-msg__bubble a {
  color: var(--ck-font-color--bubble-link);
}
#ck .ck-msg__content-text {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
#ck .ck-msg.is-me {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#ck .ck-msg.is-me .ck-msg__hd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#ck .ck-msg.is-me .ck-msg__avatar {
  display: none;
}
#ck .ck-msg.is-me .ck-msg__bubble {
  color: var(--ck-font-color--bubble-me);
  background-color: var(--ck-bg-color--bubble-me);
}
#ck .ck-msg.is-me + .ck-msg.is-me .ck-msg__hd {
  display: none;
}
#ck .ck-msg.is-me + .ck-msg:not(.is-me) .ck-msg__hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ck .ck-msg.is-other + .hide-avatar .ck-msg__hd {
  display: none;
}
#ck .ck-msg.is-other + .hide-avatar .ck-msg__hd a {
  color: var(--ck-primary-color);
}
#ck .ck-composer-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#ck .ck-composer-form__textarea {
  resize: none;
  margin-bottom: 8px;
  min-height: 40px;
  max-height: 120px;
  border: none;
}
#ck .ck-composer-form__textarea.form-control {
  height: 40px;
}
#ck .ck-composer-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px 8px;
}
#ck .ck-composer-form__action-item {
  margin: 0 0.25em;
  position: relative;
}
#ck .btn-custom-rounded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--ck-border-color);
  color: var(--ck-font-color);
  background: var(--ck-bg-color);
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
}
#ck .btn-custom-rounded i {
  font-size: 16px;
}
#ck .btn-custom-rounded:hover {
  color: var(--ck-font-color--d);
  text-decoration: none;
}
#ck .btn-custom-rounded:focus {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
#ck .btn-ck-composer-submit {
  border-radius: 20px;
  color: #fff;
  width: auto;
  background-color: var(--ck-primary-color);
  padding-left: 16px;
  padding-right: 16px;
}
#ck .btn-ck-composer-submit:hover,
#ck .btn-ck-composer-submit:focus,
#ck .btn-ck-composer-submit:focus:hover,
#ck .btn-ck-composer-submit:active {
  color: #fff;
  background-color: var(--ck-primary-color--hover);
}
#ck.popbox-giphy {
  width: 448px;
  min-height: 60px;
}
@media (max-width: 480px) {
  #ck.popbox-giphy {
    width: 96%;
    left: 52% !important;
    margin-left: -50% !important;
  }
  #ck.popbox-giphy > .arrow {
    display: none;
  }
  #ck .popbox-dropdown {
    width: 100%;
    max-width: 100%;
  }
}
#ck .ck-giphy-wrapper {
  position: relative;
  min-height: 40px;
}
#ck .ck-giphy-wrapper.is-loading:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
#ck .ck-gif-holder {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: var(--ck-bg-color--d);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#ck .ck-gif-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  max-height: 160px;
}
#ck .ck-gif-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 4px;
}
#ck .ck-gif-list__item:hover {
  cursor: pointer;
}
#ck .ck-giphy-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 24px;
}
#ck .ck-giphy-wrapper__remove {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ck .ck-giphy-wrapper__remove:hover {
  background: #d00;
}
#ck .ck-giphy-wrapper__remove:before,
#ck .ck-giphy-wrapper__remove:after {
  background: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
#ck .ck-giphy-wrapper__remove:before {
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
}
#ck .ck-giphy-wrapper__remove:after {
  height: 10px;
  width: 2px;
  margin: -5px 0 0 -1px;
}
#ck .ck-powered-by-giphy {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 11px;
}
#ck .ck-img-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ck .ck-img-container__wrap {
  position: relative;
  border-radius: 10px;
  display: block;
  max-width: 320px;
}
#ck .ck-img-container img {
  -o-object-fit: inherit;
     object-fit: inherit;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  max-width: 100%;
  min-width: 32px;
  min-height: 32px;
  height: auto;
}
#ck .ck-img-container.is-loading .ck-img-container__wrap {
  /* Static Shape */
  /* Active Shape */
}
#ck .ck-img-container.is-loading .ck-img-container__wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
#ck .ck-img-container.is-loading .ck-img-container__wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
  -webkit-animation: ck-img-loader 0.6s linear;
  animation: ck-img-loader 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #FFF transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  border-top-color: #767676;
  z-index: 3;
}
#ck .ck-img-container.has-bg .ck-img-container__wrap {
  background-color: var(--ck-bg-color--l);
}
@-webkit-keyframes ck-img-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ck-img-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#ck .ck-gif-browser {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  z-index: 2;
  border-top: 1px solid var(--ck-border-color);
  background: var(--ck-bg-color);
}
#ck .ck-gif-browser__input-search {
  display: block;
  padding: 4px;
  padding-left: 24px;
  position: relative;
}
#ck .ck-gif-browser__input-search:before {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 14px;
  width: 16px;
  height: 16px;
  content: "\f002";
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  color: var(--ck-font-color--d);
  display: inline-block;
  text-decoration: inherit;
}
#ck .ck-gif-browser__input-search .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .ck-gif-browser__input-search .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .ck-gif-browser__result {
  display: block;
  min-height: 160px;
  text-align: center;
  padding: 8px;
}
#ck .ck-gif-browser__result-text {
  display: block;
  font-size: 12px;
}
#ck .ck-gif-browser__result-label {
  display: block;
  padding: 0 8px 8px;
  font-weight: bold;
  font-size: 16px;
  color: var(--ck-font-color--d);
}
#ck .ck-gif-browser__result-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 4px 4px;
}
#ck.is-mobile .ck-giphy-wrapper {
  width: 100% !important;
}
#ck.is-mobile .ck-img-container img {
  max-height: 200px;
}
#ck.is-mobile .ck-comment-editor .ck-giphy-wrapper,
#ck.is-mobile .ck-comments-form .ck-giphy-wrapper {
  margin-top: 8px;
}
#ck .ckit-register {
  text-align: center;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 16px 16px 0;
}
#ck .ckit-register__wrapper {
  width: 100%;
  margin: auto;
}
#ck .ckit-register__hd {
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e7ea;
}
#ck .ckit-register__hd .fa {
  margin-right: 8px;
}
#ck .ckit-register__bd {
  padding: 0 0 32px;
}
#ck .ckit-register__ft {
  display: block;
  margin: 0 -16px;
  padding: 20px 32px;
  border-top: 1px solid #e5e7ea;
}
#ck .ckit-register-form {
  text-align: left;
}
#ck .ckit-register-form__social {
  margin: 0 0 16px;
  border-bottom: 1px solid #e5e7ea;
}
#ck .ckit-register-form__social .ckit-register-form__title {
  padding-bottom: 16px;
}
#ck .ckit-register-form__social .btn-group {
  margin-bottom: 8px;
}
#ck .ckit-register-form__social .btn-group > .btn-group {
  padding: 0 8px;
}
#ck .ckit-register-form__social .btn-group > .btn-group .btn {
  border-radius: 3px !important;
}
#ck .ckit-register-form__social .btn-group-social {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
#ck .ckit-register-form__social .btn-group-social__item {
  display: inline-block;
  float: none;
  width: 100%;
  margin-bottom: 8px;
}
#ck .ckit-register-form__social .fab {
  font-size: 20px;
  vertical-align: middle;
}
#ck .ckit-register-form__title {
  font-weight: bold;
  text-align: center;
  padding-bottom: 32px;
}
#ck .ckit-register-form .form-group {
  margin-bottom: 8px;
}
#ck .ckit-register-form label {
  font-weight: normal;
  width: 100%;
}
#ck .ckit-register-form label > a {
  float: right;
}
#ck .ckit-register-form .o-checkbox {
  display: inline-block;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 16px;
}
#ck .ckit-register-form .o-checkbox label {
  display: inline-block;
  width: auto;
  padding: 0 5px 0 0;
}
#ck .ckit-register-form .o-checkbox label:before,
#ck .ckit-register-form .o-checkbox label:after {
  margin-left: 0;
  margin-right: -16px;
  top: 2px;
  right: 0;
  left: auto;
}
#ck .ckit-register-form a:hover,
#ck .ckit-register-form a:active {
  text-decoration: underline;
}
#ck .btn-ckit-login {
  font-weight: bold;
}
#ck .ckit-empty {
  text-align: center;
  display: none;
  color: var(--ck-font-color--d);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#ck .ckit-empty i {
  font-size: 48px;
  display: table-cell;
  width: 1%;
  padding-bottom: 8px;
}
#ck .ckit-empty span {
  font-size: 12px;
  display: block;
}
#ck .ckit-chat-listing {
  display: block;
  text-align: center;
}
#ck .ckit-chat-listing__item {
  position: relative;
  display: block;
  padding: 0;
  /*+ .ckit-chat-listing__item {
			padding-top: @fd-base-spacing--xl;
		}*/
}
#ck .ckit-chat-listing__item .o-flag {
  padding: 16px;
  cursor: pointer;
}
#ck .ckit-chat-listing__item .o-flag__body {
  background-color: var(--ck-bg-color--l);
  padding: 16px;
  border-radius: 3px;
  position: relative;
}
#ck .ckit-chat-listing__item .o-flag__body:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid var(--ck-bg-color--l);
  position: absolute;
  top: 14px;
  right: 100%;
}
#ck .ckit-chat-listing__item:first-child .ckit-messages__item-content {
  padding-top: 16px;
}
#ck .ckit-chat-listing__item:first-child .ckit-messages__time {
  top: 32px;
}
#ck .ckit-chat-listing__item.is-user .o-flag__body {
  background-color: var(--ck-primary-color--l);
}
#ck .ckit-chat-listing__item.is-user .o-flag__body:before {
  border-right-color: var(--ck-primary-color--l);
}
#ck .ckit-chat-listing__item.is-conversation:hover,
#ck .ckit-chat-listing__item.is-contact:hover {
  background-color: var(--ck-bg-color--d);
}
#ck .ckit-chat-listing__item.is-conversation .o-flag__body,
#ck .ckit-chat-listing__item.is-contact .o-flag__body {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
#ck .ckit-chat-listing__item.is-conversation .o-flag__body:before,
#ck .ckit-chat-listing__item.is-contact .o-flag__body:before {
  display: none;
}
#ck .ckit-chat-listing__item.is-conversation .o-flag__image,
#ck .ckit-chat-listing__item.is-contact .o-flag__image {
  width: 52px;
  padding: 16px 0 16px 16px;
}
#ck .ckit-chat-listing__item.is-conversation .ckit-messages__item-content,
#ck .ckit-chat-listing__item.is-contact .ckit-messages__item-content {
  padding: 16px;
}
#ck .ckit-chat-listing__item.is-conversation .ckit-messages__time,
#ck .ckit-chat-listing__item.is-contact .ckit-messages__time {
  top: 16px;
  right: 16px;
}
#ck .ckit-chat-listing__item.is-conversation .o-flag {
  padding: 0;
}
#ck .ckit-chat-listing__item.is-conversation .o-flag > div {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#ck .ckit-chat-listing__item.is-conversation .o-flag__body > div:first-child {
  padding: 16px;
  overflow-wrap: break-word;
}
#ck .ckit-chat-listing__item.is-conversation .o-flag__body div[data-open-content] {
  overflow-wrap: break-word;
}
#ck .ckit-chat-listing__item.is-conversation .o-flag .ckit-item-checkbox {
  width: 32px;
  padding-left: 16px;
}
#ck .ckit-chat-listing__item.is-conversation:before {
  position: absolute;
  background: rgba(255, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#ck .ckit-chat-listing__item.is-contact .o-flag__body > div:first-child {
  padding: 16px 16px 0;
}
#ck .ckit-chat-listing__item.has-notification {
  background-color: #ededed;
}
#ck .ckit-chat-listing__item .ckit-bubble__link {
  position: relative;
  z-index: 10;
  margin-left: 8px;
}
#ck .ckit-chat-listing .ckit-empty,
#ck .ckit-chat-listing .ckit-search-msg {
  display: block;
  color: var(--ck-font-color--d);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#ck .ckit-chat-listing .ckit-empty i,
#ck .ckit-chat-listing .ckit-search-msg i {
  font-size: 48px;
  display: table-cell;
  width: 1%;
  padding-bottom: 8px;
}
#ck .ckit-chat-listing .ckit-empty span,
#ck .ckit-chat-listing .ckit-search-msg span {
  font-size: 12px;
  display: block;
}
#ck .ckit-chat-listing .o-flag {
  position: relative;
}
#ck .ckit-chat-listing .ckit-btn-group .btn-xs .fa {
  color: var(--ck-font-color--l);
}
#ck .ckit-btn-group .btn-default-o {
  background-color: transparent !important;
  border-color: transparent !important;
}
#ck .ckit-btn-group .btn-xs {
  font-size: 13px;
  line-height: 1.66667;
  padding-left: 8px;
}
#ck .ckit-btn-group .btn-xs .fa {
  color: var(--ck-primary-color);
  font-size: 18px;
  vertical-align: middle;
}
#ck .ckit-btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .ckit-item-checkbox {
  display: none;
  width: auto;
}
#ck .ckit-item-checkbox .o-checkbox {
  margin-top: 0;
  padding-right: 16px;
}
#ck .ckit-item-checkbox .o-checkbox label {
  padding-left: 0;
}
#ck .ckit-item-checkbox .o-checkbox label:before {
  border-radius: 50%;
}
#ck .ckit-item-checkbox .o-checkbox label:after {
  font-size: 10px;
  padding-left: 3px;
}
#ck .has-actions .ckit-mass-action-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ck .ckit-mass-action-bar {
  display: none;
  background-color: var(--ck-primary-color--l);
  text-align: center;
  min-height: 53px;
  padding: 0 24px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#ck .ckit-mass-action-bar__cell {
  padding: 16px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#ck .ckit-mass-action-bar__cell a {
  color: #fff;
}
#ck .ckit-mass-action-bar__cell a:hover {
  text-decoration: underline;
}
#ck .ckit-mass-action-bar.confirm-remove .ckit-convo__att-box.del-att {
  display: block;
  position: absolute;
  width: 100%;
  border: 0;
}
#ck .ckit-online-list {
  display: none;
  font-size: 0;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0 8px;
  border-bottom: 1px solid var(--ck-border-color);
}
#ck .ckit-online-list li {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
#ck .ckit-online-list li:not(:first-child) {
  margin-left: 4px;
}
#ck .ckit-online-list li > a {
  color: var(--ck-font-color--l);
  display: block;
  margin: 0 8px;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
#ck .ckit-online-list li > a:hover,
#ck .ckit-online-list li > a.active {
  color: var(--ck-font-color);
  border-bottom: 2px solid var(--ck-primary-color);
}
#ck .ckit-online-list li > a.active {
  font-weight: bold;
}
#ck .btn-show-more-ckit {
  font-weight: bold;
  display: block;
  margin: 16px 16px 0;
  min-height: 34px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
#ck .btn-show-more-ckit.is-loading > div {
  display: none;
}
#ck .btn-show-more-ckit.is-loading .o-loader {
  display: block;
}
#ck .ckit-alert-msg {
  display: table;
  width: 100%;
  padding: 8px 16px;
}
#ck .ckit-alert-msg.is-success {
  background-color: #f3f7f9;
  color: #4a90e2;
}
#ck .ckit-alert-msg.is-error {
  background-color: #fcf0ed;
  color: #f2575b;
}
#ck .ckit-alert-msg span,
#ck .ckit-alert-msg a {
  display: table-cell;
  vertical-align: middle;
}
#ck .ckit-alert-msg span {
  width: 100%;
  padding-right: 16px;
}
#ck .ckit-alert-msg a {
  color: var(--ck-font-color--d);
  font-size: 14px;
  width: 1%;
  margin-right: 4px;
}
#ck .ckit-text {
  margin-top: 4px;
  overflow-wrap: break-word;
}
#ck .ckit-messages__item {
  position: relative;
}
#ck .ckit-messages__item + .ckit-messages__item {
  margin-top: 16px;
}
#ck .ckit-messages__item .o-flag {
  table-layout: fixed;
}
#ck .ckit-messages__item .o-flag__image {
  width: 56px;
  padding-right: 0;
}
#ck .ckit-messages__item-content {
  padding: 8px 16px;
}
#ck .ckit-messages__item-content .o-flag {
  padding: 0;
  cursor: default;
}
#ck .ckit-messages__map-container {
  margin-top: 20px;
}
#ck .ckit-messages__time-bubble {
  position: absolute;
  right: 16px;
  top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ck .ckit-messages__time {
  font-size: 12px;
  color: #90a4ae;
  line-height: 20px;
  margin-top: 0;
}
#ck .ckit-messages__time .fa {
  font-size: 14px;
  vertical-align: middle;
  padding-bottom: 2px;
}
#ck .ckit-messages__map {
  background-color: var(--ck-bg-color);
  text-align: right;
  width: 100%;
  min-height: 80px;
  border: 1px solid #e5e7ea;
  border-radius: 2px;
}
#ck .ckit-messages__map img {
  width: 100%;
}
#ck .ckit-messages__map a i {
  font-style: normal;
}
#ck .ckit-messages__map--address {
  text-align: left;
  padding: 8px 16px;
}
#ck .ckit-messages__map--address .fa {
  color: #ccc;
  margin-right: 12px;
}
#ck .ckit-messages__map--btn {
  padding: 8px;
}
#ck .ckit-messages__action {
  display: none;
}
#ck .ckit-convo__att-container {
  margin-top: 20px;
  min-height: 50px;
  position: relative;
}
#ck .ckit-convo__att-container.not-photo img {
  display: none;
}
#ck .ckit-convo__att-container.not-photo.del-att .ckit-convo__att-box {
  border-radius: 2px;
}
#ck .ckit-convo__att-container.not-photo .ckit-convo__att-box {
  border-radius: 2px;
}
#ck .ckit-convo__att-container.not-photo .ckit-convo__att-name {
  padding-left: 20px;
}
#ck .ckit-convo__att-container.not-photo .ckit-convo__att-name:before {
  content: "\f0c6";
  font-family: "Font Awesome 5 Free";
  color: #759dc9;
  position: absolute;
  top: 0;
  left: 0;
}
#ck .ckit-convo__att-container.is-loading > div + div {
  display: none;
}
#ck .layout-add-participants .btn-add-participants {
  font-weight: bold;
  position: absolute;
  top: 16px;
  right: 16px;
}
#ck .confirm-remove .ckit-convo__att-box {
  display: none;
}
#ck .confirm-remove .ckit-convo__att-box.del-att {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 0;
  border: none;
  background-color: transparent;
}
#ck .ckit-convo-fake-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ck .ckit-convo-fake-dialog__content {
  color: var(--ck-font-color);
  background-color: var(--ck-bg-color);
  border-radius: 8px;
  min-width: 220px;
  text-align: center;
}
#ck .ckit-convo-fake-dialog__title {
  padding: 20px 20px;
}
#ck .ckit-convo-fake-dialog__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-top: 1px solid var(--ck-border-color);
}
#ck .ckit-convo-fake-dialog__btn {
  padding: 8px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: var(--ck-font-color);
  text-align: center;
}
#ck .ckit-convo-fake-dialog__btn:hover {
  color: var(--ck-font-color--d);
  text-decoration: none;
}
#ck .ckit-convo-fake-dialog__btn + .ckit-convo-fake-dialog__btn {
  border-left: 1px solid var(--ck-border-color);
}
#ck .ckit-convo__att-item img {
  max-width: 100%;
  height: auto;
}
#ck .ckit-convo__att-box {
  background: #ffffff;
  text-align: left;
  display: table;
  width: 100%;
  padding: 16px;
  border-radius: 0 0 2px 2px;
}
#ck .ckit-convo__att-box.del-att {
  border: 1px solid #f2c0c1;
  display: none;
}
#ck .ckit-convo__att-box.del-att .ckit-convo__att-name {
  color: #f2575b;
}
#ck .ckit-convo__att-box.del-att .btn-xs {
  font-size: 13px;
  font-weight: bold;
  margin: 0 4px;
}
#ck .ckit-convo__att-box.del-att .btn-xs:first-child {
  margin-right: 0;
}
#ck .ckit-convo__att-box .fa-download {
  color: #90a4ae;
  line-height: 1.42857;
}
#ck .ckit-convo__att-box .fa-download:hover {
  color: var(--ck-font-color) !important;
}
#ck .ckit-convo__att-box .fa-trash {
  color: #f2575b;
  font-size: 16px;
}
#ck .ckit-convo__att-box .fa-trash:hover {
  color: var(--ck-font-color) !important;
}
#ck .ckit-convo__att-box > .ckit-convo__att-files,
#ck .ckit-convo__att-box > .ckit-convo__att-actions {
  display: table-cell;
  vertical-align: middle;
}
#ck .ckit-convo__att-box > .ckit-convo__att-files {
  width: 100%;
}
#ck .ckit-convo__att-box > .ckit-convo__att-actions {
  width: 1%;
  white-space: nowrap;
}
#ck .ckit-convo__att-name {
  display: inline-block;
  vertical-align: bottom;
  max-width: 135px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
#ck .ckit-convo__att-size {
  color: var(--ck-font-color--d);
  font-size: 11px;
  display: inline-block;
}
#ck .ckit-convo__icons {
  padding: 0 6px;
}
#ck .ckit-convo__icons:first-child {
  padding-right: 0;
}
#ck .ckit-chat-group {
  position: absolute;
  right: 0;
  top: 0;
}
#ck .ckit-chat-group button {
  display: none;
  min-width: 50px;
}
#ck .ckit-participants .fa {
  display: none;
  color: #888;
  font-size: 14px;
  cursor: pointer;
}
#ck .ckit-participants .fa + .fa {
  margin-left: 4px;
}
#ck .is-participants .ckit-participants .fa {
  display: inline-block;
}
#ck .is-participants .ckit-participants.remove-user .ckit-convo__att-box {
  background: transparent;
  padding: 0;
}
#ck .is-participants .ckit-participants.remove-user .ckit-convo__att-box.del-att {
  display: block;
  border: 0;
}
#ck .is-participants .ckit-participants.remove-user .ckit-convo__att-box.del-att .btn-xs + .btn-xs {
  margin: 0;
}
#ck .is-participants .o-flag {
  padding: 0;
}
#ck .is-participants .o-flag > div {
  padding: 16px;
}
#ck .is-editing .is-participants .ckit-item-checkbox,
#ck .is-editing .is-conversation .ckit-item-checkbox {
  display: table-cell;
}
#ck .is-conversation:hover .ckit-messages__action {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 20;
}
#ck .is-conversation:hover .ckit-messages__action .btn:active,
#ck .is-conversation:hover .ckit-messages__action .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .is-conversation .o-flag__body {
  margin-top: 4px;
}
#ck .is-conversation .ckit-messages__action {
  display: none;
}
#ck .is-conversation .ckit-chat-group {
  top: auto;
  bottom: 20px;
}
#ck .is-conversation .ckit-chat-group button {
  display: block;
}
#ck .is-contact .o-flag {
  padding: 0;
}
#ck .is-contact .ckit-messages__time {
  margin-top: 4px;
  margin-left: 16px;
  position: static;
}
#ck .ckit-change-group .ckit-group-info {
  display: none;
}
#ck .ckit-change-group .ckit-group-edit {
  display: table-cell;
}
#ck .ckit-group-edit {
  display: none;
}
#ck .ckit-group-edit input {
  color: var(--ck-font-color);
  width: 100%;
  height: auto;
  padding: 4px 8px;
  border: 1px solid var(--ck-border-color--d);
  border-radius: 2px;
  background-color: var(--ck-bg-color--l);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .layout-message.is-editing .ckit-group-edit {
  width: 100%;
  padding: 8px 16px 8px 0;
}
#ck .layout-message.is-editing .ckit-group-edit input {
  margin-bottom: 0;
  border: 0;
}
#ck .layout-message.is-editing .ckit-group-edit .btn {
  border-width: 0 1px;
}
#ck .ckit-group-info-btn-group {
  text-align: right;
  padding-top: 4px;
}
#ck .ckit-group-info-btn-group .btn-sm {
  font-size: 13px;
  font-weight: bold;
}
#ck .ckit-composer-form {
  width: 100%;
}
#ck .ckit-composer-form.is-dragover .ckit-dropzone {
  outline-offset: -10px;
  opacity: 1;
  visibility: visible;
}
#ck textarea.form-control {
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .ckit-dropzone {
  background-color: #fff;
  color: #90a4ae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  outline: 1px dashed #b7c0cd;
  outline-offset: -1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s linear, visibility 0.15s linear, outline-offset 0.15s ease-in-out;
  transition: opacity 0.15s linear, visibility 0.15s linear, outline-offset 0.15s ease-in-out;
}
#ck .ckit-dropzone__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#ck .ckit-dropzone__file {
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
}
#ck .ckit-dropzone .fa {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
#ck .has-icons .ckit-composer-icons-wrapper {
  display: block;
}
#ck .has-file .ckit-composer-files-wrapper {
  display: block;
}
#ck .has-file .is-uploading .btn-remove-attachment {
  display: none;
}
#ck .has-file .is-uploading .ckit-composer-loader {
  display: block;
  padding: 0 16px;
}
#ck .has-file .is-uploading .ckit-composer-loader .progress {
  margin-bottom: 0;
  height: 8px;
}
#ck .has-file .is-uploading .ckit-composer-loader .progress-bar {
  width: 100px;
}
#ck .has-file .is-uploading .ckit-composer-loader .progress-bar.active {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
#ck .has-location .ckit-composer-location-wrapper {
  display: block;
}
#ck .has-location.is-loading .o-loader {
  display: block;
}
#ck .has-location.is-loading .fa-map-marker {
  visibility: hidden;
}
#ck .has-location.is-loading .ckit-composer__map--title {
  display: none;
}
#ck .has-location.is-loading .ckit-composer__map--loading {
  display: block;
}
#ck .ckit-composer {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
#ck .ckit-composer textarea.form-control {
  resize: none;
  height: 120px;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
#ck .ckit-composer textarea.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck .ckit-composer--icons {
  position: absolute;
  top: 8px;
  right: 28px;
}
#ck .ckit-composer--icons .far,
#ck .ckit-composer--icons .fas {
  color: #ccc;
  font-size: 20px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  padding: 4px 6px;
}
#ck .ckit-composer--icons .far + .far {
  margin-left: 4px;
}
#ck .ckit-composer__icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ck .ckit-composer__icons .ckit-composer-icon {
  text-align: center;
  width: 12.5%;
  height: 30px;
  padding: 4px;
  float: left;
  cursor: pointer;
  position: relative;
}
#ck .ckit-composer__icons .ckit-composer-icon:hover .ckit-composer-icon__text {
  opacity: 1;
  visibility: visible;
  top: -28px;
}
#ck .ckit-composer__icons .ckit-composer-icon__text {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 8px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.15s linear, opacity 0.15s linear;
  transition: top 0.15s linear, opacity 0.15s linear;
  opacity: 0;
  visibility: hidden;
}
#ck .ckit-composer__icons .ckit-composer-icon__text:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid rgba(0, 0, 0, 0.75);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#ck .ckit-composer__files,
#ck .ckit-composer__map {
  background-color: #f3f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  margin: 0 16px;
  border-radius: 2px;
}
#ck .ckit-composer__files:last-child,
#ck .ckit-composer__map:last-child {
  margin-bottom: 16px;
}
#ck .ckit-composer__files--icons,
#ck .ckit-composer__map--icons {
  color: #90a4ae;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 4px;
}
#ck .ckit-composer__files--text,
#ck .ckit-composer__map--text {
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
#ck .ckit-composer__files--text-data,
#ck .ckit-composer__map--text-data {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
#ck .ckit-composer__files--title,
#ck .ckit-composer__map--title {
  display: block;
}
#ck .ckit-composer__files--loading,
#ck .ckit-composer__map--loading {
  display: none;
}
#ck .ckit-composer__files .btn-xs,
#ck .ckit-composer__map .btn-xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 8px;
}
#ck .ckit-composer__files .fa,
#ck .ckit-composer__map .fa {
  font-size: 14px;
  vertical-align: middle;
}
#ck .ckit-composer__files + .ckit-composer__files,
#ck .ckit-composer__map + .ckit-composer__files {
  margin-top: 4px;
}
#ck .es-emoji-unicode {
  display: inline-block;
  font-size: 18px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
}
#ck .es-emoji-unicode:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-es-emoji-unicode);
}
@media (max-width: 767px) {
  #ck .ckit-footer-composer textarea.form-control {
    height: 55px;
  }
  #ck .ckit-footer-composer .ckit-composer--icons {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  #ck .ckit-footer-composer .btn-ckit-composer-submit {
    margin-bottom: -55px;
    -webkit-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
  }
  #ck .ckit-footer-composer.is-focus textarea.form-control {
    height: 120px;
  }
  #ck .ckit-footer-composer.is-focus .ckit-composer--icons {
    opacity: 1;
    visibility: visible;
  }
  #ck .ckit-footer-composer.is-focus .btn-ckit-composer-submit {
    margin-bottom: 16px;
  }
}
#ck .ckit-composer-icons-wrapper {
  background-color: var(--ck-bg-color);
  display: none;
  width: 100%;
  padding: 12px;
  border-top: 1px solid var(--ck-border-color--l);
  border-bottom: 1px solid var(--ck-border-color--l);
  position: absolute;
  bottom: 100%;
  left: 0;
}
#ck .ckit-composer-files-wrapper,
#ck .ckit-composer-location-wrapper {
  display: none;
}
#ck .ckit-icon-location-wrapper {
  display: inline-block;
  position: relative;
}
#ck .ckit-composer-loader {
  display: none;
}
#ck .btn-ckit-composer-submit {
  display: block;
  font-size: 13px;
  margin: 4px auto 16px;
  width: calc(100% - 32px) !important;
}
#ck .ckit-settings {
  text-align: left;
  padding: 16px 0;
}
#ck .ckit-settings .o-row {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid var(--ck-border-color--l);
}
#ck .ckit-settings .o-row + .o-row {
  padding-top: 16px;
}
#ck .ckit-settings label {
  vertical-align: bottom;
  margin-bottom: 0;
}
#ck .ckit-settings .control-label {
  font-weight: normal;
}
#ck .ckit-settings .o-switch__switch {
  height: 20px;
  top: -5px;
}
#ck .layout-conversations.is-empty .ckit-empty {
  display: block;
}
#ck .layout-conversations.is-empty .ckit-mass-action-bar {
  display: none !important;
}
#ck .layout-conversations.is-empty .ckit-edit-action {
  display: none !important;
}
#ck .layout-conversations.is-viewing .ckit-edit-action {
  display: block;
}
#ck .layout-conversations.is-viewing .ckit-mass-action-checkbox {
  display: none;
}
#ck .layout-conversations.is-viewing .ckit-header-avatar {
  display: block;
}
#ck .layout-conversations.is-viewing .ckit-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ck .layout-conversations.is-editing .ckit-logo {
  display: none;
}
#ck .layout-conversations.is-editing .ckit-done-action {
  display: block;
}
#ck .layout-conversations.is-editing .ckit-edit-action {
  display: none;
}
#ck .layout-conversations.is-editing .ckit-mass-action-checkbox {
  display: block;
}
#ck .layout-message .ckit-logo {
  display: none;
}
#ck .layout-message .btn-ckit-head-back {
  display: block;
}
#ck .layout-message .ckit-message-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ck .layout-message .ckit-chat-listing {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
}
#ck .layout-message .ckit-footer-tab {
  display: none;
}
#ck .layout-message .ckit-footer-composer {
  display: none;
}
#ck .layout-message .ckit-group-actions {
  display: none;
}
#ck .layout-message.can-reply .ckit-footer-composer {
  display: block;
}
#ck .layout-message.is-new .ckit-btn-group {
  display: none;
}
#ck .layout-message.is-group .ckit-group-actions {
  display: block;
}
#ck .layout-message.is-viewing-participants .ckit-btn-group {
  display: none;
}
#ck .layout-message.is-viewing-participants .ckit-footer-tab {
  display: none;
}
#ck .layout-message.is-viewing-participants .ckit-footer-composer {
  display: none;
}
#ck .layout-message.is-editing .ckit-group-edit {
  display: table;
}
#ck .layout-message.is-editing .ckit-group-edit + .o-flag__body {
  display: none;
}
#ck .layout-message.is-editing .ckit-message-info {
  display: none;
}
#ck .layout-add-participants .ckit-logo {
  display: none;
}
#ck .layout-add-participants .btn-ckit-head-back {
  display: block;
}
#ck .layout-add-participants .ckit-search-wrapper {
  display: block;
}
#ck .layout-add-participants.is-viewing .ckit-online-list {
  display: block;
}
#ck .layout-add-participants.is-searching .ckit-online-list {
  display: none;
}
#ck .layout-contacts .ckit-logo {
  display: none;
}
#ck .layout-contacts .ckit-search-wrapper {
  display: block;
}
#ck .layout-contacts.is-viewing .ckit-online-list {
  display: block;
}
#ck .layout-contacts.is-searching .ckit-online-list {
  display: none;
}
#ck .layout-register .ckit-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ck .layout-register .ckit-container__ft {
  display: none;
}
#ck .layout-settings .ckit-logo {
  display: none;
}
#ck .layout-settings .ckit-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ck h1,
#ck h2,
#ck h3,
#ck h4,
#ck h5,
#ck h6,
#ck .h1,
#ck .h2,
#ck .h3,
#ck .h4,
#ck .h5,
#ck .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#ck h1 small,
#ck h2 small,
#ck h3 small,
#ck h4 small,
#ck h5 small,
#ck h6 small,
#ck .h1 small,
#ck .h2 small,
#ck .h3 small,
#ck .h4 small,
#ck .h5 small,
#ck .h6 small,
#ck h1 .small,
#ck h2 .small,
#ck h3 .small,
#ck h4 .small,
#ck h5 .small,
#ck h6 .small,
#ck .h1 .small,
#ck .h2 .small,
#ck .h3 .small,
#ck .h4 .small,
#ck .h5 .small,
#ck .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
#ck h1,
#ck .h1,
#ck h2,
#ck .h2,
#ck h3,
#ck .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#ck h1 small,
#ck .h1 small,
#ck h2 small,
#ck .h2 small,
#ck h3 small,
#ck .h3 small,
#ck h1 .small,
#ck .h1 .small,
#ck h2 .small,
#ck .h2 .small,
#ck h3 .small,
#ck .h3 .small {
  font-size: 65%;
}
#ck h4,
#ck .h4,
#ck h5,
#ck .h5,
#ck h6,
#ck .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ck h4 small,
#ck .h4 small,
#ck h5 small,
#ck .h5 small,
#ck h6 small,
#ck .h6 small,
#ck h4 .small,
#ck .h4 .small,
#ck h5 .small,
#ck .h5 .small,
#ck h6 .small,
#ck .h6 .small {
  font-size: 75%;
}
#ck h1,
#ck .h1 {
  font-size: 31px;
}
#ck h2,
#ck .h2 {
  font-size: 25px;
}
#ck h3,
#ck .h3 {
  font-size: 21px;
}
#ck h4,
#ck .h4 {
  font-size: 15px;
}
#ck h5,
#ck .h5 {
  font-size: 12px;
}
#ck h6,
#ck .h6 {
  font-size: 11px;
}
#ck p {
  margin: 0 0 10px;
}
#ck .lead {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #ck .lead {
    font-size: 18px;
  }
}
#ck small,
#ck .small {
  font-size: 91%;
}
#ck mark,
#ck .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
#ck .text-left {
  text-align: left;
}
#ck .text-right {
  text-align: right;
}
#ck .text-center {
  text-align: center;
}
#ck .text-justify {
  text-align: justify;
}
#ck .text-nowrap {
  white-space: nowrap;
}
#ck .text-lowercase {
  text-transform: lowercase;
}
#ck .text-uppercase {
  text-transform: uppercase;
}
#ck .text-capitalize {
  text-transform: capitalize;
}
#ck .text-muted {
  color: #777777;
}
#ck .text-primary {
  color: #428bca;
}
a#ck .text-primary:hover,
a#ck .text-primary:focus {
  color: #3071a9;
}
#ck .text-success {
  color: #3c763d;
}
a#ck .text-success:hover,
a#ck .text-success:focus {
  color: #2b542c;
}
#ck .text-info {
  color: #31708f;
}
a#ck .text-info:hover,
a#ck .text-info:focus {
  color: #245269;
}
#ck .text-warning {
  color: #8a6d3b;
}
a#ck .text-warning:hover,
a#ck .text-warning:focus {
  color: #66512c;
}
#ck .text-danger {
  color: #a94442;
}
a#ck .text-danger:hover,
a#ck .text-danger:focus {
  color: #843534;
}
#ck .bg-primary {
  color: #fff;
  background-color: #428bca;
}
a#ck .bg-primary:hover,
a#ck .bg-primary:focus {
  background-color: #3071a9;
}
#ck .bg-success {
  background-color: #dff0d8;
}
a#ck .bg-success:hover,
a#ck .bg-success:focus {
  background-color: #c1e2b3;
}
#ck .bg-info {
  background-color: #d9edf7;
}
a#ck .bg-info:hover,
a#ck .bg-info:focus {
  background-color: #afd9ee;
}
#ck .bg-warning {
  background-color: #fcf8e3;
}
a#ck .bg-warning:hover,
a#ck .bg-warning:focus {
  background-color: #f7ecb5;
}
#ck .bg-danger {
  background-color: #f2dede;
}
a#ck .bg-danger:hover,
a#ck .bg-danger:focus {
  background-color: #e4b9b9;
}
#ck .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
#ck ul,
#ck ol {
  margin-top: 0;
  margin-bottom: 10px;
}
#ck ul ul,
#ck ol ul,
#ck ul ol,
#ck ol ol {
  margin-bottom: 0;
}
#ck .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#ck .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
#ck .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#ck dl {
  margin-top: 0;
  margin-bottom: 20px;
}
#ck dt,
#ck dd {
  line-height: 1.66666667;
}
#ck dt {
  font-weight: bold;
}
#ck dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  #ck .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #ck .dl-horizontal dd {
    margin-left: 180px;
  }
}
#ck abbr[title],
#ck abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
#ck .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
#ck blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
#ck blockquote p:last-child,
#ck blockquote ul:last-child,
#ck blockquote ol:last-child {
  margin-bottom: 0;
}
#ck blockquote footer,
#ck blockquote small,
#ck blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.66666667;
  color: #777777;
}
#ck blockquote footer:before,
#ck blockquote small:before,
#ck blockquote .small:before {
  content: '\2014 \00A0';
}
#ck .blockquote-reverse,
#ck blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
#ck .blockquote-reverse footer:before,
#ck blockquote.pull-right footer:before,
#ck .blockquote-reverse small:before,
#ck blockquote.pull-right small:before,
#ck .blockquote-reverse .small:before,
#ck blockquote.pull-right .small:before {
  content: '';
}
#ck .blockquote-reverse footer:after,
#ck blockquote.pull-right footer:after,
#ck .blockquote-reverse small:after,
#ck blockquote.pull-right small:after,
#ck .blockquote-reverse .small:after,
#ck blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
#ck address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.66666667;
}
#ck table {
  background-color: transparent;
}
#ck caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
#ck th {
  text-align: left;
}
#ck .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#ck .table > thead > tr > th,
#ck .table > tbody > tr > th,
#ck .table > tfoot > tr > th,
#ck .table > thead > tr > td,
#ck .table > tbody > tr > td,
#ck .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.66666667;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#ck .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#ck .table > caption + thead > tr:first-child > th,
#ck .table > colgroup + thead > tr:first-child > th,
#ck .table > thead:first-child > tr:first-child > th,
#ck .table > caption + thead > tr:first-child > td,
#ck .table > colgroup + thead > tr:first-child > td,
#ck .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#ck .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
#ck .table .table {
  background-color: #fff;
}
#ck .table-condensed > thead > tr > th,
#ck .table-condensed > tbody > tr > th,
#ck .table-condensed > tfoot > tr > th,
#ck .table-condensed > thead > tr > td,
#ck .table-condensed > tbody > tr > td,
#ck .table-condensed > tfoot > tr > td {
  padding: 5px;
}
#ck .table-bordered {
  border: 1px solid #ddd;
}
#ck .table-bordered > thead > tr > th,
#ck .table-bordered > tbody > tr > th,
#ck .table-bordered > tfoot > tr > th,
#ck .table-bordered > thead > tr > td,
#ck .table-bordered > tbody > tr > td,
#ck .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
#ck .table-bordered > thead > tr > th,
#ck .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
#ck .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
#ck .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
#ck table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
#ck table td[class*="col-"],
#ck table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
#ck .table > thead > tr > td.active,
#ck .table > tbody > tr > td.active,
#ck .table > tfoot > tr > td.active,
#ck .table > thead > tr > th.active,
#ck .table > tbody > tr > th.active,
#ck .table > tfoot > tr > th.active,
#ck .table > thead > tr.active > td,
#ck .table > tbody > tr.active > td,
#ck .table > tfoot > tr.active > td,
#ck .table > thead > tr.active > th,
#ck .table > tbody > tr.active > th,
#ck .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
#ck .table-hover > tbody > tr > td.active:hover,
#ck .table-hover > tbody > tr > th.active:hover,
#ck .table-hover > tbody > tr.active:hover > td,
#ck .table-hover > tbody > tr:hover > .active,
#ck .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
#ck .table > thead > tr > td.success,
#ck .table > tbody > tr > td.success,
#ck .table > tfoot > tr > td.success,
#ck .table > thead > tr > th.success,
#ck .table > tbody > tr > th.success,
#ck .table > tfoot > tr > th.success,
#ck .table > thead > tr.success > td,
#ck .table > tbody > tr.success > td,
#ck .table > tfoot > tr.success > td,
#ck .table > thead > tr.success > th,
#ck .table > tbody > tr.success > th,
#ck .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
#ck .table-hover > tbody > tr > td.success:hover,
#ck .table-hover > tbody > tr > th.success:hover,
#ck .table-hover > tbody > tr.success:hover > td,
#ck .table-hover > tbody > tr:hover > .success,
#ck .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
#ck .table > thead > tr > td.info,
#ck .table > tbody > tr > td.info,
#ck .table > tfoot > tr > td.info,
#ck .table > thead > tr > th.info,
#ck .table > tbody > tr > th.info,
#ck .table > tfoot > tr > th.info,
#ck .table > thead > tr.info > td,
#ck .table > tbody > tr.info > td,
#ck .table > tfoot > tr.info > td,
#ck .table > thead > tr.info > th,
#ck .table > tbody > tr.info > th,
#ck .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
#ck .table-hover > tbody > tr > td.info:hover,
#ck .table-hover > tbody > tr > th.info:hover,
#ck .table-hover > tbody > tr.info:hover > td,
#ck .table-hover > tbody > tr:hover > .info,
#ck .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
#ck .table > thead > tr > td.warning,
#ck .table > tbody > tr > td.warning,
#ck .table > tfoot > tr > td.warning,
#ck .table > thead > tr > th.warning,
#ck .table > tbody > tr > th.warning,
#ck .table > tfoot > tr > th.warning,
#ck .table > thead > tr.warning > td,
#ck .table > tbody > tr.warning > td,
#ck .table > tfoot > tr.warning > td,
#ck .table > thead > tr.warning > th,
#ck .table > tbody > tr.warning > th,
#ck .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
#ck .table-hover > tbody > tr > td.warning:hover,
#ck .table-hover > tbody > tr > th.warning:hover,
#ck .table-hover > tbody > tr.warning:hover > td,
#ck .table-hover > tbody > tr:hover > .warning,
#ck .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
#ck .table > thead > tr > td.danger,
#ck .table > tbody > tr > td.danger,
#ck .table > tfoot > tr > td.danger,
#ck .table > thead > tr > th.danger,
#ck .table > tbody > tr > th.danger,
#ck .table > tfoot > tr > th.danger,
#ck .table > thead > tr.danger > td,
#ck .table > tbody > tr.danger > td,
#ck .table > tfoot > tr.danger > td,
#ck .table > thead > tr.danger > th,
#ck .table > tbody > tr.danger > th,
#ck .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
#ck .table-hover > tbody > tr > td.danger:hover,
#ck .table-hover > tbody > tr > th.danger:hover,
#ck .table-hover > tbody > tr.danger:hover > td,
#ck .table-hover > tbody > tr:hover > .danger,
#ck .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
#ck .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  #ck .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  #ck .table-responsive > .table {
    margin-bottom: 0;
  }
  #ck .table-responsive > .table > thead > tr > th,
  #ck .table-responsive > .table > tbody > tr > th,
  #ck .table-responsive > .table > tfoot > tr > th,
  #ck .table-responsive > .table > thead > tr > td,
  #ck .table-responsive > .table > tbody > tr > td,
  #ck .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  #ck .table-responsive > .table-bordered {
    border: 0;
  }
  #ck .table-responsive > .table-bordered > thead > tr > th:first-child,
  #ck .table-responsive > .table-bordered > tbody > tr > th:first-child,
  #ck .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  #ck .table-responsive > .table-bordered > thead > tr > td:first-child,
  #ck .table-responsive > .table-bordered > tbody > tr > td:first-child,
  #ck .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  #ck .table-responsive > .table-bordered > thead > tr > th:last-child,
  #ck .table-responsive > .table-bordered > tbody > tr > th:last-child,
  #ck .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  #ck .table-responsive > .table-bordered > thead > tr > td:last-child,
  #ck .table-responsive > .table-bordered > tbody > tr > td:last-child,
  #ck .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  #ck .table-responsive > .table-bordered > tbody > tr:last-child > th,
  #ck .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  #ck .table-responsive > .table-bordered > tbody > tr:last-child > td,
  #ck .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
#ck fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
#ck legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
#ck label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#ck input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ck input[type="radio"],
#ck input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
#ck input[type="file"] {
  display: block;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ck input[type="range"] {
  display: block;
  width: 100%;
}
#ck select[multiple],
#ck select[size] {
  height: auto;
}
#ck input[type="file"]:focus,
#ck input[type="radio"]:focus,
#ck input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#ck output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.66666667;
  color: var(--ck-font-color);
}
#ck .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  font-size: 12px;
  line-height: 1.66666667;
  color: var(--ck-font-color);
  background-color: var(--ck-bg-color);
  background-image: none;
  border: 1px solid var(--ck-border-color);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
}
#ck .form-control:focus {
  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);
}
#ck .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#ck .form-control:-ms-input-placeholder {
  color: #999;
}
#ck .form-control::-webkit-input-placeholder {
  color: #999;
}
#ck .form-control[disabled],
#ck .form-control[readonly],
fieldset[disabled] #ck .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
#ck .form-control[disabled],
fieldset[disabled] #ck .form-control {
  cursor: not-allowed;
}
#ck textarea.form-control {
  height: auto;
}
#ck input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #ck input[type="date"].form-control,
  #ck input[type="time"].form-control,
  #ck input[type="datetime-local"].form-control,
  #ck input[type="month"].form-control {
    line-height: 34px;
  }
  #ck input[type="date"].input-sm,
  #ck input[type="time"].input-sm,
  #ck input[type="datetime-local"].input-sm,
  #ck input[type="month"].input-sm,
  .input-group-sm #ck input[type="date"],
  .input-group-sm #ck input[type="time"],
  .input-group-sm #ck input[type="datetime-local"],
  .input-group-sm #ck input[type="month"] {
    line-height: 28px;
  }
  #ck input[type="date"].input-lg,
  #ck input[type="time"].input-lg,
  #ck input[type="datetime-local"].input-lg,
  #ck input[type="month"].input-lg,
  .input-group-lg #ck input[type="date"],
  .input-group-lg #ck input[type="time"],
  .input-group-lg #ck input[type="datetime-local"],
  .input-group-lg #ck input[type="month"] {
    line-height: 42px;
  }
}
#ck .form-group {
  margin-bottom: 15px;
}
#ck .radio,
#ck .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#ck .radio label,
#ck .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
#ck .radio input[type="radio"],
#ck .radio-inline input[type="radio"],
#ck .checkbox input[type="checkbox"],
#ck .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
#ck .radio + .radio,
#ck .checkbox + .checkbox {
  margin-top: -5px;
}
#ck .radio-inline,
#ck .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#ck .radio-inline + .radio-inline,
#ck .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
#ck input[type="radio"][disabled],
#ck input[type="checkbox"][disabled],
#ck input[type="radio"].disabled,
#ck input[type="checkbox"].disabled,
fieldset[disabled] #ck input[type="radio"],
fieldset[disabled] #ck input[type="checkbox"] {
  cursor: not-allowed;
}
#ck .radio-inline.disabled,
#ck .checkbox-inline.disabled,
fieldset[disabled] #ck .radio-inline,
fieldset[disabled] #ck .checkbox-inline {
  cursor: not-allowed;
}
#ck .radio.disabled label,
#ck .checkbox.disabled label,
fieldset[disabled] #ck .radio label,
fieldset[disabled] #ck .checkbox label {
  cursor: not-allowed;
}
#ck .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 32px;
}
#ck .form-control-static.input-lg,
#ck .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
#ck .input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
select#ck .input-sm {
  height: 28px;
  line-height: 28px;
}
textarea#ck .input-sm,
select[multiple]#ck .input-sm {
  height: auto;
}
#ck .form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
#ck .form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
#ck .form-group-sm textarea.form-control,
#ck .form-group-sm select[multiple].form-control {
  height: auto;
}
#ck .form-group-sm .form-control-static {
  height: 28px;
  min-height: 31px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5;
}
#ck .input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 5px;
}
select#ck .input-lg {
  height: 42px;
  line-height: 42px;
}
textarea#ck .input-lg,
select[multiple]#ck .input-lg {
  height: auto;
}
#ck .form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 5px;
}
#ck .form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
#ck .form-group-lg textarea.form-control,
#ck .form-group-lg select[multiple].form-control {
  height: auto;
}
#ck .form-group-lg .form-control-static {
  height: 42px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
#ck .has-feedback {
  position: relative;
}
#ck .has-feedback .form-control {
  padding-right: 42.5px;
}
#ck .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
#ck .input-lg + .form-control-feedback,
#ck .input-group-lg + .form-control-feedback,
#ck .form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
#ck .input-sm + .form-control-feedback,
#ck .input-group-sm + .form-control-feedback,
#ck .form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
#ck .has-success .help-block,
#ck .has-success .control-label,
#ck .has-success .radio,
#ck .has-success .checkbox,
#ck .has-success .radio-inline,
#ck .has-success .checkbox-inline,
#ck .has-success.radio label,
#ck .has-success.checkbox label,
#ck .has-success.radio-inline label,
#ck .has-success.checkbox-inline label {
  color: #3c763d;
}
#ck .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#ck .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
#ck .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
#ck .has-success .form-control-feedback {
  color: #3c763d;
}
#ck .has-warning .help-block,
#ck .has-warning .control-label,
#ck .has-warning .radio,
#ck .has-warning .checkbox,
#ck .has-warning .radio-inline,
#ck .has-warning .checkbox-inline,
#ck .has-warning.radio label,
#ck .has-warning.checkbox label,
#ck .has-warning.radio-inline label,
#ck .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
#ck .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#ck .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
#ck .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
#ck .has-warning .form-control-feedback {
  color: #8a6d3b;
}
#ck .has-error .help-block,
#ck .has-error .control-label,
#ck .has-error .radio,
#ck .has-error .checkbox,
#ck .has-error .radio-inline,
#ck .has-error .checkbox-inline,
#ck .has-error.radio label,
#ck .has-error.checkbox label,
#ck .has-error.radio-inline label,
#ck .has-error.checkbox-inline label {
  color: #a94442;
}
#ck .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#ck .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
#ck .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
#ck .has-error .form-control-feedback {
  color: #a94442;
}
#ck .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
#ck .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
#ck .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  #ck .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #ck .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #ck .form-inline .form-control-static {
    display: inline-block;
  }
  #ck .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  #ck .form-inline .input-group .input-group-addon,
  #ck .form-inline .input-group .input-group-btn,
  #ck .form-inline .input-group .form-control {
    width: auto;
  }
  #ck .form-inline .input-group > .form-control {
    width: 100%;
  }
  #ck .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #ck .form-inline .radio,
  #ck .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #ck .form-inline .radio label,
  #ck .form-inline .checkbox label {
    padding-left: 0;
  }
  #ck .form-inline .radio input[type="radio"],
  #ck .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  #ck .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
#ck .form-horizontal .radio,
#ck .form-horizontal .checkbox,
#ck .form-horizontal .radio-inline,
#ck .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
#ck .form-horizontal .radio,
#ck .form-horizontal .checkbox {
  min-height: 27px;
}
#ck .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  #ck .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
#ck .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  #ck .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #ck .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px;
  }
}
#ck .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#ck .fade.in {
  opacity: 1;
}
#ck .collapse {
  display: none;
}
#ck .collapse.in {
  display: block;
}
tr#ck .collapse.in {
  display: table-row;
}
tbody#ck .collapse.in {
  display: table-row-group;
}
#ck .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#ck .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#ck .dropup,
#ck .dropdown {
  position: relative;
}
#ck .dropdown-toggle:focus {
  outline: 0;
}
#ck .dropdown-toggle:after {
  display: none;
}
#ck .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: var(--ck-bg-color);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
#ck .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#ck .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e7ea;
}
#ck .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.66666667;
  color: var(--ck-font-color);
  white-space: nowrap;
}
#ck .dropdown-menu > li > a:hover,
#ck .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: var(--ck-font-color);
  background-color: var(--ck-bg-color--d);
}
#ck .dropdown-menu > .active > a,
#ck .dropdown-menu > .active > a:hover,
#ck .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
#ck .dropdown-menu > .disabled > a,
#ck .dropdown-menu > .disabled > a:hover,
#ck .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
#ck .dropdown-menu > .disabled > a:hover,
#ck .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
#ck .open > .dropdown-menu {
  display: block;
}
#ck .open > a {
  outline: 0;
}
#ck .dropdown-menu-right {
  left: auto;
  right: 0;
}
#ck .dropdown-menu-left {
  left: 0;
  right: auto;
}
#ck .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.66666667;
  color: #777777;
  white-space: nowrap;
}
#ck .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
#ck .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#ck .dropup .caret,
#ck .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
#ck .dropup .dropdown-menu,
#ck .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  #ck .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  #ck .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
#ck .btn-group,
#ck .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#ck .btn-group > .btn,
#ck .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
#ck .btn-group > .btn:hover,
#ck .btn-group-vertical > .btn:hover,
#ck .btn-group > .btn:focus,
#ck .btn-group-vertical > .btn:focus,
#ck .btn-group > .btn:active,
#ck .btn-group-vertical > .btn:active,
#ck .btn-group > .btn.active,
#ck .btn-group-vertical > .btn.active {
  z-index: 2;
}
#ck .btn-group .btn + .btn,
#ck .btn-group .btn + .btn-group,
#ck .btn-group .btn-group + .btn,
#ck .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
#ck .btn-toolbar {
  margin-left: -5px;
}
#ck .btn-toolbar .btn,
#ck .btn-toolbar .btn-group,
#ck .btn-toolbar .input-group {
  float: left;
}
#ck .btn-toolbar > .btn,
#ck .btn-toolbar > .btn-group,
#ck .btn-toolbar > .input-group {
  margin-left: 5px;
}
#ck .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
#ck .btn-group > .btn:first-child {
  margin-left: 0;
}
#ck .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#ck .btn-group > .btn:last-child:not(:first-child),
#ck .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ck .btn-group > .btn-group {
  float: left;
}
#ck .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
#ck .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
#ck .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#ck .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ck .btn-group .dropdown-toggle:active,
#ck .btn-group.open .dropdown-toggle {
  outline: 0;
}
#ck .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
#ck .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
#ck .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#ck .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ck .btn .caret {
  margin-left: 0;
}
#ck .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
#ck .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
#ck .btn-group-vertical > .btn,
#ck .btn-group-vertical > .btn-group,
#ck .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
#ck .btn-group-vertical > .btn-group > .btn {
  float: none;
}
#ck .btn-group-vertical > .btn + .btn,
#ck .btn-group-vertical > .btn + .btn-group,
#ck .btn-group-vertical > .btn-group + .btn,
#ck .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
#ck .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#ck .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#ck .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#ck .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
#ck .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
#ck .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#ck .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#ck .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
#ck .btn-group-justified > .btn,
#ck .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
#ck .btn-group-justified > .btn-group .btn {
  width: 100%;
}
#ck .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
#ck [data-toggle="buttons"] > .btn input[type="radio"],
#ck [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
#ck [data-toggle="buttons"] > .btn input[type="checkbox"],
#ck [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#ck .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
#ck .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
#ck .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#ck .input-group-lg > .form-control,
#ck .input-group-lg > .input-group-addon,
#ck .input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 5px;
}
select#ck .input-group-lg > .form-control,
select#ck .input-group-lg > .input-group-addon,
select#ck .input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea#ck .input-group-lg > .form-control,
textarea#ck .input-group-lg > .input-group-addon,
textarea#ck .input-group-lg > .input-group-btn > .btn,
select[multiple]#ck .input-group-lg > .form-control,
select[multiple]#ck .input-group-lg > .input-group-addon,
select[multiple]#ck .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
#ck .input-group-sm > .form-control,
#ck .input-group-sm > .input-group-addon,
#ck .input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
select#ck .input-group-sm > .form-control,
select#ck .input-group-sm > .input-group-addon,
select#ck .input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea#ck .input-group-sm > .form-control,
textarea#ck .input-group-sm > .input-group-addon,
textarea#ck .input-group-sm > .input-group-btn > .btn,
select[multiple]#ck .input-group-sm > .form-control,
select[multiple]#ck .input-group-sm > .input-group-addon,
select[multiple]#ck .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
#ck .input-group-addon,
#ck .input-group-btn,
#ck .input-group .form-control {
  display: table-cell;
}
#ck .input-group-addon:not(:first-child):not(:last-child),
#ck .input-group-btn:not(:first-child):not(:last-child),
#ck .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#ck .input-group-addon,
#ck .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#ck .input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: var(--ck-font-color);
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid var(--ck-border-color);
  border-radius: 3px;
}
#ck .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 2px;
}
#ck .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 5px;
}
#ck .input-group-addon input[type="radio"],
#ck .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
#ck .input-group .form-control:first-child,
#ck .input-group-addon:first-child,
#ck .input-group-btn:first-child > .btn,
#ck .input-group-btn:first-child > .btn-group > .btn,
#ck .input-group-btn:first-child > .dropdown-toggle,
#ck .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#ck .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#ck .input-group-addon:first-child {
  border-right: 0;
}
#ck .input-group .form-control:last-child,
#ck .input-group-addon:last-child,
#ck .input-group-btn:last-child > .btn,
#ck .input-group-btn:last-child > .btn-group > .btn,
#ck .input-group-btn:last-child > .dropdown-toggle,
#ck .input-group-btn:first-child > .btn:not(:first-child),
#ck .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ck .input-group-addon:last-child {
  border-left: 0;
}
#ck .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
#ck .input-group-btn > .btn {
  position: relative;
  height: 34px;
}
#ck .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
#ck .input-group-btn > .btn:hover,
#ck .input-group-btn > .btn:focus,
#ck .input-group-btn > .btn:active {
  z-index: 2;
}
#ck .input-group-btn:first-child > .btn,
#ck .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
#ck .input-group-btn:last-child > .btn,
#ck .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
#ck .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
#ck .badge:empty {
  display: none;
}
.btn #ck .badge {
  position: relative;
  top: -1px;
}
.btn-xs #ck .badge,
.btn-group-xs > .btn #ck .badge {
  top: 0;
  padding: 1px 5px;
}
a#ck .badge:hover,
a#ck .badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > #ck .badge,
.nav-pills > .active > a > #ck .badge {
  color: #428bca;
  background-color: #fff;
}
.list-group-item > #ck .badge {
  float: right;
}
.list-group-item > #ck .badge + #ck .badge {
  margin-right: 5px;
}
.nav-pills > li > a > #ck .badge {
  margin-left: 3px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
#ck .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#ck .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
#ck .progress-striped .progress-bar,
#ck .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: 40px 40px;
}
#ck .progress.active .progress-bar,
#ck .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
#ck .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped #ck .progress-bar-success {
  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);
}
#ck .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped #ck .progress-bar-info {
  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);
}
#ck .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped #ck .progress-bar-warning {
  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);
}
#ck .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped #ck .progress-bar-danger {
  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);
}
#ck .clearfix:before,
#ck .clearfix:after,
#ck #ck .dl-horizontal dd:before,
#ck #ck .dl-horizontal dd:after,
#ck #ck .form-horizontal .form-group:before,
#ck #ck .form-horizontal .form-group:after,
#ck #ck .btn-toolbar:before,
#ck #ck .btn-toolbar:after,
#ck #ck .btn-group-vertical > .btn-group:before,
#ck #ck .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
#ck .clearfix:after,
#ck #ck .dl-horizontal dd:after,
#ck #ck .form-horizontal .form-group:after,
#ck #ck .btn-toolbar:after,
#ck #ck .btn-group-vertical > .btn-group:after {
  clear: both;
}
#ck .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#ck .pull-right {
  float: right !important;
}
#ck .pull-left {
  float: left !important;
}
#ck .hide {
  display: none !important;
}
#ck .show {
  display: block !important;
}
#ck .invisible {
  visibility: hidden;
}
#ck .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#ck .hidden {
  display: none !important;
}
#ck .affix {
  position: fixed;
}
#ck .fa,
#ck .fas,
#ck .far,
#ck .fal,
#ck .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#ck .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
#ck .fa-xs {
  font-size: 0.75em;
}
#ck .fa-sm {
  font-size: 0.875em;
}
#ck .fa-fw {
  text-align: center;
  width: 1.25em;
}
#ck .fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
#ck .fa-ul > li {
  position: relative;
}
#ck .fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
#ck .fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
#ck .fa-pull-left {
  float: left;
}
#ck .fa-pull-right {
  float: right;
}
#ck .fa.fa-pull-left,
#ck .fas.fa-pull-left,
#ck .far.fa-pull-left,
#ck .fal.fa-pull-left,
#ck .fab.fa-pull-left {
  margin-right: 0.3em;
}
#ck .fa.fa-pull-right,
#ck .fas.fa-pull-right,
#ck .far.fa-pull-right,
#ck .fal.fa-pull-right,
#ck .fab.fa-pull-right {
  margin-left: 0.3em;
}
#ck .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
#ck .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#ck .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#ck .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#ck .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
#ck .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#ck .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
#ck .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
#ck :root .fa-rotate-90,
#ck :root .fa-rotate-180,
#ck :root .fa-rotate-270,
#ck :root .fa-flip-horizontal,
#ck :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
#ck .fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
#ck .fa-stack-1x,
#ck .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#ck .fa-stack-1x {
  line-height: inherit;
}
#ck .fa-stack-2x {
  font-size: 2em;
}
#ck .fa-inverse {
  color: #fff;
}
#ck .fa-500px:before {
  content: "\f26e";
}
#ck .fa-accessible-icon:before {
  content: "\f368";
}
#ck .fa-accusoft:before {
  content: "\f369";
}
#ck .fa-ad:before {
  content: "\f641";
}
#ck .fa-address-book:before {
  content: "\f2b9";
}
#ck .fa-address-card:before {
  content: "\f2bb";
}
#ck .fa-adjust:before {
  content: "\f042";
}
#ck .fa-adn:before {
  content: "\f170";
}
#ck .fa-adversal:before {
  content: "\f36a";
}
#ck .fa-affiliatetheme:before {
  content: "\f36b";
}
#ck .fa-air-freshener:before {
  content: "\f5d0";
}
#ck .fa-algolia:before {
  content: "\f36c";
}
#ck .fa-align-center:before {
  content: "\f037";
}
#ck .fa-align-justify:before {
  content: "\f039";
}
#ck .fa-align-left:before {
  content: "\f036";
}
#ck .fa-align-right:before {
  content: "\f038";
}
#ck .fa-alipay:before {
  content: "\f642";
}
#ck .fa-allergies:before {
  content: "\f461";
}
#ck .fa-amazon:before {
  content: "\f270";
}
#ck .fa-amazon-pay:before {
  content: "\f42c";
}
#ck .fa-ambulance:before {
  content: "\f0f9";
}
#ck .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
#ck .fa-amilia:before {
  content: "\f36d";
}
#ck .fa-anchor:before {
  content: "\f13d";
}
#ck .fa-android:before {
  content: "\f17b";
}
#ck .fa-angellist:before {
  content: "\f209";
}
#ck .fa-angle-double-down:before {
  content: "\f103";
}
#ck .fa-angle-double-left:before {
  content: "\f100";
}
#ck .fa-angle-double-right:before {
  content: "\f101";
}
#ck .fa-angle-double-up:before {
  content: "\f102";
}
#ck .fa-angle-down:before {
  content: "\f107";
}
#ck .fa-angle-left:before {
  content: "\f104";
}
#ck .fa-angle-right:before {
  content: "\f105";
}
#ck .fa-angle-up:before {
  content: "\f106";
}
#ck .fa-angry:before {
  content: "\f556";
}
#ck .fa-angrycreative:before {
  content: "\f36e";
}
#ck .fa-angular:before {
  content: "\f420";
}
#ck .fa-ankh:before {
  content: "\f644";
}
#ck .fa-app-store:before {
  content: "\f36f";
}
#ck .fa-app-store-ios:before {
  content: "\f370";
}
#ck .fa-apper:before {
  content: "\f371";
}
#ck .fa-apple:before {
  content: "\f179";
}
#ck .fa-apple-alt:before {
  content: "\f5d1";
}
#ck .fa-apple-pay:before {
  content: "\f415";
}
#ck .fa-archive:before {
  content: "\f187";
}
#ck .fa-archway:before {
  content: "\f557";
}
#ck .fa-arrow-alt-circle-down:before {
  content: "\f358";
}
#ck .fa-arrow-alt-circle-left:before {
  content: "\f359";
}
#ck .fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
#ck .fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
#ck .fa-arrow-circle-down:before {
  content: "\f0ab";
}
#ck .fa-arrow-circle-left:before {
  content: "\f0a8";
}
#ck .fa-arrow-circle-right:before {
  content: "\f0a9";
}
#ck .fa-arrow-circle-up:before {
  content: "\f0aa";
}
#ck .fa-arrow-down:before {
  content: "\f063";
}
#ck .fa-arrow-left:before {
  content: "\f060";
}
#ck .fa-arrow-right:before {
  content: "\f061";
}
#ck .fa-arrow-up:before {
  content: "\f062";
}
#ck .fa-arrows-alt:before {
  content: "\f0b2";
}
#ck .fa-arrows-alt-h:before {
  content: "\f337";
}
#ck .fa-arrows-alt-v:before {
  content: "\f338";
}
#ck .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
#ck .fa-asterisk:before {
  content: "\f069";
}
#ck .fa-asymmetrik:before {
  content: "\f372";
}
#ck .fa-at:before {
  content: "\f1fa";
}
#ck .fa-atlas:before {
  content: "\f558";
}
#ck .fa-atom:before {
  content: "\f5d2";
}
#ck .fa-audible:before {
  content: "\f373";
}
#ck .fa-audio-description:before {
  content: "\f29e";
}
#ck .fa-autoprefixer:before {
  content: "\f41c";
}
#ck .fa-avianex:before {
  content: "\f374";
}
#ck .fa-aviato:before {
  content: "\f421";
}
#ck .fa-award:before {
  content: "\f559";
}
#ck .fa-aws:before {
  content: "\f375";
}
#ck .fa-backspace:before {
  content: "\f55a";
}
#ck .fa-backward:before {
  content: "\f04a";
}
#ck .fa-balance-scale:before {
  content: "\f24e";
}
#ck .fa-ban:before {
  content: "\f05e";
}
#ck .fa-band-aid:before {
  content: "\f462";
}
#ck .fa-bandcamp:before {
  content: "\f2d5";
}
#ck .fa-barcode:before {
  content: "\f02a";
}
#ck .fa-bars:before {
  content: "\f0c9";
}
#ck .fa-baseball-ball:before {
  content: "\f433";
}
#ck .fa-basketball-ball:before {
  content: "\f434";
}
#ck .fa-bath:before {
  content: "\f2cd";
}
#ck .fa-battery-empty:before {
  content: "\f244";
}
#ck .fa-battery-full:before {
  content: "\f240";
}
#ck .fa-battery-half:before {
  content: "\f242";
}
#ck .fa-battery-quarter:before {
  content: "\f243";
}
#ck .fa-battery-three-quarters:before {
  content: "\f241";
}
#ck .fa-bed:before {
  content: "\f236";
}
#ck .fa-beer:before {
  content: "\f0fc";
}
#ck .fa-behance:before {
  content: "\f1b4";
}
#ck .fa-behance-square:before {
  content: "\f1b5";
}
#ck .fa-bell:before {
  content: "\f0f3";
}
#ck .fa-bell-slash:before {
  content: "\f1f6";
}
#ck .fa-bezier-curve:before {
  content: "\f55b";
}
#ck .fa-bible:before {
  content: "\f647";
}
#ck .fa-bicycle:before {
  content: "\f206";
}
#ck .fa-bimobject:before {
  content: "\f378";
}
#ck .fa-binoculars:before {
  content: "\f1e5";
}
#ck .fa-birthday-cake:before {
  content: "\f1fd";
}
#ck .fa-bitbucket:before {
  content: "\f171";
}
#ck .fa-bitcoin:before {
  content: "\f379";
}
#ck .fa-bity:before {
  content: "\f37a";
}
#ck .fa-black-tie:before {
  content: "\f27e";
}
#ck .fa-blackberry:before {
  content: "\f37b";
}
#ck .fa-blender:before {
  content: "\f517";
}
#ck .fa-blind:before {
  content: "\f29d";
}
#ck .fa-blogger:before {
  content: "\f37c";
}
#ck .fa-blogger-b:before {
  content: "\f37d";
}
#ck .fa-bluetooth:before {
  content: "\f293";
}
#ck .fa-bluetooth-b:before {
  content: "\f294";
}
#ck .fa-bold:before {
  content: "\f032";
}
#ck .fa-bolt:before {
  content: "\f0e7";
}
#ck .fa-bomb:before {
  content: "\f1e2";
}
#ck .fa-bone:before {
  content: "\f5d7";
}
#ck .fa-bong:before {
  content: "\f55c";
}
#ck .fa-book:before {
  content: "\f02d";
}
#ck .fa-book-open:before {
  content: "\f518";
}
#ck .fa-book-reader:before {
  content: "\f5da";
}
#ck .fa-bookmark:before {
  content: "\f02e";
}
#ck .fa-bowling-ball:before {
  content: "\f436";
}
#ck .fa-box:before {
  content: "\f466";
}
#ck .fa-box-open:before {
  content: "\f49e";
}
#ck .fa-boxes:before {
  content: "\f468";
}
#ck .fa-braille:before {
  content: "\f2a1";
}
#ck .fa-brain:before {
  content: "\f5dc";
}
#ck .fa-briefcase:before {
  content: "\f0b1";
}
#ck .fa-briefcase-medical:before {
  content: "\f469";
}
#ck .fa-broadcast-tower:before {
  content: "\f519";
}
#ck .fa-broom:before {
  content: "\f51a";
}
#ck .fa-brush:before {
  content: "\f55d";
}
#ck .fa-btc:before {
  content: "\f15a";
}
#ck .fa-bug:before {
  content: "\f188";
}
#ck .fa-building:before {
  content: "\f1ad";
}
#ck .fa-bullhorn:before {
  content: "\f0a1";
}
#ck .fa-bullseye:before {
  content: "\f140";
}
#ck .fa-burn:before {
  content: "\f46a";
}
#ck .fa-buromobelexperte:before {
  content: "\f37f";
}
#ck .fa-bus:before {
  content: "\f207";
}
#ck .fa-bus-alt:before {
  content: "\f55e";
}
#ck .fa-business-time:before {
  content: "\f64a";
}
#ck .fa-buysellads:before {
  content: "\f20d";
}
#ck .fa-calculator:before {
  content: "\f1ec";
}
#ck .fa-calendar:before {
  content: "\f133";
}
#ck .fa-calendar-alt:before {
  content: "\f073";
}
#ck .fa-calendar-check:before {
  content: "\f274";
}
#ck .fa-calendar-minus:before {
  content: "\f272";
}
#ck .fa-calendar-plus:before {
  content: "\f271";
}
#ck .fa-calendar-times:before {
  content: "\f273";
}
#ck .fa-camera:before {
  content: "\f030";
}
#ck .fa-camera-retro:before {
  content: "\f083";
}
#ck .fa-cannabis:before {
  content: "\f55f";
}
#ck .fa-capsules:before {
  content: "\f46b";
}
#ck .fa-car:before {
  content: "\f1b9";
}
#ck .fa-car-alt:before {
  content: "\f5de";
}
#ck .fa-car-battery:before {
  content: "\f5df";
}
#ck .fa-car-crash:before {
  content: "\f5e1";
}
#ck .fa-car-side:before {
  content: "\f5e4";
}
#ck .fa-caret-down:before {
  content: "\f0d7";
}
#ck .fa-caret-left:before {
  content: "\f0d9";
}
#ck .fa-caret-right:before {
  content: "\f0da";
}
#ck .fa-caret-square-down:before {
  content: "\f150";
}
#ck .fa-caret-square-left:before {
  content: "\f191";
}
#ck .fa-caret-square-right:before {
  content: "\f152";
}
#ck .fa-caret-square-up:before {
  content: "\f151";
}
#ck .fa-caret-up:before {
  content: "\f0d8";
}
#ck .fa-cart-arrow-down:before {
  content: "\f218";
}
#ck .fa-cart-plus:before {
  content: "\f217";
}
#ck .fa-cc-amazon-pay:before {
  content: "\f42d";
}
#ck .fa-cc-amex:before {
  content: "\f1f3";
}
#ck .fa-cc-apple-pay:before {
  content: "\f416";
}
#ck .fa-cc-diners-club:before {
  content: "\f24c";
}
#ck .fa-cc-discover:before {
  content: "\f1f2";
}
#ck .fa-cc-jcb:before {
  content: "\f24b";
}
#ck .fa-cc-mastercard:before {
  content: "\f1f1";
}
#ck .fa-cc-paypal:before {
  content: "\f1f4";
}
#ck .fa-cc-stripe:before {
  content: "\f1f5";
}
#ck .fa-cc-visa:before {
  content: "\f1f0";
}
#ck .fa-centercode:before {
  content: "\f380";
}
#ck .fa-certificate:before {
  content: "\f0a3";
}
#ck .fa-chalkboard:before {
  content: "\f51b";
}
#ck .fa-chalkboard-teacher:before {
  content: "\f51c";
}
#ck .fa-charging-station:before {
  content: "\f5e7";
}
#ck .fa-chart-area:before {
  content: "\f1fe";
}
#ck .fa-chart-bar:before {
  content: "\f080";
}
#ck .fa-chart-line:before {
  content: "\f201";
}
#ck .fa-chart-pie:before {
  content: "\f200";
}
#ck .fa-check:before {
  content: "\f00c";
}
#ck .fa-check-circle:before {
  content: "\f058";
}
#ck .fa-check-double:before {
  content: "\f560";
}
#ck .fa-check-square:before {
  content: "\f14a";
}
#ck .fa-chess:before {
  content: "\f439";
}
#ck .fa-chess-bishop:before {
  content: "\f43a";
}
#ck .fa-chess-board:before {
  content: "\f43c";
}
#ck .fa-chess-king:before {
  content: "\f43f";
}
#ck .fa-chess-knight:before {
  content: "\f441";
}
#ck .fa-chess-pawn:before {
  content: "\f443";
}
#ck .fa-chess-queen:before {
  content: "\f445";
}
#ck .fa-chess-rook:before {
  content: "\f447";
}
#ck .fa-chevron-circle-down:before {
  content: "\f13a";
}
#ck .fa-chevron-circle-left:before {
  content: "\f137";
}
#ck .fa-chevron-circle-right:before {
  content: "\f138";
}
#ck .fa-chevron-circle-up:before {
  content: "\f139";
}
#ck .fa-chevron-down:before {
  content: "\f078";
}
#ck .fa-chevron-left:before {
  content: "\f053";
}
#ck .fa-chevron-right:before {
  content: "\f054";
}
#ck .fa-chevron-up:before {
  content: "\f077";
}
#ck .fa-child:before {
  content: "\f1ae";
}
#ck .fa-chrome:before {
  content: "\f268";
}
#ck .fa-church:before {
  content: "\f51d";
}
#ck .fa-circle:before {
  content: "\f111";
}
#ck .fa-circle-notch:before {
  content: "\f1ce";
}
#ck .fa-city:before {
  content: "\f64f";
}
#ck .fa-clipboard:before {
  content: "\f328";
}
#ck .fa-clipboard-check:before {
  content: "\f46c";
}
#ck .fa-clipboard-list:before {
  content: "\f46d";
}
#ck .fa-clock:before {
  content: "\f017";
}
#ck .fa-clone:before {
  content: "\f24d";
}
#ck .fa-closed-captioning:before {
  content: "\f20a";
}
#ck .fa-cloud:before {
  content: "\f0c2";
}
#ck .fa-cloud-download-alt:before {
  content: "\f381";
}
#ck .fa-cloud-upload-alt:before {
  content: "\f382";
}
#ck .fa-cloudscale:before {
  content: "\f383";
}
#ck .fa-cloudsmith:before {
  content: "\f384";
}
#ck .fa-cloudversify:before {
  content: "\f385";
}
#ck .fa-cocktail:before {
  content: "\f561";
}
#ck .fa-code:before {
  content: "\f121";
}
#ck .fa-code-branch:before {
  content: "\f126";
}
#ck .fa-codepen:before {
  content: "\f1cb";
}
#ck .fa-codiepie:before {
  content: "\f284";
}
#ck .fa-coffee:before {
  content: "\f0f4";
}
#ck .fa-cog:before {
  content: "\f013";
}
#ck .fa-cogs:before {
  content: "\f085";
}
#ck .fa-coins:before {
  content: "\f51e";
}
#ck .fa-columns:before {
  content: "\f0db";
}
#ck .fa-comment:before {
  content: "\f075";
}
#ck .fa-comment-alt:before {
  content: "\f27a";
}
#ck .fa-comment-dollar:before {
  content: "\f651";
}
#ck .fa-comment-dots:before {
  content: "\f4ad";
}
#ck .fa-comment-slash:before {
  content: "\f4b3";
}
#ck .fa-comments:before {
  content: "\f086";
}
#ck .fa-comments-dollar:before {
  content: "\f653";
}
#ck .fa-compact-disc:before {
  content: "\f51f";
}
#ck .fa-compass:before {
  content: "\f14e";
}
#ck .fa-compress:before {
  content: "\f066";
}
#ck .fa-concierge-bell:before {
  content: "\f562";
}
#ck .fa-connectdevelop:before {
  content: "\f20e";
}
#ck .fa-contao:before {
  content: "\f26d";
}
#ck .fa-cookie:before {
  content: "\f563";
}
#ck .fa-cookie-bite:before {
  content: "\f564";
}
#ck .fa-copy:before {
  content: "\f0c5";
}
#ck .fa-copyright:before {
  content: "\f1f9";
}
#ck .fa-couch:before {
  content: "\f4b8";
}
#ck .fa-cpanel:before {
  content: "\f388";
}
#ck .fa-creative-commons:before {
  content: "\f25e";
}
#ck .fa-creative-commons-by:before {
  content: "\f4e7";
}
#ck .fa-creative-commons-nc:before {
  content: "\f4e8";
}
#ck .fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
#ck .fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
#ck .fa-creative-commons-nd:before {
  content: "\f4eb";
}
#ck .fa-creative-commons-pd:before {
  content: "\f4ec";
}
#ck .fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
#ck .fa-creative-commons-remix:before {
  content: "\f4ee";
}
#ck .fa-creative-commons-sa:before {
  content: "\f4ef";
}
#ck .fa-creative-commons-sampling:before {
  content: "\f4f0";
}
#ck .fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
#ck .fa-creative-commons-share:before {
  content: "\f4f2";
}
#ck .fa-credit-card:before {
  content: "\f09d";
}
#ck .fa-crop:before {
  content: "\f125";
}
#ck .fa-crop-alt:before {
  content: "\f565";
}
#ck .fa-cross:before {
  content: "\f654";
}
#ck .fa-crosshairs:before {
  content: "\f05b";
}
#ck .fa-crow:before {
  content: "\f520";
}
#ck .fa-crown:before {
  content: "\f521";
}
#ck .fa-css3:before {
  content: "\f13c";
}
#ck .fa-css3-alt:before {
  content: "\f38b";
}
#ck .fa-cube:before {
  content: "\f1b2";
}
#ck .fa-cubes:before {
  content: "\f1b3";
}
#ck .fa-cut:before {
  content: "\f0c4";
}
#ck .fa-cuttlefish:before {
  content: "\f38c";
}
#ck .fa-d-and-d:before {
  content: "\f38d";
}
#ck .fa-dashcube:before {
  content: "\f210";
}
#ck .fa-database:before {
  content: "\f1c0";
}
#ck .fa-deaf:before {
  content: "\f2a4";
}
#ck .fa-delicious:before {
  content: "\f1a5";
}
#ck .fa-deploydog:before {
  content: "\f38e";
}
#ck .fa-deskpro:before {
  content: "\f38f";
}
#ck .fa-desktop:before {
  content: "\f108";
}
#ck .fa-deviantart:before {
  content: "\f1bd";
}
#ck .fa-dharmachakra:before {
  content: "\f655";
}
#ck .fa-diagnoses:before {
  content: "\f470";
}
#ck .fa-dice:before {
  content: "\f522";
}
#ck .fa-dice-five:before {
  content: "\f523";
}
#ck .fa-dice-four:before {
  content: "\f524";
}
#ck .fa-dice-one:before {
  content: "\f525";
}
#ck .fa-dice-six:before {
  content: "\f526";
}
#ck .fa-dice-three:before {
  content: "\f527";
}
#ck .fa-dice-two:before {
  content: "\f528";
}
#ck .fa-digg:before {
  content: "\f1a6";
}
#ck .fa-digital-ocean:before {
  content: "\f391";
}
#ck .fa-digital-tachograph:before {
  content: "\f566";
}
#ck .fa-directions:before {
  content: "\f5eb";
}
#ck .fa-discord:before {
  content: "\f392";
}
#ck .fa-discourse:before {
  content: "\f393";
}
#ck .fa-divide:before {
  content: "\f529";
}
#ck .fa-dizzy:before {
  content: "\f567";
}
#ck .fa-dna:before {
  content: "\f471";
}
#ck .fa-dochub:before {
  content: "\f394";
}
#ck .fa-docker:before {
  content: "\f395";
}
#ck .fa-dollar-sign:before {
  content: "\f155";
}
#ck .fa-dolly:before {
  content: "\f472";
}
#ck .fa-dolly-flatbed:before {
  content: "\f474";
}
#ck .fa-donate:before {
  content: "\f4b9";
}
#ck .fa-door-closed:before {
  content: "\f52a";
}
#ck .fa-door-open:before {
  content: "\f52b";
}
#ck .fa-dot-circle:before {
  content: "\f192";
}
#ck .fa-dove:before {
  content: "\f4ba";
}
#ck .fa-download:before {
  content: "\f019";
}
#ck .fa-draft2digital:before {
  content: "\f396";
}
#ck .fa-drafting-compass:before {
  content: "\f568";
}
#ck .fa-draw-polygon:before {
  content: "\f5ee";
}
#ck .fa-dribbble:before {
  content: "\f17d";
}
#ck .fa-dribbble-square:before {
  content: "\f397";
}
#ck .fa-dropbox:before {
  content: "\f16b";
}
#ck .fa-drum:before {
  content: "\f569";
}
#ck .fa-drum-steelpan:before {
  content: "\f56a";
}
#ck .fa-drupal:before {
  content: "\f1a9";
}
#ck .fa-dumbbell:before {
  content: "\f44b";
}
#ck .fa-dyalog:before {
  content: "\f399";
}
#ck .fa-earlybirds:before {
  content: "\f39a";
}
#ck .fa-ebay:before {
  content: "\f4f4";
}
#ck .fa-edge:before {
  content: "\f282";
}
#ck .fa-edit:before {
  content: "\f044";
}
#ck .fa-eject:before {
  content: "\f052";
}
#ck .fa-elementor:before {
  content: "\f430";
}
#ck .fa-ellipsis-h:before {
  content: "\f141";
}
#ck .fa-ellipsis-v:before {
  content: "\f142";
}
#ck .fa-ello:before {
  content: "\f5f1";
}
#ck .fa-ember:before {
  content: "\f423";
}
#ck .fa-empire:before {
  content: "\f1d1";
}
#ck .fa-envelope:before {
  content: "\f0e0";
}
#ck .fa-envelope-open:before {
  content: "\f2b6";
}
#ck .fa-envelope-open-text:before {
  content: "\f658";
}
#ck .fa-envelope-square:before {
  content: "\f199";
}
#ck .fa-envira:before {
  content: "\f299";
}
#ck .fa-equals:before {
  content: "\f52c";
}
#ck .fa-eraser:before {
  content: "\f12d";
}
#ck .fa-erlang:before {
  content: "\f39d";
}
#ck .fa-ethereum:before {
  content: "\f42e";
}
#ck .fa-etsy:before {
  content: "\f2d7";
}
#ck .fa-euro-sign:before {
  content: "\f153";
}
#ck .fa-exchange-alt:before {
  content: "\f362";
}
#ck .fa-exclamation:before {
  content: "\f12a";
}
#ck .fa-exclamation-circle:before {
  content: "\f06a";
}
#ck .fa-exclamation-triangle:before {
  content: "\f071";
}
#ck .fa-expand:before {
  content: "\f065";
}
#ck .fa-expand-arrows-alt:before {
  content: "\f31e";
}
#ck .fa-expeditedssl:before {
  content: "\f23e";
}
#ck .fa-external-link-alt:before {
  content: "\f35d";
}
#ck .fa-external-link-square-alt:before {
  content: "\f360";
}
#ck .fa-eye:before {
  content: "\f06e";
}
#ck .fa-eye-dropper:before {
  content: "\f1fb";
}
#ck .fa-eye-slash:before {
  content: "\f070";
}
#ck .fa-facebook:before {
  content: "\f09a";
}
#ck .fa-facebook-f:before {
  content: "\f39e";
}
#ck .fa-facebook-messenger:before {
  content: "\f39f";
}
#ck .fa-facebook-square:before {
  content: "\f082";
}
#ck .fa-fast-backward:before {
  content: "\f049";
}
#ck .fa-fast-forward:before {
  content: "\f050";
}
#ck .fa-fax:before {
  content: "\f1ac";
}
#ck .fa-feather:before {
  content: "\f52d";
}
#ck .fa-feather-alt:before {
  content: "\f56b";
}
#ck .fa-female:before {
  content: "\f182";
}
#ck .fa-fighter-jet:before {
  content: "\f0fb";
}
#ck .fa-file:before {
  content: "\f15b";
}
#ck .fa-file-alt:before {
  content: "\f15c";
}
#ck .fa-file-archive:before {
  content: "\f1c6";
}
#ck .fa-file-audio:before {
  content: "\f1c7";
}
#ck .fa-file-code:before {
  content: "\f1c9";
}
#ck .fa-file-contract:before {
  content: "\f56c";
}
#ck .fa-file-download:before {
  content: "\f56d";
}
#ck .fa-file-excel:before {
  content: "\f1c3";
}
#ck .fa-file-export:before {
  content: "\f56e";
}
#ck .fa-file-image:before {
  content: "\f1c5";
}
#ck .fa-file-import:before {
  content: "\f56f";
}
#ck .fa-file-invoice:before {
  content: "\f570";
}
#ck .fa-file-invoice-dollar:before {
  content: "\f571";
}
#ck .fa-file-medical:before {
  content: "\f477";
}
#ck .fa-file-medical-alt:before {
  content: "\f478";
}
#ck .fa-file-pdf:before {
  content: "\f1c1";
}
#ck .fa-file-powerpoint:before {
  content: "\f1c4";
}
#ck .fa-file-prescription:before {
  content: "\f572";
}
#ck .fa-file-signature:before {
  content: "\f573";
}
#ck .fa-file-upload:before {
  content: "\f574";
}
#ck .fa-file-video:before {
  content: "\f1c8";
}
#ck .fa-file-word:before {
  content: "\f1c2";
}
#ck .fa-fill:before {
  content: "\f575";
}
#ck .fa-fill-drip:before {
  content: "\f576";
}
#ck .fa-film:before {
  content: "\f008";
}
#ck .fa-filter:before {
  content: "\f0b0";
}
#ck .fa-fingerprint:before {
  content: "\f577";
}
#ck .fa-fire:before {
  content: "\f06d";
}
#ck .fa-fire-extinguisher:before {
  content: "\f134";
}
#ck .fa-firefox:before {
  content: "\f269";
}
#ck .fa-first-aid:before {
  content: "\f479";
}
#ck .fa-first-order:before {
  content: "\f2b0";
}
#ck .fa-first-order-alt:before {
  content: "\f50a";
}
#ck .fa-firstdraft:before {
  content: "\f3a1";
}
#ck .fa-fish:before {
  content: "\f578";
}
#ck .fa-flag:before {
  content: "\f024";
}
#ck .fa-flag-checkered:before {
  content: "\f11e";
}
#ck .fa-flask:before {
  content: "\f0c3";
}
#ck .fa-flickr:before {
  content: "\f16e";
}
#ck .fa-flipboard:before {
  content: "\f44d";
}
#ck .fa-flushed:before {
  content: "\f579";
}
#ck .fa-fly:before {
  content: "\f417";
}
#ck .fa-folder:before {
  content: "\f07b";
}
#ck .fa-folder-minus:before {
  content: "\f65d";
}
#ck .fa-folder-open:before {
  content: "\f07c";
}
#ck .fa-folder-plus:before {
  content: "\f65e";
}
#ck .fa-font:before {
  content: "\f031";
}
#ck .fa-font-awesome:before {
  content: "\f2b4";
}
#ck .fa-font-awesome-alt:before {
  content: "\f35c";
}
#ck .fa-font-awesome-flag:before {
  content: "\f425";
}
#ck .fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
#ck .fa-fonticons:before {
  content: "\f280";
}
#ck .fa-fonticons-fi:before {
  content: "\f3a2";
}
#ck .fa-football-ball:before {
  content: "\f44e";
}
#ck .fa-fort-awesome:before {
  content: "\f286";
}
#ck .fa-fort-awesome-alt:before {
  content: "\f3a3";
}
#ck .fa-forumbee:before {
  content: "\f211";
}
#ck .fa-forward:before {
  content: "\f04e";
}
#ck .fa-foursquare:before {
  content: "\f180";
}
#ck .fa-free-code-camp:before {
  content: "\f2c5";
}
#ck .fa-freebsd:before {
  content: "\f3a4";
}
#ck .fa-frog:before {
  content: "\f52e";
}
#ck .fa-frown:before {
  content: "\f119";
}
#ck .fa-frown-open:before {
  content: "\f57a";
}
#ck .fa-fulcrum:before {
  content: "\f50b";
}
#ck .fa-funnel-dollar:before {
  content: "\f662";
}
#ck .fa-futbol:before {
  content: "\f1e3";
}
#ck .fa-galactic-republic:before {
  content: "\f50c";
}
#ck .fa-galactic-senate:before {
  content: "\f50d";
}
#ck .fa-gamepad:before {
  content: "\f11b";
}
#ck .fa-gas-pump:before {
  content: "\f52f";
}
#ck .fa-gavel:before {
  content: "\f0e3";
}
#ck .fa-gem:before {
  content: "\f3a5";
}
#ck .fa-genderless:before {
  content: "\f22d";
}
#ck .fa-get-pocket:before {
  content: "\f265";
}
#ck .fa-gg:before {
  content: "\f260";
}
#ck .fa-gg-circle:before {
  content: "\f261";
}
#ck .fa-gift:before {
  content: "\f06b";
}
#ck .fa-git:before {
  content: "\f1d3";
}
#ck .fa-git-square:before {
  content: "\f1d2";
}
#ck .fa-github:before {
  content: "\f09b";
}
#ck .fa-github-alt:before {
  content: "\f113";
}
#ck .fa-github-square:before {
  content: "\f092";
}
#ck .fa-gitkraken:before {
  content: "\f3a6";
}
#ck .fa-gitlab:before {
  content: "\f296";
}
#ck .fa-gitter:before {
  content: "\f426";
}
#ck .fa-glass-martini:before {
  content: "\f000";
}
#ck .fa-glass-martini-alt:before {
  content: "\f57b";
}
#ck .fa-glasses:before {
  content: "\f530";
}
#ck .fa-glide:before {
  content: "\f2a5";
}
#ck .fa-glide-g:before {
  content: "\f2a6";
}
#ck .fa-globe:before {
  content: "\f0ac";
}
#ck .fa-globe-africa:before {
  content: "\f57c";
}
#ck .fa-globe-americas:before {
  content: "\f57d";
}
#ck .fa-globe-asia:before {
  content: "\f57e";
}
#ck .fa-gofore:before {
  content: "\f3a7";
}
#ck .fa-golf-ball:before {
  content: "\f450";
}
#ck .fa-goodreads:before {
  content: "\f3a8";
}
#ck .fa-goodreads-g:before {
  content: "\f3a9";
}
#ck .fa-google:before {
  content: "\f1a0";
}
#ck .fa-google-drive:before {
  content: "\f3aa";
}
#ck .fa-google-play:before {
  content: "\f3ab";
}
#ck .fa-google-plus:before {
  content: "\f2b3";
}
#ck .fa-google-plus-g:before {
  content: "\f0d5";
}
#ck .fa-google-plus-square:before {
  content: "\f0d4";
}
#ck .fa-google-wallet:before {
  content: "\f1ee";
}
#ck .fa-gopuram:before {
  content: "\f664";
}
#ck .fa-graduation-cap:before {
  content: "\f19d";
}
#ck .fa-gratipay:before {
  content: "\f184";
}
#ck .fa-grav:before {
  content: "\f2d6";
}
#ck .fa-greater-than:before {
  content: "\f531";
}
#ck .fa-greater-than-equal:before {
  content: "\f532";
}
#ck .fa-grimace:before {
  content: "\f57f";
}
#ck .fa-grin:before {
  content: "\f580";
}
#ck .fa-grin-alt:before {
  content: "\f581";
}
#ck .fa-grin-beam:before {
  content: "\f582";
}
#ck .fa-grin-beam-sweat:before {
  content: "\f583";
}
#ck .fa-grin-hearts:before {
  content: "\f584";
}
#ck .fa-grin-squint:before {
  content: "\f585";
}
#ck .fa-grin-squint-tears:before {
  content: "\f586";
}
#ck .fa-grin-stars:before {
  content: "\f587";
}
#ck .fa-grin-tears:before {
  content: "\f588";
}
#ck .fa-grin-tongue:before {
  content: "\f589";
}
#ck .fa-grin-tongue-squint:before {
  content: "\f58a";
}
#ck .fa-grin-tongue-wink:before {
  content: "\f58b";
}
#ck .fa-grin-wink:before {
  content: "\f58c";
}
#ck .fa-grip-horizontal:before {
  content: "\f58d";
}
#ck .fa-grip-vertical:before {
  content: "\f58e";
}
#ck .fa-gripfire:before {
  content: "\f3ac";
}
#ck .fa-grunt:before {
  content: "\f3ad";
}
#ck .fa-gulp:before {
  content: "\f3ae";
}
#ck .fa-h-square:before {
  content: "\f0fd";
}
#ck .fa-hacker-news:before {
  content: "\f1d4";
}
#ck .fa-hacker-news-square:before {
  content: "\f3af";
}
#ck .fa-hackerrank:before {
  content: "\f5f7";
}
#ck .fa-hamsa:before {
  content: "\f665";
}
#ck .fa-hand-holding:before {
  content: "\f4bd";
}
#ck .fa-hand-holding-heart:before {
  content: "\f4be";
}
#ck .fa-hand-holding-usd:before {
  content: "\f4c0";
}
#ck .fa-hand-lizard:before {
  content: "\f258";
}
#ck .fa-hand-paper:before {
  content: "\f256";
}
#ck .fa-hand-peace:before {
  content: "\f25b";
}
#ck .fa-hand-point-down:before {
  content: "\f0a7";
}
#ck .fa-hand-point-left:before {
  content: "\f0a5";
}
#ck .fa-hand-point-right:before {
  content: "\f0a4";
}
#ck .fa-hand-point-up:before {
  content: "\f0a6";
}
#ck .fa-hand-pointer:before {
  content: "\f25a";
}
#ck .fa-hand-rock:before {
  content: "\f255";
}
#ck .fa-hand-scissors:before {
  content: "\f257";
}
#ck .fa-hand-spock:before {
  content: "\f259";
}
#ck .fa-hands:before {
  content: "\f4c2";
}
#ck .fa-hands-helping:before {
  content: "\f4c4";
}
#ck .fa-handshake:before {
  content: "\f2b5";
}
#ck .fa-hashtag:before {
  content: "\f292";
}
#ck .fa-haykal:before {
  content: "\f666";
}
#ck .fa-hdd:before {
  content: "\f0a0";
}
#ck .fa-heading:before {
  content: "\f1dc";
}
#ck .fa-headphones:before {
  content: "\f025";
}
#ck .fa-headphones-alt:before {
  content: "\f58f";
}
#ck .fa-headset:before {
  content: "\f590";
}
#ck .fa-heart:before {
  content: "\f004";
}
#ck .fa-heartbeat:before {
  content: "\f21e";
}
#ck .fa-helicopter:before {
  content: "\f533";
}
#ck .fa-highlighter:before {
  content: "\f591";
}
#ck .fa-hips:before {
  content: "\f452";
}
#ck .fa-hire-a-helper:before {
  content: "\f3b0";
}
#ck .fa-history:before {
  content: "\f1da";
}
#ck .fa-hockey-puck:before {
  content: "\f453";
}
#ck .fa-home:before {
  content: "\f015";
}
#ck .fa-hooli:before {
  content: "\f427";
}
#ck .fa-hornbill:before {
  content: "\f592";
}
#ck .fa-hospital:before {
  content: "\f0f8";
}
#ck .fa-hospital-alt:before {
  content: "\f47d";
}
#ck .fa-hospital-symbol:before {
  content: "\f47e";
}
#ck .fa-hot-tub:before {
  content: "\f593";
}
#ck .fa-hotel:before {
  content: "\f594";
}
#ck .fa-hotjar:before {
  content: "\f3b1";
}
#ck .fa-hourglass:before {
  content: "\f254";
}
#ck .fa-hourglass-end:before {
  content: "\f253";
}
#ck .fa-hourglass-half:before {
  content: "\f252";
}
#ck .fa-hourglass-start:before {
  content: "\f251";
}
#ck .fa-houzz:before {
  content: "\f27c";
}
#ck .fa-html5:before {
  content: "\f13b";
}
#ck .fa-hubspot:before {
  content: "\f3b2";
}
#ck .fa-i-cursor:before {
  content: "\f246";
}
#ck .fa-id-badge:before {
  content: "\f2c1";
}
#ck .fa-id-card:before {
  content: "\f2c2";
}
#ck .fa-id-card-alt:before {
  content: "\f47f";
}
#ck .fa-image:before {
  content: "\f03e";
}
#ck .fa-images:before {
  content: "\f302";
}
#ck .fa-imdb:before {
  content: "\f2d8";
}
#ck .fa-inbox:before {
  content: "\f01c";
}
#ck .fa-indent:before {
  content: "\f03c";
}
#ck .fa-industry:before {
  content: "\f275";
}
#ck .fa-infinity:before {
  content: "\f534";
}
#ck .fa-info:before {
  content: "\f129";
}
#ck .fa-info-circle:before {
  content: "\f05a";
}
#ck .fa-instagram:before {
  content: "\f16d";
}
#ck .fa-internet-explorer:before {
  content: "\f26b";
}
#ck .fa-ioxhost:before {
  content: "\f208";
}
#ck .fa-italic:before {
  content: "\f033";
}
#ck .fa-itunes:before {
  content: "\f3b4";
}
#ck .fa-itunes-note:before {
  content: "\f3b5";
}
#ck .fa-java:before {
  content: "\f4e4";
}
#ck .fa-jedi:before {
  content: "\f669";
}
#ck .fa-jedi-order:before {
  content: "\f50e";
}
#ck .fa-jenkins:before {
  content: "\f3b6";
}
#ck .fa-joget:before {
  content: "\f3b7";
}
#ck .fa-joint:before {
  content: "\f595";
}
#ck .fa-joomla:before {
  content: "\f1aa";
}
#ck .fa-journal-whills:before {
  content: "\f66a";
}
#ck .fa-js:before {
  content: "\f3b8";
}
#ck .fa-js-square:before {
  content: "\f3b9";
}
#ck .fa-jsfiddle:before {
  content: "\f1cc";
}
#ck .fa-kaaba:before {
  content: "\f66b";
}
#ck .fa-kaggle:before {
  content: "\f5fa";
}
#ck .fa-key:before {
  content: "\f084";
}
#ck .fa-keybase:before {
  content: "\f4f5";
}
#ck .fa-keyboard:before {
  content: "\f11c";
}
#ck .fa-keycdn:before {
  content: "\f3ba";
}
#ck .fa-khanda:before {
  content: "\f66d";
}
#ck .fa-kickstarter:before {
  content: "\f3bb";
}
#ck .fa-kickstarter-k:before {
  content: "\f3bc";
}
#ck .fa-kiss:before {
  content: "\f596";
}
#ck .fa-kiss-beam:before {
  content: "\f597";
}
#ck .fa-kiss-wink-heart:before {
  content: "\f598";
}
#ck .fa-kiwi-bird:before {
  content: "\f535";
}
#ck .fa-korvue:before {
  content: "\f42f";
}
#ck .fa-landmark:before {
  content: "\f66f";
}
#ck .fa-language:before {
  content: "\f1ab";
}
#ck .fa-laptop:before {
  content: "\f109";
}
#ck .fa-laptop-code:before {
  content: "\f5fc";
}
#ck .fa-laravel:before {
  content: "\f3bd";
}
#ck .fa-lastfm:before {
  content: "\f202";
}
#ck .fa-lastfm-square:before {
  content: "\f203";
}
#ck .fa-laugh:before {
  content: "\f599";
}
#ck .fa-laugh-beam:before {
  content: "\f59a";
}
#ck .fa-laugh-squint:before {
  content: "\f59b";
}
#ck .fa-laugh-wink:before {
  content: "\f59c";
}
#ck .fa-layer-group:before {
  content: "\f5fd";
}
#ck .fa-leaf:before {
  content: "\f06c";
}
#ck .fa-leanpub:before {
  content: "\f212";
}
#ck .fa-lemon:before {
  content: "\f094";
}
#ck .fa-less:before {
  content: "\f41d";
}
#ck .fa-less-than:before {
  content: "\f536";
}
#ck .fa-less-than-equal:before {
  content: "\f537";
}
#ck .fa-level-down-alt:before {
  content: "\f3be";
}
#ck .fa-level-up-alt:before {
  content: "\f3bf";
}
#ck .fa-life-ring:before {
  content: "\f1cd";
}
#ck .fa-lightbulb:before {
  content: "\f0eb";
}
#ck .fa-line:before {
  content: "\f3c0";
}
#ck .fa-link:before {
  content: "\f0c1";
}
#ck .fa-linkedin:before {
  content: "\f08c";
}
#ck .fa-linkedin-in:before {
  content: "\f0e1";
}
#ck .fa-linode:before {
  content: "\f2b8";
}
#ck .fa-linux:before {
  content: "\f17c";
}
#ck .fa-lira-sign:before {
  content: "\f195";
}
#ck .fa-list:before {
  content: "\f03a";
}
#ck .fa-list-alt:before {
  content: "\f022";
}
#ck .fa-list-ol:before {
  content: "\f0cb";
}
#ck .fa-list-ul:before {
  content: "\f0ca";
}
#ck .fa-location-arrow:before {
  content: "\f124";
}
#ck .fa-lock:before {
  content: "\f023";
}
#ck .fa-lock-open:before {
  content: "\f3c1";
}
#ck .fa-long-arrow-alt-down:before {
  content: "\f309";
}
#ck .fa-long-arrow-alt-left:before {
  content: "\f30a";
}
#ck .fa-long-arrow-alt-right:before {
  content: "\f30b";
}
#ck .fa-long-arrow-alt-up:before {
  content: "\f30c";
}
#ck .fa-low-vision:before {
  content: "\f2a8";
}
#ck .fa-luggage-cart:before {
  content: "\f59d";
}
#ck .fa-lyft:before {
  content: "\f3c3";
}
#ck .fa-magento:before {
  content: "\f3c4";
}
#ck .fa-magic:before {
  content: "\f0d0";
}
#ck .fa-magnet:before {
  content: "\f076";
}
#ck .fa-mail-bulk:before {
  content: "\f674";
}
#ck .fa-mailchimp:before {
  content: "\f59e";
}
#ck .fa-male:before {
  content: "\f183";
}
#ck .fa-mandalorian:before {
  content: "\f50f";
}
#ck .fa-map:before {
  content: "\f279";
}
#ck .fa-map-marked:before {
  content: "\f59f";
}
#ck .fa-map-marked-alt:before {
  content: "\f5a0";
}
#ck .fa-map-marker:before {
  content: "\f041";
}
#ck .fa-map-marker-alt:before {
  content: "\f3c5";
}
#ck .fa-map-pin:before {
  content: "\f276";
}
#ck .fa-map-signs:before {
  content: "\f277";
}
#ck .fa-markdown:before {
  content: "\f60f";
}
#ck .fa-marker:before {
  content: "\f5a1";
}
#ck .fa-mars:before {
  content: "\f222";
}
#ck .fa-mars-double:before {
  content: "\f227";
}
#ck .fa-mars-stroke:before {
  content: "\f229";
}
#ck .fa-mars-stroke-h:before {
  content: "\f22b";
}
#ck .fa-mars-stroke-v:before {
  content: "\f22a";
}
#ck .fa-mastodon:before {
  content: "\f4f6";
}
#ck .fa-maxcdn:before {
  content: "\f136";
}
#ck .fa-medal:before {
  content: "\f5a2";
}
#ck .fa-medapps:before {
  content: "\f3c6";
}
#ck .fa-medium:before {
  content: "\f23a";
}
#ck .fa-medium-m:before {
  content: "\f3c7";
}
#ck .fa-medkit:before {
  content: "\f0fa";
}
#ck .fa-medrt:before {
  content: "\f3c8";
}
#ck .fa-meetup:before {
  content: "\f2e0";
}
#ck .fa-megaport:before {
  content: "\f5a3";
}
#ck .fa-meh:before {
  content: "\f11a";
}
#ck .fa-meh-blank:before {
  content: "\f5a4";
}
#ck .fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
#ck .fa-memory:before {
  content: "\f538";
}
#ck .fa-menorah:before {
  content: "\f676";
}
#ck .fa-mercury:before {
  content: "\f223";
}
#ck .fa-microchip:before {
  content: "\f2db";
}
#ck .fa-microphone:before {
  content: "\f130";
}
#ck .fa-microphone-alt:before {
  content: "\f3c9";
}
#ck .fa-microphone-alt-slash:before {
  content: "\f539";
}
#ck .fa-microphone-slash:before {
  content: "\f131";
}
#ck .fa-microscope:before {
  content: "\f610";
}
#ck .fa-microsoft:before {
  content: "\f3ca";
}
#ck .fa-minus:before {
  content: "\f068";
}
#ck .fa-minus-circle:before {
  content: "\f056";
}
#ck .fa-minus-square:before {
  content: "\f146";
}
#ck .fa-mix:before {
  content: "\f3cb";
}
#ck .fa-mixcloud:before {
  content: "\f289";
}
#ck .fa-mizuni:before {
  content: "\f3cc";
}
#ck .fa-mobile:before {
  content: "\f10b";
}
#ck .fa-mobile-alt:before {
  content: "\f3cd";
}
#ck .fa-modx:before {
  content: "\f285";
}
#ck .fa-monero:before {
  content: "\f3d0";
}
#ck .fa-money-bill:before {
  content: "\f0d6";
}
#ck .fa-money-bill-alt:before {
  content: "\f3d1";
}
#ck .fa-money-bill-wave:before {
  content: "\f53a";
}
#ck .fa-money-bill-wave-alt:before {
  content: "\f53b";
}
#ck .fa-money-check:before {
  content: "\f53c";
}
#ck .fa-money-check-alt:before {
  content: "\f53d";
}
#ck .fa-monument:before {
  content: "\f5a6";
}
#ck .fa-moon:before {
  content: "\f186";
}
#ck .fa-mortar-pestle:before {
  content: "\f5a7";
}
#ck .fa-mosque:before {
  content: "\f678";
}
#ck .fa-motorcycle:before {
  content: "\f21c";
}
#ck .fa-mouse-pointer:before {
  content: "\f245";
}
#ck .fa-music:before {
  content: "\f001";
}
#ck .fa-napster:before {
  content: "\f3d2";
}
#ck .fa-neos:before {
  content: "\f612";
}
#ck .fa-neuter:before {
  content: "\f22c";
}
#ck .fa-newspaper:before {
  content: "\f1ea";
}
#ck .fa-nimblr:before {
  content: "\f5a8";
}
#ck .fa-nintendo-switch:before {
  content: "\f418";
}
#ck .fa-node:before {
  content: "\f419";
}
#ck .fa-node-js:before {
  content: "\f3d3";
}
#ck .fa-not-equal:before {
  content: "\f53e";
}
#ck .fa-notes-medical:before {
  content: "\f481";
}
#ck .fa-npm:before {
  content: "\f3d4";
}
#ck .fa-ns8:before {
  content: "\f3d5";
}
#ck .fa-nutritionix:before {
  content: "\f3d6";
}
#ck .fa-object-group:before {
  content: "\f247";
}
#ck .fa-object-ungroup:before {
  content: "\f248";
}
#ck .fa-odnoklassniki:before {
  content: "\f263";
}
#ck .fa-odnoklassniki-square:before {
  content: "\f264";
}
#ck .fa-oil-can:before {
  content: "\f613";
}
#ck .fa-old-republic:before {
  content: "\f510";
}
#ck .fa-om:before {
  content: "\f679";
}
#ck .fa-opencart:before {
  content: "\f23d";
}
#ck .fa-openid:before {
  content: "\f19b";
}
#ck .fa-opera:before {
  content: "\f26a";
}
#ck .fa-optin-monster:before {
  content: "\f23c";
}
#ck .fa-osi:before {
  content: "\f41a";
}
#ck .fa-outdent:before {
  content: "\f03b";
}
#ck .fa-page4:before {
  content: "\f3d7";
}
#ck .fa-pagelines:before {
  content: "\f18c";
}
#ck .fa-paint-brush:before {
  content: "\f1fc";
}
#ck .fa-paint-roller:before {
  content: "\f5aa";
}
#ck .fa-palette:before {
  content: "\f53f";
}
#ck .fa-palfed:before {
  content: "\f3d8";
}
#ck .fa-pallet:before {
  content: "\f482";
}
#ck .fa-paper-plane:before {
  content: "\f1d8";
}
#ck .fa-paperclip:before {
  content: "\f0c6";
}
#ck .fa-parachute-box:before {
  content: "\f4cd";
}
#ck .fa-paragraph:before {
  content: "\f1dd";
}
#ck .fa-parking:before {
  content: "\f540";
}
#ck .fa-passport:before {
  content: "\f5ab";
}
#ck .fa-pastafarianism:before {
  content: "\f67b";
}
#ck .fa-paste:before {
  content: "\f0ea";
}
#ck .fa-patreon:before {
  content: "\f3d9";
}
#ck .fa-pause:before {
  content: "\f04c";
}
#ck .fa-pause-circle:before {
  content: "\f28b";
}
#ck .fa-paw:before {
  content: "\f1b0";
}
#ck .fa-paypal:before {
  content: "\f1ed";
}
#ck .fa-peace:before {
  content: "\f67c";
}
#ck .fa-pen:before {
  content: "\f304";
}
#ck .fa-pen-alt:before {
  content: "\f305";
}
#ck .fa-pen-fancy:before {
  content: "\f5ac";
}
#ck .fa-pen-nib:before {
  content: "\f5ad";
}
#ck .fa-pen-square:before {
  content: "\f14b";
}
#ck .fa-pencil-alt:before {
  content: "\f303";
}
#ck .fa-pencil-ruler:before {
  content: "\f5ae";
}
#ck .fa-people-carry:before {
  content: "\f4ce";
}
#ck .fa-percent:before {
  content: "\f295";
}
#ck .fa-percentage:before {
  content: "\f541";
}
#ck .fa-periscope:before {
  content: "\f3da";
}
#ck .fa-phabricator:before {
  content: "\f3db";
}
#ck .fa-phoenix-framework:before {
  content: "\f3dc";
}
#ck .fa-phoenix-squadron:before {
  content: "\f511";
}
#ck .fa-phone:before {
  content: "\f095";
}
#ck .fa-phone-slash:before {
  content: "\f3dd";
}
#ck .fa-phone-square:before {
  content: "\f098";
}
#ck .fa-phone-volume:before {
  content: "\f2a0";
}
#ck .fa-php:before {
  content: "\f457";
}
#ck .fa-pied-piper:before {
  content: "\f2ae";
}
#ck .fa-pied-piper-alt:before {
  content: "\f1a8";
}
#ck .fa-pied-piper-hat:before {
  content: "\f4e5";
}
#ck .fa-pied-piper-pp:before {
  content: "\f1a7";
}
#ck .fa-piggy-bank:before {
  content: "\f4d3";
}
#ck .fa-pills:before {
  content: "\f484";
}
#ck .fa-pinterest:before {
  content: "\f0d2";
}
#ck .fa-pinterest-p:before {
  content: "\f231";
}
#ck .fa-pinterest-square:before {
  content: "\f0d3";
}
#ck .fa-place-of-worship:before {
  content: "\f67f";
}
#ck .fa-plane:before {
  content: "\f072";
}
#ck .fa-plane-arrival:before {
  content: "\f5af";
}
#ck .fa-plane-departure:before {
  content: "\f5b0";
}
#ck .fa-play:before {
  content: "\f04b";
}
#ck .fa-play-circle:before {
  content: "\f144";
}
#ck .fa-playstation:before {
  content: "\f3df";
}
#ck .fa-plug:before {
  content: "\f1e6";
}
#ck .fa-plus:before {
  content: "\f067";
}
#ck .fa-plus-circle:before {
  content: "\f055";
}
#ck .fa-plus-square:before {
  content: "\f0fe";
}
#ck .fa-podcast:before {
  content: "\f2ce";
}
#ck .fa-poll:before {
  content: "\f681";
}
#ck .fa-poll-h:before {
  content: "\f682";
}
#ck .fa-poo:before {
  content: "\f2fe";
}
#ck .fa-poop:before {
  content: "\f619";
}
#ck .fa-portrait:before {
  content: "\f3e0";
}
#ck .fa-pound-sign:before {
  content: "\f154";
}
#ck .fa-power-off:before {
  content: "\f011";
}
#ck .fa-pray:before {
  content: "\f683";
}
#ck .fa-praying-hands:before {
  content: "\f684";
}
#ck .fa-prescription:before {
  content: "\f5b1";
}
#ck .fa-prescription-bottle:before {
  content: "\f485";
}
#ck .fa-prescription-bottle-alt:before {
  content: "\f486";
}
#ck .fa-print:before {
  content: "\f02f";
}
#ck .fa-procedures:before {
  content: "\f487";
}
#ck .fa-product-hunt:before {
  content: "\f288";
}
#ck .fa-project-diagram:before {
  content: "\f542";
}
#ck .fa-pushed:before {
  content: "\f3e1";
}
#ck .fa-puzzle-piece:before {
  content: "\f12e";
}
#ck .fa-python:before {
  content: "\f3e2";
}
#ck .fa-qq:before {
  content: "\f1d6";
}
#ck .fa-qrcode:before {
  content: "\f029";
}
#ck .fa-question:before {
  content: "\f128";
}
#ck .fa-question-circle:before {
  content: "\f059";
}
#ck .fa-quidditch:before {
  content: "\f458";
}
#ck .fa-quinscape:before {
  content: "\f459";
}
#ck .fa-quora:before {
  content: "\f2c4";
}
#ck .fa-quote-left:before {
  content: "\f10d";
}
#ck .fa-quote-right:before {
  content: "\f10e";
}
#ck .fa-quran:before {
  content: "\f687";
}
#ck .fa-r-project:before {
  content: "\f4f7";
}
#ck .fa-random:before {
  content: "\f074";
}
#ck .fa-ravelry:before {
  content: "\f2d9";
}
#ck .fa-react:before {
  content: "\f41b";
}
#ck .fa-readme:before {
  content: "\f4d5";
}
#ck .fa-rebel:before {
  content: "\f1d0";
}
#ck .fa-receipt:before {
  content: "\f543";
}
#ck .fa-recycle:before {
  content: "\f1b8";
}
#ck .fa-red-river:before {
  content: "\f3e3";
}
#ck .fa-reddit:before {
  content: "\f1a1";
}
#ck .fa-reddit-alien:before {
  content: "\f281";
}
#ck .fa-reddit-square:before {
  content: "\f1a2";
}
#ck .fa-redo:before {
  content: "\f01e";
}
#ck .fa-redo-alt:before {
  content: "\f2f9";
}
#ck .fa-registered:before {
  content: "\f25d";
}
#ck .fa-rendact:before {
  content: "\f3e4";
}
#ck .fa-renren:before {
  content: "\f18b";
}
#ck .fa-reply:before {
  content: "\f3e5";
}
#ck .fa-reply-all:before {
  content: "\f122";
}
#ck .fa-replyd:before {
  content: "\f3e6";
}
#ck .fa-researchgate:before {
  content: "\f4f8";
}
#ck .fa-resolving:before {
  content: "\f3e7";
}
#ck .fa-retweet:before {
  content: "\f079";
}
#ck .fa-rev:before {
  content: "\f5b2";
}
#ck .fa-ribbon:before {
  content: "\f4d6";
}
#ck .fa-road:before {
  content: "\f018";
}
#ck .fa-robot:before {
  content: "\f544";
}
#ck .fa-rocket:before {
  content: "\f135";
}
#ck .fa-rocketchat:before {
  content: "\f3e8";
}
#ck .fa-rockrms:before {
  content: "\f3e9";
}
#ck .fa-route:before {
  content: "\f4d7";
}
#ck .fa-rss:before {
  content: "\f09e";
}
#ck .fa-rss-square:before {
  content: "\f143";
}
#ck .fa-ruble-sign:before {
  content: "\f158";
}
#ck .fa-ruler:before {
  content: "\f545";
}
#ck .fa-ruler-combined:before {
  content: "\f546";
}
#ck .fa-ruler-horizontal:before {
  content: "\f547";
}
#ck .fa-ruler-vertical:before {
  content: "\f548";
}
#ck .fa-rupee-sign:before {
  content: "\f156";
}
#ck .fa-sad-cry:before {
  content: "\f5b3";
}
#ck .fa-sad-tear:before {
  content: "\f5b4";
}
#ck .fa-safari:before {
  content: "\f267";
}
#ck .fa-sass:before {
  content: "\f41e";
}
#ck .fa-save:before {
  content: "\f0c7";
}
#ck .fa-schlix:before {
  content: "\f3ea";
}
#ck .fa-school:before {
  content: "\f549";
}
#ck .fa-screwdriver:before {
  content: "\f54a";
}
#ck .fa-scribd:before {
  content: "\f28a";
}
#ck .fa-search:before {
  content: "\f002";
}
#ck .fa-search-dollar:before {
  content: "\f688";
}
#ck .fa-search-location:before {
  content: "\f689";
}
#ck .fa-search-minus:before {
  content: "\f010";
}
#ck .fa-search-plus:before {
  content: "\f00e";
}
#ck .fa-searchengin:before {
  content: "\f3eb";
}
#ck .fa-seedling:before {
  content: "\f4d8";
}
#ck .fa-sellcast:before {
  content: "\f2da";
}
#ck .fa-sellsy:before {
  content: "\f213";
}
#ck .fa-server:before {
  content: "\f233";
}
#ck .fa-servicestack:before {
  content: "\f3ec";
}
#ck .fa-shapes:before {
  content: "\f61f";
}
#ck .fa-share:before {
  content: "\f064";
}
#ck .fa-share-alt:before {
  content: "\f1e0";
}
#ck .fa-share-alt-square:before {
  content: "\f1e1";
}
#ck .fa-share-square:before {
  content: "\f14d";
}
#ck .fa-shekel-sign:before {
  content: "\f20b";
}
#ck .fa-shield-alt:before {
  content: "\f3ed";
}
#ck .fa-ship:before {
  content: "\f21a";
}
#ck .fa-shipping-fast:before {
  content: "\f48b";
}
#ck .fa-shirtsinbulk:before {
  content: "\f214";
}
#ck .fa-shoe-prints:before {
  content: "\f54b";
}
#ck .fa-shopping-bag:before {
  content: "\f290";
}
#ck .fa-shopping-basket:before {
  content: "\f291";
}
#ck .fa-shopping-cart:before {
  content: "\f07a";
}
#ck .fa-shopware:before {
  content: "\f5b5";
}
#ck .fa-shower:before {
  content: "\f2cc";
}
#ck .fa-shuttle-van:before {
  content: "\f5b6";
}
#ck .fa-sign:before {
  content: "\f4d9";
}
#ck .fa-sign-in-alt:before {
  content: "\f2f6";
}
#ck .fa-sign-language:before {
  content: "\f2a7";
}
#ck .fa-sign-out-alt:before {
  content: "\f2f5";
}
#ck .fa-signal:before {
  content: "\f012";
}
#ck .fa-signature:before {
  content: "\f5b7";
}
#ck .fa-simplybuilt:before {
  content: "\f215";
}
#ck .fa-sistrix:before {
  content: "\f3ee";
}
#ck .fa-sitemap:before {
  content: "\f0e8";
}
#ck .fa-sith:before {
  content: "\f512";
}
#ck .fa-skull:before {
  content: "\f54c";
}
#ck .fa-skyatlas:before {
  content: "\f216";
}
#ck .fa-skype:before {
  content: "\f17e";
}
#ck .fa-slack:before {
  content: "\f198";
}
#ck .fa-slack-hash:before {
  content: "\f3ef";
}
#ck .fa-sliders-h:before {
  content: "\f1de";
}
#ck .fa-slideshare:before {
  content: "\f1e7";
}
#ck .fa-smile:before {
  content: "\f118";
}
#ck .fa-smile-beam:before {
  content: "\f5b8";
}
#ck .fa-smile-wink:before {
  content: "\f4da";
}
#ck .fa-smoking:before {
  content: "\f48d";
}
#ck .fa-smoking-ban:before {
  content: "\f54d";
}
#ck .fa-snapchat:before {
  content: "\f2ab";
}
#ck .fa-snapchat-ghost:before {
  content: "\f2ac";
}
#ck .fa-snapchat-square:before {
  content: "\f2ad";
}
#ck .fa-snowflake:before {
  content: "\f2dc";
}
#ck .fa-socks:before {
  content: "\f696";
}
#ck .fa-solar-panel:before {
  content: "\f5ba";
}
#ck .fa-sort:before {
  content: "\f0dc";
}
#ck .fa-sort-alpha-down:before {
  content: "\f15d";
}
#ck .fa-sort-alpha-up:before {
  content: "\f15e";
}
#ck .fa-sort-amount-down:before {
  content: "\f160";
}
#ck .fa-sort-amount-up:before {
  content: "\f161";
}
#ck .fa-sort-down:before {
  content: "\f0dd";
}
#ck .fa-sort-numeric-down:before {
  content: "\f162";
}
#ck .fa-sort-numeric-up:before {
  content: "\f163";
}
#ck .fa-sort-up:before {
  content: "\f0de";
}
#ck .fa-soundcloud:before {
  content: "\f1be";
}
#ck .fa-spa:before {
  content: "\f5bb";
}
#ck .fa-space-shuttle:before {
  content: "\f197";
}
#ck .fa-speakap:before {
  content: "\f3f3";
}
#ck .fa-spinner:before {
  content: "\f110";
}
#ck .fa-splotch:before {
  content: "\f5bc";
}
#ck .fa-spotify:before {
  content: "\f1bc";
}
#ck .fa-spray-can:before {
  content: "\f5bd";
}
#ck .fa-square:before {
  content: "\f0c8";
}
#ck .fa-square-full:before {
  content: "\f45c";
}
#ck .fa-square-root-alt:before {
  content: "\f698";
}
#ck .fa-squarespace:before {
  content: "\f5be";
}
#ck .fa-stack-exchange:before {
  content: "\f18d";
}
#ck .fa-stack-overflow:before {
  content: "\f16c";
}
#ck .fa-stamp:before {
  content: "\f5bf";
}
#ck .fa-star:before {
  content: "\f005";
}
#ck .fa-star-and-crescent:before {
  content: "\f699";
}
#ck .fa-star-half:before {
  content: "\f089";
}
#ck .fa-star-half-alt:before {
  content: "\f5c0";
}
#ck .fa-star-of-david:before {
  content: "\f69a";
}
#ck .fa-star-of-life:before {
  content: "\f621";
}
#ck .fa-staylinked:before {
  content: "\f3f5";
}
#ck .fa-steam:before {
  content: "\f1b6";
}
#ck .fa-steam-square:before {
  content: "\f1b7";
}
#ck .fa-steam-symbol:before {
  content: "\f3f6";
}
#ck .fa-step-backward:before {
  content: "\f048";
}
#ck .fa-step-forward:before {
  content: "\f051";
}
#ck .fa-stethoscope:before {
  content: "\f0f1";
}
#ck .fa-sticker-mule:before {
  content: "\f3f7";
}
#ck .fa-sticky-note:before {
  content: "\f249";
}
#ck .fa-stop:before {
  content: "\f04d";
}
#ck .fa-stop-circle:before {
  content: "\f28d";
}
#ck .fa-stopwatch:before {
  content: "\f2f2";
}
#ck .fa-store:before {
  content: "\f54e";
}
#ck .fa-store-alt:before {
  content: "\f54f";
}
#ck .fa-strava:before {
  content: "\f428";
}
#ck .fa-stream:before {
  content: "\f550";
}
#ck .fa-street-view:before {
  content: "\f21d";
}
#ck .fa-strikethrough:before {
  content: "\f0cc";
}
#ck .fa-stripe:before {
  content: "\f429";
}
#ck .fa-stripe-s:before {
  content: "\f42a";
}
#ck .fa-stroopwafel:before {
  content: "\f551";
}
#ck .fa-studiovinari:before {
  content: "\f3f8";
}
#ck .fa-stumbleupon:before {
  content: "\f1a4";
}
#ck .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
#ck .fa-subscript:before {
  content: "\f12c";
}
#ck .fa-subway:before {
  content: "\f239";
}
#ck .fa-suitcase:before {
  content: "\f0f2";
}
#ck .fa-suitcase-rolling:before {
  content: "\f5c1";
}
#ck .fa-sun:before {
  content: "\f185";
}
#ck .fa-superpowers:before {
  content: "\f2dd";
}
#ck .fa-superscript:before {
  content: "\f12b";
}
#ck .fa-supple:before {
  content: "\f3f9";
}
#ck .fa-surprise:before {
  content: "\f5c2";
}
#ck .fa-swatchbook:before {
  content: "\f5c3";
}
#ck .fa-swimmer:before {
  content: "\f5c4";
}
#ck .fa-swimming-pool:before {
  content: "\f5c5";
}
#ck .fa-synagogue:before {
  content: "\f69b";
}
#ck .fa-sync:before {
  content: "\f021";
}
#ck .fa-sync-alt:before {
  content: "\f2f1";
}
#ck .fa-syringe:before {
  content: "\f48e";
}
#ck .fa-table:before {
  content: "\f0ce";
}
#ck .fa-table-tennis:before {
  content: "\f45d";
}
#ck .fa-tablet:before {
  content: "\f10a";
}
#ck .fa-tablet-alt:before {
  content: "\f3fa";
}
#ck .fa-tablets:before {
  content: "\f490";
}
#ck .fa-tachometer-alt:before {
  content: "\f3fd";
}
#ck .fa-tag:before {
  content: "\f02b";
}
#ck .fa-tags:before {
  content: "\f02c";
}
#ck .fa-tape:before {
  content: "\f4db";
}
#ck .fa-tasks:before {
  content: "\f0ae";
}
#ck .fa-taxi:before {
  content: "\f1ba";
}
#ck .fa-teamspeak:before {
  content: "\f4f9";
}
#ck .fa-teeth:before {
  content: "\f62e";
}
#ck .fa-teeth-open:before {
  content: "\f62f";
}
#ck .fa-telegram:before {
  content: "\f2c6";
}
#ck .fa-telegram-plane:before {
  content: "\f3fe";
}
#ck .fa-tencent-weibo:before {
  content: "\f1d5";
}
#ck .fa-terminal:before {
  content: "\f120";
}
#ck .fa-text-height:before {
  content: "\f034";
}
#ck .fa-text-width:before {
  content: "\f035";
}
#ck .fa-th:before {
  content: "\f00a";
}
#ck .fa-th-large:before {
  content: "\f009";
}
#ck .fa-th-list:before {
  content: "\f00b";
}
#ck .fa-the-red-yeti:before {
  content: "\f69d";
}
#ck .fa-theater-masks:before {
  content: "\f630";
}
#ck .fa-themeco:before {
  content: "\f5c6";
}
#ck .fa-themeisle:before {
  content: "\f2b2";
}
#ck .fa-thermometer:before {
  content: "\f491";
}
#ck .fa-thermometer-empty:before {
  content: "\f2cb";
}
#ck .fa-thermometer-full:before {
  content: "\f2c7";
}
#ck .fa-thermometer-half:before {
  content: "\f2c9";
}
#ck .fa-thermometer-quarter:before {
  content: "\f2ca";
}
#ck .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
#ck .fa-thumbs-down:before {
  content: "\f165";
}
#ck .fa-thumbs-up:before {
  content: "\f164";
}
#ck .fa-thumbtack:before {
  content: "\f08d";
}
#ck .fa-ticket-alt:before {
  content: "\f3ff";
}
#ck .fa-times:before {
  content: "\f00d";
}
#ck .fa-times-circle:before {
  content: "\f057";
}
#ck .fa-tint:before {
  content: "\f043";
}
#ck .fa-tint-slash:before {
  content: "\f5c7";
}
#ck .fa-tired:before {
  content: "\f5c8";
}
#ck .fa-toggle-off:before {
  content: "\f204";
}
#ck .fa-toggle-on:before {
  content: "\f205";
}
#ck .fa-toolbox:before {
  content: "\f552";
}
#ck .fa-tooth:before {
  content: "\f5c9";
}
#ck .fa-torah:before {
  content: "\f6a0";
}
#ck .fa-torii-gate:before {
  content: "\f6a1";
}
#ck .fa-trade-federation:before {
  content: "\f513";
}
#ck .fa-trademark:before {
  content: "\f25c";
}
#ck .fa-traffic-light:before {
  content: "\f637";
}
#ck .fa-train:before {
  content: "\f238";
}
#ck .fa-transgender:before {
  content: "\f224";
}
#ck .fa-transgender-alt:before {
  content: "\f225";
}
#ck .fa-trash:before {
  content: "\f1f8";
}
#ck .fa-trash-alt:before {
  content: "\f2ed";
}
#ck .fa-tree:before {
  content: "\f1bb";
}
#ck .fa-trello:before {
  content: "\f181";
}
#ck .fa-tripadvisor:before {
  content: "\f262";
}
#ck .fa-trophy:before {
  content: "\f091";
}
#ck .fa-truck:before {
  content: "\f0d1";
}
#ck .fa-truck-loading:before {
  content: "\f4de";
}
#ck .fa-truck-monster:before {
  content: "\f63b";
}
#ck .fa-truck-moving:before {
  content: "\f4df";
}
#ck .fa-truck-pickup:before {
  content: "\f63c";
}
#ck .fa-tshirt:before {
  content: "\f553";
}
#ck .fa-tty:before {
  content: "\f1e4";
}
#ck .fa-tumblr:before {
  content: "\f173";
}
#ck .fa-tumblr-square:before {
  content: "\f174";
}
#ck .fa-tv:before {
  content: "\f26c";
}
#ck .fa-twitch:before {
  content: "\f1e8";
}
#ck .fa-twitter:before {
  content: "\f099";
}
#ck .fa-twitter-square:before {
  content: "\f081";
}
#ck .fa-typo3:before {
  content: "\f42b";
}
#ck .fa-uber:before {
  content: "\f402";
}
#ck .fa-uikit:before {
  content: "\f403";
}
#ck .fa-umbrella:before {
  content: "\f0e9";
}
#ck .fa-umbrella-beach:before {
  content: "\f5ca";
}
#ck .fa-underline:before {
  content: "\f0cd";
}
#ck .fa-undo:before {
  content: "\f0e2";
}
#ck .fa-undo-alt:before {
  content: "\f2ea";
}
#ck .fa-uniregistry:before {
  content: "\f404";
}
#ck .fa-universal-access:before {
  content: "\f29a";
}
#ck .fa-university:before {
  content: "\f19c";
}
#ck .fa-unlink:before {
  content: "\f127";
}
#ck .fa-unlock:before {
  content: "\f09c";
}
#ck .fa-unlock-alt:before {
  content: "\f13e";
}
#ck .fa-untappd:before {
  content: "\f405";
}
#ck .fa-upload:before {
  content: "\f093";
}
#ck .fa-usb:before {
  content: "\f287";
}
#ck .fa-user:before {
  content: "\f007";
}
#ck .fa-user-alt:before {
  content: "\f406";
}
#ck .fa-user-alt-slash:before {
  content: "\f4fa";
}
#ck .fa-user-astronaut:before {
  content: "\f4fb";
}
#ck .fa-user-check:before {
  content: "\f4fc";
}
#ck .fa-user-circle:before {
  content: "\f2bd";
}
#ck .fa-user-clock:before {
  content: "\f4fd";
}
#ck .fa-user-cog:before {
  content: "\f4fe";
}
#ck .fa-user-edit:before {
  content: "\f4ff";
}
#ck .fa-user-friends:before {
  content: "\f500";
}
#ck .fa-user-graduate:before {
  content: "\f501";
}
#ck .fa-user-lock:before {
  content: "\f502";
}
#ck .fa-user-md:before {
  content: "\f0f0";
}
#ck .fa-user-minus:before {
  content: "\f503";
}
#ck .fa-user-ninja:before {
  content: "\f504";
}
#ck .fa-user-plus:before {
  content: "\f234";
}
#ck .fa-user-secret:before {
  content: "\f21b";
}
#ck .fa-user-shield:before {
  content: "\f505";
}
#ck .fa-user-slash:before {
  content: "\f506";
}
#ck .fa-user-tag:before {
  content: "\f507";
}
#ck .fa-user-tie:before {
  content: "\f508";
}
#ck .fa-user-times:before {
  content: "\f235";
}
#ck .fa-users:before {
  content: "\f0c0";
}
#ck .fa-users-cog:before {
  content: "\f509";
}
#ck .fa-ussunnah:before {
  content: "\f407";
}
#ck .fa-utensil-spoon:before {
  content: "\f2e5";
}
#ck .fa-utensils:before {
  content: "\f2e7";
}
#ck .fa-vaadin:before {
  content: "\f408";
}
#ck .fa-vector-square:before {
  content: "\f5cb";
}
#ck .fa-venus:before {
  content: "\f221";
}
#ck .fa-venus-double:before {
  content: "\f226";
}
#ck .fa-venus-mars:before {
  content: "\f228";
}
#ck .fa-viacoin:before {
  content: "\f237";
}
#ck .fa-viadeo:before {
  content: "\f2a9";
}
#ck .fa-viadeo-square:before {
  content: "\f2aa";
}
#ck .fa-vial:before {
  content: "\f492";
}
#ck .fa-vials:before {
  content: "\f493";
}
#ck .fa-viber:before {
  content: "\f409";
}
#ck .fa-video:before {
  content: "\f03d";
}
#ck .fa-video-slash:before {
  content: "\f4e2";
}
#ck .fa-vihara:before {
  content: "\f6a7";
}
#ck .fa-vimeo:before {
  content: "\f40a";
}
#ck .fa-vimeo-square:before {
  content: "\f194";
}
#ck .fa-vimeo-v:before {
  content: "\f27d";
}
#ck .fa-vine:before {
  content: "\f1ca";
}
#ck .fa-vk:before {
  content: "\f189";
}
#ck .fa-vnv:before {
  content: "\f40b";
}
#ck .fa-volleyball-ball:before {
  content: "\f45f";
}
#ck .fa-volume-down:before {
  content: "\f027";
}
#ck .fa-volume-off:before {
  content: "\f026";
}
#ck .fa-volume-up:before {
  content: "\f028";
}
#ck .fa-vuejs:before {
  content: "\f41f";
}
#ck .fa-walking:before {
  content: "\f554";
}
#ck .fa-wallet:before {
  content: "\f555";
}
#ck .fa-warehouse:before {
  content: "\f494";
}
#ck .fa-weebly:before {
  content: "\f5cc";
}
#ck .fa-weibo:before {
  content: "\f18a";
}
#ck .fa-weight:before {
  content: "\f496";
}
#ck .fa-weight-hanging:before {
  content: "\f5cd";
}
#ck .fa-weixin:before {
  content: "\f1d7";
}
#ck .fa-whatsapp:before {
  content: "\f232";
}
#ck .fa-whatsapp-square:before {
  content: "\f40c";
}
#ck .fa-wheelchair:before {
  content: "\f193";
}
#ck .fa-whmcs:before {
  content: "\f40d";
}
#ck .fa-wifi:before {
  content: "\f1eb";
}
#ck .fa-wikipedia-w:before {
  content: "\f266";
}
#ck .fa-window-close:before {
  content: "\f410";
}
#ck .fa-window-maximize:before {
  content: "\f2d0";
}
#ck .fa-window-minimize:before {
  content: "\f2d1";
}
#ck .fa-window-restore:before {
  content: "\f2d2";
}
#ck .fa-windows:before {
  content: "\f17a";
}
#ck .fa-wine-glass:before {
  content: "\f4e3";
}
#ck .fa-wine-glass-alt:before {
  content: "\f5ce";
}
#ck .fa-wix:before {
  content: "\f5cf";
}
#ck .fa-wolf-pack-battalion:before {
  content: "\f514";
}
#ck .fa-won-sign:before {
  content: "\f159";
}
#ck .fa-wordpress:before {
  content: "\f19a";
}
#ck .fa-wordpress-simple:before {
  content: "\f411";
}
#ck .fa-wpbeginner:before {
  content: "\f297";
}
#ck .fa-wpexplorer:before {
  content: "\f2de";
}
#ck .fa-wpforms:before {
  content: "\f298";
}
#ck .fa-wrench:before {
  content: "\f0ad";
}
#ck .fa-x-ray:before {
  content: "\f497";
}
#ck .fa-xbox:before {
  content: "\f412";
}
#ck .fa-xing:before {
  content: "\f168";
}
#ck .fa-xing-square:before {
  content: "\f169";
}
#ck .fa-y-combinator:before {
  content: "\f23b";
}
#ck .fa-yahoo:before {
  content: "\f19e";
}
#ck .fa-yandex:before {
  content: "\f413";
}
#ck .fa-yandex-international:before {
  content: "\f414";
}
#ck .fa-yelp:before {
  content: "\f1e9";
}
#ck .fa-yen-sign:before {
  content: "\f157";
}
#ck .fa-yin-yang:before {
  content: "\f6ad";
}
#ck .fa-yoast:before {
  content: "\f2b1";
}
#ck .fa-youtube:before {
  content: "\f167";
}
#ck .fa-youtube-square:before {
  content: "\f431";
}
#ck .fa-zhihu:before {
  content: "\f63f";
}
#ck .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#ck .sr-only-focusable:active,
#ck .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts//fa-solid-900.eot');
  src: url('../fonts//fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts//fa-solid-900.woff2') format('woff2'), url('../fonts//fa-solid-900.woff') format('woff'), url('../fonts//fa-solid-900.ttf') format('truetype'), url('../fonts//fa-solid-900.svg#fontawesome') format('svg');
}
#ck .fa,
#ck .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts//fa-regular-400.eot');
  src: url('../fonts//fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts//fa-regular-400.woff2') format('woff2'), url('../fonts//fa-regular-400.woff') format('woff'), url('../fonts//fa-regular-400.ttf') format('truetype'), url('../fonts//fa-regular-400.svg#fontawesome') format('svg');
}
#ck .far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts//fa-brands-400.eot');
  src: url('../fonts//fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../fonts//fa-brands-400.woff2') format('woff2'), url('../fonts//fa-brands-400.woff') format('woff'), url('../fonts//fa-brands-400.ttf') format('truetype'), url('../fonts//fa-brands-400.svg#fontawesome') format('svg');
}
#ck .fab {
  font-family: 'Font Awesome 5 Brands';
}
#ck .t-hidden {
  display: none !important;
}
#ck .t-block {
  display: block !important;
}
#ck .t-inline {
  display: inline !important;
}
#ck .t-inline-block {
  display: inline-block !important;
}
#ck .pull-left,
#ck .t-lg-pull-left {
  float: left !important;
}
#ck .pull-right,
#ck .t-lg-pull-right {
  float: right !important;
}
#ck.is-mobile .t-lg-pull-left,
#ck.is-mobile .t-lg-pull-right {
  float: none !important;
}
#ck .t-lg-pull-right {
  float: right !important;
}
#ck .t-xs-visible {
  display: none;
}
#ck.is-mobile .t-xs-visible {
  display: inline-block;
}
#ck .t-fs--sm {
  font-size: 12px !important;
}
#ck .t-fs--lg {
  font-size: 15px !important;
}
#ck .t-text--left {
  text-align: left !important;
}
#ck .t-text--right {
  text-align: right !important;
}
#ck .t-text--center {
  text-align: center !important;
}
#ck .t-text--justify {
  text-align: justify !important;
}
#ck .t-text--nowrap {
  white-space: nowrap !important;
}
#ck .t-text--lowercase {
  text-transform: lowercase !important;
}
#ck .t-text--uppercase {
  text-transform: uppercase !important;
}
#ck .t-text--capitalize {
  text-transform: capitalize !important;
}
#ck .t-text--muted {
  color: var(--ck-font-color--d) !important;
}
