@charset "UTF-8";
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/arimo-v29-all.woff2") format("woff2"); }

/* poppins-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/poppins-v21-latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

@font-face {
  font-display: swap;
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/heebo-variablefont_wght.ttf") format("truetype-variations");
  unicode-range: U+0591-05F4, U+FB1D-FB4F; }

/* METHODS */
/* RESET */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  font-size: 100%;
  font-smooth: always;
  -webkit-font-smoothing: antialiased; }

body {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-size: 24px;
  line-height: normal;
  font-smoothing: subpixel-antialiased;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  text-shadow: 0 0 0 transparent; }

body.window-blur {
  /*overflow: hidden;*/ }

input, textarea, select, select option {
  font-size: 1em; }

div, img, figure, article, aside, figure, footer, header, nav, section, ul, ol, dl {
  display: block;
  position: relative;
  border: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none; }

a, a:hover, a:active {
  outline: 0; }

img {
  display: block;
  position: relative;
  border: none;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  /* IE6 & 7 */
  zoom: 1; }

.rtl {
  direction: rtl; }

.ltr {
  direction: ltr; }

.inanimate, .inanimate * {
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important; }

.untouchable {
  pointer-events: none;
  touch-action: none; }

/* ////////////////////////////////////////////////////////// */
/* CONSTRUCTION */
#site {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  width: 100%;
  height: auto;
  min-height: calc(var(--coing-vh, 1vh) * 100);
  z-index: 0; }

.vcenter {
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.overflow {
  height: auto;
  overflow: hidden; }

/* ////////////////////////////////////////////////////////// */
/* STRUCTURE */
.pusher {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }

.spreader {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px; }

img.fill, .image.fill, .image-bg.fill {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px; }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    position: relative;
    margin: 0px; }

.image-bg {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover; }

hr {
  display: block;
  position: relative;
  width: 100%;
  height: 0px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-bottom: solid 1px #000; }

/* ////////////////////////////////////////////////////////// */
/* ACCESSIBILITY */
body.contrast,
body.contrast .acc-all,
body.contrast .acc-all *:not(.acc-none),
body.contrast .acc-all *:not(.acc-none):before,
body.contrast .acc-all *:not(.acc-none):after {
  background-image: none !important;
  background-color: #fff !important;
  color: #000 !important;
  text-shadow: none !important; }

body.contrast .acc-all .acc-border, body.contrast .acc-all.acc-border {
  border: solid 1px #000 !important; }

body.contrast .acc-all.acc-inverse .acc-border,
.acc-all .acc-inverse .acc-border,
body.contrast .acc-all.acc-inverse.acc-border,
.acc-all .acc-inverse.acc-border {
  border: solid 1px #fff !important; }

body.contrast .acc-all.acc-inverse,
body.contrast .acc-all.acc-inverse *:not(.acc-none),
body.contrast .acc-all.acc-inverse *:not(.acc-none):before,
body.contrast .acc-all.acc-inverse *:not(.acc-none):after,
body.contrast .acc-all *:not(.acc-none) .acc-inverse,
body.contrast .acc-all *:not(.acc-none) .acc-inverse * {
  background-color: #000 !important;
  color: #fff !important; }

body.contrast .acc-all.acc-inverse .acc-all *:not(.acc-none),
body.contrast .acc-all .acc-inverse .acc-all *:not(.acc-none),
body.contrast .acc-all.acc-inverse .acc-all,
body.contrast .acc-all .acc-inverse .acc-all {
  background-color: #fff !important;
  color: #000 !important; }

body.contrast .acc-all .acc-no-trans {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

body.contrast .acc-all a:hover, body.contrast .acc-all a:focus {
  color: #000 !important; }

body.contrast .acc-all a:hover, body.contrast .acc-all a:focus,
body.contrast .acc-all.acc-inverse a:hover, body.contrast .acc-all.acc-inverse a:focus,
body.contrast .acc-all .acc-inverse a:hover, body.contrast .acc-all .acc-inverse a:focus {
  color: #fff !important; }

body.contrast .acc-all input, body.contrast .acc-all textarea, body.contrast .acc-all select {
  border: solid 1px #000 !important; }

body.contrast .acc-all input, body.contrast .acc-all textarea, body.contrast .acc-all select,
body.contrast .acc-all.acc-inverse input, body.contrast .acc-all.acc-inverse textarea, body.contrast .acc-all.acc-inverse select,
body.contrast .acc-all .acc-inverse input, body.contrast .acc-all .acc-inverse textarea, body.contrast .acc-all .acc-inverse select {
  border: solid 1px #fff !important; }

body.contrast .acc-all .acc-no-border, body.contrast .acc-all input.acc-no-border {
  border: none !important; }

body.contrast .acc-all .acc-hide {
  display: none !important; }

body.fontsize {
  font-size: 28px; }

body.fontsize .no-fontsize {
  font-size: 24px; }

body.links a, body.links a * {
  text-decoration: underline !important; }

body.links a:before {
  text-decoration: none !important; }

body.links a.no-underline, body.links a.no-underline * {
  text-decoration: none !important; }

/* ////////////////////////////////////////////////////////// */
/* TEXT */
.text {
  font-size: 1em;
  line-height: 1.3; }

.text p {
  margin-bottom: 1em; }

.text p:last-child {
  margin-bottom: 0px; }

.text h1 {
  margin-bottom: 0.5em; }

.text h2 {
  margin-bottom: 0.5em; }

.text h3 {
  margin-bottom: 0.5em; }

.text h4 {
  margin-bottom: 0.5em; }

.text ul, .text ol {
  display: block;
  position: relative;
  margin-bottom: 1em; }
  .text ul li, .text ol li {
    display: list-item;
    position: relative;
    list-style-position: outside;
    margin: 0 0 0.25em 1em; }

[dir="rtl"] .text ul li, [dir="rtl"] .text ol li {
  margin: 0 1em 0.25em 0; }

.text ol li {
  margin: 1.25em 1em; }

.text a {
  text-decoration: underline;
  color: #00e; }

.text a.bt {
  margin-top: 1em;
  text-decoration: none; }

.text img {
  display: inline-block;
  position: relative;
  border: none;
  max-width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px; }

.text figure, .post-images figure {
  display: block;
  position: relative;
  border: none;
  width: 100%;
  height: auto;
  padding: 2.5em 0px 1.5em;
  font-size: 0.8em; }

.text figure img, .post-images figure img {
  display: block;
  padding: 0px; }

.post-images figure figcaption {
  font-size: 1.22em;
  line-height: 1.2em;
  padding: 0.6em 0px; }

.text-center {
  text-align: center;
  width: 90%;
  margin: auto; }

.text.text-2cols {
  column-count: 2;
  column-width: 44.5%;
  column-gap: 11%;
  column-fill: auto; }

.fw-light {
  font-weight: 300; }

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

.fw-black {
  font-weight: 900; }

.td-underline {
  text-decoration: underline; }

.td-none {
  text-decoration: none; }

/* ////////////////////////////////////////////////////////// */
/* FORM */
form {
  display: block;
  position: relative; }

dialog[open]::backdrop {
  opacity: 1;
  background: none; }

#TicketsOverviewList > * > :nth-of-type(1):before, #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list .draggable-tag-text:before {
  content: '.. .. ..';
  display: inline-block;
  width: 12px;
  white-space: normal;
  line-height: 5px;
  text-align: right;
  height: 22px;
  transition: all 150ms linear; }

[draggable="true"] #TicketsOverviewList > * > *:nth-of-type(1), [draggable="true"] #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list .draggable-tag-text, #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list [draggable="true"] .draggable-tag-text {
  cursor: move; }

#SubscriptionResult .window-small-text, #AuthModal .window-small-text, #LogOutModal .window-small-text, #AdminSubscribe .window-small-text, #AuthModal .signup,
#LogOutModal .signup {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  width: 100%; }
  #SubscriptionResult .window-small-text a, #AuthModal .window-small-text a, #LogOutModal .window-small-text a, #AdminSubscribe .window-small-text a, #AuthModal .signup a, #LogOutModal .signup a {
    margin: 0 0.3em; }

#SubscriptionResult .window-small-text a, #AuthModal .window-small-text a, #LogOutModal .window-small-text a, #AdminSubscribe .window-small-text a, #AuthModal .signup a, #LogOutModal .signup a, .fixed-footer .subtext a, .section-activity-info .activity-buttons .action-button-wrapper .subtext a {
  color: var(--coing-color-main, #0279bb); }
  #SubscriptionResult .window-small-text a:visited, #AuthModal .window-small-text a:visited, #LogOutModal .window-small-text a:visited, #AdminSubscribe .window-small-text a:visited, #AuthModal .signup a:visited, #LogOutModal .signup a:visited, .fixed-footer .subtext a:visited, .section-activity-info .activity-buttons .action-button-wrapper .subtext a:visited, #SubscriptionResult .window-small-text a:hover, #AuthModal .window-small-text a:hover, #LogOutModal .window-small-text a:hover, #AdminSubscribe .window-small-text a:hover, #AuthModal .signup a:hover, #LogOutModal .signup a:hover, .fixed-footer .subtext a:hover, .section-activity-info .activity-buttons .action-button-wrapper .subtext a:hover {
    color: var(--coing-color-main, #0279bb); }

.tabbed-content nav.tabs, .tabbed-content .bootstrap-isolated nav.tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
  font-size: 1em;
  font-weight: 600;
  line-height: 150%;
  align-items: center;
  border-bottom: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4); }
  .tabbed-content nav.tabs a, .tabbed-content .bootstrap-isolated nav.tabs a {
    text-decoration: none;
    color: var(--coing-color-text, #4a4a4a);
    padding-bottom: 0.15rem; }
    .tabbed-content nav.tabs a:visited, .tabbed-content nav.tabs a:hover, .tabbed-content nav.tabs a:active {
      text-decoration: none; }
    .tabbed-content nav.tabs a.active {
      border-bottom: 2px solid;
      color: var(--coing-color-main, #0279bb); }
    .tabbed-content nav.tabs a.disabled {
      color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4); }

.tabbed-content section[data-tab], .tabbed-content .bootstrap-isolated section[data-tab] {
  display: none; }

.section-change-view-buttons a, #ShowFilters, #SubscriptionResult .btn, #AuthModal .btn, #LogOutModal .btn, #AdminSubscribe .btn, .bootstrap-isolated .btn.rounded, .btn-add-connection, .bootstrap-isolated .btn-add-connection, #EmbeddSubscribeConfigForm .edit-option-form .multi-values .btn, #EmbeddSubscribeConfigForm .edit-option-form button.apply, #EditConnectionForm fieldset .buttons button[type=submit], #site.communities-view #MobileAiSearch > ul li, #ReadMoreModal .window-body > button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 14px;
  text-decoration: none;
  box-shadow: none;
  outline: none; }
  .section-change-view-buttons a:visited, #ShowFilters:visited, #SubscriptionResult .btn:visited, #AuthModal .btn:visited, #LogOutModal .btn:visited, #AdminSubscribe .btn:visited, .bootstrap-isolated .btn.rounded:visited, .btn-add-connection:visited, #EmbeddSubscribeConfigForm .edit-option-form .multi-values .btn:visited, #EmbeddSubscribeConfigForm .edit-option-form button.apply:visited, #EditConnectionForm fieldset .buttons button:visited[type=submit], #site.communities-view #MobileAiSearch > ul li:visited, #ReadMoreModal .window-body > button:visited, .section-change-view-buttons a:focus, #ShowFilters:focus, #SubscriptionResult .btn:focus, #AuthModal .btn:focus, #LogOutModal .btn:focus, #AdminSubscribe .btn:focus, .bootstrap-isolated .btn.rounded:focus, .btn-add-connection:focus, #EmbeddSubscribeConfigForm .edit-option-form .multi-values .btn:focus, #EmbeddSubscribeConfigForm .edit-option-form button.apply:focus, #EditConnectionForm fieldset .buttons button:focus[type=submit], #site.communities-view #MobileAiSearch > ul li:focus, #ReadMoreModal .window-body > button:focus, .section-change-view-buttons a:active, #ShowFilters:active, #SubscriptionResult .btn:active, #AuthModal .btn:active, #LogOutModal .btn:active, #AdminSubscribe .btn:active, .bootstrap-isolated .btn.rounded:active, .btn-add-connection:active, #EmbeddSubscribeConfigForm .edit-option-form .multi-values .btn:active, #EmbeddSubscribeConfigForm .edit-option-form button.apply:active, #EditConnectionForm fieldset .buttons button:active[type=submit], #site.communities-view #MobileAiSearch > ul li:active, #ReadMoreModal .window-body > button:active {
    text-decoration: none; }
  .section-change-view-buttons a:before, #ShowFilters:before, #SubscriptionResult .btn:before, #AuthModal .btn:before, #LogOutModal .btn:before, #AdminSubscribe .btn:before, .bootstrap-isolated .btn.rounded:before, .btn-add-connection:before, .bootstrap-isolated .btn-add-connection:before, #EmbeddSubscribeConfigForm .edit-option-form .multi-values .btn:before, #EmbeddSubscribeConfigForm .edit-option-form button.apply:before, #EditConnectionForm fieldset .buttons button[type=submit]:before, #site.communities-view #MobileAiSearch > ul li:before, #ReadMoreModal .window-body > button:before {
    border-radius: 50px; }
  .section-change-view-buttons a:focus, #ShowFilters:focus, #SubscriptionResult .btn:focus, #AuthModal .btn:focus, #LogOutModal .btn:focus, #AdminSubscribe .btn:focus, .bootstrap-isolated .btn.rounded:focus, .btn-add-connection:focus, #EmbeddSubscribeConfigForm .edit-option-form .multi-values .btn:focus, #EmbeddSubscribeConfigForm .edit-option-form button.apply:focus, #EditConnectionForm fieldset .buttons button:focus[type=submit], #site.communities-view #MobileAiSearch > ul li:focus, #ReadMoreModal .window-body > button:focus, .section-change-view-buttons a:focus-visible, #ShowFilters:focus-visible, #SubscriptionResult .btn:focus-visible, #AuthModal .btn:focus-visible, #LogOutModal .btn:focus-visible, #AdminSubscribe .btn:focus-visible, .bootstrap-isolated .btn.rounded:focus-visible, .btn-add-connection:focus-visible, #EmbeddSubscribeConfigForm .edit-option-form .multi-values .btn:focus-visible, #EmbeddSubscribeConfigForm .edit-option-form button.apply:focus-visible, #EditConnectionForm fieldset .buttons button:focus-visible[type=submit], #site.communities-view #MobileAiSearch > ul li:focus-visible, #ReadMoreModal .window-body > button:focus-visible {
    color: #ffffff;
    border-color: transparent;
    box-shadow: none;
    outline: none; }
  .section-change-view-buttons a.btn-main, .btn-main#ShowFilters, #SubscriptionResult .btn-main.btn, #AuthModal .btn-main.btn, #LogOutModal .btn-main.btn, #AdminSubscribe .btn-main.btn, .bootstrap-isolated .btn-main.btn.rounded, .btn-main.btn-add-connection, #EmbeddSubscribeConfigForm .edit-option-form .multi-values .btn-main.btn, #EmbeddSubscribeConfigForm .edit-option-form button.btn-main.apply, #EditConnectionForm fieldset .buttons button.btn-main[type=submit], #site.communities-view #MobileAiSearch > ul li.btn-main, #ReadMoreModal .window-body > button.btn-main {
    background-color: var(--coing-color-main, #0279bb); }

.section-change-view-buttons a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em; }

.search-simple input, .detailed-address-container .field-full input, .detailed-address-container .field-street input, .detailed-address-container .field-house input, .detailed-address-container .field-entrance input, .detailed-address-container .field-apartment input, .detailed-address-container .field-city input, .detailed-address-container .field-country input, .detailed-address-container .field-postal input, .detailed-address-container .field-neighborhood input, .citizen-validation input, #EditConnectionForm fieldset .form-group input, .search-simple select, .detailed-address-container .field-full select, .detailed-address-container .field-street select, .detailed-address-container .field-house select, .detailed-address-container .field-entrance select, .detailed-address-container .field-apartment select, .detailed-address-container .field-city select, .detailed-address-container .field-country select, .detailed-address-container .field-postal select, .detailed-address-container .field-neighborhood select, .citizen-validation select, #EditConnectionForm fieldset .form-group select, input.common-control, .bootstrap-isolated .common-control, select.common-control, #SubscriptionResult .form-control, #AuthModal .form-control, #LogOutModal .form-control, #AdminSubscribe .form-control, #subscribeModal .subscription-products-list select, #subscribeModal .coupon-code input, .incremental-block input, .google-address-container input, .detailed-address-container .select2.select2-container--bootstrap .select2-selection, .citizen-validation button {
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4);
  background: var(--coing-color-bg, #ffffff);
  box-shadow: none; }
  .search-simple input:focus, .detailed-address-container .field-full input:focus, .detailed-address-container .field-street input:focus, .detailed-address-container .field-house input:focus, .detailed-address-container .field-entrance input:focus, .detailed-address-container .field-apartment input:focus, .detailed-address-container .field-city input:focus, .detailed-address-container .field-country input:focus, .detailed-address-container .field-postal input:focus, .detailed-address-container .field-neighborhood input:focus, .citizen-validation input:focus, #EditConnectionForm fieldset .form-group input:focus, .search-simple select:focus, .detailed-address-container .field-full select:focus, .detailed-address-container .field-street select:focus, .detailed-address-container .field-house select:focus, .detailed-address-container .field-entrance select:focus, .detailed-address-container .field-apartment select:focus, .detailed-address-container .field-city select:focus, .detailed-address-container .field-country select:focus, .detailed-address-container .field-postal select:focus, .detailed-address-container .field-neighborhood select:focus, .citizen-validation select:focus, #EditConnectionForm fieldset .form-group select:focus, input.common-control:focus, .bootstrap-isolated .common-control:focus, select.common-control:focus, #SubscriptionResult .form-control:focus, #AuthModal .form-control:focus, #LogOutModal .form-control:focus, #AdminSubscribe .form-control:focus, #subscribeModal .subscription-products-list select:focus, #subscribeModal .coupon-code input:focus, .incremental-block input:focus, .google-address-container input:focus, .detailed-address-container .select2.select2-container--bootstrap .select2-selection:focus, .citizen-validation button:focus, .search-simple input:active, .detailed-address-container .field-full input:active, .detailed-address-container .field-street input:active, .detailed-address-container .field-house input:active, .detailed-address-container .field-entrance input:active, .detailed-address-container .field-apartment input:active, .detailed-address-container .field-city input:active, .detailed-address-container .field-country input:active, .detailed-address-container .field-postal input:active, .detailed-address-container .field-neighborhood input:active, .citizen-validation input:active, #EditConnectionForm fieldset .form-group input:active, .search-simple select:active, .detailed-address-container .field-full select:active, .detailed-address-container .field-street select:active, .detailed-address-container .field-house select:active, .detailed-address-container .field-entrance select:active, .detailed-address-container .field-apartment select:active, .detailed-address-container .field-city select:active, .detailed-address-container .field-country select:active, .detailed-address-container .field-postal select:active, .detailed-address-container .field-neighborhood select:active, .citizen-validation select:active, #EditConnectionForm fieldset .form-group select:active, input.common-control:active, .bootstrap-isolated .common-control:active, select.common-control:active, #SubscriptionResult .form-control:active, #AuthModal .form-control:active, #LogOutModal .form-control:active, #AdminSubscribe .form-control:active, #subscribeModal .subscription-products-list select:active, #subscribeModal .coupon-code input:active, .incremental-block input:active, .google-address-container input:active, .detailed-address-container .select2.select2-container--bootstrap .select2-selection:active, .citizen-validation button:active {
    border: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4);
    background: var(--coing-color-bg, #ffffff);
    box-shadow: inset 0 1px 1px rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.075), 0 0 8px rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.6);
    outline: 0; }

.search-simple, .detailed-address-container .field-full, .detailed-address-container .field-street, .detailed-address-container .field-house, .detailed-address-container .field-entrance, .detailed-address-container .field-apartment, .detailed-address-container .field-city, .detailed-address-container .field-country, .detailed-address-container .field-postal, .detailed-address-container .field-neighborhood, .citizen-validation, #EditConnectionForm fieldset .form-group {
  display: flex;
  flex-flow: column; }
  .search-simple label, .detailed-address-container .field-full label, .detailed-address-container .field-street label, .detailed-address-container .field-house label, .detailed-address-container .field-entrance label, .detailed-address-container .field-apartment label, .detailed-address-container .field-city label, .detailed-address-container .field-country label, .detailed-address-container .field-postal label, .detailed-address-container .field-neighborhood label, .citizen-validation label, #EditConnectionForm fieldset .form-group label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    margin-bottom: 8px; }
  .search-simple input, .detailed-address-container .field-full input, .detailed-address-container .field-street input, .detailed-address-container .field-house input, .detailed-address-container .field-entrance input, .detailed-address-container .field-apartment input, .detailed-address-container .field-city input, .detailed-address-container .field-country input, .detailed-address-container .field-postal input, .detailed-address-container .field-neighborhood input, .citizen-validation input, #EditConnectionForm fieldset .form-group input, .search-simple select, .detailed-address-container .field-full select, .detailed-address-container .field-street select, .detailed-address-container .field-house select, .detailed-address-container .field-entrance select, .detailed-address-container .field-apartment select, .detailed-address-container .field-city select, .detailed-address-container .field-country select, .detailed-address-container .field-postal select, .detailed-address-container .field-neighborhood select, .citizen-validation select, #EditConnectionForm fieldset .form-group select {
    width: 100%; }
  .required.search-simple label:after, .detailed-address-container .required.field-full label:after, .detailed-address-container .required.field-street label:after, .detailed-address-container .required.field-house label:after, .detailed-address-container .required.field-entrance label:after, .detailed-address-container .required.field-apartment label:after, .detailed-address-container .required.field-city label:after, .detailed-address-container .required.field-country label:after, .detailed-address-container .required.field-postal label:after, .detailed-address-container .required.field-neighborhood label:after, .required.citizen-validation label:after, #EditConnectionForm fieldset .required.form-group label:after {
    content: '*';
    text-shadow: 1px 1px 4px var(--coing-color-main, #0279bb);
    color: var(--coing-color-main, #0279bb);
    padding: 0 2px; }
  .search-simple .help-block, .detailed-address-container .field-full .help-block, .detailed-address-container .field-street .help-block, .detailed-address-container .field-house .help-block, .detailed-address-container .field-entrance .help-block, .detailed-address-container .field-apartment .help-block, .detailed-address-container .field-city .help-block, .detailed-address-container .field-country .help-block, .detailed-address-container .field-postal .help-block, .detailed-address-container .field-neighborhood .help-block, .citizen-validation .help-block, #EditConnectionForm fieldset .form-group .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px; }
    .search-simple .help-block:empty, .detailed-address-container .field-full .help-block:empty, .detailed-address-container .field-street .help-block:empty, .detailed-address-container .field-house .help-block:empty, .detailed-address-container .field-entrance .help-block:empty, .detailed-address-container .field-apartment .help-block:empty, .detailed-address-container .field-city .help-block:empty, .detailed-address-container .field-country .help-block:empty, .detailed-address-container .field-postal .help-block:empty, .detailed-address-container .field-neighborhood .help-block:empty, .citizen-validation .help-block:empty, #EditConnectionForm fieldset .form-group .help-block:empty {
      display: none !important; }
  .search-simple [role="radiogroup"], .detailed-address-container .field-full [role="radiogroup"], .detailed-address-container .field-street [role="radiogroup"], .detailed-address-container .field-house [role="radiogroup"], .detailed-address-container .field-entrance [role="radiogroup"], .detailed-address-container .field-apartment [role="radiogroup"], .detailed-address-container .field-city [role="radiogroup"], .detailed-address-container .field-country [role="radiogroup"], .detailed-address-container .field-postal [role="radiogroup"], .detailed-address-container .field-neighborhood [role="radiogroup"], .citizen-validation [role="radiogroup"], #EditConnectionForm fieldset .form-group [role="radiogroup"] {
    display: flex;
    width: max-content;
    gap: 16px; }
    .search-simple [role="radiogroup"] label, .detailed-address-container .field-full [role="radiogroup"] label, .detailed-address-container .field-street [role="radiogroup"] label, .detailed-address-container .field-house [role="radiogroup"] label, .detailed-address-container .field-entrance [role="radiogroup"] label, .detailed-address-container .field-apartment [role="radiogroup"] label, .detailed-address-container .field-city [role="radiogroup"] label, .detailed-address-container .field-country [role="radiogroup"] label, .detailed-address-container .field-postal [role="radiogroup"] label, .detailed-address-container .field-neighborhood [role="radiogroup"] label, .citizen-validation [role="radiogroup"] label, #EditConnectionForm fieldset .form-group [role="radiogroup"] label {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0; }
      .search-simple [role="radiogroup"] label input, .detailed-address-container .field-full [role="radiogroup"] label input, .detailed-address-container .field-street [role="radiogroup"] label input, .detailed-address-container .field-house [role="radiogroup"] label input, .detailed-address-container .field-entrance [role="radiogroup"] label input, .detailed-address-container .field-apartment [role="radiogroup"] label input, .detailed-address-container .field-city [role="radiogroup"] label input, .detailed-address-container .field-country [role="radiogroup"] label input, .detailed-address-container .field-postal [role="radiogroup"] label input, .detailed-address-container .field-neighborhood [role="radiogroup"] label input, .citizen-validation [role="radiogroup"] label input, #EditConnectionForm fieldset .form-group [role="radiogroup"] label input {
        margin: 0;
        padding: 0; }

hr, .bootstrap-isolated hr.nobs {
  border: 0;
  border-top: 1px solid #eeeeee;
  height: 0;
  margin: 0; }

.empty-dash:empty:before, .tickets-tickets .ticket-form-item [data-name="price"] .value-container:empty:before, .tickets-tickets .segment-info [data-name="price"] .value-container:empty:before {
  content: "\2013";
  display: block; }

#TicketsOverviewList, #TicketsOverviewListHeader, #MembershipsOverviewListHeader, #MembershipsOverviewList {
  display: flex;
  flex-flow: column; }
  #TicketsOverviewList > *, #TicketsOverviewListHeader > *, #MembershipsOverviewListHeader > *, #MembershipsOverviewList > * {
    display: flex;
    flex-flow: row; }

#TicketsOverviewListHeader, #MembershipsOverviewListHeader {
  background-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.1);
  text-align: center; }
  #TicketsOverviewListHeader > *, #MembershipsOverviewListHeader > * {
    align-items: center;
    height: 2em; }
    #TicketsOverviewListHeader > * > *, #MembershipsOverviewListHeader > * > * {
      height: 22px; }

.empty-message {
  display: none;
  width: 100% !important; }
  .empty-message td {
    width: 100% !important; }

.empty-after:empty + .empty-message {
  display: revert; }

#TicketsOverviewList > * > :nth-of-type(1):before, #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list .draggable-tag-text:before {
  content: '.. .. ..';
  display: inline-block;
  width: 12px;
  white-space: normal;
  line-height: 5px;
  text-align: right;
  height: 22px;
  transition: all 150ms linear; }

[draggable="true"] #TicketsOverviewList > * > *:nth-of-type(1), [draggable="true"] #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list .draggable-tag-text, #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list [draggable="true"] .draggable-tag-text {
  cursor: move; }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .map-mobile-filters .mobile-tags, #FiltersDrawer, #SubscribersListModal, #ReadMoreDrawer, #AISearchDrawer, #OrgCalendars {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: unset;
    max-width: unset;
    width: 100%;
    max-height: unset;
    height: 45vh;
    padding: 1rem;
    border-radius: 20px 20px 0 0;
    z-index: 11;
    transform: unset;
    background-color: #fff;
    text-align: center; } }

.map-mobile-filters .mobile-tags button.close, #FiltersDrawer button.close, #SubscribersListModal button.close, #ReadMoreDrawer button.close, #AISearchDrawer button.close, #OrgCalendars button.close {
  position: absolute;
  top: 10px;
  left: 10px; }

.map-mobile-filters .mobile-tags button.close, #FiltersDrawer button.close, #SubscribersListModal button.close, #ReadMoreDrawer button.close, #AISearchDrawer button.close, #OrgCalendars button.close, #FiltersDrawer .header button.close, dialog#SelectImage .header .close {
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  text-shadow: none; }
  .map-mobile-filters .mobile-tags button.close:hover, #FiltersDrawer button.close:hover, #SubscribersListModal button.close:hover, #ReadMoreDrawer button.close:hover, #AISearchDrawer button.close:hover, #OrgCalendars button.close:hover, dialog#SelectImage .header .close:hover {
    opacity: 100%; }
  .map-mobile-filters .mobile-tags button.close svg, #FiltersDrawer button.close svg, #SubscribersListModal button.close svg, #ReadMoreDrawer button.close svg, #AISearchDrawer button.close svg, #OrgCalendars button.close svg, #FiltersDrawer .header button.close svg, dialog#SelectImage .header .close svg {
    width: 100%;
    height: 100%; }

#site.group-view .activity-time-line {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px; }

#SubscriptionResult .window-small-text a:focus, #AuthModal .window-small-text a:focus, #LogOutModal .window-small-text a:focus, #AdminSubscribe .window-small-text a:focus, #AuthModal .signup a:focus, #LogOutModal .signup a:focus, .fixed-footer .subtext a:focus, .section-activity-info .activity-buttons .action-button-wrapper .subtext a:focus, #SubscriptionResult .back-button:focus, #AuthModal .back-button:focus, #LogOutModal .back-button:focus, #AdminSubscribe .back-button:focus, #AuthModal .terms a:focus,
#LogOutModal .terms a:focus, #SubscriptionResult .window-small-text a:focus-visible, #AuthModal .window-small-text a:focus-visible, #LogOutModal .window-small-text a:focus-visible, #AdminSubscribe .window-small-text a:focus-visible, #AuthModal .signup a:focus-visible, #LogOutModal .signup a:focus-visible, .fixed-footer .subtext a:focus-visible, .section-activity-info .activity-buttons .action-button-wrapper .subtext a:focus-visible, #SubscriptionResult .back-button:focus-visible, #AuthModal .back-button:focus-visible, #LogOutModal .back-button:focus-visible, #AdminSubscribe .back-button:focus-visible, #AuthModal .terms a:focus-visible,
#LogOutModal .terms a:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.loading-anim:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: 3rem;
  max-height: 3rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iZUhob0ZaRzd5YWUxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTYwIDU2MCIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHRleHQtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPjxzdHlsZT48IVtDREFUQVsjZUhob0ZaRzd5YWUyX3RyIHthbmltYXRpb246IGVIaG9GWkc3eWFlMl90cl9fdHIgMjAwMG1zIGxpbmVhciBpbmZpbml0ZSBub3JtYWwgZm9yd2FyZHN9QGtleWZyYW1lcyBlSGhvRlpHN3lhZTJfdHJfX3RyIHsgMCUge3RyYW5zZm9ybTogdHJhbnNsYXRlKDI4MC4wMDAwMTJweCwyODBweCkgcm90YXRlKDBkZWcpfSAxMDAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZSgyODAuMDAwMDEycHgsMjgwcHgpIHJvdGF0ZSgzNjBkZWcpfX0gI2VIaG9GWkc3eWFlM190ciB7YW5pbWF0aW9uOiBlSGhvRlpHN3lhZTNfdHJfX3RyIDIwMDBtcyBsaW5lYXIgaW5maW5pdGUgbm9ybWFsIGZvcndhcmRzfUBrZXlmcmFtZXMgZUhob0ZaRzd5YWUzX3RyX190ciB7IDAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZSgyNzkuOTk5OTg1cHgsMjc5Ljk5OTk4NXB4KSByb3RhdGUoMGRlZyl9IDEwMCUge3RyYW5zZm9ybTogdHJhbnNsYXRlKDI3OS45OTk5ODVweCwyNzkuOTk5OTg1cHgpIHJvdGF0ZSgtNzIwZGVnKX19ICNlSGhvRlpHN3lhZTRfdHIge2FuaW1hdGlvbjogZUhob0ZaRzd5YWU0X3RyX190ciAyMDAwbXMgbGluZWFyIGluZmluaXRlIG5vcm1hbCBmb3J3YXJkc31Aa2V5ZnJhbWVzIGVIaG9GWkc3eWFlNF90cl9fdHIgeyAwJSB7dHJhbnNmb3JtOiB0cmFuc2xhdGUoMjgwLjAwMDA3NnB4LDI4MC4wNTAwMDNweCkgcm90YXRlKDBkZWcpfSAxMDAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZSgyODAuMDAwMDc2cHgsMjgwLjA1MDAwM3B4KSByb3RhdGUoMTA4MGRlZyl9fV1dPjwvc3R5bGU+PGcgaWQ9ImVIaG9GWkc3eWFlMl90ciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjgwLjAwMDAxMiwyODApIHJvdGF0ZSgwKSI+PHBhdGggaWQ9ImVIaG9GWkc3eWFlMiIgZD0iTTI4MCw0OTIuNjAwMDAwQzE2Mi42MDAwMDAsNDkyLjYwMDAwMCw2Ny40MDAwMDAsMzk3LjQwMDAwMCw2Ny40MDAwMDAsMjgwQzY3LjQwMDAwMCwxNjIuNjAwMDAwLDE2Mi42MDAwMDAsNjcuNDAwMDAwLDI4MCw2Ny40MDAwMDBDMzk3LjQwMDAwMCw2Ny40MDAwMDAsNDkyLjYwMDAwMCwxNjIuNjAwMDAwLDQ5Mi42MDAwMDAsMjgwTDU1OS4yMDAwMDAsMjgwQzU1OS4yMDAwMDAsMTI1LjgwMDAwMCw0MzQuMjAwMDAwLDAuODAwMDAwLDI4MCwwLjgwMDAwMEMxMjUuODAwMDAwLDAuODAwMDAwLDAuODAwMDAwLDEyNS44MDAwMDAsMC44MDAwMDAsMjgwQzAuODAwMDAwLDQzNC4yMDAwMDAsMTI1LjgwMDAwMCw1NTkuMjAwMDAwLDI4MCw1NTkuMjAwMDAwTDI4MCw0OTIuNjAwMDAwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4MC4wMDAwMTIsLTI4MCkiIGZpbGw9InJnYig4MSwxODEsMTcwKSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiLz48L2c+PGcgaWQ9ImVIaG9GWkc3eWFlM190ciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc5Ljk5OTk4NSwyNzkuOTk5OTg1KSByb3RhdGUoMCkiPjxwYXRoIGlkPSJlSGhvRlpHN3lhZTMiIGQ9Ik00MTYuNTAwMDAwLDI4MEM0MTYuNTAwMDAwLDM1NS40MDAwMDAsMzU1LjQwMDAwMCw0MTYuNTAwMDAwLDI4MCw0MTYuNTAwMDAwQzIwNC42MDAwMDAsNDE2LjUwMDAwMCwxNDMuNTAwMDAwLDM1NS40MDAwMDAsMTQzLjUwMDAwMCwyODBDMTQzLjUwMDAwMCwyMDQuNjAwMDAwLDIwNC42MDAwMDAsMTQzLjUwMDAwMCwyODAsMTQzLjUwMDAwMEwyODAsODAuMjAwMDAwQzE2OS42MDAwMDAsODAuMjAwMDAwLDgwLjIwMDAwMCwxNjkuNzAwMDAwLDgwLjIwMDAwMCwyODBDODAuMjAwMDAwLDM5MC4zMDAwMDAsMTY5LjYwMDAwMCw0NzkuODAwMDAwLDI4MCw0NzkuODAwMDAwQzM5MC40MDAwMDAsNDc5LjgwMDAwMCw0NzkuODAwMDAwLDM5MC40MDAwMDAsNDc5LjgwMDAwMCwyODBMNDE2LjUwMDAwMCwyODBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjc5Ljk5OTk4NSwtMjc5Ljk5OTk4NSkiIGZpbGw9InJnYigyNDYsMjYsODkpIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIvPjwvZz48ZyBpZD0iZUhob0ZaRzd5YWU0X3RyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyODAuMDAwMDc2LDI4MC4wNTAwMDMpIHJvdGF0ZSgwKSI+PHBhdGggaWQ9ImVIaG9GWkc3eWFlNCIgZD0iTTI4MCwxNjIuNjAwMDAwTDI4MCwyMzBDMzA3LjcwMDAwMCwyMzAsMzMwLjEwMDAwMCwyNTIuNDAwMDAwLDMzMC4xMDAwMDAsMjgwLjEwMDAwMEMzMzAuMTAwMDAwLDMwNy44MDAwMDAsMzA3LjcwMDAwMCwzMzAuMjAwMDAwLDI4MCwzMzAuMjAwMDAwQzI1Mi4zMDAwMDAsMzMwLjIwMDAwMCwyMjkuOTAwMDAwLDMwNy44MDAwMDAsMjI5LjkwMDAwMCwyODAuMTAwMDAwQzIyOS45MDAwMDAsMjgwLjEwMDAwMCwyMjkuOTAwMDAwLDI4MC4xMDAwMDAsMjI5LjkwMDAwMCwyODBMMTYyLjUwMDAwMCwyODBDMTYyLjUwMDAwMCwzNDQuOTAwMDAwLDIxNSwzOTcuNTAwMDAwLDI3OS45MDAwMDAsMzk3LjUwMDAwMEMzNDQuODAwMDAwLDM5Ny41MDAwMDAsMzk3LjQwMDAwMCwzNDUsMzk3LjUwMDAwMCwyODAuMTAwMDAwQzM5Ny42MDAwMDAsMjE1LjIwMDAwMCwzNDQuOTAwMDAwLDE2Mi42MDAwMDAsMjgwLDE2Mi42MDAwMDBDMjgwLDE2Mi42MDAwMDAsMjgwLDE2Mi42MDAwMDAsMjgwLDE2Mi42MDAwMDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjgwLjAwMDA3NiwtMjgwLjA1MDAwMykiIGZpbGw9InJnYigyNTEsMjIyLDIxKSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiLz48L2c+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.loading-anim-inline:after {
  content: "";
  display: inline-block;
  position: relative;
  left: auto;
  top: auto;
  width: 1.2em;
  height: 1.2em;
  max-width: 3rem;
  max-height: 3rem;
  transform: none;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iZUhob0ZaRzd5YWUxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTYwIDU2MCIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHRleHQtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPjxzdHlsZT48IVtDREFUQVsjZUhob0ZaRzd5YWUyX3RyIHthbmltYXRpb246IGVIaG9GWkc3eWFlMl90cl9fdHIgMjAwMG1zIGxpbmVhciBpbmZpbml0ZSBub3JtYWwgZm9yd2FyZHN9QGtleWZyYW1lcyBlSGhvRlpHN3lhZTJfdHJfX3RyIHsgMCUge3RyYW5zZm9ybTogdHJhbnNsYXRlKDI4MC4wMDAwMTJweCwyODBweCkgcm90YXRlKDBkZWcpfSAxMDAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZSgyODAuMDAwMDEycHgsMjgwcHgpIHJvdGF0ZSgzNjBkZWcpfX0gI2VIaG9GWkc3eWFlM190ciB7YW5pbWF0aW9uOiBlSGhvRlpHN3lhZTNfdHJfX3RyIDIwMDBtcyBsaW5lYXIgaW5maW5pdGUgbm9ybWFsIGZvcndhcmRzfUBrZXlmcmFtZXMgZUhob0ZaRzd5YWUzX3RyX190ciB7IDAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZSgyNzkuOTk5OTg1cHgsMjc5Ljk5OTk4NXB4KSByb3RhdGUoMGRlZyl9IDEwMCUge3RyYW5zZm9ybTogdHJhbnNsYXRlKDI3OS45OTk5ODVweCwyNzkuOTk5OTg1cHgpIHJvdGF0ZSgtNzIwZGVnKX19ICNlSGhvRlpHN3lhZTRfdHIge2FuaW1hdGlvbjogZUhob0ZaRzd5YWU0X3RyX190ciAyMDAwbXMgbGluZWFyIGluZmluaXRlIG5vcm1hbCBmb3J3YXJkc31Aa2V5ZnJhbWVzIGVIaG9GWkc3eWFlNF90cl9fdHIgeyAwJSB7dHJhbnNmb3JtOiB0cmFuc2xhdGUoMjgwLjAwMDA3NnB4LDI4MC4wNTAwMDNweCkgcm90YXRlKDBkZWcpfSAxMDAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZSgyODAuMDAwMDc2cHgsMjgwLjA1MDAwM3B4KSByb3RhdGUoMTA4MGRlZyl9fV1dPjwvc3R5bGU+PGcgaWQ9ImVIaG9GWkc3eWFlMl90ciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjgwLjAwMDAxMiwyODApIHJvdGF0ZSgwKSI+PHBhdGggaWQ9ImVIaG9GWkc3eWFlMiIgZD0iTTI4MCw0OTIuNjAwMDAwQzE2Mi42MDAwMDAsNDkyLjYwMDAwMCw2Ny40MDAwMDAsMzk3LjQwMDAwMCw2Ny40MDAwMDAsMjgwQzY3LjQwMDAwMCwxNjIuNjAwMDAwLDE2Mi42MDAwMDAsNjcuNDAwMDAwLDI4MCw2Ny40MDAwMDBDMzk3LjQwMDAwMCw2Ny40MDAwMDAsNDkyLjYwMDAwMCwxNjIuNjAwMDAwLDQ5Mi42MDAwMDAsMjgwTDU1OS4yMDAwMDAsMjgwQzU1OS4yMDAwMDAsMTI1LjgwMDAwMCw0MzQuMjAwMDAwLDAuODAwMDAwLDI4MCwwLjgwMDAwMEMxMjUuODAwMDAwLDAuODAwMDAwLDAuODAwMDAwLDEyNS44MDAwMDAsMC44MDAwMDAsMjgwQzAuODAwMDAwLDQzNC4yMDAwMDAsMTI1LjgwMDAwMCw1NTkuMjAwMDAwLDI4MCw1NTkuMjAwMDAwTDI4MCw0OTIuNjAwMDAwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4MC4wMDAwMTIsLTI4MCkiIGZpbGw9InJnYig4MSwxODEsMTcwKSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiLz48L2c+PGcgaWQ9ImVIaG9GWkc3eWFlM190ciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc5Ljk5OTk4NSwyNzkuOTk5OTg1KSByb3RhdGUoMCkiPjxwYXRoIGlkPSJlSGhvRlpHN3lhZTMiIGQ9Ik00MTYuNTAwMDAwLDI4MEM0MTYuNTAwMDAwLDM1NS40MDAwMDAsMzU1LjQwMDAwMCw0MTYuNTAwMDAwLDI4MCw0MTYuNTAwMDAwQzIwNC42MDAwMDAsNDE2LjUwMDAwMCwxNDMuNTAwMDAwLDM1NS40MDAwMDAsMTQzLjUwMDAwMCwyODBDMTQzLjUwMDAwMCwyMDQuNjAwMDAwLDIwNC42MDAwMDAsMTQzLjUwMDAwMCwyODAsMTQzLjUwMDAwMEwyODAsODAuMjAwMDAwQzE2OS42MDAwMDAsODAuMjAwMDAwLDgwLjIwMDAwMCwxNjkuNzAwMDAwLDgwLjIwMDAwMCwyODBDODAuMjAwMDAwLDM5MC4zMDAwMDAsMTY5LjYwMDAwMCw0NzkuODAwMDAwLDI4MCw0NzkuODAwMDAwQzM5MC40MDAwMDAsNDc5LjgwMDAwMCw0NzkuODAwMDAwLDM5MC40MDAwMDAsNDc5LjgwMDAwMCwyODBMNDE2LjUwMDAwMCwyODBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjc5Ljk5OTk4NSwtMjc5Ljk5OTk4NSkiIGZpbGw9InJnYigyNDYsMjYsODkpIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIvPjwvZz48ZyBpZD0iZUhob0ZaRzd5YWU0X3RyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyODAuMDAwMDc2LDI4MC4wNTAwMDMpIHJvdGF0ZSgwKSI+PHBhdGggaWQ9ImVIaG9GWkc3eWFlNCIgZD0iTTI4MCwxNjIuNjAwMDAwTDI4MCwyMzBDMzA3LjcwMDAwMCwyMzAsMzMwLjEwMDAwMCwyNTIuNDAwMDAwLDMzMC4xMDAwMDAsMjgwLjEwMDAwMEMzMzAuMTAwMDAwLDMwNy44MDAwMDAsMzA3LjcwMDAwMCwzMzAuMjAwMDAwLDI4MCwzMzAuMjAwMDAwQzI1Mi4zMDAwMDAsMzMwLjIwMDAwMCwyMjkuOTAwMDAwLDMwNy44MDAwMDAsMjI5LjkwMDAwMCwyODAuMTAwMDAwQzIyOS45MDAwMDAsMjgwLjEwMDAwMCwyMjkuOTAwMDAwLDI4MC4xMDAwMDAsMjI5LjkwMDAwMCwyODBMMTYyLjUwMDAwMCwyODBDMTYyLjUwMDAwMCwzNDQuOTAwMDAwLDIxNSwzOTcuNTAwMDAwLDI3OS45MDAwMDAsMzk3LjUwMDAwMEMzNDQuODAwMDAwLDM5Ny41MDAwMDAsMzk3LjQwMDAwMCwzNDUsMzk3LjUwMDAwMCwyODAuMTAwMDAwQzM5Ny42MDAwMDAsMjE1LjIwMDAwMCwzNDQuOTAwMDAwLDE2Mi42MDAwMDAsMjgwLDE2Mi42MDAwMDBDMjgwLDE2Mi42MDAwMDAsMjgwLDE2Mi42MDAwMDAsMjgwLDE2Mi42MDAwMDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjgwLjAwMDA3NiwtMjgwLjA1MDAwMykiIGZpbGw9InJnYigyNTEsMjIyLDIxKSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiLz48L2c+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle; }

.space {
  width: 100%;
  flex-grow: 1; }

.list-group, .list-group-nobs {
  padding-left: 0;
  margin-bottom: 20px; }
  .list-group li, .list-group-nobs li {
    list-style: none; }
    .list-group li button.list-group-item, .list-group-nobs li button.list-group-item {
      display: flex;
      white-space: pre-wrap;
      align-items: center; }
      .list-group li button.list-group-item:after, .list-group-nobs li button.list-group-item:after {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid black;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        margin-inline-start: auto; }
      .list-group li button.list-group-item[aria-expanded="true"]:after, .list-group-nobs li button.list-group-item[aria-expanded="true"]:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
        transform: translateX(3px) translateY(-3px); }
    .list-group li ul, .list-group-nobs li ul {
      display: none; }
      .list-group li ul.open, .list-group-nobs li ul.open {
        display: block; }
    .list-group li .active + ul, .list-group-nobs li .active + ul {
      display: block; }
    .list-group li li a.list-group-item, .list-group-nobs li li a.list-group-item {
      padding-inline-start: 32px; }
  .list-group .list-group-item, .list-group-nobs .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: var(--coing-color-bg, #ffffff);
    border: 1px solid color-mix(in srgb, #ffffff, #767676 75%); }
    .list-group .list-group-item:first-child, .list-group-nobs .list-group-item:first-child {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .list-group .list-group-item:last-child, .list-group-nobs .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
    .list-group .list-group-item h1, .list-group .list-group-item h2, .list-group .list-group-item h3, .list-group .list-group-item h4, .list-group .list-group-item h5, .list-group .list-group-item h6, .list-group-nobs .list-group-item h1, .list-group-nobs .list-group-item h2, .list-group-nobs .list-group-item h3, .list-group-nobs .list-group-item h4, .list-group-nobs .list-group-item h5, .list-group-nobs .list-group-item h6 {
      font-size: inherit;
      font-weight: inherit;
      padding: 0;
      margin: 0; }
  .list-group .list-group-item.disabled, .list-group-nobs .list-group-item.disabled {
    color: #767676;
    cursor: not-allowed;
    background-color: color-mix(in srgb, #ffffff, #767676 30%); }
    .list-group .list-group-item.disabled:hover, .list-group-nobs .list-group-item.disabled:hover {
      color: #767676;
      cursor: not-allowed;
      background-color: color-mix(in srgb, #ffffff, #767676 30%); }
      .list-group .list-group-item.disabled:hover .list-group-item-heading, .list-group-nobs .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit; }
      .list-group .list-group-item.disabled:hover .list-group-item-text, .list-group-nobs .list-group-item.disabled:hover .list-group-item-text {
        color: #767676; }
    .list-group .list-group-item.disabled:focus, .list-group-nobs .list-group-item.disabled:focus {
      color: #767676;
      cursor: not-allowed;
      background-color: color-mix(in srgb, #ffffff, #767676 30%); }
      .list-group .list-group-item.disabled:focus .list-group-item-heading, .list-group-nobs .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit; }
      .list-group .list-group-item.disabled:focus .list-group-item-text, .list-group-nobs .list-group-item.disabled:focus .list-group-item-text {
        color: #767676; }
    .list-group .list-group-item.disabled .list-group-item-heading, .list-group-nobs .list-group-item.disabled .list-group-item-heading {
      color: inherit; }
    .list-group .list-group-item.disabled .list-group-item-text, .list-group-nobs .list-group-item.disabled .list-group-item-text {
      color: #767676; }
  .list-group .list-group-item.active, .list-group-nobs .list-group-item.active {
    z-index: 2;
    color: var(--coing-color-bg, #ffffff);
    background-color: var(--coing-color-main, #0279bb);
    border-color: var(--coing-color-main, #0279bb); }
    .list-group .list-group-item.active:hover, .list-group-nobs .list-group-item.active:hover {
      z-index: 2;
      color: var(--coing-color-bg, #ffffff);
      background-color: var(--coing-color-main, #0279bb);
      border-color: var(--coing-color-main, #0279bb); }
      .list-group .list-group-item.active:hover .list-group-item-heading, .list-group-nobs .list-group-item.active:hover .list-group-item-heading {
        color: inherit; }
        .list-group .list-group-item.active:hover .list-group-item-heading > small, .list-group-nobs .list-group-item.active:hover .list-group-item-heading > small {
          color: inherit; }
        .list-group .list-group-item.active:hover .list-group-item-heading > .small, .list-group-nobs .list-group-item.active:hover .list-group-item-heading > .small {
          color: inherit; }
      .list-group .list-group-item.active:hover .list-group-item-text, .list-group-nobs .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef; }
    .list-group .list-group-item.active:focus, .list-group-nobs .list-group-item.active:focus {
      z-index: 2;
      color: var(--coing-color-bg, #ffffff);
      background-color: var(--coing-color-main, #0279bb);
      border-color: var(--coing-color-main, #0279bb); }
      .list-group .list-group-item.active:focus .list-group-item-heading, .list-group-nobs .list-group-item.active:focus .list-group-item-heading {
        color: inherit; }
        .list-group .list-group-item.active:focus .list-group-item-heading > small, .list-group-nobs .list-group-item.active:focus .list-group-item-heading > small {
          color: inherit; }
        .list-group .list-group-item.active:focus .list-group-item-heading > .small, .list-group-nobs .list-group-item.active:focus .list-group-item-heading > .small {
          color: inherit; }
      .list-group .list-group-item.active:focus .list-group-item-text, .list-group-nobs .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef; }
    .list-group .list-group-item.active .list-group-item-heading, .list-group-nobs .list-group-item.active .list-group-item-heading {
      color: inherit; }
      .list-group .list-group-item.active .list-group-item-heading > small, .list-group-nobs .list-group-item.active .list-group-item-heading > small {
        color: inherit; }
      .list-group .list-group-item.active .list-group-item-heading > .small, .list-group-nobs .list-group-item.active .list-group-item-heading > .small {
        color: inherit; }
    .list-group .list-group-item.active .list-group-item-text, .list-group-nobs .list-group-item.active .list-group-item-text {
      color: #c7ddef; }
  .list-group a.list-group-item, .list-group-nobs a.list-group-item {
    color: #4a4a4a; }
    .list-group a.list-group-item .list-group-item-heading, .list-group-nobs a.list-group-item .list-group-item-heading {
      color: color-mix(in srgb, #4a4a4a, black 30%); }
    .list-group a.list-group-item:hover, .list-group-nobs a.list-group-item:hover {
      color: #4a4a4a;
      text-decoration: none;
      background-color: var(--coing-color-secondary, #f2f2f2); }
    .list-group a.list-group-item:focus, .list-group-nobs a.list-group-item:focus {
      color: #4a4a4a;
      text-decoration: none;
      background-color: var(--coing-color-secondary, #f2f2f2); }
  .list-group button.list-group-item, .list-group-nobs button.list-group-item {
    color: #4a4a4a;
    width: 100%;
    text-align: left; }
    .list-group button.list-group-item .list-group-item-heading, .list-group-nobs button.list-group-item .list-group-item-heading {
      color: color-mix(in srgb, #4a4a4a, black 30%); }
    .list-group button.list-group-item:hover, .list-group-nobs button.list-group-item:hover {
      color: #4a4a4a;
      text-decoration: none;
      background-color: var(--coing-color-secondary, #f2f2f2); }
    .list-group button.list-group-item:focus, .list-group-nobs button.list-group-item:focus {
      color: #4a4a4a;
      text-decoration: none;
      background-color: var(--coing-color-secondary, #f2f2f2); }

.profile-menu .list-group-item {
  padding: 16px 32px; }

.subscription-status button.status-dropdown-button {
  width: auto;
  display: flex;
  height: auto;
  align-items: center;
  background: transparent;
  padding: 5px 12px; }
  .subscription-status button.status-dropdown-button > div {
    width: 20px;
    height: 20px;
    border-radius: 50%; }
  .subscription-status button.status-dropdown-button > span {
    padding: 0 10px; }
  .subscription-status button.status-dropdown-button:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-left: 2px solid black;
    transform: rotate(-43deg);
    margin: 0 5px;
    border-bottom: 2px solid black;
    top: -4px;
    position: relative; }

.subscription-status a.status-item > div {
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.subscription-status a.status-item > span {
  padding: 0 10px; }

.status-dropdown {
  display: inline-block; }
  .status-dropdown.active ul.status-dropdown-list.dropdown-menu {
    display: block;
    left: initial !important; }
  .status-dropdown ul.status-dropdown-list.dropdown-menu a {
    display: flex;
    padding: 5px 10px;
    align-items: center; }
    .status-dropdown ul.status-dropdown-list.dropdown-menu a img {
      margin: 0 10px; }

.field-editsubscriber-subscription_status {
  display: flex;
  align-items: center; }
  .field-editsubscriber-subscription_status #editsubscriber-subscription_status {
    margin: 0 20px; }

.edit-option-form .status-values .marker-item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  align-items: center; }
  .edit-option-form .status-values .marker-item > div {
    padding: 0 1%; }
    .edit-option-form .status-values .marker-item > div.marker-label {
      flex: 5;
      display: flex;
      justify-content: center;
      position: relative;
      text-align: center; }
    .edit-option-form .status-values .marker-item > div.marker-color {
      flex: 1;
      text-align: center; }
    .edit-option-form .status-values .marker-item > div.marker-delete {
      flex: 2;
      text-align: center; }
  .edit-option-form .status-values .marker-item input[type="color"].form-control {
    padding: 0;
    margin: 0; }

.view-mode .status-dropdown li {
  position: relative;
  cursor: not-allowed; }
  .view-mode .status-dropdown li:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    content: ''; }

#editsubscriber-subscription_status {
  display: inline-block;
  margin: 0 20px; }

* {
  font-family: var(--coing-font-family, sans-serif); }

.long-text * {
  font-family: var(--coing-font-family, sans-serif) !important;
  font-size: inherit !important; }

.long-text p {
  color: var(--coing-color-text, #4a4a4a) !important; }
  .long-text p a:hover,
  .long-text p a:focus {
    color: var(--coing-color-main, #0279bb) !important; }

/* BASIC */
html,
body,
input,
textarea,
select {
  font-family: var(--coing-font-family, sans-serif); }

html,
body,
#site {
  direction: rtl;
  text-align: right; }
  html > #page,
  body > #page,
  #site > #page {
    padding-top: 74px; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      html > #page,
      body > #page,
      #site > #page {
        padding-top: 2.61rem; } }

body {
  background-color: var(--coing-color-bg, #ffffff);
  color: var(--coing-color-text, #4a4a4a);
  font-weight: normal;
  letter-spacing: normal; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-weight: bold; }
  body img[alt="spacer"] {
    width: 0px;
    height: 0px; }
  body.window-open {
    overflow-y: hidden; }
  body hr {
    border-bottom-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5); }
  body .landing-page {
    text-align: center; }
    body .landing-page div {
      padding-top: 0.688em;
      font-size: 0.708333em;
      line-height: 1.3em; }
    body .landing-page .btn {
      border-radius: 100px; }
    body .landing-page #logo img {
      height: 2.54rem;
      margin: auto; }

.visibly-hidden {
  display: inline;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  opacity: 0; }

/* HEADER */
header.page-header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 84px; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    header.page-header {
      height: 2.61rem;
      background: none;
      background-color: var(--coing-color-bg, #ffffff);
      border-bottom: 1px solid var(--coing-color-secondary, #f2f2f2);
      padding: 0.4167rem; } }
  header.page-header .center {
    height: 100%; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      header.page-header .center {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        header.page-header .center > div,
        header.page-header .center > ul {
          flex: 1; } }
  header.page-header #DesktopHeaderWrapper {
    background-color: var(--coing-color-bg, #ffffff); }
  header.page-header #DesktopHeader {
    display: flex;
    padding: 17px 0;
    background: white;
    position: unset;
    gap: 16px;
    max-width: 1250px;
    margin: 0 auto; }
    header.page-header #DesktopHeaderWrapper {
      box-shadow: 0 4px 17px 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.08); }
    header.page-header #DesktopHeader #DesktopLogo {
      position: relative;
      display: block;
      width: 100px;
      height: 40px;
      min-width: 100px; }
      header.page-header #DesktopHeader #DesktopLogo .logo-link {
        display: block;
        height: 40px;
        overflow: hidden; }
        header.page-header #DesktopHeader #DesktopLogo .logo-link img {
          display: block;
          margin: 0;
          padding: 0;
          width: 100px; }
      header.page-header #DesktopHeader #DesktopLogo .hover-menu {
        top: 100%;
        white-space: nowrap;
        right: 0; }
        header.page-header #DesktopHeader #DesktopLogo .hover-menu li a {
          line-height: 1.8; }
      header.page-header #DesktopHeader #DesktopLogo .edit-logo-link {
        position: absolute;
        width: 24px;
        right: 3px;
        bottom: 3px;
        color: var(--coing-color-main, #0279bb);
        opacity: 0; }
        header.page-header #DesktopHeader #DesktopLogo .edit-logo-link .svg-sprite, header.page-header #DesktopHeader #DesktopLogo .edit-logo-link .incremental-block svg, .incremental-block header.page-header #DesktopHeader #DesktopLogo .edit-logo-link svg {
          fill: var(--coing-color-main, #0279bb); }
      header.page-header #DesktopHeader #DesktopLogo:hover .edit-logo-link {
        opacity: 1; }
    header.page-header #DesktopHeader .header-buttons {
      gap: 16px; }
      header.page-header #DesktopHeader .header-buttons .header-button {
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0; }
        header.page-header #DesktopHeader .header-buttons .header-button > a, header.page-header #DesktopHeader .header-buttons .header-button > .a, header.page-header #DesktopHeader .header-buttons .header-button > #menu-button {
          border-radius: 100px;
          box-shadow: none;
          background-color: rgba(var(--coing-color-text, 74, 74, 74), 0.05); }
          header.page-header #DesktopHeader .header-buttons .header-button > a:before, header.page-header #DesktopHeader .header-buttons .header-button > .a:before, header.page-header #DesktopHeader .header-buttons .header-button > #menu-button:before {
            border-radius: 100px; }
          header.page-header #DesktopHeader .header-buttons .header-button > a:hover:before, header.page-header #DesktopHeader .header-buttons .header-button > .a:hover:before, header.page-header #DesktopHeader .header-buttons .header-button > #menu-button:hover:before {
            border-color: var(--coing-color-text, 74, 74, 74); }
          header.page-header #DesktopHeader .header-buttons .header-button > a > svg, header.page-header #DesktopHeader .header-buttons .header-button > .a > svg, header.page-header #DesktopHeader .header-buttons .header-button > #menu-button > svg {
            position: relative;
            width: 24px;
            height: 100%;
            margin: auto;
            fill: var(--coing-color-text, #4a4a4a); }
            header.page-header #DesktopHeader .header-buttons .header-button > a > svg#menu-open, header.page-header #DesktopHeader .header-buttons .header-button > a > svg#menu-close, header.page-header #DesktopHeader .header-buttons .header-button > .a > svg#menu-open, header.page-header #DesktopHeader .header-buttons .header-button > .a > svg#menu-close, header.page-header #DesktopHeader .header-buttons .header-button > #menu-button > svg#menu-open, header.page-header #DesktopHeader .header-buttons .header-button > #menu-button > svg#menu-close {
              position: absolute;
              margin-left: 8px; }
          header.page-header #DesktopHeader .header-buttons .header-button > a.profile-button, header.page-header #DesktopHeader .header-buttons .header-button > .a.profile-button, header.page-header #DesktopHeader .header-buttons .header-button > #menu-button.profile-button {
            background-color: rgba(34, 34, 34, 0.05); }
            header.page-header #DesktopHeader .header-buttons .header-button > a.profile-button:before, header.page-header #DesktopHeader .header-buttons .header-button > .a.profile-button:before, header.page-header #DesktopHeader .header-buttons .header-button > #menu-button.profile-button:before {
              border: none; }
            header.page-header #DesktopHeader .header-buttons .header-button > a.profile-button svg, header.page-header #DesktopHeader .header-buttons .header-button > .a.profile-button svg, header.page-header #DesktopHeader .header-buttons .header-button > #menu-button.profile-button svg {
              width: 40px;
              height: 40px;
              margin: 0;
              padding: 0; }
            header.page-header #DesktopHeader .header-buttons .header-button > a.profile-button:hover, header.page-header #DesktopHeader .header-buttons .header-button > .a.profile-button:hover, header.page-header #DesktopHeader .header-buttons .header-button > #menu-button.profile-button:hover {
              background-color: rgba(107, 188, 84, 0.53); }
    header.page-header #DesktopHeader menu.header-buttons {
      position: revert; }
    header.page-header #DesktopHeader .dev-environment-marker {
      position: absolute;
      left: 0;
      top: 0;
      transform-origin: 5%;
      transform: rotate(-90deg) translate(-100%, 0);
      text-align: center;
      background-color: rgba(var(--coing-color-rgb-warning, 160, 150, 24), 0.5); }
  header.page-header #MobileHeader {
    align-items: center;
    height: 100%; }
    header.page-header #MobileHeader .dev-environment-marker {
      font-size: 0.5em;
      position: absolute;
      top: 3em;
      background-color: rgba(var(--coing-color-rgb-warning, 160, 150, 24), 0.5); }
    header.page-header #MobileHeader > ul {
      justify-content: space-between;
      gap: 0.5rem; }
      header.page-header #MobileHeader > ul > li.flex-main-column {
        background: transparent;
        border-radius: initial;
        flex-grow: 1;
        font-size: 0.85rem;
        text-overflow: ellipsis;
        overflow: auto;
        white-space: nowrap; }
      header.page-header #MobileHeader > ul > li.no-background {
        background: transparent; }
      header.page-header #MobileHeader > ul > li {
        background: var(--coing-color-secondary, #f2f2f2);
        border-radius: 2rem; }
        header.page-header #MobileHeader > ul > li > a {
          height: 1.5rem;
          width: 1.5rem;
          padding: 0; }
          header.page-header #MobileHeader > ul > li > a svg {
            width: auto;
            margin: 7px; }
          header.page-header #MobileHeader > ul > li > a img {
            margin: 0;
            width: 100%;
            height: 100%; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    header.page-header .header-btn-back a,
    header.page-header .header-mobile-menu a {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center; }
    header.page-header .header-btn-back svg,
    header.page-header .header-mobile-menu svg {
      width: 0.667rem;
      max-height: 100%; }
      header.page-header .header-btn-back svg path,
      header.page-header .header-btn-back svg circle,
      header.page-header .header-mobile-menu svg path,
      header.page-header .header-mobile-menu svg circle {
        fill: var(--coing-color-text, #4a4a4a); }
      header.page-header .header-btn-back svg path.empty,
      header.page-header .header-mobile-menu svg path.empty {
        fill: none; } }
  header.page-header .header-btn-back a.disabled svg, header.page-header .header-btn-back a.disabled path, header.page-header .header-btn-back a.disabled circle,
  header.page-header .header-mobile-menu a.disabled svg,
  header.page-header .header-mobile-menu a.disabled path,
  header.page-header .header-mobile-menu a.disabled circle {
    fill: lightgray; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    header.page-header .header-btn-back {
      display: flex;
      justify-content: flex-start;
      margin-inline-end: auto; }
      header.page-header .header-btn-back svg {
        width: 100%;
        height: 100%; } }
  header.page-header #logo {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 14.6%;
    height: 4.54rem;
    padding: 0.5rem 0.375rem;
    border-bottom-left-radius: 1.0833rem;
    border-bottom-right-radius: 1.0833rem;
    background-color: var(--coing-color-bg, #ffffff);
    box-shadow: 0 0.208rem 0.5417rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
    z-index: 3;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      header.page-header #logo {
        width: auto;
        height: 100% !important;
        padding: 0 !important;
        border: none;
        border-radius: 0;
        position: relative;
        min-height: auto !important;
        box-shadow: none;
        background: none; } }
    header.page-header #logo img {
      display: block;
      position: relative;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      margin: auto;
      border: solid 2px transparent;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        header.page-header #logo img {
          border: 0; } }
    header.page-header #logo a:focus img,
    header.page-header #logo a:hover img {
      border-radius: 0.25rem;
      border: solid 2px var(--coing-color-main, #0279bb); }
    header.page-header #logo .hover-menu {
      top: 100%;
      white-space: nowrap;
      right: 0; }
      header.page-header #logo .hover-menu li a {
        line-height: 1.8; }
    header.page-header #logo .edit-logo-link {
      position: absolute;
      width: 24px;
      right: 3px;
      bottom: 3px;
      color: var(--coing-color-main, #0279bb);
      opacity: 0; }
      header.page-header #logo .edit-logo-link .svg-sprite, header.page-header #logo .edit-logo-link .incremental-block svg, .incremental-block header.page-header #logo .edit-logo-link svg {
        fill: var(--coing-color-main, #0279bb); }
    header.page-header #logo:hover .edit-logo-link {
      opacity: 1; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    header.page-header .header-mobile-menu {
      display: flex;
      width: 100%;
      height: 100%;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 1rem;
      min-width: 0.6667rem;
      list-style: none;
      margin-inline-start: auto; }
      header.page-header .header-mobile-menu li:focus ul, header.page-header .header-mobile-menu li:focus-within ul {
        display: block; }
      header.page-header .header-mobile-menu li {
        position: relative; }
        header.page-header .header-mobile-menu li a {
          display: block;
          position: relative;
          width: auto;
          height: auto;
          text-align: center;
          font-size: 0.5833rem;
          line-height: 1.2em;
          padding-top: 2px;
          -webkit-tap-highlight-color: transparent; }
        header.page-header .header-mobile-menu li img {
          display: block;
          position: relative;
          width: 0.8333rem;
          height: 0.8333rem;
          margin: 0 auto;
          border-radius: 50%;
          margin-top: -2px; }
        header.page-header .header-mobile-menu li ul {
          list-style: none;
          display: none;
          position: fixed;
          left: 0;
          top: 1.875rem;
          width: auto;
          height: auto;
          font-size: 0.5833rem;
          line-height: 1em;
          background-color: var(--coing-color-bg, #ffffff);
          padding: 0.2em 0 0.4em; }
          header.page-header .header-mobile-menu li ul.hover-menu-group {
            position: absolute;
            top: 130%;
            background-color: transparent;
            box-shadow: none;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0px); }
            header.page-header .header-mobile-menu li ul.hover-menu-group li {
              margin: 0.1rem auto; }
              header.page-header .header-mobile-menu li ul.hover-menu-group li a {
                font-size: 23px;
                padding: 0.6em 0.6em !important; }
                header.page-header .header-mobile-menu li ul.hover-menu-group li a svg {
                  margin: 0; }
          header.page-header .header-mobile-menu li ul li {
            display: block;
            position: relative;
            margin: 0.5rem auto; }
            header.page-header .header-mobile-menu li ul li a {
              display: flex;
              padding: 0.5em 1em;
              justify-content: flex-start;
              align-items: center;
              gap: 0.5em;
              -webkit-tap-highlight-color: transparent; } }
  header.page-header .header-buttons {
    display: flex;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 0.75rem;
    font-size: 0;
    white-space: nowrap;
    text-align: left;
    z-index: 3; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      header.page-header .header-buttons {
        top: 0.5417rem;
        left: 0.5rem;
        display: none; } }
    header.page-header .header-buttons .header-button {
      display: block;
      position: relative;
      list-style: none;
      width: 2.3rem;
      height: 2.1rem;
      margin-left: 0.625rem;
      border: none;
      background: none;
      padding: 0; }
      header.page-header .header-buttons .header-button.no-text svg.svg-sprite.svg-header, header.page-header .header-buttons .header-button.no-text .incremental-block svg.svg-header, .incremental-block header.page-header .header-buttons .header-button.no-text svg.svg-header {
        margin-top: 0.5rem; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        header.page-header .header-buttons .header-button {
          width: 2.2rem;
          height: 2rem;
          margin-left: 0.333rem; } }
      header.page-header .header-buttons .header-button .fixed {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%; }
        @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          header.page-header .header-buttons .header-button .fixed .center {
            width: 100%; } }
      header.page-header .header-buttons .header-button > a,
      header.page-header .header-buttons .header-button > .a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        background-color: var(--coing-color-bg, #ffffff);
        border-radius: 28%;
        box-shadow: 0 0.1667rem 0.4167rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
        cursor: pointer;
        z-index: 2; }
        header.page-header .header-buttons .header-button > a:before,
        header.page-header .header-buttons .header-button > .a:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border-radius: 24%;
          background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
          border: solid 2px var(--coing-color-main, #0279bb);
          opacity: 0;
          -moz-transition: all 150ms linear;
          -o-transition: all 150ms linear;
          -ms-transition: all 150ms linear;
          -webkit-transition: all 150ms linear;
          transition: all 150ms linear; }
        header.page-header .header-buttons .header-button > a img,
        header.page-header .header-buttons .header-button > a svg,
        header.page-header .header-buttons .header-button > .a img,
        header.page-header .header-buttons .header-button > .a svg {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 1rem;
          height: 1rem;
          margin: 0.25rem 0.65rem 0; }
          @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
            header.page-header .header-buttons .header-button > a img,
            header.page-header .header-buttons .header-button > a svg,
            header.page-header .header-buttons .header-button > .a img,
            header.page-header .header-buttons .header-button > .a svg {
              margin: 0.25rem 0.6rem 0; } }
        header.page-header .header-buttons .header-button > a span,
        header.page-header .header-buttons .header-button > .a span {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          margin: 1.25rem 0 0;
          font-size: 0.4833rem;
          line-height: 1em;
          text-align: center; }
          @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
            header.page-header .header-buttons .header-button > a span,
            header.page-header .header-buttons .header-button > .a span {
              margin: 1.25rem 0 0; } }
        header.page-header .header-buttons .header-button > a.profile-button svg,
        header.page-header .header-buttons .header-button > .a.profile-button svg {
          width: 100%;
          height: 120%;
          margin: auto;
          fill: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.2); }
        header.page-header .header-buttons .header-button > a#desktopPlusMenuButton:before,
        header.page-header .header-buttons .header-button > .a#desktopPlusMenuButton:before {
          background-color: var(--coing-color-main, #0279bb);
          border: solid 2px transparent;
          opacity: 1; }
        header.page-header .header-buttons .header-button > a#desktopPlusMenuButton > svg.svg-header,
        header.page-header .header-buttons .header-button > .a#desktopPlusMenuButton > svg.svg-header {
          fill: var(--coing-color-bg, #ffffff); }
        header.page-header .header-buttons .header-button > a#desktopPlusMenuButton ul,
        header.page-header .header-buttons .header-button > .a#desktopPlusMenuButton ul {
          line-height: 2em; }
        header.page-header .header-buttons .header-button > a#desktopPlusMenuButton:hover, header.page-header .header-buttons .header-button > a#desktopPlusMenuButton:focus,
        header.page-header .header-buttons .header-button > .a#desktopPlusMenuButton:hover,
        header.page-header .header-buttons .header-button > .a#desktopPlusMenuButton:focus {
          outline: none; }
          header.page-header .header-buttons .header-button > a#desktopPlusMenuButton:hover:before, header.page-header .header-buttons .header-button > a#desktopPlusMenuButton:focus:before,
          header.page-header .header-buttons .header-button > .a#desktopPlusMenuButton:hover:before,
          header.page-header .header-buttons .header-button > .a#desktopPlusMenuButton:focus:before {
            border-color: var(--coing-color-bg, #ffffff); }
        header.page-header .header-buttons .header-button > a#desktopPlusMenuButton:focus-within:not(:focus) ul.hover-menu,
        header.page-header .header-buttons .header-button > .a#desktopPlusMenuButton:focus-within:not(:focus) ul.hover-menu {
          opacity: 1;
          pointer-events: all;
          touch-action: auto; }
        header.page-header .header-buttons .header-button > a#menu-button img,
        header.page-header .header-buttons .header-button > a#menu-button svg,
        header.page-header .header-buttons .header-button > .a#menu-button img,
        header.page-header .header-buttons .header-button > .a#menu-button svg {
          margin-top: 0.5rem;
          -moz-transition: all 150ms linear;
          -o-transition: all 150ms linear;
          -ms-transition: all 150ms linear;
          -webkit-transition: all 150ms linear;
          transition: all 150ms linear; }
          @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
            header.page-header .header-buttons .header-button > a#menu-button img,
            header.page-header .header-buttons .header-button > a#menu-button svg,
            header.page-header .header-buttons .header-button > .a#menu-button img,
            header.page-header .header-buttons .header-button > .a#menu-button svg {
              margin-top: 0.5rem; } }
        header.page-header .header-buttons .header-button > a#menu-button svg#menu-close,
        header.page-header .header-buttons .header-button > .a#menu-button svg#menu-close {
          opacity: 0;
          -moz-transform: scale(0.5, 0.5);
          -o-transform: scale(0.5, 0.5);
          -ms-transform: scale(0.5, 0.5);
          -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5); }
        header.page-header .header-buttons .header-button > a:hover:before, header.page-header .header-buttons .header-button > a:focus:before,
        header.page-header .header-buttons .header-button > .a:hover:before,
        header.page-header .header-buttons .header-button > .a:focus:before {
          opacity: 1; }
        header.page-header .header-buttons .header-button > a:active,
        header.page-header .header-buttons .header-button > .a:active {
          box-shadow: none; }
        header.page-header .header-buttons .header-button > a ul.hover-menu,
        header.page-header .header-buttons .header-button > .a ul.hover-menu {
          position: absolute;
          top: 100%;
          margin-top: 0.25rem;
          font-size: 0.75rem;
          line-height: 1.2em;
          text-align: right;
          font-weight: 600;
          padding: 0.5em;
          z-index: 0;
          width: 12em; }
          @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
            header.page-header .header-buttons .header-button > a ul.hover-menu,
            header.page-header .header-buttons .header-button > .a ul.hover-menu {
              font-size: 0.6rem; } }
          header.page-header .header-buttons .header-button > a ul.hover-menu:before,
          header.page-header .header-buttons .header-button > .a ul.hover-menu:before {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            margin-top: -0.25rem;
            width: 100%;
            height: 0.25rem; }
          header.page-header .header-buttons .header-button > a ul.hover-menu li a img,
          header.page-header .header-buttons .header-button > a ul.hover-menu li a svg,
          header.page-header .header-buttons .header-button > .a ul.hover-menu li a img,
          header.page-header .header-buttons .header-button > .a ul.hover-menu li a svg {
            display: inline-block;
            position: relative;
            margin: 0;
            width: 0.75em;
            height: 0.75em;
            margin-left: 0.25em; }
      header.page-header .header-buttons .header-button .hit-background .hover-icon {
        opacity: 1;
        position: relative;
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
        bottom: 0; }
    header.page-header .header-buttons .community-settings .svg-sprite, header.page-header .header-buttons .community-settings .incremental-block svg, .incremental-block header.page-header .header-buttons .community-settings svg {
      fill: var(--coing-color-main, #0279bb); }
    header.page-header .header-buttons .community-settings + .hover-menu {
      top: 100%;
      white-space: nowrap;
      left: 0;
      right: auto;
      z-index: 2; }
      header.page-header .header-buttons .community-settings + .hover-menu li a {
        line-height: 1.8; }
      html[dir=ltr] header.page-header .header-buttons .community-settings + .hover-menu {
        left: auto;
        right: 0; }
    header.page-header .header-buttons #desktopPlusMenuButton .hover-menu {
      left: 0;
      right: auto; }
      html[dir=ltr] header.page-header .header-buttons #desktopPlusMenuButton .hover-menu {
        left: auto;
        right: 0; }
  header.page-header .main-menu-bg {
    display: none; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      header.page-header .main-menu-bg {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: calc(100 * var(--vh, 1vh));
        background-color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
        touch-action: none;
        pointer-events: none;
        z-index: -1;
        opacity: 0;
        -moz-transition: opacity 200ms linear;
        -o-transition: opacity 200ms linear;
        -ms-transition: opacity 200ms linear;
        -webkit-transition: opacity 200ms linear;
        transition: opacity 200ms linear; } }
  header.page-header .main-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 24%;
    height: auto;
    padding: 3.875rem 0.70833rem 0.70833rem;
    background-color: var(--coing-color-bg, #ffffff);
    z-index: 1;
    border-bottom-right-radius: 2.083rem;
    box-shadow: 0 0.1667rem 0.4167rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
    opacity: 0.5;
    -moz-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    pointer-events: none;
    touch-action: none;
    white-space: normal; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      header.page-header .main-menu {
        width: 100%;
        padding: 3.1667rem 1.25rem 1.25rem;
        border-bottom-right-radius: 2.083rem;
        box-shadow: none;
        z-index: 2;
        -moz-transform: translateX(-101%);
        -o-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%); } }
    header.page-header .main-menu ul {
      display: block;
      position: relative;
      text-align: center; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        header.page-header .main-menu ul {
          z-index: 2; } }
      header.page-header .main-menu ul li {
        list-style: none;
        display: block;
        position: relative; }
        header.page-header .main-menu ul li a {
          display: block;
          position: relative;
          font-size: 0.833rem;
          line-height: 1em;
          padding: 1em 0;
          -moz-transition: all 150ms linear;
          -o-transition: all 150ms linear;
          -ms-transition: all 150ms linear;
          -webkit-transition: all 150ms linear;
          transition: all 150ms linear; }
          header.page-header .main-menu ul li a:hover, header.page-header .main-menu ul li a:focus {
            background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1); }
          @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
            header.page-header .main-menu ul li a {
              padding: 0.75em 0; }
              header.page-header .main-menu ul li a:focus {
                background: none; } }
        header.page-header .main-menu ul li:last-of-type a {
          border-bottom-right-radius: 1.4rem; }
        header.page-header .main-menu ul li ul {
          margin-top: -0.5rem;
          margin-bottom: 0.5rem; }
          header.page-header .main-menu ul li ul li {
            border-radius: 0; }
            header.page-header .main-menu ul li ul li a {
              font-size: 0.6667rem;
              line-height: 1em;
              padding: 0.3em 0; }

.alert-message {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 9999999999;
  overflow: hidden;
  pointer-events: none;
  touch-action: none; }
  .alert-message .alert-message-inner {
    background-color: var(--coing-color-bg, #ffffff);
    color: var(--coing-color-text, #4a4a4a);
    padding: 0rem 2rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0 0 4px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.5);
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    opacity: 0.95;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; }
    .alert-message .alert-message-inner.success {
      background-color: var(--coing-color-success, #4da416);
      color: var(--coing-color-bg, #ffffff); }
    .alert-message .alert-message-inner.error {
      background-color: var(--coing-color-alert, #a31717);
      color: var(--coing-color-bg, #ffffff); }
    .alert-message .alert-message-inner.warning {
      background-color: var(--coing-color-warning, #a09618);
      color: var(--coing-color-bg, #ffffff); }
  .alert-message.open .alert-message-inner {
    padding: 1rem 2rem;
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

body.scrolled header.page-header #logo {
  padding: 0.375rem 0.375rem;
  max-height: 3rem; }
  @media (max-width: 900px) and (orientation: landscape) {
    body.scrolled header.page-header #logo {
      max-height: 3rem; } }
  @media (max-width: 767px) and (orientation: portrait) {
    body.scrolled header.page-header #logo {
      max-height: 2.6rem; } }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  body.menu-open {
    overflow: hidden; } }

body.menu-open header.page-header .header-buttons .header-button a#menu-button svg#menu-open {
  opacity: 0;
  -moz-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5); }

body.menu-open header.page-header .header-buttons .header-button a#menu-button svg#menu-close {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

body.menu-open header.page-header .main-menu-bg {
  z-index: 1;
  opacity: 1; }

body.menu-open header.page-header .main-menu {
  opacity: 1;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  pointer-events: all;
  touch-action: auto; }

/* FOOTER */
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  footer {
    height: 2.5rem; } }

footer nav.footer-mobile-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  background-color: var(--coing-color-bg, #ffffff);
  border-top: 1px solid #F0F0F0;
  z-index: 9; }
  footer nav.footer-mobile-menu ul {
    display: flex;
    width: 100%;
    height: 100%; }
    footer nav.footer-mobile-menu ul li {
      display: flex;
      position: relative;
      width: 20%;
      height: 100%;
      justify-content: center;
      align-items: center;
      flex-grow: 1;
      background: var(--coing-color-bg, #ffffff);
      z-index: 1; }
      footer nav.footer-mobile-menu ul li a {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        text-align: center;
        font-size: 0.5rem;
        line-height: 1.2em;
        padding-top: 2px;
        -webkit-tap-highlight-color: transparent; }
        footer nav.footer-mobile-menu ul li a img {
          display: block;
          position: relative;
          width: 1rem;
          height: 1rem;
          margin: 0 auto 0.25rem;
          border-radius: 50%; }
        footer nav.footer-mobile-menu ul li a svg {
          display: block;
          position: relative;
          width: 1rem;
          height: 1rem;
          margin: 0 auto 0.25rem;
          color: var(--coing-color-text, #4a4a4a);
          fill: var(--coing-color-text, #4a4a4a); }
          footer nav.footer-mobile-menu ul li a svg path, footer nav.footer-mobile-menu ul li a svg circle {
            fill: var(--coing-color-text, #4a4a4a);
            stroke: var(--coing-color-text, #4a4a4a); }
        footer nav.footer-mobile-menu ul li a.footer-mobile-toggle-menu.open ~ ul, footer nav.footer-mobile-menu ul li a.footer-mobile-toggle-menu.open ~ .background {
          display: block; }
      footer nav.footer-mobile-menu ul li .background {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        z-index: -1; }
      footer nav.footer-mobile-menu ul li ul {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 2.5rem;
        height: auto;
        background-color: #FBFBFB;
        padding: 8px;
        gap: 4px;
        border: 1px solid var(--coing-color-secondary, #f2f2f2);
        box-shadow: 0px 1px 4px rgba(46, 41, 78, 0.02), 0px 8px 12px rgba(46, 41, 78, 0.08);
        border-radius: 10px; }
        footer nav.footer-mobile-menu ul li ul li {
          display: block;
          position: relative;
          width: 40%;
          margin: 0.5rem auto; }
          footer nav.footer-mobile-menu ul li ul li a {
            margin: 0.25rem 0;
            text-align: start;
            -webkit-tap-highlight-color: transparent; }
            footer nav.footer-mobile-menu ul li ul li a svg {
              display: inline-block;
              margin: 0;
              width: 0.75rem;
              height: 0.75rem;
              vertical-align: middle; }

footer .center {
  display: flex;
  justify-content: space-between;
  background-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.14);
  border-top-left-radius: 0.8333rem;
  border-top-right-radius: 0.8333rem;
  padding: 0.70833rem 1.1667rem; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    footer .center {
      display: block;
      width: 100%; } }
  footer .center nav#footer-menu ul {
    font-size: 0;
    white-space: nowrap;
    width: 90%; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      footer .center nav#footer-menu ul {
        white-space: normal;
        text-align: center;
        width: 100%; } }
    footer .center nav#footer-menu ul li {
      display: inline-block;
      list-style: none;
      position: relative;
      font-size: 0.625rem;
      line-height: 1.2em;
      margin-left: 3.667em;
      max-width: 10em;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        footer .center nav#footer-menu ul li {
          margin: 0.354rem 1.146rem; } }
      footer .center nav#footer-menu ul li a {
        margin: 0;
        padding: 0; }
        footer .center nav#footer-menu ul li a:hover, footer .center nav#footer-menu ul li a:focus {
          text-decoration: underline; }
  footer .center .footer-rights {
    font-size: 0.625rem;
    line-height: 1.2em;
    direction: ltr;
    white-space: nowrap; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      footer .center .footer-rights {
        font-size: 0.5rem;
        line-height: 1.2em;
        margin-top: 1.5em;
        text-align: center; } }

.fixed-footer {
  display: none; }
  .fixed-footer .subtext {
    width: 100%;
    font-size: 12px;
    font-weight: 500; }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .fixed-footer {
    display: flex;
    flex-flow: row wrap;
    position: sticky;
    justify-content: center;
    text-align: center;
    row-gap: 16px;
    width: 100%;
    min-height: 3.5rem;
    height: min-content;
    left: 0;
    bottom: 2.5rem;
    padding: 0.75rem 0.8333rem;
    background-color: var(--coing-color-bg, #ffffff);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: 0 0.1667rem 0.79rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
    z-index: 1; }
    .fixed-footer.fixed-footer-success {
      background-color: var(--coing-color-success-bg, #ddffc8); }
      .fixed-footer.fixed-footer-success:before {
        background: none; }
    .fixed-footer:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.2);
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .fixed-footer .btn {
      margin: 0 0.1rem;
      border-radius: 100px; }
      .fixed-footer .btn:before {
        border-radius: 100px; }
      .fixed-footer .btn.btn-main.inverted {
        border: 1px solid var(--coing-color-main, #0279bb); }
      .fixed-footer .btn.btn-alert.inverted {
        border: 1px solid var(--coing-color-alert, #a31717); }
      .fixed-footer .btn.btn-action {
        display: flex;
        align-items: center;
        font-size: 0.764em;
        height: 100%;
        max-width: 50%;
        padding: 0.6316em 1.105em;
        text-overflow: clip; }
        .fixed-footer .btn.btn-action.btn-icon span {
          margin-right: 1em;
          text-overflow: clip; }
        .fixed-footer .btn.btn-action.btn-icon svg,
        .fixed-footer .btn.btn-action.btn-icon img {
          height: 1.6em; } }
      @media (max-width: 900px) and (orientation: landscape) and (max-width: 400px) and (orientation: portrait), (max-width: 767px) and (orientation: portrait) and (max-width: 400px) and (orientation: portrait) {
        .fixed-footer .btn.btn-action {
          font-size: 0.64em; }
          .fixed-footer .btn.btn-action span {
            white-space: normal;
            overflow-wrap: anywhere; } }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .fixed-footer .footer-listed-ticket {
      display: flex;
      margin: 0 0.1rem; } }

/*
Design Width: 1260
Center: 1180
*/
.center {
  max-width: 1250px;
  margin: auto; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .center {
      width: 90%; } }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .center.mobile-full-width {
    width: 100%; }
  .mobile-uncenter {
    width: 100vw;
    margin-right: -5vw; } }

.text {
  font-size: 0.708333em;
  line-height: 1.3em; }
  .text .hint {
    color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.75);
    font-size: 0.85em;
    line-height: 1.3em; }
  .text.error {
    background-color: var(--coing-color-bg, #ffffff);
    color: var(--coing-color-alert, #a31717); }
  .text.success {
    background-color: var(--coing-color-bg, #ffffff);
    color: var(--coing-color-alert, #4da416); }

.link {
  color: var(--coing-color-main, #0279bb); }
  .link:focus, .link:hover {
    text-decoration: underline; }

span.icon-text {
  margin-right: 0.2em; }

.btn-group {
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: nowrap;
  justify-content: space-evenly; }

.btn {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: auto;
  height: 2.579em;
  font-size: 0.79167rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  padding: 0.6316em 2.105em;
  border-radius: 0.759em;
  box-shadow: 0 0.21em 0.526em 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
  margin-bottom: 0.3rem;
  cursor: pointer;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  .btn:last-of-type {
    margin-bottom: 0; }
  .btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.759em;
    opacity: 0;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .btn span {
    display: block;
    position: relative; }
  .btn img,
  .btn svg {
    display: block;
    height: 100%; }
  .btn:hover:before, .btn:focus:before {
    opacity: 1; }
  .btn:active {
    box-shadow: none; }
  .btn.btn-slim {
    padding: 0.6316em 0.79em;
    border: none !important; }
  .btn.btn-short {
    height: 2.333em;
    font-size: 0.625rem;
    line-height: 1.2em;
    padding: 0.5em 0.933em;
    border-radius: 0.8em;
    box-shadow: 0 0.21em 0.526em 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
    border: none !important; }
  .btn.btn-bg {
    background-color: var(--coing-color-bg, #ffffff);
    color: var(--coing-color-text, #4a4a4a); }
    .btn.btn-bg svg {
      fill: var(--coing-color-text, #4a4a4a); }
    .btn.btn-bg:before {
      border: solid 1px var(--coing-color-main, #0279bb);
      background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.2); }
  .btn.btn-success {
    background-color: var(--coing-color-success, #4da416);
    color: var(--coing-color-bg, #ffffff); }
    .btn.btn-success svg {
      fill: var(--coing-color-bg, #ffffff); }
    .btn.btn-success:before {
      background-color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
      border: solid 1px var(--coing-color-success, #4da416); }
    .btn.btn-success.inverted {
      background-color: var(--coing-color-bg, #ffffff);
      color: var(--coing-color-success, #4da416);
      border: 0.1em solid var(--coing-color-success, #4da416); }
      .btn.btn-success.inverted svg {
        fill: var(--coing-color-success, #4da416); }
  .btn.btn-alert {
    background-color: var(--coing-color-alert, #a31717);
    color: var(--coing-color-bg, #ffffff); }
    .btn.btn-alert svg {
      fill: var(--coing-color-bg, #ffffff); }
    .btn.btn-alert:before {
      border: solid 1px var(--coing-color-alert, #a31717);
      background-color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2); }
    .btn.btn-alert.inverted {
      background-color: var(--coing-color-bg, #ffffff);
      color: var(--coing-color-alert, #a31717);
      border: 0.1em solid var(--coing-color-alert, #a31717); }
      .btn.btn-alert.inverted svg {
        fill: var(--coing-color-alert, #a31717); }
  .btn.btn-main {
    background-color: var(--coing-color-main, #0279bb);
    color: var(--coing-color-bg, #ffffff); }
    .btn.btn-main svg {
      fill: var(--coing-color-bg, #ffffff); }
    .btn.btn-main:before {
      border: solid 1px var(--coing-color-main, #0279bb);
      background-color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2); }
    .btn.btn-main.inverted {
      background-color: var(--coing-color-bg, #ffffff);
      color: var(--coing-color-main, #0279bb);
      border: 0.1em solid var(--coing-color-main, #0279bb); }
      .btn.btn-main.inverted svg {
        fill: var(--coing-color-main, #0279bb); }
      .btn.btn-main.inverted:before {
        border: solid 1px var(--coing-color-main, #0279bb);
        background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.2); }
  .btn.btn-faded {
    background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.2);
    color: var(--coing-color-main, #0279bb); }
    .btn.btn-faded svg {
      fill: var(--coing-color-main, #0279bb); }
    .btn.btn-faded:before {
      border: solid 1px var(--coing-color-main, #0279bb);
      background-color: rgba(var(--coing-color-rgb-bg, 255, 255, 255), 0.1); }
  .btn.btn-dark {
    background-color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.6);
    color: var(--coing-color-bg, #ffffff); }
    .btn.btn-dark svg {
      fill: var(--coing-color-bg, #ffffff); }
    .btn.btn-dark:before {
      border: solid 1px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.6);
      background-color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2); }
    .btn.btn-dark.inverted {
      background-color: var(--coing-color-bg, #ffffff);
      color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.6);
      border: 0.1em solid rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.6); }
      .btn.btn-dark.inverted svg {
        fill: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.6); }
      .btn.btn-dark.inverted:hover {
        color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.6); }
  .btn.btn-action {
    max-width: 100%; }
    .btn.btn-action span {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-height: 2.2em; }
    .btn.btn-action.btn-icon svg,
    .btn.btn-action.btn-icon img {
      position: absolute;
      right: 0.6em;
      height: 1.2em; }
  .btn.btn-with-icon {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .btn.btn-with-icon svg,
    .btn.btn-with-icon img {
      display: block;
      position: relative;
      height: 1em; }
      .btn.btn-with-icon svg:first-child,
      .btn.btn-with-icon img:first-child {
        margin-inline-end: 0.5em; }
      .btn.btn-with-icon svg:last-child,
      .btn.btn-with-icon img:last-child {
        margin-inline-start: 0.5em; }
  .btn.btn-share {
    font-size: 1.1667rem;
    width: 1.91667rem;
    height: 1.91667rem;
    padding: 0.375rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.1rem 0.25rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2); }
    .btn.btn-share:before {
      border-radius: 0.25rem; }
    .btn.btn-share img,
    .btn.btn-share svg {
      opacity: 1;
      width: 1.1667rem;
      height: 1.1667rem; }
  .btn.btn-blue-light {
    background: #E4F9FF;
    border-color: #3DC0F4;
    color: var(--coing-color-text, #4a4a4a); }
    .btn.btn-blue-light .glyphicon {
      color: var(--coing-color-text, #4a4a4a); }
    .btn.btn-blue-light svg {
      fill: var(--coing-color-text, #4a4a4a); }
  .btn.disabled {
    filter: saturate(0.25) !important;
    opacity: 0.5 !important;
    touch-action: none !important;
    pointer-events: none !important; }

.back-btn {
  display: block;
  position: relative;
  font-size: 0.667rem;
  margin: 0 0 0.25rem; }
  .back-btn span {
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 28%;
    border: solid 1px var(--coing-color-main, #0279bb);
    margin-inline-end: 0.2rem; }
    .back-btn span svg {
      width: 0.5rem;
      height: 0.5rem; }
  .back-btn:focus, .back-btn:hover {
    color: var(--coing-color-main, #0279bb); }
    .back-btn:focus span, .back-btn:hover span {
      border-color: var(--coing-color-main, #0279bb); }
      .back-btn:focus span svg, .back-btn:hover span svg {
        fill: var(--coing-color-main, #0279bb); }

.bold {
  font-weight: bold; }

.main-color {
  color: var(--coing-color-main, #0279bb); }

/* SECTIONS */
section,
.section {
  display: block;
  position: relative;
  margin: 0 auto 2.5rem; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    section,
    .section {
      margin-bottom: 2.25rem; } }
  section:last-of-type,
  .section:last-of-type {
    margin-bottom: 3rem; }
  section h1,
  .section h1 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    padding: 0.7143em 0 0.4em; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      section h1,
      .section h1 {
        font-size: 1.625rem;
        line-height: 1.2em;
        padding: 0.7143em 0 0.1em; } }
  section h2,
  .section h2 {
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0.9em; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      section h2,
      .section h2 {
        margin-bottom: 0.5em; } }

section.section-activity-text {
  display: flex;
  flex-direction: column; }

.mobile-show section:last-of-type,
.mobile-show .section:last-of-type,
.page-main section:last-of-type,
.page-main .section:last-of-type {
  margin-bottom: 2.5rem; }

.header-listed {
  display: block;
  position: fixed;
  width: 100vw;
  height: 0;
  z-index: 99;
  line-height: 0; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .header-listed {
      display: none; } }
  .header-listed .center .header-listed-ticket {
    position: absolute;
    width: 14.6%;
    height: 4.54rem;
    top: 0;
    right: 14.6%;
    margin-right: 1.25rem;
    padding: 0.5rem 0.375rem;
    border-bottom-left-radius: 1.0833rem;
    border-bottom-right-radius: 1.0833rem;
    background-color: var(--coing-color-success-bg, #ddffc8);
    box-shadow: 0 0.208rem 0.5417rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
    z-index: 3;
    color: var(--coing-color-success, #4da416);
    font-size: 0.6667rem;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    .header-listed .center .header-listed-ticket span {
      display: block;
      margin: 0;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .header-listed .center .header-listed-ticket svg {
      fill: var(--coing-color-success, #4da416);
      margin: 0.25rem auto 0;
      height: 1.46rem;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }

body.scrolled .header-listed .center .header-listed-ticket {
  padding: 0.375rem 0.375rem;
  height: 3rem;
  line-height: 1.4em; }
  body.scrolled .header-listed .center .header-listed-ticket svg {
    margin: 0 auto;
    height: 1.0833rem; }

.section-page-main .title-container {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px; }
  .section-page-main .title-container > div {
    width: 50%;
    max-width: 100%;
    flex-grow: 1; }
  .section-page-main .title-container h1, .section-page-main .title-container h2 {
    margin: 0;
    padding: 0; }
  .section-page-main .title-container h1 {
    font-size: 28px; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .section-page-main .title-container {
      flex-flow: column; }
      .section-page-main .title-container > div {
        width: 100%; } }
  .section-page-main .title-container:empty {
    display: none; }

.section-page-main .home-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: normal;
  color: var(--coing-color-text, #4a4a4a);
  margin: 0;
  padding-top: 0.95em; }
  .section-page-main .home-title h1 {
    padding-top: 0; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .section-page-main .home-title {
      font-size: 0.8333rem;
      line-height: 1.2em; } }

@property --tags-scroll-visibility {
  syntax: "display";
  inherits: true;
  initial-value: none; }

.section-change-view-buttons {
  position: fixed;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 16px;
  bottom: 48px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .section-change-view-buttons {
      display: none; } }
  .section-change-view-buttons a {
    padding: 5px 10px;
    background-color: var(--coing-color-bg-dark, #767676);
    color: white; }
    .section-change-view-buttons a svg {
      height: 1.5em;
      fill: white; }

section.page-tabs {
  margin: 0 auto 1.25rem;
  z-index: 1; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    section.page-tabs:before, section.page-tabs:after {
      content: "";
      display: block;
      position: absolute;
      left: -1px;
      top: 0;
      width: 1rem;
      height: 100%;
      background: transparent;
      background: linear-gradient(90deg, rgba(var(--coing-color-rgb-bg, 255, 255, 255), 1) 0%, rgba(var(--coing-color-rgb-bg, 255, 255, 255), 0) 100%);
      z-index: 1; }
    section.page-tabs:before {
      text-align: left;
      content: ">";
      font-size: 0.75rem;
      line-height: 1.2em;
      color: var(--coing-color-main, #0279bb); }
    section.page-tabs:after {
      left: auto;
      right: -1px;
      width: 0.5rem;
      background: linear-gradient(270deg, rgba(var(--coing-color-rgb-bg, 255, 255, 255), 1) 0%, rgba(var(--coing-color-rgb-bg, 255, 255, 255), 0) 100%); } }
  section.page-tabs ul {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem; }
    section.page-tabs ul li {
      display: inline-block;
      vertical-align: middle; }
      section.page-tabs ul li input[type="radio"] {
        display: inline-block;
        appearance: none;
        width: 0;
        height: 0;
        opacity: 0;
        font-size: 0; }
        section.page-tabs ul li input[type="radio"] + label {
          display: block;
          position: relative;
          min-width: 6.667em;
          font-size: 0.625rem;
          font-weight: 500;
          line-height: 1em;
          text-align: center;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
          color: var(--coing-color-main, #0279bb);
          padding: 0.33em 1.4em 0.53em;
          cursor: pointer;
          -moz-transition: all 150ms linear;
          -o-transition: all 150ms linear;
          -ms-transition: all 150ms linear;
          -webkit-transition: all 150ms linear;
          transition: all 150ms linear; }
          section.page-tabs ul li input[type="radio"] + label:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0.2em;
            background-color: var(--coing-color-bg, #ffffff);
            box-shadow: 0 0.2em 0.6em 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.15);
            -moz-transition: all 150ms linear;
            -o-transition: all 150ms linear;
            -ms-transition: all 150ms linear;
            -webkit-transition: all 150ms linear;
            transition: all 150ms linear; }
          section.page-tabs ul li input[type="radio"] + label:empty {
            display: none; }
          section.page-tabs ul li input[type="radio"] + label:focus, section.page-tabs ul li input[type="radio"] + label:hover {
            outline: none;
            background-color: var(--coing-color-shadow-box, rgba(0, 0, 0, 0.1));
            text-decoration: underline; }
        section.page-tabs ul li input[type="radio"]:checked + label {
          color: var(--coing-color-text, #4a4a4a); }
          section.page-tabs ul li input[type="radio"]:checked + label:after {
            background-color: var(--coing-color-main, #0279bb); }

.fit-image {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  .fit-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    opacity: 0; }

.item-rounded-20 {
  border-top-right-radius: 0.8333rem;
  border-bottom-left-radius: 0.8333rem;
  overflow: hidden; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .item-rounded-20 {
      border-top-right-radius: 0.6667;
      border-bottom-left-radius: 0.6667; } }
  .item-rounded-20:before, .item-rounded-20:after {
    border-top-right-radius: 0.8333rem;
    border-bottom-left-radius: 0.8333rem; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .item-rounded-20:before, .item-rounded-20:after {
        border-top-right-radius: 0.6667;
        border-bottom-left-radius: 0.6667; } }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.scroll-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0;
  line-height: 0;
  width: 2.04rem;
  height: 2.04rem;
  margin-top: -1.02rem;
  margin-right: -1.02rem;
  background-color: var(--coing-color-bg, #ffffff);
  border-radius: 0.458rem;
  border: solid 1px transparent;
  box-shadow: 0 0.15rem 0.4rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
  z-index: 2;
  overflow: hidden;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .scroll-arrow {
      display: none; } }
  .scroll-arrow svg {
    display: block;
    position: absolute;
    width: 0.5rem;
    height: 0.79167rem;
    margin-top: 0.624rem;
    margin-right: 0.7rem;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
  .scroll-arrow.next {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -1.02rem;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .scroll-arrow:hover, .scroll-arrow:focus {
    border: solid 1px var(--coing-color-main, #0279bb); }
    .scroll-arrow:hover:before, .scroll-arrow:focus:before {
      opacity: 0.3; }
  .scroll-arrow:active {
    box-shadow: none; }

.item-hide {
  display: none !important; }

.no-results {
  display: none !important; }

.no-results.show {
  display: block !important;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1em;
  white-space: normal;
  border-left: 2px solid #656565;
  padding: 0 0.55rem; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .no-results.show {
      font-size: 0.55rem; } }

[dir="rtl"] .no-results.show {
  border-left: 0px solid #656565;
  border-right: 2px solid #656565; }

[dir="rtl"] .subscribers-table tr td:nth-child(1),
[dir="rtl"] .subscribers-table tr th:nth-child(1) {
  left: auto;
  right: 0; }

.link-all {
  display: block;
  position: absolute;
  left: 0;
  top: 0.1667rem;
  font-size: 0.5833rem;
  line-height: 1.2em;
  color: var(--coing-color-main, #0279bb);
  z-index: 1; }
  .link-all:hover, .link-all:focus {
    text-decoration: underline; }

.scroll-wrapper {
  display: block;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 -1rem;
  padding: 0 1rem;
  max-height: 100%; }
  .scroll-wrapper:not(.no-scroll-desktop) {
    padding-bottom: 1rem; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .scroll-wrapper {
      overflow: visible;
      margin: 0;
      padding: 0; }
      .scroll-wrapper.mobile-uncenter {
        margin-right: -5vw; } }
  .scroll-wrapper.hide-arrows + .scroll-arrow,
  .scroll-wrapper.hide-arrows + .scroll-arrow + .scroll-arrow {
    display: none; }
  .scroll-wrapper:before, .scroll-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 0.5rem;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(var(--coing-color-rgb-bg, 255, 255, 255), 1) 0%, rgba(var(--coing-color-rgb-bg, 255, 255, 255), 0) 100%); }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .scroll-wrapper:before, .scroll-wrapper:after {
        display: none;
        width: 5vw; } }
  .scroll-wrapper:after {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, rgba(var(--coing-color-rgb-bg, 255, 255, 255), 1) 0%, rgba(var(--coing-color-rgb-bg, 255, 255, 255), 0) 100%); }
  .scroll-wrapper ul.scroll-slider {
    display: block;
    position: relative;
    width: calc(100% + 1.25rem);
    height: auto;
    -moz-transition: all 750ms ease-in-out;
    -o-transition: all 750ms ease-in-out;
    -ms-transition: all 750ms ease-in-out;
    -webkit-transition: all 750ms ease-in-out;
    transition: all 750ms ease-in-out; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .scroll-wrapper ul.scroll-slider {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0.75rem 5vw; } }
    .scroll-wrapper ul.scroll-slider li {
      display: inline-block;
      list-style: none;
      position: relative;
      font-size: 1rem;
      width: calc(100% - 1.25rem);
      margin-left: 1.25rem;
      height: auto;
      white-space: normal; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .scroll-wrapper ul.scroll-slider li {
          width: calc(100% - 1.25rem); }
          .scroll-wrapper ul.scroll-slider li:last-of-type {
            margin-left: 0 !important; } }
      .scroll-wrapper ul.scroll-slider li .spreader {
        overflow: hidden;
        padding: 1.5%;
        text-align: left; }
        .scroll-wrapper ul.scroll-slider li .spreader .badge {
          font-size: 0.625em;
          line-height: 1.2em;
          padding: 0.05em 0.2em;
          border-radius: 0.3em;
          background-color: var(--coing-color-bg, #ffffff);
          color: var(--coing-color-text, #4a4a4a);
          box-shadow: none; }
    .scroll-wrapper ul.scroll-slider div.community-item-menu {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2; }
      .scroll-wrapper ul.scroll-slider div.community-item-menu button {
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 16px;
        cursor: pointer; }
        .scroll-wrapper ul.scroll-slider div.community-item-menu button.active + ul {
          display: flex; }
      .scroll-wrapper ul.scroll-slider div.community-item-menu > a svg {
        width: 20px;
        height: 20px;
        fill: var(--coing-color-text, #4a4a4a); }
      .scroll-wrapper ul.scroll-slider div.community-item-menu ul {
        position: absolute;
        display: none;
        flex-direction: column;
        white-space: nowrap;
        background: var(--coing-color-bg, #ffffff);
        box-shadow: 2px 2px 8px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.25);
        border-radius: 8px;
        padding: 0 9px 5px;
        top: 40%; }
        .scroll-wrapper ul.scroll-slider div.community-item-menu ul li {
          margin: 0;
          padding: 0;
          white-space: nowrap;
          position: relative;
          width: initial;
          margin: 6px 0 0; }
        .scroll-wrapper ul.scroll-slider div.community-item-menu ul svg {
          width: 1.1rem;
          height: 1.1rem; }
      .scroll-wrapper ul.scroll-slider div.community-item-menu li {
        font-size: .75rem; }
        .scroll-wrapper ul.scroll-slider div.community-item-menu li svg {
          margin-left: .5rem; }
        .scroll-wrapper ul.scroll-slider div.community-item-menu li > ul {
          position: absolute;
          z-index: 5;
          top: 90%;
          right: 90%;
          padding: 0px 16px 5px;
          z-index: 3; }
        .scroll-wrapper ul.scroll-slider div.community-item-menu li a, .scroll-wrapper ul.scroll-slider div.community-item-menu li .community-item-menu-has-child {
          padding-left: 25px;
          display: flex;
          align-items: center;
          font-size: inherit;
          color: inherit;
          font-weight: inherit;
          position: relative;
          z-index: 2; }
          .scroll-wrapper ul.scroll-slider div.community-item-menu li a:hover, .scroll-wrapper ul.scroll-slider div.community-item-menu li .community-item-menu-has-child:hover {
            background: #F0F0F0;
            border-radius: 6px; }
        .scroll-wrapper ul.scroll-slider div.community-item-menu li .community-item-menu-has-child:before {
          content: '';
          display: block;
          border-right: 2px solid black;
          border-bottom: 2px solid black;
          position: absolute;
          width: .5rem;
          height: .5rem;
          left: .5rem;
          transform: rotate(135deg); }
    .scroll-wrapper ul.scroll-slider .community-item-image .badge {
      margin: 0.3rem 1rem 0.3rem 0.15rem; }
  .scroll-wrapper[data-cols="2"] ul.scroll-slider li {
    width: calc((100% / 2) - 1.25rem); }
  .scroll-wrapper[data-cols="3"] ul.scroll-slider li {
    width: calc((100% / 3) - 1.25rem); }
  .scroll-wrapper[data-cols="4"] ul.scroll-slider li {
    width: calc((100% / 4) - 1.25rem); }
  .scroll-wrapper[data-cols="5"] ul.scroll-slider li {
    width: calc((100% / 5) - 1.25rem); }
  .scroll-wrapper[data-cols="6"] ul.scroll-slider li {
    width: calc((100% / 6) - 1.25rem); }
  .scroll-wrapper[data-cols="7"] ul.scroll-slider li {
    width: calc((100% / 7) - 1.25rem); }
  .scroll-wrapper[data-cols="8"] ul.scroll-slider li {
    width: calc((100% / 8) - 1.25rem); }
  .scroll-wrapper[data-cols="9"] ul.scroll-slider li {
    width: calc((100% / 9) - 1.25rem); }
  .scroll-wrapper[data-cols="10"] ul.scroll-slider li {
    width: calc((100% / 10) - 1.25rem); }
  @media (max-width: 900px) and (orientation: landscape) {
    .scroll-wrapper[data-cols="2"] ul.scroll-slider li {
      width: calc(35% - 1.25rem); }
    .scroll-wrapper[data-cols="3"] ul.scroll-slider li {
      width: calc(35% - 1.25rem); }
    .scroll-wrapper[data-cols="4"] ul.scroll-slider li {
      width: calc(35% - 1.25rem); }
    .scroll-wrapper[data-cols="5"] ul.scroll-slider li {
      width: calc(32% - 1.1rem);
      margin-left: 1.1rem; }
    .scroll-wrapper[data-cols="6"] ul.scroll-slider li {
      width: calc(28% - 1rem);
      margin-left: 1rem; }
    .scroll-wrapper[data-cols="7"] ul.scroll-slider li {
      width: calc(24% - 0.667rem);
      margin-left: 0.667rem; }
    .scroll-wrapper[data-cols="8"] ul.scroll-slider li {
      width: calc(24% - 0.667rem);
      margin-left: 0.667rem; }
    .scroll-wrapper[data-cols="9"] ul.scroll-slider li {
      width: calc(18% - 0.5rem);
      margin-left: 0.5rem; }
    .scroll-wrapper[data-cols="10"] ul.scroll-slider li {
      width: calc(18% - 0.5rem);
      margin-left: 0.5rem; } }
  @media (max-width: 767px) and (orientation: portrait) {
    .scroll-wrapper[data-cols="2"] ul.scroll-slider li {
      width: calc(80% - 1.25rem); }
    .scroll-wrapper[data-cols="3"] ul.scroll-slider li {
      width: calc(80% - 1.25rem); }
    .scroll-wrapper[data-cols="4"] ul.scroll-slider li {
      width: calc(80% - 1.25rem); }
    .scroll-wrapper[data-cols="5"] ul.scroll-slider li {
      width: calc(60% - 1.1rem);
      margin-left: 1.1rem; }
    .scroll-wrapper[data-cols="6"] ul.scroll-slider li {
      width: calc(48% - 1rem);
      margin-left: 1rem; }
    .scroll-wrapper[data-cols="7"] ul.scroll-slider li {
      width: calc(40% - 0.667rem);
      margin-left: 0.667rem; }
    .scroll-wrapper[data-cols="8"] ul.scroll-slider li {
      width: calc(36% - 0.667rem);
      margin-left: 0.667rem; }
    .scroll-wrapper[data-cols="9"] ul.scroll-slider li {
      width: calc(33% - 0.5rem);
      margin-left: 0.5rem; }
    .scroll-wrapper[data-cols="10"] ul.scroll-slider li {
      width: calc(30% - 0.5rem);
      margin-left: 0.5rem; } }
  .scroll-wrapper.no-scroll:before, .scroll-wrapper.no-scroll:after {
    display: none; }
  .scroll-wrapper.no-scroll + .scroll-arrow,
  .scroll-wrapper.no-scroll + .scroll-arrow + .scroll-arrow {
    display: none; }
  .scroll-wrapper.no-scroll ul.scroll-slider {
    white-space: normal;
    overflow: visible;
    margin-bottom: -1.25rem; }
    .scroll-wrapper.no-scroll ul.scroll-slider li {
      margin-bottom: 1.25rem; }
  @media (max-width: 900px) and (orientation: landscape) {
    .scroll-wrapper.no-scroll ul.scroll-slider li {
      width: calc(33.33% - 0.8333rem);
      margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 0; }
    .scroll-wrapper.no-scroll[data-cols="6"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll[data-cols="7"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll[data-cols="8"] ul.scroll-slider li {
      width: calc(25% - 0.9375rem);
      margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll[data-cols="6"] ul.scroll-slider li:nth-of-type(3n),
      .scroll-wrapper.no-scroll[data-cols="7"] ul.scroll-slider li:nth-of-type(3n),
      .scroll-wrapper.no-scroll[data-cols="8"] ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll[data-cols="6"] ul.scroll-slider li:nth-of-type(4n),
      .scroll-wrapper.no-scroll[data-cols="7"] ul.scroll-slider li:nth-of-type(4n),
      .scroll-wrapper.no-scroll[data-cols="8"] ul.scroll-slider li:nth-of-type(4n) {
        margin-left: 0; }
    .scroll-wrapper.no-scroll[data-cols="9"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll[data-cols="10"] ul.scroll-slider li {
      width: calc(20% - 1rem);
      margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll[data-cols="9"] ul.scroll-slider li:nth-of-type(3n),
      .scroll-wrapper.no-scroll[data-cols="10"] ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll[data-cols="9"] ul.scroll-slider li:nth-of-type(5n),
      .scroll-wrapper.no-scroll[data-cols="10"] ul.scroll-slider li:nth-of-type(5n) {
        margin-left: 0; } }
  @media (max-width: 767px) and (orientation: portrait) {
    .scroll-wrapper.no-scroll ul.scroll-slider li {
      width: 100%;
      margin-left: 0; }
    .scroll-wrapper.no-scroll[data-cols="6"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll[data-cols="7"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll[data-cols="8"] ul.scroll-slider li {
      width: calc(50% - 0.625rem);
      margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll[data-cols="6"] ul.scroll-slider li:nth-of-type(2n),
      .scroll-wrapper.no-scroll[data-cols="7"] ul.scroll-slider li:nth-of-type(2n),
      .scroll-wrapper.no-scroll[data-cols="8"] ul.scroll-slider li:nth-of-type(2n) {
        margin-left: 0; }
    .scroll-wrapper.no-scroll[data-cols="9"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll[data-cols="10"] ul.scroll-slider li {
      width: calc(33% - 0.8333rem);
      margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll[data-cols="9"] ul.scroll-slider li:nth-of-type(3n),
      .scroll-wrapper.no-scroll[data-cols="10"] ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 0; } }
  @media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .scroll-wrapper.no-scroll-desktop {
      overflow: visible; }
      .scroll-wrapper.no-scroll-desktop:before, .scroll-wrapper.no-scroll-desktop:after {
        display: none; }
      .scroll-wrapper.no-scroll-desktop + .scroll-arrow,
      .scroll-wrapper.no-scroll-desktop + .scroll-arrow + .scroll-arrow {
        display: none; }
      .scroll-wrapper.no-scroll-desktop ul.scroll-slider {
        white-space: normal;
        overflow: visible;
        margin-bottom: -1.25rem; }
        .scroll-wrapper.no-scroll-desktop ul.scroll-slider li {
          margin-bottom: 1.25rem; } }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .scroll-wrapper.no-scroll-mobile {
      overflow: visible; }
      .scroll-wrapper.no-scroll-mobile:before, .scroll-wrapper.no-scroll-mobile:after {
        display: none; }
      .scroll-wrapper.no-scroll-mobile + .scroll-arrow,
      .scroll-wrapper.no-scroll-mobile + .scroll-arrow + .scroll-arrow {
        display: none; }
      .scroll-wrapper.no-scroll-mobile ul.scroll-slider {
        white-space: normal;
        overflow: visible;
        margin-bottom: -1.25rem; }
        .scroll-wrapper.no-scroll-mobile ul.scroll-slider li {
          margin-bottom: 1.25rem; } }
  @media (max-width: 900px) and (orientation: landscape) {
    .scroll-wrapper.no-scroll-mobile ul.scroll-slider li {
      width: calc(33.33% - 0.8333rem);
      margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll-mobile ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 0; }
    .scroll-wrapper.no-scroll-mobile[data-cols="6"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll-mobile[data-cols="7"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll-mobile[data-cols="8"] ul.scroll-slider li {
      width: calc(25% - 0.9375rem);
      margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll-mobile[data-cols="6"] ul.scroll-slider li:nth-of-type(3n),
      .scroll-wrapper.no-scroll-mobile[data-cols="7"] ul.scroll-slider li:nth-of-type(3n),
      .scroll-wrapper.no-scroll-mobile[data-cols="8"] ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll-mobile[data-cols="6"] ul.scroll-slider li:nth-of-type(4n),
      .scroll-wrapper.no-scroll-mobile[data-cols="7"] ul.scroll-slider li:nth-of-type(4n),
      .scroll-wrapper.no-scroll-mobile[data-cols="8"] ul.scroll-slider li:nth-of-type(4n) {
        margin-left: 0; }
    .scroll-wrapper.no-scroll-mobile[data-cols="9"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll-mobile[data-cols="10"] ul.scroll-slider li {
      width: calc(20% - 1rem);
      margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll-mobile[data-cols="9"] ul.scroll-slider li:nth-of-type(3n),
      .scroll-wrapper.no-scroll-mobile[data-cols="10"] ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll-mobile[data-cols="9"] ul.scroll-slider li:nth-of-type(5n),
      .scroll-wrapper.no-scroll-mobile[data-cols="10"] ul.scroll-slider li:nth-of-type(5n) {
        margin-left: 0; } }
  @media (max-width: 767px) and (orientation: portrait) {
    .scroll-wrapper.no-scroll-mobile ul.scroll-slider li {
      width: 100%;
      margin-left: 0; }
    .scroll-wrapper.no-scroll-mobile[data-cols="6"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll-mobile[data-cols="7"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll-mobile[data-cols="8"] ul.scroll-slider li {
      width: calc(50% - 0.625rem);
      margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll-mobile[data-cols="6"] ul.scroll-slider li:nth-of-type(2n),
      .scroll-wrapper.no-scroll-mobile[data-cols="7"] ul.scroll-slider li:nth-of-type(2n),
      .scroll-wrapper.no-scroll-mobile[data-cols="8"] ul.scroll-slider li:nth-of-type(2n) {
        margin-left: 0; }
    .scroll-wrapper.no-scroll-mobile[data-cols="9"] ul.scroll-slider li,
    .scroll-wrapper.no-scroll-mobile[data-cols="10"] ul.scroll-slider li {
      width: calc(33% - 0.8333rem);
      margin-left: 1.25rem; }
      .scroll-wrapper.no-scroll-mobile[data-cols="9"] ul.scroll-slider li:nth-of-type(3n),
      .scroll-wrapper.no-scroll-mobile[data-cols="10"] ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 0; } }

section.section-gray .scroll-wrapper:before {
  background: linear-gradient(90deg, rgba(var(--coing-color-rgb-secondary, 242, 242, 242), 1) 0%, rgba(var(--coing-color-rgb-secondary, 242, 242, 242), 0) 100%); }

section.section-gray .scroll-wrapper:after {
  background: linear-gradient(270deg, rgba(var(--coing-color-rgb-secondary, 242, 242, 242), 1) 0%, rgba(var(--coing-color-rgb-secondary, 242, 242, 242), 0) 100%); }

.icon-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0.625rem;
  line-height: 1em;
  width: auto;
  height: auto;
  margin-left: 1em;
  white-space: nowrap; }
  .icon-info img,
  .icon-info svg {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 1em;
    margin-top: -1px; }

.item-intoit {
  font-size: 0.667rem;
  line-height: 1em;
  width: auto;
  height: auto;
  border-radius: 1.125em;
  background-color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.48);
  position: absolute;
  right: 0.375rem;
  bottom: 0.292rem;
  padding: 0.625em 0.875em;
  color: var(--coing-color-bg, #ffffff);
  white-space: nowrap; }
  .item-intoit.item-intoit-alert {
    background-color: rgba(var(--coing-color-rgb-alert-sharp, 255, 0, 0), 0.7); }
  .item-intoit svg.svg-sprite, .item-intoit .incremental-block svg, .incremental-block .item-intoit svg {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    opacity: 1;
    margin-top: -1px; }

.activities-list-wrapper ul.activities-list li.selected article:before {
  opacity: 0.15; }

.activities-list-wrapper ul.activities-list li article {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--coing-color-bg, #ffffff);
  box-shadow: 0 0.16rem 1rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.1);
  border-radius: 0.8333rem; }
  .activities-list-wrapper ul.activities-list li article:before, .activities-list-wrapper ul.activities-list li article:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    border-radius: 0.8333rem;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
  .activities-list-wrapper ul.activities-list li article:before {
    background-color: var(--coing-color-main, #0279bb); }
  .activities-list-wrapper ul.activities-list li article:after {
    border: solid 1px var(--coing-color-main, #0279bb);
    z-index: 1; }
  .activities-list-wrapper ul.activities-list li article:hover:after, .activities-list-wrapper ul.activities-list li article:focus:after, .activities-list-wrapper ul.activities-list li article:focus-within:after {
    opacity: 1; }
  .activities-list-wrapper ul.activities-list li article .activity-item-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 4.8em;
    overflow: hidden;
    font-size: 0.625rem;
    line-height: 1.2em;
    padding: 0.6em; }
    .activities-list-wrapper ul.activities-list li article .activity-item-main .activity-item-logo {
      flex: 0 0 3.4em;
      width: 3.4em;
      height: 3.4em;
      margin-left: 0.6em;
      border-radius: 1.2667em;
      border: solid 1px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.1);
      background-color: var(--coing-color-secondary, #f2f2f2); }
    .activities-list-wrapper ul.activities-list li article .activity-item-main .activity-titles {
      display: block;
      flex-grow: 1; }
      .activities-list-wrapper ul.activities-list li article .activity-item-main .activity-titles span.leader-name {
        display: flex;
        max-height: 1.4em;
        overflow: hidden;
        width: 100%; }
      .activities-list-wrapper ul.activities-list li article .activity-item-main .activity-titles h3.activity-name {
        width: 100%;
        font-size: 1em;
        line-height: 1.2em;
        font-weight: bold;
        margin: 0;
        max-height: 2.4em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal; }
  .activities-list-wrapper ul.activities-list li article .activity-item-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 77%;
    background-color: var(--coing-color-main, #0279bb); }
  .activities-list-wrapper ul.activities-list li article .activity-item-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 6em;
    overflow: hidden;
    font-size: 0.625rem;
    line-height: 1.2em;
    padding: 0.6em; }
    .activities-list-wrapper ul.activities-list li article .activity-item-info .activity-item-info-inner {
      width: 80%; }
      .activities-list-wrapper ul.activities-list li article .activity-item-info .activity-item-info-inner a {
        color: var(--coing-color-main, #0279bb); }
        .activities-list-wrapper ul.activities-list li article .activity-item-info .activity-item-info-inner a:hover, .activities-list-wrapper ul.activities-list li article .activity-item-info .activity-item-info-inner a:focus {
          text-decoration: underline; }
      .activities-list-wrapper ul.activities-list li article .activity-item-info .activity-item-info-inner .activity-time {
        font-weight: 500; }
    .activities-list-wrapper ul.activities-list li article .activity-item-info .item-ticket {
      position: absolute;
      bottom: 0.292rem;
      left: 0.375rem; }
      .activities-list-wrapper ul.activities-list li article .activity-item-info .item-ticket svg {
        width: 1.6rem;
        height: 1.6rem; }

.quick-links-list-wrapper ul.quick-links-list li article {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .quick-links-list-wrapper ul.quick-links-list li article:before, .quick-links-list-wrapper ul.quick-links-list li article:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    border-radius: 0.8333rem;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
  .quick-links-list-wrapper ul.quick-links-list li article .quick-link-item-image {
    width: 100%;
    height: 0;
    padding-top: 111%;
    background-color: var(--coing-color-main, #0279bb); }
    .quick-links-list-wrapper ul.quick-links-list li article .quick-link-item-image:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(var(--coing-color-rgb-shadow-overlay, 0, 0, 0), 0.2);
      border: solid 1px var(--coing-color-main, #0279bb);
      z-index: 1;
      opacity: 0;
      -moz-transition: all 150ms linear;
      -o-transition: all 150ms linear;
      -ms-transition: all 150ms linear;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear; }
  .quick-links-list-wrapper ul.quick-links-list li article .quick-link-item-title {
    display: block;
    margin: 0;
    padding: 0.2em 0;
    max-height: 4.8em;
    overflow: hidden; }
    .quick-links-list-wrapper ul.quick-links-list li article .quick-link-item-title h3 {
      line-height: 1.1em;
      font-size: 0.625rem;
      font-weight: 500;
      margin: 0;
      padding: 0; }
    .quick-links-list-wrapper ul.quick-links-list li article .quick-link-item-title .item-ticket {
      float: left; }
      .quick-links-list-wrapper ul.quick-links-list li article .quick-link-item-title .item-ticket svg {
        width: 0.8rem;
        height: 0.8rem; }
  .quick-links-list-wrapper ul.quick-links-list li article a {
    all: inherit; }
  .quick-links-list-wrapper ul.quick-links-list li article a:hover .quick-link-item-image:after,
  .quick-links-list-wrapper ul.quick-links-list li article a:focus .quick-link-item-image:after {
    opacity: 1; }

.quick-links-list-wrapper + .scroll-arrow,
.quick-links-list-wrapper + .scroll-arrow + .scroll-arrow {
  top: 40%; }

.communities-list-wrapper ul.communities-list li article {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .communities-list-wrapper ul.communities-list li article .community-item-image {
    width: 100%;
    height: 0;
    padding-top: 110%;
    background-color: var(--coing-color-main, #0279bb);
    box-shadow: 0 0.1667rem 0.5833rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.18);
    margin-bottom: 0.375rem; }
    .communities-list-wrapper ul.communities-list li article .community-item-image:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(var(--coing-color-rgb-shadow-overlay, 0, 0, 0), 0.2);
      border: solid 1px var(--coing-color-main, #0279bb);
      z-index: 1;
      opacity: 0;
      -moz-transition: all 150ms linear;
      -o-transition: all 150ms linear;
      -ms-transition: all 150ms linear;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear; }
  .communities-list-wrapper ul.communities-list li article h3 {
    display: block;
    margin: 0;
    padding: 0.2em 0;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.1em;
    height: auto;
    max-height: 2.4em;
    overflow: hidden;
    text-overflow: hidden; }
  .communities-list-wrapper ul.communities-list li article .community-item-info {
    display: block;
    position: relative;
    height: 1.1667rem; }
  .communities-list-wrapper ul.communities-list li article a:hover .community-item-image:after,
  .communities-list-wrapper ul.communities-list li article a:focus .community-item-image:after {
    opacity: 1; }
  .communities-list-wrapper ul.communities-list li article a:active .community-item-image {
    box-shadow: none; }

.communities-list-wrapper + .scroll-arrow,
.communities-list-wrapper + .scroll-arrow + .scroll-arrow {
  top: 40%; }

.communities-list-wrapper.no-scroll ul.communities-list li article {
  padding-top: 138%; }
  .communities-list-wrapper.no-scroll ul.communities-list li article .community-item-image {
    height: 80%; }
  .communities-list-wrapper.no-scroll ul.communities-list li article h3 {
    margin: 0.029% 0 0;
    font-size: 0.91667rem;
    font-weight: bold;
    line-height: 1.3em; }

section.activity-author {
  margin-bottom: 0; }
  section.activity-author .activity-author-img {
    display: inline-block;
    vertical-align: text-bottom;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 100px;
    border: solid 1px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
    background-position: center top;
    background-color: var(--coing-color-secondary, #f2f2f2); }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      section.activity-author .activity-author-img {
        width: 2.5rem;
        height: 2.5rem; } }
  section.activity-author span {
    display: inline-block;
    font-size: 0.91667rem;
    font-weight: 500;
    line-height: 0.7em; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      section.activity-author span {
        font-size: 0.7917rem;
        line-height: 0.7em; } }
  section.activity-author a.message-author-link svg {
    height: 0.8em; }

.section-activity-main {
  margin-bottom: 0; }
  .section-activity-main h1 {
    line-height: 1.2em; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .section-activity-main h1 {
        line-height: 1.2em; } }

.badge {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
  color: var(--coing-color-text, #4a4a4a);
  border: solid 1px transparent;
  font-size: 0.7083rem;
  line-height: 1.2em;
  padding: 0.1em 0.3em;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5);
  margin: 0.3rem 0.15rem; }

.color-status-badge {
  display: inline-flex;
  flex-direction: row-reverse; }
  .color-status-badge span.full-circle {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin-inline-start: 0.3em; }
    .color-status-badge span.full-circle.full-circle-red {
      background-color: #D50000; }
    .color-status-badge span.full-circle.full-circle-orange {
      background-color: #F57C00; }
    .color-status-badge span.full-circle.full-circle-yellow {
      background-color: #FDD835; }

.badge-icon-group {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  z-index: 1000; }
  .badge-icon-group .badge {
    background-color: rgba(var(--coing-color-rgb-bg, 255, 255, 255), 1);
    display: none;
    overflow: hidden;
    font-weight: 600; }
  .badge-icon-group .badge-icon:hover + .badge {
    display: inline-block; }

.badge-icon {
  display: flex;
  justify-content: center;
  background-color: rgba(var(--coing-color-rgb-bg, 255, 255, 255), 1);
  border-radius: 50%;
  margin: 0.3rem 0.15rem;
  height: 1rem;
  width: 1rem;
  padding: 0.1em 0.16em; }
  .badge-icon svg {
    fill: rgba(var(--coing-color-rgb-text, 74, 74, 74), 1);
    height: 98%; }

.section-activity-info {
  display: flex;
  justify-content: space-between;
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
  gap: 16px;
  border-radius: 1em;
  font-size: 0.7083rem;
  line-height: 1.4em;
  padding: 0.65em 1rem;
  padding-right: 2rem;
  margin: 1.708rem 0; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .section-activity-info {
      margin: 1.0833rem 0; } }
  .section-activity-info:has(.activity-buttons > a) .space {
    display: none; }
  .section-activity-info .activity-more {
    margin-right: -1rem;
    margin-top: 1em; }
  .section-activity-info .activity-buttons {
    display: flex;
    flex-flow: row wrap;
    gap: 0.5em;
    text-align: left;
    margin-top: 1em; }
    .section-activity-info .activity-buttons-single {
      position: relative;
      top: 0;
      margin-bottom: 0.5em;
      justify-content: flex-end; }
    .section-activity-info .activity-buttons a {
      margin-bottom: 0.5em; }
    .section-activity-info .activity-buttons .action-button-wrapper {
      display: flex;
      flex-flow: column nowrap;
      align-items: center; }
      .section-activity-info .activity-buttons .action-button-wrapper .subtext {
        font-size: 12px;
        font-weight: 500; }
  .section-activity-info .edit-options-button {
    padding: 4px 0 1px 9px; }

.image-credit-mobile {
  position: absolute;
  font-size: 0.4899em;
  left: 0;
  bottom: 0;
  padding: 0 0.2rem 0 1.2rem;
  border-radius: 0.2rem;
  direction: ltr;
  color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 1);
  background-color: rgba(var(--coing-color-rgb-bg, 255, 255, 255), 0.8);
  box-shadow: 0 0.125rem 0.29rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.3);
  max-width: 75%; }

.image-credit {
  margin: 0 auto;
  font-size: 0.4899em;
  color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.8);
  text-align: left;
  max-width: 1260px;
  padding-left: 2.0833rem; }

svg {
  display: inline-block;
  position: relative; }
  svg.svg-sprite-success {
    fill: var(--coing-color-success, #4da416); }
  svg.svg-sprite-main {
    fill: var(--coing-color-main, #0279bb); }
  svg.svg-sprite-text {
    fill: var(--coing-color-text, #4a4a4a); }
  svg.svg-sprite-bg {
    fill: var(--coing-color-bg, #ffffff); }
  svg .op50 {
    opacity: 0.5; }

button > svg.svg-sprite, .incremental-block button > svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0; }

ul.hover-menu {
  position: absolute;
  background-color: var(--coing-color-bg, #ffffff);
  box-shadow: 0 0.1667rem 0.4167rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2em;
  padding: 0.5em;
  border-radius: 0.5em;
  z-index: 0;
  text-align: right;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  display: block;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    ul.hover-menu {
      font-size: 0.6rem; } }
  ul.hover-menu.open, ul.hover-menu:focus-within {
    opacity: 1;
    pointer-events: all;
    touch-action: auto; }
  ul.hover-menu li {
    list-style: none;
    display: block;
    position: relative;
    margin-bottom: 0.2em;
    overflow: hidden;
    text-align: right; }
    ul.hover-menu li a {
      display: block;
      position: relative; }
      ul.hover-menu li a:hover, ul.hover-menu li a:focus {
        background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1); }
      ul.hover-menu li a img,
      ul.hover-menu li a svg {
        display: inline-block;
        position: relative;
        margin: 0;
        width: 0.75em;
        height: 0.75em;
        margin-left: 0.25em; }

.hit-background {
  display: block;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 20px 20px;
  background: black;
  opacity: 0; }
  .hit-background .hover-icon {
    display: block;
    position: absolute;
    font-size: 1rem;
    line-height: 1em;
    text-align: center;
    width: 2em;
    height: 2em;
    padding: 0.5em;
    right: 50%;
    top: 50%;
    margin-left: -1em;
    margin-top: -1em;
    z-index: 1;
    border-radius: 100px;
    border: solid 1px white;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    .hit-background .hover-icon.open {
      opacity: 1; }
    .hit-background .hover-icon svg {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      opacity: 1; }
  .hit-background:hover {
    opacity: 0.5; }
    .hit-background:hover .hover-icon,
    .hit-background:hover .hover-icon:focus {
      cursor: pointer;
      opacity: 1;
      pointer-events: all;
      touch-action: auto; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .hit-background .hover-icon,
    .hit-background .hover-menu {
      right: 20%; } }

.modal-close {
  display: block;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-left: -0.3rem;
  margin-top: -0.2rem;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  border: solid 1px transparent;
  z-index: 99; }
  .modal-close:focus {
    outline: none !important;
    border: solid 1px var(--coing-color-main); }

.header-image .hover-menu {
  right: 50%;
  top: 50%;
  margin-top: 1.8em;
  padding: 0.8em 0.8em 0; }
  .header-image .hover-menu li {
    line-height: 1.8; }

.zebra > *:nth-child(2n) {
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.05); }

.detailed-icons {
  display: block;
  position: relative;
  font-size: 0.8rem;
  line-height: 1em;
  width: 100%; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .detailed-icons {
      display: block;
      font-size: 0.6rem; } }
  .detailed-icons > .icon:not(:last-child) {
    margin-inline-end: 0.5rem; }
  .detailed-icons .icon {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 0.3rem; }
    .detailed-icons .icon svg {
      display: inline;
      position: relative;
      height: 1rem; }
    .detailed-icons .icon svg + span {
      display: inline;
      vertical-align: text-top;
      margin-inline-start: -0.2rem; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .detailed-icons .icon svg + span {
          margin-inline-start: -0.1rem; } }

.subscribers-table {
  white-space: nowrap;
  font-size: 0.6rem;
  border: none;
  border-radius: 0.42rem;
  border-spacing: 0;
  min-width: 100%; }
  .subscribers-table tr td, .subscribers-table tr th {
    padding: 0 0.5rem; }
    .subscribers-table tr td.detailed-arrived-place, .subscribers-table tr th.detailed-arrived-place {
      padding: 0; }
    .subscribers-table tr td:nth-child(1), .subscribers-table tr th:nth-child(1) {
      position: sticky;
      z-index: 4;
      left: 0;
      box-shadow: 3px 0px 5px -5px rgba(34, 60, 80, 0.6); }
  .subscribers-table thead tr {
    position: sticky;
    top: 0;
    z-index: 2; }
    .subscribers-table thead tr th {
      background: #F7F7F7; }
  .subscribers-table tbody tr td {
    border-top: 1px solid #BBBBBB;
    background-color: #FFF; }
  .subscribers-table tbody tr:first-child td {
    border-top: 0; }
  .subscribers-table tfoot tr {
    position: sticky;
    bottom: 0;
    z-index: 2; }
    .subscribers-table tfoot tr td {
      background: #F7F7F7;
      font-weight: bold; }
      .subscribers-table tfoot tr td:nth-child(1) {
        box-shadow: none; }
  .subscribers-table .subscribe-details-option {
    padding: 0 1.5rem 0 0.5rem;
    position: relative; }
    .subscribers-table .subscribe-details-option button {
      position: absolute;
      right: 0;
      top: 50%;
      background: transparent;
      border: none;
      padding: 0;
      margin: -9px 0 0 0;
      display: flex;
      align-items: center;
      font-size: 16px;
      cursor: pointer; }
  .subscribers-table .detailed-user {
    display: block;
    position: relative;
    display: flex;
    align-items: center; }
    .subscribers-table .detailed-user .user-image {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      width: 1.4rem;
      height: 1.4rem;
      border-radius: 0.4rem;
      box-shadow: 0 0.1667rem 0.375rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
      background-position: center top;
      background-color: var(--coing-color-bg, #ffffff); }
      .subscribers-table .detailed-user .user-image svg {
        fill: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.2);
        height: 120%;
        width: 100%; }
    .subscribers-table .detailed-user h3 {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      font-size: 0.8rem;
      line-height: 1em;
      margin: 0 1rem;
      max-width: 60%; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .subscribers-table .detailed-user h3 {
          font-size: 0.6899rem;
          margin: 0 0.5rem; } }
  .subscribers-table .d-flex {
    display: flex;
    align-items: center;
    justify-content: center; }
  .subscribers-table .detailed-arrived {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px; }
  .subscribers-table .detailed-cta {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.2em;
    text-align: right;
    justify-content: center; }
    .subscribers-table .detailed-cta .btn {
      height: 1.3em;
      font-size: 1rem;
      border-radius: 0.3em;
      vertical-align: unset;
      margin: 0 0.5rem; }
      .subscribers-table .detailed-cta .btn.btn-slim {
        padding: 0.2em 0.2em; }
      .subscribers-table .detailed-cta .btn:before {
        border-radius: 0.3em; }
  .subscribers-table .detailed-icons {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center; }
    .subscribers-table .detailed-icons .icon {
      height: 0.7rem;
      margin: 0 0.5rem; }
      .subscribers-table .detailed-icons .icon.info {
        margin: 0 0.1rem; }
      .subscribers-table .detailed-icons .icon svg {
        height: 0.7rem; }
  .subscribers-table .detailed-donation {
    font-size: 0.8rem;
    line-height: 1em;
    max-width: 60%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .subscribers-table .detailed-date {
    font-size: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  .subscribers-table .subscribers-filter-btn {
    width: 10px;
    height: 11px;
    display: inline-block;
    margin: 0 5px;
    position: relative; }
    .subscribers-table .subscribers-filter-btn svg.svg-sprite-main {
      fill: #000; }
  .subscribers-table .has-checked-filter .subscribers-filter-btn svg.svg-sprite-main {
    fill: #0097FF; }
    .subscribers-table .has-checked-filter .subscribers-filter-btn svg.svg-sprite-main path {
      box-shadow: 0px 0px 4px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.8); }

.window .text .filter-modal {
  position: absolute;
  border: 1px solid #BBBBBB;
  box-shadow: 0px 1px 4px rgba(46, 41, 78, 0.02), 0px 8px 12px rgba(46, 41, 78, 0.08);
  border-radius: 10px;
  background: #fff;
  z-index: 3;
  white-space: nowrap;
  font-size: 0.6rem; }
  .window .text .filter-modal li {
    margin: 0 1em;
    list-style: none; }
    .window .text .filter-modal li label {
      display: flex; }
    .window .text .filter-modal li input[type="checkbox"] {
      margin: 0 0 0 0.5em;
      outline: 0; }

.detailed-list {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .detailed-list {
      border-radius: 0;
      padding-top: 0;
      border-top: none;
      overflow-x: auto;
      overflow-y: hidden;
      margin: 0 -0.75rem;
      padding-bottom: 8px; }
      .detailed-list .detailed-list-row {
        padding: 0 200px 0 0;
        width: 650px;
        height: 41px;
        overflow-y: hidden; }
        .detailed-list .detailed-list-row .detailed-arrived {
          min-width: 60px;
          width: 60px;
          position: fixed;
          background-color: #fff;
          z-index: 1;
          right: 0;
          height: 40px; }
        .detailed-list .detailed-list-row .detailed-user {
          min-width: 140px;
          width: 140px;
          position: fixed;
          background-color: #fff;
          z-index: 1;
          right: 60px;
          height: 40px; }
          .detailed-list .detailed-list-row .detailed-user .user-image {
            width: 1.2rem;
            height: 1.2rem; }
          .detailed-list .detailed-list-row .detailed-user h3 {
            font-size: 0.5rem; }
        .detailed-list .detailed-list-row .detailed-icons,
        .detailed-list .detailed-list-row .detailed-cta,
        .detailed-list .detailed-list-row .detailed-date {
          width: 150px; }
        .detailed-list .detailed-list-row .detailed-icons .icon {
          height: 0.6rem; }
          .detailed-list .detailed-list-row .detailed-icons .icon svg {
            height: 0.6rem; }
        .detailed-list .detailed-list-row .detailed-cta .btn {
          height: 1.1em;
          margin: 0 0.1rem; }
        .detailed-list .detailed-list-row .detailed-date {
          font-size: 0.5rem; } }

@media (min-width: 767px) {
  #window-payment {
    width: 40%; } }

#window-payment .iframe-wrapper {
  margin-top: 1em; }
  #window-payment .iframe-wrapper iframe {
    width: 100%;
    height: 50vh; }

#window-payment .window-head h2 {
  margin: 0; }

#window-payment .payment-counter {
  max-width: 90%; }

.payment-payme-iframe {
  width: 100%;
  height: 100%;
  min-height: 450px; }

.tickets .row table {
  border-collapse: separate;
  border-spacing: 0 10px; }

.sr-only {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: none; }

.sr-only-with-block {
  all: unset;
  font-size: 0 !important;
  text-indent: -10000px; }

.ezacc-icon {
  top: 15vh !important;
  margin-top: -40px !important; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .ezacc-icon {
      top: auto !important;
      margin-top: 0 !important;
      bottom: 10vh !important; } }

.center-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.text-success {
  color: var(--coing-color-success, #4da416); }

.text-error {
  color: var(--coing-color-alert, #a31717); }

.text-warning {
  color: var(--coing-color-warning, #a09618); }

.list-actions {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .list-actions .search {
    width: 40%; }
    .list-actions .search .form-control.custom-form-control {
      display: block;
      margin: 1em 0; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .list-actions .search .form-control.custom-form-control {
          width: 100%; } }
  .list-actions .reset-filter a,
  .list-actions .export_btn {
    border-radius: 1em;
    background: var(--coing-color-main, #0279bb);
    text-decoration: none;
    color: #fff;
    padding: 0.4em 0.8em;
    display: flex;
    align-items: center;
    align-self: center;
    height: 40px; }
    .list-actions .reset-filter a svg,
    .list-actions .export_btn svg {
      margin: 0 0 0 0.5em; }
    .list-actions .reset-filter a:visited,
    .list-actions .export_btn:visited {
      color: #fff; }

iframe.stretched {
  width: 100%;
  height: 100%;
  min-height: 450px; }

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

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

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

.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px; }
  .row-flex > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%; }
  .row-flex > [class^="col-"] {
    padding-right: 7px;
    padding-left: 7px; }
  .row-flex .col {
    flex: 1 0 0%; }
  .row-flex .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .row-flex .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .row-flex .col-3 {
    flex: 0 0 auto;
    width: 25%; }
  .row-flex .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .row-flex .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .row-flex .col-6 {
    flex: 0 0 auto;
    width: 50%; }
  .row-flex .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .row-flex .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .row-flex .col-9 {
    flex: 0 0 auto;
    width: 75%; }
  .row-flex .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .row-flex .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .row-flex .col-12 {
    flex: 0 0 auto;
    width: 100%; }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .row-flex .col-xs-12 {
    width: 100%; }
  .row-flex .col-xs-11 {
    width: 91.66666667%; }
  .row-flex .col-xs-10 {
    width: 83.33333333%; }
  .row-flex .col-xs-9 {
    width: 75%; }
  .row-flex .col-xs-8 {
    width: 66.66666667%; }
  .row-flex .col-xs-7 {
    width: 58.33333333%; }
  .row-flex .col-xs-6 {
    width: 50%; }
  .row-flex .col-xs-5 {
    width: 41.66666667%; }
  .row-flex .col-xs-4 {
    width: 33.33333333%; }
  .row-flex .col-xs-3 {
    width: 25%; }
  .row-flex .col-xs-2 {
    width: 16.66666667%; }
  .row-flex .col-xs-1 {
    width: 8.33333333%; } }

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

.justify-content-center {
  justify-content: center !important; }

#editImage {
  z-index: 1500; }
  @media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    #editImage .modal-dialog {
      min-width: 650px; } }

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px; }
  .arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
  .arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.price-value:not(:empty):before {
  content: var(--coing-currency-sign, ""); }

.price-value-after:not(:empty):after {
  content: var(--coing-currency-sign, ""); }

.color-inactive {
  color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5); }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.hidden2 {
  display: none !important; }

.profile-segment-label {
  margin-inline-end: 5px;
  display: inline-block; }
  .profile-segment-label:before {
    content: ' ';
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAACXBIWXMAAAsTAAALEwEAmpwYAAABGElEQVR4nLXSvyvFYRQG8I8iRRksNiXJz5BBiJSyGyzobsRiNFJilBKZWEwG/AX8AWRUEqvyK5LRoreOuq7rexk80znnPe/zPJ1z+Ge0oTriSnSh/C8E63jGE5ZwE/nJbwmq8IYmDGMXk+EmkXZmfW7BMR5x8EPPIl5xitFiDfvYRCvKMsQaMI/LYo9r2M743I+piGfC9TeM4+wHgsEY7FjkO1gtbKrDPXKRL2A24qEgSCKf6MUL+gpdnOfl7bjDRhECeW5W8gu1uIip10etA1dFCNIJHIXzJPYFFdiLAWchF2I1Mu5gqwTJNA6zGobimK7xjuWoT8QV3+IBcyWENGIAzTHcdPZpEyPoQXcpgkIkorSB5PB/8QGF3zbmlIdRPgAAAABJRU5ErkJggg==");
    width: 17px;
    height: 17px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }

.timezone-hint {
  margin: auto 12px;
  float: none;
  clear: both; }

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

textarea.fixed {
  resize: none; }

#ReplyForm {
  text-align: center; }
  #ReplyForm img {
    margin: 30px auto;
    width: 64px; }
  #ReplyForm a.cancel-link {
    font-weight: bold;
    text-decoration: underline; }
  #ReplyForm a.btn {
    margin: 1.5em 0; }

.items-row {
  display: flex;
  align-items: center; }
  .items-row > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

html[dir="ltr"] .reverse-arrow {
  transform: scaleX(-1); }

html[dir="rtl"] .forward-arrow {
  transform: scaleX(-1); }

.progressbar-percent {
  font-size: 0.65rem;
  line-height: 1.5em;
  color: var(--coing-color-main, #0279bb);
  text-align: left; }

.progressbar-line {
  position: relative;
  background: #C4C4C4;
  border-radius: 38px;
  height: 10px;
  width: 100%;
  overflow: hidden; }
  .progressbar-line + p {
    font-size: 20px;
    margin-top: 5px;
    display: flex;
    justify-content: flex-end; }

.progressbar-fill {
  position: relative;
  height: 100%;
  background: var(--coing-color-main, #0279bb);
  z-index: 5;
  border-radius: inherit; }

.activities-list-wrapper ul.activities-list .progressbar-wrap {
  width: 100%; }
  .activities-list-wrapper ul.activities-list .progressbar-wrap + div {
    display: none; }

.activities-list-wrapper ul.activities-list .progressbar-line + p {
  justify-content: flex-start;
  font-size: 0.7rem;
  line-height: 1.5em; }

.page-main .progressbar-percent {
  font-size: 20px;
  margin-top: 5px; }

[dir="ltr"] .progressbar-percent {
  text-align: right; }

.map-filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; }
  .map-filters h1 {
    width: 100%; }
  .map-filters .tags-wrap {
    flex: 1;
    margin-left: 1%;
    max-width: 100%; }
  .map-filters .tags-wrap-arrowed li a {
    margin-bottom: 0;
    margin-top: 0; }
  .map-filters .tag-groups-checked {
    display: none; }
  .map-filters .tag-groups .tag-group {
    margin: 0 0.667rem 0 0; }

.tags-list .tag-group {
  position: relative;
  z-index: 1; }
  .tags-list .tag-group > ul > li {
    display: none; }
  .tags-list .tag-group-list {
    position: absolute;
    left: 0;
    top: 110%;
    opacity: 0;
    min-width: 300px;
    z-index: 1;
    display: none;
    justify-content: initial;
    transition: all .3s linear;
    background-color: var(--coing-color-bg, #ffffff);
    color: var(--coing-color-main, #0279bb);
    box-shadow: 0 0.2em 0.6em 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
    border: solid 1px transparent;
    flex-wrap: wrap;
    padding: 0.4em; }
    @media (max-width: 767px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .tags-list .tag-group-list {
        max-width: 300px;
        min-width: 280px; } }
    .tags-list .tag-group-list.hide {
      display: none; }
    .tags-list .tag-group-list button.close {
      width: 1em;
      border: none;
      background-color: transparent;
      cursor: pointer; }
  .tags-list .tag-group-modal {
    flex-wrap: wrap;
    justify-content: initial;
    position: absolute;
    left: 0;
    top: 110%;
    width: min-content;
    min-width: 300px;
    padding: 0;
    background-color: var(--coing-color-bg, #ffffff);
    color: var(--coing-color-main, #0279bb);
    border: solid 1px transparent;
    box-shadow: 0 0.2em 0.6em 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
    z-index: 1; }
    @media (max-width: 767px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .tags-list .tag-group-modal {
        max-width: 300px;
        min-width: 280px; } }
    .tags-list .tag-group-modal[open] {
      display: flex; }
    .tags-list .tag-group-modal button.close {
      width: 1em;
      border: none;
      background-color: transparent;
      cursor: pointer; }
    .tags-list .tag-group-modal .content-wrapper {
      width: 100%;
      margin: 0;
      padding: 0.4em; }
  .tags-list .tag-group-category {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .tags-list .tag-group-category-header {
      display: flex;
      justify-content: space-between; }
  .tags-list .tag-group.active {
    border-color: var(--coing-color-main, #0279bb);
    z-index: 3; }
    .tags-list .tag-group.active:before {
      opacity: 0.1; }
    @media (max-width: 767px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .tags-list .tag-group.active {
        position: initial; } }
    .tags-list .tag-group.active .tag-group-list {
      display: flex;
      opacity: 1; }
  .tags-list .tag-group-search {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0.4em 0.5em; }
    .tags-list .tag-group-search input {
      font-size: .6rem;
      background: #FFFFFF;
      border: 1px solid #979797;
      box-sizing: border-box;
      border-radius: 8px;
      line-height: 1.2;
      display: flex;
      align-items: center;
      letter-spacing: 0.2088px;
      padding: 0.15rem 0.3rem;
      background-image: url(../images/icon-mglass.svg);
      background-repeat: no-repeat;
      background-size: auto 70%;
      background-position: 96% center;
      padding-right: 10%;
      width: 100%; }
    .tags-list .tag-group-search a {
      height: auto;
      padding: 0.5em;
      font-size: .6rem;
      border: solid 1px var(--coing-color-main, #0279bb);
      box-shadow: 0 0.1em 0.6em 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.1); }
  .tags-list .tag-group:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.75em;
    background-color: var(--coing-color-main, #0279bb);
    opacity: 0;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
  .tags-list .tag-group .tag-group-name {
    padding-right: 1rem; }
    .tags-list .tag-group .tag-group-name:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 0.75em;
      background-color: var(--coing-color-main, #0279bb);
      opacity: 0;
      -moz-transition: all 150ms linear;
      -o-transition: all 150ms linear;
      -ms-transition: all 150ms linear;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear; }
    .tags-list .tag-group .tag-group-name:after {
      content: '';
      display: block;
      border-right: 2px solid var(--coing-color-main, #0279bb);
      border-bottom: 2px solid var(--coing-color-main, #0279bb);
      width: 0.3rem;
      height: 0.3rem;
      position: absolute;
      right: 0.4rem;
      top: 0;
      bottom: 3px;
      margin: auto;
      transform: rotate(45deg);
      z-index: 1; }
    .tags-list .tag-group .tag-group-name:focus {
      outline: none; }
      .tags-list .tag-group .tag-group-name:focus:before {
        opacity: 0.1; }
  .tags-list .tag-group.selected .tag-group-name:before {
    opacity: 0.2; }
  .tags-list .tag-group ul.tags-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    max-height: 11rem;
    width: 100%;
    scrollbar-width: thin; }
    .tags-list .tag-group ul.tags-list .simplebar-content {
      display: flex;
      flex-wrap: wrap; }

.tags-list-dialog .group-backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1; }

.form-group .btn.btn-tags.draggable-tag {
  width: initial;
  margin: 0 0.21em 0.5rem 0.667em;
  flex-flow: row nowrap;
  min-width: 100px;
  position: relative;
  font-weight: 500;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none; }

.modal-dialog .tag-group-name {
  display: inline-block;
  font-size: .9em;
  padding-left: 0.5em;
  margin-bottom: 0.4em; }

.share-communities-widget .tag-group-category .tags-list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 8rem; }

html[dir="rtl"] .tag-groups .tag-group {
  margin-right: 0;
  margin-left: 0.667rem; }
  html[dir="rtl"] .tag-groups .tag-group-list {
    left: initial;
    right: 0; }

html[dir="rtl"] .tags-widget button.remove-tag {
  right: initial;
  left: 0; }

html[dir="rtl"] .side-tag-groups {
  padding: 0 0.5rem 0.5rem 0; }

html[dir="rtl"] .tags-wrap {
  position: relative;
  padding-left: 1%;
  padding-right: .5%; }
  html[dir="rtl"] .tags-wrap:after {
    content: '';
    display: block;
    position: absolute;
    right: initial;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(-90deg, transparent, #fff);
    z-index: 5;
    width: 3%; }
  html[dir="rtl"] .tags-wrap-arrowed::before {
    right: initial;
    left: -12px;
    transform: rotate(135deg); }
  html[dir="rtl"] .tags-wrap-arrowed.custom-scroll-end::before {
    right: -12px;
    left: initial;
    transform: rotate(-45deg); }

.tag-groups-checked {
  display: flex;
  flex-wrap: wrap; }
  .tag-groups-checked a {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1em;
    padding: 0.667em 0.667em 0.59em;
    margin-right: 0.667em;
    margin-bottom: 0.667em;
    border-radius: 0.75em;
    overflow: hidden;
    padding-right: 1rem;
    color: var(--coing-color-bg, #ffffff); }
    .tag-groups-checked a:before {
      content: '';
      background-color: var(--coing-color-main, #0279bb);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      opacity: .6; }
    .tag-groups-checked a:after {
      content: '\2715';
      position: absolute;
      right: 0.25rem;
      opacity: .6;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 1em; }

.side-tag-groups {
  border: 1px solid rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
  border-radius: 1em;
  padding: 0 0 .5rem .5rem;
  margin-bottom: 0.5rem;
  max-height: 17rem;
  overflow: hidden; }
  .side-tag-groups > div {
    max-height: 16.5rem; }
  .side-tag-groups .tag-group {
    width: 97%; }
  .side-tag-groups .tag-group-list {
    max-height: 6.25rem; }
  .side-tag-groups .tags-list {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem 0rem 0;
    padding: 0 0.2rem; }
    .side-tag-groups .tags-list li {
      display: block;
      padding: 0 0.2em;
      max-width: 100%; }
      .side-tag-groups .tags-list li span {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: inline-block;
        font-size: 0.625rem;
        line-height: 1em;
        padding: 0.667em 0.667em;
        transition: all 150ms linear;
        position: relative;
        box-shadow: none;
        border-radius: 20px;
        font-weight: 500;
        color: var(--coing-color-main, #0279bb);
        background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
        border-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
        text-align: center;
        margin: 0; }
        .side-tag-groups .tags-list li span:hover {
          border-color: transparent; }
          .side-tag-groups .tags-list li span:hover:before {
            opacity: 0; }
  .side-tag-groups h5, .side-tag-groups h4 {
    color: var(--coing-color-main, #0279bb);
    margin: 0 0.2rem;
    font-size: 0.75rem;
    line-height: 1.2em; }

.custom-scroll-next,
.custom-scroll-previos {
  display: none; }

.tags-wrap {
  position: relative;
  padding-right: 1%;
  padding-left: .5%; }
  .tags-wrap:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, transparent, #fff);
    z-index: 5;
    width: 3%; }
  .tags-wrap-arrowed .custom-scroll-next,
  .tags-wrap-arrowed .custom-scroll-previos {
    display: none;
    position: absolute;
    left: -30px;
    z-index: 10;
    margin: 0;
    padding: 10px;
    line-height: 10px; }
    .tags-wrap-arrowed .custom-scroll-next span,
    .tags-wrap-arrowed .custom-scroll-previos span {
      display: block;
      width: 10px;
      height: 10px;
      margin: auto;
      border-right: 2px solid var(--coing-color-main, #0279bb);
      border-bottom: 2px solid var(--coing-color-main, #0279bb);
      transform: rotate(135deg); }
  .tags-wrap-arrowed .custom-scroll-previos {
    display: none;
    right: -30px;
    left: initial; }
    .tags-wrap-arrowed .custom-scroll-previos span {
      transform: rotate(-45deg); }
  .tags-wrap-arrowed.custom-scroll-end .custom-scroll-next {
    display: block; }
  .tags-wrap-arrowed.custom-scroll-start .custom-scroll-previos {
    display: block; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .tags-wrap-arrowed.custom-scroll-start .custom-scroll-previos {
      display: none; }
    .tags-wrap-arrowed.custom-scroll-end .custom-scroll-next {
      display: none; } }

.tags-list-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 6px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 6px; }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 4px;
    top: 0; }
    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
      top: 0; }

.simplebar-track .simplebar-scrollbar:before {
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background-color: var(--coing-color-main, #0279bb); }

.modal-body .tags-list > div {
  align-content: baseline;
  display: flex;
  flex-wrap: wrap; }

.modal-body .tags-list .checkbox {
  display: block;
  margin-top: 0 !important;
  width: 32%;
  margin-bottom: 5px !important; }

a.side-tags-btn.btn.btn-short {
  padding: 0.3em 0.9em;
  align-items: center;
  margin: 0 0.5em 0;
  height: initial;
  width: initial; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    a.side-tags-btn.btn.btn-short.mobile-show {
      display: flex !important; } }
  a.side-tags-btn.btn.btn-short svg {
    fill: var(--coing-color-main, #0279bb); }

[data-toggle="buttons"] .btn-tags input[type="checkbox"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0; }

.tag-groups-dialog .side-tag-groups {
  border: none;
  padding: 0; }

.tag-groups-dialog .tags-list {
  padding: 0; }

.tag-groups-dialog .modal-body > div:first-child {
  padding: 0 0.2rem; }

.tag-groups-dialog .modal-header .close {
  margin-top: -2px;
  width: 20px;
  background-color: transparent;
  border: none; }
  .tag-groups-dialog .modal-header .close svg {
    fill: var(--coing-color-main, #0279bb); }

.tag-groups-dialog h5.tag-group-name {
  color: var(--coing-color-main, #0279bb);
  margin: 0 0.2rem;
  display: inline-block;
  font-size: .9em;
  margin-bottom: 0.4em;
  padding: 0 0.2rem; }

.form-group .tag-group-list.hide {
  display: block !important; }

.form-group .tags-list {
  max-height: 123px; }

.form-group .tags-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.form-group .multichoice-wrap.custom-scroll {
  max-height: 250px; }
  .form-group .multichoice-wrap.custom-scroll .simplebar-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .form-group .multichoice-wrap.custom-scroll .simplebar-content:before, .form-group .multichoice-wrap.custom-scroll .simplebar-content:after {
      display: none;
      content: initial; }
  .form-group .multichoice-wrap.custom-scroll .checkbox {
    width: 48%;
    margin: 0;
    margin-bottom: 10px; }

.map-mobile-filters {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7;
  width: 111% !important;
  margin: 0 -5% 0.5rem !important; }
  .map-mobile-filters.overlap {
    z-index: 10; }
  .map-mobile-filters .simplebar-content {
    padding: 0 !important; }
  .map-mobile-filters ul.tags-list.custom-scroll {
    margin: 0;
    max-height: 39vh; }
  .map-mobile-filters .tags-list-types + ul.tags-list.custom-scroll {
    max-height: 33vh; }
  .map-mobile-filters .tags-wrap::after {
    display: none !important; }
  .map-mobile-filters .mobile-tags {
    display: none; }
    .map-mobile-filters .mobile-tags .tags-list {
      position: relative;
      text-align: initial;
      margin: 0;
      white-space: normal;
      padding: 0; }
    .map-mobile-filters .mobile-tags p {
      margin-bottom: 0.4rem; }
    .map-mobile-filters .mobile-tags .tags-list-group {
      display: none; }
    .map-mobile-filters .mobile-tags .tags-list-types {
      display: flex;
      justify-content: center;
      margin-bottom: 0; }
      .map-mobile-filters .mobile-tags .tags-list-types li a {
        padding: 0.7em 0.7em; }
    .map-mobile-filters .mobile-tags .simplebar-content {
      display: flex;
      flex-wrap: wrap;
      padding: 0 !important; }
    .map-mobile-filters .mobile-tags button.close {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border: none;
      background-color: transparent;
      text-shadow: none; }
      .map-mobile-filters .mobile-tags button.close:hover {
        opacity: 100%; }
      .map-mobile-filters .mobile-tags button.close svg {
        width: 100%;
        height: 100%; }
  .map-mobile-filters .overflow {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .map-mobile-filters li.tag-group a {
    display: flex;
    align-items: center; }
    .map-mobile-filters li.tag-group a::after {
      content: '';
      display: block;
      position: relative;
      width: 7px;
      height: 7px;
      right: -3px;
      border-bottom: 1px solid var(--coing-color-main, #0279bb);
      margin: 0 0.1rem;
      transform: rotate(45deg);
      border-right: 1px solid var(--coing-color-main, #0279bb);
      top: -2px; }

html[dir="rtl"] .map-mobile-filters li.tag-group a::after {
  right: initial;
  left: -3px; }

html[dir="rtl"] .map-filters .tags-wrap {
  margin-left: 0;
  margin-right: 1%; }

.search-simple {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  width: 420px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  outline: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-inline-start: 42px;
  padding-inline-end: 56px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='23.5' fill='--coing-color-main'/%3E%3Cmask id='mask0_826_40' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='11' y='12' width='24' height='24'%3E%3Crect x='11' y='12' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_826_40)'%3E%3Cpath d='M30.6 33L24.3 26.7C23.8 27.1 23.225 27.4167 22.575 27.65C21.925 27.8833 21.2333 28 20.5 28C18.6833 28 17.1458 27.3708 15.8875 26.1125C14.6292 24.8542 14 23.3167 14 21.5C14 19.6833 14.6292 18.1458 15.8875 16.8875C17.1458 15.6292 18.6833 15 20.5 15C22.3167 15 23.8542 15.6292 25.1125 16.8875C26.3708 18.1458 27 19.6833 27 21.5C27 22.2333 26.8833 22.925 26.65 23.575C26.4167 24.225 26.1 24.8 25.7 25.3L32 31.6L30.6 33ZM20.5 26C21.75 26 22.8125 25.5625 23.6875 24.6875C24.5625 23.8125 25 22.75 25 21.5C25 20.25 24.5625 19.1875 23.6875 18.3125C22.8125 17.4375 21.75 17 20.5 17C19.25 17 18.1875 17.4375 17.3125 18.3125C16.4375 19.1875 16 20.25 16 21.5C16 22.75 16.4375 23.8125 17.3125 24.6875C18.1875 25.5625 19.25 26 20.5 26Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-attachment: scroll;
  background-color: #FFF; }
  html[dir=ltr] .search-simple {
    background-position: calc(100% - 10px) 10px; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .search-simple {
      width: 100%;
      height: 40px;
      border: none;
      outline: none;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-inline-start: 40px;
      background-position: calc(100% - 11px) 11px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M6.51928 12.6153C4.8116 12.6153 3.36546 12.023 2.18086 10.8384C0.996239 9.65383 0.403931 8.20768 0.403931 6.49999C0.403931 4.79231 0.996239 3.34616 2.18086 2.16154C3.36546 0.976943 4.8116 0.384644 6.51928 0.384644C8.22696 0.384644 9.67311 0.976943 10.8577 2.16154C12.0423 3.34616 12.6347 4.79231 12.6347 6.49999C12.6347 7.21409 12.5148 7.89614 12.275 8.54614C12.0353 9.19614 11.7154 9.76153 11.3154 10.2423L17.0693 15.9961C17.2077 16.1346 17.2786 16.3087 17.2818 16.5183C17.285 16.7279 17.2141 16.9051 17.0693 17.05C16.9244 17.1948 16.7488 17.2673 16.5424 17.2673C16.336 17.2673 16.1603 17.1948 16.0155 17.05L10.2616 11.2961C9.76158 11.7089 9.18658 12.032 8.53658 12.2653C7.88658 12.4987 7.21415 12.6153 6.51928 12.6153ZM6.51928 11.1154C7.80775 11.1154 8.8991 10.6683 9.79333 9.77404C10.6876 8.87981 11.1347 7.78846 11.1347 6.49999C11.1347 5.21153 10.6876 4.12018 9.79333 3.22594C8.8991 2.33171 7.80775 1.88459 6.51928 1.88459C5.23081 1.88459 4.13946 2.33171 3.24523 3.22594C2.35101 4.12018 1.90391 5.21153 1.90391 6.49999C1.90391 7.78846 2.35101 8.87981 3.24523 9.77404C4.13946 10.6683 5.23081 11.1154 6.51928 11.1154Z" fill="%23222222"/></svg>');
      background-color: rgba(34, 34, 34, 0.05); } }

#ShowFilters {
  background: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.2);
  padding: 8px 16px;
  text-wrap: nowrap; }
  #ShowFilters:focus, #ShowFilters:focus-visible {
    color: unset; }
  #ShowFilters svg {
    width: 20px;
    height: 20px; }
    #ShowFilters svg * {
      fill: #5A5A5A; }
  #ShowFilters.active {
    background: var(--coing-color-main, #0279bb);
    color: var(--coing-color-bg, #ffffff); }
    #ShowFilters.active svg * {
      fill: var(--coing-color-bg, #ffffff); }

.mobile-search-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 16px;
  position: sticky;
  top: 62px;
  background-color: white;
  width: 100%;
  padding: 16px 8px;
  z-index: 50; }
  @media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .mobile-search-container {
      display: none !important; } }

#FiltersDrawer {
  height: 66vh;
  overflow-y: auto;
  padding: 0 16px;
  box-shadow: 0px -8px 5px 0px rgba(var(--coing-color-rgb-bg-dark, 118, 118, 118), 0.02), 0px -9px 12px 0px rgba(var(--coing-color-rgb-bg-dark, 118, 118, 118), 0.08); }
  #FiltersDrawer .header {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0 16px 0;
    background-color: var(--coing-color-bg, #ffffff);
    z-index: 1; }
    #FiltersDrawer .header button.close {
      position: static; }
    #FiltersDrawer .header .clear-all {
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      color: var(--coing-color-text-gray, #bbbbbb); }
  #FiltersDrawer h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600; }
  #FiltersDrawer h3, #FiltersDrawer label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  #FiltersDrawer button.apply {
    padding: 6px 100px;
    margin: 16px auto;
    border-radius: 4px;
    border: 1px solid var(--coing-color-text-gray, #bbbbbb);
    background: var(--coing-color-secondary, #f2f2f2);
    font-size: 16px;
    font-style: normal;
    font-weight: 500; }
  #FiltersDrawer > menu {
    text-align: start; }
    #FiltersDrawer > menu > li {
      list-style: none; }
      #FiltersDrawer > menu > li:not(:first-of-type) {
        margin-top: 36px; }
      #FiltersDrawer > menu > li label {
        display: block;
        font-weight: normal; }
      #FiltersDrawer > menu > li > menu {
        margin: 12px 0 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 8px; }
        #FiltersDrawer > menu > li > menu li {
          list-style: none;
          position: relative;
          font-size: 1rem; }
          #FiltersDrawer > menu > li > menu li a {
            display: block;
            position: relative;
            font-size: 14px;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 1.5em;
            border: none;
            color: var(--coing-color-text, #4a4a4a);
            background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.2);
            -moz-transition: all 150ms linear;
            -o-transition: all 150ms linear;
            -ms-transition: all 150ms linear;
            -webkit-transition: all 150ms linear;
            transition: all 150ms linear; }
            #FiltersDrawer > menu > li > menu li a:active {
              box-shadow: none; }
          #FiltersDrawer > menu > li > menu li span {
            cursor: initial; }
          #FiltersDrawer > menu > li > menu li.selected a {
            background-color: var(--coing-color-main, #0279bb);
            color: var(--coing-color-bg, #ffffff); }
            #FiltersDrawer > menu > li > menu li.selected a:before {
              opacity: 0.2 !important; }
  #FiltersDrawer .footer {
    width: 100%;
    position: sticky;
    bottom: 0;
    background-color: var(--coing-color-bg, #ffffff); }

ul.tags-list {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  ul.tags-list::-webkit-scrollbar {
    visibility: hidden;
    height: 4px;
    background-color: var(--coing-color-secondary, #f2f2f2); }
  ul.tags-list:hover::-webkit-scrollbar {
    visibility: visible; }
  ul.tags-list:hover::-webkit-scrollbar-thumb:horizontal {
    visibility: visible; }
  ul.tags-list::-webkit-scrollbar-thumb:horizontal {
    visibility: hidden;
    background: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.5); }
  ul.tags-list.custom-scroll {
    overflow-x: auto;
    white-space: nowrap; }
  ul.tags-list.scrollable {
    overflow-x: auto;
    white-space: nowrap; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    ul.tags-list {
      overflow-x: auto;
      white-space: nowrap;
      margin: 0 -5vw;
      padding: 0.75rem 5vw; } }
  ul.tags-list > li {
    display: inline-block;
    list-style: none;
    position: relative;
    font-size: 1rem; }
    ul.tags-list > li > a, ul.tags-list > li > span {
      display: block;
      position: relative;
      color: var(--coing-color-main, #0279bb);
      font-size: 14px;
      font-weight: 500;
      line-height: 150%;
      padding: 8px 16px;
      margin-left: 0.667em;
      margin-top: 1px;
      margin-bottom: 1px;
      border-radius: 1.5em;
      border: 1px solid;
      background-color: var(--coing-color-bg, #ffffff);
      box-shadow: none;
      -moz-transition: all 150ms linear;
      -o-transition: all 150ms linear;
      -ms-transition: all 150ms linear;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear; }
      ul.tags-list > li > a:before, ul.tags-list > li > span:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 1.5em;
        background-color: var(--coing-color-main, #0279bb);
        opacity: 0;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        -ms-transition: all 150ms linear;
        -webkit-transition: all 150ms linear;
        transition: all 150ms linear; }
      @media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
        ul.tags-list > li > a:hover, ul.tags-list > li > a:focus, ul.tags-list > li > span:hover, ul.tags-list > li > span:focus {
          border-color: var(--coing-color-main, #0279bb); }
          ul.tags-list > li > a:hover:before, ul.tags-list > li > a:focus:before, ul.tags-list > li > span:hover:before, ul.tags-list > li > span:focus:before {
            opacity: 0.1; } }
      ul.tags-list > li > a:active, ul.tags-list > li > span:active {
        box-shadow: none; }
    ul.tags-list > li span {
      cursor: initial; }
    ul.tags-list > li.selected > a, ul.tags-list > li:has(ul > li.selected) > a {
      border-color: var(--coing-color-main, #0279bb); }
      ul.tags-list > li.selected > a:before, ul.tags-list > li:has(ul > li.selected) > a:before {
        opacity: 0.2 !important; }

.tag-reset-wrapper {
  display: flex;
  justify-content: end;
  margin-top: 8px;
  width: 100%; }

.tag-reset-all {
  font-size: 12px;
  font-style: normal;
  text-decoration: underline;
  color: var(--coing-color-bg-dark, #767676); }
  .tag-reset-all:hover, .tag-reset-allactive, .tag-reset-all:visited {
    color: var(--coing-color-bg-dark, #767676); }

.gallery-grid, #gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto; }
  .gallery-grid > div, #gallery-wrap > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    width: 48%;
    margin-bottom: 10px;
    padding: 0; }
    .gallery-grid > div img, #gallery-wrap > div img {
      width: 100%;
      display: block;
      margin-bottom: 5px;
      max-height: 300px;
      object-fit: contain; }
    .gallery-grid > div a, #gallery-wrap > div a {
      display: block; }
  .gallery-grid .spinner-overlay .spinner img, #gallery-wrap .spinner-overlay .spinner img {
    height: 60px; }

@media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  #gallery-wrap {
    display: block;
    justify-content: unset;
    flex-wrap: unset; }
    #gallery-wrap > div {
      width: 100%;
      flex-direction: row;
      justify-content: normal;
      align-items: center; }
      #gallery-wrap > div img {
        width: 15%; }
      #gallery-wrap > div .form-group {
        width: 75%;
        padding: 10px;
        margin: 0; }
      #gallery-wrap > div .delete-button {
        width: 10%; } }

.gallery-grid > div img {
  margin-bottom: 0px; }

.gallery-grid > div .gallery-overlay {
  position: absolute;
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 32px; }
  .gallery-grid > div .gallery-overlay:hover {
    background: rgba(0, 0, 0, 0.7); }

div.gallery-style .radio input[type="radio"] {
  position: relative;
  margin: 0; }

div#gallery-input-wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 80%;
  margin: 10px 0; }
  div#gallery-input-wrap > span {
    background: #FBFBFB;
    border: 1px solid #BCBCBC;
    box-sizing: border-box;
    border-radius: 5px;
    width: 110px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px; }
  div#gallery-input-wrap > input {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0; }

div#gallery-input-text {
  display: flex;
  flex-direction: column; }

.gallery-slider {
  max-width: 500px;
  direction: ltr;
  margin: 0 auto; }
  .gallery-slider .carousel__viewport {
    max-width: 90%;
    margin: 0 auto; }
  .gallery-slider .carousel__nav .carousel__button {
    margin: 0;
    width: 5%;
    padding: 0; }
    .gallery-slider .carousel__nav .carousel__button.is-next {
      right: 0; }
    .gallery-slider .carousel__nav .carousel__button.is-prev {
      left: 0; }
    .gallery-slider .carousel__nav .carousel__button svg {
      width: 100%;
      height: initial; }
  .gallery-slider .carousel__slide {
    width: 100%;
    padding: 0;
    align-self: center; }
    .gallery-slider .carousel__slide img {
      width: 100%; }
  .gallery-slider .carousel__nav {
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 0; }

.fancybox__thumbs {
  display: none; }

.fancybox__nav {
  position: initial; }

.gallery-style .radio {
  margin: 0 !important;
  padding: 0 !important; }
  .gallery-style .radio > div {
    display: flex;
    align-items: center; }
  .gallery-style .radio input[type="radio"] {
    margin: 0;
    padding: 0;
    position: relative; }

.gallery-style label {
  padding: 0 10px !important; }

html[dir='ltr'] {
  direction: ltr;
  /* HEADER */
  /* FOOTER */ }
  html[dir='ltr'] .window .window-close {
    right: 15px;
    left: unset; }
  html[dir='ltr'] .window .text .filter-modal li input[type="checkbox"] {
    margin: 0 0.5em 0 0; }
  html[dir='ltr'] body,
  html[dir='ltr'] #site {
    direction: ltr;
    text-align: left; }
  html[dir='ltr'] span.icon-text {
    margin-right: unset;
    margin-left: 0.2em; }
  html[dir='ltr'] header .header-btn-back svg {
    transform: scaleX(-1); }
  html[dir='ltr'] header #logo {
    right: auto;
    left: 0; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      html[dir='ltr'] header #logo {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 1.0833rem; } }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    html[dir='ltr'] header .header-mobile-menu li ul {
      left: auto;
      right: 0; }
      html[dir='ltr'] header .header-mobile-menu li ul.hover-menu-group {
        left: 50%;
        right: auto; } }
  html[dir='ltr'] header .header-buttons {
    left: auto;
    right: 0;
    text-align: right; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      html[dir='ltr'] header .header-buttons {
        left: auto;
        right: 0.5rem; } }
    html[dir='ltr'] header .header-buttons .header-button {
      margin-left: 0;
      margin-right: 0.625rem; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        html[dir='ltr'] header .header-buttons .header-button {
          margin-left: 0;
          margin-right: 0.333rem; } }
      html[dir='ltr'] header .header-buttons .header-button ul li a img {
        margin-left: 0;
        margin-right: 0.25em; }
  html[dir='ltr'] header .main-menu {
    left: auto;
    right: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2.083rem; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      html[dir='ltr'] header .main-menu {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2.083rem;
        -moz-transform: translateX(101%);
        -o-transform: translateX(101%);
        -ms-transform: translateX(101%);
        -webkit-transform: translateX(101%);
        transform: translateX(101%); } }
    html[dir='ltr'] header .main-menu ul li:last-of-type a {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 1.4rem; }
  html[dir='ltr'] footer .center nav#footer-menu ul li {
    margin-left: 0;
    margin-right: 3.667em; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      html[dir='ltr'] footer .center nav#footer-menu ul li {
        margin: 0.354rem 1.146rem; } }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    html[dir='ltr'] .mobile-uncenter {
      margin-right: 0;
      margin-left: -5vw; } }
  html[dir='ltr'] .header-listed .center .header-listed-ticket {
    right: auto;
    left: 14.6%;
    margin-right: 0;
    margin-left: 1.25rem; }
  html[dir='ltr'] ul.tags-list li a, html[dir='ltr'] ul.tags-list li span {
    margin-left: 0;
    margin-right: 0.333em; }
  html[dir='ltr'] .item-rounded-20 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.8333rem;
    border-bottom-right-radius: 0.8333rem; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      html[dir='ltr'] .item-rounded-20 {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0.6667;
        border-bottom-right-radius: 0.6667; } }
    html[dir='ltr'] .item-rounded-20:before, html[dir='ltr'] .item-rounded-20:after {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0.8333rem;
      border-bottom-right-radius: 0.8333rem; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        html[dir='ltr'] .item-rounded-20:before, html[dir='ltr'] .item-rounded-20:after {
          border-top-right-radius: 0;
          border-bottom-left-radius: 0;
          border-top-left-radius: 0.6667;
          border-bottom-right-radius: 0.6667; } }
  html[dir='ltr'] .scroll-arrow {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -1.02rem;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    html[dir='ltr'] .scroll-arrow svg {
      margin-right: 0;
      margin-left: 0.7rem; }
    html[dir='ltr'] .scroll-arrow.next {
      left: auto;
      right: 0;
      margin-left: 0;
      margin-right: -1.02rem;
      -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  html[dir='ltr'] .link-all {
    left: auto;
    right: 0; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    html[dir='ltr'] .scroll-wrapper.mobile-uncenter {
      margin-right: 0;
      margin-left: -5vw; } }
  html[dir='ltr'] .scroll-wrapper ul.scroll-slider li {
    margin-left: 0;
    margin-right: 1.25rem; }
    html[dir='ltr'] .scroll-wrapper ul.scroll-slider li:last-of-type {
      margin-right: 0 !important; }
  html[dir='ltr'] .scroll-wrapper ul.scroll-slider div.community-item-menu li button, html[dir='ltr'] .scroll-wrapper ul.scroll-slider div.community-item-menu li a {
    padding-right: 1.25rem;
    padding-left: 0; }
  html[dir='ltr'] .scroll-wrapper ul.scroll-slider div.community-item-menu li > ul {
    right: initial;
    left: 90%; }
  html[dir='ltr'] .scroll-wrapper ul.scroll-slider div.community-item-menu li svg {
    margin-left: initial;
    margin-right: .5rem; }
  html[dir='ltr'] .scroll-wrapper ul.scroll-slider div.community-item-menu .community-item-menu-has-child:before {
    right: .5rem;
    left: initial;
    transform: rotate(-45deg); }
  @media (max-width: 900px) and (orientation: landscape) {
    html[dir='ltr'] .scroll-wrapper[data-cols="5"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.1rem; }
    html[dir='ltr'] .scroll-wrapper[data-cols="6"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1rem; }
    html[dir='ltr'] .scroll-wrapper[data-cols="7"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 0.667rem; }
    html[dir='ltr'] .scroll-wrapper[data-cols="8"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 0.667rem; }
    html[dir='ltr'] .scroll-wrapper[data-cols="9"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 0.5rem; }
    html[dir='ltr'] .scroll-wrapper[data-cols="10"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 0.5rem; } }
  @media (max-width: 767px) and (orientation: portrait) {
    html[dir='ltr'] .scroll-wrapper[data-cols="5"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.1rem; }
    html[dir='ltr'] .scroll-wrapper[data-cols="6"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1rem; }
    html[dir='ltr'] .scroll-wrapper[data-cols="7"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 0.667rem; }
    html[dir='ltr'] .scroll-wrapper[data-cols="8"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 0.667rem; }
    html[dir='ltr'] .scroll-wrapper[data-cols="9"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 0.5rem; }
    html[dir='ltr'] .scroll-wrapper[data-cols="10"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 0.5rem; } }
  @media (max-width: 900px) and (orientation: landscape) {
    html[dir='ltr'] .scroll-wrapper.no-scroll ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll ul.scroll-slider li:nth-of-type(3n) {
        margin-right: 0; }
    html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="6"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="7"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="8"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="6"] ul.scroll-slider li:nth-of-type(3n),
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="7"] ul.scroll-slider li:nth-of-type(3n),
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="8"] ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 0;
        margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="6"] ul.scroll-slider li:nth-of-type(4n),
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="7"] ul.scroll-slider li:nth-of-type(4n),
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="8"] ul.scroll-slider li:nth-of-type(4n) {
        margin-right: 0; }
    html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="9"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="10"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="9"] ul.scroll-slider li:nth-of-type(3n),
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="10"] ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 0;
        margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="9"] ul.scroll-slider li:nth-of-type(5n),
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="10"] ul.scroll-slider li:nth-of-type(5n) {
        margin-right: 0; } }
  @media (max-width: 767px) and (orientation: portrait) {
    html[dir='ltr'] .scroll-wrapper.no-scroll ul.scroll-slider li {
      margin-right: 0; }
    html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="6"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="7"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="8"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="6"] ul.scroll-slider li:nth-of-type(2n),
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="7"] ul.scroll-slider li:nth-of-type(2n),
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="8"] ul.scroll-slider li:nth-of-type(2n) {
        margin-right: 0; }
    html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="9"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="10"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="9"] ul.scroll-slider li:nth-of-type(3n),
      html[dir='ltr'] .scroll-wrapper.no-scroll[data-cols="10"] ul.scroll-slider li:nth-of-type(3n) {
        margin-right: 0; } }
  @media (max-width: 900px) and (orientation: landscape) {
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile ul.scroll-slider li:nth-of-type(3n) {
        margin-right: 0; }
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="6"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="7"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="8"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="6"] ul.scroll-slider li:nth-of-type(3n),
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="7"] ul.scroll-slider li:nth-of-type(3n),
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="8"] ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 0;
        margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="6"] ul.scroll-slider li:nth-of-type(4n),
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="7"] ul.scroll-slider li:nth-of-type(4n),
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="8"] ul.scroll-slider li:nth-of-type(4n) {
        margin-right: 0; }
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="9"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="10"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="9"] ul.scroll-slider li:nth-of-type(3n),
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="10"] ul.scroll-slider li:nth-of-type(3n) {
        margin-left: 0;
        margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="9"] ul.scroll-slider li:nth-of-type(5n),
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="10"] ul.scroll-slider li:nth-of-type(5n) {
        margin-right: 0; } }
  @media (max-width: 767px) and (orientation: portrait) {
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile ul.scroll-slider li {
      margin-right: 0; }
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="6"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="7"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="8"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="6"] ul.scroll-slider li:nth-of-type(2n),
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="7"] ul.scroll-slider li:nth-of-type(2n),
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="8"] ul.scroll-slider li:nth-of-type(2n) {
        margin-right: 0; }
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="9"] ul.scroll-slider li,
    html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="10"] ul.scroll-slider li {
      margin-left: 0;
      margin-right: 1.25rem; }
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="9"] ul.scroll-slider li:nth-of-type(3n),
      html[dir='ltr'] .scroll-wrapper.no-scroll-mobile[data-cols="10"] ul.scroll-slider li:nth-of-type(3n) {
        margin-right: 0; } }
  html[dir='ltr'] .icon-info {
    margin-left: 0;
    margin-right: 1em; }
  html[dir='ltr'] .item-intoit {
    left: 0.375rem;
    right: auto; }
  html[dir='ltr'] .page-fullscreen .fullscreen-content > .center section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-image .spreader {
    text-align: right; }
  html[dir='ltr'] .scroll-wrapper ul.scroll-slider div.community-item-menu {
    position: absolute;
    right: unset;
    left: unset; }
  html[dir='ltr'] .communities-list-wrapper ul li article .spreader {
    text-align: right; }
  html[dir='ltr'] .quick-links-list-wrapper ul.quick-links-list li article .spreader {
    text-align: right; }
  html[dir='ltr'] .quick-links-list-wrapper ul.quick-links-list li article .quick-link-item-title .item-ticket {
    float: right; }
  html[dir='ltr'] .section-activity-info {
    padding-right: 1rem;
    padding-left: 2rem; }
    html[dir='ltr'] .section-activity-info .activity-more {
      margin-right: 0;
      margin-left: -1rem; }
  html[dir='ltr'] .section-activity-info .activity-more .text,
  html[dir='ltr'] .section-activity-conditions .text {
    padding-right: 0;
    padding-left: 1rem; }
    html[dir='ltr'] .section-activity-info .activity-more .text img,
    html[dir='ltr'] .section-activity-info .activity-more .text svg,
    html[dir='ltr'] .section-activity-conditions .text img,
    html[dir='ltr'] .section-activity-conditions .text svg {
      right: auto;
      left: 0;
      margin-right: 0;
      margin-left: -0.5em; }
  html[dir='ltr'] .activities-list-wrapper ul.activities-list li article .spreader {
    text-align: right; }
  html[dir='ltr'] .activities-list-wrapper ul.activities-list li article .approval-pending {
    left: auto;
    right: 0.25rem; }
  html[dir='ltr'] .activities-list-wrapper ul.activities-list li article .activity-item-main .activity-item-logo {
    margin-left: 0;
    margin-right: 0.6em; }
  html[dir='ltr'] .activities-list-wrapper ul.activities-list li article .activity-item-image {
    text-align: right; }
    html[dir='ltr'] .activities-list-wrapper ul.activities-list li article .activity-item-image .activity-item-intoit {
      right: auto;
      left: 0.375rem; }
  html[dir='ltr'] .activities-list-wrapper ul.activities-list li article .item-ticket {
    right: 0.375rem;
    left: auto; }
  html[dir='ltr'] .activity-people .activity-buttons {
    left: auto;
    right: 0; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    html[dir='ltr'] .activity-people .activity-people-list {
      margin-right: 0;
      margin-left: -5vw; } }
  html[dir='ltr'] .activity-people .activity-people-list .more-people {
    left: auto;
    right: 0.5rem; }
  html[dir='ltr'] .activity-people .activity-people-list .person {
    margin-left: 0;
    margin-right: 0.9rem; }
    html[dir='ltr'] .activity-people .activity-people-list .person:nth-of-type(4n) {
      margin-right: 0; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      html[dir='ltr'] .activity-people .activity-people-list .person {
        margin-left: 0 !important;
        margin-right: 0.667rem !important; }
        html[dir='ltr'] .activity-people .activity-people-list .person:last-of-type {
          margin-right: 0 !important; } }
    html[dir='ltr'] .activity-people .activity-people-list .person .person-inner .person-add {
      right: auto;
      left: 1rem;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  html[dir='ltr'] .btn-action.btn-icon svg,
  html[dir='ltr'] .btn-action.btn-icon img {
    left: 0.4em;
    right: auto; }
  html[dir='ltr'] .fixed-footer .btn-action.btn-icon span {
    margin-left: 1em;
    margin-right: auto; }
  html[dir='ltr'] .share-buttons {
    left: auto;
    right: 1.667rem;
    direction: rtl; }
    html[dir='ltr'] .share-buttons ul li {
      margin-right: 0;
      margin-left: 0.5rem; }
  html[dir='ltr'] .detailed-list .detailed-list-row .detailed-icons {
    padding-right: 0;
    padding-left: 0; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      html[dir='ltr'] .detailed-list .detailed-list-row .detailed-icons {
        padding-right: 0;
        padding-left: 0; } }
  html[dir='ltr'] .image-credit-mobile {
    left: auto;
    right: 0;
    padding: 0 1.2rem 0 0.2rem; }
  html[dir='ltr'] .image-credit {
    text-align: right;
    padding-right: 2.0833rem;
    padding-left: 0; }
  html[dir='ltr'] ul.hover-menu li {
    text-align: left; }
  html[dir='ltr'] .activities-list-wrapper ul.activities-list li article .spreader,
  html[dir='ltr'] .activities-list-wrapper ul.activities-list li article .activity-item-image {
    text-align: left; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    html[dir='ltr'] .page-fullscreen .fullscreen-content > .center section.fullscreen-split .fullscreen-split-preview {
      right: auto;
      margin-right: 0;
      left: 50%;
      margin-left: -50vw; } }
  html[dir='ltr'] .page-fullscreen .fullscreen-content > .center section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list {
    padding: 0 10px;
    padding-right: 20px; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      html[dir='ltr'] .page-fullscreen .fullscreen-content > .center section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-image {
        border-radius: 0;
        border-top-left-radius: 0.625rem;
        border-bottom-left-radius: 0.625rem; }
      html[dir='ltr'] .page-fullscreen .fullscreen-content > .center section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-main .activity-item-logo {
        margin-right: 0;
        margin-left: -1.8em; }
      html[dir='ltr'] .page-fullscreen .fullscreen-content > .center section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-main .activity-titles {
        padding: 0.3rem;
        padding-right: 1.2em; }
      html[dir='ltr'] .page-fullscreen .fullscreen-content > .center section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item .activity-item-info {
        left: auto;
        right: 0;
        padding: 0.6em;
        padding-left: 2.4em; } }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    html[dir='ltr'] .page-fullscreen .fullscreen-content-calendar > .center section.fullscreen-split .fullscreen-split-preview {
      margin: initial;
      left: 50%;
      transform: translate(-50%, 0);
      right: initial; } }
  html[dir='ltr'] .tags-wrap-arrowed .custom-scroll-next {
    left: initial;
    right: -30px; }
    html[dir='ltr'] .tags-wrap-arrowed .custom-scroll-next span {
      transform: rotate(-45deg); }
  html[dir='ltr'] .tags-wrap-arrowed .custom-scroll-previos {
    right: initial;
    left: -30px; }
    html[dir='ltr'] .tags-wrap-arrowed .custom-scroll-previos span {
      transform: rotate(135deg); }
  html[dir='ltr'] .location-buttons {
    float: right; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      html[dir='ltr'] .location-buttons {
        float: none; } }
  html[dir='ltr'] .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    padding: 0 6px 0 0; }
  html[dir='ltr'] .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    border-right: 1px solid #BCBCBC; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    html[dir='ltr'] .detailed-list .detailed-list-row {
      padding: 0 0 0 200px; }
      html[dir='ltr'] .detailed-list .detailed-list-row .detailed-arrived {
        right: auto;
        left: 0; }
      html[dir='ltr'] .detailed-list .detailed-list-row .detailed-user {
        right: auto;
        left: 60px; } }
  html[dir='ltr'] .add-new-option-place .add-new-option-place__modal,
  html[dir='ltr'] .edit-dialog .draggable-tags .edit-mode__label:before {
    text-align: left; }
  html[dir='ltr'] .list-actions .export_btn svg {
    margin: 0 0.5em 0 0; }
  html[dir='ltr'] .list-actions .export_btn:visited {
    color: #fff; }
  html[dir='ltr'] .list-group li button.list-group-item:after, html[dir='ltr'] .list-group-nobs li button.list-group-item:after {
    border-left: 5px solid black;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent; }
  html[dir='ltr'] .list-group li button.list-group-item[aria-expanded="true"]:after, html[dir='ltr'] .list-group-nobs li button.list-group-item[aria-expanded="true"]:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    transform: translateX(-3px) translateY(-3px); }

a.social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: rgba(var(--coing-color-rgb-bg-dark, 118, 118, 118), 0.15); }
  a.social-link:hover {
    opacity: 1; }
  a.social-link svg {
    opacity: 1; }

.share-buttons {
  display: block;
  position: absolute;
  left: 1.667rem;
  bottom: 1rem;
  direction: ltr; }
  .share-buttons .social-link {
    background-color: rgba(var(--coing-color-rgb-bg, 255, 255, 255), 0.5); }
  .share-buttons.mobile-share-button {
    display: none; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .share-buttons.mobile-share-button {
        display: block; } }
  .share-buttons ul {
    display: block;
    position: relative;
    font-size: 0; }
    .share-buttons ul li {
      display: inline-block;
      position: relative;
      margin-right: 0.5rem; }

.center .share-buttons {
  left: 0; }

#shareButtonsModal {
  max-width: 550px; }
  #shareButtonsModal .window-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 16px 0; }
  #shareButtonsModal .window-body ul {
    display: flex;
    flex-direction: row;
    justify-content: center; }
  #shareButtonsModal .window-body li {
    list-style: none; }

html,
body {
  font-size: 24px;
  line-height: normal; }
  @media (max-width: 1200px) {
    html,
    body {
      font-size: 23px; } }
  @media (max-width: 1140px) {
    html,
    body {
      font-size: 22px; } }
  @media (max-width: 1080px) {
    html,
    body {
      font-size: 21px; } }
  @media (max-width: 1020px) {
    html,
    body {
      font-size: 20px; } }
  @media (max-width: 960px) {
    html,
    body {
      font-size: 19px; } }
  @media (max-width: 900px) {
    html,
    body {
      font-size: 18px; } }
  @media (max-width: 840px) {
    html,
    body {
      font-size: 17px; } }
  @media (max-width: 780px) {
    html,
    body {
      font-size: 16px; } }
  @media (max-width: 767px) and (orientation: portrait), (max-width: 900px) and (orientation: landscape) {
    html,
    body {
      font-size: 24px; } }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .mobile-hide {
    display: none !important; } }

.mobile-show {
  display: none !important; }
  .mobile-show-inline, .mobile-show-flex {
    display: none !important; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .mobile-show {
      display: block !important; }
      .mobile-show-inline, .mobile-show.inline {
        display: inline !important; }
      .mobile-show.inline-block {
        display: inline-block !important; }
      .mobile-show-flex, .mobile-show.flex {
        display: flex !important; }
      .mobile-show.inline-flex {
        display: inline-flex !important; } }

.hide-empty:empty {
  display: none !important; }
  .hide-empty:empty > *:empty {
    display: none !important; }
  .hide-empty:empty .section-activity-text > .text > *:empty {
    display: none !important; }

h2.panel-title {
  font-size: 1rem; }
  h2.panel-title + .page-tabs {
    margin-top: 0; }
    h2.panel-title + .page-tabs > ul {
      margin-inline-start: 0; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    h2.panel-title {
      font-size: 0.833rem; } }

@media (max-width: 767px) and (orientation: portrait) {
  .header-image.header-image-tall {
    height: 10rem; } }

ul.scroll-slider li {
  vertical-align: text-top; }

.badge2 {
  /*display: inline-block;
  position: relative;
  color: var(--coing-color-main, $color-main);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1em;
  padding: 0.667em 0.667em;
  margin-right: 0.667em;
  margin-bottom: 0.667em;
  border-radius: 0.75em;
  border: solid 1px transparent;
  background-color: var(--coing-color-bg, $color-bg);
  box-shadow: 0 0.2em 0.6em 0 rgba(var(--coing-color-rgb-shadow-box, $color-rgb-shadow-box), 0.2);
  transition: all 150ms linear;*/
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1em;
  padding: 0.667em 0.667em;
  border: solid 1px transparent;
  transition: all 150ms linear;
  width: initial;
  margin: 0 0.2em 0.3em;
  position: relative;
  overflow: hidden;
  box-shadow: none;
  border-radius: 20px;
  font-weight: 500;
  color: var(--coing-color-main, #0279bb);
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
  border-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
  text-align: center; }

#window-privacy .window-body.text, #window-service .window-body.text {
  font-size: 0.6rem !important; }

body.scrolled header #logo {
  height: 3rem; }
  @media (max-width: 767px) and (orientation: portrait) {
    body.scrolled header #logo {
      height: 2.6rem; } }

#youtube-video.window {
  width: auto; }

.page-main div.text span, .section-page-main div.text span {
  white-space: normal; }

.more-button {
  display: block;
  width: 300px;
  margin: 15px auto;
  max-width: 100vw; }

#zoom-video {
  width: unset;
  min-width: 640px; }

.panel-title-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .panel-title-wrap h2 {
    margin-top: 0;
    margin-bottom: 0.5rem; }
    .panel-title-wrap h2.panel-title {
      margin-right: 0.67rem; }

[dir="rtl"] .panel-title-wrap h2.panel-title {
  margin-right: 0;
  margin-left: 0.67rem; }

.profile-barcode-html h3 {
  font-size: 18px; }

.profile-barcode-html h4 {
  font-size: 16px; }

.profile-barcode-html p {
  font-size: 14px; }

.stub, #panel__regular-groups .activities-list .stub,
.activities-list .stub, #panel__checking-groups .quick-links-list .stub,
.quick-links-list .stub, #panel__parent-groups .communities-list .stub,
#panel__marked_parent-groups .communities-list .stub {
  border: none;
  border-radius: 20px;
  background: #ebebeb; }


#panel__regular-groups .activities-list .stub,
#panel__regular-groups .activities-list .stub,
.activities-list .stub,
.activities-list #panel__checking-groups .quick-links-list .stub,
#panel__checking-groups .quick-links-list .activities-list .stub,
.activities-list #panel__parent-groups .communities-list .stub,
#panel__parent-groups .communities-list .activities-list .stub,
.activities-list #panel__marked_parent-groups .communities-list .stub,
#panel__marked_parent-groups .communities-list .activities-list .stub {
  height: 370px; }


#panel__checking-groups .quick-links-list .stub,
.quick-links-list #panel__regular-groups .activities-list .stub,
#panel__regular-groups .activities-list .quick-links-list .stub,
#panel__checking-groups .quick-links-list .stub,
.quick-links-list .stub,
.quick-links-list #panel__parent-groups .communities-list .stub,
#panel__parent-groups .communities-list .quick-links-list .stub,
.quick-links-list #panel__marked_parent-groups .communities-list .stub,
#panel__marked_parent-groups .communities-list .quick-links-list .stub {
  height: 158px; }

#panel__parent-groups .communities-list .stub,
#panel__marked_parent-groups .communities-list .stub {
  height: 128px; }

iframe.embedd-field {
  width: 100%;
  height: 70vh;
  max-height: 100%;
  border: none; }

#RecurringEvents {
  width: 700px; }

.iframe-container-page-bottom {
  width: 100%;
  height: calc(100vh - 2.8rem);
  position: relative;
  overflow: hidden; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .iframe-container-page-bottom {
      height: calc(100vh - 5.1rem); } }

.iframe-container {
  width: 100%;
  height: 1000px;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  text-align: center; }

.iframe-container iframe,
.iframe-container-page-bottom iframe {
  scrollbar-width: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden; }
  .iframe-container iframe ::-webkit-scrollbar,
  .iframe-container-page-bottom iframe ::-webkit-scrollbar {
    display: none; }

iframe {
  pointer-events: auto !important; }

.userway-s3-2 .btn-share svg {
  fill: #ffffff !important; }

.userway-s3-2 .header-button :not(#desktopPlusMenuButton) svg {
  fill: #ffffff !important; }

.userway-s3-2 #calendar .calendar-day .calendar-day-label {
  color: unset !important; }

.userway-s3-2 .item-intoit {
  color: revert; }
  .userway-s3-2 .item-intoit.item-intoit-alert {
    background-color: rgba(127, 0, 0, 0.7); }

.windows {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: calc(100 * var(--coing-vh, 1vh));
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  opacity: 0;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear; }
  .windows.on {
    pointer-events: all;
    touch-action: auto;
    z-index: 999999; }
  .windows.open {
    opacity: 1; }
  .windows .windows-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(var(--coing-color-rgb-shadow-overlay, 0, 0, 0), 0.85); }
  .windows .window {
    display: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 1250px;
    max-height: calc(90 * var(--coing-vh, 1vh));
    overflow-y: auto;
    background-color: var(--coing-color-bg, #ffffff);
    padding: 1rem;
    border-radius: 1rem;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .windows .window:focus {
      outline: none; }
    .windows .window.open {
      display: block; }
    .windows .window.small {
      width: 50%; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .windows .window.small {
          width: 90%; } }
    .windows .window .window-close {
      display: block;
      position: absolute;
      left: 0.7rem;
      top: 0.7rem;
      margin-left: -0.3rem;
      margin-top: -0.2rem;
      width: 1rem;
      height: 1rem;
      border-radius: 0.5rem;
      cursor: pointer;
      border: solid 1px transparent;
      z-index: 99; }
      .windows .window .window-close:focus {
        outline: none;
        border: solid 1px var(--coing-color-main); }
    .windows .window .window-head {
      display: block;
      position: relative; }
      .windows .window .window-head h2 {
        font-size: 1.4rem;
        line-height: 1.2em;
        margin-bottom: 0.5em; }
    .windows .window .window-body {
      display: block;
      position: relative; }
      .windows .window .window-body.text {
        font-size: 1rem;
        line-height: 1.4em; }
        .windows .window .window-body.text .long-text {
          max-height: calc(90 * var(--coing-vh, 1vh) - 5rem);
          overflow: hidden;
          overflow-y: auto; }
          @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
            .windows .window .window-body.text .long-text {
              max-height: calc(90 * var(--coing-vh, 1vh) - 4rem); } }
        .windows .window .window-body.text .center-items {
          display: flex;
          justify-content: center; }
          .windows .window .window-body.text .center-items .btn {
            margin: 0 0.3rem;
            text-decoration: none; }
          .windows .window .window-body.text .center-items.button-list {
            margin-top: 1em;
            margin-bottom: 1.4em;
            display: block; }
            .windows .window .window-body.text .center-items.button-list .btn {
              display: block;
              margin: 0.2em auto;
              width: 60%; }
              @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
                .windows .window .window-body.text .center-items.button-list .btn {
                  width: 100%; } }
      .windows .window .window-body .table-responsive {
        min-height: 0.01%;
        overflow-x: auto;
        max-height: 500px; }
    .windows .window .window-footer {
      display: block;
      position: relative;
      margin-top: 1rem; }
      .windows .window .window-footer.center-items {
        display: flex;
        justify-content: center; }
        .windows .window .window-footer.center-items .btn {
          margin: 0 0.3rem; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .windows .window {
        padding: 0.75rem;
        border-radius: 0.5rem; }
        .windows .window .window-close {
          margin-left: -0.3rem;
          margin-top: -0.5rem; }
        .windows .window .window-head h2 {
          font-size: 1rem;
          line-height: 1.2em;
          margin-bottom: 0.5em;
          max-width: 90%; }
        .windows .window .window-body.text {
          font-size: 0.75rem;
          line-height: 1.4em; } }
    .windows .window.fixed-head {
      overflow-y: visible; }
      .windows .window.fixed-head .window-head {
        height: 2.85rem; }
        @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .windows .window.fixed-head .window-head {
            height: 1.9rem; } }
      .windows .window.fixed-head .window-body {
        max-height: calc((90 * var(--coing-vh, 1vh)) - 2rem - 2.85rem);
        overflow-y: auto; }
        @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .windows .window.fixed-head .window-body {
            max-height: calc((90 * var(--coing-vh, 1vh)) - 1.5rem - 1.9rem); } }

form .form-input-group .form-input-error, .form-input-group .form-input-error {
  display: none;
  line-height: 1.5rem;
  font-size: 0.608333em; }

form .form-input-group label, .form-input-group label {
  color: var(--coing-color-text, #4a4a4a); }

form .form-input-group input[type='text|number'], .form-input-group input[type='text|number'] {
  border-color: var(--coing-color-text, #4a4a4a);
  box-shadow: none; }

#EditCommunityForm {
  display: flex;
  flex-flow: row wrap; }
  #EditCommunityForm > div {
    width: 100%; }
  #EditCommunityForm .text-visibility {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    #EditCommunityForm .text-visibility > .form-group {
      width: 60%; }
    #EditCommunityForm .text-visibility > .form-group + .form-group {
      width: 35%; }
  #EditCommunityForm .text-visibility-order {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    #EditCommunityForm .text-visibility-order > .form-group {
      width: 70%; }
    #EditCommunityForm .text-visibility-order > .form-group + .form-group {
      width: 20%;
      text-align: center; }
    #EditCommunityForm .text-visibility-order > .form-group + .form-group + .form-group {
      width: 10%; }
      #EditCommunityForm .text-visibility-order > .form-group + .form-group + .form-group label {
        visibility: hidden; }
      #EditCommunityForm .text-visibility-order > .form-group + .form-group + .form-group select {
        width: 4em;
        margin-left: auto;
        margin-right: auto; }
  #EditCommunityForm .fieldset {
    padding: 10px;
    margin-bottom: 15px;
    align-items: center; }
    #EditCommunityForm .fieldset.custom-scroll {
      width: 100%;
      box-sizing: content-box;
      max-height: 8.2rem; }
  #EditCommunityForm .form-group.inline {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    #EditCommunityForm .form-group.inline label {
      width: 20%; }
    #EditCommunityForm .form-group.inline input, #EditCommunityForm .form-group.inline select {
      width: 80%; }
  #EditCommunityForm button {
    margin: 0 0.1rem; }
  #EditCommunityForm .trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list), #EditCommunityForm .trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) {
    max-width: 277px; }
    #EditCommunityForm .trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button, #EditCommunityForm .trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button {
      margin: 2px; }
  #EditCommunityForm .object-images .field-editcommunity-event_cover {
    max-width: 100%; }
    #EditCommunityForm .object-images .field-editcommunity-event_cover .image-gray-box {
      width: 100%; }

#EditGroupForm input[name="tag-group-search"] {
  max-width: 19em; }

#EditGroupForm.small-form > .row {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden; }

#editImage .modal-body,
#EditCommunityForm .modal-body,
#EditGroupForm .modal-body,
#EditModal .modal-body {
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: auto; }

#EditCommunityForm .field-editcommunity-tags,
#EditCommunityForm .field-editcommunity-tags-group,
#EditCommunityForm .field-editgroup-instant_tags,
#EditGroupForm .field-editcommunity-tags,
#EditGroupForm .field-editcommunity-tags-group,
#EditGroupForm .field-editgroup-instant_tags,
#EditModal .field-editcommunity-tags,
#EditModal .field-editcommunity-tags-group,
#EditModal .field-editgroup-instant_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline; }

#EditCommunityForm .tags-control,
#EditGroupForm .tags-control,
#EditModal .tags-control {
  margin-bottom: 1rem; }
  #EditCommunityForm .tags-control button,
  #EditGroupForm .tags-control button,
  #EditModal .tags-control button {
    color: black;
    background-color: #E0E0E0;
    padding: 6px 0;
    width: 36px;
    height: 36px;
    text-align: center;
    margin: 0 0.1rem; }
    #EditCommunityForm .tags-control button svg,
    #EditGroupForm .tags-control button svg,
    #EditModal .tags-control button svg {
      fill: black;
      display: inline-block; }
    #EditCommunityForm .tags-control button.download-tags,
    #EditGroupForm .tags-control button.download-tags,
    #EditModal .tags-control button.download-tags {
      padding: 7px 0; }

.tags-widget {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  width: 100%; }
  .tags-widget > .tag-container, .tags-widget > .add-tag {
    margin-inline-end: 1%;
    margin-block-end: 10px; }
  .tags-widget.dragging > .tag-container:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3); }
  .tags-widget .tag-container {
    display: flex;
    flex-flow: row nowrap;
    width: 22%;
    min-width: 100px;
    position: relative;
    color: var(--coing-color-main, #0279bb);
    font-weight: 500;
    margin-left: 0.667em;
    margin-bottom: 0.667em;
    border-radius: 20px;
    background-color: var(--coing-color-bg, #ffffff);
    border: 1px solid #BCBCBC;
    overflow: hidden; }
    .tags-widget .tag-container.last {
      box-shadow: none;
      border-radius: 0;
      width: 33%;
      border: none; }
      .tags-widget .tag-container.last .btn {
        width: initial;
        padding: 0 9px; }
      .tags-widget .tag-container.last input {
        border: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 0;
        margin-right: 5px;
        box-shadow: none !important; }
      .tags-widget .tag-container.last [type="file"] {
        display: none; }
      .tags-widget .tag-container.last-with-file {
        width: 50%; }
    .tags-widget .tag-container [type="text"] {
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-right: 15%;
      box-shadow: none;
      border: none; }
  .tags-widget button {
    width: 1.5em; }
    .tags-widget button.remove-tag {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: transparent;
      border: none;
      z-index: 2;
      color: #BCBCBC; }

[dir="rtl"] .tags-widget .tag-container [type="text"] {
  padding-right: 12px;
  padding-left: 15%; }

#editgroup-custom_filters, .field-editsubcommunity-custom_filters, .field-editsubcommunity-custom_filter_groups {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  width: 100%; }
  #editgroup-custom_filters .draggable-tag, .field-editsubcommunity-custom_filters .draggable-tag, .field-editsubcommunity-custom_filter_groups .draggable-tag {
    width: initial;
    margin: 0 .21em !important;
    flex-flow: row nowrap;
    min-width: 100px;
    position: relative;
    font-weight: 500;
    margin-left: 0.667em;
    margin-bottom: 0.667em;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0.5rem !important; }

.community-group-title {
  display: flex;
  width: 35%;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap; }
  .community-group-title input {
    width: 73% !important; }

.community-group-method {
  display: flex;
  width: 35%;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap; }
  .community-group-method input, .community-group-method select {
    width: 73% !important; }

button.add_tag_group.btn.btn-main {
  margin-bottom: 30px; }

.title-for-objects {
  display: block;
  margin: 10px 0 15px;
  font-size: 1.2em;
  font-weight: bold; }

.iti, .iti--container {
  direction: ltr; }

.iti__country-list {
  font-size: 16px; }

#SubscriptionResult {
  padding-top: 32px; }
  #SubscriptionResult .window-head {
    display: none; }

#SubscriptionResult, #AuthModal,
#LogOutModal, #AdminSubscribe {
  max-height: calc(98 * var(--coing-vh, 1vh));
  padding: 0;
  max-width: 652px; }
  #SubscriptionResult h3, #AuthModal h3, #LogOutModal h3, #AdminSubscribe h3 {
    font-size: 100%;
    line-height: 1.5em;
    margin: 0;
    padding: 0; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    #SubscriptionResult, #AuthModal,
    #LogOutModal, #AdminSubscribe {
      padding: 16px; } }
  #SubscriptionResult .iti, #AuthModal .iti, #LogOutModal .iti, #AdminSubscribe .iti {
    width: 100%; }
    #SubscriptionResult .iti__selected-flag, #AuthModal .iti__selected-flag, #LogOutModal .iti__selected-flag, #AdminSubscribe .iti__selected-flag {
      direction: ltr; }
    #SubscriptionResult .iti__selected-dial-code, #AuthModal .iti__selected-dial-code, #LogOutModal .iti__selected-dial-code, #AdminSubscribe .iti__selected-dial-code {
      border-left: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2);
      border-right: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2);
      padding: 0 8px;
      font-size: 16px; }
    #SubscriptionResult .iti__arrow, #AuthModal .iti__arrow, #LogOutModal .iti__arrow, #AdminSubscribe .iti__arrow {
      display: none; }
    #SubscriptionResult .iti__selected-flag, #AuthModal .iti__selected-flag, #LogOutModal .iti__selected-flag, #AdminSubscribe .iti__selected-flag {
      background-color: transparent; }
  #SubscriptionResult .error-summary, #AuthModal .error-summary, #LogOutModal .error-summary, #AdminSubscribe .error-summary, #SubscriptionResult .help-block-error, #AuthModal .help-block-error, #LogOutModal .help-block-error, #AdminSubscribe .help-block-error {
    font-size: 14px;
    font-weight: 400;
    color: #a31717; }
    #SubscriptionResult .error-summary ul, #AuthModal .error-summary ul, #LogOutModal .error-summary ul, #AdminSubscribe .error-summary ul, #SubscriptionResult .error-summary ol, #AuthModal .error-summary ol, #LogOutModal .error-summary ol, #AdminSubscribe .error-summary ol, #SubscriptionResult .help-block-error ul, #AuthModal .help-block-error ul, #LogOutModal .help-block-error ul, #AdminSubscribe .help-block-error ul, #SubscriptionResult .help-block-error ol, #AuthModal .help-block-error ol, #LogOutModal .help-block-error ol, #AdminSubscribe .help-block-error ol {
      list-style-type: none; }
  #SubscriptionResult .black-link, #AuthModal .black-link, #LogOutModal .black-link, #AdminSubscribe .black-link, #SubscriptionResult .back-button, #AuthModal .back-button, #LogOutModal .back-button, #AdminSubscribe .back-button, #AuthModal .forgot-password,
  #LogOutModal .forgot-password {
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
    color: #222222; }
    #SubscriptionResult .black-link:hover, #AuthModal .black-link:hover, #LogOutModal .black-link:hover, #AdminSubscribe .black-link:hover, #SubscriptionResult .back-button:hover, #AuthModal .back-button:hover, #LogOutModal .back-button:hover, #AdminSubscribe .back-button:hover, #AuthModal .forgot-password:hover,
    #LogOutModal .forgot-password:hover, #SubscriptionResult .black-link:visited, #AuthModal .black-link:visited, #LogOutModal .black-link:visited, #AdminSubscribe .black-link:visited, #SubscriptionResult .back-button:visited, #AuthModal .back-button:visited, #LogOutModal .back-button:visited, #AdminSubscribe .back-button:visited, #AuthModal .forgot-password:visited,
    #LogOutModal .forgot-password:visited, #SubscriptionResult .black-link:active, #AuthModal .black-link:active, #LogOutModal .black-link:active, #AdminSubscribe .black-link:active, #SubscriptionResult .back-button:active, #AuthModal .back-button:active, #LogOutModal .back-button:active, #AdminSubscribe .back-button:active, #AuthModal .forgot-password:active,
    #LogOutModal .forgot-password:active {
      color: #222222; }
  #SubscriptionResult .window-head, #AuthModal .window-head, #LogOutModal .window-head, #AdminSubscribe .window-head {
    margin: 10px 40px 0 40px; }
    #SubscriptionResult .window-head svg, #AuthModal .window-head svg, #LogOutModal .window-head svg, #AdminSubscribe .window-head svg {
      fill: #222222; }
    #SubscriptionResult .window-head:has(.header-cover), #AuthModal .window-head:has(.header-cover), #LogOutModal .window-head:has(.header-cover), #AdminSubscribe .window-head:has(.header-cover) {
      margin: 0; }
    #SubscriptionResult .window-head + .window-body, #AuthModal .window-head + .window-body, #LogOutModal .window-head + .window-body, #AdminSubscribe .window-head + .window-body {
      margin: 0 40px 10px 40px; }
    #SubscriptionResult .window-head .header-cover, #AuthModal .window-head .header-cover, #LogOutModal .window-head .header-cover, #AdminSubscribe .window-head .header-cover {
      background-position: center;
      background-size: cover; }
  #SubscriptionResult .window-body, #AuthModal .window-body, #LogOutModal .window-body, #AdminSubscribe .window-body {
    margin: 10px 40px;
    display: flex;
    flex-direction: column;
    align-items: normal;
    gap: 16px; }
    #SubscriptionResult .window-body *, #AuthModal .window-body *, #LogOutModal .window-body *, #AdminSubscribe .window-body * {
      font-family: var(--coing-font-family, sans-serif); }
  #SubscriptionResult .window-close, #AuthModal .window-close, #LogOutModal .window-close, #AdminSubscribe .window-close {
    width: 20px;
    height: 20px;
    top: 15px;
    left: 15px;
    margin: 0;
    padding: 0;
    fill: #222222; }
  #SubscriptionResult form, #AuthModal form, #LogOutModal form, #AdminSubscribe form {
    display: flex;
    flex-flow: column;
    gap: 16px; }
    #SubscriptionResult form .bootstrap-isolated, #AuthModal form .bootstrap-isolated, #LogOutModal form .bootstrap-isolated, #AdminSubscribe form .bootstrap-isolated {
      display: flex;
      flex-flow: column;
      gap: 16px; }
    #SubscriptionResult form .form-group, #AuthModal form .form-group, #LogOutModal form .form-group, #AdminSubscribe form .form-group {
      margin-bottom: 0; }
      #SubscriptionResult form .form-group-code, #AuthModal form .form-group-code, #LogOutModal form .form-group-code, #AdminSubscribe form .form-group-code {
        max-width: 300px;
        align-self: center; }
      #SubscriptionResult form .form-group-inline, #AuthModal form .form-group-inline, #LogOutModal form .form-group-inline, #AdminSubscribe form .form-group-inline {
        display: flex;
        flex-flow: row nowrap; }
        #SubscriptionResult form .form-group-inline input, #AuthModal form .form-group-inline input, #LogOutModal form .form-group-inline input, #AdminSubscribe form .form-group-inline input {
          border-radius: 0 10px 10px 0; }
        #SubscriptionResult form .form-group-inline .btn, #AuthModal form .form-group-inline .btn, #LogOutModal form .form-group-inline .btn, #AdminSubscribe form .form-group-inline .btn, #SubscriptionResult form .form-group-inline button, #AuthModal form .form-group-inline button, #LogOutModal form .form-group-inline button, #AdminSubscribe form .form-group-inline button {
          border-radius: 50px 0 0 50px;
          width: max-content; }
          #SubscriptionResult form .form-group-inline .btn:before, #AuthModal form .form-group-inline .btn:before, #LogOutModal form .form-group-inline .btn:before, #AdminSubscribe form .form-group-inline .btn:before, #SubscriptionResult form .form-group-inline button:before, #AuthModal form .form-group-inline button:before, #LogOutModal form .form-group-inline button:before, #AdminSubscribe form .form-group-inline button:before {
            border-radius: 50px 0 0 50px; }
        html[dir=ltr] #SubscriptionResult form .form-group-inline input, html[dir=ltr] #AuthModal form .form-group-inline input, html[dir=ltr] #LogOutModal form .form-group-inline input, html[dir=ltr] #AdminSubscribe form .form-group-inline input {
          border-radius: 10px 0 0 10px; }
        html[dir=ltr] #SubscriptionResult form .form-group-inline .btn, html[dir=ltr] #AuthModal form .form-group-inline .btn, html[dir=ltr] #LogOutModal form .form-group-inline .btn, html[dir=ltr] #AdminSubscribe form .form-group-inline .btn, html[dir=ltr] #SubscriptionResult form .form-group-inline button, html[dir=ltr] #AuthModal form .form-group-inline button, html[dir=ltr] #LogOutModal form .form-group-inline button, html[dir=ltr] #AdminSubscribe form .form-group-inline button {
          border-radius: 0 50px 50px 0; }
          html[dir=ltr] #SubscriptionResult form .form-group-inline .btn:before, html[dir=ltr] #AuthModal form .form-group-inline .btn:before, html[dir=ltr] #LogOutModal form .form-group-inline .btn:before, html[dir=ltr] #AdminSubscribe form .form-group-inline .btn:before, html[dir=ltr] #SubscriptionResult form .form-group-inline button:before, html[dir=ltr] #AuthModal form .form-group-inline button:before, html[dir=ltr] #LogOutModal form .form-group-inline button:before, html[dir=ltr] #AdminSubscribe form .form-group-inline button:before {
            border-radius: 0 50px 50px 0; }
    #SubscriptionResult form .has-error .form-control, #AuthModal form .has-error .form-control, #LogOutModal form .has-error .form-control, #AdminSubscribe form .has-error .form-control, #SubscriptionResult form .has-error .control-label, #AuthModal form .has-error .control-label, #LogOutModal form .has-error .control-label, #AdminSubscribe form .has-error .control-label {
      border-color: #ff6250; }
    #SubscriptionResult form .radio label, #AuthModal form .radio label, #LogOutModal form .radio label, #AdminSubscribe form .radio label {
      margin-inline-end: 1.2em; }
      #SubscriptionResult form .radio label input[type="radio"], #AuthModal form .radio label input[type="radio"], #LogOutModal form .radio label input[type="radio"], #AdminSubscribe form .radio label input[type="radio"] {
        margin-inline-end: 0.5em; }
  #SubscriptionResult .window-big-text, #AuthModal .window-big-text, #LogOutModal .window-big-text, #AdminSubscribe .window-big-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    text-align: center; }
  #SubscriptionResult .form-control, #AuthModal .form-control, #LogOutModal .form-control, #AdminSubscribe .form-control {
    background-color: var(--coing-color-bg, #ffffff) !important;
    width: 100%;
    height: 48px; }
    #SubscriptionResult .form-control:not(.intl-phone-input), #AuthModal .form-control:not(.intl-phone-input), #LogOutModal .form-control:not(.intl-phone-input), #AdminSubscribe .form-control:not(.intl-phone-input) {
      padding: 6px 12px; }
  #SubscriptionResult button[type="submit"], #AuthModal button[type="submit"], #LogOutModal button[type="submit"], #AdminSubscribe button[type="submit"] {
    width: 100%;
    border-radius: 50px;
    background-color: var(--coing-color-main, #0279bb);
    height: 48px; }
    #SubscriptionResult button[type="submit"].disabled, #AuthModal button[type="submit"].disabled, #LogOutModal button[type="submit"].disabled, #AdminSubscribe button[type="submit"].disabled, #SubscriptionResult button[type="submit"][disabled], #AuthModal button[type="submit"][disabled], #LogOutModal button[type="submit"][disabled], #AdminSubscribe button[type="submit"][disabled] {
      opacity: 1;
      background: #BBB; }
      #SubscriptionResult button[type="submit"].disabled:before, #AuthModal button[type="submit"].disabled:before, #LogOutModal button[type="submit"].disabled:before, #AdminSubscribe button[type="submit"].disabled:before, #SubscriptionResult button[type="submit"][disabled]:before, #AuthModal button[type="submit"][disabled]:before, #LogOutModal button[type="submit"][disabled]:before, #AdminSubscribe button[type="submit"][disabled]:before {
        content: none; }
    #SubscriptionResult button[type="submit"].inverted, #AuthModal button[type="submit"].inverted, #LogOutModal button[type="submit"].inverted, #AdminSubscribe button[type="submit"].inverted {
      background-color: var(--coing-color-bg, #ffffff);
      color: var(--coing-color-main, #0279bb);
      border: 0.1em solid var(--coing-color-main, #0279bb); }
      #SubscriptionResult button[type="submit"].inverted:hover, #AuthModal button[type="submit"].inverted:hover, #LogOutModal button[type="submit"].inverted:hover, #AdminSubscribe button[type="submit"].inverted:hover, #SubscriptionResult button[type="submit"].inverted:focus, #AuthModal button[type="submit"].inverted:focus, #LogOutModal button[type="submit"].inverted:focus, #AdminSubscribe button[type="submit"].inverted:focus {
        background-color: var(--coing-color-bg, #ffffff);
        color: var(--coing-color-main, #0279bb); }
    #SubscriptionResult button[type="submit"]:focus, #AuthModal button[type="submit"]:focus, #LogOutModal button[type="submit"]:focus, #AdminSubscribe button[type="submit"]:focus, #SubscriptionResult button[type="submit"]:hover, #AuthModal button[type="submit"]:hover, #LogOutModal button[type="submit"]:hover, #AdminSubscribe button[type="submit"]:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--coing-color-main, #0279bb); }
    #SubscriptionResult button[type="submit"]:active, #AuthModal button[type="submit"]:active, #LogOutModal button[type="submit"]:active, #AdminSubscribe button[type="submit"]:active {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--coing-color-main, #0279bb); }
  #SubscriptionResult .back-button, #AuthModal .back-button, #LogOutModal .back-button, #AdminSubscribe .back-button {
    width: max-content; }

#SubscriptionResult {
  max-width: 394px;
  padding: 32px 40px; }
  #SubscriptionResult .window-big-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0; }
  #SubscriptionResult h2 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0; }
    #SubscriptionResult h2.red {
      color: #B00020; }
  #SubscriptionResult svg {
    display: block;
    margin: 12px auto;
    width: 32px; }
  #SubscriptionResult .window-body {
    font-size: 0.75rem;
    line-height: 2em;
    gap: unset; }
    #SubscriptionResult .window-body h2, #SubscriptionResult .window-body .window-small-text {
      line-height: 2em; }
  #SubscriptionResult p {
    text-align: start; }

#AuthModal .window-header .window-header-title h2,
#LogOutModal .window-header .window-header-title h2 {
  font-size: 24px; }

#AuthModal:not(:has(.window-head)),
#LogOutModal:not(:has(.window-head)) {
  padding-top: 32px; }

#AuthModal input,
#LogOutModal input {
  font-size: 14px; }

#AuthModal .window-head,
#LogOutModal .window-head {
  display: flex;
  flex-flow: column;
  gap: 16px;
  text-align: center; }
  #AuthModal .window-head .header-cover,
  #LogOutModal .window-head .header-cover {
    height: 200px; }

#AuthModal .forgot-password,
#LogOutModal .forgot-password {
  width: max-content;
  align-self: flex-end;
  margin-top: -16px; }

#AuthModal .send-again-button,
#LogOutModal .send-again-button {
  margin-top: -16px;
  font-size: 12px;
  line-height: 150%;
  text-decoration: underline;
  color: #bbbbbb; }
  #AuthModal .send-again-button:hover, #AuthModal .send-again-button:visited, #AuthModal .send-again-button:active,
  #LogOutModal .send-again-button:hover,
  #LogOutModal .send-again-button:visited,
  #LogOutModal .send-again-button:active {
    color: #bbbbbb; }

#AuthModal .terms,
#LogOutModal .terms {
  font-size: 14px;
  width: 100%;
  line-height: 150%;
  text-align: start; }
  #AuthModal .terms a,
  #LogOutModal .terms a {
    color: var(--coing-color-main, #0279bb);
    text-decoration: none; }
    #AuthModal .terms a:visited, #AuthModal .terms a:hover,
    #LogOutModal .terms a:visited,
    #LogOutModal .terms a:hover {
      color: var(--coing-color-main, #0279bb);
      text-decoration: none; }
  #AuthModal .terms input[type="checkbox"],
  #LogOutModal .terms input[type="checkbox"] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-inline-end: 10px; }
  #AuthModal .terms p,
  #LogOutModal .terms p {
    display: inline; }

#AuthModal .auth-button,
#LogOutModal .auth-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  gap: 10px;
  height: 48px;
  width: 100%;
  background: var(--coing-color-bg, #ffffff);
  border: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2);
  border-radius: 10px;
  flex: none;
  flex-grow: 0;
  text-decoration: none;
  color: #231F20;
  font-size: 16px; }
  #AuthModal .auth-button:visited,
  #LogOutModal .auth-button:visited {
    text-decoration: none;
    color: #231F20; }
  #AuthModal .auth-button img,
  #LogOutModal .auth-button img {
    height: 24px; }
  #AuthModal .auth-button:focus, #AuthModal .auth-button:hover,
  #LogOutModal .auth-button:focus,
  #LogOutModal .auth-button:hover {
    text-decoration: none;
    color: #231F20;
    background: #F7F7F7; }
  #AuthModal .auth-button:active,
  #LogOutModal .auth-button:active {
    border: 2px solid #222222;
    text-decoration: none;
    color: #231F20; }
  #AuthModal .auth-button.disabled, #AuthModal .auth-button[disabled],
  #LogOutModal .auth-button.disabled,
  #LogOutModal .auth-button[disabled] {
    filter: saturate(0.25) !important;
    opacity: 0.5 !important;
    touch-action: none !important;
    pointer-events: none !important;
    cursor: not-allowed; }
  #AuthModal .auth-button-small,
  #LogOutModal .auth-button-small {
    display: inline-block;
    width: min-content;
    border-radius: 50%;
    border: 2px solid var(--coing-color-bg-dark, #767676); }

.no-head .window-header {
  display: none; }

.no-back .back-button {
  display: none; }

#AdminSubscribe {
  overflow: visible; }
  #AdminSubscribe label {
    font-size: 18px; }
  #AdminSubscribe p.help-block-error {
    font-size: 0.6rem;
    font-style: italic;
    color: var(--coing-color-alert, #a31717); }
  #AdminSubscribe #subscription-actions {
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 100%; }
    #AdminSubscribe #subscription-actions.full-width {
      flex-flow: column; }
    #AdminSubscribe #subscription-actions button[type="submit"] {
      width: auto;
      margin: 5px 10px; }

.or-line {
  flex: none;
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #BBBBBB; }
  .or-line div:nth-child(odd) {
    border-top: 1px solid #BBBBBB;
    height: 0;
    flex-grow: 1; }
  .or-line div:nth-child(even) {
    margin: 0 0.2rem; }

.window-header {
  display: flex;
  flex-flow: row;
  height: 64px;
  width: 100%; }
  .window-header-title {
    font-size: 24px;
    line-height: 150%;
    font-weight: 600;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    place-self: center;
    place-items: center;
    place-content: center;
    margin: 0 16px 0 10px;
    overflow-y: hidden;
    height: 100%; }
    .window-header-title .group-title {
      font-size: 20px; }
    .window-header-title span, .window-header-title div {
      display: inline-block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis; }
  .window-header-logo {
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 64px;
    height: 64px; }
    .window-header-logo img {
      display: inline-block;
      position: relative;
      border: none;
      max-width: 100%;
      height: auto;
      padding: 0;
      margin: 0; }
  .window-header-justifier {
    flex: none;
    flex-shrink: 2;
    width: 64px;
    height: 64px; }
  .window-header-image {
    flex: none;
    order: 0;
    flex-grow: 0;
    border-radius: 30px;
    height: 200px;
    width: 100%; }

.buttons {
  display: flex;
  flex-flow: column; }
  .buttons > * {
    width: 100%; }

.buttons-row {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  gap: 10px; }
  .buttons-row > * {
    width: 100%; }

.cta-buttons {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  gap: 40px; }

.opposed-text {
  display: flex;
  justify-content: space-between; }

[data-empty]:empty:before {
  content: attr(data-empty); }

.tickets-wrapper {
  margin-top: 10px; }
  .tickets-wrapper nav.tabs {
    margin-bottom: 40px; }

#subscribeModal .row-label {
  font-size: 18px;
  font-weight: 600; }

#subscribeModal .subscription-products-list {
  display: flex;
  flex-flow: column;
  gap: 16px; }
  #subscribeModal .subscription-products-list select {
    min-width: 75%; }
  #subscribeModal .subscription-products-list.no-price .price-value {
    display: none; }
  #subscribeModal .subscription-products-list input.product-price {
    max-width: 8em;
    min-width: 4em;
    text-align: end;
    padding-inline-start: 10px; }

#subscribeModal .subscription-product-row {
  display: flex;
  flex-flow: column;
  border-radius: 8px;
  border: 1px solid var(--system-neutral-medium-grey, #BBB);
  padding: 14px;
  gap: 16px; }

#subscribeModal .grid-row {
  width: 100%;
  display: flex;
  align-items: center; }
  #subscribeModal .grid-row .grid-col {
    width: 50%; }
    #subscribeModal .grid-row .grid-col.full-width {
      width: 100%; }
  #subscribeModal .grid-row .left {
    display: flex;
    justify-content: space-between; }
  #subscribeModal .grid-row .right {
    display: flex;
    justify-content: end;
    align-items: flex-end; }
  #subscribeModal .grid-row.product .left {
    font-size: 18px;
    font-weight: 600; }

#subscribeModal [data-service-fee] + .subtext {
  color: var(--coing-color-text-gray, #bbbbbb); }

#subscribeModal .coupon-code .right {
  flex-flow: column; }

#subscribeModal .coupon-code input {
  max-width: 75%; }

#subscribeModal .coupon-discount:has(.coupon-discount-text:empty) {
  display: none; }

#subscribeModal .totals {
  display: flex;
  flex-flow: column;
  gap: 16px; }

.incremental-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px; }
  .incremental-block a {
    text-decoration: none;
    line-height: 0;
    border: none; }
    .incremental-block a:hover, .incremental-block a:visited, .incremental-block a:focus, .incremental-block a:active {
      text-decoration: none;
      line-height: 0;
      border: none; }
  .incremental-block svg {
    border-radius: 5px;
    height: 20px;
    width: 20px; }
    .incremental-block svg:first-of-type path {
      fill: var(--coing-color-secondary, #f2f2f2); }
    .incremental-block svg:first-of-type rect {
      fill: var(--coing-color-secondary, #f2f2f2); }
    .incremental-block svg:nth-of-type(2) path {
      fill: #ffffff; }
    .incremental-block svg:nth-of-type(2) rect {
      fill: #0279bb; }
  .incremental-block input {
    width: 50px;
    text-align: center;
    order: 2; }
    .incremental-block input:disabled {
      color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5) !important;
      cursor: not-allowed; }
      .incremental-block input:disabled ~ a svg {
        opacity: 0.5; }
    .incremental-block input ~ a:first-of-type {
      order: 1; }
    .incremental-block input ~ a:nth-of-type(2) {
      order: 3; }

.subscription-use-membership {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  padding: 24px 0;
  gap: 24px; }

.flex-form-group {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  .flex-form-group p.help-block {
    width: 100%; }

#AttendeesContainer {
  font-size: 18px;
  counter-reset: counter; }
  #AttendeesContainer hr {
    margin: 16px unset; }
    #AttendeesContainer hr:first-of-type {
      display: none; }
  #AttendeesContainer label {
    width: 100%;
    margin: 0 0 24px 0; }
  #AttendeesContainer .form-group {
    margin: 0 0 24px 0; }
  #AttendeesContainer .counter:after {
    counter-increment: counter;
    content: counter(counter); }
  #AttendeesContainer .counter:after {
    margin-inline-start: 0.3em; }
  #AttendeesContainerLabel {
    display: block;
    width: max-content;
    margin: 24px auto; }

.google-address-container input {
  width: 100%; }

.detailed-address-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px; }
  .detailed-address-container .field-full {
    width: 100%; }
  .detailed-address-container .field-street {
    width: 40%; }
  .detailed-address-container .field-house {
    width: calc(20% - 16px); }
  .detailed-address-container .field-entrance {
    width: calc(20% - 16px); }
  .detailed-address-container .field-apartment {
    width: calc(20% - 16px); }
  .detailed-address-container .field-city {
    width: 100%; }
  .detailed-address-container .field-country {
    width: 60%; }
  .detailed-address-container .field-postal {
    width: calc(20% - 16px); }
  .detailed-address-container .field-neighborhood {
    width: 100%; }
  .detailed-address-container .select2.select2-container--bootstrap {
    font-size: 0.6889rem; }
    .detailed-address-container .select2.select2-container--bootstrap .select2-selection {
      height: 34px; }

.poweredby {
  font-size: 14px;
  line-height: 150%;
  width: 100%;
  text-align: center; }
  .poweredby span {
    font-weight: bold; }
  .poweredby span:before {
    content: ' ';
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(../images/icon-with.svg);
    background-size: contain;
    vertical-align: top; }

#calendar {
  display: flex;
  padding: 0.5rem; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    #calendar {
      height: auto;
      padding: 0rem 0 0.5rem; } }
  #calendar .fc-toolbar {
    justify-content: center;
    gap: 2rem; }
  #calendar .fc-toolbar-title {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1em; }
  #calendar .fc-button {
    background: none;
    color: var(--coing-color-text, #4a4a4a);
    border: none;
    box-shadow: none; }
    #calendar .fc-button:hover, #calendar .fc-button:focus {
      color: var(--coing-color-main, #0279bb); }
  #calendar .fc-scrollgrid, #calendar .fc-scrollgrid td, #calendar .fc-scrollgrid th {
    border-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.75) !important;
    border: none !important; }
  #calendar .fc-col-header-cell {
    font-size: 0.833rem;
    line-height: 1.2em;
    font-weight: normal;
    padding-bottom: 1.5em; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      #calendar .fc-col-header-cell {
        font-size: 0.5833rem;
        line-height: 1.2em;
        padding-bottom: 1.5em; } }
    #calendar .fc-col-header-cell .fc-col-header-cell-cushion {
      opacity: .7; }
  #calendar .fc-view-harness, #calendar .fc-daygrid-body {
    max-height: 100% !important; }
  #calendar .fc-toolbar.fc-header-toolbar {
    font-size: 0.8333rem;
    line-height: 1.2em;
    margin-bottom: 1em; }
  #calendar .fc-daygrid-day-number {
    margin: 0 auto; }
  #calendar .fc-daygrid-day-events {
    display: none; }
  #calendar .fc-daygrid-day.fc-day-today {
    background: none; }
    #calendar .fc-daygrid-day.fc-day-today .calendar-day:before {
      background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.05); }
    #calendar .fc-daygrid-day.fc-day-today .calendar-day-label {
      color: var(--coing-color-main, #0279bb); }
  #calendar .calendar-day {
    display: block;
    position: relative;
    text-align: center;
    width: auto;
    margin: 0 auto;
    padding: 0.4rem;
    cursor: pointer; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      #calendar .calendar-day {
        padding: .2rem 0.4rem; } }
    #calendar .calendar-day:before {
      content: "";
      display: block;
      position: absolute;
      left: 17%;
      top: 0;
      width: 1.5833rem;
      height: 1.5833rem;
      border-radius: 50%; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        #calendar .calendar-day:before {
          left: 50%;
          top: 50%;
          transform: translate(-50%, -75%); } }
    #calendar .calendar-day.selected:before {
      background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 1) !important; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        #calendar .calendar-day.selected:before {
          transform: translate(-50%, -53%); } }
    #calendar .calendar-day.selected .calendar-day-label, #calendar .calendar-day.selected .calendar-day-events {
      color: var(--coing-color-bg, #ffffff) !important; }
      #calendar .calendar-day.selected .calendar-day-label:before, #calendar .calendar-day.selected .calendar-day-events:before {
        display: none; }
    #calendar .calendar-day .calendar-day-label {
      width: 1.6rem;
      font-size: 0.75rem;
      line-height: 1em;
      font-weight: 400;
      color: var(--coing-color-text, #4a4a4a);
      padding: 0 0.4em;
      margin: 0 auto 0.4em; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        #calendar .calendar-day .calendar-day-label {
          margin: 0 auto 0.2em; } }
    #calendar .calendar-day .calendar-day-events {
      font-size: 14px;
      line-height: 1em;
      color: var(--coing-color-main, #0279bb);
      direction: ltr; }
    #calendar .calendar-day[data-count="0"] {
      cursor: auto; }
      #calendar .calendar-day[data-count="0"] .calendar-day-events:before {
        content: "\A0"; }
    #calendar .calendar-day[data-count="1"] .calendar-day-events:before {
      content: "\25CF"; }
    #calendar .calendar-day[data-count="2"] .calendar-day-events:before {
      content: "\25CF\25CF"; }
    #calendar .calendar-day[data-count="3"] .calendar-day-events:before {
      content: "\25CF\25CF\25CF"; }
    #calendar .calendar-day[data-count="4"] .calendar-day-events:before {
      content: "\25CF\25CF\25CF+"; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    #calendar {
      height: 100%;
      padding: 1rem 0; }
      #calendar .fc-scrollgrid {
        font-size: 0.5833rem;
        line-height: 1.2em; }
      #calendar .fc-view-harness, #calendar .fc-daygrid-body {
        /*height: auto;*/ }
      #calendar .fc-toolbar.fc-header-toolbar {
        font-size: 0.5833rem;
        line-height: 1.2em;
        margin-bottom: 1em; }
      #calendar .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        min-height: 1em; }
      #calendar .fc-scrollgrid-section-body table, #calendar .fc .fc-scrollgrid-section-footer table {
        height: 100% !important; }
      #calendar .fc-daygrid-day-number {
        padding: 2px; } }

.profile-page .header-image {
  height: 12.5rem;
  filter: blur(4px); }

.profile-page .bootstrap-isolated .center-content .panel-title {
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.2em; }
  .profile-page .bootstrap-isolated .center-content .panel-title:not(.collapsed) .caret {
    transform: rotate(180deg); }

.profile-page .bootstrap-isolated .center-content .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.profile-page .bootstrap-isolated .center-content form .form-group .control-label {
  font-weight: normal; }

.profile-page .bootstrap-isolated .left-sidebar {
  font-size: 0.7em; }
  .profile-page .bootstrap-isolated .left-sidebar .panel {
    background-color: #F5F2F0;
    border: none; }
    .profile-page .bootstrap-isolated .left-sidebar .panel-body {
      padding: 0; }
  .profile-page .bootstrap-isolated .left-sidebar .list-group {
    margin-bottom: 0; }
  .profile-page .bootstrap-isolated .left-sidebar .avatar {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .profile-page .bootstrap-isolated .left-sidebar .list-group-item {
    border: none;
    border-bottom: 1px solid #ddd;
    background-color: #F5F2F0;
    margin: 0; }
    .profile-page .bootstrap-isolated .left-sidebar .list-group-item svg {
      height: 1em; }
    .profile-page .bootstrap-isolated .left-sidebar .list-group-item.active {
      background-color: #222222;
      color: #fff; }
      .profile-page .bootstrap-isolated .left-sidebar .list-group-item.active svg {
        fill: white; }
  .profile-page .bootstrap-isolated .left-sidebar .name {
    word-wrap: break-word; }
  @media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .profile-page .bootstrap-isolated .left-sidebar {
      order: 1; } }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .profile-page .bootstrap-isolated .left-sidebar .list-group-item {
      background-color: #fff; } }

.profile-page .bootstrap-isolated .right-sidebar {
  font-size: 0.7em; }
  .profile-page .bootstrap-isolated .right-sidebar .image {
    cursor: pointer;
    width: 60%;
    margin: 0 auto;
    text-align: center; }
    .profile-page .bootstrap-isolated .right-sidebar .image .avatar {
      width: 100%;
      padding-top: 100%;
      border-radius: 50%;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.1);
      background-position: center;
      margin: 0 0 10px; }
    .profile-page .bootstrap-isolated .right-sidebar .image p {
      text-decoration: underline; }
  @media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .profile-page .bootstrap-isolated .right-sidebar {
      order: 3; } }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .profile-page .bootstrap-isolated .right-sidebar .panel.panel-default {
      border: none;
      box-shadow: none; } }

@media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .profile-page .bootstrap-isolated .center-content {
    order: 2; }
    .profile-page .bootstrap-isolated .center-content .center {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .profile-page .bootstrap-isolated .table-responsive {
    border: none; } }

.profile-page .ajax-update-option {
  position: relative;
  border-bottom: 1px solid #BBBBBB; }
  .profile-page .ajax-update-option:last-child {
    border-bottom: none; }
  .profile-page .ajax-update-option .edit,
  .profile-page .ajax-update-option .cancel {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
    text-decoration: underline;
    font-size: 14px; }
  .profile-page .ajax-update-option .input,
  .profile-page .ajax-update-option .cancel {
    display: none; }
  .profile-page .ajax-update-option .value {
    color: #BBBBBB;
    font-size: 16px;
    word-wrap: break-word; }
  .profile-page .ajax-update-option .control-label {
    margin: 0 25px 5px 0; }
  .profile-page .ajax-update-option.editable .input,
  .profile-page .ajax-update-option.editable .cancel {
    display: block; }
  .profile-page .ajax-update-option.editable .edit,
  .profile-page .ajax-update-option.editable .value {
    display: none; }

.profile-page .show-hide-menu a {
  display: block;
  width: 30px;
  padding: 0 7px; }
  .profile-page .show-hide-menu a:focus {
    outline-offset: 0; }

.profile-page .show-hide-menu svg {
  transform: scaleX(-1);
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .profile-page .center-content .center {
    width: 100%; }
  .profile-page .scroll-table {
    width: auto;
    margin: 0 0 0 20px; }
    .profile-page .scroll-table .row-flex {
      margin-right: 0;
      margin-left: -7px; }
    .profile-page .scroll-table .center-content {
      padding-right: 0px;
      padding-left: 7px; }
  .profile-page .section-page-main .left-sidebar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
    height: 100%;
    background: #fff;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    .profile-page .section-page-main .left-sidebar .panel-default > .panel-heading {
      color: #333333;
      background-color: #fff;
      border-color: #fff; }
  .profile-page .section-page-main.show .left-sidebar {
    display: block; }
  .profile-page .section-page-main.show .show-hide-menu svg {
    transform: scaleX(1); } }

.orders-table,
.registrations-table {
  font-size: 0.6rem; }
  .orders-table .group-image,
  .registrations-table .group-image {
    width: 85px;
    height: 85px;
    background-position: center;
    background-size: cover;
    border-radius: 10px; }
  .orders-table .price-column,
  .orders-table .status-column,
  .registrations-table .price-column,
  .registrations-table .status-column {
    white-space: nowrap; }
  .orders-table .price-column,
  .registrations-table .price-column {
    text-align: center; }
  .orders-table .clickable-row,
  .registrations-table .clickable-row {
    cursor: pointer; }
  .orders-table .status,
  .registrations-table .status {
    line-height: 18px; }
    .orders-table .status:before,
    .registrations-table .status:before {
      display: inline-block;
      content: "\25CF";
      line-height: 18px;
      font-size: 20px; }
    .orders-table .status.paid:before,
    .registrations-table .status.paid:before {
      color: green; }
    .orders-table .status.cancelled:before,
    .registrations-table .status.cancelled:before {
      color: red; }
    .orders-table .status.pending:before,
    .registrations-table .status.pending:before {
      color: yellow; }
    .orders-table .status.refunded:before,
    .registrations-table .status.refunded:before {
      color: orange; }
    .orders-table .status.failed:before,
    .registrations-table .status.failed:before {
      color: gray; }
    .orders-table .status.valid:before,
    .registrations-table .status.valid:before {
      color: green; }
    .orders-table .status.cancelled:before,
    .registrations-table .status.cancelled:before {
      color: red; }
    .orders-table .status.invalid:before,
    .registrations-table .status.invalid:before {
      color: gray; }
  .orders-table .invoice-icon svg,
  .registrations-table .invoice-icon svg {
    width: 18px; }
  .orders-table .event-name,
  .registrations-table .event-name {
    text-align: left; }
  .orders-table .display-flex,
  .registrations-table .display-flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
    align-items: center;
    justify-content: center;
    white-space: nowrap; }
    .orders-table .display-flex > *,
    .registrations-table .display-flex > * {
      flex-shrink: 0; }
  .orders-table .col,
  .registrations-table .col {
    padding-right: 7px;
    padding-left: 7px;
    line-height: 16px; }
    .orders-table .col svg.svg-sprite, .orders-table .col .incremental-block svg, .incremental-block .orders-table .col svg,
    .registrations-table .col svg.svg-sprite,
    .registrations-table .col .incremental-block svg,
    .incremental-block .registrations-table .col svg {
      height: 14px; }
  .orders-table .location svg.svg-sprite, .orders-table .location .incremental-block svg, .incremental-block .orders-table .location svg,
  .orders-table .invoice-icon svg.svg-sprite,
  .orders-table .invoice-icon .incremental-block svg,
  .incremental-block .orders-table .invoice-icon svg,
  .orders-table .show-tickets-modal svg.svg-sprite,
  .orders-table .show-tickets-modal .incremental-block svg,
  .incremental-block .orders-table .show-tickets-modal svg,
  .registrations-table .location svg.svg-sprite,
  .registrations-table .location .incremental-block svg,
  .incremental-block .registrations-table .location svg,
  .registrations-table .invoice-icon svg.svg-sprite,
  .registrations-table .invoice-icon .incremental-block svg,
  .incremental-block .registrations-table .invoice-icon svg,
  .registrations-table .show-tickets-modal svg.svg-sprite,
  .registrations-table .show-tickets-modal .incremental-block svg,
  .incremental-block .registrations-table .show-tickets-modal svg {
    height: 15px; }
  
  .orders-table .show-tickets-modal svg.svg-sprite,
  .orders-table .show-tickets-modal .incremental-block svg,
  .incremental-block .orders-table .show-tickets-modal svg,
  .registrations-table .show-tickets-modal svg.svg-sprite,
  .registrations-table .show-tickets-modal .incremental-block svg,
  .incremental-block .registrations-table .show-tickets-modal svg {
    fill: var(--coing-color-main, #0279bb); }
  .orders-table .more-detail,
  .registrations-table .more-detail {
    color: var(--coing-color-secondary, #f2f2f2); }
  .orders-table .location,
  .registrations-table .location {
    margin: 10px 0 0 0; }

.registrations-table {
  white-space: nowrap; }

.bootstrap-isolated .table.orders-table > tbody > tr > td {
  vertical-align: middle; }

.bootstrap-isolated .table.orders-table thead tr th {
  border-bottom: none;
  background: #F5F2F0; }

.bootstrap-isolated .orders-table .btn.btn-default {
  border-radius: 1.2895em;
  padding-left: 20px;
  padding-right: 20px; }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated .table.orders-table thead {
    display: none; }
  .bootstrap-isolated .table.orders-table > tbody > tr > td {
    vertical-align: top; }
    .bootstrap-isolated .table.orders-table > tbody > tr > td:nth-child(1), .bootstrap-isolated .table.orders-table > tbody > tr > td:nth-child(3) {
      padding: 8px 8px 8px 0; }
    .bootstrap-isolated .table.orders-table > tbody > tr > td:nth-child(4), .bootstrap-isolated .table.orders-table > tbody > tr > td:nth-child(5), .bootstrap-isolated .table.orders-table > tbody > tr > td:nth-child(6) {
      display: none; }
  .bootstrap-isolated .orders-responsive-table > .table.orders-table > tbody > tr > td {
    white-space: normal; } }

.user-connection-wrapper {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 32px; }
  .user-connection-wrapper .status {
    width: 24px;
    height: 24px; }
    .user-connection-wrapper .status.pending svg circle {
      fill: #FDD835; }
    .user-connection-wrapper .status.approved svg circle {
      fill: green; }
    .user-connection-wrapper .status.rejected svg circle {
      fill: darkred; }
    .user-connection-wrapper .status.cancelled {
      fill: gray; }
  .user-connection-wrapper .avatar {
    border-radius: 8px;
    overflow: hidden;
    width: 50px;
    height: 50px; }
    .user-connection-wrapper .avatar img {
      width: 100%;
      height: 100%; }
  .user-connection-wrapper .name {
    flex-grow: 1;
    font-size: 14px; }
    .user-connection-wrapper .name div:first-of-type {
      font-weight: bold; }
  .user-connection-wrapper .actions {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg); }

.btn-add-connection, .bootstrap-isolated .btn-add-connection {
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  padding: 15px 32px;
  text-transform: uppercase;
  height: auto; }

[dir="rtl"] .profile-page .ajax-update-option .edit, [dir="rtl"] .profile-page .ajax-update-option .cancel {
  right: auto;
  left: 0; }

[dir="rtl"] .profile-page .ajax-update-option .control-label {
  margin: 0 0 5px 25px; }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  [dir="rtl"] .profile-page .scroll-table {
    width: auto;
    margin: 0 20px 0 0; }
    [dir="rtl"] .profile-page .scroll-table .row-flex {
      margin-right: -7px;
      margin-left: 0px; }
    [dir="rtl"] .profile-page .scroll-table .center-content {
      padding-right: 7px;
      padding-left: 0px; } }

[dir="rtl"] .orders-table .event-name {
  text-align: right; }

.map-hint {
  display: none; }

[data-maps] {
  height: 350px; }
  [data-maps] .map-hint {
    display: inline; }

.marker-label {
  color: var(--coing-color-main, #0279bb) !important;
  background-color: rgba(var(--coing-color-rgb-bg, 255, 255, 255), 0.6);
  padding: 1px 4px;
  border-radius: 4px; }

.map-markers-choosing_block {
  margin-top: 10px; }

.map-markers button.marker-dropdown-button {
  width: auto;
  display: flex;
  height: auto;
  align-items: center;
  background: transparent;
  padding: 5px 12px; }
  .map-markers button.marker-dropdown-button img {
    width: 25px;
    height: auto;
    margin: 0 10px; }
  .map-markers button.marker-dropdown-button:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-left: 2px solid black;
    transform: rotate(-43deg);
    margin: 0 5px;
    border-bottom: 2px solid black;
    top: -4px;
    position: relative; }

.marker-dropdown {
  display: inline-block; }
  .marker-dropdown.active ul.marker-dropdown-list.dropdown-menu {
    display: block;
    left: initial !important; }
  .marker-dropdown ul.marker-dropdown-list.dropdown-menu a {
    display: flex;
    padding: 5px 10px;
    align-items: center; }
    .marker-dropdown ul.marker-dropdown-list.dropdown-menu a img {
      margin: 0 10px; }

#legend {
  position: absolute;
  top: 30000px;
  background: #fff;
  padding: 10px 0 0;
  margin: 10px;
  font-size: 16px;
  border: 0;
  color: #565656;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.3);
  cursor: pointer;
  transition: height .3s linear; }
  @media (max-width: 767px) {
    #legend {
      margin-top: 65px; } }
  #legend h3 {
    font-size: 18px;
    text-align: center;
    margin: 0 10px 10px; }
  #legend button {
    border: none;
    background: transparent; }
  #legend #legend-markers {
    display: none; }
    #legend #legend-markers .legend-item {
      display: flex;
      align-items: center;
      margin: 0 0 5px; }
  #legend img {
    width: 25px;
    margin: 0 5px; }
  #legend span {
    padding: 0 5px; }
  #legend.opacity-0 {
    opacity: 0; }

.bootstrap-isolated .tabs-controls {
  display: flex;
  justify-content: space-around;
  text-align: center;
  width: calc(100% + 40px) !important;
  margin: 0 -20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #BCBCBC; }
  .bootstrap-isolated .tabs-controls a {
    position: relative;
    display: block;
    padding: 0 5px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.2088px;
    color: #424242;
    text-decoration: none;
    padding-bottom: 5px; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .bootstrap-isolated .tabs-controls a {
        font-size: 14px; } }
    .bootstrap-isolated .tabs-controls a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent;
      height: 4px;
      border-radius: 2px 2px 0px 0px; }
    .bootstrap-isolated .tabs-controls a.active, .bootstrap-isolated .tabs-controls a:hover, .bootstrap-isolated .tabs-controls a:focus {
      color: var(--coing-color-main, #0279bb);
      text-decoration: none;
      outline: none; }
      .bootstrap-isolated .tabs-controls a.active:after, .bootstrap-isolated .tabs-controls a:hover:after, .bootstrap-isolated .tabs-controls a:focus:after {
        background-color: var(--coing-color-main, #0279bb); }

.bootstrap-isolated .modal form .tabs-wrap label {
  font-weight: 600;
  margin-bottom: 10px; }
  .bootstrap-isolated .modal form .tabs-wrap label.title-for-objects {
    font-weight: 700; }

.bootstrap-isolated .modal form .switcher-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  .bootstrap-isolated .modal form .switcher-wrap label {
    margin-bottom: 0; }
  .bootstrap-isolated .modal form .switcher-wrap p {
    width: 100%;
    margin: 0; }

.tabs {
  display: none; }
  .tabs > div {
    margin-bottom: 10px; }
  .tabs.active {
    display: block; }

.object-show-slider {
  display: flex;
  align-items: flex-start; }
  .object-show-slider > label {
    width: 110px;
    margin-right: 20px; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .object-show-slider > label {
        width: 95px;
        margin-right: 10px; } }
  .object-show-slider > div {
    flex: 1; }
    .object-show-slider > div .form-group .switcher-wrap label {
      font-weight: 400; }

.object-top {
  display: flex;
  width: 100%; }

.object-title {
  display: flex;
  flex-wrap: wrap;
  width: 75%; }
  .object-title > div.form-group {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 5px; }
  .object-title > div .checkbox {
    margin-top: 0; }
    .object-title > div .checkbox label {
      margin: 0; }

.object-thumb {
  padding: 0 15px; }

.object-button .form-group {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between; }
  .object-button .form-group.field-editcommunity-more_button_text {
    justify-content: flex-start; }
  .object-button .form-group p {
    width: 100%;
    margin: 0; }
  .object-button .form-group input {
    margin: 0 15px; }
    .object-button .form-group input.btn {
      width: initial;
      margin: 0;
      color: black;
      background-color: #F0F0F0;
      box-shadow: none;
      cursor: auto; }
      .object-button .form-group input.btn:hover {
        color: black; }
    .object-button .form-group input:not(.btn) {
      border: none;
      box-shadow: none;
      border-radius: 0;
      border-bottom: 1px solid #BCBCBC;
      width: 200px;
      padding: 0 12px;
      height: initial;
      line-height: 1; }
    .object-button .form-group input:focus {
      outline: none; }

.object-order {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%; }
  .object-order select.form-control {
    width: auto;
    margin: 0; }
  .object-order p {
    width: 100%; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .object-order label {
      width: 70%; } }

.object-permission {
  display: flex; }
  .object-permission > label {
    width: 110px;
    margin-right: 20px; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .object-permission > label {
        width: 95px;
        margin-right: 10px; } }
  .object-permission > div {
    flex: 1; }
    .object-permission > div.form-group .switcher-wrap label {
      font-weight: 400; }

.object-images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .object-images > div:first-child .image-gray-box.profile-image {
    border-radius: 5px; }
    .object-images > div:first-child .image-gray-box.profile-image canvas.changed {
      width: initial !important; }
  .object-images .image-gray-box.profile-image {
    overflow: hidden;
    border-radius: 0 20px;
    border: none;
    max-width: 100%; }
    .object-images .image-gray-box.profile-image[data-type="thumbRegular"] {
      border-radius: 10px 0; }
    .object-images .image-gray-box.profile-image canvas {
      left: 0;
      right: 0;
      margin: 0 auto;
      background-size: contain !important; }
      .object-images .image-gray-box.profile-image canvas.changed {
        width: initial !important; }

.settings-select {
  display: flex;
  align-items: center;
  margin: 15px 0; }
  .settings-select label {
    width: 25%; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .settings-select label {
        width: 60%; } }
  .settings-select input.form-control,
  .settings-select select.form-control {
    width: 30%;
    margin: 0 2%; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .settings-select input.form-control,
      .settings-select select.form-control {
        width: 40%; } }

.publishing-settings .form-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .publishing-settings .form-group *:last-child {
    width: 100%; }

.localization-settings .settings-select label {
  font-weight: 300; }

.settings-currency > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin-bottom: 20px; }
  .settings-currency > div .radio {
    margin: 0; }

.publishing-settings-number {
  display: flex;
  justify-content: space-between; }
  .publishing-settings-number .form-group input {
    max-width: 50px;
    padding: 0;
    text-align: center; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .publishing-settings-number > div:first-child {
      width: 85%; } }

.access-settings {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }
  .access-settings > label {
    width: 100%; }
  .access-settings > div {
    width: 40%;
    font-size: 18px;
    min-width: 200px; }
  .access-settings div.radio {
    margin: 23px 0; }

#settings-tab .object-button label {
  width: 25%; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    #settings-tab .object-button label {
      width: 60%; } }

#settings-tab .object-button input.form-control {
  width: 30%;
  margin: 0 2%; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    #settings-tab .object-button input.form-control {
      width: 36%; } }

#settings-tab .external-settings .object-button .form-group {
  justify-content: flex-start; }

#settings-tab .external-settings .object-button label {
  width: 35%; }

#settings-tab .external-settings .object-button input.btn {
  width: 30%; }

#settings-tab .external-settings .object-button input:not(.btn) {
  margin: 0;
  border: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2);
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px; }

#menu-tab .checkbox label {
  margin: 0; }

.views-options {
  display: flex;
  align-items: center; }
  .views-options div.form-group, .views-options div.checkbox, .views-options label {
    margin: 0; }

[dir="rtl"] .tabs .radio label, [dir="rtl"] .tabs .checkbox label {
  padding-right: 20px; }

[dir="rtl"] .tabs .radio input[type="radio"], [dir="rtl"] .tabs .radio input[type="checkbox"], [dir="rtl"] .tabs .checkbox input[type="radio"], [dir="rtl"] .tabs .checkbox input[type="checkbox"] {
  margin-left: 0;
  margin-right: -20px; }

.edit-small-modal .TagGroupsInputWidget {
  width: 100%; }

.edit-small-modal .modal-dialog {
  max-width: 450px; }
  .edit-small-modal .modal-dialog .image-gray-box.profile-image {
    margin: 0 auto;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    height: auto !important; }

.edit-small-modal .group-name .form-group, .edit-small-modal .form-section .form-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  .edit-small-modal .group-name .form-group input + *, .edit-small-modal .group-name .form-group select + *, .edit-small-modal .form-section .form-group input + *, .edit-small-modal .form-section .form-group select + * {
    width: 100%; }
  .edit-small-modal .group-name .form-group .select2-container .select2-results, .edit-small-modal .form-section .form-group .select2-container .select2-results {
    font-size: 15px; }
  .edit-small-modal .group-name .form-group .select2-container + *, .edit-small-modal .form-section .form-group .select2-container + * {
    width: 100%; }

.edit-small-modal .form-section {
  min-width: 270px;
  width: 90%;
  margin: 0 auto; }
  .edit-small-modal .form-section.connector-image .form-group label {
    max-width: 100%; }
  .edit-small-modal .form-section.filters-field .form-group label {
    max-width: 100%; }
    .edit-small-modal .form-section.filters-field .form-group label + div {
      width: 100%; }

.edit-small-modal .location-inputs {
  max-width: 375px;
  margin: 0 auto;
  float: none; }
  .edit-small-modal .location-inputs .location-buttons {
    float: none;
    width: 100%;
    justify-content: space-between;
    margin-top: 1rem; }
  .edit-small-modal .location-inputs.filters-field .form-group label {
    max-width: 100%; }
    .edit-small-modal .location-inputs.filters-field .form-group label + div {
      width: 100%; }

.edit-small-modal .select2-container .select2-results {
  font-size: 15px; }

.edit-small-modal .select2-selection--multiple {
  flex-wrap: wrap; }

.edit-dialog .duplicate-modal-body {
  padding: 0 20px 20px;
  font-size: 16px; }

#EditGroupModal .modal-dialog {
  max-width: 1070px; }
  #EditGroupModal .modal-dialog.modal-lg {
    max-width: 1340px; }

@media (max-width: 991px) {
  #EditGroupModal .mobile-hide {
    display: none; } }

#EditGroupModal .modal-footer {
  padding: 20px 16px; }
  #EditGroupModal .modal-footer button {
    height: 43px;
    width: 190px;
    min-width: 43px; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    #EditGroupModal .modal-footer {
      display: flex;
      justify-content: space-between;
      gap: 7px; }
      #EditGroupModal .modal-footer button {
        min-width: 93px;
        margin: 0;
        max-width: unset;
        padding: 5px 10px;
        width: auto; }
        #EditGroupModal .modal-footer button.btn-back {
          order: -1;
          min-width: 43px;
          padding: 0; }
        #EditGroupModal .modal-footer button.btn-send {
          order: 5; }
        #EditGroupModal .modal-footer button svg {
          margin: auto; } }

#EditGroupModal .modal-content {
  overflow: visible; }

#EditGroupModal .modal-header {
  padding: 0; }
  #EditGroupModal .modal-header button {
    margin: 0;
    height: 60px;
    padding: 20px; }
  #EditGroupModal .modal-header .mobile-hide {
    display: flex;
    justify-content: space-between; }
    #EditGroupModal .modal-header .mobile-hide .recurring-subtitle {
      border-radius: 8px;
      background: rgba(0, 146, 255, 0.05);
      padding: 6px 12px;
      margin: auto;
      margin-inline-end: 40px;
      color: var(--system-Neutral-Dark-Grey, #5A5A5A);
      font-size: 10px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      /* 15px */ }
  #EditGroupModal .modal-header h2 {
    padding: 20px;
    margin: 0;
    color: #222222;
    font-size: 18px; }
  #EditGroupModal .modal-header .mobile-header {
    background-color: var(--coing-color-secondary, #f2f2f2); }
    #EditGroupModal .modal-header .mobile-header h2 {
      padding: 0; }

#EditGroupModal .window-close {
  width: 20px;
  height: 20px; }

#EditGroupModal input.form-control {
  border-radius: 10px; }

#editgroup-share_communities {
  margin-top: 10px; }

.tickets-overview h4.section-title, .bootstrap-isolated .tickets-overview h4.section-title {
  color: var(--coing-color-text, #4a4a4a);
  margin-top: 40px;
  margin-bottom: 5px; }

.tickets-overview hr, .bootstrap-isolated .tickets-overview hr {
  margin-top: 40px;
  margin-bottom: 40px; }

.tickets-overview .payment-settings-container, .bootstrap-isolated .tickets-overview .payment-settings-container {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2); }
  .tickets-overview .payment-settings-container:empty, .bootstrap-isolated .tickets-overview .payment-settings-container:empty {
    display: none; }

.tickets-overview .group-max_members .input-wrapper, .tickets-overview .switcher-wrap .input-wrapper, .tickets-overview #TicketsTotalAvailable, .bootstrap-isolated .tickets-overview .group-max_members .input-wrapper, .bootstrap-isolated .tickets-overview .switcher-wrap .input-wrapper, .bootstrap-isolated .tickets-overview #TicketsTotalAvailable {
  margin-inline-end: 10%;
  width: 10%;
  text-align: center; }
  .tickets-overview .group-max_members .input-wrapper input, .tickets-overview .switcher-wrap .input-wrapper input, .tickets-overview #TicketsTotalAvailable input, .bootstrap-isolated .tickets-overview .group-max_members .input-wrapper input, .bootstrap-isolated .tickets-overview .switcher-wrap .input-wrapper input, .bootstrap-isolated .tickets-overview #TicketsTotalAvailable input {
    width: 100%;
    max-width: 4em;
    margin: auto;
    text-align: start; }

.tickets-tickets, .bootstrap-isolated .tickets-tickets {
  overflow-x: auto; }
  .tickets-tickets .tickets-form, .bootstrap-isolated .tickets-tickets .tickets-form {
    min-width: 100%;
    width: auto;
    counter-reset: counter; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .tickets-tickets .tickets-form, .bootstrap-isolated .tickets-tickets .tickets-form {
        width: max-content; } }
    .tickets-tickets .tickets-form .ticket-number:after, .bootstrap-isolated .tickets-tickets .tickets-form .ticket-number:after {
      counter-increment: counter;
      content: counter(counter); }
    .tickets-tickets .tickets-form .ticket-number, .bootstrap-isolated .tickets-tickets .tickets-form .ticket-number {
      font-weight: 600;
      text-align: end; }
    .tickets-tickets .tickets-form:not(:has(.ticket-form-item)) .empty-message, .bootstrap-isolated .tickets-tickets .tickets-form:not(:has(.ticket-form-item)) .empty-message {
      display: revert; }
    .tickets-tickets .tickets-form .required label:after, .bootstrap-isolated .tickets-tickets .tickets-form .required label:after {
      content: '*';
      text-shadow: 1px 1px 4px var(--coing-color-main, #0279bb);
      color: var(--coing-color-main, #0279bb);
      padding: 0 2px; }
    .tickets-tickets .tickets-form tbody.ticket-form-item, .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item {
      border-bottom: 1px solid #EBEBEB;
      padding: 40px 0; }
      .tickets-tickets .tickets-form tbody.ticket-form-item:before, .tickets-tickets .tickets-form tbody.ticket-form-item:after, .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item:before, .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item:after {
        content: ' ';
        display: block;
        height: 40px; }
      .tickets-tickets .tickets-form tbody.ticket-form-item.free-ticket.editable tr td:nth-of-type(5), .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item.free-ticket.editable tr td:nth-of-type(5) {
        visibility: hidden; }
      .tickets-tickets .tickets-form tbody.ticket-form-item.free-ticket.editable tr td[data-name="discount"], .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item.free-ticket.editable tr td[data-name="discount"] {
        visibility: hidden; }
      .tickets-tickets .tickets-form tbody.ticket-form-item [data-action=restore-item], .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item [data-action=restore-item] {
        display: none; }
      .tickets-tickets .tickets-form tbody.ticket-form-item.disabled [data-action=delete-item], .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item.disabled [data-action=delete-item] {
        display: none; }
      .tickets-tickets .tickets-form tbody.ticket-form-item.disabled [data-action=restore-item], .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item.disabled [data-action=restore-item] {
        display: revert; }
      .tickets-tickets .tickets-form tbody.ticket-form-item.donation-ticket .for-paid:not(.for-donation), .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item.donation-ticket .for-paid:not(.for-donation) {
        display: none !important; }
      .tickets-tickets .tickets-form tbody.ticket-form-item.donation-ticket .for-free:not(.for-donation), .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item.donation-ticket .for-free:not(.for-donation) {
        display: none !important; }
      .tickets-tickets .tickets-form tbody.ticket-form-item.donation-ticket .segment-info, .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item.donation-ticket .segment-info {
        display: none !important; }
      .tickets-tickets .tickets-form tbody.ticket-form-item.free-ticket .for-paid:not(.for-free), .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item.free-ticket .for-paid:not(.for-free) {
        display: none !important; }
      .tickets-tickets .tickets-form tbody.ticket-form-item.free-ticket .for-donation:not(.for-free), .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item.free-ticket .for-donation:not(.for-free) {
        display: none !important; }
      .tickets-tickets .tickets-form tbody.ticket-form-item.paid-ticket .for-donation:not(.for-paid), .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item.paid-ticket .for-donation:not(.for-paid) {
        display: none !important; }
      .tickets-tickets .tickets-form tbody.ticket-form-item.paid-ticket .for-free:not(.for-paid), .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item.paid-ticket .for-free:not(.for-paid) {
        display: none !important; }
      .tickets-tickets .tickets-form tbody.ticket-form-item .errors-container:has(td:empty), .bootstrap-isolated .tickets-tickets .tickets-form tbody.ticket-form-item .errors-container:has(td:empty) {
        display: none; }
    .tickets-tickets .tickets-form tr, .bootstrap-isolated .tickets-tickets .tickets-form tr {
      width: 100%; }
      .tickets-tickets .tickets-form tr td, .bootstrap-isolated .tickets-tickets .tickets-form tr td {
        padding: 8px 12px; }
        .tickets-tickets .tickets-form tr td:nth-of-type(1), .bootstrap-isolated .tickets-tickets .tickets-form tr td:nth-of-type(1) {
          width: 0.5rem; }
        .tickets-tickets .tickets-form tr td:nth-of-type(2), .bootstrap-isolated .tickets-tickets .tickets-form tr td:nth-of-type(2) {
          white-space: nowrap;
          width: 3rem; }
        .tickets-tickets .tickets-form tr td:nth-of-type(3), .bootstrap-isolated .tickets-tickets .tickets-form tr td:nth-of-type(3) {
          width: 9rem; }
        .tickets-tickets .tickets-form tr td:nth-of-type(4), .bootstrap-isolated .tickets-tickets .tickets-form tr td:nth-of-type(4) {
          width: max-content; }
          .tickets-tickets .tickets-form tr td:nth-of-type(4) label, .bootstrap-isolated .tickets-tickets .tickets-form tr td:nth-of-type(4) label {
            width: 100%; }
        .tickets-tickets .tickets-form tr td:nth-of-type(5), .bootstrap-isolated .tickets-tickets .tickets-form tr td:nth-of-type(5) {
          width: 4rem;
          text-align: center; }
        .tickets-tickets .tickets-form tr td:nth-of-type(6), .bootstrap-isolated .tickets-tickets .tickets-form tr td:nth-of-type(6) {
          width: 4rem;
          text-align: center; }
        .tickets-tickets .tickets-form tr td.actions, .bootstrap-isolated .tickets-tickets .tickets-form tr td.actions {
          width: 25%; }
          .tickets-tickets .tickets-form tr td.actions .edit-container label, .bootstrap-isolated .tickets-tickets .tickets-form tr td.actions .edit-container label {
            display: flex;
            justify-content: space-between; }
  .tickets-tickets .ticket-form-item > div, .tickets-tickets .segment-info > div, .bootstrap-isolated .tickets-tickets .ticket-form-item > div, .bootstrap-isolated .tickets-tickets .segment-info > div {
    padding: 0 3px;
    white-space: nowrap; }
    .tickets-tickets .ticket-form-item > div[data-name="description"] input, .tickets-tickets .segment-info > div[data-name="description"] input, .bootstrap-isolated .tickets-tickets .ticket-form-item > div[data-name="description"] input, .bootstrap-isolated .tickets-tickets .segment-info > div[data-name="description"] input {
      max-width: unset; }
  .tickets-tickets .ticket-form-item .segment-info.inactive *, .tickets-tickets .ticket-form-item .segment-info.inactive input::placeholder, .tickets-tickets .segment-info .segment-info.inactive *, .tickets-tickets .segment-info .segment-info.inactive input::placeholder, .bootstrap-isolated .tickets-tickets .ticket-form-item .segment-info.inactive *, .bootstrap-isolated .tickets-tickets .ticket-form-item .segment-info.inactive input::placeholder, .bootstrap-isolated .tickets-tickets .segment-info .segment-info.inactive *, .bootstrap-isolated .tickets-tickets .segment-info .segment-info.inactive input::placeholder {
    color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4) !important;
    border-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4) !important; }
  .tickets-tickets .ticket-form-item input, .tickets-tickets .segment-info input, .bootstrap-isolated .tickets-tickets .ticket-form-item input, .bootstrap-isolated .tickets-tickets .segment-info input {
    border: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2);
    border-radius: 10px;
    width: 100%;
    height: 34px; }
    .tickets-tickets .ticket-form-item input:focus, .tickets-tickets .segment-info input:focus, .bootstrap-isolated .tickets-tickets .ticket-form-item input:focus, .bootstrap-isolated .tickets-tickets .segment-info input:focus {
      outline: 0;
      border-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.5);
      box-shadow: inset 0 1px 1px rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.075), 0 0 8px rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.6); }
    .tickets-tickets .ticket-form-item input[type="text"], .tickets-tickets .segment-info input[type="text"], .bootstrap-isolated .tickets-tickets .ticket-form-item input[type="text"], .bootstrap-isolated .tickets-tickets .segment-info input[type="text"] {
      padding: 6px 12px; }
    .tickets-tickets .ticket-form-item input[type="number"], .tickets-tickets .segment-info input[type="number"], .bootstrap-isolated .tickets-tickets .ticket-form-item input[type="number"], .bootstrap-isolated .tickets-tickets .segment-info input[type="number"] {
      padding: 6px 12px;
      max-width: 6em; }
    .tickets-tickets .ticket-form-item input[type="checkbox"], .tickets-tickets .ticket-form-item input[type="radio"], .tickets-tickets .segment-info input[type="checkbox"], .tickets-tickets .segment-info input[type="radio"], .bootstrap-isolated .tickets-tickets .ticket-form-item input[type="checkbox"], .bootstrap-isolated .tickets-tickets .ticket-form-item input[type="radio"], .bootstrap-isolated .tickets-tickets .segment-info input[type="checkbox"], .bootstrap-isolated .tickets-tickets .segment-info input[type="radio"] {
      height: 100%; }
  .tickets-tickets .ticket-form-item select, .tickets-tickets .segment-info select, .bootstrap-isolated .tickets-tickets .ticket-form-item select, .bootstrap-isolated .tickets-tickets .segment-info select {
    border: 1px solid var(--coing-color-secondary, #f2f2f2);
    border-radius: 10px;
    width: 100%;
    height: 34px;
    padding: 6px 12px; }
    .tickets-tickets .ticket-form-item select:focus, .tickets-tickets .segment-info select:focus, .bootstrap-isolated .tickets-tickets .ticket-form-item select:focus, .bootstrap-isolated .tickets-tickets .segment-info select:focus {
      outline: 0; }
  .tickets-tickets .ticket-form-item label, .tickets-tickets .segment-info label, .bootstrap-isolated .tickets-tickets .ticket-form-item label, .bootstrap-isolated .tickets-tickets .segment-info label {
    font-weight: 400; }
  .tickets-tickets .ticket-form-item .edit-container, .tickets-tickets .segment-info .edit-container, .bootstrap-isolated .tickets-tickets .ticket-form-item .edit-container, .bootstrap-isolated .tickets-tickets .segment-info .edit-container {
    display: none;
    font-size: 16px; }
  .tickets-tickets .ticket-form-item .view-container, .tickets-tickets .segment-info .view-container, .bootstrap-isolated .tickets-tickets .ticket-form-item .view-container, .bootstrap-isolated .tickets-tickets .segment-info .view-container {
    display: revert; }
  .tickets-tickets .ticket-form-item.editable .edit-container, .tickets-tickets .segment-info.editable .edit-container, .bootstrap-isolated .tickets-tickets .ticket-form-item.editable .edit-container, .bootstrap-isolated .tickets-tickets .segment-info.editable .edit-container {
    display: revert; }
  .tickets-tickets .ticket-form-item.editable .view-container, .tickets-tickets .segment-info.editable .view-container, .bootstrap-isolated .tickets-tickets .ticket-form-item.editable .view-container, .bootstrap-isolated .tickets-tickets .segment-info.editable .view-container {
    display: none; }
  .tickets-tickets .ticket-form-item [data-name="price"] input[type="number"]:before, .tickets-tickets .segment-info [data-name="price"] input[type="number"]:before, .bootstrap-isolated .tickets-tickets .ticket-form-item [data-name="price"] input[type="number"]:before, .bootstrap-isolated .tickets-tickets .segment-info [data-name="price"] input[type="number"]:before {
    content: '!'; }
  .tickets-tickets .ticket-form-item .actions .label-content, .tickets-tickets .segment-info .actions .label-content, .bootstrap-isolated .tickets-tickets .ticket-form-item .actions .label-content, .bootstrap-isolated .tickets-tickets .segment-info .actions .label-content {
    vertical-align: top; }
  .tickets-tickets .ticket-form-item .actions svg, .tickets-tickets .segment-info .actions svg, .bootstrap-isolated .tickets-tickets .ticket-form-item .actions svg, .bootstrap-isolated .tickets-tickets .segment-info .actions svg {
    width: 32px;
    height: 24px; }
  .tickets-tickets .ticket-form-item .calculated-discount:not(:empty):after, .tickets-tickets .segment-info .calculated-discount:not(:empty):after, .bootstrap-isolated .tickets-tickets .ticket-form-item .calculated-discount:not(:empty):after, .bootstrap-isolated .tickets-tickets .segment-info .calculated-discount:not(:empty):after {
    content: var(--coing-currency-sign, ""); }

.tickets-memberships, .bootstrap-isolated .tickets-memberships,
.tickets-coupons, .bootstrap-isolated .tickets-coupons {
  min-width: 100%;
  width: auto; }
  .tickets-memberships thead tr, .bootstrap-isolated .tickets-memberships thead tr,
  .tickets-coupons thead tr, .bootstrap-isolated .tickets-coupons thead tr {
    border-bottom: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4); }
  .tickets-memberships tr, .bootstrap-isolated .tickets-memberships tr,
  .tickets-coupons tr, .bootstrap-isolated .tickets-coupons tr {
    border-bottom: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4); }
  .tickets-memberships th, .bootstrap-isolated .tickets-memberships th,
  .tickets-coupons th, .bootstrap-isolated .tickets-coupons th {
    font-weight: 600;
    text-align: center;
    padding: 16px 0; }
  .tickets-memberships td, .bootstrap-isolated .tickets-memberships td,
  .tickets-coupons td, .bootstrap-isolated .tickets-coupons td {
    text-align: center;
    padding: 16px 0; }
  .tickets-memberships [data-name=amount] input, .bootstrap-isolated .tickets-memberships [data-name=amount] input,
  .tickets-coupons [data-name=amount] input, .bootstrap-isolated .tickets-coupons [data-name=amount] input {
    width: 5em;
    margin-left: auto;
    margin-right: auto; }
  .tickets-memberships-wrapper, .bootstrap-isolated .tickets-memberships-wrapper,
  .tickets-coupons-wrapper, .bootstrap-isolated .tickets-coupons-wrapper {
    overflow-x: auto; }

.memberships-description {
  margin: 40px 0; }

#TicketsOverviewList {
  width: 100%;
  margin-top: 10px;
  gap: 10px;
  counter-reset: counter;
  text-align: center; }
  #TicketsOverviewList .counter:after {
    counter-increment: counter;
    content: counter(counter); }
  #TicketsOverviewList-Wrapper {
    margin: 0 0 40px 0; }
  #TicketsOverviewList:empty {
    display: none; }
  #TicketsOverviewList + .empty-message {
    margin-top: 40px; }
  #TicketsOverviewList > * {
    align-items: baseline; }
    #TicketsOverviewList > *.disabled {
      color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4); }
    #TicketsOverviewList > * > * {
      height: 22px;
      padding: 0 5px; }
      #TicketsOverviewList > * > *:nth-of-type(1) {
        width: 2%; }
      #TicketsOverviewList > * > *:nth-of-type(2) {
        width: 10%;
        text-align: end;
        font-weight: 600; }
      #TicketsOverviewList > * > *:nth-of-type(3) {
        text-align: start;
        width: 20%; }
      #TicketsOverviewList > * > *:nth-of-type(4) {
        text-align: start;
        flex-grow: 1; }
      #TicketsOverviewList > * > *:nth-of-type(5) {
        width: 10%; }
      #TicketsOverviewList > * > *:nth-of-type(6) {
        width: 10%; }
      #TicketsOverviewList > * > *:nth-of-type(7) {
        width: 10%; }
      #TicketsOverviewList > * > * svg {
        width: 1em;
        height: 1em; }

#TicketsOverviewList-Wrapper:has(#TicketsOverviewList:empty) {
  display: none; }
  #TicketsOverviewList-Wrapper:has(#TicketsOverviewList:empty) + .empty-message {
    display: revert; }

#TicketsOverviewListHeader > * > * {
  padding: 5px 0; }
  #TicketsOverviewListHeader > * > *:nth-of-type(1) {
    width: 2%; }
  #TicketsOverviewListHeader > * > *:nth-of-type(2) {
    width: 10%; }
  #TicketsOverviewListHeader > * > *:nth-of-type(3) {
    text-align: start;
    width: 20%; }
  #TicketsOverviewListHeader > * > *:nth-of-type(4) {
    text-align: start;
    flex-grow: 1; }
  #TicketsOverviewListHeader > * > *:nth-of-type(5) {
    width: 10%; }
  #TicketsOverviewListHeader > * > *:nth-of-type(6) {
    width: 10%; }
  #TicketsOverviewListHeader > * > *:nth-of-type(7) {
    width: 10%; }

#MembershipsOverviewListHeader > * {
  justify-content: space-between;
  align-items: center; }
  #MembershipsOverviewListHeader > * > *:nth-of-type(1) {
    width: 12%; }
  #MembershipsOverviewListHeader > * > *:nth-of-type(2) {
    text-align: start;
    flex-grow: 1; }
  #MembershipsOverviewListHeader > * > *:nth-of-type(3) {
    width: 10%; }
  #MembershipsOverviewListHeader > * > *:nth-of-type(4) {
    width: 10%; }

#MembershipsOverviewList {
  width: 100%;
  margin-top: 10px;
  gap: 10px; }
  #MembershipsOverviewList [data-switch=quota][data-switch-on] {
    display: none; }
  #MembershipsOverviewList[data-switch=quota][data-switch-value=edit] [data-switch=quota][data-switch-on=edit] {
    display: revert; }
  #MembershipsOverviewList[data-switch=quota][data-switch-value=fixed] [data-switch=quota][data-switch-on=fixed] {
    display: revert; }
  #MembershipsOverviewList:empty {
    display: none; }
  #MembershipsOverviewList + .empty-message {
    margin-top: 40px; }
  #MembershipsOverviewList > * {
    justify-content: space-between;
    align-items: center;
    text-align: center; }
    #MembershipsOverviewList > * > *:nth-of-type(1) {
      width: 12%;
      font-weight: bold;
      text-align: center; }
    #MembershipsOverviewList > * > *:nth-of-type(2) {
      flex-grow: 1; }
    #MembershipsOverviewList > * > *:nth-of-type(3) {
      width: 10%;
      text-align: center; }
      #MembershipsOverviewList > * > *:nth-of-type(3) input {
        width: 100%;
        max-width: 4em; }
    #MembershipsOverviewList > * > *:nth-of-type(4) {
      content: " ";
      width: 10%; }
    #MembershipsOverviewList > * > * input {
      width: 8em;
      margin: 0 auto; }
    #MembershipsOverviewList > * .form-group {
      margin: 0; }

#GroupActions {
  width: max-content; }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  #SubscribersListModal {
    height: unset;
    overflow: hidden; }
    #SubscribersListModal .table-responsive {
      max-height: 50vh; }
    #SubscribersListModal .detailed-list {
      display: none; } }

#SubscribersListModal .list-actions .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  #SubscribersListModal .window-head h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: start; }
  #SubscribersListModal .window-close {
    margin-top: unset;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: unset;
    top: unset; }
  #SubscribersListModal .list-actions {
    flex-wrap: wrap;
    justify-content: flex-start; }
  #SubscribersListModal .icon.people {
    order: -1;
    width: 100%;
    text-align: start; } }

.bootstrap-isolated .edit-group-modal .modal-dialog {
  height: 95%; }

.bootstrap-isolated .edit-group-modal .modal-footer, .bootstrap-isolated .edit-group-modal .modal-header {
  background: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.04); }

.bootstrap-isolated .edit-group-modal .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column; }

.bootstrap-isolated .edit-group-modal.edit-dialog .modal-header {
  border-bottom: 1px solid #e5e5e5; }
  .bootstrap-isolated .edit-group-modal.edit-dialog .modal-header button.close {
    padding: 20px; }
  .bootstrap-isolated .edit-group-modal.edit-dialog .modal-header h2 {
    text-align: inherit; }

.bootstrap-isolated .edit-group-modal.edit-dialog .modal-body {
  height: calc(100% - 163px);
  overflow: hidden;
  padding: 20px; }

.bootstrap-isolated .edit-group-modal.edit-dialog .modal-footer {
  display: block;
  justify-content: unset; }
  .bootstrap-isolated .edit-group-modal.edit-dialog .modal-footer .btn-back {
    float: left; }

.bootstrap-isolated .edit-group-modal .wrapper {
  height: 100%; }
  .bootstrap-isolated .edit-group-modal .wrapper .sidebar {
    display: none; }
  .bootstrap-isolated .edit-group-modal .wrapper .content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }

.bootstrap-isolated .edit-group-modal .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .bootstrap-isolated .edit-group-modal .sidebar ul li {
    margin: 0 0 20px;
    padding: 10px 0;
    border: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4);
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4); }
    .bootstrap-isolated .edit-group-modal .sidebar ul li.clickable {
      color: var(--coing-color-text, #4a4a4a);
      cursor: pointer; }
    .bootstrap-isolated .edit-group-modal .sidebar ul li.active {
      background: var(--coing-color-main, #0279bb);
      color: var(--coing-color-bg, #ffffff);
      border: 1px solid var(--coing-color-main, #0279bb); }
    .bootstrap-isolated .edit-group-modal .sidebar ul li + li {
      position: relative; }
      .bootstrap-isolated .edit-group-modal .sidebar ul li + li:before {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        height: 20px;
        background: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4);
        bottom: 100%;
        left: 50%; }
    .bootstrap-isolated .edit-group-modal .sidebar ul li .section-label {
      margin: 0; }
    .bootstrap-isolated .edit-group-modal .sidebar ul li .section-caption {
      font-size: 11px;
      font-weight: normal;
      margin: 5px 0 0; }
    .bootstrap-isolated .edit-group-modal .sidebar ul li h3 {
      color: inherit; }

.bootstrap-isolated .edit-group-modal .mobile-header .title {
  font-weight: 600; }

.bootstrap-isolated .edit-group-modal .mobile-header .flex {
  justify-content: flex-start;
  margin: 0 -20px; }
  .bootstrap-isolated .edit-group-modal .mobile-header .flex > div {
    padding: 0 10px; }

.bootstrap-isolated .edit-group-modal .mobile-header ul li {
  display: none;
  font-size: 24px;
  font-weight: 600; }
  .bootstrap-isolated .edit-group-modal .mobile-header ul li.active {
    display: block; }

.bootstrap-isolated .edit-group-modal .mobile-header .section-label {
  font-weight: 600;
  font-size: 24px;
  margin: 0; }

.bootstrap-isolated .edit-group-modal .mobile-header .section-caption {
  font-weight: 400;
  font-size: 12px;
  margin: 5px 0 0; }

.bootstrap-isolated .edit-group-modal .pie-wrapper {
  height: 5em;
  width: 5em;
  float: left;
  margin: 15px;
  position: relative; }
  .bootstrap-isolated .edit-group-modal .pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 5em, 5em, 2.5em);
    left: 0;
    position: absolute;
    top: 0; }
    .bootstrap-isolated .edit-group-modal .pie-wrapper .pie .half-circle {
      height: 100%;
      width: 100%;
      border: 0.5em solid var(--coing-color-main, #0279bb);
      border-radius: 50%;
      clip: rect(0, 2.5em, 5em, 0);
      left: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
  .bootstrap-isolated .edit-group-modal .pie-wrapper .label {
    border-radius: 50%;
    bottom: 0.4em;
    cursor: default;
    display: block;
    font-size: 1em;
    left: 0.4em;
    line-height: 3.8em;
    position: absolute;
    right: 0.4em;
    text-align: center;
    top: 0.4em;
    background: none;
    color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.6); }
  .bootstrap-isolated .edit-group-modal .pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    border: 0.5em solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.3);
    border-radius: 50%; }
  .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-33 .pie .left-side {
    transform: rotate(118.8deg); }
  .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-33 .pie .right-side {
    display: none; }
  .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-66 .pie {
    clip: rect(auto, auto, auto, auto); }
    .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-66 .pie .left-side {
      transform: rotate(237.6deg); }
    .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-66 .pie .right-side {
      transform: rotate(180deg); }
  .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-50 .pie .left-side {
    transform: rotate(180deg); }
  .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-50 .pie .right-side {
    display: none; }
  .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-100 .pie {
    clip: rect(auto, auto, auto, auto); }
    .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-100 .pie .left-side {
      transform: rotate(360deg); }
    .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-100 .pie .right-side {
      transform: rotate(180deg); }
  .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-25 .pie .left-side {
    transform: rotate(90deg); }
  .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-25 .pie .right-side {
    display: none; }
  .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-75 .pie {
    clip: rect(auto, auto, auto, auto); }
    .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-75 .pie .left-side {
      transform: rotate(270deg); }
    .bootstrap-isolated .edit-group-modal .pie-wrapper.progress-75 .pie .right-side {
      transform: rotate(180deg); }

.bootstrap-isolated .edit-group-modal.modal .modal-footer .btn {
  border: 1px solid transparent;
  font-size: 14px;
  box-shadow: none;
  outline: none;
  border-radius: 50px;
  height: 48px; }
  .bootstrap-isolated .edit-group-modal.modal .modal-footer .btn:before {
    border-radius: 50px; }
  .bootstrap-isolated .edit-group-modal.modal .modal-footer .btn:focus, .bootstrap-isolated .edit-group-modal.modal .modal-footer .btn:focus-visible {
    color: var(--coing-color-bg, #ffffff);
    border-color: transparent;
    box-shadow: none;
    outline: none; }

@media (max-width: 991px) {
  .bootstrap-isolated .edit-group-modal .modal-header > h2 {
    display: none; }
  .bootstrap-isolated .edit-group-modal.edit-dialog .modal-header {
    border-bottom: none; }
    .bootstrap-isolated .edit-group-modal.edit-dialog .modal-header button.close {
      padding: 0; }
  .bootstrap-isolated .edit-group-modal.edit-dialog .modal-body {
    height: calc(100% - 120px); } }

@media (min-width: 992px) {
  .bootstrap-isolated .edit-group-modal .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px; }
    .bootstrap-isolated .edit-group-modal .wrapper .sidebar {
      display: block;
      flex: 0 0 auto;
      width: 25%;
      padding: 0 20px;
      border-right: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2); }
    .bootstrap-isolated .edit-group-modal .wrapper .content {
      flex: 0 0 auto;
      width: 75%;
      padding: 0 20px; }
  .bootstrap-isolated .edit-group-modal .mobile-header {
    display: none; }
  .bootstrap-isolated .edit-group-modal .modal-lg {
    width: auto;
    max-width: 1070px; }
  .bootstrap-isolated .edit-group-modal .modal-footer {
    padding-left: 25%; }
  .bootstrap-isolated .edit-group-modal.modal .modal-footer .btn {
    width: 20%; } }

[dir="rtl"] .bootstrap-isolated .edit-group-modal .wrapper .sidebar {
  border-right: none;
  border-left: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2); }

[dir="rtl"] .bootstrap-isolated .edit-group-modal .modal-footer {
  text-align: left;
  padding-left: 15px;
  padding-right: 25%; }
  [dir="rtl"] .bootstrap-isolated .edit-group-modal .modal-footer .btn-back {
    float: right; }

.comment-modal {
  background: white;
  padding: 15px;
  border-radius: 10px;
  top: 44%;
  text-align: left;
  width: 300px;
  box-shadow: 0 0 5px 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 30%);
  left: 10%;
  display: block;
  position: fixed;
  z-index: 9999999; }
  .comment-modal div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .comment-modal h3 {
    width: 100%;
    font-size: 16px; }
  .comment-modal textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px; }
  .comment-modal button.btn {
    border: 0;
    padding: 5px 10px;
    width: 110px;
    margin: 0 5px;
    font-size: 19px;
    font-weight: 300;
    height: initial; }
    .comment-modal button.btn.btn-main {
      border: none; }

.simplebar-placeholder {
  z-index: -1; }

.trumbowyg-modal-box form {
  position: unset; }

html[dir=rtl] .trumbowyg-modal label input {
  right: auto;
  left: 0; }

.trumbowyg-dropdown-foreColor, .trumbowyg-dropdown-backColor {
  direction: ltr !important; }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 5px 0; }

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-width: 0 5px 6px; }

.select2-results {
  font-size: 19.2px; }

.select2-container--bootstrap .select2-selection--multiple {
  display: flex; }
  .select2-container--bootstrap .select2-selection--multiple:after {
    content: "";
    display: block;
    clear: both; }
  .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    width: auto; }
  .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 32px;
    line-height: 32px; }
  .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    padding: 0 0 0 6px;
    margin: 3px 0 0 6px; }
  .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    border-left: 1px solid #BCBCBC;
    background: transparent;
    padding: 3px 4px;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1; }

.has-error label {
  color: var(--coing-color-alert, #a31717) !important; }

.has-error input[type='text'], .has-error input[type='number'] {
  border-color: var(--coing-color-alert, #a31717) !important;
  box-shadow: inset 0 1px 1px rgba(var(--coing-color-rgb-alert, 163, 23, 23), 0.075), 0 0 6px var(--coing-color-alert, #a31717) !important; }

.has-error > .form-input-error {
  display: block; }

.has-error .help-block-error {
  color: var(--coing-color-alert, #a31717) !important; }

.no-tooltip .tooltip {
  display: none; }

.tooltip {
  display: block;
  position: absolute;
  z-index: 9999999; }
  .tooltip .tooltip-inner {
    display: block;
    position: absolute;
    /* alter from the design */
    width: max-content;
    height: auto;
    max-width: 450px;
    pointer-events: none;
    touch-action: none;
    background-color: var(--coing-color-bg, #ffffff);
    color: var(--coing-color-text, #4a4a4a);
    border: solid 1px transparent;
    font-size: 0.75em;
    line-height: 1.2em;
    padding: 0.1em 0.3em;
    border-radius: 0.3em;
    box-shadow: 0 0 4px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.5); }
    .tooltip .tooltip-inner:before, .tooltip .tooltip-inner:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-left: solid 7px transparent;
      border-right: solid 7px transparent; }
    @media (max-width: 767px) and (orientation: portrait) {
      .tooltip .tooltip-inner {
        max-width: 80vw; } }
  .tooltip[data-vpos="top"] .tooltip-inner {
    top: 5px; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .tooltip[data-vpos="top"] .tooltip-inner {
        top: 15px; } }
    .tooltip[data-vpos="top"] .tooltip-inner:before, .tooltip[data-vpos="top"] .tooltip-inner:after {
      border-bottom: solid 9px var(--coing-color-bg, #ffffff);
      bottom: 100%; }
    .tooltip[data-vpos="top"] .tooltip-inner:before {
      border-bottom-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5);
      margin-bottom: 1px; }
  .tooltip[data-vpos="bottom"] .tooltip-inner {
    bottom: 5px; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .tooltip[data-vpos="bottom"] .tooltip-inner {
        bottom: 15px; } }
    .tooltip[data-vpos="bottom"] .tooltip-inner:before, .tooltip[data-vpos="bottom"] .tooltip-inner:after {
      border-top: solid 9px var(--coing-color-bg, #ffffff);
      top: 100%; }
    .tooltip[data-vpos="bottom"] .tooltip-inner:before {
      border-top-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5);
      margin-top: 1px; }
  .tooltip[data-hpos="left"] .tooltip-inner {
    left: 0;
    margin-left: -10px; }
    .tooltip[data-hpos="left"] .tooltip-inner:before, .tooltip[data-hpos="left"] .tooltip-inner:after {
      left: 10px; }
  .tooltip[data-hpos="right"] .tooltip-inner {
    right: 0;
    margin-right: -10px; }
    .tooltip[data-hpos="right"] .tooltip-inner:before, .tooltip[data-hpos="right"] .tooltip-inner:after {
      right: 10px; }
  .tooltip[data-hpos="center"] .tooltip-inner {
    left: 0;
    transform: translateX(-50%); }
    .tooltip[data-hpos="center"] .tooltip-inner:before, .tooltip[data-hpos="center"] .tooltip-inner:after {
      left: 50%;
      margin-left: -5px; }
  .tooltip[data-fixed="left"] {
    top: 50%;
    right: 100%; }
    .tooltip[data-fixed="left"] .tooltip-inner {
      top: 0;
      right: 11px;
      transform: translateY(-50%);
      font-size: 0.6em; }
      .tooltip[data-fixed="left"] .tooltip-inner:before, .tooltip[data-fixed="left"] .tooltip-inner:after {
        border-top: solid 9px var(--coing-color-bg, #ffffff);
        top: 50%;
        left: 100%;
        margin-top: -4px;
        margin-left: -2px;
        transform: rotate(-90deg); }
      .tooltip[data-fixed="left"] .tooltip-inner:before {
        border-top-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5);
        margin-left: -1px; }
  .tooltip[data-fixed="right"] {
    top: 50%;
    left: 100%; }
    .tooltip[data-fixed="right"] .tooltip-inner {
      top: 0;
      left: 11px;
      transform: translateY(-50%);
      font-size: 0.6em; }
      .tooltip[data-fixed="right"] .tooltip-inner:before, .tooltip[data-fixed="right"] .tooltip-inner:after {
        border-top: solid 9px var(--coing-color-bg, #ffffff);
        top: 50%;
        right: 100%;
        margin-top: -4px;
        margin-right: -2px;
        transform: rotate(90deg); }
      .tooltip[data-fixed="right"] .tooltip-inner:before {
        border-top-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5);
        margin-right: -1px; }
  .tooltip[data-fixed="top"] {
    left: 50%;
    bottom: 100%; }
    .tooltip[data-fixed="top"] .tooltip-inner {
      bottom: 11px;
      left: 0;
      transform: translateX(-50%);
      font-size: 0.6em; }
      .tooltip[data-fixed="top"] .tooltip-inner:before, .tooltip[data-fixed="top"] .tooltip-inner:after {
        border-top: solid 9px var(--coing-color-bg, #ffffff);
        top: 100%;
        left: 50%;
        margin-left: -7px; }
      .tooltip[data-fixed="top"] .tooltip-inner:before {
        border-top-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5);
        margin-top: 1px; }
  .tooltip[data-fixed="bottom"] {
    left: 50%;
    top: 100%; }
    .tooltip[data-fixed="bottom"] .tooltip-inner {
      top: 11px;
      left: 0;
      transform: translateX(-50%);
      font-size: 0.6em; }
      .tooltip[data-fixed="bottom"] .tooltip-inner:before, .tooltip[data-fixed="bottom"] .tooltip-inner:after {
        border-bottom: solid 9px var(--coing-color-bg, #ffffff);
        bottom: 100%;
        left: 50%;
        margin-left: -7px; }
      .tooltip[data-fixed="bottom"] .tooltip-inner:before {
        border-bottom-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5);
        margin-bottom: 1px; }

body > .tooltip {
  position: fixed; }

.tooltip.tooltip-subscriber-tickets .tooltip-inner {
  max-width: 520px;
  min-height: 300px;
  width: 520px;
  border-radius: 15px;
  padding: 0; }

table.admin-subscriber-list-tickets {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0; }
  table.admin-subscriber-list-tickets caption {
    font-size: 120%;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4);
    padding: 10px; }
  table.admin-subscriber-list-tickets td, table.admin-subscriber-list-tickets th {
    text-align: center;
    padding: 10px; }
    table.admin-subscriber-list-tickets td:first-of-type, table.admin-subscriber-list-tickets th:first-of-type {
      text-align: start; }

.tooltip.tooltip-group-info {
  text-align: left; }

#EmbeddSubscribeConfigForm {
  color: var(--coing-color-text, #4a4a4a);
  display: flex;
  justify-content: space-between;
  position: initial; }
  #EmbeddSubscribeConfigForm svg.svg-sprite, #EmbeddSubscribeConfigForm .incremental-block svg, .incremental-block #EmbeddSubscribeConfigForm svg {
    width: 1em;
    height: 1em;
    vertical-align: bottom; }
    #EmbeddSubscribeConfigForm svg.svg-sprite.admin-only, #EmbeddSubscribeConfigForm .incremental-block svg.admin-only, .incremental-block #EmbeddSubscribeConfigForm svg.admin-only {
      padding: 2px; }
  #EmbeddSubscribeConfigForm .edit-options-wrapper {
    flex-basis: 50%; }
    #EmbeddSubscribeConfigForm .edit-options-wrapper > label {
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      /* 36px */ }
    #EmbeddSubscribeConfigForm .edit-options-wrapper li {
      list-style: none; }
    #EmbeddSubscribeConfigForm .edit-options-wrapper h3 {
      color: var(--coing-color-text, #4a4a4a);
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      margin: 0 0 16px 0; }
    #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list .draggable-tag-text {
      display: flex;
      align-items: center; }
      #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list .draggable-tag-text:before {
        opacity: 0;
        margin: 0 2px; }
    #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list .options-item[draggable="true"] .draggable-tag-text {
      cursor: move; }
    #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list.dragging > .options-item:not(.selected):before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 1; }
    #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list.dragging > .options-item.selected .draggable-tag-text:before {
      opacity: 1; }
    #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list:not(.dragging) > .options-item[draggable="true"] {
      transition: all 150ms linear; }
    #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item {
      margin-bottom: 16px; }
      #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item .icon-close {
        display: none; }
      #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item[data-editable="0"] .icon-edit {
        display: none; }
      #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item[data-permanent="1"] .icon-delete {
        display: none; }
      #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item > div:first-of-type {
        display: flex;
        align-items: center; }
        #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item > div:first-of-type .title {
          flex-grow: 1;
          margin-inline-start: 8px;
          font-weight: 600; }
        #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item > div:first-of-type .edit-title {
          flex-grow: 1;
          border: none;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: 150%;
          /* 27px */
          color: var(--coing-color-text, #4a4a4a);
          opacity: 0.5;
          margin: 0 8px; }
          #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item > div:first-of-type .edit-title:hover {
            background-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2); }
          #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item > div:first-of-type .edit-title:focus {
            background: none;
            opacity: 1;
            border: none;
            outline: none;
            box-shadow: none; }
        #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item > div:first-of-type .svg-sprite, #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item > div:first-of-type .incremental-block svg, .incremental-block #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item > div:first-of-type svg {
          width: 24px;
          height: 24px; }
        #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item > div:first-of-type .option-icon {
          margin-inline-start: 12px; }
          #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item > div:first-of-type .option-icon svg {
            height: 0.8rem;
            width: 0.8rem; }
      #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item .edit-option-form, #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item .edit-title {
        display: none; }
      #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item.open {
        box-shadow: 0px 4px 17px 0px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.15);
        padding: 16px; }
        #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item.open .icon-close {
          display: inline-block; }
        #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item.open .icon-edit {
          display: none; }
        #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item.open .edit-option-form {
          display: block;
          margin: 0; }
        #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item.open .edit-title {
          display: initial; }
        #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item.open .title {
          display: none; }
      #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item:has(.data-input[value*='"show_admin":0']) svg.admin-only, #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item:has(.data-input[value*='"show_admin":"0"']) svg.admin-only {
        display: none; }
      #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item:has(.data-input[value*='"show":1']) svg.admin-only, #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item:has(.data-input[value*='"show":"1"']) svg.admin-only {
        fill: var(--coing-color-alert, #a31717); }
      #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item:has(.data-input[value*='"force":1']) .title:after, #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list > .options-item:has(.data-input[value*='"force":"1"']) .title:after {
        content: '*';
        font-weight: bold;
        color: var(--coing-color-main, #0279bb); }
    #EmbeddSubscribeConfigForm .edit-options-wrapper .options-list[data-section="user"] {
      opacity: 0.5; }
  #EmbeddSubscribeConfigForm .new-option-wrapper {
    background-color: var(--coing-color-secondary, #f2f2f2);
    padding: 16px 0;
    height: max-content;
    width: 255px; }
    #EmbeddSubscribeConfigForm .new-option-wrapper h1, #EmbeddSubscribeConfigForm .new-option-wrapper h2, #EmbeddSubscribeConfigForm .new-option-wrapper h3, #EmbeddSubscribeConfigForm .new-option-wrapper h4, #EmbeddSubscribeConfigForm .new-option-wrapper a {
      margin: 0 8px;
      font-size: 18px;
      color: #4a4a4a; }
    #EmbeddSubscribeConfigForm .new-option-wrapper ul {
      padding: 0;
      margin: 0; }
    #EmbeddSubscribeConfigForm .new-option-wrapper li {
      list-style: none; }
      #EmbeddSubscribeConfigForm .new-option-wrapper li:hover {
        background-color: var(--coing-color-bg, #ffffff);
        box-shadow: 0 4px 10px 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.08); }
      #EmbeddSubscribeConfigForm .new-option-wrapper li:has(a.hidden) {
        display: none; }
      #EmbeddSubscribeConfigForm .new-option-wrapper li a {
        display: block;
        width: 100%;
        height: 100%;
        color: var(--coing-color-option-text, #231F20);
        padding: 8px 16px;
        text-decoration: none; }
        #EmbeddSubscribeConfigForm .new-option-wrapper li a:hover, #EmbeddSubscribeConfigForm .new-option-wrapper li a:visited, #EmbeddSubscribeConfigForm .new-option-wrapper li a:active {
          text-decoration: none; }
    #EmbeddSubscribeConfigForm .new-option-wrapper h3 {
      font-weight: bold;
      padding: 0;
      margin: 8px 16px;
      font-size: 16px; }
    #EmbeddSubscribeConfigForm .new-option-wrapper h4 {
      font-weight: normal;
      font-size: 16px;
      margin: 8px 16px;
      padding: 0;
      display: none; }
      #EmbeddSubscribeConfigForm .new-option-wrapper h4:has(+ ul a:not(.hidden)) {
        display: block; }
    #EmbeddSubscribeConfigForm .new-option-wrapper .content {
      width: 100%; }
    #EmbeddSubscribeConfigForm .new-option-wrapper .nb-help-block {
      font-size: 12px;
      padding: 8px;
      margin: 0 16px;
      background-color: var(--coing-color-bg, #ffffff); }
      #EmbeddSubscribeConfigForm .new-option-wrapper .nb-help-block h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        color: var(--coing-color-title-text, #222222); }
        #EmbeddSubscribeConfigForm .new-option-wrapper .nb-help-block h3:before {
          content: ' ';
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: text-bottom;
          background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_117_410" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_117_410)"><path d="M4.7563 16.5834C4.38657 16.5834 4.07081 16.4526 3.809 16.1909C3.54734 15.9291 3.4165 15.6133 3.4165 15.2436V4.75654C3.4165 4.38682 3.54734 4.07105 3.809 3.80925C4.07081 3.54758 4.38657 3.41675 4.7563 3.41675H15.2434C15.6131 3.41675 15.9289 3.54758 16.1907 3.80925C16.4523 4.07105 16.5832 4.38682 16.5832 4.75654V9.81904C16.4044 9.7764 16.2261 9.74091 16.0482 9.71258C15.8704 9.68411 15.6876 9.65925 15.4998 9.638V4.75654C15.4998 4.69237 15.4731 4.63362 15.4196 4.58029C15.3663 4.52682 15.3075 4.50008 15.2434 4.50008H4.7563C4.69213 4.50008 4.63338 4.52682 4.58005 4.58029C4.52657 4.63362 4.49984 4.69237 4.49984 4.75654V15.2436C4.49984 15.3078 4.52657 15.3665 4.58005 15.4199C4.63338 15.4733 4.69213 15.5001 4.7563 15.5001H9.61692C9.6322 15.6963 9.65338 15.8816 9.68046 16.0559C9.70755 16.2302 9.744 16.4061 9.78984 16.5834H4.7563ZM4.49984 15.5001V4.50008V9.638V9.59633V15.5001ZM6.20817 13.6955H9.74338C9.79366 13.5065 9.85241 13.3233 9.91963 13.1459C9.98699 12.9684 10.0602 12.7906 10.1392 12.6124H6.20817V13.6955ZM6.20817 10.5417H11.9086C12.1841 10.3762 12.4595 10.2288 12.7346 10.0995C13.0098 9.97015 13.3033 9.86918 13.6153 9.79654V9.45842H6.20817V10.5417ZM6.20817 7.38779H13.7915V6.30466H6.20817V7.38779ZM14.995 18.6315C13.9994 18.6315 13.154 18.2824 12.459 17.5842C11.764 16.8862 11.4165 16.0392 11.4165 15.0434C11.4165 14.0477 11.7656 13.2024 12.4638 12.5074C13.1619 11.8124 14.0088 11.4649 15.0046 11.4649C16.0003 11.4649 16.8457 11.8139 17.5407 12.512C18.2357 13.2102 18.5832 14.0571 18.5832 15.0528C18.5832 16.0486 18.2341 16.894 17.5359 17.589C16.8378 18.284 15.9909 18.6315 14.995 18.6315ZM14.548 17.0001H15.4517V15.5001H16.9517V14.5963H15.4517V13.0963H14.548V14.5963H13.048V15.5001H14.548V17.0001Z" fill="%231C1B1F"/></g></svg>'); }
    #EmbeddSubscribeConfigForm .new-option-wrapper .content {
      padding: 6px 0; }
  #EmbeddSubscribeConfigForm .edit-option-form {
    display: block;
    padding: 5px; }
    #EmbeddSubscribeConfigForm .edit-option-form .multi-values {
      margin-top: 16px;
      border-bottom: 1px solid var(--coing-color-secondary, #f2f2f2); }
      #EmbeddSubscribeConfigForm .edit-option-form .multi-values .btn {
        font-size: 12px;
        background-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.05);
        color: var(--coing-color-text, #4a4a4a);
        height: 32px;
        padding: 6px 12px;
        display: inline; }
        #EmbeddSubscribeConfigForm .edit-option-form .multi-values .btn:hover {
          background-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2); }
        #EmbeddSubscribeConfigForm .edit-option-form .multi-values .btn svg {
          display: inline;
          height: 1.5em;
          vertical-align: middle;
          margin-inline-end: 3px; }
      #EmbeddSubscribeConfigForm .edit-option-form .multi-values .values_content {
        counter-reset: c2; }
        #EmbeddSubscribeConfigForm .edit-option-form .multi-values .values_content li {
          display: flex;
          align-items: center;
          gap: 0.5em;
          margin-top: 16px; }
          #EmbeddSubscribeConfigForm .edit-option-form .multi-values .values_content li:before {
            width: 1.3em;
            height: 1.3em; }
        #EmbeddSubscribeConfigForm .edit-option-form .multi-values .values_content.numbered li:before {
          counter-increment: c2;
          content: counter(c2); }
        #EmbeddSubscribeConfigForm .edit-option-form .multi-values .values_content.numbered li:before {
          content: counter(c2) "."; }
        #EmbeddSubscribeConfigForm .edit-option-form .multi-values .values_content.squared li:before {
          content: ' ';
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_309_144" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_309_144)"><path d="M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z" fill="%23222222" fill-opacity="0.3"/></g></svg>');
          background-size: cover; }
        #EmbeddSubscribeConfigForm .edit-option-form .multi-values .values_content input {
          border-top: none;
          border-left: none;
          border-bottom: none;
          border-right: none;
          outline: none;
          box-shadow: none;
          border-radius: 0;
          width: 100%; }
          #EmbeddSubscribeConfigForm .edit-option-form .multi-values .values_content input:hover {
            border-bottom: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4); }
          #EmbeddSubscribeConfigForm .edit-option-form .multi-values .values_content input:focus {
            border-bottom: 1px solid var(--coing-color-text, #4a4a4a); }
          #EmbeddSubscribeConfigForm .edit-option-form .multi-values .values_content input:placeholder-shown {
            border-bottom: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4); }
        #EmbeddSubscribeConfigForm .edit-option-form .multi-values .values_content svg {
          height: 1em;
          width: 1em; }
    #EmbeddSubscribeConfigForm .edit-option-form .color-picker .header, #EmbeddSubscribeConfigForm .edit-option-form .color-picker li.marker-item {
      display: flex; }
      #EmbeddSubscribeConfigForm .edit-option-form .color-picker .header > *:nth-child(1), #EmbeddSubscribeConfigForm .edit-option-form .color-picker li.marker-item > *:nth-child(1) {
        width: 40%; }
      #EmbeddSubscribeConfigForm .edit-option-form .color-picker .header > *:nth-child(2), #EmbeddSubscribeConfigForm .edit-option-form .color-picker li.marker-item > *:nth-child(2) {
        width: 10%; }
      #EmbeddSubscribeConfigForm .edit-option-form .color-picker .header > *:nth-child(3), #EmbeddSubscribeConfigForm .edit-option-form .color-picker li.marker-item > *:nth-child(3) {
        width: 40%; }
      #EmbeddSubscribeConfigForm .edit-option-form .color-picker .header > *:nth-child(4), #EmbeddSubscribeConfigForm .edit-option-form .color-picker li.marker-item > *:nth-child(4) {
        width: 10%; }
    #EmbeddSubscribeConfigForm .edit-option-form .color-picker input {
      color: var(--coing-color-text, #4a4a4a);
      border-top: none;
      border-left: none;
      border-bottom: none;
      border-right: none;
      outline: none;
      box-shadow: none;
      border-radius: 0;
      width: 100%; }
      #EmbeddSubscribeConfigForm .edit-option-form .color-picker input:hover {
        border-bottom: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4); }
      #EmbeddSubscribeConfigForm .edit-option-form .color-picker input:focus {
        border-bottom: 1px solid var(--coing-color-text, #4a4a4a); }
      #EmbeddSubscribeConfigForm .edit-option-form .color-picker input:placeholder-shown {
        border-bottom: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4); }
    #EmbeddSubscribeConfigForm .edit-option-form .ticket-row {
      border: none; }
    #EmbeddSubscribeConfigForm .edit-option-form textarea {
      resize: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      border-bottom: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.05); }
      #EmbeddSubscribeConfigForm .edit-option-form textarea:focus {
        outline: none;
        border-bottom: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 1);
        box-shadow: none; }
    #EmbeddSubscribeConfigForm .edit-option-form .defaults-container input {
      border: none;
      outline: none;
      box-shadow: none;
      width: 100%;
      height: 34px;
      margin: 0;
      padding: 12px 6px;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%; }
    #EmbeddSubscribeConfigForm .edit-option-form button.apply {
      height: 2.5em;
      margin-inline-start: auto;
      font-size: 14px;
      font-weight: 600;
      background-color: var(--coing-color-main, #0279bb);
      color: var(--coing-color-bg, #ffffff); }

#EditGroupModal.steps #EmbeddSubscribeConfigForm .new-option-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: unset; }
  html[dir=ltr] #EditGroupModal.steps #EmbeddSubscribeConfigForm .new-option-wrapper {
    left: unset;
    right: 0; }

.profile-family .header-row, .profile-friend .header-row {
  display: flex;
  justify-content: space-between; }

#EditConnectionForm header h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */ }

#EditConnectionForm header [role="doc-subtitle"] {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */ }

#EditConnectionForm fieldset {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 32px;
  border-radius: 30px;
  border: 1px solid var(--system-Neutral-Light-Grey, #EBEBEB); }
  #EditConnectionForm fieldset .form-group {
    margin: 0;
    min-width: 50%; }
  #EditConnectionForm fieldset .buttons {
    align-self: flex-end; }
    #EditConnectionForm fieldset .buttons button[type=submit] {
      background-color: var(--coing-color-main, #0279bb);
      color: var(--coing-color-bg, #ffffff); }
    #EditConnectionForm fieldset .buttons button[type=button] {
      background: none;
      border: none;
      color: var(--coing-color-text-gray, #bbbbbb); }

menu.user-connection-actions li {
  list-style: none; }
  menu.user-connection-actions li a, menu.user-connection-actions li a:hover, menu.user-connection-actions li a:active, menu.user-connection-actions li a:visited {
    text-decoration: none; }
  menu.user-connection-actions li:hover {
    background: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.4); }

#RishonAuthStatus {
  min-width: 500px;
  width: fit-content;
  max-width: 1000px; }
  #RishonAuthStatus .windows-header {
    margin-bottom: 20px; }
  #RishonAuthStatus .window-body {
    display: flex;
    flex-direction: column;
    align-items: center; }

.simple-popup {
  position: absolute;
  background-color: var(--coing-color-bg, #ffffff);
  padding: 16px;
  box-shadow: 0 0 4px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.5);
  z-index: 99999; }

.header-image {
  width: 100%;
  aspect-ratio: 1280/400;
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1); }
  .header-image.placeholder {
    height: 4rem;
    background: none; }
  @media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .header-image {
      border-radius: 0 0 20px 20px; } }
  @media (max-width: 767px) and (orientation: portrait) {
    .header-image {
      aspect-ratio: 428/129;
      height: auto;
      margin-bottom: 16px; }
      .header-image.placeholder {
        height: 3rem; } }
  .header-image.fit-image {
    overflow: visible; }
  .header-image.header-image-tall {
    height: 23.25rem;
    max-width: 1260px; }
    .header-image.header-image-tall.placeholder {
      height: 8rem; }
    @media (max-width: 767px) and (orientation: portrait) {
      .header-image.header-image-tall {
        height: 14rem; }
        .header-image.header-image-tall.placeholder {
          height: 6rem; } }
  .header-image .center {
    height: 100%; }

.header-image + .community-logo {
  height: 120px;
  width: 120px;
  position: relative;
  top: -90px;
  z-index: 5;
  background: transparent;
  margin-inline-start: 16px; }

.section-page-main:empty {
  display: none; }

@media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .section-page-main:not(:has(.readmore)):has(.sr-only-with-block) {
    margin: 0 !important;
    padding: 0 !important; } }

#page {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
  position: relative;
  width: 100%;
  min-height: calc((var(--coing-vh, 1vh) * 100) - 1.875rem);
  padding-top: 74px; }
  @media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    #page {
      padding-top: 0;
      padding-bottom: 24px; } }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    #page {
      height: auto;
      padding-top: 2.61rem; }
      #page.no-header {
        padding-top: 0; } }
  #page[role="main"] {
    max-width: 1250px;
    margin: auto; }
  #page > section {
    max-width: 100%;
    width: 100%;
    margin: 0; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      #page > section.section-page-main {
        max-width: 90%;
        width: 90%;
        margin: 0 auto; } }

#page.page-iframe-bottom {
  padding-top: 50px !important;
  min-height: auto; }

.page-fullscreen {
  height: calc((var(--coing-vh, 1vh) * 100)); }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .page-fullscreen {
      height: auto; } }
  .page-fullscreen header.page-header #logo {
    padding: 0.375rem 0.375rem;
    max-height: 3rem; }
    @media (max-width: 900px) and (orientation: landscape) {
      .page-fullscreen header.page-header #logo {
        max-height: 3rem; } }
    @media (max-width: 767px) and (orientation: portrait) {
      .page-fullscreen header.page-header #logo {
        max-height: 2.6rem; } }
  .page-fullscreen #page {
    height: calc((var(--coing-vh, 1vh) * 100)); }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .page-fullscreen #page {
        height: auto; } }
  .page-fullscreen footer {
    display: none; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .page-fullscreen footer {
        display: block; } }
  .page-fullscreen .header-image {
    display: none !important;
    height: 1.875rem;
    background: none !important; }
    .page-fullscreen .header-image > div {
      display: none; }
  .page-fullscreen .tags-list {
    padding: 0.4rem 0; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .page-fullscreen .tags-list {
        padding: 0; } }
    .page-fullscreen .tags-list li a {
      padding: 0.4rem 0.4rem;
      border-radius: 0.6rem; }
      .page-fullscreen .tags-list li a:before {
        border-radius: 0.6rem; }
  .page-fullscreen .fullscreen-content {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100% - 1.875rem);
    height: 100%;
    overflow: hidden;
    padding-bottom: 1rem; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .page-fullscreen .fullscreen-content {
        height: auto;
        padding-bottom: 0; } }
    .page-fullscreen .fullscreen-content > .center {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      position: relative;
      height: 100%; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .page-fullscreen .fullscreen-content > .center {
          height: auto; } }
    .page-fullscreen .fullscreen-content section {
      width: 100%;
      margin: 0 0 0.5rem; }
      .page-fullscreen .fullscreen-content section:last-child {
        margin-bottom: 0; }
      .page-fullscreen .fullscreen-content section.fullscreen-split {
        display: flex;
        height: 100%;
        flex-direction: row;
        justify-content: flex-start;
        gap: 0.5rem; }
        .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list {
          display: flex;
          width: 32%;
          min-width: 300px;
          height: 100%; }
          .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .list-scroller {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
          .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities {
            height: 100%; }
            .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center {
              display: flex;
              height: 100%;
              flex-direction: column;
              justify-content: flex-start; }
              @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
                .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center {
                  width: 100%; }
                  .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center > a,
                  .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center > h2,
                  .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center > .tags-list {
                    display: none; }
                  .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .scroll-wrapper {
                    width: 100%;
                    height: 100%; } }
              .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list {
                margin: 0 -10px;
                padding: 0 10px;
                padding-left: 20px; }
                .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list:before, .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list:after {
                  content: "";
                  display: block;
                  position: relative;
                  width: 100%;
                  height: 2; }
                .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list:after {
                  content: "";
                  display: block;
                  position: relative;
                  width: 100%;
                  height: 1rem; }
                @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
                  .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                    align-items: flex-start;
                    padding: 0;
                    margin: 0; }
                    .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list:before, .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list:after {
                      display: none; } }
                .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list li {
                  margin-bottom: 1rem; }
                  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
                    .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list li {
                      margin: 10px 0;
                      margin-inline-start: 0.625rem; } }
                  .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list li:last-of-type {
                    margin-bottom: 0; }
                    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
                      .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list li:last-of-type {
                        margin-bottom: 10px;
                        margin-inline-end: 0.625rem; } }
                .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item {
                  margin: 0; }
                  .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a {
                    display: flex;
                    flex-direction: column; }
                    .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-image {
                      order: 1;
                      border-top-right-radius: 0.8333rem;
                      border-top-left-radius: 0.8333rem;
                      padding-top: 36%; }
                      .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-image .spreader {
                        padding: 3px;
                        text-align: left; }
                      .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-image .badge {
                        font-size: 0.5rem;
                        padding: 0.05em 0.15em;
                        background-color: var(--coing-color-bg, #ffffff);
                        color: var(--coing-color-text, #4a4a4a);
                        box-shadow: none; }
                        @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
                          .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-image .badge {
                            font-size: 0.41667rem; } }
                      .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-image .badge-icon-group .badge-icon svg {
                        height: 80%; }
                    .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-main {
                      order: 2;
                      height: auto; }
                      .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-main .activity-item-logo {
                        flex: 0 0 2.4em;
                        width: 2.4em;
                        height: 2.4em;
                        border-radius: 0.89em;
                        border: solid 1px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.1);
                        background-color: var(--coing-color-secondary, #f2f2f2); }
                  .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item .activity-item-info {
                    overflow: visible;
                    height: auto;
                    min-height: 3rem;
                    padding-top: 0; }
                  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
                    .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item {
                      width: 85vw; }
                      .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a {
                        flex-direction: row; }
                        .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-image {
                          width: 50%;
                          height: 100%;
                          border-radius: 0;
                          border-top-right-radius: 0.625rem;
                          border-bottom-right-radius: 0.625rem; }
                          .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-image .badge {
                            font-size: 0.5rem; }
                          .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-image .item-intoit {
                            font-size: 0.5rem; }
                        .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-main {
                          width: 50%;
                          height: 100%;
                          font-size: 0.5rem;
                          line-height: 1.1667em;
                          z-index: 2;
                          overflow: visible;
                          padding: 0.6em; }
                          .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-main .activity-item-logo {
                            border-radius: 25%;
                            margin-right: -1.8em;
                            border: solid 1px var(--coing-color-bg, #ffffff); }
                          .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-main .activity-titles {
                            width: 100%;
                            padding: 0.3rem;
                            padding-left: 1.2em; }
                            .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item > a .activity-item-main .activity-titles .leader-name {
                              display: none; }
                      .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item .activity-item-info {
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 50%;
                        height: auto;
                        font-size: 0.5rem;
                        line-height: 1.1667em;
                        padding: 0.6em;
                        padding-right: 2.4em; }
                        .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list .activity-item .activity-item-info .activity-address {
                          display: -webkit-box;
                          -webkit-line-clamp: 2;
                          -webkit-box-orient: vertical;
                          overflow: hidden;
                          text-overflow: ellipsis;
                          white-space: normal; } }
        .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-preview {
          display: flex;
          width: 68%;
          height: 100%; }
          .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-preview > div {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
        @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .page-fullscreen .fullscreen-content section.fullscreen-split {
            height: auto;
            flex-direction: column-reverse;
            justify-content: flex-end; }
            .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-list {
              position: absolute;
              left: 50%;
              margin-left: -50vw;
              bottom: 0;
              width: 100vw;
              height: auto;
              overflow: visible;
              min-height: 6rem;
              z-index: 2;
              padding: 10px 0; }
            .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-preview {
              width: 100vw;
              height: calc((var(--coing-vh, 1vh) * 100) - 1.875rem - 2.04167rem); }
              .page-fullscreen .fullscreen-content section.fullscreen-split .fullscreen-split-preview.map-preview {
                height: calc((var(--coing-vh, 1vh) * 100) - 1.875rem - 2.04167rem - .5rem); } }
    .page-fullscreen .fullscreen-content .scroll-wrapper {
      overflow: initial; }
    .page-fullscreen .fullscreen-content h1 {
      font-size: 1.5rem;
      padding: 3.5rem 0 0; }
    .page-fullscreen .fullscreen-content .no-results.show {
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      text-align: center;
      border: 0;
      margin-top: 3rem; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .page-fullscreen .fullscreen-content-map .no-results.show {
        background: var(--coing-color-bg, #ffffff);
        box-shadow: 0px 4px 6px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.5);
        border-radius: 50px;
        width: auto;
        padding: 0.2rem 1rem;
        margin-bottom: 1rem; } }
    .page-fullscreen .fullscreen-content .fc .fc-scroller-liquid-absolute, .page-fullscreen .fullscreen-content .fc .fc-scroller-harness {
      overflow: initial !important; }
  .page-fullscreen .fullscreen-content.fullscreen-content-calendar > .center section.fullscreen-split {
    flex-direction: row-reverse; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .page-fullscreen .fullscreen-content.fullscreen-content-calendar #calendar {
      position: relative;
      height: initial; }
      .page-fullscreen .fullscreen-content.fullscreen-content-calendar #calendar .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0.2rem; }
    .page-fullscreen .fullscreen-content.fullscreen-content-calendar > .center section.fullscreen-split {
      flex-direction: column; }
      .page-fullscreen .fullscreen-content.fullscreen-content-calendar > .center section.fullscreen-split .fullscreen-split-list {
        position: relative;
        margin-left: 0;
        left: initial; }
        .page-fullscreen .fullscreen-content.fullscreen-content-calendar > .center section.fullscreen-split .fullscreen-split-list .list-scroller {
          position: relative; }
      .page-fullscreen .fullscreen-content.fullscreen-content-calendar > .center section.fullscreen-split .fullscreen-split-preview {
        height: initial;
        margin: initial;
        left: initial;
        position: relative;
        transform: translate(50%, 0);
        right: 50%;
        width: 100vw; }
      .page-fullscreen .fullscreen-content.fullscreen-content-calendar > .center section.fullscreen-split .fullscreen-split-list .section-activities > .center .activities-list li {
        margin: 0px 0 10px;
        margin-inline-start: 0.625rem; } }
  .page-fullscreen .fullscreen-content.fullscreen-content-calendar .map-mobile-filters {
    margin-bottom: .1rem !important; }

.groups-panel:has(.ajax-loading-groups.loading) .panel-title-wrap, .no-results.show {
  display: none !important; }

.loading-message {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; }
  .loading-message img {
    height: 1.5em; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .loading-message {
      flex-direction: column; } }

#site.communities-view:has(.groups-panel .ajax-loading-groups.loading) .loading-message {
  display: flex; }

#site.communities-view #MobileAiSearch {
  position: absolute;
  bottom: 80px;
  height: 58px;
  width: 100%;
  transition: bottom 0.3s;
  transition-delay: 0.3s;
  background: transparent;
  z-index: 0; }
  #site.communities-view #MobileAiSearch > a {
    display: flex;
    flex-flow: row;
    align-items: center;
    width: max-content;
    background: var(--coing-color-main, #0279bb);
    border-radius: 50px;
    padding: 10px 16px;
    color: var(--coing-color-bg, #ffffff); }
    #site.communities-view #MobileAiSearch > a > svg {
      fill: var(--coing-color-bg, #ffffff);
      width: 24px;
      height: 24px; }
  #site.communities-view #MobileAiSearch > ul {
    left: unset;
    width: max-content;
    bottom: 6rem;
    border: none;
    background: transparent;
    box-shadow: none; }
    #site.communities-view #MobileAiSearch > ul li {
      width: 100%;
      padding: 10px 16px;
      line-height: 100%;
      background-color: var(--coing-color-main, #0279bb);
      color: var(--coing-color-bg, #ffffff); }
      #site.communities-view #MobileAiSearch > ul li a {
        margin: 0;
        padding: 0; }

#site.communities-view #SectionSearch {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    #site.communities-view #SectionSearch {
      display: none; } }
  #site.communities-view #SectionSearch > button {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 56px;
    padding: 6px 16px;
    color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5);
    border-radius: 20px;
    border: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2);
    background: #FFF;
    cursor: pointer;
    min-width: fit-content; }
    #site.communities-view #SectionSearch > button svg {
      width: 25px;
      height: 25px; }

.recurring-events {
  padding: 16px;
  font-size: 14px; }
  .recurring-events h2 {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600; }
  .recurring-events > ul {
    list-style: none; }

.recurring-events {
  border: 1px solid rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
  border-radius: 30px;
  color: var(--coing-color-main, #0279bb); }
  .recurring-events h2 {
    color: var(--coing-color-main, #0279bb); }
  .recurring-events a {
    color: var(--coing-color-main, #0279bb); }
    .recurring-events a:visited, .recurring-events a:hover, .recurring-events a:active {
      color: var(--coing-color-main, #0279bb); }

#site.group-view .activity-author, #site.group-view .page-split {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

#site.group-view .header-image {
  margin-bottom: 16px; }

@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  #site.group-view > header.page-header {
    border-bottom: none;
    transition: background-color 200ms ease-out; }
    body:not(.scrolled) #site.group-view > header.page-header {
      background: transparent; }
  #site.group-view > #page {
    padding-top: 0; }
  #site.group-view .name-column {
    display: none; } }

.page-split {
  display: flex;
  justify-content: space-between;
  margin-top: 1.333rem; }
  .page-split .page-main {
    width: 66%; }
  .page-split .aside {
    width: 23%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem; }
    .page-split .aside > div, .page-split .aside > section {
      margin: 0; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .page-split {
      display: block; }
      .page-split .page-main,
      .page-split .aside {
        position: initial;
        width: 100%; } }

.recurring-events a {
  text-decoration: underline; }

.activity-people {
  font-size: 14px;
  padding: 0.5rem 0 0;
  border: none; }
  .activity-people h2 {
    font-size: 0.8rem;
    line-height: 2em;
    font-weight: 600; }
  .activity-people .activity-buttons {
    position: absolute;
    left: 0;
    top: 0.5rem;
    display: flex; }
  .activity-people .activity-people-list {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
    margin: 0 -0.5rem;
    padding: 0 0.5rem;
    max-height: 8.2667rem;
    overflow: hidden;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .activity-people .activity-people-list {
        width: 100vw;
        margin-right: -5vw;
        padding: 0 5vw;
        white-space: nowrap;
        overflow-x: auto; } }
    .activity-people .activity-people-list .more-people {
      display: block;
      position: absolute;
      left: 0.5rem;
      top: 5.75rem;
      bottom: 1.8333rem;
      width: 2.125rem;
      height: 2.125rem;
      border-radius: 0.79rem;
      box-shadow: 0 0.1667rem 0.375rem 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
      font-size: 0.7083rem;
      line-height: 1.2em;
      font-weight: 500;
      text-align: center;
      color: var(--coing-color-main, #0279bb);
      padding: 0.6375rem 0 0;
      cursor: pointer; }
      .activity-people .activity-people-list .more-people:before {
        border-radius: 0.79rem; }
      .activity-people .activity-people-list .more-people:active {
        box-shadow: none; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .activity-people .activity-people-list .more-people {
          display: none; } }
    .activity-people .activity-people-list .person {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: calc(25% - 0.675rem);
      height: auto;
      margin-bottom: 0.75rem;
      margin-left: 0.9rem;
      font-size: 1rem; }
      .activity-people .activity-people-list .person:nth-of-type(4n) {
        margin-left: 0; }
      .activity-people .activity-people-list .person:nth-of-type(12) {
        display: none; }
      @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .activity-people .activity-people-list .person {
          display: inline-block;
          width: 14vw;
          background: none;
          margin-left: 0.667rem !important; }
          .activity-people .activity-people-list .person:last-of-type {
            margin-left: 0 !important; } }
      .activity-people .activity-people-list .person .person-inner .person-image {
        display: block;
        position: relative;
        width: 2.125rem;
        height: 2.125rem;
        border-radius: 100px;
        background-position: center top;
        background-color: var(--coing-color-bg, #ffffff); }
        .activity-people .activity-people-list .person .person-inner .person-image svg {
          fill: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.2);
          height: 120%;
          width: 100%; }
      .activity-people .activity-people-list .person .person-inner span.person-subtext {
        margin-inline-start: 2.125rem;
        font-size: 0.75rem; }
      .activity-people .activity-people-list .person .person-inner .person-add {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
        background-color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.48);
        color: var(--coing-color-bg, #ffffff);
        border-radius: 1.125em;
        padding: 0.225em 0.375em;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        pointer-events: none;
        touch-action: none; }
        .activity-people .activity-people-list .person .person-inner .person-add svg.svg-sprite, .activity-people .activity-people-list .person .person-inner .person-add .incremental-block svg, .incremental-block .activity-people .activity-people-list .person .person-inner .person-add svg {
          display: inline-block;
          vertical-align: middle;
          width: 0.6rem;
          height: 0.6rem;
          opacity: 1; }
      .activity-people .activity-people-list .person .person-inner .person-name {
        display: block;
        position: relative;
        /*width: 100%;*/
        width: 150%;
        margin-right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.54167rem;
        font-weight: normal;
        line-height: 2em;
        text-align: center;
        opacity: 0;
        transition: all 200ms linear; }
      .activity-people .activity-people-list .person .person-inner:hover, .activity-people .activity-people-list .person .person-inner:focus {
        outline: none; }
        .activity-people .activity-people-list .person .person-inner:hover .person-name, .activity-people .activity-people-list .person .person-inner:focus .person-name {
          opacity: 1; }
    .activity-people .activity-people-list.open {
      overflow-y: scroll; }
      .activity-people .activity-people-list.open .more-people {
        display: none; }
      .activity-people .activity-people-list.open .person:nth-of-type(12) {
        display: inline-block; }

.section-activity-conditions {
  display: block;
  background-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.14);
  border-radius: 1em;
  font-size: 1rem;
  line-height: 1.2em;
  padding: 0.65em 1em; }
  .section-activity-conditions .text ul,
  .section-activity-conditions ul {
    margin-top: 0.5em; }
    .section-activity-conditions .text ul li,
    .section-activity-conditions ul li {
      list-style: none;
      margin-right: 0;
      margin-left: 0; }
      .section-activity-conditions .text ul li:before,
      .section-activity-conditions ul li:before {
        content: "\25CB   "; }

.section-activity-info .activity-more,
.section-activity-conditions {
  font-size: 1rem;
  line-height: 1.2em; }
  .section-activity-info .activity-more .text,
  .section-activity-conditions .text {
    padding-right: 1rem;
    margin-bottom: 1rem; }
    .section-activity-info .activity-more .text h4,
    .section-activity-conditions .text h4 {
      font-size: 0.75rem;
      line-height: 1.2em;
      padding: 0;
      margin: 0; }
    .section-activity-info .activity-more .text img,
    .section-activity-info .activity-more .text svg,
    .section-activity-conditions .text img,
    .section-activity-conditions .text svg {
      display: inline-block;
      position: absolute;
      width: 0.8rem;
      height: 0.8rem;
      right: 0;
      margin-right: -0.5em;
      top: 0; }
    .section-activity-info .activity-more .text a,
    .section-activity-conditions .text a {
      color: var(--coing-color-main, #0279bb);
      text-decoration: none; }
      .section-activity-info .activity-more .text a:hover, .section-activity-info .activity-more .text a:focus,
      .section-activity-conditions .text a:hover,
      .section-activity-conditions .text a:focus {
        text-decoration: underline; }
      .section-activity-info .activity-more .text a img,
      .section-activity-info .activity-more .text a svg,
      .section-activity-conditions .text a img,
      .section-activity-conditions .text a svg {
        fill: var(--coing-color-main, #0279bb); }

.section-activity-text .text {
  margin-bottom: 1.5rem;
  word-wrap: break-word;
  display: inline-block;
  max-width: 100%; }

#ReadMoreDrawer {
  overflow-y: auto;
  padding: 32px;
  font-size: 18px;
  box-shadow: 0px -8px 5px 0px rgba(var(--coing-color-rgb-bg-dark, 118, 118, 118), 0.02), 0px -9px 12px 0px rgba(var(--coing-color-rgb-bg-dark, 118, 118, 118), 0.08); }
  #ReadMoreDrawer button.close {
    position: absolute;
    top: 10px;
    left: 10px; }
  #ReadMoreDrawer .share-buttons {
    position: static;
    margin: 16px 0 0 0; }
    #ReadMoreDrawer .share-buttons ul {
      position: static;
      display: flex; }

#ReadMoreModal {
  max-height: revert;
  height: auto;
  padding: 32px; }
  #ReadMoreModal .window-head {
    display: none; }
  #ReadMoreModal .window-body {
    overflow-y: auto;
    max-height: 80vh;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    font-size: 17px; }
    #ReadMoreModal .window-body > img {
      border-radius: 20px; }
    #ReadMoreModal .window-body > button {
      background-color: var(--coing-color-text, #4a4a4a);
      color: var(--coing-color-bg, #ffffff);
      width: fit-content;
      align-self: end; }
    #ReadMoreModal .window-body p {
      font-size: 17px; }

.readmore-text {
  width: 80%; }

.readmore-link {
  width: 20%;
  text-align: end; }

.readmore {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end; }
  .readmore > div:first-child {
    max-height: calc(3em * 1.3 + 1px);
    overflow: hidden;
    word-break: auto-phrase;
    text-wrap: wrap; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .readmore > div:first-child {
        max-height: calc(2em * 1.3 + 1px); } }
    .readmore > div:first-child * {
      margin: 0 !important;
      padding: 0 !important; }

a.readmore-btn, .text a.readmore-btn {
  display: block;
  color: var(--coing-color-text, #4a4a4a);
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  min-width: max-content; }
  a.readmore-btn:hover, a.readmore-btn:visited, a.readmore-btn:focus, a.readmore-btn:active, .text a.readmore-btn:hover, .text a.readmore-btn:visited, .text a.readmore-btn:focus, .text a.readmore-btn:active {
    text-decoration: none; }
  @media (min-width: 901px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    a.readmore-btn, .text a.readmore-btn {
      display: block;
      text-align: end;
      text-decoration: underline; }
      a.readmore-btn:hover, a.readmore-btn:visited, a.readmore-btn:focus, a.readmore-btn:active, .text a.readmore-btn:hover, .text a.readmore-btn:visited, .text a.readmore-btn:focus, .text a.readmore-btn:active {
        text-decoration: underline; } }

#AISearch svg {
  fill: var(--coing-color-main, #0279bb); }
  #AISearch svg path {
    fill: var(--coing-color-main, #0279bb); }

#AISearchModal {
  width: fit-content;
  height: fit-content;
  max-width: revert;
  max-height: revert;
  padding-top: 40px; }
  #AISearchModal .window-head {
    display: none; }
  #AISearchModal .window-body {
    width: fit-content;
    height: fit-content;
    max-width: revert;
    max-height: revert; }
    #AISearchModal .window-body iframe {
      border: none;
      outline: none;
      box-shadow: none; }

#AISearchDrawer {
  height: fit-content; }
  #AISearchDrawer iframe {
    width: 100%;
    height: 45vh; }

.file-input-widget .file-input-wrapper {
  display: flex;
  align-items: center;
  gap: 16px; }
  .file-input-widget .file-input-wrapper svg {
    aspect-ratio: 1; }

.file-input-widget .svg-check {
  display: none !important; }

.file-input-widget.is-deleted .svg-cross {
  display: none !important; }

.file-input-widget.is-deleted .svg-check {
  opacity: 1 !important;
  display: inline-block !important; }

.file-input-widget.is-deleted a.download-file {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed; }
  .file-input-widget.is-deleted a.download-file:hover {
    cursor: not-allowed; }

.bookmark-wrapper {
  position: absolute;
  left: 0.375rem;
  bottom: 0.146rem;
  z-index: 2; }
  html[dir=ltr] .bookmark-wrapper {
    left: auto;
    right: 0.375rem; }

.bookmark-button {
  display: inline-flex;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: var(--coing-color-bg, #ffffff);
  opacity: 0.8; }
  .bookmark-button svg {
    width: 24px;
    height: 24px;
    stroke: var(--coing-color-text, #4a4a4a);
    fill: var(--coing-color-bg, #ffffff); }
  .bookmark-button.selected {
    opacity: 1; }
    .bookmark-button.selected svg {
      fill: var(--coing-color-main, #0279bb);
      stroke: var(--coing-color-main, #0279bb); }

.bookmark-activity-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.579em;
  aspect-ratio: 1;
  text-align: center;
  border-radius: 5rem;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  background-color: var(--coing-color-bg, #ffffff); }
  .bookmark-activity-button svg {
    height: 27px;
    width: 27px;
    stroke: var(--coing-color-text, #4a4a4a);
    fill: var(--coing-color-bg, #ffffff); }
  .bookmark-activity-button.selected svg {
    fill: var(--coing-color-main, #0279bb);
    stroke: var(--coing-color-main, #0279bb); }
  .bookmark-activity-button-wrapper {
    margin-top: 1em; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .bookmark-activity-button-wrapper {
        margin-top: 0; } }

#BookmarkedItemsContainer:not(:has(li)) {
  display: none; }

#OrgCalendars {
  max-width: 800px; }
  #OrgCalendars .window-head h2 {
    font-size: 24px; }
  #OrgCalendars .window-body {
    font-size: 14px; }
  #OrgCalendars .calendar-links-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 50%;
    min-width: 200px;
    margin: 16px 0; }
    #OrgCalendars .calendar-links-wrapper .calendar-link {
      display: grid;
      grid-template-columns: 1fr 2em 2em;
      font-weight: 600; }
      #OrgCalendars .calendar-links-wrapper .calendar-link svg {
        height: 1.4em;
        aspect-ratio: 1;
        vertical-align: top; }

#OrgCalendars {
  height: max-content;
  font-size: 14px; }

.trumbowyg-editor-box {
  display: flex;
  flex-direction: column; }
  .trumbowyg-editor-box .trumbowyg-editor {
    flex-grow: 1;
    margin: 0; }

.image-editor-container {
  border: 1px dashed var(--coing-color-bg-dark, #767676);
  border-radius: 8px;
  overflow: hidden; }
  .image-editor-container[data-type^="thumb"] {
    width: min-content; }
  .image-editor-container[data-type="avatar"] {
    width: min-content; }
  .image-editor-container .interface-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 16px;
    text-shadow: 1px 1px white; }
    .image-editor-container .interface-container svg.icon-select-image {
      width: 48px;
      height: 48px;
      color: var(--coing-color-main, #0279bb); }
  .image-editor-container canvas {
    position: absolute;
    width: 100%;
    aspect-ratio: inherit; }

dialog#SelectImage {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 60%;
  margin: auto;
  padding: 32px;
  border: none;
  border-radius: 30px;
  box-shadow: 0 3.236px 20.222px 0 rgba(0, 0, 0, 0.1);
  background: white; }
  @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    dialog#SelectImage {
      width: 95%; } }
  dialog#SelectImage > * {
    width: 100%; }
  dialog#SelectImage .header {
    display: flex;
    justify-content: space-between; }
  dialog#SelectImage .images-block {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 16px;
    max-height: 40vw;
    min-height: 15vw;
    overflow-y: auto; }
    @media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      dialog#SelectImage .images-block {
        max-height: 60vw; } }
  dialog#SelectImage h2 {
    font-size: 24px;
    font-weight: 600; }
  dialog#SelectImage h3 {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px; }
  dialog#SelectImage .images-item img {
    width: 100%; }
  dialog#SelectImage .spinner-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center; }

.pagination-block {
  display: flex;
  justify-content: center;
  gap: 8px; }
  .pagination-block .btn-page {
    display: block;
    font-size: 16px;
    height: 2em;
    line-height: 2em;
    width: 2em;
    text-align: center;
    color: var(--coing-color-main, #0279bb);
    text-decoration: none;
    border: 1px solid var(--coing-color-main, #0279bb);
    border-radius: 8px; }
    .pagination-block .btn-page:hover, .pagination-block .btn-pageactive, .pagination-block .btn-page:visited {
      color: var(--coing-color-main, #0279bb); }
    .pagination-block .btn-page.current {
      color: var(--coing-color-text, #4a4a4a);
      border: 1px solid var(--coing-color-text, #4a4a4a); }
      .pagination-block .btn-page.current:hover, .pagination-block .btn-page.currentactive, .pagination-block .btn-page.current:visited {
        color: var(--coing-color-text, #4a4a4a); }
/*! =======================================================
                      VERSION  11.0.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-10px}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#036fa5;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{display:inline-block;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal.slider-rtl .slider-tick,.slider.slider-horizontal.slider-rtl .slider-handle{margin-left:initial;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-top:-10px}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#036fa5;margin-left:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-tick.triangle,.slider.slider-vertical.slider-rtl .slider-handle.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}.slider.slider-disabled .slider-handle{background-color:#cfcfcf;background-image:-moz-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));background-image:-webkit-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:-o-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:linear-gradient(to bottom, #DFDFDF, #BEBEBE);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE',GradientType=0)}.slider.slider-disabled .slider-track{background-color:#e7e7e7;background-image:-moz-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));background-image:-webkit-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:-o-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:linear-gradient(to bottom, #E5E5E5, #E9E9E9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9',GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .bs-tooltip-top .tooltip-inner,.slider .bs-tooltip-bottom .tooltip-inner{position:relative;left:-50%}.slider.bs-tooltip-left .tooltip-inner,.slider.bs-tooltip-right .tooltip-inner{position:relative;top:-100%}.slider .tooltip{pointer-events:none}.slider .tooltip.bs-tooltip-top .arrow,.slider .tooltip.bs-tooltip-bottom .arrow{left:-.4rem}.slider .tooltip.bs-tooltip-top{margin-top:-44px}.slider .tooltip.bs-tooltip-bottom{margin-top:2px}.slider .tooltip.bs-tooltip-left,.slider .tooltip.bs-tooltip-right{margin-top:-14px}.slider .tooltip.bs-tooltip-left .arrow,.slider .tooltip.bs-tooltip-right .arrow{top:8px}.slider .hide{display:none}.slider-track{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#F9F9F9));background-image:-webkit-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-o-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:linear-gradient(to bottom, #f5f5f5, #F9F9F9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#F9F9F9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;cursor:pointer}.slider-selection{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #F9F9F9, #f5f5f5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#f5f5f5));background-image:-webkit-linear-gradient(top, #F9F9F9, #f5f5f5);background-image:-o-linear-gradient(top, #F9F9F9, #f5f5f5);background-image:linear-gradient(to bottom, #F9F9F9, #f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#f5f5f5',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute}.slider-selection.tick-slider-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top, #52c5ff, #3abcfd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));background-image:-webkit-linear-gradient(top, #52c5ff, #3abcfd);background-image:-o-linear-gradient(top, #52c5ff, #3abcfd);background-image:linear-gradient(to bottom, #52c5ff, #3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0)}.slider-track-low,.slider-track-high{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;background:transparent}.slider-handle{background-color:#0478b2;background-image:-moz-linear-gradient(top, #0480BE, #036fa5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0480BE), to(#036fa5));background-image:-webkit-linear-gradient(top, #0480BE, #036fa5);background-image:-o-linear-gradient(top, #0480BE, #036fa5);background-image:linear-gradient(to bottom, #0480BE, #036fa5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0480BE', endColorstr='#036fa5',GradientType=0);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);position:absolute;top:0;width:20px;height:20px;background-color:#0480BE;border:0px solid transparent}.slider-handle:hover{cursor:pointer}.slider-handle.round{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.slider-handle.triangle{background:transparent none}.slider-handle.custom{background:transparent none}.slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#F9F9F9));background-image:-webkit-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-o-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:linear-gradient(to bottom, #f5f5f5, #F9F9F9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#F9F9F9',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;cursor:pointer;width:20px;height:20px;filter:none;opacity:0.8;border:0px solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.triangle{background:transparent none}.slider-tick.custom{background:transparent none}.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick.in-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top, #52c5ff, #3abcfd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));background-image:-webkit-linear-gradient(top, #52c5ff, #3abcfd);background-image:-o-linear-gradient(top, #52c5ff, #3abcfd);background-image:linear-gradient(to bottom, #52c5ff, #3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);opacity:1}.bootstrap-isolated .thumbnail > img,
.bootstrap-isolated .thumbnail a > img,
.bootstrap-isolated .carousel-inner > .item > img,
.bootstrap-isolated .carousel-inner > .item > a > img {
  display: block;max-width: 100%;height: auto;
}
@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}.bootstrap-isolated .btn-group-lg > .btn {
  padding: 10px 16px;font-size: 18px;line-height: 1.3333333;border-radius: 6px;
}
.bootstrap-isolated .btn-group-sm > .btn {
  padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px;
}
.bootstrap-isolated .btn-group-xs > .btn {
  padding: 1px 5px;font-size: 12px;line-height: 1.5;border-radius: 3px;
}
@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}.bootstrap-isolated .dl-horizontal dd:before,
.bootstrap-isolated .dl-horizontal dd:after,
.bootstrap-isolated .container:before,
.bootstrap-isolated .container:after,
.bootstrap-isolated .container-fluid:before,
.bootstrap-isolated .container-fluid:after,
.bootstrap-isolated .row:before,
.bootstrap-isolated .row:after,
.bootstrap-isolated .form-horizontal .form-group:before,
.bootstrap-isolated .form-horizontal .form-group:after,
.bootstrap-isolated .btn-toolbar:before,
.bootstrap-isolated .btn-toolbar:after,
.bootstrap-isolated .btn-group-vertical > .btn-group:before,
.bootstrap-isolated .btn-group-vertical > .btn-group:after,
.bootstrap-isolated .nav:before,
.bootstrap-isolated .nav:after,
.bootstrap-isolated .navbar:before,
.bootstrap-isolated .navbar:after,
.bootstrap-isolated .navbar-header:before,
.bootstrap-isolated .navbar-header:after,
.bootstrap-isolated .navbar-collapse:before,
.bootstrap-isolated .navbar-collapse:after,
.bootstrap-isolated .pager:before,
.bootstrap-isolated .pager:after,
.bootstrap-isolated .panel-body:before,
.bootstrap-isolated .panel-body:after,
.bootstrap-isolated .modal-header:before,
.bootstrap-isolated .modal-header:after,
.bootstrap-isolated .modal-footer:before,
.bootstrap-isolated .modal-footer:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;content: " ";
}
.bootstrap-isolated .dl-horizontal dd:after,
.bootstrap-isolated .container:after,
.bootstrap-isolated .container-fluid:after,
.bootstrap-isolated .row:after,
.bootstrap-isolated .form-horizontal .form-group:after,
.bootstrap-isolated .btn-toolbar:after,
.bootstrap-isolated .btn-group-vertical > .btn-group:after,
.bootstrap-isolated .nav:after,
.bootstrap-isolated .navbar:after,
.bootstrap-isolated .navbar-header:after,
.bootstrap-isolated .navbar-collapse:after,
.bootstrap-isolated .pager:after,
.bootstrap-isolated .panel-body:after,
.bootstrap-isolated .modal-header:after,
.bootstrap-isolated .modal-footer:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
#bootstrapModalsContainer {
  z-index: 9999999;
}
.bootstrap-isolated {
  /*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  font-family: var(--coing-font-family, sans-serif);
}
.bootstrap-isolated html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bootstrap-isolated body {
  margin: 0;
}
.bootstrap-isolated article,
.bootstrap-isolated aside,
.bootstrap-isolated details,
.bootstrap-isolated figcaption,
.bootstrap-isolated figure,
.bootstrap-isolated footer,
.bootstrap-isolated header,
.bootstrap-isolated hgroup,
.bootstrap-isolated main,
.bootstrap-isolated menu,
.bootstrap-isolated nav,
.bootstrap-isolated section,
.bootstrap-isolated summary {
  display: block;
}
.bootstrap-isolated audio,
.bootstrap-isolated canvas,
.bootstrap-isolated progress,
.bootstrap-isolated video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap-isolated audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap-isolated [hidden],
.bootstrap-isolated template {
  display: none;
}
.bootstrap-isolated a {
  background-color: transparent;
}
.bootstrap-isolated a:active,
.bootstrap-isolated a:hover {
  outline: 0;
}
.bootstrap-isolated abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.bootstrap-isolated b,
.bootstrap-isolated strong {
  font-weight: bold;
}
.bootstrap-isolated dfn {
  font-style: italic;
}
.bootstrap-isolated h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bootstrap-isolated mark {
  background: #ff0;
  color: #000;
}
.bootstrap-isolated small {
  font-size: 80%;
}
.bootstrap-isolated sub,
.bootstrap-isolated sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bootstrap-isolated sup {
  top: -0.5em;
}
.bootstrap-isolated sub {
  bottom: -0.25em;
}
.bootstrap-isolated img {
  border: 0;
}
.bootstrap-isolated svg:not(:root) {
  overflow: hidden;
}
.bootstrap-isolated figure {
  margin: 1em 40px;
}
.bootstrap-isolated hr {
  box-sizing: content-box;
  height: 0;
}
.bootstrap-isolated pre {
  overflow: auto;
}
.bootstrap-isolated code,
.bootstrap-isolated kbd,
.bootstrap-isolated pre,
.bootstrap-isolated samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap-isolated button,
.bootstrap-isolated input,
.bootstrap-isolated optgroup,
.bootstrap-isolated select,
.bootstrap-isolated textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bootstrap-isolated button {
  overflow: visible;
}
.bootstrap-isolated button,
.bootstrap-isolated select {
  text-transform: none;
}
.bootstrap-isolated button,
.bootstrap-isolated html input[type="button"],
.bootstrap-isolated input[type="reset"],
.bootstrap-isolated input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap-isolated button[disabled],
.bootstrap-isolated html input[disabled] {
  cursor: default;
}
.bootstrap-isolated button::-moz-focus-inner,
.bootstrap-isolated input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bootstrap-isolated input {
  line-height: normal;
}
.bootstrap-isolated input[type="checkbox"],
.bootstrap-isolated input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-isolated input[type="number"]::-webkit-inner-spin-button,
.bootstrap-isolated input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-isolated input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.bootstrap-isolated input[type="search"]::-webkit-search-cancel-button,
.bootstrap-isolated input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-isolated fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bootstrap-isolated legend {
  border: 0;
  padding: 0;
}
.bootstrap-isolated textarea {
  overflow: auto;
}
.bootstrap-isolated optgroup {
  font-weight: bold;
}
.bootstrap-isolated table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap-isolated td,
.bootstrap-isolated th {
  padding: 0;
}
@media print {
  .bootstrap-isolated *,
  .bootstrap-isolated *:before,
  .bootstrap-isolated *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .bootstrap-isolated a,
  .bootstrap-isolated a:visited {
    text-decoration: underline;
  }
  .bootstrap-isolated a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap-isolated abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap-isolated a[href^="#"]:after,
  .bootstrap-isolated a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap-isolated pre,
  .bootstrap-isolated blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrap-isolated thead {
    display: table-header-group;
  }
  .bootstrap-isolated tr,
  .bootstrap-isolated img {
    page-break-inside: avoid;
  }
  .bootstrap-isolated img {
    max-width: 100% !important;
  }
  .bootstrap-isolated p,
  .bootstrap-isolated h2,
  .bootstrap-isolated h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-isolated h2,
  .bootstrap-isolated h3 {
    page-break-after: avoid;
  }
  .bootstrap-isolated .navbar {
    display: none;
  }
  .bootstrap-isolated .btn > .caret,
  .bootstrap-isolated .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrap-isolated .label {
    border: 1px solid #000;
  }
  .bootstrap-isolated .table {
    border-collapse: collapse !important;
  }
  .bootstrap-isolated .table td,
  .bootstrap-isolated .table th {
    background-color: #fff !important;
  }
  .bootstrap-isolated .table-bordered th,
  .bootstrap-isolated .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../_/_/_/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(../_/_/_/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../_/_/_/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../_/_/_/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff) format("woff"), url(../_/_/_/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../_/_/_/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.bootstrap-isolated .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-isolated .glyphicon-asterisk:before {
  content: "*";
}
.bootstrap-isolated .glyphicon-plus:before {
  content: "+";
}
.bootstrap-isolated .glyphicon-euro:before,
.bootstrap-isolated .glyphicon-eur:before {
  content: "\20AC";
}
.bootstrap-isolated .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap-isolated .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap-isolated .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap-isolated .glyphicon-pencil:before {
  content: "\270F";
}
.bootstrap-isolated .glyphicon-glass:before {
  content: "\E001";
}
.bootstrap-isolated .glyphicon-music:before {
  content: "\E002";
}
.bootstrap-isolated .glyphicon-search:before {
  content: "\E003";
}
.bootstrap-isolated .glyphicon-heart:before {
  content: "\E005";
}
.bootstrap-isolated .glyphicon-star:before {
  content: "\E006";
}
.bootstrap-isolated .glyphicon-star-empty:before {
  content: "\E007";
}
.bootstrap-isolated .glyphicon-user:before {
  content: "\E008";
}
.bootstrap-isolated .glyphicon-film:before {
  content: "\E009";
}
.bootstrap-isolated .glyphicon-th-large:before {
  content: "\E010";
}
.bootstrap-isolated .glyphicon-th:before {
  content: "\E011";
}
.bootstrap-isolated .glyphicon-th-list:before {
  content: "\E012";
}
.bootstrap-isolated .glyphicon-ok:before {
  content: "\E013";
}
.bootstrap-isolated .glyphicon-remove:before {
  content: "\E014";
}
.bootstrap-isolated .glyphicon-zoom-in:before {
  content: "\E015";
}
.bootstrap-isolated .glyphicon-zoom-out:before {
  content: "\E016";
}
.bootstrap-isolated .glyphicon-off:before {
  content: "\E017";
}
.bootstrap-isolated .glyphicon-signal:before {
  content: "\E018";
}
.bootstrap-isolated .glyphicon-cog:before {
  content: "\E019";
}
.bootstrap-isolated .glyphicon-trash:before {
  content: "\E020";
}
.bootstrap-isolated .glyphicon-home:before {
  content: "\E021";
}
.bootstrap-isolated .glyphicon-file:before {
  content: "\E022";
}
.bootstrap-isolated .glyphicon-time:before {
  content: "\E023";
}
.bootstrap-isolated .glyphicon-road:before {
  content: "\E024";
}
.bootstrap-isolated .glyphicon-download-alt:before {
  content: "\E025";
}
.bootstrap-isolated .glyphicon-download:before {
  content: "\E026";
}
.bootstrap-isolated .glyphicon-upload:before {
  content: "\E027";
}
.bootstrap-isolated .glyphicon-inbox:before {
  content: "\E028";
}
.bootstrap-isolated .glyphicon-play-circle:before {
  content: "\E029";
}
.bootstrap-isolated .glyphicon-repeat:before {
  content: "\E030";
}
.bootstrap-isolated .glyphicon-refresh:before {
  content: "\E031";
}
.bootstrap-isolated .glyphicon-list-alt:before {
  content: "\E032";
}
.bootstrap-isolated .glyphicon-lock:before {
  content: "\E033";
}
.bootstrap-isolated .glyphicon-flag:before {
  content: "\E034";
}
.bootstrap-isolated .glyphicon-headphones:before {
  content: "\E035";
}
.bootstrap-isolated .glyphicon-volume-off:before {
  content: "\E036";
}
.bootstrap-isolated .glyphicon-volume-down:before {
  content: "\E037";
}
.bootstrap-isolated .glyphicon-volume-up:before {
  content: "\E038";
}
.bootstrap-isolated .glyphicon-qrcode:before {
  content: "\E039";
}
.bootstrap-isolated .glyphicon-barcode:before {
  content: "\E040";
}
.bootstrap-isolated .glyphicon-tag:before {
  content: "\E041";
}
.bootstrap-isolated .glyphicon-tags:before {
  content: "\E042";
}
.bootstrap-isolated .glyphicon-book:before {
  content: "\E043";
}
.bootstrap-isolated .glyphicon-bookmark:before {
  content: "\E044";
}
.bootstrap-isolated .glyphicon-print:before {
  content: "\E045";
}
.bootstrap-isolated .glyphicon-camera:before {
  content: "\E046";
}
.bootstrap-isolated .glyphicon-font:before {
  content: "\E047";
}
.bootstrap-isolated .glyphicon-bold:before {
  content: "\E048";
}
.bootstrap-isolated .glyphicon-italic:before {
  content: "\E049";
}
.bootstrap-isolated .glyphicon-text-height:before {
  content: "\E050";
}
.bootstrap-isolated .glyphicon-text-width:before {
  content: "\E051";
}
.bootstrap-isolated .glyphicon-align-left:before {
  content: "\E052";
}
.bootstrap-isolated .glyphicon-align-center:before {
  content: "\E053";
}
.bootstrap-isolated .glyphicon-align-right:before {
  content: "\E054";
}
.bootstrap-isolated .glyphicon-align-justify:before {
  content: "\E055";
}
.bootstrap-isolated .glyphicon-list:before {
  content: "\E056";
}
.bootstrap-isolated .glyphicon-indent-left:before {
  content: "\E057";
}
.bootstrap-isolated .glyphicon-indent-right:before {
  content: "\E058";
}
.bootstrap-isolated .glyphicon-facetime-video:before {
  content: "\E059";
}
.bootstrap-isolated .glyphicon-picture:before {
  content: "\E060";
}
.bootstrap-isolated .glyphicon-map-marker:before {
  content: "\E062";
}
.bootstrap-isolated .glyphicon-adjust:before {
  content: "\E063";
}
.bootstrap-isolated .glyphicon-tint:before {
  content: "\E064";
}
.bootstrap-isolated .glyphicon-edit:before {
  content: "\E065";
}
.bootstrap-isolated .glyphicon-share:before {
  content: "\E066";
}
.bootstrap-isolated .glyphicon-check:before {
  content: "\E067";
}
.bootstrap-isolated .glyphicon-move:before {
  content: "\E068";
}
.bootstrap-isolated .glyphicon-step-backward:before {
  content: "\E069";
}
.bootstrap-isolated .glyphicon-fast-backward:before {
  content: "\E070";
}
.bootstrap-isolated .glyphicon-backward:before {
  content: "\E071";
}
.bootstrap-isolated .glyphicon-play:before {
  content: "\E072";
}
.bootstrap-isolated .glyphicon-pause:before {
  content: "\E073";
}
.bootstrap-isolated .glyphicon-stop:before {
  content: "\E074";
}
.bootstrap-isolated .glyphicon-forward:before {
  content: "\E075";
}
.bootstrap-isolated .glyphicon-fast-forward:before {
  content: "\E076";
}
.bootstrap-isolated .glyphicon-step-forward:before {
  content: "\E077";
}
.bootstrap-isolated .glyphicon-eject:before {
  content: "\E078";
}
.bootstrap-isolated .glyphicon-chevron-left:before {
  content: "\E079";
}
.bootstrap-isolated .glyphicon-chevron-right:before {
  content: "\E080";
}
.bootstrap-isolated .glyphicon-plus-sign:before {
  content: "\E081";
}
.bootstrap-isolated .glyphicon-minus-sign:before {
  content: "\E082";
}
.bootstrap-isolated .glyphicon-remove-sign:before {
  content: "\E083";
}
.bootstrap-isolated .glyphicon-ok-sign:before {
  content: "\E084";
}
.bootstrap-isolated .glyphicon-question-sign:before {
  content: "\E085";
}
.bootstrap-isolated .glyphicon-info-sign:before {
  content: "\E086";
}
.bootstrap-isolated .glyphicon-screenshot:before {
  content: "\E087";
}
.bootstrap-isolated .glyphicon-remove-circle:before {
  content: "\E088";
}
.bootstrap-isolated .glyphicon-ok-circle:before {
  content: "\E089";
}
.bootstrap-isolated .glyphicon-ban-circle:before {
  content: "\E090";
}
.bootstrap-isolated .glyphicon-arrow-left:before {
  content: "\E091";
}
.bootstrap-isolated .glyphicon-arrow-right:before {
  content: "\E092";
}
.bootstrap-isolated .glyphicon-arrow-up:before {
  content: "\E093";
}
.bootstrap-isolated .glyphicon-arrow-down:before {
  content: "\E094";
}
.bootstrap-isolated .glyphicon-share-alt:before {
  content: "\E095";
}
.bootstrap-isolated .glyphicon-resize-full:before {
  content: "\E096";
}
.bootstrap-isolated .glyphicon-resize-small:before {
  content: "\E097";
}
.bootstrap-isolated .glyphicon-exclamation-sign:before {
  content: "\E101";
}
.bootstrap-isolated .glyphicon-gift:before {
  content: "\E102";
}
.bootstrap-isolated .glyphicon-leaf:before {
  content: "\E103";
}
.bootstrap-isolated .glyphicon-fire:before {
  content: "\E104";
}
.bootstrap-isolated .glyphicon-eye-open:before {
  content: "\E105";
}
.bootstrap-isolated .glyphicon-eye-close:before {
  content: "\E106";
}
.bootstrap-isolated .glyphicon-warning-sign:before {
  content: "\E107";
}
.bootstrap-isolated .glyphicon-plane:before {
  content: "\E108";
}
.bootstrap-isolated .glyphicon-calendar:before {
  content: "\E109";
}
.bootstrap-isolated .glyphicon-random:before {
  content: "\E110";
}
.bootstrap-isolated .glyphicon-comment:before {
  content: "\E111";
}
.bootstrap-isolated .glyphicon-magnet:before {
  content: "\E112";
}
.bootstrap-isolated .glyphicon-chevron-up:before {
  content: "\E113";
}
.bootstrap-isolated .glyphicon-chevron-down:before {
  content: "\E114";
}
.bootstrap-isolated .glyphicon-retweet:before {
  content: "\E115";
}
.bootstrap-isolated .glyphicon-shopping-cart:before {
  content: "\E116";
}
.bootstrap-isolated .glyphicon-folder-close:before {
  content: "\E117";
}
.bootstrap-isolated .glyphicon-folder-open:before {
  content: "\E118";
}
.bootstrap-isolated .glyphicon-resize-vertical:before {
  content: "\E119";
}
.bootstrap-isolated .glyphicon-resize-horizontal:before {
  content: "\E120";
}
.bootstrap-isolated .glyphicon-hdd:before {
  content: "\E121";
}
.bootstrap-isolated .glyphicon-bullhorn:before {
  content: "\E122";
}
.bootstrap-isolated .glyphicon-bell:before {
  content: "\E123";
}
.bootstrap-isolated .glyphicon-certificate:before {
  content: "\E124";
}
.bootstrap-isolated .glyphicon-thumbs-up:before {
  content: "\E125";
}
.bootstrap-isolated .glyphicon-thumbs-down:before {
  content: "\E126";
}
.bootstrap-isolated .glyphicon-hand-right:before {
  content: "\E127";
}
.bootstrap-isolated .glyphicon-hand-left:before {
  content: "\E128";
}
.bootstrap-isolated .glyphicon-hand-up:before {
  content: "\E129";
}
.bootstrap-isolated .glyphicon-hand-down:before {
  content: "\E130";
}
.bootstrap-isolated .glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.bootstrap-isolated .glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.bootstrap-isolated .glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.bootstrap-isolated .glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.bootstrap-isolated .glyphicon-globe:before {
  content: "\E135";
}
.bootstrap-isolated .glyphicon-wrench:before {
  content: "\E136";
}
.bootstrap-isolated .glyphicon-tasks:before {
  content: "\E137";
}
.bootstrap-isolated .glyphicon-filter:before {
  content: "\E138";
}
.bootstrap-isolated .glyphicon-briefcase:before {
  content: "\E139";
}
.bootstrap-isolated .glyphicon-fullscreen:before {
  content: "\E140";
}
.bootstrap-isolated .glyphicon-dashboard:before {
  content: "\E141";
}
.bootstrap-isolated .glyphicon-paperclip:before {
  content: "\E142";
}
.bootstrap-isolated .glyphicon-heart-empty:before {
  content: "\E143";
}
.bootstrap-isolated .glyphicon-link:before {
  content: "\E144";
}
.bootstrap-isolated .glyphicon-phone:before {
  content: "\E145";
}
.bootstrap-isolated .glyphicon-pushpin:before {
  content: "\E146";
}
.bootstrap-isolated .glyphicon-usd:before {
  content: "\E148";
}
.bootstrap-isolated .glyphicon-gbp:before {
  content: "\E149";
}
.bootstrap-isolated .glyphicon-sort:before {
  content: "\E150";
}
.bootstrap-isolated .glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.bootstrap-isolated .glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.bootstrap-isolated .glyphicon-sort-by-order:before {
  content: "\E153";
}
.bootstrap-isolated .glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.bootstrap-isolated .glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.bootstrap-isolated .glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.bootstrap-isolated .glyphicon-unchecked:before {
  content: "\E157";
}
.bootstrap-isolated .glyphicon-expand:before {
  content: "\E158";
}
.bootstrap-isolated .glyphicon-collapse-down:before {
  content: "\E159";
}
.bootstrap-isolated .glyphicon-collapse-up:before {
  content: "\E160";
}
.bootstrap-isolated .glyphicon-log-in:before {
  content: "\E161";
}
.bootstrap-isolated .glyphicon-flash:before {
  content: "\E162";
}
.bootstrap-isolated .glyphicon-log-out:before {
  content: "\E163";
}
.bootstrap-isolated .glyphicon-new-window:before {
  content: "\E164";
}
.bootstrap-isolated .glyphicon-record:before {
  content: "\E165";
}
.bootstrap-isolated .glyphicon-save:before {
  content: "\E166";
}
.bootstrap-isolated .glyphicon-open:before {
  content: "\E167";
}
.bootstrap-isolated .glyphicon-saved:before {
  content: "\E168";
}
.bootstrap-isolated .glyphicon-import:before {
  content: "\E169";
}
.bootstrap-isolated .glyphicon-export:before {
  content: "\E170";
}
.bootstrap-isolated .glyphicon-send:before {
  content: "\E171";
}
.bootstrap-isolated .glyphicon-floppy-disk:before {
  content: "\E172";
}
.bootstrap-isolated .glyphicon-floppy-saved:before {
  content: "\E173";
}
.bootstrap-isolated .glyphicon-floppy-remove:before {
  content: "\E174";
}
.bootstrap-isolated .glyphicon-floppy-save:before {
  content: "\E175";
}
.bootstrap-isolated .glyphicon-floppy-open:before {
  content: "\E176";
}
.bootstrap-isolated .glyphicon-credit-card:before {
  content: "\E177";
}
.bootstrap-isolated .glyphicon-transfer:before {
  content: "\E178";
}
.bootstrap-isolated .glyphicon-cutlery:before {
  content: "\E179";
}
.bootstrap-isolated .glyphicon-header:before {
  content: "\E180";
}
.bootstrap-isolated .glyphicon-compressed:before {
  content: "\E181";
}
.bootstrap-isolated .glyphicon-earphone:before {
  content: "\E182";
}
.bootstrap-isolated .glyphicon-phone-alt:before {
  content: "\E183";
}
.bootstrap-isolated .glyphicon-tower:before {
  content: "\E184";
}
.bootstrap-isolated .glyphicon-stats:before {
  content: "\E185";
}
.bootstrap-isolated .glyphicon-sd-video:before {
  content: "\E186";
}
.bootstrap-isolated .glyphicon-hd-video:before {
  content: "\E187";
}
.bootstrap-isolated .glyphicon-subtitles:before {
  content: "\E188";
}
.bootstrap-isolated .glyphicon-sound-stereo:before {
  content: "\E189";
}
.bootstrap-isolated .glyphicon-sound-dolby:before {
  content: "\E190";
}
.bootstrap-isolated .glyphicon-sound-5-1:before {
  content: "\E191";
}
.bootstrap-isolated .glyphicon-sound-6-1:before {
  content: "\E192";
}
.bootstrap-isolated .glyphicon-sound-7-1:before {
  content: "\E193";
}
.bootstrap-isolated .glyphicon-copyright-mark:before {
  content: "\E194";
}
.bootstrap-isolated .glyphicon-registration-mark:before {
  content: "\E195";
}
.bootstrap-isolated .glyphicon-cloud-download:before {
  content: "\E197";
}
.bootstrap-isolated .glyphicon-cloud-upload:before {
  content: "\E198";
}
.bootstrap-isolated .glyphicon-tree-conifer:before {
  content: "\E199";
}
.bootstrap-isolated .glyphicon-tree-deciduous:before {
  content: "\E200";
}
.bootstrap-isolated .glyphicon-cd:before {
  content: "\E201";
}
.bootstrap-isolated .glyphicon-save-file:before {
  content: "\E202";
}
.bootstrap-isolated .glyphicon-open-file:before {
  content: "\E203";
}
.bootstrap-isolated .glyphicon-level-up:before {
  content: "\E204";
}
.bootstrap-isolated .glyphicon-copy:before {
  content: "\E205";
}
.bootstrap-isolated .glyphicon-paste:before {
  content: "\E206";
}
.bootstrap-isolated .glyphicon-alert:before {
  content: "\E209";
}
.bootstrap-isolated .glyphicon-equalizer:before {
  content: "\E210";
}
.bootstrap-isolated .glyphicon-king:before {
  content: "\E211";
}
.bootstrap-isolated .glyphicon-queen:before {
  content: "\E212";
}
.bootstrap-isolated .glyphicon-pawn:before {
  content: "\E213";
}
.bootstrap-isolated .glyphicon-bishop:before {
  content: "\E214";
}
.bootstrap-isolated .glyphicon-knight:before {
  content: "\E215";
}
.bootstrap-isolated .glyphicon-baby-formula:before {
  content: "\E216";
}
.bootstrap-isolated .glyphicon-tent:before {
  content: "\26FA";
}
.bootstrap-isolated .glyphicon-blackboard:before {
  content: "\E218";
}
.bootstrap-isolated .glyphicon-bed:before {
  content: "\E219";
}
.bootstrap-isolated .glyphicon-apple:before {
  content: "\F8FF";
}
.bootstrap-isolated .glyphicon-erase:before {
  content: "\E221";
}
.bootstrap-isolated .glyphicon-hourglass:before {
  content: "\231B";
}
.bootstrap-isolated .glyphicon-lamp:before {
  content: "\E223";
}
.bootstrap-isolated .glyphicon-duplicate:before {
  content: "\E224";
}
.bootstrap-isolated .glyphicon-piggy-bank:before {
  content: "\E225";
}
.bootstrap-isolated .glyphicon-scissors:before {
  content: "\E226";
}
.bootstrap-isolated .glyphicon-bitcoin:before {
  content: "\E227";
}
.bootstrap-isolated .glyphicon-btc:before {
  content: "\E227";
}
.bootstrap-isolated .glyphicon-xbt:before {
  content: "\E227";
}
.bootstrap-isolated .glyphicon-yen:before {
  content: "\A5";
}
.bootstrap-isolated .glyphicon-jpy:before {
  content: "\A5";
}
.bootstrap-isolated .glyphicon-ruble:before {
  content: "\20BD";
}
.bootstrap-isolated .glyphicon-rub:before {
  content: "\20BD";
}
.bootstrap-isolated .glyphicon-scale:before {
  content: "\E230";
}
.bootstrap-isolated .glyphicon-ice-lolly:before {
  content: "\E231";
}
.bootstrap-isolated .glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.bootstrap-isolated .glyphicon-education:before {
  content: "\E233";
}
.bootstrap-isolated .glyphicon-option-horizontal:before {
  content: "\E234";
}
.bootstrap-isolated .glyphicon-option-vertical:before {
  content: "\E235";
}
.bootstrap-isolated .glyphicon-menu-hamburger:before {
  content: "\E236";
}
.bootstrap-isolated .glyphicon-modal-window:before {
  content: "\E237";
}
.bootstrap-isolated .glyphicon-oil:before {
  content: "\E238";
}
.bootstrap-isolated .glyphicon-grain:before {
  content: "\E239";
}
.bootstrap-isolated .glyphicon-sunglasses:before {
  content: "\E240";
}
.bootstrap-isolated .glyphicon-text-size:before {
  content: "\E241";
}
.bootstrap-isolated .glyphicon-text-color:before {
  content: "\E242";
}
.bootstrap-isolated .glyphicon-text-background:before {
  content: "\E243";
}
.bootstrap-isolated .glyphicon-object-align-top:before {
  content: "\E244";
}
.bootstrap-isolated .glyphicon-object-align-bottom:before {
  content: "\E245";
}
.bootstrap-isolated .glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.bootstrap-isolated .glyphicon-object-align-left:before {
  content: "\E247";
}
.bootstrap-isolated .glyphicon-object-align-vertical:before {
  content: "\E248";
}
.bootstrap-isolated .glyphicon-object-align-right:before {
  content: "\E249";
}
.bootstrap-isolated .glyphicon-triangle-right:before {
  content: "\E250";
}
.bootstrap-isolated .glyphicon-triangle-left:before {
  content: "\E251";
}
.bootstrap-isolated .glyphicon-triangle-bottom:before {
  content: "\E252";
}
.bootstrap-isolated .glyphicon-triangle-top:before {
  content: "\E253";
}
.bootstrap-isolated .glyphicon-console:before {
  content: "\E254";
}
.bootstrap-isolated .glyphicon-superscript:before {
  content: "\E255";
}
.bootstrap-isolated .glyphicon-subscript:before {
  content: "\E256";
}
.bootstrap-isolated .glyphicon-menu-left:before {
  content: "\E257";
}
.bootstrap-isolated .glyphicon-menu-right:before {
  content: "\E258";
}
.bootstrap-isolated .glyphicon-menu-down:before {
  content: "\E259";
}
.bootstrap-isolated .glyphicon-menu-up:before {
  content: "\E260";
}
.bootstrap-isolated * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-isolated *:before,
.bootstrap-isolated *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-isolated html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-isolated body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.bootstrap-isolated input,
.bootstrap-isolated button,
.bootstrap-isolated select,
.bootstrap-isolated textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-isolated a {
  color: #337ab7;
  text-decoration: none;
}
.bootstrap-isolated a:hover,
.bootstrap-isolated a:focus {
  color: #23527c;
  text-decoration: underline;
}
.bootstrap-isolated a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-isolated figure {
  margin: 0;
}
.bootstrap-isolated img {
  vertical-align: middle;
}
.bootstrap-isolated .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap-isolated .img-rounded {
  border-radius: 6px;
}
.bootstrap-isolated .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bootstrap-isolated .img-circle {
  border-radius: 50%;
}
.bootstrap-isolated hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bootstrap-isolated .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-isolated .sr-only-focusable:active,
.bootstrap-isolated .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap-isolated [role="button"] {
  cursor: pointer;
}
.bootstrap-isolated h1,
.bootstrap-isolated h2,
.bootstrap-isolated h3,
.bootstrap-isolated h4,
.bootstrap-isolated h5,
.bootstrap-isolated h6,
.bootstrap-isolated .h1,
.bootstrap-isolated .h2,
.bootstrap-isolated .h3,
.bootstrap-isolated .h4,
.bootstrap-isolated .h5,
.bootstrap-isolated .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.bootstrap-isolated h1 small,
.bootstrap-isolated h2 small,
.bootstrap-isolated h3 small,
.bootstrap-isolated h4 small,
.bootstrap-isolated h5 small,
.bootstrap-isolated h6 small,
.bootstrap-isolated .h1 small,
.bootstrap-isolated .h2 small,
.bootstrap-isolated .h3 small,
.bootstrap-isolated .h4 small,
.bootstrap-isolated .h5 small,
.bootstrap-isolated .h6 small,
.bootstrap-isolated h1 .small,
.bootstrap-isolated h2 .small,
.bootstrap-isolated h3 .small,
.bootstrap-isolated h4 .small,
.bootstrap-isolated h5 .small,
.bootstrap-isolated h6 .small,
.bootstrap-isolated .h1 .small,
.bootstrap-isolated .h2 .small,
.bootstrap-isolated .h3 .small,
.bootstrap-isolated .h4 .small,
.bootstrap-isolated .h5 .small,
.bootstrap-isolated .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.bootstrap-isolated h1,
.bootstrap-isolated .h1,
.bootstrap-isolated h2,
.bootstrap-isolated .h2,
.bootstrap-isolated h3,
.bootstrap-isolated .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bootstrap-isolated h1 small,
.bootstrap-isolated .h1 small,
.bootstrap-isolated h2 small,
.bootstrap-isolated .h2 small,
.bootstrap-isolated h3 small,
.bootstrap-isolated .h3 small,
.bootstrap-isolated h1 .small,
.bootstrap-isolated .h1 .small,
.bootstrap-isolated h2 .small,
.bootstrap-isolated .h2 .small,
.bootstrap-isolated h3 .small,
.bootstrap-isolated .h3 .small {
  font-size: 65%;
}
.bootstrap-isolated h4,
.bootstrap-isolated .h4,
.bootstrap-isolated h5,
.bootstrap-isolated .h5,
.bootstrap-isolated h6,
.bootstrap-isolated .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-isolated h4 small,
.bootstrap-isolated .h4 small,
.bootstrap-isolated h5 small,
.bootstrap-isolated .h5 small,
.bootstrap-isolated h6 small,
.bootstrap-isolated .h6 small,
.bootstrap-isolated h4 .small,
.bootstrap-isolated .h4 .small,
.bootstrap-isolated h5 .small,
.bootstrap-isolated .h5 .small,
.bootstrap-isolated h6 .small,
.bootstrap-isolated .h6 .small {
  font-size: 75%;
}
.bootstrap-isolated h1,
.bootstrap-isolated .h1 {
  font-size: 36px;
}
.bootstrap-isolated h2,
.bootstrap-isolated .h2 {
  font-size: 30px;
}
.bootstrap-isolated h3,
.bootstrap-isolated .h3 {
  font-size: 24px;
}
.bootstrap-isolated h4,
.bootstrap-isolated .h4 {
  font-size: 18px;
}
.bootstrap-isolated h5,
.bootstrap-isolated .h5 {
  font-size: 14px;
}
.bootstrap-isolated h6,
.bootstrap-isolated .h6 {
  font-size: 12px;
}
.bootstrap-isolated p {
  margin: 0 0 10px;
}
.bootstrap-isolated .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap-isolated .lead {
    font-size: 21px;
  }
}
.bootstrap-isolated small,
.bootstrap-isolated .small {
  font-size: 85%;
}
.bootstrap-isolated mark,
.bootstrap-isolated .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap-isolated .text-left {
  text-align: left;
}
.bootstrap-isolated .text-right {
  text-align: right;
}
.bootstrap-isolated .text-center {
  text-align: center;
}
.bootstrap-isolated .text-justify {
  text-align: justify;
}
.bootstrap-isolated .text-nowrap {
  white-space: nowrap;
}
.bootstrap-isolated .text-lowercase {
  text-transform: lowercase;
}
.bootstrap-isolated .text-uppercase {
  text-transform: uppercase;
}
.bootstrap-isolated .text-capitalize {
  text-transform: capitalize;
}
.bootstrap-isolated .text-muted {
  color: #777777;
}
.bootstrap-isolated .text-primary {
  color: #337ab7;
}
a.bootstrap-isolated .text-primary:hover,
a.bootstrap-isolated .text-primary:focus {
  color: #286090;
}
.bootstrap-isolated .text-success {
  color: #3c763d;
}
a.bootstrap-isolated .text-success:hover,
a.bootstrap-isolated .text-success:focus {
  color: #2b542c;
}
.bootstrap-isolated .text-info {
  color: #31708f;
}
a.bootstrap-isolated .text-info:hover,
a.bootstrap-isolated .text-info:focus {
  color: #245269;
}
.bootstrap-isolated .text-warning {
  color: #8a6d3b;
}
a.bootstrap-isolated .text-warning:hover,
a.bootstrap-isolated .text-warning:focus {
  color: #66512c;
}
.bootstrap-isolated .text-danger {
  color: #a94442;
}
a.bootstrap-isolated .text-danger:hover,
a.bootstrap-isolated .text-danger:focus {
  color: #843534;
}
.bootstrap-isolated .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bootstrap-isolated .bg-primary:hover,
a.bootstrap-isolated .bg-primary:focus {
  background-color: #286090;
}
.bootstrap-isolated .bg-success {
  background-color: #dff0d8;
}
a.bootstrap-isolated .bg-success:hover,
a.bootstrap-isolated .bg-success:focus {
  background-color: #c1e2b3;
}
.bootstrap-isolated .bg-info {
  background-color: #d9edf7;
}
a.bootstrap-isolated .bg-info:hover,
a.bootstrap-isolated .bg-info:focus {
  background-color: #afd9ee;
}
.bootstrap-isolated .bg-warning {
  background-color: #fcf8e3;
}
a.bootstrap-isolated .bg-warning:hover,
a.bootstrap-isolated .bg-warning:focus {
  background-color: #f7ecb5;
}
.bootstrap-isolated .bg-danger {
  background-color: #f2dede;
}
a.bootstrap-isolated .bg-danger:hover,
a.bootstrap-isolated .bg-danger:focus {
  background-color: #e4b9b9;
}
.bootstrap-isolated .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.bootstrap-isolated ul,
.bootstrap-isolated ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.bootstrap-isolated ul ul,
.bootstrap-isolated ol ul,
.bootstrap-isolated ul ol,
.bootstrap-isolated ol ol {
  margin-bottom: 0;
}
.bootstrap-isolated .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-isolated .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.bootstrap-isolated .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap-isolated dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.bootstrap-isolated dt,
.bootstrap-isolated dd {
  line-height: 1.42857143;
}
.bootstrap-isolated dt {
  font-weight: 700;
}
.bootstrap-isolated dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap-isolated .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap-isolated .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap-isolated abbr[title],
.bootstrap-isolated abbr[data-original-title] {
  cursor: help;
}
.bootstrap-isolated .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-isolated blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.bootstrap-isolated blockquote p:last-child,
.bootstrap-isolated blockquote ul:last-child,
.bootstrap-isolated blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap-isolated blockquote footer,
.bootstrap-isolated blockquote small,
.bootstrap-isolated blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.bootstrap-isolated blockquote footer:before,
.bootstrap-isolated blockquote small:before,
.bootstrap-isolated blockquote .small:before {
  content: "\2014   \A0";
}
.bootstrap-isolated .blockquote-reverse,
.bootstrap-isolated blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.bootstrap-isolated .blockquote-reverse footer:before,
.bootstrap-isolated blockquote.pull-right footer:before,
.bootstrap-isolated .blockquote-reverse small:before,
.bootstrap-isolated blockquote.pull-right small:before,
.bootstrap-isolated .blockquote-reverse .small:before,
.bootstrap-isolated blockquote.pull-right .small:before {
  content: "";
}
.bootstrap-isolated .blockquote-reverse footer:after,
.bootstrap-isolated blockquote.pull-right footer:after,
.bootstrap-isolated .blockquote-reverse small:after,
.bootstrap-isolated blockquote.pull-right small:after,
.bootstrap-isolated .blockquote-reverse .small:after,
.bootstrap-isolated blockquote.pull-right .small:after {
  content: "\A0   \2014";
}
.bootstrap-isolated address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.bootstrap-isolated code,
.bootstrap-isolated kbd,
.bootstrap-isolated pre,
.bootstrap-isolated samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap-isolated code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.bootstrap-isolated kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-isolated kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
.bootstrap-isolated pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bootstrap-isolated pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap-isolated .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-isolated .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .bootstrap-isolated .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap-isolated .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-isolated .container {
    width: 1170px;
  }
}
.bootstrap-isolated .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-isolated .row {
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-isolated .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-isolated .row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-isolated .col-xs-1,
.bootstrap-isolated .col-sm-1,
.bootstrap-isolated .col-md-1,
.bootstrap-isolated .col-lg-1,
.bootstrap-isolated .col-xs-2,
.bootstrap-isolated .col-sm-2,
.bootstrap-isolated .col-md-2,
.bootstrap-isolated .col-lg-2,
.bootstrap-isolated .col-xs-3,
.bootstrap-isolated .col-sm-3,
.bootstrap-isolated .col-md-3,
.bootstrap-isolated .col-lg-3,
.bootstrap-isolated .col-xs-4,
.bootstrap-isolated .col-sm-4,
.bootstrap-isolated .col-md-4,
.bootstrap-isolated .col-lg-4,
.bootstrap-isolated .col-xs-5,
.bootstrap-isolated .col-sm-5,
.bootstrap-isolated .col-md-5,
.bootstrap-isolated .col-lg-5,
.bootstrap-isolated .col-xs-6,
.bootstrap-isolated .col-sm-6,
.bootstrap-isolated .col-md-6,
.bootstrap-isolated .col-lg-6,
.bootstrap-isolated .col-xs-7,
.bootstrap-isolated .col-sm-7,
.bootstrap-isolated .col-md-7,
.bootstrap-isolated .col-lg-7,
.bootstrap-isolated .col-xs-8,
.bootstrap-isolated .col-sm-8,
.bootstrap-isolated .col-md-8,
.bootstrap-isolated .col-lg-8,
.bootstrap-isolated .col-xs-9,
.bootstrap-isolated .col-sm-9,
.bootstrap-isolated .col-md-9,
.bootstrap-isolated .col-lg-9,
.bootstrap-isolated .col-xs-10,
.bootstrap-isolated .col-sm-10,
.bootstrap-isolated .col-md-10,
.bootstrap-isolated .col-lg-10,
.bootstrap-isolated .col-xs-11,
.bootstrap-isolated .col-sm-11,
.bootstrap-isolated .col-md-11,
.bootstrap-isolated .col-lg-11,
.bootstrap-isolated .col-xs-12,
.bootstrap-isolated .col-sm-12,
.bootstrap-isolated .col-md-12,
.bootstrap-isolated .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-isolated .col-xs-1,
.bootstrap-isolated .col-xs-2,
.bootstrap-isolated .col-xs-3,
.bootstrap-isolated .col-xs-4,
.bootstrap-isolated .col-xs-5,
.bootstrap-isolated .col-xs-6,
.bootstrap-isolated .col-xs-7,
.bootstrap-isolated .col-xs-8,
.bootstrap-isolated .col-xs-9,
.bootstrap-isolated .col-xs-10,
.bootstrap-isolated .col-xs-11,
.bootstrap-isolated .col-xs-12 {
  float: left;
}
.bootstrap-isolated .col-xs-12 {
  width: 100%;
}
.bootstrap-isolated .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap-isolated .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap-isolated .col-xs-9 {
  width: 75%;
}
.bootstrap-isolated .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap-isolated .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap-isolated .col-xs-6 {
  width: 50%;
}
.bootstrap-isolated .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap-isolated .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap-isolated .col-xs-3 {
  width: 25%;
}
.bootstrap-isolated .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap-isolated .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap-isolated .col-xs-pull-12 {
  right: 100%;
}
.bootstrap-isolated .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap-isolated .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap-isolated .col-xs-pull-9 {
  right: 75%;
}
.bootstrap-isolated .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap-isolated .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap-isolated .col-xs-pull-6 {
  right: 50%;
}
.bootstrap-isolated .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap-isolated .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap-isolated .col-xs-pull-3 {
  right: 25%;
}
.bootstrap-isolated .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap-isolated .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap-isolated .col-xs-pull-0 {
  right: auto;
}
.bootstrap-isolated .col-xs-push-12 {
  left: 100%;
}
.bootstrap-isolated .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap-isolated .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap-isolated .col-xs-push-9 {
  left: 75%;
}
.bootstrap-isolated .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap-isolated .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap-isolated .col-xs-push-6 {
  left: 50%;
}
.bootstrap-isolated .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap-isolated .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap-isolated .col-xs-push-3 {
  left: 25%;
}
.bootstrap-isolated .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap-isolated .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap-isolated .col-xs-push-0 {
  left: auto;
}
.bootstrap-isolated .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap-isolated .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap-isolated .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap-isolated .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap-isolated .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap-isolated .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap-isolated .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap-isolated .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap-isolated .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap-isolated .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap-isolated .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap-isolated .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap-isolated .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bootstrap-isolated .col-sm-1,
  .bootstrap-isolated .col-sm-2,
  .bootstrap-isolated .col-sm-3,
  .bootstrap-isolated .col-sm-4,
  .bootstrap-isolated .col-sm-5,
  .bootstrap-isolated .col-sm-6,
  .bootstrap-isolated .col-sm-7,
  .bootstrap-isolated .col-sm-8,
  .bootstrap-isolated .col-sm-9,
  .bootstrap-isolated .col-sm-10,
  .bootstrap-isolated .col-sm-11,
  .bootstrap-isolated .col-sm-12 {
    float: left;
  }
  .bootstrap-isolated .col-sm-12 {
    width: 100%;
  }
  .bootstrap-isolated .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap-isolated .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap-isolated .col-sm-9 {
    width: 75%;
  }
  .bootstrap-isolated .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap-isolated .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap-isolated .col-sm-6 {
    width: 50%;
  }
  .bootstrap-isolated .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap-isolated .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap-isolated .col-sm-3 {
    width: 25%;
  }
  .bootstrap-isolated .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap-isolated .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap-isolated .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap-isolated .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-isolated .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-isolated .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap-isolated .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-isolated .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-isolated .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap-isolated .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-isolated .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-isolated .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap-isolated .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-isolated .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-isolated .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap-isolated .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap-isolated .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-isolated .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-isolated .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap-isolated .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-isolated .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-isolated .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap-isolated .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-isolated .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-isolated .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap-isolated .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-isolated .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-isolated .col-sm-push-0 {
    left: auto;
  }
  .bootstrap-isolated .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-isolated .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-isolated .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-isolated .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-isolated .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-isolated .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-isolated .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-isolated .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-isolated .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-isolated .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-isolated .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-isolated .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-isolated .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bootstrap-isolated .col-md-1,
  .bootstrap-isolated .col-md-2,
  .bootstrap-isolated .col-md-3,
  .bootstrap-isolated .col-md-4,
  .bootstrap-isolated .col-md-5,
  .bootstrap-isolated .col-md-6,
  .bootstrap-isolated .col-md-7,
  .bootstrap-isolated .col-md-8,
  .bootstrap-isolated .col-md-9,
  .bootstrap-isolated .col-md-10,
  .bootstrap-isolated .col-md-11,
  .bootstrap-isolated .col-md-12 {
    float: left;
  }
  .bootstrap-isolated .col-md-12 {
    width: 100%;
  }
  .bootstrap-isolated .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap-isolated .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap-isolated .col-md-9 {
    width: 75%;
  }
  .bootstrap-isolated .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap-isolated .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap-isolated .col-md-6 {
    width: 50%;
  }
  .bootstrap-isolated .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap-isolated .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap-isolated .col-md-3 {
    width: 25%;
  }
  .bootstrap-isolated .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap-isolated .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap-isolated .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap-isolated .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-isolated .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-isolated .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap-isolated .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-isolated .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-isolated .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap-isolated .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-isolated .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-isolated .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap-isolated .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-isolated .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-isolated .col-md-pull-0 {
    right: auto;
  }
  .bootstrap-isolated .col-md-push-12 {
    left: 100%;
  }
  .bootstrap-isolated .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-isolated .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-isolated .col-md-push-9 {
    left: 75%;
  }
  .bootstrap-isolated .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-isolated .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-isolated .col-md-push-6 {
    left: 50%;
  }
  .bootstrap-isolated .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-isolated .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-isolated .col-md-push-3 {
    left: 25%;
  }
  .bootstrap-isolated .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-isolated .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-isolated .col-md-push-0 {
    left: auto;
  }
  .bootstrap-isolated .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-isolated .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-isolated .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-isolated .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-isolated .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-isolated .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-isolated .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-isolated .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-isolated .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-isolated .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-isolated .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-isolated .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-isolated .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-isolated .col-lg-1,
  .bootstrap-isolated .col-lg-2,
  .bootstrap-isolated .col-lg-3,
  .bootstrap-isolated .col-lg-4,
  .bootstrap-isolated .col-lg-5,
  .bootstrap-isolated .col-lg-6,
  .bootstrap-isolated .col-lg-7,
  .bootstrap-isolated .col-lg-8,
  .bootstrap-isolated .col-lg-9,
  .bootstrap-isolated .col-lg-10,
  .bootstrap-isolated .col-lg-11,
  .bootstrap-isolated .col-lg-12 {
    float: left;
  }
  .bootstrap-isolated .col-lg-12 {
    width: 100%;
  }
  .bootstrap-isolated .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap-isolated .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap-isolated .col-lg-9 {
    width: 75%;
  }
  .bootstrap-isolated .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap-isolated .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap-isolated .col-lg-6 {
    width: 50%;
  }
  .bootstrap-isolated .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap-isolated .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap-isolated .col-lg-3 {
    width: 25%;
  }
  .bootstrap-isolated .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap-isolated .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap-isolated .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap-isolated .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-isolated .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-isolated .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap-isolated .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-isolated .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-isolated .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap-isolated .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-isolated .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-isolated .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap-isolated .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-isolated .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-isolated .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap-isolated .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap-isolated .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-isolated .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-isolated .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap-isolated .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-isolated .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-isolated .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap-isolated .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-isolated .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-isolated .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap-isolated .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-isolated .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-isolated .col-lg-push-0 {
    left: auto;
  }
  .bootstrap-isolated .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-isolated .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-isolated .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-isolated .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-isolated .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-isolated .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-isolated .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-isolated .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-isolated .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-isolated .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-isolated .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-isolated .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-isolated .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bootstrap-isolated table {
  background-color: transparent;
}
.bootstrap-isolated table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.bootstrap-isolated table td[class*="col-"],
.bootstrap-isolated table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.bootstrap-isolated caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.bootstrap-isolated th {
  text-align: left;
}
.bootstrap-isolated .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bootstrap-isolated .table > thead > tr > th,
.bootstrap-isolated .table > tbody > tr > th,
.bootstrap-isolated .table > tfoot > tr > th,
.bootstrap-isolated .table > thead > tr > td,
.bootstrap-isolated .table > tbody > tr > td,
.bootstrap-isolated .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.bootstrap-isolated .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.bootstrap-isolated .table > caption + thead > tr:first-child > th,
.bootstrap-isolated .table > colgroup + thead > tr:first-child > th,
.bootstrap-isolated .table > thead:first-child > tr:first-child > th,
.bootstrap-isolated .table > caption + thead > tr:first-child > td,
.bootstrap-isolated .table > colgroup + thead > tr:first-child > td,
.bootstrap-isolated .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap-isolated .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.bootstrap-isolated .table .table {
  background-color: #fff;
}
.bootstrap-isolated .table-condensed > thead > tr > th,
.bootstrap-isolated .table-condensed > tbody > tr > th,
.bootstrap-isolated .table-condensed > tfoot > tr > th,
.bootstrap-isolated .table-condensed > thead > tr > td,
.bootstrap-isolated .table-condensed > tbody > tr > td,
.bootstrap-isolated .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap-isolated .table-bordered {
  border: 1px solid #ddd;
}
.bootstrap-isolated .table-bordered > thead > tr > th,
.bootstrap-isolated .table-bordered > tbody > tr > th,
.bootstrap-isolated .table-bordered > tfoot > tr > th,
.bootstrap-isolated .table-bordered > thead > tr > td,
.bootstrap-isolated .table-bordered > tbody > tr > td,
.bootstrap-isolated .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.bootstrap-isolated .table-bordered > thead > tr > th,
.bootstrap-isolated .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap-isolated .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap-isolated .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrap-isolated .table > thead > tr > td.active,
.bootstrap-isolated .table > tbody > tr > td.active,
.bootstrap-isolated .table > tfoot > tr > td.active,
.bootstrap-isolated .table > thead > tr > th.active,
.bootstrap-isolated .table > tbody > tr > th.active,
.bootstrap-isolated .table > tfoot > tr > th.active,
.bootstrap-isolated .table > thead > tr.active > td,
.bootstrap-isolated .table > tbody > tr.active > td,
.bootstrap-isolated .table > tfoot > tr.active > td,
.bootstrap-isolated .table > thead > tr.active > th,
.bootstrap-isolated .table > tbody > tr.active > th,
.bootstrap-isolated .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bootstrap-isolated .table-hover > tbody > tr > td.active:hover,
.bootstrap-isolated .table-hover > tbody > tr > th.active:hover,
.bootstrap-isolated .table-hover > tbody > tr.active:hover > td,
.bootstrap-isolated .table-hover > tbody > tr:hover > .active,
.bootstrap-isolated .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bootstrap-isolated .table > thead > tr > td.success,
.bootstrap-isolated .table > tbody > tr > td.success,
.bootstrap-isolated .table > tfoot > tr > td.success,
.bootstrap-isolated .table > thead > tr > th.success,
.bootstrap-isolated .table > tbody > tr > th.success,
.bootstrap-isolated .table > tfoot > tr > th.success,
.bootstrap-isolated .table > thead > tr.success > td,
.bootstrap-isolated .table > tbody > tr.success > td,
.bootstrap-isolated .table > tfoot > tr.success > td,
.bootstrap-isolated .table > thead > tr.success > th,
.bootstrap-isolated .table > tbody > tr.success > th,
.bootstrap-isolated .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bootstrap-isolated .table-hover > tbody > tr > td.success:hover,
.bootstrap-isolated .table-hover > tbody > tr > th.success:hover,
.bootstrap-isolated .table-hover > tbody > tr.success:hover > td,
.bootstrap-isolated .table-hover > tbody > tr:hover > .success,
.bootstrap-isolated .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bootstrap-isolated .table > thead > tr > td.info,
.bootstrap-isolated .table > tbody > tr > td.info,
.bootstrap-isolated .table > tfoot > tr > td.info,
.bootstrap-isolated .table > thead > tr > th.info,
.bootstrap-isolated .table > tbody > tr > th.info,
.bootstrap-isolated .table > tfoot > tr > th.info,
.bootstrap-isolated .table > thead > tr.info > td,
.bootstrap-isolated .table > tbody > tr.info > td,
.bootstrap-isolated .table > tfoot > tr.info > td,
.bootstrap-isolated .table > thead > tr.info > th,
.bootstrap-isolated .table > tbody > tr.info > th,
.bootstrap-isolated .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bootstrap-isolated .table-hover > tbody > tr > td.info:hover,
.bootstrap-isolated .table-hover > tbody > tr > th.info:hover,
.bootstrap-isolated .table-hover > tbody > tr.info:hover > td,
.bootstrap-isolated .table-hover > tbody > tr:hover > .info,
.bootstrap-isolated .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bootstrap-isolated .table > thead > tr > td.warning,
.bootstrap-isolated .table > tbody > tr > td.warning,
.bootstrap-isolated .table > tfoot > tr > td.warning,
.bootstrap-isolated .table > thead > tr > th.warning,
.bootstrap-isolated .table > tbody > tr > th.warning,
.bootstrap-isolated .table > tfoot > tr > th.warning,
.bootstrap-isolated .table > thead > tr.warning > td,
.bootstrap-isolated .table > tbody > tr.warning > td,
.bootstrap-isolated .table > tfoot > tr.warning > td,
.bootstrap-isolated .table > thead > tr.warning > th,
.bootstrap-isolated .table > tbody > tr.warning > th,
.bootstrap-isolated .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bootstrap-isolated .table-hover > tbody > tr > td.warning:hover,
.bootstrap-isolated .table-hover > tbody > tr > th.warning:hover,
.bootstrap-isolated .table-hover > tbody > tr.warning:hover > td,
.bootstrap-isolated .table-hover > tbody > tr:hover > .warning,
.bootstrap-isolated .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bootstrap-isolated .table > thead > tr > td.danger,
.bootstrap-isolated .table > tbody > tr > td.danger,
.bootstrap-isolated .table > tfoot > tr > td.danger,
.bootstrap-isolated .table > thead > tr > th.danger,
.bootstrap-isolated .table > tbody > tr > th.danger,
.bootstrap-isolated .table > tfoot > tr > th.danger,
.bootstrap-isolated .table > thead > tr.danger > td,
.bootstrap-isolated .table > tbody > tr.danger > td,
.bootstrap-isolated .table > tfoot > tr.danger > td,
.bootstrap-isolated .table > thead > tr.danger > th,
.bootstrap-isolated .table > tbody > tr.danger > th,
.bootstrap-isolated .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bootstrap-isolated .table-hover > tbody > tr > td.danger:hover,
.bootstrap-isolated .table-hover > tbody > tr > th.danger:hover,
.bootstrap-isolated .table-hover > tbody > tr.danger:hover > td,
.bootstrap-isolated .table-hover > tbody > tr:hover > .danger,
.bootstrap-isolated .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bootstrap-isolated .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .bootstrap-isolated .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .bootstrap-isolated .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap-isolated .table-responsive > .table > thead > tr > th,
  .bootstrap-isolated .table-responsive > .table > tbody > tr > th,
  .bootstrap-isolated .table-responsive > .table > tfoot > tr > th,
  .bootstrap-isolated .table-responsive > .table > thead > tr > td,
  .bootstrap-isolated .table-responsive > .table > tbody > tr > td,
  .bootstrap-isolated .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap-isolated .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap-isolated .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap-isolated .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap-isolated .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap-isolated .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap-isolated .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap-isolated .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap-isolated .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap-isolated .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap-isolated .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap-isolated .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap-isolated .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap-isolated .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap-isolated .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap-isolated .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap-isolated .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap-isolated .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap-isolated fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap-isolated legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-isolated label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.bootstrap-isolated input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.bootstrap-isolated input[type="radio"],
.bootstrap-isolated input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap-isolated input[type="radio"][disabled],
.bootstrap-isolated input[type="checkbox"][disabled],
.bootstrap-isolated input[type="radio"].disabled,
.bootstrap-isolated input[type="checkbox"].disabled,
fieldset[disabled] .bootstrap-isolated input[type="radio"],
fieldset[disabled] .bootstrap-isolated input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap-isolated input[type="file"] {
  display: block;
}
.bootstrap-isolated input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap-isolated select[multiple],
.bootstrap-isolated select[size] {
  height: auto;
}
.bootstrap-isolated input[type="file"]:focus,
.bootstrap-isolated input[type="radio"]:focus,
.bootstrap-isolated input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-isolated output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.bootstrap-isolated .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-isolated .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-isolated .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.bootstrap-isolated .form-control:-ms-input-placeholder {
  color: #999;
}
.bootstrap-isolated .form-control::-webkit-input-placeholder {
  color: #999;
}
.bootstrap-isolated .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap-isolated .form-control[disabled],
.bootstrap-isolated .form-control[readonly],
fieldset[disabled] .bootstrap-isolated .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.bootstrap-isolated .form-control[disabled],
fieldset[disabled] .bootstrap-isolated .form-control {
  cursor: not-allowed;
}
textarea.bootstrap-isolated .form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-isolated input[type="date"].form-control,
  .bootstrap-isolated input[type="time"].form-control,
  .bootstrap-isolated input[type="datetime-local"].form-control,
  .bootstrap-isolated input[type="month"].form-control {
    line-height: 34px;
  }
  .bootstrap-isolated input[type="date"].input-sm,
  .bootstrap-isolated input[type="time"].input-sm,
  .bootstrap-isolated input[type="datetime-local"].input-sm,
  .bootstrap-isolated input[type="month"].input-sm,
  .input-group-sm .bootstrap-isolated input[type="date"],
  .input-group-sm .bootstrap-isolated input[type="time"],
  .input-group-sm .bootstrap-isolated input[type="datetime-local"],
  .input-group-sm .bootstrap-isolated input[type="month"] {
    line-height: 30px;
  }
  .bootstrap-isolated input[type="date"].input-lg,
  .bootstrap-isolated input[type="time"].input-lg,
  .bootstrap-isolated input[type="datetime-local"].input-lg,
  .bootstrap-isolated input[type="month"].input-lg,
  .input-group-lg .bootstrap-isolated input[type="date"],
  .input-group-lg .bootstrap-isolated input[type="time"],
  .input-group-lg .bootstrap-isolated input[type="datetime-local"],
  .input-group-lg .bootstrap-isolated input[type="month"] {
    line-height: 46px;
  }
}
.bootstrap-isolated .form-group {
  margin-bottom: 15px;
}
.bootstrap-isolated .radio,
.bootstrap-isolated .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-isolated .radio.disabled label,
.bootstrap-isolated .checkbox.disabled label,
fieldset[disabled] .bootstrap-isolated .radio label,
fieldset[disabled] .bootstrap-isolated .checkbox label {
  cursor: not-allowed;
}
.bootstrap-isolated .radio label,
.bootstrap-isolated .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.bootstrap-isolated .radio input[type="radio"],
.bootstrap-isolated .radio-inline input[type="radio"],
.bootstrap-isolated .checkbox input[type="checkbox"],
.bootstrap-isolated .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.bootstrap-isolated .radio + .radio,
.bootstrap-isolated .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap-isolated .radio-inline,
.bootstrap-isolated .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.bootstrap-isolated .radio-inline.disabled,
.bootstrap-isolated .checkbox-inline.disabled,
fieldset[disabled] .bootstrap-isolated .radio-inline,
fieldset[disabled] .bootstrap-isolated .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap-isolated .radio-inline + .radio-inline,
.bootstrap-isolated .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap-isolated .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.bootstrap-isolated .form-control-static.input-lg,
.bootstrap-isolated .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-isolated .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.bootstrap-isolated .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.bootstrap-isolated .input-sm,
select[multiple].bootstrap-isolated .input-sm {
  height: auto;
}
.bootstrap-isolated .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-isolated .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrap-isolated .form-group-sm textarea.form-control,
.bootstrap-isolated .form-group-sm select[multiple].form-control {
  height: auto;
}
.bootstrap-isolated .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-isolated .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.bootstrap-isolated .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.bootstrap-isolated .input-lg,
select[multiple].bootstrap-isolated .input-lg {
  height: auto;
}
.bootstrap-isolated .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-isolated .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.bootstrap-isolated .form-group-lg textarea.form-control,
.bootstrap-isolated .form-group-lg select[multiple].form-control {
  height: auto;
}
.bootstrap-isolated .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-isolated .has-feedback {
  position: relative;
}
.bootstrap-isolated .has-feedback .form-control {
  padding-right: 42.5px;
}
.bootstrap-isolated .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bootstrap-isolated .input-lg + .form-control-feedback,
.bootstrap-isolated .input-group-lg + .form-control-feedback,
.bootstrap-isolated .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bootstrap-isolated .input-sm + .form-control-feedback,
.bootstrap-isolated .input-group-sm + .form-control-feedback,
.bootstrap-isolated .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-isolated .has-success .help-block,
.bootstrap-isolated .has-success .control-label,
.bootstrap-isolated .has-success .radio,
.bootstrap-isolated .has-success .checkbox,
.bootstrap-isolated .has-success .radio-inline,
.bootstrap-isolated .has-success .checkbox-inline,
.bootstrap-isolated .has-success.radio label,
.bootstrap-isolated .has-success.checkbox label,
.bootstrap-isolated .has-success.radio-inline label,
.bootstrap-isolated .has-success.checkbox-inline label {
  color: #3c763d;
}
.bootstrap-isolated .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-isolated .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap-isolated .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.bootstrap-isolated .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrap-isolated .has-warning .help-block,
.bootstrap-isolated .has-warning .control-label,
.bootstrap-isolated .has-warning .radio,
.bootstrap-isolated .has-warning .checkbox,
.bootstrap-isolated .has-warning .radio-inline,
.bootstrap-isolated .has-warning .checkbox-inline,
.bootstrap-isolated .has-warning.radio label,
.bootstrap-isolated .has-warning.checkbox label,
.bootstrap-isolated .has-warning.radio-inline label,
.bootstrap-isolated .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bootstrap-isolated .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-isolated .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap-isolated .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.bootstrap-isolated .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrap-isolated .has-error .help-block,
.bootstrap-isolated .has-error .control-label,
.bootstrap-isolated .has-error .radio,
.bootstrap-isolated .has-error .checkbox,
.bootstrap-isolated .has-error .radio-inline,
.bootstrap-isolated .has-error .checkbox-inline,
.bootstrap-isolated .has-error.radio label,
.bootstrap-isolated .has-error.checkbox label,
.bootstrap-isolated .has-error.radio-inline label,
.bootstrap-isolated .has-error.checkbox-inline label {
  color: #a94442;
}
.bootstrap-isolated .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-isolated .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap-isolated .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.bootstrap-isolated .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrap-isolated .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bootstrap-isolated .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap-isolated .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bootstrap-isolated .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-isolated .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-isolated .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap-isolated .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-isolated .form-inline .input-group .input-group-addon,
  .bootstrap-isolated .form-inline .input-group .input-group-btn,
  .bootstrap-isolated .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap-isolated .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-isolated .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-isolated .form-inline .radio,
  .bootstrap-isolated .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-isolated .form-inline .radio label,
  .bootstrap-isolated .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap-isolated .form-inline .radio input[type="radio"],
  .bootstrap-isolated .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-isolated .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap-isolated .form-horizontal .radio,
.bootstrap-isolated .form-horizontal .checkbox,
.bootstrap-isolated .form-horizontal .radio-inline,
.bootstrap-isolated .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.bootstrap-isolated .form-horizontal .radio,
.bootstrap-isolated .form-horizontal .checkbox {
  min-height: 27px;
}
.bootstrap-isolated .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-isolated .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.bootstrap-isolated .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-isolated .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bootstrap-isolated .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.bootstrap-isolated .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-isolated .btn:focus,
.bootstrap-isolated .btn:active:focus,
.bootstrap-isolated .btn.active:focus,
.bootstrap-isolated .btn.focus,
.bootstrap-isolated .btn:active.focus,
.bootstrap-isolated .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-isolated .btn:hover,
.bootstrap-isolated .btn:focus,
.bootstrap-isolated .btn.focus {
  color: #333;
  text-decoration: none;
}
.bootstrap-isolated .btn:active,
.bootstrap-isolated .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-isolated .btn.disabled,
.bootstrap-isolated .btn[disabled],
fieldset[disabled] .bootstrap-isolated .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.bootstrap-isolated .btn.disabled,
fieldset[disabled] a.bootstrap-isolated .btn {
  pointer-events: none;
}
.bootstrap-isolated .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-isolated .btn-default:focus,
.bootstrap-isolated .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.bootstrap-isolated .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-isolated .btn-default:active,
.bootstrap-isolated .btn-default.active,
.open > .dropdown-toggle.bootstrap-isolated .btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.bootstrap-isolated .btn-default:active:hover,
.bootstrap-isolated .btn-default.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .btn-default:hover,
.bootstrap-isolated .btn-default:active:focus,
.bootstrap-isolated .btn-default.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-default:focus,
.bootstrap-isolated .btn-default:active.focus,
.bootstrap-isolated .btn-default.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.bootstrap-isolated .btn-default.disabled:hover,
.bootstrap-isolated .btn-default[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-default:hover,
.bootstrap-isolated .btn-default.disabled:focus,
.bootstrap-isolated .btn-default[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-default:focus,
.bootstrap-isolated .btn-default.disabled.focus,
.bootstrap-isolated .btn-default[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-isolated .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.bootstrap-isolated .btn-default:focus,
.bootstrap-isolated .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.bootstrap-isolated .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-isolated .btn-default:active,
.bootstrap-isolated .btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-isolated .btn-default:active:hover,
.bootstrap-isolated .btn-default.active:hover,
.bootstrap-isolated .btn-default:active:focus,
.bootstrap-isolated .btn-default.active:focus,
.bootstrap-isolated .btn-default:active.focus,
.bootstrap-isolated .btn-default.active.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.bootstrap-isolated .btn-default.disabled:hover,
.bootstrap-isolated .btn-default[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-default:hover,
.bootstrap-isolated .btn-default.disabled:focus,
.bootstrap-isolated .btn-default[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-default:focus,
.bootstrap-isolated .btn-default.disabled.focus,
.bootstrap-isolated .btn-default[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-isolated .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-isolated .btn-primary:focus,
.bootstrap-isolated .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrap-isolated .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-isolated .btn-primary:active,
.bootstrap-isolated .btn-primary.active,
.open > .dropdown-toggle.bootstrap-isolated .btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.bootstrap-isolated .btn-primary:active:hover,
.bootstrap-isolated .btn-primary.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .btn-primary:hover,
.bootstrap-isolated .btn-primary:active:focus,
.bootstrap-isolated .btn-primary.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-primary:focus,
.bootstrap-isolated .btn-primary:active.focus,
.bootstrap-isolated .btn-primary.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrap-isolated .btn-primary.disabled:hover,
.bootstrap-isolated .btn-primary[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-primary:hover,
.bootstrap-isolated .btn-primary.disabled:focus,
.bootstrap-isolated .btn-primary[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-primary:focus,
.bootstrap-isolated .btn-primary.disabled.focus,
.bootstrap-isolated .btn-primary[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-isolated .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-isolated .btn-primary:focus,
.bootstrap-isolated .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrap-isolated .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-isolated .btn-primary:active,
.bootstrap-isolated .btn-primary.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-isolated .btn-primary:active:hover,
.bootstrap-isolated .btn-primary.active:hover,
.bootstrap-isolated .btn-primary:active:focus,
.bootstrap-isolated .btn-primary.active:focus,
.bootstrap-isolated .btn-primary:active.focus,
.bootstrap-isolated .btn-primary.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrap-isolated .btn-primary.disabled:hover,
.bootstrap-isolated .btn-primary[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-primary:hover,
.bootstrap-isolated .btn-primary.disabled:focus,
.bootstrap-isolated .btn-primary[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-primary:focus,
.bootstrap-isolated .btn-primary.disabled.focus,
.bootstrap-isolated .btn-primary[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-isolated .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-isolated .btn-success:focus,
.bootstrap-isolated .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.bootstrap-isolated .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap-isolated .btn-success:active,
.bootstrap-isolated .btn-success.active,
.open > .dropdown-toggle.bootstrap-isolated .btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.bootstrap-isolated .btn-success:active:hover,
.bootstrap-isolated .btn-success.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .btn-success:hover,
.bootstrap-isolated .btn-success:active:focus,
.bootstrap-isolated .btn-success.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-success:focus,
.bootstrap-isolated .btn-success:active.focus,
.bootstrap-isolated .btn-success.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.bootstrap-isolated .btn-success.disabled:hover,
.bootstrap-isolated .btn-success[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-success:hover,
.bootstrap-isolated .btn-success.disabled:focus,
.bootstrap-isolated .btn-success[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-success:focus,
.bootstrap-isolated .btn-success.disabled.focus,
.bootstrap-isolated .btn-success[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-isolated .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.bootstrap-isolated .btn-success:focus,
.bootstrap-isolated .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.bootstrap-isolated .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap-isolated .btn-success:active,
.bootstrap-isolated .btn-success.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap-isolated .btn-success:active:hover,
.bootstrap-isolated .btn-success.active:hover,
.bootstrap-isolated .btn-success:active:focus,
.bootstrap-isolated .btn-success.active:focus,
.bootstrap-isolated .btn-success:active.focus,
.bootstrap-isolated .btn-success.active.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.bootstrap-isolated .btn-success.disabled:hover,
.bootstrap-isolated .btn-success[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-success:hover,
.bootstrap-isolated .btn-success.disabled:focus,
.bootstrap-isolated .btn-success[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-success:focus,
.bootstrap-isolated .btn-success.disabled.focus,
.bootstrap-isolated .btn-success[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-isolated .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-isolated .btn-info:focus,
.bootstrap-isolated .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.bootstrap-isolated .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap-isolated .btn-info:active,
.bootstrap-isolated .btn-info.active,
.open > .dropdown-toggle.bootstrap-isolated .btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.bootstrap-isolated .btn-info:active:hover,
.bootstrap-isolated .btn-info.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .btn-info:hover,
.bootstrap-isolated .btn-info:active:focus,
.bootstrap-isolated .btn-info.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-info:focus,
.bootstrap-isolated .btn-info:active.focus,
.bootstrap-isolated .btn-info.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.bootstrap-isolated .btn-info.disabled:hover,
.bootstrap-isolated .btn-info[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-info:hover,
.bootstrap-isolated .btn-info.disabled:focus,
.bootstrap-isolated .btn-info[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-info:focus,
.bootstrap-isolated .btn-info.disabled.focus,
.bootstrap-isolated .btn-info[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-isolated .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.bootstrap-isolated .btn-info:focus,
.bootstrap-isolated .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.bootstrap-isolated .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap-isolated .btn-info:active,
.bootstrap-isolated .btn-info.active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap-isolated .btn-info:active:hover,
.bootstrap-isolated .btn-info.active:hover,
.bootstrap-isolated .btn-info:active:focus,
.bootstrap-isolated .btn-info.active:focus,
.bootstrap-isolated .btn-info:active.focus,
.bootstrap-isolated .btn-info.active.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.bootstrap-isolated .btn-info.disabled:hover,
.bootstrap-isolated .btn-info[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-info:hover,
.bootstrap-isolated .btn-info.disabled:focus,
.bootstrap-isolated .btn-info[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-info:focus,
.bootstrap-isolated .btn-info.disabled.focus,
.bootstrap-isolated .btn-info[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-isolated .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-isolated .btn-warning:focus,
.bootstrap-isolated .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.bootstrap-isolated .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap-isolated .btn-warning:active,
.bootstrap-isolated .btn-warning.active,
.open > .dropdown-toggle.bootstrap-isolated .btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.bootstrap-isolated .btn-warning:active:hover,
.bootstrap-isolated .btn-warning.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .btn-warning:hover,
.bootstrap-isolated .btn-warning:active:focus,
.bootstrap-isolated .btn-warning.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-warning:focus,
.bootstrap-isolated .btn-warning:active.focus,
.bootstrap-isolated .btn-warning.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.bootstrap-isolated .btn-warning.disabled:hover,
.bootstrap-isolated .btn-warning[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-warning:hover,
.bootstrap-isolated .btn-warning.disabled:focus,
.bootstrap-isolated .btn-warning[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-warning:focus,
.bootstrap-isolated .btn-warning.disabled.focus,
.bootstrap-isolated .btn-warning[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-isolated .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.bootstrap-isolated .btn-warning:focus,
.bootstrap-isolated .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.bootstrap-isolated .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap-isolated .btn-warning:active,
.bootstrap-isolated .btn-warning.active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap-isolated .btn-warning:active:hover,
.bootstrap-isolated .btn-warning.active:hover,
.bootstrap-isolated .btn-warning:active:focus,
.bootstrap-isolated .btn-warning.active:focus,
.bootstrap-isolated .btn-warning:active.focus,
.bootstrap-isolated .btn-warning.active.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.bootstrap-isolated .btn-warning.disabled:hover,
.bootstrap-isolated .btn-warning[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-warning:hover,
.bootstrap-isolated .btn-warning.disabled:focus,
.bootstrap-isolated .btn-warning[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-warning:focus,
.bootstrap-isolated .btn-warning.disabled.focus,
.bootstrap-isolated .btn-warning[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-isolated .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-isolated .btn-danger:focus,
.bootstrap-isolated .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.bootstrap-isolated .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap-isolated .btn-danger:active,
.bootstrap-isolated .btn-danger.active,
.open > .dropdown-toggle.bootstrap-isolated .btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.bootstrap-isolated .btn-danger:active:hover,
.bootstrap-isolated .btn-danger.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .btn-danger:hover,
.bootstrap-isolated .btn-danger:active:focus,
.bootstrap-isolated .btn-danger.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-danger:focus,
.bootstrap-isolated .btn-danger:active.focus,
.bootstrap-isolated .btn-danger.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.bootstrap-isolated .btn-danger.disabled:hover,
.bootstrap-isolated .btn-danger[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-danger:hover,
.bootstrap-isolated .btn-danger.disabled:focus,
.bootstrap-isolated .btn-danger[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-danger:focus,
.bootstrap-isolated .btn-danger.disabled.focus,
.bootstrap-isolated .btn-danger[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-isolated .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.bootstrap-isolated .btn-danger:focus,
.bootstrap-isolated .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.bootstrap-isolated .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap-isolated .btn-danger:active,
.bootstrap-isolated .btn-danger.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap-isolated .btn-danger:active:hover,
.bootstrap-isolated .btn-danger.active:hover,
.bootstrap-isolated .btn-danger:active:focus,
.bootstrap-isolated .btn-danger.active:focus,
.bootstrap-isolated .btn-danger:active.focus,
.bootstrap-isolated .btn-danger.active.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.bootstrap-isolated .btn-danger.disabled:hover,
.bootstrap-isolated .btn-danger[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-danger:hover,
.bootstrap-isolated .btn-danger.disabled:focus,
.bootstrap-isolated .btn-danger[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-danger:focus,
.bootstrap-isolated .btn-danger.disabled.focus,
.bootstrap-isolated .btn-danger[disabled].focus,
fieldset[disabled] .bootstrap-isolated .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-isolated .btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.bootstrap-isolated .btn-link,
.bootstrap-isolated .btn-link:active,
.bootstrap-isolated .btn-link.active,
.bootstrap-isolated .btn-link[disabled],
fieldset[disabled] .bootstrap-isolated .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-isolated .btn-link,
.bootstrap-isolated .btn-link:hover,
.bootstrap-isolated .btn-link:focus,
.bootstrap-isolated .btn-link:active {
  border-color: transparent;
}
.bootstrap-isolated .btn-link:hover,
.bootstrap-isolated .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap-isolated .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .btn-link:hover,
.bootstrap-isolated .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.bootstrap-isolated .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-isolated .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-isolated .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-isolated .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-isolated .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap-isolated input[type="submit"].btn-block,
.bootstrap-isolated input[type="reset"].btn-block,
.bootstrap-isolated input[type="button"].btn-block {
  width: 100%;
}
.bootstrap-isolated .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrap-isolated .fade.in {
  opacity: 1;
}
.bootstrap-isolated .collapse {
  display: none;
}
.bootstrap-isolated .collapse.in {
  display: block;
}
tr.bootstrap-isolated .collapse.in {
  display: table-row;
}
tbody.bootstrap-isolated .collapse.in {
  display: table-row-group;
}
.bootstrap-isolated .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bootstrap-isolated .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap-isolated .dropup,
.bootstrap-isolated .dropdown {
  position: relative;
}
.bootstrap-isolated .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap-isolated .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.bootstrap-isolated .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap-isolated .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-isolated .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.bootstrap-isolated .dropdown-menu > li > a:hover,
.bootstrap-isolated .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap-isolated .dropdown-menu > .active > a,
.bootstrap-isolated .dropdown-menu > .active > a:hover,
.bootstrap-isolated .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.bootstrap-isolated .dropdown-menu > .disabled > a,
.bootstrap-isolated .dropdown-menu > .disabled > a:hover,
.bootstrap-isolated .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.bootstrap-isolated .dropdown-menu > .disabled > a:hover,
.bootstrap-isolated .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-isolated .open > .dropdown-menu {
  display: block;
}
.bootstrap-isolated .open > a {
  outline: 0;
}
.bootstrap-isolated .dropdown-menu-right {
  right: 0;
  left: auto;
}
.bootstrap-isolated .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrap-isolated .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.bootstrap-isolated .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.bootstrap-isolated .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-isolated .dropup .caret,
.bootstrap-isolated .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.bootstrap-isolated .dropup .dropdown-menu,
.bootstrap-isolated .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .bootstrap-isolated .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.bootstrap-isolated .btn-group,
.bootstrap-isolated .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-isolated .btn-group > .btn,
.bootstrap-isolated .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap-isolated .btn-group > .btn:hover,
.bootstrap-isolated .btn-group-vertical > .btn:hover,
.bootstrap-isolated .btn-group > .btn:focus,
.bootstrap-isolated .btn-group-vertical > .btn:focus,
.bootstrap-isolated .btn-group > .btn:active,
.bootstrap-isolated .btn-group-vertical > .btn:active,
.bootstrap-isolated .btn-group > .btn.active,
.bootstrap-isolated .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap-isolated .btn-group .btn + .btn,
.bootstrap-isolated .btn-group .btn + .btn-group,
.bootstrap-isolated .btn-group .btn-group + .btn,
.bootstrap-isolated .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap-isolated .btn-toolbar {
  margin-left: -5px;
}
.bootstrap-isolated .btn-toolbar .btn,
.bootstrap-isolated .btn-toolbar .btn-group,
.bootstrap-isolated .btn-toolbar .input-group {
  float: left;
}
.bootstrap-isolated .btn-toolbar > .btn,
.bootstrap-isolated .btn-toolbar > .btn-group,
.bootstrap-isolated .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap-isolated .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap-isolated .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap-isolated .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-isolated .btn-group > .btn:last-child:not(:first-child),
.bootstrap-isolated .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-isolated .btn-group > .btn-group {
  float: left;
}
.bootstrap-isolated .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-isolated .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-isolated .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-isolated .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-isolated .btn-group .dropdown-toggle:active,
.bootstrap-isolated .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap-isolated .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.bootstrap-isolated .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.bootstrap-isolated .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-isolated .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-isolated .btn .caret {
  margin-left: 0;
}
.bootstrap-isolated .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap-isolated .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap-isolated .btn-group-vertical > .btn,
.bootstrap-isolated .btn-group-vertical > .btn-group,
.bootstrap-isolated .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap-isolated .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap-isolated .btn-group-vertical > .btn + .btn,
.bootstrap-isolated .btn-group-vertical > .btn + .btn-group,
.bootstrap-isolated .btn-group-vertical > .btn-group + .btn,
.bootstrap-isolated .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap-isolated .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-isolated .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-isolated .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-isolated .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-isolated .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-isolated .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-isolated .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-isolated .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap-isolated .btn-group-justified > .btn,
.bootstrap-isolated .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.bootstrap-isolated .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap-isolated .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap-isolated [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-isolated [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-isolated [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-isolated [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-isolated .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap-isolated .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-isolated .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap-isolated .input-group .form-control:focus {
  z-index: 3;
}
.bootstrap-isolated .input-group-lg > .form-control,
.bootstrap-isolated .input-group-lg > .input-group-addon,
.bootstrap-isolated .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.bootstrap-isolated .input-group-lg > .form-control,
select.bootstrap-isolated .input-group-lg > .input-group-addon,
select.bootstrap-isolated .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.bootstrap-isolated .input-group-lg > .form-control,
textarea.bootstrap-isolated .input-group-lg > .input-group-addon,
textarea.bootstrap-isolated .input-group-lg > .input-group-btn > .btn,
select[multiple].bootstrap-isolated .input-group-lg > .form-control,
select[multiple].bootstrap-isolated .input-group-lg > .input-group-addon,
select[multiple].bootstrap-isolated .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-isolated .input-group-sm > .form-control,
.bootstrap-isolated .input-group-sm > .input-group-addon,
.bootstrap-isolated .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.bootstrap-isolated .input-group-sm > .form-control,
select.bootstrap-isolated .input-group-sm > .input-group-addon,
select.bootstrap-isolated .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.bootstrap-isolated .input-group-sm > .form-control,
textarea.bootstrap-isolated .input-group-sm > .input-group-addon,
textarea.bootstrap-isolated .input-group-sm > .input-group-btn > .btn,
select[multiple].bootstrap-isolated .input-group-sm > .form-control,
select[multiple].bootstrap-isolated .input-group-sm > .input-group-addon,
select[multiple].bootstrap-isolated .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-isolated .input-group-addon,
.bootstrap-isolated .input-group-btn,
.bootstrap-isolated .input-group .form-control {
  display: table-cell;
}
.bootstrap-isolated .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-isolated .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-isolated .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-isolated .input-group-addon,
.bootstrap-isolated .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap-isolated .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bootstrap-isolated .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.bootstrap-isolated .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.bootstrap-isolated .input-group-addon input[type="radio"],
.bootstrap-isolated .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap-isolated .input-group .form-control:first-child,
.bootstrap-isolated .input-group-addon:first-child,
.bootstrap-isolated .input-group-btn:first-child > .btn,
.bootstrap-isolated .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-isolated .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-isolated .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-isolated .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-isolated .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap-isolated .input-group .form-control:last-child,
.bootstrap-isolated .input-group-addon:last-child,
.bootstrap-isolated .input-group-btn:last-child > .btn,
.bootstrap-isolated .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-isolated .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-isolated .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-isolated .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-isolated .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap-isolated .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap-isolated .input-group-btn > .btn {
  position: relative;
}
.bootstrap-isolated .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap-isolated .input-group-btn > .btn:hover,
.bootstrap-isolated .input-group-btn > .btn:focus,
.bootstrap-isolated .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap-isolated .input-group-btn:first-child > .btn,
.bootstrap-isolated .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap-isolated .input-group-btn:last-child > .btn,
.bootstrap-isolated .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.bootstrap-isolated .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-isolated .nav > li {
  position: relative;
  display: block;
}
.bootstrap-isolated .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap-isolated .nav > li > a:hover,
.bootstrap-isolated .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-isolated .nav > li.disabled > a {
  color: #777777;
}
.bootstrap-isolated .nav > li.disabled > a:hover,
.bootstrap-isolated .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.bootstrap-isolated .nav .open > a,
.bootstrap-isolated .nav .open > a:hover,
.bootstrap-isolated .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.bootstrap-isolated .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-isolated .nav > li > a > img {
  max-width: none;
}
.bootstrap-isolated .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrap-isolated .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap-isolated .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bootstrap-isolated .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.bootstrap-isolated .nav-tabs > li.active > a,
.bootstrap-isolated .nav-tabs > li.active > a:hover,
.bootstrap-isolated .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.bootstrap-isolated .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap-isolated .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap-isolated .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrap-isolated .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-isolated .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-isolated .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-isolated .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-isolated .nav-tabs.nav-justified > .active > a,
.bootstrap-isolated .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-isolated .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-isolated .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-isolated .nav-tabs.nav-justified > .active > a,
  .bootstrap-isolated .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap-isolated .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.bootstrap-isolated .nav-pills > li {
  float: left;
}
.bootstrap-isolated .nav-pills > li > a {
  border-radius: 4px;
}
.bootstrap-isolated .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap-isolated .nav-pills > li.active > a,
.bootstrap-isolated .nav-pills > li.active > a:hover,
.bootstrap-isolated .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.bootstrap-isolated .nav-stacked > li {
  float: none;
}
.bootstrap-isolated .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap-isolated .nav-justified {
  width: 100%;
}
.bootstrap-isolated .nav-justified > li {
  float: none;
}
.bootstrap-isolated .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrap-isolated .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-isolated .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-isolated .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-isolated .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap-isolated .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-isolated .nav-tabs-justified > .active > a,
.bootstrap-isolated .nav-tabs-justified > .active > a:hover,
.bootstrap-isolated .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-isolated .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-isolated .nav-tabs-justified > .active > a,
  .bootstrap-isolated .nav-tabs-justified > .active > a:hover,
  .bootstrap-isolated .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.bootstrap-isolated .tab-content > .tab-pane {
  display: none;
}
.bootstrap-isolated .tab-content > .active {
  display: block;
}
.bootstrap-isolated .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-isolated .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar-header {
    float: left;
  }
}
.bootstrap-isolated .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.bootstrap-isolated .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .bootstrap-isolated .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap-isolated .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .bootstrap-isolated .navbar-collapse,
  .navbar-static-top .bootstrap-isolated .navbar-collapse,
  .navbar-fixed-bottom .bootstrap-isolated .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.bootstrap-isolated .navbar-fixed-top,
.bootstrap-isolated .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap-isolated .navbar-fixed-top .navbar-collapse,
.bootstrap-isolated .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap-isolated .navbar-fixed-top .navbar-collapse,
  .bootstrap-isolated .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar-fixed-top,
  .bootstrap-isolated .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap-isolated .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap-isolated .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap-isolated .container > .navbar-header,
.bootstrap-isolated .container-fluid > .navbar-header,
.bootstrap-isolated .container > .navbar-collapse,
.bootstrap-isolated .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-isolated .container > .navbar-header,
  .bootstrap-isolated .container-fluid > .navbar-header,
  .bootstrap-isolated .container > .navbar-collapse,
  .bootstrap-isolated .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap-isolated .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap-isolated .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.bootstrap-isolated .navbar-brand:hover,
.bootstrap-isolated .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-isolated .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .bootstrap-isolated .navbar-brand,
  .navbar > .container-fluid .bootstrap-isolated .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap-isolated .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-isolated .navbar-toggle:focus {
  outline: 0;
}
.bootstrap-isolated .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap-isolated .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar-toggle {
    display: none;
  }
}
.bootstrap-isolated .navbar-nav {
  margin: 7.5px -15px;
}
.bootstrap-isolated .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .bootstrap-isolated .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .bootstrap-isolated .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap-isolated .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bootstrap-isolated .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .bootstrap-isolated .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-isolated .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap-isolated .navbar-nav > li {
    float: left;
  }
  .bootstrap-isolated .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bootstrap-isolated .navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-isolated .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-isolated .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap-isolated .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-isolated .navbar-form .input-group .input-group-addon,
  .bootstrap-isolated .navbar-form .input-group .input-group-btn,
  .bootstrap-isolated .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap-isolated .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-isolated .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-isolated .navbar-form .radio,
  .bootstrap-isolated .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-isolated .navbar-form .radio label,
  .bootstrap-isolated .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap-isolated .navbar-form .radio input[type="radio"],
  .bootstrap-isolated .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-isolated .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap-isolated .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap-isolated .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bootstrap-isolated .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-isolated .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-isolated .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bootstrap-isolated .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-isolated .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bootstrap-isolated .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap-isolated .navbar-left {
    float: left !important;
  }
  .bootstrap-isolated .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap-isolated .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap-isolated .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.bootstrap-isolated .navbar-default .navbar-brand {
  color: #777;
}
.bootstrap-isolated .navbar-default .navbar-brand:hover,
.bootstrap-isolated .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.bootstrap-isolated .navbar-default .navbar-text {
  color: #777;
}
.bootstrap-isolated .navbar-default .navbar-nav > li > a {
  color: #777;
}
.bootstrap-isolated .navbar-default .navbar-nav > li > a:hover,
.bootstrap-isolated .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.bootstrap-isolated .navbar-default .navbar-nav > .active > a,
.bootstrap-isolated .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-isolated .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.bootstrap-isolated .navbar-default .navbar-nav > .disabled > a,
.bootstrap-isolated .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-isolated .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.bootstrap-isolated .navbar-default .navbar-nav > .open > a,
.bootstrap-isolated .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-isolated .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .bootstrap-isolated .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .bootstrap-isolated .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-isolated .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .bootstrap-isolated .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-isolated .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-isolated .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .bootstrap-isolated .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-isolated .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-isolated .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.bootstrap-isolated .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.bootstrap-isolated .navbar-default .navbar-toggle:hover,
.bootstrap-isolated .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.bootstrap-isolated .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.bootstrap-isolated .navbar-default .navbar-collapse,
.bootstrap-isolated .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.bootstrap-isolated .navbar-default .navbar-link {
  color: #777;
}
.bootstrap-isolated .navbar-default .navbar-link:hover {
  color: #333;
}
.bootstrap-isolated .navbar-default .btn-link {
  color: #777;
}
.bootstrap-isolated .navbar-default .btn-link:hover,
.bootstrap-isolated .navbar-default .btn-link:focus {
  color: #333;
}
.bootstrap-isolated .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .navbar-default .btn-link:hover,
.bootstrap-isolated .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .navbar-default .btn-link:focus {
  color: #ccc;
}
.bootstrap-isolated .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.bootstrap-isolated .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.bootstrap-isolated .navbar-inverse .navbar-brand:hover,
.bootstrap-isolated .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-isolated .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.bootstrap-isolated .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.bootstrap-isolated .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-isolated .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-isolated .navbar-inverse .navbar-nav > .active > a,
.bootstrap-isolated .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-isolated .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.bootstrap-isolated .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-isolated .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-isolated .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.bootstrap-isolated .navbar-inverse .navbar-nav > .open > a,
.bootstrap-isolated .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-isolated .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .bootstrap-isolated .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .bootstrap-isolated .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .bootstrap-isolated .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrap-isolated .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-isolated .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .bootstrap-isolated .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-isolated .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-isolated .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .bootstrap-isolated .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-isolated .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-isolated .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.bootstrap-isolated .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.bootstrap-isolated .navbar-inverse .navbar-toggle:hover,
.bootstrap-isolated .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.bootstrap-isolated .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.bootstrap-isolated .navbar-inverse .navbar-collapse,
.bootstrap-isolated .navbar-inverse .navbar-form {
  border-color: #101010;
}
.bootstrap-isolated .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.bootstrap-isolated .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.bootstrap-isolated .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.bootstrap-isolated .navbar-inverse .btn-link:hover,
.bootstrap-isolated .navbar-inverse .btn-link:focus {
  color: #fff;
}
.bootstrap-isolated .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .navbar-inverse .btn-link:hover,
.bootstrap-isolated .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .navbar-inverse .btn-link:focus {
  color: #444;
}
.bootstrap-isolated .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.bootstrap-isolated .breadcrumb > li {
  display: inline-block;
}
.bootstrap-isolated .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.bootstrap-isolated .breadcrumb > .active {
  color: #777777;
}
.bootstrap-isolated .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.bootstrap-isolated .pagination > li {
  display: inline;
}
.bootstrap-isolated .pagination > li > a,
.bootstrap-isolated .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrap-isolated .pagination > li > a:hover,
.bootstrap-isolated .pagination > li > span:hover,
.bootstrap-isolated .pagination > li > a:focus,
.bootstrap-isolated .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.bootstrap-isolated .pagination > li:first-child > a,
.bootstrap-isolated .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-isolated .pagination > li:last-child > a,
.bootstrap-isolated .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-isolated .pagination > .active > a,
.bootstrap-isolated .pagination > .active > span,
.bootstrap-isolated .pagination > .active > a:hover,
.bootstrap-isolated .pagination > .active > span:hover,
.bootstrap-isolated .pagination > .active > a:focus,
.bootstrap-isolated .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-isolated .pagination > .disabled > span,
.bootstrap-isolated .pagination > .disabled > span:hover,
.bootstrap-isolated .pagination > .disabled > span:focus,
.bootstrap-isolated .pagination > .disabled > a,
.bootstrap-isolated .pagination > .disabled > a:hover,
.bootstrap-isolated .pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.bootstrap-isolated .pagination-lg > li > a,
.bootstrap-isolated .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-isolated .pagination-lg > li:first-child > a,
.bootstrap-isolated .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.bootstrap-isolated .pagination-lg > li:last-child > a,
.bootstrap-isolated .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bootstrap-isolated .pagination-sm > li > a,
.bootstrap-isolated .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-isolated .pagination-sm > li:first-child > a,
.bootstrap-isolated .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-isolated .pagination-sm > li:last-child > a,
.bootstrap-isolated .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap-isolated .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.bootstrap-isolated .pager li {
  display: inline;
}
.bootstrap-isolated .pager li > a,
.bootstrap-isolated .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.bootstrap-isolated .pager li > a:hover,
.bootstrap-isolated .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-isolated .pager .next > a,
.bootstrap-isolated .pager .next > span {
  float: right;
}
.bootstrap-isolated .pager .previous > a,
.bootstrap-isolated .pager .previous > span {
  float: left;
}
.bootstrap-isolated .pager .disabled > a,
.bootstrap-isolated .pager .disabled > a:hover,
.bootstrap-isolated .pager .disabled > a:focus,
.bootstrap-isolated .pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.bootstrap-isolated .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.bootstrap-isolated .label:hover,
a.bootstrap-isolated .label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-isolated .label:empty {
  display: none;
}
.btn .bootstrap-isolated .label {
  position: relative;
  top: -1px;
}
.bootstrap-isolated .label-default {
  background-color: #777777;
}
.bootstrap-isolated .label-default[href]:hover,
.bootstrap-isolated .label-default[href]:focus {
  background-color: #5e5e5e;
}
.bootstrap-isolated .label-primary {
  background-color: #337ab7;
}
.bootstrap-isolated .label-primary[href]:hover,
.bootstrap-isolated .label-primary[href]:focus {
  background-color: #286090;
}
.bootstrap-isolated .label-success {
  background-color: #5cb85c;
}
.bootstrap-isolated .label-success[href]:hover,
.bootstrap-isolated .label-success[href]:focus {
  background-color: #449d44;
}
.bootstrap-isolated .label-info {
  background-color: #5bc0de;
}
.bootstrap-isolated .label-info[href]:hover,
.bootstrap-isolated .label-info[href]:focus {
  background-color: #31b0d5;
}
.bootstrap-isolated .label-warning {
  background-color: #f0ad4e;
}
.bootstrap-isolated .label-warning[href]:hover,
.bootstrap-isolated .label-warning[href]:focus {
  background-color: #ec971f;
}
.bootstrap-isolated .label-danger {
  background-color: #d9534f;
}
.bootstrap-isolated .label-danger[href]:hover,
.bootstrap-isolated .label-danger[href]:focus {
  background-color: #c9302c;
}
.bootstrap-isolated .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.bootstrap-isolated .badge:empty {
  display: none;
}
.btn .bootstrap-isolated .badge {
  position: relative;
  top: -1px;
}
.btn-xs .bootstrap-isolated .badge,
.btn-group-xs > .btn .bootstrap-isolated .badge {
  top: 0;
  padding: 1px 5px;
}
a.bootstrap-isolated .badge:hover,
a.bootstrap-isolated .badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .bootstrap-isolated .badge,
.nav-pills > .active > a > .bootstrap-isolated .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .bootstrap-isolated .badge {
  float: right;
}
.list-group-item > .bootstrap-isolated .badge + .bootstrap-isolated .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .bootstrap-isolated .badge {
  margin-left: 3px;
}
.bootstrap-isolated .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.bootstrap-isolated .jumbotron h1,
.bootstrap-isolated .jumbotron .h1 {
  color: inherit;
}
.bootstrap-isolated .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.bootstrap-isolated .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .bootstrap-isolated .jumbotron,
.container-fluid .bootstrap-isolated .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.bootstrap-isolated .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrap-isolated .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .bootstrap-isolated .jumbotron,
  .container-fluid .bootstrap-isolated .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .bootstrap-isolated .jumbotron h1,
  .bootstrap-isolated .jumbotron .h1 {
    font-size: 63px;
  }
}
.bootstrap-isolated .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.bootstrap-isolated .thumbnail > img,
.bootstrap-isolated .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.bootstrap-isolated .thumbnail:hover,
a.bootstrap-isolated .thumbnail:focus,
a.bootstrap-isolated .thumbnail.active {
  border-color: #337ab7;
}
.bootstrap-isolated .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.bootstrap-isolated .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-isolated .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap-isolated .alert .alert-link {
  font-weight: bold;
}
.bootstrap-isolated .alert > p,
.bootstrap-isolated .alert > ul {
  margin-bottom: 0;
}
.bootstrap-isolated .alert > p + p {
  margin-top: 5px;
}
.bootstrap-isolated .alert-dismissable,
.bootstrap-isolated .alert-dismissible {
  padding-right: 35px;
}
.bootstrap-isolated .alert-dismissable .close,
.bootstrap-isolated .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap-isolated .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-isolated .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrap-isolated .alert-success .alert-link {
  color: #2b542c;
}
.bootstrap-isolated .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-isolated .alert-info hr {
  border-top-color: #a6e1ec;
}
.bootstrap-isolated .alert-info .alert-link {
  color: #245269;
}
.bootstrap-isolated .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-isolated .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bootstrap-isolated .alert-warning .alert-link {
  color: #66512c;
}
.bootstrap-isolated .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-isolated .alert-danger hr {
  border-top-color: #e4b9c0;
}
.bootstrap-isolated .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-isolated .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap-isolated .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap-isolated .progress-striped .progress-bar,
.bootstrap-isolated .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.bootstrap-isolated .progress.active .progress-bar,
.bootstrap-isolated .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap-isolated .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .bootstrap-isolated .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-isolated .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .bootstrap-isolated .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-isolated .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .bootstrap-isolated .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-isolated .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .bootstrap-isolated .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-isolated .media {
  margin-top: 15px;
}
.bootstrap-isolated .media:first-child {
  margin-top: 0;
}
.bootstrap-isolated .media,
.bootstrap-isolated .media-body {
  overflow: hidden;
  zoom: 1;
}
.bootstrap-isolated .media-body {
  width: 10000px;
}
.bootstrap-isolated .media-object {
  display: block;
}
.bootstrap-isolated .media-object.img-thumbnail {
  max-width: none;
}
.bootstrap-isolated .media-right,
.bootstrap-isolated .media > .pull-right {
  padding-left: 10px;
}
.bootstrap-isolated .media-left,
.bootstrap-isolated .media > .pull-left {
  padding-right: 10px;
}
.bootstrap-isolated .media-left,
.bootstrap-isolated .media-right,
.bootstrap-isolated .media-body {
  display: table-cell;
  vertical-align: top;
}
.bootstrap-isolated .media-middle {
  vertical-align: middle;
}
.bootstrap-isolated .media-bottom {
  vertical-align: bottom;
}
.bootstrap-isolated .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-isolated .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrap-isolated .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.bootstrap-isolated .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrap-isolated .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-isolated .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-isolated .list-group-item.disabled,
.bootstrap-isolated .list-group-item.disabled:hover,
.bootstrap-isolated .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.bootstrap-isolated .list-group-item.disabled .list-group-item-heading,
.bootstrap-isolated .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-isolated .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bootstrap-isolated .list-group-item.disabled .list-group-item-text,
.bootstrap-isolated .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-isolated .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.bootstrap-isolated .list-group-item.active,
.bootstrap-isolated .list-group-item.active:hover,
.bootstrap-isolated .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-isolated .list-group-item.active .list-group-item-heading,
.bootstrap-isolated .list-group-item.active:hover .list-group-item-heading,
.bootstrap-isolated .list-group-item.active:focus .list-group-item-heading,
.bootstrap-isolated .list-group-item.active .list-group-item-heading > small,
.bootstrap-isolated .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-isolated .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-isolated .list-group-item.active .list-group-item-heading > .small,
.bootstrap-isolated .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-isolated .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bootstrap-isolated .list-group-item.active .list-group-item-text,
.bootstrap-isolated .list-group-item.active:hover .list-group-item-text,
.bootstrap-isolated .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.bootstrap-isolated a.list-group-item,
.bootstrap-isolated button.list-group-item {
  color: #555;
}
.bootstrap-isolated a.list-group-item .list-group-item-heading,
.bootstrap-isolated button.list-group-item .list-group-item-heading {
  color: #333;
}
.bootstrap-isolated a.list-group-item:hover,
.bootstrap-isolated button.list-group-item:hover,
.bootstrap-isolated a.list-group-item:focus,
.bootstrap-isolated button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap-isolated button.list-group-item {
  width: 100%;
  text-align: left;
}
.bootstrap-isolated .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.bootstrap-isolated .list-group-item-success,
button.bootstrap-isolated .list-group-item-success {
  color: #3c763d;
}
a.bootstrap-isolated .list-group-item-success .list-group-item-heading,
button.bootstrap-isolated .list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.bootstrap-isolated .list-group-item-success:hover,
button.bootstrap-isolated .list-group-item-success:hover,
a.bootstrap-isolated .list-group-item-success:focus,
button.bootstrap-isolated .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.bootstrap-isolated .list-group-item-success.active,
button.bootstrap-isolated .list-group-item-success.active,
a.bootstrap-isolated .list-group-item-success.active:hover,
button.bootstrap-isolated .list-group-item-success.active:hover,
a.bootstrap-isolated .list-group-item-success.active:focus,
button.bootstrap-isolated .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.bootstrap-isolated .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.bootstrap-isolated .list-group-item-info,
button.bootstrap-isolated .list-group-item-info {
  color: #31708f;
}
a.bootstrap-isolated .list-group-item-info .list-group-item-heading,
button.bootstrap-isolated .list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.bootstrap-isolated .list-group-item-info:hover,
button.bootstrap-isolated .list-group-item-info:hover,
a.bootstrap-isolated .list-group-item-info:focus,
button.bootstrap-isolated .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.bootstrap-isolated .list-group-item-info.active,
button.bootstrap-isolated .list-group-item-info.active,
a.bootstrap-isolated .list-group-item-info.active:hover,
button.bootstrap-isolated .list-group-item-info.active:hover,
a.bootstrap-isolated .list-group-item-info.active:focus,
button.bootstrap-isolated .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.bootstrap-isolated .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.bootstrap-isolated .list-group-item-warning,
button.bootstrap-isolated .list-group-item-warning {
  color: #8a6d3b;
}
a.bootstrap-isolated .list-group-item-warning .list-group-item-heading,
button.bootstrap-isolated .list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.bootstrap-isolated .list-group-item-warning:hover,
button.bootstrap-isolated .list-group-item-warning:hover,
a.bootstrap-isolated .list-group-item-warning:focus,
button.bootstrap-isolated .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.bootstrap-isolated .list-group-item-warning.active,
button.bootstrap-isolated .list-group-item-warning.active,
a.bootstrap-isolated .list-group-item-warning.active:hover,
button.bootstrap-isolated .list-group-item-warning.active:hover,
a.bootstrap-isolated .list-group-item-warning.active:focus,
button.bootstrap-isolated .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.bootstrap-isolated .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.bootstrap-isolated .list-group-item-danger,
button.bootstrap-isolated .list-group-item-danger {
  color: #a94442;
}
a.bootstrap-isolated .list-group-item-danger .list-group-item-heading,
button.bootstrap-isolated .list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.bootstrap-isolated .list-group-item-danger:hover,
button.bootstrap-isolated .list-group-item-danger:hover,
a.bootstrap-isolated .list-group-item-danger:focus,
button.bootstrap-isolated .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.bootstrap-isolated .list-group-item-danger.active,
button.bootstrap-isolated .list-group-item-danger.active,
a.bootstrap-isolated .list-group-item-danger.active:hover,
button.bootstrap-isolated .list-group-item-danger.active:hover,
a.bootstrap-isolated .list-group-item-danger.active:focus,
button.bootstrap-isolated .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.bootstrap-isolated .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-isolated .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrap-isolated .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-isolated .panel-body {
  padding: 15px;
}
.bootstrap-isolated .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-isolated .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap-isolated .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bootstrap-isolated .panel-title > a,
.bootstrap-isolated .panel-title > small,
.bootstrap-isolated .panel-title > .small,
.bootstrap-isolated .panel-title > small > a,
.bootstrap-isolated .panel-title > .small > a {
  color: inherit;
}
.bootstrap-isolated .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-isolated .panel > .list-group,
.bootstrap-isolated .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap-isolated .panel > .list-group .list-group-item,
.bootstrap-isolated .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap-isolated .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-isolated .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-isolated .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-isolated .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-isolated .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-isolated .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap-isolated .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap-isolated .panel > .table,
.bootstrap-isolated .panel > .table-responsive > .table,
.bootstrap-isolated .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap-isolated .panel > .table caption,
.bootstrap-isolated .panel > .table-responsive > .table caption,
.bootstrap-isolated .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-isolated .panel > .table:first-child,
.bootstrap-isolated .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-isolated .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-isolated .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-isolated .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-isolated .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-isolated .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-isolated .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-isolated .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-isolated .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-isolated .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-isolated .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-isolated .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-isolated .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bootstrap-isolated .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-isolated .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-isolated .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-isolated .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-isolated .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-isolated .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-isolated .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-isolated .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bootstrap-isolated .panel > .table:last-child,
.bootstrap-isolated .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-isolated .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-isolated .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-isolated .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-isolated .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-isolated .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-isolated .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-isolated .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-isolated .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-isolated .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-isolated .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-isolated .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-isolated .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bootstrap-isolated .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-isolated .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-isolated .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-isolated .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-isolated .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-isolated .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-isolated .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-isolated .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bootstrap-isolated .panel > .panel-body + .table,
.bootstrap-isolated .panel > .panel-body + .table-responsive,
.bootstrap-isolated .panel > .table + .panel-body,
.bootstrap-isolated .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.bootstrap-isolated .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-isolated .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap-isolated .panel > .table-bordered,
.bootstrap-isolated .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-isolated .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-isolated .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-isolated .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-isolated .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-isolated .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-isolated .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap-isolated .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-isolated .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-isolated .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-isolated .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-isolated .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-isolated .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap-isolated .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-isolated .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-isolated .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-isolated .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap-isolated .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-isolated .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-isolated .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-isolated .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-isolated .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap-isolated .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.bootstrap-isolated .panel-group {
  margin-bottom: 20px;
}
.bootstrap-isolated .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bootstrap-isolated .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap-isolated .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap-isolated .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-isolated .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.bootstrap-isolated .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap-isolated .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.bootstrap-isolated .panel-default {
  border-color: #ddd;
}
.bootstrap-isolated .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.bootstrap-isolated .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.bootstrap-isolated .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.bootstrap-isolated .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.bootstrap-isolated .panel-primary {
  border-color: #337ab7;
}
.bootstrap-isolated .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-isolated .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.bootstrap-isolated .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-isolated .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.bootstrap-isolated .panel-success {
  border-color: #d6e9c6;
}
.bootstrap-isolated .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-isolated .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap-isolated .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrap-isolated .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap-isolated .panel-info {
  border-color: #bce8f1;
}
.bootstrap-isolated .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-isolated .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrap-isolated .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrap-isolated .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrap-isolated .panel-warning {
  border-color: #faebcc;
}
.bootstrap-isolated .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-isolated .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrap-isolated .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrap-isolated .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrap-isolated .panel-danger {
  border-color: #ebccd1;
}
.bootstrap-isolated .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-isolated .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrap-isolated .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrap-isolated .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.bootstrap-isolated .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrap-isolated .embed-responsive .embed-responsive-item,
.bootstrap-isolated .embed-responsive iframe,
.bootstrap-isolated .embed-responsive embed,
.bootstrap-isolated .embed-responsive object,
.bootstrap-isolated .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap-isolated .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrap-isolated .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrap-isolated .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-isolated .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-isolated .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.bootstrap-isolated .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bootstrap-isolated .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.bootstrap-isolated .close:hover,
.bootstrap-isolated .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.bootstrap-isolated .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.bootstrap-isolated .modal-open {
  overflow: hidden;
}
.bootstrap-isolated .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap-isolated .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.bootstrap-isolated .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap-isolated .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-isolated .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap-isolated .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.bootstrap-isolated .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.bootstrap-isolated .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.bootstrap-isolated .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrap-isolated .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-isolated .modal-header .close {
  margin-top: -2px;
}
.bootstrap-isolated .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bootstrap-isolated .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrap-isolated .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrap-isolated .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.bootstrap-isolated .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap-isolated .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap-isolated .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrap-isolated .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrap-isolated .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bootstrap-isolated .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-isolated .modal-lg {
    width: 900px;
  }
}
.bootstrap-isolated .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.bootstrap-isolated .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.bootstrap-isolated .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.bootstrap-isolated .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.bootstrap-isolated .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.bootstrap-isolated .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.bootstrap-isolated .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-isolated .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-isolated .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-isolated .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.bootstrap-isolated .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.bootstrap-isolated .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-isolated .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-isolated .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-isolated .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.bootstrap-isolated .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-isolated .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.bootstrap-isolated .popover.top {
  margin-top: -10px;
}
.bootstrap-isolated .popover.right {
  margin-left: 10px;
}
.bootstrap-isolated .popover.bottom {
  margin-top: 10px;
}
.bootstrap-isolated .popover.left {
  margin-left: -10px;
}
.bootstrap-isolated .popover > .arrow {
  border-width: 11px;
}
.bootstrap-isolated .popover > .arrow,
.bootstrap-isolated .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-isolated .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.bootstrap-isolated .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.bootstrap-isolated .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.bootstrap-isolated .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.bootstrap-isolated .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.bootstrap-isolated .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-isolated .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.bootstrap-isolated .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-isolated .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.bootstrap-isolated .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bootstrap-isolated .popover-content {
  padding: 9px 14px;
}
.bootstrap-isolated .carousel {
  position: relative;
}
.bootstrap-isolated .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap-isolated .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.bootstrap-isolated .carousel-inner > .item > img,
.bootstrap-isolated .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap-isolated .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .bootstrap-isolated .carousel-inner > .item.next,
  .bootstrap-isolated .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .bootstrap-isolated .carousel-inner > .item.prev,
  .bootstrap-isolated .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .bootstrap-isolated .carousel-inner > .item.next.left,
  .bootstrap-isolated .carousel-inner > .item.prev.right,
  .bootstrap-isolated .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.bootstrap-isolated .carousel-inner > .active,
.bootstrap-isolated .carousel-inner > .next,
.bootstrap-isolated .carousel-inner > .prev {
  display: block;
}
.bootstrap-isolated .carousel-inner > .active {
  left: 0;
}
.bootstrap-isolated .carousel-inner > .next,
.bootstrap-isolated .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap-isolated .carousel-inner > .next {
  left: 100%;
}
.bootstrap-isolated .carousel-inner > .prev {
  left: -100%;
}
.bootstrap-isolated .carousel-inner > .next.left,
.bootstrap-isolated .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap-isolated .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap-isolated .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap-isolated .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrap-isolated .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrap-isolated .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrap-isolated .carousel-control:hover,
.bootstrap-isolated .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.bootstrap-isolated .carousel-control .icon-prev,
.bootstrap-isolated .carousel-control .icon-next,
.bootstrap-isolated .carousel-control .glyphicon-chevron-left,
.bootstrap-isolated .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.bootstrap-isolated .carousel-control .icon-prev,
.bootstrap-isolated .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap-isolated .carousel-control .icon-next,
.bootstrap-isolated .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap-isolated .carousel-control .icon-prev,
.bootstrap-isolated .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.bootstrap-isolated .carousel-control .icon-prev:before {
  content: "\2039";
}
.bootstrap-isolated .carousel-control .icon-next:before {
  content: "\203A";
}
.bootstrap-isolated .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.bootstrap-isolated .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.bootstrap-isolated .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.bootstrap-isolated .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-isolated .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap-isolated .carousel-control .glyphicon-chevron-left,
  .bootstrap-isolated .carousel-control .glyphicon-chevron-right,
  .bootstrap-isolated .carousel-control .icon-prev,
  .bootstrap-isolated .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .bootstrap-isolated .carousel-control .glyphicon-chevron-left,
  .bootstrap-isolated .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .bootstrap-isolated .carousel-control .glyphicon-chevron-right,
  .bootstrap-isolated .carousel-control .icon-next {
    margin-right: -10px;
  }
  .bootstrap-isolated .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .bootstrap-isolated .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap-isolated .clearfix:before,
.bootstrap-isolated .clearfix:after,
.bootstrap-isolated .bootstrap-isolated .dl-horizontal dd:before,
.bootstrap-isolated .bootstrap-isolated .dl-horizontal dd:after,
.bootstrap-isolated .bootstrap-isolated .container:before,
.bootstrap-isolated .bootstrap-isolated .container:after,
.bootstrap-isolated .bootstrap-isolated .container-fluid:before,
.bootstrap-isolated .bootstrap-isolated .container-fluid:after,
.bootstrap-isolated .bootstrap-isolated .row:before,
.bootstrap-isolated .bootstrap-isolated .row:after,
.bootstrap-isolated .bootstrap-isolated .form-horizontal .form-group:before,
.bootstrap-isolated .bootstrap-isolated .form-horizontal .form-group:after,
.bootstrap-isolated .bootstrap-isolated .btn-toolbar:before,
.bootstrap-isolated .bootstrap-isolated .btn-toolbar:after,
.bootstrap-isolated .bootstrap-isolated .btn-group-vertical > .btn-group:before,
.bootstrap-isolated .bootstrap-isolated .btn-group-vertical > .btn-group:after,
.bootstrap-isolated .bootstrap-isolated .nav:before,
.bootstrap-isolated .bootstrap-isolated .nav:after,
.bootstrap-isolated .bootstrap-isolated .navbar:before,
.bootstrap-isolated .bootstrap-isolated .navbar:after,
.bootstrap-isolated .bootstrap-isolated .navbar-header:before,
.bootstrap-isolated .bootstrap-isolated .navbar-header:after,
.bootstrap-isolated .bootstrap-isolated .navbar-collapse:before,
.bootstrap-isolated .bootstrap-isolated .navbar-collapse:after,
.bootstrap-isolated .bootstrap-isolated .pager:before,
.bootstrap-isolated .bootstrap-isolated .pager:after,
.bootstrap-isolated .bootstrap-isolated .panel-body:before,
.bootstrap-isolated .bootstrap-isolated .panel-body:after,
.bootstrap-isolated .bootstrap-isolated .modal-header:before,
.bootstrap-isolated .bootstrap-isolated .modal-header:after,
.bootstrap-isolated .bootstrap-isolated .modal-footer:before,
.bootstrap-isolated .bootstrap-isolated .modal-footer:after,
.bootstrap-isolated .modal-header:before,
.bootstrap-isolated .modal-header:after,
.bootstrap-isolated .modal-footer:before,
.bootstrap-isolated .modal-footer:after {
  display: table;
  content: " ";
}
.bootstrap-isolated .clearfix:after,
.bootstrap-isolated .bootstrap-isolated .dl-horizontal dd:after,
.bootstrap-isolated .bootstrap-isolated .container:after,
.bootstrap-isolated .bootstrap-isolated .container-fluid:after,
.bootstrap-isolated .bootstrap-isolated .row:after,
.bootstrap-isolated .bootstrap-isolated .form-horizontal .form-group:after,
.bootstrap-isolated .bootstrap-isolated .btn-toolbar:after,
.bootstrap-isolated .bootstrap-isolated .btn-group-vertical > .btn-group:after,
.bootstrap-isolated .bootstrap-isolated .nav:after,
.bootstrap-isolated .bootstrap-isolated .navbar:after,
.bootstrap-isolated .bootstrap-isolated .navbar-header:after,
.bootstrap-isolated .bootstrap-isolated .navbar-collapse:after,
.bootstrap-isolated .bootstrap-isolated .pager:after,
.bootstrap-isolated .bootstrap-isolated .panel-body:after,
.bootstrap-isolated .bootstrap-isolated .modal-header:after,
.bootstrap-isolated .bootstrap-isolated .modal-footer:after,
.bootstrap-isolated .modal-header:after,
.bootstrap-isolated .modal-footer:after {
  clear: both;
}
.bootstrap-isolated .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-isolated .pull-right {
  float: right !important;
}
.bootstrap-isolated .pull-left {
  float: left !important;
}
.bootstrap-isolated .hide {
  display: none !important;
}
.bootstrap-isolated .show {
  display: block !important;
}
.bootstrap-isolated .invisible {
  visibility: hidden;
}
.bootstrap-isolated .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-isolated .hidden {
  display: none !important;
}
.bootstrap-isolated .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap-isolated .visible-xs,
.bootstrap-isolated .visible-sm,
.bootstrap-isolated .visible-md,
.bootstrap-isolated .visible-lg {
  display: none !important;
}
.bootstrap-isolated .visible-xs-block,
.bootstrap-isolated .visible-xs-inline,
.bootstrap-isolated .visible-xs-inline-block,
.bootstrap-isolated .visible-sm-block,
.bootstrap-isolated .visible-sm-inline,
.bootstrap-isolated .visible-sm-inline-block,
.bootstrap-isolated .visible-md-block,
.bootstrap-isolated .visible-md-inline,
.bootstrap-isolated .visible-md-inline-block,
.bootstrap-isolated .visible-lg-block,
.bootstrap-isolated .visible-lg-inline,
.bootstrap-isolated .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap-isolated .visible-xs {
    display: block !important;
  }
  table.bootstrap-isolated .visible-xs {
    display: table !important;
  }
  tr.bootstrap-isolated .visible-xs {
    display: table-row !important;
  }
  th.bootstrap-isolated .visible-xs,
  td.bootstrap-isolated .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-isolated .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-isolated .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-isolated .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-isolated .visible-sm {
    display: block !important;
  }
  table.bootstrap-isolated .visible-sm {
    display: table !important;
  }
  tr.bootstrap-isolated .visible-sm {
    display: table-row !important;
  }
  th.bootstrap-isolated .visible-sm,
  td.bootstrap-isolated .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-isolated .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-isolated .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-isolated .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-isolated .visible-md {
    display: block !important;
  }
  table.bootstrap-isolated .visible-md {
    display: table !important;
  }
  tr.bootstrap-isolated .visible-md {
    display: table-row !important;
  }
  th.bootstrap-isolated .visible-md,
  td.bootstrap-isolated .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-isolated .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-isolated .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-isolated .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-isolated .visible-lg {
    display: block !important;
  }
  table.bootstrap-isolated .visible-lg {
    display: table !important;
  }
  tr.bootstrap-isolated .visible-lg {
    display: table-row !important;
  }
  th.bootstrap-isolated .visible-lg,
  td.bootstrap-isolated .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-isolated .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-isolated .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-isolated .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-isolated .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-isolated .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-isolated .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-isolated .hidden-lg {
    display: none !important;
  }
}
.bootstrap-isolated .visible-print {
  display: none !important;
}
@media print {
  .bootstrap-isolated .visible-print {
    display: block !important;
  }
  table.bootstrap-isolated .visible-print {
    display: table !important;
  }
  tr.bootstrap-isolated .visible-print {
    display: table-row !important;
  }
  th.bootstrap-isolated .visible-print,
  td.bootstrap-isolated .visible-print {
    display: table-cell !important;
  }
}
.bootstrap-isolated .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-isolated .visible-print-block {
    display: block !important;
  }
}
.bootstrap-isolated .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-isolated .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-isolated .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-isolated .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-isolated .hidden-print {
    display: none !important;
  }
}
.bootstrap-isolated .datepicker {
  border-radius: 4px;
  direction: ltr;
}
.bootstrap-isolated .datepicker-inline {
  width: 220px;
}
.bootstrap-isolated .datepicker-rtl {
  direction: rtl;
}
.bootstrap-isolated .datepicker-rtl.dropdown-menu {
  left: auto;
}
.bootstrap-isolated .datepicker-rtl table tr td span {
  float: right;
}
.bootstrap-isolated .datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.bootstrap-isolated .datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.bootstrap-isolated .datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.bootstrap-isolated .datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.bootstrap-isolated .datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.bootstrap-isolated .datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.bootstrap-isolated .datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.bootstrap-isolated .datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.bootstrap-isolated .datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.bootstrap-isolated .datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.bootstrap-isolated .datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.bootstrap-isolated .datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-isolated .datepicker table tr td,
.bootstrap-isolated .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .bootstrap-isolated .datepicker table tr td,
.table-striped .bootstrap-isolated .datepicker table tr th {
  background-color: transparent;
}
.bootstrap-isolated .datepicker table tr td.old,
.bootstrap-isolated .datepicker table tr td.new {
  color: #777777;
}
.bootstrap-isolated .datepicker table tr td.day:hover,
.bootstrap-isolated .datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-isolated .datepicker table tr td.disabled,
.bootstrap-isolated .datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.bootstrap-isolated .datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.bootstrap-isolated .datepicker table tr td.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.bootstrap-isolated .datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.bootstrap-isolated .datepicker table tr td.highlighted:active,
.bootstrap-isolated .datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.highlighted {
  color: #000;
  background-color: #afd9ee;
  background-image: none;
  border-color: #52addb;
}
.bootstrap-isolated .datepicker table tr td.highlighted:active:hover,
.bootstrap-isolated .datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.highlighted:active:focus,
.bootstrap-isolated .datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.highlighted:active.focus,
.bootstrap-isolated .datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.bootstrap-isolated .datepicker table tr td.highlighted.disabled:hover,
.bootstrap-isolated .datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.highlighted.disabled:focus,
.bootstrap-isolated .datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.highlighted.disabled.focus,
.bootstrap-isolated .datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.bootstrap-isolated .datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000;
}
.bootstrap-isolated .datepicker table tr td.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.bootstrap-isolated .datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.bootstrap-isolated .datepicker table tr td.highlighted:active,
.bootstrap-isolated .datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.bootstrap-isolated .datepicker table tr td.highlighted:active:hover,
.bootstrap-isolated .datepicker table tr td.highlighted.active:hover,
.bootstrap-isolated .datepicker table tr td.highlighted:active:focus,
.bootstrap-isolated .datepicker table tr td.highlighted.active:focus,
.bootstrap-isolated .datepicker table tr td.highlighted:active.focus,
.bootstrap-isolated .datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.bootstrap-isolated .datepicker table tr td.highlighted.disabled:hover,
.bootstrap-isolated .datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.highlighted.disabled:focus,
.bootstrap-isolated .datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.highlighted.disabled.focus,
.bootstrap-isolated .datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.bootstrap-isolated .datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.bootstrap-isolated .datepicker table tr td.highlighted.disabled,
.bootstrap-isolated .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.bootstrap-isolated .datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.bootstrap-isolated .datepicker table tr td.today:focus,
.bootstrap-isolated .datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.bootstrap-isolated .datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.bootstrap-isolated .datepicker table tr td.today:active,
.bootstrap-isolated .datepicker table tr td.today.active,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  background-image: none;
  border-color: #f59e00;
}
.bootstrap-isolated .datepicker table tr td.today:active:hover,
.bootstrap-isolated .datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.today:hover,
.bootstrap-isolated .datepicker table tr td.today:active:focus,
.bootstrap-isolated .datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.today:focus,
.bootstrap-isolated .datepicker table tr td.today:active.focus,
.bootstrap-isolated .datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.bootstrap-isolated .datepicker table tr td.today.disabled:hover,
.bootstrap-isolated .datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.today:hover,
.bootstrap-isolated .datepicker table tr td.today.disabled:focus,
.bootstrap-isolated .datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.today:focus,
.bootstrap-isolated .datepicker table tr td.today.disabled.focus,
.bootstrap-isolated .datepicker table tr td.today[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.bootstrap-isolated .datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000;
}
.bootstrap-isolated .datepicker table tr td.today:focus,
.bootstrap-isolated .datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.bootstrap-isolated .datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.bootstrap-isolated .datepicker table tr td.today:active,
.bootstrap-isolated .datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.bootstrap-isolated .datepicker table tr td.today:active:hover,
.bootstrap-isolated .datepicker table tr td.today.active:hover,
.bootstrap-isolated .datepicker table tr td.today:active:focus,
.bootstrap-isolated .datepicker table tr td.today.active:focus,
.bootstrap-isolated .datepicker table tr td.today:active.focus,
.bootstrap-isolated .datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.bootstrap-isolated .datepicker table tr td.today.disabled:hover,
.bootstrap-isolated .datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.today:hover,
.bootstrap-isolated .datepicker table tr td.today.disabled:focus,
.bootstrap-isolated .datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.today:focus,
.bootstrap-isolated .datepicker table tr td.today.disabled.focus,
.bootstrap-isolated .datepicker table tr td.today[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.bootstrap-isolated .datepicker table tr td.today.focused {
  background: #ffc966;
}
.bootstrap-isolated .datepicker table tr td.today.disabled,
.bootstrap-isolated .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.bootstrap-isolated .datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.bootstrap-isolated .datepicker table tr td.range:focus,
.bootstrap-isolated .datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.bootstrap-isolated .datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.bootstrap-isolated .datepicker table tr td.range:active,
.bootstrap-isolated .datepicker table tr td.range.active,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range {
  color: #000;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #9d9d9d;
}
.bootstrap-isolated .datepicker table tr td.range:active:hover,
.bootstrap-isolated .datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range:hover,
.bootstrap-isolated .datepicker table tr td.range:active:focus,
.bootstrap-isolated .datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range:focus,
.bootstrap-isolated .datepicker table tr td.range:active.focus,
.bootstrap-isolated .datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.bootstrap-isolated .datepicker table tr td.range.disabled:hover,
.bootstrap-isolated .datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range:hover,
.bootstrap-isolated .datepicker table tr td.range.disabled:focus,
.bootstrap-isolated .datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range:focus,
.bootstrap-isolated .datepicker table tr td.range.disabled.focus,
.bootstrap-isolated .datepicker table tr td.range[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.bootstrap-isolated .datepicker table tr td.range .badge {
  color: #eeeeee;
  background-color: #000;
}
.bootstrap-isolated .datepicker table tr td.range:focus,
.bootstrap-isolated .datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.bootstrap-isolated .datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.bootstrap-isolated .datepicker table tr td.range:active,
.bootstrap-isolated .datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.bootstrap-isolated .datepicker table tr td.range:active:hover,
.bootstrap-isolated .datepicker table tr td.range.active:hover,
.bootstrap-isolated .datepicker table tr td.range:active:focus,
.bootstrap-isolated .datepicker table tr td.range.active:focus,
.bootstrap-isolated .datepicker table tr td.range:active.focus,
.bootstrap-isolated .datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.bootstrap-isolated .datepicker table tr td.range.disabled:hover,
.bootstrap-isolated .datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range:hover,
.bootstrap-isolated .datepicker table tr td.range.disabled:focus,
.bootstrap-isolated .datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range:focus,
.bootstrap-isolated .datepicker table tr td.range.disabled.focus,
.bootstrap-isolated .datepicker table tr td.range[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.bootstrap-isolated .datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.bootstrap-isolated .datepicker table tr td.range.disabled,
.bootstrap-isolated .datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted:active,
.bootstrap-isolated .datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #c1d7e3;
  background-image: none;
  border-color: #73a6c0;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted:active:hover,
.bootstrap-isolated .datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.range.highlighted:active:focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted:active.focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted.disabled:hover,
.bootstrap-isolated .datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.range.highlighted.disabled:focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted.disabled.focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted:active,
.bootstrap-isolated .datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted:active:hover,
.bootstrap-isolated .datepicker table tr td.range.highlighted.active:hover,
.bootstrap-isolated .datepicker table tr td.range.highlighted:active:focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted.active:focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted:active.focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted.disabled:hover,
.bootstrap-isolated .datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.range.highlighted.disabled:focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted.disabled.focus,
.bootstrap-isolated .datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.bootstrap-isolated .datepicker table tr td.range.highlighted.disabled,
.bootstrap-isolated .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.bootstrap-isolated .datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.bootstrap-isolated .datepicker table tr td.range.today:focus,
.bootstrap-isolated .datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.bootstrap-isolated .datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.bootstrap-isolated .datepicker table tr td.range.today:active,
.bootstrap-isolated .datepicker table tr td.range.today.active,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range.today {
  color: #000;
  background-color: #f4b747;
  background-image: none;
  border-color: #bf800c;
}
.bootstrap-isolated .datepicker table tr td.range.today:active:hover,
.bootstrap-isolated .datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range.today:hover,
.bootstrap-isolated .datepicker table tr td.range.today:active:focus,
.bootstrap-isolated .datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range.today:focus,
.bootstrap-isolated .datepicker table tr td.range.today:active.focus,
.bootstrap-isolated .datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.bootstrap-isolated .datepicker table tr td.range.today.disabled:hover,
.bootstrap-isolated .datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.today:hover,
.bootstrap-isolated .datepicker table tr td.range.today.disabled:focus,
.bootstrap-isolated .datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.today:focus,
.bootstrap-isolated .datepicker table tr td.range.today.disabled.focus,
.bootstrap-isolated .datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.bootstrap-isolated .datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000;
}
.bootstrap-isolated .datepicker table tr td.range.today:focus,
.bootstrap-isolated .datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.bootstrap-isolated .datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.bootstrap-isolated .datepicker table tr td.range.today:active,
.bootstrap-isolated .datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.bootstrap-isolated .datepicker table tr td.range.today:active:hover,
.bootstrap-isolated .datepicker table tr td.range.today.active:hover,
.bootstrap-isolated .datepicker table tr td.range.today:active:focus,
.bootstrap-isolated .datepicker table tr td.range.today.active:focus,
.bootstrap-isolated .datepicker table tr td.range.today:active.focus,
.bootstrap-isolated .datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.bootstrap-isolated .datepicker table tr td.range.today.disabled:hover,
.bootstrap-isolated .datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.today:hover,
.bootstrap-isolated .datepicker table tr td.range.today.disabled:focus,
.bootstrap-isolated .datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.today:focus,
.bootstrap-isolated .datepicker table tr td.range.today.disabled.focus,
.bootstrap-isolated .datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.bootstrap-isolated .datepicker table tr td.range.today.disabled,
.bootstrap-isolated .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.bootstrap-isolated .datepicker table tr td.selected,
.bootstrap-isolated .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-isolated .datepicker table tr td.selected:focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.selected.focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.bootstrap-isolated .datepicker table tr td.selected:hover,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.bootstrap-isolated .datepicker table tr td.selected:active,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:active,
.bootstrap-isolated .datepicker table tr td.selected.active,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.selected,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #5e5e5e;
  background-image: none;
  border-color: #373737;
}
.bootstrap-isolated .datepicker table tr td.selected:active:hover,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:active:hover,
.bootstrap-isolated .datepicker table tr td.selected.active:hover,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.selected:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.selected.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.selected:active:focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:active:focus,
.bootstrap-isolated .datepicker table tr td.selected.active:focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.selected:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.selected.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.selected:active.focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:active.focus,
.bootstrap-isolated .datepicker table tr td.selected.active.focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.selected.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.bootstrap-isolated .datepicker table tr td.selected.disabled:hover,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.disabled:hover,
.bootstrap-isolated .datepicker table tr td.selected[disabled]:hover,
.bootstrap-isolated .datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.selected.disabled:focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.disabled:focus,
.bootstrap-isolated .datepicker table tr td.selected[disabled]:focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.selected.disabled.focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.disabled.focus,
.bootstrap-isolated .datepicker table tr td.selected[disabled].focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected.focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.bootstrap-isolated .datepicker table tr td.selected .badge,
.bootstrap-isolated .datepicker table tr td.selected.highlighted .badge {
  color: #777777;
  background-color: #fff;
}
.bootstrap-isolated .datepicker table tr td.selected:focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.selected.focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.bootstrap-isolated .datepicker table tr td.selected:hover,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.bootstrap-isolated .datepicker table tr td.selected:active,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:active,
.bootstrap-isolated .datepicker table tr td.selected.active,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.bootstrap-isolated .datepicker table tr td.selected:active:hover,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:active:hover,
.bootstrap-isolated .datepicker table tr td.selected.active:hover,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.active:hover,
.bootstrap-isolated .datepicker table tr td.selected:active:focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:active:focus,
.bootstrap-isolated .datepicker table tr td.selected.active:focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.active:focus,
.bootstrap-isolated .datepicker table tr td.selected:active.focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted:active.focus,
.bootstrap-isolated .datepicker table tr td.selected.active.focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.bootstrap-isolated .datepicker table tr td.selected.disabled:hover,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.disabled:hover,
.bootstrap-isolated .datepicker table tr td.selected[disabled]:hover,
.bootstrap-isolated .datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.selected.disabled:focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.disabled:focus,
.bootstrap-isolated .datepicker table tr td.selected[disabled]:focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.selected.disabled.focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted.disabled.focus,
.bootstrap-isolated .datepicker table tr td.selected[disabled].focus,
.bootstrap-isolated .datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected.focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.bootstrap-isolated .datepicker table tr td.active,
.bootstrap-isolated .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-isolated .datepicker table tr td.active:focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.active.focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrap-isolated .datepicker table tr td.active:hover,
.bootstrap-isolated .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-isolated .datepicker table tr td.active:active,
.bootstrap-isolated .datepicker table tr td.active.highlighted:active,
.bootstrap-isolated .datepicker table tr td.active.active,
.bootstrap-isolated .datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.active,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.bootstrap-isolated .datepicker table tr td.active:active:hover,
.bootstrap-isolated .datepicker table tr td.active.highlighted:active:hover,
.bootstrap-isolated .datepicker table tr td.active.active:hover,
.bootstrap-isolated .datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.active.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.active:active:focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted:active:focus,
.bootstrap-isolated .datepicker table tr td.active.active:focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.active.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.active:active.focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted:active.focus,
.bootstrap-isolated .datepicker table tr td.active.active.focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrap-isolated .datepicker table tr td.active.disabled:hover,
.bootstrap-isolated .datepicker table tr td.active.highlighted.disabled:hover,
.bootstrap-isolated .datepicker table tr td.active[disabled]:hover,
.bootstrap-isolated .datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.active.disabled:focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted.disabled:focus,
.bootstrap-isolated .datepicker table tr td.active[disabled]:focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.active.disabled.focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted.disabled.focus,
.bootstrap-isolated .datepicker table tr td.active[disabled].focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active.focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-isolated .datepicker table tr td.active .badge,
.bootstrap-isolated .datepicker table tr td.active.highlighted .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-isolated .datepicker table tr td.active:focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.active.focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrap-isolated .datepicker table tr td.active:hover,
.bootstrap-isolated .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-isolated .datepicker table tr td.active:active,
.bootstrap-isolated .datepicker table tr td.active.highlighted:active,
.bootstrap-isolated .datepicker table tr td.active.active,
.bootstrap-isolated .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-isolated .datepicker table tr td.active:active:hover,
.bootstrap-isolated .datepicker table tr td.active.highlighted:active:hover,
.bootstrap-isolated .datepicker table tr td.active.active:hover,
.bootstrap-isolated .datepicker table tr td.active.highlighted.active:hover,
.bootstrap-isolated .datepicker table tr td.active:active:focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted:active:focus,
.bootstrap-isolated .datepicker table tr td.active.active:focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted.active:focus,
.bootstrap-isolated .datepicker table tr td.active:active.focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted:active.focus,
.bootstrap-isolated .datepicker table tr td.active.active.focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrap-isolated .datepicker table tr td.active.disabled:hover,
.bootstrap-isolated .datepicker table tr td.active.highlighted.disabled:hover,
.bootstrap-isolated .datepicker table tr td.active[disabled]:hover,
.bootstrap-isolated .datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active.highlighted:hover,
.bootstrap-isolated .datepicker table tr td.active.disabled:focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted.disabled:focus,
.bootstrap-isolated .datepicker table tr td.active[disabled]:focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active.highlighted:focus,
.bootstrap-isolated .datepicker table tr td.active.disabled.focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted.disabled.focus,
.bootstrap-isolated .datepicker table tr td.active[disabled].focus,
.bootstrap-isolated .datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active.focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-isolated .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-isolated .datepicker table tr td span:hover,
.bootstrap-isolated .datepicker table tr td span.focused {
  background: #eeeeee;
}
.bootstrap-isolated .datepicker table tr td span.disabled,
.bootstrap-isolated .datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.bootstrap-isolated .datepicker table tr td span.active,
.bootstrap-isolated .datepicker table tr td span.active:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-isolated .datepicker table tr td span.active:focus,
.bootstrap-isolated .datepicker table tr td span.active:hover:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:focus,
.bootstrap-isolated .datepicker table tr td span.active.focus,
.bootstrap-isolated .datepicker table tr td span.active:hover.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrap-isolated .datepicker table tr td span.active:hover,
.bootstrap-isolated .datepicker table tr td span.active:hover:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-isolated .datepicker table tr td span.active:active,
.bootstrap-isolated .datepicker table tr td span.active:hover:active,
.bootstrap-isolated .datepicker table tr td span.active.disabled:active,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:active,
.bootstrap-isolated .datepicker table tr td span.active.active,
.bootstrap-isolated .datepicker table tr td span.active:hover.active,
.bootstrap-isolated .datepicker table tr td span.active.disabled.active,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.bootstrap-isolated .datepicker table tr td span.active:active:hover,
.bootstrap-isolated .datepicker table tr td span.active:hover:active:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:active:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:active:hover,
.bootstrap-isolated .datepicker table tr td span.active.active:hover,
.bootstrap-isolated .datepicker table tr td span.active:hover.active:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled.active:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:hover,
.bootstrap-isolated .datepicker table tr td span.active:active:focus,
.bootstrap-isolated .datepicker table tr td span.active:hover:active:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:active:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:active:focus,
.bootstrap-isolated .datepicker table tr td span.active.active:focus,
.bootstrap-isolated .datepicker table tr td span.active:hover.active:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.active:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:focus,
.bootstrap-isolated .datepicker table tr td span.active:active.focus,
.bootstrap-isolated .datepicker table tr td span.active:hover:active.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:active.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:active.focus,
.bootstrap-isolated .datepicker table tr td span.active.active.focus,
.bootstrap-isolated .datepicker table tr td span.active:hover.active.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.active.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover,
.bootstrap-isolated .datepicker table tr td span.active:hover.disabled:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled.disabled:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.disabled:hover,
.bootstrap-isolated .datepicker table tr td span.active[disabled]:hover,
.bootstrap-isolated .datepicker table tr td span.active:hover[disabled]:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled[disabled]:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled:hover:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:focus,
.bootstrap-isolated .datepicker table tr td span.active:hover.disabled:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.disabled:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.disabled:focus,
.bootstrap-isolated .datepicker table tr td span.active[disabled]:focus,
.bootstrap-isolated .datepicker table tr td span.active:hover[disabled]:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled[disabled]:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled:hover:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.focus,
.bootstrap-isolated .datepicker table tr td span.active:hover.disabled.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.disabled.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.disabled.focus,
.bootstrap-isolated .datepicker table tr td span.active[disabled].focus,
.bootstrap-isolated .datepicker table tr td span.active:hover[disabled].focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled[disabled].focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-isolated .datepicker table tr td span.active .badge,
.bootstrap-isolated .datepicker table tr td span.active:hover .badge,
.bootstrap-isolated .datepicker table tr td span.active.disabled .badge,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-isolated .datepicker table tr td span.active:focus,
.bootstrap-isolated .datepicker table tr td span.active:hover:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:focus,
.bootstrap-isolated .datepicker table tr td span.active.focus,
.bootstrap-isolated .datepicker table tr td span.active:hover.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrap-isolated .datepicker table tr td span.active:hover,
.bootstrap-isolated .datepicker table tr td span.active:hover:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-isolated .datepicker table tr td span.active:active,
.bootstrap-isolated .datepicker table tr td span.active:hover:active,
.bootstrap-isolated .datepicker table tr td span.active.disabled:active,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:active,
.bootstrap-isolated .datepicker table tr td span.active.active,
.bootstrap-isolated .datepicker table tr td span.active:hover.active,
.bootstrap-isolated .datepicker table tr td span.active.disabled.active,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-isolated .datepicker table tr td span.active:active:hover,
.bootstrap-isolated .datepicker table tr td span.active:hover:active:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:active:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:active:hover,
.bootstrap-isolated .datepicker table tr td span.active.active:hover,
.bootstrap-isolated .datepicker table tr td span.active:hover.active:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled.active:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.active:hover,
.bootstrap-isolated .datepicker table tr td span.active:active:focus,
.bootstrap-isolated .datepicker table tr td span.active:hover:active:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:active:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:active:focus,
.bootstrap-isolated .datepicker table tr td span.active.active:focus,
.bootstrap-isolated .datepicker table tr td span.active:hover.active:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.active:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.active:focus,
.bootstrap-isolated .datepicker table tr td span.active:active.focus,
.bootstrap-isolated .datepicker table tr td span.active:hover:active.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:active.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover:active.focus,
.bootstrap-isolated .datepicker table tr td span.active.active.focus,
.bootstrap-isolated .datepicker table tr td span.active:hover.active.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.active.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover,
.bootstrap-isolated .datepicker table tr td span.active:hover.disabled:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled.disabled:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.disabled:hover,
.bootstrap-isolated .datepicker table tr td span.active[disabled]:hover,
.bootstrap-isolated .datepicker table tr td span.active:hover[disabled]:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled[disabled]:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled:hover:hover,
.bootstrap-isolated .datepicker table tr td span.active.disabled:focus,
.bootstrap-isolated .datepicker table tr td span.active:hover.disabled:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.disabled:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.disabled:focus,
.bootstrap-isolated .datepicker table tr td span.active[disabled]:focus,
.bootstrap-isolated .datepicker table tr td span.active:hover[disabled]:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled[disabled]:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled:hover:focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.focus,
.bootstrap-isolated .datepicker table tr td span.active:hover.disabled.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled.disabled.focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover.disabled.focus,
.bootstrap-isolated .datepicker table tr td span.active[disabled].focus,
.bootstrap-isolated .datepicker table tr td span.active:hover[disabled].focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled[disabled].focus,
.bootstrap-isolated .datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .bootstrap-isolated .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-isolated .datepicker table tr td span.old,
.bootstrap-isolated .datepicker table tr td span.new {
  color: #777777;
}
.bootstrap-isolated .datepicker .datepicker-switch {
  width: 145px;
}
.bootstrap-isolated .datepicker .datepicker-switch,
.bootstrap-isolated .datepicker .prev,
.bootstrap-isolated .datepicker .next,
.bootstrap-isolated .datepicker tfoot tr th {
  cursor: pointer;
}
.bootstrap-isolated .datepicker .datepicker-switch:hover,
.bootstrap-isolated .datepicker .prev:hover,
.bootstrap-isolated .datepicker .next:hover,
.bootstrap-isolated .datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.bootstrap-isolated .datepicker .prev.disabled,
.bootstrap-isolated .datepicker .next.disabled {
  visibility: hidden;
}
.bootstrap-isolated .datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.bootstrap-isolated .input-group.date .input-group-addon {
  cursor: pointer;
}
.bootstrap-isolated .input-daterange {
  width: 100%;
}
.bootstrap-isolated .input-daterange input {
  text-align: center;
}
.bootstrap-isolated .input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.bootstrap-isolated .input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.bootstrap-isolated .input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.bootstrap-isolated.bootstrap-hidden > * {
  display: none;
}
.bootstrap-isolated.bootstrap-hidden > .select2-container--bootstrap.select2-container--open {
  display: block;
}
.bootstrap-isolated tr.disabled {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.bootstrap-isolated tr.disabled .list-group-item-heading {
  color: inherit;
}
.bootstrap-isolated tr.disabled .list-group-item-text {
  color: #777777;
}
.bootstrap-isolated .payment-payme .panel {
  margin-top: 0.5em;
}
.bootstrap-isolated .payment-payme #back-btn {
  display: none;
}
.bootstrap-isolated .payment-payme .panel-footer {
  background-color: transparent;
  border: none;
}
.bootstrap-isolated .alert {
  overflow: hidden;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pac-container {
  z-index: 99999;
}
.modal-backdrop {
  background-color: var(--coing-color-shadow-overlay, #000000);
}
.datepicker.datepicker-dropdown {
  background-color: var(--coing-color-bg, #ffffff);
  color: var(--coing-color-text, #4a4a4a);
}
.datepicker.datepicker-dropdown .day:hover,
.datepicker.datepicker-dropdown .datepicker-switch:hover,
.datepicker.datepicker-dropdown .prev:hover,
.datepicker.datepicker-dropdown .next:hover,
.datepicker.datepicker-dropdown .today:hover {
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.2);
}
.datepicker.datepicker-dropdown .old.day {
  color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2);
}
.datepicker.datepicker-dropdown .active.day,
.datepicker.datepicker-dropdown .active.day:hover {
  border-color: var(--coing-color-text, #4a4a4a);
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 1);
}
.community-approval-content {
  text-align: center;
}
.community-approval-content a,
.community-approval-content a:visited {
  color: var(--coing-color-main, #0279bb);
}
.community-approval-content a.btn-action,
.community-approval-content form {
  margin-top: 1em;
}
.community-approval-content form {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .community-approval-content form {
    width: 100%;
  }
}
.community-approval-content .input-group-phone {
  margin-right: auto;
  margin-left: auto;
}
.profile-logout {
  margin-bottom: 1em;
}
.profile-settings {
  padding: 15px;
}
.profile-settings .form.form-user-settings .image-gray-box {
  height: 10vw;
  width: 10vw;
  min-height: 60px;
  min-width: 60px;
  border-radius: 0.5833rem;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .profile-settings .form.form-user-settings .image-gray-box {
    height: 20vw;
    width: 20vw;
  }
}
.bootstrap-isolated {
  /*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
}
.bootstrap-isolated .modal {
  font-weight: normal;
  letter-spacing: normal;
}
.bootstrap-isolated .modal > * {
  font-size: unset;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated .modal {
    font-size: 0.6889rem;
  }
}
.bootstrap-isolated .modal svg.svg-sprite {
  height: 20px;
}
.bootstrap-isolated .modal h1,
.bootstrap-isolated .modal h2,
.bootstrap-isolated .modal h3,
.bootstrap-isolated .modal h4,
.bootstrap-isolated .modal h5,
.bootstrap-isolated .modal h6,
.bootstrap-isolated .modal .h2,
.bootstrap-isolated .modal .h3,
.bootstrap-isolated .modal .h4 {
  font-weight: bold;
  margin: unset;
}
.bootstrap-isolated .modal h2,
.bootstrap-isolated .modal .h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.4em;
  margin-top: 0.2em;
  color: var(--coing-color-main, #0279bb);
  text-align: center;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated .modal h2,
  .bootstrap-isolated .modal .h2 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0.2em;
  }
}
.bootstrap-isolated .modal h3,
.bootstrap-isolated .modal .h3 {
  font-size: 1em;
  line-height: 1.2;
}
.bootstrap-isolated .modal .pull-start {
  float: right !important;
}
.bootstrap-isolated .modal .pull-end {
  float: left !important;
}
[dir="ltr"] .bootstrap-isolated .modal .pull-start {
  float: left !important;
}
[dir="ltr"] .bootstrap-isolated .modal .pull-end {
  float: right !important;
}
.bootstrap-isolated .modal .badge {
  background-color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.6);
}
.bootstrap-isolated .modal form .checkbox label,
.bootstrap-isolated .modal form .form-group .control-label,
.bootstrap-isolated .modal form .control-label {
  font-size: 1em;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated .modal form .checkbox label,
  .bootstrap-isolated .modal form .form-group .control-label,
  .bootstrap-isolated .modal form .control-label {
    font-size: 1.2em;
  }
}
.bootstrap-isolated .modal form .checkbox label + input.checkbox,
.bootstrap-isolated .modal form .form-group .control-label + input.checkbox,
.bootstrap-isolated .modal form .control-label + input.checkbox {
  float: right;
  display: block;
  margin: 3px 0 0 7px;
}
.bootstrap-isolated .modal .modal-header {
  padding: 20px;
}
.bootstrap-isolated .modal .modal-header.with-icon {
  padding-top: 40px;
  padding-bottom: 10px;
}
.bootstrap-isolated .modal .modal-header a {
  padding: unset;
}
.bootstrap-isolated .modal .modal-header button.close,
.bootstrap-isolated .modal .modal-header svg.title-icon {
  position: fixed;
  top: 0;
  margin-top: 0.5rem;
  opacity: 60%;
}
.bootstrap-isolated .modal .modal-header button.close {
  right: 0;
  margin-right: 0.5rem;
  opacity: 60%;
  border: none;
  background-color: transparent;
  text-shadow: none;
}
.bootstrap-isolated .modal .modal-header button.close:hover {
  opacity: 100%;
}
.bootstrap-isolated .modal .modal-header svg.title-icon {
  left: 0;
  margin-left: 0.5rem;
}
.bootstrap-isolated .modal .modal-content {
  background-color: var(--coing-color-bg, #ffffff);
  color: var(--coing-color-text, #4a4a4a);
  border-color: var(--coing-color-text, #4a4a4a);
}
.bootstrap-isolated .modal .modal-body {
  padding: 20px;
  font-size: 0.8em;
}
.bootstrap-isolated .modal .modal-body .modal-intro {
  margin-bottom: 0.8em;
}
.bootstrap-isolated .modal .modal-body .required-info {
  font-weight: 600;
  font-size: 0.75em;
}
.bootstrap-isolated .modal .modal-body .required-info:before {
  content: '*';
  text-shadow: 1px 1px 4px var(--coing-color-main, #0279bb);
  color: var(--coing-color-main, #0279bb);
  padding: 0 5px;
}
.bootstrap-isolated .modal .modal-body .edit-group-form .required-info {
  margin: 10px 0 0;
}
.bootstrap-isolated .modal .modal-body .edit-group-form .required-info:before {
  text-shadow: none;
  color: #ff0000;
}
.bootstrap-isolated .modal .modal-body .edit-group-form .help-block {
  font-weight: 600;
  font-size: 0.75em;
  color: var(--coing-color-rgb-shadow-box, 0, 0, 0);
}
.bootstrap-isolated .modal .modal-body .edit-group-form .help-block.required:after {
  content: '*';
  color: #ff0000;
  padding: 0 5px;
}
.bootstrap-isolated .modal .modal-body .edit-group-form .help-block-error {
  color: var(--coing-color-alert, #a31717);
}
.bootstrap-isolated .modal .modal-body .edit-group-form .checkbox {
  margin: 11px 0 15px;
}
.bootstrap-isolated .modal .modal-body .edit-group-form .ticket-row {
  padding-top: 15px;
  border-top: 1px solid #BCBCBC;
}
.bootstrap-isolated .modal .modal-footer {
  display: flex;
  justify-content: center;
}
.bootstrap-isolated .modal .modal-footer .btn {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.6889rem;
  border-radius: 0.759em;
  margin-inline-start: 0.5rem;
  font-weight: 600;
}
.bootstrap-isolated .modal .modal-footer .btn.btn-alert {
  background-color: var(--coing-color-alert, #a31717);
  color: var(--coing-color-bg, #ffffff);
}
.bootstrap-isolated .modal .modal-footer .btn.btn-main,
.bootstrap-isolated .modal .modal-footer .btn.btn-ok {
  background-color: var(--coing-color-main, #0279bb);
  color: var(--coing-color-bg, #ffffff);
}
.bootstrap-isolated .modal .modal-footer .btn.btn-main.inverted {
  background-color: var(--coing-color-bg, #ffffff);
  color: var(--coing-color-main, #0279bb);
  border: 0.1em solid var(--coing-color-main, #0279bb);
}
.bootstrap-isolated .modal .modal-footer .btn.btn-main.inverted:hover,
.bootstrap-isolated .modal .modal-footer .btn.btn-main.inverted:focus {
  color: var(--coing-color-main, #0279bb);
}
.bootstrap-isolated .modal .modal-footer .btn.btn-close,
.bootstrap-isolated .modal .modal-footer .btn.btn-action {
  color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.6);
  background-color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
}
.bootstrap-isolated .modal .modal-footer .btn.btn-close:hover,
.bootstrap-isolated .modal .modal-footer .btn.btn-action:hover,
.bootstrap-isolated .modal .modal-footer .btn.btn-close:focus,
.bootstrap-isolated .modal .modal-footer .btn.btn-action:focus {
  color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.6);
}
.bootstrap-isolated .modal .modal-footer .btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.759em;
  opacity: 0;
  background-color: rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
}
.bootstrap-isolated .modal .modal-footer .btn:hover,
.bootstrap-isolated .modal .modal-footer .btn:focus {
  color: var(--coing-color-bg, #ffffff);
}
.bootstrap-isolated .modal .modal-footer .btn:hover:before,
.bootstrap-isolated .modal .modal-footer .btn:focus:before {
  opacity: 1;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated .modal .modal-footer .btn {
    border-radius: 100px;
  }
  .bootstrap-isolated .modal .modal-footer .btn:before {
    border-radius: 100px;
  }
}
.bootstrap-isolated .confirm-modal {
  z-index: 9999999;
}
.bootstrap-isolated .confirm-modal .modal-header {
  text-align: center;
  color: var(--coing-color-main, #0279bb);
  font-weight: 800;
  font-size: 1.2em;
  padding: 15px;
}
.bootstrap-isolated .confirm-modal#confirm-delete-resource .modal-header {
  color: var(--coing-color-alert, #a31717);
}
.bootstrap-isolated .confirm-modal .modal-body {
  font-size: unset;
  padding: 15px;
}
@media (max-width: 400px) and (orientation: portrait) {
}
.bootstrap-isolated .confirm-modal .modal-footer {
  text-align: center;
}
@media (max-width: 400px) and (orientation: portrait) {
  .bootstrap-isolated .confirm-modal .modal-footer .btn.btn-action {
    font-size: 0.769em;
  }
}
.bootstrap-isolated .confirm-modal label {
  font-weight: normal;
  font-size: smaller;
}
.bootstrap-isolated .common-image-cropper .image-preview {
  width: 100%;
}
.bootstrap-isolated .common-image-cropper .cropper-controls .control-slider,
.bootstrap-isolated .common-image-cropper .cropper-controls .control-buttons {
  margin-top: 10px;
}
.bootstrap-isolated .checkbox label {
  margin-top: unset;
  margin-inline-start: 20px;
}
[dir="rtl"] .bootstrap-isolated .checkbox label input[type="checkbox"] {
  margin-right: -20px;
  margin-left: unset;
}
.bootstrap-isolated .edit-dialog .modal-body {
  padding: 0 20px 20px;
  font-size: 16px;
}
.bootstrap-isolated .edit-dialog .modal-body h3 {
  color: var(--coing-color-main, #0279bb);
}
.bootstrap-isolated .edit-dialog .modal-body .nav-tabs {
  margin: 0 -20px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
}
.bootstrap-isolated .edit-dialog .modal-body .nav-tabs > li {
  float: none;
  margin: 0;
}
.bootstrap-isolated .edit-dialog .modal-body .nav-tabs > li > a {
  margin: 0;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #424242;
}
.bootstrap-isolated .edit-dialog .modal-body .nav-tabs > li > a:focus,
.bootstrap-isolated .edit-dialog .modal-body .nav-tabs > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.bootstrap-isolated .edit-dialog .modal-body .nav-tabs > li.active > a {
  border-bottom-color: #3DC0F4;
}
.bootstrap-isolated .edit-dialog .modal-body .tab-content {
  padding: 20px 0 0;
}
.bootstrap-isolated .edit-dialog .modal-header {
  border-bottom: none;
}
.bootstrap-isolated .edit-dialog .modal-header h2 {
  font-size: 1rem;
  text-align: center;
  color: var(--coing-color-main, #0279bb);
}
.bootstrap-isolated .edit-dialog .modal-header ul.nav-pills {
  max-height: 3.3rem;
  overflow: hidden;
}
.bootstrap-isolated .edit-dialog .modal-header ul.nav-pills li {
  float: none;
}
.bootstrap-isolated .edit-dialog .modal-header ul.nav-pills li a,
.bootstrap-isolated .edit-dialog .modal-header ul.nav-pills li a:hover {
  cursor: unset;
  padding: unset;
  text-decoration: none;
  background-color: transparent;
  color: var(--coing-color-main, #0279bb);
}
.bootstrap-isolated .edit-dialog .trumbowyg-box {
  margin-top: 0;
}
.bootstrap-isolated .edit-dialog .text-center {
  text-align: center;
  width: auto;
}
.bootstrap-isolated .edit-dialog .flex-row {
  display: flex;
  align-items: center;
}
.bootstrap-isolated .edit-dialog .flex-row > * {
  flex-shrink: 0;
  max-width: 100%;
  padding: 5px 10px;
}
.bootstrap-isolated .edit-dialog .flex-row .edit-mode__label {
  flex-grow: 1;
  max-width: 480px;
}
.bootstrap-isolated .edit-dialog .align-items-start {
  align-items: flex-start !important;
}
.bootstrap-isolated .edit-dialog .edit-mode__label {
  font-size: 18px;
  font-weight: 700;
  color: #BCBCBC;
}
.bootstrap-isolated .edit-dialog .edit-mode__label .icon {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-image: url(../images/icon_text_input.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
}
.bootstrap-isolated .edit-dialog .edit-mode__label.long_text_input_ .icon {
  background-image: url(../images/icon_long_text_input.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.single_choice_ .icon {
  background-image: url(../images/icon_single_choice.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.multi_choice_ .icon {
  background-image: url(../images/icon_multi_choice.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.big_singlechoice_ .icon {
  background-image: url(../images/icon_big_singlechoice.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.document_ .icon {
  background-image: url(../images/icon_document.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.date_ .icon {
  background-image: url(../images/icon_date.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.url-type .icon {
  background-image: url(../images/url-type.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.payment-type .icon {
  background-image: url(../images/payment-type.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.photo-type .icon {
  background-image: url(../images/photo-type.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.gallery-type .icon {
  background-image: url(../images/gallery-type.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.cover-type .icon {
  background-image: url(../images/cover-type.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.ticket-type .icon {
  background-image: url(../images/ticket-type.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.count-type .icon {
  background-image: url(../images/count-type.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.tag-type .icon {
  background-image: url(../images/tag-type.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.title-type .icon {
  background-image: url(../images/title-type.svg);
}
.bootstrap-isolated .edit-dialog .edit-mode__label.email-type .icon {
  background-image: url(../images/email-type.svg);
}
.bootstrap-isolated .edit-dialog .option {
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  padding: 0 5px;
  margin: 0 0 10px;
}
.bootstrap-isolated .edit-dialog .option .glyphicon {
  color: var(--coing-color-text, #4a4a4a);
}
.bootstrap-isolated .edit-dialog .option .glyphicon-eye-close {
  color: #BCBCBC;
}
.bootstrap-isolated .edit-dialog .option .toggle-show-option.disabled {
  cursor: default;
}
.bootstrap-isolated .edit-dialog .option .toggle-show-option.disabled .glyphicon {
  color: var(--coing-color-main, #0279bb);
}
.bootstrap-isolated .edit-dialog .option .edit-option {
  cursor: pointer;
}
.bootstrap-isolated .edit-dialog .option .edit-option-form {
  display: none;
  padding: 10px 5px;
}
.bootstrap-isolated .edit-dialog .option .edit-option-form .form-control {
  margin: 0 0 10px;
}
.bootstrap-isolated .edit-dialog .option .edit-option-form .form-control.for-label {
  border-radius: 0;
  border-width: 0 0 1px 0;
  box-shadow: none;
}
.bootstrap-isolated .edit-dialog .option .edit-option-form .form-control.for-label.bold {
  font-weight: 700;
}
.bootstrap-isolated .edit-dialog .option .edit-option-form .trumbowyg-box {
  min-height: auto;
}
.bootstrap-isolated .edit-dialog .option .edit-option-form .trumbowyg-editor,
.bootstrap-isolated .edit-dialog .option .edit-option-form .trumbowyg-textarea {
  min-height: 130px;
}
.bootstrap-isolated .edit-dialog .option .option_icon {
  width: 36px;
}
.bootstrap-isolated .edit-dialog .option.editable .flex-row {
  display: none;
}
.bootstrap-isolated .edit-dialog .option.editable .edit-option-form {
  display: block;
}
.bootstrap-isolated .edit-dialog .option.show .edit-mode__label {
  color: var(--coing-color-text, #4a4a4a);
}
.bootstrap-isolated .edit-dialog .option button.close {
  right: 6px;
  opacity: 60%;
  border: none;
  background-color: transparent;
  text-shadow: none;
  position: absolute;
  top: 6px;
}
.bootstrap-isolated .edit-dialog .option button.close .svg-sprite {
  height: 15px;
}
.bootstrap-isolated .edit-dialog .option button.close:hover {
  opacity: 100%;
}
.bootstrap-isolated .edit-dialog form .view-mode,
.bootstrap-isolated .edit-dialog form .edit-mode {
  max-width: 600px;
  margin: 0 auto;
}
.bootstrap-isolated .edit-dialog form .view-mode {
  display: block;
}
.bootstrap-isolated .edit-dialog form .edit-mode {
  display: none;
}
.bootstrap-isolated .edit-dialog form .display-link {
  display: none;
}
.bootstrap-isolated .edit-dialog form.editable .edit-link,
.bootstrap-isolated .edit-dialog form.editable .view-mode {
  display: none;
}
.bootstrap-isolated .edit-dialog form.editable .display-link {
  display: inline-block;
}
.bootstrap-isolated .edit-dialog form.editable .edit-mode {
  display: block;
}
.bootstrap-isolated .edit-dialog .draggable-tags .edit-mode__label {
  display: flex;
  align-items: center;
}
.bootstrap-isolated .edit-dialog .draggable-tags .edit-mode__label:before {
  content: '.. .. ..';
  display: block;
  width: 12px;
  white-space: normal;
  line-height: 5px;
  text-align: right;
  height: 22px;
  opacity: 0;
  transition: all 150ms linear;
}
.bootstrap-isolated .edit-dialog .draggable-tags .edit-mode__label .required:after {
  content: '*';
  text-shadow: 1px 1px 4px var(--coing-color-main, #0279bb);
  color: var(--coing-color-main, #0279bb);
  padding: 0 2px;
}
.bootstrap-isolated .edit-dialog .draggable-tags .draggable-tag[draggable="true"] .edit-mode__label {
  cursor: move;
}
.bootstrap-isolated .edit-dialog .draggable-tags.dragging > .draggable-tag:not(.selected):before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.bootstrap-isolated .edit-dialog .draggable-tags.dragging > .draggable-tag.selected {
  border-color: #3DC0F4;
  box-shadow: 0 0 5px #3dc0f4;
}
.bootstrap-isolated .edit-dialog .draggable-tags.dragging > .draggable-tag.selected .edit-mode__label:before {
  opacity: 1;
}
.bootstrap-isolated .edit-dialog .draggable-tags:not(.dragging) > .draggable-tag[draggable="true"] {
  transition: all 150ms linear;
}
.bootstrap-isolated .edit-dialog .draggable-tags:not(.dragging) > .draggable-tag[draggable="true"]:hover {
  border-color: #3DC0F4;
  box-shadow: 0 0 5px #3dc0f4;
}
.bootstrap-isolated .edit-dialog .draggable-tags:not(.dragging) > .draggable-tag[draggable="true"]:hover .edit-mode__label:before {
  opacity: 1;
}
.bootstrap-isolated .edit-dialog .for-admin .control-label {
  color: var(--coing-color-main, #0279bb);
}
.bootstrap-isolated .edit-dialog .checkbox label {
  display: block;
}
.bootstrap-isolated .edit-dialog .edit-mode__badge {
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  padding: 0px 5px;
  margin: 0 10px;
}
.bootstrap-isolated .edit-dialog .edit-mode__badge.badge_user {
  color: #ff6250;
  border-color: #ff6250;
}
.bootstrap-isolated .edit-dialog .edit-mode__badge.badge_community {
  color: #4a7bfd;
  border-color: #4a7bfd;
}
.bootstrap-isolated .edit-dialog .edit-mode__badge.badge_event {
  color: #00b18c;
  border-color: #00b18c;
}
.bootstrap-isolated .edit-dialog .edit-mode__badge.badge_plus {
  color: #4a7bfd;
  border-color: #4a7bfd;
}
.bootstrap-isolated .edit-dialog .form-control[type="file"] {
  height: auto;
}
.bootstrap-isolated .edit-dialog .marker-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.bootstrap-isolated .edit-dialog .marker-item > div {
  width: 19%;
  display: flex;
  justify-content: center;
  position: relative;
}
.bootstrap-isolated .edit-dialog .marker-item input[type="file"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
}
.bootstrap-isolated .edit-dialog .marker-item svg {
  height: initial;
  width: 40px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}
.bootstrap-isolated .edit-dialog .marker-item input[type="checkbox"] {
  width: 34px;
  margin: 0;
}
.bootstrap-isolated .edit-dialog .marker-item input[type="color"] {
  padding: 0;
  margin: 0;
}
.bootstrap-isolated #authTypesModal .modal-header h2.terms_tab {
  margin-bottom: unset;
}
.bootstrap-isolated #authTypesModal .back-btn {
  font-size: 0.667rem;
  line-height: 1.2em;
  color: var(--coing-color-text, #4a4a4a);
}
.bootstrap-isolated #authTypesModal .back-btn:focus,
.bootstrap-isolated #authTypesModal .back-btn:hover {
  color: var(--coing-color-main, #0279bb);
}
[dir="ltr"] .bootstrap-isolated #authTypesModal .back-btn i {
  transform: scaleX(-1);
}
.bootstrap-isolated #authTypesModal .modal-padding {
  display: block;
  position: relative;
  padding: 15px;
}
.bootstrap-isolated #authTypesModal .modal-padding h1,
.bootstrap-isolated #authTypesModal .modal-padding h2,
.bootstrap-isolated #authTypesModal .modal-padding h3,
.bootstrap-isolated #authTypesModal .modal-padding h4,
.bootstrap-isolated #authTypesModal .modal-padding .h2,
.bootstrap-isolated #authTypesModal .modal-padding .h3,
.bootstrap-isolated #authTypesModal .modal-padding .h4 {
  text-align: center;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-header {
  border: none;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-header h3,
.bootstrap-isolated #authTypesModal .modal-padding .modal-header .h3 {
  display: block;
  font-size: 0.8333rem;
  line-height: 1.2em;
  margin: 0.5em auto 0;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-footer {
  border: none;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-footer .btn {
  outline: none;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body {
  text-align: center;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form {
  width: 370px;
  max-width: 90%;
  margin: 20px auto;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .custom-input-group {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  font-size: 0;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form input,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form select {
  display: inline-block;
  height: 1.667rem;
  background-color: var(--coing-color-bg, #ffffff);
  border: solid 1px var(--coing-color-text, #4a4a4a);
  border-radius: 6px;
  font-size: 0.75rem;
  line-height: 1em;
  padding: 0.458rem;
  box-sizing: border-box;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form input.error,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form select.error {
  color: var(--coing-color-alert, #a31717) !important;
  border-color: var(--coing-color-alert, #a31717) !important;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form input.error::placeholder,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form select.error::placeholder,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form input.error::-webkit-input-placeholder,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form select.error::-webkit-input-placeholder,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form input.error::-moz-placeholder,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form select.error::-moz-placeholder,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form input.error:-ms-input-placeholder,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form select.error:-ms-input-placeholder,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form input.error:-moz-placeholder,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form select.error:-moz-placeholder {
  color: var(--coing-color-alert, #a31717) !important;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form input {
  -webkit-appearance: none;
  appearance: none;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .input-group-phone {
  direction: ltr;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .input-group-phone select {
  width: 30%;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 1.75em;
}
@media (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .input-group-phone select {
    padding-left: 1.2em;
    width: 40%;
  }
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .input-group-phone select + input {
  width: 70%;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .input-group-phone select + input {
    width: 60%;
  }
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .input-group-phone:after {
  content: "\276F";
  display: block;
  position: absolute;
  left: 0.5em;
  top: 0.65em;
  font-size: 0.75rem;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  z-index: 2;
  pointer-events: none;
  touch-action: none;
  transform: rotate(90deg);
}
@media (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .input-group-phone:after {
    font-size: 0.5rem;
    top: 1.2em;
  }
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form button,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .btn {
  margin: 0.91667rem auto 0;
  height: 2rem;
  width: 100%;
  background-color: var(--coing-color-bg, #ffffff);
  border: solid 1px var(--coing-color-main, #0279bb);
  color: var(--coing-color-text, #4a4a4a);
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1em;
  padding: 0.5rem;
  outline: none;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form button:before,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .btn:before {
  display: none;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form button:focus,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .btn:focus,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form button:hover,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .btn:hover {
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .login_sms_verify_digits {
  display: flex;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  direction: ltr;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .login_sms_verify_digits label {
  width: 0;
  height: 0;
  font-size: 0;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .login_sms_verify_digits .login-sms-digit {
  display: block;
  position: relative;
  width: 2rem;
  height: 2.6rem;
  background: none;
  border: none;
  border-bottom: solid 2px var(--coing-color-text, #4a4a4a);
  font-size: 1.2rem;
  margin: 0 0.3rem;
  padding: 0.7rem 0.4rem;
  border-radius: 0;
  text-align: center;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .login_sms_verify_digits .login-sms-digit:focus {
  outline: none;
  border-radius: 3px;
  box-shadow: 0 0 5px var(--coing-color-main, #0279bb);
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form .login_sms_verify_digits .login-sms-digit.filled {
  border-color: var(--coing-color-main, #0279bb);
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form #login_sms_resend_container {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 1rem auto 0;
  padding: 0.25rem;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form #login_sms_resend_container .login_sms_resend:focus,
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form #login_sms_resend_container .login_sms_resend:hover {
  text-decoration: underline;
  font-weight: bold;
}
.bootstrap-isolated #authTypesModal .modal-padding .modal-body .form #login_sms_resend_container.disabled .login_sms_resend {
  pointer-events: none;
  touch-action: none;
  opacity: 0.75;
  filter: saturate(0.75);
}
.bootstrap-isolated #authTypesModal .modal-padding.bg-colored {
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
}
.bootstrap-isolated #authTypesModal .modal-padding + .modal-padding {
  padding-top: 0;
}
.bootstrap-isolated #authTypesModal .modal-body .wa-auth-text {
  margin-top: 10px;
}
.bootstrap-isolated #authTypesModal .modal-body .auth-icon {
  font-size: 1.2em;
  display: inline-table;
}
.bootstrap-isolated #authTypesModal .modal-body .checkbox label {
  padding-inline-start: 30px;
}
.bootstrap-isolated #authTypesModal .modal-body .checkbox input[type=checkbox] {
  margin-inline-start: -30px;
  margin-top: 0.1rem;
  width: 0.75rem;
  height: 0.75rem;
}
.bootstrap-isolated #authTypesModal .modal-body .checkbox label {
  position: relative;
}
.bootstrap-isolated #authTypesModal .modal-body .btn {
  width: 100%;
  color: white;
  padding: 8px;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 0.21em 0.526em 0 rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.2);
}
@media (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated #authTypesModal .modal-body .btn {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.bootstrap-isolated #authTypesModal .modal-body .btn img {
  width: 32px;
  position: absolute;
  right: 25px;
  height: unset;
}
@media (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated #authTypesModal .modal-body .btn img {
    width: 24px;
    right: 15px;
  }
}
[dir="ltr"] .bootstrap-isolated #authTypesModal .modal-body .btn img {
  right: auto;
  left: 25px;
}
@media (max-width: 767px) and (orientation: portrait) {
  [dir="ltr"] .bootstrap-isolated #authTypesModal .modal-body .btn img {
    right: auto;
    left: 15px;
  }
}
.bootstrap-isolated #authTypesModal .modal-body .btn.auth-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--coing-color-bg, #ffffff);
  color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.8);
  border-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 1);
  border-radius: 6px;
}
.bootstrap-isolated #authTypesModal .modal-body .btn.auth-icon:focus,
.bootstrap-isolated #authTypesModal .modal-body .btn.auth-icon:hover {
  outline: none;
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
  color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 1);
  border-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 1);
}
.bootstrap-isolated #authTypesModal .terms-content {
  height: 500px;
  overflow-y: scroll;
  word-break: break-word;
}
.bootstrap-isolated #authTypesModal .terms-content h1,
.bootstrap-isolated #authTypesModal .terms-content h2,
.bootstrap-isolated #authTypesModal .terms-content h3,
.bootstrap-isolated #authTypesModal .terms-content h4 {
  color: var(--coing-color-text, #4a4a4a);
  font-size: 1.2em;
}
.bootstrap-isolated #authTypesModal .terms-content::-webkit-scrollbar {
  display: none;
}
.bootstrap-isolated #authTypesModal .terms-content-title {
  display: block;
}
.bootstrap-isolated #authTypesModal .blue-panel {
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
  padding: 20px 40px;
}
@media only screen and (max-width: 992px) {
  .bootstrap-isolated #authTypesModal .blue-panel {
    padding: 10px;
  }
}
.bootstrap-isolated .subscribeModal .row {
  padding: 0.2rem 0;
}
.bootstrap-isolated .subscribeModal .row div {
  vertical-align: middle;
}
.bootstrap-isolated .subscribeModal .row div .price-field {
  vertical-align: middle;
}
.bootstrap-isolated .subscribeModal .row div .price-field::before {
  content: var(--coing-currency-sign, '');
}
.bootstrap-isolated .subscribeModal .row .tickets-sold-out {
  float: right;
  text-align: right;
}
.bootstrap-isolated .subscribeModal .row .tickets-sold-out.badge {
  margin: 0;
}
.bootstrap-isolated .subscribeModal .row .payment-total-text {
  float: right;
  text-align: right;
  vertical-align: middle;
}
.bootstrap-isolated .subscribeModal .membership-required {
  text-align: center;
  margin-top: 16px;
}
.bootstrap-isolated .subscribeModal .subscribe-ticket-desc {
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .bootstrap-isolated .subscribeModal .ticket-count-input {
    padding: 2px;
    line-height: 1.1;
    width: 40px;
    margin-left: -8px;
    height: 25px;
  }
  .bootstrap-isolated .subscribeModal .price-field-input {
    line-height: 25px;
  }
}
.bootstrap-isolated .add-new-option-place {
  position: relative;
  text-align: left;
  margin: 0 0 10px;
}
.bootstrap-isolated .add-new-option-place__button:focus,
.bootstrap-isolated .add-new-option-place__button.focus {
  outline: none;
}
.bootstrap-isolated .add-new-option-place__modal {
  position: absolute;
  background: white;
  z-index: 1;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  padding: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: none;
  text-align: right;
}
.bootstrap-isolated .add-new-option-place__modal .edit-mode__badge {
  font-size: 16px;
  line-height: 20px;
}
.bootstrap-isolated .add-new-option-place.open .add-new-option-place__modal {
  display: block;
}
.bootstrap-isolated .add-new-option-place__title {
  color: #424242;
  font-weight: 600;
}
.bootstrap-isolated .add-new-option-place__subtitle {
  color: #424242;
  font-weight: 600;
}
.bootstrap-isolated .add-new-option-place__link {
  display: block;
  text-decoration: none;
  color: #424242;
  padding: 3px 0;
  margin: 0 -5px;
}
.bootstrap-isolated .add-new-option-place__link::before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(../images/icon_text_input.svg);
  background-position: center;
  background-size: contain;
  margin: 0 5px;
  vertical-align: bottom;
}
.bootstrap-isolated .add-new-option-place__link.long_text_input_::before {
  background-image: url(../images/icon_long_text_input.svg);
}
.bootstrap-isolated .add-new-option-place__link.single_choice_::before {
  background-image: url(../images/icon_single_choice.svg);
}
.bootstrap-isolated .add-new-option-place__link.multi_choice_::before {
  background-image: url(../images/icon_multi_choice.svg);
}
.bootstrap-isolated .add-new-option-place__link.big_singlechoice_::before {
  background-image: url(../images/icon_big_singlechoice.svg);
}
.bootstrap-isolated .add-new-option-place__link.document_::before {
  background-image: url(../images/icon_document.svg);
}
.bootstrap-isolated .add-new-option-place__link.date_::before {
  background-image: url(../images/icon_date.svg);
}
.bootstrap-isolated .add-new-option-place__link.disabled {
  opacity: 0.4;
  cursor: default;
}
.bootstrap-isolated .add-new-option-place__link.disabled:hover,
.bootstrap-isolated .add-new-option-place__link.disabled:focus {
  text-decoration: none;
}
.bootstrap-isolated .add-new-option-place .flex-row {
  flex-wrap: wrap;
}
.bootstrap-isolated .edit-dialog .modal-body h3.add-new-option-place__title,
.bootstrap-isolated .edit-dialog .modal-body h3.add-new-option-place__subtitle {
  color: #424242;
}
.bootstrap-isolated .edit-dialog .modal-body h3.add-new-option-place__title {
  color: #424242;
  font-size: 1.375em;
}
.bootstrap-isolated .ticket-container {
  margin-left: -7px;
  margin-right: -7px;
}
.bootstrap-isolated .ticket-row {
  display: flex;
  flex-wrap: wrap;
}
.bootstrap-isolated .ticket-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.bootstrap-isolated .ticket-row > [class^="col-"] {
  padding-right: 7px;
  padding-left: 7px;
}
.bootstrap-isolated .col {
  flex: 1 0 0%;
}
.bootstrap-isolated .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.bootstrap-isolated .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.bootstrap-isolated .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap-isolated .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.bootstrap-isolated .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.bootstrap-isolated .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap-isolated .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.bootstrap-isolated .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.bootstrap-isolated .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.bootstrap-isolated .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.bootstrap-isolated .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.bootstrap-isolated .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated .col-xs-12 {
    width: 100%;
  }
  .bootstrap-isolated .col-xs-11 {
    width: 91.66666667%;
  }
  .bootstrap-isolated .col-xs-10 {
    width: 83.33333333%;
  }
  .bootstrap-isolated .col-xs-9 {
    width: 75%;
  }
  .bootstrap-isolated .col-xs-8 {
    width: 66.66666667%;
  }
  .bootstrap-isolated .col-xs-7 {
    width: 58.33333333%;
  }
  .bootstrap-isolated .col-xs-6 {
    width: 50%;
  }
  .bootstrap-isolated .col-xs-5 {
    width: 41.66666667%;
  }
  .bootstrap-isolated .col-xs-4 {
    width: 33.33333333%;
  }
  .bootstrap-isolated .col-xs-3 {
    width: 25%;
  }
  .bootstrap-isolated .col-xs-2 {
    width: 16.66666667%;
  }
  .bootstrap-isolated .col-xs-1 {
    width: 8.33333333%;
  }
  .bootstrap-isolated .order-xs-1 {
    order: 1;
  }
  .bootstrap-isolated .order-xs-2 {
    order: 2;
  }
  .bootstrap-isolated .order-xs-3 {
    order: 3;
  }
  .bootstrap-isolated .order-xs-4 {
    order: 4;
  }
  .bootstrap-isolated .order-xs-5 {
    order: 5;
  }
  .bootstrap-isolated .order-xs-6 {
    order: 6;
  }
}
.bootstrap-isolated #confirm-unsubscribe .modal-dialog {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.bootstrap-isolated .form {
  max-width: 90%;
}
.bootstrap-isolated .btn.btn-form-input {
  height: 34px;
}
.bootstrap-isolated .btn.btn-form-input .glyphicon {
  line-height: inherit;
}
.bootstrap-isolated .btn.btn-tags {
  border-radius: 20px;
  font-weight: bold;
  color: var(--coing-color-main, #0279bb);
  background-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
  border-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.1);
  margin: 0.1rem 0.01rem;
}
.bootstrap-isolated .btn.btn-tags.active {
  color: var(--coing-color-bg, #ffffff);
  background-color: var(--coing-color-main, #0279bb);
  border-color: var(--coing-color-main, #0279bb);
}
.bootstrap-isolated .btn.btn-main {
  font-weight: 600;
}
.bootstrap-isolated .btn.btn-dark:hover,
.bootstrap-isolated .btn.btn-main:hover {
  color: var(--coing-color-bg, #ffffff);
}
.bootstrap-isolated form .form-section,
.bootstrap-isolated .form .form-section {
  margin-bottom: 10px;
}
.bootstrap-isolated form .form-section:not(:has( > :not(.hidden))),
.bootstrap-isolated .form .form-section:not(:has( > :not(.hidden))) {
  display: none;
}
.bootstrap-isolated form label.control-label.admin-only,
.bootstrap-isolated .form label.control-label.admin-only,
.bootstrap-isolated form .form-group[data-adminonly="1"] label,
.bootstrap-isolated .form .form-group[data-adminonly="1"] label {
  color: var(--coing-color-main, #0279bb);
}
.bootstrap-isolated form p.help-block-error,
.bootstrap-isolated .form p.help-block-error {
  font-size: 0.6rem;
  font-style: italic;
  color: var(--coing-color-alert, #a31717);
}
.bootstrap-isolated form .form-group.required > label:after,
.bootstrap-isolated .form .form-group.required > label:after,
.bootstrap-isolated form .form-group.required > .checkbox > label:after,
.bootstrap-isolated .form .form-group.required > .checkbox > label:after,
.bootstrap-isolated form label.required:after,
.bootstrap-isolated .form label.required:after,
.bootstrap-isolated form .required-label:after,
.bootstrap-isolated .form .required-label:after {
  content: '*';
  text-shadow: 1px 1px 4px var(--coing-color-main, #0279bb);
  color: var(--coing-color-main, #0279bb);
  padding: 0 2px;
}
.bootstrap-isolated form .form-group.required > label + label:after,
.bootstrap-isolated .form .form-group.required > label + label:after,
.bootstrap-isolated form .form-group.required > .checkbox > label + label:after,
.bootstrap-isolated .form .form-group.required > .checkbox > label + label:after,
.bootstrap-isolated form label.required + label:after,
.bootstrap-isolated .form label.required + label:after,
.bootstrap-isolated form .required-label + label:after,
.bootstrap-isolated .form .required-label + label:after {
  content: none;
}
.bootstrap-isolated form .attr_hint,
.bootstrap-isolated .form .attr_hint {
  font-style: italic;
  color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.75);
  margin-bottom: 5px;
  font-size: 0.6rem;
}
.bootstrap-isolated form .multi-choice li,
.bootstrap-isolated .form .multi-choice li {
  list-style-type: none;
  padding-inline-start: 0;
}
.bootstrap-isolated form .multi-choice ul,
.bootstrap-isolated .form .multi-choice ul {
  padding-inline-start: 10px;
}
.bootstrap-isolated form .trumbowyg-box,
.bootstrap-isolated .form .trumbowyg-box {
  border: none;
}
.bootstrap-isolated form textarea.form-control,
.bootstrap-isolated .form textarea.form-control {
  height: unset;
}
.bootstrap-isolated form .trumbowyg-editor,
.bootstrap-isolated .form .trumbowyg-editor,
.bootstrap-isolated form .form-control,
.bootstrap-isolated .form .form-control,
.bootstrap-isolated form .input-group-addon,
.bootstrap-isolated .form .input-group-addon,
.bootstrap-isolated form .panel,
.bootstrap-isolated .form .panel,
.bootstrap-isolated form .panel-heading,
.bootstrap-isolated .form .panel-heading,
.bootstrap-isolated form .panel-footer,
.bootstrap-isolated .form .panel-footer,
.bootstrap-isolated form select,
.bootstrap-isolated .form select {
  border: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2);
  background-color: var(--coing-color-bg, #ffffff) !important;
  color: var(--coing-color-text, #4a4a4a) !important;
}
.bootstrap-isolated form .trumbowyg-editor[readonly],
.bootstrap-isolated .form .trumbowyg-editor[readonly],
.bootstrap-isolated form .form-control[readonly],
.bootstrap-isolated .form .form-control[readonly],
.bootstrap-isolated form .input-group-addon[readonly],
.bootstrap-isolated .form .input-group-addon[readonly],
.bootstrap-isolated form .panel[readonly],
.bootstrap-isolated .form .panel[readonly],
.bootstrap-isolated form .panel-heading[readonly],
.bootstrap-isolated .form .panel-heading[readonly],
.bootstrap-isolated form .panel-footer[readonly],
.bootstrap-isolated .form .panel-footer[readonly],
.bootstrap-isolated form select[readonly],
.bootstrap-isolated .form select[readonly],
.bootstrap-isolated form .trumbowyg-editor[disabled],
.bootstrap-isolated .form .trumbowyg-editor[disabled],
.bootstrap-isolated form .form-control[disabled],
.bootstrap-isolated .form .form-control[disabled],
.bootstrap-isolated form .input-group-addon[disabled],
.bootstrap-isolated .form .input-group-addon[disabled],
.bootstrap-isolated form .panel[disabled],
.bootstrap-isolated .form .panel[disabled],
.bootstrap-isolated form .panel-heading[disabled],
.bootstrap-isolated .form .panel-heading[disabled],
.bootstrap-isolated form .panel-footer[disabled],
.bootstrap-isolated .form .panel-footer[disabled],
.bootstrap-isolated form select[disabled],
.bootstrap-isolated .form select[disabled],
.bootstrap-isolated form .trumbowyg-editor.readonly,
.bootstrap-isolated .form .trumbowyg-editor.readonly,
.bootstrap-isolated form .form-control.readonly,
.bootstrap-isolated .form .form-control.readonly,
.bootstrap-isolated form .input-group-addon.readonly,
.bootstrap-isolated .form .input-group-addon.readonly,
.bootstrap-isolated form .panel.readonly,
.bootstrap-isolated .form .panel.readonly,
.bootstrap-isolated form .panel-heading.readonly,
.bootstrap-isolated .form .panel-heading.readonly,
.bootstrap-isolated form .panel-footer.readonly,
.bootstrap-isolated .form .panel-footer.readonly,
.bootstrap-isolated form select.readonly,
.bootstrap-isolated .form select.readonly {
  color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.5) !important;
}
.bootstrap-isolated form .trumbowyg-editor:focus,
.bootstrap-isolated .form .trumbowyg-editor:focus,
.bootstrap-isolated form .form-control:focus,
.bootstrap-isolated .form .form-control:focus,
.bootstrap-isolated form .input-group-addon:focus,
.bootstrap-isolated .form .input-group-addon:focus,
.bootstrap-isolated form .panel:focus,
.bootstrap-isolated .form .panel:focus,
.bootstrap-isolated form .panel-heading:focus,
.bootstrap-isolated .form .panel-heading:focus,
.bootstrap-isolated form .panel-footer:focus,
.bootstrap-isolated .form .panel-footer:focus,
.bootstrap-isolated form select:focus,
.bootstrap-isolated .form select:focus {
  border-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.5);
  box-shadow: inset 0 1px 1px rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.075), 0 0 8px rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.6);
}
.bootstrap-isolated form .panel-heading,
.bootstrap-isolated .form .panel-heading {
  border: none;
}
.bootstrap-isolated form .trumbowyg-button-pane,
.bootstrap-isolated .form .trumbowyg-button-pane {
  background-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.1);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2);
}
.bootstrap-isolated form .trumbowyg-button-pane button,
.bootstrap-isolated .form .trumbowyg-button-pane button {
  background-color: unset;
}
.bootstrap-isolated form .trumbowyg-button-pane button:hover,
.bootstrap-isolated .form .trumbowyg-button-pane button:hover,
.bootstrap-isolated form .trumbowyg-button-pane button:focus,
.bootstrap-isolated .form .trumbowyg-button-pane button:focus {
  background-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2);
}
.bootstrap-isolated form .trumbowyg-button-pane:after,
.bootstrap-isolated .form .trumbowyg-button-pane:after {
  background: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.2);
}
.bootstrap-isolated form .trumbowyg-button-pane svg,
.bootstrap-isolated .form .trumbowyg-button-pane svg {
  fill: var(--coing-color-text, #4a4a4a);
}
.bootstrap-isolated form .trumbowyg-button-pane .trumbowyg-open-dropdown:after,
.bootstrap-isolated .form .trumbowyg-button-pane .trumbowyg-open-dropdown:after {
  border-top-color: var(--coing-color-text, #4a4a4a);
}
.bootstrap-isolated form .checkbox label,
.bootstrap-isolated .form .checkbox label,
.bootstrap-isolated form .form-group .control-label,
.bootstrap-isolated .form .form-group .control-label,
.bootstrap-isolated form .control-label,
.bootstrap-isolated .form .control-label {
  font-size: 0.8em;
}
.bootstrap-isolated form .form-group .control-label,
.bootstrap-isolated .form .form-group .control-label,
.bootstrap-isolated form .control-label,
.bootstrap-isolated .form .control-label {
  font-weight: 600;
}
.bootstrap-isolated form input.form-control,
.bootstrap-isolated .form input.form-control,
.bootstrap-isolated form select.form-control,
.bootstrap-isolated .form select.form-control,
.bootstrap-isolated form textarea.form-control,
.bootstrap-isolated .form textarea.form-control,
.bootstrap-isolated form textarea.form-control,
.bootstrap-isolated .form textarea.form-control {
  font-size: 0.6889rem;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated form input.form-control,
  .bootstrap-isolated .form input.form-control,
  .bootstrap-isolated form select.form-control,
  .bootstrap-isolated .form select.form-control,
  .bootstrap-isolated form textarea.form-control,
  .bootstrap-isolated .form textarea.form-control,
  .bootstrap-isolated form textarea.form-control,
  .bootstrap-isolated .form textarea.form-control {
    font-size: 0.6rem;
  }
}
.bootstrap-isolated form .form-control.custom-form-control,
.bootstrap-isolated .form .form-control.custom-form-control {
  width: unset;
  border-radius: 0;
}
.bootstrap-isolated form .custom-input-group,
.bootstrap-isolated .form .custom-input-group {
  display: table;
}
.bootstrap-isolated form .custom-input-group.input-group-dateselector,
.bootstrap-isolated .form .custom-input-group.input-group-dateselector {
  display: flex;
  max-width: 100%;
  overflow: auto;
}
.bootstrap-isolated form .custom-input-group.input-group-dateselector .static-date,
.bootstrap-isolated .form .custom-input-group.input-group-dateselector .static-date {
  line-height: 2;
}
.bootstrap-isolated form .custom-input-group.input-group-dateselector .date-selector option[value=''],
.bootstrap-isolated .form .custom-input-group.input-group-dateselector .date-selector option[value=''],
.bootstrap-isolated form .custom-input-group.input-group-dateselector .time-selector option[value=''],
.bootstrap-isolated .form .custom-input-group.input-group-dateselector .time-selector option[value=''] {
  font-weight: 600;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated form .custom-input-group.input-group-datetime,
  .bootstrap-isolated .form .custom-input-group.input-group-datetime,
  .bootstrap-isolated form .custom-input-group.input-group-phone,
  .bootstrap-isolated .form .custom-input-group.input-group-phone,
  .bootstrap-isolated form .custom-input-group.input-group-dateselector,
  .bootstrap-isolated .form .custom-input-group.input-group-dateselector {
    width: 100%;
  }
}
.bootstrap-isolated form .custom-input-group.input-group-datetime select,
.bootstrap-isolated .form .custom-input-group.input-group-datetime select,
.bootstrap-isolated form .custom-input-group.input-group-phone select,
.bootstrap-isolated .form .custom-input-group.input-group-phone select,
.bootstrap-isolated form .custom-input-group.input-group-dateselector select,
.bootstrap-isolated .form .custom-input-group.input-group-dateselector select,
.bootstrap-isolated form .custom-input-group.input-group-datetime .static-date,
.bootstrap-isolated .form .custom-input-group.input-group-datetime .static-date,
.bootstrap-isolated form .custom-input-group.input-group-phone .static-date,
.bootstrap-isolated .form .custom-input-group.input-group-phone .static-date,
.bootstrap-isolated form .custom-input-group.input-group-dateselector .static-date,
.bootstrap-isolated .form .custom-input-group.input-group-dateselector .static-date {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated form .custom-input-group.input-group-datetime .form-control.custom-form-control.date-picker,
  .bootstrap-isolated .form .custom-input-group.input-group-datetime .form-control.custom-form-control.date-picker,
  .bootstrap-isolated form .custom-input-group.input-group-phone .form-control.custom-form-control.date-picker,
  .bootstrap-isolated .form .custom-input-group.input-group-phone .form-control.custom-form-control.date-picker,
  .bootstrap-isolated form .custom-input-group.input-group-dateselector .form-control.custom-form-control.date-picker,
  .bootstrap-isolated .form .custom-input-group.input-group-dateselector .form-control.custom-form-control.date-picker {
    width: 60%;
  }
  .bootstrap-isolated form .custom-input-group.input-group-datetime .form-control.custom-form-control.phone-number,
  .bootstrap-isolated .form .custom-input-group.input-group-datetime .form-control.custom-form-control.phone-number,
  .bootstrap-isolated form .custom-input-group.input-group-phone .form-control.custom-form-control.phone-number,
  .bootstrap-isolated .form .custom-input-group.input-group-phone .form-control.custom-form-control.phone-number,
  .bootstrap-isolated form .custom-input-group.input-group-dateselector .form-control.custom-form-control.phone-number,
  .bootstrap-isolated .form .custom-input-group.input-group-dateselector .form-control.custom-form-control.phone-number {
    width: 70%;
  }
  .bootstrap-isolated form .custom-input-group.input-group-datetime .form-control.custom-form-control.time-picker,
  .bootstrap-isolated .form .custom-input-group.input-group-datetime .form-control.custom-form-control.time-picker,
  .bootstrap-isolated form .custom-input-group.input-group-phone .form-control.custom-form-control.time-picker,
  .bootstrap-isolated .form .custom-input-group.input-group-phone .form-control.custom-form-control.time-picker,
  .bootstrap-isolated form .custom-input-group.input-group-dateselector .form-control.custom-form-control.time-picker,
  .bootstrap-isolated .form .custom-input-group.input-group-dateselector .form-control.custom-form-control.time-picker,
  .bootstrap-isolated form .custom-input-group.input-group-datetime .form-control.custom-form-control.phone-cc,
  .bootstrap-isolated .form .custom-input-group.input-group-datetime .form-control.custom-form-control.phone-cc,
  .bootstrap-isolated form .custom-input-group.input-group-phone .form-control.custom-form-control.phone-cc,
  .bootstrap-isolated .form .custom-input-group.input-group-phone .form-control.custom-form-control.phone-cc,
  .bootstrap-isolated form .custom-input-group.input-group-dateselector .form-control.custom-form-control.phone-cc,
  .bootstrap-isolated .form .custom-input-group.input-group-dateselector .form-control.custom-form-control.phone-cc {
    width: 30%;
  }
}
.bootstrap-isolated form .custom-input-group.input-group-datetime .form-control.custom-form-control.pull-right,
.bootstrap-isolated .form .custom-input-group.input-group-datetime .form-control.custom-form-control.pull-right,
.bootstrap-isolated form .custom-input-group.input-group-phone .form-control.custom-form-control.pull-right,
.bootstrap-isolated .form .custom-input-group.input-group-phone .form-control.custom-form-control.pull-right,
.bootstrap-isolated form .custom-input-group.input-group-dateselector .form-control.custom-form-control.pull-right,
.bootstrap-isolated .form .custom-input-group.input-group-dateselector .form-control.custom-form-control.pull-right,
.bootstrap-isolated form .custom-input-group.input-group-datetime .form-control.custom-form-control.date-selector.day,
.bootstrap-isolated .form .custom-input-group.input-group-datetime .form-control.custom-form-control.date-selector.day,
.bootstrap-isolated form .custom-input-group.input-group-phone .form-control.custom-form-control.date-selector.day,
.bootstrap-isolated .form .custom-input-group.input-group-phone .form-control.custom-form-control.date-selector.day,
.bootstrap-isolated form .custom-input-group.input-group-dateselector .form-control.custom-form-control.date-selector.day,
.bootstrap-isolated .form .custom-input-group.input-group-dateselector .form-control.custom-form-control.date-selector.day {
  border-radius: 0 4px 4px 0;
}
.bootstrap-isolated form .custom-input-group.input-group-datetime .form-control.custom-form-control.pull-left,
.bootstrap-isolated .form .custom-input-group.input-group-datetime .form-control.custom-form-control.pull-left,
.bootstrap-isolated form .custom-input-group.input-group-phone .form-control.custom-form-control.pull-left,
.bootstrap-isolated .form .custom-input-group.input-group-phone .form-control.custom-form-control.pull-left,
.bootstrap-isolated form .custom-input-group.input-group-dateselector .form-control.custom-form-control.pull-left,
.bootstrap-isolated .form .custom-input-group.input-group-dateselector .form-control.custom-form-control.pull-left,
.bootstrap-isolated form .custom-input-group.input-group-datetime .form-control.custom-form-control.date-selector.year,
.bootstrap-isolated .form .custom-input-group.input-group-datetime .form-control.custom-form-control.date-selector.year,
.bootstrap-isolated form .custom-input-group.input-group-phone .form-control.custom-form-control.date-selector.year,
.bootstrap-isolated .form .custom-input-group.input-group-phone .form-control.custom-form-control.date-selector.year,
.bootstrap-isolated form .custom-input-group.input-group-dateselector .form-control.custom-form-control.date-selector.year,
.bootstrap-isolated .form .custom-input-group.input-group-dateselector .form-control.custom-form-control.date-selector.year {
  border-radius: 4px 0 0 4px;
}
.bootstrap-isolated form .custom-input-group.input-group-datetime .form-control.custom-form-control.time-selector,
.bootstrap-isolated .form .custom-input-group.input-group-datetime .form-control.custom-form-control.time-selector,
.bootstrap-isolated form .custom-input-group.input-group-phone .form-control.custom-form-control.time-selector,
.bootstrap-isolated .form .custom-input-group.input-group-phone .form-control.custom-form-control.time-selector,
.bootstrap-isolated form .custom-input-group.input-group-dateselector .form-control.custom-form-control.time-selector,
.bootstrap-isolated .form .custom-input-group.input-group-dateselector .form-control.custom-form-control.time-selector {
  margin-inline-start: 10px;
  border-radius: 4px;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated form .custom-input-group.input-group-datetime,
  .bootstrap-isolated .form .custom-input-group.input-group-datetime {
    display: flex;
  }
}
.bootstrap-isolated form .image-gray-box,
.bootstrap-isolated .form .image-gray-box {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.1);
  background-position: center;
  border: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.3);
  opacity: 90%;
  width: 50%;
  height: 150px;
  min-height: 60px;
  cursor: pointer;
}
.bootstrap-isolated form .image-gray-box.profile-image,
.bootstrap-isolated .form .image-gray-box.profile-image {
  width: 150px;
  position: relative;
}
.bootstrap-isolated form .image-gray-box.profile-image canvas,
.bootstrap-isolated .form .image-gray-box.profile-image canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-size: contain;
}
.bootstrap-isolated form .image-gray-box:focus,
.bootstrap-isolated .form .image-gray-box:focus {
  outline: none;
  border-color: rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.5);
  box-shadow: inset 0 1px 1px rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.075), 0 0 8px rgba(var(--coing-color-rgb-main, 2, 121, 187), 0.6);
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated form .image-gray-box,
  .bootstrap-isolated .form .image-gray-box {
    font-size: 0.6889rem;
    height: 30vw;
    width: 100%;
  }
}
.bootstrap-isolated form .image-gray-box .icon-camera,
.bootstrap-isolated .form .image-gray-box .icon-camera {
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='33' viewBox='0 0 35 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='7' stroke='white' stroke-width='2'/%3E%3Cpath d='M14.8947 6H23.2105L25.1754 8.96226H32C33.1046 8.96226 34 9.85769 34 10.9623V30C34 31.1046 33.1046 32 32 32H8C6.89543 32 6 31.1046 6 30V14.8868' stroke='white' stroke-width='2'/%3E%3Cpath d='M6 0V12' stroke='white' stroke-width='2'/%3E%3Cpath d='M12 6L0 6' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: initial;
  background-repeat: no-repeat;
  background-color: rgba(var(--coing-color-rgb-shadow-overlay, 0, 0, 0), 0.2);
  margin: auto;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 99;
}
.bootstrap-isolated form .cropper-container,
.bootstrap-isolated .form .cropper-container {
  border: 1px solid rgba(var(--coing-color-rgb-text, 74, 74, 74), 0.3);
}
.bootstrap-isolated form .cropper-container .cropper-drag-box,
.bootstrap-isolated .form .cropper-container .cropper-drag-box {
  background-color: var(--coing-color-bg, #ffffff);
  opacity: 50%;
}
.bootstrap-isolated form .cropper-container .cropper-container,
.bootstrap-isolated .form .cropper-container .cropper-container,
.bootstrap-isolated form .cropper-container .cropper-crop-box,
.bootstrap-isolated .form .cropper-container .cropper-crop-box {
  max-width: 100%;
  max-height: 100%;
}
.bootstrap-isolated form .cropper-container .cropper-view-box,
.bootstrap-isolated .form .cropper-container .cropper-view-box {
  box-shadow: 0 0 4px 0 var(--coing-color-main, #0279bb);
}
.bootstrap-isolated form .cropper-container img,
.bootstrap-isolated .form .cropper-container img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.bootstrap-isolated form .cropper-controls,
.bootstrap-isolated .form .cropper-controls {
  margin-top: 10px;
  background-color: var(--coing-color-bg, #ffffff);
}
.bootstrap-isolated form .cropper-controls .control-buttons,
.bootstrap-isolated .form .cropper-controls .control-buttons {
  display: flex;
  justify-content: left;
}
.bootstrap-isolated form .cropper-controls .control-buttons > *,
.bootstrap-isolated .form .cropper-controls .control-buttons > * {
  margin: 0 2px;
}
.bootstrap-isolated form .cropper-controls .control-slider,
.bootstrap-isolated .form .cropper-controls .control-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bootstrap-isolated form .cropper-controls .control-slider .btn-plus,
.bootstrap-isolated .form .cropper-controls .control-slider .btn-plus,
.bootstrap-isolated form .cropper-controls .control-slider .btn-minus,
.bootstrap-isolated .form .cropper-controls .control-slider .btn-minus {
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  line-height: 20px;
  font-size: 14px;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}
.bootstrap-isolated form .cropper-controls .control-slider .slider,
.bootstrap-isolated .form .cropper-controls .control-slider .slider {
  width: 100%;
  margin: 0 15px;
}
.bootstrap-isolated form .cropper-controls .control-slider .slider .slider-handle,
.bootstrap-isolated .form .cropper-controls .control-slider .slider .slider-handle {
  background-color: var(--coing-color-text, #4a4a4a);
  background-image: none;
}
.bootstrap-isolated #editgroup-locationcoords {
  margin-inline-end: 20px;
  display: inline-block;
  width: 40%;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated #editgroup-locationcoords {
    width: 100%;
  }
}
.bootstrap-isolated .il_autocomplete-container {
  display: flex;
}
.bootstrap-isolated .location-buttons {
  display: flex;
  float: left;
  width: 50%;
  justify-content: space-evenly;
}
.bootstrap-isolated .location-buttons .btn {
  display: flex;
  align-items: center;
}
.bootstrap-isolated .location-buttons .btn .glyphicon {
  font-size: 20px;
  margin-top: -3px;
}
.bootstrap-isolated .location-buttons .btn.btn-blue-light {
  border-color: #3DC0F4;
  box-shadow: none;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .bootstrap-isolated .location-buttons {
    float: none;
    margin-top: 15px;
    width: 100%;
    justify-content: space-between;
  }
  .bootstrap-isolated .location-buttons .btn {
    width: 48%;
    justify-content: center;
  }
}
.bootstrap-isolated .edit-dialog.modal .modal-content,
.bootstrap-isolated .edit-subscription-detail-modal.modal .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.bootstrap-isolated .edit-dialog.modal .modal-header,
.bootstrap-isolated .edit-subscription-detail-modal.modal .modal-header {
  border-bottom: none;
}
.bootstrap-isolated .edit-dialog .input-group-datetime,
.bootstrap-isolated .edit-subscription-detail-modal .input-group-datetime {
  display: flex;
}
html[dir='rtl'] .bootstrap-isolated .modal .modal-header button.close {
  left: 0;
  right: unset;
  margin-right: unset;
  margin-left: 0.5rem;
}
html[dir='rtl'] .bootstrap-isolated .modal .modal-header svg.title-icon {
  right: 0;
  left: unset ;
  margin-right: 0.5rem;
  margin-left: unset;
}
html[dir='rtl'] .bootstrap-isolated .subscribeModal .row div {
  float: right;
}
html[dir='rtl'] .bootstrap-isolated .subscribeModal .row .col-sm-8 {
  line-break: anywhere !important;
}
html[dir='rtl'] .bootstrap-isolated .subscribeModal .row .tickets-sold-out {
  float: left;
  text-align: left;
}
html[dir='rtl'] .bootstrap-isolated .subscribeModal .row .tickets-sold-out.badge {
  margin: 0;
}
html[dir='rtl'] .bootstrap-isolated .subscribeModal .row .payment-total-text {
  float: left;
  text-align: left;
  vertical-align: middle;
}
html[dir='rtl'] .bootstrap-isolated .subscribeModal .subscribe-ticket-desc {
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  html[dir='rtl'] .bootstrap-isolated .subscribeModal .ticket-count-input {
    padding: 2px;
    line-height: 1.1;
    width: 40px;
    margin-left: -8px;
    height: 25px;
  }
  html[dir='rtl'] .bootstrap-isolated .subscribeModal .price-field-input {
    line-height: 25px;
  }
}
html[dir='rtl'] .bootstrap-isolated .edit-dialog .option button.close {
  left: 6px;
  right: unset;
}
html[dir='rtl'] .bootstrap-isolated .ticket-row {
  flex-wrap: wrap-reverse;
}
@media (max-width: 900px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  html[dir='rtl'] .bootstrap-isolated .order-xs-rtl-1 {
    order: 1;
  }
  html[dir='rtl'] .bootstrap-isolated .order-xs-rtl-2 {
    order: 2;
  }
  html[dir='rtl'] .bootstrap-isolated .order-xs-rtl-3 {
    order: 3;
  }
  html[dir='rtl'] .bootstrap-isolated .order-xs-rtl-4 {
    order: 4;
  }
  html[dir='rtl'] .bootstrap-isolated .order-xs-rtl-5 {
    order: 5;
  }
  html[dir='rtl'] .bootstrap-isolated .order-xs-rtl-6 {
    order: 6;
  }
}
html[dir='rtl'] .bootstrap-isolated form .custom-input-group.input-group-dateselector .form-control.custom-form-control.date-selector.year,
html[dir='rtl'] .bootstrap-isolated .form .custom-input-group.input-group-dateselector .form-control.custom-form-control.date-selector.year {
  border-radius: 0 4px 4px 0;
}
html[dir='rtl'] .bootstrap-isolated form .custom-input-group.input-group-dateselector .form-control.custom-form-control.date-selector.day,
html[dir='rtl'] .bootstrap-isolated .form .custom-input-group.input-group-dateselector .form-control.custom-form-control.date-selector.day {
  border-radius: 4px 0 0 4px;
}
body > .spinner-overlay {
  background-color: rgba(var(--coing-color-rgb-shadow-overlay, 0, 0, 0), 0.7);
  box-shadow: 0 0 0 10000px rgba(var(--coing-color-rgb-shadow-box, 0, 0, 0), 0.7);
  cursor: unset;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}
body > .spinner-overlay .spinner {
  color: var(--coing-color-bg, #ffffff);
  position: inherit;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body > .spinner-overlay .spinner img {
  width: 64px;
}
.spinner-overlay {
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: relative;
}
.spinner-overlay .spinner {
  position: inherit;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner-overlay .spinner img {
  margin: 5px;
  width: 32px;
}
.coing-switcher {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.coing-switcher input {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  position: relative;
  z-index: 5;
}
.coing-switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
  border: 1px solid #979797;
}
.coing-switcher .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: #656565;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.coing-switcher input:checked + .slider {
  background-color: #64DD17;
}
.coing-switcher input:checked + .slider:before {
  background-color: #fff;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.coing-switcher.small {
  width: 30px;
  height: 15px;
}
.coing-switcher.small .slider {
  border-radius: 15px;
}
.coing-switcher.small .slider:before {
  height: 11px;
  width: 11px;
}
.coing-switcher.small input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/*# sourceMappingURL=main.css.map*/