/* General */
.clickable-item {
  cursor: pointer;
}
.text-bold {
  font-weight: bold;
}
/* Portlet */
.portlet.light > .portlet-title .inputs.inputs-full-width {
  display: block;
  float: none;
}
/* Tree */
.tree-item-icon-color {
  color: #dfba49;
}
.page-sidebar .page-sidebar-menu > li > a > i.fa,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i.fa {
  margin-left: 1px;
  margin-right: 4px;
  top: 3px;
}
/* Forms */
.form-group.form-md-line-input.no-hint {
  margin-bottom: 15px;
}
.form-group.form-md-line-input.has-error .form-control {
  border-bottom-color: red;
}
.form-group.form-md-line-input.has-error .help-block-info {
  display: none;
}
/* DateRangePicker */
.daterangepicker_input .input-mini {
  width: 120px !important;
}
/* Portlets */
.portlet.light > .portlet-title.portlet-title-filter {
  border: none;
  margin-bottom: 0;
}
/* Buttons */
button i {
  margin-right: 6px;
}
.btn + .btn {
  margin-left: 10px !important;
}
/* FamFamFam Flags */
.famfamfam-flags {
  display: inline-block;
}
/* Social Login Icons */
.external-logins form a i.fa-openidconnect {
  background: url(/dist/img/openid.png) no-repeat;
  width: 16px;
  height: 16px;
}
.external-logins a i.fa-wsfederation {
  background: url(/dist/img/adfs.png) no-repeat;
  width: 16px;
  height: 16px;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
/* Make user menu wider */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  width: 250px;
}
/* Fix for issue #407 */
br {
  font-family: Verdana;
}
span.phone-number-verified {
  border-bottom: #36c6d3 2px solid !important;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
/* Sweet alert */
.swal-modal {
  width: 542px;
  min-width: 542px;
  max-width: 542px;
  border-radius: 0px !important;
}
.swal-modal.swal-sign {
  width: unset;
  min-width: 542px;
  max-width: 756px;
}
.swal-content,
.swal-title,
.swal-text {
  padding-left: 93px;
}
.swal-title {
  overflow-wrap: break-word;
  margin-top: 36px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  font-family: Roboto;
  margin-bottom: 0px !important;
}
.swal-content,
.swal-text {
  margin-top: 4px;
  text-align: left;
  font-size: 14px;
  margin-bottom: 50px;
  color: #666666 !important;
}
.swal-text {
  font-family: Roboto;
  margin-bottom: 50px !important;
  width: 100%;
  display: block;
  line-height: 19px;
}
.swal-icon {
  width: 44px;
  height: 44px;
  border: none !important;
}
.swal-icon.swal-icon--warning {
  background-image: url(/dist/img/icon-warning.svg);
}
.swal-icon.swal-icon--error {
  background-image: url(/dist/img/icon-error.svg);
}
.swal-icon.swal-icon--error .swal-icon--error__x-mark {
  display: none;
}
.swal-icon.swal-icon--warning .swal-icon--warning__dot,
.swal-icon.swal-icon--warning .swal-icon--warning__body {
  background: none !important;
}
.swal-icon:first-child {
  float: left;
  margin-top: 56px;
  margin-left: 29.5px;
}
.swal-icon--warning__body {
  width: 5px;
  height: 13px;
}
.swal-button-container {
  float: right;
  margin: 10px;
}
.swal-button:focus {
  box-shadow: none;
}
.swal-button.swal-button--confirm,
.swal-button.swal-button--cancel {
  width: 100px;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: black;
  padding: 0;
  border: #0078D7 0.5px solid;
  color: white;
  background-color: #E5F1FB;
  border-radius: 0px;
}
.swal-button.swal-button--confirm:hover,
.swal-button.swal-button--confirm:focus {
  background: rgba(71, 105, 158, 0.9) !important;
}
.swal-button.swal-button--cancel:hover,
.swal-button.swal-button--cancel:focus {
  background: #f8f8f8 !important;
}
.swal-button.swal-button--confirm {
  border: 1px solid #4275a8;
  background: #47699e !important;
}
.swal-button.swal-button--cancel {
  border: 1px solid #E5EAEE;
  color: #333333 !important;
  background: #ffffff !important;
  margin-left: -10px;
}
.swal-title {
  color: #333333 !important;
}
.swal-footer {
  text-align: center;
  width: 100%;
  border-top: 1px solid #F0F0F0;
  padding: 0px;
  margin: 0px;
  background-color: #F0F0F0;
  display: inline-block;
}
@keyframes glowing {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.glowing {
  animation: glowing 2s infinite;
}
.toast-error {
  background-color: red !important;
}
.bootstrap-datetimepicker-widget {
  width: 275px !important;
}
.modal-1000 {
  min-width: 1000px;
}
.modal-1300 {
  min-width: 1300px;
}
.btn-utility {
  width: 230px !important;
  text-align: left !important;
}
.clear-padding {
  padding: 0 !important;
}
.clear-margin {
  margin: 0 !important;
}

.input-group span.input-group-btn button {
  border-bottom-right-radius: 3.5px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3.5px;
  border-top-left-radius: 0px;
}
.input-group span.input-group-btn button i {
  font-size: 1rem;
  color: white;
  padding-right: 0px;
}
html[dir=rtl] .input-group span.input-group-btn button {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3.5px;
  border-top-right-radius: 0px;
  border-top-left-radius: 3.5px;
}
.small-profile-pic {
  height: 30px;
}
.easy-pie-chart {
  text-align: center;
}
.easy-pie-chart .number {
  font-size: 14px !important;
  font-weight: 300;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
}
.easy-pie-chart .number canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easy-pie-chart .title {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.easy-pie-chart .title:hover {
  text-decoration: none;
}
.easy-pie-chart .title > i {
  margin-top: 5px;
}
.modal .modal-content .modal-header .close:before {
  cursor: pointer !important;
}
#kt_demo_panel .offcanvas-content .offcanvas-demo {
  cursor: pointer;
}
#kt_demo_panel .offcanvas-content .offcanvas-demo:hover {
  border: 5px solid #3699ff;
}
.searchMenuContainerSelect2 .select2-container {
  width: 214px;
}
.searchMenuContainerSelect2 span.select2-selection.select2-selection--single:before {
  content: "\f2eb";
  position: absolute;
  left: 20px;
  top: 15px;
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
}
.searchMenuContainerSelect2 .select2-selection__rendered {
  font-family: "Poppins" !important;
  border-radius: 5px !important;
  margin-left: 14px !important;
  padding-left: 36px !important;
  height: 40px;
  line-height: 24px !important;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
  left: 50% !important;
  top: 50% !important;
}
.searchMenuDropDownSelect2,
.searchMenuDropDownSelect2 input {
  font-family: "Poppins";
}
.searchMenuTop .select2-container {
  width: 100% !important;
}
.modal {
  overflow: auto !important;
}
#header_notification_bar .topbar-item,
kt_quick_sidebar_toggle {
  position: relative;
}

.pwstrength-div {
  position: relative;
}
.pwstrength-div .progress {
  height: 8px;
  width: 64px;
  text-align: right;
  position: absolute;
  right: -28px;
  top: 28.5px;
  transform: rotate(-90deg);
  border-radius: 0 0 1.25rem 1.25rem;
}
.pwstrength-div .password-verdict {
  height: 10px;
  width: 100px;
  text-align: right;
  position: absolute;
  right: 24px;
  top: 25px;
  font-size: 12px;
  opacity: 0.6;
}

#kt_wrapper {
  background-color: #EEEEEE;
}
.checkbox.checkbox-success > span {
  background-color: #ffffff !important;
}
.fix-header {
  background-color: #ffffff !important;
  width: 100%;
  height: 52px;
}
.toolbar.fix-header {
  height: 46px;
  padding: 8px 10px;
  border-bottom: 1px solid #DADADC !important;
}
.toolbar.fix-header a.pull-right,
.modal-header a.pull-right {
  cursor: pointer;
}
.card {
  border-radius: 0 !important;
}
.card.card-custom.gutter-b {
  border-top: 0;
}
.icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 0;
  position: relative;
}
.icon-danhsach {
  background-image: url('/dist/img/danh-sach-role.svg');
  background-size: contain;
  width: 17px;
  height: 20px;
  top: -2px;
}
.icon-modal-edit {
  background-image: url('/dist/img/icon-edit.svg');
  margin-right: 10px;
  width: 16px;
  height: 18px;
  background-size: contain;
  margin-top: 4px;
}
.icon-back-home {
  background-image: url('/dist/img/back-home.svg');
  background-size: 15px;
  height: 15px;
}
.icon-close {
  background-image: url('/dist/img/close.svg');
  background-size: 14px;
  height: 14px;
  width: 14px;
}
.icon-cau-hoi {
  background-image: url('/dist/img/cau-hoi.svg');
  background-size: 15px;
  height: 15px;
  margin-top: 7.45px;
}
.icon-setting {
  background-image: url(/dist/img/settings.svg);
  background-size: 20px;
  height: 20px;
  width: 20px;
  margin: auto;
  margin-right: unset !important;
}
.icon-gop-y {
  background-image: url('/dist/img/gop-y.svg');
  background-size: 15px;
  height: 15px;
  margin-top: 8px;
  margin-right: 0;
}
.icon-video {
  background-image: url('/dist/img/video.svg');
  background-size: 15px;
  height: 15px;
  margin-top: 7.45px;
}
.icon-line-header {
  background-image: url('/dist/img/line-header.svg');
  background-size: 2px;
  margin-right: 15px;
  margin-left: 15px;
  background-position: initial;
  height: 36px;
  margin-top: -3px;
  width: 1px;
}
.icon-mo-rong {
  background-image: url('/dist/img/mo-rong.svg');
  background-size: 1.5rem;
  width: 2rem;
  height: 1rem;
  margin-right: 0;
}
.icon-save-add {
  background-image: url('/dist/img/save-add.svg');
  background-size: 14px;
  height: 14px;
  width: 14px;
}
.icon-quyen {
  background-image: url('/dist/img/quyen.svg');
  width: 15px;
  height: 15px;
  background-size: 15px;
  margin: 0;
}
.icon-i-info {
  background-image: url('/dist/img/i-info.svg');
  width: 10px;
  height: 10px;
  background-size: 10px;
  margin: 10px 0 0 6px;
  cursor: pointer;
}
.icon-folder-tree {
  background-image: url('/dist/img/folder-tree.svg') !important;
  width: 14px !important;
  height: 13px !important;
  background-size: contain !important;
  display: inline-block !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  vertical-align: top !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  margin-top: 4px !important;
  position: relative !important;
}
.danh-sach ul.dropdown-menu li .btn.pl-10 {
  padding-left: 10px !important;
  color: #666666 !important;
  height: 40px;
  line-height: 40px !important;
}
.danh-sach .S12R,
.danh-sach .S13R,
.danh-sach .S14R,
.danh-sach .S16R,
.danh-sach .S24R {
  font-family: "Roboto" !important;
  font-weight: 400 !important;
}
.danh-sach .dropdown-menu.show {
  min-width: 200px;
  padding: 4px 0 !important;
  border-radius: 0;
  margin-top: 9px;
  box-shadow: 0 0 6px 0 #00000029;
}
.danh-sach.show > button {
  background-color: #eee !important;
  border-color: #eee !important;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-image: url('/dist/img/checked-tree-new.svg');
  width: 16px !important;
  height: 16px !important;
  background-size: contain !important;
  display: inline-block !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  vertical-align: top !important;
  margin-right: 7px !important;
  margin-left: -3px !important;
  margin-top: 0 !important;
  position: relative !important;
}
.jstree-default .jstree-checkbox {
  background-image: url('/dist/img/check-tree.svg');
  width: 16px !important;
  height: 16px !important;
  background-size: contain !important;
  display: inline-block !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  vertical-align: top !important;
  margin-right: 7px !important;
  margin-left: -3px !important;
  margin-top: 0 !important;
  position: relative !important;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-image: url('/dist/img/close-tow-tree-new.svg');
  width: 25px;
  height: 35px;
  background-size: contain;
  display: inline-block;
  background-position: 0 -10px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin: -11px 0 0 0;
  position: relative;
}
.jstree-default ul:first-child > .jstree-open:first-child > .jstree-ocl {
  background-image: url('/dist/img/close-tree-new.svg');
  width: 25px !important;
  height: 20px !important;
  margin: -4.9px 0 0 0 !important;
  background-position: center !important;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-image: url('/dist/img/open-tow-tree-new.svg');
  width: 25px;
  height: 35px;
  background-size: contain;
  display: inline-block;
  background-position: 0 -11px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin: -10px 0 0 0;
  position: relative;
}
.jstree-default ul:first-child > .jstree-closed:first-child > .jstree-ocl {
  background-image: url('/dist/img/open-tree-new.svg');
  width: 25px !important;
  height: 20px !important;
  margin: -4.9px 0 0 0 !important;
  background-position: center !important;
}
.jstree-default .jstree-node {
  background-image: url('/dist/img/y-dot-tree-new.svg');
  background-repeat: repeat-y !important;
  background-position: 2px 2px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-image: url('/dist/img/leaf-tree-new.svg');
  background-position: 2px -4px;
  height: 30px;
  width: 25px;
  margin: -9px 0 0 0;
  background-size: unset;
}
.jstree-default .jstree-anchor {
  line-height: 16px;
  height: 16px;
  color: #666666 !important;
}
.jstree-default ul:first-child > li.jstree-node:first-child > .jstree-anchor {
  font-weight: bold;
  color: #000000 !important;
}
.jstree-default .jstree-node {
  min-height: 30px;
  line-height: 30px;
  margin-left: 30px;
  min-width: 30px;
}
.jstree-default .jstree-last:first-child {
  background: transparent !important;
}
.jstree-default .jstree-last:first-child > ul.jstree-children > .jstree-last {
  background: transparent !important;
}
.modal-body {
  background-color: #F8F8F8;
  transition: max-width 0.3s;
}
.modal-content {
  border-radius: 0 !important;
}
.modal-footer {
  padding: 10px !important;
}
.modal-footer > * {
  margin: 0 !important;
}
.btn-white {
  color: #47699E !important;
  background-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #eee !important;
  border-color: #eee !important;
}
.btn-white.close-button,
.btn-white:hover.close-button {
  border: 1px solid #C6C6C6 !important;
}
.btn-white i,
.btn-white:hover i {
  color: #47699E !important;
}
.checkbox > span {
  left: 0 !important;
  background-color: #ffffff !important;
}
th .checkbox > span,
td .checkbox > span {
  left: -0.7rem !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-13 {
  font-size: 14px !important;
}
.checkbox-list .checkbox {
  top: 0 !important;
}
.brd-50 {
  border-radius: 50% !important;
  overflow: hidden;
}
div.col-form-label {
  line-height: 30px;
  overflow: hidden;
}
label.icon-dot {
  position: relative;
  display: inline;
  padding-right: 5px;
  cursor: default;
}
label.icon-dot:after {
  content: "\A0";
  position: absolute;
  left: 100%;
  background-image: url('/dist/img/line-dott.png');
  width: 500px;
  background-position-y: 7.5px;
  background-repeat-y: no-repeat;
}
.cursor-pointer {
  font-size: 14px;
  cursor: pointer;
}
.is-sys-config .card-sys-config {
  height: calc(100vh - 180px);
  font-size: 14px !important;
  color: #666666;
}
.is-sys-config .card-sys-config .p-sys-config {
  padding: 20px 23px;
}
.is-sys-config .card-sys-config .checkbox-list .checkbox {
  margin-bottom: 10px;
}
.is-sys-config .overview {
  width: 100%;
}
.icon-hethong {
  background-image: url('/dist/img/cogwheel-3.svg');
  background-size: contain;
  width: 20px;
  height: 16px;
}
/* scroll*/
.card-sys-config {
  background-color: #F8F8F8 !important;
  border-top: 0 !important;
}
.scrollable.default-skin .scroll-bar.vertical {
  transition-duration: 0.2s;
  z-index: 999;
  width: 3px !important;
  transition-duration: 2s !important;
}
.scrollable.default-skin:hover .scroll-bar.vertical {
  width: 2px !important;
  transition-duration: 1s !important;
}
.scrollable.default-skin .scroll-bar.vertical:hover {
  width: 10px !important;
  background: #f8f8f8;
  transition-duration: 0.2s !important;
}
.scrollable.default-skin .scroll-bar.vertical:active {
  width: 10px !important;
  background: #f8f8f8;
}
.card-sys-config .checkbox.checkbox-outline > span {
  border-color: #DADADC;
}
.card-sys-config::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: #E6E6E6;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 10px;
}
.is-sys-eiv .form-control {
  height: 20px;
  min-height: 20px;
  width: 50px;
  font-family: "Roboto";
  font-size: 14px;
  padding: 5px 7px;
}
.fix-card-sys-config .form-control {
  font-family: "Roboto";
  font-size: 14px;
  padding: 5px 7px;
}
.fix-card-sys-config .card-body {
  padding: 0;
}
.fix-card-sys-config {
  background-color: #F8F8F8 !important;
  overflow: auto;
}
.is-sys-config .fix-card-sys-config {
  height: calc(100vh - 180px);
}
.card-sys-config .font-sys-config.S16S {
  color: #000000;
  font-weight: normal !important;
}
.TopStatsContainer .card.card-custom.gutter-b {
  border: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.icon-user {
  background-image: url('/dist/img/icon-user.svg');
  background-size: contain;
  width: 21.65px;
  height: 20.72px;
}
.icon-mst {
  background-image: url('/dist/img/ico-mst.svg');
  background-size: contain;
  width: 19px;
  height: 5px;
}
.icon-building {
  background-image: url('/dist/img/ico-building.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.14px;
  height: 20px;
}
.icon-billleft {
  background-image: url('/dist/img/ico-bill-left.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 5px;
}
.icon-shopping-title {
  background-image: url('/dist/img/trolley.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}
.icon-shopping-title-white {
  background-image: url('/dist/img/trolley-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}
.icon-messenger {
  background-image: url('/dist/img/chat_messenger.svg');
  background-size: contain;
  width: 18.57px;
  height: 17.24px;
  background-repeat: no-repeat;
}
.icon-calendar {
  background-image: url('/dist/img/lịch.svg');
  background-size: contain;
  width: 18.57px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-change-pass {
  background-image: url('/dist/img/icon-change-pass.svg');
  background-size: contain;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}
.icon-logout {
  background-image: url('/dist/img/login.svg');
  background-size: contain;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}
.icon-email-config {
  background-image: url('/dist/img/email-config.svg');
  background-size: contain;
  width: 15px;
  height: 11.56px;
}
.icon-huykhoitao {
  background-image: url('/dist/img/icon-huy-khoi-tao.svg');
  background-size: contain;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}
.icon-position-shc {
  background-image: url('/dist/img/position-shc.svg');
  background-size: contain;
  width: 29px;
  height: 29px;
  margin-right: 0;
  margin-top: 0;
  background-position-y: 3px;
  cursor: grab;
}
.h-16px {
  height: 16px;
}
#kt_quick_user {
  height: fit-content;
}
#kt_quick_user .offcanvas-content {
  position: unset;
  height: auto !important;
}
#kt_quick_user h4 {
  font-size: 20px;
  padding-left: 30px !important;
}
#kt_quick_user .login-logout {
  padding-left: 15%;
}
#kt_quick_user .avt {
  margin: 10px 10px 10px 20px;
}
#kt_quick_user .pay-bill .d-flex {
  height: 25px;
  line-height: 25px !important;
}
#kt_quick_user .pay-bill a {
  position: relative;
  font-size: 20px;
  left: 5px;
}
#kt_quick_user .pay-bill {
  padding: 20px 0 20px 25%;
  font-size: 20px;
}
#kt_quick_user .separator-horizontal {
  border-bottom: 0.5px solid #DADADC;
  max-width: 387.5px;
  text-align: center;
  margin: 0 30px;
}
#kt_quick_user .login {
  border-radius: 5px;
  margin: 20px 10px;
  padding: 0 10px !important;
}
#kt_quick_user .logout {
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #47699E;
  border: 1px solid #47699E;
  margin: 20px 10px 10px 0;
  padding: 0 10px !important;
}
#kt_quick_user .navi-item .navi-link .navi-text .text-muted {
  color: #666666 !important;
}
#kt_quick_user .navi-item .navi-link .navi-text .S14S {
  color: #000000 !important;
}
#kt_quick_user .logout i {
  color: #47699E;
}
#kt_quick_user .login-logout .ico {
  margin: 7px 4px 0 0;
}
/*Form nguyen te*/
.form-nguyente .fix-dot-icon {
  padding-right: 0px;
}
.form-nguyente .fix-dot-icon:after {
  bottom: -3px;
  margin-left: 5px;
}
.form-nguyente .fix-dot-2:after {
  margin-left: 21px !important;
}
.form-nguyente .icon-i-info {
  margin: 5px 0 0 5px;
}
.form-nguyente .ml-60px {
  margin-left: 60px;
}
.h-290px {
  height: 290px !important;
}
.pl-35px {
  padding-left: 35px !important;
}
.pl-3px {
  padding-left: 3px !important;
}
.ml-3px {
  margin-left: 3px !important;
}
.ml-14px {
  margin-left: 14px !important;
}
.pr-2px {
  padding-right: 2px !important;
}
.pl-5px {
  padding-left: 5px !important;
}
.pl-22px {
  padding-left: 22px !important;
}
.pl-27px {
  padding-left: 27px !important;
}
.pr-1px {
  padding-right: 1px !important;
}
.pr-22px {
  padding-right: 22px !important;
}
.pl-18px {
  padding-left: 18px !important;
}
.p-20px {
  padding: 20px !important;
}
.fix-col-nh0805 {
  margin: 0 8px 0px 5px !important;
}
.mb--6px {
  margin-bottom: -6px !important;
}
.mb-6px {
  margin-bottom: 6px !important;
}
.mr-15px {
  margin-right: 15px !important;
}
.mt-10px {
  margin-top: 10px !important;
}
.mt-113 {
  margin-top: 113px !important;
}
.pr-5px {
  padding-right: 5px !important;
}
.t-8px {
  top: 8px !important;
}
.t-36px {
  top: 36px !important;
}
/*end form nguyen te*/
.m-05 {
  margin: 0 5px !important;
}
/*End form hang hoa*/
/*form thong tin dn*/
.width-1805 {
  width: 180.5px;
  min-width: 180.5px;
}
.width-236px {
  width: 236px;
  min-width: 236px;
}
.ml-6px {
  margin-left: 6px !important;
}
.pl-8px {
  padding-left: 8px !important;
}
.pl-10px {
  padding-left: 10px !important;
}
.pl-12px {
  padding-left: 12px !important;
}
.pl-15px {
  padding-left: 15px !important;
}
.pl-97px {
  padding-left: 97px !important;
}
.pl-20px {
  padding-left: 20px !important;
}
.pl-6px {
  padding-left: 6px !important;
}
.pb-3px {
  padding-bottom: 3px !important;
}
.ml-28px {
  margin-left: 28px !important;
}
.ml-15px {
  margin-left: 15px !important;
}
.min-w-796px {
  min-width: 796px;
}
.width-585px {
  width: 585px !important;
}
.width-304 {
  width: 304px !important;
}
.width-124 {
  width: 124px !important;
}
.width-180 {
  width: 180px !important;
}
#DNganHangInformationsTab .col-form-label {
  width: 118px;
  float: left;
  margin-right: 0px;
}
/*form httt*/
form[name='SHinhThucThanhToanInformationsForm'] div.row {
  flex-wrap: inherit;
}
form[name='SHinhThucThanhToanInformationsForm'] div.row input.form-control {
  width: 246px;
  max-width: 246px;
}
form[name='SHinhThucThanhToanInformationsForm'] div.row div.lblHTTT {
  min-width: 180px;
  padding-top: 2px !important;
}
/**end httt*/
#SDonViInformationsTab label.icon-dot {
  position: relative;
  display: inline;
  padding-right: 2px;
  top: 4px;
}
#SDonViInformationsTab .select2-selection__rendered {
  min-width: 308px;
  border-right: 1px solid #c6c6c6;
}
#SDonViInformationsTab .select2-selection__arrow {
  display: none;
}
#SDonViInformationsTab .star-required::before {
  content: '*';
  position: absolute;
  color: red;
  left: -7px;
  top: -1px;
}
#SDonViInformationsTab .tooltip-inner {
  max-width: 315px !important;
  width: 315px !important;
  text-align: left !important;
  color: #000000 !important;
  font-size: 14px !important;
  margin-bottom: 3px !important;
}
#SDonViInformationsTab .arrow {
  margin-bottom: 3px !important;
}
#SDonViInformationsTab label.icon-dot:after {
  content: "\A0";
  position: absolute;
  bottom: -4.3px;
  left: 100%;
  background-image: url('/dist/img/line-dott.png');
  width: 500px;
}
#SDonViInformationsTab .fix-input {
  width: calc(100% - 180.5px);
  max-width: 126px;
  margin-left: 5px;
}
#SDonViInformationsTab .fix-input-long {
  width: calc(100% - 180.5px);
  max-width: 440px;
  margin-left: 5px;
}
@media (max-width: 1366px) {
  .content-inf {
    min-width: 807px;
  }
}
/*Form khach hang doi tac*/
/*Khach hang doi tac*/
/*Danh sach hang doi tac*/
.modal .modal-header .modal-title {
  color: #000000 !important;
  font-size: 16px !important;
  display: flex;
  align-items: center;
}
.modal .modal-header .modal-title svg {
  margin-right: 10px;
}
.modal .modal-header .modal-title span {
  margin-top: 4px;
}
/*Form hang doi tac*/
.dropdown-menu .btn {
  width: 100%;
  text-align: left;
  padding-left: 20px !important;
  display: inline-flex;
  justify-content: left;
}
.dropdown-menu .btn .fileinput-button {
  display: inline-flex;
}
.dropdown-menu .btn .fileinput-button label {
  display: inline-flex;
  cursor: pointer;
}
.dropdown-menu .btn .fileinput-button label i[class*="ico-"] {
  height: 28px;
}
form[name='DDoiTacInformationsForm'].form-crud {
  height: 468px;
}
.form-crud .col-form-label {
  width: 116px;
  float: left;
}
.form-crud .col-form-label.lbl2 {
  width: 120px;
  padding-left: 7px !important;
}
.form-crud div.col-form-label {
  line-height: 220%;
}
.form-crud div.col-form-label:first-child {
  padding-left: 7px;
}
.form-crud div.col-form-input input.max-w {
  max-width: 210px;
}
.form-crud .pl {
  padding-left: 12px;
}
.form-crud div.btnGetInforMST {
  padding-left: 0px;
  margin-left: -14px;
  margin-top: -1px;
}
.form-crud div.getInforMST input {
  max-width: 120px;
}
.form-crud div.getInforMST button {
  max-width: 85px;
}
.form-crud .input-group-button button {
  padding: 0px 10px !important;
}
.form-crud .input-group-button input {
  float: left;
  width: calc(100% - 15px);
  margin-right: 5px;
}
.form-crud .input-group-button2 .select2-container {
  float: left;
  width: calc(100% - 40px) !important;
  margin: 0 5px;
}
.form-crud .fix-col-form-input2 .select2-container {
  float: left;
  width: calc(100% - 169px) !important;
  margin: 0 5px;
}
.form-crud .fix-dot-icon:after {
  bottom: -3.5px;
  position: absolute;
  width: 210px;
  left: 88%;
  top: 2px;
}
.form-crud .form-group .col-form-2 {
  padding: 0px 40px 0px 30px;
}
.form-crud .form-group .col-form-2 .col-form-input {
  float: left;
  width: calc(100% - 113px);
}
.form-crud .input-group-button2 button {
  min-width: 30px !important;
  padding: 0 !important;
}
.form-crud .screen-form .btn-action {
  border: 1px solid #47699e;
  color: #47699e;
  background: #ffffff !important;
}
.form-crud .btn-action {
  min-width: 30px;
  height: 30px;
  line-height: 33px;
}
.form-crud .fix-col-form-input {
  float: left;
  width: calc(100% - 122px);
}
.form-crud .fix-col-form-select {
  float: left;
  width: calc(100% - 123px);
}
.form-crud .star-required::before {
  content: '*';
  position: absolute;
  color: red;
  left: 0px;
  top: -5px;
}
.form-crud .pr-0.pl .col-form-label.star-required::before {
  margin-left: 0px;
}
.form-crud .col-form-label.star-required::before {
  top: 0px;
  margin-left: 0px;
}
.form-crud label.icon-dot:after {
  top: -3px;
}
.form-crud .fix-vat .select2-container {
  margin: 0 5px;
}
.form-crud .title-1 {
  padding-top: 5px !important;
  margin-bottom: 13px;
}
.form-crud .title-2 {
  padding-top: 25px;
  margin-bottom: 10px;
}
.form-crud .title-3 {
  padding-top: 25px;
  margin-bottom: 10px;
}
.S14B {
  color: #000000;
}
.form-crud .form-group > div:first-child {
  padding-left: 10px;
}
.form-crud .select2-container--default .select2-dropdown {
  min-width: max-content;
}
.form-crud .select2-container--default .select2-search--dropdown {
  min-width: max-content;
}
.form-crud .select2-container--default .select2-selection--single .select2-selection__rendered {
  max-width: 200px;
}
.form-crud #DDoiTac_MA_SO_THUE_Exist-error,
.form-crud #DDoiTac_TEN_DT-error,
.form-crud #DDoiTac_MA_SO_THUE-error {
  float: left;
}
.form-crud #DDoiTac_MA_DT-error {
  margin-left: 124px;
  padding-top: 4px;
}
.form-crud #DDoiTac_MA_SO_THUE_Exist-error,
.form-crud #DDoiTac_TEN_DT-error,
.form-crud #DDoiTac_MA_SO_THUE-error {
  margin-left: 116px;
}
.form-crud input[aria-invalid^="true"] {
  border-color: #E34C5F !important;
}
body.DDoiTacs .select2-container--default .select2-dropdown,
#DDoiTacsTable_wrapper .select2-container--default .select2-dropdown {
  position: absolute !important;
  max-width: 300px;
  white-space: nowrap;
}
.invalid-feedback-cus {
  width: 100%;
  margin-top: 4px;
  color: #F64E60;
  font-size: 0.9rem;
  font-weight: 400;
}
/*End khach hang doi tac*/
/*Form Gui BienBan*/
#sendBill.GuiBienBan {
  padding: 13px 20px 52px 20px;
}
.form-GuiBienBan .firstLabelTD {
  margin-left: 9px;
}
.form-GuiBienBan.form-crud .col-form-label {
  width: 113px;
}
.form-GuiBienBan.form-crud .col-form-label.lbl2 {
  padding-left: 6px !important;
}
.form-GuiBienBan.form-crud .title-2 {
  padding-top: 20px;
}
.form-GuiBienBan.form-crud div.notify div.titleEmail {
  height: 23px;
}
.form-GuiBienBan.form-crud div.notify div.titleEmailContent {
  height: 15px;
}
.form-GuiBienBan.form-crud .fix-val.R11R.link label {
  height: 17px;
  font-size: 14px;
  color: #0078D7;
}
/*End khach hang doi tac*/
@media (max-width: 1366px) {
  #kt_quick_user h4 {
    font-size: 14px;
    padding-left: 20px !important;
  }
  #kt_quick_user .login-logout {
    padding-left: 0;
  }
  #kt_quick_user {
    max-width: 280px;
  }
  #kt_quick_user .login-logout .icon {
    font-size: 14px !important;
  }
  #kt_quick_user .symbol .symbol-label {
    width: 50px;
    height: 50px;
  }
  #kt_quick_user .separator-horizontal {
    max-width: 210px;
    margin: 0 20px;
  }
  #kt_quick_user .navi-item .navi-link .pl-20 {
    padding-left: 20px !important;
  }
  #kt_quick_user .p-7px {
    padding: 7px !important;
  }
  #kt_quick_user .pay-bill {
    padding: 20px 0 20px 67px;
    font-size: 14px;
  }
  #kt_quick_user .pay-bill a {
    position: relative;
    font-size: 14px;
    left: 5px;
  }
  #kt_quick_user .pay-bill .d-flex {
    line-height: unset !important;
  }
  .icon-shopping {
    width: 18.57px;
    height: 16px;
  }
}
/*Ngan hang*/
#DNganHangInformationsTab .fix-chinhanh {
  width: calc(100% - 236px);
  margin-left: 20px;
}
@media (min-width: 1366px) {
  .is-sys-config .card-sys-config .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
@media (max-width: 1366px) {
  /*Khách hàng đối tác*/
  form[name='DDoiTacInformationsForm'].form-crud {
    height: 405px;
  }
  .form-crud .title-1 {
    padding-top: 5px !important;
  }
  .form-crud .title-2 {
    padding-top: 15px;
  }
  .form-crud .title-3 {
    padding-top: 15px;
  }
  /*End Khách hàng đối tác*/
}
@media (min-width: 1900px) {
  .is-sys-config .card-sys-config .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.66667% !important;
    flex: 0 0 13.66667% !important;
    max-width: 13.66667% !important;
  }
}
.form-group .col-form-label label {
  white-space: nowrap;
}
.modal-dialog.modal-md {
  min-width: 480px;
  min-height: 278px;
}
.modal-dialog.modal-lg {
  min-width: 756px;
  max-width: 756px;
  min-height: 450px;
}
.dataTables_wrapper .dataTable.DTFC_Cloned {
  margin: 0 !important;
}
table.DTFC_Cloned.table-bordered.dataTable th:last-child,
table.DTFC_Cloned.table-bordered.dataTable th:last-child,
table.DTFC_Cloned.table-bordered.dataTable td:last-child,
table.DTFC_Cloned.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}
.DTFC_LeftBodyLiner {
  overflow: hidden;
}
.form-group > .col-form-label + div {
  padding-left: 5px !important;
}
.modal-dialog .col-form-label,
.is-sys-send-mail .col-form-label,
.fix-dot-js .col-form-label {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-dialog textarea.form-control {
  min-height: 60px;
}
.permission .card {
  background-color: #F8F8F8;
  height: calc(100vh - 180px);
  font-size: 14px !important;
  color: #666666;
}
.permission .card .custom-scrollbar {
  height: calc(100vh - 280px);
}
.permission #PermissionsTab {
  padding: 23px 20px !important;
  outline: none;
  height: 100%;
  overflow-y: scroll;
}
#PermissionsTab::-webkit-scrollbar {
  width: 6px;
}
#PermissionsTab::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 10px;
}
#PermissionsTab::-webkit-scrollbar-button {
  height: 0;
}
.color-000000 {
  color: #000000;
}
@media (min-width: 768px) {
  .modal-body.fix-col-modal .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.66667%;
    flex: 0 0 18.66667%;
    max-width: 18.66667%;
  }
  .modal-body.fix-col-modal .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.33333%;
    flex: 0 0 31.33333%;
    max-width: 31.33333%;
  }
  .modal-body.fix-col-modal .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81.33333%;
    flex: 0 0 81.33333%;
    max-width: 81.33333%;
  }
}
.modal-footer > .bottom {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  height: 30px;
}
.modal-footer > .bottom .dataTables_length {
  display: inline-block;
  float: none;
}
.modal-footer > .bottom .dataTables_info {
  display: inline-block;
  float: none;
  margin-left: 10px;
}
.modal-footer > .bottom .dataTables_paginate {
  margin: 0 5px;
  white-space: nowrap;
  text-align: right;
  float: right;
}
.modal-footer > .bottom .dataTables_paginate ul {
  margin-bottom: 0;
}
.modal-footer > .bottom .dataTables_paginate li {
  padding: 0;
  margin-right: 5px;
  display: inline-block;
  margin-left: 0.4rem;
}
.modal-footer > .bottom .dataTables_paginate li .page-link {
  border: 0 solid #E5EAEE;
  border-radius: 50%;
  min-width: 30px;
  height: 30px;
}
.icon-plus-custom {
  background-image: url('/dist/img/icon-plus-custom.svg');
  height: 10px;
  width: 10px;
  background-size: 9px;
  background-repeat: no-repeat;
  margin-right: 3.5px;
  margin-top: 4px;
}
.nav.nav-tabs {
  background-color: #FFFFFF;
}
.nav.nav-tabs a.active,
.nav.nav-tabs a.active:hover,
.nav.nav-tabs a.active:focus {
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #47699E;
}
.nav.nav-tabs a,
.nav.nav-tabs a:hover,
.nav.nav-tabs a:focus {
  border: 0;
  border-radius: 0;
  color: #000000;
}
.note-area {
  margin-top: 4px;
  min-height: 30px;
  border: 1px dashed #707070;
  background-color: #FFFFFF;
  color: #0078D7;
  padding: 8px 12px;
  width: fit-content;
}
.note-area .note {
  color: #47699E;
  font-weight: bold;
  margin-bottom: 0;
}
.note-area .note span {
  font-weight: normal;
}
.note-area ul {
  margin: 0;
  padding-inline-start: 10px;
  color: #666666;
  margin-inline-start: 6px;
}
.note-area ul li {
  margin-bottom: 8px;
}
.note-area ul li:last-child {
  margin-bottom: 0;
}
.btn-boder {
  border: 1px solid #47699E !important;
}
.fix-dot-js .form-group .col-form-label label {
  float: right;
  left: 0 !important;
}
.fix-dot-js label.icon-dot:after {
  bottom: -4px;
}
.col-form-label {
  padding-right: 11px !important;
}
.text-red {
  color: #FF0000;
}
.f-direction-column {
  flex-direction: column-reverse;
}
.fix-dot-js label.icon-dot {
  margin-bottom: 5px;
}
#DHoaDonTemplateInformationsTab label.icon-dot:after {
  bottom: 0.5px !important;
}
ul.error-pw {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
ul.error-pw li {
  white-space: nowrap;
}
i[data-toggle="tooltip"] {
  color: #c53030;
  /*margin-left: 5px;*/
  cursor: pointer;
}
i[data-toggle="tooltip"].fa-plus {
  color: #8fbe00;
  margin-left: 5px;
  cursor: pointer;
}
#DHoaDonTemplateInformationsTab form {
  height: 100%;
}
#DNganHang_MA_NGAN_HANG-error {
  padding-left: 123px;
}
#RolesTable.table-bordered.dataTable tbody th,
#RolesTable.table-bordered.dataTable tbody td {
  border-bottom-width: 1px;
}
#SNguyenTeInformationsTab .format-dot {
  max-width: 117px;
}
#SNguyenTeInformationsTab .format-dot-right {
  max-width: 135px;
}
#DHoaDonTemplate_MA_MAU_GOC-error {
  width: 350px;
}
.icon-glass {
  background-image: url('/dist/img/glass.svg');
  background-size: 30px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.dataTables_scrollBody {
  background: #f8f8f8;
}
.invalid-feedback {
  color: #E34C5F !important;
}
.tooltip-inner {
  text-align: left !important;
  color: #000000 !important;
  font-size: 14px !important;
  margin-bottom: 4px !important;
  padding: 8px 8px !important;
}
.arrow {
  margin-bottom: 4px !important;
}
.modal-body.fix-col-modal {
  max-height: 65vh;
  overflow: auto;
}
.fix-select-multiple .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #ffffff !important;
  border-radius: 0 !important;
  border: 1px solid #C6C6C6 !important;
  height: 30px !important;
  padding: 5px 10px !important;
  color: #000000 !important;
}
.fix-select-multiple .select2-container--classic .select2-selection--multiple {
  border-radius: 0;
}
.fix-select-multiple .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #464E5F !important;
  padding: 0 !important;
  line-height: 1.3 !important;
  display: -webkit-box !important;
}
.fix-select-multiple .select2-search__field {
  width: auto !important;
}
.fix-select-multiple .select2-container .select2-search--inline .select2-search__field {
  margin-top: 5px;
  height: 20px;
}
.fix-select-multiple .tag-content {
  height: 20px;
}
.fix-select-multiple .tag-remove {
  height: 20px;
  width: 20px;
}
.fix-select-multiple .select2-selection__choice__remove {
  display: none !important;
}
.fix-select-multiple .select2-selection__choice {
  padding: 0 !important;
}
.fix-select-multiple .tag-container {
  margin-right: 0;
}
.fix-select-multiple .select2-container .select2-selection--multiple {
  min-height: 30px !important;
  display: flex;
  padding-bottom: 5px;
  border: 0px solid #C6C6C6;
}
.fix-select-multiple .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  margin-top: 5px;
  border: 0;
}
.fix-select-multiple .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  padding: 0 10px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border: 1px solid #E5EAEE !important;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #47699E;
  color: #FFFFFF;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border: 0;
  border-radius: 0;
}
.select2.select2-container.select2-container--classic.select2-container--below,
.select2.select2-container.select2-container--classic {
  border: 1px solid #C6C6C6;
}
.select2.select2-container.select2-container--classic.select2-container--below.select2-container--focus,
.select2.select2-container.select2-container--classic.select2-container--open {
  border: 1px solid #47699E;
}
.form-control.is-invalid + .select2-container.select2-container--default .select2-selection--multiple {
  border-color: #E34C5F !important;
  padding-right: calc(1.5em + 1.3rem) !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.325rem) center;
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.content-table {
  max-width: 700px;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-table-ellipsis {
  max-width: 700px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#DHoaDonTemplateInformationsTab textarea {
  height: 60px;
}
#SDonViInformationsTab textarea {
  height: 60px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.line-down {
  white-space: initial !important;
  word-break: break-word;
  text-align: justify !important;
}
.saveBtn-DN:hover {
  pointer-events: none;
  cursor: not-allowed !important;
  opacity: 0.65 !important;
  box-shadow: none !important;
}
.saveBtn-DN:disabled {
  cursor: unset !important;
}
#submit_update_info:disabled {
  cursor: unset !important;
}
.w54 {
  width: 54px !important;
}
#SDonViInformationsTab .select2 .selection > span:focus > span:first-child {
  border-right-color: #0078D7 !important;
}
/*.modal-content {
    max-height: calc( 100vh - 110px ) !important;
}*/
.ico-edit-row-w {
  background-image: url('/dist/img/edit-row-w.svg');
}
.e .p-20 {
  padding: 20px !important;
}
.e .mt-3 {
  margin-top: 3px !important;
}
.e .pl-6 {
  padding-left: 6px !important;
}
.fix-dot-js label.icon-dot:after {
  background-position-y: 0;
}
.fix-dot-js label.icon-dot span i {
  margin-left: 0;
  margin-top: 7px;
}
.fix-dot-js .form-group {
  margin-bottom: 0;
}
.fix-dot-js .form-group + .form-group {
  margin-top: 6px;
}
.ky-hieu-full {
  height: 30px;
  background-color: #D5DCE7;
  color: #0078D7;
}
.is-header-mau {
  border: 1px solid #ADADAD;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  height: 40px;
  padding: 5px;
}
.is-header-mau .ico-zoom-in {
  width: 30px;
  height: 30px;
  background-size: 20px;
}
.is-content-mau {
  border: 1px solid #ADADAD;
  border-right: 0;
  border-bottom: 0;
  background-color: #DDDDDD;
  height: calc(100vh - 220px);
}
.min-w-80 {
  min-width: 80px;
}
/*style phat hanh chi tiet*/
.DPhatHanhChiTietCreateOrEdit select.select2 {
  opacity: initial !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #000000 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow,
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.btn.disabled,
.btn:disabled,
.btn.btn-secondary.disabled,
.btn.btn-secondary:disabled,
.form-control:disabled,
.form-control[readonly] {
  cursor: auto !important;
}
.is-content-mau .preview-template-area {
  display: flex;
  height: 100%;
  justify-content: center;
  background-color: #dddddd;
  overflow-y: auto;
}
.is-content-mau .preview-template-area img {
  margin: 20px auto;
  border-left: 1px solid #DADADC;
  box-shadow: 0 3px 6px #D6D6D6;
  width: 69%;
}
.is-content-mau .preview-template-area img:not([src]) {
  display: none;
}
.text-overflow-ellipsis + .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 10px 0 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block !important;
}
.DPhatHanhChiTietCreateOrEdit #showMauHD {
  border: 0.5px solid;
  width: 100px;
  padding: 0 !important;
}
.DPhatHanhChiTietCreateOrEdit #showMauHD:hover {
  border: 0.5px solid;
  border-color: #47699E !important;
}
.DPhatHanhChiTietCreateOrEdit #DPhatHanhChiTiet_KY_HIEU_FULL {
  height: 30px;
  background-color: #D4DBE6;
  color: #0078D7;
  text-align: center;
}
.DPhatHanhChiTietCreateOrEdit .fix-dropdown {
  width: calc(100% - 236px);
  max-width: 90px;
  margin-left: 5px;
}
.DPhatHanhChiTietCreateOrEdit .fix-dropdown-long {
  width: calc(100% - 236px);
  max-width: 272px;
  margin-left: 5px;
}
.DPhatHanhChiTietCreateOrEdit .fix-input {
  width: calc(100% - 236px);
  max-width: 126px;
  margin-left: 5px;
}
.DPhatHanhChiTietCreateOrEdit .fix-input-long {
  width: calc(100% - 236px);
  max-width: 378px;
  margin-left: 5px;
}
.DPhatHanhChiTietCreateOrEdit #text-ky-hieu-full {
  height: 30px;
  background-color: #D5DCE7;
  color: #0078D7;
  text-align: center;
}
.DPhatHanhChiTietCreateOrEdit .long-input {
  width: 246px;
  margin-left: 6px;
}
.DPhatHanhChiTietCreateOrEdit label.icon-dot {
  padding-right: 3px;
}
#DPhatHanhChiTiet_KY_HIEU_HAU_TO-error {
  display: block;
  position: absolute;
  left: 644px;
  top: 4px;
}
#DPhatHanhChiTiet_NGAY_BAT_DAU_SU_DUNG-error {
  display: block;
  position: relative;
  top: 30px;
  right: 126px;
}
#DPhatHanhChiTiet_SO_CONG_VAN-error {
  position: absolute;
  top: 54px;
  left: 109px;
}
#KhachHangInformationsTab .fix-drop {
  min-width: 420px;
  margin-left: 0;
}
.swal-icon--info {
  background-image: url(/dist/img/swal-info.svg);
}
.swal-icon--info:before {
  background-color: unset !important;
}
.swal-icon--info:after {
  display: none !important;
}
.InThongBaoPhatHanh #inquyetdinh-container {
  background-color: #ffffff !important;
  width: 100%;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
}
.messeger-phathanh {
  text-align: left;
  float: left;
  margin-bottom: 38px;
  font-size: 17px;
}
.InThongBaoPhatHanh .txtNone {
  min-width: 500px;
  border: none;
  outline: none;
  padding-left: 10px;
  padding-top: 5px;
}
.InThongBaoPhatHanh #fomgr {
  width: 1276px;
  margin: 0 auto;
}
.InThongBaoPhatHanh #inquyetdinh-container table {
  width: 100%;
  margin-left: 10px;
}
.width-255px {
  min-width: 255px !important;
  width: 255px;
}
.width-269px {
  width: 269px !important;
  min-width: 269px !important;
}
.min-w-180px {
  min-width: 180px !important;
}
.InThongBaoPhatHanh table td {
  border: 1px solid #333;
  line-height: 22px;
}
.InThongBaoPhatHanh table thead td {
  font-weight: 400;
  text-align: center;
  padding: 0 0.5px;
  font-size: 14px;
}
.InThongBaoPhatHanh .mainClass {
  padding: 40px 40px 40px 40px;
  background: #ffffff !important;
}
.fix-drop {
  max-width: 90px !important;
  margin-left: 5px;
}
.fix-drop-long {
  max-width: 272px !important;
  margin-left: 5px;
}
.fix-drop-long2 {
  max-width: 378px !important;
  margin-left: 5px;
}
.pl-51px {
  padding-left: 51px !important;
}
.ml-6px {
  margin-left: 6px !important;
}
.width-121px {
  width: 121px !important;
  min-width: 121px !important;
}
.popover-body {
  font-weight: 400;
  font-size: 14px;
  font-family: Roboto !important;
  padding: 3px 8px !important;
  max-width: 200px;
}
.kyhieu-tooltip {
  color: #005689 !important;
}
@media (width: 1366px) {
  .container-fix-1366 {
    height: auto !important;
    margin-bottom: 15px;
  }
  .container-fix-1366 .is-content-mau {
    height: 100vh;
  }
}
.mw-140 {
  max-width: 140px !important;
  flex: 0 0 140px !important;
}
.fix-mw-140 {
  max-width: calc(100% - 140px) !important;
  flex: 0 0 calc(100% - 140px) !important;
}
.fix-mw-140-col3 {
  flex: 0 0 calc(25% + (25% - 140px)) !important;
  max-width: calc(25% + (25% - 140px)) !important;
}
.fix-mw-80-col1-col2 {
  flex: 0 0 calc(16.66667% + (8.33333% - 90px)) !important;
  max-width: calc(16.66667% + (8.33333% - 90px)) !important;
}
.mw-44o {
  flex: 0 0 44% !important;
  max-width: 44% !important;
}
.mw-56o {
  flex: 0 0 56% !important;
  max-width: 56% !important;
}
.text-default {
  white-space: nowrap;
  color: #000000 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.modal.show-hide-columns {
  height: 477px;
  width: 670px;
  left: auto;
  right: 25px;
  top: 165px;
  overflow: hidden !important;
  box-shadow: 0 0 5px 3px #DADADC;
}
.modal.show-hide-columns .modal-dialog.modal-100 {
  min-width: 100%;
  min-height: 100%;
}
.modal.show-hide-columns .modal-content {
  height: 477px;
}
.fix-width-cqt {
  max-width: 246px !important;
  min-width: 246px !important;
  margin-left: 6px;
}
.tencoquan {
  position: relative;
  left: -10px;
  top: 2px;
}
/*.einvoice-container {
    .sidebar {
        .sidebar-content {
            overflow-y: unset !important;
            overflow: unset !important;
        }
    }
}*/
.einvoice-container .sidebar .sidebar-content ul.menu-submenu-lv2 li:not(.submenu) a.active {
  border-left: 2px solid #47699E;
  background-color: #DBEDFF;
}
#DHoaDonExtensionCauHinhInformationsTab {
  min-height: 290px;
}
#DHoaDonExtensionCauHinhInformationsTab .dotted-div {
  width: 102px;
  padding-left: 10px;
}
#DHoaDonExtensionCauHinhInformationsTab .dotted-div.cot2 {
  width: 120px;
  margin-left: 70px;
}
#DHoaDonExtensionCauHinhInformationsTab .col-md-3-fix {
  width: 205px;
  padding-left: 5px;
}
#DHoaDonExtensionCauHinhInformationsTab .col-md-9-fix {
  min-width: calc(100% - 102px);
}
#DHoaDonExtensionCauHinhInformationsTab .stt {
  padding-top: 4px;
  padding-left: 17px;
  width: 144px;
  overflow: hidden;
  margin-left: 20px;
}
#DHoaDonExtensionCauHinhInformationsTab em {
  font-size: 14px;
  font-style: normal;
  margin-top: 6px;
  display: block;
}
[name="SBienBanTemplateInformationsForm"] .dotted-div {
  max-width: 143px;
}
[name="SBienBanTemplateInformationsForm"] .col-md-3-fix {
  min-width: calc(50% - 143px);
}
[name="SBienBanTemplateInformationsForm"] .col-md-8-fix {
  min-width: calc(100% - 143px);
}
[name="SBienBanTemplateInformationsForm"] .stt {
  margin-left: 79px;
  max-width: 64px;
}
@media (max-width: 1429px) {
  [name="SBienBanTemplateInformationsForm"] .stt {
    margin-left: 64px;
  }
}
form[name="DBaoCaoHangHoaDichVuForm"] {
  width: 100%;
  padding: 20px 32px;
}
form[name="DBaoCaoHangHoaDichVuForm"] .row {
  margin: 0;
}
form[name="DBaoCaoHangHoaDichVuForm"] .row .flex-box {
  width: 30%;
}
form[name="DBaoCaoHangHoaDichVuForm"] .dotted-div {
  padding-left: 15px;
}
form[name="DBaoCaoHangHoaDichVuForm"] .col1 {
  width: 116px;
}
form[name="DBaoCaoHangHoaDichVuForm"] .col1-fix {
  width: calc(100% - 116px);
}
form[name="DBaoCaoHangHoaDichVuForm"] .col2 {
  width: 134px;
}
form[name="DBaoCaoHangHoaDichVuForm"] .col2-fix {
  width: calc(100% - 134px);
}
form[name="DBaoCaoHangHoaDichVuForm"] .col3 {
  width: 123px;
}
form[name="DBaoCaoHangHoaDichVuForm"] .col3-fix {
  width: calc(100% - 123px);
}
form[name="DBaoCaoBanHangForm"] {
  width: 100%;
  padding: 20px 32px;
}
form[name="DBaoCaoBanHangForm"] .row {
  margin: 0;
}
form[name="DBaoCaoBanHangForm"] .row .flex-box {
  width: 30%;
}
form[name="DBaoCaoBanHangForm"] .dotted-div {
  padding-left: 15px;
}
form[name="DBaoCaoBanHangForm"] .col1 {
  width: 133px;
}
form[name="DBaoCaoBanHangForm"] .col1-fix {
  width: calc(100% - 133px);
}
form[name="DBaoCaoBanHangForm"] .col2 {
  width: 130px;
}
form[name="DBaoCaoBanHangForm"] .col2-fix {
  width: calc(100% - 130px);
}
form[name="DBaoCaoBanHangForm"] .col3 {
  width: 132px;
}
form[name="DBaoCaoBanHangForm"] .col3-fix {
  width: calc(100% - 132px);
}
form[name="DBaoCaoBanHangForm"] .col4 {
  width: 130px;
}
form[name="DBaoCaoBanHangForm"] .col4-fix {
  width: calc(100% - 130px);
}
form[name="DBaoCaoBanHangForm"] .row .colspan-2 {
  width: 65%;
}
.fix-comboBox {
  position: absolute;
  top: 230px !important;
  left: 200px !important;
}
.action-setting-left {
  position: absolute;
  right: 1px;
  top: 1px;
}
.is-config-tttbc {
  position: absolute;
  height: 17px;
  width: 17px;
  left: -8px;
  top: 6px;
  cursor: pointer;
}
.p-sys-config form[name="ConfigInformationsForm"] {
  width: 100%;
}
.modal-body .font-sys-config {
  color: #000000;
  font-weight: bold;
}
.modal-body .p-sys-config {
  min-height: 200px;
}
.modal-body .p-sys-config form[name="ConfigInformationsForm"] {
  width: 100%;
}
.modal-body .p-sys-config .checkbox-list .checkbox,
.modal-body .p-sys-config .checkbox {
  color: #000000;
  font-weight: normal;
}
.modal-body .p-sys-config .isDocTienBangChu label.icon-dot {
  padding-right: 18px;
  color: #000000;
  font-weight: normal;
}
.modal-body .p-sys-config .isDocTienBangChu .icon-i-info {
  margin: 8px 0 0 -12px;
}
.modal-body .p-sys-config .isDocTienBangChu .fix.icon-i-info {
  margin: 7px 0 0 1px;
}
.modal-body .p-sys-config .isDocTienBangChu .col-md-6.col-form-label {
  flex: 0 0 calc(50% - 47px);
  max-width: calc(50% - 47px);
}
.modal-body .p-sys-config .isDocTienBangChu .checkbox {
  color: #000000;
  font-weight: normal;
}
.modal-body .p-sys-config .isTygia label.icon-dot {
  padding-right: 15px;
  color: #000000;
  font-weight: normal;
}
.modal-body .p-sys-config .isTygia .icon-i-info {
  margin: 9px 0 0 -14px;
}
.modal-body .p-sys-config .isTygia .fix.icon-i-info {
  margin: 7px 0 0 1px;
}
.modal-body .p-sys-config .isTygia .col-md-6.col-form-label {
  flex: 0 0 calc(50% - 47px);
  max-width: calc(50% - 47px);
}
.modal-body .p-sys-config .isTygia .checkbox {
  color: #000000;
  font-weight: normal;
}
.modal-body .p-sys-config .isTygia .label.icon-dot:after {
  background-position-y: 4px;
}
.modal-body .p-sys-config .col-205 {
  padding: 0;
  flex: 0 0 205px;
  max-width: 205px;
}
.modal-body .p-sys-config .col-205 .icon-dot {
  padding-right: 15px;
}
.modal-body .p-sys-config .col-205 .icon-i-info {
  margin: 9px 0 0 -15px;
}
.modal-body .p-sys-config .col-185 {
  padding: 0;
  flex: 0 0 185px;
  max-width: 185px;
}
.modal-body .p-sys-config .col-185 .icon-dot {
  padding-right: 15px;
}
.modal-body .p-sys-config .col-185 .icon-i-info {
  margin: 9px 0 0 -15px;
}
.modal-body .p-sys-config .col-178 {
  padding: 0;
  flex: 0 0 178px;
  max-width: 178px;
}
.modal-body .p-sys-config .col-178 .icon-dot {
  padding-right: 15px;
}
.modal-body .p-sys-config .col-178 .icon-i-info {
  margin: 9px 0 0 -15px;
}
.modal-body .p-sys-config .col-177 {
  padding: 0;
  flex: 0 0 177px;
  max-width: 177px;
  padding-left: 12px;
  padding-top: 5px;
}
.modal-body .p-sys-config .col-172 {
  padding: 0;
  flex: 0 0 172px;
  max-width: 172px;
}
.modal-body .p-sys-config .col-172 .icon-dot {
  padding-right: 15px;
}
.modal-body .p-sys-config .col-172 .icon-i-info {
  margin: 9px 0 0 -15px;
}
.modal-body .p-sys-config .col-165 {
  padding: 0;
  flex: 0 0 165px;
  max-width: 165px;
}
.modal-body .p-sys-config .col-165 .icon-dot {
  padding-right: 15px;
}
.modal-body .p-sys-config .col-165 .icon-i-info {
  margin: 9px 0 0 -15px;
}
.modal-body .p-sys-config .col-157-f {
  padding: 0;
  flex: 0 0 157px;
  max-width: 157px;
}
.modal-body .p-sys-config .col-157-f .icon-dot {
  padding-right: 15px;
}
.modal-body .p-sys-config .col-157-f .icon-i-info {
  margin: 9px 0 0 -15px;
}
.modal-body .p-sys-config .col-157 {
  padding: 0;
  flex: 0 0 157px;
  max-width: 157px;
  padding-left: 12px;
  padding-top: 5px;
}
.modal-body .p-sys-config .col-154 {
  padding: 0;
  flex: 0 0 154px;
  max-width: 154px;
}
.modal-body .p-sys-config .col-154 .icon-dot {
  padding-right: 15px;
}
.modal-body .p-sys-config .col-154 .icon-i-info {
  margin: 9px 0 0 -15px;
}
.modal-body .p-sys-config .col-153 {
  padding: 0;
  flex: 0 0 153px;
  max-width: 153px;
  padding-left: 12px;
  padding-top: 5px;
}
.modal-body .p-sys-config .col-150 {
  padding: 0;
  flex: 0 0 150px;
  max-width: 150px;
  padding-left: 10px;
  padding-top: 5px;
}
.modal-body .p-sys-config .col-146 {
  padding: 0;
  flex: 0 0 146px;
  max-width: 146px;
}
.modal-body .p-sys-config .col-146 .icon-dot {
  padding-right: 15px;
}
.modal-body .p-sys-config .col-146 .icon-i-info {
  margin: 9px 0 0 -15px;
}
.modal-body .p-sys-config .col-145 {
  padding: 0;
  flex: 0 0 138px;
  max-width: 138px;
  padding-left: 10px;
  padding-top: 5px;
}
.modal-body .p-sys-config .col-140 {
  padding: 0;
  flex: 0 0 140px;
  max-width: 140px;
  padding-left: 10px;
  padding-top: 5px;
}
.modal-body .p-sys-config .col-122 {
  padding: 0;
  flex: 0 0 122px;
  max-width: 122px;
  padding-left: 10px;
  padding-top: 5px;
}
.modal-body .p-sys-config .col-120 {
  padding: 0;
  flex: 0 0 120px;
  max-width: 120px;
}
.modal-body .p-sys-config .vnd {
  color: #47699E;
  margin-right: -112px;
}
.modal-body .p-sys-config .tnt {
  color: #47699E;
  margin-right: 80px;
}
.modal-body .p-sys-config .vnddg {
  color: #47699E;
  margin-right: -75px;
}
.modal-body .p-sys-config .tntdg {
  color: #47699E;
  margin-right: 105px;
}
.modal-body .p-sys-config .vndtthue {
  color: #47699E;
  margin-right: -90px;
}
.modal-body .p-sys-config .tnttthue {
  color: #47699E;
  margin-right: 90px;
}
.modal-body .p-sys-config .vndhd {
  color: #47699E;
  margin-right: -55px;
}
.modal-body .p-sys-config .tnthd {
  color: #47699E;
  margin-right: 130px;
}
.modal-body .p-sys-config .vndv5 {
  color: #47699E;
  margin-right: -110px;
}
.modal-body .p-sys-config .tntv5 {
  color: #47699E;
  margin-right: 65px;
}
.modal-body .p-sys-config .vndv10 {
  color: #47699E;
  margin-right: -120px;
}
.modal-body .p-sys-config .tntv10 {
  color: #47699E;
  margin-right: 55px;
}
.is-tham-so-lam-tron .col-850 {
  flex: 0 0 850px;
  max-width: 850px;
}
.is-tham-so-lam-tron .col-248 {
  padding: 0;
  flex: 0 0 248px;
  max-width: 248px;
  padding-left: 12px;
  padding-top: 5px;
}
.is-tham-so-lam-tron .col-205 {
  padding: 0;
  flex: 0 0 205px;
  max-width: 205px;
}
.is-tham-so-lam-tron .col-205 .icon-dot {
  padding-right: 15px;
}
.is-tham-so-lam-tron .col-205 .icon-i-info {
  margin: 9px 0 0 -15px;
}
.is-tham-so-lam-tron .col-185 {
  padding: 0;
  flex: 0 0 185px;
  max-width: 185px;
}
.is-tham-so-lam-tron .col-185 .icon-dot {
  padding-right: 15px;
}
.is-tham-so-lam-tron .col-185 .icon-i-info {
  margin: 9px 0 0 -15px;
}
.is-tham-so-lam-tron .col-172 {
  padding: 0;
  flex: 0 0 172px;
  max-width: 172px;
}
.is-tham-so-lam-tron .col-172 .icon-dot {
  padding-right: 15px;
}
.is-tham-so-lam-tron .col-172 .icon-i-info {
  margin: 9px 0 0 -15px;
}
.is-tham-so-lam-tron .col-150 {
  padding: 0;
  flex: 0 0 150px;
  max-width: 150px;
  padding-left: 10px;
  padding-top: 5px;
}
.is-tham-so-lam-tron .col-120 {
  padding: 0;
  flex: 0 0 120px;
  max-width: 120px;
}
.is-tham-so-lam-tron .col-93 {
  padding: 0;
  flex: 0 0 93px;
  max-width: 93px;
}
.is-tham-so-lam-tron .col-93 .icon-dot {
  padding-right: 15px;
}
.is-tham-so-lam-tron .col-93 .icon-i-info {
  margin: 9px 0 0 -15px;
}
.is-tham-so-lam-tron .vnd {
  color: #47699E;
  margin-right: -85px;
}
.is-tham-so-lam-tron .tnt {
  color: #47699E;
  margin-right: 20px;
}
.is-tham-so-lam-tron .form-group {
  margin-bottom: 10px;
}
.e .mb-18 {
  margin-bottom: 18px !important;
}
.w-120 {
  width: 120px !important;
}
.icon-modal-config {
  background-image: url(/dist/img/modal-sys-config.svg);
  background-size: 20px;
  height: 20px;
  width: 20px;
  margin-top: 3px;
  margin-right: 5px;
  opacity: 0.8;
  transition: 0.5s;
}
.ico-all-config {
  background-image: url(/dist/img/all-sys-config.svg);
  background-size: 14px;
  height: 14px;
  width: 14px;
  margin-right: 5px !important;
  opacity: 0.8;
}
#DGuiHoaDon .form-guiHd .icon-dot {
  width: calc(100% - 565px);
  overflow: hidden;
  margin-right: 5px;
}
#DGuiHoaDon .form-guiHd .icon-dot::after {
  left: 56%;
}
#DGuiHoaDon .form-guiHd .fix-input {
  width: 562px;
  z-index: 999;
  overflow: hidden;
  position: relative;
  padding-left: 3px;
}
#DGuiHoaDon .form-guiHd .fix-input-min {
  width: 210px;
  z-index: 999;
  overflow: hidden;
  position: relative;
  padding-left: 3px;
}
#DGuiHoaDon .form-guiHd .title {
  padding-left: 153px;
  padding-top: 6px;
}
#DGuiHoaDon .form-guiHd .S14B {
  color: #333333;
  padding-bottom: 16px;
  font-weight: bold;
}
.mt-30px {
  margin-top: 30px !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.w-558px {
  width: 558px !important;
}
.DTFC_LeftHeadWrapper .filter-row .isFilterCbbDatatable + span.select2-container .select2-selection,
.dataTable .filter-row .isFilterCbbDatatable + span.select2-container .select2-selection,
.DTFC_LeftHeadWrapper .filter-row .isFilterCbbDatatable + span.select2-container .select2-selection__rendered,
.dataTable .filter-row .isFilterCbbDatatable + span.select2-container .select2-selection__rendered,
.DTFC_LeftHeadWrapper .filter-row .isFilterCbbDatatable + span.select2-container .select2-selection__arrow,
.dataTable .filter-row .isFilterCbbDatatable + span.select2-container .select2-selection__arrow {
  min-height: 25px !important;
  height: 25px !important;
}
.dataTable .filter-row .isFilterCbbDatatable + span.select2-container .select2-selection__arrow {
  width: 25px;
}
.mt-2 {
  margin-top: 2px !important;
}
.date-picker.bgp-32,
.bgp-32 {
  background-position: right 32px center;
}
.r-7 {
  right: 7px !important;
}
.r-9 {
  right: 9px !important;
}
.r-10 {
  right: 10px !important;
}
.r-12 {
  right: 12px !important;
}
.popover-img,
.popover-img .popover-body {
  max-width: 100% !important;
}
.popover-img .img-tooltip,
.popover-img .popover-body .img-tooltip {
  width: 450px;
  height: 300px;
}
.popover-img .img-tooltip-small,
.popover-img .popover-body .img-tooltip-small {
  width: 260px;
  height: 215px;
}
.popover-max-w300 .popover-body {
  max-width: 300px;
}
.fix-footer {
  background: #ffffff;
  border-radius: inherit !important;
}
#emailAddress-error {
  margin-right: -45px;
  position: relative;
  right: -18px;
}
.viewError:hover {
  text-decoration: underline !important;
}
#errForm {
  margin-top: 97px !important;
}
#messageError {
  width: 410px;
  padding-right: 25px;
}
#DHoaDonXoaBo_FILE_NAME {
  margin: 0 10px 0 5px;
}
.btn-file-fix {
  margin-right: 5px;
}
#XuLyXoaBos .bottom {
  display: none;
}
.modal-content .CssPage {
  margin-top: -66px;
  margin-left: -16px;
}
.link {
  color: #0078D7;
  font-size: 14px;
}
#DHoaDonXuLys {
  padding: 0 18px;
}
#DHoaDonXuLys #DHoaDonXuLysTable_wrapper .dataTables_scroll {
  margin: 18px 0 !important;
}
#DHoaDonXuLys #DHoaDonXuLysTable_wrapper .dataTables_scrollHeadInner {
  width: 100%;
}
#DHoaDonXuLys #DHoaDonXuLysTable_wrapper .dataTables_scrollBody {
  height: 408px;
  border-bottom: 1px solid #cccccc;
}
#DHoaDonXuLys #DHoaDonXuLysTable_wrapper .bottom {
  width: 1000px;
  background: #ffffff;
  position: relative;
  left: -18px;
  border-right: none !important;
  border-left: none !important;
}
#DHoaDonXuLys #DHoaDonXuLysTable_wrapper table {
  border-right: 0;
}
#DHoaDonXuLys .modal-footer {
  background: #ffffff;
  border-bottom: inherit;
}
.xuly .modal-content {
  width: 756px;
}
/*#kt_wrapper {
    height: 1000px
}*/
.padd20 {
  color: #333333;
  font-size: 14px;
}
.textcd i {
  color: #333333;
  font-size: 14px;
}
.b-none {
  border: none !important;
}
.modal-bienban {
  max-width: 878px !important;
}
.ds-xoa-bo .ico-ellipse {
  height: 29px !important;
}
.right-contentErr {
  float: right;
  width: 435px;
  margin: 0 0px 30px 30px;
  border-left: 1px solid #DADADC;
  padding-left: 25px;
}
.xoabo-modal .form-group .col-form-label {
  width: 133px !important;
}
.xoabo-modal .form-group .col-form-label.star-required::before {
  top: 2px !important;
}
.xoabo-modal .radio {
  padding-left: 25px !important;
}
.xoabo-modal .fix-val {
  padding-left: 5px !important;
}
.mt-5px {
  margin-top: 5px !important;
}
.color-0078D7 {
  color: #0078D7 !important;
}
.xoabo-modal .check-process {
  line-height: 20px;
  margin: 3px 0 0 5px !important;
  width: calc(100% - 155px);
}
.mt0px {
  margin-top: 0px !important;
}
.modal-guibienban .modal-body {
  padding: unset;
}
.xoabo-modal .form-group .col-form-label-right {
  width: 120px !important;
}
.form-GuiBienBan .form-group .col-form-label-right {
  width: 118px !important;
}
.xoabo-modal .description {
  color: #0078D7 !important;
  font-style: italic !important;
}

/*------------------------------Color------------------------------*/
/*Brand*/
/*Primary*/
/*Base Color Palette*/
/*Surport Color*/
/*Function Color Palette*/
/*------------------------------Style------------------------------*/
/*Size*/
/*Typography*/
:root {
  --Brand-Color-Primary: #47699E;
  --Brand-Color-Secondary: #FF9900;
  --Palette-Color-5: #CCCCCC;
  --Surport-Color-B1: #EEEEEE;
  --font-family-Roboto: "Roboto";
  --font-size: 14px;
}
.Surport-Color-B1 {
  background-color: var(--Surport-Color-B1);
}
.Surport-Color-B2 {
  background-color: #F8F8F8;
}
.S12R,
.S13R,
.S14R,
.S16R,
.S24R {
  font-family: "Roboto" !important;
  font-weight: 400 !important;
}
.S12S,
.S13S,
.S14S,
.S16S,
.S24S {
  font-family: "Roboto" !important;
  font-weight: 600 !important;
}
.S12B,
.S13B,
.S14B,
.S16B,
.S24B {
  font-family: "Roboto" !important;
  font-weight: 700;
}
.S12M,
.S13M,
.S14M,
.S16M,
.S24M {
  font-family: "Roboto" !important;
  font-weight: 500;
}
.S12R,
.S12S,
.S12B,
.S12M {
  font-size: 14px !important;
  /*line-height: @Font-12-Height !important;*/
}
.S13R,
.S13S,
.S13B,
.S13M {
  font-size: 14px !important;
  /*line-height: @Font-13-Height !important;*/
}
.S14R,
.S14S,
.S14B,
.S14M {
  font-size: 14px !important;
  /*line-height: @Font-14-Height !important;*/
}
.S16R,
.S16S,
.S16B,
.S16M {
  font-size: 16px !important;
  /*line-height: @Font-16-Height !important;*/
}
.S24R,
.S24S,
.S24B,
.S24M {
  font-size: 24px !important;
  /*line-height: @Font-24-Height !important;*/
}
.R12R,
.R12S,
.R12B,
.R12M {
  font-size: 14px !important;
}
.R13R,
.R13S,
.R13B,
.R13M {
  font-size: 14px !important;
  /*line-height: @Font-13-Height !important;*/
}
.R12R,
.R13R,
.R14R,
.R16R,
.R24R {
  font-family: "Roboto" !important;
  font-weight: 400 !important;
}
.R12B,
.R13B,
.R14B,
.R16B,
.R24B {
  font-family: "Roboto" !important;
  font-weight: 700;
}
.R16M {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px !important;
}
.R13M {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px !important;
}
.R11R {
  font-family: "Roboto";
  font-size: 14px !important;
  font-weight: 400 !important;
}
/*Effect*/
.Box-Shadow1 {
  box-shadow: 0px 0px 6px #d6d6d6 !important;
}
.Box-Shadow2 {
  box-shadow: 0px 3px 6px #d6d6d6 !important;
}
.Box-Shadow3 {
  box-shadow: 0px 0px 10px #d6d6d6 !important;
}
.Box-Shadow4 {
  box-shadow: 3px 3px 6px #d6d6d6 !important;
}
.hide {
  display: none !important;
}
/*-----------------------------------------------------Button------------------------------*/
#btnSetting {
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  min-height: 30px !important;
  min-width: 30px !important;
  display: block;
  padding: unset;
}
#btnDropDown > .btn {
  width: 30px;
}
.btn.btn-group.dropdown:hover {
  background-color: #F3F6F9 !important;
  border-color: #F3F6F9 !important;
}
#btnDropDown:hover {
  background: #eeeeee !important;
  border: 1px solid #eeeeee !important;
}
.e #btnSetting {
  margin-right: 4px;
}
.btn:not(#btnDropDown):not(#btnSetting):not(.not-fix-width):not(.btn-bootstrap-touchspin) {
  min-width: 100px !important;
}
.btn {
  font-family: "Roboto" !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 21px !important;
  padding: 0 8px !important;
  min-height: 30px !important;
  line-height: 30px !important;
  height: 30px;
  border: none;
  border-radius: unset;
}
.btn:not(.menu-link) i,
a:not(.menu-link) i {
  margin-right: 10px;
}
.screen-form .btn-primary {
  opacity: 1;
  border: 1px solid #4275a8;
  color: white;
  background: #47699e !important;
}
.screen-form .btn-primary:hover {
  opacity: 0.9;
}
.screen-form .btn-secondary {
  border: 1px solid #ffffff !important;
  color: #47699e !important;
  background: #ffffff !important;
}
.screen-form .btn-secondary i {
  color: #47699e !important;
}
.screen-form .btn-secondary:hover,
.screen-form .btn-secondary:focus {
  background: #eeeeee !important;
  border: 1px solid #eeeeee !important;
}
.screen-form .btn-action {
  border: 1px solid #47699e;
  color: #47699e;
  background: #ffffff !important;
}
.screen-form .btn-action:hover,
.screen-form .btn-secondary:focus {
  background: #eeeeee !important;
}
.screen-form .btn-action-text {
  background: none;
  color: #0078d7 !important;
}
.screen-form .btn-action-text:hover,
.screen-form .btn-action-text:focus {
  text-decoration: underline;
}
.modal-dialog .modal-toolbar.screen-form {
  display: flex;
}
.modal-dialog .modal-toolbar.screen-form .btn:first-child {
  margin-left: -10px;
}
.modal-dialog .btn-primary {
  border: 1px solid #4275a8;
  color: white;
  background: #47699e !important;
}
.modal-dialog .btn-primary:hover,
.modal-dialog .btn-primary:focus {
  background: rgba(71, 105, 158, 0.9) !important;
}
.modal-dialog .btn-secondary {
  border: 1px solid #999999 !important;
  color: #47699E !important;
  background: #ffffff !important;
}
.modal-dialog .btn-secondary:hover,
.modal-dialog .btn-secondary:focus {
  background: #f8f8f8 !important;
}
.messages-form .btn-primary {
  border: 1px solid #0078d7 !important;
  color: #000000 !important;
  background: #e5f1fb !important;
}
.messages-form .btn-primary:hover,
.messages-form .btn-primary:focus {
  background: #d3e9fc !important;
}
.messages-form .btn-secondary {
  border: 1px solid #adadad !important;
  background: #eeeeee !important;
}
.messages-form .btn-secondary:hover,
.messages-form .btn-secondary:focus {
  background: #cccccc !important;
}
.modal-dialog .boder-color-primary,
.boder-color-primary {
  border-color: var(--Brand-Color-Primary) !important;
}
/*-------------------------------Text Field-------------------------*/
input[type=text] {
  padding-left: 10px;
  min-height: 30px;
}
input[type=text].active,
input[type=text].disable {
  border-color: #999999;
}
input[type=text].disable {
  background-color: #EEEEEE;
}
input[type=text].error {
  border-color: #E34C5F;
}
input[type=text]:focus,
input[type=number]:focus {
  caret-color: #0078D7;
  border-color: #0078D7 !important;
}
input.error::-webkit-input-placeholder {
  color: #000000;
}
input.active::-webkit-input-placeholder,
input.disable::-webkit-input-placeholder {
  color: #999999;
}
/*-------------------------------Checkbox-------------------------*/
.checkbox {
  font-size: 14px;
  line-height: 17px;
}
.checkbox > span {
  top: 1px !important;
  width: 14px !important;
  height: 14px !important;
}
/*Dùng Chung*/
.star-required {
  position: relative;
}
.star-required::before {
  content: '*';
  position: absolute;
  color: red;
  left: -9px;
}
/*-------------------------------Select-------------------------*/
.select2-container--default .select2-results__options {
  padding: 0 !important;
}
.select2.select2-container--open .selection > span > .select2-selection__rendered,
.select2-container--focus .selection > span > .select2-selection__rendered {
  border-left-color: #0078D7 !important;
  border-top-color: #0078D7 !important;
  border-bottom-color: #0078D7 !important;
}
.select2.select2-container--open .selection > span > .select2-selection__arrow,
.select2-container--focus .selection > span > .select2-selection__arrow {
  border-color: #0078D7 !important;
}
.select2-invalid .selection > span > .select2-selection__rendered {
  border-left-color: #E34C5F !important;
  border-top-color: #E34C5F !important;
  border-bottom-color: #E34C5F !important;
}
.select2-invalid .selection > span > .select2-selection__arrow {
  border-color: #E34C5F !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important;
  border-radius: 0 !important;
  border: 1px solid #C6C6C6 !important;
  padding: 0 0 0 10px !important;
}
.select2-dropdown {
  z-index: 1052;
}
/*-------------------------------Prototype Chốt-------------------------*/
@media (min-width: 576px) {
  .container {
    min-width: unset !important;
    max-width: unset !important;
    padding: 0 15px !important;
  }
}
@media (min-width: 768px) {
  .container {
    min-width: unset !important;
    max-width: unset !important;
    padding: 0 15px !important;
  }
}
@media (min-width: 992px) {
  .container {
    min-width: unset !important;
    max-width: unset !important;
    padding: 0 15px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    min-width: unset !important;
    max-width: unset !important;
    padding: 0 15px !important;
  }
}
@media (min-width: 576px) {
  .container {
    min-width: unset !important;
    max-width: unset !important;
    padding: 0 15px !important;
  }
}
@media (max-height: 768px) {
  .modal.d-block-max-h-768 {
    display: block !important;
  }
}
@media (max-height: 1350px) {
  .modal.d-block-max-h-1350 {
    display: block !important;
  }
}
.container-1366 {
  width: 100%;
  max-width: 1366px !important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
/*Đơn Vị Tính*/
#kt_wrapper {
  padding-top: 66px;
}
#kt_wrapper .content {
  padding-bottom: 0;
}
body {
  color: #000000 !important;
}
/*fix fa*/
.fa {
  font-size: 14px !important;
}
/*fix header*/
.fix-header {
  position: relative;
}
.fix-header h2 {
  margin: 0 10px 0 20px !important;
  color: #000000 !important;
  width: 100%;
}
.fix-header .group-button-right {
  right: 0px;
  position: absolute;
}
.fix-header .icon-back-home {
  padding: 15px;
  margin-right: 8px;
  margin-left: 8px;
}
.fix-header .dropdown-menu {
  padding: 0 !important;
}
.modal-header {
  height: 48px;
  padding: 0 20px !important;
}
.modal-header .icon-video,
.modal-header .icon-cau-hoi,
.modal-header .icon-gop-y {
  margin-top: 16px;
}
.modal-header .icon-line-header {
  width: 1px;
  height: 36px;
  margin-top: 6px;
}
.modal-header .icon-back-home {
  padding: 15px;
  margin: 9px -12px 0px 8px;
}
.modal-header .modal-action {
  height: 100%;
}
.modal-header .modal-action .icon-support {
  margin-top: 9.5px;
  padding-right: 12px;
}
.modal-header .modal-button {
  display: flex;
}
.modal-dialog {
  display: flex;
  align-items: center;
  margin: 0 auto !important;
}
.modal-header .icon-video,
.fix-header .icon-video,
.modal-header .icon-cau-hoi,
.fix-header .icon-cau-hoi {
  margin-right: 15px;
}
.modal-header .icon-gop-y,
.fix-header .icon-gop-y {
  margin-right: 20px;
}
.modal-header .icon-line-header,
.fix-header .icon-line-header {
  margin-left: 0;
  margin-right: 0;
}
.modal-header .icon-back-home:hover,
.fix-header .icon-back-home:hover {
  background-image: url('/dist/img/back-home-white.svg');
  background-color: #E63947;
}
.btn.btn-group.btn-white > .btn {
  color: #47699E !important;
}
.btn-white.disabled {
  cursor: no-drop !important;
}
.btn-white:disabled {
  cursor: no-drop !important;
}
.btn.btn-group {
  padding: 0px !important;
}
.btn.btn-group > .btn {
  border: none;
  max-height: 28px;
  min-height: 28px !important;
  height: 28px !important;
}
.modal-content {
  margin: 20px auto;
}
a {
  cursor: pointer;
}
.input-group-search input {
  border: 1px solid #C6C6C6;
}
.date-picker {
  padding-right: 30px !important;
  position: relative !important;
  background-image: url(/dist/img/calendar-primary.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.tooltip {
  font-family: Roboto !important;
}
.tooltip-datatable.arrow:before {
  border-top-color: #333 !important;
}
.tooltip-datatable.tooltip-inner {
  background-color: #333 !important;
  color: #eee !important;
}
/*toast*/
.toast-long .toast {
  height: 80px !important;
  width: 600px !important;
  max-width: 600px !important;
}
.toast-long .toast-success .toast-title {
  color: #34BD27 !important;
}
.toast-long .toast-info .toast-title {
  color: #47699E !important;
}
.toast-long .toast-warning .toast-title {
  color: #F8B023 !important;
}
.toast-long .toast-error .toast-title {
  color: #E34C5F !important;
}
.toast-short .toast {
  min-height: 80px !important;
  width: 380px !important;
  max-width: 380px !important;
}
.toast-top-right {
  top: 78px;
  right: 30px;
}
.toast-top-right .toast {
  border-radius: 0 !important;
  opacity: 1 !important;
  background-position: 32px 26px !important;
  font-family: "Roboto" !important;
  padding: 0 0 0 86px !important;
  color: #000000 !important;
}
.toast-top-right .toast .toast-close-button,
.toast-top-right .toast .toast-close-button:hover {
  margin-top: 10px;
  margin-right: 10px;
  opacity: 1;
  color: #000000;
}
.toast-top-right .toast .toast-title {
  margin-top: 15px;
}
.toast-top-right .toast .toast-message {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  padding-right: 10px;
}
.toast-top-right .toast .toast-close-button :before {
  font-size: 14px;
  font-weight: 700;
}
.toast-top-right .toast > div:nth-child(2) {
  margin-top: 15px;
}
.toast-top-right .toast .toast-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1px;
}
.toast-top-right .toast .toast-message {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #666666;
}
.toast-top-right .toast-success {
  background-color: #E7F9ED !important;
}
.toast-top-right .toast-info {
  background-color: #EDF5FF !important;
}
.toast-top-right .toast-warning {
  background-color: #FFF3EA !important;
}
.toast-top-right .toast-error {
  background-color: #FDE7EA !important;
}
#toast-container {
  height: 80px;
}
#toast-container > .toast-success {
  background-image: url(/dist/img/toast-success.svg) !important;
}
#toast-container > .toast-error {
  background-image: url(/dist/img/toast-error.svg) !important;
}
#toast-container > .toast-info {
  background-image: url(/dist/img/toast-info.svg) !important;
}
#toast-container > .toast-warning {
  background-image: url(/dist/img/toast-warning.svg) !important;
}
#toast-container > .toast:hover,
#toast-container .toast {
  box-shadow: none !important;
}
/*datatable*/
.clear-filter-btn:hover {
  text-decoration: underline;
}
.modal-dialog .dataTables_wrapper {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.modal-dialog .dataTables_wrapper .dataTable {
  border-left: 0px !important;
}
.modal-dialog .dataTables_wrapper .dataTables_scroll {
  margin: 0 !important;
}
.modal-dialog .dataTables_scrollBody table {
  border-left: 0px !important;
}
table td div.flex-around {
  /*a:not(.dropdown-item) + a:not(.dropdown-item) {
            margin-left: 6px;
        }*/
}
table td div.flex-around a:not(.dropdown-item) {
  display: block;
  height: 24px;
  width: 24px;
}
table td div.flex-around a:not(.dropdown-item) i {
  margin: 5px;
}
table td div.flex-around a:not(.dropdown-item):hover {
  background-color: #DDDDDD;
  border-radius: 2px;
}
table td div.flex-around.show a[aria-expanded="true"] {
  background: #EEE;
}
table td div.flex-around > a:disabled,
table td div.flex-around > a.disabled,
table td div.flex-around .dropdown-item.disabled,
table td div.flex-around .dropdown-item:disabled {
  pointer-events: auto;
  cursor: default;
  color: #c8c8ca !important;
}
table td div.flex-around > a:disabled:hover,
table td div.flex-around > a.disabled:hover,
table td div.flex-around .dropdown-item.disabled:hover,
table td div.flex-around .dropdown-item:disabled:hover {
  background: inherit;
  background-color: transparent !important;
}
table td div.flex-around > a:disabled i,
table td div.flex-around > a.disabled i,
table td div.flex-around .dropdown-item.disabled i,
table td div.flex-around .dropdown-item:disabled i {
  opacity: 0.2;
}
table td div.flex-around .dropdown-menu {
  min-width: 180px;
  padding: 4px 0;
  border-radius: 0;
}
table td div.flex-around .dropdown-menu a.dropdown-item {
  display: flex;
  align-items: center;
}
table td div.flex-around .dropdown-menu a.dropdown-item i {
  margin: 0 10px 0 0 !important;
}
.bottom .dataTables_length select {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  -webkit-appearance: unset;
  background-image: url(/dist/img/ico-caret-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.bottom .dataTables_info {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.dataTables_wrapper .dataTable th,
.dataTables_wrapper .dataTable td {
  font-size: 14px !important;
}
.dataTables_paginate.paging_bootstrap_full_number {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #000000 !important;
}
.dataTables_paginate.paging_bootstrap_full_number .paginate_button {
  min-width: 30px;
}
.dataTables_paginate.paging_bootstrap_full_number a:hover {
  text-decoration: none !important;
}
.dataTables_paginate.paging_bootstrap_full_number .ellipsis {
  color: #000000 !important;
  letter-spacing: 2px;
}
.dataTables_paginate.paging_bootstrap_full_number .ellipsis:hover {
  color: #000000 !important;
}
.dataTables_paginate.paging_bootstrap_full_number li.disabled {
  color: #B7B7B7 !important;
}
.dataTables_paginate.paging_bootstrap_full_number li:not(.active):not(:hover):not(.prev):not(.next) .page-link,
.dataTables_paginate.paging_bootstrap_full_number li:not(.disabled) .page-link.page-text {
  color: #000000 !important;
}
.dataTables_paginate.paging_bootstrap_full_number ul.pagination {
  margin: unset !important;
}
/*Scroll*/
* {
  scrollbar-width: thin;
}
::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  width: 12px;
  height: 12px;
  border-radius: 0;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar-track {
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  background-color: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  background-color: #D5D5D5;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-button:single-button:vertical:decrement,
::-webkit-scrollbar-button:single-button:vertical:increment,
::-webkit-scrollbar-button:single-button:horizontal:decrement,
::-webkit-scrollbar-button:single-button:horizontal:increment {
  width: 12px;
  height: 12px;
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: 1px solid #D5D5D5;
}
::-webkit-scrollbar-button:single-button:vertical:decrement:hover,
::-webkit-scrollbar-button:single-button:vertical:increment:hover,
::-webkit-scrollbar-button:single-button:horizontal:decrement:hover,
::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
  background-color: #eee;
}
::-webkit-scrollbar-button:single-button:horizontal:decrement {
  background-image: url(/dist/img/ico-scroll-horizontal-left.svg) !important;
}
::-webkit-scrollbar-button:single-button:horizontal:increment {
  background-image: url(/dist/img/ico-scroll-horizontal-right.svg) !important;
}
::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url(/dist/img/ico-scroll-vertical-top.svg) !important;
}
::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url(/dist/img/ico-scroll-vertical-bot.svg) !important;
}
.invalid-feedback {
  clear: both;
}
#DLoaiHang_TEN-error {
  padding-left: 116px;
  padding-top: 4px;
}
/*End form hang hoa*/
#DHangHoasTable_wrapper .dataTables_scrollBody {
  overflow-x: hidden !important;
}
.modal-dialog .form-group {
  margin-bottom: 0;
  margin-right: unset;
}
.modal-dialog .form-group + .form-group {
  margin-top: 6px;
}
.is-sys-send-mail .form-group {
  margin-bottom: 6px;
}
.add-border {
  border-color: #d9e0e6 !important;
}
#DLoaiHangInformationsTab .col-form-label {
  width: 112px;
  float: left;
  margin-right: 5px;
}
/* style for icon right */
.hover-box {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.hover-box:hover {
  background: #eeeeee;
}
.hover-box i {
  margin: 0 !important;
  padding: 15px;
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}
.bootstrap-touchspin .input-group-btn-vertical > .button {
  position: absolute;
  right: 0;
  height: 15.5px;
  padding: 0;
  width: 19px;
  text-align: center;
  line-height: 1;
  background-color: #FFFFFF;
  border: 1px solid #C6C6C6;
  z-index: 1;
}
.bootstrap-touchspin .input-group-btn-vertical > .button:hover {
  z-index: 2;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  right: -1px;
  border-radius: unset;
  background-repeat: no-repeat;
  background-position: right 4.5px center;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  top: -1px;
  background-image: url(/dist/img/ico-number-button-up.svg);
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  bottom: -1px;
  background-image: url(/dist/img/ico-number-button-down.svg);
}
.field-icon-eye-show {
  position: absolute;
  float: right;
  top: 38px;
  right: 8px;
  color: #47699E;
}
.ShowHideColumnsInfo {
  left: 10px;
  position: absolute;
  line-height: 30px;
  height: 30px;
  color: #47699E;
}
.ShowHideColumnsInfo a.btn {
  width: 125px;
}
.ShowHideColumnsInfo p {
  margin-bottom: unset;
  font-size: 14px;
}
.ShowHideColumnsInfo i.icon-i-info {
  margin-top: 10px;
}
.hotline {
  color: #ff9900;
  font-weight: 600;
}
#sendBill .fix-val {
  position: relative;
  top: 5px;
}
#sendBill .link a {
  color: #0078D7 !important;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
}
#sendBill .fix-col-form-input {
  width: calc(100% - 153px);
}
.check-process {
  display: flex;
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
  margin-left: 12px;
  padding-left: 5px;
  width: calc(100% - 122px);
}
#new-bien-ban {
  display: none;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.tong-thanh-toan-color {
  color: #0000FF;
}
.pointer {
  cursor: pointer;
}
.text-underline {
  text-decoration: underline;
}
.spinner {
  position: fixed !important;
}
.form-cuongbn .col-form-label {
  float: left;
  margin-right: 5px;
}
.form-cuongbn .col-form-input {
  max-width: 100%;
}
.form-cuongbn .col-form-input .input-group-button {
  display: flex;
}
.form-cuongbn .btn-action {
  border: 1px solid #47699E;
  color: #47699E;
  background: #ffffff !important;
}
.form-cuongbn .star-required::before {
  left: -3px;
}
.form-cuongbn .group-input {
  width: 100%;
}
.section-title {
  justify-content: space-between;
}
.section-title b {
  height: 1px;
  background: var(--Palette-Color-5);
  flex: 1;
  align-self: center;
}
.section-title span {
  padding: 2.5px 10px;
  text-align: center;
}
.header-menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text,
.dropdown-item:hover,
.dropdown-item:focus {
  color: #333 !important;
}
.header-menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link,
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #EEEEEE !important;
}
.header-menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-active > .menu-link .menu-text,
.dropdown-item.active {
  color: #ffffff !important;
}
.header-menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-active > .menu-link,
.dropdown-item.active {
  background-color: #47699E !important;
}
#header_notification_bar a.navi-item + a.navi-item {
  margin-top: 1px;
  position: relative;
}
#header_notification_bar a.navi-item + a.navi-item::before {
  content: url(/dist/img/ico-notify-sperate-line.svg);
  margin-left: 25px;
  top: -16px;
  display: inline-block;
  position: absolute;
}
#header_notification_bar .navi .navi-item .navi-link {
  padding: 16px;
}
.table-hover tbody tr:hover {
  background-color: #DBEDFF !important;
}
.nhanFilter {
  border-bottom: 1px solid #DDDDDD;
}
.nhanFilter #SNhanTableFilter_wrapper {
  max-height: 174px;
  overflow: hidden;
}
.nhanFilter #SNhanTableFilter_wrapper:hover {
  overflow: auto;
}
.nhanFilter table#SNhanTableFilter {
  margin: 5px 0 !important;
  border-left: none !important;
  border: none !important;
}
.nhanFilter table#SNhanTableFilter .kt-checkbox {
  margin-bottom: 0;
  font-size: 13px;
  padding-left: 24px;
}
.nhanFilter table#SNhanTableFilter .kt-checkbox > span {
  margin-top: 2px;
}
.nhanFilter table#SNhanTableFilter tbody tr td:first-child {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.nhanFilter table#SNhanTableFilter tr:hover {
  background-color: #DBEDFF;
  cursor: pointer;
}
.nhanFilter .bottom {
  display: none;
}
.nhanFilter .nhanFilterInput {
  padding: 0 15px;
  margin-top: 10px;
  position: relative;
}
.nhanFilter .nhanFilterInput img {
  position: absolute;
  right: 15px;
  height: 30px;
  padding: 8px;
  bottom: 3px;
}
.nhanFilter #nhanFilterId {
  border: none;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  outline: none;
  padding-left: 0;
}
.swal-overlay--show-modal .swal-modal {
  will-change: auto;
}

i[class*="icon-"] {
  background-repeat: no-repeat;
}
i[class*="glyphicon glyphicon-"] {
  top: unset;
  line-height: unset;
}
.icon-arrow-left {
  background: url(/dist/img/hide-left.svg);
  width: 12.6px;
  height: 10px;
  display: block;
}
.icon-sys-config {
  background-size: contain;
  background-image: url('/dist/img/sys-config.svg');
  width: 20px;
  height: 21px;
}
[class*=ico-] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
  display: inline-block;
  position: relative;
}
.ico-invoice-remainning {
  background-image: url(/dist/img/ico-invoice-remainning.svg);
}
.ico-arrow-down {
  background-image: url(/dist/img/ico-arrow-down.svg);
  width: 10px;
}
.ico-threedot {
  width: 16px;
  background-image: url(/dist/img/three-dot.svg);
  background-size: contain;
  background-position: center;
}
.ico-reload {
  width: 15px;
  height: 15px;
  background-image: url(/dist/img/ico-reload.svg);
  background-size: 12px;
  background-position: center;
}
.ico-sendmail-back {
  width: 15px;
  height: 15px;
  background-image: url('/dist/img/ico-sendmail-back.svg');
}
.ico-reload-blue {
  width: 15px;
  height: 15px;
  background-image: url(/dist/img/ico-reload-blue.svg);
  background-size: 12px;
  background-position: center;
}
.icon-chevron-down-blue {
  background-image: url('/dist/img/chevron-down-blue.svg');
  width: 8.38px;
  height: 8px;
  background-size: contain;
  margin-right: 0px !important;
}
.ico-ellipse {
  background-image: url('/dist/img/ellipse.svg');
  width: 5px !important;
  height: 38px !important;
}
.ico-copy-blue {
  background-image: url('/dist/img/ico-copy-blue.svg');
}
.ico-print {
  background-image: url('/dist/img/ico-print.svg');
}
.ico-print-white {
  background-image: url('/dist/img/ico-print-white.svg');
}
.ico-mailbox {
  width: 16px;
  height: 24px;
  background-image: url('/dist/img/icon-mailbox.svg');
}
.ico-export-xml {
  background-image: url('/dist/img/exp-xml.svg');
  width: 16px;
}
.ico-export-pdf {
  background-image: url('/dist/img/exp-pdf.svg');
  width: 17px;
  left: -2px;
}
.ico-huykhoitao {
  background-image: url('/dist/img/icon-huy-khoi-tao.svg');
}
.ico-set-default {
  background-image: url('/dist/img/icon-set-default.svg');
  width: 12px;
}
.ico-x-white {
  background-image: url(/dist/img/x-white.svg);
  height: 12px;
  width: 12px;
}
.ico-calendar {
  background-image: url(/dist/img/calendar.svg);
}
.ico-view-invoice {
  background-image: url(/dist/img/view-invoice.svg);
  width: 15px;
  height: 15px;
  top: 1px;
  position: relative;
}
.ico-three-dot {
  background-image: url('/dist/img/ico-three-dot.svg');
  background-size: 16px 4px;
}
.ico-edit-row {
  background-image: url(/dist/img/ico-edit-row.svg);
}
.ico-delete-row {
  background-image: url(/dist/img/ico-delete-row.svg);
}
.ico-delete,
.ico-delete-multi {
  width: 11px;
  background-image: url(/dist/img/delete-blue-ico.svg);
}
.export-xml {
  background-image: url(/dist/img/exp-xml.svg);
}
.ico-excel-imp {
  background-image: url(/dist/img/ico-excel-imp.svg);
  background-size: inherit;
  width: 20px;
}
.ico-excel-exp {
  background-image: url(/dist/img/ico-excel-exp.svg);
  width: 13px;
}
.ico-excel-exp-white {
  background-image: url(/dist/img/ico-excel-exp-white.svg);
  background-size: inherit;
  width: 25px;
}
.ico-chose-bienban {
  background-image: url(/dist/img/icon-chonbienban.svg);
  background-size: inherit;
  width: 20px;
}
.ico-view-bienban-white {
  background-image: url(/dist/img/view-bien-ban-white.svg);
  background-size: inherit;
  width: 20px;
}
.ico-search {
  background-image: url(/dist/img/iconmapsearch.svg);
  background-size: inherit;
  width: 23px;
  height: 17px;
}
.ico-refresh {
  background-image: url(/dist/img/refresh-ico.svg);
}
.ico-tool {
  background-image: url(/dist/img/ico-gear.svg);
  width: 16px;
}
.ico-three-dot-menu {
  background-image: url(/Common/Images/Einvoice/menu-three-dot.svg);
  height: 30px;
  width: 30px;
}
.ico-arrow-right {
  background-image: url(/dist/img/arr-right.svg);
  background-size: contain;
  position: relative;
  top: 3px;
  left: 2px;
}
.ico-config {
  background-image: url(/dist/img/settings.svg);
  background-size: 20px;
  height: 20px;
  width: 20px;
  margin-top: 7px;
  margin-right: 18px;
  opacity: 0.8;
  transition: 0.5s;
}
.ico-config-blue {
  background-image: url(/dist/img/settings-blue.svg);
  background-size: 20px;
  height: 20px;
  width: 20px;
  margin-top: 7px;
  margin-right: 18px;
  opacity: 0.8;
  transition: 0.5s;
}
.ico-header {
  background-image: url(/dist/img/ico-headerTitle.svg);
  height: 17px;
  width: 20px;
}
.ico-plus {
  background-image: url(/dist/img/ieiv-plus.svg);
  margin-right: 0px !important;
}
.ico-hd-setting {
  background-image: url(/dist/img/settings.svg);
  margin-right: 0px !important;
}
.ico-upload {
  background-image: url(/dist/img/ico-upload.svg);
  margin-bottom: 2px;
}
.ico-upload-plus {
  background-image: url(/dist/img/ico-upload-plus.svg);
  margin-bottom: 2px;
}
.ico-download-xslt {
  background-image: url(/dist/img/ico-download-xslt.svg);
  margin-bottom: 2px;
}
.ico-zoom-in {
  background-image: url(/dist/img/ico-zoom-in.svg);
  width: 20px;
  height: 20px;
}
.ico-send-rocket {
  background-image: url(/dist/img/icon-send-rocket.svg);
  width: 14px;
  height: 12px;
}
.ico-send-rocket-white {
  background-image: url(/dist/img/icon-send-rocket-white.svg);
  width: 18.7px;
  margin-bottom: 2px;
}
.ico-search-input {
  background-image: url(/dist/img/icon-input-search.svg);
  background-size: 14px;
  height: 14px;
  width: 14px;
  margin: 0px 0px 3px 0px;
}
.ico-eyes-view {
  background-image: url(/dist/img/eyes-view.svg);
  background-size: 14px;
  margin-bottom: 2px;
}
.ico-restore-template {
  background-image: url(/dist/img/restore-template.svg);
  background-size: 14px;
  height: 17px;
  width: 17px;
  margin-bottom: 3px;
  margin-right: 3px !important;
}
.ico-send {
  background-image: url(/dist/img/ico-send.svg);
  background-size: inherit;
  width: 20px;
}
.ico-send-blue {
  background-image: url(/dist/img/ico-send-blue.svg);
  background-size: inherit;
  width: 20px;
}
.ico-download-secondary {
  background-image: url(/dist/img/ico-download-secondary.svg);
}
.ico-sync {
  background-image: url(/dist/img/ico-sync.svg);
  background-size: inherit;
  width: 20px;
}
.ico-sync-white {
  background-image: url(/dist/img/ico-sync-white.svg);
  background-size: inherit;
  width: 20px;
}
.icon-search-thin {
  background-image: url(/dist/img/icon-search-thin.svg);
  height: 17px;
  width: 17px;
}
.icon-reload-search {
  background-image: url(/dist/img/icon-reload-search.svg);
  height: 17px;
  width: 17px;
}
.swal-icon.swal-icon--info {
  background-image: url(/dist/img/swal-info.svg);
}
.swal-icon.swal-icon--success {
  background-image: url(/dist/img/swal-success.svg);
}
.swal-icon--success__ring,
.swal-icon--success__line,
.swal-icon--success__hide-corners,
.swal-icon--success:before,
.swal-icon--success:after,
.swal-icon--info:before,
.swal-icon--info:after {
  height: 0;
  width: 0;
  z-index: -2;
  border: 0;
}
.ico-add-blue {
  background-image: url(/dist/img/icon-add-blue.svg);
}
.ico-xulyhd-white {
  background-image: url(/dist/img/ico-xulyhd-white.svg);
  width: 20px;
}
.ico-xulyhd-blue {
  background-image: url(/dist/img/ico-xulyhd-blue.svg);
  width: 20px;
}
.ico-ky-so-bien-ban {
  background-image: url('/dist/img/icon-ky-so-bien-ban.svg');
}
.ico-file-target {
  background-image: url('/dist/img/icon-file-target.svg');
}
.paginate_button.page-item.prev:not(.disabled):hover .icon-pagging-left {
  background-image: url(/dist/img/ico-pagging-left-white.svg);
}
.paginate_button.page-item.next:not(.disabled):hover .icon-pagging-right {
  background-image: url(/dist/img/ico-pagging-right-white.svg);
}
.icon-pagging-left {
  background-image: url(/dist/img/ico-pagging-left.svg);
  width: 15px;
  height: 13.076px;
}
.icon-pagging-right {
  background-image: url(/dist/img/ico-pagging-right.svg);
  width: 15px;
  height: 13.076px;
}
.ico-pen-blue {
  background-image: url('/dist/img/ico-pen-blue.svg');
}
.ico-email-config {
  background-image: url('/dist/img/ico-email-config.svg');
  width: 18px;
}
.ico-three-dot {
  background-image: url('/dist/img/ico-three-dot.svg');
  background-size: 16px 4px;
}
.ico-add {
  background-image: url('/dist/img/ico-add.svg');
}
.ico-add-blue {
  background-image: url('/dist/img/icon-add-blue.svg');
}
.ico-save {
  background-image: url(/dist/img/ico-save.svg);
}
.confirm-manager {
  background-image: url(/dist/img/confirm-manager.svg);
  width: 30px;
  margin: 0 !important;
  position: relative;
  left: 0px;
  top: -1px;
  background-repeat: no-repeat;
  height: 30px !important;
}
.ico-save-blue {
  background-image: url(/dist/img/ico-save-blue.svg);
}
.ico-upload-file {
  background-image: url(/dist/img/ico-upload-file.svg);
  height: 13px;
  top: -1px;
  position: relative;
}
.ico-khachhang-hieuluc-on {
  background-image: url(/dist/img/ico-khachhang-hieuluc-on.svg);
}
.ico-khachhang-hieuluc-off {
  background-image: url(/dist/img/ico-khachhang-hieuluc-off.svg);
}
.ico-khachhang-khoitao {
  background-image: url(/dist/img/ico-khachhang-khoitao.svg);
}
.ico-hoadon-sign {
  background-image: url(/dist/img/ico-hoadon-sign.svg);
}
.ico-hoadon-sign-blue {
  background-image: url(/dist/img/ico-hoadon-sign-blue.svg);
}
.ico-setting-three-cog {
  background-image: url(/dist/img/ico-setting-three-cog.svg);
  width: 18px;
}
.ico-delete-index {
  background-image: url(/dist/img/index-delete-ico.svg);
  width: 12px;
}
.ico-prev {
  background-image: url(/dist/img/ico-prev.svg);
  background-size: 14px;
  height: 14px;
  width: 14px;
  margin-right: 3px !important;
}
.ico-next {
  background-image: url(/dist/img/ico-next.svg);
  background-size: 14px;
  height: 14px;
  width: 14px;
  margin-right: 3px !important;
}
.ico-check {
  background-image: url(/dist/img/ico-check.svg);
  background-size: 14px;
  height: 14px;
  width: 14px;
  margin-right: 3px !important;
}
.ico-restore {
  background-image: url(/dist/img/ico-restore.svg);
  background-size: 12px;
  height: 14px;
  width: 12px;
  margin-right: 3px !important;
}
.ico-error-info {
  background-image: url(/dist/img/error-info.svg);
  width: 16px;
  height: 16px;
}
.ico-hd-dauvao-import {
  background-image: url('/dist/img/hd-dauvao-import.svg');
  width: 13px;
}
.ico-upload-file2 {
  background-image: url('/dist/img/ico-upload-file2.svg');
  height: 16px;
  width: 20px;
}
.ico-success-validate {
  background-image: url('/dist/img/check-white.svg');
  height: 16.08px;
  width: 21.45px;
}
.ico-file-pdf {
  background-image: url('/dist/img/icon-pdf.svg');
  width: 16px;
  height: 16px;
}
.ico-file-rar {
  background-image: url('/dist/img/icon-rar.svg');
  width: 16px;
  height: 16px;
}
.ico-file-zip {
  background-image: url('/dist/img/icon-zip.svg');
  width: 16px;
  height: 16px;
}
.ico-file-doc {
  background-image: url('/dist/img/icon-doc.svg');
  width: 16px;
  height: 16px;
}
.ico-file-xml {
  background-image: url('/dist/img/icon-xml.svg');
  width: 16px;
  height: 16px;
}
.ico-file-orther {
  background-image: url('/dist/img/icon-orther.svg');
  width: 16px;
  height: 16px;
}
.ico-dowload-infile {
  background-image: url('/dist/img/icon-dowload-infile.svg');
  width: 16px;
  height: 16px;
}
.ico-circle {
  position: relative;
  width: 6px;
  height: 6px;
  margin-right: 5px !important;
  border-radius: 50%;
  bottom: 2px;
}
.sidebar .ico-circle {
  margin-left: -14px;
}
.sidebar .ico-circle:before {
  bottom: 50px;
}
.ico-circle.trangthaiduyet1,
.ico-circle.xml-validate3 {
  background-color: #0078D7;
}
.ico-circle.trangthaiduyet2,
.ico-circle.xml-validate1,
.ico-circle.ncc-trangthaiduyet1 {
  background-color: #00BB3C;
}
.ico-circle.trangthaiduyet3,
.ico-circle.ncc-trangthaiduyet2,
.ico-circle.xml-validate2 {
  background-color: #F8B023;
}
.ico-circle.xml-validate0,
.ico-circle.xml-validate4,
.ico-circle.xml-validate5,
.ico-circle.xml-validate6 {
  background-color: #E34C5F;
}
.ico-white-restore {
  background-image: url('/dist/img/ico-restore-hddv-white.svg');
  width: 16px;
  background-size: contain;
}
.ico-restore {
  background-image: url('/dist/img/ico-restore-hddv.svg');
  width: 16px;
  background-size: contain;
}
.ico-red-delete {
  background-image: url('/dist/img/red-delete.svg');
  width: 12px;
}
.ico-view-hddv {
  background-image: url('/dist/img/view-hddv.svg');
  width: 15px;
}
.ico-pheduyet-hddv {
  background-image: url('/dist/img/check-base.svg');
}
.ico-download-file-blue {
  background-image: url('/dist/img/ico-download-file-blue.svg');
}
.ico-download-file-white {
  background-image: url('/dist/img/ico-download-file-white.svg');
}
.ico-upload-file-white {
  background-image: url('/dist/img/ico-upload-file-white.svg');
}
.ico-dot-checked-white {
  background-image: url('/dist/img/checked-white.svg');
}
.ico-dot-untchecked-white {
  background-image: url('/dist/img/un-checked-white.svg');
}
.ico-shopping {
  background-image: url('/dist/img/icon-shopping.svg');
}
.ico-blue-warn-circle {
  background-image: url('/dist/img/blue-warn-circle.svg');
}

/*margin-padding*/
.e .m-auto {
  margin: auto !important;
}
.e .ml-2 {
  margin-left: 2px !important;
}
.e .ml-5 {
  margin-left: 5px !important;
}
.e .ml-6 {
  margin-left: 6px !important;
}
.e .ml-10 {
  margin-left: 10px !important;
}
.e .ml-12 {
  margin-left: 12px !important;
}
.e .ml-15 {
  margin-left: 15px !important;
}
.e .ml-16 {
  margin-left: 16px !important;
}
.e .ml-20 {
  margin-left: 20px !important;
}
.e .ml-21 {
  margin-left: 21px !important;
}
.e .ml-24 {
  margin-left: 24px !important;
}
.e .ml-25 {
  margin-left: 25px !important;
}
.e .ml-30 {
  margin-left: 30px !important;
}
.e .ml-35 {
  margin-left: 35px !important;
}
.e .ml-40 {
  margin-left: 40px !important;
}
.e .ml-45 {
  margin-left: 45px !important;
}
.e .ml-50 {
  margin-left: 50px !important;
}
.e .ml-55 {
  margin-left: 55px !important;
}
.e .ml-60 {
  margin-left: 60px !important;
}
.e .ml-65 {
  margin-left: 65px !important;
}
.e .ml-70 {
  margin-left: 70px !important;
}
.e .ml-75 {
  margin-left: 75px !important;
}
.e .ml-80 {
  margin-left: 80px !important;
}
.e .ml-85 {
  margin-left: 85px !important;
}
.e .ml-90 {
  margin-left: 90px !important;
}
.e .ml-95 {
  margin-left: 95px !important;
}
.e .ml-100 {
  margin-left: 100px !important;
}
.e .ml-107 {
  margin-left: 107px !important;
}
.e .ml-117 {
  margin-left: 117px !important;
}
.e .ml-127 {
  margin-left: 127px !important;
}
.e .ml-132 {
  margin-left: 132px !important;
}
.e .ml-135 {
  margin-left: 135px !important;
}
.e .ml-145 {
  margin-left: 145px !important;
}
.e .ml-183 {
  margin-left: 183px !important;
}
.e .ml-191 {
  margin-left: 191px !important;
}
.e .ml-200 {
  margin-left: 200px !important;
}
.e .ml-208 {
  margin-left: 208px !important;
}
.e .mr-5 {
  margin-right: 5px !important;
}
.e .mr-6 {
  margin-right: 6px !important;
}
.e .mr-10 {
  margin-right: 10px !important;
}
.e .mr-12 {
  margin-right: 12px !important;
}
.e .mr-15 {
  margin-right: 15px !important;
}
.e .mr-20 {
  margin-right: 20px !important;
}
.e .mr-25 {
  margin-right: 25px !important;
}
.e .mr-30 {
  margin-right: 30px !important;
}
.e .mr-35 {
  margin-right: 35px !important;
}
.e .mr-40 {
  margin-right: 40px !important;
}
.e .mr-45 {
  margin-right: 45px !important;
}
.e .mr-50 {
  margin-right: 50px !important;
}
.e .mr-55 {
  margin-right: 55px !important;
}
.e .mr-60 {
  margin-right: 60px !important;
}
.e .mr-65 {
  margin-right: 65px !important;
}
.e .mr-70 {
  margin-right: 70px !important;
}
.e .mr-75 {
  margin-right: 75px !important;
}
.e .mr-80 {
  margin-right: 80px !important;
}
.e .mr-85 {
  margin-right: 85px !important;
}
.e .mr-90 {
  margin-right: 90px !important;
}
.e .mr-95 {
  margin-right: 95px !important;
}
.e .mr-100 {
  margin-right: 100px !important;
}
.e .mt--2 {
  margin-top: -2px !important;
}
.e .mt-2 {
  margin-top: 2px !important;
}
.e .mt-4 {
  margin-top: 4px !important;
}
.e .mt-5 {
  margin-top: 5px !important;
}
.e .mt-7 {
  margin-top: 7px !important;
}
.e .mt-10 {
  margin-top: 10px !important;
}
.e .mt-12 {
  margin-top: 12px !important;
}
.e .mt-13 {
  margin-top: 13px !important;
}
.e .mt-14 {
  margin-top: 14px !important;
}
.e .mt-15 {
  margin-top: 15px !important;
}
.e .mt-16 {
  margin-top: 16px !important;
}
.e .mt-20 {
  margin-top: 20px !important;
}
.e .mt-22 {
  margin-top: 22px !important;
}
.e .mt-25 {
  margin-top: 25px !important;
}
.e .mt-30 {
  margin-top: 30px !important;
}
.e .mt-31 {
  margin-top: 31px !important;
}
.e .mt-35 {
  margin-top: 35px !important;
}
.e .mt-40 {
  margin-top: 40px !important;
}
.e .mt-45 {
  margin-top: 45px !important;
}
.e .mt-50 {
  margin-top: 50px !important;
}
.e .mt-55 {
  margin-top: 55px !important;
}
.e .mt-60 {
  margin-top: 60px !important;
}
.e .mt-65 {
  margin-top: 65px !important;
}
.e .mt-70 {
  margin-top: 70px !important;
}
.e .mt-75 {
  margin-top: 75px !important;
}
.e .mt-80 {
  margin-top: 80px !important;
}
.e .mt-85 {
  margin-top: 85px !important;
}
.e .mt-90 {
  margin-top: 90px !important;
}
.e .mt-95 {
  margin-top: 95px !important;
}
.e .mt-100 {
  margin-top: 100px !important;
}
.e .mb-5 {
  margin-bottom: 5px !important;
}
.e .mb-10 {
  margin-bottom: 10px !important;
}
.e .mb-15 {
  margin-bottom: 15px !important;
}
.e .mb-20 {
  margin-bottom: 20px !important;
}
.e .mb-25 {
  margin-bottom: 25px !important;
}
.e .mb-30 {
  margin-bottom: 30px !important;
}
.e .mb-31 {
  margin-bottom: 31px !important;
}
.e .mb-35 {
  margin-bottom: 35px !important;
}
.e .mb-40 {
  margin-bottom: 40px !important;
}
.e .mb-45 {
  margin-bottom: 45px !important;
}
.e .mb-50 {
  margin-bottom: 50px !important;
}
.e .mb-55 {
  margin-bottom: 55px !important;
}
.e .mb-60 {
  margin-bottom: 60px !important;
}
.e .mb-65 {
  margin-bottom: 65px !important;
}
.e .mb-70 {
  margin-bottom: 70px !important;
}
.e .mb-75 {
  margin-bottom: 75px !important;
}
.e .mb-80 {
  margin-bottom: 80px !important;
}
.e .mb-85 {
  margin-bottom: 85px !important;
}
.e .mb-90 {
  margin-bottom: 90px !important;
}
.e .mb-95 {
  margin-bottom: 95px !important;
}
.e .mb-100 {
  margin-bottom: 100px !important;
}
.e .pl-5 {
  padding-left: 5px !important;
}
.e .pl-7 {
  padding-left: 7px !important;
}
.e .pl-8 {
  padding-left: 8px !important;
}
.e .pl-10 {
  padding-left: 10px !important;
}
.e .pl-12 {
  padding-left: 10px !important;
}
.e .pl-15 {
  padding-left: 15px !important;
}
.e .pl-20 {
  padding-left: 20px !important;
}
.e .pl-24 {
  padding-left: 24px !important;
}
.e .pl-25 {
  padding-left: 25px !important;
}
.e .pl-30 {
  padding-left: 30px !important;
}
.e .pl-35 {
  padding-left: 35px !important;
}
.e .pl-40 {
  padding-left: 40px !important;
}
.e .pl-45 {
  padding-left: 45px !important;
}
.e .pl-50 {
  padding-left: 50px !important;
}
.e .pl-55 {
  padding-left: 55px !important;
}
.e .pl-60 {
  padding-left: 60px !important;
}
.e .pl-65 {
  padding-left: 65px !important;
}
.e .pl-70 {
  padding-left: 70px !important;
}
.e .pl-75 {
  padding-left: 75px !important;
}
.e .pl-80 {
  padding-left: 80px !important;
}
.e .pl-85 {
  padding-left: 85px !important;
}
.e .pl-90 {
  padding-left: 90px !important;
}
.e .pl-95 {
  padding-left: 95px !important;
}
.e .pl-100 {
  padding-left: 100px !important;
}
.e .pr-5 {
  padding-right: 5px !important;
}
.e .pr-0 {
  padding-right: 0px !important;
}
.e .pr-10 {
  padding-right: 10px !important;
}
.e .pr-15 {
  padding-right: 15px !important;
}
.e .pr-20 {
  padding-right: 20px !important;
}
.e .pr-25 {
  padding-right: 25px !important;
}
.e .pr-30 {
  padding-right: 30px !important;
}
.e .pr-35 {
  padding-right: 35px !important;
}
.e .pr-40 {
  padding-right: 40px !important;
}
.e .pr-45 {
  padding-right: 45px !important;
}
.e .pr-50 {
  padding-right: 50px !important;
}
.e .pr-55 {
  padding-right: 55px !important;
}
.e .pr-60 {
  padding-right: 60px !important;
}
.e .pr-65 {
  padding-right: 65px !important;
}
.e .pr-70 {
  padding-right: 70px !important;
}
.e .pr-75 {
  padding-right: 75px !important;
}
.e .pr-80 {
  padding-right: 80px !important;
}
.e .pr-85 {
  padding-right: 85px !important;
}
.e .pr-90 {
  padding-right: 90px !important;
}
.e .pr-95 {
  padding-right: 95px !important;
}
.e .pr-100 {
  padding-right: 100px !important;
}
.e .pt-0 {
  padding-top: 5px !important;
}
.e .pt-5 {
  padding-top: 5px !important;
}
.e .pt-7 {
  padding-top: 7px !important;
}
.e .pt-8 {
  padding-top: 8px !important;
}
.e .pt-9 {
  padding-top: 9px !important;
}
.e .pt-10 {
  padding-top: 10px !important;
}
.e .pt-15 {
  padding-top: 15px !important;
}
.e .pt-20 {
  padding-top: 20px !important;
}
.e .pt-25 {
  padding-top: 25px !important;
}
.e .pt-30 {
  padding-top: 30px !important;
}
.e .pt-35 {
  padding-top: 35px !important;
}
.e .pt-40 {
  padding-top: 40px !important;
}
.e .pt-45 {
  padding-top: 45px !important;
}
.e .pt-50 {
  padding-top: 50px !important;
}
.e .pt-55 {
  padding-top: 55px !important;
}
.e .pt-60 {
  padding-top: 60px !important;
}
.e .pt-65 {
  padding-top: 65px !important;
}
.e .pt-70 {
  padding-top: 70px !important;
}
.e .pt-75 {
  padding-top: 75px !important;
}
.e .pt-80 {
  padding-top: 80px !important;
}
.e .pt-85 {
  padding-top: 85px !important;
}
.e .pt-90 {
  padding-top: 90px !important;
}
.e .pt-95 {
  padding-top: 95px !important;
}
.e .pt-100 {
  padding-top: 100px !important;
}
.e .pb-5 {
  padding-bottom: 5px !important;
}
.e .pb-10 {
  padding-bottom: 10px !important;
}
.e .pb-11 {
  padding-bottom: 11px !important;
}
.e .pb-15 {
  padding-bottom: 15px !important;
}
.e .pb-20 {
  padding-bottom: 20px !important;
}
.e .pb-25 {
  padding-bottom: 25px !important;
}
.e .pb-30 {
  padding-bottom: 30px !important;
}
.e .pb-35 {
  padding-bottom: 35px !important;
}
.e .pb-40 {
  padding-bottom: 40px !important;
}
.e .pb-45 {
  padding-bottom: 45px !important;
}
.e .pb-50 {
  padding-bottom: 50px !important;
}
.e .pb-55 {
  padding-bottom: 55px !important;
}
.e .pb-60 {
  padding-bottom: 60px !important;
}
.e .pb-65 {
  padding-bottom: 65px !important;
}
.e .pb-70 {
  padding-bottom: 70px !important;
}
.e .pb-75 {
  padding-bottom: 75px !important;
}
.e .pb-80 {
  padding-bottom: 80px !important;
}
.e .pb-85 {
  padding-bottom: 85px !important;
}
.e .pb-90 {
  padding-bottom: 90px !important;
}
.e .pb-95 {
  padding-bottom: 95px !important;
}
.e .pb-100 {
  padding-bottom: 100px !important;
}
/*============== CSS WIDTH ===================*/
.hidden {
  display: none;
}
.w05o {
  width: 5%;
}
.w10o {
  width: 10%;
}
.w15o {
  width: 15%;
}
.w20o {
  width: 20%;
}
.w23o {
  width: 23%;
}
.w25o {
  width: 25%;
}
.w27o {
  width: 27%;
}
.w30o {
  width: 30%;
}
.w35o {
  width: 35%;
}
.w40o {
  width: 40%;
}
.w43o {
  width: 43%;
}
.w45o {
  width: 45%;
}
.w50o {
  width: 50%;
}
.w55o {
  width: 55%;
}
.w60o {
  width: 60%;
}
.w65o {
  width: 65%;
}
.w70o {
  width: 70%;
}
.w75o {
  width: 75%;
}
.w80o {
  width: 80%;
}
.w85o {
  width: 85%;
}
.w90o {
  width: 90%;
}
.w95o {
  width: 95%;
}
.w100o {
  width: 100%;
}
.h100o {
  height: 100%;
}
.w10 {
  width: 10px !important;
}
.w20 {
  width: 20px !important;
  min-width: 20px !important;
}
.w25 {
  width: 25px !important;
  min-width: 25px !important;
}
.w22 {
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
}
.w30 {
  width: 30px !important;
}
.w40 {
  width: 40px !important;
}
.w50 {
  width: 50px !important;
}
.w60 {
  width: 60px !important;
}
.w70 {
  width: 70px !important;
  min-width: 70px !important;
}
.w80 {
  width: 80px !important;
}
.w90 {
  width: 90px !important;
}
.w94 {
  width: 94px !important;
  min-width: 94px !important;
}
.w100 {
  width: 100px !important;
}
.w110 {
  width: 110px !important;
  min-width: 110px !important;
}
.w254 {
  width: 254px !important;
  min-width: 254px !important;
  max-width: 254px !important;
}
.w120 {
  width: 120px !important;
}
.w130 {
  width: 130px !important;
}
.w140 {
  width: 140px !important;
}
.w150 {
  width: 150px !important;
}
.w160 {
  width: 160px !important;
}
.w162 {
  width: 162px !important;
}
.w169 {
  width: 169px !important;
}
.w170 {
  width: 170px !important;
}
.w177 {
  width: 177px !important;
}
.w180 {
  width: 180px !important;
}
.w190 {
  width: 190px !important;
}
.w200 {
  width: 200px !important;
}
.w210 {
  width: 210px !important;
}
.w220 {
  width: 220px !important;
}
.w230 {
  width: 230px !important;
}
.w240 {
  width: 240px !important;
}
.w250 {
  width: 250px !important;
}
.w260 {
  width: 260px !important;
}
.w270 {
  width: 270px !important;
}
.w280 {
  width: 280px !important;
}
.w290 {
  width: 290px !important;
}
.w300 {
  width: 300px !important;
}
.w310 {
  width: 310px !important;
}
.w320 {
  width: 320px !important;
}
.w330 {
  width: 330px !important;
}
.w340 {
  width: 340px !important;
}
.w350 {
  width: 350px !important;
}
.w360 {
  width: 360px !important;
}
.w370 {
  width: 370px !important;
}
.w380 {
  width: 380px !important;
}
.w390 {
  width: 390px !important;
}
.w395 {
  width: 395px !important;
}
.w400 {
  width: 400px !important;
}
.w410 {
  width: 410px !important;
}
.w415 {
  width: 410px !important;
}
.w420 {
  width: 420px !important;
}
.w430 {
  width: 430px !important;
}
.w440 {
  width: 440px !important;
}
.w450 {
  width: 450px !important;
}
.w460 {
  width: 460px !important;
}
.w470 {
  width: 470px !important;
}
.w480 {
  width: 480px !important;
}
.w490 {
  width: 490px !important;
}
.w500 {
  width: 500px !important;
}
.w695 {
  width: 695px !important;
}
.w705 {
  width: 705px !important;
}
.w710 {
  width: 710px !important;
}
.w715 {
  width: 715px !important;
}
.pl-25px {
  padding-left: 25px !important;
}
.pl-32px {
  padding-left: 32px !important;
}
.pl-42px {
  padding-left: 42px !important;
}
.pl-44px {
  padding-left: 44px !important;
}
.pl-47px {
  padding-left: 47px !important;
}
.pl-66px {
  padding-left: 66px !important;
}
.pl-120px {
  padding-left: 120px !important;
}
.pl-135px {
  padding-left: 135px !important;
}
.m-05 {
  margin: 0 5px !important;
}
.h-22px {
  height: 22px !important;
}
.h-28px {
  height: 28px !important;
}
.h-182px {
  height: 182px !important;
}
.mh-290px {
  min-height: 290px !important;
}
.min-w-80px {
  min-width: 80px !important;
}
.min-w-20px {
  min-width: 20px !important;
}
.line-height-30 {
  line-height: 30px;
}
.w-100px {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}
.w-110px {
  width: 110px !important;
  min-width: 110px !important;
  max-width: 110px !important;
}
.w-120px {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
}
.w-136px {
  width: 136px !important;
  min-width: 136px !important;
  max-width: 136px !important;
}
.w-141px {
  width: 141px !important;
  min-width: 141px !important;
  max-width: 141px !important;
}
.w-235px {
  width: 235px !important;
  min-width: 235px !important;
  max-width: 235px !important;
}
.w-756px {
  width: 756px !important;
  min-width: 756px !important;
  max-width: 756px !important;
}

.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}


.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
.unread-notification-count {
  position: absolute;
  top: 13px;
  right: 3px;
}
.unread-chat-message-count {
  position: absolute;
  top: 13px;
}
.menuSearchBarInput {
  width: 214px !important;
}
.aside-menu-dark .select2-selection {
  background-color: #12121e !important;
  border: 1px solid #2c2d44 !important;
  color: #9899ac !important;
}
.aside-menu-dark .select2-selection:focus {
  border-color: #7380fc !important;
  color: #fff !important;
}
.aside-menu-dark .searchMenuSelect2 {
  background-color: #12121e !important;
  border: 1px solid #2c2d44 !important;
  color: #9899ac !important;
}
.aside-menu-dark .searchMenuSelect2:focus {
  border-color: #7380fc !important;
  color: #fff !important;
}
.aside-minimize .searchMenuContainerSelect2 .select2-container {
  width: 45px !important;
}
.aside-minimize .searchMenuContainerSelect2 .select2-selection__placeholder,
.side-minimize .searchMenuContainerSelect2 .select2-selection__arrow {
  display: none;
}
.aside-minimize .searchMenuContainerSelect2 span.select2-selection.select2-selection--single:before {
  left: 15px;
}
.aside-minimize .searchMenuDropDownSelect2 .select2-dropdown {
  width: 235px !important;
}
.searchMenuContainerSelect2 {
  margin: 15px;
}

.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
.unread-chat-message-count {
  position: absolute;
  top: 0px;
}
.unread-notification-count {
  position: absolute;
  top: 0px;
  left: 22px;
}
#kt_header .topbar-item {
  margin-right: 0.75rem !important;
}
@media (max-width: 991px) {
  .searchMenuTop {
    display: block !important;
  }
  .searchMenuBottom {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .searchMenuTop {
    display: none !important;
  }
  .searchMenuBottom {
    display: block !important;
  }
}

.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
.unread-chat-message-count {
  position: absolute;
  top: 20px;
}
.unread-notification-count {
  position: absolute;
  top: -10px;
  right: 0px;
}
@media (min-width: 992px) {
  .header .header-bottom {
    height: auto;
  }
}
#kt_header .topbar-item {
  margin-right: 0.5rem !important;
}
#kt_content .container {
  padding: 0px;
}
@media (max-width: 991px) {
  .searchMenuTop {
    display: block !important;
  }
  .searchMenuBottom {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .searchMenuTop {
    display: none !important;
  }
  .searchMenuBottom {
    display: block !important;
  }
}
.searchMenuTop {
  margin: 15px !important;
}

.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
body {
  background-image: url(/metronic/themes/theme2/images/bg/bg-10.jpg);
}
.unread-chat-message-count {
  position: absolute;
  top: 18px;
}
.subscription-warning,
.mobile-subscription-warning {
  background-color: transparent;
}
.subscription-warning span,
.mobile-subscription-warning span,
.subscription-warning i,
.mobile-subscription-warning i {
  color: white;
}
.unread-notification-count {
  position: absolute;
  top: 18px;
  left: 25px;
}
.searchMenuContainerSelect2 {
  width: 250px;
}
.searchMenuContainerSelect2 span.select2-selection.select2-selection--single:before {
  content: "\f2eb";
  position: absolute;
  left: 20px;
  top: 15px;
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
}
.searchMenuContainerSelect2 .select2-selection__rendered {
  font-family: "Poppins" !important;
  border-radius: 5px !important;
  margin-left: 14px !important;
  padding-left: 36px !important;
  height: 40px;
  line-height: 24px !important;
}
@media (max-width: 991px) {
  .searchMenuTop {
    display: block !important;
  }
  .searchMenuBottom {
    display: none !important;
  }
  .searchMenuContainerSelect2 {
    width: calc(100% - 40px) !important;
  }
}
@media (min-width: 992px) {
  .searchMenuTop {
    display: none !important;
  }
  .searchMenuBottom {
    display: block !important;
  }
  .searchMenuContainerSelect2 .select2-selection {
    background-color: transparent !important;
    border: 1px solid white !important;
    color: white !important;
  }
  .searchMenuSelect2 {
    background-color: transparent !important;
    border: 1px solid white !important;
    color: white !important;
  }
}
.searchMenuContainerSelect2 {
  margin: 0px;
  min-width: 200px;
}
.searchMenuSelect2 {
  min-width: 200px;
}
.searchMenuBottom .select2-container {
  top: 20px;
}
.searchMenuTop {
  margin-bottom: 1em !important;
  margin-left: 25px !important;
}

.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
.unread-chat-message-count {
  position: relative;
  top: -32px;
  left: 12px;
}
.flaticon-chat-2 {
  margin-top: 25px !important;
}
.unread-notification-count {
  position: absolute;
  top: 0px;
  right: 0px;
}
.searchMenuContainerSelect2 {
  margin: 1em ;
}
.searchMenuContainerSelect2 .select2-selection__rendered {
  min-height: 35px;
}
.searchMenuContainerSelect2 .select2-container {
  width: 100% !important;
}

.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
.subheader {
  background-color: #663259;
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(/metronic/themes/theme4/images/bg/taieri.svg);
}
.unread-chat-message-count {
  position: absolute;
  top: 18px;
}
.unread-notification-count {
  position: absolute;
  top: 19px;
  left: 22px;
}
.searchMenuContainerSelect2 {
  width: 150px !important;
}
@media (max-width: 991px) {
  .searchMenuContainerSelect2 {
    width: calc(100% - 50px) !important;
  }
  .searchMenuContainerSelect2 .select2-container {
    width: 214px;
  }
  .searchMenuContainerSelect2 .select2-container * {
    color: #5e6383 !important;
  }
  .searchMenuTop {
    display: block !important;
  }
  .searchMenuBottom {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .searchMenuTop {
    display: none !important;
  }
  .searchMenuBottom {
    display: block !important;
  }
}
.searchMenuBottom .select2-container {
  top: 20px;
}
.searchMenuTop {
  margin-bottom: 1em !important;
  margin-left: 25px !important;
}
#kt_header_menu_wrapper > .container,
#kt_header_menu_wrapper .container-fluid {
  height: 100%;
}

.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
.unread-chat-message-count {
  position: absolute;
  top: 18px;
}
.topbar .topbar-item {
  margin-right: 1rem !important;
}
.searchMenuContainerSelect2 {
  margin: 15px;
}
.unread-notification-count {
  position: absolute;
  top: 19px;
  left: 18px;
}

.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
.unread-chat-message-count {
  position: relative;
  top: -32px;
  left: 12px;
}
.unread-notification-count {
  position: absolute;
  top: 0px;
  right: 0px;
}
.flaticon-chat-2 {
  margin-top: 25px !important;
}
@media (max-width: 991px) {
  .searchMenuTop {
    display: block !important;
  }
  .searchMenuBottom {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .searchMenuTop {
    display: none !important;
  }
  .searchMenuBottom {
    display: block !important;
  }
}
.searchMenuTop {
  margin-bottom: 1em !important;
  margin-left: 25px !important;
}

.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
.unread-chat-message-count {
  position: absolute;
  top: 18px;
}
.unread-notification-count {
  position: absolute;
  top: 19px;
  right: 5px;
}
@media (max-width: 991px) {
  .searchMenuTop {
    display: block !important;
  }
  .searchMenuBottom {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .searchMenuTop {
    display: none !important;
  }
  .searchMenuBottom {
    display: block !important;
  }
}
.searchMenuContainerSelect2 {
  margin: 0px !important;
}
.searchMenuBottom {
  margin: 5px 0 0 0 !important;
}
.searchMenuBottom .select2-container {
  max-width: 225px !important;
  float: right;
}
.subscription-warning span {
  color: white;
}

.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
body {
  background-image: url(/metronic/themes/theme8/images/bg/bg-2.jpg);
}
.unread-chat-message-count {
  position: absolute;
  top: 20px;
}
.unread-notification-count {
  position: absolute;
  top: -10px;
  right: 0px;
}
.topbar .topbar-item {
  margin-right: 0.75rem !important;
}
#kt_content {
  padding: 0px;
}
#kt_content .container,
#kt_content .container-fluid {
  padding: 40px;
}
#kt_content #kt_subheader .container,
#kt_content #kt_subheader .container-fluid {
  padding: 0px;
}
@media (max-width: 991px) {
  .searchMenuTop {
    display: block !important;
  }
  .searchMenuBottom {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .searchMenuTop {
    display: none !important;
  }
  .searchMenuBottom {
    display: block !important;
  }
}
.searchMenuBottom {
  margin: 5px 0 0 0 !important;
}
.searchMenuBottom .select2-container {
  max-width: 225px !important;
  float: right;
}
@media (min-width: 992px) {
  .menu-nav,
  .header-menu,
  .header-menu-wrapper {
    width: 100% !important;
  }
}
.mobile-subscription-warning {
  background-color: white;
}
.searchMenuTop {
  margin-bottom: 1em !important;
  margin-left: 25px !important;
}
.searchMenuBottom {
  margin: 5px 0 0 0 !important;
}
.searchMenuBottom .select2-container {
  max-width: 225px !important;
}

.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
.unread-chat-message-count {
  position: absolute;
  top: 18px;
}
.unread-notification-count {
  position: absolute;
  top: 19px;
  right: 5px;
}
@media (max-width: 991px) {
  .searchMenuTop {
    display: block !important;
  }
  .searchMenuBottom {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .searchMenuTop {
    display: none !important;
  }
  .searchMenuBottom {
    display: block !important;
  }
}
.searchMenuBottom {
  margin-top: 30px !important;
}
.subscription-warning span {
  color: white !important;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('/dist/fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

/*!
 * Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/dist/fonts/fa-brands-400.eot");
  src: url("/dist/fonts/fa-brands-400.eot") format("embedded-opentype"), url("/dist/fonts/fa-brands-400.woff2") format("woff2"), url("/dist/fonts/fa-brands-400.woff") format("woff"), url("/dist/fonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/dist/fonts/fa-regular-400.eot");
  src: url("/dist/fonts/fa-regular-400.eot") format("embedded-opentype"), url("/dist/fonts/fa-regular-400.woff2") format("woff2"), url("/dist/fonts/fa-regular-400.woff") format("woff"), url("/dist/fonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/dist/fonts/fa-solid-900.eot");
  src: url("/dist/fonts/fa-solid-900.eot") format("embedded-opentype"), url("/dist/fonts/fa-solid-900.woff2") format("woff2"), url("/dist/fonts/fa-solid-900.woff") format("woff"), url("/dist/fonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-ExtraLight.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-ExtraLight.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-ExtraLight.otf') format('opentype'), url('/dist/fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-ExtraLightIt.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-ExtraLightIt.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-ExtraLightIt.otf') format('opentype'), url('/dist/fonts/SourceSansPro-ExtraLightIt.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-Light.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-Light.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-Light.otf') format('opentype'), url('/dist/fonts/SourceSansPro-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-LightIt.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-LightIt.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-LightIt.otf') format('opentype'), url('/dist/fonts/SourceSansPro-LightIt.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-Regular.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-Regular.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-Regular.otf') format('opentype'), url('/dist/fonts/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-It.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-It.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-It.otf') format('opentype'), url('/dist/fonts/SourceSansPro-It.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-Semibold.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-Semibold.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-Semibold.otf') format('opentype'), url('/dist/fonts/SourceSansPro-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-SemiboldIt.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-SemiboldIt.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-SemiboldIt.otf') format('opentype'), url('/dist/fonts/SourceSansPro-SemiboldIt.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-Bold.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-Bold.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-Bold.otf') format('opentype'), url('/dist/fonts/SourceSansPro-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-BoldIt.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-BoldIt.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-BoldIt.otf') format('opentype'), url('/dist/fonts/SourceSansPro-BoldIt.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-Black.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-Black.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-Black.otf') format('opentype'), url('/dist/fonts/SourceSansPro-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
  src: url('/dist/fonts/SourceSansPro-BlackIt.ttf.woff2') format('woff2'), url('/dist/fonts/SourceSansPro-BlackIt.otf.woff') format('woff'), url('/dist/fonts/SourceSansPro-BlackIt.otf') format('opentype'), url('/dist/fonts/SourceSansPro-BlackIt.ttf') format('truetype');
}

/* poppins-300 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-300.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-regular - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-regular.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-500 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-500.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-600 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-600.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-700 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-700.svg#Poppins') format('svg');
  /* Legacy iOS */
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/dist/fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/dist/fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/dist/fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/dist/fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/dist/fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/dist/fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/dist/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/dist/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* This CSS file is unnecessary if you are not using vertical buttons functionality */
input.touch-spin {
  padding-right: 25px;
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  right: 0;
  position: absolute;
  height: 51% !important;
  min-height: 51% !important;
  padding: 0 !important;
  width: 1.5em !important;
  min-width: 1.5em !important;
  text-align: center;
  line-height: 1 !important;
  border-left: 1px solid #c6c6c6 !important;
  border-radius: unset !important;
  margin-left: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-top: 1px solid #c6c6c6 !important;
  border-radius: 0 0 4px 0;
  bottom: 0;
}

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
.typeahead__container {
  position: relative;
  font: 14px Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.typeahead__container * {
  box-sizing: border-box;
  outline: 0;
}
.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%;
}
.typeahead__filter {
  position: relative;
}
.typeahead__filter button {
  min-width: 100%;
  white-space: nowrap;
}
.typeahead__filter button:after {
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.typeahead__field {
  font-size: 0;
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.typeahead__field > * {
  display: table-cell;
  vertical-align: top;
}
.typeahead__query,
.typeahead__filter,
.typeahead__button {
  font-size: 14px;
}
.typeahead__button {
  position: relative;
  font-size: 0;
  width: 1%;
  vertical-align: middle;
}
.typeahead__button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.typeahead__field input {
  display: block;
  width: 100%;
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  transition: all ease-in-out 0.15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.typeahead__field input:focus,
.typeahead__field input:active {
  border-color: #66afe9;
}
.typeahead__field input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.typeahead__container.hint .typeahead__field input {
  background: transparent;
}
.typeahead__container.hint .typeahead__field input:last-child,
.typeahead__hint {
  background: #fff;
}
.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 32px;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555;
}
.typeahead__container button:hover,
.typeahead__container button:focus {
  color: #3c3c3c;
  background-color: #f5f5f5;
  border-color: #b3b3b3;
}
.typeahead__container button:active,
.typeahead__container button.active {
  background-image: none;
}
.typeahead__container button:focus,
.typeahead__container button:active {
  border-color: #66afe9;
}
.typeahead__container input.disabled,
.typeahead__container input[disabled],
.typeahead__container button.disabled,
.typeahead__container button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
}
.typeahead__filter,
.typeahead__button {
  z-index: 1;
}
.typeahead__filter button,
.typeahead__button button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.typeahead__filter:hover,
.typeahead__filter:active,
.typeahead__filter:focus,
.typeahead__button:hover,
.typeahead__button:active,
.typeahead__button:focus {
  z-index: 1001;
}
.typeahead__filter:hover button:focus,
.typeahead__filter:hover button:active,
.typeahead__filter:active button:focus,
.typeahead__filter:active button:active,
.typeahead__filter:focus button:focus,
.typeahead__filter:focus button:active,
.typeahead__button:hover button:focus,
.typeahead__button:hover button:active,
.typeahead__button:active button:focus,
.typeahead__button:active button:active,
.typeahead__button:focus button:focus,
.typeahead__button:focus button:active {
  z-index: 1001;
}
.typeahead__filter + .typeahead__button button {
  margin-left: -2px;
}
.typeahead__container.filter .typeahead__filter {
  z-index: 1001;
}
.typeahead__list,
.typeahead__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 450px;
  width: auto;
}
.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 1041;
  top: initial;
  left: initial;
}
.typeahead__dropdown {
  right: 0;
  left: initial;
  z-index: 1001;
}
.typeahead__list > li {
  position: relative;
  border-top: solid 1px #ccc;
}
.typeahead__list > li:first-child {
  border-top: none;
}
.typeahead__list > li > a,
.typeahead__dropdown > li > a {
  display: block;
  padding: 6px 12px;
  clear: both;
  color: #333333;
  text-decoration: none;
  padding-left: 22px;
}
.typeahead__list > li > a:hover,
.typeahead__list > li > a:focus,
.typeahead__list > li.active > a,
.typeahead__dropdown > li > a:hover,
.typeahead__dropdown > li > a:focus,
.typeahead__dropdown > li.active > a {
  background-color: #47699E;
  color: #fff;
}
.typeahead__list.empty > li > a {
  cursor: default;
}
.typeahead__list.empty > li > a:hover,
.typeahead__list.empty > li > a:focus,
.typeahead__list.empty > li.active > a {
  background-color: transparent;
}
.typeahead__list > li.typeahead__group {
  border-color: #bfdef6;
  font-weight: bold;
}
.typeahead__list > li.typeahead__group:first-child {
  border-top: solid 1px #bfdef6;
}
.typeahead__list > li.typeahead__group > a,
.typeahead__list > li.typeahead__group > a:hover,
.typeahead__list > li.typeahead__group > a:focus,
.typeahead__list > li.typeahead__group.active > a {
  cursor: default;
  color: #17639f;
  background: #ecf5fc;
}
.typeahead__list > li.typeahead__group + li.typeahead__item {
  border-color: #bfdef6;
}
.typeahead__container.result .typeahead__list,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.backdrop + .typeahead__backdrop {
  display: block !important;
}
.typeahead__container .typeahead__list,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container + .typeahead__backdrop {
  display: none !important;
}
.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 1px #ccc;
}
.typeahead__cancel-button {
  display: none;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 0.8em;
  cursor: pointer;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll center center transparent;
}
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button {
  visibility: visible;
  opacity: 0.25;
}
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover {
  opacity: 0.4;
}
.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  display: block;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent;
}
.typeahead__container.loading .typeahead__query:before,
.typeahead__container.loading .typeahead__query:after {
  transition: all 0s linear, opacity 0.2s ease;
  position: absolute;
  z-index: 3;
  content: '';
  top: 50%;
  right: 0.55em;
  margin-top: -10.5px;
  width: 21px;
  height: 21px;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: 0.1em;
}
.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, 0.35);
}
.typeahead__container.loading .typeahead__query:after {
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  box-shadow: 0 0 0 1px transparent;
}
@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
