html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src:
    url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3')
      format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.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(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '\f000';
}
.fa-music:before {
  content: '\f001';
}
.fa-search:before {
  content: '\f002';
}
.fa-envelope-o:before {
  content: '\f003';
}
.fa-heart:before {
  content: '\f004';
}
.fa-star:before {
  content: '\f005';
}
.fa-star-o:before {
  content: '\f006';
}
.fa-user:before {
  content: '\f007';
}
.fa-film:before {
  content: '\f008';
}
.fa-th-large:before {
  content: '\f009';
}
.fa-th:before {
  content: '\f00a';
}
.fa-th-list:before {
  content: '\f00b';
}
.fa-check:before {
  content: '\f00c';
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}
.fa-search-plus:before {
  content: '\f00e';
}
.fa-search-minus:before {
  content: '\f010';
}
.fa-power-off:before {
  content: '\f011';
}
.fa-signal:before {
  content: '\f012';
}
.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}
.fa-trash-o:before {
  content: '\f014';
}
.fa-home:before {
  content: '\f015';
}
.fa-file-o:before {
  content: '\f016';
}
.fa-clock-o:before {
  content: '\f017';
}
.fa-road:before {
  content: '\f018';
}
.fa-download:before {
  content: '\f019';
}
.fa-arrow-circle-o-down:before {
  content: '\f01a';
}
.fa-arrow-circle-o-up:before {
  content: '\f01b';
}
.fa-inbox:before {
  content: '\f01c';
}
.fa-play-circle-o:before {
  content: '\f01d';
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}
.fa-refresh:before {
  content: '\f021';
}
.fa-list-alt:before {
  content: '\f022';
}
.fa-lock:before {
  content: '\f023';
}
.fa-flag:before {
  content: '\f024';
}
.fa-headphones:before {
  content: '\f025';
}
.fa-volume-off:before {
  content: '\f026';
}
.fa-volume-down:before {
  content: '\f027';
}
.fa-volume-up:before {
  content: '\f028';
}
.fa-qrcode:before {
  content: '\f029';
}
.fa-barcode:before {
  content: '\f02a';
}
.fa-tag:before {
  content: '\f02b';
}
.fa-tags:before {
  content: '\f02c';
}
.fa-book:before {
  content: '\f02d';
}
.fa-bookmark:before {
  content: '\f02e';
}
.fa-print:before {
  content: '\f02f';
}
.fa-camera:before {
  content: '\f030';
}
.fa-font:before {
  content: '\f031';
}
.fa-bold:before {
  content: '\f032';
}
.fa-italic:before {
  content: '\f033';
}
.fa-text-height:before {
  content: '\f034';
}
.fa-text-width:before {
  content: '\f035';
}
.fa-align-left:before {
  content: '\f036';
}
.fa-align-center:before {
  content: '\f037';
}
.fa-align-right:before {
  content: '\f038';
}
.fa-align-justify:before {
  content: '\f039';
}
.fa-list:before {
  content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}
.fa-indent:before {
  content: '\f03c';
}
.fa-video-camera:before {
  content: '\f03d';
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}
.fa-pencil:before {
  content: '\f040';
}
.fa-map-marker:before {
  content: '\f041';
}
.fa-adjust:before {
  content: '\f042';
}
.fa-tint:before {
  content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}
.fa-share-square-o:before {
  content: '\f045';
}
.fa-check-square-o:before {
  content: '\f046';
}
.fa-arrows:before {
  content: '\f047';
}
.fa-step-backward:before {
  content: '\f048';
}
.fa-fast-backward:before {
  content: '\f049';
}
.fa-backward:before {
  content: '\f04a';
}
.fa-play:before {
  content: '\f04b';
}
.fa-pause:before {
  content: '\f04c';
}
.fa-stop:before {
  content: '\f04d';
}
.fa-forward:before {
  content: '\f04e';
}
.fa-fast-forward:before {
  content: '\f050';
}
.fa-step-forward:before {
  content: '\f051';
}
.fa-eject:before {
  content: '\f052';
}
.fa-chevron-left:before {
  content: '\f053';
}
.fa-chevron-right:before {
  content: '\f054';
}
.fa-plus-circle:before {
  content: '\f055';
}
.fa-minus-circle:before {
  content: '\f056';
}
.fa-times-circle:before {
  content: '\f057';
}
.fa-check-circle:before {
  content: '\f058';
}
.fa-question-circle:before {
  content: '\f059';
}
.fa-info-circle:before {
  content: '\f05a';
}
.fa-crosshairs:before {
  content: '\f05b';
}
.fa-times-circle-o:before {
  content: '\f05c';
}
.fa-check-circle-o:before {
  content: '\f05d';
}
.fa-ban:before {
  content: '\f05e';
}
.fa-arrow-left:before {
  content: '\f060';
}
.fa-arrow-right:before {
  content: '\f061';
}
.fa-arrow-up:before {
  content: '\f062';
}
.fa-arrow-down:before {
  content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}
.fa-expand:before {
  content: '\f065';
}
.fa-compress:before {
  content: '\f066';
}
.fa-plus:before {
  content: '\f067';
}
.fa-minus:before {
  content: '\f068';
}
.fa-asterisk:before {
  content: '\f069';
}
.fa-exclamation-circle:before {
  content: '\f06a';
}
.fa-gift:before {
  content: '\f06b';
}
.fa-leaf:before {
  content: '\f06c';
}
.fa-fire:before {
  content: '\f06d';
}
.fa-eye:before {
  content: '\f06e';
}
.fa-eye-slash:before {
  content: '\f070';
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}
.fa-plane:before {
  content: '\f072';
}
.fa-calendar:before {
  content: '\f073';
}
.fa-random:before {
  content: '\f074';
}
.fa-comment:before {
  content: '\f075';
}
.fa-magnet:before {
  content: '\f076';
}
.fa-chevron-up:before {
  content: '\f077';
}
.fa-chevron-down:before {
  content: '\f078';
}
.fa-retweet:before {
  content: '\f079';
}
.fa-shopping-cart:before {
  content: '\f07a';
}
.fa-folder:before {
  content: '\f07b';
}
.fa-folder-open:before {
  content: '\f07c';
}
.fa-arrows-v:before {
  content: '\f07d';
}
.fa-arrows-h:before {
  content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}
.fa-twitter-square:before {
  content: '\f081';
}
.fa-facebook-square:before {
  content: '\f082';
}
.fa-camera-retro:before {
  content: '\f083';
}
.fa-key:before {
  content: '\f084';
}
.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}
.fa-comments:before {
  content: '\f086';
}
.fa-thumbs-o-up:before {
  content: '\f087';
}
.fa-thumbs-o-down:before {
  content: '\f088';
}
.fa-star-half:before {
  content: '\f089';
}
.fa-heart-o:before {
  content: '\f08a';
}
.fa-sign-out:before {
  content: '\f08b';
}
.fa-linkedin-square:before {
  content: '\f08c';
}
.fa-thumb-tack:before {
  content: '\f08d';
}
.fa-external-link:before {
  content: '\f08e';
}
.fa-sign-in:before {
  content: '\f090';
}
.fa-trophy:before {
  content: '\f091';
}
.fa-github-square:before {
  content: '\f092';
}
.fa-upload:before {
  content: '\f093';
}
.fa-lemon-o:before {
  content: '\f094';
}
.fa-phone:before {
  content: '\f095';
}
.fa-square-o:before {
  content: '\f096';
}
.fa-bookmark-o:before {
  content: '\f097';
}
.fa-phone-square:before {
  content: '\f098';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}
.fa-github:before {
  content: '\f09b';
}
.fa-unlock:before {
  content: '\f09c';
}
.fa-credit-card:before {
  content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}
.fa-hdd-o:before {
  content: '\f0a0';
}
.fa-bullhorn:before {
  content: '\f0a1';
}
.fa-bell:before {
  content: '\f0f3';
}
.fa-certificate:before {
  content: '\f0a3';
}
.fa-hand-o-right:before {
  content: '\f0a4';
}
.fa-hand-o-left:before {
  content: '\f0a5';
}
.fa-hand-o-up:before {
  content: '\f0a6';
}
.fa-hand-o-down:before {
  content: '\f0a7';
}
.fa-arrow-circle-left:before {
  content: '\f0a8';
}
.fa-arrow-circle-right:before {
  content: '\f0a9';
}
.fa-arrow-circle-up:before {
  content: '\f0aa';
}
.fa-arrow-circle-down:before {
  content: '\f0ab';
}
.fa-globe:before {
  content: '\f0ac';
}
.fa-wrench:before {
  content: '\f0ad';
}
.fa-tasks:before {
  content: '\f0ae';
}
.fa-filter:before {
  content: '\f0b0';
}
.fa-briefcase:before {
  content: '\f0b1';
}
.fa-arrows-alt:before {
  content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}
.fa-cloud:before {
  content: '\f0c2';
}
.fa-flask:before {
  content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}
.fa-paperclip:before {
  content: '\f0c6';
}
.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}
.fa-square:before {
  content: '\f0c8';
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}
.fa-list-ul:before {
  content: '\f0ca';
}
.fa-list-ol:before {
  content: '\f0cb';
}
.fa-strikethrough:before {
  content: '\f0cc';
}
.fa-underline:before {
  content: '\f0cd';
}
.fa-table:before {
  content: '\f0ce';
}
.fa-magic:before {
  content: '\f0d0';
}
.fa-truck:before {
  content: '\f0d1';
}
.fa-pinterest:before {
  content: '\f0d2';
}
.fa-pinterest-square:before {
  content: '\f0d3';
}
.fa-google-plus-square:before {
  content: '\f0d4';
}
.fa-google-plus:before {
  content: '\f0d5';
}
.fa-money:before {
  content: '\f0d6';
}
.fa-caret-down:before {
  content: '\f0d7';
}
.fa-caret-up:before {
  content: '\f0d8';
}
.fa-caret-left:before {
  content: '\f0d9';
}
.fa-caret-right:before {
  content: '\f0da';
}
.fa-columns:before {
  content: '\f0db';
}
.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}
.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}
.fa-comment-o:before {
  content: '\f0e5';
}
.fa-comments-o:before {
  content: '\f0e6';
}
.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}
.fa-sitemap:before {
  content: '\f0e8';
}
.fa-umbrella:before {
  content: '\f0e9';
}
.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}
.fa-lightbulb-o:before {
  content: '\f0eb';
}
.fa-exchange:before {
  content: '\f0ec';
}
.fa-cloud-download:before {
  content: '\f0ed';
}
.fa-cloud-upload:before {
  content: '\f0ee';
}
.fa-user-md:before {
  content: '\f0f0';
}
.fa-stethoscope:before {
  content: '\f0f1';
}
.fa-suitcase:before {
  content: '\f0f2';
}
.fa-bell-o:before {
  content: '\f0a2';
}
.fa-coffee:before {
  content: '\f0f4';
}
.fa-cutlery:before {
  content: '\f0f5';
}
.fa-file-text-o:before {
  content: '\f0f6';
}
.fa-building-o:before {
  content: '\f0f7';
}
.fa-hospital-o:before {
  content: '\f0f8';
}
.fa-ambulance:before {
  content: '\f0f9';
}
.fa-medkit:before {
  content: '\f0fa';
}
.fa-fighter-jet:before {
  content: '\f0fb';
}
.fa-beer:before {
  content: '\f0fc';
}
.fa-h-square:before {
  content: '\f0fd';
}
.fa-plus-square:before {
  content: '\f0fe';
}
.fa-angle-double-left:before {
  content: '\f100';
}
.fa-angle-double-right:before {
  content: '\f101';
}
.fa-angle-double-up:before {
  content: '\f102';
}
.fa-angle-double-down:before {
  content: '\f103';
}
.fa-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-angle-up:before {
  content: '\f106';
}
.fa-angle-down:before {
  content: '\f107';
}
.fa-desktop:before {
  content: '\f108';
}
.fa-laptop:before {
  content: '\f109';
}
.fa-tablet:before {
  content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}
.fa-circle-o:before {
  content: '\f10c';
}
.fa-quote-left:before {
  content: '\f10d';
}
.fa-quote-right:before {
  content: '\f10e';
}
.fa-spinner:before {
  content: '\f110';
}
.fa-circle:before {
  content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}
.fa-github-alt:before {
  content: '\f113';
}
.fa-folder-o:before {
  content: '\f114';
}
.fa-folder-open-o:before {
  content: '\f115';
}
.fa-smile-o:before {
  content: '\f118';
}
.fa-frown-o:before {
  content: '\f119';
}
.fa-meh-o:before {
  content: '\f11a';
}
.fa-gamepad:before {
  content: '\f11b';
}
.fa-keyboard-o:before {
  content: '\f11c';
}
.fa-flag-o:before {
  content: '\f11d';
}
.fa-flag-checkered:before {
  content: '\f11e';
}
.fa-terminal:before {
  content: '\f120';
}
.fa-code:before {
  content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}
.fa-location-arrow:before {
  content: '\f124';
}
.fa-crop:before {
  content: '\f125';
}
.fa-code-fork:before {
  content: '\f126';
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}
.fa-question:before {
  content: '\f128';
}
.fa-info:before {
  content: '\f129';
}
.fa-exclamation:before {
  content: '\f12a';
}
.fa-superscript:before {
  content: '\f12b';
}
.fa-subscript:before {
  content: '\f12c';
}
.fa-eraser:before {
  content: '\f12d';
}
.fa-puzzle-piece:before {
  content: '\f12e';
}
.fa-microphone:before {
  content: '\f130';
}
.fa-microphone-slash:before {
  content: '\f131';
}
.fa-shield:before {
  content: '\f132';
}
.fa-calendar-o:before {
  content: '\f133';
}
.fa-fire-extinguisher:before {
  content: '\f134';
}
.fa-rocket:before {
  content: '\f135';
}
.fa-maxcdn:before {
  content: '\f136';
}
.fa-chevron-circle-left:before {
  content: '\f137';
}
.fa-chevron-circle-right:before {
  content: '\f138';
}
.fa-chevron-circle-up:before {
  content: '\f139';
}
.fa-chevron-circle-down:before {
  content: '\f13a';
}
.fa-html5:before {
  content: '\f13b';
}
.fa-css3:before {
  content: '\f13c';
}
.fa-anchor:before {
  content: '\f13d';
}
.fa-unlock-alt:before {
  content: '\f13e';
}
.fa-bullseye:before {
  content: '\f140';
}
.fa-ellipsis-h:before {
  content: '\f141';
}
.fa-ellipsis-v:before {
  content: '\f142';
}
.fa-rss-square:before {
  content: '\f143';
}
.fa-play-circle:before {
  content: '\f144';
}
.fa-ticket:before {
  content: '\f145';
}
.fa-minus-square:before {
  content: '\f146';
}
.fa-minus-square-o:before {
  content: '\f147';
}
.fa-level-up:before {
  content: '\f148';
}
.fa-level-down:before {
  content: '\f149';
}
.fa-check-square:before {
  content: '\f14a';
}
.fa-pencil-square:before {
  content: '\f14b';
}
.fa-external-link-square:before {
  content: '\f14c';
}
.fa-share-square:before {
  content: '\f14d';
}
.fa-compass:before {
  content: '\f14e';
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}
.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}
.fa-gbp:before {
  content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}
.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}
.fa-won:before,
.fa-krw:before {
  content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}
.fa-file:before {
  content: '\f15b';
}
.fa-file-text:before {
  content: '\f15c';
}
.fa-sort-alpha-asc:before {
  content: '\f15d';
}
.fa-sort-alpha-desc:before {
  content: '\f15e';
}
.fa-sort-amount-asc:before {
  content: '\f160';
}
.fa-sort-amount-desc:before {
  content: '\f161';
}
.fa-sort-numeric-asc:before {
  content: '\f162';
}
.fa-sort-numeric-desc:before {
  content: '\f163';
}
.fa-thumbs-up:before {
  content: '\f164';
}
.fa-thumbs-down:before {
  content: '\f165';
}
.fa-youtube-square:before {
  content: '\f166';
}
.fa-youtube:before {
  content: '\f167';
}
.fa-xing:before {
  content: '\f168';
}
.fa-xing-square:before {
  content: '\f169';
}
.fa-youtube-play:before {
  content: '\f16a';
}
.fa-dropbox:before {
  content: '\f16b';
}
.fa-stack-overflow:before {
  content: '\f16c';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-flickr:before {
  content: '\f16e';
}
.fa-adn:before {
  content: '\f170';
}
.fa-bitbucket:before {
  content: '\f171';
}
.fa-bitbucket-square:before {
  content: '\f172';
}
.fa-tumblr:before {
  content: '\f173';
}
.fa-tumblr-square:before {
  content: '\f174';
}
.fa-long-arrow-down:before {
  content: '\f175';
}
.fa-long-arrow-up:before {
  content: '\f176';
}
.fa-long-arrow-left:before {
  content: '\f177';
}
.fa-long-arrow-right:before {
  content: '\f178';
}
.fa-apple:before {
  content: '\f179';
}
.fa-windows:before {
  content: '\f17a';
}
.fa-android:before {
  content: '\f17b';
}
.fa-linux:before {
  content: '\f17c';
}
.fa-dribbble:before {
  content: '\f17d';
}
.fa-skype:before {
  content: '\f17e';
}
.fa-foursquare:before {
  content: '\f180';
}
.fa-trello:before {
  content: '\f181';
}
.fa-female:before {
  content: '\f182';
}
.fa-male:before {
  content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184';
}
.fa-sun-o:before {
  content: '\f185';
}
.fa-moon-o:before {
  content: '\f186';
}
.fa-archive:before {
  content: '\f187';
}
.fa-bug:before {
  content: '\f188';
}
.fa-vk:before {
  content: '\f189';
}
.fa-weibo:before {
  content: '\f18a';
}
.fa-renren:before {
  content: '\f18b';
}
.fa-pagelines:before {
  content: '\f18c';
}
.fa-stack-exchange:before {
  content: '\f18d';
}
.fa-arrow-circle-o-right:before {
  content: '\f18e';
}
.fa-arrow-circle-o-left:before {
  content: '\f190';
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}
.fa-dot-circle-o:before {
  content: '\f192';
}
.fa-wheelchair:before {
  content: '\f193';
}
.fa-vimeo-square:before {
  content: '\f194';
}
.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}
.fa-plus-square-o:before {
  content: '\f196';
}
.fa-space-shuttle:before {
  content: '\f197';
}
.fa-slack:before {
  content: '\f198';
}
.fa-envelope-square:before {
  content: '\f199';
}
.fa-wordpress:before {
  content: '\f19a';
}
.fa-openid:before {
  content: '\f19b';
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}
.fa-yahoo:before {
  content: '\f19e';
}
.fa-google:before {
  content: '\f1a0';
}
.fa-reddit:before {
  content: '\f1a1';
}
.fa-reddit-square:before {
  content: '\f1a2';
}
.fa-stumbleupon-circle:before {
  content: '\f1a3';
}
.fa-stumbleupon:before {
  content: '\f1a4';
}
.fa-delicious:before {
  content: '\f1a5';
}
.fa-digg:before {
  content: '\f1a6';
}
.fa-pied-piper-pp:before {
  content: '\f1a7';
}
.fa-pied-piper-alt:before {
  content: '\f1a8';
}
.fa-drupal:before {
  content: '\f1a9';
}
.fa-joomla:before {
  content: '\f1aa';
}
.fa-language:before {
  content: '\f1ab';
}
.fa-fax:before {
  content: '\f1ac';
}
.fa-building:before {
  content: '\f1ad';
}
.fa-child:before {
  content: '\f1ae';
}
.fa-paw:before {
  content: '\f1b0';
}
.fa-spoon:before {
  content: '\f1b1';
}
.fa-cube:before {
  content: '\f1b2';
}
.fa-cubes:before {
  content: '\f1b3';
}
.fa-behance:before {
  content: '\f1b4';
}
.fa-behance-square:before {
  content: '\f1b5';
}
.fa-steam:before {
  content: '\f1b6';
}
.fa-steam-square:before {
  content: '\f1b7';
}
.fa-recycle:before {
  content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}
.fa-tree:before {
  content: '\f1bb';
}
.fa-spotify:before {
  content: '\f1bc';
}
.fa-deviantart:before {
  content: '\f1bd';
}
.fa-soundcloud:before {
  content: '\f1be';
}
.fa-database:before {
  content: '\f1c0';
}
.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa-file-word-o:before {
  content: '\f1c2';
}
.fa-file-excel-o:before {
  content: '\f1c3';
}
.fa-file-powerpoint-o:before {
  content: '\f1c4';
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}
.fa-file-code-o:before {
  content: '\f1c9';
}
.fa-vine:before {
  content: '\f1ca';
}
.fa-codepen:before {
  content: '\f1cb';
}
.fa-jsfiddle:before {
  content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}
.fa-circle-o-notch:before {
  content: '\f1ce';
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: '\f1d0';
}
.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}
.fa-git-square:before {
  content: '\f1d2';
}
.fa-git:before {
  content: '\f1d3';
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4';
}
.fa-tencent-weibo:before {
  content: '\f1d5';
}
.fa-qq:before {
  content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}
.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}
.fa-history:before {
  content: '\f1da';
}
.fa-circle-thin:before {
  content: '\f1db';
}
.fa-header:before {
  content: '\f1dc';
}
.fa-paragraph:before {
  content: '\f1dd';
}
.fa-sliders:before {
  content: '\f1de';
}
.fa-share-alt:before {
  content: '\f1e0';
}
.fa-share-alt-square:before {
  content: '\f1e1';
}
.fa-bomb:before {
  content: '\f1e2';
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}
.fa-tty:before {
  content: '\f1e4';
}
.fa-binoculars:before {
  content: '\f1e5';
}
.fa-plug:before {
  content: '\f1e6';
}
.fa-slideshare:before {
  content: '\f1e7';
}
.fa-twitch:before {
  content: '\f1e8';
}
.fa-yelp:before {
  content: '\f1e9';
}
.fa-newspaper-o:before {
  content: '\f1ea';
}
.fa-wifi:before {
  content: '\f1eb';
}
.fa-calculator:before {
  content: '\f1ec';
}
.fa-paypal:before {
  content: '\f1ed';
}
.fa-google-wallet:before {
  content: '\f1ee';
}
.fa-cc-visa:before {
  content: '\f1f0';
}
.fa-cc-mastercard:before {
  content: '\f1f1';
}
.fa-cc-discover:before {
  content: '\f1f2';
}
.fa-cc-amex:before {
  content: '\f1f3';
}
.fa-cc-paypal:before {
  content: '\f1f4';
}
.fa-cc-stripe:before {
  content: '\f1f5';
}
.fa-bell-slash:before {
  content: '\f1f6';
}
.fa-bell-slash-o:before {
  content: '\f1f7';
}
.fa-trash:before {
  content: '\f1f8';
}
.fa-copyright:before {
  content: '\f1f9';
}
.fa-at:before {
  content: '\f1fa';
}
.fa-eyedropper:before {
  content: '\f1fb';
}
.fa-paint-brush:before {
  content: '\f1fc';
}
.fa-birthday-cake:before {
  content: '\f1fd';
}
.fa-area-chart:before {
  content: '\f1fe';
}
.fa-pie-chart:before {
  content: '\f200';
}
.fa-line-chart:before {
  content: '\f201';
}
.fa-lastfm:before {
  content: '\f202';
}
.fa-lastfm-square:before {
  content: '\f203';
}
.fa-toggle-off:before {
  content: '\f204';
}
.fa-toggle-on:before {
  content: '\f205';
}
.fa-bicycle:before {
  content: '\f206';
}
.fa-bus:before {
  content: '\f207';
}
.fa-ioxhost:before {
  content: '\f208';
}
.fa-angellist:before {
  content: '\f209';
}
.fa-cc:before {
  content: '\f20a';
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}
.fa-meanpath:before {
  content: '\f20c';
}
.fa-buysellads:before {
  content: '\f20d';
}
.fa-connectdevelop:before {
  content: '\f20e';
}
.fa-dashcube:before {
  content: '\f210';
}
.fa-forumbee:before {
  content: '\f211';
}
.fa-leanpub:before {
  content: '\f212';
}
.fa-sellsy:before {
  content: '\f213';
}
.fa-shirtsinbulk:before {
  content: '\f214';
}
.fa-simplybuilt:before {
  content: '\f215';
}
.fa-skyatlas:before {
  content: '\f216';
}
.fa-cart-plus:before {
  content: '\f217';
}
.fa-cart-arrow-down:before {
  content: '\f218';
}
.fa-diamond:before {
  content: '\f219';
}
.fa-ship:before {
  content: '\f21a';
}
.fa-user-secret:before {
  content: '\f21b';
}
.fa-motorcycle:before {
  content: '\f21c';
}
.fa-street-view:before {
  content: '\f21d';
}
.fa-heartbeat:before {
  content: '\f21e';
}
.fa-venus:before {
  content: '\f221';
}
.fa-mars:before {
  content: '\f222';
}
.fa-mercury:before {
  content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}
.fa-transgender-alt:before {
  content: '\f225';
}
.fa-venus-double:before {
  content: '\f226';
}
.fa-mars-double:before {
  content: '\f227';
}
.fa-venus-mars:before {
  content: '\f228';
}
.fa-mars-stroke:before {
  content: '\f229';
}
.fa-mars-stroke-v:before {
  content: '\f22a';
}
.fa-mars-stroke-h:before {
  content: '\f22b';
}
.fa-neuter:before {
  content: '\f22c';
}
.fa-genderless:before {
  content: '\f22d';
}
.fa-facebook-official:before {
  content: '\f230';
}
.fa-pinterest-p:before {
  content: '\f231';
}
.fa-whatsapp:before {
  content: '\f232';
}
.fa-server:before {
  content: '\f233';
}
.fa-user-plus:before {
  content: '\f234';
}
.fa-user-times:before {
  content: '\f235';
}
.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}
.fa-viacoin:before {
  content: '\f237';
}
.fa-train:before {
  content: '\f238';
}
.fa-subway:before {
  content: '\f239';
}
.fa-medium:before {
  content: '\f23a';
}
.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}
.fa-optin-monster:before {
  content: '\f23c';
}
.fa-opencart:before {
  content: '\f23d';
}
.fa-expeditedssl:before {
  content: '\f23e';
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}
.fa-mouse-pointer:before {
  content: '\f245';
}
.fa-i-cursor:before {
  content: '\f246';
}
.fa-object-group:before {
  content: '\f247';
}
.fa-object-ungroup:before {
  content: '\f248';
}
.fa-sticky-note:before {
  content: '\f249';
}
.fa-sticky-note-o:before {
  content: '\f24a';
}
.fa-cc-jcb:before {
  content: '\f24b';
}
.fa-cc-diners-club:before {
  content: '\f24c';
}
.fa-clone:before {
  content: '\f24d';
}
.fa-balance-scale:before {
  content: '\f24e';
}
.fa-hourglass-o:before {
  content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}
.fa-hourglass:before {
  content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}
.fa-hand-scissors-o:before {
  content: '\f257';
}
.fa-hand-lizard-o:before {
  content: '\f258';
}
.fa-hand-spock-o:before {
  content: '\f259';
}
.fa-hand-pointer-o:before {
  content: '\f25a';
}
.fa-hand-peace-o:before {
  content: '\f25b';
}
.fa-trademark:before {
  content: '\f25c';
}
.fa-registered:before {
  content: '\f25d';
}
.fa-creative-commons:before {
  content: '\f25e';
}
.fa-gg:before {
  content: '\f260';
}
.fa-gg-circle:before {
  content: '\f261';
}
.fa-tripadvisor:before {
  content: '\f262';
}
.fa-odnoklassniki:before {
  content: '\f263';
}
.fa-odnoklassniki-square:before {
  content: '\f264';
}
.fa-get-pocket:before {
  content: '\f265';
}
.fa-wikipedia-w:before {
  content: '\f266';
}
.fa-safari:before {
  content: '\f267';
}
.fa-chrome:before {
  content: '\f268';
}
.fa-firefox:before {
  content: '\f269';
}
.fa-opera:before {
  content: '\f26a';
}
.fa-internet-explorer:before {
  content: '\f26b';
}
.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}
.fa-contao:before {
  content: '\f26d';
}
.fa-500px:before {
  content: '\f26e';
}
.fa-amazon:before {
  content: '\f270';
}
.fa-calendar-plus-o:before {
  content: '\f271';
}
.fa-calendar-minus-o:before {
  content: '\f272';
}
.fa-calendar-times-o:before {
  content: '\f273';
}
.fa-calendar-check-o:before {
  content: '\f274';
}
.fa-industry:before {
  content: '\f275';
}
.fa-map-pin:before {
  content: '\f276';
}
.fa-map-signs:before {
  content: '\f277';
}
.fa-map-o:before {
  content: '\f278';
}
.fa-map:before {
  content: '\f279';
}
.fa-commenting:before {
  content: '\f27a';
}
.fa-commenting-o:before {
  content: '\f27b';
}
.fa-houzz:before {
  content: '\f27c';
}
.fa-vimeo:before {
  content: '\f27d';
}
.fa-black-tie:before {
  content: '\f27e';
}
.fa-fonticons:before {
  content: '\f280';
}
.fa-reddit-alien:before {
  content: '\f281';
}
.fa-edge:before {
  content: '\f282';
}
.fa-credit-card-alt:before {
  content: '\f283';
}
.fa-codiepie:before {
  content: '\f284';
}
.fa-modx:before {
  content: '\f285';
}
.fa-fort-awesome:before {
  content: '\f286';
}
.fa-usb:before {
  content: '\f287';
}
.fa-product-hunt:before {
  content: '\f288';
}
.fa-mixcloud:before {
  content: '\f289';
}
.fa-scribd:before {
  content: '\f28a';
}
.fa-pause-circle:before {
  content: '\f28b';
}
.fa-pause-circle-o:before {
  content: '\f28c';
}
.fa-stop-circle:before {
  content: '\f28d';
}
.fa-stop-circle-o:before {
  content: '\f28e';
}
.fa-shopping-bag:before {
  content: '\f290';
}
.fa-shopping-basket:before {
  content: '\f291';
}
.fa-hashtag:before {
  content: '\f292';
}
.fa-bluetooth:before {
  content: '\f293';
}
.fa-bluetooth-b:before {
  content: '\f294';
}
.fa-percent:before {
  content: '\f295';
}
.fa-gitlab:before {
  content: '\f296';
}
.fa-wpbeginner:before {
  content: '\f297';
}
.fa-wpforms:before {
  content: '\f298';
}
.fa-envira:before {
  content: '\f299';
}
.fa-universal-access:before {
  content: '\f29a';
}
.fa-wheelchair-alt:before {
  content: '\f29b';
}
.fa-question-circle-o:before {
  content: '\f29c';
}
.fa-blind:before {
  content: '\f29d';
}
.fa-audio-description:before {
  content: '\f29e';
}
.fa-volume-control-phone:before {
  content: '\f2a0';
}
.fa-braille:before {
  content: '\f2a1';
}
.fa-assistive-listening-systems:before {
  content: '\f2a2';
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: '\f2a3';
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: '\f2a4';
}
.fa-glide:before {
  content: '\f2a5';
}
.fa-glide-g:before {
  content: '\f2a6';
}
.fa-signing:before,
.fa-sign-language:before {
  content: '\f2a7';
}
.fa-low-vision:before {
  content: '\f2a8';
}
.fa-viadeo:before {
  content: '\f2a9';
}
.fa-viadeo-square:before {
  content: '\f2aa';
}
.fa-snapchat:before {
  content: '\f2ab';
}
.fa-snapchat-ghost:before {
  content: '\f2ac';
}
.fa-snapchat-square:before {
  content: '\f2ad';
}
.fa-pied-piper:before {
  content: '\f2ae';
}
.fa-first-order:before {
  content: '\f2b0';
}
.fa-yoast:before {
  content: '\f2b1';
}
.fa-themeisle:before {
  content: '\f2b2';
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: '\f2b3';
}
.fa-fa:before,
.fa-font-awesome:before {
  content: '\f2b4';
}

body.blur:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  position: absolute;
}

body.hidden {
  overflow-x: hidden;
}

body.frontend_clients .fontCoreJobseeker .page-content {
  margin: 0;
  background-color: #fbfaff;
  color: #3e4b5e;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  min-height: 100vh;
  height: 100%;
  position: relative;
}

body.frontend_clients .fontCoreJobseeker .page-content .btn-st1 {
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

a,
span,
strong,
label {
  display: inline-block;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: var(--main-cl);
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

:root {
  --main-cl: #3e4b5e;
  --gray-cl: #7c8fac;
  --dark-blue-cl: #252c64;
  --blue-cl: #09589e;
  --pink-cl: #ff2458;
  --yellow-cl: #ffc700;
  --green-cl: #50cd89;
  --black-cl: #18191a;
  --green-cl: #00ab56;
  --red-cl: #ff3333;
  --border-cl: #e7e7e9;
}

.text-gray {
  color: #7c8fac;
}

.text-blue {
  color: #09589e;
}

.text-pink {
  color: #ff2458;
}

.text-yellow {
  color: #ffb400;
}

.text-green {
  color: #31aa27;
}

.text-red {
  color: #ff0000;
}

.main-cl {
  color: #3e4b5e;
}

.content-wrap div.row,
.modal div.row,
.form-login div.row {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px -25px;
  float: none;
}

.content-wrap div.row [class*='col-'],
.modal div.row [class*='col-'],
.form-login div.row [class*='col-'] {
  padding: 0 12.5px;
  margin-bottom: 25px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.fw-regular {
  font-weight: 400;
}

.fw-semi {
  font-weight: 500;
}

.fw-bold {
  font-weight: 600;
}

.f-0 {
  font-size: 0;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-20 {
  font-size: 20px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

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

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.my-5 {
  margin-bottom: 3rem !important;
}

.pd-0 {
  padding: 0 !important;
}

.pl-30 {
  padding-left: 30px !important;
}

hr {
  border: 1px solid #e4e4ef;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.position-relative {
  position: relative !important;
}

.tag-link {
  cursor: pointer;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

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

.align-flex-start {
  align-items: flex-start;
  -ms-flex-line-pack: start;
}

.just-ct-sp {
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.just-ct-center {
  justify-content: center;
  -ms-flex-pack: center;
}

.just-ct-end {
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.just-ct-start {
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.text-ellipsis {
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-break {
  word-break: break-all;
}

.content_fck ul {
  list-style: disc !important;
  padding: 0 0 0 15px !important;
  margin: 0 !important;
}

.content_fck ol {
  list-style: decimal !important;
  padding: 0 0 0 15px !important;
  margin: 0 !important;
}

.file-upload {
  position: relative;
}

.file-upload:hover .box-text {
  color: var(--pink-cl);
}

.inputfile {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.inputfile + label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/*set z-index*/
.zIndex {
  z-index: 2;
  position: relative;
}

/*table-responsive*/
.table-responsive {
  max-width: 100%;
  overflow-x: auto;
}

.table-responsive::-webkit-scrollbar {
  height: 6px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 20px;
}

.table-responsive table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table-responsive table tr th {
  vertical-align: middle !important;
}

.table-responsive table tr th,
.table-responsive table tr td {
  border-right: 1px solid #e4e4ef;
  border-bottom: 1px solid #e4e4ef;
}

.table-responsive table tr th:first-child,
.table-responsive table tr td:first-child,
.table-block-row .record-requisition td.pr-0 {
  border-left: 1px solid #e4e4ef;
}

.table-responsive table tr th {
  background: #f0edff;
  text-align: left;
  border-top: solid 1px #e4e4ef;
  padding: 20px 15px;
}

.table-responsive table tr td {
  padding: 15px;
}

.table-responsive table tr th h3 {
  font-weight: 600;
  font-size: 15px;
}

.table-responsive table tr:first-child th:first-child {
  border-top-left-radius: 8px;
}

.table-responsive table tr:first-child th:last-child {
  border-top-right-radius: 8px;
}

.table-responsive table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.table-responsive table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.table-responsive table tbody tr:nth-child(even) {
  background: #fbfaff;
}

.table-block-row table tr:first-child th:first-child {
  border-radius: 8px 0 0 8px;
}

.table-block-row table tr:first-child th:last-child {
  border-radius: 0 8px 8px 0;
}

.table-block-row table tr td {
  border-top: 1px solid #e4e4ef;
  border-right: 0;
  vertical-align: top;
}

.table-block-row table tr td:last-child {
  border-right: 1px solid #e4e4ef;
}

.table-block-row table tr.tr-input td {
  border: 0;
}

.table-block-row table tr th {
  border-right: 0;
}

.table-block-row table tr:last-child td:first-child,
.table-block-row table tr:last-child td:last-child {
  border-radius: 0;
}

.table-block-row table tr td:first-child,
.table-block-row .record-requisition td.pr-0 {
  border-radius: 8px 0 0 8px !important;
}

.table-block-row table tr td:last-child {
  border-radius: 0 8px 8px 0 !important;
}

.table-block-row table tr.space td {
  padding: 10px 0;
  border: 0 !important;
}

/*.table-responsive tr th h3 {
    position: relative;
}

.table-responsive tr th h3:after {
    content: '';
    width: 10px;
    height: 14px;
    background: url(../images/arrow-sort.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}*/

/*tab responsive*/
.tab-responsive {
  overflow-x: auto;
  padding-bottom: 0;
}

.tab-responsive .btn-prev,
.tab-responsive .btn-next {
  display: none;
}

.tab-responsive .btn-prev {
  position: absolute;
  left: 10px;
  top: 20px;
  transform: rotate(-180deg);
}

.tab-responsive .btn-next {
  position: absolute;
  right: 10px;
  top: 20px;
}

.tab-responsive ul {
  flex: 1;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 20px;
}

.tab-responsive ul li:not(:last-child) {
  margin-right: 32px;
}

.tab-responsive ul li a {
  font-weight: 600;
  transition: all 0.4s;
  position: relative;
  padding: 0 5px 5px;
  display: inline-block;
}

.tab-responsive ul li a:hover,
.tab-responsive ul li.active a {
  color: var(--pink-cl);
}

.tab-responsive ul li.active a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--pink-cl);
  position: absolute;
  bottom: 0;
  left: 0;
}

.tab-responsive ul li a svg {
  margin-right: 8px;
}

.tab-responsive ul li a svg * {
  transition: all 0.4s;
}

.tab-responsive ul li a:hover svg path,
.tab-responsive ul li.active a svg path {
  fill: var(--pink-cl);
}

.tab-responsive::-webkit-scrollbar {
  height: 4px;
}

.tab-responsive::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 20px;
}

.tabs-container .tab-content {
  display: none;
}

.tabs-container .tab-content.active {
  display: block;
}

/*box-responsive*/
@media (max-width: 992px) {
  .top-panel .btn-action {
    flex-wrap: nowrap;
  }

  .top-panel .left-action {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .box-responsive {
    overflow-x: auto;
    padding-bottom: 0;
  }

  .box-responsive .list-item {
    flex: 1;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 5px;
  }

  .box-responsive::-webkit-scrollbar {
    height: 4px;
  }

  .box-responsive::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border-radius: 20px;
  }
}
/*tab responsive*/

/*custom fancybox*/
.fancybox-content {
  padding: 0;
  outline: none !important;
}

.fancybox-content .modal-title,
.modal-editor-content .modal-title {
  background: #1c2964;
  padding: 15px 30px;
}

.fancybox-content .modal-title h3,
.modal-editor-content .modal-title h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.fancybox-content .modal-body,
.modal-editor-content .modal-body {
  padding: 30px;
}

.fancybox-button svg path {
  fill: #fff;
}

.fancybox-slide--html .fancybox-close-small {
  top: 4px;
}

@media (max-width: 576px) {
  .fancybox-content .modal-body {
    padding: 20px;
  }

  .fancybox-content .modal-title {
    background: #1c2964;
    padding: 15px 20px;
  }
}

/*modal has editor*/
.modal-editor {
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 111;
  padding: 30px 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition:
    visibility 0s,
    opacity 0.1s linear;
}

.modal-editor.active {
  visibility: visible;
  opacity: 1;
}

.modal-editor-content {
  margin: auto;
  width: 80%;
  background: #fff;
  position: relative;
}

.modal-editor-content > button {
  position: absolute;
  top: 17px;
  right: 15px;
}

#body.hidden {
  overflow: hidden;
}

/*custom ckeditor*/
.cke_chrome,
.cke_top,
.cke_bottom {
  border-color: #f0edff !important;
}

.cke_chrome,
.cke_inner,
.cke_top {
  border-radius: 8px 8px 0 0;
}

.cke_toolgroup a.cke_button:last-child:after {
  display: none !important;
}

/*custom select*/
.custom-select {
  position: relative;
}

.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: 1px solid #3e4b5e;
  border-radius: 8px;
  background: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 12px;
  outline: none;
  position: relative;
  color: #8999af;
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-select:after {
  content: '';
  width: 12px;
  height: 6px;
  background: url(../images/arrow-select.svg) no-repeat;
  position: absolute;
  top: 17px;
  right: 10px;
}

.disabled {
  opacity: 0.3 !important;
}

.disabled {
  pointer-events: none;
}

.form-select {
  border: 1px solid #f0edff;
  height: 40px;
  border-radius: 8px;
  padding: 0 15px;
  background: #fbfaff url(../images/arrow-select.svg) no-repeat;
  background-position: right 0.75rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  color: #8999af;
  transition: all 0.4s;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-select option {
  color: #3e4b5e;
}

.form-select:hover {
  box-shadow: 0px 0px 0px 2px #8389a9;
}

.form-select:focus {
  box-shadow: 0px 0px 0px 2px #1c2964;
}

.form-select:disabled {
  border-color: #eff3f8;
  background: #f7f9fc;
  color: #c4cfdd;
}

.form-select:disabled:hover {
  box-shadow: none;
}

.block-ct {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(28, 41, 100, 0.03);
  padding: 30px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .block-ct {
    padding: 20px !important;
  }
}

label.error {
  color: #ff2458 !important;
  font-size: 14px !important;
  margin-top: 5px;
  font-weight: 400 !important;
}

.form-group.error .form-control {
  border-color: #ff2458;
  color: #ff2458;
}

.form-group.error .form-control:focus,
.form-group.error .form-control:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #ff2458;
}

/*custom select*/
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
  width: 100%;
}

.custom-sl .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font:
    normal 11px/22px Arial,
    Sans-Serif;
  color: #101010;
  border: 1px solid #ccc;
  width: 100%;
  height: 36px;
  border-radius: 4px;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0 10px;
  height: 100%;
  line-height: 34px;
  border-radius: 4px;
  font-size: 14px !important;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}

.styledSelect:after {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #101010 transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 6px;
}

.styledSelect:active,
.styledSelect.active {
  background-color: #fff;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: -1px;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  width: calc(100% + 2px);
  max-height: 250px;
  overflow-y: auto;
}

.options li {
  margin: 0;
  padding: 8px 10px;
  font-size: 14px !important;
}

.options li:hover {
  background-color: #f3f3f3;
}

/*chosen*/
.form-select-chosen {
  border: 1px solid #f0edff;
  height: 40px;
  border-radius: 8px;
  position: relative;
  background: #fbfaff url(../images/arrow-select.svg) no-repeat;
  background-position: right 0.75rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-select-chosen:hover {
  box-shadow: 0px 0px 0px 2px #8389a9;
}

.form-select-chosen:focus-within {
  box-shadow: 0px 0px 0px 2px #1c2964;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container .chosen-choices li.search-choice {
  align-items: center;
  justify-content: center;
  float: unset;
  overflow: hidden;
  border: none;
  box-shadow: none;
  background: #f3f3f3;
  border-radius: 4px;
  height: 30px;
  display: flex;
  border: 1px solid #e6e6e6;
  padding-right: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 50%;
  transform: translateY(-50%);
  background: #b3b3b3;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.chosen-container .chosen-choices {
  display: flex;
  height: 40px !important;
  border-radius: 4px;
  padding: 0 15px;
  align-items: center;
  border: none;
  box-shadow: none;
  background: none;
}

.chosen-container .chosen-choices li.search-choice {
  margin-top: 2px;
}

.chosen-container .chosen-choices li.search-choice span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  line-height: 1.3em;
  font-size: 14px;
}

.chosen-container {
  font-size: 14px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  transition: 0ms;
}

.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #8999af;
}

.chosen-container .chosen-drop {
  border: 1px solid #ededed;
}

.chosen-container-single .chosen-single div b {
  display: none;
}

.chosen-container-single .chosen-single {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.chosen-container-single .chosen-single,
.chosen-container-single .chosen-single span {
  height: 40px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  color: #8999af;
}

.chosen-container-single .chosen-search input[type='text'] {
  border-color: #ededed;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute !important;
  top: 10px !important;
  right: 3px !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  background: url(../gallery/chosen/chosen-sprite.png) -42px 1px no-repeat !important;
  font-size: 1px !important;
}

.chosen-container .chosen-results li.highlighted {
  background-color: inherit !important;
  background-image: inherit !important;
  background: inherit !important;
  color: #3e4b5e;
}

.chosen-container-multi .chosen-drop .result-selected {
  color: #3e4b5e;
}

.chosen-container .chosen-drop .active-result,
.chosen-container .chosen-drop .result-selected {
  position: relative;
  padding: 10px 0 10px 40px !important;
}

.chosen-container .chosen-drop .active-result::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/chosen-uncheck.svg) no-repeat;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 40px;
}

.form-select-chosen .chosen-container .chosen-drop .result-selected::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/chosen-check.svg) no-repeat;
  opacity: 1;
}

.chosen-container .chosen-drop {
  top: calc(100% + 5px);
  border-radius: 8px;
  border: 1px solid #1c2964;
  background: #fff;
  box-shadow: 0 0 0 0;
  padding: 5px;
}

.chosen-container .chosen-results::-webkit-scrollbar {
  width: 5px;
}

.chosen-container .chosen-results::-webkit-scrollbar-thumb {
  background: #3e4b5e;
  border-radius: 0px;
}

.chosen-container-single .chosen-search {
  position: relative;
}

.chosen-container-single .chosen-search:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/btn-search.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.chosen-container-single .chosen-search input[type='text'] {
  height: 40px;
  border-radius: 8px;
  border-color: #f0edff;
  color: #3e4b5e;
  padding-left: 15px;
  background: none;
}

.chosen-container-single .chosen-single {
  padding-left: 15px;
}

/*multiselect*/

.ui-multiselect-menu {
  border: 1px solid #596980 !important;
  border-radius: 8px !important;
}

.ui-multiselect {
  border: 1px solid #f0edff;
  height: 40px;
  border-radius: 8px;
  position: relative;
  background: #fbfaff url(../images/arrow-select.svg) no-repeat;
  background-position: right 0.75rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ui-multiselect-checkboxes::-webkit-scrollbar {
  width: 5px;
}

.ui-multiselect-checkboxes::-webkit-scrollbar-thumb {
  background: #3e4b5e;
  border-radius: 0px;
}

.ui-multiselect-menu label.ui-corner-all {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 70px;
}

.ui-multiselect-menu label.ui-corner-all input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ui-multiselect-menu label.ui-corner-all span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #596980;
  border-radius: 4px;
}

.ui-multiselect-menu label.ui-corner-all input:checked ~ span:before {
  background-color: var(--pink-cl);
  border-color: var(--pink-cl);
}

.ui-multiselect-menu label.ui-corner-all span:after {
  content: '';
  position: absolute;
  display: none;
}

.ui-multiselect-menu label.ui-corner-all input:checked ~ span:after {
  display: block;
}

.ui-multiselect-menu label.ui-corner-all span:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-multiselect-menu label.ui-corner-all span:hover {
  border-color: #ff2458;
}

.ui-multiselect-menu label.ui-corner-all span:active {
  box-shadow: 0px 0px 0px 2px #ffe0e7;
}

.ui-multiselect-checkboxes li:not(:last-child) {
  margin-bottom: 20px;
}

.ui-widget-content .ui-state-hover {
  border-color: transparent;
  background: none;
}

.ui-multiselect > span:last-child {
  color: #8999af;
  padding-left: 13px;
  max-width: 100%;
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-multiselect .ui-state-active span {
  color: var(--main-cl) !important;
}

.ui-multiselect-menu .ui-widget-header {
  background: none !important;
  border: none;
  border-bottom: 1px solid #e4e4ef;
  padding: 10px 13px;
}

.ui-multiselect-menu .ui-icon {
  display: none;
}

.ui-multiselect-checkboxes {
  padding: 13px;
}

.ui-multiselect-all span,
.ui-multiselect-none span {
  color: var(--main-cl);
  font-weight: normal;
}

.ui-multiselect-header li {
  margin-right: 30px;
}

.ui-multiselect-all span:hover,
.ui-multiselect-none span:hover {
  color: #09589e;
}

/*form-control*/
.form-control {
  border-radius: 8px;
  border: 1px solid #f0edff;
  background: #fbfaff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  outline: none;
  width: 100%;
  color: var(--main-cl);
  font-size: 14px;
  float: none;
}

.form-control:hover {
  box-shadow: 0px 0px 0px 2px #8389a9;
}

.form-control:focus {
  box-shadow: 0px 0px 0px 2px #1c2964;
}

.form-control:disabled {
  border-color: #eff3f8;
  background: #f7f9fc;
  color: #c4cfdd;
}

.form-control:disabled:hover {
  box-shadow: none;
}

.input-area .box-date,
.box-date {
  position: relative;
}

.input-area .box-date img,
.box-date img {
  position: absolute;
  top: 12px;
  right: 15px;
}

/*custom button*/
.btn-st1 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 8px;
  background: var(--pink-cl);
  transition: all 0.4s;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn-st1:hover {
  background: #ff5177 !important;
}

.btn-st1:focus,
.btn-st1:active {
  background: #ff2458 !important;
  box-shadow: 0px 0px 0px 3px #ffe0e7;
}

.btn-st2,
a.btn-link {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 8px;
  border: 1px solid var(--gray-cl);
  background: none;
  color: rgba(62, 75, 94, 0.5);
  font-size: 16px;
}

.btn-st3 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 8px;
  background: #ffc1cf !important;
  transition: all 0.4s;
  color: #fff;
  font-size: 16px;
  color: var(--pink-cl) !important;
}

/*btn expend*/
.btn-extend {
  position: relative;
  font-size: 0;
  height: 30px;
  width: 30px;
}

.btn-extend button {
  padding: 0;
  cursor: pointer;
}

.btn-extend button * {
  transition: all 0.4s;
}

.btn-extend button:hover svg ellipse {
  fill: var(--pink-cl);
}

.btn-extend button:hover rect {
  stroke: var(--pink-cl);
}

.btn-extend .menu-extend {
  position: absolute;
  width: 200px;
  box-shadow: 0px 0px 30px 0px rgba(28, 41, 100, 0.15);
  background: #fff;
  top: calc(100% + 10px);
  right: 0;
  border-radius: 10px;
  display: none;
  z-index: 1;
}

.btn-extend .menu-extend.w-150 {
  width: 130px;
}

.btn-extend .menu-extend ul li:not(:last-child) {
  border-bottom: 1px solid #e4e4ef;
}

.btn-extend .menu-extend ul li a {
  padding: 10px 10px 10px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s;
  white-space: normal;
}

.btn-extend .menu-extend ul li a span.box-icon {
  flex: 0 0 12px;
  max-width: 12px;
  display: flex;
  height: 12px;
  align-items: center;
}

.btn-extend .menu-extend ul li a span.box-text {
  flex: 0 0 calc(100% - 12px);
  max-width: calc(100% - 12px);
  padding-left: 12px;
  font-size: 12px;
}

.btn-extend .menu-extend:after {
  content: '';
  width: 13px;
  height: 8px;
  background: url(../images/top-triangle.png) no-repeat;
  position: absolute;
  top: -7px;
  right: 10px;
}

.btn-extend .menu-extend ul li a * {
  transition: all 0.4s;
}

.btn-extend .menu-extend ul li a:hover svg path {
  fill: var(--pink-cl);
}

.btn-extend .menu-extend ul li a:hover svg.has-stroke path {
  stroke: var(--pink-cl);
  fill: none;
}

.btn-extend .menu-extend ul li a:hover span.box-text {
  color: var(--pink-cl);
}

/*bot panel*/
.bot-panel {
  position: relative;
}

.bot-panel .page-number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.page-number select {
  width: 80px;
  margin-left: 10px;
  border: none;
  background-color: #fff;
  color: #3e4b5e !important;
  font-size: 14px;
}

.page-number select option {
  font-size: 14px;
}

.page-number select:hover,
.page-number select:focus {
  box-shadow: 0 0 0 0;
}

.bot-panel.no-pagination .page-number {
  transform: none;
  position: static;
  justify-content: flex-end;
  margin-top: 10px;
}

@media (max-width: 1600px) {
  .bot-panel .page-number {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    top: 10px;
    transform: none;
  }
}

.nodata {
  background-color: #fbfaff;
  padding: 50px 0 !important;
}

/*custom ckb*/
.container-ckb {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-ckb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-ckb .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #596980;
  border-radius: 4px;
}

.container-ckb input:checked ~ .checkmark {
  background-color: var(--pink-cl);
  border-color: var(--pink-cl);
}

.container-ckb .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.container-ckb input:checked ~ .checkmark:after {
  display: block;
}

.container-ckb .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-ckb .checkmark:hover {
  border-color: #ff2458;
}

.container-ckb .checkmark:active {
  box-shadow: 0px 0px 0px 2px #ffe0e7;
}

/*custom radio*/
.container-radio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
}

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #596980;
}

.container-radio input:checked ~ .checkmark {
  border-color: var(--pink-cl);
}

.container-radio .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.container-radio input:checked ~ .checkmark:after {
  display: block;
}

.container-radio .checkmark:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--pink-cl);
}

.container-radio .checkmark:hover {
  border-color: #ff2458;
}

.container-radio .checkmark:active {
  box-shadow: 0px 0px 0px 2px #ffe0e7;
}

.container-ckb.disabled,
.container-radio.disabled {
  pointer-events: none;
  opacity: 1 !important;
}

.container-ckb.disabled .checkmark,
.container-radio.disabled .checkmark {
  background: #eff3f8;
  border: 1px solid #dee5ee;
}

.container-ckb.disabled input:checked ~ .checkmark {
  background-color: var(--pink-cl);
  border-color: var(--pink-cl);
  opacity: 0.3 !important;
}

.container-radio.disabled input:checked ~ .checkmark {
  opacity: 0.3 !important;
}

/*custom datetimepicker*/
.dtpicker-header .dtpicker-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue-cl);
}

.dtpicker-components .dtpicker-comp > * {
  color: var(--blue-cl) !important;
}

.dtpicker-header .dtpicker-value {
  color: var(--pink-cl);
  font-weight: bold;
}

.dtpicker-buttonCont .dtpicker-button {
  border-radius: 8px;
}

.dtpicker-buttonCont .dtpicker-button.dtpicker-buttonSet {
  background: var(--pink-cl);
}

.dtpicker-buttonCont .dtpicker-button.dtpicker-buttonClear {
  background: #d9d9d9;
}

.opacity-30 {
  opacity: 0.3 !important;
}

/*pagination*/
.pagination {
  justify-content: center;
  margin: 20px 0;
}

.pagination a {
  cursor: pointer;
  line-height: 1;
  padding: 2px 5px;
  align-items: center;
  display: flex;
  border-radius: 4px;
  margin-right: 8px;
  transition: all 0.4s;
}

.pagination a.btn-prev {
  margin-right: 20px;
}

.pagination a.btn-next {
  margin-right: 0;
  margin-left: 20px;
}

.pagination a.active {
  border: 1px solid var(--pink-cl);
  color: var(--pink-cl);
}

.pagination a:hover {
  color: var(--pink-cl);
}

.page-content {
  display: -ms-flexbox;
  display: flex;
}
.page-content .default-sidebar {
  box-shadow: 0px 0px 15px 0px rgba(28, 41, 100, 0.03);
  transition: all 0.4s;
  background: #fff;
  width: 300px;
}

.page-content .content-wrap {
  width: 100%;
  min-height: auto !important;
}

.page-content.page-content-active .default-sidebar {
  width: 70px;
}

.page-content.page-content-active .menu-item span.box-text {
  display: none;
}

.avatar-default {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avatar-default .thumb-img {
  width: 40px;
  height: 40px;
}

.avatar-default .sayhello {
  font-size: 16px;
}

.thumb-img img {
  max-width: 100%;
}

.box-avatar .thumb-img,
.nav-mobile .avatar-default .thumb-img {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}

.box-avatar {
  height: 60px;
  background: #f5f8fa;
  display: flex;
  align-items: center;
  padding: 0 15px;
  justify-content: space-between;
  position: relative;
}

.box-avatar .avatar-sm {
  display: none;
}

.avatar-sm .thumb-img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.box-avatar .toggle-nav {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.page-content-active .box-avatar {
  padding-left: 10px;
}

.page-content-active .box-avatar .avatar-default {
  display: none;
}

.page-content-active .box-avatar .avatar-sm {
  display: inline-block;
  width: 30px;
}

.page-content-active .box-avatar .toggle-nav {
  right: 0px;
}

.page-content-active .toggle-nav img {
  transform: rotate(-180deg);
}

.list-unstyled.collapse {
  list-style-type: disc;
}

.collapse-cat2 ul {
  list-style-type: disc;
  display: none;
}

.collapse-cat2 > a {
  display: block;
  position: relative;
}

.side-navbar {
  height: 100vh;
}

.main-menu {
  height: 100vh;
  overflow-y: auto;
  margin-top: 17px;
}

.main-menu a:hover {
  text-decoration: none;
}

.main-menu > ul {
  overflow: hidden;
}

.main-menu::-webkit-scrollbar {
  width: 6px;
}

.main-menu::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 20px;
}

.menu-item {
  cursor: pointer;
}

.main-menu > ul > li.current > a {
  background: #ffe0e7;
  border-radius: 0 30px 30px 0;
  position: relative;
}

.page-content-active .main-menu > ul > li.current > a,
.page-content-active .main-menu > ul > li a:hover {
  background: none;
}

.page-content-active .main-menu > ul > li.current,
.page-content-active .main-menu > ul > li:hover {
  background: #ffe0e7;
  border-radius: 0 30px 30px 0;
}

.main-menu > ul > li.current > a:before {
  content: '';
  width: 5px;
  height: 33px;
  background: var(--pink-cl);
  border-radius: 0px 8px 8px 0px;
  box-shadow: 0px 8px 12px 0px rgba(135, 145, 233, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}

.page-content-active .menu-item.current {
  background: none;
}

.main-menu > ul > li.current > a span.box-text {
  color: var(--pink-cl);
}

.main-menu > ul > li.current svg path {
  fill: var(--pink-cl);
}

.menu-item {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 25px;
  margin-right: 10px;
  width: 290px !important;
  position: relative;
  border-radius: 0 30px 30px 0;
  font-weight: 600;
}

.collapse-cat2 a,
.list-unstyled.collapse > li > a {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 25px 0 50px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 0 30px 30px 0;
  width: 290px;
}

.collapse-cat2.current,
.list-unstyled.collapse > li.current,
.collapse-cat2 > ul li.current {
  position: relative;
}

.collapse-cat2.current > a,
.list-unstyled.collapse > li.current > a,
.collapse-cat2 > ul li.current a {
  background: #ffe0e7;
  border-radius: 0 30px 30px 0;
  color: var(--pink-cl);
}

.collapse-cat2.current:before,
.list-unstyled.collapse > li.current:before,
.collapse-cat2 > ul li.current:before {
  content: '';
  width: 5px;
  height: 33px;
  background: var(--pink-cl);
  border-radius: 0px 8px 8px 0px;
  box-shadow: 0px 8px 12px 0px rgba(135, 145, 233, 0.3);
  position: absolute;
  left: 0;
  z-index: 1;
  top: 9px;
}

.list-unstyled.collapse > li a,
.collapse-cat2 > ul > li a {
  position: relative;
}

.list-unstyled.collapse > li a:before,
.collapse-cat2 > ul > li a:before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--main-cl);
  position: absolute;
  left: 35px;
  top: 23px;
  border-radius: 50px;
  z-index: 1;
}

.collapse-cat2 ul > li > a {
  padding-left: 65px;
}

.collapse-cat2 > ul > li a:before {
  left: 50px !important;
}

.collapse-cat2.current > a:before,
.list-unstyled.collapse > li.current > a:before,
.collapse-cat2 > ul li.current > a:before {
  background: var(--pink-cl) !important;
}

.menu-item:hover,
.collapse-cat2 a:hover,
.list-unstyled.collapse > li > a:hover {
  background: #ffe0e7;
}

.menu-item.collapse:after,
.collapse-cat2 > a:after {
  content: '';
  width: 9px;
  height: 12px;
  background: url(../images/arrow-right.svg) no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  left: auto;
  margin-top: -5px;
}

.current .menu-item.collapse:after,
.collapse-cat2.current > a:after {
  background: url(../images/arrow-right-pink.svg) no-repeat;
}

.collapse-cat2.active > a:after,
li.active .menu-item.collapse:after {
  transform: rotate(90deg);
}

.page-content-active .menu-item.collapse:after {
  display: none;
}

.page-content-active .menu-item {
  width: auto;
}

.menu-item span.box-icon {
  display: -ms-flexbox;
  display: flex;
}

.menu-item span.box-text {
  flex: 0 0 calc(100% - 15px);
  max-width: calc(100% - 15px);
  padding-left: 10px;
}

.menu-item.current {
  background: #ffe0e7;
  border-radius: 0 30px 30px 0;
  position: relative;
}

.menu-item.current:before {
  content: '';
  width: 5px;
  height: 33px;
  background: var(--pink-cl);
  border-radius: 0px 8px 8px 0px;
  box-shadow: 0px 8px 12px 0px rgba(135, 145, 233, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-content-active .menu-item.current {
  background: none;
}

.main-menu > ul > li.current span.box-text {
  color: var(--pink-cl);
}

.main-menu > ul > li.current svg path {
  fill: var(--pink-cl);
}

.main-menu > ul > li.current svg.has-stroke path {
  fill: var(--pink-cl);
  stroke: var(--pink-cl);
}

.header {
  position: fixed;
  top: 0;
  width: calc(100% - 300px);
  left: 300px;
  z-index: 7;
  background: #fff;
}

.page-content-active .header {
  width: calc(100% - 70px);
  left: 70px;
}

.ts_header_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ts_header_menu li:first-child {
  margin-left: -1rem;
}

.ts_header_menu li a {
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  border-radius: 0.475rem;
}
.ts_header_menu li a:hover {
  background-color: #ffe0e7;
}

.main-header {
  width: 100%;
  border-bottom: 1px solid #e4e4ef;
  padding: 10px 25px 9px;
}

.main-header .form-search {
  position: relative;
}

.main-header .form-search .form-control {
  height: 40px;
  border-radius: 8px;
  width: 800px;
  outline: none;
  padding: 0 15px;
  border: 1px solid #f6f4ff;
  background: #fbfaff;
}

.main-header .form-search button {
  background: none;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.main-header .right-action > * {
  margin-right: 24px;
}

.main-header .noti > a {
  cursor: pointer;
  margin-top: 7px;
}

.main-header .noti.has-noti a {
  position: relative;
}

.main-header .noti.has-noti a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -3px;
  background: var(--pink-cl);
}

.nav-mobile {
  display: none;
}

.main-content {
  padding: 0 25px 25px;
  position: relative;
}

.main-content .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  padding: 0 25px;
  background: #fff;
  margin: 0 -25px 25px;
}

.main-content .breadcrumb li {
  color: #3e4b5e;
}

.table-custom .row-title {
  background: rgba(228, 228, 239, 1);
}

.has-scroll::-webkit-scrollbar {
  width: 4px;
}

.has-scroll::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 20px;
}

/*notification*/
/*div, select {
    scrollbar-width: thin;
    scrollbar-color: #D9D9D9 transparent;
}*/

div::-webkit-scrollbar,
select::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}

div::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}

.f-12 {
  font-size: 12px;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.w-100 {
  width: 100% !important;
}

.lh-1 {
  line-height: 1 !important;
}

.p-3 {
  padding: 1rem !important;
}

.border-bottom {
  border-bottom: 1px solid #e4e4ef;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

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

.drawer {
  display: flex !important;
  overflow: auto;
  z-index: 110;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out;
}

.drawer.drawer-start {
  left: 0;
  transform: translateX(-100%);
}

.drawer.drawer-end {
  right: 0;
  transform: translateX(100%);
}

.drawer.drawer-on {
  transform: none;
  box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
}

@media only screen and (max-width: 499px) {
  .drawer {
    width: 100% !important;
  }
}

#drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 109;
  background-color: rgba(0, 0, 0, 0.5);
  animation: animation-drawer-fade-in 0.3s ease-in-out 1;
}

.card {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
}

.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #252c64;
}

.card .card-header .card-title {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.275rem;
}

.card .card-header .card-title a {
  color: #fff;
  font-size: 16px;
}

.card .card-header .btn-close {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.475rem;
}

.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #3f4254;
  background-color: #f5f8fa;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.475rem;
}

.symbol .symbol-badge {
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
}

.symbol > img {
  width: 100%;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 0.475rem;
}

.symbol > img {
  width: 50px;
  height: 50px;
}

.symbol .symbol-label {
  width: 50px;
  height: 50px;
}

.symbol.symbol-50px > img {
  width: 50px;
  height: 50px;
}

.symbol.symbol-50px .symbol-label {
  width: 50px;
  height: 50px;
}

.ka_drawer_notify_item:hover {
  background-color: #fbfaff;
}

.ka_drawer_notify_item .fs-7 {
  width: 300px;
}

@media only screen and (max-width: 499px) {
  .ka_drawer_notify_item .fs-7 {
    width: auto;
  }
}

.timer_ {
  min-width: 60px;
  min-height: 25px;
  font-size: 12px;
}

.btn-close-item-notify {
  cursor: pointer;
}

.badge {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.badge.badge-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 8px;
  padding: 0 0.1rem;
  line-height: 0;
}

.badge.badge-circle {
  border-radius: 50%;
  padding: 0;
  min-width: unset;
  width: 8px;
}

.badge-success {
  color: #ffffff;
  background-color: #50cd89;
}

.badge-light {
  color: #7c8fac;
  background-color: #f9f8fd;
  border-radius: 15px;
}

.bg-light-danger {
  background-color: #fff5f8 !important;
}

.bg-light-primary {
  background-color: #f4f6f9 !important;
}

.bg-light-warning {
  background-color: #fff8dd !important;
}

.bg-light-success {
  background-color: #e8fff3 !important;
}

.bg-light-info {
  background-color: #f8f5ff !important;
}

.bg-light-dark {
  background-color: #eff2f5 !important;
}

.svg-icon.svg-icon-primary {
  color: #2f4ba0;
}

.svg-icon.svg-icon-secondary {
  color: #e4e6ef;
}

.svg-icon.svg-icon-light {
  color: #f5f8fa;
}

.svg-icon.svg-icon-success {
  color: #50cd89;
}

.svg-icon.svg-icon-info {
  color: #7239ea;
}

.svg-icon.svg-icon-warning {
  color: #ffc700;
}

.svg-icon.svg-icon-danger {
  color: #f1416c;
}

.svg-icon.svg-icon-dark {
  color: #181c32;
}

/*calendar*/
.ui-datepicker {
  padding: 0;
  box-shadow: 0px 0px 16px -4px rgba(131, 137, 169, 0.2);
  width: 280px;
}

.ui-widget-header {
  background: #dee5ee;
}

label.ui-corner-all {
  border-radius: 8px;
}

.ui-widget.ui-widget-content {
  border: 0;
}

.ui-datepicker .ui-datepicker-title {
  line-height: normal;
}

.ui-widget.ui-widget-contentlabel.ui-corner-all {
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-header {
  border: 0;
  padding: 12px 0;
}

.ui-widget-header .ui-datepicker-prev span {
  background-image: url(../images/prev-calendar.svg);
  background-position: 0 0;
}

.ui-widget-header .ui-datepicker-next span {
  background-image: url(../images/next-calendar.svg);
  background-position: 0 0;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-left: -5px;
  margin-top: -5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 10px;
}

.ui-datepicker .ui-datepicker-next {
  right: 7px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 7px;
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover {
  border: 0;
  background: inherit;
  cursor: pointer;
}

table.ui-datepicker-calendar thead {
  display: none;
}

table.ui-datepicker-calendar tr th:first-child,
table.ui-datepicker-calendar tr td:first-child {
  border-left: 0;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: 0;
  background: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #3e4b5e;
  text-align: center;
}

/*.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 0;
    background: #FF2458;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}*/

.ui-datepicker td a {
  padding: 9px;
}

.ui-datepicker-today a {
  background: var(--pink-cl) !important;
  color: #fff !important;
  border-radius: 50%;
}

select.ui-datepicker-month {
  margin-right: 5px !important;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
  border: 1px solid #f0edff;
  height: 25px;
  border-radius: 8px;
  padding: 0 10px;
  background: #fbfaff url(../images/arrow-select.svg) no-repeat;
  background-position: right 0.75rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  color: #8999af;
  transition: all 0.4s;
  font-size: 14px;
}

/*noti modal*/
.alert-modal,
.noti-modal {
  border-radius: 8px;
  position: relative;
}

.alert-modal button.close-modal,
.noti-modal button.close-modal {
  position: absolute;
  top: 5px;
  right: 0;
}

.alert-modal button.close-modal:hover path,
.noti-modal button.close-modal:hover path {
  fill: var(--pink-cl);
}

.alert-modal .fancybox-close-small,
.noti-modal .fancybox-close-small {
  display: none;
}

.alert-success-modal {
  border: 1px solid #2ecd8e;
}

.alert-primary-modal {
  border: 1px solid #31b5f7;
}

.alert-danger-modal {
  border: 1px solid #ff5177;
}

.alert-warning-modal {
  border: 1px solid #fab721;
}

.alert-modal.fancybox-content .modal-body {
  padding: 16px;
}

.alert-ct {
  max-width: 600px;
}

.alert-ct img {
  flex: 0 0 36px;
  max-width: 36px;
}

.alert-ct p {
  flex: 0 0 calc(100% - 36px);
  max-width: calc(100% - 36px);
  padding-left: 16px;
}

.alert-modal .modal-action {
  margin-top: 10px;
}

.alert-modal .modal-action button {
  height: 25px;
  display: inline-flex;
  align-items: center;
  color: var(--pink-cl);
  font-weight: 600;
  border-radius: 8px;
  background: rgba(255, 36, 88, 0.05);
  padding: 0 10px;
}

.noti-modal {
  border-radius: 8px;
  box-shadow: 0px 0px 16px -4px rgba(131, 137, 169, 0.2);
}

.noti-modal.fancybox-content .modal-body {
  padding: 0 16px 0px 0;
}

.noti-modal .noti-ct .box-icon {
  flex: 0 0 36px;
  max-width: 36px;
}

.noti-success-modal .box-icon {
  background: #e9fdf3;
}

.noti-primary-modal .box-icon {
  background: #eef8ff;
}

.noti-danger-modal .box-icon {
  background: #fef0f0;
}

.noti-warning-modal .box-icon {
  background: #fffae8;
}

.noti-modal .noti-ct .box-text {
  flex: 0 0 calc(100% - 36px);
  max-width: calc(100% - 36px);
  padding: 16px 0 16px 16px;
}

.noti-modal .noti-ct .box-text h3 {
  font-weight: 700;
  font-size: 16px;
}

.noti-modal .noti-ct .box-text ul li:not(:last-child) {
  margin-right: 8px;
}

.noti-modal .noti-ct .box-text button {
  height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 8px;
  font-weight: 600;
}

.noti-modal .noti-ct .box-text button.btn-1 {
  background: rgba(9, 88, 158, 0.05);
  color: #09589e;
}

.noti-modal .noti-ct .box-text button.btn-2 {
  background: rgba(255, 36, 88, 0.05);
  color: #ff2458;
}

.noti-modal .noti-ct .box-text button.btn-3 {
  background: rgba(37, 44, 100, 0.05);
  color: #252c64;
}

@media (max-width: 1439px) {
  .main-header .form-search .form-control {
    width: 600px;
  }
}

@media (max-width: 1200px) {
  .nav-mobile {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 15px;
  }

  .nav-mobile .avatar-default {
    padding-left: 15px;
  }

  .dashboard {
    margin-top: 0;
    width: 0;
    padding: 0;
  }

  .head-nav .box-avatar {
    display: none;
  }

  .page-content {
    display: block;
  }

  .page-content .default-sidebar {
    position: fixed;
    width: 0;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .page-content .default-sidebar.active {
    width: 300px;
  }

  .page-content .content-wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .header {
    width: 100%;
    left: 0;
    height: 60px;
    border-bottom: 1px solid #e4e4ef;
    display: none;
  }

  .main-header .form-search {
    display: none;
  }

  .main-header {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-content {
    padding: 60px 15px 15px;
  }

  .main-content .breadcrumb {
    margin: 0 -15px 15px;
    padding: 15px;
    overflow: hidden;
  }
}

.fancybox-container {
  z-index: 11111;
}

.fancybox-content {
  overflow: visible !important;
  line-height: 1.5;
  color: #3e4b5e;
}
