/*
    tasks
*/
/* #EAEDF3; */
/* #EBF8FD; */
/* #F9EBEA */
/**
chart colors
**/
/* Headings small color
@headings-small-color: @headings-color;
*/
/* 
    cards from bootstrap 4
*/
/* == form controls
*/
/*background
*/
/* google maps
*/
/*

Component ui_taginput

*/
/*

Component ui_selectable_list

*/
/*
    Onboarding
*/
/*
    Quickanalysis
*/
/*
    Content
*/
/*
    Ads
*/
/*
    Alert stylings
*/
/*
    Paginaton
*/
/*
    Progress bar
*/
/*
    Overlay
*/
/*
    Sprite Location
*/
/*
    Local Visibility Index sections
*/
/*
GMB
 */
/**
tasks
**/
/**
buttons
**/
/**
chart colors
**/
/** ---
 * Nav Component
 */
/*
    states
*/
/* 
    cards from bootstrap 4
*/
/*
    onboarding
*/
/*
    types
*/
/*
    forms
*/
/*
    table
*/
/*
    Progress bar
*/
/*
    Ads
*/
/*
    Alerts
*/
/*
    UI Slider
*/
/*
    Competitors
*/
/*
    Sprite Location
*/
/*
    Ads budget bubbles
*/
.text-shadow {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.text-strong {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
}
/*
.keyframes(...) {
  @process: ~`(function(e){function r(r,t,c){var i="}\n",u=n.split(/(^[a-zA-Z0-9-]+),/g),s=t+" "+u[1]+"{",o=["-webkit-","-moz-","-ms-",""];c?a.forEach(function(r){-1!==e.indexOf(r)&&(u[2]=u[2].replace(new RegExp(r,"g"),function(e){return c+e}))}):u[2]=u[2].replace(/{([^}]+)}/g,function(e,r){var t=r.split(";");t.forEach(function(e,r){a.forEach(function(n){-1!==e.indexOf(n)&&(t[r]="",o.forEach(function(a){t[r]+=e.trim().replace(new RegExp(n,"g"),function(e){return a+e})+";"}))})});var n=t.join(";").replace(/;;/g,";");return e.replace(r,n)}),s+=u[2]+i,"start"==r?e="0; } \n"+s:"startend"==r?e="0; } \n"+s.replace(i,""):e+="end"==r?s.replace(i,""):s}e=e||8121991;var t="@{state}",n=e;if(8121991==e)return e;var a=["animation","transform","filter"];switch(t){case"1":r("start","@-webkit-keyframes","-webkit-"),r(null,"@-moz-keyframes","-moz-"),r(null,"@-o-keyframes","-o-"),r("end","@keyframes");break;case"2":r("start","@-webkit-keyframes","-webkit-"),r(null,"@-moz-keyframes","-moz-"),r("end","@keyframes");break;case"3":r("start","@-webkit-keyframes","-webkit-"),r(null,"@-moz-keyframes","-moz-"),r("end","@-o-keyframes","-o-");break;case"4":r("start","@-webkit-keyframes","-webkit-"),r(null,"@-o-keyframes","-o-"),r("end","@keyframes");break;case"5":r("start","@-webkit-keyframes","-webkit-"),r("end","@-moz-keyframes","-moz-");break;case"6":r("start","@-webkit-keyframes","-webkit-"),r("end","@-o-keyframes","-o-");break;case"7":r("start","@-webkit-keyframes","-webkit-"),r("end","@keyframes");break;case"8":r("startend","@-webkit-keyframes","-webkit-");break;case"9":r("start","@-moz-keyframes","-moz-"),r(null,"@-o-keyframes","-o-"),r("end","@keyframes");break;case"10":r("start","@-moz-keyframes","-moz-"),r("end","@-o-keyframes","-o-");break;case"11":r("start","@-moz-keyframes","-moz-"),r("end","@keyframes");break;case"12":r("startend","@-moz-keyframes","-moz-");break;case"13":r("start","@-o-keyframes","-o-"),r("end","@keyframes");break;case"14":r("startend","@-o-keyframes","-o-");break;case"15":r("startend","@keyframes")}return e})((function(){var e="@{arguments}";return e=e.replace(/^\[|\]$/g,"")})())`;
  @state: 1; lesshat-selector { -lh-property: @process; }
}*/
.ui_notification {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #76B116;
  background: #EAF3DC;
  overflow: hidden;
  margin-bottom: 12px;
}
.ui_notification.warning {
  border: 1px solid #CA5520;
  background: #F7E6DE;
}
.ui_notification.upgrade {
  padding: 10px;
}
.ui_notification.upgrade .icon {
  margin: 2px 0 0 2px;
}
.ui_notification.upgrade p {
  margin-top: 7px;
  margin-left: 45px;
}
.ui_notification p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0 0 42px;
  clear: none;
}
.ui_notification.fullscreen {
  padding: 35px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.85);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.ui_notification.fullscreen p {
  font-size: 20px;
  color: #fff;
  font-family: arial;
}
.ui_notification .icon {
  height: 32px;
  width: 32px;
  display: block;
  float: left;
}
.ui_alert {
  padding: 10px;
  max-width: 80vw;
  margin: 20px;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: fit-content;
  position: relative;
  border-radius: 2px;
}
.ui_alert.warning {
  background: #FAE6E5;
}
.ui_alert .alert-body {
  display: flex;
  justify-content: space-between;
}
.ui_alert .alert-body .alert-container {
  display: flex;
}
.ui_alert .alert-body .alert-container .icon {
  height: 32px;
  width: 32px;
  display: block;
  float: left;
  font-size: 24px;
  margin-right: 5px;
}
.ui_alert .alert-body .alert-container .icon.warning {
  color: #DA4B49;
}
.ui_alert .alert-body .alert-container .alert-content .alert-title {
  font-weight: bold;
}
.ui_alert .alert-body .close-button {
  font-size: 10px;
  margin-left: 5px;
  color: black;
  cursor: pointer;
}
.tab_control {
  border-bottom: 1px solid #DDDEE0;
  display: flex;
  padding-left: 0;
  list-style-type: none;
  padding: 0 10px;
}
.tab_control > li {
  background-color: #FAFBFC;
  margin-left: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 10px 30px;
  margin-bottom: -1px;
  border-bottom: 1px solid #DDDEE0;
  border-top: 2px solid #FAFBFC;
  cursor: pointer;
}
.tab_control > li:hover {
  border-top: 2px solid #DDDEE0;
}
.tab_control > li.active {
  border: 1px solid #DDDEE0;
  background-color: white;
  border-bottom-color: white;
  border-top: 2px solid #00AAFF;
  padding: 10px 29px;
  color: #00AAFF;
}
.tab_control > li > span:nth-of-type(2) {
  margin-left: 10px;
}
.tab_control > li .tab_selected {
  filter: invert(50%) sepia(45%) saturate(4695%) hue-rotate(175deg) brightness(106%) contrast(104%);
}
@media (max-width: 767px) {
  .tab_control > li {
    padding: 10px 20px;
  }
  .tab_control > li.active {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 640px) {
  .tab_control .keyword_type_name {
    display: none;
  }
}
.ad-preview-container {
  background-color: white;
  transition: background-color 200ms linear, color 200ms linear;
}
.ad-preview-container .highlighted {
  background-color: #F9B440;
  transition: background-color 300ms linear, color 300ms linear;
}
.ad-preview-container.ad-preview-transparent {
  background-color: transparent;
}
.ad-preview-container.ad-preview-bordered {
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px #20303C4D;
  padding: 16px;
}
.ad-preview-container .ad-preview-url {
  font-size: 14px;
  color: #202124;
}
.ad-preview-container .ad-preview-url .ad-preview-ad-icon {
  font-weight: 600;
}
.ad-preview-container .ad-preview-url .ad-preview-url-path,
.ad-preview-container .ad-preview-url .ad-preview-path-separator {
  color: #4D5156;
}
.ad-preview-container .ad-preview-titles {
  font-size: 20px;
  color: #1A0DAB;
  font-weight: 600;
}
.ad-preview-container .ad-preview-descriptions {
  color: #4D5156;
  font-size: 14px;
}
.ad-preview-container .ad-preview-descriptions .ad-preview-description {
  margin-bottom: 3px;
}
.ad-preview-container .ad-preview-call-extension {
  margin-left: 8px;
  color: #4D5156;
}
.ad-preview-container .ad-preview-callout-extensions-container {
  display: flex;
  flex-wrap: wrap;
  color: #4D5156;
  font-size: 14px;
}
.ad-preview-container .ad-preview-callout-extensions-container .ad-preview-callout-extension-container .ad-preview-callout-extension-separator {
  margin: 0 4px;
}
.ad-preview-container .ad-preview-callout-extensions-container .ad-preview-callout-extension-container:last-of-type .ad-preview-callout-extension-separator {
  display: none;
}
.ad-preview-container .ad-preview-local-extension-container {
  color: #4D5156;
  font-size: 14px;
  display: flex;
  line-height: 2;
  margin-top: 8px;
}
.ad-preview-container .ad-preview-local-extension-container .icon-place {
  margin-top: -1px;
  margin-right: 1px;
  line-height: unset;
}
.ad-preview-container .ad-preview-local-extension-container .ad-preview-local-extension-text {
  color: #1A0DAB;
}
.ad-preview-container .ad-preview-sitelink-extensions-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .ad-preview-container .ad-preview-sitelink-extensions-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ad-preview-container .ad-preview-sitelink-extensions-container .ad-preview-sitelink-extension-container {
  margin: 0 12px;
}
.ad-preview-container .ad-preview-sitelink-extensions-container .ad-preview-sitelink-extension-container .ad-preview-sitelink-extension-text {
  color: #1A0DAB;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ad-preview-container .ad-preview-sitelink-extensions-container .ad-preview-sitelink-extension-container .ad-preview-sitelink-extension-description {
  color: #4D5156;
  font-size: 14px;
  margin: 0;
}
.ad-preview-container .ad-preview-sitelink-extensions-container .ad-preview-sitelink-extension-container .ad-preview-sitelink-extension-description:last-of-type {
  margin-bottom: 11px;
}
.overlay-header {
  min-height: 150px;
  border-bottom: 1px solid #E0E4EB;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media all and (max-width: 1199px) {
  .overlay-header {
    min-height: 66px;
  }
}
.overlay-header .overlay-title {
  text-transform: uppercase;
  margin-left: 64px;
  margin-right: 46px;
}
@media all and (max-width: 1199px) {
  .overlay-header .overlay-title {
    margin-left: 24px;
  }
}
.overlay-header .overlay-subtitle {
  margin-left: 64px;
  margin-right: 46px;
}
@media all and (max-width: 1199px) {
  .overlay-header .overlay-subtitle {
    margin-left: 24px;
  }
}
.overlay-header .close-button {
  color: inherit;
}
.overlay-header .close-button .icon-cross-thin {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}
.keywords-table {
  /* Custom controls customization for keywords */
  /* End custom controls section */
}
.keywords-table .keywords-container ul {
  position: relative;
  padding-left: 0;
  list-style: none;
}
.keywords-table li.keyword-row {
  font-size: 14px;
  line-height: 56px;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #EAEBEC;
  transition: background-color 0.3s ease;
  margin-bottom: 0;
  align-items: center;
}
.keywords-table li.keyword-row .row {
  align-items: center;
}
.keywords-table li.keyword-row i.icon {
  color: #B1B7BF;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.keywords-table li.keyword-row i.icon-bars {
  padding-top: 6px;
  padding-left: 13px;
  opacity: 0;
}
.keywords-table li.keyword-row .draggable-icon {
  font-size: 11px;
}
.keywords-table li.keyword-row .delete-icon {
  line-height: 1rem;
  padding: 0;
}
.keywords-table li.keyword-row .delete-icon:hover {
  color: #AB0400;
}
.keywords-table li.keyword-row .duplicate-icon {
  line-height: 1rem;
  padding: 0;
}
.keywords-table li.keyword-row .duplicate-icon:hover {
  color: #00AAFF;
}
.keywords-table li.keyword-row .edit-icon:hover {
  color: #00AAFF;
}
@media screen and (min-width: 1199px) {
  .keywords-table li.keyword-row:hover {
    background-color: #FBFBFB;
  }
  .keywords-table li.keyword-row:hover .draggable-icon,
  .keywords-table li.keyword-row:hover .delete-icon,
  .keywords-table li.keyword-row:hover .duplicate-icon,
  .keywords-table li.keyword-row:hover .edit-icon,
  .keywords-table li.keyword-row:hover .icon-bars {
    opacity: 1;
  }
}
.keywords-table li.keyword-row .keyword-section-right a {
  height: 16px;
  text-decoration: none;
}
.keywords-table li.keyword-row .keyword-details {
  width: calc(100% - 52px);
}
.keywords-table li.keyword-row .keyword-section-left .keywordDuplicateInput,
.keywords-table li.keyword-row .keyword-section-left .keywordEditInput {
  height: 32px;
}
.keywords-table li.keyword-row .keyword-section-left .matchSelect {
  height: 48px;
}
.keywords-table li.keyword-row .keyword-position {
  display: inline-block;
  min-width: 4em;
  padding-left: 15px;
}
.keywords-table li.keyword-row .keyword-search-volume-container {
  cursor: default;
  display: flex;
  justify-content: center !important;
  gap: 8px;
}
.keywords-table li.keyword-row .keyword-search-volume-container .keyword-search-volume-value {
  display: inline-block;
}
.keywords-table li.keyword-row .keyword-search-volume-container .keyword-search-volume-progress {
  display: inline-block;
  padding-top: 24px;
  width: 70%;
}
.keywords-table li.keyword-row .keyword-search-volume-container .keyword-search-volume-progress .keyword-search-volume-bar {
  height: 8px;
  border-radius: 4px;
}
.keywords-table li.keyword-row .keyword-search-volume-container .keyword-search-volume-progress .keyword-search-volume-bar .progress-bar {
  background-color: #64D24C;
}
.keywords-table li.keyword-row .keyword-search-volume-container[tool-tip]::before,
.keywords-table li.keyword-row .keyword-search-volume-container[tool-tip]::after {
  font-size: 0.875rem;
  line-height: 1.1rem;
}
.keywords-table li.keyword-row .keyword-search-volume-container[tool-tip]::after {
  max-width: 320px;
}
.keywords-table li.keyword-row.selected {
  background-color: #FBFBFB;
}
.keywords-table li.keyword-row .edit-keyword-form-container {
  display: none;
}
.keywords-table li.keyword-row.keyword-edit-mode,
.keywords-table li.keyword-row.duplicateKeywordRow {
  background-color: rgba(207, 234, 254, 0.3);
}
.keywords-table li.keyword-row.keyword-edit-mode .keyword-text,
.keywords-table li.keyword-row.duplicateKeywordRow .keyword-text {
  margin-left: 0;
  background-color: white;
}
.keywords-table li.keyword-row.keyword-edit-mode .keyword-text span,
.keywords-table li.keyword-row.duplicateKeywordRow .keyword-text span {
  display: none;
}
.keywords-table li.keyword-row.keyword-edit-mode .edit-keyword-form-container,
.keywords-table li.keyword-row.duplicateKeywordRow .edit-keyword-form-container {
  display: inline-block;
}
.keywords-table li.keyword-row.keyword-edit-mode .edit-keyword-form-container input,
.keywords-table li.keyword-row.duplicateKeywordRow .edit-keyword-form-container input {
  border: 1px solid #EAEBEC;
  border-radius: 4px;
  padding: 4px;
  outline: none;
}
.keywords-table li.keyword-row.keyword-edit-mode .keyword-section-right,
.keywords-table li.keyword-row.duplicateKeywordRow .keyword-section-right {
  display: none;
}
.keywords-table li.keyword-row.keyword-edit-mode .section-left-width,
.keywords-table li.keyword-row.duplicateKeywordRow .section-left-width {
  max-width: 100%;
  flex: 0 0 100%;
}
.keywords-table li.keyword-row.keyword-edit-mode .section-left-width .edit-keyword-form-container,
.keywords-table li.keyword-row.duplicateKeywordRow .section-left-width .edit-keyword-form-container {
  display: inline-flex;
}
.keywords-table li.keyword-row.keyword-edit-mode .section-left-width .keyword-name,
.keywords-table li.keyword-row.duplicateKeywordRow .section-left-width .keyword-name {
  display: none;
}
.keywords-table li.keyword-row.keyword-edit-mode:hover .draggable-icon,
.keywords-table li.keyword-row.duplicateKeywordRow:hover .draggable-icon,
.keywords-table li.keyword-row.keyword-edit-mode:hover .delete-icon,
.keywords-table li.keyword-row.duplicateKeywordRow:hover .delete-icon,
.keywords-table li.keyword-row.keyword-edit-mode:hover .duplicate-icon,
.keywords-table li.keyword-row.duplicateKeywordRow:hover .duplicate-icon,
.keywords-table li.keyword-row.keyword-edit-mode:hover .edit-icon,
.keywords-table li.keyword-row.duplicateKeywordRow:hover .edit-icon {
  opacity: 0;
}
.keywords-table li.keyword-row .keyword-details-trigger {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
}
.keywords-table li.keyword-row .keyword-details-trigger img {
  position: absolute;
  right: 15px;
}
.keywords-table li.keyword-row .visibility-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.keywords-table .edit-mode li.keyword-row:hover .draggable-icon,
.keywords-table .edit-mode li.keyword-row:hover .duplicate-icon,
.keywords-table .edit-mode li.keyword-row:hover .delete-icon,
.keywords-table .edit-mode li.keyword-row:hover .edit-icon {
  opacity: 0;
}
.keywords-table .edit-mode li.keyword-row:hover .edit-keyword,
.keywords-table .edit-mode li.keyword-row:hover .duplicate-keyword,
.keywords-table .edit-mode li.keyword-row:hover .remove-keyword {
  visibility: hidden;
}
.keywords-table .edit-mode li.keyword-row .keyword-details-trigger-container {
  display: none;
}
.keywords-table .keyword-text {
  cursor: pointer;
  margin-left: 10px;
}
.keywords-table .keyword-text.custom-control-label {
  margin: 0px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border: 1px solid #DDDEE0;
}
.keywords-table .keyword-text.custom-control-label:hover {
  border-color: #00AAFF;
}
@media screen and (max-width: 1199px) {
  .keywords-table .keyword-text.custom-control-label {
    width: 20px;
    height: 20px;
  }
}
.keywords-table .custom-control-input {
  margin: 0px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  outline: 2px solid #DDDEE0;
}
.keywords-table .custom-control-input:checked ~ .custom-control-label::before,
.keywords-table .custom-control-input:indeterminate ~ .custom-control-label::before {
  border: none;
  background-color: green;
}
@media screen and (max-width: 1199px) {
  .keywords-table .custom-control-input {
    width: 20px;
    height: 20px;
  }
}
.keywords-table .custom-control {
  min-height: auto;
}
.keywords-table .keyword-list-header {
  font-size: 16px;
  line-height: 1rem;
  border-bottom: 1px solid #EAEBEC;
  padding: 14px 16px;
  margin-bottom: 0;
}
.keywords-table .keyword-list-header .actions-place-holder {
  width: 52px;
}
.keywords-table .keyword-list-header .keyword-number-title,
.keywords-table .keyword-list-header .keyword-text {
  font-weight: 600;
}
.keywords-table .keyword-list-header .keyword-number-title {
  min-width: 2.5em;
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}
@media screen and (min-width: 1199px) {
  .keywords-table .keyword-list-header .keyword-number-title {
    margin-left: 26px;
  }
}
.keywords-table .keyword-list-header .keyword-text {
  margin-left: 0;
}
.keywords-table .keyword-list-header .text-strong {
  font-weight: 600;
}
.keywords-table .keyword-list-header .keywords-selector-actions .delete-button {
  display: none;
  pointer-events: none;
  font-size: 14px;
}
.keywords-table .keyword-list-header .keywords-selector-actions.actions-enabled .keyword-text {
  display: none;
}
.keywords-table .keyword-list-header .keywords-selector-actions.actions-enabled .delete-button {
  display: flex;
  pointer-events: auto;
  align-content: center;
  padding: 6px 16px;
}
.keywords-table .keyword-list-header .keywords-selector-actions.actions-enabled .delete-button.icon {
  float: none;
}
.keywords-table .keyword-list-header .keyword-details-header {
  padding-top: 12px;
  width: calc(100% - 52px);
}
.keywords-table .keyword-list-header .custom-control {
  padding-left: 0px;
}
.keywords-table .keyword-list-header .visibility-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.keywords-table .keyword-list-header .table-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.keywords-table .keyword-list-header .sorting-menu {
  padding: 2px 8px;
  border-radius: 3px;
}
.keywords-table .keyword-list-header .sorting-menu:hover {
  background-color: #EAEBEC;
}
.keywords-table .switch {
  padding-top: 8px;
}
.keywords-table .switch .slider {
  top: 4px;
}
.keywords-table .custom-control {
  position: relative;
  min-height: 1.5rem;
}
.keywords-table .custom-checkbox .custom-control-label {
  border-radius: 2px;
}
.keywords-table .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  background-color: #00AAFF;
}
.keywords-table .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  font-family: 'icomoon';
  content: "\e64a";
  margin-top: -3px;
  margin-right: -3px;
  width: 36px;
  height: 36px;
  float: right;
  display: block;
  text-align: center;
  line-height: 36px;
  padding-top: 2px;
  font-size: 17px;
  color: white;
}
@media screen and (max-width: 1199px) {
  .keywords-table .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
  }
}
.keywords-table .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label {
  background-color: #00AAFF;
}
.keywords-table .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  font-family: 'icomoon';
  content: "\e987";
  margin-top: -4px;
  margin-right: -3px;
  width: 36px;
  height: 36px;
  float: right;
  display: block;
  text-align: center;
  line-height: 36px;
  padding-top: 2px;
  font-size: 17px;
  color: white;
}
@media screen and (max-width: 1199px) {
  .keywords-table .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
  }
}
.keywords-table .switch {
  position: relative;
  margin-bottom: 0;
  padding-right: 60px;
}
.keywords-table .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.keywords-table .switch input:checked + .slider {
  background-color: #64D24C;
  border-color: #64D24C;
}
.keywords-table .switch input:checked + .slider::before {
  box-shadow: 0px -2px 4px rgba(4, 5, 6, 0.05), 0px 8px 16px rgba(4, 5, 6, 0.1), 0px 4px 8px rgba(4, 5, 6, 0.1), 0px 2px 4px rgba(4, 5, 6, 0.15);
}
.keywords-table .switch input:hover + .slider {
  border-color: #EAEBEC;
}
.keywords-table .switch input:focus + .slider {
  border-color: #EAEBEC;
}
.keywords-table .switch input:checked + .slider::before {
  transform: translateX(24px);
}
.keywords-table .switch .slider {
  position: absolute;
  width: 60px;
  height: 36px;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #EAEBEC;
  border: 1px solid #EAEBEC;
  transition: 0.4s;
  box-sizing: content-box;
}
.keywords-table .switch .slider::before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  box-shadow: 0px -2px 4px rgba(4, 5, 6, 0.05), 0px 8px 16px rgba(4, 5, 6, 0.1), 0px 4px 8px rgba(4, 5, 6, 0.1), 0px 2px 4px rgba(4, 5, 6, 0.15);
}
.keywords-table .switch .slider.round {
  border-radius: 34px;
}
.keywords-table .switch .slider.round::before {
  border-radius: 50%;
}
.keywords-table li.keyword-row.dark p,
.modal.dark p,
.tooltip_container.dark p {
  color: white;
}
.keywords-table li.keyword-row.dark h4,
.modal.dark h4,
.tooltip_container.dark h4 {
  color: white;
}
.keywords-table li.keyword-row .keyword-difficulty,
.modal .keyword-difficulty,
.tooltip_container .keyword-difficulty {
  margin-left: auto !important;
}
.keywords-table li.keyword-row .keyword-difficulty span,
.modal .keyword-difficulty span,
.tooltip_container .keyword-difficulty span {
  vertical-align: middle;
}
.keywords-table li.keyword-row .keyword-difficulty .keyword-difficulty-icon,
.modal .keyword-difficulty .keyword-difficulty-icon,
.tooltip_container .keyword-difficulty .keyword-difficulty-icon {
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  height: 24px;
  width: 24px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.keywords-table li.keyword-row .keyword-difficulty .keyword-difficulty-icon::before,
.modal .keyword-difficulty .keyword-difficulty-icon::before,
.tooltip_container .keyword-difficulty .keyword-difficulty-icon::before {
  content: "\00a0";
}
.keywords-table li.keyword-row .keyword-difficulty.low .keyword-difficulty-icon,
.modal .keyword-difficulty.low .keyword-difficulty-icon,
.tooltip_container .keyword-difficulty.low .keyword-difficulty-icon {
  background-color: #D3F4DA;
  background-image: url("/vanguard/assets/images/keyword-difficulty-low.svg");
}
.keywords-table li.keyword-row .keyword-difficulty.medium .keyword-difficulty-icon,
.modal .keyword-difficulty.medium .keyword-difficulty-icon,
.tooltip_container .keyword-difficulty.medium .keyword-difficulty-icon {
  background-color: #FFE9CC;
  background-image: url("/vanguard/assets/images/keyword-difficulty-medium.svg");
}
.keywords-table li.keyword-row .keyword-difficulty.high .keyword-difficulty-icon,
.modal .keyword-difficulty.high .keyword-difficulty-icon,
.tooltip_container .keyword-difficulty.high .keyword-difficulty-icon {
  background-color: #F9EBEA;
  background-image: url("/vanguard/assets/images/keyword-difficulty-high.svg");
}
.keyword-details-loader img {
  height: 24px;
}
.mobile-interactions-container {
  position: fixed;
  bottom: -100%;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: white;
  padding-bottom: 16px;
  filter: drop-shadow(3px 0px 6px rgba(32, 48, 60, 0.3));
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.mobile-interactions-container.visible {
  visibility: visible;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .mobile-interactions-container.visible {
    z-index: 999999999;
  }
}
.mobile-interactions-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-interactions-container li:not(:last-child) {
  border-bottom: 1px solid #E6E9F0;
}
.mobile-interactions-container a {
  text-decoration: none;
  color: #41485C;
  padding: 16px 16px;
  display: block;
}
@media screen and (min-width: 1199px) {
  .mobile-interactions-container {
    display: none;
    pointer-events: none;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mobile-interactions-container {
    margin-left: 260px;
  }
}
.dropdown-overlay-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0px 12px 40px rgba(4, 5, 6, 0.025)) drop-shadow(0px 8px 14px rgba(4, 5, 6, 0.05)) drop-shadow(0px 4px 4px rgba(4, 5, 6, 0.08));
  border-radius: 4px;
  padding: 8px;
  background-color: white;
}
.dropdown-overlay-menu .action-item {
  padding: 8px 16px;
  color: #41485C;
}
.dropdown-overlay-menu .action-itema {
  text-decoration: none;
}
.dropdown-overlay-menu .action-item.sort-active {
  text-decoration: none;
  color: #00AAFF;
}
.dropdown-overlay-menu .action-item.sort-active::before {
  font-family: 'icomoon';
  content: "\e64a";
  display: inline;
  text-align: center;
  color: #879CAE;
}
.dropdown-overlay-menu .divider {
  border-bottom: 1px solid #E6E9F0;
}
.overlay_change_priority,
.overlay_duplicate,
.overlay_edit {
  border-radius: 10px !important;
}
.overlay_change_priority .overlay_content h3,
.overlay_duplicate .overlay_content h3,
.overlay_edit .overlay_content h3 {
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  color: #41485C;
}
.overlay_change_priority .input-container,
.overlay_duplicate .input-container,
.overlay_edit .input-container {
  margin-top: 24px !important;
}
.overlay_change_priority .input-container label,
.overlay_duplicate .input-container label,
.overlay_edit .input-container label {
  text-transform: uppercase;
  font-size: 12px !important;
}
.overlay_change_priority .input-container button,
.overlay_duplicate .input-container button,
.overlay_edit .input-container button {
  height: 44px;
}
.overlay_change_priority .input-container select,
.overlay_duplicate .input-container select,
.overlay_edit .input-container select {
  background-color: #FAFBFC;
}
.modal-tooltip {
  visibility: visible;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-tooltip .modal-dialog {
  position: relative;
  width: auto;
  margin: 5px;
  pointer-events: none;
}
.modal-tooltip .modal-dialog-centered {
  display: flex;
  justify-content: center;
  pointer-events: none;
  min-height: calc(100% - (.5rem * 2));
}
.modal-tooltip .modal-content {
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(4, 5, 6, 0.1), 0 4px 8px rgba(4, 5, 6, 0.1), 0 4px 8px rgba(4, 5, 6, 0.15);
  border: none;
  pointer-events: auto;
}
.modal-tooltip .modal-content.bottomUp {
  position: absolute;
  bottom: -100%;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.modal-tooltip .modal-content.bottomUp.visible {
  visibility: visible;
  bottom: 2rem;
}
.modal-tooltip .modal-header {
  border: 0;
}
.modal-tooltip .modal-header .close {
  height: 32px;
  width: 32px;
  padding: 4px;
  margin: -4px -4px 0 0;
  font-size: 24px;
  font-weight: 100;
  background: none;
  border-radius: 4px;
  opacity: 1;
}
.modal-tooltip .modal-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 1.5rem;
}
.modal-tooltip .modal-body {
  max-height: 90vh;
  overflow-y: auto;
  font-style: normal;
  font-weight: normal;
}
.modal-tooltip.transparent-background {
  background-color: rgba(0, 0, 0, 0.45);
}
.modal-tooltip.dark {
  visibility: hidden;
  z-index: -1;
  display: block;
}
.modal-tooltip.dark.open {
  visibility: visible;
  z-index: 9999;
}
.modal-tooltip.dark.dark-transparent-background {
  background-color: rgba(0, 0, 0, 0.45);
}
.modal-tooltip.dark .modal-header .close {
  color: white;
  background: none;
  outline: none;
}
.modal-tooltip.dark .modal-header .close.small {
  width: 24px;
  height: 24px;
  font-size: 16px;
  position: absolute;
  right: 25px;
  top: 15px;
}
.modal-tooltip.dark .modal-header .close:hover {
  background: transparent;
  color: white;
}
.modal-tooltip.dark .modal-content {
  background-color: #41485C;
  color: white;
}
.action-bar-container {
  position: fixed;
  bottom: 0;
  z-index: 10;
  transform: translateY(130%);
  transition-timing-function: ease-in;
  transition: 0.2s;
}
.action-bar-container.is-active {
  transition: 0.25s;
  transition-timing-function: ease-out;
  transform: translateY(0);
  opacity: 1;
}
.action-bar-container .action-bar-buttons-container {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 8px 24px rgba(32, 48, 60, 0.3);
  display: flex;
  justify-content: center;
  gap: 10px;
  background: white;
  padding: 10px;
}
@media (max-width: 480px) {
  .action-bar-container .action-bar-buttons-container {
    padding: 24px 10px;
    flex-direction: column;
  }
}
/*
    tasks
*/
/* #EAEDF3; */
/* #EBF8FD; */
/* #F9EBEA */
/**
chart colors
**/
/* Headings small color
@headings-small-color: @headings-color;
*/
/* 
    cards from bootstrap 4
*/
/* == form controls
*/
/*background
*/
/* google maps
*/
/*

Component ui_taginput

*/
/*

Component ui_selectable_list

*/
/*
    Onboarding
*/
/*
    Quickanalysis
*/
/*
    Content
*/
/*
    Ads
*/
/*
    Alert stylings
*/
/*
    Paginaton
*/
/*
    Progress bar
*/
/*
    Overlay
*/
/*
    Sprite Location
*/
/*
    Local Visibility Index sections
*/
/*
GMB
 */
.add-extensions-container {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(80, 80, 80, 0.5);
  transition: opacity 0.2s;
  pointer-events: none;
  z-index: 1030;
}
.add-extensions-container.active {
  opacity: 1;
  pointer-events: auto;
  overflow: scroll;
  overscroll-behavior: contain;
}
.add-extensions-container .add-extensions-fixed {
  position: unset;
  width: 792px;
  /* autoprefixer: off */
}
@media (max-width: 480px) {
  .add-extensions-container .add-extensions-fixed {
    height: -webkit-fill-available;
    overflow: scroll;
    overscroll-behavior: contain;
    /* autoprefixer: off */
  }
}
.add-extensions-container .extensions-container {
  background-color: white;
}
.add-extensions-container .extensions-container .extension-element {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 64px;
  gap: 24px;
  box-shadow: inset 0px -1px 0px var(--gray-light, #EAEBEC);
}
@media (max-width: 991px) {
  .add-extensions-container .extensions-container .extension-element {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 0px;
  }
}
.add-extensions-container .extensions-container .extension-element:hover:not(.disabled) {
  background-color: var(--gray-white, #FBFBFB);
}
.add-extensions-container .extensions-container .extension-element .add-extensions-title {
  font-size: 16px;
}
.add-extensions-container .extensions-container .extension-element .connect-gmb {
  color: var(--brand-orange, #F2923D);
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 24px;
}
.add-extensions-container .extensions-container .extension-element .connect-gmb .icon-warning_line {
  font-size: x-large;
  color: var(--yellow-bubble, #F9B440);
}
.add-extensions-container .extensions-container .extension-element .btn:hover {
  color: var(--blue-bubble, #138CD8);
}
.add-extensions-container .extensions-container .extension-element .add-extensions-description {
  color: #4D5156;
  font-size: 14px;
}
.add-extensions-container .extensions-container .extension-element .disabled {
  color: #939AA6;
}
.add-extensions-container .extensions-container .extension-element .action-button {
  min-width: -webkit-fit-content;
  min-width: fit-content;
}
.add-extensions-container .extensions-container .extension-element .btn {
  padding-right: 0px;
  padding-left: 0px;
}
.add-extensions-container .extensions-container .extension-element .btn:focus {
  color: var(--color-blue, #00AAFF);
}
.add-extensions-container .extensions-container.add-extensions-bordered {
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px #20303C4D;
  overflow: hidden;
}
.add-extensions-container .extensions-container .add-extensions-header {
  font-size: 17px;
  text-transform: uppercase;
  padding: 24px 64px;
  box-shadow: inset 0px -1px 0px var(--gray-light, #EAEBEC);
}
@media (max-width: 991px) {
  .add-extensions-container .extensions-container .add-extensions-header {
    padding: 24px 16px;
  }
}
.add-extensions-container .extensions-container .close_button {
  display: block;
  float: right;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 20px;
  color: var(--gray-dark, #ABABAB);
  margin: 8px;
}
.add-extensions-container .extensions-container .close_button:hover {
  color: var(--link-color, #4ec1fe);
  background-color: var(--gray-light, #EAEBEC);
}
.add-extensions-container .extensions-container .ads-extension-title-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: inset 0px -1px 0px var(--gray-light, #EAEBEC);
}
.extension-component {
  padding: 12px 0px;
  box-shadow: inset 0px -1px 0px var(--gray-light, #EAEBEC);
}
@media (max-width: 991px) {
  .extension-component {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding: 0px;
  }
}
.extension-component:hover i.icon {
  opacity: 1 !important;
}
.extension-component .extensions-mobile-menu {
  align-self: flex-start;
}
@media (min-width: 991px) {
  .extension-component .extensions-mobile-menu {
    display: none;
  }
}
.extension-component .extension-element-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .extension-component .extension-element-header {
    padding: 16px;
  }
}
.extension-component .extension-element-header .grid-view {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 100px;
  grid-gap: 10px;
}
.extension-component .extension-element-header .grid-view .extension-title {
  font-size: 16px;
  color: var(--menu-link-color, #879CAE);
}
@media (max-width: 991px) {
  .extension-component .extension-element-header .grid-view {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }
}
.extension-component .extension-element-header .extension-actions {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  .extension-component .extension-element-header .extension-actions {
    display: none;
  }
}
.extension-component .extension-element-header .extension-element-header-start {
  align-content: flex-start;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.extension-component .extension-element-header .extension-element-header-start .grid-view {
  flex: 1;
}
.extension-component .extension-element-header .extension-element-header-end {
  align-content: flex-end;
  display: flex;
  align-items: center;
  gap: 32px;
}
.extension-component .extension-element-header i.icon {
  color: #B1B7BF;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.extension-component .extension-element-header .delete-icon {
  line-height: 1rem;
  padding: 0;
}
.extension-component .extension-element-header .delete-icon:hover {
  color: #AB0400;
}
.extension-component .extension-element-header .edit-icon:hover {
  color: #00AAFF;
}
@media (min-width: 991px) {
  .extension-component .extension-element-body {
    padding-top: 16px;
  }
}
.extension-component .extension-inner-views {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.extension-component .extension-inner-views .extension-element-child-view {
  flex: 1;
}
.extension-component .extension-inner-views .extension-element-ad-preview {
  padding-top: 16px;
  flex: 0.9;
}
@media all and (max-width: 1199px) {
  .extension-component .extension-inner-views .extension-element-ad-preview.ad-preview-container {
    overflow-y: scroll;
    overscroll-behavior: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 10px;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(80, 80, 80, 0.5);
    transition: opacity 0.2s;
    pointer-events: none;
    position: fixed;
    z-index: 1030;
  }
  .extension-component .extension-inner-views .extension-element-ad-preview.ad-preview-container.active {
    opacity: 1;
    pointer-events: auto;
  }
  .extension-component .extension-inner-views .extension-element-ad-preview.ad-preview-container .ad-preview-fixed {
    position: unset;
  }
  .extension-component .extension-inner-views .extension-element-ad-preview.ad-preview-container .ad-preview-highlight-toggler {
    display: none;
  }
}
@media all and (min-width: 1199px) {
  .extension-component .extension-inner-views .extension-element-ad-preview.ad-preview-container .ad-preview-highlight-toggler {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 10px;
  }
}
.extension-component .extensions-description {
  color: #4D5156;
  font-size: 14px;
}
.extension-component .extension-toggler {
  height: 40px;
}
.add-extensions-buttons-section .extension-element-ad-preview {
  padding-top: 16px;
  flex: 0.9;
}
.add-extensions-buttons-section .extension-element-ad-preview.ad-preview-container {
  overflow-y: scroll;
  overscroll-behavior: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10px;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(80, 80, 80, 0.5);
  transition: opacity 0.2s;
  pointer-events: none;
  position: fixed;
  z-index: 1030;
}
.add-extensions-buttons-section .extension-element-ad-preview.ad-preview-container.active {
  opacity: 1;
  pointer-events: auto;
}
.add-extensions-buttons-section .extension-element-ad-preview.ad-preview-container .ad-preview-fixed {
  position: unset;
}
.add-extensions-buttons-section .extension-element-ad-preview.ad-preview-container .ad-preview-highlight-toggler {
  display: none;
}
.add-extensions-buttons-section .extension-element-ad-preview.ad-preview-container .ad-preview-highlight-toggler {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 10px;
}
.campaign-statistic-element {
  min-width: 190px;
  max-width: 375px;
}
.campaign-statistic-element .campaign-statistics-title {
  font-size: 14px;
  line-height: 24px;
}
.campaign-statistic-element .campaign-statistics-content {
  font-size: 40px;
  line-height: 48px;
}
.campaign-statistic-element .campaign-statistics-keywords {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
}
.campaign-statistic-element .campaign-statistics-keywords .campaign-statistics-keyword-element {
  display: flex;
  align-items: center;
  gap: 4px;
}
.campaign-statistic-element .campaign-statistics-keywords .campaign-statistics-keyword-element .campaign-statistics-keyword-count {
  font-size: 24px;
  line-height: 24px;
}
.campaign-statistic-element .campaign-statistics-keywords .campaign-statistics-keyword-element .campaign-statistics-keyword-type {
  font-size: 14px;
  line-height: 24px;
}
.campaign-statistic-element .campaign-statistics-link {
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0px;
}
.campaign-statistic-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: clamp(32px, 5vw, 64px);
}
.call-form {
  display: flex;
}
.call-form .phone-number-area {
  margin-top: 16px;
}
.call-form .form-group {
  flex: 1;
}
.callout-form {
  display: flex;
}
.callout-form .callout-text-area {
  margin-top: 16px;
}
.callout-form .form-group {
  flex: 1;
}
.local-form {
  display: flex;
  padding: 24px 0;
}
.local-form .local-address-area {
  margin-bottom: 12px;
  gap: 15px;
}
.local-form .local-address-area .add-line-link {
  text-decoration: none;
  cursor: pointer;
}
.local-form .local-address-area .flex-1 {
  flex: 1;
}
.local-form .local-address-area .flex-2 {
  flex: 2;
}
.local-form .local-city-postalcode-area {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 100px;
  grid-gap: 17px;
}
.local-form .form-group {
  flex: 1;
}
.local-gmb-form {
  display: flex;
  flex-direction: column;
  padding: 22px 0;
  font-size: 14px;
  line-height: 24px;
}
.local-gmb-form .gmb-info {
  display: flex;
  justify-content: space-between;
}
.local-gmb-form .gmb-info .connect-gmb {
  display: flex;
  flex-direction: column;
}
.local-gmb-form .gmb-info .see-on-maps {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.local-gmb-form .gmb-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.local-gmb-form .gmb-location {
  margin-top: 22px;
  border-top: 1px solid #eeeeee;
}
.local-gmb-form .gmb-location .icon-pin_line {
  color: var(--color-blue, #00AAFF);
  font-size: 20px;
}
/* Mixin */
.tutorial-step {
  height: 100%;
  opacity: 0;
  position: absolute;
}
.tutorial-steps-container {
  min-height: 440px;
  position: relative;
}
.tutorial-steps-container .tutorial-step {
  height: 100%;
  position: absolute;
  opacity: 0;
}
.tutorial-steps-container .tutorial-step.active {
  z-index: 1;
  opacity: 1;
}
.tutorial-steps-container .tutorial-text {
  color: var(--text-black, #333333);
}
.tutorial-steps-indicator {
  position: relative;
  gap: 15px;
  justify-content: center ;
}
.tutorial-steps-indicator > div {
  background-color: var(--color-dark-gray, #DDDEE0);
  height: 8px;
  width: 8px;
  border-radius: 8px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0ms;
}
.tutorial-steps-indicator > div.active {
  background-color: var(--color-blue, #00AAFF);
  width: 16.5px;
}
.tutorial-trigger {
  text-decoration: none;
}
.tutorial-trigger:hover {
  text-decoration: none;
}
.heading-4 {
  font-family: var(--heading-typeface);
  font-weight: var(--font-bold);
  color: var(--heading-color);
}
.modal-tutorial-content {
  /* Auto Layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 48px;
  padding-top: 20px;
}
.modal-tutorial-content-animation {
  display: flex;
  justify-content: flex-start;
}
.close-button {
  color: var(--card-title-color, #333333);
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.close-button:hover {
  color: var(--card-title-color, #333333);
}
.overlay_header_small_close {
  padding: 0px !important;
  font-size: 1em !important;
}
.keyword-tutorial-container {
  justify-content: center ;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
}
.keywords-tutorial-animation-container {
  justify-content: center ;
}
@media (max-width: 768px) {
  .keywords-tutorial-animation-container {
    transform: scale(0.9);
  }
}
.keywords-tutorial-search-volume-container {
  width: 50%;
}
@media (max-width: 768px) {
  .keywords-tutorial-search-volume-container {
    width: 100%;
  }
}
.keywords-search-volume-illustration-container .keyword-search-volume-value {
  font-size: 28px;
  transform: translateX(-30px);
  font-weight: bold;
  margin-right: 1rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0ms;
}
@media (max-width: 767px) {
  .keywords-search-volume-illustration-container .keyword-search-volume-value {
    transform: translateX(-20px);
  }
}
.keywords-search-volume-illustration-container .keyword-search-volume-bar {
  background-color: var(--color-dark-gray, #DDDEE0);
  border-radius: 16px;
}
.keywords-search-volume-illustration-container .keyword-search-volume-bar .progress-bar {
  width: 0;
  background-color: var(--color-blue, #00AAFF);
  border-radius: 16px;
}
.keywords-search-volume-illustration-container.animate .progress-bar {
  width: 90%;
  animation-name: progressBarAnimation;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0ms;
}
.keywords-search-volume-illustration-container.animate .keyword-search-volume-value {
  transform: translateX(0);
}
.tutorial-animated-illustration .keyword-difficulty {
  margin-left: 0 !important;
  gap: 4px;
  justify-content: center;
}
.tutorial-animated-illustration .keyword-difficulty .keyword-difficulty-icon {
  width: 36px;
  height: 36px;
  background-size: 24px 24px;
}
.tutorial-animated-illustration .keyword-difficulty .keyword-difficulty-text {
  font-size: 21px;
}
.tutorial-animated-illustration .keyword-difficulty .keyword-difficulty-text small {
  font-style: italic;
  font-size: 80%;
  color: var(--table-basic-color, #646E80);
}
@keyframes progressBarAnimation {
  0% {
    width: 0;
  }
  75% {
    width: 95%;
  }
  100% {
    width: 90%;
  }
}
@keyframes keywordDifficultyAnimation {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  90% {
    transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes keywordTagAnimation {
  0% {
    opacity: 0;
    transform: rotate(60deg);
    position: relative;
    left: 100px;
    bottom: 20px;
    animation-timing-function: linear;
  }
  30% {
    opacity: 1;
    transform: rotate(80deg);
    position: relative;
    left: 120px;
    bottom: 60px;
    animation-timing-function: cubic-bezier(0.42, 0, 0.43, 1.45);
  }
  100% {
    opacity: 1;
    transform: rotate(45deg);
    position: relative;
    left: 100px;
    bottom: 40px;
  }
}
@keyframes keywordAdAnimation {
  0% {
    right: 0px;
    bottom: 0px;
    transform: rotate(0deg);
    animation-timing-function: linear;
  }
  30% {
    right: 10px;
    bottom: 30px;
    transform: rotate(-5.5deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.43, 1.45);
  }
  100% {
    right: 0px;
    bottom: 0px;
    transform: rotate(-15deg);
  }
}
.tutorial-animated-illustration .keyword-matching {
  margin-left: 0 !important;
  gap: 4px;
  justify-content: center;
}
.tutorial-animated-illustration .keyword-matching .keyword-matching-text {
  font-size: 21px;
}
.tutorial-animated-illustration .keyword-matching .keyword-matching-text small {
  font-style: italic;
  font-size: 80%;
  color: var(--table-basic-color, #646E80);
}
.keywords-matching-types-illustration-container {
  width: -webkit-fit-content;
  width: fit-content;
}
.keywords-matching-types-illustration-container .keyword-matching {
  opacity: 0;
  transform: translateY(40%);
}
.keywords-matching-types-illustration-container .keyword-matching:not(:last-child) {
  margin-bottom: 1.5rem;
}
.keywords-matching-types-illustration-container.animate .keyword-matching:nth-of-type(1) {
  transform: translateY(0);
  opacity: 1;
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
.keywords-matching-types-illustration-container.animate .keyword-matching:nth-of-type(2) {
  transform: translateY(0);
  opacity: 1;
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 400ms;
}
.keywords-matching-types-illustration-container.animate .keyword-matching:nth-of-type(3) {
  transform: translateY(0);
  opacity: 1;
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 800ms;
}
.keywords-difficulty-illustration-container {
  width: -webkit-fit-content;
  width: fit-content;
  opacity: 0;
  transform: translateY(40%);
}
.keywords-difficulty-illustration-container .keyword-difficulty:not(:last-child) {
  margin-bottom: 1.5rem;
}
.keywords-difficulty-illustration-container .keyword-difficulty-text small {
  opacity: 0;
  transform: translateX(-10%);
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
  transition-delay: 400ms;
}
.keywords-difficulty-illustration-container.animate {
  opacity: 1;
  transform: translateY(0);
  animation-name: keywordDifficultyAnimation;
  animation-duration: 400ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0ms;
}
.keywords-difficulty-illustration-container.animate .keyword-difficulty-text small {
  opacity: 1;
  transform: translateX(0);
}
.keywords-about-illustration-container {
  justify-content: center ;
  font-size: 21px;
  gap: 1rem;
}
.keywords-about-illustration-container .center-column {
  justify-content: space-evenly;
}
.keywords-about-illustration-container .right-column {
  gap: 4px;
}
.keywords-about-illustration-container .right-column .keywords-about-text {
  font-style: italic;
  font-weight: normal;
  font-size: 21.1045px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.0003em;
  color: #646E80;
}
.keywords-about-illustration-container .left-column,
.keywords-about-illustration-container .center-column,
.keywords-about-illustration-container .right-column {
  opacity: 0;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
  transition-delay: 0ms;
  transform: translateY(50px);
}
.keywords-about-illustration-container .center-column i,
.keywords-about-illustration-container .right-column div {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
  transition-delay: 0ms;
}
.keywords-about-illustration-container .center-column i {
  opacity: 0;
  color: var(--search-engine-section-secondary, #CFEAFE);
}
.keywords-about-illustration-container .center-column i:first-child {
  transform: rotate(-45deg) translateX(-20px);
  transition-delay: 350ms;
}
.keywords-about-illustration-container .center-column i:nth-child(2) {
  transform: translateX(-20px);
  transition-delay: 600ms;
}
.keywords-about-illustration-container .center-column i:last-child {
  transform: rotate(45deg) translateX(-20px);
  transition-delay: 850ms;
}
.keywords-about-illustration-container .right-column div {
  opacity: 0;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.keywords-about-illustration-container .right-column div:first-child {
  transform: translateX(-20px);
  transition-delay: 350ms;
}
.keywords-about-illustration-container .right-column div:nth-child(2) {
  transform: translateX(-20px);
  transition-delay: 600ms;
}
.keywords-about-illustration-container .right-column div:last-child {
  transform: translateX(-20px);
  transition-delay: 850ms;
}
.keywords-about-illustration-container.animate .left-column,
.keywords-about-illustration-container.animate .center-column,
.keywords-about-illustration-container.animate .right-column {
  opacity: 1;
  transform: translateY(0);
}
.keywords-about-illustration-container.animate .center-column i {
  opacity: 1;
}
.keywords-about-illustration-container.animate .center-column i:first-child {
  transform: rotate(-45deg) translateX(0);
}
.keywords-about-illustration-container.animate .center-column i:nth-child(2) {
  transform: translateX(0);
}
.keywords-about-illustration-container.animate .center-column i:last-child {
  transform: rotate(45deg) translateX(0);
}
.keywords-about-illustration-container.animate .right-column div {
  opacity: 1;
}
.keywords-about-illustration-container.animate .right-column div:first-child {
  transform: translateX(0);
}
.keywords-about-illustration-container.animate .right-column div:nth-child(2) {
  transform: translateX(0);
}
.keywords-about-illustration-container.animate .right-column div:last-child {
  transform: translateX(0);
}
.keywords-management-illustration-container {
  align-items: flex-start;
}
.keywords-management-illustration-container .welcome-illustration {
  width: 237.94px;
  padding: 11.71px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  box-sizing: border-box;
  box-shadow: 0px 11.714px 17.571px rgba(4, 5, 6, 0.1), 0px 1.46425px 2.9285px rgba(4, 5, 6, 0.15);
  border-radius: 5.85699px;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration {
  gap: 3px;
  align-items: baseline;
  display: flex;
  flex-direction: row;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration .blue-pill {
  width: 100px;
  height: 17.57px;
  background-color: #0088CC;
  border-radius: 73.2124px;
  align-items: baseline;
  margin-bottom: 14.5px;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration .small-blue-pill {
  width: 45.39px;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration .medium-blue-pill {
  width: 70.28px;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration .large-blue-pill {
  width: 85.66px;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration .blue-bar {
  width: 0.73px;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration .gray-pill {
  width: 100px;
  height: 11.71px;
  background-color: var(--menu-link-color, #879CAE);
  border-radius: 73.2124px;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration .small-gray-pill {
  margin-left: 0.5rem;
  width: 50.52px;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration .medium-gray-pill {
  width: 134.71px;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration .large-gray-pill {
  width: 214.51px;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration .welcome-ad-text {
  color: #646E80;
  font-weight: 800;
  font-size: 16px;
}
.keywords-management-illustration-container .welcome-illustration .row-welcome-illustration .welcome-ad-text::after {
  content: "\2022";
  margin-left: 0.5rem;
}
.keywords-management-illustration-container.animate .welcome-illustration {
  transform: rotate(-15deg);
  animation-name: keywordAdAnimation;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0ms;
}
.keywords-management-illustration-container.animate .key-tag {
  opacity: 1;
  transform: rotate(45deg);
  position: relative;
  left: 100px;
  bottom: 40px;
  animation-name: keywordTagAnimation;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0ms;
}
.keywords-management-illustration-container .key-tag {
  opacity: 0;
}
.keyword-difficulty {
  margin-left: auto !important;
}
.keyword-difficulty span {
  vertical-align: middle;
}
.keyword-difficulty .keyword-difficulty-icon {
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  height: 24px;
  width: 24px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.keyword-difficulty .keyword-difficulty-icon::before {
  content: "\00a0";
}
.keyword-difficulty.low .keyword-difficulty-icon {
  background-color: var(--s100);
  background-image: url("/jump/img/keywords/keywords-difficulty-low.svg");
}
.keyword-difficulty.medium .keyword-difficulty-icon {
  background-color: var(--w100);
  background-image: url("/jump/img/keywords/keywords-difficulty-medium.svg");
}
.keyword-difficulty.high .keyword-difficulty-icon {
  background-color: var(--e100);
  background-image: url("/jump/img/keywords/keywords-difficulty-high.svg");
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.keywords-text-blue {
  color: var(--color-blue, #00AAFF);
}
.margin-left-1 {
  margin-left: 1rem;
}
.campaign_info_page {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: center;
}
.campaign-center {
  float: none;
}
.campaign-status-icon-glow {
  height: 50px;
  width: 100px;
  border-radius: 50px 50px 0px 0px;
  position: relative;
}
@media (max-width: 767px) {
  .campaign-status-icon-glow {
    height: 33px;
    width: 66px;
    border-radius: 33px 33px 0px 0px;
  }
}
.campaign-status-icon-glow.campaign-status-icon-glow-active {
  background: radial-gradient(circle at bottom, var(--alert-variant-alert-success-br, #d2f4d9) 50%, rgba(255, 255, 255, 0) 70%);
}
.campaign-status-icon-glow.campaign-status-icon-glow-syncing {
  background: radial-gradient(circle at bottom, var(--ui-slider-background, #e0e4eb) 35%, rgba(255, 255, 255, 0) 70%);
}
.campaign-status-icon-glow.campaign-status-icon-glow-paused {
  background: radial-gradient(circle at bottom, var(--alert-variant-alert-warning-br, #ffe9cc) 50%, rgba(255, 255, 255, 0) 70%);
}
.campaign-status-icon-glow.campaign-status-icon-glow-not-activated {
  background: radial-gradient(circle at bottom, var(--ui-slider-background, #e0e4eb) 35%, rgba(255, 255, 255, 0) 70%);
}
.campaign-status-icon-glow.campaign-status-icon-glow-has-errors {
  background: radial-gradient(circle at bottom, var(--social-googleplus-light-color, #f9eceb) 50%, rgba(255, 255, 255, 0) 70%);
}
.campaign-info-status-icon {
  position: absolute;
  margin-top: 80px;
  padding-bottom: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .campaign-info-status-icon {
    margin-top: 65px;
  }
}
.campaign-info-status-icon-reports {
  position: absolute;
  margin-top: 30px;
  padding-bottom: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .campaign-info-status-icon-reports {
    margin-top: 20px;
  }
}
.campaign-info-card-title-margin-top {
  margin-top: 20px;
}
.campaing-info-icon-circle {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 6px;
  width: 36px;
  height: 36px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .campaing-info-icon-circle {
    width: 22px;
    height: 22px;
    padding: 3px;
  }
}
.campaing-info-icon-sign {
  color: var(--n000);
  font-size: 25px;
}
@media (max-width: 767px) {
  .campaing-info-icon-sign {
    font-size: 16px;
  }
}
.campaign-page-info-icon-paused {
  color: var(--text-emphasis-variant-state-warning-text, #cc7400);
  font-size: 36px;
}
@media (max-width: 767px) {
  .campaign-page-info-icon-paused {
    font-size: 22px;
  }
}
.campaign-page-info-icon-paused.paused-font-size-details {
  font-size: 24px;
}
@media (max-width: 767px) {
  .campaign-page-info-icon-paused.paused-font-size-details {
    font-size: 22px;
  }
}
.campaign_info_bar {
  margin-bottom: 8px;
  padding: 0px 64px;
}
@media (max-width: 991px) {
  .campaign_info_bar {
    padding: 0px 16px 16px;
  }
}
.campaign_info_bar_widget {
  padding: 0px 40px;
}
.campaign_info_bar_reports {
  margin-bottom: 8px;
  padding: 12px 12px;
}
@media (max-width: 991px) {
  .campaign_info_bar_reports {
    padding: 0px 16px 16px;
  }
}
.campaign_info {
  padding: 24px 0px;
}
.campaign_info_card_title {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  margin-top: 0px;
  font-weight: initial !important;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .campaign_info_card_title {
    font-size: 14px;
  }
}
.campaign_info_new_badge_desktop {
  color: var(--red-bubble);
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  margin-top: 0px;
  font-weight: initial !important;
}
@media (max-width: 767px) {
  .campaign_info_new_badge_desktop {
    font-size: 14px;
    display: none;
  }
}
.campaign_info_new_badge_mobile {
  display: none;
}
@media (max-width: 767px) {
  .campaign_info_new_badge_mobile {
    display: initial;
    font-size: 14px;
    color: var(--red-bubble);
    font-family: 'Roboto-RC-Medium', sans-serif !important;
    margin-top: 0px;
    font-weight: initial !important;
  }
}
.campaign_info_settings_button {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .campaign_info_settings_button {
    justify-content: center;
  }
}
.campaign_info_campaigns_list {
  justify-content: flex-start;
  width: 100%;
  gap: 32px;
}
@media (max-width: 991px) {
  .campaign_info_campaigns_list {
    justify-content: space-evenly;
    padding: 0px;
    gap: 0px;
    align-items: center;
    flex-direction: column;
  }
  .campaign_info_campaigns_list .campaign-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.campaign_info_campaigns_list .campaign-info-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
}
@media (max-width: 30em) {
  .campaign_info_campaigns_list .container {
    display: flex;
    flex-direction: column;
    /* optional */
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .campaign_info_campaigns_list .container .first {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .campaign_info_campaigns_list .container .second {
    order: 1;
  }
}
.campaign_info_campaigns_list_reports {
  justify-content: flex-start;
  width: 100%;
  gap: 48px;
  padding: 32px 48px;
  background-color: var(--gray-white, #FBFBFB);
  align-items: center;
}
@media (max-width: 991px) {
  .campaign_info_campaigns_list_reports {
    justify-content: space-evenly;
    padding: 0px;
    gap: 0px;
    align-items: center;
    flex-direction: column;
    padding-bottom: 12px;
  }
}
@media (max-width: 30em) {
  .campaign_info_campaigns_list_reports .container {
    display: flex;
    flex-direction: column;
    /* optional */
    align-items: center;
    text-align: center;
  }
  .campaign_info_campaigns_list_reports .container .first {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .campaign_info_campaigns_list_reports .container .second {
    order: 1;
  }
}
.campaign_info_campaigns_list_widget {
  justify-content: space-evenly;
  padding: 0px;
  gap: 0px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 12px;
}
.campaign_info_campaigns_list_widget .container {
  display: flex;
  flex-direction: column;
  /* optional */
  align-items: center;
  text-align: center;
  width: 100%;
}
.campaign-info-pill {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px 4px 4px;
  height: 32px;
  border-radius: 22px;
  min-width: 92px;
  float: left;
  /* @media (max-width: @screen-sm-max) {
        padding: 2px 10px 2px 2px;
        height: 22px;
        font-size: 14px;
    } */
}
.campaing-info-pill-round {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px;
  width: 24px;
  height: 24px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .campaing-info-pill-round {
    width: 22px;
    height: 22px;
    padding: 3px;
  }
}
.campaing-info-pill-round-icon {
  color: var(--n000);
}
.campaing-info-pill-round-icon.icon-reload {
  height: 16px !important;
  animation: rotate-load 1000ms linear infinite;
}
@keyframes rotate-load {
  to {
    transform: rotate(360deg);
  }
}
.campaign-info-pill-active {
  background: var(--alert-variant-alert-success-br, #d2f4d9);
}
.campaign-info-pill-content-active {
  background-color: var(--brand-success, #1b9d37);
  margin-right: 8px;
}
.campaign-info-pill-text-active {
  color: var(--brand-success, #1b9d37);
  margin: 0px;
}
.campaign-info-pill-syncing {
  background: var(--ui-slider-background, #e0e4eb);
}
.campaign-info-pill-content-syncing {
  background-color: var(--table-basic-color, #656f81);
  margin-right: 6px;
}
.campaign-info-pill-text-syncing {
  color: var(--table-basic-color, #656f81);
  margin: 0px;
}
.campaign-info-pill-paused {
  background: var(--alert-variant-alert-warning-br, #ffe9cc);
}
.campaign-info-pill-content-paused {
  margin-right: 6px;
  background-color: var(--n000);
  padding: 0px;
}
@media (max-width: 991px) {
  .campaign-info-pill-content-paused {
    width: 18px;
    height: 18px;
  }
}
.campaign-info-pill-text-paused {
  color: var(--text-emphasis-variant-state-warning-text, #cc7400);
  margin: 0px;
}
.campaign-info-pill-icon-paused {
  color: var(--text-emphasis-variant-state-warning-text, #cc7400);
  font-size: 25px;
}
@media (max-width: 991px) {
  .campaign-info-pill-icon-paused {
    font-size: 19px;
  }
}
.campaign-info-pill-not-activated {
  background: var(--ui-slider-background, #e0e4eb);
}
.campaign-info-pill-content-not-activated {
  background-color: var(--gray-light3, #9299a5);
  margin-right: 6px;
}
.campaign-info-pill-text-not-activated {
  color: var(--gray-light3, #9299a5);
  margin: 0px;
}
.campaign-info-pill-has-errors {
  background: var(--social-googleplus-light-color, #f9eceb);
}
.campaign-info-pill-content-has-errors {
  background-color: var(--red-bubble, #da4b49);
  margin-right: 6px;
}
.campaign-info-pill-text-has-errors {
  color: var(--red-bubble, #da4b49);
  margin: 0px;
}
.pure-material-checkbox {
  z-index: 0;
  position: relative;
  display: inline-block;
  color: var(--menu-link-color, #879CAE);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.pure-material-checkbox:hover,
.pure-material-checkbox:focus {
  color: var(--text-black, #414853);
}
.pure-material-checkbox:hover span:before,
.pure-material-checkbox:focus span:before {
  border-color: var(--brand-primary, #4ec1fe);
}
.pure-material-checkbox:hover input:checked + span,
.pure-material-checkbox:focus input:checked + span {
  color: #0088cc;
}
.pure-material-checkbox:hover input:checked + span:before,
.pure-material-checkbox:focus input:checked + span:before {
  border-color: #0088cc;
  background-color: #0088cc;
}
.pure-material-checkbox input:checked + span {
  color: var(--text-black, #414853);
}
/* Input */
.pure-material-checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
}
/* Span */
.pure-material-checkbox > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
/* Box */
.pure-material-checkbox > span::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 8px;
  border: solid 1px;
  /* Safari */
  border-color: #DDDEE0;
  border-radius: 2px;
  background-image: url("/jump/img/icons/checked.svg");
  background-size: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transition: border-color 0.2s, background-color 0.2s;
}
/* Checkmark */
.pure-material-checkbox > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  border-right: none;
  border-top: none;
  transform: translate(3px, 4px) rotate(-45deg);
}
/* Checked, Indeterminate */
.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
  border-color: var(--brand-primary, #4ec1fe);
  background-color: var(--brand-primary, #4ec1fe);
}
.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
  border-color: white;
}
.pure-material-checkbox > input:indeterminate + span::after {
  border-left: none;
  transform: translate(4px, 3px);
}
/* Hover, Focus */
.pure-material-checkbox:hover > input {
  opacity: 0.04;
}
.pure-material-checkbox > input:focus {
  opacity: 0.12;
}
.pure-material-checkbox:hover > input:focus {
  opacity: 0.16;
}
/* Active */
.pure-material-checkbox > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}
/* Disabled */
.pure-material-checkbox > input:disabled {
  opacity: 0;
}
.pure-material-checkbox > input:disabled + span {
  color: yellow;
  cursor: initial;
}
.pure-material-checkbox > input:disabled + span::before {
  border-color: currentColor;
}
.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
  border-color: transparent;
  background-color: currentColor;
}
.prepaid-budget-options {
  display: inline;
  gap: 6px;
}
.prepaid-budget-options .prepaid-budget-option {
  color: var(--menu-link-color, #879CAE);
  border: 1px solid var(--menu-link-color, #879CAE);
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(32, 48, 60, 0.1);
  padding: 16px 24px;
  cursor: pointer;
  opacity: 50%;
}
.prepaid-budget-options .prepaid-budget-option .radio-unchecked {
  border: 2px solid var(--menu-link-color, #879CAE);
}
@media (max-width: 992px) {
  .prepaid-budget-options .prepaid-budget-option {
    padding: 8px 16px;
  }
}
.prepaid-budget-options .prepaid-budget-option input {
  cursor: pointer;
}
.prepaid-budget-options .prepaid-budget-option:hover {
  color: #41485C;
  border: 1px solid var(--color-blue, #00AAFF);
}
.prepaid-budget-options .prepaid-budget-option:hover .form-control-radio-check {
  border: 2px solid var(--color-blue, #00AAFF);
}
.prepaid-budget-options .prepaid-budget-option:hover .form-control-radio-text {
  color: #41485C;
}
.prepaid-budget-options .prepaid-budget-option:hover.checked {
  border: 1px solid #0088CC;
}
.prepaid-budget-options .prepaid-budget-option:hover.checked .form-control-radio-text {
  color: var(--color-blue, #00AAFF);
}
.prepaid-budget-options .prepaid-budget-option:hover.checked .form-control-radio-check {
  border: 2px solid #0088CC;
}
.prepaid-budget-options .prepaid-budget-option:hover.checked .form-control-radio-check .form-control-radio-check-circle {
  background-color: #0088CC;
}
.prepaid-budget-options .prepaid-budget-option.checked {
  color: #41485C;
  border: 1px solid var(--color-blue, #00AAFF);
}
.order-and-payment-container {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  top: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.5);
  transition: opacity 0.2s;
}
.order-and-payment-container.active {
  opacity: 1;
  pointer-events: auto;
  overflow: scroll;
  overscroll-behavior: contain;
}
.order-and-payment-container .order-and-payment-fixed {
  background-color: white;
  position: unset;
  width: 512px;
  border-radius: 8px;
  /* autoprefixer: off */
}
@media (max-width: 480px) {
  .order-and-payment-container .order-and-payment-fixed {
    width: 95%;
    overflow: scroll;
    overscroll-behavior: contain;
    /* autoprefixer: off */
  }
}
.order-and-payment-container .order-and-payment-title-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.order-and-payment-container .order-and-payment-header {
  font-size: 20px;
  text-transform: uppercase;
  padding: 24px 64px;
}
@media (max-width: 991px) {
  .order-and-payment-container .order-and-payment-header {
    padding: 24px 16px;
  }
}
.order-and-payment-container .order-summary-container {
  background-color: var(--n100, #F5F7F9);
  border-radius: 8px;
  padding: 16px 24px;
  margin: 0px 24px 0px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .order-and-payment-container .order-summary-container {
    padding: 8px 12px;
    margin: 8px 12px;
  }
}
.order-and-payment-container .order-summary-container .order-summary-container-title {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .order-and-payment-container .order-summary-container .order-summary-container-title .show-order-summary-img {
    display: none;
  }
}
.order-and-payment-container .order-summary-container .order-summary-container-title.shadow {
  box-shadow: inset 0px -1px 0px var(--gray-light, #EAEBEC);
}
.order-and-payment-container .order-summary-container .order-summary.shadow {
  box-shadow: inset 0px -1px 0px var(--gray-light, #EAEBEC);
}
.order-and-payment-container .order-summary-container .order-summary-item-container {
  display: flex;
  justify-content: space-between;
}
.order-and-payment-container .order-summary-container .order-summary-item-container .strike {
  text-decoration: line-through;
}
.order-and-payment-container .order-summary-container .order-summary-item-container .total-sum {
  font-size: 20px;
}
.order-and-payment-container .order-summary-container .order-summary-item-voucher-container {
  display: flex;
  justify-content: space-between;
  color: var(--google-green-color, #00802A);
}
.order-and-payment-container .order-summary-section-container {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  margin: 0px 24px 0px 24px;
  gap: 4px;
}
@media (max-width: 480px) {
  .order-and-payment-container .order-summary-section-container {
    padding: 8px 12px;
    margin: 8px 12px;
  }
}
.order-and-payment-container .order-summary-section-container .order-summary-section-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-and-payment-container .order-summary-section-container .credit-card-details-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.order-and-payment-container .order-summary-section-container .invoice-address-component {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.order-and-payment-container .order-summary-section-container .invoice-address-component .user_address {
  color: #506586;
}
.order-and-payment-container .order-summary-section-container .payment_summary_container {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.order-and-payment-container .order-summary-section-container .payment_summary_container .payment_details_container {
  display: flex;
  align-items: center;
}
.order-and-payment-container .order-summary-section-container .secure_payment {
  display: flex;
  justify-content: center;
  color: var(--google-green-color, #00802A);
  padding-top: 12px;
}
.order-and-payment-container .buttons-section-container {
  padding: 16px 24px;
  margin: 16px 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .order-and-payment-container .buttons-section-container {
    padding: 16px 8px;
    margin: 0px;
  }
}
.order-and-payment-container .close_button {
  display: block;
  float: right;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 20px;
  color: var(--gray-dark, #ABABAB);
  margin: 8px;
}
.order-and-payment-container .close_button:hover {
  color: var(--link-color, #4ec1fe);
  background-color: var(--gray-light, #EAEBEC);
}
/*

  Start of B4 margin/padding related classes written in pure CSS

  Why?

  1. Because we use B3 in Customer Area
  2. We cannot integrate SCSS into LESS
  3. People started to request components from Public Page into Customer Area


  We created this Boostrap 4 file in order to have it available in Jump,
  but it is encapsulated in a .boostrap-4-enabled class, in order not to
  affect other parts of the application. So wherever you need to use Bootstrap 4
  in the Jump theme, just declare a parent element with css class "bootstrap-4-enabled".

 */
.bootstrap-4-enabled {
  /*

  Start of B4 display <type> related classes written in pure CSS

 */
  /*

  Start of B4 alignment related classes written in pure CSS

 */
}
.bootstrap-4-enabled .m-0 {
  margin: 0;
}
.bootstrap-4-enabled .mt-0,
.bootstrap-4-enabled .my-0 {
  margin-top: 0;
}
.bootstrap-4-enabled .mr-0,
.bootstrap-4-enabled .mx-0 {
  margin-right: 0;
}
.bootstrap-4-enabled .mb-0,
.bootstrap-4-enabled .my-0 {
  margin-bottom: 0;
}
.bootstrap-4-enabled .ml-0,
.bootstrap-4-enabled .mx-0 {
  margin-left: 0;
}
.bootstrap-4-enabled .m-1 {
  margin: 0.25rem;
}
.bootstrap-4-enabled .mt-1,
.bootstrap-4-enabled .my-1 {
  margin-top: 0.25rem;
}
.bootstrap-4-enabled .mr-1,
.bootstrap-4-enabled .mx-1 {
  margin-right: 0.25rem;
}
.bootstrap-4-enabled .mb-1,
.bootstrap-4-enabled .my-1 {
  margin-bottom: 0.25rem;
}
.bootstrap-4-enabled .ml-1,
.bootstrap-4-enabled .mx-1 {
  margin-left: 0.25rem;
}
.bootstrap-4-enabled .m-2 {
  margin: 0.5rem;
}
.bootstrap-4-enabled .mt-2,
.bootstrap-4-enabled .my-2 {
  margin-top: 0.5rem;
}
.bootstrap-4-enabled .mr-2,
.bootstrap-4-enabled .mx-2 {
  margin-right: 0.5rem;
}
.bootstrap-4-enabled .mb-2,
.bootstrap-4-enabled .my-2 {
  margin-bottom: 0.5rem;
}
.bootstrap-4-enabled .ml-2,
.bootstrap-4-enabled .mx-2 {
  margin-left: 0.5rem;
}
.bootstrap-4-enabled .m-3 {
  margin: 1rem;
}
.bootstrap-4-enabled .mt-3,
.bootstrap-4-enabled .my-3 {
  margin-top: 1rem;
}
.bootstrap-4-enabled .mr-3,
.bootstrap-4-enabled .mx-3 {
  margin-right: 1rem;
}
.bootstrap-4-enabled .mb-3,
.bootstrap-4-enabled .my-3 {
  margin-bottom: 1rem;
}
.bootstrap-4-enabled .ml-3,
.bootstrap-4-enabled .mx-3 {
  margin-left: 1rem;
}
.bootstrap-4-enabled .m-4 {
  margin: 1.5rem;
}
.bootstrap-4-enabled .mt-4,
.bootstrap-4-enabled .my-4 {
  margin-top: 1.5rem;
}
.bootstrap-4-enabled .mr-4,
.bootstrap-4-enabled .mx-4 {
  margin-right: 1.5rem;
}
.bootstrap-4-enabled .mb-4,
.bootstrap-4-enabled .list-checks-green > li,
.bootstrap-4-enabled .my-4 {
  margin-bottom: 1.5rem;
}
.bootstrap-4-enabled .ml-4,
.bootstrap-4-enabled .mx-4 {
  margin-left: 1.5rem;
}
.bootstrap-4-enabled .m-5 {
  margin: 3rem;
}
.bootstrap-4-enabled .mt-5,
.bootstrap-4-enabled .my-5 {
  margin-top: 3rem;
}
.bootstrap-4-enabled .mr-5,
.bootstrap-4-enabled .mx-5 {
  margin-right: 3rem;
}
.bootstrap-4-enabled .mb-5,
.bootstrap-4-enabled .my-5 {
  margin-bottom: 3rem;
}
.bootstrap-4-enabled .ml-5,
.bootstrap-4-enabled .mx-5 {
  margin-left: 3rem;
}
.bootstrap-4-enabled .m-3_5 {
  margin: 1.25rem;
}
.bootstrap-4-enabled .mt-3_5,
.bootstrap-4-enabled .my-3_5 {
  margin-top: 1.25rem;
}
.bootstrap-4-enabled .mr-3_5,
.bootstrap-4-enabled .mx-3_5 {
  margin-right: 1.25rem;
}
.bootstrap-4-enabled .mb-3_5,
.bootstrap-4-enabled .my-3_5 {
  margin-bottom: 1.25rem;
}
.bootstrap-4-enabled .ml-3_5,
.bootstrap-4-enabled .mx-3_5 {
  margin-left: 1.25rem;
}
.bootstrap-4-enabled .m-4_5 {
  margin: 2.25rem;
}
.bootstrap-4-enabled .mt-4_5,
.bootstrap-4-enabled .my-4_5 {
  margin-top: 2.25rem;
}
.bootstrap-4-enabled .mr-4_5,
.bootstrap-4-enabled .mx-4_5 {
  margin-right: 2.25rem;
}
.bootstrap-4-enabled .mb-4_5,
.bootstrap-4-enabled .my-4_5 {
  margin-bottom: 2.25rem;
}
.bootstrap-4-enabled .ml-4_5,
.bootstrap-4-enabled .mx-4_5 {
  margin-left: 2.25rem;
}
.bootstrap-4-enabled .m-6 {
  margin: 4rem;
}
.bootstrap-4-enabled .mt-6,
.bootstrap-4-enabled .my-6 {
  margin-top: 4rem;
}
.bootstrap-4-enabled .mr-6,
.bootstrap-4-enabled .mx-6 {
  margin-right: 4rem;
}
.bootstrap-4-enabled .mb-6,
.bootstrap-4-enabled .my-6 {
  margin-bottom: 4rem;
}
.bootstrap-4-enabled .ml-6,
.bootstrap-4-enabled .mx-6 {
  margin-left: 4rem;
}
.bootstrap-4-enabled .m-7 {
  margin: 5rem;
}
.bootstrap-4-enabled .mt-7,
.bootstrap-4-enabled .my-7 {
  margin-top: 5rem;
}
.bootstrap-4-enabled .mr-7,
.bootstrap-4-enabled .mx-7 {
  margin-right: 5rem;
}
.bootstrap-4-enabled .mb-7,
.bootstrap-4-enabled .my-7 {
  margin-bottom: 5rem;
}
.bootstrap-4-enabled .ml-7,
.bootstrap-4-enabled .mx-7 {
  margin-left: 5rem;
}
.bootstrap-4-enabled .m-8 {
  margin: 6rem;
}
.bootstrap-4-enabled .mt-8,
.bootstrap-4-enabled .my-8 {
  margin-top: 6rem;
}
.bootstrap-4-enabled .mr-8,
.bootstrap-4-enabled .mx-8 {
  margin-right: 6rem;
}
.bootstrap-4-enabled .mb-8,
.bootstrap-4-enabled .my-8 {
  margin-bottom: 6rem;
}
.bootstrap-4-enabled .ml-8,
.bootstrap-4-enabled .mx-8 {
  margin-left: 6rem;
}
.bootstrap-4-enabled .p-0 {
  padding: 0;
}
.bootstrap-4-enabled .pt-0,
.bootstrap-4-enabled .py-0 {
  padding-top: 0;
}
.bootstrap-4-enabled .pr-0,
.bootstrap-4-enabled .px-0 {
  padding-right: 0;
}
.bootstrap-4-enabled .pb-0,
.bootstrap-4-enabled .py-0 {
  padding-bottom: 0;
}
.bootstrap-4-enabled .pl-0,
.bootstrap-4-enabled .px-0 {
  padding-left: 0;
}
.bootstrap-4-enabled .p-1 {
  padding: 0.25rem;
}
.bootstrap-4-enabled .pt-1,
.bootstrap-4-enabled .py-1 {
  padding-top: 0.25rem;
}
.bootstrap-4-enabled .pr-1,
.bootstrap-4-enabled .px-1 {
  padding-right: 0.25rem;
}
.bootstrap-4-enabled .pb-1,
.bootstrap-4-enabled .py-1 {
  padding-bottom: 0.25rem;
}
.bootstrap-4-enabled .pl-1,
.bootstrap-4-enabled .px-1 {
  padding-left: 0.25rem;
}
.bootstrap-4-enabled .p-2 {
  padding: 0.5rem;
}
.bootstrap-4-enabled .pt-2,
.bootstrap-4-enabled .py-2 {
  padding-top: 0.5rem;
}
.bootstrap-4-enabled .pr-2,
.bootstrap-4-enabled .px-2 {
  padding-right: 0.5rem;
}
.bootstrap-4-enabled .pb-2,
.bootstrap-4-enabled .py-2 {
  padding-bottom: 0.5rem;
}
.bootstrap-4-enabled .pl-2,
.bootstrap-4-enabled .px-2 {
  padding-left: 0.5rem;
}
.bootstrap-4-enabled .p-3 {
  padding: 1rem;
}
.bootstrap-4-enabled .pt-3,
.bootstrap-4-enabled .py-3 {
  padding-top: 1rem;
}
.bootstrap-4-enabled .pr-3,
.bootstrap-4-enabled .px-3 {
  padding-right: 1rem;
}
.bootstrap-4-enabled .pb-3,
.bootstrap-4-enabled .py-3 {
  padding-bottom: 1rem;
}
.bootstrap-4-enabled .pl-3,
.bootstrap-4-enabled .px-3 {
  padding-left: 1rem;
}
.bootstrap-4-enabled .p-4 {
  padding: 1.5rem;
}
.bootstrap-4-enabled .pt-4,
.bootstrap-4-enabled .py-4 {
  padding-top: 1.5rem;
}
.bootstrap-4-enabled .pr-4,
.bootstrap-4-enabled .px-4 {
  padding-right: 1.5rem;
}
.bootstrap-4-enabled .pb-4,
.bootstrap-4-enabled .py-4 {
  padding-bottom: 1.5rem;
}
.bootstrap-4-enabled .pl-4,
.bootstrap-4-enabled .px-4 {
  padding-left: 1.5rem;
}
.bootstrap-4-enabled .p-5 {
  padding: 3rem;
}
.bootstrap-4-enabled .pt-5,
.bootstrap-4-enabled .py-5 {
  padding-top: 3rem;
}
.bootstrap-4-enabled .pr-5,
.bootstrap-4-enabled .px-5 {
  padding-right: 3rem;
}
.bootstrap-4-enabled .pb-5,
.bootstrap-4-enabled .py-5 {
  padding-bottom: 3rem;
}
.bootstrap-4-enabled .pl-5,
.bootstrap-4-enabled .px-5 {
  padding-left: 3rem;
}
.bootstrap-4-enabled .p-3_5 {
  padding: 1.25rem;
}
.bootstrap-4-enabled .pt-3_5,
.bootstrap-4-enabled .py-3_5 {
  padding-top: 1.25rem;
}
.bootstrap-4-enabled .pr-3_5,
.bootstrap-4-enabled .px-3_5 {
  padding-right: 1.25rem;
}
.bootstrap-4-enabled .pb-3_5,
.bootstrap-4-enabled .py-3_5 {
  padding-bottom: 1.25rem;
}
.bootstrap-4-enabled .pl-3_5,
.bootstrap-4-enabled .px-3_5 {
  padding-left: 1.25rem;
}
.bootstrap-4-enabled .p-4_5 {
  padding: 2.25rem;
}
.bootstrap-4-enabled .pt-4_5,
.bootstrap-4-enabled .py-4_5 {
  padding-top: 2.25rem;
}
.bootstrap-4-enabled .pr-4_5,
.bootstrap-4-enabled .px-4_5 {
  padding-right: 2.25rem;
}
.bootstrap-4-enabled .pb-4_5,
.bootstrap-4-enabled .py-4_5 {
  padding-bottom: 2.25rem;
}
.bootstrap-4-enabled .pl-4_5,
.bootstrap-4-enabled .px-4_5 {
  padding-left: 2.25rem;
}
.bootstrap-4-enabled .p-6 {
  padding: 4rem;
}
.bootstrap-4-enabled .pt-6,
.bootstrap-4-enabled .py-6 {
  padding-top: 4rem;
}
.bootstrap-4-enabled .pr-6,
.bootstrap-4-enabled .px-6 {
  padding-right: 4rem;
}
.bootstrap-4-enabled .pb-6,
.bootstrap-4-enabled .py-6 {
  padding-bottom: 4rem;
}
.bootstrap-4-enabled .pl-6,
.bootstrap-4-enabled .px-6 {
  padding-left: 4rem;
}
.bootstrap-4-enabled .p-7 {
  padding: 5rem;
}
.bootstrap-4-enabled .pt-7,
.bootstrap-4-enabled .py-7 {
  padding-top: 5rem;
}
.bootstrap-4-enabled .pr-7,
.bootstrap-4-enabled .px-7 {
  padding-right: 5rem;
}
.bootstrap-4-enabled .pb-7,
.bootstrap-4-enabled .py-7 {
  padding-bottom: 5rem;
}
.bootstrap-4-enabled .pl-7,
.bootstrap-4-enabled .px-7 {
  padding-left: 5rem;
}
.bootstrap-4-enabled .p-8 {
  padding: 6rem;
}
.bootstrap-4-enabled .pt-8,
.bootstrap-4-enabled .py-8 {
  padding-top: 6rem;
}
.bootstrap-4-enabled .pr-8,
.bootstrap-4-enabled .px-8 {
  padding-right: 6rem;
}
.bootstrap-4-enabled .pb-8,
.bootstrap-4-enabled .py-8 {
  padding-bottom: 6rem;
}
.bootstrap-4-enabled .pl-8,
.bootstrap-4-enabled .px-8 {
  padding-left: 6rem;
}
.bootstrap-4-enabled .m-n1 {
  margin: -0.25rem;
}
.bootstrap-4-enabled .mt-n1,
.bootstrap-4-enabled .my-n1 {
  margin-top: -0.25rem;
}
.bootstrap-4-enabled .mr-n1,
.bootstrap-4-enabled .mx-n1 {
  margin-right: -0.25rem;
}
.bootstrap-4-enabled .mb-n1,
.bootstrap-4-enabled .my-n1 {
  margin-bottom: -0.25rem;
}
.bootstrap-4-enabled .ml-n1,
.bootstrap-4-enabled .mx-n1 {
  margin-left: -0.25rem;
}
.bootstrap-4-enabled .m-n2 {
  margin: -0.5rem;
}
.bootstrap-4-enabled .mt-n2,
.bootstrap-4-enabled .my-n2 {
  margin-top: -0.5rem;
}
.bootstrap-4-enabled .mr-n2,
.bootstrap-4-enabled .mx-n2 {
  margin-right: -0.5rem;
}
.bootstrap-4-enabled .mb-n2,
.bootstrap-4-enabled .my-n2 {
  margin-bottom: -0.5rem;
}
.bootstrap-4-enabled .ml-n2,
.bootstrap-4-enabled .mx-n2 {
  margin-left: -0.5rem;
}
.bootstrap-4-enabled .m-n3 {
  margin: -1rem;
}
.bootstrap-4-enabled .mt-n3,
.bootstrap-4-enabled .my-n3 {
  margin-top: -1rem;
}
.bootstrap-4-enabled .mr-n3,
.bootstrap-4-enabled .mx-n3 {
  margin-right: -1rem;
}
.bootstrap-4-enabled .mb-n3,
.bootstrap-4-enabled .my-n3 {
  margin-bottom: -1rem;
}
.bootstrap-4-enabled .ml-n3,
.bootstrap-4-enabled .list-checks-green > li i:before,
.bootstrap-4-enabled .mx-n3 {
  margin-left: -1rem;
}
.bootstrap-4-enabled .m-n4 {
  margin: -1.5rem;
}
.bootstrap-4-enabled .mt-n4,
.bootstrap-4-enabled .my-n4 {
  margin-top: -1.5rem;
}
.bootstrap-4-enabled .mr-n4,
.bootstrap-4-enabled .mx-n4 {
  margin-right: -1.5rem;
}
.bootstrap-4-enabled .mb-n4,
.bootstrap-4-enabled .my-n4 {
  margin-bottom: -1.5rem;
}
.bootstrap-4-enabled .ml-n4,
.bootstrap-4-enabled .mx-n4 {
  margin-left: -1.5rem;
}
.bootstrap-4-enabled .m-n5 {
  margin: -3rem;
}
.bootstrap-4-enabled .mt-n5,
.bootstrap-4-enabled .my-n5 {
  margin-top: -3rem;
}
.bootstrap-4-enabled .mr-n5,
.bootstrap-4-enabled .mx-n5 {
  margin-right: -3rem;
}
.bootstrap-4-enabled .mb-n5,
.bootstrap-4-enabled .my-n5 {
  margin-bottom: -3rem;
}
.bootstrap-4-enabled .ml-n5,
.bootstrap-4-enabled .mx-n5 {
  margin-left: -3rem;
}
.bootstrap-4-enabled .m-n3_5 {
  margin: -1.25rem;
}
.bootstrap-4-enabled .mt-n3_5,
.bootstrap-4-enabled .my-n3_5 {
  margin-top: -1.25rem;
}
.bootstrap-4-enabled .mr-n3_5,
.bootstrap-4-enabled .mx-n3_5 {
  margin-right: -1.25rem;
}
.bootstrap-4-enabled .mb-n3_5,
.bootstrap-4-enabled .my-n3_5 {
  margin-bottom: -1.25rem;
}
.bootstrap-4-enabled .ml-n3_5,
.bootstrap-4-enabled .mx-n3_5 {
  margin-left: -1.25rem;
}
.bootstrap-4-enabled .m-n4_5 {
  margin: -2.25rem;
}
.bootstrap-4-enabled .mt-n4_5,
.bootstrap-4-enabled .my-n4_5 {
  margin-top: -2.25rem;
}
.bootstrap-4-enabled .mr-n4_5,
.bootstrap-4-enabled .mx-n4_5 {
  margin-right: -2.25rem;
}
.bootstrap-4-enabled .mb-n4_5,
.bootstrap-4-enabled .my-n4_5 {
  margin-bottom: -2.25rem;
}
.bootstrap-4-enabled .ml-n4_5,
.bootstrap-4-enabled .mx-n4_5 {
  margin-left: -2.25rem;
}
.bootstrap-4-enabled .m-n6 {
  margin: -4rem;
}
.bootstrap-4-enabled .mt-n6,
.bootstrap-4-enabled .my-n6 {
  margin-top: -4rem;
}
.bootstrap-4-enabled .mr-n6,
.bootstrap-4-enabled .mx-n6 {
  margin-right: -4rem;
}
.bootstrap-4-enabled .mb-n6,
.bootstrap-4-enabled .my-n6 {
  margin-bottom: -4rem;
}
.bootstrap-4-enabled .ml-n6,
.bootstrap-4-enabled .mx-n6 {
  margin-left: -4rem;
}
.bootstrap-4-enabled .m-n7 {
  margin: -5rem;
}
.bootstrap-4-enabled .mt-n7,
.bootstrap-4-enabled .my-n7 {
  margin-top: -5rem;
}
.bootstrap-4-enabled .mr-n7,
.bootstrap-4-enabled .mx-n7 {
  margin-right: -5rem;
}
.bootstrap-4-enabled .mb-n7,
.bootstrap-4-enabled .my-n7 {
  margin-bottom: -5rem;
}
.bootstrap-4-enabled .ml-n7,
.bootstrap-4-enabled .mx-n7 {
  margin-left: -5rem;
}
.bootstrap-4-enabled .m-n8 {
  margin: -6rem;
}
.bootstrap-4-enabled .mt-n8,
.bootstrap-4-enabled .my-n8 {
  margin-top: -6rem;
}
.bootstrap-4-enabled .mr-n8,
.bootstrap-4-enabled .mx-n8 {
  margin-right: -6rem;
}
.bootstrap-4-enabled .mb-n8,
.bootstrap-4-enabled .my-n8 {
  margin-bottom: -6rem;
}
.bootstrap-4-enabled .ml-n8,
.bootstrap-4-enabled .mx-n8 {
  margin-left: -6rem;
}
.bootstrap-4-enabled .m-auto {
  margin: auto;
}
.bootstrap-4-enabled .mt-auto,
.bootstrap-4-enabled .my-auto {
  margin-top: auto;
}
.bootstrap-4-enabled .mr-auto,
.bootstrap-4-enabled .mx-auto {
  margin-right: auto;
}
.bootstrap-4-enabled .mb-auto,
.bootstrap-4-enabled .my-auto {
  margin-bottom: auto;
}
.bootstrap-4-enabled .ml-auto,
.bootstrap-4-enabled .mx-auto {
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-4-enabled .m-sm-0 {
    margin: 0;
  }
  .bootstrap-4-enabled .mt-sm-0,
  .bootstrap-4-enabled .my-sm-0 {
    margin-top: 0;
  }
  .bootstrap-4-enabled .mr-sm-0,
  .bootstrap-4-enabled .mx-sm-0 {
    margin-right: 0;
  }
  .bootstrap-4-enabled .mb-sm-0,
  .bootstrap-4-enabled .my-sm-0 {
    margin-bottom: 0;
  }
  .bootstrap-4-enabled .ml-sm-0,
  .bootstrap-4-enabled .mx-sm-0 {
    margin-left: 0;
  }
  .bootstrap-4-enabled .m-sm-1 {
    margin: 0.25rem;
  }
  .bootstrap-4-enabled .mt-sm-1,
  .bootstrap-4-enabled .my-sm-1 {
    margin-top: 0.25rem;
  }
  .bootstrap-4-enabled .mr-sm-1,
  .bootstrap-4-enabled .mx-sm-1 {
    margin-right: 0.25rem;
  }
  .bootstrap-4-enabled .mb-sm-1,
  .bootstrap-4-enabled .my-sm-1 {
    margin-bottom: 0.25rem;
  }
  .bootstrap-4-enabled .ml-sm-1,
  .bootstrap-4-enabled .mx-sm-1 {
    margin-left: 0.25rem;
  }
  .bootstrap-4-enabled .m-sm-2 {
    margin: 0.5rem;
  }
  .bootstrap-4-enabled .mt-sm-2,
  .bootstrap-4-enabled .my-sm-2 {
    margin-top: 0.5rem;
  }
  .bootstrap-4-enabled .mr-sm-2,
  .bootstrap-4-enabled .mx-sm-2 {
    margin-right: 0.5rem;
  }
  .bootstrap-4-enabled .mb-sm-2,
  .bootstrap-4-enabled .my-sm-2 {
    margin-bottom: 0.5rem;
  }
  .bootstrap-4-enabled .ml-sm-2,
  .bootstrap-4-enabled .mx-sm-2 {
    margin-left: 0.5rem;
  }
  .bootstrap-4-enabled .m-sm-3 {
    margin: 1rem;
  }
  .bootstrap-4-enabled .mt-sm-3,
  .bootstrap-4-enabled .my-sm-3 {
    margin-top: 1rem;
  }
  .bootstrap-4-enabled .mr-sm-3,
  .bootstrap-4-enabled .mx-sm-3 {
    margin-right: 1rem;
  }
  .bootstrap-4-enabled .mb-sm-3,
  .bootstrap-4-enabled .my-sm-3 {
    margin-bottom: 1rem;
  }
  .bootstrap-4-enabled .ml-sm-3,
  .bootstrap-4-enabled .mx-sm-3 {
    margin-left: 1rem;
  }
  .bootstrap-4-enabled .m-sm-4 {
    margin: 1.5rem;
  }
  .bootstrap-4-enabled .mt-sm-4,
  .bootstrap-4-enabled .my-sm-4 {
    margin-top: 1.5rem;
  }
  .bootstrap-4-enabled .mr-sm-4,
  .bootstrap-4-enabled .mx-sm-4 {
    margin-right: 1.5rem;
  }
  .bootstrap-4-enabled .mb-sm-4,
  .bootstrap-4-enabled .my-sm-4 {
    margin-bottom: 1.5rem;
  }
  .bootstrap-4-enabled .ml-sm-4,
  .bootstrap-4-enabled .mx-sm-4 {
    margin-left: 1.5rem;
  }
  .bootstrap-4-enabled .m-sm-5 {
    margin: 3rem;
  }
  .bootstrap-4-enabled .mt-sm-5,
  .bootstrap-4-enabled .my-sm-5 {
    margin-top: 3rem;
  }
  .bootstrap-4-enabled .mr-sm-5,
  .bootstrap-4-enabled .mx-sm-5 {
    margin-right: 3rem;
  }
  .bootstrap-4-enabled .mb-sm-5,
  .bootstrap-4-enabled .my-sm-5 {
    margin-bottom: 3rem;
  }
  .bootstrap-4-enabled .ml-sm-5,
  .bootstrap-4-enabled .mx-sm-5 {
    margin-left: 3rem;
  }
  .bootstrap-4-enabled .m-sm-3_5 {
    margin: 1.25rem;
  }
  .bootstrap-4-enabled .mt-sm-3_5,
  .bootstrap-4-enabled .my-sm-3_5 {
    margin-top: 1.25rem;
  }
  .bootstrap-4-enabled .mr-sm-3_5,
  .bootstrap-4-enabled .mx-sm-3_5 {
    margin-right: 1.25rem;
  }
  .bootstrap-4-enabled .mb-sm-3_5,
  .bootstrap-4-enabled .my-sm-3_5 {
    margin-bottom: 1.25rem;
  }
  .bootstrap-4-enabled .ml-sm-3_5,
  .bootstrap-4-enabled .mx-sm-3_5 {
    margin-left: 1.25rem;
  }
  .bootstrap-4-enabled .m-sm-4_5 {
    margin: 2.25rem;
  }
  .bootstrap-4-enabled .mt-sm-4_5,
  .bootstrap-4-enabled .my-sm-4_5 {
    margin-top: 2.25rem;
  }
  .bootstrap-4-enabled .mr-sm-4_5,
  .bootstrap-4-enabled .mx-sm-4_5 {
    margin-right: 2.25rem;
  }
  .bootstrap-4-enabled .mb-sm-4_5,
  .bootstrap-4-enabled .my-sm-4_5 {
    margin-bottom: 2.25rem;
  }
  .bootstrap-4-enabled .ml-sm-4_5,
  .bootstrap-4-enabled .mx-sm-4_5 {
    margin-left: 2.25rem;
  }
  .bootstrap-4-enabled .m-sm-6 {
    margin: 4rem;
  }
  .bootstrap-4-enabled .mt-sm-6,
  .bootstrap-4-enabled .my-sm-6 {
    margin-top: 4rem;
  }
  .bootstrap-4-enabled .mr-sm-6,
  .bootstrap-4-enabled .mx-sm-6 {
    margin-right: 4rem;
  }
  .bootstrap-4-enabled .mb-sm-6,
  .bootstrap-4-enabled .my-sm-6 {
    margin-bottom: 4rem;
  }
  .bootstrap-4-enabled .ml-sm-6,
  .bootstrap-4-enabled .mx-sm-6 {
    margin-left: 4rem;
  }
  .bootstrap-4-enabled .m-sm-7 {
    margin: 5rem;
  }
  .bootstrap-4-enabled .mt-sm-7,
  .bootstrap-4-enabled .my-sm-7 {
    margin-top: 5rem;
  }
  .bootstrap-4-enabled .mr-sm-7,
  .bootstrap-4-enabled .mx-sm-7 {
    margin-right: 5rem;
  }
  .bootstrap-4-enabled .mb-sm-7,
  .bootstrap-4-enabled .my-sm-7 {
    margin-bottom: 5rem;
  }
  .bootstrap-4-enabled .ml-sm-7,
  .bootstrap-4-enabled .mx-sm-7 {
    margin-left: 5rem;
  }
  .bootstrap-4-enabled .m-sm-8 {
    margin: 6rem;
  }
  .bootstrap-4-enabled .mt-sm-8,
  .bootstrap-4-enabled .my-sm-8 {
    margin-top: 6rem;
  }
  .bootstrap-4-enabled .mr-sm-8,
  .bootstrap-4-enabled .mx-sm-8 {
    margin-right: 6rem;
  }
  .bootstrap-4-enabled .mb-sm-8,
  .bootstrap-4-enabled .my-sm-8 {
    margin-bottom: 6rem;
  }
  .bootstrap-4-enabled .ml-sm-8,
  .bootstrap-4-enabled .mx-sm-8 {
    margin-left: 6rem;
  }
  .bootstrap-4-enabled .p-sm-0 {
    padding: 0;
  }
  .bootstrap-4-enabled .pt-sm-0,
  .bootstrap-4-enabled .py-sm-0 {
    padding-top: 0;
  }
  .bootstrap-4-enabled .pr-sm-0,
  .bootstrap-4-enabled .px-sm-0 {
    padding-right: 0;
  }
  .bootstrap-4-enabled .pb-sm-0,
  .bootstrap-4-enabled .py-sm-0 {
    padding-bottom: 0;
  }
  .bootstrap-4-enabled .pl-sm-0,
  .bootstrap-4-enabled .px-sm-0 {
    padding-left: 0;
  }
  .bootstrap-4-enabled .p-sm-1 {
    padding: 0.25rem;
  }
  .bootstrap-4-enabled .pt-sm-1,
  .bootstrap-4-enabled .py-sm-1 {
    padding-top: 0.25rem;
  }
  .bootstrap-4-enabled .pr-sm-1,
  .bootstrap-4-enabled .px-sm-1 {
    padding-right: 0.25rem;
  }
  .bootstrap-4-enabled .pb-sm-1,
  .bootstrap-4-enabled .py-sm-1 {
    padding-bottom: 0.25rem;
  }
  .bootstrap-4-enabled .pl-sm-1,
  .bootstrap-4-enabled .px-sm-1 {
    padding-left: 0.25rem;
  }
  .bootstrap-4-enabled .p-sm-2 {
    padding: 0.5rem;
  }
  .bootstrap-4-enabled .pt-sm-2,
  .bootstrap-4-enabled .py-sm-2 {
    padding-top: 0.5rem;
  }
  .bootstrap-4-enabled .pr-sm-2,
  .bootstrap-4-enabled .px-sm-2 {
    padding-right: 0.5rem;
  }
  .bootstrap-4-enabled .pb-sm-2,
  .bootstrap-4-enabled .py-sm-2 {
    padding-bottom: 0.5rem;
  }
  .bootstrap-4-enabled .pl-sm-2,
  .bootstrap-4-enabled .px-sm-2 {
    padding-left: 0.5rem;
  }
  .bootstrap-4-enabled .p-sm-3 {
    padding: 1rem;
  }
  .bootstrap-4-enabled .pt-sm-3,
  .bootstrap-4-enabled .py-sm-3 {
    padding-top: 1rem;
  }
  .bootstrap-4-enabled .pr-sm-3,
  .bootstrap-4-enabled .px-sm-3 {
    padding-right: 1rem;
  }
  .bootstrap-4-enabled .pb-sm-3,
  .bootstrap-4-enabled .py-sm-3 {
    padding-bottom: 1rem;
  }
  .bootstrap-4-enabled .pl-sm-3,
  .bootstrap-4-enabled .px-sm-3 {
    padding-left: 1rem;
  }
  .bootstrap-4-enabled .p-sm-4 {
    padding: 1.5rem;
  }
  .bootstrap-4-enabled .pt-sm-4,
  .bootstrap-4-enabled .py-sm-4 {
    padding-top: 1.5rem;
  }
  .bootstrap-4-enabled .pr-sm-4,
  .bootstrap-4-enabled .px-sm-4 {
    padding-right: 1.5rem;
  }
  .bootstrap-4-enabled .pb-sm-4,
  .bootstrap-4-enabled .py-sm-4 {
    padding-bottom: 1.5rem;
  }
  .bootstrap-4-enabled .pl-sm-4,
  .bootstrap-4-enabled .px-sm-4 {
    padding-left: 1.5rem;
  }
  .bootstrap-4-enabled .p-sm-5 {
    padding: 3rem;
  }
  .bootstrap-4-enabled .pt-sm-5,
  .bootstrap-4-enabled .py-sm-5 {
    padding-top: 3rem;
  }
  .bootstrap-4-enabled .pr-sm-5,
  .bootstrap-4-enabled .px-sm-5 {
    padding-right: 3rem;
  }
  .bootstrap-4-enabled .pb-sm-5,
  .bootstrap-4-enabled .py-sm-5 {
    padding-bottom: 3rem;
  }
  .bootstrap-4-enabled .pl-sm-5,
  .bootstrap-4-enabled .px-sm-5 {
    padding-left: 3rem;
  }
  .bootstrap-4-enabled .p-sm-3_5 {
    padding: 1.25rem;
  }
  .bootstrap-4-enabled .pt-sm-3_5,
  .bootstrap-4-enabled .py-sm-3_5 {
    padding-top: 1.25rem;
  }
  .bootstrap-4-enabled .pr-sm-3_5,
  .bootstrap-4-enabled .px-sm-3_5 {
    padding-right: 1.25rem;
  }
  .bootstrap-4-enabled .pb-sm-3_5,
  .bootstrap-4-enabled .py-sm-3_5 {
    padding-bottom: 1.25rem;
  }
  .bootstrap-4-enabled .pl-sm-3_5,
  .bootstrap-4-enabled .px-sm-3_5 {
    padding-left: 1.25rem;
  }
  .bootstrap-4-enabled .p-sm-4_5 {
    padding: 2.25rem;
  }
  .bootstrap-4-enabled .pt-sm-4_5,
  .bootstrap-4-enabled .py-sm-4_5 {
    padding-top: 2.25rem;
  }
  .bootstrap-4-enabled .pr-sm-4_5,
  .bootstrap-4-enabled .px-sm-4_5 {
    padding-right: 2.25rem;
  }
  .bootstrap-4-enabled .pb-sm-4_5,
  .bootstrap-4-enabled .py-sm-4_5 {
    padding-bottom: 2.25rem;
  }
  .bootstrap-4-enabled .pl-sm-4_5,
  .bootstrap-4-enabled .px-sm-4_5 {
    padding-left: 2.25rem;
  }
  .bootstrap-4-enabled .p-sm-6 {
    padding: 4rem;
  }
  .bootstrap-4-enabled .pt-sm-6,
  .bootstrap-4-enabled .py-sm-6 {
    padding-top: 4rem;
  }
  .bootstrap-4-enabled .pr-sm-6,
  .bootstrap-4-enabled .px-sm-6 {
    padding-right: 4rem;
  }
  .bootstrap-4-enabled .pb-sm-6,
  .bootstrap-4-enabled .py-sm-6 {
    padding-bottom: 4rem;
  }
  .bootstrap-4-enabled .pl-sm-6,
  .bootstrap-4-enabled .px-sm-6 {
    padding-left: 4rem;
  }
  .bootstrap-4-enabled .p-sm-7 {
    padding: 5rem;
  }
  .bootstrap-4-enabled .pt-sm-7,
  .bootstrap-4-enabled .py-sm-7 {
    padding-top: 5rem;
  }
  .bootstrap-4-enabled .pr-sm-7,
  .bootstrap-4-enabled .px-sm-7 {
    padding-right: 5rem;
  }
  .bootstrap-4-enabled .pb-sm-7,
  .bootstrap-4-enabled .py-sm-7 {
    padding-bottom: 5rem;
  }
  .bootstrap-4-enabled .pl-sm-7,
  .bootstrap-4-enabled .px-sm-7 {
    padding-left: 5rem;
  }
  .bootstrap-4-enabled .p-sm-8 {
    padding: 6rem;
  }
  .bootstrap-4-enabled .pt-sm-8,
  .bootstrap-4-enabled .py-sm-8 {
    padding-top: 6rem;
  }
  .bootstrap-4-enabled .pr-sm-8,
  .bootstrap-4-enabled .px-sm-8 {
    padding-right: 6rem;
  }
  .bootstrap-4-enabled .pb-sm-8,
  .bootstrap-4-enabled .py-sm-8 {
    padding-bottom: 6rem;
  }
  .bootstrap-4-enabled .pl-sm-8,
  .bootstrap-4-enabled .px-sm-8 {
    padding-left: 6rem;
  }
  .bootstrap-4-enabled .m-sm-n1 {
    margin: -0.25rem;
  }
  .bootstrap-4-enabled .mt-sm-n1,
  .bootstrap-4-enabled .my-sm-n1 {
    margin-top: -0.25rem;
  }
  .bootstrap-4-enabled .mr-sm-n1,
  .bootstrap-4-enabled .mx-sm-n1 {
    margin-right: -0.25rem;
  }
  .bootstrap-4-enabled .mb-sm-n1,
  .bootstrap-4-enabled .my-sm-n1 {
    margin-bottom: -0.25rem;
  }
  .bootstrap-4-enabled .ml-sm-n1,
  .bootstrap-4-enabled .mx-sm-n1 {
    margin-left: -0.25rem;
  }
  .bootstrap-4-enabled .m-sm-n2 {
    margin: -0.5rem;
  }
  .bootstrap-4-enabled .mt-sm-n2,
  .bootstrap-4-enabled .my-sm-n2 {
    margin-top: -0.5rem;
  }
  .bootstrap-4-enabled .mr-sm-n2,
  .bootstrap-4-enabled .mx-sm-n2 {
    margin-right: -0.5rem;
  }
  .bootstrap-4-enabled .mb-sm-n2,
  .bootstrap-4-enabled .my-sm-n2 {
    margin-bottom: -0.5rem;
  }
  .bootstrap-4-enabled .ml-sm-n2,
  .bootstrap-4-enabled .mx-sm-n2 {
    margin-left: -0.5rem;
  }
  .bootstrap-4-enabled .m-sm-n3 {
    margin: -1rem;
  }
  .bootstrap-4-enabled .mt-sm-n3,
  .bootstrap-4-enabled .my-sm-n3 {
    margin-top: -1rem;
  }
  .bootstrap-4-enabled .mr-sm-n3,
  .bootstrap-4-enabled .mx-sm-n3 {
    margin-right: -1rem;
  }
  .bootstrap-4-enabled .mb-sm-n3,
  .bootstrap-4-enabled .my-sm-n3 {
    margin-bottom: -1rem;
  }
  .bootstrap-4-enabled .ml-sm-n3,
  .bootstrap-4-enabled .mx-sm-n3 {
    margin-left: -1rem;
  }
  .bootstrap-4-enabled .m-sm-n4 {
    margin: -1.5rem;
  }
  .bootstrap-4-enabled .mt-sm-n4,
  .bootstrap-4-enabled .my-sm-n4 {
    margin-top: -1.5rem;
  }
  .bootstrap-4-enabled .mr-sm-n4,
  .bootstrap-4-enabled .mx-sm-n4 {
    margin-right: -1.5rem;
  }
  .bootstrap-4-enabled .mb-sm-n4,
  .bootstrap-4-enabled .my-sm-n4 {
    margin-bottom: -1.5rem;
  }
  .bootstrap-4-enabled .ml-sm-n4,
  .bootstrap-4-enabled .mx-sm-n4 {
    margin-left: -1.5rem;
  }
  .bootstrap-4-enabled .m-sm-n5 {
    margin: -3rem;
  }
  .bootstrap-4-enabled .mt-sm-n5,
  .bootstrap-4-enabled .my-sm-n5 {
    margin-top: -3rem;
  }
  .bootstrap-4-enabled .mr-sm-n5,
  .bootstrap-4-enabled .mx-sm-n5 {
    margin-right: -3rem;
  }
  .bootstrap-4-enabled .mb-sm-n5,
  .bootstrap-4-enabled .my-sm-n5 {
    margin-bottom: -3rem;
  }
  .bootstrap-4-enabled .ml-sm-n5,
  .bootstrap-4-enabled .mx-sm-n5 {
    margin-left: -3rem;
  }
  .bootstrap-4-enabled .m-sm-n3_5 {
    margin: -1.25rem;
  }
  .bootstrap-4-enabled .mt-sm-n3_5,
  .bootstrap-4-enabled .my-sm-n3_5 {
    margin-top: -1.25rem;
  }
  .bootstrap-4-enabled .mr-sm-n3_5,
  .bootstrap-4-enabled .mx-sm-n3_5 {
    margin-right: -1.25rem;
  }
  .bootstrap-4-enabled .mb-sm-n3_5,
  .bootstrap-4-enabled .my-sm-n3_5 {
    margin-bottom: -1.25rem;
  }
  .bootstrap-4-enabled .ml-sm-n3_5,
  .bootstrap-4-enabled .mx-sm-n3_5 {
    margin-left: -1.25rem;
  }
  .bootstrap-4-enabled .m-sm-n4_5 {
    margin: -2.25rem;
  }
  .bootstrap-4-enabled .mt-sm-n4_5,
  .bootstrap-4-enabled .my-sm-n4_5 {
    margin-top: -2.25rem;
  }
  .bootstrap-4-enabled .mr-sm-n4_5,
  .bootstrap-4-enabled .mx-sm-n4_5 {
    margin-right: -2.25rem;
  }
  .bootstrap-4-enabled .mb-sm-n4_5,
  .bootstrap-4-enabled .my-sm-n4_5 {
    margin-bottom: -2.25rem;
  }
  .bootstrap-4-enabled .ml-sm-n4_5,
  .bootstrap-4-enabled .mx-sm-n4_5 {
    margin-left: -2.25rem;
  }
  .bootstrap-4-enabled .m-sm-n6 {
    margin: -4rem;
  }
  .bootstrap-4-enabled .mt-sm-n6,
  .bootstrap-4-enabled .my-sm-n6 {
    margin-top: -4rem;
  }
  .bootstrap-4-enabled .mr-sm-n6,
  .bootstrap-4-enabled .mx-sm-n6 {
    margin-right: -4rem;
  }
  .bootstrap-4-enabled .mb-sm-n6,
  .bootstrap-4-enabled .my-sm-n6 {
    margin-bottom: -4rem;
  }
  .bootstrap-4-enabled .ml-sm-n6,
  .bootstrap-4-enabled .mx-sm-n6 {
    margin-left: -4rem;
  }
  .bootstrap-4-enabled .m-sm-n7 {
    margin: -5rem;
  }
  .bootstrap-4-enabled .mt-sm-n7,
  .bootstrap-4-enabled .my-sm-n7 {
    margin-top: -5rem;
  }
  .bootstrap-4-enabled .mr-sm-n7,
  .bootstrap-4-enabled .mx-sm-n7 {
    margin-right: -5rem;
  }
  .bootstrap-4-enabled .mb-sm-n7,
  .bootstrap-4-enabled .my-sm-n7 {
    margin-bottom: -5rem;
  }
  .bootstrap-4-enabled .ml-sm-n7,
  .bootstrap-4-enabled .mx-sm-n7 {
    margin-left: -5rem;
  }
  .bootstrap-4-enabled .m-sm-n8 {
    margin: -6rem;
  }
  .bootstrap-4-enabled .mt-sm-n8,
  .bootstrap-4-enabled .my-sm-n8 {
    margin-top: -6rem;
  }
  .bootstrap-4-enabled .mr-sm-n8,
  .bootstrap-4-enabled .mx-sm-n8 {
    margin-right: -6rem;
  }
  .bootstrap-4-enabled .mb-sm-n8,
  .bootstrap-4-enabled .my-sm-n8 {
    margin-bottom: -6rem;
  }
  .bootstrap-4-enabled .ml-sm-n8,
  .bootstrap-4-enabled .mx-sm-n8 {
    margin-left: -6rem;
  }
  .bootstrap-4-enabled .m-sm-auto {
    margin: auto;
  }
  .bootstrap-4-enabled .mt-sm-auto,
  .bootstrap-4-enabled .my-sm-auto {
    margin-top: auto;
  }
  .bootstrap-4-enabled .mr-sm-auto,
  .bootstrap-4-enabled .mx-sm-auto {
    margin-right: auto;
  }
  .bootstrap-4-enabled .mb-sm-auto,
  .bootstrap-4-enabled .my-sm-auto {
    margin-bottom: auto;
  }
  .bootstrap-4-enabled .ml-sm-auto,
  .bootstrap-4-enabled .mx-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap-4-enabled .m-md-0 {
    margin: 0;
  }
  .bootstrap-4-enabled .mt-md-0,
  .bootstrap-4-enabled .my-md-0 {
    margin-top: 0;
  }
  .bootstrap-4-enabled .mr-md-0,
  .bootstrap-4-enabled .mx-md-0 {
    margin-right: 0;
  }
  .bootstrap-4-enabled .mb-md-0,
  .bootstrap-4-enabled .my-md-0 {
    margin-bottom: 0;
  }
  .bootstrap-4-enabled .ml-md-0,
  .bootstrap-4-enabled .mx-md-0 {
    margin-left: 0;
  }
  .bootstrap-4-enabled .m-md-1 {
    margin: 0.25rem;
  }
  .bootstrap-4-enabled .mt-md-1,
  .bootstrap-4-enabled .my-md-1 {
    margin-top: 0.25rem;
  }
  .bootstrap-4-enabled .mr-md-1,
  .bootstrap-4-enabled .mx-md-1 {
    margin-right: 0.25rem;
  }
  .bootstrap-4-enabled .mb-md-1,
  .bootstrap-4-enabled .my-md-1 {
    margin-bottom: 0.25rem;
  }
  .bootstrap-4-enabled .ml-md-1,
  .bootstrap-4-enabled .mx-md-1 {
    margin-left: 0.25rem;
  }
  .bootstrap-4-enabled .m-md-2 {
    margin: 0.5rem;
  }
  .bootstrap-4-enabled .mt-md-2,
  .bootstrap-4-enabled .my-md-2 {
    margin-top: 0.5rem;
  }
  .bootstrap-4-enabled .mr-md-2,
  .bootstrap-4-enabled .mx-md-2 {
    margin-right: 0.5rem;
  }
  .bootstrap-4-enabled .mb-md-2,
  .bootstrap-4-enabled .my-md-2 {
    margin-bottom: 0.5rem;
  }
  .bootstrap-4-enabled .ml-md-2,
  .bootstrap-4-enabled .mx-md-2 {
    margin-left: 0.5rem;
  }
  .bootstrap-4-enabled .m-md-3 {
    margin: 1rem;
  }
  .bootstrap-4-enabled .mt-md-3,
  .bootstrap-4-enabled .my-md-3 {
    margin-top: 1rem;
  }
  .bootstrap-4-enabled .mr-md-3,
  .bootstrap-4-enabled .mx-md-3 {
    margin-right: 1rem;
  }
  .bootstrap-4-enabled .mb-md-3,
  .bootstrap-4-enabled .list-checks-green > li,
  .bootstrap-4-enabled .my-md-3 {
    margin-bottom: 1rem;
  }
  .bootstrap-4-enabled .ml-md-3,
  .bootstrap-4-enabled .mx-md-3 {
    margin-left: 1rem;
  }
  .bootstrap-4-enabled .m-md-4 {
    margin: 1.5rem;
  }
  .bootstrap-4-enabled .mt-md-4,
  .bootstrap-4-enabled .my-md-4 {
    margin-top: 1.5rem;
  }
  .bootstrap-4-enabled .mr-md-4,
  .bootstrap-4-enabled .mx-md-4 {
    margin-right: 1.5rem;
  }
  .bootstrap-4-enabled .mb-md-4,
  .bootstrap-4-enabled .my-md-4 {
    margin-bottom: 1.5rem;
  }
  .bootstrap-4-enabled .ml-md-4,
  .bootstrap-4-enabled .mx-md-4 {
    margin-left: 1.5rem;
  }
  .bootstrap-4-enabled .m-md-5 {
    margin: 3rem;
  }
  .bootstrap-4-enabled .mt-md-5,
  .bootstrap-4-enabled .my-md-5 {
    margin-top: 3rem;
  }
  .bootstrap-4-enabled .mr-md-5,
  .bootstrap-4-enabled .mx-md-5 {
    margin-right: 3rem;
  }
  .bootstrap-4-enabled .mb-md-5,
  .bootstrap-4-enabled .my-md-5 {
    margin-bottom: 3rem;
  }
  .bootstrap-4-enabled .ml-md-5,
  .bootstrap-4-enabled .mx-md-5 {
    margin-left: 3rem;
  }
  .bootstrap-4-enabled .m-md-3_5 {
    margin: 1.25rem;
  }
  .bootstrap-4-enabled .mt-md-3_5,
  .bootstrap-4-enabled .my-md-3_5 {
    margin-top: 1.25rem;
  }
  .bootstrap-4-enabled .mr-md-3_5,
  .bootstrap-4-enabled .mx-md-3_5 {
    margin-right: 1.25rem;
  }
  .bootstrap-4-enabled .mb-md-3_5,
  .bootstrap-4-enabled .my-md-3_5 {
    margin-bottom: 1.25rem;
  }
  .bootstrap-4-enabled .ml-md-3_5,
  .bootstrap-4-enabled .mx-md-3_5 {
    margin-left: 1.25rem;
  }
  .bootstrap-4-enabled .m-md-4_5 {
    margin: 2.25rem;
  }
  .bootstrap-4-enabled .mt-md-4_5,
  .bootstrap-4-enabled .my-md-4_5 {
    margin-top: 2.25rem;
  }
  .bootstrap-4-enabled .mr-md-4_5,
  .bootstrap-4-enabled .mx-md-4_5 {
    margin-right: 2.25rem;
  }
  .bootstrap-4-enabled .mb-md-4_5,
  .bootstrap-4-enabled .my-md-4_5 {
    margin-bottom: 2.25rem;
  }
  .bootstrap-4-enabled .ml-md-4_5,
  .bootstrap-4-enabled .mx-md-4_5 {
    margin-left: 2.25rem;
  }
  .bootstrap-4-enabled .m-md-6 {
    margin: 4rem;
  }
  .bootstrap-4-enabled .mt-md-6,
  .bootstrap-4-enabled .my-md-6 {
    margin-top: 4rem;
  }
  .bootstrap-4-enabled .mr-md-6,
  .bootstrap-4-enabled .mx-md-6 {
    margin-right: 4rem;
  }
  .bootstrap-4-enabled .mb-md-6,
  .bootstrap-4-enabled .my-md-6 {
    margin-bottom: 4rem;
  }
  .bootstrap-4-enabled .ml-md-6,
  .bootstrap-4-enabled .mx-md-6 {
    margin-left: 4rem;
  }
  .bootstrap-4-enabled .m-md-7 {
    margin: 5rem;
  }
  .bootstrap-4-enabled .mt-md-7,
  .bootstrap-4-enabled .my-md-7 {
    margin-top: 5rem;
  }
  .bootstrap-4-enabled .mr-md-7,
  .bootstrap-4-enabled .mx-md-7 {
    margin-right: 5rem;
  }
  .bootstrap-4-enabled .mb-md-7,
  .bootstrap-4-enabled .my-md-7 {
    margin-bottom: 5rem;
  }
  .bootstrap-4-enabled .ml-md-7,
  .bootstrap-4-enabled .mx-md-7 {
    margin-left: 5rem;
  }
  .bootstrap-4-enabled .m-md-8 {
    margin: 6rem;
  }
  .bootstrap-4-enabled .mt-md-8,
  .bootstrap-4-enabled .my-md-8 {
    margin-top: 6rem;
  }
  .bootstrap-4-enabled .mr-md-8,
  .bootstrap-4-enabled .mx-md-8 {
    margin-right: 6rem;
  }
  .bootstrap-4-enabled .mb-md-8,
  .bootstrap-4-enabled .my-md-8 {
    margin-bottom: 6rem;
  }
  .bootstrap-4-enabled .ml-md-8,
  .bootstrap-4-enabled .mx-md-8 {
    margin-left: 6rem;
  }
  .bootstrap-4-enabled .p-md-0 {
    padding: 0;
  }
  .bootstrap-4-enabled .pt-md-0,
  .bootstrap-4-enabled .py-md-0 {
    padding-top: 0;
  }
  .bootstrap-4-enabled .pr-md-0,
  .bootstrap-4-enabled .px-md-0 {
    padding-right: 0;
  }
  .bootstrap-4-enabled .pb-md-0,
  .bootstrap-4-enabled .py-md-0 {
    padding-bottom: 0;
  }
  .bootstrap-4-enabled .pl-md-0,
  .bootstrap-4-enabled .px-md-0 {
    padding-left: 0;
  }
  .bootstrap-4-enabled .p-md-1 {
    padding: 0.25rem;
  }
  .bootstrap-4-enabled .pt-md-1,
  .bootstrap-4-enabled .py-md-1 {
    padding-top: 0.25rem;
  }
  .bootstrap-4-enabled .pr-md-1,
  .bootstrap-4-enabled .px-md-1 {
    padding-right: 0.25rem;
  }
  .bootstrap-4-enabled .pb-md-1,
  .bootstrap-4-enabled .py-md-1 {
    padding-bottom: 0.25rem;
  }
  .bootstrap-4-enabled .pl-md-1,
  .bootstrap-4-enabled .px-md-1 {
    padding-left: 0.25rem;
  }
  .bootstrap-4-enabled .p-md-2 {
    padding: 0.5rem;
  }
  .bootstrap-4-enabled .pt-md-2,
  .bootstrap-4-enabled .py-md-2 {
    padding-top: 0.5rem;
  }
  .bootstrap-4-enabled .pr-md-2,
  .bootstrap-4-enabled .px-md-2 {
    padding-right: 0.5rem;
  }
  .bootstrap-4-enabled .pb-md-2,
  .bootstrap-4-enabled .py-md-2 {
    padding-bottom: 0.5rem;
  }
  .bootstrap-4-enabled .pl-md-2,
  .bootstrap-4-enabled .px-md-2 {
    padding-left: 0.5rem;
  }
  .bootstrap-4-enabled .p-md-3 {
    padding: 1rem;
  }
  .bootstrap-4-enabled .pt-md-3,
  .bootstrap-4-enabled .py-md-3 {
    padding-top: 1rem;
  }
  .bootstrap-4-enabled .pr-md-3,
  .bootstrap-4-enabled .px-md-3 {
    padding-right: 1rem;
  }
  .bootstrap-4-enabled .pb-md-3,
  .bootstrap-4-enabled .py-md-3 {
    padding-bottom: 1rem;
  }
  .bootstrap-4-enabled .pl-md-3,
  .bootstrap-4-enabled .px-md-3 {
    padding-left: 1rem;
  }
  .bootstrap-4-enabled .p-md-4 {
    padding: 1.5rem;
  }
  .bootstrap-4-enabled .pt-md-4,
  .bootstrap-4-enabled .py-md-4 {
    padding-top: 1.5rem;
  }
  .bootstrap-4-enabled .pr-md-4,
  .bootstrap-4-enabled .px-md-4 {
    padding-right: 1.5rem;
  }
  .bootstrap-4-enabled .pb-md-4,
  .bootstrap-4-enabled .py-md-4 {
    padding-bottom: 1.5rem;
  }
  .bootstrap-4-enabled .pl-md-4,
  .bootstrap-4-enabled .px-md-4 {
    padding-left: 1.5rem;
  }
  .bootstrap-4-enabled .p-md-5 {
    padding: 3rem;
  }
  .bootstrap-4-enabled .pt-md-5,
  .bootstrap-4-enabled .py-md-5 {
    padding-top: 3rem;
  }
  .bootstrap-4-enabled .pr-md-5,
  .bootstrap-4-enabled .px-md-5 {
    padding-right: 3rem;
  }
  .bootstrap-4-enabled .pb-md-5,
  .bootstrap-4-enabled .py-md-5 {
    padding-bottom: 3rem;
  }
  .bootstrap-4-enabled .pl-md-5,
  .bootstrap-4-enabled .px-md-5 {
    padding-left: 3rem;
  }
  .bootstrap-4-enabled .p-md-3_5 {
    padding: 1.25rem;
  }
  .bootstrap-4-enabled .pt-md-3_5,
  .bootstrap-4-enabled .py-md-3_5 {
    padding-top: 1.25rem;
  }
  .bootstrap-4-enabled .pr-md-3_5,
  .bootstrap-4-enabled .px-md-3_5 {
    padding-right: 1.25rem;
  }
  .bootstrap-4-enabled .pb-md-3_5,
  .bootstrap-4-enabled .py-md-3_5 {
    padding-bottom: 1.25rem;
  }
  .bootstrap-4-enabled .pl-md-3_5,
  .bootstrap-4-enabled .px-md-3_5 {
    padding-left: 1.25rem;
  }
  .bootstrap-4-enabled .p-md-4_5 {
    padding: 2.25rem;
  }
  .bootstrap-4-enabled .pt-md-4_5,
  .bootstrap-4-enabled .py-md-4_5 {
    padding-top: 2.25rem;
  }
  .bootstrap-4-enabled .pr-md-4_5,
  .bootstrap-4-enabled .px-md-4_5 {
    padding-right: 2.25rem;
  }
  .bootstrap-4-enabled .pb-md-4_5,
  .bootstrap-4-enabled .py-md-4_5 {
    padding-bottom: 2.25rem;
  }
  .bootstrap-4-enabled .pl-md-4_5,
  .bootstrap-4-enabled .px-md-4_5 {
    padding-left: 2.25rem;
  }
  .bootstrap-4-enabled .p-md-6 {
    padding: 4rem;
  }
  .bootstrap-4-enabled .pt-md-6,
  .bootstrap-4-enabled .py-md-6 {
    padding-top: 4rem;
  }
  .bootstrap-4-enabled .pr-md-6,
  .bootstrap-4-enabled .px-md-6 {
    padding-right: 4rem;
  }
  .bootstrap-4-enabled .pb-md-6,
  .bootstrap-4-enabled .py-md-6 {
    padding-bottom: 4rem;
  }
  .bootstrap-4-enabled .pl-md-6,
  .bootstrap-4-enabled .px-md-6 {
    padding-left: 4rem;
  }
  .bootstrap-4-enabled .p-md-7 {
    padding: 5rem;
  }
  .bootstrap-4-enabled .pt-md-7,
  .bootstrap-4-enabled .py-md-7 {
    padding-top: 5rem;
  }
  .bootstrap-4-enabled .pr-md-7,
  .bootstrap-4-enabled .px-md-7 {
    padding-right: 5rem;
  }
  .bootstrap-4-enabled .pb-md-7,
  .bootstrap-4-enabled .py-md-7 {
    padding-bottom: 5rem;
  }
  .bootstrap-4-enabled .pl-md-7,
  .bootstrap-4-enabled .px-md-7 {
    padding-left: 5rem;
  }
  .bootstrap-4-enabled .p-md-8 {
    padding: 6rem;
  }
  .bootstrap-4-enabled .pt-md-8,
  .bootstrap-4-enabled .py-md-8 {
    padding-top: 6rem;
  }
  .bootstrap-4-enabled .pr-md-8,
  .bootstrap-4-enabled .px-md-8 {
    padding-right: 6rem;
  }
  .bootstrap-4-enabled .pb-md-8,
  .bootstrap-4-enabled .py-md-8 {
    padding-bottom: 6rem;
  }
  .bootstrap-4-enabled .pl-md-8,
  .bootstrap-4-enabled .px-md-8 {
    padding-left: 6rem;
  }
  .bootstrap-4-enabled .m-md-n1 {
    margin: -0.25rem;
  }
  .bootstrap-4-enabled .mt-md-n1,
  .bootstrap-4-enabled .my-md-n1 {
    margin-top: -0.25rem;
  }
  .bootstrap-4-enabled .mr-md-n1,
  .bootstrap-4-enabled .mx-md-n1 {
    margin-right: -0.25rem;
  }
  .bootstrap-4-enabled .mb-md-n1,
  .bootstrap-4-enabled .my-md-n1 {
    margin-bottom: -0.25rem;
  }
  .bootstrap-4-enabled .ml-md-n1,
  .bootstrap-4-enabled .mx-md-n1 {
    margin-left: -0.25rem;
  }
  .bootstrap-4-enabled .m-md-n2 {
    margin: -0.5rem;
  }
  .bootstrap-4-enabled .mt-md-n2,
  .bootstrap-4-enabled .my-md-n2 {
    margin-top: -0.5rem;
  }
  .bootstrap-4-enabled .mr-md-n2,
  .bootstrap-4-enabled .mx-md-n2 {
    margin-right: -0.5rem;
  }
  .bootstrap-4-enabled .mb-md-n2,
  .bootstrap-4-enabled .my-md-n2 {
    margin-bottom: -0.5rem;
  }
  .bootstrap-4-enabled .ml-md-n2,
  .bootstrap-4-enabled .mx-md-n2 {
    margin-left: -0.5rem;
  }
  .bootstrap-4-enabled .m-md-n3 {
    margin: -1rem;
  }
  .bootstrap-4-enabled .mt-md-n3,
  .bootstrap-4-enabled .my-md-n3 {
    margin-top: -1rem;
  }
  .bootstrap-4-enabled .mr-md-n3,
  .bootstrap-4-enabled .mx-md-n3 {
    margin-right: -1rem;
  }
  .bootstrap-4-enabled .mb-md-n3,
  .bootstrap-4-enabled .my-md-n3 {
    margin-bottom: -1rem;
  }
  .bootstrap-4-enabled .ml-md-n3,
  .bootstrap-4-enabled .mx-md-n3 {
    margin-left: -1rem;
  }
  .bootstrap-4-enabled .m-md-n4 {
    margin: -1.5rem;
  }
  .bootstrap-4-enabled .mt-md-n4,
  .bootstrap-4-enabled .my-md-n4 {
    margin-top: -1.5rem;
  }
  .bootstrap-4-enabled .mr-md-n4,
  .bootstrap-4-enabled .mx-md-n4 {
    margin-right: -1.5rem;
  }
  .bootstrap-4-enabled .mb-md-n4,
  .bootstrap-4-enabled .my-md-n4 {
    margin-bottom: -1.5rem;
  }
  .bootstrap-4-enabled .ml-md-n4,
  .bootstrap-4-enabled .mx-md-n4 {
    margin-left: -1.5rem;
  }
  .bootstrap-4-enabled .m-md-n5 {
    margin: -3rem;
  }
  .bootstrap-4-enabled .mt-md-n5,
  .bootstrap-4-enabled .my-md-n5 {
    margin-top: -3rem;
  }
  .bootstrap-4-enabled .mr-md-n5,
  .bootstrap-4-enabled .mx-md-n5 {
    margin-right: -3rem;
  }
  .bootstrap-4-enabled .mb-md-n5,
  .bootstrap-4-enabled .my-md-n5 {
    margin-bottom: -3rem;
  }
  .bootstrap-4-enabled .ml-md-n5,
  .bootstrap-4-enabled .mx-md-n5 {
    margin-left: -3rem;
  }
  .bootstrap-4-enabled .m-md-n3_5 {
    margin: -1.25rem;
  }
  .bootstrap-4-enabled .mt-md-n3_5,
  .bootstrap-4-enabled .my-md-n3_5 {
    margin-top: -1.25rem;
  }
  .bootstrap-4-enabled .mr-md-n3_5,
  .bootstrap-4-enabled .mx-md-n3_5 {
    margin-right: -1.25rem;
  }
  .bootstrap-4-enabled .mb-md-n3_5,
  .bootstrap-4-enabled .my-md-n3_5 {
    margin-bottom: -1.25rem;
  }
  .bootstrap-4-enabled .ml-md-n3_5,
  .bootstrap-4-enabled .mx-md-n3_5 {
    margin-left: -1.25rem;
  }
  .bootstrap-4-enabled .m-md-n4_5 {
    margin: -2.25rem;
  }
  .bootstrap-4-enabled .mt-md-n4_5,
  .bootstrap-4-enabled .my-md-n4_5 {
    margin-top: -2.25rem;
  }
  .bootstrap-4-enabled .mr-md-n4_5,
  .bootstrap-4-enabled .mx-md-n4_5 {
    margin-right: -2.25rem;
  }
  .bootstrap-4-enabled .mb-md-n4_5,
  .bootstrap-4-enabled .my-md-n4_5 {
    margin-bottom: -2.25rem;
  }
  .bootstrap-4-enabled .ml-md-n4_5,
  .bootstrap-4-enabled .mx-md-n4_5 {
    margin-left: -2.25rem;
  }
  .bootstrap-4-enabled .m-md-n6 {
    margin: -4rem;
  }
  .bootstrap-4-enabled .mt-md-n6,
  .bootstrap-4-enabled .my-md-n6 {
    margin-top: -4rem;
  }
  .bootstrap-4-enabled .mr-md-n6,
  .bootstrap-4-enabled .mx-md-n6 {
    margin-right: -4rem;
  }
  .bootstrap-4-enabled .mb-md-n6,
  .bootstrap-4-enabled .my-md-n6 {
    margin-bottom: -4rem;
  }
  .bootstrap-4-enabled .ml-md-n6,
  .bootstrap-4-enabled .mx-md-n6 {
    margin-left: -4rem;
  }
  .bootstrap-4-enabled .m-md-n7 {
    margin: -5rem;
  }
  .bootstrap-4-enabled .mt-md-n7,
  .bootstrap-4-enabled .my-md-n7 {
    margin-top: -5rem;
  }
  .bootstrap-4-enabled .mr-md-n7,
  .bootstrap-4-enabled .mx-md-n7 {
    margin-right: -5rem;
  }
  .bootstrap-4-enabled .mb-md-n7,
  .bootstrap-4-enabled .my-md-n7 {
    margin-bottom: -5rem;
  }
  .bootstrap-4-enabled .ml-md-n7,
  .bootstrap-4-enabled .mx-md-n7 {
    margin-left: -5rem;
  }
  .bootstrap-4-enabled .m-md-n8 {
    margin: -6rem;
  }
  .bootstrap-4-enabled .mt-md-n8,
  .bootstrap-4-enabled .my-md-n8 {
    margin-top: -6rem;
  }
  .bootstrap-4-enabled .mr-md-n8,
  .bootstrap-4-enabled .mx-md-n8 {
    margin-right: -6rem;
  }
  .bootstrap-4-enabled .mb-md-n8,
  .bootstrap-4-enabled .my-md-n8 {
    margin-bottom: -6rem;
  }
  .bootstrap-4-enabled .ml-md-n8,
  .bootstrap-4-enabled .mx-md-n8 {
    margin-left: -6rem;
  }
  .bootstrap-4-enabled .m-md-auto {
    margin: auto;
  }
  .bootstrap-4-enabled .mt-md-auto,
  .bootstrap-4-enabled .my-md-auto {
    margin-top: auto;
  }
  .bootstrap-4-enabled .mr-md-auto,
  .bootstrap-4-enabled .mx-md-auto {
    margin-right: auto;
  }
  .bootstrap-4-enabled .mb-md-auto,
  .bootstrap-4-enabled .my-md-auto {
    margin-bottom: auto;
  }
  .bootstrap-4-enabled .ml-md-auto,
  .bootstrap-4-enabled .mx-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrap-4-enabled .m-lg-0 {
    margin: 0;
  }
  .bootstrap-4-enabled .mt-lg-0,
  .bootstrap-4-enabled .my-lg-0 {
    margin-top: 0;
  }
  .bootstrap-4-enabled .mr-lg-0,
  .bootstrap-4-enabled .mx-lg-0 {
    margin-right: 0;
  }
  .bootstrap-4-enabled .mb-lg-0,
  .bootstrap-4-enabled .my-lg-0 {
    margin-bottom: 0;
  }
  .bootstrap-4-enabled .ml-lg-0,
  .bootstrap-4-enabled .mx-lg-0 {
    margin-left: 0;
  }
  .bootstrap-4-enabled .m-lg-1 {
    margin: 0.25rem;
  }
  .bootstrap-4-enabled .mt-lg-1,
  .bootstrap-4-enabled .my-lg-1 {
    margin-top: 0.25rem;
  }
  .bootstrap-4-enabled .mr-lg-1,
  .bootstrap-4-enabled .mx-lg-1 {
    margin-right: 0.25rem;
  }
  .bootstrap-4-enabled .mb-lg-1,
  .bootstrap-4-enabled .my-lg-1 {
    margin-bottom: 0.25rem;
  }
  .bootstrap-4-enabled .ml-lg-1,
  .bootstrap-4-enabled .mx-lg-1 {
    margin-left: 0.25rem;
  }
  .bootstrap-4-enabled .m-lg-2 {
    margin: 0.5rem;
  }
  .bootstrap-4-enabled .mt-lg-2,
  .bootstrap-4-enabled .my-lg-2 {
    margin-top: 0.5rem;
  }
  .bootstrap-4-enabled .mr-lg-2,
  .bootstrap-4-enabled .mx-lg-2 {
    margin-right: 0.5rem;
  }
  .bootstrap-4-enabled .mb-lg-2,
  .bootstrap-4-enabled .my-lg-2 {
    margin-bottom: 0.5rem;
  }
  .bootstrap-4-enabled .ml-lg-2,
  .bootstrap-4-enabled .mx-lg-2 {
    margin-left: 0.5rem;
  }
  .bootstrap-4-enabled .m-lg-3 {
    margin: 1rem;
  }
  .bootstrap-4-enabled .mt-lg-3,
  .bootstrap-4-enabled .my-lg-3 {
    margin-top: 1rem;
  }
  .bootstrap-4-enabled .mr-lg-3,
  .bootstrap-4-enabled .mx-lg-3 {
    margin-right: 1rem;
  }
  .bootstrap-4-enabled .mb-lg-3,
  .bootstrap-4-enabled .my-lg-3 {
    margin-bottom: 1rem;
  }
  .bootstrap-4-enabled .ml-lg-3,
  .bootstrap-4-enabled .mx-lg-3 {
    margin-left: 1rem;
  }
  .bootstrap-4-enabled .m-lg-4 {
    margin: 1.5rem;
  }
  .bootstrap-4-enabled .mt-lg-4,
  .bootstrap-4-enabled .my-lg-4 {
    margin-top: 1.5rem;
  }
  .bootstrap-4-enabled .mr-lg-4,
  .bootstrap-4-enabled .mx-lg-4 {
    margin-right: 1.5rem;
  }
  .bootstrap-4-enabled .mb-lg-4,
  .bootstrap-4-enabled .my-lg-4 {
    margin-bottom: 1.5rem;
  }
  .bootstrap-4-enabled .ml-lg-4,
  .bootstrap-4-enabled .mx-lg-4 {
    margin-left: 1.5rem;
  }
  .bootstrap-4-enabled .m-lg-5 {
    margin: 3rem;
  }
  .bootstrap-4-enabled .mt-lg-5,
  .bootstrap-4-enabled .my-lg-5 {
    margin-top: 3rem;
  }
  .bootstrap-4-enabled .mr-lg-5,
  .bootstrap-4-enabled .mx-lg-5 {
    margin-right: 3rem;
  }
  .bootstrap-4-enabled .mb-lg-5,
  .bootstrap-4-enabled .my-lg-5 {
    margin-bottom: 3rem;
  }
  .bootstrap-4-enabled .ml-lg-5,
  .bootstrap-4-enabled .mx-lg-5 {
    margin-left: 3rem;
  }
  .bootstrap-4-enabled .m-lg-3_5 {
    margin: 1.25rem;
  }
  .bootstrap-4-enabled .mt-lg-3_5,
  .bootstrap-4-enabled .my-lg-3_5 {
    margin-top: 1.25rem;
  }
  .bootstrap-4-enabled .mr-lg-3_5,
  .bootstrap-4-enabled .mx-lg-3_5 {
    margin-right: 1.25rem;
  }
  .bootstrap-4-enabled .mb-lg-3_5,
  .bootstrap-4-enabled .my-lg-3_5 {
    margin-bottom: 1.25rem;
  }
  .bootstrap-4-enabled .ml-lg-3_5,
  .bootstrap-4-enabled .mx-lg-3_5 {
    margin-left: 1.25rem;
  }
  .bootstrap-4-enabled .m-lg-4_5 {
    margin: 2.25rem;
  }
  .bootstrap-4-enabled .mt-lg-4_5,
  .bootstrap-4-enabled .my-lg-4_5 {
    margin-top: 2.25rem;
  }
  .bootstrap-4-enabled .mr-lg-4_5,
  .bootstrap-4-enabled .mx-lg-4_5 {
    margin-right: 2.25rem;
  }
  .bootstrap-4-enabled .mb-lg-4_5,
  .bootstrap-4-enabled .my-lg-4_5 {
    margin-bottom: 2.25rem;
  }
  .bootstrap-4-enabled .ml-lg-4_5,
  .bootstrap-4-enabled .mx-lg-4_5 {
    margin-left: 2.25rem;
  }
  .bootstrap-4-enabled .m-lg-6 {
    margin: 4rem;
  }
  .bootstrap-4-enabled .mt-lg-6,
  .bootstrap-4-enabled .my-lg-6 {
    margin-top: 4rem;
  }
  .bootstrap-4-enabled .mr-lg-6,
  .bootstrap-4-enabled .mx-lg-6 {
    margin-right: 4rem;
  }
  .bootstrap-4-enabled .mb-lg-6,
  .bootstrap-4-enabled .my-lg-6 {
    margin-bottom: 4rem;
  }
  .bootstrap-4-enabled .ml-lg-6,
  .bootstrap-4-enabled .mx-lg-6 {
    margin-left: 4rem;
  }
  .bootstrap-4-enabled .m-lg-7 {
    margin: 5rem;
  }
  .bootstrap-4-enabled .mt-lg-7,
  .bootstrap-4-enabled .my-lg-7 {
    margin-top: 5rem;
  }
  .bootstrap-4-enabled .mr-lg-7,
  .bootstrap-4-enabled .mx-lg-7 {
    margin-right: 5rem;
  }
  .bootstrap-4-enabled .mb-lg-7,
  .bootstrap-4-enabled .my-lg-7 {
    margin-bottom: 5rem;
  }
  .bootstrap-4-enabled .ml-lg-7,
  .bootstrap-4-enabled .mx-lg-7 {
    margin-left: 5rem;
  }
  .bootstrap-4-enabled .m-lg-8 {
    margin: 6rem;
  }
  .bootstrap-4-enabled .mt-lg-8,
  .bootstrap-4-enabled .my-lg-8 {
    margin-top: 6rem;
  }
  .bootstrap-4-enabled .mr-lg-8,
  .bootstrap-4-enabled .mx-lg-8 {
    margin-right: 6rem;
  }
  .bootstrap-4-enabled .mb-lg-8,
  .bootstrap-4-enabled .my-lg-8 {
    margin-bottom: 6rem;
  }
  .bootstrap-4-enabled .ml-lg-8,
  .bootstrap-4-enabled .mx-lg-8 {
    margin-left: 6rem;
  }
  .bootstrap-4-enabled .p-lg-0 {
    padding: 0;
  }
  .bootstrap-4-enabled .pt-lg-0,
  .bootstrap-4-enabled .py-lg-0 {
    padding-top: 0;
  }
  .bootstrap-4-enabled .pr-lg-0,
  .bootstrap-4-enabled .px-lg-0 {
    padding-right: 0;
  }
  .bootstrap-4-enabled .pb-lg-0,
  .bootstrap-4-enabled .py-lg-0 {
    padding-bottom: 0;
  }
  .bootstrap-4-enabled .pl-lg-0,
  .bootstrap-4-enabled .px-lg-0 {
    padding-left: 0;
  }
  .bootstrap-4-enabled .p-lg-1 {
    padding: 0.25rem;
  }
  .bootstrap-4-enabled .pt-lg-1,
  .bootstrap-4-enabled .py-lg-1 {
    padding-top: 0.25rem;
  }
  .bootstrap-4-enabled .pr-lg-1,
  .bootstrap-4-enabled .px-lg-1 {
    padding-right: 0.25rem;
  }
  .bootstrap-4-enabled .pb-lg-1,
  .bootstrap-4-enabled .py-lg-1 {
    padding-bottom: 0.25rem;
  }
  .bootstrap-4-enabled .pl-lg-1,
  .bootstrap-4-enabled .px-lg-1 {
    padding-left: 0.25rem;
  }
  .bootstrap-4-enabled .p-lg-2 {
    padding: 0.5rem;
  }
  .bootstrap-4-enabled .pt-lg-2,
  .bootstrap-4-enabled .py-lg-2 {
    padding-top: 0.5rem;
  }
  .bootstrap-4-enabled .pr-lg-2,
  .bootstrap-4-enabled .px-lg-2 {
    padding-right: 0.5rem;
  }
  .bootstrap-4-enabled .pb-lg-2,
  .bootstrap-4-enabled .py-lg-2 {
    padding-bottom: 0.5rem;
  }
  .bootstrap-4-enabled .pl-lg-2,
  .bootstrap-4-enabled .px-lg-2 {
    padding-left: 0.5rem;
  }
  .bootstrap-4-enabled .p-lg-3 {
    padding: 1rem;
  }
  .bootstrap-4-enabled .pt-lg-3,
  .bootstrap-4-enabled .py-lg-3 {
    padding-top: 1rem;
  }
  .bootstrap-4-enabled .pr-lg-3,
  .bootstrap-4-enabled .px-lg-3 {
    padding-right: 1rem;
  }
  .bootstrap-4-enabled .pb-lg-3,
  .bootstrap-4-enabled .py-lg-3 {
    padding-bottom: 1rem;
  }
  .bootstrap-4-enabled .pl-lg-3,
  .bootstrap-4-enabled .px-lg-3 {
    padding-left: 1rem;
  }
  .bootstrap-4-enabled .p-lg-4 {
    padding: 1.5rem;
  }
  .bootstrap-4-enabled .pt-lg-4,
  .bootstrap-4-enabled .py-lg-4 {
    padding-top: 1.5rem;
  }
  .bootstrap-4-enabled .pr-lg-4,
  .bootstrap-4-enabled .px-lg-4 {
    padding-right: 1.5rem;
  }
  .bootstrap-4-enabled .pb-lg-4,
  .bootstrap-4-enabled .py-lg-4 {
    padding-bottom: 1.5rem;
  }
  .bootstrap-4-enabled .pl-lg-4,
  .bootstrap-4-enabled .px-lg-4 {
    padding-left: 1.5rem;
  }
  .bootstrap-4-enabled .p-lg-5 {
    padding: 3rem;
  }
  .bootstrap-4-enabled .pt-lg-5,
  .bootstrap-4-enabled .py-lg-5 {
    padding-top: 3rem;
  }
  .bootstrap-4-enabled .pr-lg-5,
  .bootstrap-4-enabled .px-lg-5 {
    padding-right: 3rem;
  }
  .bootstrap-4-enabled .pb-lg-5,
  .bootstrap-4-enabled .py-lg-5 {
    padding-bottom: 3rem;
  }
  .bootstrap-4-enabled .pl-lg-5,
  .bootstrap-4-enabled .px-lg-5 {
    padding-left: 3rem;
  }
  .bootstrap-4-enabled .p-lg-3_5 {
    padding: 1.25rem;
  }
  .bootstrap-4-enabled .pt-lg-3_5,
  .bootstrap-4-enabled .py-lg-3_5 {
    padding-top: 1.25rem;
  }
  .bootstrap-4-enabled .pr-lg-3_5,
  .bootstrap-4-enabled .px-lg-3_5 {
    padding-right: 1.25rem;
  }
  .bootstrap-4-enabled .pb-lg-3_5,
  .bootstrap-4-enabled .py-lg-3_5 {
    padding-bottom: 1.25rem;
  }
  .bootstrap-4-enabled .pl-lg-3_5,
  .bootstrap-4-enabled .px-lg-3_5 {
    padding-left: 1.25rem;
  }
  .bootstrap-4-enabled .p-lg-4_5 {
    padding: 2.25rem;
  }
  .bootstrap-4-enabled .pt-lg-4_5,
  .bootstrap-4-enabled .py-lg-4_5 {
    padding-top: 2.25rem;
  }
  .bootstrap-4-enabled .pr-lg-4_5,
  .bootstrap-4-enabled .px-lg-4_5 {
    padding-right: 2.25rem;
  }
  .bootstrap-4-enabled .pb-lg-4_5,
  .bootstrap-4-enabled .py-lg-4_5 {
    padding-bottom: 2.25rem;
  }
  .bootstrap-4-enabled .pl-lg-4_5,
  .bootstrap-4-enabled .px-lg-4_5 {
    padding-left: 2.25rem;
  }
  .bootstrap-4-enabled .p-lg-6 {
    padding: 4rem;
  }
  .bootstrap-4-enabled .pt-lg-6,
  .bootstrap-4-enabled .py-lg-6 {
    padding-top: 4rem;
  }
  .bootstrap-4-enabled .pr-lg-6,
  .bootstrap-4-enabled .px-lg-6 {
    padding-right: 4rem;
  }
  .bootstrap-4-enabled .pb-lg-6,
  .bootstrap-4-enabled .py-lg-6 {
    padding-bottom: 4rem;
  }
  .bootstrap-4-enabled .pl-lg-6,
  .bootstrap-4-enabled .px-lg-6 {
    padding-left: 4rem;
  }
  .bootstrap-4-enabled .p-lg-7 {
    padding: 5rem;
  }
  .bootstrap-4-enabled .pt-lg-7,
  .bootstrap-4-enabled .py-lg-7 {
    padding-top: 5rem;
  }
  .bootstrap-4-enabled .pr-lg-7,
  .bootstrap-4-enabled .px-lg-7 {
    padding-right: 5rem;
  }
  .bootstrap-4-enabled .pb-lg-7,
  .bootstrap-4-enabled .py-lg-7 {
    padding-bottom: 5rem;
  }
  .bootstrap-4-enabled .pl-lg-7,
  .bootstrap-4-enabled .px-lg-7 {
    padding-left: 5rem;
  }
  .bootstrap-4-enabled .p-lg-8 {
    padding: 6rem;
  }
  .bootstrap-4-enabled .pt-lg-8,
  .bootstrap-4-enabled .py-lg-8 {
    padding-top: 6rem;
  }
  .bootstrap-4-enabled .pr-lg-8,
  .bootstrap-4-enabled .px-lg-8 {
    padding-right: 6rem;
  }
  .bootstrap-4-enabled .pb-lg-8,
  .bootstrap-4-enabled .py-lg-8 {
    padding-bottom: 6rem;
  }
  .bootstrap-4-enabled .pl-lg-8,
  .bootstrap-4-enabled .px-lg-8 {
    padding-left: 6rem;
  }
  .bootstrap-4-enabled .m-lg-n1 {
    margin: -0.25rem;
  }
  .bootstrap-4-enabled .mt-lg-n1,
  .bootstrap-4-enabled .my-lg-n1 {
    margin-top: -0.25rem;
  }
  .bootstrap-4-enabled .mr-lg-n1,
  .bootstrap-4-enabled .mx-lg-n1 {
    margin-right: -0.25rem;
  }
  .bootstrap-4-enabled .mb-lg-n1,
  .bootstrap-4-enabled .my-lg-n1 {
    margin-bottom: -0.25rem;
  }
  .bootstrap-4-enabled .ml-lg-n1,
  .bootstrap-4-enabled .mx-lg-n1 {
    margin-left: -0.25rem;
  }
  .bootstrap-4-enabled .m-lg-n2 {
    margin: -0.5rem;
  }
  .bootstrap-4-enabled .mt-lg-n2,
  .bootstrap-4-enabled .my-lg-n2 {
    margin-top: -0.5rem;
  }
  .bootstrap-4-enabled .mr-lg-n2,
  .bootstrap-4-enabled .mx-lg-n2 {
    margin-right: -0.5rem;
  }
  .bootstrap-4-enabled .mb-lg-n2,
  .bootstrap-4-enabled .my-lg-n2 {
    margin-bottom: -0.5rem;
  }
  .bootstrap-4-enabled .ml-lg-n2,
  .bootstrap-4-enabled .mx-lg-n2 {
    margin-left: -0.5rem;
  }
  .bootstrap-4-enabled .m-lg-n3 {
    margin: -1rem;
  }
  .bootstrap-4-enabled .mt-lg-n3,
  .bootstrap-4-enabled .my-lg-n3 {
    margin-top: -1rem;
  }
  .bootstrap-4-enabled .mr-lg-n3,
  .bootstrap-4-enabled .mx-lg-n3 {
    margin-right: -1rem;
  }
  .bootstrap-4-enabled .mb-lg-n3,
  .bootstrap-4-enabled .my-lg-n3 {
    margin-bottom: -1rem;
  }
  .bootstrap-4-enabled .ml-lg-n3,
  .bootstrap-4-enabled .mx-lg-n3 {
    margin-left: -1rem;
  }
  .bootstrap-4-enabled .m-lg-n4 {
    margin: -1.5rem;
  }
  .bootstrap-4-enabled .mt-lg-n4,
  .bootstrap-4-enabled .my-lg-n4 {
    margin-top: -1.5rem;
  }
  .bootstrap-4-enabled .mr-lg-n4,
  .bootstrap-4-enabled .mx-lg-n4 {
    margin-right: -1.5rem;
  }
  .bootstrap-4-enabled .mb-lg-n4,
  .bootstrap-4-enabled .my-lg-n4 {
    margin-bottom: -1.5rem;
  }
  .bootstrap-4-enabled .ml-lg-n4,
  .bootstrap-4-enabled .mx-lg-n4 {
    margin-left: -1.5rem;
  }
  .bootstrap-4-enabled .m-lg-n5 {
    margin: -3rem;
  }
  .bootstrap-4-enabled .mt-lg-n5,
  .bootstrap-4-enabled .my-lg-n5 {
    margin-top: -3rem;
  }
  .bootstrap-4-enabled .mr-lg-n5,
  .bootstrap-4-enabled .mx-lg-n5 {
    margin-right: -3rem;
  }
  .bootstrap-4-enabled .mb-lg-n5,
  .bootstrap-4-enabled .my-lg-n5 {
    margin-bottom: -3rem;
  }
  .bootstrap-4-enabled .ml-lg-n5,
  .bootstrap-4-enabled .mx-lg-n5 {
    margin-left: -3rem;
  }
  .bootstrap-4-enabled .m-lg-n3_5 {
    margin: -1.25rem;
  }
  .bootstrap-4-enabled .mt-lg-n3_5,
  .bootstrap-4-enabled .my-lg-n3_5 {
    margin-top: -1.25rem;
  }
  .bootstrap-4-enabled .mr-lg-n3_5,
  .bootstrap-4-enabled .mx-lg-n3_5 {
    margin-right: -1.25rem;
  }
  .bootstrap-4-enabled .mb-lg-n3_5,
  .bootstrap-4-enabled .my-lg-n3_5 {
    margin-bottom: -1.25rem;
  }
  .bootstrap-4-enabled .ml-lg-n3_5,
  .bootstrap-4-enabled .mx-lg-n3_5 {
    margin-left: -1.25rem;
  }
  .bootstrap-4-enabled .m-lg-n4_5 {
    margin: -2.25rem;
  }
  .bootstrap-4-enabled .mt-lg-n4_5,
  .bootstrap-4-enabled .my-lg-n4_5 {
    margin-top: -2.25rem;
  }
  .bootstrap-4-enabled .mr-lg-n4_5,
  .bootstrap-4-enabled .mx-lg-n4_5 {
    margin-right: -2.25rem;
  }
  .bootstrap-4-enabled .mb-lg-n4_5,
  .bootstrap-4-enabled .my-lg-n4_5 {
    margin-bottom: -2.25rem;
  }
  .bootstrap-4-enabled .ml-lg-n4_5,
  .bootstrap-4-enabled .mx-lg-n4_5 {
    margin-left: -2.25rem;
  }
  .bootstrap-4-enabled .m-lg-n6 {
    margin: -4rem;
  }
  .bootstrap-4-enabled .mt-lg-n6,
  .bootstrap-4-enabled .my-lg-n6 {
    margin-top: -4rem;
  }
  .bootstrap-4-enabled .mr-lg-n6,
  .bootstrap-4-enabled .mx-lg-n6 {
    margin-right: -4rem;
  }
  .bootstrap-4-enabled .mb-lg-n6,
  .bootstrap-4-enabled .my-lg-n6 {
    margin-bottom: -4rem;
  }
  .bootstrap-4-enabled .ml-lg-n6,
  .bootstrap-4-enabled .mx-lg-n6 {
    margin-left: -4rem;
  }
  .bootstrap-4-enabled .m-lg-n7 {
    margin: -5rem;
  }
  .bootstrap-4-enabled .mt-lg-n7,
  .bootstrap-4-enabled .my-lg-n7 {
    margin-top: -5rem;
  }
  .bootstrap-4-enabled .mr-lg-n7,
  .bootstrap-4-enabled .mx-lg-n7 {
    margin-right: -5rem;
  }
  .bootstrap-4-enabled .mb-lg-n7,
  .bootstrap-4-enabled .my-lg-n7 {
    margin-bottom: -5rem;
  }
  .bootstrap-4-enabled .ml-lg-n7,
  .bootstrap-4-enabled .mx-lg-n7 {
    margin-left: -5rem;
  }
  .bootstrap-4-enabled .m-lg-n8 {
    margin: -6rem;
  }
  .bootstrap-4-enabled .mt-lg-n8,
  .bootstrap-4-enabled .my-lg-n8 {
    margin-top: -6rem;
  }
  .bootstrap-4-enabled .mr-lg-n8,
  .bootstrap-4-enabled .mx-lg-n8 {
    margin-right: -6rem;
  }
  .bootstrap-4-enabled .mb-lg-n8,
  .bootstrap-4-enabled .my-lg-n8 {
    margin-bottom: -6rem;
  }
  .bootstrap-4-enabled .ml-lg-n8,
  .bootstrap-4-enabled .mx-lg-n8 {
    margin-left: -6rem;
  }
  .bootstrap-4-enabled .m-lg-auto {
    margin: auto;
  }
  .bootstrap-4-enabled .mt-lg-auto,
  .bootstrap-4-enabled .my-lg-auto {
    margin-top: auto;
  }
  .bootstrap-4-enabled .mr-lg-auto,
  .bootstrap-4-enabled .mx-lg-auto {
    margin-right: auto;
  }
  .bootstrap-4-enabled .mb-lg-auto,
  .bootstrap-4-enabled .my-lg-auto {
    margin-bottom: auto;
  }
  .bootstrap-4-enabled .ml-lg-auto,
  .bootstrap-4-enabled .mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4-enabled .m-xl-0 {
    margin: 0;
  }
  .bootstrap-4-enabled .mt-xl-0,
  .bootstrap-4-enabled .my-xl-0 {
    margin-top: 0;
  }
  .bootstrap-4-enabled .mr-xl-0,
  .bootstrap-4-enabled .mx-xl-0 {
    margin-right: 0;
  }
  .bootstrap-4-enabled .mb-xl-0,
  .bootstrap-4-enabled .my-xl-0 {
    margin-bottom: 0;
  }
  .bootstrap-4-enabled .ml-xl-0,
  .bootstrap-4-enabled .mx-xl-0 {
    margin-left: 0;
  }
  .bootstrap-4-enabled .m-xl-1 {
    margin: 0.25rem;
  }
  .bootstrap-4-enabled .mt-xl-1,
  .bootstrap-4-enabled .my-xl-1 {
    margin-top: 0.25rem;
  }
  .bootstrap-4-enabled .mr-xl-1,
  .bootstrap-4-enabled .mx-xl-1 {
    margin-right: 0.25rem;
  }
  .bootstrap-4-enabled .mb-xl-1,
  .bootstrap-4-enabled .my-xl-1 {
    margin-bottom: 0.25rem;
  }
  .bootstrap-4-enabled .ml-xl-1,
  .bootstrap-4-enabled .mx-xl-1 {
    margin-left: 0.25rem;
  }
  .bootstrap-4-enabled .m-xl-2 {
    margin: 0.5rem;
  }
  .bootstrap-4-enabled .mt-xl-2,
  .bootstrap-4-enabled .my-xl-2 {
    margin-top: 0.5rem;
  }
  .bootstrap-4-enabled .mr-xl-2,
  .bootstrap-4-enabled .mx-xl-2 {
    margin-right: 0.5rem;
  }
  .bootstrap-4-enabled .mb-xl-2,
  .bootstrap-4-enabled .my-xl-2 {
    margin-bottom: 0.5rem;
  }
  .bootstrap-4-enabled .ml-xl-2,
  .bootstrap-4-enabled .mx-xl-2 {
    margin-left: 0.5rem;
  }
  .bootstrap-4-enabled .m-xl-3 {
    margin: 1rem;
  }
  .bootstrap-4-enabled .mt-xl-3,
  .bootstrap-4-enabled .my-xl-3 {
    margin-top: 1rem;
  }
  .bootstrap-4-enabled .mr-xl-3,
  .bootstrap-4-enabled .mx-xl-3 {
    margin-right: 1rem;
  }
  .bootstrap-4-enabled .mb-xl-3,
  .bootstrap-4-enabled .my-xl-3 {
    margin-bottom: 1rem;
  }
  .bootstrap-4-enabled .ml-xl-3,
  .bootstrap-4-enabled .mx-xl-3 {
    margin-left: 1rem;
  }
  .bootstrap-4-enabled .m-xl-4 {
    margin: 1.5rem;
  }
  .bootstrap-4-enabled .mt-xl-4,
  .bootstrap-4-enabled .my-xl-4 {
    margin-top: 1.5rem;
  }
  .bootstrap-4-enabled .mr-xl-4,
  .bootstrap-4-enabled .mx-xl-4 {
    margin-right: 1.5rem;
  }
  .bootstrap-4-enabled .mb-xl-4,
  .bootstrap-4-enabled .my-xl-4 {
    margin-bottom: 1.5rem;
  }
  .bootstrap-4-enabled .ml-xl-4,
  .bootstrap-4-enabled .mx-xl-4 {
    margin-left: 1.5rem;
  }
  .bootstrap-4-enabled .m-xl-5 {
    margin: 3rem;
  }
  .bootstrap-4-enabled .mt-xl-5,
  .bootstrap-4-enabled .my-xl-5 {
    margin-top: 3rem;
  }
  .bootstrap-4-enabled .mr-xl-5,
  .bootstrap-4-enabled .mx-xl-5 {
    margin-right: 3rem;
  }
  .bootstrap-4-enabled .mb-xl-5,
  .bootstrap-4-enabled .my-xl-5 {
    margin-bottom: 3rem;
  }
  .bootstrap-4-enabled .ml-xl-5,
  .bootstrap-4-enabled .mx-xl-5 {
    margin-left: 3rem;
  }
  .bootstrap-4-enabled .m-xl-3_5 {
    margin: 1.25rem;
  }
  .bootstrap-4-enabled .mt-xl-3_5,
  .bootstrap-4-enabled .my-xl-3_5 {
    margin-top: 1.25rem;
  }
  .bootstrap-4-enabled .mr-xl-3_5,
  .bootstrap-4-enabled .mx-xl-3_5 {
    margin-right: 1.25rem;
  }
  .bootstrap-4-enabled .mb-xl-3_5,
  .bootstrap-4-enabled .my-xl-3_5 {
    margin-bottom: 1.25rem;
  }
  .bootstrap-4-enabled .ml-xl-3_5,
  .bootstrap-4-enabled .mx-xl-3_5 {
    margin-left: 1.25rem;
  }
  .bootstrap-4-enabled .m-xl-4_5 {
    margin: 2.25rem;
  }
  .bootstrap-4-enabled .mt-xl-4_5,
  .bootstrap-4-enabled .my-xl-4_5 {
    margin-top: 2.25rem;
  }
  .bootstrap-4-enabled .mr-xl-4_5,
  .bootstrap-4-enabled .mx-xl-4_5 {
    margin-right: 2.25rem;
  }
  .bootstrap-4-enabled .mb-xl-4_5,
  .bootstrap-4-enabled .my-xl-4_5 {
    margin-bottom: 2.25rem;
  }
  .bootstrap-4-enabled .ml-xl-4_5,
  .bootstrap-4-enabled .mx-xl-4_5 {
    margin-left: 2.25rem;
  }
  .bootstrap-4-enabled .m-xl-6 {
    margin: 4rem;
  }
  .bootstrap-4-enabled .mt-xl-6,
  .bootstrap-4-enabled .my-xl-6 {
    margin-top: 4rem;
  }
  .bootstrap-4-enabled .mr-xl-6,
  .bootstrap-4-enabled .mx-xl-6 {
    margin-right: 4rem;
  }
  .bootstrap-4-enabled .mb-xl-6,
  .bootstrap-4-enabled .my-xl-6 {
    margin-bottom: 4rem;
  }
  .bootstrap-4-enabled .ml-xl-6,
  .bootstrap-4-enabled .mx-xl-6 {
    margin-left: 4rem;
  }
  .bootstrap-4-enabled .m-xl-7 {
    margin: 5rem;
  }
  .bootstrap-4-enabled .mt-xl-7,
  .bootstrap-4-enabled .my-xl-7 {
    margin-top: 5rem;
  }
  .bootstrap-4-enabled .mr-xl-7,
  .bootstrap-4-enabled .mx-xl-7 {
    margin-right: 5rem;
  }
  .bootstrap-4-enabled .mb-xl-7,
  .bootstrap-4-enabled .my-xl-7 {
    margin-bottom: 5rem;
  }
  .bootstrap-4-enabled .ml-xl-7,
  .bootstrap-4-enabled .mx-xl-7 {
    margin-left: 5rem;
  }
  .bootstrap-4-enabled .m-xl-8 {
    margin: 6rem;
  }
  .bootstrap-4-enabled .mt-xl-8,
  .bootstrap-4-enabled .my-xl-8 {
    margin-top: 6rem;
  }
  .bootstrap-4-enabled .mr-xl-8,
  .bootstrap-4-enabled .mx-xl-8 {
    margin-right: 6rem;
  }
  .bootstrap-4-enabled .mb-xl-8,
  .bootstrap-4-enabled .my-xl-8 {
    margin-bottom: 6rem;
  }
  .bootstrap-4-enabled .ml-xl-8,
  .bootstrap-4-enabled .mx-xl-8 {
    margin-left: 6rem;
  }
  .bootstrap-4-enabled .p-xl-0 {
    padding: 0;
  }
  .bootstrap-4-enabled .pt-xl-0,
  .bootstrap-4-enabled .py-xl-0 {
    padding-top: 0;
  }
  .bootstrap-4-enabled .pr-xl-0,
  .bootstrap-4-enabled .px-xl-0 {
    padding-right: 0;
  }
  .bootstrap-4-enabled .pb-xl-0,
  .bootstrap-4-enabled .py-xl-0 {
    padding-bottom: 0;
  }
  .bootstrap-4-enabled .pl-xl-0,
  .bootstrap-4-enabled .px-xl-0 {
    padding-left: 0;
  }
  .bootstrap-4-enabled .p-xl-1 {
    padding: 0.25rem;
  }
  .bootstrap-4-enabled .pt-xl-1,
  .bootstrap-4-enabled .py-xl-1 {
    padding-top: 0.25rem;
  }
  .bootstrap-4-enabled .pr-xl-1,
  .bootstrap-4-enabled .px-xl-1 {
    padding-right: 0.25rem;
  }
  .bootstrap-4-enabled .pb-xl-1,
  .bootstrap-4-enabled .py-xl-1 {
    padding-bottom: 0.25rem;
  }
  .bootstrap-4-enabled .pl-xl-1,
  .bootstrap-4-enabled .px-xl-1 {
    padding-left: 0.25rem;
  }
  .bootstrap-4-enabled .p-xl-2 {
    padding: 0.5rem;
  }
  .bootstrap-4-enabled .pt-xl-2,
  .bootstrap-4-enabled .py-xl-2 {
    padding-top: 0.5rem;
  }
  .bootstrap-4-enabled .pr-xl-2,
  .bootstrap-4-enabled .px-xl-2 {
    padding-right: 0.5rem;
  }
  .bootstrap-4-enabled .pb-xl-2,
  .bootstrap-4-enabled .py-xl-2 {
    padding-bottom: 0.5rem;
  }
  .bootstrap-4-enabled .pl-xl-2,
  .bootstrap-4-enabled .px-xl-2 {
    padding-left: 0.5rem;
  }
  .bootstrap-4-enabled .p-xl-3 {
    padding: 1rem;
  }
  .bootstrap-4-enabled .pt-xl-3,
  .bootstrap-4-enabled .py-xl-3 {
    padding-top: 1rem;
  }
  .bootstrap-4-enabled .pr-xl-3,
  .bootstrap-4-enabled .px-xl-3 {
    padding-right: 1rem;
  }
  .bootstrap-4-enabled .pb-xl-3,
  .bootstrap-4-enabled .py-xl-3 {
    padding-bottom: 1rem;
  }
  .bootstrap-4-enabled .pl-xl-3,
  .bootstrap-4-enabled .px-xl-3 {
    padding-left: 1rem;
  }
  .bootstrap-4-enabled .p-xl-4 {
    padding: 1.5rem;
  }
  .bootstrap-4-enabled .pt-xl-4,
  .bootstrap-4-enabled .py-xl-4 {
    padding-top: 1.5rem;
  }
  .bootstrap-4-enabled .pr-xl-4,
  .bootstrap-4-enabled .px-xl-4 {
    padding-right: 1.5rem;
  }
  .bootstrap-4-enabled .pb-xl-4,
  .bootstrap-4-enabled .py-xl-4 {
    padding-bottom: 1.5rem;
  }
  .bootstrap-4-enabled .pl-xl-4,
  .bootstrap-4-enabled .px-xl-4 {
    padding-left: 1.5rem;
  }
  .bootstrap-4-enabled .p-xl-5 {
    padding: 3rem;
  }
  .bootstrap-4-enabled .pt-xl-5,
  .bootstrap-4-enabled .py-xl-5 {
    padding-top: 3rem;
  }
  .bootstrap-4-enabled .pr-xl-5,
  .bootstrap-4-enabled .px-xl-5 {
    padding-right: 3rem;
  }
  .bootstrap-4-enabled .pb-xl-5,
  .bootstrap-4-enabled .py-xl-5 {
    padding-bottom: 3rem;
  }
  .bootstrap-4-enabled .pl-xl-5,
  .bootstrap-4-enabled .px-xl-5 {
    padding-left: 3rem;
  }
  .bootstrap-4-enabled .p-xl-3_5 {
    padding: 1.25rem;
  }
  .bootstrap-4-enabled .pt-xl-3_5,
  .bootstrap-4-enabled .py-xl-3_5 {
    padding-top: 1.25rem;
  }
  .bootstrap-4-enabled .pr-xl-3_5,
  .bootstrap-4-enabled .px-xl-3_5 {
    padding-right: 1.25rem;
  }
  .bootstrap-4-enabled .pb-xl-3_5,
  .bootstrap-4-enabled .py-xl-3_5 {
    padding-bottom: 1.25rem;
  }
  .bootstrap-4-enabled .pl-xl-3_5,
  .bootstrap-4-enabled .px-xl-3_5 {
    padding-left: 1.25rem;
  }
  .bootstrap-4-enabled .p-xl-4_5 {
    padding: 2.25rem;
  }
  .bootstrap-4-enabled .pt-xl-4_5,
  .bootstrap-4-enabled .py-xl-4_5 {
    padding-top: 2.25rem;
  }
  .bootstrap-4-enabled .pr-xl-4_5,
  .bootstrap-4-enabled .px-xl-4_5 {
    padding-right: 2.25rem;
  }
  .bootstrap-4-enabled .pb-xl-4_5,
  .bootstrap-4-enabled .py-xl-4_5 {
    padding-bottom: 2.25rem;
  }
  .bootstrap-4-enabled .pl-xl-4_5,
  .bootstrap-4-enabled .px-xl-4_5 {
    padding-left: 2.25rem;
  }
  .bootstrap-4-enabled .p-xl-6 {
    padding: 4rem;
  }
  .bootstrap-4-enabled .pt-xl-6,
  .bootstrap-4-enabled .py-xl-6 {
    padding-top: 4rem;
  }
  .bootstrap-4-enabled .pr-xl-6,
  .bootstrap-4-enabled .px-xl-6 {
    padding-right: 4rem;
  }
  .bootstrap-4-enabled .pb-xl-6,
  .bootstrap-4-enabled .py-xl-6 {
    padding-bottom: 4rem;
  }
  .bootstrap-4-enabled .pl-xl-6,
  .bootstrap-4-enabled .px-xl-6 {
    padding-left: 4rem;
  }
  .bootstrap-4-enabled .p-xl-7 {
    padding: 5rem;
  }
  .bootstrap-4-enabled .pt-xl-7,
  .bootstrap-4-enabled .py-xl-7 {
    padding-top: 5rem;
  }
  .bootstrap-4-enabled .pr-xl-7,
  .bootstrap-4-enabled .px-xl-7 {
    padding-right: 5rem;
  }
  .bootstrap-4-enabled .pb-xl-7,
  .bootstrap-4-enabled .py-xl-7 {
    padding-bottom: 5rem;
  }
  .bootstrap-4-enabled .pl-xl-7,
  .bootstrap-4-enabled .px-xl-7 {
    padding-left: 5rem;
  }
  .bootstrap-4-enabled .p-xl-8 {
    padding: 6rem;
  }
  .bootstrap-4-enabled .pt-xl-8,
  .bootstrap-4-enabled .py-xl-8 {
    padding-top: 6rem;
  }
  .bootstrap-4-enabled .pr-xl-8,
  .bootstrap-4-enabled .px-xl-8 {
    padding-right: 6rem;
  }
  .bootstrap-4-enabled .pb-xl-8,
  .bootstrap-4-enabled .py-xl-8 {
    padding-bottom: 6rem;
  }
  .bootstrap-4-enabled .pl-xl-8,
  .bootstrap-4-enabled .px-xl-8 {
    padding-left: 6rem;
  }
  .bootstrap-4-enabled .m-xl-n1 {
    margin: -0.25rem;
  }
  .bootstrap-4-enabled .mt-xl-n1,
  .bootstrap-4-enabled .my-xl-n1 {
    margin-top: -0.25rem;
  }
  .bootstrap-4-enabled .mr-xl-n1,
  .bootstrap-4-enabled .mx-xl-n1 {
    margin-right: -0.25rem;
  }
  .bootstrap-4-enabled .mb-xl-n1,
  .bootstrap-4-enabled .my-xl-n1 {
    margin-bottom: -0.25rem;
  }
  .bootstrap-4-enabled .ml-xl-n1,
  .bootstrap-4-enabled .mx-xl-n1 {
    margin-left: -0.25rem;
  }
  .bootstrap-4-enabled .m-xl-n2 {
    margin: -0.5rem;
  }
  .bootstrap-4-enabled .mt-xl-n2,
  .bootstrap-4-enabled .my-xl-n2 {
    margin-top: -0.5rem;
  }
  .bootstrap-4-enabled .mr-xl-n2,
  .bootstrap-4-enabled .mx-xl-n2 {
    margin-right: -0.5rem;
  }
  .bootstrap-4-enabled .mb-xl-n2,
  .bootstrap-4-enabled .my-xl-n2 {
    margin-bottom: -0.5rem;
  }
  .bootstrap-4-enabled .ml-xl-n2,
  .bootstrap-4-enabled .mx-xl-n2 {
    margin-left: -0.5rem;
  }
  .bootstrap-4-enabled .m-xl-n3 {
    margin: -1rem;
  }
  .bootstrap-4-enabled .mt-xl-n3,
  .bootstrap-4-enabled .my-xl-n3 {
    margin-top: -1rem;
  }
  .bootstrap-4-enabled .mr-xl-n3,
  .bootstrap-4-enabled .mx-xl-n3 {
    margin-right: -1rem;
  }
  .bootstrap-4-enabled .mb-xl-n3,
  .bootstrap-4-enabled .my-xl-n3 {
    margin-bottom: -1rem;
  }
  .bootstrap-4-enabled .ml-xl-n3,
  .bootstrap-4-enabled .mx-xl-n3 {
    margin-left: -1rem;
  }
  .bootstrap-4-enabled .m-xl-n4 {
    margin: -1.5rem;
  }
  .bootstrap-4-enabled .mt-xl-n4,
  .bootstrap-4-enabled .my-xl-n4 {
    margin-top: -1.5rem;
  }
  .bootstrap-4-enabled .mr-xl-n4,
  .bootstrap-4-enabled .mx-xl-n4 {
    margin-right: -1.5rem;
  }
  .bootstrap-4-enabled .mb-xl-n4,
  .bootstrap-4-enabled .my-xl-n4 {
    margin-bottom: -1.5rem;
  }
  .bootstrap-4-enabled .ml-xl-n4,
  .bootstrap-4-enabled .mx-xl-n4 {
    margin-left: -1.5rem;
  }
  .bootstrap-4-enabled .m-xl-n5 {
    margin: -3rem;
  }
  .bootstrap-4-enabled .mt-xl-n5,
  .bootstrap-4-enabled .my-xl-n5 {
    margin-top: -3rem;
  }
  .bootstrap-4-enabled .mr-xl-n5,
  .bootstrap-4-enabled .mx-xl-n5 {
    margin-right: -3rem;
  }
  .bootstrap-4-enabled .mb-xl-n5,
  .bootstrap-4-enabled .my-xl-n5 {
    margin-bottom: -3rem;
  }
  .bootstrap-4-enabled .ml-xl-n5,
  .bootstrap-4-enabled .mx-xl-n5 {
    margin-left: -3rem;
  }
  .bootstrap-4-enabled .m-xl-n3_5 {
    margin: -1.25rem;
  }
  .bootstrap-4-enabled .mt-xl-n3_5,
  .bootstrap-4-enabled .my-xl-n3_5 {
    margin-top: -1.25rem;
  }
  .bootstrap-4-enabled .mr-xl-n3_5,
  .bootstrap-4-enabled .mx-xl-n3_5 {
    margin-right: -1.25rem;
  }
  .bootstrap-4-enabled .mb-xl-n3_5,
  .bootstrap-4-enabled .my-xl-n3_5 {
    margin-bottom: -1.25rem;
  }
  .bootstrap-4-enabled .ml-xl-n3_5,
  .bootstrap-4-enabled .mx-xl-n3_5 {
    margin-left: -1.25rem;
  }
  .bootstrap-4-enabled .m-xl-n4_5 {
    margin: -2.25rem;
  }
  .bootstrap-4-enabled .mt-xl-n4_5,
  .bootstrap-4-enabled .my-xl-n4_5 {
    margin-top: -2.25rem;
  }
  .bootstrap-4-enabled .mr-xl-n4_5,
  .bootstrap-4-enabled .mx-xl-n4_5 {
    margin-right: -2.25rem;
  }
  .bootstrap-4-enabled .mb-xl-n4_5,
  .bootstrap-4-enabled .my-xl-n4_5 {
    margin-bottom: -2.25rem;
  }
  .bootstrap-4-enabled .ml-xl-n4_5,
  .bootstrap-4-enabled .mx-xl-n4_5 {
    margin-left: -2.25rem;
  }
  .bootstrap-4-enabled .m-xl-n6 {
    margin: -4rem;
  }
  .bootstrap-4-enabled .mt-xl-n6,
  .bootstrap-4-enabled .my-xl-n6 {
    margin-top: -4rem;
  }
  .bootstrap-4-enabled .mr-xl-n6,
  .bootstrap-4-enabled .mx-xl-n6 {
    margin-right: -4rem;
  }
  .bootstrap-4-enabled .mb-xl-n6,
  .bootstrap-4-enabled .my-xl-n6 {
    margin-bottom: -4rem;
  }
  .bootstrap-4-enabled .ml-xl-n6,
  .bootstrap-4-enabled .mx-xl-n6 {
    margin-left: -4rem;
  }
  .bootstrap-4-enabled .m-xl-n7 {
    margin: -5rem;
  }
  .bootstrap-4-enabled .mt-xl-n7,
  .bootstrap-4-enabled .my-xl-n7 {
    margin-top: -5rem;
  }
  .bootstrap-4-enabled .mr-xl-n7,
  .bootstrap-4-enabled .mx-xl-n7 {
    margin-right: -5rem;
  }
  .bootstrap-4-enabled .mb-xl-n7,
  .bootstrap-4-enabled .my-xl-n7 {
    margin-bottom: -5rem;
  }
  .bootstrap-4-enabled .ml-xl-n7,
  .bootstrap-4-enabled .mx-xl-n7 {
    margin-left: -5rem;
  }
  .bootstrap-4-enabled .m-xl-n8 {
    margin: -6rem;
  }
  .bootstrap-4-enabled .mt-xl-n8,
  .bootstrap-4-enabled .my-xl-n8 {
    margin-top: -6rem;
  }
  .bootstrap-4-enabled .mr-xl-n8,
  .bootstrap-4-enabled .mx-xl-n8 {
    margin-right: -6rem;
  }
  .bootstrap-4-enabled .mb-xl-n8,
  .bootstrap-4-enabled .my-xl-n8 {
    margin-bottom: -6rem;
  }
  .bootstrap-4-enabled .ml-xl-n8,
  .bootstrap-4-enabled .mx-xl-n8 {
    margin-left: -6rem;
  }
  .bootstrap-4-enabled .m-xl-auto {
    margin: auto;
  }
  .bootstrap-4-enabled .mt-xl-auto,
  .bootstrap-4-enabled .my-xl-auto {
    margin-top: auto;
  }
  .bootstrap-4-enabled .mr-xl-auto,
  .bootstrap-4-enabled .mx-xl-auto {
    margin-right: auto;
  }
  .bootstrap-4-enabled .mb-xl-auto,
  .bootstrap-4-enabled .my-xl-auto {
    margin-bottom: auto;
  }
  .bootstrap-4-enabled .ml-xl-auto,
  .bootstrap-4-enabled .mx-xl-auto {
    margin-left: auto;
  }
}
@media (min-width: 1680px) {
  .bootstrap-4-enabled .m-xxl-0 {
    margin: 0;
  }
  .bootstrap-4-enabled .mt-xxl-0,
  .bootstrap-4-enabled .my-xxl-0 {
    margin-top: 0;
  }
  .bootstrap-4-enabled .mr-xxl-0,
  .bootstrap-4-enabled .mx-xxl-0 {
    margin-right: 0;
  }
  .bootstrap-4-enabled .mb-xxl-0,
  .bootstrap-4-enabled .my-xxl-0 {
    margin-bottom: 0;
  }
  .bootstrap-4-enabled .ml-xxl-0,
  .bootstrap-4-enabled .mx-xxl-0 {
    margin-left: 0;
  }
  .bootstrap-4-enabled .m-xxl-1 {
    margin: 0.25rem;
  }
  .bootstrap-4-enabled .mt-xxl-1,
  .bootstrap-4-enabled .my-xxl-1 {
    margin-top: 0.25rem;
  }
  .bootstrap-4-enabled .mr-xxl-1,
  .bootstrap-4-enabled .mx-xxl-1 {
    margin-right: 0.25rem;
  }
  .bootstrap-4-enabled .mb-xxl-1,
  .bootstrap-4-enabled .my-xxl-1 {
    margin-bottom: 0.25rem;
  }
  .bootstrap-4-enabled .ml-xxl-1,
  .bootstrap-4-enabled .mx-xxl-1 {
    margin-left: 0.25rem;
  }
  .bootstrap-4-enabled .m-xxl-2 {
    margin: 0.5rem;
  }
  .bootstrap-4-enabled .mt-xxl-2,
  .bootstrap-4-enabled .my-xxl-2 {
    margin-top: 0.5rem;
  }
  .bootstrap-4-enabled .mr-xxl-2,
  .bootstrap-4-enabled .mx-xxl-2 {
    margin-right: 0.5rem;
  }
  .bootstrap-4-enabled .mb-xxl-2,
  .bootstrap-4-enabled .my-xxl-2 {
    margin-bottom: 0.5rem;
  }
  .bootstrap-4-enabled .ml-xxl-2,
  .bootstrap-4-enabled .mx-xxl-2 {
    margin-left: 0.5rem;
  }
  .bootstrap-4-enabled .m-xxl-3 {
    margin: 1rem;
  }
  .bootstrap-4-enabled .mt-xxl-3,
  .bootstrap-4-enabled .my-xxl-3 {
    margin-top: 1rem;
  }
  .bootstrap-4-enabled .mr-xxl-3,
  .bootstrap-4-enabled .mx-xxl-3 {
    margin-right: 1rem;
  }
  .bootstrap-4-enabled .mb-xxl-3,
  .bootstrap-4-enabled .my-xxl-3 {
    margin-bottom: 1rem;
  }
  .bootstrap-4-enabled .ml-xxl-3,
  .bootstrap-4-enabled .mx-xxl-3 {
    margin-left: 1rem;
  }
  .bootstrap-4-enabled .m-xxl-4 {
    margin: 1.5rem;
  }
  .bootstrap-4-enabled .mt-xxl-4,
  .bootstrap-4-enabled .my-xxl-4 {
    margin-top: 1.5rem;
  }
  .bootstrap-4-enabled .mr-xxl-4,
  .bootstrap-4-enabled .mx-xxl-4 {
    margin-right: 1.5rem;
  }
  .bootstrap-4-enabled .mb-xxl-4,
  .bootstrap-4-enabled .my-xxl-4 {
    margin-bottom: 1.5rem;
  }
  .bootstrap-4-enabled .ml-xxl-4,
  .bootstrap-4-enabled .mx-xxl-4 {
    margin-left: 1.5rem;
  }
  .bootstrap-4-enabled .m-xxl-5 {
    margin: 3rem;
  }
  .bootstrap-4-enabled .mt-xxl-5,
  .bootstrap-4-enabled .my-xxl-5 {
    margin-top: 3rem;
  }
  .bootstrap-4-enabled .mr-xxl-5,
  .bootstrap-4-enabled .mx-xxl-5 {
    margin-right: 3rem;
  }
  .bootstrap-4-enabled .mb-xxl-5,
  .bootstrap-4-enabled .my-xxl-5 {
    margin-bottom: 3rem;
  }
  .bootstrap-4-enabled .ml-xxl-5,
  .bootstrap-4-enabled .mx-xxl-5 {
    margin-left: 3rem;
  }
  .bootstrap-4-enabled .m-xxl-3_5 {
    margin: 1.25rem;
  }
  .bootstrap-4-enabled .mt-xxl-3_5,
  .bootstrap-4-enabled .my-xxl-3_5 {
    margin-top: 1.25rem;
  }
  .bootstrap-4-enabled .mr-xxl-3_5,
  .bootstrap-4-enabled .mx-xxl-3_5 {
    margin-right: 1.25rem;
  }
  .bootstrap-4-enabled .mb-xxl-3_5,
  .bootstrap-4-enabled .my-xxl-3_5 {
    margin-bottom: 1.25rem;
  }
  .bootstrap-4-enabled .ml-xxl-3_5,
  .bootstrap-4-enabled .mx-xxl-3_5 {
    margin-left: 1.25rem;
  }
  .bootstrap-4-enabled .m-xxl-4_5 {
    margin: 2.25rem;
  }
  .bootstrap-4-enabled .mt-xxl-4_5,
  .bootstrap-4-enabled .my-xxl-4_5 {
    margin-top: 2.25rem;
  }
  .bootstrap-4-enabled .mr-xxl-4_5,
  .bootstrap-4-enabled .mx-xxl-4_5 {
    margin-right: 2.25rem;
  }
  .bootstrap-4-enabled .mb-xxl-4_5,
  .bootstrap-4-enabled .my-xxl-4_5 {
    margin-bottom: 2.25rem;
  }
  .bootstrap-4-enabled .ml-xxl-4_5,
  .bootstrap-4-enabled .mx-xxl-4_5 {
    margin-left: 2.25rem;
  }
  .bootstrap-4-enabled .m-xxl-6 {
    margin: 4rem;
  }
  .bootstrap-4-enabled .mt-xxl-6,
  .bootstrap-4-enabled .my-xxl-6 {
    margin-top: 4rem;
  }
  .bootstrap-4-enabled .mr-xxl-6,
  .bootstrap-4-enabled .mx-xxl-6 {
    margin-right: 4rem;
  }
  .bootstrap-4-enabled .mb-xxl-6,
  .bootstrap-4-enabled .my-xxl-6 {
    margin-bottom: 4rem;
  }
  .bootstrap-4-enabled .ml-xxl-6,
  .bootstrap-4-enabled .mx-xxl-6 {
    margin-left: 4rem;
  }
  .bootstrap-4-enabled .m-xxl-7 {
    margin: 5rem;
  }
  .bootstrap-4-enabled .mt-xxl-7,
  .bootstrap-4-enabled .my-xxl-7 {
    margin-top: 5rem;
  }
  .bootstrap-4-enabled .mr-xxl-7,
  .bootstrap-4-enabled .mx-xxl-7 {
    margin-right: 5rem;
  }
  .bootstrap-4-enabled .mb-xxl-7,
  .bootstrap-4-enabled .my-xxl-7 {
    margin-bottom: 5rem;
  }
  .bootstrap-4-enabled .ml-xxl-7,
  .bootstrap-4-enabled .mx-xxl-7 {
    margin-left: 5rem;
  }
  .bootstrap-4-enabled .m-xxl-8 {
    margin: 6rem;
  }
  .bootstrap-4-enabled .mt-xxl-8,
  .bootstrap-4-enabled .my-xxl-8 {
    margin-top: 6rem;
  }
  .bootstrap-4-enabled .mr-xxl-8,
  .bootstrap-4-enabled .mx-xxl-8 {
    margin-right: 6rem;
  }
  .bootstrap-4-enabled .mb-xxl-8,
  .bootstrap-4-enabled .my-xxl-8 {
    margin-bottom: 6rem;
  }
  .bootstrap-4-enabled .ml-xxl-8,
  .bootstrap-4-enabled .mx-xxl-8 {
    margin-left: 6rem;
  }
  .bootstrap-4-enabled .p-xxl-0 {
    padding: 0;
  }
  .bootstrap-4-enabled .pt-xxl-0,
  .bootstrap-4-enabled .py-xxl-0 {
    padding-top: 0;
  }
  .bootstrap-4-enabled .pr-xxl-0,
  .bootstrap-4-enabled .px-xxl-0 {
    padding-right: 0;
  }
  .bootstrap-4-enabled .pb-xxl-0,
  .bootstrap-4-enabled .py-xxl-0 {
    padding-bottom: 0;
  }
  .bootstrap-4-enabled .pl-xxl-0,
  .bootstrap-4-enabled .px-xxl-0 {
    padding-left: 0;
  }
  .bootstrap-4-enabled .p-xxl-1 {
    padding: 0.25rem;
  }
  .bootstrap-4-enabled .pt-xxl-1,
  .bootstrap-4-enabled .py-xxl-1 {
    padding-top: 0.25rem;
  }
  .bootstrap-4-enabled .pr-xxl-1,
  .bootstrap-4-enabled .px-xxl-1 {
    padding-right: 0.25rem;
  }
  .bootstrap-4-enabled .pb-xxl-1,
  .bootstrap-4-enabled .py-xxl-1 {
    padding-bottom: 0.25rem;
  }
  .bootstrap-4-enabled .pl-xxl-1,
  .bootstrap-4-enabled .px-xxl-1 {
    padding-left: 0.25rem;
  }
  .bootstrap-4-enabled .p-xxl-2 {
    padding: 0.5rem;
  }
  .bootstrap-4-enabled .pt-xxl-2,
  .bootstrap-4-enabled .py-xxl-2 {
    padding-top: 0.5rem;
  }
  .bootstrap-4-enabled .pr-xxl-2,
  .bootstrap-4-enabled .px-xxl-2 {
    padding-right: 0.5rem;
  }
  .bootstrap-4-enabled .pb-xxl-2,
  .bootstrap-4-enabled .py-xxl-2 {
    padding-bottom: 0.5rem;
  }
  .bootstrap-4-enabled .pl-xxl-2,
  .bootstrap-4-enabled .px-xxl-2 {
    padding-left: 0.5rem;
  }
  .bootstrap-4-enabled .p-xxl-3 {
    padding: 1rem;
  }
  .bootstrap-4-enabled .pt-xxl-3,
  .bootstrap-4-enabled .py-xxl-3 {
    padding-top: 1rem;
  }
  .bootstrap-4-enabled .pr-xxl-3,
  .bootstrap-4-enabled .px-xxl-3 {
    padding-right: 1rem;
  }
  .bootstrap-4-enabled .pb-xxl-3,
  .bootstrap-4-enabled .py-xxl-3 {
    padding-bottom: 1rem;
  }
  .bootstrap-4-enabled .pl-xxl-3,
  .bootstrap-4-enabled .px-xxl-3 {
    padding-left: 1rem;
  }
  .bootstrap-4-enabled .p-xxl-4 {
    padding: 1.5rem;
  }
  .bootstrap-4-enabled .pt-xxl-4,
  .bootstrap-4-enabled .py-xxl-4 {
    padding-top: 1.5rem;
  }
  .bootstrap-4-enabled .pr-xxl-4,
  .bootstrap-4-enabled .px-xxl-4 {
    padding-right: 1.5rem;
  }
  .bootstrap-4-enabled .pb-xxl-4,
  .bootstrap-4-enabled .py-xxl-4 {
    padding-bottom: 1.5rem;
  }
  .bootstrap-4-enabled .pl-xxl-4,
  .bootstrap-4-enabled .px-xxl-4 {
    padding-left: 1.5rem;
  }
  .bootstrap-4-enabled .p-xxl-5 {
    padding: 3rem;
  }
  .bootstrap-4-enabled .pt-xxl-5,
  .bootstrap-4-enabled .py-xxl-5 {
    padding-top: 3rem;
  }
  .bootstrap-4-enabled .pr-xxl-5,
  .bootstrap-4-enabled .px-xxl-5 {
    padding-right: 3rem;
  }
  .bootstrap-4-enabled .pb-xxl-5,
  .bootstrap-4-enabled .py-xxl-5 {
    padding-bottom: 3rem;
  }
  .bootstrap-4-enabled .pl-xxl-5,
  .bootstrap-4-enabled .px-xxl-5 {
    padding-left: 3rem;
  }
  .bootstrap-4-enabled .p-xxl-3_5 {
    padding: 1.25rem;
  }
  .bootstrap-4-enabled .pt-xxl-3_5,
  .bootstrap-4-enabled .py-xxl-3_5 {
    padding-top: 1.25rem;
  }
  .bootstrap-4-enabled .pr-xxl-3_5,
  .bootstrap-4-enabled .px-xxl-3_5 {
    padding-right: 1.25rem;
  }
  .bootstrap-4-enabled .pb-xxl-3_5,
  .bootstrap-4-enabled .py-xxl-3_5 {
    padding-bottom: 1.25rem;
  }
  .bootstrap-4-enabled .pl-xxl-3_5,
  .bootstrap-4-enabled .px-xxl-3_5 {
    padding-left: 1.25rem;
  }
  .bootstrap-4-enabled .p-xxl-4_5 {
    padding: 2.25rem;
  }
  .bootstrap-4-enabled .pt-xxl-4_5,
  .bootstrap-4-enabled .py-xxl-4_5 {
    padding-top: 2.25rem;
  }
  .bootstrap-4-enabled .pr-xxl-4_5,
  .bootstrap-4-enabled .px-xxl-4_5 {
    padding-right: 2.25rem;
  }
  .bootstrap-4-enabled .pb-xxl-4_5,
  .bootstrap-4-enabled .py-xxl-4_5 {
    padding-bottom: 2.25rem;
  }
  .bootstrap-4-enabled .pl-xxl-4_5,
  .bootstrap-4-enabled .px-xxl-4_5 {
    padding-left: 2.25rem;
  }
  .bootstrap-4-enabled .p-xxl-6 {
    padding: 4rem;
  }
  .bootstrap-4-enabled .pt-xxl-6,
  .bootstrap-4-enabled .py-xxl-6 {
    padding-top: 4rem;
  }
  .bootstrap-4-enabled .pr-xxl-6,
  .bootstrap-4-enabled .px-xxl-6 {
    padding-right: 4rem;
  }
  .bootstrap-4-enabled .pb-xxl-6,
  .bootstrap-4-enabled .py-xxl-6 {
    padding-bottom: 4rem;
  }
  .bootstrap-4-enabled .pl-xxl-6,
  .bootstrap-4-enabled .px-xxl-6 {
    padding-left: 4rem;
  }
  .bootstrap-4-enabled .p-xxl-7 {
    padding: 5rem;
  }
  .bootstrap-4-enabled .pt-xxl-7,
  .bootstrap-4-enabled .py-xxl-7 {
    padding-top: 5rem;
  }
  .bootstrap-4-enabled .pr-xxl-7,
  .bootstrap-4-enabled .px-xxl-7 {
    padding-right: 5rem;
  }
  .bootstrap-4-enabled .pb-xxl-7,
  .bootstrap-4-enabled .py-xxl-7 {
    padding-bottom: 5rem;
  }
  .bootstrap-4-enabled .pl-xxl-7,
  .bootstrap-4-enabled .px-xxl-7 {
    padding-left: 5rem;
  }
  .bootstrap-4-enabled .p-xxl-8 {
    padding: 6rem;
  }
  .bootstrap-4-enabled .pt-xxl-8,
  .bootstrap-4-enabled .py-xxl-8 {
    padding-top: 6rem;
  }
  .bootstrap-4-enabled .pr-xxl-8,
  .bootstrap-4-enabled .px-xxl-8 {
    padding-right: 6rem;
  }
  .bootstrap-4-enabled .pb-xxl-8,
  .bootstrap-4-enabled .py-xxl-8 {
    padding-bottom: 6rem;
  }
  .bootstrap-4-enabled .pl-xxl-8,
  .bootstrap-4-enabled .px-xxl-8 {
    padding-left: 6rem;
  }
  .bootstrap-4-enabled .m-xxl-n1 {
    margin: -0.25rem;
  }
  .bootstrap-4-enabled .mt-xxl-n1,
  .bootstrap-4-enabled .my-xxl-n1 {
    margin-top: -0.25rem;
  }
  .bootstrap-4-enabled .mr-xxl-n1,
  .bootstrap-4-enabled .mx-xxl-n1 {
    margin-right: -0.25rem;
  }
  .bootstrap-4-enabled .mb-xxl-n1,
  .bootstrap-4-enabled .my-xxl-n1 {
    margin-bottom: -0.25rem;
  }
  .bootstrap-4-enabled .ml-xxl-n1,
  .bootstrap-4-enabled .mx-xxl-n1 {
    margin-left: -0.25rem;
  }
  .bootstrap-4-enabled .m-xxl-n2 {
    margin: -0.5rem;
  }
  .bootstrap-4-enabled .mt-xxl-n2,
  .bootstrap-4-enabled .my-xxl-n2 {
    margin-top: -0.5rem;
  }
  .bootstrap-4-enabled .mr-xxl-n2,
  .bootstrap-4-enabled .mx-xxl-n2 {
    margin-right: -0.5rem;
  }
  .bootstrap-4-enabled .mb-xxl-n2,
  .bootstrap-4-enabled .my-xxl-n2 {
    margin-bottom: -0.5rem;
  }
  .bootstrap-4-enabled .ml-xxl-n2,
  .bootstrap-4-enabled .mx-xxl-n2 {
    margin-left: -0.5rem;
  }
  .bootstrap-4-enabled .m-xxl-n3 {
    margin: -1rem;
  }
  .bootstrap-4-enabled .mt-xxl-n3,
  .bootstrap-4-enabled .my-xxl-n3 {
    margin-top: -1rem;
  }
  .bootstrap-4-enabled .mr-xxl-n3,
  .bootstrap-4-enabled .mx-xxl-n3 {
    margin-right: -1rem;
  }
  .bootstrap-4-enabled .mb-xxl-n3,
  .bootstrap-4-enabled .my-xxl-n3 {
    margin-bottom: -1rem;
  }
  .bootstrap-4-enabled .ml-xxl-n3,
  .bootstrap-4-enabled .mx-xxl-n3 {
    margin-left: -1rem;
  }
  .bootstrap-4-enabled .m-xxl-n4 {
    margin: -1.5rem;
  }
  .bootstrap-4-enabled .mt-xxl-n4,
  .bootstrap-4-enabled .my-xxl-n4 {
    margin-top: -1.5rem;
  }
  .bootstrap-4-enabled .mr-xxl-n4,
  .bootstrap-4-enabled .mx-xxl-n4 {
    margin-right: -1.5rem;
  }
  .bootstrap-4-enabled .mb-xxl-n4,
  .bootstrap-4-enabled .my-xxl-n4 {
    margin-bottom: -1.5rem;
  }
  .bootstrap-4-enabled .ml-xxl-n4,
  .bootstrap-4-enabled .mx-xxl-n4 {
    margin-left: -1.5rem;
  }
  .bootstrap-4-enabled .m-xxl-n5 {
    margin: -3rem;
  }
  .bootstrap-4-enabled .mt-xxl-n5,
  .bootstrap-4-enabled .my-xxl-n5 {
    margin-top: -3rem;
  }
  .bootstrap-4-enabled .mr-xxl-n5,
  .bootstrap-4-enabled .mx-xxl-n5 {
    margin-right: -3rem;
  }
  .bootstrap-4-enabled .mb-xxl-n5,
  .bootstrap-4-enabled .my-xxl-n5 {
    margin-bottom: -3rem;
  }
  .bootstrap-4-enabled .ml-xxl-n5,
  .bootstrap-4-enabled .mx-xxl-n5 {
    margin-left: -3rem;
  }
  .bootstrap-4-enabled .m-xxl-n3_5 {
    margin: -1.25rem;
  }
  .bootstrap-4-enabled .mt-xxl-n3_5,
  .bootstrap-4-enabled .my-xxl-n3_5 {
    margin-top: -1.25rem;
  }
  .bootstrap-4-enabled .mr-xxl-n3_5,
  .bootstrap-4-enabled .mx-xxl-n3_5 {
    margin-right: -1.25rem;
  }
  .bootstrap-4-enabled .mb-xxl-n3_5,
  .bootstrap-4-enabled .my-xxl-n3_5 {
    margin-bottom: -1.25rem;
  }
  .bootstrap-4-enabled .ml-xxl-n3_5,
  .bootstrap-4-enabled .mx-xxl-n3_5 {
    margin-left: -1.25rem;
  }
  .bootstrap-4-enabled .m-xxl-n4_5 {
    margin: -2.25rem;
  }
  .bootstrap-4-enabled .mt-xxl-n4_5,
  .bootstrap-4-enabled .my-xxl-n4_5 {
    margin-top: -2.25rem;
  }
  .bootstrap-4-enabled .mr-xxl-n4_5,
  .bootstrap-4-enabled .mx-xxl-n4_5 {
    margin-right: -2.25rem;
  }
  .bootstrap-4-enabled .mb-xxl-n4_5,
  .bootstrap-4-enabled .my-xxl-n4_5 {
    margin-bottom: -2.25rem;
  }
  .bootstrap-4-enabled .ml-xxl-n4_5,
  .bootstrap-4-enabled .mx-xxl-n4_5 {
    margin-left: -2.25rem;
  }
  .bootstrap-4-enabled .m-xxl-n6 {
    margin: -4rem;
  }
  .bootstrap-4-enabled .mt-xxl-n6,
  .bootstrap-4-enabled .my-xxl-n6 {
    margin-top: -4rem;
  }
  .bootstrap-4-enabled .mr-xxl-n6,
  .bootstrap-4-enabled .mx-xxl-n6 {
    margin-right: -4rem;
  }
  .bootstrap-4-enabled .mb-xxl-n6,
  .bootstrap-4-enabled .my-xxl-n6 {
    margin-bottom: -4rem;
  }
  .bootstrap-4-enabled .ml-xxl-n6,
  .bootstrap-4-enabled .mx-xxl-n6 {
    margin-left: -4rem;
  }
  .bootstrap-4-enabled .m-xxl-n7 {
    margin: -5rem;
  }
  .bootstrap-4-enabled .mt-xxl-n7,
  .bootstrap-4-enabled .my-xxl-n7 {
    margin-top: -5rem;
  }
  .bootstrap-4-enabled .mr-xxl-n7,
  .bootstrap-4-enabled .mx-xxl-n7 {
    margin-right: -5rem;
  }
  .bootstrap-4-enabled .mb-xxl-n7,
  .bootstrap-4-enabled .my-xxl-n7 {
    margin-bottom: -5rem;
  }
  .bootstrap-4-enabled .ml-xxl-n7,
  .bootstrap-4-enabled .mx-xxl-n7 {
    margin-left: -5rem;
  }
  .bootstrap-4-enabled .m-xxl-n8 {
    margin: -6rem;
  }
  .bootstrap-4-enabled .mt-xxl-n8,
  .bootstrap-4-enabled .my-xxl-n8 {
    margin-top: -6rem;
  }
  .bootstrap-4-enabled .mr-xxl-n8,
  .bootstrap-4-enabled .mx-xxl-n8 {
    margin-right: -6rem;
  }
  .bootstrap-4-enabled .mb-xxl-n8,
  .bootstrap-4-enabled .my-xxl-n8 {
    margin-bottom: -6rem;
  }
  .bootstrap-4-enabled .ml-xxl-n8,
  .bootstrap-4-enabled .mx-xxl-n8 {
    margin-left: -6rem;
  }
  .bootstrap-4-enabled .m-xxl-auto {
    margin: auto;
  }
  .bootstrap-4-enabled .mt-xxl-auto,
  .bootstrap-4-enabled .my-xxl-auto {
    margin-top: auto;
  }
  .bootstrap-4-enabled .mr-xxl-auto,
  .bootstrap-4-enabled .mx-xxl-auto {
    margin-right: auto;
  }
  .bootstrap-4-enabled .mb-xxl-auto,
  .bootstrap-4-enabled .my-xxl-auto {
    margin-bottom: auto;
  }
  .bootstrap-4-enabled .ml-xxl-auto,
  .bootstrap-4-enabled .mx-xxl-auto {
    margin-left: auto;
  }
}
.bootstrap-4-enabled .d-none {
  display: none;
}
.bootstrap-4-enabled .d-block {
  display: block;
}
.bootstrap-4-enabled .d-flex {
  display: flex;
}
.bootstrap-4-enabled .d-inline-block {
  display: inline-block;
}
.bootstrap-4-enabled .justify-content-start {
  justify-content: flex-start;
}
.bootstrap-4-enabled .justify-content-end {
  justify-content: flex-end;
}
.bootstrap-4-enabled .justify-content-center {
  justify-content: center;
}
.bootstrap-4-enabled .justify-content-between {
  justify-content: space-between;
}
.bootstrap-4-enabled .justify-content-around {
  justify-content: space-around;
}
.bootstrap-4-enabled .align-items-start {
  align-items: flex-start;
}
.bootstrap-4-enabled .align-items-end {
  align-items: flex-end;
}
.bootstrap-4-enabled .align-items-center {
  align-items: center;
}
.bootstrap-4-enabled .align-items-baseline {
  align-items: baseline;
}
.bootstrap-4-enabled .align-items-stretch {
  align-items: stretch;
}
.bootstrap-4-enabled .align-content-start {
  align-content: flex-start;
}
.bootstrap-4-enabled .align-content-end {
  align-content: flex-end;
}
.bootstrap-4-enabled .align-content-center {
  align-content: center;
}
.bootstrap-4-enabled .align-content-between {
  align-content: space-between;
}
.bootstrap-4-enabled .align-content-around {
  align-content: space-around;
}
.bootstrap-4-enabled .align-content-stretch {
  align-content: stretch;
}
.bootstrap-4-enabled .align-self-auto {
  align-self: auto;
}
.bootstrap-4-enabled .align-self-start {
  align-self: flex-start;
}
.bootstrap-4-enabled .align-self-end {
  align-self: flex-end;
}
.bootstrap-4-enabled .align-self-center {
  align-self: center;
}
.bootstrap-4-enabled .align-self-baseline {
  align-self: baseline;
}
.bootstrap-4-enabled .align-self-stretch {
  align-self: stretch;
}
@media (min-width: 576px) {
  .bootstrap-4-enabled .flex-sm-row {
    flex-direction: row;
  }
  .bootstrap-4-enabled .flex-sm-column {
    flex-direction: column;
  }
  .bootstrap-4-enabled .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .bootstrap-4-enabled .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .bootstrap-4-enabled .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .bootstrap-4-enabled .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .bootstrap-4-enabled .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bootstrap-4-enabled .flex-sm-fill {
    flex: 1 1 auto;
  }
  .bootstrap-4-enabled .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .bootstrap-4-enabled .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .bootstrap-4-enabled .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .bootstrap-4-enabled .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .bootstrap-4-enabled .justify-content-sm-start {
    justify-content: flex-start;
  }
  .bootstrap-4-enabled .justify-content-sm-end {
    justify-content: flex-end;
  }
  .bootstrap-4-enabled .justify-content-sm-center {
    justify-content: center;
  }
  .bootstrap-4-enabled .justify-content-sm-between {
    justify-content: space-between;
  }
  .bootstrap-4-enabled .justify-content-sm-around {
    justify-content: space-around;
  }
  .bootstrap-4-enabled .align-items-sm-start {
    align-items: flex-start;
  }
  .bootstrap-4-enabled .align-items-sm-end {
    align-items: flex-end;
  }
  .bootstrap-4-enabled .align-items-sm-center {
    align-items: center;
  }
  .bootstrap-4-enabled .align-items-sm-baseline {
    align-items: baseline;
  }
  .bootstrap-4-enabled .align-items-sm-stretch {
    align-items: stretch;
  }
  .bootstrap-4-enabled .align-content-sm-start {
    align-content: flex-start;
  }
  .bootstrap-4-enabled .align-content-sm-end {
    align-content: flex-end;
  }
  .bootstrap-4-enabled .align-content-sm-center {
    align-content: center;
  }
  .bootstrap-4-enabled .align-content-sm-between {
    align-content: space-between;
  }
  .bootstrap-4-enabled .align-content-sm-around {
    align-content: space-around;
  }
  .bootstrap-4-enabled .align-content-sm-stretch {
    align-content: stretch;
  }
  .bootstrap-4-enabled .align-self-sm-auto {
    align-self: auto;
  }
  .bootstrap-4-enabled .align-self-sm-start {
    align-self: flex-start;
  }
  .bootstrap-4-enabled .align-self-sm-end {
    align-self: flex-end;
  }
  .bootstrap-4-enabled .align-self-sm-center {
    align-self: center;
  }
  .bootstrap-4-enabled .align-self-sm-baseline {
    align-self: baseline;
  }
  .bootstrap-4-enabled .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .bootstrap-4-enabled .flex-md-row {
    flex-direction: row;
  }
  .bootstrap-4-enabled .flex-md-column {
    flex-direction: column;
  }
  .bootstrap-4-enabled .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .bootstrap-4-enabled .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .bootstrap-4-enabled .flex-md-wrap {
    flex-wrap: wrap;
  }
  .bootstrap-4-enabled .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .bootstrap-4-enabled .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bootstrap-4-enabled .flex-md-fill {
    flex: 1 1 auto;
  }
  .bootstrap-4-enabled .flex-md-grow-0 {
    flex-grow: 0;
  }
  .bootstrap-4-enabled .flex-md-grow-1 {
    flex-grow: 1;
  }
  .bootstrap-4-enabled .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .bootstrap-4-enabled .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .bootstrap-4-enabled .justify-content-md-start {
    justify-content: flex-start;
  }
  .bootstrap-4-enabled .justify-content-md-end {
    justify-content: flex-end;
  }
  .bootstrap-4-enabled .justify-content-md-center {
    justify-content: center;
  }
  .bootstrap-4-enabled .justify-content-md-between {
    justify-content: space-between;
  }
  .bootstrap-4-enabled .justify-content-md-around {
    justify-content: space-around;
  }
  .bootstrap-4-enabled .align-items-md-start {
    align-items: flex-start;
  }
  .bootstrap-4-enabled .align-items-md-end {
    align-items: flex-end;
  }
  .bootstrap-4-enabled .align-items-md-center {
    align-items: center;
  }
  .bootstrap-4-enabled .align-items-md-baseline {
    align-items: baseline;
  }
  .bootstrap-4-enabled .align-items-md-stretch {
    align-items: stretch;
  }
  .bootstrap-4-enabled .align-content-md-start {
    align-content: flex-start;
  }
  .bootstrap-4-enabled .align-content-md-end {
    align-content: flex-end;
  }
  .bootstrap-4-enabled .align-content-md-center {
    align-content: center;
  }
  .bootstrap-4-enabled .align-content-md-between {
    align-content: space-between;
  }
  .bootstrap-4-enabled .align-content-md-around {
    align-content: space-around;
  }
  .bootstrap-4-enabled .align-content-md-stretch {
    align-content: stretch;
  }
  .bootstrap-4-enabled .align-self-md-auto {
    align-self: auto;
  }
  .bootstrap-4-enabled .align-self-md-start {
    align-self: flex-start;
  }
  .bootstrap-4-enabled .align-self-md-end {
    align-self: flex-end;
  }
  .bootstrap-4-enabled .align-self-md-center {
    align-self: center;
  }
  .bootstrap-4-enabled .align-self-md-baseline {
    align-self: baseline;
  }
  .bootstrap-4-enabled .align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .bootstrap-4-enabled .flex-lg-row {
    flex-direction: row;
  }
  .bootstrap-4-enabled .flex-lg-column {
    flex-direction: column;
  }
  .bootstrap-4-enabled .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .bootstrap-4-enabled .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .bootstrap-4-enabled .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .bootstrap-4-enabled .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .bootstrap-4-enabled .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bootstrap-4-enabled .flex-lg-fill {
    flex: 1 1 auto;
  }
  .bootstrap-4-enabled .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .bootstrap-4-enabled .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .bootstrap-4-enabled .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .bootstrap-4-enabled .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .bootstrap-4-enabled .justify-content-lg-start {
    justify-content: flex-start;
  }
  .bootstrap-4-enabled .justify-content-lg-end {
    justify-content: flex-end;
  }
  .bootstrap-4-enabled .justify-content-lg-center {
    justify-content: center;
  }
  .bootstrap-4-enabled .justify-content-lg-between {
    justify-content: space-between;
  }
  .bootstrap-4-enabled .justify-content-lg-around {
    justify-content: space-around;
  }
  .bootstrap-4-enabled .align-items-lg-start {
    align-items: flex-start;
  }
  .bootstrap-4-enabled .align-items-lg-end {
    align-items: flex-end;
  }
  .bootstrap-4-enabled .align-items-lg-center {
    align-items: center;
  }
  .bootstrap-4-enabled .align-items-lg-baseline {
    align-items: baseline;
  }
  .bootstrap-4-enabled .align-items-lg-stretch {
    align-items: stretch;
  }
  .bootstrap-4-enabled .align-content-lg-start {
    align-content: flex-start;
  }
  .bootstrap-4-enabled .align-content-lg-end {
    align-content: flex-end;
  }
  .bootstrap-4-enabled .align-content-lg-center {
    align-content: center;
  }
  .bootstrap-4-enabled .align-content-lg-between {
    align-content: space-between;
  }
  .bootstrap-4-enabled .align-content-lg-around {
    align-content: space-around;
  }
  .bootstrap-4-enabled .align-content-lg-stretch {
    align-content: stretch;
  }
  .bootstrap-4-enabled .align-self-lg-auto {
    align-self: auto;
  }
  .bootstrap-4-enabled .align-self-lg-start {
    align-self: flex-start;
  }
  .bootstrap-4-enabled .align-self-lg-end {
    align-self: flex-end;
  }
  .bootstrap-4-enabled .align-self-lg-center {
    align-self: center;
  }
  .bootstrap-4-enabled .align-self-lg-baseline {
    align-self: baseline;
  }
  .bootstrap-4-enabled .align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4-enabled .flex-xl-row {
    flex-direction: row;
  }
  .bootstrap-4-enabled .flex-xl-column {
    flex-direction: column;
  }
  .bootstrap-4-enabled .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .bootstrap-4-enabled .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .bootstrap-4-enabled .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .bootstrap-4-enabled .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .bootstrap-4-enabled .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bootstrap-4-enabled .flex-xl-fill {
    flex: 1 1 auto;
  }
  .bootstrap-4-enabled .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .bootstrap-4-enabled .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .bootstrap-4-enabled .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .bootstrap-4-enabled .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .bootstrap-4-enabled .justify-content-xl-start {
    justify-content: flex-start;
  }
  .bootstrap-4-enabled .justify-content-xl-end {
    justify-content: flex-end;
  }
  .bootstrap-4-enabled .justify-content-xl-center {
    justify-content: center;
  }
  .bootstrap-4-enabled .justify-content-xl-between {
    justify-content: space-between;
  }
  .bootstrap-4-enabled .justify-content-xl-around {
    justify-content: space-around;
  }
  .bootstrap-4-enabled .align-items-xl-start {
    align-items: flex-start;
  }
  .bootstrap-4-enabled .align-items-xl-end {
    align-items: flex-end;
  }
  .bootstrap-4-enabled .align-items-xl-center {
    align-items: center;
  }
  .bootstrap-4-enabled .align-items-xl-baseline {
    align-items: baseline;
  }
  .bootstrap-4-enabled .align-items-xl-stretch {
    align-items: stretch;
  }
  .bootstrap-4-enabled .align-content-xl-start {
    align-content: flex-start;
  }
  .bootstrap-4-enabled .align-content-xl-end {
    align-content: flex-end;
  }
  .bootstrap-4-enabled .align-content-xl-center {
    align-content: center;
  }
  .bootstrap-4-enabled .align-content-xl-between {
    align-content: space-between;
  }
  .bootstrap-4-enabled .align-content-xl-around {
    align-content: space-around;
  }
  .bootstrap-4-enabled .align-content-xl-stretch {
    align-content: stretch;
  }
  .bootstrap-4-enabled .align-self-xl-auto {
    align-self: auto;
  }
  .bootstrap-4-enabled .align-self-xl-start {
    align-self: flex-start;
  }
  .bootstrap-4-enabled .align-self-xl-end {
    align-self: flex-end;
  }
  .bootstrap-4-enabled .align-self-xl-center {
    align-self: center;
  }
  .bootstrap-4-enabled .align-self-xl-baseline {
    align-self: baseline;
  }
  .bootstrap-4-enabled .align-self-xl-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1680px) {
  .bootstrap-4-enabled .flex-xxl-row {
    flex-direction: row;
  }
  .bootstrap-4-enabled .flex-xxl-column {
    flex-direction: column;
  }
  .bootstrap-4-enabled .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .bootstrap-4-enabled .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
  .bootstrap-4-enabled .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .bootstrap-4-enabled .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .bootstrap-4-enabled .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bootstrap-4-enabled .flex-xxl-fill {
    flex: 1 1 auto;
  }
  .bootstrap-4-enabled .flex-xxl-grow-0 {
    flex-grow: 0;
  }
  .bootstrap-4-enabled .flex-xxl-grow-1 {
    flex-grow: 1;
  }
  .bootstrap-4-enabled .flex-xxl-shrink-0 {
    flex-shrink: 0;
  }
  .bootstrap-4-enabled .flex-xxl-shrink-1 {
    flex-shrink: 1;
  }
  .bootstrap-4-enabled .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .bootstrap-4-enabled .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .bootstrap-4-enabled .justify-content-xxl-center {
    justify-content: center;
  }
  .bootstrap-4-enabled .justify-content-xxl-between {
    justify-content: space-between;
  }
  .bootstrap-4-enabled .justify-content-xxl-around {
    justify-content: space-around;
  }
  .bootstrap-4-enabled .align-items-xxl-start {
    align-items: flex-start;
  }
  .bootstrap-4-enabled .align-items-xxl-end {
    align-items: flex-end;
  }
  .bootstrap-4-enabled .align-items-xxl-center {
    align-items: center;
  }
  .bootstrap-4-enabled .align-items-xxl-baseline {
    align-items: baseline;
  }
  .bootstrap-4-enabled .align-items-xxl-stretch {
    align-items: stretch;
  }
  .bootstrap-4-enabled .align-content-xxl-start {
    align-content: flex-start;
  }
  .bootstrap-4-enabled .align-content-xxl-end {
    align-content: flex-end;
  }
  .bootstrap-4-enabled .align-content-xxl-center {
    align-content: center;
  }
  .bootstrap-4-enabled .align-content-xxl-between {
    align-content: space-between;
  }
  .bootstrap-4-enabled .align-content-xxl-around {
    align-content: space-around;
  }
  .bootstrap-4-enabled .align-content-xxl-stretch {
    align-content: stretch;
  }
  .bootstrap-4-enabled .align-self-xxl-auto {
    align-self: auto;
  }
  .bootstrap-4-enabled .align-self-xxl-start {
    align-self: flex-start;
  }
  .bootstrap-4-enabled .align-self-xxl-end {
    align-self: flex-end;
  }
  .bootstrap-4-enabled .align-self-xxl-center {
    align-self: center;
  }
  .bootstrap-4-enabled .align-self-xxl-baseline {
    align-self: baseline;
  }
  .bootstrap-4-enabled .align-self-xxl-stretch {
    align-self: stretch;
  }
}
.bootstrap-4-enabled .font-weight-bold {
  font-weight: 700;
}
.bootstrap-4-enabled .flex-row {
  flex-direction: row;
}
.bootstrap-4-enabled .flex-column {
  flex-direction: column;
}
.bootstrap-4-enabled .flex-row-reverse {
  flex-direction: row-reverse;
}
.bootstrap-4-enabled .flex-column-reverse {
  flex-direction: column-reverse;
}
.bootstrap-4-enabled .flex-wrap {
  flex-wrap: wrap;
}
.bootstrap-4-enabled .flex-nowrap {
  flex-wrap: nowrap;
}
.bootstrap-4-enabled .flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.bootstrap-4-enabled .flex-fill {
  flex: 1 1 auto;
}
.bootstrap-4-enabled .flex-grow-0 {
  flex-grow: 0;
}
.bootstrap-4-enabled .flex-grow-1 {
  flex-grow: 1;
}
.bootstrap-4-enabled .flex-shrink-0 {
  flex-shrink: 0;
}
.bootstrap-4-enabled .flex-shrink-1 {
  flex-shrink: 1;
}
@media (min-width: 576px) {
  .bootstrap-4-enabled .flex-sm-row {
    flex-direction: row;
  }
  .bootstrap-4-enabled .flex-sm-column {
    flex-direction: column;
  }
  .bootstrap-4-enabled .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .bootstrap-4-enabled .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .bootstrap-4-enabled .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .bootstrap-4-enabled .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .bootstrap-4-enabled .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bootstrap-4-enabled .flex-sm-fill {
    flex: 1 1 auto;
  }
  .bootstrap-4-enabled .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .bootstrap-4-enabled .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .bootstrap-4-enabled .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .bootstrap-4-enabled .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .bootstrap-4-enabled .justify-content-sm-start {
    justify-content: flex-start;
  }
  .bootstrap-4-enabled .justify-content-sm-end {
    justify-content: flex-end;
  }
  .bootstrap-4-enabled .justify-content-sm-center {
    justify-content: center;
  }
  .bootstrap-4-enabled .justify-content-sm-between {
    justify-content: space-between;
  }
  .bootstrap-4-enabled .justify-content-sm-around {
    justify-content: space-around;
  }
  .bootstrap-4-enabled .align-items-sm-start {
    align-items: flex-start;
  }
  .bootstrap-4-enabled .align-items-sm-end {
    align-items: flex-end;
  }
  .bootstrap-4-enabled .align-items-sm-center {
    align-items: center;
  }
  .bootstrap-4-enabled .align-items-sm-baseline {
    align-items: baseline;
  }
  .bootstrap-4-enabled .align-items-sm-stretch {
    align-items: stretch;
  }
  .bootstrap-4-enabled .align-content-sm-start {
    align-content: flex-start;
  }
  .bootstrap-4-enabled .align-content-sm-end {
    align-content: flex-end;
  }
  .bootstrap-4-enabled .align-content-sm-center {
    align-content: center;
  }
  .bootstrap-4-enabled .align-content-sm-between {
    align-content: space-between;
  }
  .bootstrap-4-enabled .align-content-sm-around {
    align-content: space-around;
  }
  .bootstrap-4-enabled .align-content-sm-stretch {
    align-content: stretch;
  }
  .bootstrap-4-enabled .align-self-sm-auto {
    align-self: auto;
  }
  .bootstrap-4-enabled .align-self-sm-start {
    align-self: flex-start;
  }
  .bootstrap-4-enabled .align-self-sm-end {
    align-self: flex-end;
  }
  .bootstrap-4-enabled .align-self-sm-center {
    align-self: center;
  }
  .bootstrap-4-enabled .align-self-sm-baseline {
    align-self: baseline;
  }
  .bootstrap-4-enabled .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .bootstrap-4-enabled .flex-md-row {
    flex-direction: row;
  }
  .bootstrap-4-enabled .flex-md-column {
    flex-direction: column;
  }
  .bootstrap-4-enabled .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .bootstrap-4-enabled .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .bootstrap-4-enabled .flex-md-wrap {
    flex-wrap: wrap;
  }
  .bootstrap-4-enabled .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .bootstrap-4-enabled .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bootstrap-4-enabled .flex-md-fill {
    flex: 1 1 auto;
  }
  .bootstrap-4-enabled .flex-md-grow-0 {
    flex-grow: 0;
  }
  .bootstrap-4-enabled .flex-md-grow-1 {
    flex-grow: 1;
  }
  .bootstrap-4-enabled .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .bootstrap-4-enabled .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .bootstrap-4-enabled .justify-content-md-start {
    justify-content: flex-start;
  }
  .bootstrap-4-enabled .justify-content-md-end {
    justify-content: flex-end;
  }
  .bootstrap-4-enabled .justify-content-md-center {
    justify-content: center;
  }
  .bootstrap-4-enabled .justify-content-md-between {
    justify-content: space-between;
  }
  .bootstrap-4-enabled .justify-content-md-around {
    justify-content: space-around;
  }
  .bootstrap-4-enabled .align-items-md-start {
    align-items: flex-start;
  }
  .bootstrap-4-enabled .align-items-md-end {
    align-items: flex-end;
  }
  .bootstrap-4-enabled .align-items-md-center {
    align-items: center;
  }
  .bootstrap-4-enabled .align-items-md-baseline {
    align-items: baseline;
  }
  .bootstrap-4-enabled .align-items-md-stretch {
    align-items: stretch;
  }
  .bootstrap-4-enabled .align-content-md-start {
    align-content: flex-start;
  }
  .bootstrap-4-enabled .align-content-md-end {
    align-content: flex-end;
  }
  .bootstrap-4-enabled .align-content-md-center {
    align-content: center;
  }
  .bootstrap-4-enabled .align-content-md-between {
    align-content: space-between;
  }
  .bootstrap-4-enabled .align-content-md-around {
    align-content: space-around;
  }
  .bootstrap-4-enabled .align-content-md-stretch {
    align-content: stretch;
  }
  .bootstrap-4-enabled .align-self-md-auto {
    align-self: auto;
  }
  .bootstrap-4-enabled .align-self-md-start {
    align-self: flex-start;
  }
  .bootstrap-4-enabled .align-self-md-end {
    align-self: flex-end;
  }
  .bootstrap-4-enabled .align-self-md-center {
    align-self: center;
  }
  .bootstrap-4-enabled .align-self-md-baseline {
    align-self: baseline;
  }
  .bootstrap-4-enabled .align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .bootstrap-4-enabled .flex-lg-row {
    flex-direction: row;
  }
  .bootstrap-4-enabled .flex-lg-column {
    flex-direction: column;
  }
  .bootstrap-4-enabled .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .bootstrap-4-enabled .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .bootstrap-4-enabled .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .bootstrap-4-enabled .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .bootstrap-4-enabled .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bootstrap-4-enabled .flex-lg-fill {
    flex: 1 1 auto;
  }
  .bootstrap-4-enabled .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .bootstrap-4-enabled .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .bootstrap-4-enabled .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .bootstrap-4-enabled .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .bootstrap-4-enabled .justify-content-lg-start {
    justify-content: flex-start;
  }
  .bootstrap-4-enabled .justify-content-lg-end {
    justify-content: flex-end;
  }
  .bootstrap-4-enabled .justify-content-lg-center {
    justify-content: center;
  }
  .bootstrap-4-enabled .justify-content-lg-between {
    justify-content: space-between;
  }
  .bootstrap-4-enabled .justify-content-lg-around {
    justify-content: space-around;
  }
  .bootstrap-4-enabled .align-items-lg-start {
    align-items: flex-start;
  }
  .bootstrap-4-enabled .align-items-lg-end {
    align-items: flex-end;
  }
  .bootstrap-4-enabled .align-items-lg-center {
    align-items: center;
  }
  .bootstrap-4-enabled .align-items-lg-baseline {
    align-items: baseline;
  }
  .bootstrap-4-enabled .align-items-lg-stretch {
    align-items: stretch;
  }
  .bootstrap-4-enabled .align-content-lg-start {
    align-content: flex-start;
  }
  .bootstrap-4-enabled .align-content-lg-end {
    align-content: flex-end;
  }
  .bootstrap-4-enabled .align-content-lg-center {
    align-content: center;
  }
  .bootstrap-4-enabled .align-content-lg-between {
    align-content: space-between;
  }
  .bootstrap-4-enabled .align-content-lg-around {
    align-content: space-around;
  }
  .bootstrap-4-enabled .align-content-lg-stretch {
    align-content: stretch;
  }
  .bootstrap-4-enabled .align-self-lg-auto {
    align-self: auto;
  }
  .bootstrap-4-enabled .align-self-lg-start {
    align-self: flex-start;
  }
  .bootstrap-4-enabled .align-self-lg-end {
    align-self: flex-end;
  }
  .bootstrap-4-enabled .align-self-lg-center {
    align-self: center;
  }
  .bootstrap-4-enabled .align-self-lg-baseline {
    align-self: baseline;
  }
  .bootstrap-4-enabled .align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4-enabled .flex-xl-row {
    flex-direction: row;
  }
  .bootstrap-4-enabled .flex-xl-column {
    flex-direction: column;
  }
  .bootstrap-4-enabled .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .bootstrap-4-enabled .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .bootstrap-4-enabled .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .bootstrap-4-enabled .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .bootstrap-4-enabled .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bootstrap-4-enabled .flex-xl-fill {
    flex: 1 1 auto;
  }
  .bootstrap-4-enabled .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .bootstrap-4-enabled .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .bootstrap-4-enabled .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .bootstrap-4-enabled .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .bootstrap-4-enabled .justify-content-xl-start {
    justify-content: flex-start;
  }
  .bootstrap-4-enabled .justify-content-xl-end {
    justify-content: flex-end;
  }
  .bootstrap-4-enabled .justify-content-xl-center {
    justify-content: center;
  }
  .bootstrap-4-enabled .justify-content-xl-between {
    justify-content: space-between;
  }
  .bootstrap-4-enabled .justify-content-xl-around {
    justify-content: space-around;
  }
  .bootstrap-4-enabled .align-items-xl-start {
    align-items: flex-start;
  }
  .bootstrap-4-enabled .align-items-xl-end {
    align-items: flex-end;
  }
  .bootstrap-4-enabled .align-items-xl-center {
    align-items: center;
  }
  .bootstrap-4-enabled .align-items-xl-baseline {
    align-items: baseline;
  }
  .bootstrap-4-enabled .align-items-xl-stretch {
    align-items: stretch;
  }
  .bootstrap-4-enabled .align-content-xl-start {
    align-content: flex-start;
  }
  .bootstrap-4-enabled .align-content-xl-end {
    align-content: flex-end;
  }
  .bootstrap-4-enabled .align-content-xl-center {
    align-content: center;
  }
  .bootstrap-4-enabled .align-content-xl-between {
    align-content: space-between;
  }
  .bootstrap-4-enabled .align-content-xl-around {
    align-content: space-around;
  }
  .bootstrap-4-enabled .align-content-xl-stretch {
    align-content: stretch;
  }
  .bootstrap-4-enabled .align-self-xl-auto {
    align-self: auto;
  }
  .bootstrap-4-enabled .align-self-xl-start {
    align-self: flex-start;
  }
  .bootstrap-4-enabled .align-self-xl-end {
    align-self: flex-end;
  }
  .bootstrap-4-enabled .align-self-xl-center {
    align-self: center;
  }
  .bootstrap-4-enabled .align-self-xl-baseline {
    align-self: baseline;
  }
  .bootstrap-4-enabled .align-self-xl-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1680px) {
  .bootstrap-4-enabled .flex-xxl-row {
    flex-direction: row;
  }
  .bootstrap-4-enabled .flex-xxl-column {
    flex-direction: column;
  }
  .bootstrap-4-enabled .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .bootstrap-4-enabled .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
  .bootstrap-4-enabled .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .bootstrap-4-enabled .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .bootstrap-4-enabled .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bootstrap-4-enabled .flex-xxl-fill {
    flex: 1 1 auto;
  }
  .bootstrap-4-enabled .flex-xxl-grow-0 {
    flex-grow: 0;
  }
  .bootstrap-4-enabled .flex-xxl-grow-1 {
    flex-grow: 1;
  }
  .bootstrap-4-enabled .flex-xxl-shrink-0 {
    flex-shrink: 0;
  }
  .bootstrap-4-enabled .flex-xxl-shrink-1 {
    flex-shrink: 1;
  }
  .bootstrap-4-enabled .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .bootstrap-4-enabled .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .bootstrap-4-enabled .justify-content-xxl-center {
    justify-content: center;
  }
  .bootstrap-4-enabled .justify-content-xxl-between {
    justify-content: space-between;
  }
  .bootstrap-4-enabled .justify-content-xxl-around {
    justify-content: space-around;
  }
  .bootstrap-4-enabled .align-items-xxl-start {
    align-items: flex-start;
  }
  .bootstrap-4-enabled .align-items-xxl-end {
    align-items: flex-end;
  }
  .bootstrap-4-enabled .align-items-xxl-center {
    align-items: center;
  }
  .bootstrap-4-enabled .align-items-xxl-baseline {
    align-items: baseline;
  }
  .bootstrap-4-enabled .align-items-xxl-stretch {
    align-items: stretch;
  }
  .bootstrap-4-enabled .align-content-xxl-start {
    align-content: flex-start;
  }
  .bootstrap-4-enabled .align-content-xxl-end {
    align-content: flex-end;
  }
  .bootstrap-4-enabled .align-content-xxl-center {
    align-content: center;
  }
  .bootstrap-4-enabled .align-content-xxl-between {
    align-content: space-between;
  }
  .bootstrap-4-enabled .align-content-xxl-around {
    align-content: space-around;
  }
  .bootstrap-4-enabled .align-content-xxl-stretch {
    align-content: stretch;
  }
  .bootstrap-4-enabled .align-self-xxl-auto {
    align-self: auto;
  }
  .bootstrap-4-enabled .align-self-xxl-start {
    align-self: flex-start;
  }
  .bootstrap-4-enabled .align-self-xxl-end {
    align-self: flex-end;
  }
  .bootstrap-4-enabled .align-self-xxl-center {
    align-self: center;
  }
  .bootstrap-4-enabled .align-self-xxl-baseline {
    align-self: baseline;
  }
  .bootstrap-4-enabled .align-self-xxl-stretch {
    align-self: stretch;
  }
}
.bootstrap-4-enabled .order-md-first {
  order: -1;
}
@media screen and (min-width: 992px) {
  .bootstrap-4-enabled .order-md-first {
    order: unset;
  }
}
.bootstrap-4-enabled .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-4-enabled .col-1,
.bootstrap-4-enabled .col-2,
.bootstrap-4-enabled .col-3,
.bootstrap-4-enabled .col-4,
.bootstrap-4-enabled .col-5,
.bootstrap-4-enabled .col-6,
.bootstrap-4-enabled .col-7,
.bootstrap-4-enabled .col-8,
.bootstrap-4-enabled .col-9,
.bootstrap-4-enabled .col-10,
.bootstrap-4-enabled .col-11,
.bootstrap-4-enabled .col-12,
.bootstrap-4-enabled .col,
.bootstrap-4-enabled .col-auto,
.bootstrap-4-enabled .col-sm-1,
.bootstrap-4-enabled .col-sm-2,
.bootstrap-4-enabled .col-sm-3,
.bootstrap-4-enabled .col-sm-4,
.bootstrap-4-enabled .col-sm-5,
.bootstrap-4-enabled .col-sm-6,
.bootstrap-4-enabled .col-sm-7,
.bootstrap-4-enabled .col-sm-8,
.bootstrap-4-enabled .col-sm-9,
.bootstrap-4-enabled .col-sm-10,
.bootstrap-4-enabled .col-sm-11,
.bootstrap-4-enabled .col-sm-12,
.bootstrap-4-enabled .col-sm,
.bootstrap-4-enabled .col-sm-auto,
.bootstrap-4-enabled .col-md-1,
.bootstrap-4-enabled .col-md-2,
.bootstrap-4-enabled .col-md-3,
.bootstrap-4-enabled .col-md-4,
.bootstrap-4-enabled .col-md-5,
.bootstrap-4-enabled .col-md-6,
.bootstrap-4-enabled .col-md-7,
.bootstrap-4-enabled .col-md-8,
.bootstrap-4-enabled .col-md-9,
.bootstrap-4-enabled .col-md-10,
.bootstrap-4-enabled .col-md-11,
.bootstrap-4-enabled .col-md-12,
.bootstrap-4-enabled .col-md,
.bootstrap-4-enabled .col-md-auto,
.bootstrap-4-enabled .col-lg-1,
.bootstrap-4-enabled .col-lg-2,
.bootstrap-4-enabled .col-lg-3,
.bootstrap-4-enabled .col-lg-4,
.bootstrap-4-enabled .col-lg-5,
.bootstrap-4-enabled .col-lg-6,
.bootstrap-4-enabled .col-lg-7,
.bootstrap-4-enabled .col-lg-8,
.bootstrap-4-enabled .col-lg-9,
.bootstrap-4-enabled .col-lg-10,
.bootstrap-4-enabled .col-lg-11,
.bootstrap-4-enabled .col-lg-12,
.bootstrap-4-enabled .col-lg,
.bootstrap-4-enabled .col-lg-auto,
.bootstrap-4-enabled .col-xl-1,
.bootstrap-4-enabled .col-xl-2,
.bootstrap-4-enabled .col-xl-3,
.bootstrap-4-enabled .col-xl-4,
.bootstrap-4-enabled .col-xl-5,
.bootstrap-4-enabled .col-xl-6,
.bootstrap-4-enabled .col-xl-7,
.bootstrap-4-enabled .col-xl-8,
.bootstrap-4-enabled .col-xl-9,
.bootstrap-4-enabled .col-xl-10,
.bootstrap-4-enabled .col-xl-11,
.bootstrap-4-enabled .col-xl-12,
.bootstrap-4-enabled .col-xl,
.bootstrap-4-enabled .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-4-enabled .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap-4-enabled .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.bootstrap-4-enabled .col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.bootstrap-4-enabled .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.bootstrap-4-enabled .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap-4-enabled .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.bootstrap-4-enabled .col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.bootstrap-4-enabled .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap-4-enabled .col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.bootstrap-4-enabled .col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.bootstrap-4-enabled .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap-4-enabled .col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.bootstrap-4-enabled .col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.bootstrap-4-enabled .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .bootstrap-4-enabled .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-4-enabled .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bootstrap-4-enabled .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bootstrap-4-enabled .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrap-4-enabled .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-4-enabled .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrap-4-enabled .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bootstrap-4-enabled .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-4-enabled .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bootstrap-4-enabled .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bootstrap-4-enabled .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-4-enabled .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bootstrap-4-enabled .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bootstrap-4-enabled .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4-enabled .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-4-enabled .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bootstrap-4-enabled .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4-enabled .d-lg-none {
    display: none;
  }
  .bootstrap-4-enabled .d-lg-inline {
    display: inline;
  }
  .bootstrap-4-enabled .d-lg-inline-block {
    display: inline-block;
  }
  .bootstrap-4-enabled .d-lg-block {
    display: block;
  }
  .bootstrap-4-enabled .d-lg-table {
    display: table;
  }
  .bootstrap-4-enabled .d-lg-table-row {
    display: table-row;
  }
  .bootstrap-4-enabled .d-lg-table-cell {
    display: table-cell;
  }
  .bootstrap-4-enabled .d-lg-flex {
    display: flex;
  }
  .bootstrap-4-enabled .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (max-width: 768px) {
  .bootstrap-4-enabled .d-sm-none {
    display: none;
  }
  .bootstrap-4-enabled .d-sm-inline {
    display: inline;
  }
  .bootstrap-4-enabled .d-sm-inline-block {
    display: inline-block;
  }
  .bootstrap-4-enabled .d-sm-block {
    display: block;
  }
  .bootstrap-4-enabled .d-sm-table {
    display: table;
  }
  .bootstrap-4-enabled .d-sm-table-row {
    display: table-row;
  }
  .bootstrap-4-enabled .d-sm-table-cell {
    display: table-cell;
  }
  .bootstrap-4-enabled .d-sm-flex {
    display: flex;
  }
  .bootstrap-4-enabled .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .bootstrap-4-enabled .d-md-none {
    display: none;
  }
  .bootstrap-4-enabled .d-md-inline {
    display: inline;
  }
  .bootstrap-4-enabled .d-md-inline-block {
    display: inline-block;
  }
  .bootstrap-4-enabled .d-md-block {
    display: block;
  }
  .bootstrap-4-enabled .d-md-table {
    display: table;
  }
  .bootstrap-4-enabled .d-md-table-row {
    display: table-row;
  }
  .bootstrap-4-enabled .d-md-table-cell {
    display: table-cell;
  }
  .bootstrap-4-enabled .d-md-flex {
    display: flex;
  }
  .bootstrap-4-enabled .d-md-inline-flex {
    display: inline-flex;
  }
}
.bootstrap-4-enabled .w-75 {
  width: 75%;
}
.icon-refresh-old:before,
.icon-save-old:before {
  padding-left: 8%;
}
#photo_upload_container .uploadList {
  display: none;
}
#photo_upload_container .progress {
  margin-top: 24px;
}
#photo_upload_container .progress span {
  background: #64D24C;
  height: 100%;
}
.progress-bar.red {
  background: #DA4B49;
}
.progress-bar.green {
  background: #64D24C;
}
/** chart donut text style **/
.percent {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  color: #999;
  line-height: 1.42;
  font-size: .4em;
}
tspan.percent {
  fill: #999 !important;
}
.chart-donut-text {
  line-height: 0.85em;
  font-weight: 200;
  position: relative;
}
.chart-donut-text.percent-after:after {
  color: #999;
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  color: #ABABAB;
  line-height: 1.42;
  font-size: .4em;
  content: '%';
  right: -0.7em;
  position: absolute;
  line-height: 3.18em;
}
.chart-donut-text-secondary {
  font-size: 0.225em;
  letter-spacing: 0.078em;
  text-align: center;
}
/**
tabs
**/
/*
.circle-status {
    background: @state-success-text;
    color: #dff0d8;
    min-width: 1.5em;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.7em;
    vertical-align: middle;
    &.circle-status-warning {
        background: @brand-danger;
    }
}
*/
dfn.ui_tooltip {
  border-bottom: 1px dotted #4ec1fe;
  font-style: normal;
  cursor: help;
}
.info .ui_tooltip_active {
  font-family: 'Roboto-RC', 'Roboto', sans-serif;
}
.circle-icon:before,
.icon-header:before {
  border: 1px solid #4ec1fe;
  border-radius: 50%;
  height: 2.2em;
  width: 2.2em;
  line-height: 2.1em;
  line-height: 2.2em;
  font-size: 0.9em;
  display: inline-block;
  text-align: center;
  color: #4ec1fe;
}
.circle-icon:before:hover,
.icon-header:before:hover {
  text-decoration: none;
}
.circle-icon.white:before,
.icon-header.white:before {
  border-color: #fff;
  color: #fff;
}
.circle-icon.bgwhite:before,
.icon-header.bgwhite:before {
  background: #fff;
}
.circle-icon.primary:before,
.icon-header.primary:before {
  border-color: #4ec1fe;
  color: #4ec1fe;
}
.circle-icon.bgprimary:before,
.icon-header.bgprimary:before {
  background: #4ec1fe;
  /**border-width: 0;**/
}
.circle-icon.border-primary:before,
.icon-header.border-primary:before {
  border-color: #4ec1fe;
}
.circle-icon.green:before,
.icon-header.green:before {
  border-color: #64D24C;
  color: #64D24C;
}
.circle-icon.bggreen:before,
.icon-header.bggreen:before,
.circle-icon.bgsuccess:before,
.icon-header.bgsuccess:before {
  background: #64D24C;
  /**border-width: 0;**/
}
.circle-icon.border-green:before,
.icon-header.border-green:before {
  border-color: #64D24C;
}
.circle-icon.silver:before,
.icon-header.silver:before {
  border-color: #E0E1E3;
  color: #E0E1E3;
}
.circle-icon.red:before,
.icon-header.red:before {
  border-color: #DA4B49;
  color: #DA4B49;
}
.circle-icon.gray:before,
.icon-header.gray:before {
  border-color: #DDDEE0;
  color: #DDDEE0;
}
.circle-icon.bggray:before,
.icon-header.bggray:before {
  background: #DDDEE0;
  /**border-width: 0;**/
}
.circle-icon.graydarker:before,
.icon-header.graydarker:before {
  border-color: #C1CAD6;
  color: #C1CAD6;
}
.circle-icon.bggraydarker:before,
.icon-header.bggraydarker:before {
  background: #C1CAD6;
  /**border-width: 0;**/
}
.circle-icon.muted:before,
.icon-header.muted:before {
  border-color: #999;
  color: #999;
}
.circle-icon.bgmuted:before,
.icon-header.bgmuted:before {
  background: #999;
  /**border-width: 0;**/
}
.circle-icon.facebook:before,
.icon-header.facebook:before {
  background: #354C8A;
  border-color: #354C8A;
  color: #fff;
}
.circle-icon.facebook:hover:before,
.icon-header.facebook:hover:before {
  background-color: #2a3c6d;
}
.circle-icon.twitter:before,
.icon-header.twitter:before {
  background: #49BAF6;
  border-color: #49BAF6;
  color: #fff;
}
.circle-icon.twitter:hover:before,
.icon-header.twitter:hover:before {
  background-color: #22abf4;
}
.circle-icon.googleplus:before,
.icon-header.googleplus:before {
  background: #C93B29;
  border-color: #C93B29;
  color: #fff;
}
.circle-icon.googleplus:hover:before,
.icon-header.googleplus:hover:before {
  background-color: #a73122;
}
.circle-icon.strong:before,
.icon-header.strong:before {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  border-width: 2px;
}
.circle-icon a,
.icon-header a {
  text-decoration: none;
}
.circle-icon.hover_red:hover:before,
.icon-header.hover_red:hover:before {
  cursor: pointer;
  border-color: #DA4B49;
  color: #DA4B49;
}
.icon-header:before {
  border: 1px solid #DDDEE0;
  font-size: 0.60em;
  line-height: 2.6em;
  width: 2.6em;
  height: 2.6em;
  margin-right: 1em;
}
/*
.icon-headerOLD {
    white-space: nowrap;
    font-weight: 300;
    padding-left: 2.4em;
    &[class^="icon-"],
    &[class*=" icon-"] {
        font-family: @font-distinct;
        color: @text-black;
        &:before {
            margin-left: -4em;
            font-family: 'icomoon';
            color: @brand-primary;
            font-weight: normal;
            font-weight: 300;
            border: 1px solid @input-border;
            border-radius: 50%;
            font-size: 0.60em;
            line-height: 2.6em;
            width: 2.6em;
            height: 2.6em;
            display: inline-block;
            margin-right: 1em;
            text-align: center;
        }
        &.green:before {
            color: @brand-success;
        }
        &.silver:before {
            color: @brand-neutral;
        }
        &.red:before {
            color: @brand-danger;
        }
    }
}*/
.img-portrait {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border: 1px solid #E0E1E3;
}
.img-portrait.img-portrait-small {
  width: 105px;
  height: 105px;
}
.img-portrait.img-portrait-big {
  width: 200px;
  height: 200px;
}
.img-portrait img {
  width: 100%;
}
ul.ui_select {
  padding-left: 0;
  list-style-type: none;
  border-collapse: collapse;
  margin-left: 0 !important;
}
ul.ui_select.ui_select_force_inline {
  display: table-row;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
ul.ui_select.ui_select_force_inline:before {
  display: table;
}
.ui_select > li,
.ui_tabpane > li {
  margin: 0;
  background-color: #fff;
}
.ui_select > li:not(.active) img,
.ui_tabpane > li:not(.active) img {
  -o-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}
.ui_select > li.element_lg,
.ui_tabpane > li.element_lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.ui_select.ui_small > li,
.ui_tabpane.ui_small > li,
.ui_select.ui_small > .title > a,
.ui_tabpane.ui_small > .title > a {
  padding: 0.7em 1.5em;
  font-size: 0.7em;
}
.ui_select.ui_small h3,
.ui_tabpane.ui_small h3 {
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .ui_select.ui_select_force_inline li,
  .ui_tabpane.ui_select_force_inline li {
    font-size: 1.2em !important;
  }
}
.ui_tabpane .title,
.ui_select > ul {
  display: block;
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}
.ui_tabpane .title a,
.ui_select > li {
  box-sizing: border-box;
  text-decoration: none;
}
.tab_content.tab_svg {
  font-size: .8em !important;
}
@media (min-width: 768px) {
  .tab_content.tab_svg {
    min-width: 95px;
  }
}
@media (min-width: 992px) {
  .tab_content.tab_svg {
    min-width: 85px;
  }
}
@media (min-width: 1200px) {
  .tab_content.tab_svg {
    min-width: 100px;
  }
}
@media (min-width: 1440px) {
  .tab_content.tab_svg {
    font-size: 1em !important;
    min-width: 120px;
  }
}
@media (min-width: 1650px) {
  .tab_content.tab_svg {
    min-width: 140px;
  }
}
.tab_content .content_inner.tab_content {
  min-height: 100px;
}
.padding-block {
  padding: 0.8em 1.3em;
}
.ui_tabpane .title .tab_content,
.ui_select > li {
  color: #555555;
  display: inline-block;
  padding: 0.8em 1.3em;
  border-bottom: 1px solid #EAEBEC;
  /** var **/
  border-left: 1px solid #FFF;
  text-align: center;
  cursor: pointer;
  height: auto;
  border-collapse: collapse;
  background: #fbfbfb;
}
.ui_select_force_inline > li {
  display: table-cell;
  vertical-align: middle;
}
.ui_select_force_inline > li img {
  min-height: 20px;
}
.ui_tabpane .title .tab_content > div,
.ui_select > li {
  font-family: 'Roboto-RC', 'Roboto', sans-serif;
}
.ui_tabpane .title .tab_content > .tab-icon:before {
  line-height: 1em;
  font-size: 1em;
  color: #EAEBEC;
}
.ui_tabpane .title .tab_content > .tab-icon:not(.tab-icon-no-space):before {
  margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .ui_tabpane .title .tab_content > .tab-icon.tab-icon-no-space-xxs:before {
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .ui_tabpane .title .tab_content > .tab-icon.tab-icon-no-space-xs:before {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ui_tabpane .title .tab_content > .tab-icon.tab-icon-no-space-sm:before {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ui_tabpane .title .tab_content > .tab-icon.tab-icon-no-space-md:before {
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1649px) {
  .ui_tabpane .title .tab_content > .tab-icon.tab-icon-no-space-lg:before {
    margin-right: 0;
  }
}
@media (min-width: 1650px) {
  .ui_tabpane .title .tab_content > .tab-icon.tab-icon-no-space-xlg:before {
    margin-right: 0;
  }
}
.ui_tabpane .title .tab_content:first-of-type,
.ui_select > li:first-of-type {
  border-radius: 3px 0 0 3px;
}
.ui_tabpane .title .tab_content:last-of-type,
.ui_select > li:last-of-type {
  border-radius: 0 3px 3px 0;
}
.ui_tabpane .title .tab_content.active,
.ui_select > li.active {
  transition: border-bottom-color 1s cubic-bezier(0, 0, 0, 1);
  border-top: 2px solid #4ec1fe;
  border-left: 1px solid #EAEBEC;
  border-right: 1px solid #EAEBEC;
  border-bottom: none;
  color: #4ec1fe;
  background-color: #FFF;
  border-radius: 4px 4px 0px 0px;
}
.ui_tabpane .title .tab_content.active > .tab-icon:before {
  color: #4ec1fe;
}
.ui_tabpane .title .tab_content:hover,
.ui_select > li:hover {
  background-color: rgba(251, 251, 251, 0.7);
}
.ui_tabpane.border-big .title .tab_content,
.ui_select > li,
.ui_select > li.active {
  border-bottom-width: 3px;
}
.ui_tabpane .title .tab_content .desc,
.ui_select > li .desc {
  color: #ABABAB;
}
.ui_tabpane .title .tab_content.active .desc,
.ui_select > li.active .desc {
  color: #333333;
}
.ui_tabpane > .title a img {
  display: block;
  float: left;
  margin: 2px 6px 0 -5px;
}
.ui_tabpane > .title a.active img {
  margin-top: 2px;
}
.ui_tabpane > .title a.disabled,
.ui_tabpane > .title a.disabled:hover {
  cursor: not-allowed;
}
.ui_tabpane > .title a.disabled img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tab_content .content_inner {
  display: none;
  border: none;
  position: relative;
}
.tab_content .content_inner.active {
  display: block;
}
@media (max-width: 768px) {
  .ui_tabpane:not([class*=ui_tab_content_force_inline]) .title .tab_content,
  .ui_select:not(.ui_select_force_inline) li {
    display: block;
    float: none;
    border-radius: 0 !important;
    border-left: 1px solid #EAEBEC;
  }
}
@media (max-width: 767px) {
  .ui_tabpane.ui_tab_content_force_inline_sm .title .tab_content {
    display: block;
    float: none;
    border-radius: 0 !important;
    border-left: 1px solid #EAEBEC;
  }
}
.ui_tabpane .title_bottom {
  display: none;
}
.ui_ticker {
  min-height: 35px;
}
.ui_tabpane_top {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1000;
}
@media (max-width: 991px) {
  .ui_tabpane_top {
    margin-top: 0;
    position: relative;
  }
}
@media (min-width: 992px) {
  .ui_tabpane_top {
    margin-top: -89px;
    z-index: 1040;
  }
}
@media (min-width: 1200px) {
  .ui_tabpane_top {
    margin-top: -113px;
  }
}
@media (min-width: 1650px) {
  .ui_tabpane_top {
    margin-top: -131px;
  }
}
/**
tree
**/
.column_dashboard ul {
  list-style-type: none;
  width: 100%;
  padding-left: 0;
}
.column_dashboard ul li {
  border-bottom: 1px dotted #666666;
  display: block;
  overflow: hidden;
  padding: 7px 0;
  width: 100%;
}
.column_dashboard ul li:not(.parent) {
  line-height: 17px;
}
.column_dashboard ul li.nobottomborder,
.column_dashboard ul.noborder li {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.linktypes dfn {
  color: #969595;
  font-style: normal;
}
.column_dashboard ul li:last-child {
  border: medium none;
  padding-bottom: 0;
}
.column_dashboard ul li span {
  float: right;
  font-size: 15px;
  text-align: right;
}
.column_dashboard ul li span.original_price {
  float: none;
  font-size: 12px;
  text-decoration: line-through;
  text-align: inherit;
}
.column_dashboard ul li span.big,
span.big {
  font-weight: bold;
  font-size: 23px;
  line-height: 23px;
}
.column_dashboard ul li:first-child span.big,
span.huge {
  font-weight: bold;
  font-size: 34px;
  line-height: 35px;
}
.tree {
  background: url("/images/clients/tree_dots.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 31px;
  margin-bottom: -7px;
  margin-right: 8px;
  margin-top: -7px;
  width: 12px;
}
.tree.last {
  background: url("/images/clients/tree_dots.gif") no-repeat scroll -20px top rgba(0, 0, 0, 0);
}
.tree.middle {
  background: url("/images/clients/tree_dots.gif") no-repeat scroll -40px top rgba(0, 0, 0, 0);
}
.tree.long {
  margin-right: 0;
  width: 20px;
}
.tree.middle.last {
  background: url("/images/clients/tree_dots.gif") no-repeat scroll -60px top rgba(0, 0, 0, 0);
}
.column_dashboard ul li .pie {
  margin-bottom: -1px;
}
.tree.empty {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*
.dashboard_tab {
    background: url("/images/clients/border_bottom.gif") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    clear: both;
    display: block;
    overflow: hidden;
    padding-top: 20px;
    width: 640px;
}

.dashboard_tab a {
    background: url("/images/clients/lampe.png") no-repeat scroll 10px -40px #f0eeee;
    border: 1px solid #e5e4e4;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #969595;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px;
    padding: 9px 20px 8px 37px;
    text-decoration: none;
    text-transform: uppercase;
}

.dashboard_tab a:hover {
    background: url("/images/clients/lampe.png") no-repeat scroll 10px 11px #f0eeee;
}

.dashboard_tab a.active {
    background: url("/images/clients/lampe.png") no-repeat scroll 10px 11px #fff;
    border-bottom: medium none;
    color: #4c4c4c;
    cursor: text;
    margin-top: 1px;
    padding-left: 37px;
    padding-top: 10px;
}
*/
/**
general tables
**/
.table-basic {
  color: #646E80;
  padding: 0;
  border-collapse: separate;
  font-size: 1.1em;
  margin-bottom: 2em;
}
.table-basic.table-fixed {
  table-layout: fixed;
}
.table-basic.table-basic-tablelist:first-of-type .table-header th:first-child,
.table-basic.table-basic-tablelist:first-of-type .table-header td:first-child,
.table-basic.table-basic-tablelist:first-of-type .table-header th.first-cell,
.table-basic.table-basic-tablelist:first-of-type .table-header td.first-cell {
  border-radius: 6px 0 0 6px;
}
.table-basic.table-basic-tablelist:last-of-type .table-header th:last-child,
.table-basic.table-basic-tablelist:last-of-type .table-header td:last-child {
  border-radius: 0 6px 6px 0;
}
.table-basic.table-basic-tablelist:not(:first-of-type) .table-header th:first-child,
.table-basic.table-basic-tablelist:not(:first-of-type) .table-header td:first-child {
  border-left: none;
}
.table-basic.table-basic-tablelist .table-header th:first-child,
.table-basic.table-basic-tablelist .table-header td:first-child,
.table-basic.table-basic-tablelist .table-header th.first-cell,
.table-basic.table-basic-tablelist .table-header td.first-cell {
  border-radius: 0;
}
.table-basic.table-basic-tablelist .table-header th:last-child,
.table-basic.table-basic-tablelist .table-header td:last-child {
  border-radius: 0;
}
.table-basic.table-basic-tablelist:not(:last-of-type) tbody tr td:last-child {
  border-right: 1px solid #E7E9EB;
}
.table-basic.table-boxed > tbody > tr > td:first-child {
  border-left: 1px solid #E7E9EB;
}
.table-basic.table-boxed > tbody > tr > td:last-child {
  border-right: 1px solid #E7E9EB;
}
.table-basic.table-boxed > tbody > tr:last-child td {
  border-bottom-width: 1px !important;
  border-bottom: 1px solid #E7E9EB;
}
.table-basic.table-boxed .table-header th:first-child,
.table-basic.table-boxed .table-header td:first-child,
.table-basic.table-boxed .table-header th.first-cell,
.table-basic.table-boxed .table-header td.first-cell {
  border-radius: 6px 0 0 0;
}
.table-basic.table-boxed .table-header th:last-child,
.table-basic.table-boxed .table-header td:last-child {
  border-radius: 0 6px 0 0;
}
.table-basic .headline {
  border-radius: 6px 6px 0 0;
}
.table-basic td.active,
.table-basic th.active,
.table-basic tr.active {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  color: #333333;
}
.table-basic .table-header th,
.table-basic .table-row-distinct th,
.table-basic .table-header td,
.table-basic .table-row-distinct td {
  background: #F5F6F6;
  border: 1px solid #E7E9EB;
  border-left: none;
  border-right: none;
}
.table-basic .table-header th:first-child,
.table-basic .table-row-distinct th:first-child,
.table-basic .table-header td:first-child,
.table-basic .table-row-distinct td:first-child,
.table-basic .table-header th.first-cell,
.table-basic .table-row-distinct th.first-cell,
.table-basic .table-header td.first-cell,
.table-basic .table-row-distinct td.first-cell {
  border-radius: 6px 0 0 6px;
  border-left: 1px solid #E7E9EB;
}
.table-basic .table-header th:last-child,
.table-basic .table-row-distinct th:last-child,
.table-basic .table-header td:last-child,
.table-basic .table-row-distinct td:last-child {
  border-radius: 0 6px 6px 0;
  border-right: 1px solid #E7E9EB;
}
.table-basic .table-header th,
.table-basic .table-header td {
  color: #000000;
  font-size: 1.1em;
  font-weight: normal;
  font-weight: 300;
}
.table-basic .table-row-distinct th,
.table-basic .table-row-distinct td {
  margin-top: 30px;
}
.table-basic .table-row-distinct th:first-child,
.table-basic .table-row-distinct td:first-child {
  border-radius: 6px 0 0 0;
}
.table-basic .table-row-distinct th:last-child,
.table-basic .table-row-distinct td:last-child {
  border-radius: 0 6px 0 0;
}
.table-basic .keyword_detail td .icon-place {
  line-height: inherit;
}
.table-basic .keyword_detail.keyword_detail_active .keyword_detail_show_details {
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #4ec1fe;
}
.table-basic .keyword_detail.keyword_detail_active .keyword_detail_show_details [class^="icon-"] {
  opacity: 1;
}
.table-basic .keyword_detail .keyword_detail_show_details [class^="icon-"] {
  opacity: 0;
}
.table-basic .keyword_detail .keyword_detail_show_details:hover {
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #4ec1fe;
}
.table-basic .keyword_detail .keyword_detail_show_details:hover [class^="icon-"] {
  opacity: 1;
}
.table-basic > tbody > tr > td,
.table-basic > tbody > tr > th,
.table-basic > thead > tr > th {
  padding: 0.9em 0;
  /** 1.9em **/
}
.table-basic > tbody > tr > td.min-width,
.table-basic > tbody > tr > th.min-width,
.table-basic > thead > tr > th.min-width {
  min-width: 90px;
  padding: 0.9em 0;
}
.table-basic > tbody > tr > td {
  border-bottom: 1px solid #E7E9EB;
  /* var */
}
.table-basic > tbody > tr:last-of-type > td,
.table-basic tr.no-border > td,
.table-basic tr.no-border > th {
  border-bottom-width: 0 !important;
}
.table-basic tr.no-border-top > td,
.table-basic tr.no-border-top > th {
  border-top-width: 0 !important;
}
.table-basic .no-border-radius-bottom th:first-child,
.table-basic .no-border-radius-bottom td:first-child {
  border-bottom-left-radius: 0;
}
.table-basic .no-border-radius-bottom th:last-child,
.table-basic .no-border-radius-bottom td:last-child {
  border-bottom-right-radius: 0;
}
.table-basic .no-border-radius-top th:first-child,
.table-basic .no-border-radius-top td:first-child {
  border-top-left-radius: 0;
}
.table-basic .no-border-radius-top th:last-child,
.table-basic .no-border-radius-top td:last-child {
  border-top-right-radius: 0;
}
.table-basic .col-id {
  padding-left: 1.5em;
  padding-right: 0em;
}
.table-basic #cell-left-colored {
  background: #64D24C;
  border-radius: 0 5px 5px 0;
  border: none;
  padding: 15px;
  position: relative;
  tex-align: center;
  vertical-align: middle;
  width: 30px;
}
.table-basic #cell-left-colored.downs {
  background: #DA4B49;
}
.table-basic #cell-left-colored.ups {
  background: #64D24C;
}
.table-basic #cell-left-colored.unchanged {
  background: #E0E1E3;
}
.table-basic #cell-left-colored.unchanged .text {
  color: #000000;
}
.table-basic #cell-left-colored .text {
  transform: rotate(-90deg);
  color: #fff;
  margin-left: -75px;
  margin-top: -12px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 150px;
}
@media (max-width: 480px) {
  .table-basic #cell-left-colored .text {
    margin-left: -70px;
  }
}
.table-left-colored-wrapper {
  margin-left: -24px;
}
@media (max-width: 480px) {
  .table-left-colored-wrapper .table-basic {
    font-size: 0.8em;
  }
}
.table-left-colored-wrapper .table-basic .white-space {
  padding: 3px !important;
}
@media (max-width: 480px) {
  .table-left-colored-wrapper .table-basic .col-id {
    padding-left: 1em;
  }
}
@media (max-width: 767px) {
  .table-left-colored-wrapper {
    margin-left: -12px;
  }
}
@media (min-width: 1199px) {
  .table-left-colored-wrapper {
    margin-left: -48px;
  }
}
.table-basic-compact > tbody > tr > td {
  padding: 0.4em 0.9em;
}
.table-basic-compact > tbody > tr > th {
  padding: 0.8em 0.9em;
}
.table-basic-compact > tbody > tr:last-of-type td {
  border-bottom-width: 1px;
}
.table-light {
  width: 100%;
  border-collapse: separate;
}
.table-light > tbody > tr > td {
  padding: 0.9em 1.3em;
  font-size: 1.1em;
}
.table-light > tbody > tr.table-header > td {
  font-size: 1.2em;
  font-weight: 700;
  vertical-align: middle;
  padding: 1.2em 1.3em;
}
.table-light tr td {
  border-top: 1px solid #E7E9EB;
}
.table-light tr td:first-child {
  border-left: 1px solid #E7E9EB;
}
.table-light tr td:last-child {
  border-right: 1px solid #E7E9EB;
}
.table-light tr td.min-width {
  width: 1%;
}
.table-light tr td.min-padding {
  padding: 0.9em 0em;
}
.table-light tr:first-of-type td:first-child {
  border-radius: 6px 0 0 0;
}
.table-light tr:first-of-type td:last-child {
  border-radius: 0 6px 0 0;
}
.table-light tr:last-of-type td {
  border-bottom: 1px solid #E7E9EB;
}
.table-light tr:last-of-type td:first-child {
  border-radius: 0 0 0 6px;
}
.table-light tr:last-of-type td:last-child {
  border-radius: 0 0 6px 0;
}
.middle {
  vertical-align: middle;
}
.vertical-align-top .display-table-cell {
  vertical-align: top !important;
}
.transparent-overlay {
  position: relative;
}
.transparent-overlay:after {
  content: "";
  background: rgba(0, 0, 0, 0.016);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.keyword_detail,
.pointer {
  cursor: pointer;
}
.text-vertical {
  width: 100%;
  margin: 0;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
  display: block;
  line-height: 30px;
  padding: 5px 0;
  font-size: 14px;
}
.text-vertical.text-vertical-rl {
  transform: none;
  writing-mode: vertical-rl;
}
.bar-indicator {
  text-align: center;
  border-radius: 0 6px 6px 0;
  margin-bottom: 10px;
  overflow: hidden;
  width: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.bar-indicator:last-child {
  margin-bottom: 0;
}
ul.table-basic-list {
  width: 100%;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.draggable {
  cursor: move;
}
.table-basic-list.sortable {
  cursor: move;
}
.table-basic-list li table {
  width: 100%;
  border-collapse: separate;
}
.table-basic-list li table td {
  border-bottom: 1px solid #E7E9EB;
  /** @var **/
  padding: 0.9em;
}
.table-basic-list li table td:nth-child(1) {
  width: 4%;
}
.table-basic-list li table td:nth-child(2) {
  width: 20px;
  padding: 0;
  text-align: center;
}
.table-basic-list li table td:nth-child(5) {
  width: 200px;
}
.table-basic-list li table td:nth-child(6) {
  width: 2.5%;
  padding: 0;
}
.table-basic-list li.table-header table td {
  border-top: 1px solid #E7E9EB;
  background: #F5F6F6;
  /** @var **/
}
.table-basic-list li.table-header table td:first-child {
  border-radius: 6px 0 0 6px;
  border-left: 1px solid #E7E9EB;
}
.table-basic-list li.table-header table td:last-child {
  border-radius: 0 6px 6px 0;
  border-right: 1px solid #E7E9EB;
}
.table-basic-list li .ui_tooltip_active {
  cursor: auto;
}
.table-basic-list li.dragging {
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background: #fff;
  border-width: 0;
}
.table-basic-list.table-basic-list-padding li table td {
  padding: 1.2em;
}
@media (max-width: 768px) {
  .keywords-charts {
    width: 90px;
  }
  .keywords-charts.mini {
    width: 44.55px;
  }
}
@media (min-width: 768px) {
  .keywords-charts {
    width: 150px;
  }
  .keywords-charts.mini {
    width: 67.5px;
  }
}
@media (min-width: 992px) {
  .keywords-charts {
    width: 180px;
  }
  .keywords-charts.mini {
    width: 81px;
  }
}
@media (min-width: 1200px) {
  .keywords-charts {
    width: 255px;
  }
  .keywords-charts.mini {
    width: 114.75px;
  }
}
@media (min-width: 1650px) {
  .keywords-charts {
    width: 200px;
  }
  .keywords-charts.mini {
    width: 135px;
  }
}
input.text.big,
textarea.text.big,
.combobox_element_selected.big,
.combobox_element_list.big,
.ui_check_outer.big,
.mooeditable-container.big,
select.text.big,
.ui_check_outer.big,
.ui_taginput_wrapper.big {
  height: 50px;
  font-size: 20px;
  padding: 7px 15px 6px 15px;
}
input.text.validation-failed,
textarea.text.validation-failed,
.combobox_element_selected.validation-failed,
.combobox_element_list.validation-failed,
.mooeditable-container.validation-failed,
select.text.validation-failed,
select.text.validation-failed:hover,
.ui_checkbox.validation-failed .ui_check_outer {
  border: 1px solid #DA4B49;
  background: #fdf7f6;
}
input.text.validation-success,
textarea.text.validation-success,
.combobox_element_selected.validation-success,
.combobox_element_list.validation-success,
.mooeditable-container.validation-success,
select.text.validation-success,
input.text.validation-success:hover,
textarea.text.validation-success:hover,
.combobox_element_selected.validation-success:hover,
.combobox_element_list.validation-success:hover,
.mooeditable-container.validation-success:hover,
select.text.validation-success:hover,
input.text.validation-success:focus,
textarea.text.validation-success:focus,
.combobox_element_selected.validation-success:focus,
.combobox_element_list.validation-success:focus,
.mooeditable-container.validation-success:focus,
select.text.validation-success:focus,
.ui_checkbox.validation-success .ui_check_outer {
  border: 1px solid #64D24C;
}
input.text.validation-passed,
textarea.text.validation-passed,
.combobox_element_selected.validation-passed,
.combobox_element_list.validation-passed,
.mooeditable-container.validation-passed,
select.text.validation-passed,
input.text.validation-passed:hover,
textarea.text.validation-passed:hover,
.combobox_element_selected.validation-passed:hover,
.combobox_element_list.validation-passed:hover,
.mooeditable-container.validation-passed:hover,
select.text.validation-passed:hover,
input.text.validation-passed:focus,
textarea.text.validation-passed:focus,
.combobox_element_selected.validation-passed:focus,
.combobox_element_list.validation-passed:focus,
.mooeditable-container.validation-passed:focus,
select.text.validation-passed:focus,
.ui_checkbox.validation-passed .ui_check_outer {
  border: 1px solid #64D24C;
}
input.text.validation-failed:hover,
textarea.text.validation-failed:hover,
.combobox_element_selected.validation-failed:hover,
.combobox_element_list.validation-failed:hover,
.mooeditable-container.validation-failed:hover,
select.text.validation-failed:hover,
input.text.validation-failed:focus,
textarea.text.validation-failed:focus,
.combobox_element_selected.validation-failed:focus,
.combobox_element_list.validation-failed:focus,
.mooeditable-container.validation-failed:focus,
select.text.validation-failed:focus {
  border: 1px solid #DA4B49;
}
.validation-icon {
  position: absolute;
  display: inline-block;
  margin-top: 6px;
  margin-left: -25px;
}
.validation-icon:before {
  display: inline-block;
  font: 1em 'Glyphicons Regular';
  font-style: normal;
  font-size: 1.3em;
}
.validation-icon.success:before {
  content: "\E194";
  color: #81B432;
}
.validation-icon.failed:before {
  content: "\E193";
  color: red;
}
.tooltip_content a.button:hover {
  background: #76B116;
}
.validation-advice {
  font-size: 0.9em;
  line-height: 1.2em;
  color: #DA4B49;
  padding-top: 0.5em;
}
textarea.text:hover {
  font-weight: normal;
}
select.text:hover,
select.text:focus {
  font-weight: normal;
  font-weight: 300;
}
input.text.big:hover,
textarea.text.big:hover,
input.text.big:focus,
textarea.text.big:focus,
.ui_checkbox.big:hover .ui_check_outer,
select.text.big:hover,
select.text.big:focus,
.mooeditable-container.active.big,
.ui_taginput_wrapper.big:hover,
.ui_taginput_wrapper.big.focused {
  font-weight: normal;
  font-weight: 300;
}
.mooeditable-container {
  height: auto;
}
.mooeditable-ui-toolbar {
  border-radius: 3px;
  border-bottom: 1px solid #FFF;
}
/*
.combobox_element_selected {
    padding: 0;
    width: auto;
}

.combobox_element {
    float: left;
}

.combobox_element.active .combobox_element_selected {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3AB445), to(#2B8433));
    background: -moz-linear-gradient(0% 0% 270deg, #3AB445, #2B8433);
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    color: #FFFFFF;
    cursor: pointer;
    -moz-box-shadow: inset 1px 1px 0px #68CE73;
    -webkit-box-shadow: inset 1px 1px 0px #68CE73;
    box-shadow: inset 1px 1px 0px #68CE73;
    border: 1px solid #297E32;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .6);
}

.combobox_element.active .combobox_element_text {
    padding: 8px 7px 8px 7px;
}

.combobox_element_text.noborder {
    border-top: none;
}

.combobox_element .combobox_element_list {
    background: #FFF;
    border: 1px solid #AAAAAA;
    display: none;
    list-style: none;
    height: auto;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    padding: 0;
    width: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.combobox_element.active .combobox_element_list {
    display: block;
}

.combobox_element_text {
    padding: 8px 6px;
    line-height: 15px;
    font-size: 15px;
    display: block;
    margin-left: 30px;
}

.combobox_element_item {
    border-top: 1px dotted #DCDCDC;
    cursor: pointer;
}

.combobox_element_item:hover {
    background: #EDF3F9;
}

.combobox_element_image {
    display: block;
    float: left;
    width: 23px;
    margin: 7px 0 0 5px;
}
*/
/*UIOverlaybox*/
.bg_overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1900;
  background: black;
  top: 0;
  opacity: 0.0;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.bg_overlay.open {
  opacity: 0.2;
}
.bg_overlay.open.dark {
  opacity: 0.6;
}
.bg_overlay.open.overlay_content_type_cinematic_mode {
  opacity: 0.7;
}
.bg_overlay_closed {
  opacity: 0;
}
.ui_overlaybox.overlay_window_arrow_indicator {
  position: relative;
  padding-bottom: 2.5em;
}
.ui_overlaybox.overlay_window_arrow_indicator:after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 51%, #ffffff 100%), linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 51%, #ffffff 100%);
  border-left: 1px solid var(--border-color, #F0F1F1);
  border-top: 1px solid var(--border-color, #F0F1F1);
  content: " ";
  display: block;
  bottom: -1em;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  z-index: 100;
  height: 2em;
  width: 2em;
}
@media (min-width: 768px) {
  .ui_overlaybox.overlay_window_arrow_indicator:after {
    height: 3em;
    width: 3em;
    bottom: -1.5em;
  }
}
.overlay_window {
  display: block;
  position: absolute;
  z-index: 1981;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  padding: 30px;
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0, 0, 0, 1), opacity 0.5s  cubic-bezier(0, 0, 0, 1);
  transform: translate(-50%, -75%) scale(0.7, 0.3);
  box-sizing: border-box;
  max-width: 100%;
  left: 50%;
  max-height: 100%;
  /*&.title-outside123 {
        .overlay_content {
            margin-top: -47px;
        }
        .overlay_titlebar {
            overflow: visible;
            h1 {
                text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
                margin-top: -131px;
                color: #fff;
                text-align: center;
            }
            a.Xoverlay_close {
                position: relative;
                margin: 0;
                font-size: 4em;
                width: 1.5em;
                height: 1.5em;
                &:before {
                    position: static;
                    font-size: 1em;
                    margin: 0;
                }
            }
        }
    }*/
}
.overlay_window.overlay_content_no_padding .overlay_content {
  padding: 0 !important;
}
@media (max-width: 480px) {
  .overlay_window {
    padding: 15px;
  }
}
.overlay_window.overlay_window_inset .overlay_close {
  cursor: pointer;
  font-size: 1.5em;
  text-decoration: none;
  position: absolute;
  color: #E7E9EB;
  right: 0;
  top: 0;
  transform: translateX(-100%) translateY(50%);
  z-index: 99999;
}
.overlay_window.overlay_window_inset .overlay_close:hover {
  color: #d6dadd;
}
.overlay_window.scrollable {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.overlay_window.top {
  top: 10%;
}
.overlay_window.center {
  top: 50%;
}
.overlay_window.inset {
  position: relative;
  clear: both;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  min-height: 200px;
  border: 1px solid #E7E9EB;
  z-index: 1000;
  left: auto;
  top: auto;
  transform: translate(0, 0) scale(0.7, 0.3);
  transform: translate(0px, 0px) scale(0.7, 0.3);
}
.overlay_window.inset.open {
  transform: translate(0,0) scale(1, 1);
  transform: translate(0px,0px) scale(1, 1);
}
.overlay_window.inline {
  background: #FFF;
  border: 1px solid #BBBBBB;
  position: absolute;
}
.overlay_window.notification,
.overlay_window.popup {
  z-index: 10001;
}
.overlay_window.open {
  opacity: 100;
  transform: translate(-50%, -50%) scale(1, 1);
}
.overlay_window.open.top {
  transform: translate(-50%, 0) scale(1, 1);
}
.overlay_window.open.bottom {
  transform: translate(-50%, -100%) scale(1, 1);
}
@media (max-width: 768px) {
  .overlay_window.open.overlay_responsive {
    left: 2%;
    transform: translate(-1%, -50%) scale(1,1);
  }
}
.overlay_window.closed {
  transition: all 0.15s cubic-bezier(0, 0, 0, 1);
  transform: translate(-50%, -60%) scale(0.85, 0.7);
}
.overlay_window.closed.top {
  transform: translate(-50%, -10%) scale(1, 1);
}
.overlay_window.closed.bottom {
  transform: translate(-50%, -110%) scale(1, 1);
}
.overlay_window.closed.inset {
  transform: scale(0.85, 0.7);
}
.overlay_window.fixed {
  position: fixed;
}
.overlay_window.transparent .overlay_content {
  background: transparent;
  border-radius: 0;
  padding: 15px;
  color: white;
}
.overlay_window.transparent h1,
.overlay_window.transparent h2,
.overlay_window.transparent h3,
.overlay_window.transparent h4,
.overlay_window.transparent h5,
.overlay_window.transparent h6,
.overlay_window.transparent p {
  color: white;
}
@media (max-width: 768px) {
  .overlay_window.transparent .overlay_close {
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .overlay_window.white .overlay_titlebar {
    border-bottom: 1px solid #E7E9EB;
  }
}
.overlay_window.white {
  background-color: white;
}
.overlay_window.white .overlay_content {
  background: none;
}
.overlay_window.white .overlay_titlebar h1 {
  color: black;
}
.overlay_window.white .overlay_titlebar a.overlay_close {
  color: black;
}
.overlay_window.overlay_flex {
  display: flex;
  flex-flow: column;
}
.overlay_window .overlay_content {
  background: white;
  border-radius: 3px;
  padding: 15px;
}
.overlay_window .overlay_content.card-block {
  padding: 24px 12px;
}
.overlay_window .overlay_content.card-block:before,
.overlay_window .overlay_content.card-block:after {
  content: " ";
  display: table;
}
.overlay_window .overlay_content.card-block:after {
  clear: both;
}
@media (min-width: 480px) {
  .overlay_window .overlay_content.card-block {
    padding: 32px 24px;
  }
}
@media (min-width: 768px) {
  .overlay_window .overlay_content.card-block {
    padding: 48px 48px;
  }
}
@media (min-width: 992px) {
  .overlay_window .overlay_content.card-block {
    padding: 48px 48px;
  }
}
@media (min-width: 1200px) {
  .overlay_window .overlay_content.card-block {
    padding: 48px 48px;
  }
}
@media (min-width: 1650px) {
  .overlay_window .overlay_content.card-block {
    padding: 48px 48px;
  }
}
.overlay_window .overlay_content > h1 i:first-of-type[class^="icon-"] {
  padding-right: 20px;
}
.overlay_window .overlay_content > *:first-child {
  margin-top: 0;
}
.overlay_window .overlay_content > *:last-child {
  margin-bottom: 0;
}
.overlay_window .overlay_content .modal {
  text-align: center;
}
.overlay_window .overlay_content .modal > * {
  margin: 0 12px;
}
.overlay_window .overlay_content.scrollable {
  /*overflow-y:auto;*/
}
.overlay_window .overlay_titlebar {
  overflow: hidden;
  margin: -15px -15px 0 0;
  padding: 15px 0;
  box-sizing: border-box;
  height: 62px;
}
.overlay_window .overlay_titlebar h1 {
  color: white;
}
.overlay_window .overlay_titlebar:not(.title-outside) h1 {
  font-size: 1.5em;
  /**line-height: 32px;**/
  margin: 0;
}
.overlay_window .overlay_titlebar a.overlay_close {
  color: #FFF;
  display: block;
  float: right;
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
  border-radius: 3px;
  text-decoration: none;
  width: 2.3em;
  height: 2.3em;
  margin: -0.5em 1em 0 0;
}
.overlay_window .overlay_titlebar a.overlay_close:before {
  font-family: 'icomoon';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e649";
  font-size: 1.3em;
  position: absolute;
  margin: 0.4em auto auto 0.4em;
}
.overlay_window .overlay_titlebar a.overlay_close:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.overlay_window .overlay_titlebar.title-outside {
  margin-top: -131px;
  height: 131px;
}
.overlay_window .overlay_titlebar.title-outside h1 {
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media (max-width: 768px) {
  .overlay_window .overlay_titlebar {
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    padding-bottom: 5px;
  }
  .overlay_window .overlay_titlebar h1 {
    font-size: 3em !important;
  }
  .overlay_window .overlay_titlebar a {
    font-size: 1.5em;
    top: 1em !important;
    right: 0 !important;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .overlay_window .overlay_titlebar a {
    top: 1.7em !important;
  }
}
.overlay_window.overlay-cropper {
  border-radius: 4px;
  max-width: 90vw;
}
.overlay_window.overlay-cropper .overlay_titlebar h1 {
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .overlay_window.overlay-cropper .overlay_titlebar h1 {
    font-size: 1.5em !important;
  }
}
@media screen and (max-width: 991px) {
  .overlay_window.overlay-cropper .overlay_titlebar h1 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .overlay_window.overlay-cropper .overlay_titlebar a.overlay_close {
    margin: 0;
    font-size: 24px;
    height: 100%;
  }
  .overlay_window.overlay-cropper .overlay_titlebar a.overlay_close::before {
    margin: 0;
  }
}
.overlay_window.overlay-cropper .overlay_content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .overlay_window.overlay-cropper {
    width: 90vw !important;
  }
}
a.overlay_close.title-outside {
  color: #FFF;
  display: block;
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
  border-radius: 3px;
  text-decoration: none;
  width: 4em;
  height: 4em;
  position: fixed;
  right: 6vh;
  top: 6vh;
  z-index: 100000;
  transition: opacity 0.5s  cubic-bezier(0, 0, 0, 1);
}
a.overlay_close.title-outside:before {
  font-family: 'icomoon';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e649";
  font-size: 3em;
  position: absolute;
  margin: 0.19em auto auto 0.19em;
}
a.overlay_close.title-outside:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
a.overlay_close.title-outside.closing {
  opacity: 0;
}
button.close_modal {
  color: #FFFFFF;
  display: block;
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
  border-radius: 3px;
  text-decoration: none;
  width: 4em;
  height: 4em;
  position: fixed;
  right: 0;
  top: -6vh;
  z-index: 100000;
}
button.close_modal:before {
  font-family: 'icomoon';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e649";
  font-size: 3em;
  position: absolute;
  margin: 0.19em auto auto 0.19em;
  top: 0;
  left: 0;
  font-weight: bold;
}
button.close_modal:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
@media (min-width: 1200px) {
  button.close_modal {
    right: -6vh;
  }
}
/*UI Overlay */
.spinner-container-small {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .spinner-container-small {
    width: 40px;
    height: 40px;
  }
}
.ui_overlay,
.spinner {
  opacity: 0.0;
  -moz-opacity: 0.0;
  -webkit-opacity: 0.0;
  background: #DDD;
  position: absolute;
  z-index: 998;
  transition: all 0.2s;
}
.ui_overlay.spinner-img-small,
.spinner.spinner-img-small {
  transform: scale(0.5);
}
.ui_overlay.spinner-img-xsmall,
.spinner.spinner-img-xsmall {
  transform: scale(0.25);
}
.ui_overlay.no-bg,
.spinner.no-bg {
  background: none;
}
.ui_overlay.dark-bg,
.spinner.dark-bg {
  color: #fff;
  background: rgba(40, 50, 60, 0.85);
}
.ui_overlay.spinner-img-white .spinner-img,
.spinner.spinner-img-white .spinner-img {
  background-image: url("../../../../img/loader/loader_white.svg");
}
.ui_overlay.spinner-img-white .spinner-img.hide,
.spinner.spinner-img-white .spinner-img.hide {
  opacity: 0;
}
.ui_overlay.spinner-dots-dark .spinner-img,
.spinner.spinner-dots-dark .spinner-img {
  background-image: url("../../../../img/loader/loader_dots_black.svg");
  background-size: 100% auto;
  animation: none;
}
.ui_overlay.loader.blue {
  background: url(../../../images/loader_blue.gif) no-repeat center center;
}
.ui_overlay_loader,
.spinner-img {
  margin-left: -37.5px;
  margin-top: -37.5px;
  z-index: 999;
  position: absolute;
  width: 75px;
  height: 75px;
  background: url("../../../../img/loader/loader_black.svg") no-repeat center center;
  background-size: 75px 75px;
  animation: loaderRotate 2s infinite linear;
  transition: opactiy 0.2s;
  opacity: 0;
}
.ui_overlay_loader.active,
.spinner-img {
  opacity: 0.9;
}
.btn-spinner i {
  width: 22px;
  height: 100%;
  background: url("../../../../img/loader/loader_white.svg") no-repeat center center;
  background-size: 100% 100%;
  animation: loaderRotate 2s infinite linear;
}
.btn-spinner i:before {
  content: '\00a0';
}
.ui_overlay_text {
  position: absolute;
  z-index: 999;
  font-size: 25px;
  text-align: center;
  display: block;
  color: #FFF;
  padding-top: 15px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
@keyframes loaderRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ui_overlay_active,
.spinner {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  background: #FFF;
  position: absolute;
  z-index: 1004;
}
.ui_overlay_active_dark {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  background: #000000;
  position: absolute;
  z-index: 1002;
}
.tutorial_step_title {
  padding: 5px;
}
.tutorial_step_title {
  height: 40px;
  line-height: 30px;
}
.ui_wizard .content_inner {
  display: none;
}
.ui_wizard .content_inner.active {
  display: block;
  padding: 15px 0px 15px 0px;
}
.ui_wizard .content_inner.active:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tooltip_container {
  background: rgba(34, 34, 34, 0.92);
  text-align: left;
  color: #FFF;
  position: absolute;
  padding: 10px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  left: 0;
  z-index: 99991;
  box-sizing: border-box;
  padding: 24px;
}
.tooltip_container.ui_tooltip_with_content {
  padding: 0;
}
.tooltip_container.ui_tooltip_white {
  color: #333333;
  border: #DDDEE0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.tooltip_container.ui_tooltip_white .tooltip_content {
  background: #ffffff 0.9%;
}
.tooltip_container.ui_tooltip_white .tooltip_content p {
  color: #333333;
}
.tooltip_container.ui_tooltip_white .tooltip_container_arrow:before {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.tooltip_container.ui_tooltip_white .tooltip_container_arrow:after {
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}
.tooltip_container.ui_tooltip_white_with_padding {
  color: #333333;
  border: #DDDEE0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0;
}
.tooltip_container.ui_tooltip_white_with_padding .tooltip_content {
  background: #ffffff 0.9%;
  padding: 8px 16px;
  border-radius: inherit;
}
.tooltip_container.ui_tooltip_white_with_padding .tooltip_content p {
  color: #333333;
}
.tooltip_container.ui_tooltip_white_with_padding .tooltip_container_arrow:before {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.tooltip_container.ui_tooltip_white_with_padding .tooltip_container_arrow:after {
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}
.tooltip_container .tooltip_header {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #DDDEE0 !important;
}
.tooltip_container .tooltip_container_content {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-right: 24px;
  padding-left: 24px;
}
.tooltip_container .tooltip_container_arrow {
  position: absolute;
  transform: translateY(-25%);
  transform-origin: 0 100%;
  z-index: -1;
}
.tooltip_container .tooltip_container_arrow:before {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  box-shadow: none;
  transform: rotate(45deg);
}
.tooltip_container .tooltip_container_arrow:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  top: -24px;
  position: relative;
  transform: rotate(-45deg);
  background: linear-gradient(42deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.92) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}
.tooltip_container .tooltip_container_arrow.bottom:before {
  content: "";
  display: block;
  border-left: #DDDEE0;
  border-bottom: #DDDEE0;
}
.tooltip_container .tooltip_container_arrow.top {
  top: 0px;
  transform: translateY(-25%);
}
.tooltip_container .tooltip_container_arrow.top:before {
  content: "";
  display: block;
  border-right: #DDDEE0;
  border-top: #DDDEE0;
}
.tooltip_container .tooltip_container_arrow.top:after {
  transform: rotate(137deg);
}
.tooltip_container .tooltip_container_arrow.left {
  transform: translateY(25%) translateX(-150%);
}
.tooltip_container .tooltip_container_arrow.left:before {
  content: "";
  display: block;
  border-left: #DDDEE0;
  border-top: #DDDEE0;
}
.tooltip_container .tooltip_container_arrow.left:after {
  transform: rotate(47deg);
}
.tooltip_container .tooltip_container_arrow.right {
  transform: translateX(-50%) translateY(25%);
}
.tooltip_container .tooltip_container_arrow.right:before {
  content: "";
  display: block;
  border-right: #DDDEE0;
  border-bottom: #DDDEE0;
}
.tooltip_container .tooltip_container_arrow.right:after {
  transform: rotate(-135deg);
}
.tooltip_container .ui_tooltip_status_icon span {
  display: block;
  height: 39px;
  margin-top: -10px;
  font-size: 34px;
}
.tooltip_container .ui_tooltip_status_icon span:after {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  font-family: icomoon;
  padding: 0;
  color: white;
  border-radius: 50%;
  font-size: inherit;
}
.tooltip_container .ui_tooltip_status_icon span.green:after {
  content: "\e945";
  background-color: #64d24c;
}
.tooltip_container .ui_tooltip_status_icon span.orange:after {
  content: "\e91f";
  background-color: #F9B440;
}
.tooltip_container .ui_tooltip_status_icon span.red:after {
  content: "\e91f";
  background-color: #DA4B49;
}
.tooltip_container h2 {
  color: white;
}
.tooltip_container h2:first-of-type {
  margin-top: 0;
}
.tooltip_container.tooltip-small {
  background: #222222;
  font-size: 14px;
  padding: 8px;
}
.tooltip_container.tooltip-small .tooltip_container_arrow:before {
  width: 12px;
  height: 12px;
}
.tooltip_container.tooltip-small .tooltip_container_arrow:after {
  width: 12px;
  height: 12px;
  top: -12px;
}
.tooltip_container h3.title {
  color: #4ec1fe;
  font-size: 1.3em;
  padding: 0 0 7px;
  margin-top: 0;
  padding-top: 0;
}
.tooltip_container .validation-advice:first-child {
  margin-top: 0;
}
.tooltip_container .validation-advice {
  color: #FFF;
  margin: 0;
  font-weight: normal;
  font-weight: 300;
  left: 0;
  clear: both;
  padding-top: 10px;
}
.tooltip_content ul {
  list-style: disc;
  padding: 7px 17px;
}
.tooltip_content p {
  line-height: 1.42;
  margin-top: 7px;
  left: 0;
  color: white;
}
.tooltip_content ol li {
  line-height: 22px;
  color: #FFF;
}
.tooltip_content p:last-child {
  margin-bottom: 0;
}
.tooltip_content p:first-child {
  margin-top: 0;
}
.tooltip_info {
  display: inline-block;
  width: 18px;
  height: 22px;
  margin-left: 5px;
}
.tooltip_content a.button {
  background: -moz-linear-gradient(0% 0% 270deg, #76B116, #52810C);
  color: #FFF;
  border: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  box-shadow: 0px 1px 0px #000000;
  line-height: 15px;
  font-size: 12px;
  padding: 5px 8px 4px 8px;
  float: left;
  margin-top: 7px;
  font-weight: normal;
  font-weight: 300;
}
.tooltip_content input.text,
.tooltip_content textarea.text,
.tooltip_content .combobox_element_selected,
.tooltip_content .combobox_element_list,
.tooltip_content .ui_check_outer,
.tooltip_content .mooeditable-container,
.tooltip_content select.text {
  display: block;
  border: 1px solid #E5E4E4;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: normal;
  font-weight: 300;
  background: white;
  border-image: initial;
  line-height: 15px;
  font-size: 12px;
  padding: 5px 8px 4px 8px;
  margin-top: 7px;
  height: 24px;
}
.ui_checkbox_white .ui_check_outer {
  background: #fff;
}
.ui_resizerect {
  border: 8px solid rgba(255, 0, 0, 0.5);
  position: absolute;
  background: none;
  border-radius: 8px;
  box-shadow: 0 0 3px #000000, 0 0 3px #000000 inset;
  z-index: 800;
}
.ui_resizerect.selected,
.ui_resizerect:hover,
.selections .ui_resizerect {
  border: 8px solid #ff0000;
}
.ui_resizerect .close {
  float: right;
  color: white;
  display: block;
  margin: 4px 4px 0 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4) url("../../../images/icons/overlaybox/close.png") no-repeat 3px 3px;
  border-radius: 3px;
  display: none;
}
.ui_resizerect.selected .close,
.ui_resizerect:hover .close {
  display: block;
}
.ui_resizerect .close:hover {
  background-color: rgba(0, 0, 0, 0.6);
  background-position: 3px -43px;
}
.ui_feedback_bg_info,
.ui_feedback_bg {
  color: #fff;
  margin: 24px;
}
.ui_feedback,
.ui_feedback_bg_info,
.ui_feedback_bg {
  z-index: 990;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  padding: 24px;
}
.ui_feedback {
  border-radius: 6px 6px 0 0;
  position: fixed;
  padding-left: 24px;
  padding-right: 24px;
  right: 5%;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 12px;
  padding-bottom: 48px;
  height: 40px;
  box-sizing: border-box;
}
.ui_feedback .ui_feedbacktext {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  color: #fff;
  cursor: pointer;
}
.ui_feedback .ui_feedbacktext i {
  font-size: 0.8em;
  padding-right: 0.5em;
}
.ui_feedback .ui_feedbacktext i:before {
  vertical-align: inherit;
}
.ui_feedback .ui_feedback_container {
  margin-top: 12px;
  height: 100%;
}
.ui_feedback #feedback_content {
  background: #fff;
  border-radius: 3px 3px 0 0;
  padding: 18px;
  padding-bottom: 0px;
  height: 100%;
}
.ui_feedback #feedback_content h2 {
  margin-top: 0;
  margin-bottom: 12px;
}
.ui_feedback .articles {
  display: block;
  list-style: none;
  padding-left: 0px;
  font-size: 0.7em;
  margin-left: -12px;
  margin-right: -12px;
}
.ui_feedback .articles h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.15em;
}
.ui_feedback .articles p {
  margin-bottom: 0;
}
.ui_feedback .articles li {
  padding: 12px;
  border: 1px solid transparent;
  cursor: pointer;
}
.ui_feedback .articles li:hover {
  background: #F6F6F7;
  border: 1px solid #DDDEE0;
}
.ui_feedback .show_all {
  line-height: 3em;
  font-size: 0.9em;
}
.ui_feedback a.overlay_close {
  display: none;
}
.ui_feedback.open a.overlay_close {
  color: #FFF;
  display: block;
  padding: 0;
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
  width: 2.3em !important;
  height: 2.3em !important;
  position: absolute;
  right: 0.65em;
  top: 0.3em;
}
.ui_feedback.open a.overlay_close:before {
  font-family: 'icomoon';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e649";
  font-size: 1.3em;
  position: absolute;
  margin: 0.4em auto auto 0.4em;
}
.ui_feedback.open a.overlay_close:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
/*** deactivated **/
.animation_progress {
  position: fixed;
  z-index: 2500;
  box-shadow: 0 0 3px black;
}
.animation_progress span {
  display: block;
}
.ui_edit_text.non-changed {
  color: #999;
}
.ui_edit_text.non-changed:focus,
.ui_edit_text.non-changed:hover {
  font-weight: normal;
  font-weight: 300;
}
.ui_edit_text_label {
  position: absolute;
  color: #999;
  padding: 0 0 0 8px;
  line-height: 36px;
  font-size: 14px;
  outline: none;
  transition: all 0.2s;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
  clear: both;
}
.tooltip_container .ui_edit_text_label {
  line-height: 15px;
  font-size: 12px;
  padding: 5px 8px 4px 8px;
}
.ui_edit_text_label.focus {
  color: #CCC;
}
.ui_mask_rect {
  position: absolute;
  background: black;
  z-index: 1200;
}
.ui_mask_shadow {
  position: absolute;
  background: black;
  z-index: 1201;
}
.ui_mask_shadow.shadow {
  background: rgba(0, 0, 0, 0);
  box-shadow: #000000 0 0 8px;
  -moz-box-shadow: #000000 0 0 8px;
  -webkit-box-shadow: #000000 0 0 8px;
}
.ui_animated_tutorial_text {
  font-size: 30px;
  color: white;
  text-shadow: 0px 1px 2px #000000;
  display: block;
  text-align: center;
  margin: 80px auto;
  position: fixed;
  z-index: 1300;
}
.ui_mask_text {
  position: absolute;
}
.ui_mask_text .ui_mask_text_icon {
  width: 44px;
  height: 44px;
  background: url(../../../images/arrows.png);
}
.ui_mask_text_text {
  font-size: 22px;
  text-shadow: 0px 1px 2px #000000;
  color: white;
  float: left;
}
.ui_mask_text.top .ui_mask_text_icon {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.ui_mask_text.left .ui_mask_text_icon {
  float: right;
  background-position: 0 -88px;
  clear: both;
}
.ui_mask_text.bottom .ui_mask_text_icon {
  background-position: 0 -44px;
  float: right;
}
.ui_mask_text.right .ui_mask_text_icon {
  float: left;
  background-position: 0 -132px;
  clear: both;
}
.ui_mask_text.bottom .ui_mask_text_text {
  margin-top: 24px;
  margin-right: 5px;
}
.ui_slideshow.header .slideshow_content {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.ui_slideshow {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.ui_slideshow .slideshow_inner {
  position: absolute;
  overflow: hidden;
}
.ui_slideshow.longTransition .slides > li {
  transition: opacity 3s;
}
.slides {
  list-style: none;
  display: block;
  overflow: hidden;
}
.slides > li {
  list-style: none;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  transition: opacity 1s;
  z-index: 0;
}
.slides > li.active {
  opacity: 1;
  z-index: 1;
}
.slides > li.preload {
  display: none;
}
.slideshow_content {
  overflow: hidden;
  padding: 0;
}
.slideshow_text {
  height: 75px;
  padding: 20px 0 0 0;
  background-image: linear-gradient(to bottom, #FDFDFD, #EAEAEA);
  background-image: -ms-linear-gradient(to bottom, #FDFDFD, #EAEAEA);
  color: #4C4C4C;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
}
.ui_html_edit {
  overflow-wrap: break-word;
}
.ui_html_edit_toolbar {
  display: block;
  padding: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  margin-top: -55px;
  margin-left: -1px;
  line-height: 16px;
  color: black !important;
  z-index: 1000000;
  min-width: 500px;
}
.ui_html_edit_toolbar.after {
  margin-top: 0;
}
.ui_html_edit_toolbar button {
  display: block;
  float: left;
  padding: 4px;
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.ui_html_edit_toolbar button:hover,
.ui_html_edit_toolbar button.active {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.ui_html_edit_toolbar button.icon-save:before {
  color: #4ec1fe !important;
}
.ui_html_edit_toolbar button:before {
  font-size: 16px !important;
  font-weight: normal !important;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
}
.ui_html_edit_toolbar button .text {
  font-size: 16px !important;
  font-weight: normal !important;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.ui_html_edit_toolbar select {
  width: 200px;
}
.ui_html_edit_toolbar select:last-of-type {
  width: 100px;
}
.bold .icon {
  background-position: 0 -16px;
}
.italic .icon {
  background-position: 0 -96px;
}
.strikethrough .icon {
  background-position: 0 -224px;
}
.underline .icon {
  background-position: 0 -256px;
}
.source .icon {
  background-position: 0 -240px;
}
.ul .icon {
  background-position: 0 -80px;
}
.ol .icon {
  background-position: 0 -64px;
}
.indent .icon {
  background-position: 0 -48px;
}
.outdent .icon {
  background-position: 0 -176px;
}
.justifyleft .icon {
  background-position: 0 -144px;
}
.justifyright .icon {
  background-position: 0 -160px;
}
.justifycenter .icon {
  background-position: 0 -112px;
}
.justifyfull .icon {
  background-position: 0 -128px;
}
.ui_html_edit_source {
  height: 400px;
  background: white;
}
.ui_html_edit_source_inner {
  height: 400px;
}
table.datatable {
  width: 100%;
}
table.datatable tr th,
table.datatable tr td {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
}
table.datatable tr th {
  color: #666666;
}
table.datatable tr td:first-of-type {
  padding-left: 10px;
}
table.datatable tr td:last-of-type {
  padding-right: 10px;
}
table.datatable tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.ui_autocomplete_container {
  padding-left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  z-index: 99999;
}
.ui_autocomplete_container li {
  padding-left: 0;
  white-space: nowrap;
  font-size: 12px;
  color: #4ec1fe;
  padding: 0 12px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  text-shadow: 0 1px 1px black;
  border-top: none;
  line-height: 34px;
  height: 34px;
  box-sizing: border-box;
}
.ui_autocomplete_container li span.highlight {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  background: none;
  color: white;
  border: none;
  box-shadow: none;
  padding: 0;
  text-shadow: 0 1px 1px black;
}
.ui_autocomplete_container li.last-of-type {
  border-bottom: none;
}
.ui_autocomplete_container li img {
  box-shadow: 0 1px 4px black;
  border: 1px solid white;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
}
.ui_autocomplete_container li .icon-place {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
}
.ui_autocomplete_container li .query {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.ui_autocomplete_container li.active {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.85);
}
.ui_autocomplete_container li.active .icon-place {
  color: #DA4B49;
}
.ui_autocomplete_container.big li {
  font-size: 14px;
}
@media (min-width: 1650px) {
  .ui_autocomplete_container.big li {
    line-height: 46px;
    font-size: 14px;
  }
}
.ui_autocomplete_container.light {
  background: white;
  border-color: #DDDEE0;
  border-width: 1px;
  border-style: solid;
}
.ui_autocomplete_container.light.darktext li {
  color: #000;
}
.ui_autocomplete_container.light.darktext li.active {
  color: #000;
}
.ui_autocomplete_container.light li {
  text-shadow: none;
  border-bottom-color: rgba(221, 222, 224, 0.25);
}
.ui_autocomplete_container.light li span.highlight {
  text-shadow: none;
  color: #000;
}
.ui_autocomplete_container.light li .query {
  color: #000;
}
.ui_autocomplete_container.light li .icon-place {
  color: #ABABAB;
}
.ui_autocomplete_container.light li.active {
  background-color: #fbfbfb;
  color: #4ec1fe;
}
.ui_autocomplete_container.light li.active span.highlight {
  color: black;
}
.ui_autocomplete_container.light li.active .icon-place {
  color: #DA4B49;
}
@media (min-width: 1650px) {
  .ui_autocomplete_container {
    font-size: 14px;
    line-height: 46px;
    border-radius: 0 0 6px 6px;
  }
  .ui_autocomplete_container li {
    line-height: 46px;
    font-size: 14px;
    height: 46px;
  }
  .ui_autocomplete_container li .query {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
  }
}
.ui_tabpane.select > .title .glyphicons:before {
  font-size: 14px;
  color: #c0c0c0;
  margin-right: 5px;
}
.ui_tabpane.select > .title .active .glyphicons:before {
  color: #666666;
}
.ui_tree ul {
  margin-left: 25px;
}
.ui_tree li {
  padding: 5px;
}
.ui_tree .dragging {
  position: absolute;
}
.ui_tree .node.glyphicons:before {
  position: absolute;
  margin-left: -15px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  display: block;
  top: auto;
  left: auto;
}
.ui_tree .node.glyphicons.drop-bottom:before {
  margin-top: 7px;
}
.ui_tree .node.glyphicons.drop-top:before {
  margin-top: -13px;
}
.ui_blur {
  transition: all 0.05s;
  transition-delay: 0.1;
  transition-delay: 0.1s;
  transform: translate3d(0,5px,0);
  -o-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
.ui_blur.grayscale {
  -o-filter: blur(20px) grayscale(100%);
  -moz-filter: blur(20px) grayscale(100%);
  -ms-filter: blur(20px) grayscale(100%);
  filter: blur(20px) grayscale(100%);
}
.grayscale {
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.fadeout {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
input::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-weight: 300;
  line-height: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: blue;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-weight: 300;
  line-height: 22px;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-weight: 300;
  line-height: 22px;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #CCC;
}
input:hover:-moz-placeholder,
input:hover::-moz-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder {
  color: #CCC;
}
input:hover:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  color: #CCC;
}
.drop-shadow {
  -o-filter: drop-shadow(0px 0px 20px white);
  -moz-filter: drop-shadow(0px 0px 20px white);
  -ms-filter: drop-shadow(0px 0px 20px white);
  filter: drop-shadow(0px 0px 20px white);
}
.progress {
  display: block;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}
.progress.three_parts {
  max-width: 696px;
  background: #EAEBEC;
  height: 30px;
  box-sizing: border-box;
}
.progress.three_parts .green,
.progress.three_parts .orange,
.progress.three_parts .red,
.progress.three_parts .gray {
  box-sizing: border-box;
  transition: width 0.5;
  transition: width 0.5s;
  float: left;
  display: block;
  height: 30px;
}
.progress.three_parts .green {
  background: #64d24c;
}
.progress.three_parts .orange {
  background: #F9B440;
}
.progress.three_parts .red {
  background: #DA4B49;
}
.progress.three_parts .gray {
  background: #ABABAB;
}
.progress.multicolor {
  max-width: 118px;
  height: 19px;
  background: url('../../../../img/progress/progress_small_multicolor_background.png') no-repeat bottom left;
  background-size: 100% 100%;
}
.progress.multicolor.white {
  background: url('../../../../img/progress/progress_small_multicolor_background_white.png') no-repeat bottom left;
  background-size: 100% 100%;
}
.progress.multicolor span {
  display: block;
  float: left;
  height: 19px;
  background: url('../../../../img/progress/progress_small_multicolor_foreground.png') no-repeat top left;
  background-size: 100% 100%;
}
.progress.multicolor.big {
  max-width: 535px;
  height: 30px;
  background: url('../../../../img/progress/progress_big_grey.svg') no-repeat bottom left;
  background-size: 100% 100%;
}
.progress.multicolor.big span {
  height: 30px;
  background: url('../../../../img/progress/progress_big_multicolor.svg') no-repeat bottom left;
  background-size: 100% 100%;
}
.progress.multicolor.big.white {
  background: url('../../../../img/progress/progress_big_white.svg') no-repeat bottom left;
  background-size: 100% 100%;
}
.progress.bicolor {
  width: 238px;
  height: 34px;
  background: url('../../../../img/progress/progress_bicolor_green.png') no-repeat bottom left;
  background-size: 100% 100%;
}
.progress.bicolor span {
  display: block;
  float: left;
  height: 34px;
  background: url('../../../../img/progress/progress_bicolor_red.png') no-repeat top left;
  background-size: 100% 100%;
}
.progress.progress-rainbow {
  background: linear-gradient(to left, #DA4B49 20%, #F9B440 33%, #F9B440 66%, #64D24C 79%);
  background-repeat: no-repeat;
  background-repeat-y: repeat;
  background-repeat: round;
  background-size: contain;
  background-size: cover;
}
.progress.progress-rainbow.progress-rainbow-inverse {
  background: linear-gradient(to left, #64D24C 20%, #F9B440 33%, #F9B440 66%, #DA4B49 79%);
}
.progress.progress-rainbow .progress-bar {
  background: #f5f5f5;
}
.rating {
  position: relative;
  display: inline-block;
}
.rating .rating-actual {
  position: absolute;
  overflow: hidden;
  top: 0;
}
.ui_imageloader {
  transition: opacity 0.5s cubic-bezier(0, 0, 0, 1);
}
.ui_imageloader.loading {
  opacity: 0;
}
.ui_imageloader.loaded {
  opacity: 1;
}
.triangle-down {
  position: relative;
}
.triangle-down:after,
.triangle-down:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  left: 50%;
  bottom: -16px;
  border-top-color: #DDDEE0;
  border-width: 16px;
  margin-left: -16px;
}
.triangle-down:after {
  bottom: -15px;
  border-top-color: #FBFBFB;
  border-width: 15px;
  margin-left: -15px;
}
.triangle-side {
  position: relative;
}
.triangle-side:after,
.triangle-side:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-left: 0;
  top: 50%;
  left: 0;
  margin-left: -16px;
  margin-top: -16px;
  border-right-color: #DDDEE0;
  border-width: 16px;
}
.triangle-side.red:before {
  border-right-color: #DA4B49;
}
.triangle-side.orange:before {
  border-right-color: #F9B440;
}
.triangle-side:after {
  border-right-color: #fff;
  border-width: 15px;
  margin-left: -15px;
  margin-top: -15px;
}
.triangle-side.triangle-side-right:after,
.triangle-side.triangle-side-right:before {
  border-color: transparent;
  border-style: solid;
  border-right: 0;
  right: 0;
  left: auto;
  border-width: 16px;
  margin-left: auto;
  margin-right: -16px;
  margin-top: -16px;
  border-left-color: #DDDEE0;
}
.triangle-side.triangle-side-right.red:before {
  border-left-color: #DA4B49;
}
.triangle-side.triangle-side-right.orange:before {
  border-left-color: #F9B440;
}
.triangle-side.triangle-side-right:after {
  border-left-color: #fff;
  margin-left: auto;
  margin-right: -15px;
}
.triangle-side.triangle-side-position-top:after,
.triangle-side.triangle-side-position-top:before {
  top: 67.9992px;
}
.transition-cubic-bezier {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.bg-social-facebook {
  background: #354C8A !important;
}
.bg-social-twitter {
  background: #49BAF6 !important;
}
.bg-social-googleplus {
  background: #C93B29 !important;
}
.bg-white {
  background: #fff;
}
.bg-gray {
  background: #F6F6F7;
}
.bg-gray-table-header {
  background-color: #F5F6F6;
}
.bg-success {
  background: #64D24C;
}
.bg-gray-dark {
  background: #DDDEE0;
}
.bg-primary-light {
  background: #F3F4F5;
}
.ui_view_translations_inline_edit.visible {
  background: rgba(100, 210, 76, 0.5);
  cursor: text;
}
.ui_view_translations_inline_edit.visible.active {
  box-shadow: 0 0 2px 2px #64D24C;
  background: none;
}
.ui_taginput_wrapper {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  color: #000;
  background-color: #fbfbfb;
  background-image: none;
  border: 1px solid #DDDEE0;
  border-radius: 4px;
  min-height: 34px;
  padding: 4px 4px;
  padding-bottom: 0px;
}
@media (min-width: 1200px) {
  .ui_taginput_wrapper {
    padding-top: 4px;
  }
}
.ui_taginput_wrapper ul.ui_taginput_ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.ui_taginput_wrapper ul.ui_taginput_ul li,
.ui_taginput_wrapper ul.ui_taginput_ul li:first-child,
.ui_taginput_wrapper ul.ui_taginput_ul li:last-child {
  display: block;
  list-style: none;
  float: left;
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid rgba(170, 170, 170, 0.5);
}
@media (min-width: 320px) and (max-width: 767px) {
  .ui_taginput_wrapper ul.ui_taginput_ul li,
  .ui_taginput_wrapper ul.ui_taginput_ul li:first-child,
  .ui_taginput_wrapper ul.ui_taginput_ul li:last-child {
    margin: 1px;
  }
}
@media (min-width: 1200px) {
  .ui_taginput_wrapper ul.ui_taginput_ul li,
  .ui_taginput_wrapper ul.ui_taginput_ul li:first-child,
  .ui_taginput_wrapper ul.ui_taginput_ul li:last-child {
    margin: 2px 4px 6px 0;
  }
}
@media (max-width: 1650px) {
  .ui_taginput_wrapper ul.ui_taginput_ul li,
  .ui_taginput_wrapper ul.ui_taginput_ul li:first-child,
  .ui_taginput_wrapper ul.ui_taginput_ul li:last-child {
    line-height: 18px;
  }
}
.ui_taginput_wrapper ul.ui_taginput_ul li.sortable {
  cursor: pointer;
}
.ui_taginput_wrapper ul.ui_taginput_ul li:hover {
  background-color: #fff;
}
.ui_taginput_wrapper ul.ui_taginput_ul li .icon-cross {
  display: block;
  float: right;
  margin-left: 7px;
  cursor: pointer;
  color: #DDDEE0;
  line-height: inherit;
}
.ui_taginput_wrapper ul.ui_taginput_ul li .icon-cross:before {
  line-height: inherit;
  font-size: 0.9em;
}
.ui_taginput_wrapper ul.ui_taginput_ul li .icon-cross:hover {
  color: #DA4B49;
}
.ui_taginput_wrapper .ui_edit_text_label {
  font-size: 14px;
  height: 25px;
  line-height: 26px;
  padding: 0 0 0 1px;
}
.ui_taginput_wrapper .taginput {
  border: none;
  display: block;
  height: 34px;
  padding: 0 6px;
  line-height: 34px;
  width: auto;
  background: none;
  float: left;
  overflow: visible;
  overflow-x: visible;
  overflow-y: hidden;
  -webkit-appearance: none;
  resize: none;
}
.ui_taginput_wrapper .taginput::-moz-placeholder {
  line-height: 34px;
}
@media (max-width: 768px) {
  .ui_taginput_wrapper .taginput {
    width: auto !important;
  }
}
@media (max-width: 1650px) {
  .ui_taginput_wrapper .taginput {
    height: 22px;
    line-height: 24px;
    min-height: 0;
    margin-bottom: 7px;
  }
}
.ui_taginput_wrapper .copy_tags {
  display: block;
  overflow-y: visible;
  border: none;
  font-size: 14px;
  line-height: 26px;
  width: 100%;
  background: none;
  margin-top: 3px;
  margin-left: 1px;
  font-family: arial;
  -webkit-appearance: none;
  resize: none;
  box-sizing: border-box;
}
.ui_taginput_wrapper .edit {
  transition: all 0.5s;
  opacity: 0;
  background-color: #fbfbfb;
  border-radius: 4px 4px 0 0;
  margin-top: -35px;
  border: 1px solid #DDDEE0;
  border-bottom-style: none;
  float: right;
  margin-right: 5px;
  padding: 9px 9px 4px 9px;
  border-bottom: 3px solid #fbfbfb;
}
@media (min-width: 1200px) {
  .ui_taginput_wrapper .edit {
    margin-top: -39px;
  }
}
@media (min-width: 1650px) {
  .ui_taginput_wrapper .edit {
    margin-top: -41px;
  }
}
.ui_taginput_wrapper .edit.active {
  opacity: 1;
  z-index: 999;
}
.ui_taginput_wrapper .edit a {
  transition: all 0.2s;
  display: block;
  float: left;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 1.42;
}
.ui_taginput_wrapper .edit a:last-of-type {
  margin-right: 0;
}
.ui_taginput_wrapper .edit a .icon {
  padding: 4px;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.ui_taginput_wrapper .edit a.delete .icon {
  background-position: 0 -320px;
}
.ui_taginput_wrapper .edit a.copy_plain .icon {
  background-position: 0 -336px;
}
.ui_taginput_wrapper .hidden {
  display: none;
}
@media (min-width: 1650px) {
  .ui_taginput_wrapper {
    min-height: 46px;
    height: auto;
    padding: 6px;
    padding-bottom: 0px;
  }
  .ui_taginput_wrapper ul.ui_taginput_ul {
    margin-left: 0px;
  }
  .ui_taginput_wrapper.form-control ul.ui_taginput_ul li,
  .ui_taginput_wrapper.form-control ul.ui_taginput_ul li:first-child,
  .ui_taginput_wrapper.form-control ul.ui_taginput_ul li:last-child {
    margin: 0;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 14px;
    margin-right: 5px;
  }
  .ui_taginput_wrapper .taginput {
    margin: 0;
    padding: 0;
    min-height: 30px;
    padding-top: 0;
    padding-left: 5px;
    box-sizing: border-box;
  }
}
.textarea {
  height: auto;
}
.textarea.small {
  min-height: 68px;
}
.textarea.big {
  min-height: calc(170px);
}
.textarea .warning {
  background-color: rgba(218, 75, 73, 0.3);
}
.textarea:before {
  content: attr(placeholder);
  color: #b3b3b3;
}
.ui_scrollbar {
  width: 21px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
}
.ui_scrollbar .knob {
  background: #666666;
  width: 7px;
  height: 68px !important;
  margin: 0px 10px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.75;
}
.ui_scrollbar .knob:hover {
  opacity: 1;
}
.testimonial.testimonial-horizontal.testimonial-inversed .testimonial-header {
  float: right;
}
.testimonial.testimonial-horizontal.testimonial-horizontal-info-first .testimonial-header {
  width: 100%;
  display: table;
  margin-bottom: 24px;
}
.testimonial.testimonial-horizontal.testimonial-horizontal-info-first .testimonial-header .testimonial-photo {
  display: table-cell;
  margin-bottom: 0;
  vertical-align: middle;
  width: 25%;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .testimonial.testimonial-horizontal.testimonial-horizontal-info-first .testimonial-header .testimonial-photo {
    width: 35%;
    padding-right: 0px;
  }
}
.testimonial.testimonial-horizontal.testimonial-horizontal-info-first .testimonial-header .testimonial-info {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
}
.testimonial.testimonial-horizontal.testimonial-horizontal-info-first .testimonial-header .testimonial-info .testimonial-name,
.testimonial.testimonial-horizontal.testimonial-horizontal-info-first .testimonial-header .testimonial-info .testimonial-subtitle {
  text-align: left;
  margin-bottom: 0;
}
.testimonial.testimonial-horizontal.testimonial-horizontal-info-first .testimonial-body {
  width: 100%;
}
.testimonial.testimonial-horizontal .testimonial-header {
  width: 35%;
  float: left;
}
.testimonial.testimonial-horizontal .testimonial-body {
  width: 65%;
  float: left;
  text-align: left;
}
.testimonial .testimonial-header .testimonial-photo {
  margin-bottom: 24px;
}
.testimonial .testimonial-header .testimonial-photo .testimonial-photo-lg {
  width: 200px;
  height: 200px;
}
@media (max-width: 319px) {
  .testimonial .testimonial-header .testimonial-photo .testimonial-photo-lg-xxs {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .testimonial .testimonial-header .testimonial-photo .testimonial-photo-lg-xs {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial .testimonial-header .testimonial-photo .testimonial-photo-lg-sm {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial .testimonial-header .testimonial-photo .testimonial-photo-lg-md {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1649px) {
  .testimonial .testimonial-header .testimonial-photo .testimonial-photo-lg-lg {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1650px) {
  .testimonial .testimonial-header .testimonial-photo .testimonial-photo-lg-xlg {
    width: 200px;
    height: 200px;
  }
}
.testimonial .testimonial-header .testimonial-name {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 768px) {
  .testimonial .testimonial-header .testimonial-name {
    font-size: 24px;
  }
}
.testimonial .testimonial-header .testimonial-subtitle {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .testimonial .testimonial-header .testimonial-subtitle {
    font-size: 18px;
  }
}
.testimonial .testimonial-header .testimonial-subtitle a {
  font-size: 18px;
}
@media (min-width: 768px) {
  .testimonial .testimonial-header .testimonial-subtitle a {
    font-size: 24px;
  }
}
.testimonial .testimonial-header .testimonial-subtitle a:hover {
  text-decoration: none;
}
.testimonial .testimonial-body {
  text-align: center;
}
.testimonial .testimonial-body .testimonial-feedback {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 12px;
}
.testimonial .testimonial-body .testimonial-social-media {
  text-align: center;
}
.testimonial .testimonial-body .testimonial-social-media ul {
  list-style: none;
  display: inline-block;
}
.testimonial .testimonial-body .testimonial-social-media ul li {
  display: inline-block;
  margin-right: 12px;
}
.testimonial .testimonial-body .testimonial-social-media ul li:last-child {
  margin-right: 0;
}
.testimonial .testimonial-body .testimonial-social-media ul li a {
  font-size: 16px;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  display: block;
}
.testimonial .testimonial-body .testimonial-social-media ul li a.icon-facebook {
  background-color: #354C8A;
}
.testimonial .testimonial-body .testimonial-social-media ul li a.icon-twitter {
  background-color: #49BAF6;
}
.testimonial .testimonial-body .testimonial-social-media ul li a.icon-google {
  background-color: #C93B29;
}
.ui_carousel {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .ui_carousel.ui_carousel_show_arrows_on_hover:hover .ui_carousel_arrows_previous,
  .ui_carousel.ui_carousel_show_arrows_on_hover:hover .ui_carousel_arrows_next {
    opacity: 1 !important;
  }
  .ui_carousel.ui_carousel_show_arrows_on_hover .ui_carousel_arrows_previous,
  .ui_carousel.ui_carousel_show_arrows_on_hover .ui_carousel_arrows_next {
    opacity: 0 !important;
  }
}
.ui_carousel .ui_carousel_arrows_previous,
.ui_carousel .ui_carousel_arrows_next {
  position: absolute;
  color: #ABABAB;
  font-size: 36px;
  opacity: .4;
}
.ui_carousel .ui_carousel_arrows_previous:hover,
.ui_carousel .ui_carousel_arrows_next:hover {
  opacity: 1;
}
.ui_carousel .ui_carousel_list {
  list-style: none;
  transition: all .5s;
  padding: 0;
}
.ui_carousel .ui_carousel_list.ui_carousel_has_item_hovered li:not(:hover) {
  opaciaty: .5;
}
.ui_carousel .ui_carousel_list.ui_carousel_has_item_hovered li.ui_carousel_list_item_selected {
  opacity: 1 !important;
}
.ui_carousel .ui_carousel_list > li {
  float: left;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  transition: all .35s;
  box-sizing: border-box;
}
.ui_carousel .ui_carousel_list > li span {
  display: block;
  height: inherit;
  max-width: 100%;
}
.ui_carousel .ui_carousel_list > li.ui_carousel_list_item_empty div {
  min-height: inherit;
  background-color: #fff;
  border-radius: 6px;
  height: 100%;
}
.ui_checkbox {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  float: left;
  padding: 0;
  position: relative;
  font-size: 12px;
}
@media (min-width: 480px) {
  .ui_checkbox {
    font-size: 14px;
  }
}
@media (min-width: 1650px) {
  .ui_checkbox {
    font-size: 18px;
  }
}
.ui_checkbox.checked .ui_check_outer {
  background-color: #fff;
}
.ui_checkbox.checked *[class^="icon-"]:before,
.ui_checkbox.checked *[class*=" icon-"]:before {
  color: #64D24C;
}
.ui_checkbox.validation-failed .ui_check_outer,
.ui_checkbox.has-error .ui_check_outer {
  border-color: #DA4B49;
}
.ui_checkbox.validation-failed .ui_check_outer .ui_check_inner:before,
.ui_checkbox.has-error .ui_check_outer .ui_check_inner:before {
  color: #DA4B49;
}
.ui_checkbox *[class^="icon-"]:before,
.ui_checkbox *[class*=" icon-"]:before {
  font-size: 12px;
  color: #ccc;
  transition: color .25s;
}
@media (min-width: 768px) {
  .ui_checkbox *[class^="icon-"]:before,
  .ui_checkbox *[class*=" icon-"]:before {
    font-size: 16px;
  }
}
@media (min-width: 1650px) {
  .ui_checkbox *[class^="icon-"]:before,
  .ui_checkbox *[class*=" icon-"]:before {
    font-size: 22px;
  }
}
.ui_checkbox .ui_check_outer {
  height: 24px;
  width: 42px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #DDDEE0;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .ui_checkbox .ui_check_outer {
    height: 28px;
    width: 28px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .ui_checkbox .ui_check_outer {
    height: 34px;
    width: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1650px) {
  .ui_checkbox .ui_check_outer {
    height: 46px;
    width: 46px;
    line-height: 54px;
  }
}
.ui_checkbox .ui_checkbox_text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  flex: 1;
  text-align: left;
}
.accordion .accordion-row .accordion-toggler {
  position: relative;
}
.accordion .accordion-row .accordion-toggler::hover {
  cursor: pointer;
}
.accordion .accordion-row .accordion-toggler .accordion-tab-title {
  font-size: 20px;
  padding: 18px;
  margin-bottom: 0;
  font-weight: 300;
}
.accordion .accordion-row .accordion-toggler .accordion-toggler-icon {
  transition: transform .5s;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  left: -10px;
  margin-top: 25px;
}
.accordion .accordion-row .accordion-toggler .accordion-toggler-icon .accordion-toggler-icon-active {
  transform: rotate(90deg);
}
.accordion .accordion-row .accordion-content {
  font-size: 1.25em;
  margin-bottom: 0;
  transition: padding .5s;
  padding: 0 24px 24px 36px !important;
}
.accordion .accordion-row .accordion-content p {
  font-size: .9em;
}
a.disabled {
  cursor: not-allowed;
}
.ui_multitable {
  transition: min-height .5s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 24px;
}
/*
@quickfix Mircea Ricci Facalet
.ui_taginput hidden input field revealed when parent container was revealed by Fx.reveal()
*/
.ui_taginput {
  visibility: hidden !important;
}
.ui_inlinerows {
  margin-left: -6px;
  margin-right: -6px;
}
.ui_inlinerows .ui_inlinerows_element {
  transform: translateY(0);
}
.ui_inlinerows .ui_inlinerows_element.ui_inlinerows_element_hidden {
  display: none;
}
.ui_inlinerows .ui_inlinerows_element.ui_inlinerows_element_offscreen {
  transform: translateY(-9999px);
}
.ui_inlinerows .ui_inlinerows_actions {
  margin-top: 12px !important;
}
div.fancy-select {
  height: 34px;
  padding: 6px 0px 6px 12px;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  background-color: #fbfbfb;
  border: 1px solid #dddee0;
  border-radius: 4px;
}
div.fancy-select.fancy-select-lg {
  width: 100% !important;
  height: 46px !important;
  padding: 12px 0px 12px 16px !important;
}
div.fancy-select.fancy-select-lg .arrow {
  float: right;
  height: 20px !important;
  width: 23px !important;
  line-height: 20px !important;
}
div.fancy-select.fancy-select-lg .image {
  width: 26px !important;
}
div.fancy-select.active {
  position: relative;
  z-index: 5;
  border-bottom: 0px;
  border-radius: 4px 4px 0px 0px;
  border-color: #4ec1fe;
}
div.fancy-select .arrow {
  font-size: 12px;
  color: #DDDEE0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 24px;
  width: 32px;
  line-height: 24px;
}
@media (min-width: 1650px) {
  div.fancy-select .arrow {
    height: 24px;
    width: 36px;
  }
}
div.fancy-select .image {
  width: 28px;
  vertical-align: top;
  display: inline-block;
}
@media (min-width: 1650px) {
  div.fancy-select .image {
    width: 36px;
  }
}
div.fancy-select .text {
  padding-left: 10px;
}
@media (min-width: 1650px) {
  div.fancy-select {
    height: 46px;
    padding: 10px 0px 10px 16px;
  }
}
ul.fancy-select {
  margin: 0;
  padding: 0;
  background-color: #fbfbfb;
  border: 1px solid #4ec1fe;
  border-radius: 0px 4px 4px 4px;
}
ul.fancy-select.fancy-select-lg {
  width: 300px !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  max-height: 370px !important;
  font-size: 18px !important;
}
ul.fancy-select.fancy-select-lg li {
  line-height: 1 !important;
  padding: 10px 30px 10px 16px !important;
}
ul.fancy-select.fancy-select-lg li .image {
  width: 26px !important;
}
ul.fancy-select.fancy-select-lg li .fancy_check_outer {
  float: right;
  line-height: 20px !important;
}
ul.fancy-select li {
  padding: 6px 12px;
  overflow: hidden;
  cursor: pointer;
  color: #000000;
}
@media (min-width: 1650px) {
  ul.fancy-select li {
    padding: 10px 16px;
  }
}
ul.fancy-select li:hover {
  background-color: #f6f6f6;
}
ul.fancy-select li.disabled {
  background-color: #dddddd;
  color: #666666;
  cursor: default;
}
ul.fancy-select li .image {
  width: 28px;
  vertical-align: top;
  display: inline-block;
}
@media (min-width: 1650px) {
  ul.fancy-select li .image {
    width: 36px;
  }
}
ul.fancy-select li .text {
  padding-left: 10px;
}
ul.fancy-select li.selected .fancy_check_outer {
  line-height: 29px;
  color: #64D24C;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.ui_selectable_list {
  transition: opacity .35s;
  min-height: 200px;
  background-color: #fbfbfb;
  position: relative;
  padding: 8px;
}
@media (min-width: 1650px) {
  .ui_selectable_list {
    min-height: 250px;
  }
}
.ui_selectable_list.ui_selectable_list_faded {
  opacity: .25;
}
.ui_selectable_list_item {
  transition: all .35s;
  padding: 6px 6px;
  margin-bottom: 6px;
  cursor: pointer;
  position: relative;
  line-height: 16px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}
@media (min-width: 480px) {
  .ui_selectable_list_item {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .ui_selectable_list_item {
    padding: 6px 10px;
  }
}
.ui_selectable_list_item:last-child {
  margin-bottom: 0px;
}
.ui_selectable_list_item:hover {
  background-color: #fff;
  color: #4ec1fe;
  border-color: var(--border-color, #F0F1F1);
}
.ui_selectable_list_item:hover.ui_selectable_list_item_selectable:not(.ui_selectable_list_item_selected) .ui_selectable_list_item_button_add_wrapper {
  display: block;
  opacity: .3;
}
.ui_selectable_list_item.ui_selectable_list_item_selected {
  -webkit-user-select: none;
          user-select: none;
  background-color: #fff;
  color: #4ec1fe;
  border-color: var(--border-color, #F0F1F1);
}
.ui_selectable_list_item.ui_selectable_list_item_selected .ui_selectable_list_item_button_add_wrapper {
  display: block;
  opacity: 1;
}
.ui_selectable_list_item i {
  float: right;
}
.ui_selectable_list_item_button_add_wrapper {
  transition: opacity .35s;
  display: none;
  z-index: 2;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
}
.ui_selectable_list_preview_container {
  border: 1px solid var(--border-color, #F0F1F1);
  border-radius: 4px;
  padding: 6px 12px;
}
@media (min-width: 1650px) {
  .ui_selectable_list_preview_container {
    padding: 10px 16px;
    line-height: 1.34;
    border-radius: 6px;
  }
}
.ui_selectable_list_preview_container span + span {
  margin-left: 24px;
  position: relative;
}
.ui_selectable_list_preview_container span + span:not(:empty):before {
  content: ">";
  position: absolute;
  left: -16px;
}
.ui_legend_wrapper {
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
@media (min-width: 1650px) {
  .ui_legend_wrapper {
    margin-bottom: 48px;
  }
}
.ui_legend_wrapper:before {
  width: 100%;
  height: 2px;
  background-color: #E7E9EB;
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
}
.ui_legend {
  padding: 12px 18px;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  transition: opacity 0.15s ease-in;
}
.ui_legend .ui_legend_option {
  display: inline-block;
  line-height: 1;
  margin-right: 18px;
}
.ui_legend .ui_legend_option:last-of-type {
  margin-right: 0;
}
.ui_legend .ui_legend_option.ui_legend_option_unchecked {
  opacity: .3;
}
.ui_legend .ui_legend_option .ui_legend_option_color {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin-right: 6px;
}
.ui_legend .ui_legend_option .ui_legend_option_color.ui_legend_option_color_green {
  background-color: #64d24c;
}
.ui_legend .ui_legend_option .ui_legend_option_color.ui_legend_option_color_blue {
  background-color: var(--blue-bubble, #138CD8);
}
.ui_legend .ui_legend_option .ui_legend_option_color.ui_legend_option_color_yellow {
  background-color: #F9B440;
}
.ui_legend .ui_legend_option .ui_legend_option_color.ui_legend_option_color_red {
  background-color: #DA4B49;
}
.ui_legend .ui_legend_option .ui_legend_option_color.ui_legend_option_color_gray_dark {
  background-color: #ABABAB;
}
.ui_legend .ui_legend_option .ui_legend_option_color.ui_legend_option_color_gray_light {
  background-color: #EAEBEC;
}
.ui_legend .ui_legend_option .ui_legend_option_color.ui_legend_option_color_bubble_small {
  background-color: #E7E9EB;
}
.ui_legend .ui_legend_option .ui_legend_option_color.ui_legend_option_color_bubble_medium {
  background-color: #ABABAB;
}
.ui_legend .ui_legend_option .ui_legend_option_color.ui_legend_option_color_bubble_large {
  background-color: #ABABAB;
}
.ui_legend .ui_legend_option .ui_legend_option_text {
  text-transform: uppercase;
}
.ui_legend.background-transparent {
  padding: 2px;
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: transparent;
  transition: opacity 0.15s ease-in;
}
.ui_legend_filter_transition {
  transition: all .35s cubic-bezier(0, 0, 0, 1);
}
.ui_legend_filter_gray {
  filter: grayscale(50%);
  filter: blur(3px);
}
.ui_legend_filter_fade {
  opacity: .3;
  filter: blur(3px);
}
.ui_legend_filter_scale {
  transform: scale(0.75) !important;
  filter: blur(3px);
}
.ui_close_button {
  position: absolute;
  top: 12px;
  right: 12px;
}
/**datapicker_boostrap
*************************************************************/
/*_mixins_and_vars
    *****************************************************/
/**********Colors*******/
.selected-button {
  background-color: #4ec1fe;
  color: white;
}
.datepicker_bootstrap {
  z-index: 2000;
  position: absolute;
  font-size: 1em;
  color: #000000;
  line-height: normal;
  width: 20em;
  padding: 0.3em;
  background-color: white;
  border: 1px solid #E7E9EB;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  /* header
    ********************************************************/
  /* body
    ********************************************************/
  /* days-grid
    ********************************************************/
  /* months-grid
    ********************************************************/
  /* years-grid
    ********************************************************/
  /* years months and days style
    ********************************************************/
  /* global
    ********************************************************/
  /* time
    ********************************************************/
}
.datepicker_bootstrap:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #E7E9EB;
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker_bootstrap:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker_bootstrap .header {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  text-align: center;
  border-bottom: inset 1px rgba(204, 204, 204, 0.55);
  padding-bottom: 0.3em;
}
.datepicker_bootstrap .header .title {
  text-align: center;
  margin: auto;
  display: inline-block;
}
.datepicker_bootstrap .header .title .titleText {
  margin: auto;
  padding: 0.5em;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.datepicker_bootstrap .header .title .titleText:hover {
  background-color: #EAEBEC;
}
.datepicker_bootstrap .header .previous,
.datepicker_bootstrap .header .next {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 1em;
  display: block;
  border-top: 6px solid white;
  border-bottom: 6px solid white;
  height: 0px;
}
.datepicker_bootstrap .header .previous {
  left: 0.4em;
  border-right: 7px solid black;
}
.datepicker_bootstrap .header .previous:hover {
  border-right-color: #EAEBEC;
}
.datepicker_bootstrap .header .next {
  right: 0.4em;
  border-left: 7px solid black;
}
.datepicker_bootstrap .header .next:hover {
  border-left-color: #ABABAB;
}
.datepicker_bootstrap .header .closeButton {
  display: none;
}
.datepicker_bootstrap .body {
  position: relative;
  top: 0;
  left: 0;
  height: 15.5em;
  overflow: hidden;
  margin-top: 0.2em;
}
.datepicker_bootstrap .body .slider > div {
  height: 15.5em;
}
.datepicker_bootstrap .body .slider > div > div,
.datepicker_bootstrap .body .slider > div table {
  height: 100%;
  width: 100%;
  text-align: center;
}
.datepicker_bootstrap .body .slider > div thead th {
  width: unset;
  padding: 6px !important;
  height: 2em;
}
.datepicker_bootstrap .body .slider > div thead th:hover {
  background-color: transparent;
}
.datepicker_bootstrap .days td {
  width: 14.28571429%;
}
.datepicker_bootstrap .days .otherMonth {
  color: #ABABAB;
}
.datepicker_bootstrap .months td {
  width: 33.33333333%;
}
.datepicker_bootstrap .years td {
  width: 25%;
}
.datepicker_bootstrap .days .day,
.datepicker_bootstrap .months .month,
.datepicker_bootstrap .years .year {
  cursor: pointer;
  border-radius: 3px;
}
.datepicker_bootstrap .days .day:hover,
.datepicker_bootstrap .months .month:hover,
.datepicker_bootstrap .years .year:hover {
  background-color: #EAEBEC;
}
.datepicker_bootstrap .days .day.selected,
.datepicker_bootstrap .months .month.selected,
.datepicker_bootstrap .years .year.selected,
.datepicker_bootstrap .days .day.selected:hover,
.datepicker_bootstrap .months .month.selected:hover,
.datepicker_bootstrap .years .year.selected:hover {
  background-color: #4ec1fe;
  color: white;
}
.datepicker_bootstrap .unavailable {
  color: #FAFBFB !important;
  cursor: default !important;
  text-decoration: line-through;
}
.datepicker_bootstrap table {
  border-spacing: 0;
}
.datepicker_bootstrap th,
.datepicker_bootstrap td {
  padding: 0;
}
.datepicker_bootstrap .time {
  position: relative;
  width: 100%;
  padding-top: 3em;
  text-align: center;
}
.datepicker_bootstrap .time > div {
  display: inline-block;
}
.datepicker_bootstrap .time .separator {
  width: 1em;
}
.datepicker_bootstrap .time .ok {
  margin: 1em auto;
  display: block;
  font-size: 1.5em;
  padding: 10px 18px;
  width: 7em;
  background-color: #4ec1fe;
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 2px;
}
.datepicker_bootstrap .time .ok:active {
  box-shadow: inset 0 1px 5px #ABABAB;
}
.datepicker_bootstrap .time .ok:hover {
  background-color: #77cffe;
}
.datepicker_bootstrap .time .hour,
.datepicker_bootstrap .time .separator,
.datepicker_bootstrap .time .minutes {
  width: 3em;
  font-size: 1.5em;
  text-align: center;
  padding: 0.2em;
}
.ui_textimprovement {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid var(--border-color, #F0F1F1);
}
.ui_textimprovement .ui_textimprovement_header {
  border-bottom: 1px solid var(--border-color, #F0F1F1);
  padding: 48px;
  text-align: center;
}
.ui_textimprovement .ui_textimprovement_body {
  padding: 48px 24px;
}
.ui_textimprovement .ui_textimprovement_body .ui_textimprovement_body_header {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  color: #4ec1fe;
  font-size: 1.25em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.ui_textimprovement .ui_textimprovement_chart_container {
  margin-bottom: 48px;
}
.ui_textimprovement .ui_textimprovement_result_sections_list .ui_textimprovement_result_sections_list_item {
  margin-bottom: 24px;
}
.ui_textimprovement .ui_textimprovement_result_sections_list .ui_textimprovement_result_sections_list_item_header {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  color: #4ec1fe;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.ui_textimprovement .ui_textimprovement_result_sections_list .ui_textimprovement_result_sections_list_item_info,
.ui_textimprovement .ui_textimprovement_result_sections_list .ui_textimprovement_result_sections_list_item_length_current,
.ui_textimprovement .ui_textimprovement_result_sections_list .ui_textimprovement_result_sections_list_item_length_recommended {
  color: #999;
}
.ui_textimprovement .ui_textimprovement_result_sections_list .ui_textimprovement_result_sections_list_item_highlighted {
  color: #4ec1fe;
}
.ui_textimprovement .ui_textimprovement_result_keywords_list .ui_textimprovement_result_keywords_list_header {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  color: #4ec1fe;
}
.ui_textimprovement .ui_textimprovement_result_keywords_list .ui_textimprovement_result_keyword_list_item {
  border-bottom: 1px solid var(--border-color, #F0F1F1);
  padding: 12px 0;
}
.ui_textimprovement .ui_textimprovement_result_keywords_list .ui_textimprovement_result_keyword_list_item:before,
.ui_textimprovement .ui_textimprovement_result_keywords_list .ui_textimprovement_result_keyword_list_item:after {
  content: " ";
  display: table;
}
.ui_textimprovement .ui_textimprovement_result_keywords_list .ui_textimprovement_result_keyword_list_item:after {
  clear: both;
}
.ui_textimprovement .ui_textimprovement_result_keywords_list .ui_textimprovement_result_keyword_list_item:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
}
.ui_textimprovement .ui_textimprovement_result_keywords_list .ui_textimprovement_result_keyword_list_item_keyword {
  color: #999;
  float: left;
}
.ui_textimprovement .ui_textimprovement_result_keywords_list .ui_textimprovement_result_keyword_list_item_data {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  color: #4ec1fe;
  float: right;
}
.ui_textimprovement .ui_textimprovement_btn_verify {
  padding: 16px 20px;
  font-size: 20px;
}
.ui_textimprovement_highlight_layer {
  color: transparent;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-color: transparent !important;
}
.ui_textimprovement_highlight_layer * {
  color: transparent;
}
.ui_textimprovement_highlighted_text,
.ui_highlightlayer_highlighted_text {
  background-color: rgba(100, 210, 76, 0.25);
}
.ui_textimprovement_highlighted_text .ui_highlightlayer_highlighted_text,
.ui_highlightlayer_highlighted_text .ui_highlightlayer_highlighted_text {
  background-color: transparent;
}
.ui_highlightlayer_highlighted_text_danger {
  background-color: rgba(218, 75, 73, 0.25);
}
.bg_overlay.open {
  opacity: 0.2;
}
.bg_overlay.open.dark {
  opacity: 0.6;
}
.bg_overlay.open.overlay_content_type_cinematic_mode {
  opacity: 0.7;
}
.bg-social-google {
  background: #fff !important;
}
.social-google-icon-square {
  border: 1px solid #DDDEE0 !important;
  width: 43px;
  height: 45px;
}
@media (min-width: 768px) {
  .social-google-icon-square {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .social-google-icon-square {
    width: 46px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .social-google-icon-square {
    width: 49px;
    height: 55px;
  }
}
.ui_card_carousel .gallery {
  width: 100%;
  margin-bottom: 40px;
}
.ui_card_carousel .gallery .gallery-container {
  align-items: center;
  display: flex;
  height: 400px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.ui_card_carousel .gallery .gallery-container .gallery-item {
  position: absolute;
  transition: all 0.8s ease-in-out;
  z-index: 0;
  transform: scale(0.7);
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
}
.ui_card_carousel .gallery .gallery-container .gallery-item .gallery-item-content {
  transition: all 0.8s ease-in-out;
  opacity: .4;
}
.ui_card_carousel .gallery .gallery-container .gallery-item.gallery-item-selected {
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: 2;
}
.ui_card_carousel .gallery .gallery-container .gallery-item.gallery-item-selected .gallery-item-content {
  transition: all 0.8s ease-in-out;
  opacity: 1;
}
.ui_card_carousel .gallery .gallery-container .gallery-item.gallery-item-previous,
.ui_card_carousel .gallery .gallery-container .gallery-item.gallery-item-next {
  z-index: 1;
}
.ui_card_carousel .gallery .gallery-container .gallery-item.gallery-item-previous .gallery-item-content,
.ui_card_carousel .gallery .gallery-container .gallery-item.gallery-item-next .gallery-item-content {
  transition: all 0.8s ease-in-out;
  opacity: .7;
}
.ui_card_carousel .gallery .gallery-container .gallery-item.gallery-item-previous {
  left: 32%;
  transform: translateX(-50%) scale(0.76);
}
.ui_card_carousel .gallery .gallery-container .gallery-item.gallery-item-next {
  left: 68%;
  transform: translateX(-50%) scale(0.76);
}
.ui_card_carousel .gallery .gallery-container .gallery-item.gallery-item-first {
  left: 21%;
  transform: translateX(-50%) scale(0.64);
}
.ui_card_carousel .gallery .gallery-container .gallery-item.gallery-item-last {
  left: 79%;
  transform: translateX(-50%) scale(0.64);
}
.campaign-preview-city-tag {
  border: 1px solid #DDDEE0;
  background-color: #FAFBFC;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
}
.card {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  margin-bottom: 24px;
  background-color: #fff;
}
@media (min-width: 480px) {
  .card {
    border-radius: 4px;
  }
}
.card-shadow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.card-border {
  border: 1px solid rgba(0, 0, 0, 0);
}
.card-block {
  padding: 24px 12px;
}
.card-block:before,
.card-block:after {
  content: " ";
  display: table;
}
.card-block:after {
  clear: both;
}
@media (min-width: 480px) {
  .card-block {
    padding: 32px 24px;
  }
}
@media (min-width: 768px) {
  .card-block {
    padding: 48px 48px;
  }
}
@media (min-width: 992px) {
  .card-block {
    padding: 48px 48px;
  }
}
@media (min-width: 1200px) {
  .card-block {
    padding: 48px 48px;
  }
}
@media (min-width: 1650px) {
  .card-block {
    padding: 48px 48px;
  }
}
.card-block-negative-top {
  margin-top: -20px;
}
@media (min-width: 480px) {
  .card-block-negative-top {
    margin-top: -24px;
  }
}
@media (min-width: 768px) {
  .card-block-negative-top {
    margin-top: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative-top {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative-top {
    margin-top: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative-top {
    margin-top: -40px;
  }
}
.card-block-negative-right {
  margin-right: -8px;
}
@media (min-width: 480px) {
  .card-block-negative-right {
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .card-block-negative-right {
    margin-right: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative-right {
    margin-right: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative-right {
    margin-right: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative-right {
    margin-right: -40px;
  }
}
.card-block-negative-bottom {
  margin-bottom: -20px;
}
@media (min-width: 480px) {
  .card-block-negative-bottom {
    margin-bottom: -24px;
  }
}
@media (min-width: 768px) {
  .card-block-negative-bottom {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative-bottom {
    margin-bottom: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative-bottom {
    margin-bottom: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative-bottom {
    margin-bottom: -40px;
  }
}
.card-block-negative-left {
  margin-left: -8px;
}
@media (min-width: 480px) {
  .card-block-negative-left {
    margin-left: -16px;
  }
}
@media (min-width: 768px) {
  .card-block-negative-left {
    margin-left: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative-left {
    margin-left: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative-left {
    margin-left: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative-left {
    margin-left: -40px;
  }
}
.card-block-negative-y {
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (min-width: 480px) {
  .card-block-negative-y {
    margin-top: -24px;
  }
}
@media (min-width: 768px) {
  .card-block-negative-y {
    margin-top: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative-y {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative-y {
    margin-top: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative-y {
    margin-top: -40px;
  }
}
@media (min-width: 480px) {
  .card-block-negative-y {
    margin-bottom: -24px;
  }
}
@media (min-width: 768px) {
  .card-block-negative-y {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative-y {
    margin-bottom: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative-y {
    margin-bottom: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative-y {
    margin-bottom: -40px;
  }
}
.card-block-negative-y > .card-block {
  padding: 20px 12px;
}
.card-block-negative-y > .card-block:before,
.card-block-negative-y > .card-block:after {
  content: " ";
  display: table;
}
.card-block-negative-y > .card-block:after {
  clear: both;
}
@media (min-width: 480px) {
  .card-block-negative-y > .card-block {
    padding: 24px 24px;
  }
}
@media (min-width: 768px) {
  .card-block-negative-y > .card-block {
    padding: 40px 48px;
  }
}
@media (min-width: 992px) {
  .card-block-negative-y > .card-block {
    padding: 40px 48px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative-y > .card-block {
    padding: 48px -8px 48px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative-y > .card-block {
    padding: 48px -8px 48px;
  }
}
.card-block-negative-x {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 480px) {
  .card-block-negative-x {
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .card-block-negative-x {
    margin-right: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative-x {
    margin-right: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative-x {
    margin-right: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative-x {
    margin-right: -40px;
  }
}
@media (min-width: 480px) {
  .card-block-negative-x {
    margin-left: -16px;
  }
}
@media (min-width: 768px) {
  .card-block-negative-x {
    margin-left: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative-x {
    margin-left: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative-x {
    margin-left: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative-x {
    margin-left: -40px;
  }
}
.card-block-negative-x > .card-block {
  padding: 24px 8px;
}
.card-block-negative-x > .card-block:before,
.card-block-negative-x > .card-block:after {
  content: " ";
  display: table;
}
.card-block-negative-x > .card-block:after {
  clear: both;
}
@media (min-width: 480px) {
  .card-block-negative-x > .card-block {
    padding: 32px 16px;
  }
}
@media (min-width: 768px) {
  .card-block-negative-x > .card-block {
    padding: 48px 40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative-x > .card-block {
    padding: 48px 40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative-x > .card-block {
    padding: 48px 40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative-x > .card-block {
    padding: 48px 40px;
  }
}
.card-block-negative {
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (min-width: 480px) {
  .card-block-negative {
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .card-block-negative {
    margin-right: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative {
    margin-right: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative {
    margin-right: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative {
    margin-right: -40px;
  }
}
@media (min-width: 480px) {
  .card-block-negative {
    margin-left: -16px;
  }
}
@media (min-width: 768px) {
  .card-block-negative {
    margin-left: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative {
    margin-left: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative {
    margin-left: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative {
    margin-left: -40px;
  }
}
.card-block-negative > .card-block {
  padding: 24px 8px;
}
.card-block-negative > .card-block:before,
.card-block-negative > .card-block:after {
  content: " ";
  display: table;
}
.card-block-negative > .card-block:after {
  clear: both;
}
@media (min-width: 480px) {
  .card-block-negative > .card-block {
    padding: 32px 16px;
  }
}
@media (min-width: 768px) {
  .card-block-negative > .card-block {
    padding: 48px 40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative > .card-block {
    padding: 48px 40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative > .card-block {
    padding: 48px 40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative > .card-block {
    padding: 48px 40px;
  }
}
@media (min-width: 480px) {
  .card-block-negative {
    margin-top: -24px;
  }
}
@media (min-width: 768px) {
  .card-block-negative {
    margin-top: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative {
    margin-top: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative {
    margin-top: -40px;
  }
}
@media (min-width: 480px) {
  .card-block-negative {
    margin-bottom: -24px;
  }
}
@media (min-width: 768px) {
  .card-block-negative {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  .card-block-negative {
    margin-bottom: -40px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative {
    margin-bottom: -40px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative {
    margin-bottom: -40px;
  }
}
.card-block-negative > .card-block {
  padding: 20px 12px;
}
.card-block-negative > .card-block:before,
.card-block-negative > .card-block:after {
  content: " ";
  display: table;
}
.card-block-negative > .card-block:after {
  clear: both;
}
@media (min-width: 480px) {
  .card-block-negative > .card-block {
    padding: 24px 24px;
  }
}
@media (min-width: 768px) {
  .card-block-negative > .card-block {
    padding: 40px 48px;
  }
}
@media (min-width: 992px) {
  .card-block-negative > .card-block {
    padding: 40px 48px;
  }
}
@media (min-width: 1200px) {
  .card-block-negative > .card-block {
    padding: 48px -8px 48px;
  }
}
@media (min-width: 1650px) {
  .card-block-negative > .card-block {
    padding: 48px -8px 48px;
  }
}
.card-highlight {
  margin: 4px;
}
@media (min-width: 480px) {
  .card-highlight {
    margin: 8px;
  }
}
.card-highlight .card-block {
  padding: 20px 8px;
}
.card-highlight .card-block:before,
.card-highlight .card-block:after {
  content: " ";
  display: table;
}
.card-highlight .card-block:after {
  clear: both;
}
@media (min-width: 480px) {
  .card-highlight .card-block {
    padding: 24px 16px;
  }
}
@media (min-width: 768px) {
  .card-highlight .card-block {
    padding: 40px 40px;
  }
}
@media (min-width: 992px) {
  .card-highlight .card-block {
    padding: 40px 40px;
  }
}
@media (min-width: 1200px) {
  .card-highlight .card-block {
    padding: 40px 40px;
  }
}
@media (min-width: 1650px) {
  .card-highlight .card-block {
    padding: 40px 40px;
  }
}
.card-section {
  margin-bottom: 18px;
  position: relative;
}
@media (min-width: 480px) {
  .card-section {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .card-section {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .card-section {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .card-section {
    margin-bottom: 48px;
  }
}
@media (min-width: 1650px) {
  .card-section {
    margin-bottom: 48px;
  }
}
.card-section-small {
  margin-bottom: 12px;
}
@media (min-width: 480px) {
  .card-section-small {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .card-section-small {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .card-section-small {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .card-section-small {
    margin-bottom: 32px;
  }
}
@media (min-width: 1650px) {
  .card-section-small {
    margin-bottom: 32px;
  }
}
.card-section-hero {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 480px) {
  .card-section-hero {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .card-section-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .card-section-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .card-section-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1650px) {
  .card-section-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.card-section-separator {
  margin-bottom: 18px;
  border-bottom: 0px none #ABABAB;
}
@media (min-width: 480px) {
  .card-section-separator {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .card-section-separator {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .card-section-separator {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .card-section-separator {
    margin-bottom: 48px;
  }
}
@media (min-width: 1650px) {
  .card-section-separator {
    margin-bottom: 48px;
  }
}
.card-title {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  margin-top: 0;
  margin-bottom: 18px;
  color: #333333;
}
@media (min-width: 992px) {
  .card-title {
    margin-bottom: 24px;
  }
}
.card-subtitle {
  margin-top: 0;
  margin-bottom: 12px;
  color: #414853;
}
@media (min-width: 992px) {
  .card-subtitle {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .card-subtitle {
    margin-bottom: 24px;
  }
}
.card-subtitle:last-child {
  margin-bottom: 0px;
}
.card-title-report {
  font-size: 1.3em;
}
.card-text {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 24px 12px;
  background-color: #fff;
  border-bottom: 1px solid #F0F1F1;
}
.card-header:before,
.card-header:after {
  content: " ";
  display: table;
}
.card-header:after {
  clear: both;
}
@media (min-width: 480px) {
  .card-header {
    padding: 32px 24px;
  }
}
@media (min-width: 768px) {
  .card-header {
    padding: 48px 48px;
  }
}
@media (min-width: 992px) {
  .card-header {
    padding: 48px 48px;
  }
}
@media (min-width: 1200px) {
  .card-header {
    padding: 48px 48px;
  }
}
@media (min-width: 1650px) {
  .card-header {
    padding: 48px 48px;
  }
}
.card-header:before,
.card-header:after {
  content: " ";
  display: table;
}
.card-header:after {
  clear: both;
}
.card-header > :last-child {
  margin-bottom: 0 !important;
}
.card-footer {
  background-color: #fff;
  border-top: 1px solid #F0F1F1;
  padding-top: 18px;
}
.card-footer:before,
.card-footer:after {
  content: " ";
  display: table;
}
.card-footer:after {
  clear: both;
}
.card-footer:last-child {
  border-radius: 4px;
}
.card-header-maps {
  background-color: #f5f5f5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card-header-maps:before,
.card-header-maps:after {
  content: " ";
  display: table;
}
.card-header-maps:after {
  clear: both;
}
.card-footer-maps {
  background-color: #f5f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.card-footer-maps:before,
.card-footer-maps:after {
  content: " ";
  display: table;
}
.card-footer-maps:after {
  clear: both;
}
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
.card-img {
  border-radius: .25rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card-img-bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (min-width: 768px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group:not(:first-child):not(:last-child) .card-img-top,
  .card-group:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
.ui_scrollable {
  overflow: hidden;
}
.ui_scrollable:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 25px;
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.ui_scrollable:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 15px;
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.ui_scrollable.ui_scrollable_shadow_top:before {
  opacity: 1;
}
.ui_scrollable.ui_scrollable_shadow_bottom:after {
  opacity: 1;
}
.ui_taginput_wrapper {
  padding: 6px 6px 0 6px;
  min-height: 0;
}
@media (min-width: 992px) {
  .ui_taginput_wrapper {
    padding: 6px 6px 0 6px;
  }
}
@media (max-width: 1650px) {
  .ui_taginput_wrapper {
    padding: 4px 4px 0 4px;
  }
}
.ui_taginput_wrapper ul.ui_taginput_ul li,
.ui_taginput_wrapper ul.ui_taginput_ul li:first-child,
.ui_taginput_wrapper ul.ui_taginput_ul li:last-child {
  background: #fff;
  border: 1px solid rgba(170, 170, 170, 0.5);
  color: #333333;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 18px;
  min-height: 30px;
  list-style: none;
  margin-top: 0;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 0;
  padding: 4px 8px;
}
@media (min-width: 480px) {
  .ui_taginput_wrapper ul.ui_taginput_ul li,
  .ui_taginput_wrapper ul.ui_taginput_ul li:first-child,
  .ui_taginput_wrapper ul.ui_taginput_ul li:last-child {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
}
@media (max-width: 1650px) {
  .ui_taginput_wrapper ul.ui_taginput_ul li,
  .ui_taginput_wrapper ul.ui_taginput_ul li:first-child,
  .ui_taginput_wrapper ul.ui_taginput_ul li:last-child {
    line-height: 21px;
    min-height: 26px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
}
.ui_taginput_wrapper ul.ui_taginput_ul li .icon-cross,
.ui_taginput_wrapper ul.ui_taginput_ul li:first-child .icon-cross,
.ui_taginput_wrapper ul.ui_taginput_ul li:last-child .icon-cross {
  color: #F0F1F1;
  cursor: pointer;
  display: block;
  float: right;
  font-size: .85em;
  line-height: inherit;
  margin-left: 8px;
}
.ui_taginput_wrapper ul.ui_taginput_ul li .icon-cross:before,
.ui_taginput_wrapper ul.ui_taginput_ul li:first-child .icon-cross:before,
.ui_taginput_wrapper ul.ui_taginput_ul li:last-child .icon-cross:before {
  font-size: 0.8em;
  line-height: inherit;
}
.ui_taginput_wrapper ul.ui_taginput_ul li .icon-cross:hover,
.ui_taginput_wrapper ul.ui_taginput_ul li:first-child .icon-cross:hover,
.ui_taginput_wrapper ul.ui_taginput_ul li:last-child .icon-cross:hover {
  color: #DA4B49;
}
.ui_taginput_wrapper .taginput {
  -webkit-appearance: none;
  background: none;
  border: none;
  display: block;
  float: left;
  min-height: 0;
  height: 30px;
  line-height: 30px;
  overflow-x: visible;
  overflow-y: hidden;
  padding: 0 6px;
  resize: none;
  width: auto;
  margin-bottom: 6px;
}
.ui_taginput_wrapper .taginput::-moz-placeholder {
  color: #ABABAB;
  opacity: 1;
}
.ui_taginput_wrapper .taginput:-ms-input-placeholder {
  color: #ABABAB;
}
.ui_taginput_wrapper .taginput::-webkit-input-placeholder {
  color: #ABABAB;
}
.ui_taginput_wrapper .taginput::-webkit-input-placeholder {
  color: #ABABAB;
}
.ui_taginput_wrapper .taginput::-moz-placeholder {
  color: #ABABAB;
}
.ui_taginput_wrapper .taginput::-webkit-input-placeholder {
  color: #ABABAB;
}
.ui_taginput_wrapper .taginput:-moz-placeholder {
  color: #ABABAB;
}
.ui_taginput_wrapper .taginput::-moz-placeholder {
  color: #ABABAB;
}
.ui_taginput_wrapper .taginput:-ms-input-placeholder {
  color: #ABABAB;
}
@media (max-width: 992px) {
  .ui_taginput_wrapper .taginput {
    height: 26px;
    line-height: 32px;
    min-height: 0;
    margin-bottom: 7px;
  }
}
@media (min-width: 1200px) {
  .ui_taginput_wrapper .taginput {
    height: 30px;
    line-height: 30px;
  }
}
.ui_taginput_wrapper .taginput::-moz-placeholder {
  line-height: 32px;
}
.ui_taginput_legend {
  color: #234361;
}
.ui_tabpane .title .tab_content:first-of-type,
.ui_select > li:first-of-type {
  border-radius: 4px 4px 0 0;
}
.ui_tabpane .title .tab_content > .tab-icon:before {
  line-height: 1em;
  font-size: 1em;
  color: #E7E9EB;
}
.ui_select > li,
.ui_select > li.active {
  border-bottom-width: 1px;
}
.percent {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  color: #ABABAB;
  line-height: 1.42;
  font-size: .4em;
}
.bg-gray {
  background-color: #FBFBFB;
}
.overlay_window {
  transition: transform 0.25s cubic-bezier(0, 0, 0, 1), opacity 0.5s  cubic-bezier(0, 0, 0, 1);
  transform: translate(-50%, -75%) scale(0.7, 0.3);
  display: block;
  position: absolute;
  z-index: 1981;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 30px;
  opacity: 0;
  box-sizing: border-box;
  max-width: 100%;
  left: 50%;
  max-height: 100%;
}
@media (max-width: 480px) {
  .overlay_window {
    padding: 15px;
  }
}
.overlay_window.card-block-negative-x {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 480px) {
  .overlay_window.card-block-negative-x {
    margin-right: -24px;
  }
}
@media (min-width: 768px) {
  .overlay_window.card-block-negative-x {
    margin-right: -48px;
  }
}
@media (min-width: 992px) {
  .overlay_window.card-block-negative-x {
    margin-right: -48px;
  }
}
@media (min-width: 1200px) {
  .overlay_window.card-block-negative-x {
    margin-right: -48px;
  }
}
@media (min-width: 1650px) {
  .overlay_window.card-block-negative-x {
    margin-right: -48px;
  }
}
@media (min-width: 480px) {
  .overlay_window.card-block-negative-x {
    margin-left: -24px;
  }
}
@media (min-width: 768px) {
  .overlay_window.card-block-negative-x {
    margin-left: -48px;
  }
}
@media (min-width: 992px) {
  .overlay_window.card-block-negative-x {
    margin-left: -48px;
  }
}
@media (min-width: 1200px) {
  .overlay_window.card-block-negative-x {
    margin-left: -48px;
  }
}
@media (min-width: 1650px) {
  .overlay_window.card-block-negative-x {
    margin-left: -48px;
  }
}
.overlay_window.overlay_content_no_padding .overlay_content {
  padding: 0 !important;
}
.overlay_window.scrollable {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 90vh;
}
.overlay_window.top {
  top: 10%;
}
.overlay_window.center {
  top: 50%;
}
.overlay_window.inset {
  position: relative;
  clear: both;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  min-height: 200px;
  border: 1px solid #F0F1F1;
  z-index: 99;
  left: auto;
  top: auto;
  transform: translate(0, 0) scale(0.7, 0.3);
  transform: translate(0px, 0px) scale(0.7, 0.3);
}
.overlay_window.inset.open {
  transform: translate(0,0) scale(1, 1);
  transform: translate(0px,0px) scale(1, 1);
}
.overlay_window.inset.error-overlay {
  border: 1px solid rgba(218, 75, 73, 0.2);
}
.overlay_window.inline {
  background: #FFF;
  border: 1px solid #F0F1F1;
  position: absolute;
}
.overlay_window.notification,
.overlay_window.popup {
  z-index: 10001;
}
.overlay_window.overlay_window_arrow_indicator {
  border: none;
  border-radius: 0;
  border-top: 1px solid #F0F1F1;
}
.overlay_window.arrow_indicator:before {
  content: " ";
  background-color: #fff;
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  top: -1px;
  left: 12px;
  border-top: 1px solid #F0F1F1;
  border-left: 1px solid #F0F1F1;
}
.overlay_window.open {
  opacity: 100;
  transform: translate(-50%, -50%) scale(1, 1);
}
.overlay_window.open.top {
  transform: translate(-50%, 0) scale(1, 1);
}
.overlay_window.open.bottom {
  transform: translate(-50%, -100%) scale(1, 1);
}
@media (max-width: 768px) {
  .overlay_window.open.overlay_responsive {
    left: 2%;
    transform: translate(-1%, -50%) scale(1,1);
  }
}
.overlay_window.closed {
  transition: all 0.15s cubic-bezier(0, 0, 0, 1);
  transform: translate(-50%, -60%) scale(0.85, 0.7);
}
.overlay_window.closed.top {
  transform: translate(-50%, -10%) scale(1, 1);
}
.overlay_window.closed.bottom {
  transform: translate(-50%, -110%) scale(1, 1);
}
.overlay_window.closed.inset {
  transform: scale(0.85, 0.7);
}
.overlay_window.fixed {
  position: fixed;
}
.overlay_window.transparent .overlay_content {
  background: transparent;
  border-radius: 0;
  color: white;
}
.overlay_window.transparent h1,
.overlay_window.transparent h2,
.overlay_window.transparent h3,
.overlay_window.transparent h4,
.overlay_window.transparent h5,
.overlay_window.transparent h6,
.overlay_window.transparent p {
  color: white;
}
@media (max-width: 768px) {
  .overlay_window.transparent .overlay_close {
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .overlay_window.white .overlay_titlebar {
    border-bottom: 1px solid #E7E9EB;
  }
}
@media (max-width: 480px) {
  .overlay_window.white .overlay_titlebar {
    border-bottom: none;
  }
}
.overlay_window.white {
  background-color: white;
}
.overlay_window.white .overlay_content {
  background: none;
}
.overlay_window.white .overlay_titlebar h1 {
  color: black;
}
.overlay_window.white .overlay_titlebar a.overlay_close {
  color: black;
}
.overlay_window .overlay_content {
  padding: 15px;
  background: white;
  border-radius: 4px;
}
.overlay_window .overlay_content.card-block {
  padding: 24px 12px;
}
.overlay_window .overlay_content.card-block:before,
.overlay_window .overlay_content.card-block:after {
  content: " ";
  display: table;
}
.overlay_window .overlay_content.card-block:after {
  clear: both;
}
@media (min-width: 480px) {
  .overlay_window .overlay_content.card-block {
    padding: 32px 24px;
  }
}
@media (min-width: 768px) {
  .overlay_window .overlay_content.card-block {
    padding: 48px 48px;
  }
}
@media (min-width: 992px) {
  .overlay_window .overlay_content.card-block {
    padding: 48px 48px;
  }
}
@media (min-width: 1200px) {
  .overlay_window .overlay_content.card-block {
    padding: 48px 48px;
  }
}
@media (min-width: 1650px) {
  .overlay_window .overlay_content.card-block {
    padding: 48px 48px;
  }
}
.overlay_window .overlay_content > h1 i:first-of-type[class^="icon-"] {
  padding-right: 20px;
}
.overlay_window .overlay_content > *:first-child {
  margin-top: 0;
}
.overlay_window .overlay_content > *:last-child {
  margin-bottom: 0;
}
.overlay_window .overlay_content .modal {
  text-align: center;
}
.overlay_window .overlay_content .modal > * {
  margin: 0 12px;
}
.overlay_window .overlay_header {
  line-height: 1;
  padding: 12px;
  font-size: 5em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (min-width: 480px) {
  .overlay_window .overlay_header {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .overlay_window .overlay_header {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .overlay_window .overlay_header {
    padding: 32px;
  }
}
.overlay_window .overlay_header_danger {
  background-color: #DA4B49;
  color: #fff;
}
.overlay_window .overlay_header_primary {
  background-color: #4ec1fe;
  color: #fff;
}
.overlay_window .overlay_header_success {
  background-color: #64D24C;
  color: #fff;
}
.overlay_window .overlay_header_warning {
  background-color: #F9B440;
  color: #fff;
}
.overlay_window .overlay_header_facebook {
  background-color: #22569B;
  color: #fff;
}
@media (min-width: 480px) {
  .overlay_window .overlay_header_facebook {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .overlay_window .overlay_header_facebook {
    padding: 48px;
  }
}
@media (min-width: 992px) {
  .overlay_window .overlay_header_facebook {
    padding: 64px;
  }
}
.overlay_window .overlay_header_twitter {
  background-color: #1DA1F2;
  color: #fff;
}
@media (min-width: 480px) {
  .overlay_window .overlay_header_twitter {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .overlay_window .overlay_header_twitter {
    padding: 48px;
  }
}
@media (min-width: 992px) {
  .overlay_window .overlay_header_twitter {
    padding: 64px;
  }
}
.overlay_window .overlay_header_googleplus {
  background-color: #DC4E41;
  color: #fff;
}
@media (min-width: 480px) {
  .overlay_window .overlay_header_googleplus {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .overlay_window .overlay_header_googleplus {
    padding: 48px;
  }
}
@media (min-width: 992px) {
  .overlay_window .overlay_header_googleplus {
    padding: 64px;
  }
}
.overlay_window .overlay_titlebar {
  overflow: hidden;
  margin: -15px 35px 0 0;
  padding: 15px 0;
  box-sizing: border-box;
  height: 62px;
}
@media (max-width: 768px) {
  .overlay_window .overlay_titlebar {
    margin: -15px 15px 0 0;
  }
}
.overlay_window .overlay_titlebar h1 {
  color: white;
}
.overlay_window .overlay_titlebar:not(.title-outside) h1 {
  font-size: 1.5em;
  /**line-height: 32px;**/
  margin: 0;
}
.overlay_window .overlay_titlebar a.overlay_close {
  color: #FFF;
  display: block;
  float: right;
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
  border-radius: 3px;
  text-decoration: none;
  width: 2.3em;
  height: 2.3em;
  margin: -1.5em -0.9em 0 0;
}
.overlay_window .overlay_titlebar a.overlay_close:before {
  font-family: 'icomoon';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e649";
  position: absolute;
  font-size: 1em;
  margin: 2em auto auto 0.4em;
}
.overlay_window .overlay_titlebar a.overlay_close:hover {
  background-color: transparent;
  text-decoration: none;
}
@media (min-width: 768px) {
  .overlay_window .overlay_titlebar a.overlay_close {
    margin: -2.5em 0 0 0;
  }
  .overlay_window .overlay_titlebar a.overlay_close:before {
    font-size: 1.5em;
    margin: 0.4em auto auto -0.6em;
  }
}
@media (min-width: 1200px) {
  .overlay_window .overlay_titlebar a.overlay_close:before {
    margin: 1.7em auto auto 2em;
  }
}
.overlay_window .overlay_titlebar.title-outside {
  margin-top: -131px;
  height: 130px;
}
.overlay_window .overlay_titlebar.title-outside h1 {
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media (max-width: 768px) {
  .overlay_window .overlay_titlebar {
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    padding-bottom: 5px;
  }
  .overlay_window .overlay_titlebar h1 {
    font-size: 3em !important;
  }
  .overlay_window .overlay_titlebar a {
    font-size: 1.5em;
    top: 1em !important;
    right: 0 !important;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .overlay_window .overlay_titlebar a {
    top: 1.7em !important;
  }
}
@media (max-width: 480px) {
  .overlay_window .overlay_titlebar {
    margin: 0;
    padding: 0;
  }
}
.overlay_window.title-outside123 .overlay_content {
  margin-top: -47px;
}
.overlay_window.title-outside123 .overlay_titlebar {
  overflow: visible;
}
.overlay_window.title-outside123 .overlay_titlebar h1 {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: -131px;
  color: #fff;
  text-align: center;
}
.overlay_window.title-outside123 .overlay_titlebar a.Xoverlay_close {
  position: relative;
  margin: 0;
  font-size: 4em;
  width: 1.5em;
  height: 1.5em;
}
.overlay_window.title-outside123 .overlay_titlebar a.Xoverlay_close:before {
  position: static;
  font-size: 1em;
  margin: 0;
}
.overlay_window.overlay_window_gray {
  background-color: #FBFBFB;
}
.overlay_window.overlay_window_gray .overlay_content {
  background-color: #FBFBFB;
}
.overlay_window.overlay_window_white {
  background-color: #fff;
}
.overlay_window.overlay_window_white .overlay_content {
  background-color: #fff;
}
.overlay_window.overlay_window_white .overlay_titlebar a.overlay_close {
  color: #444;
}
.overlay_window.overlay_window_transparent {
  background-color: transparent;
}
.ui_tabpane .title,
.ui_select > ul {
  display: block;
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}
.ui_tabpane_top {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1000;
}
@media (max-width: 991px) {
  .ui_tabpane_top {
    margin-top: 0;
    position: relative;
  }
}
@media (min-width: 992px) {
  .ui_tabpane_top {
    margin-top: -89px;
    z-index: 1040;
  }
}
@media (min-width: 1200px) {
  .ui_tabpane_top {
    margin-top: -72px;
  }
}
@media (min-width: 1650px) {
  .ui_tabpane_top {
    margin-top: -82px;
  }
}
/**
general tables
**/
.table-basic {
  color: #646E80;
}
.table-basic .table-header th,
.table-basic .table-header td {
  color: #234361;
  font-size: 1em;
  font-weight: normal;
  font-weight: 300;
  background-color: transparent;
}
@media (min-width: 480px) {
  .table-basic .table-header th,
  .table-basic .table-header td {
    font-size: 1.1em;
  }
}
.table-basic .headline {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  background-color: #fff;
  color: #ABABAB;
  font-size: 0.9em;
}
@media (min-width: 480px) {
  .table-basic .headline {
    font-size: 1.1em;
  }
}
.table-basic .table-header th,
.table-basic .table-row-distinct th,
.table-basic .table-header td,
.table-basic .table-row-distinct td {
  border-color: #F0F1F1;
}
.table-basic .table-header th:first-child,
.table-basic .table-row-distinct th:first-child,
.table-basic .table-header td:first-child,
.table-basic .table-row-distinct td:first-child,
.table-basic .table-header th.first-cell,
.table-basic .table-row-distinct th.first-cell,
.table-basic .table-header td.first-cell,
.table-basic .table-row-distinct td.first-cell {
  border-left: none;
}
.table-basic .table-header th:last-child,
.table-basic .table-row-distinct th:last-child,
.table-basic .table-header td:last-child,
.table-basic .table-row-distinct td:last-child {
  border-right: none;
}
.table-basic > thead > tr > th:first-child {
  padding-left: 0;
}
.table-basic > thead > tr > th:last-child {
  padding-right: 0;
}
.table-basic > tbody tr th,
.table-basic > tbody tr td {
  font-size: .9em;
  border-color: #F0F1F1;
}
.table-basic > tbody tr th:first-child,
.table-basic > tbody tr td:first-child {
  padding-left: 0;
}
.table-basic > tbody tr th:last-child,
.table-basic > tbody tr td:last-child {
  padding-right: 0;
}
.table-basic .keyword_detail td .icon-place {
  line-height: 1.5em;
}
.table-left-colored-wrapper {
  margin-left: 0;
}
.table-left-colored-wrapper .table-left-colored-indicator {
  display: none;
  position: absolute;
  transform: translateX(-12px);
}
@media (min-width: 480px) {
  .table-left-colored-wrapper .table-left-colored-indicator {
    transform: translateX(-24px);
  }
}
@media (min-width: 768px) {
  .table-left-colored-wrapper .table-left-colored-indicator {
    transform: translateX(-48px);
  }
}
@media (min-width: 992px) {
  .table-left-colored-wrapper .table-left-colored-indicator {
    transform: translateX(-48px);
  }
}
@media (min-width: 1200px) {
  .table-left-colored-wrapper .table-left-colored-indicator {
    display: block;
    transform: translateX(-48px);
  }
}
@media (min-width: 1650px) {
  .table-left-colored-wrapper .table-left-colored-indicator {
    transform: translateX(-48px);
  }
}
.table-basic-list li table td {
  border-bottom: 1px solid #F0F1F1;
  font-size: .9em;
}
.table-basic-list li.table-header table td {
  border-top: 1px solid #F0F1F1;
  background: #fff;
  font-size: 1.1em;
}
.table-basic-list li.table-header table td:first-child {
  border-left: none;
}
.table-basic-list li.table-header table td:last-child {
  border-right: none;
}
/*
Tooltip
**/
.tooltip_container {
  z-index: 2001;
}
.tooltip_container h3.title {
  color: #fff;
  font-size: 1.5em;
  padding: 0 0 7px;
  margin-top: 0;
  padding-top: 0;
}
.ui_slider {
  position: relative;
  height: 10px;
  background: #EAEBEC;
  cursor: pointer;
  border-radius: 6px;
}
.ui_slider .ui_slider_highlight {
  margin-top: -1px;
  z-index: 2;
  position: absolute;
}
.ui_slider .ui_slider_highlight .ui_slider_highlighted_area {
  border-left: 3px solid white;
  border-right: 3px solid white;
  background-color: white;
  border-radius: 5px;
}
.ui_slider .ui_slider_highlight .ui_slider_highlighted_area .ui_slider_highlighted_area_content {
  height: 10px;
  background-color: #4ec1fe;
  margin-top: 1px;
  border-radius: 5px;
}
.ui_slider .ui_slider_highlight .ui_slider_highlighted_area .ui_slider_highlighted_area_content_too_low {
  height: 10px;
  background-color: #ffffff;
  margin-top: 1px;
  border-radius: 5px;
}
.ui_slider .ui_slider_highlight .ui_slider_text_info {
  color: #4ec1fe;
  text-align: center;
  margin-top: 12px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .ui_slider .ui_slider_highlight .ui_slider_text_info {
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .ui_slider .ui_slider_highlight .ui_slider_text_info {
    margin-top: 24px;
  }
}
.ui_slider .ui_slider_not_selectable {
  position: absolute;
  height: 20px;
  top: -50%;
  background-image: url('/jump/img/patterns/pattern_03.png');
  opacity: .3;
  z-index: 3;
}
.ui_slider .ui_slider_point_after:after {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  position: absolute;
  top: -52px;
  left: 50%;
  width: auto;
  white-space: nowrap;
  color: #4ec1fe;
  content: attr(data-ui_slider-point-value);
  transform: translateX(-50%);
}
.ui_slider .ui_slider_point {
  border: 3px solid white;
  background-color: #E7E9EB;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin-top: -2px;
  position: absolute;
}
.ui_slider .ui_slider_point:before {
  position: absolute;
  top: -32px;
  height: 24px;
  right: 50%;
  content: '';
  border: #E7E9EB dashed 1px;
  margin-right: -1px;
}
.ui_slider .ui_slider_point:after {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  position: absolute;
  top: -52px;
  left: 50%;
  width: auto;
  white-space: nowrap;
  color: #4ec1fe;
  content: attr(data-ui_slider-point-value);
  transform: translateX(-50%);
}
.ui_slider .ui_slider_knob {
  border: 3px solid white;
  background-color: #4ec1fe;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  margin-top: -14px;
  z-index: 3;
  cursor: pointer;
  position: absolute;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.ui_slider .ui_slider_knob .ui_slider_knob_content {
  color: white;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
}
.ui_slider .ui_slider_knob:before {
  position: absolute;
  top: -24px;
  height: 18px;
  right: 50%;
  content: '';
  border: #E7E9EB dashed 1px;
}
.ui_slider .ui_slider_knob:after {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  position: absolute;
  top: -52px;
  left: 50%;
  width: auto;
  white-space: nowrap;
  color: #4ec1fe;
  content: attr(data-ui_slider-point-value);
  transform: translateX(-50%);
}
.ui_checkbox.disabled .ui_check_outer {
  cursor: default !important;
}
.ui_checkbox.ui_checkbox_medium {
  font-size: 20px;
}
.ui_checkbox.ui_checkbox_medium .ui_check_outer {
  width: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
  font-size: 18px;
}
.ui_checkbox.ui_checkbox_medium .ui_check_outer *[class^="icon-"]:before,
.ui_checkbox.ui_checkbox_medium .ui_check_outer *[class*=" icon-"]:before {
  font-size: 16px;
}
.ui_checkbox.ui_checkbox_small {
  font-size: 12px;
}
.ui_checkbox.ui_checkbox_small:hover .ui_check_outer {
  border-color: #4ec1fe !important;
}
.ui_checkbox.ui_checkbox_small.checked .ui_check_outer {
  background-color: #4ec1fe !important;
  border-color: #4ec1fe !important;
}
.ui_checkbox.ui_checkbox_small.checked *[class^="icon-"]:before,
.ui_checkbox.ui_checkbox_small.checked *[class*=" icon-"]:before {
  color: #fff !important;
  font-size: 12px;
}
.ui_checkbox.ui_checkbox_small .ui_check_outer {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 14px !important;
}
.ui_checkbox.ui_checkbox_small .ui_check_outer *[class^="icon-"]:before,
.ui_checkbox.ui_checkbox_small .ui_check_outer *[class*=" icon-"]:before {
  font-size: 12px;
}
.ui_checkbox.ui_checkbox_xs {
  font-size: 16px;
}
.ui_checkbox.ui_checkbox_xs:hover .ui_check_outer {
  border-color: #4ec1fe !important;
}
.ui_checkbox.ui_checkbox_xs.checked .ui_check_outer {
  background-color: #4ec1fe !important;
  border-color: #4ec1fe !important;
  border-radius: 0;
}
.ui_checkbox.ui_checkbox_xs.checked .ui_checkbox_text {
  color: #4ec1fe !important;
}
.ui_checkbox.ui_checkbox_xs.checked *[class^="icon-"]:before,
.ui_checkbox.ui_checkbox_xs.checked *[class*=" icon-"]:before {
  color: #fff !important;
  font-size: 12px;
}
.ui_checkbox.ui_checkbox_xs .ui_check_outer {
  width: 18px !important;
  height: 18px !important;
  line-height: 18px !important;
  font-size: 8px !important;
}
.ui_checkbox.ui_checkbox_xs .ui_check_outer *[class^="icon-"]:before,
.ui_checkbox.ui_checkbox_xs .ui_check_outer *[class*=" icon-"]:before {
  font-size: 8px;
}
.ui_checkbox.ui_checkbox_rounded {
  display: flex;
}
.ui_checkbox.ui_checkbox_rounded.ui_checkbox_rounded_warning .ui_check_background {
  background-color: #F9B440;
}
.ui_checkbox.ui_checkbox_rounded.checked .ui_check_background {
  background-color: #64D24C;
}
.ui_checkbox.ui_checkbox_rounded.checked .ui_check_toggler {
  left: calc(100% - 32px);
}
.ui_checkbox.ui_checkbox_rounded.checked .ui_check_text {
  left: 0;
  right: initial;
}
.ui_checkbox.ui_checkbox_rounded.ui_checkbox_rounded_text_outside .ui_check_background {
  width: 50px;
}
.ui_checkbox.ui_checkbox_rounded.ui_checkbox_rounded_text_outside .ui_check_text {
  position: relative;
  top: 0;
  transform: none;
  line-height: 32px;
  color: #333333;
}
.ui_checkbox.ui_checkbox_rounded.ui_checkbox_rounded_text_outside.checked .ui_check_toggler {
  left: 18px;
}
.ui_checkbox.ui_checkbox_rounded.ui_checkbox_rounded_text_inside .ui_check_text {
  padding-left: 12px;
  padding-right: 12px;
}
.ui_checkbox.ui_checkbox_rounded.ui_checkbox_rounded_text_right .ui_check_text {
  padding-left: 12px;
}
.ui_checkbox.ui_checkbox_rounded.ui_checkbox_rounded_text_left .ui_check_text {
  padding-right: 12px;
}
.ui_checkbox.ui_checkbox_rounded .ui_check_background {
  background-color: #EAEBEC;
  border-radius: 32px;
  display: block;
  height: 32px;
  position: relative;
  width: 100%;
}
.ui_checkbox.ui_checkbox_rounded .ui_check_toggler {
  color: #fff;
  border: 2px solid transparent;
  display: block;
  font-size: 28px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: left 0.15s cubic-bezier(0, 0, 0, 1), color 0.15s cubic-bezier(0, 0, 0, 1);
}
.ui_checkbox.ui_checkbox_rounded .ui_check_toggler[class*=icon]:before {
  color: inherit;
  font-size: inherit;
}
.ui_checkbox.ui_checkbox_rounded .ui_check_text {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: initial;
  right: 0;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 768px) {
  .ui_checkbox.ui_checkbox_rounded .ui_check_text {
    font-size: 14px;
  }
}
.ui_checkbox.ui_checkbox_rounded.ui_checkbox_rounded_big.checked .ui_check_toggler {
  left: calc(100% - 46px);
}
.ui_checkbox.ui_checkbox_rounded.ui_checkbox_rounded_big .ui_check_background {
  height: 46px;
  width: 104px;
}
.ui_checkbox.ui_checkbox_rounded.ui_checkbox_rounded_big .ui_check_toggler {
  font-size: 42px;
  height: 46px;
}
.ui_dropdown_select .ui_dropdown_select_toggler {
  cursor: pointer;
}
.ui_dropdown_select .ui_dropdown_select_options {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 10px;
  background: #fff;
  padding: 6px 14px;
}
.ui_dropdown_select .ui_dropdown_select_options:before {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  content: " ";
  z-index: -1;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background: #fff;
  top: 0;
  left: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.ui_dropdown_select .ui_dropdown_select_options_visible {
  visibility: visible;
  opacity: 1;
}
.ui_dropdown_select .ui_dropdown_select_option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding: 6px 6px;
}
.ui_dropdown_select .ui_dropdown_select_option:hover {
  cursor: pointer;
  color: #4ec1fe;
}
.ui_dropdown_select .ui_dropdown_select_header {
  font-family: 'Roboto-RC-Medium', sans-serif !important;
  font-weight: initial !important;
  border-bottom: 1px solid #DDDEE0 !important;
  text-align: left;
  padding: 6px 6px;
}
.ui_dropdown {
  position: relative;
}
.ui_dropdown_toggler {
  border-radius: 4px;
  border: 1px solid #F0F1F1;
  padding: 6px 12px;
  cursor: pointer;
}
.ui_dropdown_toggler.ui_dropdown_toggler_active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui_dropdown_toggler.ui_dropdown_toggler_active .ui_dropdown_toggler_arrow {
  transform: translateY(-50%) rotate(-180deg);
}
.ui_dropdown_toggler .ui_dropdown_toggler_arrow {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ui_dropdown_content {
  z-index: 2;
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #F0F1F1;
}
.ui_dropdown_content_active {
  display: block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 0;
}
.ui_dropdown_block {
  padding: 6px 12px;
}
.ui_legend_wrapper::before {
  height: 1px;
  background: #EAEBEC;
}
.ui_legend .ui_legend_option .ui_legend_option_color {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #FFF;
}
.ui_legend .ui_legend_option .ui_legend_option_color.ui_legend_option_color_gray_dark {
  background-color: #ABABAB;
}
.ui_legend .ui_legend_option .ui_legend_option_color.ui_legend_option_color_gray_light {
  background-color: #E7E9EB;
}
.ui_legend .ui_legend_option .ui_legend_option_text {
  font-size: 12px;
}
.rating .rating-actual {
  color: #4ec1fe;
}
.tooltip-triangle > span {
  position: relative;
}
.tooltip-triangle > span:before {
  content: '';
  left: 90%;
  top: 0;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 5px solid #64d24c;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(45deg);
}
.tooltip-triangle.down span:before {
  border-bottom-color: #F27848;
  top: auto;
  bottom: 0;
  transform: rotate(135deg);
}
.bg_overlay.open {
  opacity: 0.2;
}
.bg_overlay.open.dark {
  opacity: 0.6;
}
.bg_overlay.open.overlay_content_type_cinematic_mode {
  opacity: 0.7;
}
