@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  background: #fff;
}
body.login-page {
  background: #404040;
}

.container {
  width: 100%;
  max-width: calc(1224px + (20px * 2));
  padding: 0 20px;
  margin: 0 auto;
}
.container.middle {
  max-width: calc(990px + (20px * 2));
}
.container.small {
  max-width: calc(705px + (20px * 2));
}

.skip-link {
  position: absolute;
  left: -99999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.skip-link:focus {
  color: #fff;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.wrapper {
  max-width: 100%;
  display: grid;
  grid-gap: 0;
  grid-template-areas: "header" "content" "footer";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  min-height: 100vh;
  overflow: hidden;
}

.main-content {
  max-width: 100%;
  grid-area: content;
}
.login-page .main-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 500px) {
  .login-page .main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.ui-autocomplete {
  border-left: 1px solid #D11141;
  border-right: 1px solid #D11141;
  border-bottom: 1px solid #D11141;
  border-radius: 0 0 4px 4px;
  background: #FFFFFF;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99999;
}
.ui-autocomplete .ui-menu-item {
  padding: 0;
  margin: 0;
  border-top: 1px solid #F6F6F6;
}
.ui-autocomplete .ui-menu-item-wrapper {
  font-weight: bold;
  padding: 13px 21px 16px;
  word-break: break-word;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
  border-radius: 0 0 4px 4px;
}
.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
  background-color: #000000;
  color: #fff;
}

.confirmation-dialog {
  max-width: 550px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
  padding: 29px 22px 23px;
}
@media (min-width: 768px) {
  .confirmation-dialog {
    padding: 39px 52px 33px;
  }
}
.confirmation-dialog h1 {
  margin-bottom: 18px;
}
.confirmation-dialog .btns-row {
  display: flex;
  gap: 0 20px;
  padding-top: 35px;
}
.confirmation-dialog .button-secondary {
  min-width: unset;
}

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

/**
 * selectize.css (v0.13.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-control .dropdown-header {
  position: relative;
  padding: 28px 14px;
  border-bottom: 1px solid #4F565B;
  background: #e5e6e6;
  border-radius: 4px 4px 0 0;
}
.selectize-control .dropdown-header-close {
  position: absolute;
  right: 14px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-control .dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}
.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}
.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: white;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.25;
  font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-flex;
}

.selectize-input {
  border: 1px solid #4F565B;
  padding: 13px 11px;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: none;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: calc( 13px - 2px - 0 ) 11px calc( 13px - 2px - 3px - 0 );
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: none;
}
.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
}
.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
  min-width: unset !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input > input[placeholder] {
  box-sizing: initial;
}
.selectize-input.has-items > input {
  margin: 0 0px !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border-top: none;
  border-right: 1px solid #D11141;
  border-bottom: 1px solid #D11141;
  border-left: 1px solid #D11141;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header,
.selectize-dropdown .no-results,
.selectize-dropdown .create {
  padding: 14px 14px;
}
.selectize-dropdown .option {
  border-top: 1px solid #F0F0F0;
}
.selectize-dropdown .option:first-child {
  border-top: none;
}
.selectize-dropdown .option:last-child {
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
}
.selectize-dropdown .active.create {
  color: #fff;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
  scrollbar-width: thin;
  /* Options: auto, thin */
  scrollbar-color: #D11141 #FAFAFA;
  /* thumb color, track color */
  -ms-overflow-style: none;
  /* For WebKit browsers (Chrome, Safari) */
}
.selectize-dropdown-content::-webkit-scrollbar {
  width: 12px;
}
.selectize-dropdown-content::-webkit-scrollbar-track {
  background: #FAFAFA;
}
.selectize-dropdown-content::-webkit-scrollbar-thumb {
  background: #D11141;
}
.selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #D11141;
}

.selectize-dropdown-emptyoptionlabel {
  text-align: center;
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 14px 14px;
}
.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #4F565B;
  border-color: #4F565B transparent #4F565B transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  transition: all 0.15s ease-in-out;
  width: 42px;
  height: 48px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="42" height="48" viewBox="0 0 42 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H38C40.2091 0 42 1.79086 42 4V44C42 46.2091 40.2091 48 38 48H0V0Z" fill="black"/><path d="M11.5059 21.6924L20.5574 30.7633L29.6089 21.6924" stroke="%23D11141" stroke-width="3" stroke-linecap="round"/></svg>') no-repeat right center #000;
  background-size: 42px 48px;
  border-radius: 0 4px 4px 0;
}
.selectize-control.single .selectize-input.dropdown-active {
  border: 1px solid #D11141;
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="42" height="48" viewBox="0 0 42 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0H40C41.1046 0 42 0.895431 42 2V48H0V0Z" fill="%23D11141"/><path d="M30.6089 29.7632L21.5573 20.6923L12.5058 29.7632" stroke="white" stroke-width="3" stroke-linecap="round"/></svg>');
}

.selectize-control.rtl {
  text-align: right;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
  text-align: center;
  border-radius: 6px 6px 0 0 !important;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
  display: none;
}

.st-key {
  width: 150px;
  text-align: right;
  padding-right: 7px;
}
.st-key a {
  pointer-events: none;
  text-decoration: none;
}

.st-val {
  padding-left: 7px;
}

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 650px) {
  .stacktable.large-only {
    display: none;
  }

  .stacktable.small-only {
    display: table;
  }
}
.fl-scrolls {
  overflow: auto;
  position: fixed;
  z-index: 999;
}

.fl-scrolls div {
  overflow: hidden;
  pointer-events: none;
}

.fl-scrolls div:before {
  content: " ";
}

.fl-scrolls, .fl-scrolls div {
  font-size: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.fl-scrolls-hidden div:before {
  content: "  ";
}

.fl-scrolls-viewport {
  position: relative;
}

.fl-scrolls-body {
  overflow: auto;
}

.fl-scrolls-viewport .fl-scrolls {
  position: absolute;
}

.fl-scrolls-hoverable .fl-scrolls {
  opacity: 0;
  transition: opacity 0.5s 0.3s;
}

.fl-scrolls-hoverable:hover .fl-scrolls {
  opacity: 1;
}

.fl-scrolls:not([data-orientation]), .fl-scrolls[data-orientation=horizontal] {
  bottom: 0;
  min-height: 17px;
}

.fl-scrolls:not([data-orientation]) div, .fl-scrolls[data-orientation=horizontal] div {
  height: 1px;
}

.fl-scrolls-hidden.fl-scrolls:not([data-orientation]), .fl-scrolls-hidden.fl-scrolls[data-orientation=horizontal] {
  bottom: 9999px;
}

.fl-scrolls-viewport .fl-scrolls:not([data-orientation]), .fl-scrolls-viewport .fl-scrolls[data-orientation=horizontal] {
  left: 0;
}

.fl-scrolls[data-orientation=vertical] {
  right: 0;
  min-width: 17px;
}

.fl-scrolls[data-orientation=vertical] div {
  width: 1px;
}

.fl-scrolls-hidden.fl-scrolls[data-orientation=vertical] {
  right: 9999px;
}

.fl-scrolls-viewport .fl-scrolls[data-orientation=vertical] {
  top: 0;
}

.sim-attach-multi-modal.jBox-Modal .jBox-container,
.sim-detach-multi-modal.jBox-Modal .jBox-container {
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
  max-width: 650px;
  padding: 19px 10px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .sim-attach-multi-modal.jBox-Modal .jBox-container,
.sim-detach-multi-modal.jBox-Modal .jBox-container {
    padding: 39px 52px;
    margin: 60px auto;
  }
}
.sim-attach-multi-modal.jBox-Modal .jBox-title,
.sim-detach-multi-modal.jBox-Modal .jBox-title {
  padding: 0;
  background: transparent;
  border-bottom: none;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  line-height: 1.17;
  margin: 0 0 25px;
}
.sim-attach-multi-modal.jBox-Modal .jBox-content,
.sim-detach-multi-modal.jBox-Modal .jBox-content {
  padding: 0;
  max-width: 100%;
}
.sim-attach-multi-modal.jBox-Modal .jBox-content .lm-form-area,
.sim-detach-multi-modal.jBox-Modal .jBox-content .lm-form-area {
  padding: 0;
  box-shadow: none;
}
.sim-attach-multi-modal.jBox-Modal.jBox-closeButton-box:before,
.sim-detach-multi-modal.jBox-Modal.jBox-closeButton-box:before {
  display: none;
}

.site-header {
  grid-area: header;
  position: relative;
  z-index: 2;
}
.site-header ul {
  margin: 0;
  padding: 0;
}
.site-header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header-top {
  background: #020303;
  color: #fff;
  padding: 19px 0 22px;
}
@media (min-width: 768px) {
  .site-header-top {
    padding: 13px 0 14px;
  }
  .login-page .site-header-top {
    padding: 68px 0;
  }
}
.site-header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-page .site-header-top .container {
  justify-content: center;
}
.site-header-nav {
  background: #404040;
  color: #fff;
  padding: 23px 0 20px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  text-align: right;
  display: none;
}
.mobile-menu-show .site-header-nav {
  display: block;
}
@media (min-width: 768px) {
  .site-header-nav {
    position: static;
    text-align: left;
    display: block;
  }
}
.site-header-box {
  z-index: 9990;
}
.site-header .site-logo {
  width: 197px;
}
@media (min-width: 768px) {
  .site-header .site-logo {
    width: 266px;
  }
  .login-page .site-header .site-logo {
    width: 343px;
  }
}
.site-header .site-logo a {
  display: block;
}
.site-header .site-navigation {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .site-header .site-navigation {
    display: flex;
    justify-content: center;
  }
}
.site-header .site-navigation li {
  margin: 30px 5px;
}
@media (min-width: 768px) {
  .site-header .site-navigation li {
    margin: 0 32px;
  }
}
.site-header .site-navigation li .lm-nav-label {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.site-header .site-navigation li .lm-nav-label.lm-nav-selecteditem, .site-header .site-navigation li .lm-nav-label:hover {
  border-bottom-color: #D11141;
}
.site-header .site-user-nav {
  background: #404040;
}
@media (min-width: 768px) {
  .site-header .site-user-nav {
    background: transparent;
  }
}
.site-header .site-user-nav > li {
  position: relative;
  text-align: right;
  background: #000;
  padding: 28px 25px 25px;
}
@media (min-width: 768px) {
  .site-header .site-user-nav > li {
    margin: 0 32px -13px;
    text-align: left;
    padding: 0;
    background: transparent;
  }
}
.site-header .site-user-nav > li > .lm-nav-label {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}
.site-header .site-user-nav > li > .lm-nav-label.lm-nav-selecteditem, .site-header .site-user-nav > li > .lm-nav-label:hover {
  border-bottom-color: #D11141;
}
@media (min-width: 768px) {
  .site-header .site-user-nav > li.lm-nav-parentitem {
    padding-bottom: 13px;
  }
}
.site-header .site-user-nav > li.lm-nav-parentitem > .lm-nav-label:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  margin-left: 8px;
  margin-top: 6px;
}
.site-header .site-user-nav > li.lm-nav-parentitem:hover .user-sub-nav {
  display: block;
}
@media (max-width: 767px) {
  .site-header .site-user-nav > li.lm-nav-parentitem.show-subnav {
    padding-bottom: 0;
  }
  .site-header .site-user-nav > li.lm-nav-parentitem.show-subnav .user-sub-nav {
    display: block;
  }
}
.site-header .site-user-nav .user-sub-nav {
  background: #404040;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  display: none;
  margin: 25px -25px 0;
  padding: 15px 25px;
}
@media (min-width: 768px) {
  .site-header .site-user-nav .user-sub-nav {
    margin: 0;
    position: absolute;
    top: 100%;
    right: -15px;
    min-width: 172px;
    border: 1px solid #D11141;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    padding: 0;
  }
  .site-header .site-user-nav .user-sub-nav:after, .site-header .site-user-nav .user-sub-nav:before {
    bottom: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .site-header .site-user-nav .user-sub-nav:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    right: 16px;
  }
  .site-header .site-user-nav .user-sub-nav:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #D11141;
    border-width: 7px;
    right: 15px;
  }
}
.site-header .site-user-nav .user-sub-nav .lm-nav-label {
  color: #fff;
  display: block;
  text-decoration: none;
}
.site-header .site-user-nav .user-sub-nav .lm-nav-label.lm-nav-activeitem, .site-header .site-user-nav .user-sub-nav .lm-nav-label:hover {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .site-header .site-user-nav .user-sub-nav .lm-nav-label {
    padding: 15px 13px;
    color: #000000;
  }
}
.site-header .site-user-nav .user-sub-nav .lm-nav-linkitem {
  overflow: hidden;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .site-header .site-user-nav .user-sub-nav .lm-nav-linkitem {
    padding: 0;
  }
  .site-header .site-user-nav .user-sub-nav .lm-nav-linkitem:first-child .lm-nav-label {
    border-radius: 7px 7px 0 0;
  }
  .site-header .site-user-nav .user-sub-nav .lm-nav-linkitem:last-child .lm-nav-label {
    border-radius: 0 0 7px 7px;
  }
}
.site-header .site-user-nav-wrapper {
  display: none;
  background: #020303;
  position: absolute;
  left: 0;
  right: 0;
}
.mobile-menu-show .site-header .site-user-nav-wrapper {
  display: block;
}
@media (min-width: 768px) {
  .site-header .site-user-nav-wrapper {
    display: block;
    background: transparent;
    position: static;
  }
}
.site-header .mobile-menu-toggle {
  width: 38px;
  height: 28px;
  z-index: 2000;
  cursor: pointer;
  outline: none;
  padding: 0;
  background: transparent;
  border: none;
  margin-left: 24px;
  transition: all 0.6s;
}
.site-header .mobile-menu-toggle span {
  display: block;
  height: 4px;
  background: #fff;
  margin-bottom: 8px;
  outline: none;
}
.site-header .mobile-menu-toggle span:last-child {
  margin-bottom: 0;
}
.site-header .mobile-menu-toggle span:nth-child(2) {
  margin-left: 3px;
  margin-right: 3px;
}
.site-header .mobile-menu-toggle.is-active {
  outline: none;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .site-header .mobile-menu-toggle {
    display: none;
  }
}

.site-footer {
  background: #000;
  color: #fff;
  grid-area: footer;
  padding: 32px 0 21px;
}
.android .site-footer {
  padding-bottom: 121px;
}
@media (min-width: 768px) {
  .site-footer {
    background-size: 272px 284px;
  }
  .android .site-footer {
    padding-bottom: 21px;
  }
}
.site-footer a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.site-footer a:hover {
  color: #D11141;
}
.site-footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.site-footer-columns .section-column {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .site-footer-columns .section-column {
    margin-bottom: 40px;
  }
  .site-footer-columns .section-column.right {
    order: 0;
  }
  .site-footer-columns .section-column.left {
    order: 1;
  }
  .site-footer-columns .section-column.center {
    order: 2;
  }
}
@media (min-width: 768px) {
  .site-footer-columns {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .site-footer-columns .section-column {
    flex: 1;
  }
}
.site-footer .column-title {
  margin: 0 0 21px;
  padding: 0;
  font-weight: bold;
}
.site-footer .h3 {
  padding: 0;
  margin: 0 0 10px;
  font-weight: bold;
}
.site-footer .footer-logo {
  margin: 0 0 19px;
}
.site-footer .footer-nav {
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav li {
  list-style: none;
  margin: 0 0 12px;
}
.site-footer .footer-nav li:last-child {
  margin-bottom: 0;
}
.site-footer p:last-child {
  margin-bottom: 0;
}
.site-footer .legacy-row {
  display: flex;
}
@media (min-width: 768px) {
  .site-footer .legacy-row {
    justify-content: flex-end;
  }
}
.site-footer .legacy-nav {
  margin: 0 -7px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .legacy-nav li {
  list-style: none;
  margin: 0 7px;
}
.site-footer .legacy-nav a {
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

fieldset {
  border: none;
  padding: 0;
}
fieldset legend {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 25px;
}

.lm-form-area {
  max-width: 400px;
}
.lm-form-area label, .lm-form-area .lm-form-group-label {
  width: unset !important;
  display: inline-flex;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
  vertical-align: top;
}
.lm-form-area .lm-form-group {
  margin-bottom: 18px;
}
.lm-form-area .lm-form-group.evaluation-only {
  display: none;
}
.lm-form-area .lm-form-group-horizontal {
  display: flex;
  align-items: center;
}
.lm-form-area .lm-form-group-complex {
  display: flex;
  flex-wrap: wrap;
}
.lm-form-area .lm-form-group-complex > label {
  min-width: 100%;
}
.lm-form-area .lm-form-group-complex .lm-form-group {
  min-width: 100%;
}
.lm-form-area .lm-form-group-complex .lm-form-group-horizontal label {
  margin-right: 13px;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0;
}
.lm-form-area .lm-form-radio,
.lm-form-area .lm-form-check {
  margin-bottom: 10px;
}
.lm-form-area .lm-form-horz-check,
.lm-form-area .lm-form-hor-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lm-form-area .lm-form-horz-check label,
.lm-form-area .lm-form-hor-radio label {
  font-weight: normal;
}
.lm-form-area .lm-form-horz-check .lm-form-radio,
.lm-form-area .lm-form-horz-check .lm-form-check,
.lm-form-area .lm-form-hor-radio .lm-form-radio,
.lm-form-area .lm-form-hor-radio .lm-form-check {
  margin-right: 24px;
  margin-bottom: 0;
}
.lm-form-area .lm-form-horz-check .lm-form-radio:last-child,
.lm-form-area .lm-form-horz-check .lm-form-check:last-child,
.lm-form-area .lm-form-hor-radio .lm-form-radio:last-child,
.lm-form-area .lm-form-hor-radio .lm-form-check:last-child {
  margin-right: 0;
}
.lm-form-area .lm-horizontal-check {
  margin-bottom: -10px;
}
.lm-form-area.flex-form form {
  margin: 0 -18px;
}
@media (min-width: 768px) {
  .lm-form-area.flex-form form {
    display: flex;
    flex-wrap: wrap;
  }
}
.lm-form-area.flex-form form .lm-form-group,
.lm-form-area.flex-form form .lm-buttons {
  margin-left: 18px;
  margin-right: 18px;
}
.lm-form-area.flex-form form .full-row {
  min-width: calc(100% - 36px);
}
.lm-form-area.flex-form form .flex1 {
  flex: 1;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]) {
  border: 1px solid #404040;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1;
  padding: 11px 19px;
  width: 100%;
  display: block;
  min-height: 48px;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]):focus {
  outline: none;
  border-color: #D11141;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button])[readonly] {
  border: 1px solid #000000;
  background-color: #C0C1C3;
  color: #000000;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]).lm-field-error {
  border-color: #E71316;
  color: #E71316;
}

textarea {
  border: 1px solid #404040;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1;
  padding: 16px 20px;
  width: 100%;
  display: block;
}
textarea:focus {
  outline: none;
  border-color: #D11141;
}
textarea[readonly] {
  border: 1px solid #404040;
  background-color: #404040;
  color: #fff;
}
textarea.lm-field-error {
  border-color: #E71316;
  color: #E71316;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="42" height="48" viewBox="0 0 42 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H38C40.2091 0 42 1.79086 42 4V44C42 46.2091 40.2091 48 38 48H0V0Z" fill="black"/><path d="M11.5059 21.6924L20.5574 30.7633L29.6089 21.6924" stroke="%23D11141" stroke-width="3" stroke-linecap="round"/></svg>') no-repeat right center #fff;
  background-size: 42px 48px;
  border-radius: 4px;
  border: solid 1px #4F565B;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  height: 48px;
  line-height: 46px;
  outline: none;
  padding-left: 14px;
  padding-right: 56px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
select:focus {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="42" height="48" viewBox="0 0 42 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0H40C41.1046 0 42 0.895431 42 2V48H0V0Z" fill="%23D11141"/><path d="M30.6089 29.7632L21.5573 20.6923L12.5058 29.7632" stroke="white" stroke-width="3" stroke-linecap="round"/></svg>');
}

.lm-form-group input[type=checkbox],
.lm-remember-me input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.lm-form-group input[type=checkbox] + label,
.lm-remember-me input[type=checkbox] + label {
  position: relative;
  padding-left: 41px;
  margin: 0;
  min-height: 26px;
  display: inline-flex;
  font-size: 1rem;
  align-items: center;
  font-weight: 400 !important;
  width: 100% !important;
}
.lm-form-group input[type=checkbox] + label:before,
.lm-remember-me input[type=checkbox] + label:before {
  content: "";
  height: 26px;
  width: 26px;
  border: 1px solid #4F565B;
  border-radius: 4px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
}
.lm-form-group input[type=checkbox].lm-field-error + label,
.lm-remember-me input[type=checkbox].lm-field-error + label {
  color: #E71316;
}
.lm-form-group input[type=checkbox].lm-field-error + label:before,
.lm-remember-me input[type=checkbox].lm-field-error + label:before {
  border-color: #E71316;
}
.lm-form-group input[type=checkbox]:checked + label:before,
.lm-remember-me input[type=checkbox]:checked + label:before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.68164 8.60173L5.98628 14L15.318 2" stroke="%23D11141" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center #fff;
  background-size: 17px 16px;
}

.lm-form-group input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.lm-form-group input[type=radio] + label {
  position: relative;
  padding-left: 41px;
  margin: 0;
  min-height: 26px;
  align-items: center;
  font-weight: normal;
  display: inline-flex;
  font-size: 1rem;
}
.lm-form-group input[type=radio] + label:before {
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 50%;
  border: 1px solid #4F565B;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
}
.lm-form-group input[type=radio]:checked + label:before {
  background: url("images/radio@2x.png") no-repeat center #fff;
  background-size: 12px 12px;
}

.lm-btn-group {
  display: flex;
  gap: 0 20px;
  margin-bottom: 30px;
}
.lm-btn-group.margin-sm {
  margin-bottom: 18px;
}
.lm-btn-group .button-secondary {
  padding: 7px 10px;
  font-size: 1rem;
  min-width: 192px;
}

.login-content {
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.login-content.wide {
  max-width: 560px;
}
.login-content.wide p {
  max-width: 420px;
}
@media (min-width: 500px) {
  .login-content {
    padding: 40px;
  }
  .login-content.wide {
    padding-left: 47px;
    padding-right: 47px;
  }
}
.login-content h1 {
  margin-bottom: 27px;
}
.login-content .lm-form-footer {
  margin-bottom: 20px;
  padding-top: 12px;
}
@media (min-width: 500px) {
  .login-content .lm-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.login-content .lm-login-help {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 500px) {
  .login-content .lm-login-help {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.login-content .lm-login-help a {
  font-weight: 600;
}
.login-content .lm-login-help .help-register {
  order: 1;
  min-width: 100%;
}
@media (min-width: 500px) {
  .login-content .lm-login-help .help-register {
    order: 0;
    min-width: 30%;
  }
}
.login-content .lm-login-help .help-register p {
  margin: 0;
  text-align: left;
}
.login-content .lm-login-help .help-reset {
  order: 0;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .login-content .lm-login-help .help-reset {
    order: 1;
    margin-bottom: 0;
  }
}
.login-content .lm-buttons {
  text-align: center;
  padding-top: 18px;
}
@media (min-width: 500px) {
  .login-content .lm-buttons {
    text-align: right;
    padding-top: 0;
  }
}
.login-content .lm-buttons.center {
  text-align: center;
}
.login-content .lm-buttons.center.pt {
  padding-top: 12px;
}
.login-content .lm-buttons .lm-btn-submit {
  min-width: 230px;
  padding-left: 42px;
  padding-right: 42px;
}
@media (min-width: 500px) {
  .login-content .lm-buttons.pt {
    padding-top: 12px;
  }
}
.login-content .reset-text {
  font-size: 1rem;
  margin-bottom: 39px;
}
.login-content .lm-form-back {
  text-align: center;
  padding-top: 28px;
  font-size: 1rem;
}
.login-content .lm-form-back.pt0 {
  padding-top: 0;
}

.page-content {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .page-content {
    padding: 60px 0;
  }
}
.page-content *:last-child {
  margin-bottom: 0;
}

.home-page-content {
  max-width: 772px;
  margin: 0 auto;
  padding-bottom: 35px;
}

.lm_error,
.lm_success,
.lm_notice {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.lm_error a,
.lm_success a,
.lm_notice a {
  text-decoration: underline;
}
.lm_error a:hover,
.lm_success a:hover,
.lm_notice a:hover {
  text-decoration: none;
}

.lm_error {
  background: #fff;
  border-color: #fff;
  color: #D11141;
}
.lm_error a {
  color: #fff;
}

.lm_success {
  background: #fff;
  border: none;
  border-bottom: 1px solid #979797;
  color: #020303;
}
.lm_success a {
  color: #020303;
}

.lm_notice {
  background: #Ffc906;
  border-color: #Ffc906;
  color: #020303;
}
.lm_notice a {
  color: #020303;
}

.profile-block {
  max-width: 1004px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .profile-block {
    display: flex;
    justify-content: space-between;
  }
}
.profile-block-item {
  opacity: 0.9;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: 19px 15px;
}
.profile-block-item:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .profile-block-item {
    width: calc(50% - 20px);
    padding: 39px 35px 34px 47px;
  }
  .profile-block-item:not(:first-child) {
    margin-top: 0;
  }
}
.profile-block .lm-form-area {
  max-width: unset;
  flex: 1;
}
.profile-block .lm-form-area form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.profile-block .lm-form-area .lm-buttons {
  margin-top: auto;
  text-align: center;
  padding-top: 12px;
}
.profile-block h1, .profile-block .h1 {
  margin-bottom: 27px;
}

.horizontal-form .lm-form-group-horizontal {
  margin-bottom: 15px;
  min-width: 100%;
}
.horizontal-form .lm-form-group-horizontal label {
  min-width: 50px;
}
.horizontal-form .lm-form-group-horizontal .selectize-control, .horizontal-form .lm-form-group-horizontal select {
  flex: 1;
}
.horizontal-form .lm-form-group-complex .double-select {
  min-width: 100%;
}
@media (min-width: 768px) {
  .horizontal-form {
    display: flex;
    align-items: flex-start;
    margin-left: -30px;
  }
  .horizontal-form .lm-form-group {
    flex: 1;
    margin-left: 30px;
  }
  .horizontal-form .lm-form-group input {
    min-width: unset;
  }
  .horizontal-form .lm-form-group-complex {
    margin-left: 30px;
    width: 370px;
    justify-content: space-between;
  }
  .horizontal-form .lm-form-group-complex .lm-form-group {
    margin-left: 48px;
    min-width: calc(100% - 48px);
    margin-bottom: 10px;
  }
  .horizontal-form .lm-form-group-complex .lm-form-group:last-child {
    margin-bottom: 21px;
  }
  .horizontal-form .lm-form-group-complex .double-select {
    display: flex;
    justify-content: space-between;
  }
  .horizontal-form .lm-form-group-horizontal {
    min-width: unset;
  }
  .horizontal-form .lm-form-group-horizontal + .lm-form-group-horizontal {
    margin-left: 8px;
  }
  .horizontal-form .lm-form-group-horizontal label {
    min-width: unset;
  }
  .horizontal-form .lm-form-group-horizontal #to_month + .selectize-control, .horizontal-form .lm-form-group-horizontal #from_month + .selectize-control {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
  .horizontal-form .lm-form-group-horizontal .selectize-control, .horizontal-form .lm-form-group-horizontal select {
    flex: 1;
  }
  .horizontal-form .lm-form-group-horizontal .selectize-input, .horizontal-form .lm-form-group-horizontal select {
    height: 48px;
  }
  .horizontal-form .lm-buttons {
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1115px) {
  .horizontal-form {
    flex-wrap: wrap;
  }
}

.lm-contentlist-wrapper {
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
  max-width: calc(100vw - (20px * 2));
  overflow-x: auto;
  overflow-y: hidden;
}
.lm-contentlist-wrapper table {
  box-shadow: none;
  margin-bottom: 0;
}
.lm-contentlist-wrapper table .col-mastercam-maintenance-month,
.lm-contentlist-wrapper table .col-maintenance-date {
  word-break: break-word;
  width: 150px;
}
@media (max-width: 1099px) {
  .lm-contentlist-wrapper table .col-mastercam-maintenance-month,
.lm-contentlist-wrapper table .col-maintenance-date {
    width: 125px;
  }
}
.lm-contentlist-wrapper table .col-post-care-price {
  width: 150px;
}
@media (max-width: 1099px) {
  .lm-contentlist-wrapper table .col-post-care-price {
    width: 125px;
  }
}
@media (min-width: 651px) {
  [action*=postcare] .lm-contentlist-wrapper table, [action*=posts] .lm-contentlist-wrapper table, [action*=library] .lm-contentlist-wrapper table {
    min-width: 1000px;
  }
}
@media (min-width: 1430px) {
  .lm-contentlist-wrapper {
    margin-left: -82px;
    margin-right: -82px;
    width: calc(100% + 164px);
  }
}
.lm-contentlist-pretop {
  margin-bottom: 26px;
  margin-top: -24px;
}
@media (min-width: 1430px) {
  .lm-contentlist-pretop {
    margin-left: -82px;
    margin-right: -82px;
    width: calc(100% + 164px);
  }
}
.lm-contentlist .actions {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
}
@media (min-width: 768px) {
  .lm-contentlist .actions {
    margin-bottom: -10px;
  }
}
.lm-contentlist .actions > a:first-child {
  margin-bottom: 8px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .lm-contentlist .actions > a:first-child:not(.download):not(.mark-inactive) {
    display: none;
  }
}
.lm-contentlist .actions > a.download {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
}
.lm-contentlist .actions > a.download:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 20px;
  background: url("images/ic-down@2x.png") no-repeat;
  background-size: 16px 20px;
}
.lm-contentlist .actions > a.download:hover:before {
  background-image: url("images/ic-down-hover@2x.png");
}
.lm-contentlist .actions > a.mark-inactive {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  color: #D11141;
}
.lm-contentlist .actions > a.mark-inactive:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  background: url("images/ic-inactive@2x.png") no-repeat;
  background-size: 19px 19px;
}
.lm-contentlist .actions > a:not([class]) {
  display: flex;
}
.lm-contentlist .actions > a:not([class]):after {
  content: "";
  background: url("images/action-dots@2x.png") no-repeat;
  background-size: 3px 17px;
  border: none;
  display: block;
  height: 17px;
  width: 3px;
  position: relative;
  z-index: 99;
  margin-left: 7px;
}
.lm-contentlist-bottom {
  text-align: center;
  padding-top: 42px;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.lm-contentlist-bottom .lm-page-title {
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.lm-contentlist-bottom .lm-page-control ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.lm-contentlist-bottom .lm-page-control ul li {
  list-style: none;
  margin: 0;
  padding: 0 6px;
}
.lm-contentlist-bottom .lm-page-control ul li.lm-page-active a {
  background: #fff;
  color: #2B2B2B;
}
.lm-contentlist-bottom .lm-page-control a {
  height: 37px;
  width: 42px;
  border: 2px solid #2B2B2B;
  background: #2B2B2B;
  color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .lm-contentlist-bottom .lm-page-control a {
    font-size: 1rem;
    width: 32px;
    height: 32px;
  }
}
.lm-contentlist-bottom .lm-page-control a:hover {
  background: #fff;
  color: #2B2B2B;
}
.lm-contentlist-top-section {
  margin-bottom: 26px !important;
  margin-top: -24px;
  display: flex;
  align-items: flex-end;
  font-weight: 600;
}
@media (min-width: 1430px) {
  .lm-contentlist-top-section {
    margin-left: -82px;
    margin-right: -82px;
    width: calc(100% + 164px);
  }
}
@media (min-width: 768px) {
  .lm-contentlist-top-section {
    margin-bottom: -10px;
  }
}
.lm-contentlist-top-section button:first-child {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  line-height: 1.2;
  border: 1px solid #D11141;
  background: #D11141;
  color: #fff;
  transition: all 0.25s ease-out;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
}
.lm-contentlist-top-section button:first-child:hover {
  border-color: #D11141;
  background: #540D16;
}
.lm-contentlist-top-section button:first-child:disabled {
  background: #4F565B;
  border-color: #4F565B;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .lm-contentlist-top-section button:first-child {
    font-size: 1.25rem;
    min-width: 186px;
  }
}
.lm-contentlist-top-section button:last-child:not(:first-child) {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  line-height: 1.2;
  border: 2px solid #2B2B2B;
  background: #fff;
  color: #000;
  transition: all 0.25s ease-out;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  padding: 8px 19px;
  margin-left: 20px;
}
.lm-contentlist-top-section button:last-child:not(:first-child):hover {
  border-color: #D11141;
  background: #D11141;
  color: #fff;
}
.lm-contentlist-top-section button:last-child:not(:first-child):disabled {
  border-color: #4F565B;
  color: #4F565B;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .lm-contentlist-top-section button:last-child:not(:first-child) {
    font-size: 1.25rem;
    padding: 10px 20px;
    min-width: 186px;
  }
}
@media (min-width: 768px) {
  .lm-contentlist-top-section button:last-child:not(:first-child) {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.post-page h1 {
  text-align: center;
  max-width: 536px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.post-page-rte {
  text-align: center;
  max-width: 1177px;
  margin: 0 auto 59px;
}
.post-page .lm-form-area {
  max-width: 1177px;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
  padding: 21px 10px 3px;
  margin: 0 auto 64px;
}
@media (min-width: 768px) {
  .post-page .lm-form-area {
    padding: 21px 15px 3px;
  }
}
@media (min-width: 1110px) {
  .post-page .lm-form-area {
    padding: 21px 40px 3px;
  }
}
.post-page .lm-buttons {
  display: flex;
  justify-content: center;
  padding-top: 12px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .post-page .lm-buttons {
    margin-left: 30px;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1115px) {
  .post-page .lm-buttons {
    min-width: 100%;
  }
}
.post-page .lm-buttons input {
  min-width: 160px;
}
.post-page .lm-buttons .button-secondary {
  min-width: 100px;
  margin-left: 20px;
}
.post-page .actions {
  align-items: center;
}
.post-page .action-dropdown {
  font-weight: 600;
  list-style: none;
  line-height: 1.25;
}
.post-page .action-dropdown-icon {
  display: none;
}
@media (min-width: 768px) {
  .post-page .action-dropdown {
    position: absolute;
    right: -12px;
    top: 100%;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 8px;
    padding: 14px 16px;
    min-width: 195px;
    z-index: 9999;
    display: none;
  }
  .post-page .action-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    margin-left: 8px;
    position: absolute;
    right: 24px;
    top: -8px;
  }
  .post-page .action-dropdown-icon {
    display: block;
    border: none;
    background: transparent;
    padding: 0;
  }
  .post-page .action-dropdown-icon:after {
    content: "";
    background: url("images/action-dots@2x.png") no-repeat;
    background-size: 3px 17px;
    border: none;
    display: block;
    height: 17px;
    width: 3px;
    position: relative;
    z-index: 99;
    margin-left: 7px;
  }
}
.post-page .action-dropdown li {
  padding: 0;
  margin: 0 0 7px;
}
@media (min-width: 768px) {
  .post-page .action-dropdown li {
    margin: 0 0 20px;
  }
}
.post-page .action-dropdown li:last-child {
  margin-bottom: 0;
}
.post-page .action-dropdown li a {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
}
.post-page .action-dropdown li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.post-page .action-dropdown li.download a:before {
  width: 16px;
  height: 20px;
  background: url("images/ic-down@2x.png") no-repeat;
  background-size: 16px 20px;
}
.post-page .action-dropdown li.edit a:before {
  width: 19px;
  height: 19px;
  background: url("images/ic-edit@2x.png") no-repeat;
  background-size: 19px 19px;
}
.post-page .action-dropdown li.convert-perm a:before {
  width: 19px;
  height: 19px;
  background: url("images/ic-convert-perm@2x.png") no-repeat;
  background-size: 19px 19px;
}
.post-page .action-dropdown li.extend a:before {
  width: 19px;
  height: 19px;
  background: url("images/ic-extend@2x.png") no-repeat;
  background-size: 19px 19px;
}
.post-page .action-dropdown li.mark-inactive a {
  color: #D11141;
}
.post-page .action-dropdown li.mark-inactive a:before {
  width: 19px;
  height: 19px;
  background: url("images/ic-inactive@2x.png") no-repeat;
  background-size: 19px 19px;
}
@media (min-width: 768px) {
  .post-page .action-dropdown-wrapper {
    position: relative;
    margin-left: 7px;
    padding-bottom: 0;
  }
  .post-page .action-dropdown-wrapper .action-dropdown[data-show] {
    display: block;
  }
}
.post-page .lm-contentlist-wrapper .lm-contentlist .actions > a:not([class]) {
  margin-bottom: 0;
}
.post-page .lm-contentlist-wrapper .lm-contentlist .actions > a:not([class]):after {
  display: none;
}

.post-download-page .page-content,
.post-license-page .page-content {
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
  max-width: 550px;
  padding: 19px 10px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .post-download-page .page-content,
.post-license-page .page-content {
    padding: 39px 52px;
    margin: 60px auto;
  }
}
.post-download-page h1,
.post-license-page h1 {
  margin-bottom: 15px;
}
.post-download-page .lm-form-area,
.post-license-page .lm-form-area {
  padding-top: 25px;
  max-width: unset;
}
.post-download-page .lm-buttons,
.post-license-page .lm-buttons {
  padding-top: 12px;
}
.post-download-page .lm-buttons button,
.post-license-page .lm-buttons button {
  margin-bottom: 30px;
}
.post-download-page .lm-buttons .generate-btn,
.post-license-page .lm-buttons .generate-btn {
  width: 280px;
}
.post-download-page #add-sim-button,
.post-license-page #add-sim-button {
  margin-bottom: 18px;
}

.post-license-page .main-content {
  position: relative;
}
.post-license-page .download-block {
  background: #fff;
  padding: 30px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .post-license-page .download-block {
    padding: 60px 0 0;
  }
}
.post-license-page.opacity-page-content .page-content {
  opacity: 0.4;
}
.post-license-page .btns-list {
  max-width: 650px;
  margin: 0 auto;
}
.post-license-page .btns-list .button-download {
  margin: 0 15px 40px;
}
.post-license-page .expired-notification {
  border-radius: 8px;
  background-color: #000000;
  margin-bottom: 30px;
  color: #fff;
  padding: 14px 14px 16px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.post-license-page .expired-notification a {
  color: #fff;
}
.post-license-page .expired-notification .rte {
  flex: 1;
  margin-left: 17px;
}
.post-license-page .expired-notification img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(47%) saturate(82%) hue-rotate(40deg) brightness(111%) contrast(102%);
}

.post-name {
  word-break: break-all;
}

.post-desc {
  font-size: 0.75rem;
  padding-top: 4px;
}

.post-sims {
  padding-top: 16px;
}

.post-sep {
  margin: 19px 0 !important;
  width: 62px;
  border-bottom-color: #020303;
}

.post-sim-list table.Normal {
  margin-bottom: 18px !important;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .post-sim-list table.Normal thead th {
    padding: 25px 14px;
  }
}
.post-sim-list table.Normal td {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .post-sim-list table.Normal td {
    padding: 14px;
  }
}
.post-sim-list table.Normal tbody tr:nth-child(odd) td {
  background: #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.post-sim-list table.Normal tbody tr:nth-child(even) td {
  border-bottom: 1px solid #fff;
}

.sim-list-wrapper {
  padding-top: 12px;
}
.sim-list-wrapper .block-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
}

.add-new-sim-form {
  margin: 3px -10px 17px;
  padding: 15px 10px;
  background: #F9F9F9;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
@media (min-width: 768px) {
  .add-new-sim-form {
    margin: 3px -52px 17px;
    padding: 30px 52px;
  }
}
.add-new-sim-form .lm-form-area {
  display: flex;
  flex-wrap: wrap;
}
.add-new-sim-form .lm-form-area .lm-form-group {
  padding-bottom: 12px;
  width: 100%;
}
.add-new-sim-form .lm-form-area .lm-form-group input {
  min-width: unset;
}
@media (min-width: 768px) {
  .add-new-sim-form .lm-form-area .lm-form-group input {
    width: 112px !important;
  }
}
.add-new-sim-form .lm-form-area .lm-form-group select {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .add-new-sim-form .lm-form-area .lm-form-group:first-child {
    width: auto;
  }
  .add-new-sim-form .lm-form-area .lm-form-group:not(:first-child) {
    width: calc((100% - 112px) / 2);
    padding-left: 12px;
    padding-bottom: 0;
  }
}
.add-new-sim-form .lm-form-area .lm-btn-group {
  min-width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}

.deactivate-sim-modal .jBox-container {
  max-width: 550px;
}
.deactivate-sim-modal .jBox-content h3 {
  padding-top: 0;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .deactivate-sim-modal .jBox-content h3 {
    font-size: 36px;
  }
}
.deactivate-sim-modal .jBox-content .lm-form-group {
  margin-bottom: 30px;
}
.deactivate-sim-modal .jBox-content .lm-btn-group {
  margin-bottom: 0;
}
.deactivate-sim-modal .jBox-content .button-secondary {
  min-width: 109px;
}

@media (min-width: 651px) {
  #PostListMcl {
    display: none;
  }
}

@media (max-width: 650px) {
  #PostListcl {
    display: none;
  }
}

.deactivate-text a:hover {
  color: #D11141;
}

.tippy-box {
  color: transparent;
  box-shadow: unset;
  background-color: transparent;
  font-size: 1rem;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: transparent;
}

.tippy-box > .tippy-backdrop {
  background-color: transparent;
}

.tippy-box > .tippy-svg-arrow {
  fill: transparent;
}

span.corporate {
  color: #0f732d;
}

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