/*! 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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;
}

:root {
  --selection-background: #104e94;
  --selection-text: #fff;
  --scrool-background: #fff;
  --scrool-bar: #d5e3ec;
  --primary-color: #104e94;
  --primary-color-opacity: rgba(16, 78, 148, 0.15);
  --primary-color-contrast: #0b3a6e;
  --white-color: #fff;
  --search-bar-border: #e2e2e2;
  --tran-02: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.3s ease;
  --tran-05: all 0.3s ease;
  --body-background: #fff;
  --body-font-color: #121c42;
  --body-font-color-saturate: #121c42;
  --login-background: #f7fafb;
  --login-form-background: #ffffff8f;
  --login-form-border: #bfbfbf;
  --login-form-shadow: #b9b9b980;
  --login-form-error: #dc3545;
  --login-form-icon: #bfbfbf;
  --login-form-placeholder: #bfbfbf;
  --add-btn-background: #104e94da;
}

.light {
  --selection-background: #104e94;
  --selection-text: #fff;
  --scrool-background: #fff;
  --scrool-bar: #d5e3ec;
  --primary-color: #104e94;
  --primary-color-contrast: #0b3a6e;
  --white-color: #fff;
  --login-background: #f7fafb;
  --login-form-background: #ffffff8f;
  --login-form-border: #bfbfbf;
  --login-form-shadow: #b9b9b980;
  --login-form-error: #dc3545;
  --login-form-icon: #bfbfbf;
  --login-form-placeholder: #bfbfbf;
  --add-btn-background: #104e94da;
}

@media screen and (max-width: 800px) {
  .filter-drop ul.active {
    left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .table-list {
    border: 0 !important;
  }
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border: 1px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    display: block;
    margin-bottom: 0.7em;
    background: #fff !important;
    border-radius: 5px;
  }
  table tr.empty_row {
    border-width: 1px !important;
  }
  table tr.empty_row td {
    text-align: center !important;
  }
  table td {
    border-bottom: 1px solid #e5e5e5 !important;
    display: block !important;
    font-size: 0.8em !important;
    text-align: right !important;
    min-height: 36px;
  }
  table td:has(.link__table) {
    display: flex !important;
    justify-content: flex-end;
  }
  table td .icon.fi-rr-menu-dots-vertical {
    display: none;
    user-select: none;
  }
  table td .dropdown {
    position: initial !important;
    box-shadow: none !important;
    border: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  table td .dropdown ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    padding: 10px;
  }
  table td .dropdown ul li {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
  }
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .tabs .tabs__label {
    font-size: 0.8em !important;
  }
  .modal__container {
    width: 95vw !important;
  }
  .d-flex {
    flex-wrap: wrap;
  }
  .jconfirm-box {
    max-width: 95vw;
  }
  form .field {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  form div:has(.field) {
    flex-wrap: wrap !important;
  }
  form.custom__form div.d-flex div {
    width: 100% !important;
  }
  .stats_countainer {
    flex-wrap: wrap !important;
    gap: 15px !important;
    padding: 15px 0 !important;
  }
  .stats_countainer .item {
    width: 100% !important;
    border: none !important;
  }
  .stats_countainer .item:nth-child(1), .stats_countainer .item:nth-child(2) {
    border-bottom: 1px solid #e2e2e2 !important;
    padding-bottom: 10px !important;
  }
  .chart_container {
    flex-wrap: wrap;
  }
  .chart_container div {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid #e2e2e2 !important;
    padding: 10px 0 !important;
  }
  .login_container {
    flex-direction: column-reverse !important;
    justify-content: flex-end;
  }
  .login_container .login, .login_container .pic {
    width: 100% !important;
    height: 30% !important;
  }
  .login_container .login {
    height: 70% !important;
  }
  .login_container #login__form {
    margin-top: 100px !important;
    padding: 0 20px;
    height: 100%;
    width: 80%;
  }
  .nav_menu {
    width: 100% !important;
    padding: 0 1em !important;
    margin: 0 !important;
  }
  .nav_menu .navs_links {
    visibility: hidden;
    opacity: 0;
    user-select: none;
    transition: 0.5s;
  }
  .nav_menu .navs_links.show_menu {
    visibility: visible;
    opacity: 1;
    user-select: auto;
  }
  .nav_menu .group_btn {
    margin-right: 8px !important;
  }
  .nav_menu .group_btn:last-of-type {
    margin-bottom: 0 !important;
  }
  .nav_menu .profile.dropdownList {
    margin-right: 8px !important;
  }
  .nav_menu #toogle_menu {
    display: block;
    z-index: 1;
  }
  .nav_menu .navs_links li.active::before {
    display: none;
  }
  .nav_menu .left_menu .logo img {
    border-right: none !important;
  }
  .nav_menu .userDrop ul {
    right: 0;
  }
  .nav_menu .navs_links {
    overflow: auto;
    position: absolute;
    width: 100%;
    height: 100vh !important;
    top: 0;
    left: 0;
    background: #fff;
    flex-direction: column;
    z-index: 1;
    gap: 25px;
    padding: 1.2em 1em;
  }
  .nav_menu .navs_links::-webkit-scrollbar {
    width: 10px;
  }
  .nav_menu .navs_links::-webkit-scrollbar-thumb {
    width: 0;
    background: #e3e3e3;
    transition: 0.5s ease;
    cursor: pointer;
    transition: 0.5s ease-in-out;
  }
  .nav_menu .navs_links::-webkit-scrollbar-thumb:hover {
    background: lightgrey;
  }
  .nav_menu .navs_links::-webkit-scrollbar-track {
    width: 10px;
    background: var(--scrool-background);
    transition: 0.5s ease-in-out;
  }
  .nav_menu .navs_links::-webkit-scrollbar-track:hover {
    background: rgba(211, 211, 211, 0.4);
  }
  .nav_menu .navs_links li {
    width: 100%;
    height: auto !important;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .nav_menu .navs_links li .mega_menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    border: none;
  }
  .nav_menu .navs_links li .mega_menu:after {
    display: none;
  }
  .nav_menu .navs_links li .mega_menu .mega_links {
    padding: 0 !important;
  }
  .nav_menu .navs_links li .mega_menu .mega_links a {
    width: 100% !important;
  }
  .nav_menu .navs_links li .mega_footer {
    display: none !important;
  }
  .nav_menu .navs_links li.mega_menu_list {
    border-bottom: 1px solid rgba(226, 226, 226, 0.3215686275);
    padding-bottom: 10px;
  }
  .nav_menu .navs_links li.mega_menu_list:hover .mega_menu {
    top: 0 !important;
  }
  .nav_menu .navs_links .sub_mega_links ul {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    box-shadow: none !important;
    border: 0 !important;
    height: auto !important;
    border-left: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    margin-left: 4em !important;
    padding: 0 10px !important;
  }
  .nav_menu .navs_links .sub_mega_links ul li.header {
    display: none !important;
  }
}
@media only screen and (max-height: 700px) {
  #by_profisc {
    bottom: -2em !important;
  }
}
@media only screen and (max-height: 620px) {
  #by_profisc {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 1330px) {
  .mega_menu_list.lst .mega_menu {
    right: 0 !important;
    left: initial !important;
  }
  .mega_menu_list.lst .mega_menu:after {
    right: 15px !important;
    left: initial !important;
  }
}
.vc-toggle-container * {
  font-family: "Poppins", serif;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

.vc-small-switch {
  width: 73px;
  height: 30px;
}

.vc-small-switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  cursor: pointer;
}

.vc-switch-input {
  position: absolute;
  transform: translate3d(5px, 5px, 0);
  opacity: 0;
}

.vc-switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.0588235294);
  border-radius: inherit;
}

.vc-switch-label:before,
.vc-switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1.1;
}

.vc-switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #6c6c6c;
}

.vc-switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  opacity: 0;
}

.vc-switch-input:checked ~ .vc-switch-label {
  background: var(--primary-color);
}

.vc-switch-input:checked ~ .vc-switch-label:before {
  opacity: 0;
}

.vc-switch-input:checked ~ .vc-switch-label:after {
  opacity: 1;
}

.vc-switch-handle {
  position: absolute !important;
  top: 6px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.vc-switch-handle:before {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute !important;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.vc-switch-label:active ~ .vc-switch-handle, .vc-switch-handle:active {
  width: 30px;
}

.vc-switch-input:checked ~ .vc-switch-handle {
  left: unset;
  right: 5px;
}

.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
  cursor: default;
}

.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  overflow-anchor: none;
}

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: flex;
  align-items: center;
}

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%;
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em;
}

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto;
}

.ais-PoweredBy-text {
  margin-right: 0.3rem;
}

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px;
}

.ais-SearchBox-input::-ms-clear, .ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.ais-SearchBox-input::-webkit-search-decoration, .ais-SearchBox-input::-webkit-search-cancel-button, .ais-SearchBox-input::-webkit-search-results-button, .ais-SearchBox-input::-webkit-search-results-decoration {
  display: none;
}

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%;
}

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa;
}

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333;
}

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: grab;
}

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa;
}

.rheostat-marker--large {
  height: 9px;
}

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  transform: translateX(-50%);
}

/**
 * Reset
 */
[class^=ais-] {
  box-sizing: border-box;
}

/**
 * Disabled
 */
[class^=ais-][class$="--disabled"],
[class^=ais-][class$="--disabled"] *,
.ais-VoiceSearch-button:disabled {
  cursor: not-allowed;
}

/**
 * Buttons
 */
.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore,
.ais-ClearRefinements-button,
.ais-InfiniteHits-loadMore,
.ais-RangeInput-submit,
.ais-InfiniteHits-loadPrevious,
.ais-Pagination-link,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-VoiceSearch-button,
.ais-RelevantSort-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff, #fcfcfd);
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  color: #23263b;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  height: 2rem;
  justify-content: center;
  line-height: 1.25rem;
  padding: 0 1rem;
  place-items: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset {
  height: 1.5rem;
}

.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  margin-top: 1rem;
}

.ais-HierarchicalMenu-showMore:hover,
.ais-Menu-showMore:hover,
.ais-RefinementList-showMore:hover,
.ais-ClearRefinements-button:hover,
.ais-InfiniteHits-loadMore:hover,
.ais-RangeInput-submit:hover,
.ais-InfiniteHits-loadPrevious:hover,
.ais-Pagination-item:not(.ais-Pagination-item--selected):not(.ais-Pagination-item--disabled) .ais-Pagination-link:hover,
.ais-GeoSearch-redo:hover,
.ais-GeoSearch-reset:hover,
.ais-VoiceSearch-button:hover {
  background-image: linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #d6d6e7;
}

.ais-HierarchicalMenu-showMore:focus,
.ais-Menu-showMore:focus,
.ais-RefinementList-showMore:focus,
.ais-ClearRefinements-button:focus,
.ais-InfiniteHits-loadMore:focus,
.ais-RangeInput-submit:focus,
.ais-InfiniteHits-loadPrevious:focus,
.ais-GeoSearch-redo:focus,
.ais-GeoSearch-reset:focus,
.ais-VoiceSearch-button:focus {
  background-image: linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #3c4fe0;
  box-shadow: #3c4fe0 0 0 0 1px, rgba(35, 38, 59, 0.05) 0 2px 0 1px;
  outline: currentcolor none medium;
}

.ais-HierarchicalMenu-showMore:active,
.ais-Menu-showMore:active,
.ais-RefinementList-showMore:active,
.ais-ClearRefinements-button:active,
.ais-InfiniteHits-loadMore:active,
.ais-InfiniteHits-loadPrevious:active,
.ais-Pagination-item--selected .ais-Pagination-link,
.ais-Pagination-link:active,
.ais-GeoSearch-redo:active,
.ais-GeoSearch-reset:active,
.ais-VoiceSearch-button:active {
  border-color: #d6d6e7;
  box-shadow: rgba(119, 122, 175, 0.4) 0 1px 4px 0 inset, rgba(119, 122, 175, 0.4) 0 1px 1px 0 inset, rgba(35, 38, 59, 0.05) 0 1px 0 0;
}

.ais-ClearRefinements-button:disabled[disabled],
.ais-InfiniteHits-loadMore:disabled[disabled],
.ais-InfiniteHits-loadPrevious:disabled[disabled],
.ais-Pagination-item--disabled .ais-Pagination-link,
.ais-GeoSearch-redo--disabled,
.ais-GeoSearch-reset--disabled,
.ais-VoiceSearch-button:disabled {
  background-image: linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #efeff5;
  box-shadow: none;
  color: #b6b7d5;
}

.ais-HierarchicalMenu-showMore--disabled[disabled],
.ais-Menu-showMore--disabled[disabled],
.ais-RefinementList-showMore--disabled[disabled] {
  display: none;
}

/**
 * Labels
 */
.ais-NumericMenu-label,
.ais-ToggleRefinement-label,
.ais-HierarchicalMenu-item,
.ais-Menu-item,
.ais-RatingMenu-item,
.ais-RefinementList-item {
  display: block;
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.ais-HierarchicalMenu-link,
.ais-Menu-link,
.ais-RatingMenu-link,
.ais-RefinementList-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
}

.ais-Breadcrumb-link,
.ais-HierarchicalMenu-link,
.ais-Menu-link,
.ais-RatingMenu-link {
  color: inherit;
  text-decoration: none;
}

.ais-Breadcrumb-link:hover {
  text-decoration: underline;
}

.ais-HierarchicalMenu-label,
.ais-Menu-label,
.ais-RefinementList-labelText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link > .ais-HierarchicalMenu-label,
.ais-Menu-item--selected .ais-Menu-label,
.ais-RefinementList-item--selected,
.ais-RatingMenu-item--selected {
  font-weight: 600;
}

/**
 * Count
 */
.ais-ToggleRefinement-count,
.ais-HierarchicalMenu-count,
.ais-Menu-count,
.ais-RatingMenu-count,
.ais-RefinementList-count {
  background: #f5f5fa none repeat scroll 0% 0%;
  border: 1px solid #b6b7d5;
  border-radius: 99999px;
  color: #23263b;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  margin-left: 0.5rem;
  overflow: hidden;
  padding: 0 0.25rem;
}

/**
 * No Results
 */
.ais-Menu-noResults,
.ais-HierarchicalMenu-noResults,
.ais-RefinementList-noResults {
  color: #5a5e9a;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1rem;
}

/**
 * Selectors
 */
.ais-MenuSelect-select,
.ais-HitsPerPage-select,
.ais-SortBy-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fff, #fcfcfd);
  background-position: right 1rem center, 0 0;
  background-repeat: no-repeat;
  background-size: 10px, auto;
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0;
  color: #23263b;
  cursor: pointer;
  font: inherit;
  height: 2.5rem;
  outline: currentcolor none medium;
  padding: 0 2.5rem 0 1rem;
  position: relative;
  width: 100%;
}

.ais-HitsPerPage-select:-moz-focusring,
.ais-HitsPerPage-select::-moz-focus-inner,
.ais-SortBy-select:-moz-focusring,
.ais-SortBy-select::-moz-focus-inner {
  color: transparent;
  outline: currentcolor none medium;
}

.ais-HitsPerPage-select > option:not(:checked),
.ais-SortBy-select > option:not(:checked) {
  color: #23263b;
}

.ais-HitsPerPage-select > option:disabled,
.ais-SortBy-select > option:disabled {
  color: #b6b7d5;
}

.ais-HitsPerPage-select:hover,
.ais-SortBy-select:hover {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fcfcfd, #f5f5fa);
  border-color: #d6d6e7;
}

.ais-HitsPerPage-select:focus,
.ais-SortBy-select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #3c4fe0;
  box-shadow: #3c4fe0 0 0 0 1px, rgba(35, 38, 59, 0.05) 0 2px 0 0;
}

.ais-HitsPerPage-select:disabled,
.ais-SortBy-select:disabled {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23b6b7d5" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #efeff5;
  box-shadow: none;
  color: #b6b7d5;
  cursor: not-allowed;
}

/**
 * Panel
 */
.ais-Panel {
  margin-bottom: 2rem;
}

.ais-Panel-header {
  color: #5a5e9a;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.ais-Panel-footer {
  color: #5a5e9a;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  margin-top: 1rem;
}

.ais-Panel--collapsible {
  position: relative;
}

.ais-Panel--collapsible .ais-Panel-collapseButton {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ais-Panel--collapsed .ais-Panel-body,
.ais-Panel--collapsed .ais-Panel-footer {
  display: none;
}

/**
 * SearchBox
 */
.ais-SearchBox-form {
  background-color: #fff;
  display: flex;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 1.25rem;
  position: relative;
  width: 100%;
}

.ais-SearchBox-form::before {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235a5e9a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E") repeat scroll 0% 0%;
  content: "";
  height: 1rem;
  left: 1rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  width: 1rem;
}

.ais-SearchBox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: rgba(119, 122, 175, 0.3) 0 1px 4px 0 inset;
  caret-color: #5a5e9a;
  color: #23263b;
  flex: 1 1 0%;
  font: inherit;
  max-width: 100%;
  padding-left: 2.5rem;
}

.ais-SearchBox-input::-moz-placeholder {
  color: #5a5e9a;
}

.ais-SearchBox-input::placeholder {
  color: #5a5e9a;
}

.ais-SearchBox-input:focus {
  border-color: #3c4fe0;
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0;
  outline: currentcolor none medium;
}

.ais-SearchBox-input:disabled {
  background: rgba(0, 0, 0, 0) linear-gradient(-180deg, #fff, #f5f5fa) repeat scroll 0% 0%;
  border-color: #efeff5;
  box-shadow: none;
  cursor: not-allowed;
}

.ais-SearchBox-input:disabled::-moz-placeholder {
  color: #b6b7d5;
  pointer-events: none;
}

.ais-SearchBox-input:disabled::placeholder {
  color: #b6b7d5;
  pointer-events: none;
}

.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.ais-SearchBox-loadingIndicator,
.ais-SearchBox-reset {
  align-items: center;
  border-radius: 50%;
  display: flex;
  fill: #484c7a;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.ais-SearchBox-reset:focus {
  background: #b6b7d5;
  fill: #fff;
  outline: 0;
}

.ais-RefinementList-searchBox .ais-SearchBox-loadingIndicator,
.ais-RefinementList-searchBox .ais-SearchBox-reset {
  right: 0.5rem;
}

.ais-SearchBox-loadingIndicator[hidden],
.ais-SearchBox-reset[hidden] {
  display: none;
}

.ais-SearchBox-submit {
  display: none;
}

.ais-Menu-searchBox,
.ais-RefinementList-searchBox {
  margin-bottom: 0.5rem;
}

.ais-Menu-searchBox .ais-SearchBox-form,
.ais-RefinementList-searchBox .ais-SearchBox-form {
  height: 2rem;
}

.ais-Menu-searchBox .ais-SearchBox-form::before,
.ais-RefinementList-searchBox .ais-SearchBox-form::before {
  left: 0.5rem;
}

.ais-Menu-searchBox .ais-SearchBox-input,
.ais-RefinementList-searchBox .ais-SearchBox-input {
  padding-left: 2rem;
}

/**
 * VoiceSearch
 */
.ais-VoiceSearch-button {
  color: #5a5e9a;
  height: 48px;
  width: 48px;
}

.ais-VoiceSearch-button svg {
  color: currentcolor;
}

/**
 * Highlighting and Snippeting
 */
.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
  background-color: rgba(84, 104, 255, 0.1);
  color: #5468ff;
  font-style: normal;
}

/**
 * ReverseHighlighting and ReverseSnippeting
 */
.ais-ReverseHighlight-highlighted,
.ais-ReverseSnippet-highlighted {
  font-weight: bold;
  font-style: normal;
  background: none;
}

/**
 * Hits
 */
.ais-Hits-item,
.ais-InfiniteHits-item {
  align-items: center;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.05), 0 1px 3px 0 rgba(35, 38, 59, 0.15);
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 1.5rem;
}

.ais-Hits-item:first-of-type,
.ais-InfiniteHits-item:first-of-type {
  border-radius: 3px 3px 0 0;
}

.ais-Hits-item:last-of-type,
.ais-InfiniteHits-item:last-of-type {
  border-radius: 0 0 3px 3px;
}

.ais-Hits-item:only-of-type,
.ais-InfiniteHits-item:only-of-type {
  border-radius: 3px;
}

.ais-InfiniteHits-loadMore,
.ais-InfiniteHits-loadPrevious {
  display: flex;
  margin: 1rem auto;
}

/**
 * GeoSearch
 */
.ais-GeoSearch {
  position: relative;
}

.ais-GeoSearch-control {
  left: 3.75rem;
  position: absolute;
  top: 1rem;
}

.ais-GeoSearch-label {
  align-items: center;
  background-color: #f5f5fa;
  border: 1px solid #b6b7d5;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.5;
  min-height: 1.5rem;
  padding: 0.25rem 0.5rem;
}

.ais-GeoSearch-label,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset {
  white-space: nowrap;
}

.ais-GeoSearch-reset {
  bottom: 1.25rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

/**
 * RefinementList
 */
.ais-RefinementList-checkbox,
.ais-GeoSearch-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-size: 180%;
  border: 1px solid currentcolor;
  border-radius: 3px;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.4);
  color: #d6d6e7;
  cursor: inherit;
  height: 1rem;
  margin: 0 0.5rem 0 0;
  min-width: 1rem;
}

.ais-RefinementList-item--selected .ais-RefinementList-checkbox,
.ais-GeoSearch-input:checked {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-size: 14px;
  border-color: currentcolor;
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0 inset;
  color: #3c4fe0;
}

.ais-RefinementList-checkbox:focus,
.ais-GeoSearch-input:focus {
  outline: currentcolor none medium;
}

.ais-RefinementList-item--selected .ais-RefinementList-checkbox:focus,
.ais-GeoSearch-input:checked:focus {
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0 inset, currentcolor 0 0 0 1px;
}

/**
 * NumericMenu
 */
.ais-NumericMenu-label {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.ais-NumericMenu-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 50%;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
  height: 16px;
  margin: 0 0.5rem 0 0;
  outline: 0;
  position: relative;
  width: 16px;
}

.ais-NumericMenu-radio:checked,
.ais-NumericMenu-radio:focus {
  border-color: #3c4fe0;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
}

.ais-NumericMenu-radio:focus {
  box-shadow: 0 0 0 1px #3c4fe0, 0 1px 0 0 rgba(35, 38, 59, 0.05);
}

.ais-NumericMenu-radio:checked:after {
  background: #3c4fe0;
  border-radius: 50%;
  bottom: 4px;
  content: "";
  left: 4px;
  position: absolute;
  right: 4px;
  top: 4px;
}

/**
 * HierarchicalMenu
 */
.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1.5rem;
}

.ais-HierarchicalMenu-link::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23b6b7d5%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2218%2015%2012%209%206%2015%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-right: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 1rem;
}

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}

/**
 * RatingMenu
 */
.ais-RatingMenu-starIcon {
  margin-right: 0.25rem;
}

.ais-RatingMenu-starIcon {
  fill: #5a5e9a;
  position: relative;
  width: 16px;
}

.ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon {
  fill: #b6b7d5;
}

.ais-RatingMenu-item--disabled .ais-RatingMenu-count,
.ais-RatingMenu-item--disabled .ais-RatingMenu-label {
  color: #b6b7d5;
}

/**
 * ClearRefinements
 */
.ais-ClearRefinements-button {
  width: 100%;
}

/**
 * CurrentRefinements
 */
.ais-CurrentRefinements-list {
  display: inline-grid;
  gap: 1rem;
  grid-auto-flow: column;
}

.ais-CurrentRefinements-item {
  align-items: center;
  background-color: #f5f5fa;
  border: 1px solid #b6b7d5;
  border-radius: 3px;
  display: flex;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.5;
  min-height: 1.5rem;
  padding: 0.05rem 0.5rem;
}

.ais-CurrentRefinements-category {
  display: flex;
  margin-left: 0.5rem;
}

.ais-CurrentRefinements-delete {
  color: #9698c3;
  height: 100%;
  margin-left: 0.25rem;
  outline-width: 0;
}

/**
 * ToggleRefinement
 */
.ais-ToggleRefinement-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.ais-ToggleRefinement-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(65, 66, 71, 0.08);
  background: #f5f5fa;
  border-radius: 9999px;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.4);
  height: 18px;
  pointer-events: none;
  position: relative;
  width: 32px;
}

.ais-ToggleRefinement-checkbox:checked {
  background: #3c4fe0;
  box-shadow: inset 0 1px 4px 0 rgba(35, 38, 59, 0.1);
}

.ais-ToggleRefinement-checkbox:focus {
  outline: 0;
}

.ais-ToggleRefinement-checkbox::after {
  background: linear-gradient(-180deg, #fff, #f5f5fa);
  border-radius: 9999px;
  box-shadow: 1px 1px 1px 0 rgba(35, 38, 59, 0.05);
  content: "";
  height: 16px;
  left: 1px;
  position: absolute;
  top: 1px;
  transition: all 100ms ease-in-out;
  width: 16px;
}

.ais-ToggleRefinement-checkbox:checked::after {
  transform: translateX(14px);
}

/**
 * RangeInput
 */
.ais-RangeInput-input {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
  caret-color: #5a5e9a;
  color: #23263b;
  cursor: text;
  display: flex;
  flex: 1;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.25rem;
  min-width: 0;
  overflow: hidden;
  padding: 0 1rem;
  position: relative;
}

.ais-RangeInput-input:focus {
  border-color: #3c4fe0;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  outline: 0;
}

.ais-RangeInput-separator {
  margin: 0 0.5rem;
}

.ais-RangeInput-submit {
  margin-left: 0.5rem;
}

/**
 * RangeSlider
 */
.ais-RangeSlider .rheostat {
  margin: 40px 6px;
}

.ais-RangeSlider .rheostat-horizontal {
  cursor: pointer;
  width: calc(100% - 15px);
}

.ais-RangeSlider .rheostat-background {
  background-color: transparent;
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0.5px 0 0 rgba(255, 255, 255, 0.05);
  height: 4px;
}

.ais-RangeSlider .rheostat-progress {
  background-color: #3c4fe0;
  border-radius: 3px;
  height: 4px;
  max-width: 100%;
  top: 0;
}

.ais-RangeSlider .rheostat-tooltip {
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ais-RangeSlider .rheostat-handle {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff, #fcfcfd);
  border: 1px solid #d6d6e7;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  height: 24px;
  margin-left: -6px;
  top: -11px;
  width: 12px;
}

.ais-RangeSlider .rheostat-handle::before,
.ais-RangeSlider .rheostat-handle::after {
  background-color: #d6d6e7;
  content: "";
  height: 12px;
  position: absolute;
  top: 6px;
  width: 1px;
}

.ais-RangeSlider .rheostat-handle::before {
  left: 4px;
}

.ais-RangeSlider .rheostat-handle::after {
  right: 4px;
}

.ais-RangeSlider .rheostat-marker {
  background-color: #d6d6e7;
}

/**
 * Pagination
 */
.ais-Pagination-item:first-child > .ais-Pagination-link {
  border-radius: 3px 0 0 3px;
}

.ais-Pagination-item + .ais-Pagination-item > .ais-Pagination-link {
  border-radius: 0;
  margin-left: -1px;
}

.ais-Pagination-item:last-child > .ais-Pagination-link {
  border-radius: 0 3px 3px 0;
}

.ais-Pagination-item {
  display: inline-block;
}

.ais-Pagination-item--selected .ais-Pagination-link {
  font-weight: bold;
}

/**
 * Breadrumb
 */
.ais-Breadcrumb-link,
.ais-Breadcrumb-separator {
  color: #5a5e9a;
}

.ais-Breadcrumb-separator {
  display: flex;
  margin: 0 0.5rem;
}

.ais-Breadcrumb-item--selected {
  font-weight: 600;
}

.ais-Breadcrumb-item--selected .ais-Breadcrumb-separator {
  font-weight: normal;
}

@media (max-width: 767px) {
  .ais-SearchBox-input,
.ais-RangeInput-input {
    font-size: 1rem;
  }
}
.w-0 {
  width: 0px !important;
}

.mxw-0 {
  max-width: 0px !important;
}

.h-0 {
  height: 0px !important;
}

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

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

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

.p-0 {
  padding: 0px !important;
}

.w-1 {
  width: 1px !important;
}

.mxw-1 {
  max-width: 1px !important;
}

.h-1 {
  height: 1px !important;
}

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

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

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

.p-1 {
  padding: 1px !important;
}

.w-2 {
  width: 2px !important;
}

.mxw-2 {
  max-width: 2px !important;
}

.h-2 {
  height: 2px !important;
}

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

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

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

.p-2 {
  padding: 2px !important;
}

.w-3 {
  width: 3px !important;
}

.mxw-3 {
  max-width: 3px !important;
}

.h-3 {
  height: 3px !important;
}

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

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

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

.p-3 {
  padding: 3px !important;
}

.w-4 {
  width: 4px !important;
}

.mxw-4 {
  max-width: 4px !important;
}

.h-4 {
  height: 4px !important;
}

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

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

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

.p-4 {
  padding: 4px !important;
}

.w-5 {
  width: 5px !important;
}

.mxw-5 {
  max-width: 5px !important;
}

.h-5 {
  height: 5px !important;
}

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

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

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

.p-5 {
  padding: 5px !important;
}

.w-6 {
  width: 6px !important;
}

.mxw-6 {
  max-width: 6px !important;
}

.h-6 {
  height: 6px !important;
}

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

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

.mb-6 {
  margin-bottom: 6px !important;
}

.p-6 {
  padding: 6px !important;
}

.w-7 {
  width: 7px !important;
}

.mxw-7 {
  max-width: 7px !important;
}

.h-7 {
  height: 7px !important;
}

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

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

.mb-7 {
  margin-bottom: 7px !important;
}

.p-7 {
  padding: 7px !important;
}

.w-8 {
  width: 8px !important;
}

.mxw-8 {
  max-width: 8px !important;
}

.h-8 {
  height: 8px !important;
}

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

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

.mb-8 {
  margin-bottom: 8px !important;
}

.p-8 {
  padding: 8px !important;
}

.w-9 {
  width: 9px !important;
}

.mxw-9 {
  max-width: 9px !important;
}

.h-9 {
  height: 9px !important;
}

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

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

.mb-9 {
  margin-bottom: 9px !important;
}

.p-9 {
  padding: 9px !important;
}

.w-10 {
  width: 10px !important;
}

.mxw-10 {
  max-width: 10px !important;
}

.h-10 {
  height: 10px !important;
}

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

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

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

.p-10 {
  padding: 10px !important;
}

.w-11 {
  width: 11px !important;
}

.mxw-11 {
  max-width: 11px !important;
}

.h-11 {
  height: 11px !important;
}

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

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

.mb-11 {
  margin-bottom: 11px !important;
}

.p-11 {
  padding: 11px !important;
}

.w-12 {
  width: 12px !important;
}

.mxw-12 {
  max-width: 12px !important;
}

.h-12 {
  height: 12px !important;
}

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

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

.mb-12 {
  margin-bottom: 12px !important;
}

.p-12 {
  padding: 12px !important;
}

.w-13 {
  width: 13px !important;
}

.mxw-13 {
  max-width: 13px !important;
}

.h-13 {
  height: 13px !important;
}

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

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

.mb-13 {
  margin-bottom: 13px !important;
}

.p-13 {
  padding: 13px !important;
}

.w-14 {
  width: 14px !important;
}

.mxw-14 {
  max-width: 14px !important;
}

.h-14 {
  height: 14px !important;
}

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

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

.mb-14 {
  margin-bottom: 14px !important;
}

.p-14 {
  padding: 14px !important;
}

.w-15 {
  width: 15px !important;
}

.mxw-15 {
  max-width: 15px !important;
}

.h-15 {
  height: 15px !important;
}

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

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

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

.p-15 {
  padding: 15px !important;
}

.w-16 {
  width: 16px !important;
}

.mxw-16 {
  max-width: 16px !important;
}

.h-16 {
  height: 16px !important;
}

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

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

.mb-16 {
  margin-bottom: 16px !important;
}

.p-16 {
  padding: 16px !important;
}

.w-17 {
  width: 17px !important;
}

.mxw-17 {
  max-width: 17px !important;
}

.h-17 {
  height: 17px !important;
}

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

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

.mb-17 {
  margin-bottom: 17px !important;
}

.p-17 {
  padding: 17px !important;
}

.w-18 {
  width: 18px !important;
}

.mxw-18 {
  max-width: 18px !important;
}

.h-18 {
  height: 18px !important;
}

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

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

.mb-18 {
  margin-bottom: 18px !important;
}

.p-18 {
  padding: 18px !important;
}

.w-19 {
  width: 19px !important;
}

.mxw-19 {
  max-width: 19px !important;
}

.h-19 {
  height: 19px !important;
}

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

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

.mb-19 {
  margin-bottom: 19px !important;
}

.p-19 {
  padding: 19px !important;
}

.w-20 {
  width: 20px !important;
}

.mxw-20 {
  max-width: 20px !important;
}

.h-20 {
  height: 20px !important;
}

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

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

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

.p-20 {
  padding: 20px !important;
}

.w-21 {
  width: 21px !important;
}

.mxw-21 {
  max-width: 21px !important;
}

.h-21 {
  height: 21px !important;
}

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

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

.mb-21 {
  margin-bottom: 21px !important;
}

.p-21 {
  padding: 21px !important;
}

.w-22 {
  width: 22px !important;
}

.mxw-22 {
  max-width: 22px !important;
}

.h-22 {
  height: 22px !important;
}

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

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

.mb-22 {
  margin-bottom: 22px !important;
}

.p-22 {
  padding: 22px !important;
}

.w-23 {
  width: 23px !important;
}

.mxw-23 {
  max-width: 23px !important;
}

.h-23 {
  height: 23px !important;
}

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

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

.mb-23 {
  margin-bottom: 23px !important;
}

.p-23 {
  padding: 23px !important;
}

.w-24 {
  width: 24px !important;
}

.mxw-24 {
  max-width: 24px !important;
}

.h-24 {
  height: 24px !important;
}

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

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

.mb-24 {
  margin-bottom: 24px !important;
}

.p-24 {
  padding: 24px !important;
}

.w-25 {
  width: 25px !important;
}

.mxw-25 {
  max-width: 25px !important;
}

.h-25 {
  height: 25px !important;
}

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

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

.mb-25 {
  margin-bottom: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.w-26 {
  width: 26px !important;
}

.mxw-26 {
  max-width: 26px !important;
}

.h-26 {
  height: 26px !important;
}

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

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

.mb-26 {
  margin-bottom: 26px !important;
}

.p-26 {
  padding: 26px !important;
}

.w-27 {
  width: 27px !important;
}

.mxw-27 {
  max-width: 27px !important;
}

.h-27 {
  height: 27px !important;
}

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

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

.mb-27 {
  margin-bottom: 27px !important;
}

.p-27 {
  padding: 27px !important;
}

.w-28 {
  width: 28px !important;
}

.mxw-28 {
  max-width: 28px !important;
}

.h-28 {
  height: 28px !important;
}

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

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

.mb-28 {
  margin-bottom: 28px !important;
}

.p-28 {
  padding: 28px !important;
}

.w-29 {
  width: 29px !important;
}

.mxw-29 {
  max-width: 29px !important;
}

.h-29 {
  height: 29px !important;
}

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

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

.mb-29 {
  margin-bottom: 29px !important;
}

.p-29 {
  padding: 29px !important;
}

.w-30 {
  width: 30px !important;
}

.mxw-30 {
  max-width: 30px !important;
}

.h-30 {
  height: 30px !important;
}

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

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

.mb-30 {
  margin-bottom: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.w-31 {
  width: 31px !important;
}

.mxw-31 {
  max-width: 31px !important;
}

.h-31 {
  height: 31px !important;
}

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

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

.mb-31 {
  margin-bottom: 31px !important;
}

.p-31 {
  padding: 31px !important;
}

.w-32 {
  width: 32px !important;
}

.mxw-32 {
  max-width: 32px !important;
}

.h-32 {
  height: 32px !important;
}

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

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

.mb-32 {
  margin-bottom: 32px !important;
}

.p-32 {
  padding: 32px !important;
}

.w-33 {
  width: 33px !important;
}

.mxw-33 {
  max-width: 33px !important;
}

.h-33 {
  height: 33px !important;
}

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

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

.mb-33 {
  margin-bottom: 33px !important;
}

.p-33 {
  padding: 33px !important;
}

.w-34 {
  width: 34px !important;
}

.mxw-34 {
  max-width: 34px !important;
}

.h-34 {
  height: 34px !important;
}

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

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

.mb-34 {
  margin-bottom: 34px !important;
}

.p-34 {
  padding: 34px !important;
}

.w-35 {
  width: 35px !important;
}

.mxw-35 {
  max-width: 35px !important;
}

.h-35 {
  height: 35px !important;
}

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

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

.mb-35 {
  margin-bottom: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.w-36 {
  width: 36px !important;
}

.mxw-36 {
  max-width: 36px !important;
}

.h-36 {
  height: 36px !important;
}

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

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

.mb-36 {
  margin-bottom: 36px !important;
}

.p-36 {
  padding: 36px !important;
}

.w-37 {
  width: 37px !important;
}

.mxw-37 {
  max-width: 37px !important;
}

.h-37 {
  height: 37px !important;
}

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

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

.mb-37 {
  margin-bottom: 37px !important;
}

.p-37 {
  padding: 37px !important;
}

.w-38 {
  width: 38px !important;
}

.mxw-38 {
  max-width: 38px !important;
}

.h-38 {
  height: 38px !important;
}

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

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

.mb-38 {
  margin-bottom: 38px !important;
}

.p-38 {
  padding: 38px !important;
}

.w-39 {
  width: 39px !important;
}

.mxw-39 {
  max-width: 39px !important;
}

.h-39 {
  height: 39px !important;
}

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

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

.mb-39 {
  margin-bottom: 39px !important;
}

.p-39 {
  padding: 39px !important;
}

.w-40 {
  width: 40px !important;
}

.mxw-40 {
  max-width: 40px !important;
}

.h-40 {
  height: 40px !important;
}

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

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

.mb-40 {
  margin-bottom: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.w-41 {
  width: 41px !important;
}

.mxw-41 {
  max-width: 41px !important;
}

.h-41 {
  height: 41px !important;
}

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

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

.mb-41 {
  margin-bottom: 41px !important;
}

.p-41 {
  padding: 41px !important;
}

.w-42 {
  width: 42px !important;
}

.mxw-42 {
  max-width: 42px !important;
}

.h-42 {
  height: 42px !important;
}

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

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

.mb-42 {
  margin-bottom: 42px !important;
}

.p-42 {
  padding: 42px !important;
}

.w-43 {
  width: 43px !important;
}

.mxw-43 {
  max-width: 43px !important;
}

.h-43 {
  height: 43px !important;
}

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

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

.mb-43 {
  margin-bottom: 43px !important;
}

.p-43 {
  padding: 43px !important;
}

.w-44 {
  width: 44px !important;
}

.mxw-44 {
  max-width: 44px !important;
}

.h-44 {
  height: 44px !important;
}

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

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

.mb-44 {
  margin-bottom: 44px !important;
}

.p-44 {
  padding: 44px !important;
}

.w-45 {
  width: 45px !important;
}

.mxw-45 {
  max-width: 45px !important;
}

.h-45 {
  height: 45px !important;
}

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

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

.mb-45 {
  margin-bottom: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.w-46 {
  width: 46px !important;
}

.mxw-46 {
  max-width: 46px !important;
}

.h-46 {
  height: 46px !important;
}

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

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

.mb-46 {
  margin-bottom: 46px !important;
}

.p-46 {
  padding: 46px !important;
}

.w-47 {
  width: 47px !important;
}

.mxw-47 {
  max-width: 47px !important;
}

.h-47 {
  height: 47px !important;
}

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

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

.mb-47 {
  margin-bottom: 47px !important;
}

.p-47 {
  padding: 47px !important;
}

.w-48 {
  width: 48px !important;
}

.mxw-48 {
  max-width: 48px !important;
}

.h-48 {
  height: 48px !important;
}

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

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

.mb-48 {
  margin-bottom: 48px !important;
}

.p-48 {
  padding: 48px !important;
}

.w-49 {
  width: 49px !important;
}

.mxw-49 {
  max-width: 49px !important;
}

.h-49 {
  height: 49px !important;
}

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

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

.mb-49 {
  margin-bottom: 49px !important;
}

.p-49 {
  padding: 49px !important;
}

.w-50 {
  width: 50px !important;
}

.mxw-50 {
  max-width: 50px !important;
}

.h-50 {
  height: 50px !important;
}

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

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

.mb-50 {
  margin-bottom: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.w-51 {
  width: 51px !important;
}

.mxw-51 {
  max-width: 51px !important;
}

.h-51 {
  height: 51px !important;
}

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

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

.mb-51 {
  margin-bottom: 51px !important;
}

.p-51 {
  padding: 51px !important;
}

.w-52 {
  width: 52px !important;
}

.mxw-52 {
  max-width: 52px !important;
}

.h-52 {
  height: 52px !important;
}

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

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

.mb-52 {
  margin-bottom: 52px !important;
}

.p-52 {
  padding: 52px !important;
}

.w-53 {
  width: 53px !important;
}

.mxw-53 {
  max-width: 53px !important;
}

.h-53 {
  height: 53px !important;
}

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

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

.mb-53 {
  margin-bottom: 53px !important;
}

.p-53 {
  padding: 53px !important;
}

.w-54 {
  width: 54px !important;
}

.mxw-54 {
  max-width: 54px !important;
}

.h-54 {
  height: 54px !important;
}

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

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

.mb-54 {
  margin-bottom: 54px !important;
}

.p-54 {
  padding: 54px !important;
}

.w-55 {
  width: 55px !important;
}

.mxw-55 {
  max-width: 55px !important;
}

.h-55 {
  height: 55px !important;
}

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

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

.mb-55 {
  margin-bottom: 55px !important;
}

.p-55 {
  padding: 55px !important;
}

.w-56 {
  width: 56px !important;
}

.mxw-56 {
  max-width: 56px !important;
}

.h-56 {
  height: 56px !important;
}

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

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

.mb-56 {
  margin-bottom: 56px !important;
}

.p-56 {
  padding: 56px !important;
}

.w-57 {
  width: 57px !important;
}

.mxw-57 {
  max-width: 57px !important;
}

.h-57 {
  height: 57px !important;
}

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

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

.mb-57 {
  margin-bottom: 57px !important;
}

.p-57 {
  padding: 57px !important;
}

.w-58 {
  width: 58px !important;
}

.mxw-58 {
  max-width: 58px !important;
}

.h-58 {
  height: 58px !important;
}

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

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

.mb-58 {
  margin-bottom: 58px !important;
}

.p-58 {
  padding: 58px !important;
}

.w-59 {
  width: 59px !important;
}

.mxw-59 {
  max-width: 59px !important;
}

.h-59 {
  height: 59px !important;
}

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

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

.mb-59 {
  margin-bottom: 59px !important;
}

.p-59 {
  padding: 59px !important;
}

.w-60 {
  width: 60px !important;
}

.mxw-60 {
  max-width: 60px !important;
}

.h-60 {
  height: 60px !important;
}

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

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

.mb-60 {
  margin-bottom: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.w-61 {
  width: 61px !important;
}

.mxw-61 {
  max-width: 61px !important;
}

.h-61 {
  height: 61px !important;
}

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

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

.mb-61 {
  margin-bottom: 61px !important;
}

.p-61 {
  padding: 61px !important;
}

.w-62 {
  width: 62px !important;
}

.mxw-62 {
  max-width: 62px !important;
}

.h-62 {
  height: 62px !important;
}

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

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

.mb-62 {
  margin-bottom: 62px !important;
}

.p-62 {
  padding: 62px !important;
}

.w-63 {
  width: 63px !important;
}

.mxw-63 {
  max-width: 63px !important;
}

.h-63 {
  height: 63px !important;
}

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

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

.mb-63 {
  margin-bottom: 63px !important;
}

.p-63 {
  padding: 63px !important;
}

.w-64 {
  width: 64px !important;
}

.mxw-64 {
  max-width: 64px !important;
}

.h-64 {
  height: 64px !important;
}

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

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

.mb-64 {
  margin-bottom: 64px !important;
}

.p-64 {
  padding: 64px !important;
}

.w-65 {
  width: 65px !important;
}

.mxw-65 {
  max-width: 65px !important;
}

.h-65 {
  height: 65px !important;
}

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

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

.mb-65 {
  margin-bottom: 65px !important;
}

.p-65 {
  padding: 65px !important;
}

.w-66 {
  width: 66px !important;
}

.mxw-66 {
  max-width: 66px !important;
}

.h-66 {
  height: 66px !important;
}

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

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

.mb-66 {
  margin-bottom: 66px !important;
}

.p-66 {
  padding: 66px !important;
}

.w-67 {
  width: 67px !important;
}

.mxw-67 {
  max-width: 67px !important;
}

.h-67 {
  height: 67px !important;
}

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

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

.mb-67 {
  margin-bottom: 67px !important;
}

.p-67 {
  padding: 67px !important;
}

.w-68 {
  width: 68px !important;
}

.mxw-68 {
  max-width: 68px !important;
}

.h-68 {
  height: 68px !important;
}

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

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

.mb-68 {
  margin-bottom: 68px !important;
}

.p-68 {
  padding: 68px !important;
}

.w-69 {
  width: 69px !important;
}

.mxw-69 {
  max-width: 69px !important;
}

.h-69 {
  height: 69px !important;
}

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

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

.mb-69 {
  margin-bottom: 69px !important;
}

.p-69 {
  padding: 69px !important;
}

.w-70 {
  width: 70px !important;
}

.mxw-70 {
  max-width: 70px !important;
}

.h-70 {
  height: 70px !important;
}

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

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

.mb-70 {
  margin-bottom: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.w-71 {
  width: 71px !important;
}

.mxw-71 {
  max-width: 71px !important;
}

.h-71 {
  height: 71px !important;
}

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

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

.mb-71 {
  margin-bottom: 71px !important;
}

.p-71 {
  padding: 71px !important;
}

.w-72 {
  width: 72px !important;
}

.mxw-72 {
  max-width: 72px !important;
}

.h-72 {
  height: 72px !important;
}

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

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

.mb-72 {
  margin-bottom: 72px !important;
}

.p-72 {
  padding: 72px !important;
}

.w-73 {
  width: 73px !important;
}

.mxw-73 {
  max-width: 73px !important;
}

.h-73 {
  height: 73px !important;
}

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

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

.mb-73 {
  margin-bottom: 73px !important;
}

.p-73 {
  padding: 73px !important;
}

.w-74 {
  width: 74px !important;
}

.mxw-74 {
  max-width: 74px !important;
}

.h-74 {
  height: 74px !important;
}

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

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

.mb-74 {
  margin-bottom: 74px !important;
}

.p-74 {
  padding: 74px !important;
}

.w-75 {
  width: 75px !important;
}

.mxw-75 {
  max-width: 75px !important;
}

.h-75 {
  height: 75px !important;
}

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

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

.mb-75 {
  margin-bottom: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.w-76 {
  width: 76px !important;
}

.mxw-76 {
  max-width: 76px !important;
}

.h-76 {
  height: 76px !important;
}

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

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

.mb-76 {
  margin-bottom: 76px !important;
}

.p-76 {
  padding: 76px !important;
}

.w-77 {
  width: 77px !important;
}

.mxw-77 {
  max-width: 77px !important;
}

.h-77 {
  height: 77px !important;
}

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

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

.mb-77 {
  margin-bottom: 77px !important;
}

.p-77 {
  padding: 77px !important;
}

.w-78 {
  width: 78px !important;
}

.mxw-78 {
  max-width: 78px !important;
}

.h-78 {
  height: 78px !important;
}

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

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

.mb-78 {
  margin-bottom: 78px !important;
}

.p-78 {
  padding: 78px !important;
}

.w-79 {
  width: 79px !important;
}

.mxw-79 {
  max-width: 79px !important;
}

.h-79 {
  height: 79px !important;
}

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

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

.mb-79 {
  margin-bottom: 79px !important;
}

.p-79 {
  padding: 79px !important;
}

.w-80 {
  width: 80px !important;
}

.mxw-80 {
  max-width: 80px !important;
}

.h-80 {
  height: 80px !important;
}

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

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

.mb-80 {
  margin-bottom: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.w-81 {
  width: 81px !important;
}

.mxw-81 {
  max-width: 81px !important;
}

.h-81 {
  height: 81px !important;
}

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

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

.mb-81 {
  margin-bottom: 81px !important;
}

.p-81 {
  padding: 81px !important;
}

.w-82 {
  width: 82px !important;
}

.mxw-82 {
  max-width: 82px !important;
}

.h-82 {
  height: 82px !important;
}

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

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

.mb-82 {
  margin-bottom: 82px !important;
}

.p-82 {
  padding: 82px !important;
}

.w-83 {
  width: 83px !important;
}

.mxw-83 {
  max-width: 83px !important;
}

.h-83 {
  height: 83px !important;
}

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

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

.mb-83 {
  margin-bottom: 83px !important;
}

.p-83 {
  padding: 83px !important;
}

.w-84 {
  width: 84px !important;
}

.mxw-84 {
  max-width: 84px !important;
}

.h-84 {
  height: 84px !important;
}

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

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

.mb-84 {
  margin-bottom: 84px !important;
}

.p-84 {
  padding: 84px !important;
}

.w-85 {
  width: 85px !important;
}

.mxw-85 {
  max-width: 85px !important;
}

.h-85 {
  height: 85px !important;
}

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

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

.mb-85 {
  margin-bottom: 85px !important;
}

.p-85 {
  padding: 85px !important;
}

.w-86 {
  width: 86px !important;
}

.mxw-86 {
  max-width: 86px !important;
}

.h-86 {
  height: 86px !important;
}

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

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

.mb-86 {
  margin-bottom: 86px !important;
}

.p-86 {
  padding: 86px !important;
}

.w-87 {
  width: 87px !important;
}

.mxw-87 {
  max-width: 87px !important;
}

.h-87 {
  height: 87px !important;
}

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

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

.mb-87 {
  margin-bottom: 87px !important;
}

.p-87 {
  padding: 87px !important;
}

.w-88 {
  width: 88px !important;
}

.mxw-88 {
  max-width: 88px !important;
}

.h-88 {
  height: 88px !important;
}

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

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

.mb-88 {
  margin-bottom: 88px !important;
}

.p-88 {
  padding: 88px !important;
}

.w-89 {
  width: 89px !important;
}

.mxw-89 {
  max-width: 89px !important;
}

.h-89 {
  height: 89px !important;
}

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

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

.mb-89 {
  margin-bottom: 89px !important;
}

.p-89 {
  padding: 89px !important;
}

.w-90 {
  width: 90px !important;
}

.mxw-90 {
  max-width: 90px !important;
}

.h-90 {
  height: 90px !important;
}

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

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

.mb-90 {
  margin-bottom: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.w-91 {
  width: 91px !important;
}

.mxw-91 {
  max-width: 91px !important;
}

.h-91 {
  height: 91px !important;
}

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

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

.mb-91 {
  margin-bottom: 91px !important;
}

.p-91 {
  padding: 91px !important;
}

.w-92 {
  width: 92px !important;
}

.mxw-92 {
  max-width: 92px !important;
}

.h-92 {
  height: 92px !important;
}

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

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

.mb-92 {
  margin-bottom: 92px !important;
}

.p-92 {
  padding: 92px !important;
}

.w-93 {
  width: 93px !important;
}

.mxw-93 {
  max-width: 93px !important;
}

.h-93 {
  height: 93px !important;
}

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

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

.mb-93 {
  margin-bottom: 93px !important;
}

.p-93 {
  padding: 93px !important;
}

.w-94 {
  width: 94px !important;
}

.mxw-94 {
  max-width: 94px !important;
}

.h-94 {
  height: 94px !important;
}

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

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

.mb-94 {
  margin-bottom: 94px !important;
}

.p-94 {
  padding: 94px !important;
}

.w-95 {
  width: 95px !important;
}

.mxw-95 {
  max-width: 95px !important;
}

.h-95 {
  height: 95px !important;
}

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

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

.mb-95 {
  margin-bottom: 95px !important;
}

.p-95 {
  padding: 95px !important;
}

.w-96 {
  width: 96px !important;
}

.mxw-96 {
  max-width: 96px !important;
}

.h-96 {
  height: 96px !important;
}

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

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

.mb-96 {
  margin-bottom: 96px !important;
}

.p-96 {
  padding: 96px !important;
}

.w-97 {
  width: 97px !important;
}

.mxw-97 {
  max-width: 97px !important;
}

.h-97 {
  height: 97px !important;
}

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

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

.mb-97 {
  margin-bottom: 97px !important;
}

.p-97 {
  padding: 97px !important;
}

.w-98 {
  width: 98px !important;
}

.mxw-98 {
  max-width: 98px !important;
}

.h-98 {
  height: 98px !important;
}

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

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

.mb-98 {
  margin-bottom: 98px !important;
}

.p-98 {
  padding: 98px !important;
}

.w-99 {
  width: 99px !important;
}

.mxw-99 {
  max-width: 99px !important;
}

.h-99 {
  height: 99px !important;
}

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

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

.mb-99 {
  margin-bottom: 99px !important;
}

.p-99 {
  padding: 99px !important;
}

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

.mxw-100 {
  max-width: 100px !important;
}

.h-100 {
  height: 100px !important;
}

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

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

.mb-100 {
  margin-bottom: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.w-101 {
  width: 101px !important;
}

.mxw-101 {
  max-width: 101px !important;
}

.h-101 {
  height: 101px !important;
}

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

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

.mb-101 {
  margin-bottom: 101px !important;
}

.p-101 {
  padding: 101px !important;
}

.w-102 {
  width: 102px !important;
}

.mxw-102 {
  max-width: 102px !important;
}

.h-102 {
  height: 102px !important;
}

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

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

.mb-102 {
  margin-bottom: 102px !important;
}

.p-102 {
  padding: 102px !important;
}

.w-103 {
  width: 103px !important;
}

.mxw-103 {
  max-width: 103px !important;
}

.h-103 {
  height: 103px !important;
}

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

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

.mb-103 {
  margin-bottom: 103px !important;
}

.p-103 {
  padding: 103px !important;
}

.w-104 {
  width: 104px !important;
}

.mxw-104 {
  max-width: 104px !important;
}

.h-104 {
  height: 104px !important;
}

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

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

.mb-104 {
  margin-bottom: 104px !important;
}

.p-104 {
  padding: 104px !important;
}

.w-105 {
  width: 105px !important;
}

.mxw-105 {
  max-width: 105px !important;
}

.h-105 {
  height: 105px !important;
}

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

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

.mb-105 {
  margin-bottom: 105px !important;
}

.p-105 {
  padding: 105px !important;
}

.w-106 {
  width: 106px !important;
}

.mxw-106 {
  max-width: 106px !important;
}

.h-106 {
  height: 106px !important;
}

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

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

.mb-106 {
  margin-bottom: 106px !important;
}

.p-106 {
  padding: 106px !important;
}

.w-107 {
  width: 107px !important;
}

.mxw-107 {
  max-width: 107px !important;
}

.h-107 {
  height: 107px !important;
}

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

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

.mb-107 {
  margin-bottom: 107px !important;
}

.p-107 {
  padding: 107px !important;
}

.w-108 {
  width: 108px !important;
}

.mxw-108 {
  max-width: 108px !important;
}

.h-108 {
  height: 108px !important;
}

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

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

.mb-108 {
  margin-bottom: 108px !important;
}

.p-108 {
  padding: 108px !important;
}

.w-109 {
  width: 109px !important;
}

.mxw-109 {
  max-width: 109px !important;
}

.h-109 {
  height: 109px !important;
}

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

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

.mb-109 {
  margin-bottom: 109px !important;
}

.p-109 {
  padding: 109px !important;
}

.w-110 {
  width: 110px !important;
}

.mxw-110 {
  max-width: 110px !important;
}

.h-110 {
  height: 110px !important;
}

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

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

.mb-110 {
  margin-bottom: 110px !important;
}

.p-110 {
  padding: 110px !important;
}

.w-111 {
  width: 111px !important;
}

.mxw-111 {
  max-width: 111px !important;
}

.h-111 {
  height: 111px !important;
}

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

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

.mb-111 {
  margin-bottom: 111px !important;
}

.p-111 {
  padding: 111px !important;
}

.w-112 {
  width: 112px !important;
}

.mxw-112 {
  max-width: 112px !important;
}

.h-112 {
  height: 112px !important;
}

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

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

.mb-112 {
  margin-bottom: 112px !important;
}

.p-112 {
  padding: 112px !important;
}

.w-113 {
  width: 113px !important;
}

.mxw-113 {
  max-width: 113px !important;
}

.h-113 {
  height: 113px !important;
}

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

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

.mb-113 {
  margin-bottom: 113px !important;
}

.p-113 {
  padding: 113px !important;
}

.w-114 {
  width: 114px !important;
}

.mxw-114 {
  max-width: 114px !important;
}

.h-114 {
  height: 114px !important;
}

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

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

.mb-114 {
  margin-bottom: 114px !important;
}

.p-114 {
  padding: 114px !important;
}

.w-115 {
  width: 115px !important;
}

.mxw-115 {
  max-width: 115px !important;
}

.h-115 {
  height: 115px !important;
}

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

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

.mb-115 {
  margin-bottom: 115px !important;
}

.p-115 {
  padding: 115px !important;
}

.w-116 {
  width: 116px !important;
}

.mxw-116 {
  max-width: 116px !important;
}

.h-116 {
  height: 116px !important;
}

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

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

.mb-116 {
  margin-bottom: 116px !important;
}

.p-116 {
  padding: 116px !important;
}

.w-117 {
  width: 117px !important;
}

.mxw-117 {
  max-width: 117px !important;
}

.h-117 {
  height: 117px !important;
}

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

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

.mb-117 {
  margin-bottom: 117px !important;
}

.p-117 {
  padding: 117px !important;
}

.w-118 {
  width: 118px !important;
}

.mxw-118 {
  max-width: 118px !important;
}

.h-118 {
  height: 118px !important;
}

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

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

.mb-118 {
  margin-bottom: 118px !important;
}

.p-118 {
  padding: 118px !important;
}

.w-119 {
  width: 119px !important;
}

.mxw-119 {
  max-width: 119px !important;
}

.h-119 {
  height: 119px !important;
}

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

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

.mb-119 {
  margin-bottom: 119px !important;
}

.p-119 {
  padding: 119px !important;
}

.w-120 {
  width: 120px !important;
}

.mxw-120 {
  max-width: 120px !important;
}

.h-120 {
  height: 120px !important;
}

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

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

.mb-120 {
  margin-bottom: 120px !important;
}

.p-120 {
  padding: 120px !important;
}

.w-121 {
  width: 121px !important;
}

.mxw-121 {
  max-width: 121px !important;
}

.h-121 {
  height: 121px !important;
}

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

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

.mb-121 {
  margin-bottom: 121px !important;
}

.p-121 {
  padding: 121px !important;
}

.w-122 {
  width: 122px !important;
}

.mxw-122 {
  max-width: 122px !important;
}

.h-122 {
  height: 122px !important;
}

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

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

.mb-122 {
  margin-bottom: 122px !important;
}

.p-122 {
  padding: 122px !important;
}

.w-123 {
  width: 123px !important;
}

.mxw-123 {
  max-width: 123px !important;
}

.h-123 {
  height: 123px !important;
}

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

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

.mb-123 {
  margin-bottom: 123px !important;
}

.p-123 {
  padding: 123px !important;
}

.w-124 {
  width: 124px !important;
}

.mxw-124 {
  max-width: 124px !important;
}

.h-124 {
  height: 124px !important;
}

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

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

.mb-124 {
  margin-bottom: 124px !important;
}

.p-124 {
  padding: 124px !important;
}

.w-125 {
  width: 125px !important;
}

.mxw-125 {
  max-width: 125px !important;
}

.h-125 {
  height: 125px !important;
}

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

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

.mb-125 {
  margin-bottom: 125px !important;
}

.p-125 {
  padding: 125px !important;
}

.w-126 {
  width: 126px !important;
}

.mxw-126 {
  max-width: 126px !important;
}

.h-126 {
  height: 126px !important;
}

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

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

.mb-126 {
  margin-bottom: 126px !important;
}

.p-126 {
  padding: 126px !important;
}

.w-127 {
  width: 127px !important;
}

.mxw-127 {
  max-width: 127px !important;
}

.h-127 {
  height: 127px !important;
}

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

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

.mb-127 {
  margin-bottom: 127px !important;
}

.p-127 {
  padding: 127px !important;
}

.w-128 {
  width: 128px !important;
}

.mxw-128 {
  max-width: 128px !important;
}

.h-128 {
  height: 128px !important;
}

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

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

.mb-128 {
  margin-bottom: 128px !important;
}

.p-128 {
  padding: 128px !important;
}

.w-129 {
  width: 129px !important;
}

.mxw-129 {
  max-width: 129px !important;
}

.h-129 {
  height: 129px !important;
}

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

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

.mb-129 {
  margin-bottom: 129px !important;
}

.p-129 {
  padding: 129px !important;
}

.w-130 {
  width: 130px !important;
}

.mxw-130 {
  max-width: 130px !important;
}

.h-130 {
  height: 130px !important;
}

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

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

.mb-130 {
  margin-bottom: 130px !important;
}

.p-130 {
  padding: 130px !important;
}

.w-131 {
  width: 131px !important;
}

.mxw-131 {
  max-width: 131px !important;
}

.h-131 {
  height: 131px !important;
}

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

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

.mb-131 {
  margin-bottom: 131px !important;
}

.p-131 {
  padding: 131px !important;
}

.w-132 {
  width: 132px !important;
}

.mxw-132 {
  max-width: 132px !important;
}

.h-132 {
  height: 132px !important;
}

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

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

.mb-132 {
  margin-bottom: 132px !important;
}

.p-132 {
  padding: 132px !important;
}

.w-133 {
  width: 133px !important;
}

.mxw-133 {
  max-width: 133px !important;
}

.h-133 {
  height: 133px !important;
}

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

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

.mb-133 {
  margin-bottom: 133px !important;
}

.p-133 {
  padding: 133px !important;
}

.w-134 {
  width: 134px !important;
}

.mxw-134 {
  max-width: 134px !important;
}

.h-134 {
  height: 134px !important;
}

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

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

.mb-134 {
  margin-bottom: 134px !important;
}

.p-134 {
  padding: 134px !important;
}

.w-135 {
  width: 135px !important;
}

.mxw-135 {
  max-width: 135px !important;
}

.h-135 {
  height: 135px !important;
}

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

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

.mb-135 {
  margin-bottom: 135px !important;
}

.p-135 {
  padding: 135px !important;
}

.w-136 {
  width: 136px !important;
}

.mxw-136 {
  max-width: 136px !important;
}

.h-136 {
  height: 136px !important;
}

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

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

.mb-136 {
  margin-bottom: 136px !important;
}

.p-136 {
  padding: 136px !important;
}

.w-137 {
  width: 137px !important;
}

.mxw-137 {
  max-width: 137px !important;
}

.h-137 {
  height: 137px !important;
}

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

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

.mb-137 {
  margin-bottom: 137px !important;
}

.p-137 {
  padding: 137px !important;
}

.w-138 {
  width: 138px !important;
}

.mxw-138 {
  max-width: 138px !important;
}

.h-138 {
  height: 138px !important;
}

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

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

.mb-138 {
  margin-bottom: 138px !important;
}

.p-138 {
  padding: 138px !important;
}

.w-139 {
  width: 139px !important;
}

.mxw-139 {
  max-width: 139px !important;
}

.h-139 {
  height: 139px !important;
}

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

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

.mb-139 {
  margin-bottom: 139px !important;
}

.p-139 {
  padding: 139px !important;
}

.w-140 {
  width: 140px !important;
}

.mxw-140 {
  max-width: 140px !important;
}

.h-140 {
  height: 140px !important;
}

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

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

.mb-140 {
  margin-bottom: 140px !important;
}

.p-140 {
  padding: 140px !important;
}

.w-141 {
  width: 141px !important;
}

.mxw-141 {
  max-width: 141px !important;
}

.h-141 {
  height: 141px !important;
}

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

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

.mb-141 {
  margin-bottom: 141px !important;
}

.p-141 {
  padding: 141px !important;
}

.w-142 {
  width: 142px !important;
}

.mxw-142 {
  max-width: 142px !important;
}

.h-142 {
  height: 142px !important;
}

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

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

.mb-142 {
  margin-bottom: 142px !important;
}

.p-142 {
  padding: 142px !important;
}

.w-143 {
  width: 143px !important;
}

.mxw-143 {
  max-width: 143px !important;
}

.h-143 {
  height: 143px !important;
}

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

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

.mb-143 {
  margin-bottom: 143px !important;
}

.p-143 {
  padding: 143px !important;
}

.w-144 {
  width: 144px !important;
}

.mxw-144 {
  max-width: 144px !important;
}

.h-144 {
  height: 144px !important;
}

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

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

.mb-144 {
  margin-bottom: 144px !important;
}

.p-144 {
  padding: 144px !important;
}

.w-145 {
  width: 145px !important;
}

.mxw-145 {
  max-width: 145px !important;
}

.h-145 {
  height: 145px !important;
}

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

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

.mb-145 {
  margin-bottom: 145px !important;
}

.p-145 {
  padding: 145px !important;
}

.w-146 {
  width: 146px !important;
}

.mxw-146 {
  max-width: 146px !important;
}

.h-146 {
  height: 146px !important;
}

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

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

.mb-146 {
  margin-bottom: 146px !important;
}

.p-146 {
  padding: 146px !important;
}

.w-147 {
  width: 147px !important;
}

.mxw-147 {
  max-width: 147px !important;
}

.h-147 {
  height: 147px !important;
}

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

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

.mb-147 {
  margin-bottom: 147px !important;
}

.p-147 {
  padding: 147px !important;
}

.w-148 {
  width: 148px !important;
}

.mxw-148 {
  max-width: 148px !important;
}

.h-148 {
  height: 148px !important;
}

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

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

.mb-148 {
  margin-bottom: 148px !important;
}

.p-148 {
  padding: 148px !important;
}

.w-149 {
  width: 149px !important;
}

.mxw-149 {
  max-width: 149px !important;
}

.h-149 {
  height: 149px !important;
}

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

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

.mb-149 {
  margin-bottom: 149px !important;
}

.p-149 {
  padding: 149px !important;
}

.w-150 {
  width: 150px !important;
}

.mxw-150 {
  max-width: 150px !important;
}

.h-150 {
  height: 150px !important;
}

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

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

.mb-150 {
  margin-bottom: 150px !important;
}

.p-150 {
  padding: 150px !important;
}

.w-151 {
  width: 151px !important;
}

.mxw-151 {
  max-width: 151px !important;
}

.h-151 {
  height: 151px !important;
}

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

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

.mb-151 {
  margin-bottom: 151px !important;
}

.p-151 {
  padding: 151px !important;
}

.w-152 {
  width: 152px !important;
}

.mxw-152 {
  max-width: 152px !important;
}

.h-152 {
  height: 152px !important;
}

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

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

.mb-152 {
  margin-bottom: 152px !important;
}

.p-152 {
  padding: 152px !important;
}

.w-153 {
  width: 153px !important;
}

.mxw-153 {
  max-width: 153px !important;
}

.h-153 {
  height: 153px !important;
}

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

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

.mb-153 {
  margin-bottom: 153px !important;
}

.p-153 {
  padding: 153px !important;
}

.w-154 {
  width: 154px !important;
}

.mxw-154 {
  max-width: 154px !important;
}

.h-154 {
  height: 154px !important;
}

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

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

.mb-154 {
  margin-bottom: 154px !important;
}

.p-154 {
  padding: 154px !important;
}

.w-155 {
  width: 155px !important;
}

.mxw-155 {
  max-width: 155px !important;
}

.h-155 {
  height: 155px !important;
}

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

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

.mb-155 {
  margin-bottom: 155px !important;
}

.p-155 {
  padding: 155px !important;
}

.w-156 {
  width: 156px !important;
}

.mxw-156 {
  max-width: 156px !important;
}

.h-156 {
  height: 156px !important;
}

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

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

.mb-156 {
  margin-bottom: 156px !important;
}

.p-156 {
  padding: 156px !important;
}

.w-157 {
  width: 157px !important;
}

.mxw-157 {
  max-width: 157px !important;
}

.h-157 {
  height: 157px !important;
}

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

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

.mb-157 {
  margin-bottom: 157px !important;
}

.p-157 {
  padding: 157px !important;
}

.w-158 {
  width: 158px !important;
}

.mxw-158 {
  max-width: 158px !important;
}

.h-158 {
  height: 158px !important;
}

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

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

.mb-158 {
  margin-bottom: 158px !important;
}

.p-158 {
  padding: 158px !important;
}

.w-159 {
  width: 159px !important;
}

.mxw-159 {
  max-width: 159px !important;
}

.h-159 {
  height: 159px !important;
}

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

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

.mb-159 {
  margin-bottom: 159px !important;
}

.p-159 {
  padding: 159px !important;
}

.w-160 {
  width: 160px !important;
}

.mxw-160 {
  max-width: 160px !important;
}

.h-160 {
  height: 160px !important;
}

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

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

.mb-160 {
  margin-bottom: 160px !important;
}

.p-160 {
  padding: 160px !important;
}

.w-161 {
  width: 161px !important;
}

.mxw-161 {
  max-width: 161px !important;
}

.h-161 {
  height: 161px !important;
}

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

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

.mb-161 {
  margin-bottom: 161px !important;
}

.p-161 {
  padding: 161px !important;
}

.w-162 {
  width: 162px !important;
}

.mxw-162 {
  max-width: 162px !important;
}

.h-162 {
  height: 162px !important;
}

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

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

.mb-162 {
  margin-bottom: 162px !important;
}

.p-162 {
  padding: 162px !important;
}

.w-163 {
  width: 163px !important;
}

.mxw-163 {
  max-width: 163px !important;
}

.h-163 {
  height: 163px !important;
}

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

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

.mb-163 {
  margin-bottom: 163px !important;
}

.p-163 {
  padding: 163px !important;
}

.w-164 {
  width: 164px !important;
}

.mxw-164 {
  max-width: 164px !important;
}

.h-164 {
  height: 164px !important;
}

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

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

.mb-164 {
  margin-bottom: 164px !important;
}

.p-164 {
  padding: 164px !important;
}

.w-165 {
  width: 165px !important;
}

.mxw-165 {
  max-width: 165px !important;
}

.h-165 {
  height: 165px !important;
}

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

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

.mb-165 {
  margin-bottom: 165px !important;
}

.p-165 {
  padding: 165px !important;
}

.w-166 {
  width: 166px !important;
}

.mxw-166 {
  max-width: 166px !important;
}

.h-166 {
  height: 166px !important;
}

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

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

.mb-166 {
  margin-bottom: 166px !important;
}

.p-166 {
  padding: 166px !important;
}

.w-167 {
  width: 167px !important;
}

.mxw-167 {
  max-width: 167px !important;
}

.h-167 {
  height: 167px !important;
}

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

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

.mb-167 {
  margin-bottom: 167px !important;
}

.p-167 {
  padding: 167px !important;
}

.w-168 {
  width: 168px !important;
}

.mxw-168 {
  max-width: 168px !important;
}

.h-168 {
  height: 168px !important;
}

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

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

.mb-168 {
  margin-bottom: 168px !important;
}

.p-168 {
  padding: 168px !important;
}

.w-169 {
  width: 169px !important;
}

.mxw-169 {
  max-width: 169px !important;
}

.h-169 {
  height: 169px !important;
}

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

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

.mb-169 {
  margin-bottom: 169px !important;
}

.p-169 {
  padding: 169px !important;
}

.w-170 {
  width: 170px !important;
}

.mxw-170 {
  max-width: 170px !important;
}

.h-170 {
  height: 170px !important;
}

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

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

.mb-170 {
  margin-bottom: 170px !important;
}

.p-170 {
  padding: 170px !important;
}

.w-171 {
  width: 171px !important;
}

.mxw-171 {
  max-width: 171px !important;
}

.h-171 {
  height: 171px !important;
}

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

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

.mb-171 {
  margin-bottom: 171px !important;
}

.p-171 {
  padding: 171px !important;
}

.w-172 {
  width: 172px !important;
}

.mxw-172 {
  max-width: 172px !important;
}

.h-172 {
  height: 172px !important;
}

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

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

.mb-172 {
  margin-bottom: 172px !important;
}

.p-172 {
  padding: 172px !important;
}

.w-173 {
  width: 173px !important;
}

.mxw-173 {
  max-width: 173px !important;
}

.h-173 {
  height: 173px !important;
}

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

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

.mb-173 {
  margin-bottom: 173px !important;
}

.p-173 {
  padding: 173px !important;
}

.w-174 {
  width: 174px !important;
}

.mxw-174 {
  max-width: 174px !important;
}

.h-174 {
  height: 174px !important;
}

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

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

.mb-174 {
  margin-bottom: 174px !important;
}

.p-174 {
  padding: 174px !important;
}

.w-175 {
  width: 175px !important;
}

.mxw-175 {
  max-width: 175px !important;
}

.h-175 {
  height: 175px !important;
}

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

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

.mb-175 {
  margin-bottom: 175px !important;
}

.p-175 {
  padding: 175px !important;
}

.w-176 {
  width: 176px !important;
}

.mxw-176 {
  max-width: 176px !important;
}

.h-176 {
  height: 176px !important;
}

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

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

.mb-176 {
  margin-bottom: 176px !important;
}

.p-176 {
  padding: 176px !important;
}

.w-177 {
  width: 177px !important;
}

.mxw-177 {
  max-width: 177px !important;
}

.h-177 {
  height: 177px !important;
}

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

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

.mb-177 {
  margin-bottom: 177px !important;
}

.p-177 {
  padding: 177px !important;
}

.w-178 {
  width: 178px !important;
}

.mxw-178 {
  max-width: 178px !important;
}

.h-178 {
  height: 178px !important;
}

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

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

.mb-178 {
  margin-bottom: 178px !important;
}

.p-178 {
  padding: 178px !important;
}

.w-179 {
  width: 179px !important;
}

.mxw-179 {
  max-width: 179px !important;
}

.h-179 {
  height: 179px !important;
}

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

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

.mb-179 {
  margin-bottom: 179px !important;
}

.p-179 {
  padding: 179px !important;
}

.w-180 {
  width: 180px !important;
}

.mxw-180 {
  max-width: 180px !important;
}

.h-180 {
  height: 180px !important;
}

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

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

.mb-180 {
  margin-bottom: 180px !important;
}

.p-180 {
  padding: 180px !important;
}

.w-181 {
  width: 181px !important;
}

.mxw-181 {
  max-width: 181px !important;
}

.h-181 {
  height: 181px !important;
}

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

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

.mb-181 {
  margin-bottom: 181px !important;
}

.p-181 {
  padding: 181px !important;
}

.w-182 {
  width: 182px !important;
}

.mxw-182 {
  max-width: 182px !important;
}

.h-182 {
  height: 182px !important;
}

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

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

.mb-182 {
  margin-bottom: 182px !important;
}

.p-182 {
  padding: 182px !important;
}

.w-183 {
  width: 183px !important;
}

.mxw-183 {
  max-width: 183px !important;
}

.h-183 {
  height: 183px !important;
}

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

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

.mb-183 {
  margin-bottom: 183px !important;
}

.p-183 {
  padding: 183px !important;
}

.w-184 {
  width: 184px !important;
}

.mxw-184 {
  max-width: 184px !important;
}

.h-184 {
  height: 184px !important;
}

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

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

.mb-184 {
  margin-bottom: 184px !important;
}

.p-184 {
  padding: 184px !important;
}

.w-185 {
  width: 185px !important;
}

.mxw-185 {
  max-width: 185px !important;
}

.h-185 {
  height: 185px !important;
}

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

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

.mb-185 {
  margin-bottom: 185px !important;
}

.p-185 {
  padding: 185px !important;
}

.w-186 {
  width: 186px !important;
}

.mxw-186 {
  max-width: 186px !important;
}

.h-186 {
  height: 186px !important;
}

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

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

.mb-186 {
  margin-bottom: 186px !important;
}

.p-186 {
  padding: 186px !important;
}

.w-187 {
  width: 187px !important;
}

.mxw-187 {
  max-width: 187px !important;
}

.h-187 {
  height: 187px !important;
}

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

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

.mb-187 {
  margin-bottom: 187px !important;
}

.p-187 {
  padding: 187px !important;
}

.w-188 {
  width: 188px !important;
}

.mxw-188 {
  max-width: 188px !important;
}

.h-188 {
  height: 188px !important;
}

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

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

.mb-188 {
  margin-bottom: 188px !important;
}

.p-188 {
  padding: 188px !important;
}

.w-189 {
  width: 189px !important;
}

.mxw-189 {
  max-width: 189px !important;
}

.h-189 {
  height: 189px !important;
}

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

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

.mb-189 {
  margin-bottom: 189px !important;
}

.p-189 {
  padding: 189px !important;
}

.w-190 {
  width: 190px !important;
}

.mxw-190 {
  max-width: 190px !important;
}

.h-190 {
  height: 190px !important;
}

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

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

.mb-190 {
  margin-bottom: 190px !important;
}

.p-190 {
  padding: 190px !important;
}

.w-191 {
  width: 191px !important;
}

.mxw-191 {
  max-width: 191px !important;
}

.h-191 {
  height: 191px !important;
}

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

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

.mb-191 {
  margin-bottom: 191px !important;
}

.p-191 {
  padding: 191px !important;
}

.w-192 {
  width: 192px !important;
}

.mxw-192 {
  max-width: 192px !important;
}

.h-192 {
  height: 192px !important;
}

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

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

.mb-192 {
  margin-bottom: 192px !important;
}

.p-192 {
  padding: 192px !important;
}

.w-193 {
  width: 193px !important;
}

.mxw-193 {
  max-width: 193px !important;
}

.h-193 {
  height: 193px !important;
}

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

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

.mb-193 {
  margin-bottom: 193px !important;
}

.p-193 {
  padding: 193px !important;
}

.w-194 {
  width: 194px !important;
}

.mxw-194 {
  max-width: 194px !important;
}

.h-194 {
  height: 194px !important;
}

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

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

.mb-194 {
  margin-bottom: 194px !important;
}

.p-194 {
  padding: 194px !important;
}

.w-195 {
  width: 195px !important;
}

.mxw-195 {
  max-width: 195px !important;
}

.h-195 {
  height: 195px !important;
}

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

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

.mb-195 {
  margin-bottom: 195px !important;
}

.p-195 {
  padding: 195px !important;
}

.w-196 {
  width: 196px !important;
}

.mxw-196 {
  max-width: 196px !important;
}

.h-196 {
  height: 196px !important;
}

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

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

.mb-196 {
  margin-bottom: 196px !important;
}

.p-196 {
  padding: 196px !important;
}

.w-197 {
  width: 197px !important;
}

.mxw-197 {
  max-width: 197px !important;
}

.h-197 {
  height: 197px !important;
}

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

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

.mb-197 {
  margin-bottom: 197px !important;
}

.p-197 {
  padding: 197px !important;
}

.w-198 {
  width: 198px !important;
}

.mxw-198 {
  max-width: 198px !important;
}

.h-198 {
  height: 198px !important;
}

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

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

.mb-198 {
  margin-bottom: 198px !important;
}

.p-198 {
  padding: 198px !important;
}

.w-199 {
  width: 199px !important;
}

.mxw-199 {
  max-width: 199px !important;
}

.h-199 {
  height: 199px !important;
}

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

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

.mb-199 {
  margin-bottom: 199px !important;
}

.p-199 {
  padding: 199px !important;
}

.w-200 {
  width: 200px !important;
}

.mxw-200 {
  max-width: 200px !important;
}

.h-200 {
  height: 200px !important;
}

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

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

.mb-200 {
  margin-bottom: 200px !important;
}

.p-200 {
  padding: 200px !important;
}

.w-201 {
  width: 201px !important;
}

.mxw-201 {
  max-width: 201px !important;
}

.h-201 {
  height: 201px !important;
}

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

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

.mb-201 {
  margin-bottom: 201px !important;
}

.p-201 {
  padding: 201px !important;
}

.w-202 {
  width: 202px !important;
}

.mxw-202 {
  max-width: 202px !important;
}

.h-202 {
  height: 202px !important;
}

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

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

.mb-202 {
  margin-bottom: 202px !important;
}

.p-202 {
  padding: 202px !important;
}

.w-203 {
  width: 203px !important;
}

.mxw-203 {
  max-width: 203px !important;
}

.h-203 {
  height: 203px !important;
}

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

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

.mb-203 {
  margin-bottom: 203px !important;
}

.p-203 {
  padding: 203px !important;
}

.w-204 {
  width: 204px !important;
}

.mxw-204 {
  max-width: 204px !important;
}

.h-204 {
  height: 204px !important;
}

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

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

.mb-204 {
  margin-bottom: 204px !important;
}

.p-204 {
  padding: 204px !important;
}

.w-205 {
  width: 205px !important;
}

.mxw-205 {
  max-width: 205px !important;
}

.h-205 {
  height: 205px !important;
}

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

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

.mb-205 {
  margin-bottom: 205px !important;
}

.p-205 {
  padding: 205px !important;
}

.w-206 {
  width: 206px !important;
}

.mxw-206 {
  max-width: 206px !important;
}

.h-206 {
  height: 206px !important;
}

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

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

.mb-206 {
  margin-bottom: 206px !important;
}

.p-206 {
  padding: 206px !important;
}

.w-207 {
  width: 207px !important;
}

.mxw-207 {
  max-width: 207px !important;
}

.h-207 {
  height: 207px !important;
}

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

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

.mb-207 {
  margin-bottom: 207px !important;
}

.p-207 {
  padding: 207px !important;
}

.w-208 {
  width: 208px !important;
}

.mxw-208 {
  max-width: 208px !important;
}

.h-208 {
  height: 208px !important;
}

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

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

.mb-208 {
  margin-bottom: 208px !important;
}

.p-208 {
  padding: 208px !important;
}

.w-209 {
  width: 209px !important;
}

.mxw-209 {
  max-width: 209px !important;
}

.h-209 {
  height: 209px !important;
}

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

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

.mb-209 {
  margin-bottom: 209px !important;
}

.p-209 {
  padding: 209px !important;
}

.w-210 {
  width: 210px !important;
}

.mxw-210 {
  max-width: 210px !important;
}

.h-210 {
  height: 210px !important;
}

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

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

.mb-210 {
  margin-bottom: 210px !important;
}

.p-210 {
  padding: 210px !important;
}

.w-211 {
  width: 211px !important;
}

.mxw-211 {
  max-width: 211px !important;
}

.h-211 {
  height: 211px !important;
}

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

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

.mb-211 {
  margin-bottom: 211px !important;
}

.p-211 {
  padding: 211px !important;
}

.w-212 {
  width: 212px !important;
}

.mxw-212 {
  max-width: 212px !important;
}

.h-212 {
  height: 212px !important;
}

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

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

.mb-212 {
  margin-bottom: 212px !important;
}

.p-212 {
  padding: 212px !important;
}

.w-213 {
  width: 213px !important;
}

.mxw-213 {
  max-width: 213px !important;
}

.h-213 {
  height: 213px !important;
}

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

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

.mb-213 {
  margin-bottom: 213px !important;
}

.p-213 {
  padding: 213px !important;
}

.w-214 {
  width: 214px !important;
}

.mxw-214 {
  max-width: 214px !important;
}

.h-214 {
  height: 214px !important;
}

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

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

.mb-214 {
  margin-bottom: 214px !important;
}

.p-214 {
  padding: 214px !important;
}

.w-215 {
  width: 215px !important;
}

.mxw-215 {
  max-width: 215px !important;
}

.h-215 {
  height: 215px !important;
}

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

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

.mb-215 {
  margin-bottom: 215px !important;
}

.p-215 {
  padding: 215px !important;
}

.w-216 {
  width: 216px !important;
}

.mxw-216 {
  max-width: 216px !important;
}

.h-216 {
  height: 216px !important;
}

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

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

.mb-216 {
  margin-bottom: 216px !important;
}

.p-216 {
  padding: 216px !important;
}

.w-217 {
  width: 217px !important;
}

.mxw-217 {
  max-width: 217px !important;
}

.h-217 {
  height: 217px !important;
}

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

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

.mb-217 {
  margin-bottom: 217px !important;
}

.p-217 {
  padding: 217px !important;
}

.w-218 {
  width: 218px !important;
}

.mxw-218 {
  max-width: 218px !important;
}

.h-218 {
  height: 218px !important;
}

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

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

.mb-218 {
  margin-bottom: 218px !important;
}

.p-218 {
  padding: 218px !important;
}

.w-219 {
  width: 219px !important;
}

.mxw-219 {
  max-width: 219px !important;
}

.h-219 {
  height: 219px !important;
}

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

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

.mb-219 {
  margin-bottom: 219px !important;
}

.p-219 {
  padding: 219px !important;
}

.w-220 {
  width: 220px !important;
}

.mxw-220 {
  max-width: 220px !important;
}

.h-220 {
  height: 220px !important;
}

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

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

.mb-220 {
  margin-bottom: 220px !important;
}

.p-220 {
  padding: 220px !important;
}

.w-221 {
  width: 221px !important;
}

.mxw-221 {
  max-width: 221px !important;
}

.h-221 {
  height: 221px !important;
}

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

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

.mb-221 {
  margin-bottom: 221px !important;
}

.p-221 {
  padding: 221px !important;
}

.w-222 {
  width: 222px !important;
}

.mxw-222 {
  max-width: 222px !important;
}

.h-222 {
  height: 222px !important;
}

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

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

.mb-222 {
  margin-bottom: 222px !important;
}

.p-222 {
  padding: 222px !important;
}

.w-223 {
  width: 223px !important;
}

.mxw-223 {
  max-width: 223px !important;
}

.h-223 {
  height: 223px !important;
}

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

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

.mb-223 {
  margin-bottom: 223px !important;
}

.p-223 {
  padding: 223px !important;
}

.w-224 {
  width: 224px !important;
}

.mxw-224 {
  max-width: 224px !important;
}

.h-224 {
  height: 224px !important;
}

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

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

.mb-224 {
  margin-bottom: 224px !important;
}

.p-224 {
  padding: 224px !important;
}

.w-225 {
  width: 225px !important;
}

.mxw-225 {
  max-width: 225px !important;
}

.h-225 {
  height: 225px !important;
}

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

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

.mb-225 {
  margin-bottom: 225px !important;
}

.p-225 {
  padding: 225px !important;
}

.w-226 {
  width: 226px !important;
}

.mxw-226 {
  max-width: 226px !important;
}

.h-226 {
  height: 226px !important;
}

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

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

.mb-226 {
  margin-bottom: 226px !important;
}

.p-226 {
  padding: 226px !important;
}

.w-227 {
  width: 227px !important;
}

.mxw-227 {
  max-width: 227px !important;
}

.h-227 {
  height: 227px !important;
}

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

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

.mb-227 {
  margin-bottom: 227px !important;
}

.p-227 {
  padding: 227px !important;
}

.w-228 {
  width: 228px !important;
}

.mxw-228 {
  max-width: 228px !important;
}

.h-228 {
  height: 228px !important;
}

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

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

.mb-228 {
  margin-bottom: 228px !important;
}

.p-228 {
  padding: 228px !important;
}

.w-229 {
  width: 229px !important;
}

.mxw-229 {
  max-width: 229px !important;
}

.h-229 {
  height: 229px !important;
}

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

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

.mb-229 {
  margin-bottom: 229px !important;
}

.p-229 {
  padding: 229px !important;
}

.w-230 {
  width: 230px !important;
}

.mxw-230 {
  max-width: 230px !important;
}

.h-230 {
  height: 230px !important;
}

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

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

.mb-230 {
  margin-bottom: 230px !important;
}

.p-230 {
  padding: 230px !important;
}

.w-231 {
  width: 231px !important;
}

.mxw-231 {
  max-width: 231px !important;
}

.h-231 {
  height: 231px !important;
}

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

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

.mb-231 {
  margin-bottom: 231px !important;
}

.p-231 {
  padding: 231px !important;
}

.w-232 {
  width: 232px !important;
}

.mxw-232 {
  max-width: 232px !important;
}

.h-232 {
  height: 232px !important;
}

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

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

.mb-232 {
  margin-bottom: 232px !important;
}

.p-232 {
  padding: 232px !important;
}

.w-233 {
  width: 233px !important;
}

.mxw-233 {
  max-width: 233px !important;
}

.h-233 {
  height: 233px !important;
}

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

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

.mb-233 {
  margin-bottom: 233px !important;
}

.p-233 {
  padding: 233px !important;
}

.w-234 {
  width: 234px !important;
}

.mxw-234 {
  max-width: 234px !important;
}

.h-234 {
  height: 234px !important;
}

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

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

.mb-234 {
  margin-bottom: 234px !important;
}

.p-234 {
  padding: 234px !important;
}

.w-235 {
  width: 235px !important;
}

.mxw-235 {
  max-width: 235px !important;
}

.h-235 {
  height: 235px !important;
}

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

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

.mb-235 {
  margin-bottom: 235px !important;
}

.p-235 {
  padding: 235px !important;
}

.w-236 {
  width: 236px !important;
}

.mxw-236 {
  max-width: 236px !important;
}

.h-236 {
  height: 236px !important;
}

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

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

.mb-236 {
  margin-bottom: 236px !important;
}

.p-236 {
  padding: 236px !important;
}

.w-237 {
  width: 237px !important;
}

.mxw-237 {
  max-width: 237px !important;
}

.h-237 {
  height: 237px !important;
}

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

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

.mb-237 {
  margin-bottom: 237px !important;
}

.p-237 {
  padding: 237px !important;
}

.w-238 {
  width: 238px !important;
}

.mxw-238 {
  max-width: 238px !important;
}

.h-238 {
  height: 238px !important;
}

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

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

.mb-238 {
  margin-bottom: 238px !important;
}

.p-238 {
  padding: 238px !important;
}

.w-239 {
  width: 239px !important;
}

.mxw-239 {
  max-width: 239px !important;
}

.h-239 {
  height: 239px !important;
}

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

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

.mb-239 {
  margin-bottom: 239px !important;
}

.p-239 {
  padding: 239px !important;
}

.w-240 {
  width: 240px !important;
}

.mxw-240 {
  max-width: 240px !important;
}

.h-240 {
  height: 240px !important;
}

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

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

.mb-240 {
  margin-bottom: 240px !important;
}

.p-240 {
  padding: 240px !important;
}

.w-241 {
  width: 241px !important;
}

.mxw-241 {
  max-width: 241px !important;
}

.h-241 {
  height: 241px !important;
}

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

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

.mb-241 {
  margin-bottom: 241px !important;
}

.p-241 {
  padding: 241px !important;
}

.w-242 {
  width: 242px !important;
}

.mxw-242 {
  max-width: 242px !important;
}

.h-242 {
  height: 242px !important;
}

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

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

.mb-242 {
  margin-bottom: 242px !important;
}

.p-242 {
  padding: 242px !important;
}

.w-243 {
  width: 243px !important;
}

.mxw-243 {
  max-width: 243px !important;
}

.h-243 {
  height: 243px !important;
}

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

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

.mb-243 {
  margin-bottom: 243px !important;
}

.p-243 {
  padding: 243px !important;
}

.w-244 {
  width: 244px !important;
}

.mxw-244 {
  max-width: 244px !important;
}

.h-244 {
  height: 244px !important;
}

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

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

.mb-244 {
  margin-bottom: 244px !important;
}

.p-244 {
  padding: 244px !important;
}

.w-245 {
  width: 245px !important;
}

.mxw-245 {
  max-width: 245px !important;
}

.h-245 {
  height: 245px !important;
}

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

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

.mb-245 {
  margin-bottom: 245px !important;
}

.p-245 {
  padding: 245px !important;
}

.w-246 {
  width: 246px !important;
}

.mxw-246 {
  max-width: 246px !important;
}

.h-246 {
  height: 246px !important;
}

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

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

.mb-246 {
  margin-bottom: 246px !important;
}

.p-246 {
  padding: 246px !important;
}

.w-247 {
  width: 247px !important;
}

.mxw-247 {
  max-width: 247px !important;
}

.h-247 {
  height: 247px !important;
}

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

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

.mb-247 {
  margin-bottom: 247px !important;
}

.p-247 {
  padding: 247px !important;
}

.w-248 {
  width: 248px !important;
}

.mxw-248 {
  max-width: 248px !important;
}

.h-248 {
  height: 248px !important;
}

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

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

.mb-248 {
  margin-bottom: 248px !important;
}

.p-248 {
  padding: 248px !important;
}

.w-249 {
  width: 249px !important;
}

.mxw-249 {
  max-width: 249px !important;
}

.h-249 {
  height: 249px !important;
}

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

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

.mb-249 {
  margin-bottom: 249px !important;
}

.p-249 {
  padding: 249px !important;
}

.w-250 {
  width: 250px !important;
}

.mxw-250 {
  max-width: 250px !important;
}

.h-250 {
  height: 250px !important;
}

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

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

.mb-250 {
  margin-bottom: 250px !important;
}

.p-250 {
  padding: 250px !important;
}

.w-251 {
  width: 251px !important;
}

.mxw-251 {
  max-width: 251px !important;
}

.h-251 {
  height: 251px !important;
}

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

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

.mb-251 {
  margin-bottom: 251px !important;
}

.p-251 {
  padding: 251px !important;
}

.w-252 {
  width: 252px !important;
}

.mxw-252 {
  max-width: 252px !important;
}

.h-252 {
  height: 252px !important;
}

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

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

.mb-252 {
  margin-bottom: 252px !important;
}

.p-252 {
  padding: 252px !important;
}

.w-253 {
  width: 253px !important;
}

.mxw-253 {
  max-width: 253px !important;
}

.h-253 {
  height: 253px !important;
}

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

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

.mb-253 {
  margin-bottom: 253px !important;
}

.p-253 {
  padding: 253px !important;
}

.w-254 {
  width: 254px !important;
}

.mxw-254 {
  max-width: 254px !important;
}

.h-254 {
  height: 254px !important;
}

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

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

.mb-254 {
  margin-bottom: 254px !important;
}

.p-254 {
  padding: 254px !important;
}

.w-255 {
  width: 255px !important;
}

.mxw-255 {
  max-width: 255px !important;
}

.h-255 {
  height: 255px !important;
}

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

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

.mb-255 {
  margin-bottom: 255px !important;
}

.p-255 {
  padding: 255px !important;
}

.w-256 {
  width: 256px !important;
}

.mxw-256 {
  max-width: 256px !important;
}

.h-256 {
  height: 256px !important;
}

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

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

.mb-256 {
  margin-bottom: 256px !important;
}

.p-256 {
  padding: 256px !important;
}

.w-257 {
  width: 257px !important;
}

.mxw-257 {
  max-width: 257px !important;
}

.h-257 {
  height: 257px !important;
}

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

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

.mb-257 {
  margin-bottom: 257px !important;
}

.p-257 {
  padding: 257px !important;
}

.w-258 {
  width: 258px !important;
}

.mxw-258 {
  max-width: 258px !important;
}

.h-258 {
  height: 258px !important;
}

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

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

.mb-258 {
  margin-bottom: 258px !important;
}

.p-258 {
  padding: 258px !important;
}

.w-259 {
  width: 259px !important;
}

.mxw-259 {
  max-width: 259px !important;
}

.h-259 {
  height: 259px !important;
}

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

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

.mb-259 {
  margin-bottom: 259px !important;
}

.p-259 {
  padding: 259px !important;
}

.w-260 {
  width: 260px !important;
}

.mxw-260 {
  max-width: 260px !important;
}

.h-260 {
  height: 260px !important;
}

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

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

.mb-260 {
  margin-bottom: 260px !important;
}

.p-260 {
  padding: 260px !important;
}

.w-261 {
  width: 261px !important;
}

.mxw-261 {
  max-width: 261px !important;
}

.h-261 {
  height: 261px !important;
}

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

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

.mb-261 {
  margin-bottom: 261px !important;
}

.p-261 {
  padding: 261px !important;
}

.w-262 {
  width: 262px !important;
}

.mxw-262 {
  max-width: 262px !important;
}

.h-262 {
  height: 262px !important;
}

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

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

.mb-262 {
  margin-bottom: 262px !important;
}

.p-262 {
  padding: 262px !important;
}

.w-263 {
  width: 263px !important;
}

.mxw-263 {
  max-width: 263px !important;
}

.h-263 {
  height: 263px !important;
}

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

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

.mb-263 {
  margin-bottom: 263px !important;
}

.p-263 {
  padding: 263px !important;
}

.w-264 {
  width: 264px !important;
}

.mxw-264 {
  max-width: 264px !important;
}

.h-264 {
  height: 264px !important;
}

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

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

.mb-264 {
  margin-bottom: 264px !important;
}

.p-264 {
  padding: 264px !important;
}

.w-265 {
  width: 265px !important;
}

.mxw-265 {
  max-width: 265px !important;
}

.h-265 {
  height: 265px !important;
}

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

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

.mb-265 {
  margin-bottom: 265px !important;
}

.p-265 {
  padding: 265px !important;
}

.w-266 {
  width: 266px !important;
}

.mxw-266 {
  max-width: 266px !important;
}

.h-266 {
  height: 266px !important;
}

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

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

.mb-266 {
  margin-bottom: 266px !important;
}

.p-266 {
  padding: 266px !important;
}

.w-267 {
  width: 267px !important;
}

.mxw-267 {
  max-width: 267px !important;
}

.h-267 {
  height: 267px !important;
}

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

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

.mb-267 {
  margin-bottom: 267px !important;
}

.p-267 {
  padding: 267px !important;
}

.w-268 {
  width: 268px !important;
}

.mxw-268 {
  max-width: 268px !important;
}

.h-268 {
  height: 268px !important;
}

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

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

.mb-268 {
  margin-bottom: 268px !important;
}

.p-268 {
  padding: 268px !important;
}

.w-269 {
  width: 269px !important;
}

.mxw-269 {
  max-width: 269px !important;
}

.h-269 {
  height: 269px !important;
}

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

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

.mb-269 {
  margin-bottom: 269px !important;
}

.p-269 {
  padding: 269px !important;
}

.w-270 {
  width: 270px !important;
}

.mxw-270 {
  max-width: 270px !important;
}

.h-270 {
  height: 270px !important;
}

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

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

.mb-270 {
  margin-bottom: 270px !important;
}

.p-270 {
  padding: 270px !important;
}

.w-271 {
  width: 271px !important;
}

.mxw-271 {
  max-width: 271px !important;
}

.h-271 {
  height: 271px !important;
}

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

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

.mb-271 {
  margin-bottom: 271px !important;
}

.p-271 {
  padding: 271px !important;
}

.w-272 {
  width: 272px !important;
}

.mxw-272 {
  max-width: 272px !important;
}

.h-272 {
  height: 272px !important;
}

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

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

.mb-272 {
  margin-bottom: 272px !important;
}

.p-272 {
  padding: 272px !important;
}

.w-273 {
  width: 273px !important;
}

.mxw-273 {
  max-width: 273px !important;
}

.h-273 {
  height: 273px !important;
}

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

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

.mb-273 {
  margin-bottom: 273px !important;
}

.p-273 {
  padding: 273px !important;
}

.w-274 {
  width: 274px !important;
}

.mxw-274 {
  max-width: 274px !important;
}

.h-274 {
  height: 274px !important;
}

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

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

.mb-274 {
  margin-bottom: 274px !important;
}

.p-274 {
  padding: 274px !important;
}

.w-275 {
  width: 275px !important;
}

.mxw-275 {
  max-width: 275px !important;
}

.h-275 {
  height: 275px !important;
}

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

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

.mb-275 {
  margin-bottom: 275px !important;
}

.p-275 {
  padding: 275px !important;
}

.w-276 {
  width: 276px !important;
}

.mxw-276 {
  max-width: 276px !important;
}

.h-276 {
  height: 276px !important;
}

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

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

.mb-276 {
  margin-bottom: 276px !important;
}

.p-276 {
  padding: 276px !important;
}

.w-277 {
  width: 277px !important;
}

.mxw-277 {
  max-width: 277px !important;
}

.h-277 {
  height: 277px !important;
}

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

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

.mb-277 {
  margin-bottom: 277px !important;
}

.p-277 {
  padding: 277px !important;
}

.w-278 {
  width: 278px !important;
}

.mxw-278 {
  max-width: 278px !important;
}

.h-278 {
  height: 278px !important;
}

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

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

.mb-278 {
  margin-bottom: 278px !important;
}

.p-278 {
  padding: 278px !important;
}

.w-279 {
  width: 279px !important;
}

.mxw-279 {
  max-width: 279px !important;
}

.h-279 {
  height: 279px !important;
}

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

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

.mb-279 {
  margin-bottom: 279px !important;
}

.p-279 {
  padding: 279px !important;
}

.w-280 {
  width: 280px !important;
}

.mxw-280 {
  max-width: 280px !important;
}

.h-280 {
  height: 280px !important;
}

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

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

.mb-280 {
  margin-bottom: 280px !important;
}

.p-280 {
  padding: 280px !important;
}

.w-281 {
  width: 281px !important;
}

.mxw-281 {
  max-width: 281px !important;
}

.h-281 {
  height: 281px !important;
}

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

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

.mb-281 {
  margin-bottom: 281px !important;
}

.p-281 {
  padding: 281px !important;
}

.w-282 {
  width: 282px !important;
}

.mxw-282 {
  max-width: 282px !important;
}

.h-282 {
  height: 282px !important;
}

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

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

.mb-282 {
  margin-bottom: 282px !important;
}

.p-282 {
  padding: 282px !important;
}

.w-283 {
  width: 283px !important;
}

.mxw-283 {
  max-width: 283px !important;
}

.h-283 {
  height: 283px !important;
}

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

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

.mb-283 {
  margin-bottom: 283px !important;
}

.p-283 {
  padding: 283px !important;
}

.w-284 {
  width: 284px !important;
}

.mxw-284 {
  max-width: 284px !important;
}

.h-284 {
  height: 284px !important;
}

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

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

.mb-284 {
  margin-bottom: 284px !important;
}

.p-284 {
  padding: 284px !important;
}

.w-285 {
  width: 285px !important;
}

.mxw-285 {
  max-width: 285px !important;
}

.h-285 {
  height: 285px !important;
}

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

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

.mb-285 {
  margin-bottom: 285px !important;
}

.p-285 {
  padding: 285px !important;
}

.w-286 {
  width: 286px !important;
}

.mxw-286 {
  max-width: 286px !important;
}

.h-286 {
  height: 286px !important;
}

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

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

.mb-286 {
  margin-bottom: 286px !important;
}

.p-286 {
  padding: 286px !important;
}

.w-287 {
  width: 287px !important;
}

.mxw-287 {
  max-width: 287px !important;
}

.h-287 {
  height: 287px !important;
}

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

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

.mb-287 {
  margin-bottom: 287px !important;
}

.p-287 {
  padding: 287px !important;
}

.w-288 {
  width: 288px !important;
}

.mxw-288 {
  max-width: 288px !important;
}

.h-288 {
  height: 288px !important;
}

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

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

.mb-288 {
  margin-bottom: 288px !important;
}

.p-288 {
  padding: 288px !important;
}

.w-289 {
  width: 289px !important;
}

.mxw-289 {
  max-width: 289px !important;
}

.h-289 {
  height: 289px !important;
}

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

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

.mb-289 {
  margin-bottom: 289px !important;
}

.p-289 {
  padding: 289px !important;
}

.w-290 {
  width: 290px !important;
}

.mxw-290 {
  max-width: 290px !important;
}

.h-290 {
  height: 290px !important;
}

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

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

.mb-290 {
  margin-bottom: 290px !important;
}

.p-290 {
  padding: 290px !important;
}

.w-291 {
  width: 291px !important;
}

.mxw-291 {
  max-width: 291px !important;
}

.h-291 {
  height: 291px !important;
}

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

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

.mb-291 {
  margin-bottom: 291px !important;
}

.p-291 {
  padding: 291px !important;
}

.w-292 {
  width: 292px !important;
}

.mxw-292 {
  max-width: 292px !important;
}

.h-292 {
  height: 292px !important;
}

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

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

.mb-292 {
  margin-bottom: 292px !important;
}

.p-292 {
  padding: 292px !important;
}

.w-293 {
  width: 293px !important;
}

.mxw-293 {
  max-width: 293px !important;
}

.h-293 {
  height: 293px !important;
}

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

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

.mb-293 {
  margin-bottom: 293px !important;
}

.p-293 {
  padding: 293px !important;
}

.w-294 {
  width: 294px !important;
}

.mxw-294 {
  max-width: 294px !important;
}

.h-294 {
  height: 294px !important;
}

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

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

.mb-294 {
  margin-bottom: 294px !important;
}

.p-294 {
  padding: 294px !important;
}

.w-295 {
  width: 295px !important;
}

.mxw-295 {
  max-width: 295px !important;
}

.h-295 {
  height: 295px !important;
}

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

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

.mb-295 {
  margin-bottom: 295px !important;
}

.p-295 {
  padding: 295px !important;
}

.w-296 {
  width: 296px !important;
}

.mxw-296 {
  max-width: 296px !important;
}

.h-296 {
  height: 296px !important;
}

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

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

.mb-296 {
  margin-bottom: 296px !important;
}

.p-296 {
  padding: 296px !important;
}

.w-297 {
  width: 297px !important;
}

.mxw-297 {
  max-width: 297px !important;
}

.h-297 {
  height: 297px !important;
}

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

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

.mb-297 {
  margin-bottom: 297px !important;
}

.p-297 {
  padding: 297px !important;
}

.w-298 {
  width: 298px !important;
}

.mxw-298 {
  max-width: 298px !important;
}

.h-298 {
  height: 298px !important;
}

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

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

.mb-298 {
  margin-bottom: 298px !important;
}

.p-298 {
  padding: 298px !important;
}

.w-299 {
  width: 299px !important;
}

.mxw-299 {
  max-width: 299px !important;
}

.h-299 {
  height: 299px !important;
}

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

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

.mb-299 {
  margin-bottom: 299px !important;
}

.p-299 {
  padding: 299px !important;
}

.w-300 {
  width: 300px !important;
}

.mxw-300 {
  max-width: 300px !important;
}

.h-300 {
  height: 300px !important;
}

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

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

.mb-300 {
  margin-bottom: 300px !important;
}

.p-300 {
  padding: 300px !important;
}

.w-301 {
  width: 301px !important;
}

.mxw-301 {
  max-width: 301px !important;
}

.h-301 {
  height: 301px !important;
}

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

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

.mb-301 {
  margin-bottom: 301px !important;
}

.p-301 {
  padding: 301px !important;
}

.w-302 {
  width: 302px !important;
}

.mxw-302 {
  max-width: 302px !important;
}

.h-302 {
  height: 302px !important;
}

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

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

.mb-302 {
  margin-bottom: 302px !important;
}

.p-302 {
  padding: 302px !important;
}

.w-303 {
  width: 303px !important;
}

.mxw-303 {
  max-width: 303px !important;
}

.h-303 {
  height: 303px !important;
}

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

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

.mb-303 {
  margin-bottom: 303px !important;
}

.p-303 {
  padding: 303px !important;
}

.w-304 {
  width: 304px !important;
}

.mxw-304 {
  max-width: 304px !important;
}

.h-304 {
  height: 304px !important;
}

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

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

.mb-304 {
  margin-bottom: 304px !important;
}

.p-304 {
  padding: 304px !important;
}

.w-305 {
  width: 305px !important;
}

.mxw-305 {
  max-width: 305px !important;
}

.h-305 {
  height: 305px !important;
}

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

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

.mb-305 {
  margin-bottom: 305px !important;
}

.p-305 {
  padding: 305px !important;
}

.w-306 {
  width: 306px !important;
}

.mxw-306 {
  max-width: 306px !important;
}

.h-306 {
  height: 306px !important;
}

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

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

.mb-306 {
  margin-bottom: 306px !important;
}

.p-306 {
  padding: 306px !important;
}

.w-307 {
  width: 307px !important;
}

.mxw-307 {
  max-width: 307px !important;
}

.h-307 {
  height: 307px !important;
}

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

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

.mb-307 {
  margin-bottom: 307px !important;
}

.p-307 {
  padding: 307px !important;
}

.w-308 {
  width: 308px !important;
}

.mxw-308 {
  max-width: 308px !important;
}

.h-308 {
  height: 308px !important;
}

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

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

.mb-308 {
  margin-bottom: 308px !important;
}

.p-308 {
  padding: 308px !important;
}

.w-309 {
  width: 309px !important;
}

.mxw-309 {
  max-width: 309px !important;
}

.h-309 {
  height: 309px !important;
}

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

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

.mb-309 {
  margin-bottom: 309px !important;
}

.p-309 {
  padding: 309px !important;
}

.w-310 {
  width: 310px !important;
}

.mxw-310 {
  max-width: 310px !important;
}

.h-310 {
  height: 310px !important;
}

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

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

.mb-310 {
  margin-bottom: 310px !important;
}

.p-310 {
  padding: 310px !important;
}

.w-311 {
  width: 311px !important;
}

.mxw-311 {
  max-width: 311px !important;
}

.h-311 {
  height: 311px !important;
}

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

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

.mb-311 {
  margin-bottom: 311px !important;
}

.p-311 {
  padding: 311px !important;
}

.w-312 {
  width: 312px !important;
}

.mxw-312 {
  max-width: 312px !important;
}

.h-312 {
  height: 312px !important;
}

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

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

.mb-312 {
  margin-bottom: 312px !important;
}

.p-312 {
  padding: 312px !important;
}

.w-313 {
  width: 313px !important;
}

.mxw-313 {
  max-width: 313px !important;
}

.h-313 {
  height: 313px !important;
}

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

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

.mb-313 {
  margin-bottom: 313px !important;
}

.p-313 {
  padding: 313px !important;
}

.w-314 {
  width: 314px !important;
}

.mxw-314 {
  max-width: 314px !important;
}

.h-314 {
  height: 314px !important;
}

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

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

.mb-314 {
  margin-bottom: 314px !important;
}

.p-314 {
  padding: 314px !important;
}

.w-315 {
  width: 315px !important;
}

.mxw-315 {
  max-width: 315px !important;
}

.h-315 {
  height: 315px !important;
}

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

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

.mb-315 {
  margin-bottom: 315px !important;
}

.p-315 {
  padding: 315px !important;
}

.w-316 {
  width: 316px !important;
}

.mxw-316 {
  max-width: 316px !important;
}

.h-316 {
  height: 316px !important;
}

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

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

.mb-316 {
  margin-bottom: 316px !important;
}

.p-316 {
  padding: 316px !important;
}

.w-317 {
  width: 317px !important;
}

.mxw-317 {
  max-width: 317px !important;
}

.h-317 {
  height: 317px !important;
}

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

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

.mb-317 {
  margin-bottom: 317px !important;
}

.p-317 {
  padding: 317px !important;
}

.w-318 {
  width: 318px !important;
}

.mxw-318 {
  max-width: 318px !important;
}

.h-318 {
  height: 318px !important;
}

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

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

.mb-318 {
  margin-bottom: 318px !important;
}

.p-318 {
  padding: 318px !important;
}

.w-319 {
  width: 319px !important;
}

.mxw-319 {
  max-width: 319px !important;
}

.h-319 {
  height: 319px !important;
}

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

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

.mb-319 {
  margin-bottom: 319px !important;
}

.p-319 {
  padding: 319px !important;
}

.w-320 {
  width: 320px !important;
}

.mxw-320 {
  max-width: 320px !important;
}

.h-320 {
  height: 320px !important;
}

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

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

.mb-320 {
  margin-bottom: 320px !important;
}

.p-320 {
  padding: 320px !important;
}

.w-321 {
  width: 321px !important;
}

.mxw-321 {
  max-width: 321px !important;
}

.h-321 {
  height: 321px !important;
}

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

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

.mb-321 {
  margin-bottom: 321px !important;
}

.p-321 {
  padding: 321px !important;
}

.w-322 {
  width: 322px !important;
}

.mxw-322 {
  max-width: 322px !important;
}

.h-322 {
  height: 322px !important;
}

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

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

.mb-322 {
  margin-bottom: 322px !important;
}

.p-322 {
  padding: 322px !important;
}

.w-323 {
  width: 323px !important;
}

.mxw-323 {
  max-width: 323px !important;
}

.h-323 {
  height: 323px !important;
}

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

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

.mb-323 {
  margin-bottom: 323px !important;
}

.p-323 {
  padding: 323px !important;
}

.w-324 {
  width: 324px !important;
}

.mxw-324 {
  max-width: 324px !important;
}

.h-324 {
  height: 324px !important;
}

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

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

.mb-324 {
  margin-bottom: 324px !important;
}

.p-324 {
  padding: 324px !important;
}

.w-325 {
  width: 325px !important;
}

.mxw-325 {
  max-width: 325px !important;
}

.h-325 {
  height: 325px !important;
}

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

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

.mb-325 {
  margin-bottom: 325px !important;
}

.p-325 {
  padding: 325px !important;
}

.w-326 {
  width: 326px !important;
}

.mxw-326 {
  max-width: 326px !important;
}

.h-326 {
  height: 326px !important;
}

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

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

.mb-326 {
  margin-bottom: 326px !important;
}

.p-326 {
  padding: 326px !important;
}

.w-327 {
  width: 327px !important;
}

.mxw-327 {
  max-width: 327px !important;
}

.h-327 {
  height: 327px !important;
}

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

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

.mb-327 {
  margin-bottom: 327px !important;
}

.p-327 {
  padding: 327px !important;
}

.w-328 {
  width: 328px !important;
}

.mxw-328 {
  max-width: 328px !important;
}

.h-328 {
  height: 328px !important;
}

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

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

.mb-328 {
  margin-bottom: 328px !important;
}

.p-328 {
  padding: 328px !important;
}

.w-329 {
  width: 329px !important;
}

.mxw-329 {
  max-width: 329px !important;
}

.h-329 {
  height: 329px !important;
}

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

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

.mb-329 {
  margin-bottom: 329px !important;
}

.p-329 {
  padding: 329px !important;
}

.w-330 {
  width: 330px !important;
}

.mxw-330 {
  max-width: 330px !important;
}

.h-330 {
  height: 330px !important;
}

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

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

.mb-330 {
  margin-bottom: 330px !important;
}

.p-330 {
  padding: 330px !important;
}

.w-331 {
  width: 331px !important;
}

.mxw-331 {
  max-width: 331px !important;
}

.h-331 {
  height: 331px !important;
}

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

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

.mb-331 {
  margin-bottom: 331px !important;
}

.p-331 {
  padding: 331px !important;
}

.w-332 {
  width: 332px !important;
}

.mxw-332 {
  max-width: 332px !important;
}

.h-332 {
  height: 332px !important;
}

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

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

.mb-332 {
  margin-bottom: 332px !important;
}

.p-332 {
  padding: 332px !important;
}

.w-333 {
  width: 333px !important;
}

.mxw-333 {
  max-width: 333px !important;
}

.h-333 {
  height: 333px !important;
}

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

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

.mb-333 {
  margin-bottom: 333px !important;
}

.p-333 {
  padding: 333px !important;
}

.w-334 {
  width: 334px !important;
}

.mxw-334 {
  max-width: 334px !important;
}

.h-334 {
  height: 334px !important;
}

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

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

.mb-334 {
  margin-bottom: 334px !important;
}

.p-334 {
  padding: 334px !important;
}

.w-335 {
  width: 335px !important;
}

.mxw-335 {
  max-width: 335px !important;
}

.h-335 {
  height: 335px !important;
}

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

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

.mb-335 {
  margin-bottom: 335px !important;
}

.p-335 {
  padding: 335px !important;
}

.w-336 {
  width: 336px !important;
}

.mxw-336 {
  max-width: 336px !important;
}

.h-336 {
  height: 336px !important;
}

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

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

.mb-336 {
  margin-bottom: 336px !important;
}

.p-336 {
  padding: 336px !important;
}

.w-337 {
  width: 337px !important;
}

.mxw-337 {
  max-width: 337px !important;
}

.h-337 {
  height: 337px !important;
}

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

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

.mb-337 {
  margin-bottom: 337px !important;
}

.p-337 {
  padding: 337px !important;
}

.w-338 {
  width: 338px !important;
}

.mxw-338 {
  max-width: 338px !important;
}

.h-338 {
  height: 338px !important;
}

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

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

.mb-338 {
  margin-bottom: 338px !important;
}

.p-338 {
  padding: 338px !important;
}

.w-339 {
  width: 339px !important;
}

.mxw-339 {
  max-width: 339px !important;
}

.h-339 {
  height: 339px !important;
}

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

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

.mb-339 {
  margin-bottom: 339px !important;
}

.p-339 {
  padding: 339px !important;
}

.w-340 {
  width: 340px !important;
}

.mxw-340 {
  max-width: 340px !important;
}

.h-340 {
  height: 340px !important;
}

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

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

.mb-340 {
  margin-bottom: 340px !important;
}

.p-340 {
  padding: 340px !important;
}

.w-341 {
  width: 341px !important;
}

.mxw-341 {
  max-width: 341px !important;
}

.h-341 {
  height: 341px !important;
}

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

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

.mb-341 {
  margin-bottom: 341px !important;
}

.p-341 {
  padding: 341px !important;
}

.w-342 {
  width: 342px !important;
}

.mxw-342 {
  max-width: 342px !important;
}

.h-342 {
  height: 342px !important;
}

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

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

.mb-342 {
  margin-bottom: 342px !important;
}

.p-342 {
  padding: 342px !important;
}

.w-343 {
  width: 343px !important;
}

.mxw-343 {
  max-width: 343px !important;
}

.h-343 {
  height: 343px !important;
}

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

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

.mb-343 {
  margin-bottom: 343px !important;
}

.p-343 {
  padding: 343px !important;
}

.w-344 {
  width: 344px !important;
}

.mxw-344 {
  max-width: 344px !important;
}

.h-344 {
  height: 344px !important;
}

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

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

.mb-344 {
  margin-bottom: 344px !important;
}

.p-344 {
  padding: 344px !important;
}

.w-345 {
  width: 345px !important;
}

.mxw-345 {
  max-width: 345px !important;
}

.h-345 {
  height: 345px !important;
}

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

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

.mb-345 {
  margin-bottom: 345px !important;
}

.p-345 {
  padding: 345px !important;
}

.w-346 {
  width: 346px !important;
}

.mxw-346 {
  max-width: 346px !important;
}

.h-346 {
  height: 346px !important;
}

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

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

.mb-346 {
  margin-bottom: 346px !important;
}

.p-346 {
  padding: 346px !important;
}

.w-347 {
  width: 347px !important;
}

.mxw-347 {
  max-width: 347px !important;
}

.h-347 {
  height: 347px !important;
}

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

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

.mb-347 {
  margin-bottom: 347px !important;
}

.p-347 {
  padding: 347px !important;
}

.w-348 {
  width: 348px !important;
}

.mxw-348 {
  max-width: 348px !important;
}

.h-348 {
  height: 348px !important;
}

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

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

.mb-348 {
  margin-bottom: 348px !important;
}

.p-348 {
  padding: 348px !important;
}

.w-349 {
  width: 349px !important;
}

.mxw-349 {
  max-width: 349px !important;
}

.h-349 {
  height: 349px !important;
}

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

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

.mb-349 {
  margin-bottom: 349px !important;
}

.p-349 {
  padding: 349px !important;
}

.w-350 {
  width: 350px !important;
}

.mxw-350 {
  max-width: 350px !important;
}

.h-350 {
  height: 350px !important;
}

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

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

.mb-350 {
  margin-bottom: 350px !important;
}

.p-350 {
  padding: 350px !important;
}

.w-351 {
  width: 351px !important;
}

.mxw-351 {
  max-width: 351px !important;
}

.h-351 {
  height: 351px !important;
}

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

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

.mb-351 {
  margin-bottom: 351px !important;
}

.p-351 {
  padding: 351px !important;
}

.w-352 {
  width: 352px !important;
}

.mxw-352 {
  max-width: 352px !important;
}

.h-352 {
  height: 352px !important;
}

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

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

.mb-352 {
  margin-bottom: 352px !important;
}

.p-352 {
  padding: 352px !important;
}

.w-353 {
  width: 353px !important;
}

.mxw-353 {
  max-width: 353px !important;
}

.h-353 {
  height: 353px !important;
}

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

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

.mb-353 {
  margin-bottom: 353px !important;
}

.p-353 {
  padding: 353px !important;
}

.w-354 {
  width: 354px !important;
}

.mxw-354 {
  max-width: 354px !important;
}

.h-354 {
  height: 354px !important;
}

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

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

.mb-354 {
  margin-bottom: 354px !important;
}

.p-354 {
  padding: 354px !important;
}

.w-355 {
  width: 355px !important;
}

.mxw-355 {
  max-width: 355px !important;
}

.h-355 {
  height: 355px !important;
}

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

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

.mb-355 {
  margin-bottom: 355px !important;
}

.p-355 {
  padding: 355px !important;
}

.w-356 {
  width: 356px !important;
}

.mxw-356 {
  max-width: 356px !important;
}

.h-356 {
  height: 356px !important;
}

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

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

.mb-356 {
  margin-bottom: 356px !important;
}

.p-356 {
  padding: 356px !important;
}

.w-357 {
  width: 357px !important;
}

.mxw-357 {
  max-width: 357px !important;
}

.h-357 {
  height: 357px !important;
}

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

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

.mb-357 {
  margin-bottom: 357px !important;
}

.p-357 {
  padding: 357px !important;
}

.w-358 {
  width: 358px !important;
}

.mxw-358 {
  max-width: 358px !important;
}

.h-358 {
  height: 358px !important;
}

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

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

.mb-358 {
  margin-bottom: 358px !important;
}

.p-358 {
  padding: 358px !important;
}

.w-359 {
  width: 359px !important;
}

.mxw-359 {
  max-width: 359px !important;
}

.h-359 {
  height: 359px !important;
}

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

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

.mb-359 {
  margin-bottom: 359px !important;
}

.p-359 {
  padding: 359px !important;
}

.w-360 {
  width: 360px !important;
}

.mxw-360 {
  max-width: 360px !important;
}

.h-360 {
  height: 360px !important;
}

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

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

.mb-360 {
  margin-bottom: 360px !important;
}

.p-360 {
  padding: 360px !important;
}

.w-361 {
  width: 361px !important;
}

.mxw-361 {
  max-width: 361px !important;
}

.h-361 {
  height: 361px !important;
}

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

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

.mb-361 {
  margin-bottom: 361px !important;
}

.p-361 {
  padding: 361px !important;
}

.w-362 {
  width: 362px !important;
}

.mxw-362 {
  max-width: 362px !important;
}

.h-362 {
  height: 362px !important;
}

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

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

.mb-362 {
  margin-bottom: 362px !important;
}

.p-362 {
  padding: 362px !important;
}

.w-363 {
  width: 363px !important;
}

.mxw-363 {
  max-width: 363px !important;
}

.h-363 {
  height: 363px !important;
}

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

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

.mb-363 {
  margin-bottom: 363px !important;
}

.p-363 {
  padding: 363px !important;
}

.w-364 {
  width: 364px !important;
}

.mxw-364 {
  max-width: 364px !important;
}

.h-364 {
  height: 364px !important;
}

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

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

.mb-364 {
  margin-bottom: 364px !important;
}

.p-364 {
  padding: 364px !important;
}

.w-365 {
  width: 365px !important;
}

.mxw-365 {
  max-width: 365px !important;
}

.h-365 {
  height: 365px !important;
}

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

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

.mb-365 {
  margin-bottom: 365px !important;
}

.p-365 {
  padding: 365px !important;
}

.w-366 {
  width: 366px !important;
}

.mxw-366 {
  max-width: 366px !important;
}

.h-366 {
  height: 366px !important;
}

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

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

.mb-366 {
  margin-bottom: 366px !important;
}

.p-366 {
  padding: 366px !important;
}

.w-367 {
  width: 367px !important;
}

.mxw-367 {
  max-width: 367px !important;
}

.h-367 {
  height: 367px !important;
}

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

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

.mb-367 {
  margin-bottom: 367px !important;
}

.p-367 {
  padding: 367px !important;
}

.w-368 {
  width: 368px !important;
}

.mxw-368 {
  max-width: 368px !important;
}

.h-368 {
  height: 368px !important;
}

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

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

.mb-368 {
  margin-bottom: 368px !important;
}

.p-368 {
  padding: 368px !important;
}

.w-369 {
  width: 369px !important;
}

.mxw-369 {
  max-width: 369px !important;
}

.h-369 {
  height: 369px !important;
}

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

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

.mb-369 {
  margin-bottom: 369px !important;
}

.p-369 {
  padding: 369px !important;
}

.w-370 {
  width: 370px !important;
}

.mxw-370 {
  max-width: 370px !important;
}

.h-370 {
  height: 370px !important;
}

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

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

.mb-370 {
  margin-bottom: 370px !important;
}

.p-370 {
  padding: 370px !important;
}

.w-371 {
  width: 371px !important;
}

.mxw-371 {
  max-width: 371px !important;
}

.h-371 {
  height: 371px !important;
}

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

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

.mb-371 {
  margin-bottom: 371px !important;
}

.p-371 {
  padding: 371px !important;
}

.w-372 {
  width: 372px !important;
}

.mxw-372 {
  max-width: 372px !important;
}

.h-372 {
  height: 372px !important;
}

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

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

.mb-372 {
  margin-bottom: 372px !important;
}

.p-372 {
  padding: 372px !important;
}

.w-373 {
  width: 373px !important;
}

.mxw-373 {
  max-width: 373px !important;
}

.h-373 {
  height: 373px !important;
}

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

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

.mb-373 {
  margin-bottom: 373px !important;
}

.p-373 {
  padding: 373px !important;
}

.w-374 {
  width: 374px !important;
}

.mxw-374 {
  max-width: 374px !important;
}

.h-374 {
  height: 374px !important;
}

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

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

.mb-374 {
  margin-bottom: 374px !important;
}

.p-374 {
  padding: 374px !important;
}

.w-375 {
  width: 375px !important;
}

.mxw-375 {
  max-width: 375px !important;
}

.h-375 {
  height: 375px !important;
}

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

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

.mb-375 {
  margin-bottom: 375px !important;
}

.p-375 {
  padding: 375px !important;
}

.w-376 {
  width: 376px !important;
}

.mxw-376 {
  max-width: 376px !important;
}

.h-376 {
  height: 376px !important;
}

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

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

.mb-376 {
  margin-bottom: 376px !important;
}

.p-376 {
  padding: 376px !important;
}

.w-377 {
  width: 377px !important;
}

.mxw-377 {
  max-width: 377px !important;
}

.h-377 {
  height: 377px !important;
}

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

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

.mb-377 {
  margin-bottom: 377px !important;
}

.p-377 {
  padding: 377px !important;
}

.w-378 {
  width: 378px !important;
}

.mxw-378 {
  max-width: 378px !important;
}

.h-378 {
  height: 378px !important;
}

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

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

.mb-378 {
  margin-bottom: 378px !important;
}

.p-378 {
  padding: 378px !important;
}

.w-379 {
  width: 379px !important;
}

.mxw-379 {
  max-width: 379px !important;
}

.h-379 {
  height: 379px !important;
}

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

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

.mb-379 {
  margin-bottom: 379px !important;
}

.p-379 {
  padding: 379px !important;
}

.w-380 {
  width: 380px !important;
}

.mxw-380 {
  max-width: 380px !important;
}

.h-380 {
  height: 380px !important;
}

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

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

.mb-380 {
  margin-bottom: 380px !important;
}

.p-380 {
  padding: 380px !important;
}

.w-381 {
  width: 381px !important;
}

.mxw-381 {
  max-width: 381px !important;
}

.h-381 {
  height: 381px !important;
}

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

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

.mb-381 {
  margin-bottom: 381px !important;
}

.p-381 {
  padding: 381px !important;
}

.w-382 {
  width: 382px !important;
}

.mxw-382 {
  max-width: 382px !important;
}

.h-382 {
  height: 382px !important;
}

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

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

.mb-382 {
  margin-bottom: 382px !important;
}

.p-382 {
  padding: 382px !important;
}

.w-383 {
  width: 383px !important;
}

.mxw-383 {
  max-width: 383px !important;
}

.h-383 {
  height: 383px !important;
}

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

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

.mb-383 {
  margin-bottom: 383px !important;
}

.p-383 {
  padding: 383px !important;
}

.w-384 {
  width: 384px !important;
}

.mxw-384 {
  max-width: 384px !important;
}

.h-384 {
  height: 384px !important;
}

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

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

.mb-384 {
  margin-bottom: 384px !important;
}

.p-384 {
  padding: 384px !important;
}

.w-385 {
  width: 385px !important;
}

.mxw-385 {
  max-width: 385px !important;
}

.h-385 {
  height: 385px !important;
}

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

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

.mb-385 {
  margin-bottom: 385px !important;
}

.p-385 {
  padding: 385px !important;
}

.w-386 {
  width: 386px !important;
}

.mxw-386 {
  max-width: 386px !important;
}

.h-386 {
  height: 386px !important;
}

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

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

.mb-386 {
  margin-bottom: 386px !important;
}

.p-386 {
  padding: 386px !important;
}

.w-387 {
  width: 387px !important;
}

.mxw-387 {
  max-width: 387px !important;
}

.h-387 {
  height: 387px !important;
}

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

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

.mb-387 {
  margin-bottom: 387px !important;
}

.p-387 {
  padding: 387px !important;
}

.w-388 {
  width: 388px !important;
}

.mxw-388 {
  max-width: 388px !important;
}

.h-388 {
  height: 388px !important;
}

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

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

.mb-388 {
  margin-bottom: 388px !important;
}

.p-388 {
  padding: 388px !important;
}

.w-389 {
  width: 389px !important;
}

.mxw-389 {
  max-width: 389px !important;
}

.h-389 {
  height: 389px !important;
}

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

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

.mb-389 {
  margin-bottom: 389px !important;
}

.p-389 {
  padding: 389px !important;
}

.w-390 {
  width: 390px !important;
}

.mxw-390 {
  max-width: 390px !important;
}

.h-390 {
  height: 390px !important;
}

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

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

.mb-390 {
  margin-bottom: 390px !important;
}

.p-390 {
  padding: 390px !important;
}

.w-391 {
  width: 391px !important;
}

.mxw-391 {
  max-width: 391px !important;
}

.h-391 {
  height: 391px !important;
}

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

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

.mb-391 {
  margin-bottom: 391px !important;
}

.p-391 {
  padding: 391px !important;
}

.w-392 {
  width: 392px !important;
}

.mxw-392 {
  max-width: 392px !important;
}

.h-392 {
  height: 392px !important;
}

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

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

.mb-392 {
  margin-bottom: 392px !important;
}

.p-392 {
  padding: 392px !important;
}

.w-393 {
  width: 393px !important;
}

.mxw-393 {
  max-width: 393px !important;
}

.h-393 {
  height: 393px !important;
}

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

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

.mb-393 {
  margin-bottom: 393px !important;
}

.p-393 {
  padding: 393px !important;
}

.w-394 {
  width: 394px !important;
}

.mxw-394 {
  max-width: 394px !important;
}

.h-394 {
  height: 394px !important;
}

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

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

.mb-394 {
  margin-bottom: 394px !important;
}

.p-394 {
  padding: 394px !important;
}

.w-395 {
  width: 395px !important;
}

.mxw-395 {
  max-width: 395px !important;
}

.h-395 {
  height: 395px !important;
}

.mt-395 {
  margin-top: 395px;
}

.mr-395 {
  margin-right: 395px;
}

.mb-395 {
  margin-bottom: 395px !important;
}

.p-395 {
  padding: 395px !important;
}

.w-396 {
  width: 396px !important;
}

.mxw-396 {
  max-width: 396px !important;
}

.h-396 {
  height: 396px !important;
}

.mt-396 {
  margin-top: 396px;
}

.mr-396 {
  margin-right: 396px;
}

.mb-396 {
  margin-bottom: 396px !important;
}

.p-396 {
  padding: 396px !important;
}

.w-397 {
  width: 397px !important;
}

.mxw-397 {
  max-width: 397px !important;
}

.h-397 {
  height: 397px !important;
}

.mt-397 {
  margin-top: 397px;
}

.mr-397 {
  margin-right: 397px;
}

.mb-397 {
  margin-bottom: 397px !important;
}

.p-397 {
  padding: 397px !important;
}

.w-398 {
  width: 398px !important;
}

.mxw-398 {
  max-width: 398px !important;
}

.h-398 {
  height: 398px !important;
}

.mt-398 {
  margin-top: 398px;
}

.mr-398 {
  margin-right: 398px;
}

.mb-398 {
  margin-bottom: 398px !important;
}

.p-398 {
  padding: 398px !important;
}

.w-399 {
  width: 399px !important;
}

.mxw-399 {
  max-width: 399px !important;
}

.h-399 {
  height: 399px !important;
}

.mt-399 {
  margin-top: 399px;
}

.mr-399 {
  margin-right: 399px;
}

.mb-399 {
  margin-bottom: 399px !important;
}

.p-399 {
  padding: 399px !important;
}

.w-400 {
  width: 400px !important;
}

.mxw-400 {
  max-width: 400px !important;
}

.h-400 {
  height: 400px !important;
}

.mt-400 {
  margin-top: 400px;
}

.mr-400 {
  margin-right: 400px;
}

.mb-400 {
  margin-bottom: 400px !important;
}

.p-400 {
  padding: 400px !important;
}

.w-401 {
  width: 401px !important;
}

.mxw-401 {
  max-width: 401px !important;
}

.h-401 {
  height: 401px !important;
}

.mt-401 {
  margin-top: 401px;
}

.mr-401 {
  margin-right: 401px;
}

.mb-401 {
  margin-bottom: 401px !important;
}

.p-401 {
  padding: 401px !important;
}

.w-402 {
  width: 402px !important;
}

.mxw-402 {
  max-width: 402px !important;
}

.h-402 {
  height: 402px !important;
}

.mt-402 {
  margin-top: 402px;
}

.mr-402 {
  margin-right: 402px;
}

.mb-402 {
  margin-bottom: 402px !important;
}

.p-402 {
  padding: 402px !important;
}

.w-403 {
  width: 403px !important;
}

.mxw-403 {
  max-width: 403px !important;
}

.h-403 {
  height: 403px !important;
}

.mt-403 {
  margin-top: 403px;
}

.mr-403 {
  margin-right: 403px;
}

.mb-403 {
  margin-bottom: 403px !important;
}

.p-403 {
  padding: 403px !important;
}

.w-404 {
  width: 404px !important;
}

.mxw-404 {
  max-width: 404px !important;
}

.h-404 {
  height: 404px !important;
}

.mt-404 {
  margin-top: 404px;
}

.mr-404 {
  margin-right: 404px;
}

.mb-404 {
  margin-bottom: 404px !important;
}

.p-404 {
  padding: 404px !important;
}

.w-405 {
  width: 405px !important;
}

.mxw-405 {
  max-width: 405px !important;
}

.h-405 {
  height: 405px !important;
}

.mt-405 {
  margin-top: 405px;
}

.mr-405 {
  margin-right: 405px;
}

.mb-405 {
  margin-bottom: 405px !important;
}

.p-405 {
  padding: 405px !important;
}

.w-406 {
  width: 406px !important;
}

.mxw-406 {
  max-width: 406px !important;
}

.h-406 {
  height: 406px !important;
}

.mt-406 {
  margin-top: 406px;
}

.mr-406 {
  margin-right: 406px;
}

.mb-406 {
  margin-bottom: 406px !important;
}

.p-406 {
  padding: 406px !important;
}

.w-407 {
  width: 407px !important;
}

.mxw-407 {
  max-width: 407px !important;
}

.h-407 {
  height: 407px !important;
}

.mt-407 {
  margin-top: 407px;
}

.mr-407 {
  margin-right: 407px;
}

.mb-407 {
  margin-bottom: 407px !important;
}

.p-407 {
  padding: 407px !important;
}

.w-408 {
  width: 408px !important;
}

.mxw-408 {
  max-width: 408px !important;
}

.h-408 {
  height: 408px !important;
}

.mt-408 {
  margin-top: 408px;
}

.mr-408 {
  margin-right: 408px;
}

.mb-408 {
  margin-bottom: 408px !important;
}

.p-408 {
  padding: 408px !important;
}

.w-409 {
  width: 409px !important;
}

.mxw-409 {
  max-width: 409px !important;
}

.h-409 {
  height: 409px !important;
}

.mt-409 {
  margin-top: 409px;
}

.mr-409 {
  margin-right: 409px;
}

.mb-409 {
  margin-bottom: 409px !important;
}

.p-409 {
  padding: 409px !important;
}

.w-410 {
  width: 410px !important;
}

.mxw-410 {
  max-width: 410px !important;
}

.h-410 {
  height: 410px !important;
}

.mt-410 {
  margin-top: 410px;
}

.mr-410 {
  margin-right: 410px;
}

.mb-410 {
  margin-bottom: 410px !important;
}

.p-410 {
  padding: 410px !important;
}

.w-411 {
  width: 411px !important;
}

.mxw-411 {
  max-width: 411px !important;
}

.h-411 {
  height: 411px !important;
}

.mt-411 {
  margin-top: 411px;
}

.mr-411 {
  margin-right: 411px;
}

.mb-411 {
  margin-bottom: 411px !important;
}

.p-411 {
  padding: 411px !important;
}

.w-412 {
  width: 412px !important;
}

.mxw-412 {
  max-width: 412px !important;
}

.h-412 {
  height: 412px !important;
}

.mt-412 {
  margin-top: 412px;
}

.mr-412 {
  margin-right: 412px;
}

.mb-412 {
  margin-bottom: 412px !important;
}

.p-412 {
  padding: 412px !important;
}

.w-413 {
  width: 413px !important;
}

.mxw-413 {
  max-width: 413px !important;
}

.h-413 {
  height: 413px !important;
}

.mt-413 {
  margin-top: 413px;
}

.mr-413 {
  margin-right: 413px;
}

.mb-413 {
  margin-bottom: 413px !important;
}

.p-413 {
  padding: 413px !important;
}

.w-414 {
  width: 414px !important;
}

.mxw-414 {
  max-width: 414px !important;
}

.h-414 {
  height: 414px !important;
}

.mt-414 {
  margin-top: 414px;
}

.mr-414 {
  margin-right: 414px;
}

.mb-414 {
  margin-bottom: 414px !important;
}

.p-414 {
  padding: 414px !important;
}

.w-415 {
  width: 415px !important;
}

.mxw-415 {
  max-width: 415px !important;
}

.h-415 {
  height: 415px !important;
}

.mt-415 {
  margin-top: 415px;
}

.mr-415 {
  margin-right: 415px;
}

.mb-415 {
  margin-bottom: 415px !important;
}

.p-415 {
  padding: 415px !important;
}

.w-416 {
  width: 416px !important;
}

.mxw-416 {
  max-width: 416px !important;
}

.h-416 {
  height: 416px !important;
}

.mt-416 {
  margin-top: 416px;
}

.mr-416 {
  margin-right: 416px;
}

.mb-416 {
  margin-bottom: 416px !important;
}

.p-416 {
  padding: 416px !important;
}

.w-417 {
  width: 417px !important;
}

.mxw-417 {
  max-width: 417px !important;
}

.h-417 {
  height: 417px !important;
}

.mt-417 {
  margin-top: 417px;
}

.mr-417 {
  margin-right: 417px;
}

.mb-417 {
  margin-bottom: 417px !important;
}

.p-417 {
  padding: 417px !important;
}

.w-418 {
  width: 418px !important;
}

.mxw-418 {
  max-width: 418px !important;
}

.h-418 {
  height: 418px !important;
}

.mt-418 {
  margin-top: 418px;
}

.mr-418 {
  margin-right: 418px;
}

.mb-418 {
  margin-bottom: 418px !important;
}

.p-418 {
  padding: 418px !important;
}

.w-419 {
  width: 419px !important;
}

.mxw-419 {
  max-width: 419px !important;
}

.h-419 {
  height: 419px !important;
}

.mt-419 {
  margin-top: 419px;
}

.mr-419 {
  margin-right: 419px;
}

.mb-419 {
  margin-bottom: 419px !important;
}

.p-419 {
  padding: 419px !important;
}

.w-420 {
  width: 420px !important;
}

.mxw-420 {
  max-width: 420px !important;
}

.h-420 {
  height: 420px !important;
}

.mt-420 {
  margin-top: 420px;
}

.mr-420 {
  margin-right: 420px;
}

.mb-420 {
  margin-bottom: 420px !important;
}

.p-420 {
  padding: 420px !important;
}

.w-421 {
  width: 421px !important;
}

.mxw-421 {
  max-width: 421px !important;
}

.h-421 {
  height: 421px !important;
}

.mt-421 {
  margin-top: 421px;
}

.mr-421 {
  margin-right: 421px;
}

.mb-421 {
  margin-bottom: 421px !important;
}

.p-421 {
  padding: 421px !important;
}

.w-422 {
  width: 422px !important;
}

.mxw-422 {
  max-width: 422px !important;
}

.h-422 {
  height: 422px !important;
}

.mt-422 {
  margin-top: 422px;
}

.mr-422 {
  margin-right: 422px;
}

.mb-422 {
  margin-bottom: 422px !important;
}

.p-422 {
  padding: 422px !important;
}

.w-423 {
  width: 423px !important;
}

.mxw-423 {
  max-width: 423px !important;
}

.h-423 {
  height: 423px !important;
}

.mt-423 {
  margin-top: 423px;
}

.mr-423 {
  margin-right: 423px;
}

.mb-423 {
  margin-bottom: 423px !important;
}

.p-423 {
  padding: 423px !important;
}

.w-424 {
  width: 424px !important;
}

.mxw-424 {
  max-width: 424px !important;
}

.h-424 {
  height: 424px !important;
}

.mt-424 {
  margin-top: 424px;
}

.mr-424 {
  margin-right: 424px;
}

.mb-424 {
  margin-bottom: 424px !important;
}

.p-424 {
  padding: 424px !important;
}

.w-425 {
  width: 425px !important;
}

.mxw-425 {
  max-width: 425px !important;
}

.h-425 {
  height: 425px !important;
}

.mt-425 {
  margin-top: 425px;
}

.mr-425 {
  margin-right: 425px;
}

.mb-425 {
  margin-bottom: 425px !important;
}

.p-425 {
  padding: 425px !important;
}

.w-426 {
  width: 426px !important;
}

.mxw-426 {
  max-width: 426px !important;
}

.h-426 {
  height: 426px !important;
}

.mt-426 {
  margin-top: 426px;
}

.mr-426 {
  margin-right: 426px;
}

.mb-426 {
  margin-bottom: 426px !important;
}

.p-426 {
  padding: 426px !important;
}

.w-427 {
  width: 427px !important;
}

.mxw-427 {
  max-width: 427px !important;
}

.h-427 {
  height: 427px !important;
}

.mt-427 {
  margin-top: 427px;
}

.mr-427 {
  margin-right: 427px;
}

.mb-427 {
  margin-bottom: 427px !important;
}

.p-427 {
  padding: 427px !important;
}

.w-428 {
  width: 428px !important;
}

.mxw-428 {
  max-width: 428px !important;
}

.h-428 {
  height: 428px !important;
}

.mt-428 {
  margin-top: 428px;
}

.mr-428 {
  margin-right: 428px;
}

.mb-428 {
  margin-bottom: 428px !important;
}

.p-428 {
  padding: 428px !important;
}

.w-429 {
  width: 429px !important;
}

.mxw-429 {
  max-width: 429px !important;
}

.h-429 {
  height: 429px !important;
}

.mt-429 {
  margin-top: 429px;
}

.mr-429 {
  margin-right: 429px;
}

.mb-429 {
  margin-bottom: 429px !important;
}

.p-429 {
  padding: 429px !important;
}

.w-430 {
  width: 430px !important;
}

.mxw-430 {
  max-width: 430px !important;
}

.h-430 {
  height: 430px !important;
}

.mt-430 {
  margin-top: 430px;
}

.mr-430 {
  margin-right: 430px;
}

.mb-430 {
  margin-bottom: 430px !important;
}

.p-430 {
  padding: 430px !important;
}

.w-431 {
  width: 431px !important;
}

.mxw-431 {
  max-width: 431px !important;
}

.h-431 {
  height: 431px !important;
}

.mt-431 {
  margin-top: 431px;
}

.mr-431 {
  margin-right: 431px;
}

.mb-431 {
  margin-bottom: 431px !important;
}

.p-431 {
  padding: 431px !important;
}

.w-432 {
  width: 432px !important;
}

.mxw-432 {
  max-width: 432px !important;
}

.h-432 {
  height: 432px !important;
}

.mt-432 {
  margin-top: 432px;
}

.mr-432 {
  margin-right: 432px;
}

.mb-432 {
  margin-bottom: 432px !important;
}

.p-432 {
  padding: 432px !important;
}

.w-433 {
  width: 433px !important;
}

.mxw-433 {
  max-width: 433px !important;
}

.h-433 {
  height: 433px !important;
}

.mt-433 {
  margin-top: 433px;
}

.mr-433 {
  margin-right: 433px;
}

.mb-433 {
  margin-bottom: 433px !important;
}

.p-433 {
  padding: 433px !important;
}

.w-434 {
  width: 434px !important;
}

.mxw-434 {
  max-width: 434px !important;
}

.h-434 {
  height: 434px !important;
}

.mt-434 {
  margin-top: 434px;
}

.mr-434 {
  margin-right: 434px;
}

.mb-434 {
  margin-bottom: 434px !important;
}

.p-434 {
  padding: 434px !important;
}

.w-435 {
  width: 435px !important;
}

.mxw-435 {
  max-width: 435px !important;
}

.h-435 {
  height: 435px !important;
}

.mt-435 {
  margin-top: 435px;
}

.mr-435 {
  margin-right: 435px;
}

.mb-435 {
  margin-bottom: 435px !important;
}

.p-435 {
  padding: 435px !important;
}

.w-436 {
  width: 436px !important;
}

.mxw-436 {
  max-width: 436px !important;
}

.h-436 {
  height: 436px !important;
}

.mt-436 {
  margin-top: 436px;
}

.mr-436 {
  margin-right: 436px;
}

.mb-436 {
  margin-bottom: 436px !important;
}

.p-436 {
  padding: 436px !important;
}

.w-437 {
  width: 437px !important;
}

.mxw-437 {
  max-width: 437px !important;
}

.h-437 {
  height: 437px !important;
}

.mt-437 {
  margin-top: 437px;
}

.mr-437 {
  margin-right: 437px;
}

.mb-437 {
  margin-bottom: 437px !important;
}

.p-437 {
  padding: 437px !important;
}

.w-438 {
  width: 438px !important;
}

.mxw-438 {
  max-width: 438px !important;
}

.h-438 {
  height: 438px !important;
}

.mt-438 {
  margin-top: 438px;
}

.mr-438 {
  margin-right: 438px;
}

.mb-438 {
  margin-bottom: 438px !important;
}

.p-438 {
  padding: 438px !important;
}

.w-439 {
  width: 439px !important;
}

.mxw-439 {
  max-width: 439px !important;
}

.h-439 {
  height: 439px !important;
}

.mt-439 {
  margin-top: 439px;
}

.mr-439 {
  margin-right: 439px;
}

.mb-439 {
  margin-bottom: 439px !important;
}

.p-439 {
  padding: 439px !important;
}

.w-440 {
  width: 440px !important;
}

.mxw-440 {
  max-width: 440px !important;
}

.h-440 {
  height: 440px !important;
}

.mt-440 {
  margin-top: 440px;
}

.mr-440 {
  margin-right: 440px;
}

.mb-440 {
  margin-bottom: 440px !important;
}

.p-440 {
  padding: 440px !important;
}

.w-441 {
  width: 441px !important;
}

.mxw-441 {
  max-width: 441px !important;
}

.h-441 {
  height: 441px !important;
}

.mt-441 {
  margin-top: 441px;
}

.mr-441 {
  margin-right: 441px;
}

.mb-441 {
  margin-bottom: 441px !important;
}

.p-441 {
  padding: 441px !important;
}

.w-442 {
  width: 442px !important;
}

.mxw-442 {
  max-width: 442px !important;
}

.h-442 {
  height: 442px !important;
}

.mt-442 {
  margin-top: 442px;
}

.mr-442 {
  margin-right: 442px;
}

.mb-442 {
  margin-bottom: 442px !important;
}

.p-442 {
  padding: 442px !important;
}

.w-443 {
  width: 443px !important;
}

.mxw-443 {
  max-width: 443px !important;
}

.h-443 {
  height: 443px !important;
}

.mt-443 {
  margin-top: 443px;
}

.mr-443 {
  margin-right: 443px;
}

.mb-443 {
  margin-bottom: 443px !important;
}

.p-443 {
  padding: 443px !important;
}

.w-444 {
  width: 444px !important;
}

.mxw-444 {
  max-width: 444px !important;
}

.h-444 {
  height: 444px !important;
}

.mt-444 {
  margin-top: 444px;
}

.mr-444 {
  margin-right: 444px;
}

.mb-444 {
  margin-bottom: 444px !important;
}

.p-444 {
  padding: 444px !important;
}

.w-445 {
  width: 445px !important;
}

.mxw-445 {
  max-width: 445px !important;
}

.h-445 {
  height: 445px !important;
}

.mt-445 {
  margin-top: 445px;
}

.mr-445 {
  margin-right: 445px;
}

.mb-445 {
  margin-bottom: 445px !important;
}

.p-445 {
  padding: 445px !important;
}

.w-446 {
  width: 446px !important;
}

.mxw-446 {
  max-width: 446px !important;
}

.h-446 {
  height: 446px !important;
}

.mt-446 {
  margin-top: 446px;
}

.mr-446 {
  margin-right: 446px;
}

.mb-446 {
  margin-bottom: 446px !important;
}

.p-446 {
  padding: 446px !important;
}

.w-447 {
  width: 447px !important;
}

.mxw-447 {
  max-width: 447px !important;
}

.h-447 {
  height: 447px !important;
}

.mt-447 {
  margin-top: 447px;
}

.mr-447 {
  margin-right: 447px;
}

.mb-447 {
  margin-bottom: 447px !important;
}

.p-447 {
  padding: 447px !important;
}

.w-448 {
  width: 448px !important;
}

.mxw-448 {
  max-width: 448px !important;
}

.h-448 {
  height: 448px !important;
}

.mt-448 {
  margin-top: 448px;
}

.mr-448 {
  margin-right: 448px;
}

.mb-448 {
  margin-bottom: 448px !important;
}

.p-448 {
  padding: 448px !important;
}

.w-449 {
  width: 449px !important;
}

.mxw-449 {
  max-width: 449px !important;
}

.h-449 {
  height: 449px !important;
}

.mt-449 {
  margin-top: 449px;
}

.mr-449 {
  margin-right: 449px;
}

.mb-449 {
  margin-bottom: 449px !important;
}

.p-449 {
  padding: 449px !important;
}

.w-450 {
  width: 450px !important;
}

.mxw-450 {
  max-width: 450px !important;
}

.h-450 {
  height: 450px !important;
}

.mt-450 {
  margin-top: 450px;
}

.mr-450 {
  margin-right: 450px;
}

.mb-450 {
  margin-bottom: 450px !important;
}

.p-450 {
  padding: 450px !important;
}

.w-451 {
  width: 451px !important;
}

.mxw-451 {
  max-width: 451px !important;
}

.h-451 {
  height: 451px !important;
}

.mt-451 {
  margin-top: 451px;
}

.mr-451 {
  margin-right: 451px;
}

.mb-451 {
  margin-bottom: 451px !important;
}

.p-451 {
  padding: 451px !important;
}

.w-452 {
  width: 452px !important;
}

.mxw-452 {
  max-width: 452px !important;
}

.h-452 {
  height: 452px !important;
}

.mt-452 {
  margin-top: 452px;
}

.mr-452 {
  margin-right: 452px;
}

.mb-452 {
  margin-bottom: 452px !important;
}

.p-452 {
  padding: 452px !important;
}

.w-453 {
  width: 453px !important;
}

.mxw-453 {
  max-width: 453px !important;
}

.h-453 {
  height: 453px !important;
}

.mt-453 {
  margin-top: 453px;
}

.mr-453 {
  margin-right: 453px;
}

.mb-453 {
  margin-bottom: 453px !important;
}

.p-453 {
  padding: 453px !important;
}

.w-454 {
  width: 454px !important;
}

.mxw-454 {
  max-width: 454px !important;
}

.h-454 {
  height: 454px !important;
}

.mt-454 {
  margin-top: 454px;
}

.mr-454 {
  margin-right: 454px;
}

.mb-454 {
  margin-bottom: 454px !important;
}

.p-454 {
  padding: 454px !important;
}

.w-455 {
  width: 455px !important;
}

.mxw-455 {
  max-width: 455px !important;
}

.h-455 {
  height: 455px !important;
}

.mt-455 {
  margin-top: 455px;
}

.mr-455 {
  margin-right: 455px;
}

.mb-455 {
  margin-bottom: 455px !important;
}

.p-455 {
  padding: 455px !important;
}

.w-456 {
  width: 456px !important;
}

.mxw-456 {
  max-width: 456px !important;
}

.h-456 {
  height: 456px !important;
}

.mt-456 {
  margin-top: 456px;
}

.mr-456 {
  margin-right: 456px;
}

.mb-456 {
  margin-bottom: 456px !important;
}

.p-456 {
  padding: 456px !important;
}

.w-457 {
  width: 457px !important;
}

.mxw-457 {
  max-width: 457px !important;
}

.h-457 {
  height: 457px !important;
}

.mt-457 {
  margin-top: 457px;
}

.mr-457 {
  margin-right: 457px;
}

.mb-457 {
  margin-bottom: 457px !important;
}

.p-457 {
  padding: 457px !important;
}

.w-458 {
  width: 458px !important;
}

.mxw-458 {
  max-width: 458px !important;
}

.h-458 {
  height: 458px !important;
}

.mt-458 {
  margin-top: 458px;
}

.mr-458 {
  margin-right: 458px;
}

.mb-458 {
  margin-bottom: 458px !important;
}

.p-458 {
  padding: 458px !important;
}

.w-459 {
  width: 459px !important;
}

.mxw-459 {
  max-width: 459px !important;
}

.h-459 {
  height: 459px !important;
}

.mt-459 {
  margin-top: 459px;
}

.mr-459 {
  margin-right: 459px;
}

.mb-459 {
  margin-bottom: 459px !important;
}

.p-459 {
  padding: 459px !important;
}

.w-460 {
  width: 460px !important;
}

.mxw-460 {
  max-width: 460px !important;
}

.h-460 {
  height: 460px !important;
}

.mt-460 {
  margin-top: 460px;
}

.mr-460 {
  margin-right: 460px;
}

.mb-460 {
  margin-bottom: 460px !important;
}

.p-460 {
  padding: 460px !important;
}

.w-461 {
  width: 461px !important;
}

.mxw-461 {
  max-width: 461px !important;
}

.h-461 {
  height: 461px !important;
}

.mt-461 {
  margin-top: 461px;
}

.mr-461 {
  margin-right: 461px;
}

.mb-461 {
  margin-bottom: 461px !important;
}

.p-461 {
  padding: 461px !important;
}

.w-462 {
  width: 462px !important;
}

.mxw-462 {
  max-width: 462px !important;
}

.h-462 {
  height: 462px !important;
}

.mt-462 {
  margin-top: 462px;
}

.mr-462 {
  margin-right: 462px;
}

.mb-462 {
  margin-bottom: 462px !important;
}

.p-462 {
  padding: 462px !important;
}

.w-463 {
  width: 463px !important;
}

.mxw-463 {
  max-width: 463px !important;
}

.h-463 {
  height: 463px !important;
}

.mt-463 {
  margin-top: 463px;
}

.mr-463 {
  margin-right: 463px;
}

.mb-463 {
  margin-bottom: 463px !important;
}

.p-463 {
  padding: 463px !important;
}

.w-464 {
  width: 464px !important;
}

.mxw-464 {
  max-width: 464px !important;
}

.h-464 {
  height: 464px !important;
}

.mt-464 {
  margin-top: 464px;
}

.mr-464 {
  margin-right: 464px;
}

.mb-464 {
  margin-bottom: 464px !important;
}

.p-464 {
  padding: 464px !important;
}

.w-465 {
  width: 465px !important;
}

.mxw-465 {
  max-width: 465px !important;
}

.h-465 {
  height: 465px !important;
}

.mt-465 {
  margin-top: 465px;
}

.mr-465 {
  margin-right: 465px;
}

.mb-465 {
  margin-bottom: 465px !important;
}

.p-465 {
  padding: 465px !important;
}

.w-466 {
  width: 466px !important;
}

.mxw-466 {
  max-width: 466px !important;
}

.h-466 {
  height: 466px !important;
}

.mt-466 {
  margin-top: 466px;
}

.mr-466 {
  margin-right: 466px;
}

.mb-466 {
  margin-bottom: 466px !important;
}

.p-466 {
  padding: 466px !important;
}

.w-467 {
  width: 467px !important;
}

.mxw-467 {
  max-width: 467px !important;
}

.h-467 {
  height: 467px !important;
}

.mt-467 {
  margin-top: 467px;
}

.mr-467 {
  margin-right: 467px;
}

.mb-467 {
  margin-bottom: 467px !important;
}

.p-467 {
  padding: 467px !important;
}

.w-468 {
  width: 468px !important;
}

.mxw-468 {
  max-width: 468px !important;
}

.h-468 {
  height: 468px !important;
}

.mt-468 {
  margin-top: 468px;
}

.mr-468 {
  margin-right: 468px;
}

.mb-468 {
  margin-bottom: 468px !important;
}

.p-468 {
  padding: 468px !important;
}

.w-469 {
  width: 469px !important;
}

.mxw-469 {
  max-width: 469px !important;
}

.h-469 {
  height: 469px !important;
}

.mt-469 {
  margin-top: 469px;
}

.mr-469 {
  margin-right: 469px;
}

.mb-469 {
  margin-bottom: 469px !important;
}

.p-469 {
  padding: 469px !important;
}

.w-470 {
  width: 470px !important;
}

.mxw-470 {
  max-width: 470px !important;
}

.h-470 {
  height: 470px !important;
}

.mt-470 {
  margin-top: 470px;
}

.mr-470 {
  margin-right: 470px;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.p-470 {
  padding: 470px !important;
}

.w-471 {
  width: 471px !important;
}

.mxw-471 {
  max-width: 471px !important;
}

.h-471 {
  height: 471px !important;
}

.mt-471 {
  margin-top: 471px;
}

.mr-471 {
  margin-right: 471px;
}

.mb-471 {
  margin-bottom: 471px !important;
}

.p-471 {
  padding: 471px !important;
}

.w-472 {
  width: 472px !important;
}

.mxw-472 {
  max-width: 472px !important;
}

.h-472 {
  height: 472px !important;
}

.mt-472 {
  margin-top: 472px;
}

.mr-472 {
  margin-right: 472px;
}

.mb-472 {
  margin-bottom: 472px !important;
}

.p-472 {
  padding: 472px !important;
}

.w-473 {
  width: 473px !important;
}

.mxw-473 {
  max-width: 473px !important;
}

.h-473 {
  height: 473px !important;
}

.mt-473 {
  margin-top: 473px;
}

.mr-473 {
  margin-right: 473px;
}

.mb-473 {
  margin-bottom: 473px !important;
}

.p-473 {
  padding: 473px !important;
}

.w-474 {
  width: 474px !important;
}

.mxw-474 {
  max-width: 474px !important;
}

.h-474 {
  height: 474px !important;
}

.mt-474 {
  margin-top: 474px;
}

.mr-474 {
  margin-right: 474px;
}

.mb-474 {
  margin-bottom: 474px !important;
}

.p-474 {
  padding: 474px !important;
}

.w-475 {
  width: 475px !important;
}

.mxw-475 {
  max-width: 475px !important;
}

.h-475 {
  height: 475px !important;
}

.mt-475 {
  margin-top: 475px;
}

.mr-475 {
  margin-right: 475px;
}

.mb-475 {
  margin-bottom: 475px !important;
}

.p-475 {
  padding: 475px !important;
}

.w-476 {
  width: 476px !important;
}

.mxw-476 {
  max-width: 476px !important;
}

.h-476 {
  height: 476px !important;
}

.mt-476 {
  margin-top: 476px;
}

.mr-476 {
  margin-right: 476px;
}

.mb-476 {
  margin-bottom: 476px !important;
}

.p-476 {
  padding: 476px !important;
}

.w-477 {
  width: 477px !important;
}

.mxw-477 {
  max-width: 477px !important;
}

.h-477 {
  height: 477px !important;
}

.mt-477 {
  margin-top: 477px;
}

.mr-477 {
  margin-right: 477px;
}

.mb-477 {
  margin-bottom: 477px !important;
}

.p-477 {
  padding: 477px !important;
}

.w-478 {
  width: 478px !important;
}

.mxw-478 {
  max-width: 478px !important;
}

.h-478 {
  height: 478px !important;
}

.mt-478 {
  margin-top: 478px;
}

.mr-478 {
  margin-right: 478px;
}

.mb-478 {
  margin-bottom: 478px !important;
}

.p-478 {
  padding: 478px !important;
}

.w-479 {
  width: 479px !important;
}

.mxw-479 {
  max-width: 479px !important;
}

.h-479 {
  height: 479px !important;
}

.mt-479 {
  margin-top: 479px;
}

.mr-479 {
  margin-right: 479px;
}

.mb-479 {
  margin-bottom: 479px !important;
}

.p-479 {
  padding: 479px !important;
}

.w-480 {
  width: 480px !important;
}

.mxw-480 {
  max-width: 480px !important;
}

.h-480 {
  height: 480px !important;
}

.mt-480 {
  margin-top: 480px;
}

.mr-480 {
  margin-right: 480px;
}

.mb-480 {
  margin-bottom: 480px !important;
}

.p-480 {
  padding: 480px !important;
}

.w-481 {
  width: 481px !important;
}

.mxw-481 {
  max-width: 481px !important;
}

.h-481 {
  height: 481px !important;
}

.mt-481 {
  margin-top: 481px;
}

.mr-481 {
  margin-right: 481px;
}

.mb-481 {
  margin-bottom: 481px !important;
}

.p-481 {
  padding: 481px !important;
}

.w-482 {
  width: 482px !important;
}

.mxw-482 {
  max-width: 482px !important;
}

.h-482 {
  height: 482px !important;
}

.mt-482 {
  margin-top: 482px;
}

.mr-482 {
  margin-right: 482px;
}

.mb-482 {
  margin-bottom: 482px !important;
}

.p-482 {
  padding: 482px !important;
}

.w-483 {
  width: 483px !important;
}

.mxw-483 {
  max-width: 483px !important;
}

.h-483 {
  height: 483px !important;
}

.mt-483 {
  margin-top: 483px;
}

.mr-483 {
  margin-right: 483px;
}

.mb-483 {
  margin-bottom: 483px !important;
}

.p-483 {
  padding: 483px !important;
}

.w-484 {
  width: 484px !important;
}

.mxw-484 {
  max-width: 484px !important;
}

.h-484 {
  height: 484px !important;
}

.mt-484 {
  margin-top: 484px;
}

.mr-484 {
  margin-right: 484px;
}

.mb-484 {
  margin-bottom: 484px !important;
}

.p-484 {
  padding: 484px !important;
}

.w-485 {
  width: 485px !important;
}

.mxw-485 {
  max-width: 485px !important;
}

.h-485 {
  height: 485px !important;
}

.mt-485 {
  margin-top: 485px;
}

.mr-485 {
  margin-right: 485px;
}

.mb-485 {
  margin-bottom: 485px !important;
}

.p-485 {
  padding: 485px !important;
}

.w-486 {
  width: 486px !important;
}

.mxw-486 {
  max-width: 486px !important;
}

.h-486 {
  height: 486px !important;
}

.mt-486 {
  margin-top: 486px;
}

.mr-486 {
  margin-right: 486px;
}

.mb-486 {
  margin-bottom: 486px !important;
}

.p-486 {
  padding: 486px !important;
}

.w-487 {
  width: 487px !important;
}

.mxw-487 {
  max-width: 487px !important;
}

.h-487 {
  height: 487px !important;
}

.mt-487 {
  margin-top: 487px;
}

.mr-487 {
  margin-right: 487px;
}

.mb-487 {
  margin-bottom: 487px !important;
}

.p-487 {
  padding: 487px !important;
}

.w-488 {
  width: 488px !important;
}

.mxw-488 {
  max-width: 488px !important;
}

.h-488 {
  height: 488px !important;
}

.mt-488 {
  margin-top: 488px;
}

.mr-488 {
  margin-right: 488px;
}

.mb-488 {
  margin-bottom: 488px !important;
}

.p-488 {
  padding: 488px !important;
}

.w-489 {
  width: 489px !important;
}

.mxw-489 {
  max-width: 489px !important;
}

.h-489 {
  height: 489px !important;
}

.mt-489 {
  margin-top: 489px;
}

.mr-489 {
  margin-right: 489px;
}

.mb-489 {
  margin-bottom: 489px !important;
}

.p-489 {
  padding: 489px !important;
}

.w-490 {
  width: 490px !important;
}

.mxw-490 {
  max-width: 490px !important;
}

.h-490 {
  height: 490px !important;
}

.mt-490 {
  margin-top: 490px;
}

.mr-490 {
  margin-right: 490px;
}

.mb-490 {
  margin-bottom: 490px !important;
}

.p-490 {
  padding: 490px !important;
}

.w-491 {
  width: 491px !important;
}

.mxw-491 {
  max-width: 491px !important;
}

.h-491 {
  height: 491px !important;
}

.mt-491 {
  margin-top: 491px;
}

.mr-491 {
  margin-right: 491px;
}

.mb-491 {
  margin-bottom: 491px !important;
}

.p-491 {
  padding: 491px !important;
}

.w-492 {
  width: 492px !important;
}

.mxw-492 {
  max-width: 492px !important;
}

.h-492 {
  height: 492px !important;
}

.mt-492 {
  margin-top: 492px;
}

.mr-492 {
  margin-right: 492px;
}

.mb-492 {
  margin-bottom: 492px !important;
}

.p-492 {
  padding: 492px !important;
}

.w-493 {
  width: 493px !important;
}

.mxw-493 {
  max-width: 493px !important;
}

.h-493 {
  height: 493px !important;
}

.mt-493 {
  margin-top: 493px;
}

.mr-493 {
  margin-right: 493px;
}

.mb-493 {
  margin-bottom: 493px !important;
}

.p-493 {
  padding: 493px !important;
}

.w-494 {
  width: 494px !important;
}

.mxw-494 {
  max-width: 494px !important;
}

.h-494 {
  height: 494px !important;
}

.mt-494 {
  margin-top: 494px;
}

.mr-494 {
  margin-right: 494px;
}

.mb-494 {
  margin-bottom: 494px !important;
}

.p-494 {
  padding: 494px !important;
}

.w-495 {
  width: 495px !important;
}

.mxw-495 {
  max-width: 495px !important;
}

.h-495 {
  height: 495px !important;
}

.mt-495 {
  margin-top: 495px;
}

.mr-495 {
  margin-right: 495px;
}

.mb-495 {
  margin-bottom: 495px !important;
}

.p-495 {
  padding: 495px !important;
}

.w-496 {
  width: 496px !important;
}

.mxw-496 {
  max-width: 496px !important;
}

.h-496 {
  height: 496px !important;
}

.mt-496 {
  margin-top: 496px;
}

.mr-496 {
  margin-right: 496px;
}

.mb-496 {
  margin-bottom: 496px !important;
}

.p-496 {
  padding: 496px !important;
}

.w-497 {
  width: 497px !important;
}

.mxw-497 {
  max-width: 497px !important;
}

.h-497 {
  height: 497px !important;
}

.mt-497 {
  margin-top: 497px;
}

.mr-497 {
  margin-right: 497px;
}

.mb-497 {
  margin-bottom: 497px !important;
}

.p-497 {
  padding: 497px !important;
}

.w-498 {
  width: 498px !important;
}

.mxw-498 {
  max-width: 498px !important;
}

.h-498 {
  height: 498px !important;
}

.mt-498 {
  margin-top: 498px;
}

.mr-498 {
  margin-right: 498px;
}

.mb-498 {
  margin-bottom: 498px !important;
}

.p-498 {
  padding: 498px !important;
}

.w-499 {
  width: 499px !important;
}

.mxw-499 {
  max-width: 499px !important;
}

.h-499 {
  height: 499px !important;
}

.mt-499 {
  margin-top: 499px;
}

.mr-499 {
  margin-right: 499px;
}

.mb-499 {
  margin-bottom: 499px !important;
}

.p-499 {
  padding: 499px !important;
}

.w-500 {
  width: 500px !important;
}

.mxw-500 {
  max-width: 500px !important;
}

.h-500 {
  height: 500px !important;
}

.mt-500 {
  margin-top: 500px;
}

.mr-500 {
  margin-right: 500px;
}

.mb-500 {
  margin-bottom: 500px !important;
}

.p-500 {
  padding: 500px !important;
}

@media only screen and (min-width: 1080px) {
  .w-1x {
    width: 100px !important;
  }
  .w-2x {
    width: 200px !important;
  }
  .w-3x {
    width: 300px !important;
  }
  .w-4x {
    width: 400px !important;
  }
  .w-5x {
    width: 500px !important;
  }
  .w-6x {
    width: 600px !important;
  }
  .w-7x {
    width: 700px !important;
  }
  .w-8x {
    width: 800px !important;
  }
  .w-9x {
    width: 900px !important;
  }
  .w-10x {
    width: 1000px !important;
  }
  .w-11x {
    width: 1100px !important;
  }
  .w-12x {
    width: 1200px !important;
  }
  .w-13x {
    width: 1300px !important;
  }
  .w-14x {
    width: 1400px !important;
  }
  .w-15x {
    width: 1500px !important;
  }
}
.fw-1 {
  font-weight: 100;
}

.gap-1 {
  gap: 10px;
}

.fw-2 {
  font-weight: 200;
}

.gap-2 {
  gap: 20px;
}

.fw-3 {
  font-weight: 300;
}

.gap-3 {
  gap: 30px;
}

.fw-4 {
  font-weight: 400;
}

.gap-4 {
  gap: 40px;
}

.fw-5 {
  font-weight: 500;
}

.gap-5 {
  gap: 50px;
}

.fw-6 {
  font-weight: 600;
}

.gap-6 {
  gap: 60px;
}

.d-flex {
  display: flex;
}

.p-relative {
  position: relative;
}

.color-primary {
  color: var(--primary-color);
}

.notifications_list {
  position: absolute;
  right: 0;
  line-height: 1.5em;
  top: calc(100% + 25px);
  width: 300px;
  z-index: 100;
  border: 1px solid rgba(226, 226, 226, 0.5607843137);
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(226, 226, 226, 0.5607843137);
  transition: var(--tran-03);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.notifications_list.active {
  top: calc(100% + 12px);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.notifications_list::after {
  content: "";
  position: absolute;
  right: 12px;
  top: -6.8px;
  width: 12px;
  height: 12px;
  background: inherit;
  transform: rotate(45deg);
  border: 1px solid rgba(226, 226, 226, 0.5607843137);
  border-bottom: none;
  border-right: none;
}
.notifications_list .notifications_title {
  position: relative;
  text-align: center;
  font-size: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(226, 226, 226, 0.5607843137);
  pointer-events: none;
}
.notifications_list .notifications_footer {
  border-top: 1px solid rgba(226, 226, 226, 0.5607843137);
  text-align: center;
  display: block;
  font-size: 14px;
  color: var(--body-font-color);
  text-decoration: none;
  padding: 9px 0;
}
.notifications_list .notifications_footer:hover {
  background: rgba(16, 78, 148, 0.05);
  color: var(--primary-color);
}
.notifications_list .notifications_body {
  max-height: 300px;
  overflow: auto;
  line-height: 1.4;
}
.notifications_list .notifications_body::-webkit-scrollbar {
  width: 10px;
}
.notifications_list .notifications_body::-webkit-scrollbar-thumb {
  width: 0;
  background: #e3e3e3;
  transition: 0.5s ease;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.notifications_list .notifications_body::-webkit-scrollbar-thumb:hover {
  background: lightgrey;
}
.notifications_list .notifications_body::-webkit-scrollbar-track {
  width: 10px;
  background: var(--scrool-background);
  transition: 0.5s ease-in-out;
}
.notifications_list .notifications_body::-webkit-scrollbar-track:hover {
  background: rgba(211, 211, 211, 0.4);
}
.notifications_list .notifications_body a {
  display: block;
  text-decoration: none;
  color: var(--body-font-color);
  padding: 12px 16px;
  font-size: 14px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.5607843137);
  transition: var(--tran-03);
}
.notifications_list .notifications_body a:last-of-type {
  border-bottom: none;
}
.notifications_list .notifications_body a:hover {
  background: rgba(16, 78, 148, 0.05);
  color: var(--primary-color);
}

.p-relative {
  position: relative;
}

.text-muted {
  color: rgba(18, 28, 66, 0.6);
}

.turbo-progress-bar {
  background-color: var(--primary-color);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs .tabs__label {
  padding: 1em;
  font-size: 0.9em;
  cursor: pointer;
  border-bottom: 1px solid #e2e2e2;
}
.tabs .long_bb {
  flex-grow: 1;
  pointer-events: none;
}
.tabs .tabs__radio {
  display: none;
}
.tabs .tabs__radio:disabled + .tabs__label {
  color: #e2e2e2;
  cursor: not-allowed;
}
.tabs .tabs__content {
  padding: 18px 5px;
  order: 1;
  width: 100%;
  display: none;
}
.tabs .tabs__radio:checked + .tabs__label {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  background: rgb(16, 78, 148);
  background: linear-gradient(0deg, rgba(16, 78, 148, 0.1) 0%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 100%);
}
.tabs .tabs__radio:checked + .tabs__label + .tabs__content {
  display: initial;
}

.img__box {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

img {
  max-width: 100%;
}

.ss-main {
  height: 42px !important;
  padding: 0 5px 0 8px !important;
  display: flex !important;
  border-color: #e9e9e9 !important;
  background: transparent !important;
}
.ss-main:focus {
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
}
.ss-main .ss-deselect {
  display: none !important;
}

select[multiple] + .ss-main {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ss-main.ss-disabled {
  background: rgba(226, 226, 226, 0.2705882353) !important;
}
.ss-main.ss-disabled .ss-values .ss-single {
  color: #a7a7a7 !important;
}

.ss-main .ss-values .ss-single {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ss-main .ss-values .ss-value {
  border-radius: 2px !important;
}

.ss-content .ss-search input {
  padding: 8px 10px !important;
}
.ss-content .ss-search input:focus {
  box-shadow: none !important;
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: rgba(16, 78, 148, 0.2196078431) !important;
  color: var(--primary-color);
}

.ss-content .ss-list {
  font-size: 0.85em;
  max-height: 150px;
}
.ss-content .ss-list::-webkit-scrollbar {
  width: 10px;
}
.ss-content .ss-list::-webkit-scrollbar-thumb {
  width: 0;
  background: #e3e3e3;
  transition: 0.5s ease;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.ss-content .ss-list::-webkit-scrollbar-thumb:hover {
  background: lightgrey;
}
.ss-content .ss-list::-webkit-scrollbar-track {
  width: 10px;
  background: var(--scrool-background);
  transition: 0.5s ease-in-out;
}
.ss-content .ss-list::-webkit-scrollbar-track:hover {
  background: rgba(211, 211, 211, 0.4);
}

.ss-main .ss-values .ss-placeholder {
  color: var(--login-form-placeholder) !important;
}

.field.error .ss-main .ss-values .ss-placeholder {
  color: var(--login-form-error) !important;
}

.ss-main .ss-arrow path {
  stroke: var(--login-form-placeholder) !important;
}

.ss-main .ss-values .ss-single {
  color: var(--body-font-color);
}

.ss-main .ss-values .ss-value {
  background-color: var(--primary-color) !important;
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: #fff !important;
}

.field.error .ss-main {
  border-color: var(--login-form-error) !important;
}

.modal__body [data-control*=noEmpty] + .ss-main + label + i {
  display: block;
}

.modal__body [data-control*=noEmpty] + label + i {
  display: block;
}

.modal__body [data-control*=noEmpty]:disabled + .ss-main + label + i {
  display: none;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: hidden !important;
}

.btn-primary {
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 45px;
  outline: none;
  background: var(--primary-color);
  border-radius: 4px;
  box-shadow: 0 8px 6px -10px #b3c6ff;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn-primary:hover {
  background: var(--add-btn-background);
}
.btn-primary i {
  font-size: 0.8em;
  margin-left: 10px;
}
.btn-primary:disabled {
  background: rgba(226, 226, 226, 0.2705882353) !important;
  color: #dadada !important;
  user-select: none !important;
  cursor: not-allowed;
  border: 1px solid #e3e3e3;
}

.btn-danger {
  background: #dc3546;
}
.btn-danger:hover {
  background: #be2b3a;
}

.second-primary {
  display: flex;
  align-items: center;
  padding: 0 25px;
  font-size: 0.9em;
  text-decoration: none;
  outline: none;
  border-radius: 4px;
  box-shadow: 0 8px 6px -10px #b3c6ff;
  font-weight: 400;
  cursor: pointer;
  transition: var(--tran-03);
  background: rgba(16, 78, 148, 0.1215686275);
  color: #104e94;
  border: 1px solid #104e94;
}
.second-primary:hover {
  background: var(--add-btn-background);
  color: white;
}
.second-primary i {
  font-size: 0.8em;
  margin-left: 15px;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:hover,
.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background: var(--primary-color) !important;
}
.ss-content .ss-list .ss-option.ss-highlighted .ss-search-highlight, .ss-content .ss-list .ss-option:hover .ss-search-highlight,
.ss-content .ss-list .ss-option.ss-highlighted .ss-search-highlight, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected .ss-search-highlight {
  color: white !important;
}

.notify.notify-autoclose::before {
  height: 2px !important;
}

.notifications-container {
  max-width: 450px !important;
}
.notifications-container .notify-content {
  line-height: 1.2;
}

.notify__text, .notify__title {
  font-family: "Poppins", sans-serif, arial;
}

.notify__text a {
  background: rgba(0, 0, 0, 0.2196078431);
  padding: 0 0.6em;
  line-height: 2em;
  border-radius: 3px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.notify__text a:hover {
  transition: all 0.5s ease-in-out;
  background: #000000;
  color: #fff;
}

.table-list-title {
  font-weight: 600;
  text-transform: uppercase;
}

.required__placeholder {
  color: #dc3546;
  font-size: 0.85em;
  padding-left: 1.4em;
  margin-bottom: 12px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.dropdown__delete__form_button {
  border: none !important;
  padding: 10px 34px 10px 15px !important;
  color: var(--body-font-color) !important;
  font-size: 1em !important;
  background: transparent;
  border-radius: 0 !important;
  width: 100%;
}

.btn__confirm__delete {
  background: #e74c3c;
  color: white;
  margin-right: 10px !important;
}
.btn__confirm__delete:hover {
  background: #d34436;
}

.tile_check_box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em;
  align-items: center;
  transition: all 0.2s;
}
.tile_check_box .checkbox {
  width: 140px;
  height: 40px;
  position: relative;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}
.tile_check_box .checkbox:last-child {
  margin-right: 0;
}
.tile_check_box .checkbox:has(> input:disabled) {
  box-shadow: none;
}
.tile_check_box .checkbox.lst_child:last-child {
  margin-right: 0;
}
.tile_check_box .checkbox input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
  appearance: none;
  -webkit-appearance: none;
}
.tile_check_box .checkbox input:disabled + div {
  background: rgba(226, 226, 226, 0.2705882353) !important;
  color: #a7a7a7 !important;
  border-color: #d1d1d1 !important;
}
.tile_check_box .box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border: 1px solid #d1d1d1;
  color: rgb(63, 63, 63);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.6s;
}
.tile_check_box .box i {
  margin-right: 0.5em;
  font-size: 0.9em;
}
.tile_check_box .box p {
  transition: all 0.2s;
  user-select: none;
}
.tile_check_box .checkbox input:checked ~ .box p {
  transform: translateY(-30px);
}
.tile_check_box .box p::before {
  content: attr(data-text);
  position: absolute;
  transform: translateY(30px);
}
.tile_check_box a:hover .box {
  border-color: #104e94 !important;
}
.tile_check_box a .checkbox {
  box-shadow: none;
}
.tile_check_box .checkbox input:checked ~ .box p::before {
  transform: translateY(30px);
}
.tile_check_box .checkbox input:checked ~ .box {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(16, 78, 148, 0.05);
}
.tile_check_box .conforme-form input:checked ~ .box {
  border: 1px solid #1e8705;
  color: #1e8705;
  background-color: rgba(30, 135, 5, 0.05);
}
.tile_check_box .conforme-form .box {
  border: 1px solid #dc3546;
  color: #dc3546;
  background-color: rgba(220, 53, 70, 0.05);
}
.tile_check_box.no-visible {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  flex-wrap: nowrap;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
span.flatpickr-weekday {
  text-transform: capitalize;
}

.bad-span {
  white-space: nowrap;
  background-color: rgba(220, 53, 70, 0.1019607843);
  padding: 3px 12px;
  text-align: center;
  border-radius: 60px;
  color: #dc3546;
  border: 1px solid #dc3546;
}

.yellow-span {
  white-space: nowrap;
  background-color: rgba(255, 193, 7, 0.1);
  padding: 3px 12px;
  text-align: center;
  border-radius: 60px;
  color: #ffc107;
  border: 1px solid #ffc107;
}

.good-span {
  white-space: nowrap;
  background-color: rgba(30, 135, 5, 0.1019607843);
  padding: 3px 12px;
  text-align: center;
  border-radius: 60px;
  color: #1e8705;
  border: 1px solid #1e8705;
}

.blue-span {
  white-space: nowrap;
  background-color: rgba(16, 78, 148, 0.1);
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.blue-span:hover {
  background: var(--primary-color);
  color: #fff;
}
.blue-span:disabled {
  background: hsla(0deg, 0%, 89%, 0.059);
  border: 1px solid hsla(0deg, 0%, 87%, 0.5);
  color: #c6c6c6;
  cursor: not-allowed;
}

.orange-span {
  white-space: nowrap;
  background-color: rgba(231, 83, 40, 0.1);
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
  color: #e75328;
  border: 1px solid #e75328;
}
.orange-span:hover {
  background: #e75328;
  color: #fff;
}
.orange-span:disabled {
  background: hsla(0deg, 0%, 89%, 0.059);
  border: 1px solid hsla(0deg, 0%, 87%, 0.5);
  color: #c6c6c6;
  cursor: not-allowed;
}

.group__input {
  display: flex;
}
.group__input .field {
  margin-bottom: 0;
}
.group__input .field:first-child .input-area input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.group__input .field:first-child .input-area .ss-main {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.group__input .field:last-child {
  margin-bottom: 0;
}
.group__input .field:last-child .input-area input {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right-width: 1px;
}
.group__input .field:last-child .input-area .ss-main {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right-width: 1px;
}
.group__input .field .input-area input {
  border-radius: 0;
  border-right-width: 0;
}
.group__input .field .input-area .ss-main {
  border-radius: 0;
  border-right-width: 0;
}

.table_deleteBtn {
  border: 1px solid #dc3546;
  padding: 0.6em 1.5em;
  color: #dc3546;
  border-radius: 3px;
  font-size: 0.95em;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
}
.table_deleteBtn:hover {
  transition: all 0.5s ease-in-out;
  background: rgba(220, 53, 70, 0.17);
}

.float__right_btn {
  position: fixed;
  content: "";
  bottom: 23px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 0em;
  cursor: pointer;
  z-index: 1;
}
.float__right_btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(16, 78, 148, 0.36);
  border-radius: 50%;
  z-index: -1;
  transform: scale(1);
  animation: zoom 1s ease-in-out infinite;
  transition: all 0.5s ease;
}
@keyframes zoom {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 0.8;
    transform: scale(1.2);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.4);
  }
  75% {
    opacity: 0.4;
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

#instantsearch-box {
  z-index: 99;
  height: 95%;
  width: 100%;
  padding: 20px 40px;
  overflow: auto;
}
#instantsearch-box::-webkit-scrollbar {
  width: 10px;
}
#instantsearch-box::-webkit-scrollbar-thumb {
  width: 0;
  background: #e3e3e3;
  transition: 0.5s ease;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#instantsearch-box::-webkit-scrollbar-thumb:hover {
  background: lightgrey;
}
#instantsearch-box::-webkit-scrollbar-track {
  width: 10px;
  background: var(--scrool-background);
  transition: 0.5s ease-in-out;
}
#instantsearch-box::-webkit-scrollbar-track:hover {
  background: rgba(211, 211, 211, 0.4);
}
#instantsearch-box .ais-Hits-item a.link-box, #instantsearch-box .ais-InfiniteHits-item a.link-box {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: var(--body-font-color);
  width: 100%;
}
#instantsearch-box .ais-Hits-item a.link-box:hover, #instantsearch-box .ais-InfiniteHits-item a.link-box:hover {
  color: var(--primary-color);
}
#instantsearch-box .ais-Hits-item a.link-box:hover img, #instantsearch-box .ais-InfiniteHits-item a.link-box:hover img {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
#instantsearch-box .ais-Hits-item img, #instantsearch-box .ais-InfiniteHits-item img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #e1d5fd;
  transition: var(--tran-03);
}
#instantsearch-box .ais-Hits-item[data-badge-yellow], #instantsearch-box .ais-InfiniteHits-item[data-badge-yellow] {
  position: relative;
}
#instantsearch-box .ais-Hits-item[data-badge-yellow]:before, #instantsearch-box .ais-InfiniteHits-item[data-badge-yellow]:before {
  position: absolute;
  right: -10px;
  top: -10px;
  min-width: 10px;
  min-height: 10px;
  line-height: 10px;
  padding: 5px;
  color: #fff;
  background-color: #f3ec00;
  font-size: 10px;
  border-radius: 20px;
  border: solid 1px #f3ec00;
}
#instantsearch-box .ais-Hits-item[data-badge-red], #instantsearch-box .ais-InfiniteHits-item[data-badge-red] {
  position: relative;
}
#instantsearch-box .ais-Hits-item[data-badge-red]:before, #instantsearch-box .ais-InfiniteHits-item[data-badge-red]:before {
  position: absolute;
  right: -10px;
  top: -10px;
  min-width: 10px;
  min-height: 10px;
  line-height: 10px;
  padding: 5px;
  color: #fff;
  background-color: #bf1f1f;
  font-size: 10px;
  border-radius: 20px;
  border: solid 1px #c93a3a;
}
#instantsearch-box .ais-Hits-item img, #instantsearch-box .ais-InfiniteHits-item img {
  height: 100%;
  object-fit: cover;
}
#instantsearch-box .ais-Hits-item p.info, #instantsearch-box .ais-InfiniteHits-item p.info {
  display: flex;
  gap: 8px;
  align-items: center;
}
#instantsearch-box .ais-Hits-item p.info .separator, #instantsearch-box .ais-InfiniteHits-item p.info .separator {
  display: flex;
  height: 12px;
  width: 1px;
  background: #cbcbcb;
}
#instantsearch-box .ais-SearchBox {
  margin-bottom: 20px;
}
#instantsearch-box .ais-SearchBox-form {
  background: none;
}
#instantsearch-box .ais-SearchBox-form .ais-SearchBox-input {
  box-shadow: none;
}
#instantsearch-box .ais-SearchBox-input:focus {
  border-color: var(--primary-color) !important;
}
#instantsearch-box .ais-Hits-item, #instantsearch-box .ais-InfiniteHits-item {
  background: none;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: none;
  padding: 1em;
  padding-left: 0;
}
#instantsearch-box .ais-Highlight-highlighted, #instantsearch-box .ais-Snippet-highlighted {
  background-color: rgba(16, 78, 148, 0.1);
  color: var(--primary-color);
  font-style: normal;
}

.spinner__loader, .employes_search_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner__loader.active, .employes_search_box.active {
  visibility: visible;
  opacity: 1;
}
.spinner__loader:before, .employes_search_box:before {
  position: absolute;
  content: "";
  width: 99%;
  height: 97%;
  z-index: 0;
  /*
  Glassmorphism
   */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.spinner__loader .loading-animation, .employes_search_box .loading-animation {
  z-index: 1;
}

.employes_search_box:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

body:has(.login_container) {
  overflow: hidden;
}

.login_container {
  width: 100%;
  height: 100vh;
  align-items: center;
  display: flex;
  background: #fff;
}
.login_container .login {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
}
.login_container form {
  width: 370px;
  margin: 60px auto;
}
.login_container h1 {
  margin: 20px;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
}
.login_container p {
  text-align: center;
  margin: 10px;
}
.login_container hr {
  border-top: 1px solid var(--primary-color);
}
.login_container .pic {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.login_container .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login_container button {
  border: none;
  outline: none;
  padding: 10px 8px;
  width: 100%;
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  background: var(--primary-color);
  transition: var(--tran-03);
}
.login_container button:hover {
  background: var(--primary-color-contrast);
}
.login_container button:disabled {
  background: #e2e2e2;
  border: 1px solid #ddd;
  color: #c6c6c6;
  cursor: not-allowed;
}
.login_container p {
  margin: 20px;
}
.login_container .icons {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.login_container .icons i {
  color: #07001f;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  font-size: 1.25rem;
  cursor: pointer;
  border: 1px solid #dfe9f5;
}
.login_container .icons i:hover {
  color: #fff !important;
  background: var(--primary-color);
  transition: var(--tran-03);
}
.login_container .icons i:first-child {
  color: green;
}
.login_container .icons i:last-child {
  color: blue;
}
.login_container .not-member {
  text-align: center;
  margin-top: 1.4rem;
}
.login_container a {
  color: black;
  text-decoration: none;
}
.login_container a:hover {
  color: var(--primary-color) !important;
  text-decoration: underline;
}

.yellow-state {
  border: 1px solid #ffc107;
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.06);
  padding: 0.2em 1em;
  border-radius: 25px;
  white-space: nowrap;
}

.green-state {
  border: 1px solid #198754;
  color: #198754;
  background-color: rgba(25, 135, 84, 0.06);
  padding: 0.2em 1em;
  border-radius: 25px;
  white-space: nowrap;
}

.blue-state {
  border: 1px solid #104e94;
  color: #104e94;
  background-color: rgba(16, 78, 148, 0.06);
  padding: 0.2em 1em;
  border-radius: 25px;
  white-space: nowrap;
}

.red-state {
  border: 1px solid #d34436;
  color: #d34436;
  background-color: rgba(211, 68, 54, 0.06);
  padding: 0.2em 1em;
  border-radius: 25px;
  white-space: nowrap;
}

.table-nav {
  margin: 15px 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.table-nav .pagination {
  padding: 20px 0;
  flex-grow: 1;
}
.table-nav .pagination a {
  padding: 5px 20px;
  outline: none;
  margin-right: -1px;
  box-shadow: 0 8px 6px -10px #b3c6ff;
  border: 1px solid #bdbdbd;
  color: #767676;
  text-decoration: none;
  transition: all 0.5s ease;
}
.table-nav .pagination a i {
  font-size: 0.8em;
}
.table-nav .pagination a.active {
  background: rgba(16, 78, 148, 0.1019607843);
  color: #104e94;
  pointer-events: none;
}
.table-nav .pagination a.step {
  pointer-events: none;
  user-select: none;
}
.table-nav .pagination a:hover {
  background: rgba(16, 78, 148, 0.1019607843);
  color: #104e94;
}
.table-nav .pagination .pagination-dot {
  letter-spacing: 5px;
  margin-right: 2px;
}
.table-nav .pagination a:first-child {
  border-radius: 3px 0 0 3px;
}
.table-nav .pagination a:last-child {
  border-radius: 0 3px 3px 0;
}
.table-nav p span {
  font-weight: bold;
  font-size: 1.2em;
}

.select__height .field {
  margin-bottom: 0 !important;
}

.separeted__title {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-top: 25px;
  align-items: center;
}
.separeted__title p:nth-child(1) {
  text-transform: uppercase;
}
.separeted__title p:nth-child(1) span {
  font-weight: 600;
  color: var(--primary-color);
}
.separeted__title p:nth-child(2) {
  flex-grow: 1;
  height: 1px;
  background: #e2e2e2;
}
.separeted__title ~ .table-list {
  margin-bottom: 40px;
}

.button-group {
  display: inline-flex;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  overflow: hidden;
}

.button-group-item {
  padding: 0.8em 1.1em;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 1px solid var(--primary-color);
  background: rgba(16, 78, 148, 0.0705882353);
  transition: all 0.2s ease-in-out;
  color: var(--primary-color);
}
.button-group-item.active {
  background: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  color: white;
}
.button-group-item:hover {
  background: var(--primary-color);
  color: white;
}
.button-group-item.disabled {
  pointer-events: none;
  flex-grow: 1;
}
.button-group-item i {
  margin-left: 8px;
}

.button-group-item:last-child {
  border-right: none;
}

.form__tr {
  background: white !important;
  overflow: hidden;
}
.form__tr td:has(input), .form__tr td:has(a), .form__tr td:has(select) {
  padding: 0 !important;
  border-right: 1px solid #e2e2e2;
}
.form__tr td:has(input):last-child, .form__tr td:has(a):last-child, .form__tr td:has(select):last-child {
  border-right: none !important;
}
.form__tr td:has(input) .field, .form__tr td:has(a) .field, .form__tr td:has(select) .field {
  margin: 0 !important;
}
.form__tr td:has(input) .field:not(.error) input, .form__tr td:has(a) .field:not(.error) input, .form__tr td:has(select) .field:not(.error) input {
  border: none !important;
}
.form__tr td:has(input) .field:not(.error) .ss-main, .form__tr td:has(a) .field:not(.error) .ss-main, .form__tr td:has(select) .field:not(.error) .ss-main {
  border: none !important;
}

.row-conforme {
  background: rgba(16, 78, 148, 0.1) !important;
  color: var(--primary-color) !important;
}

.row-noconforme {
  background: rgba(220, 53, 69, 0.1) !important;
  color: var(--login-form-error) !important;
}

.flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-month.startRange, .flatpickr-monthSelect-month.endRange {
  background: var(--primary-color) !important;
  border-color: var(--primary-color-contrast) !important;
}

.flatpickr-monthSelect-month {
  text-transform: capitalize;
}

input[is=month-picker] {
  text-transform: capitalize;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  color: var(--primary-color-contrast) !important;
}

.red__state {
  background: rgba(220, 53, 70, 0.15);
  border-color: rgba(220, 53, 70, 0.5) !important;
  color: #dc3546;
}
.red__state div {
  border-color: rgba(220, 53, 70, 0.5) !important;
}

.table_btn_rounded {
  padding: 0 !important;
  width: 30px;
  height: 30px;
  line-height: 31px;
  border-radius: 25px !important;
  transition: var(--tran-03) !important;
  display: flex;
  justify-content: center;
}

tbody.col_table {
  position: relative;
  transition: opacity 200ms, display 200ms;
}
tbody.col_table tr.child_col {
  background: transparent !important;
  position: relative;
  display: none;
  opacity: 0;
}
tbody.col_table tr.child_col:before {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 25px;
  width: 35px;
  height: 1px;
  background: var(--primary-color);
}
tbody.col_table tr.child_col:after {
  content: "";
  position: absolute;
  top: -11px;
  left: 25px;
  width: 1px;
  height: calc(100% + 1px);
  background: var(--primary-color);
}
tbody.col_table tr.child_col td.img div {
  border: 1px solid var(--primary-color);
}
tbody.col_table tr.child_col.show {
  display: table-row-group;
  opacity: 1;
}

div[data-tooltipdeclaration][disabled] .box {
  background: rgba(226, 226, 226, 0.0588235294);
  border: 1px solid rgba(221, 221, 221, 0.5);
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn__confirm__blue {
  background: #3498db;
  color: white;
  margin-right: 10px !important;
}
.btn__confirm__blue:hover {
  background: #2f8bc9;
}

.btn-logout {
  padding: 0 20px;
  height: 40px;
  outline: none;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  box-shadow: 0 8px 6px -10px #b3c6ff;
  color: var(--primary-color);
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  transition: 0.5s ease;
}
.btn-logout:hover {
  background: var(--add-btn-background);
  color: white;
}
.btn-logout i {
  font-size: 0.8em;
  margin-left: 5px;
}

.access__permission {
  display: flex;
  border: 1px solid var(--search-bar-border);
  margin-bottom: 20px;
  padding: 1em;
  border-radius: 5px;
  font-weight: 500;
  justify-content: space-between;
}

.access__permission .form-check {
  position: relative;
  display: flex;
}

.access__permission .form-check input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.access__permission .form-check label {
  display: grid;
  grid-template-columns: 2em 1fr;
  grid-template-areas: "checkbox label";
  gap: 0.7em;
  font-size: 0.9em;
  cursor: pointer;
}

.access__permission .form-check label::before,
.access__permission .form-check label::after {
  grid-area: checkbox;
  content: "";
  display: block;
  cursor: pointer;
}

.access__permission .form-check label::before {
  width: 100%;
  height: 1.2em;
  border-radius: 1em;
  border: 1px solid var(--primary-color);
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.access__permission .form-check label::after {
  position: relative;
  left: 4px;
  top: 0.3em;
  width: calc(1em - 4px);
  height: calc(1em - 4px);
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: background-color 0.3s, transform 0.3s;
}

.access__permission .form-check input:checked + label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.access__permission .form-check input:checked + label::after {
  background-color: white;
  transform: translateX(0.77em);
}

.access__permission .form-check input:focus + label::before {
  box-shadow: 0 0 0 0.25em var(--btn-primary-shadow);
  border-color: var(--primary-color);
}

.access__permission .grade + label {
  display: none;
}

.access__permission .form-check .mission:checked + label + .grade + label {
  display: grid;
}

.radio-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  gap: 13px;
}

.radio-item {
  width: 32%;
}

.radio-item [type=radio] {
  display: none;
}

.radio-item label {
  display: block;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid rgb(241, 241, 241);
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 400;
  width: 100%;
  white-space: nowrap;
  position: relative;
  user-select: none;
}

.radio-item label:after,
.radio-item label:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.radio-item label:after {
  height: 10px;
  width: 10px;
  border: 2px solid var(--primary-color);
  left: 10px;
  top: calc(50% - 7px);
}

.radio-item label:before {
  background: var(--primary-color);
  height: 6px;
  width: 6px;
  left: 14px;
  top: calc(50% - 3px);
  transform: scale(3);
  transition: 0.4s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.radio-item [type=radio]:checked ~ label {
  border-color: var(--primary-color);
  background: rgba(16, 78, 148, 0.0901960784);
}

.radio-item [type=radio]:checked ~ label:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#editions_print .field {
  margin-bottom: 0 !important;
}

.loading-animation {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.loading-animation .logo {
  width: 250px;
}
.loading-animation .loading-bar {
  width: 80%;
  height: 2px;
  background: #cfcfcf;
  margin-top: 22px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.loading-animation .loading-bar::before {
  content: "";
  width: 55%;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  left: -55px;
  animation: bluebar 1.5s infinite ease;
}
@keyframes bluebar {
  50% {
    left: 105px;
  }
}

.table_drop_action i.icon:not(:has(~ .dropdown ul li)) {
  display: none;
  visibility: hidden;
  user-select: none;
}

.success-notify-box {
  padding: 0.5em 0.7em;
  background: rgba(30, 135, 5, 0.1019607843);
  border: 1px solid rgba(30, 135, 5, 0.3490196078);
  border-radius: 5px;
  color: #1e8705;
}

.danger-notify-box {
  padding: 0.5em 0.7em;
  background: rgba(192, 57, 43, 0.1);
  border: 1px solid rgba(192, 57, 43, 0.35);
  border-radius: 5px;
  color: #c0392b;
}

table div:has(.hp_indicator), table div:has(.alert_indicator) {
  position: relative;
}
table div:has(.hp_indicator) .hp_indicator, table div:has(.alert_indicator) .hp_indicator {
  position: absolute;
  right: -5px;
  top: 5px;
  content: "";
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 50%;
  background: var(--primary-color);
  animation: opacity-anim 1s ease infinite;
}
table div:has(.hp_indicator) .alert_indicator, table div:has(.alert_indicator) .alert_indicator {
  position: absolute;
  right: -5px;
  top: 5px;
  content: "";
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 50%;
  background: var(--login-form-error);
  animation: opacity-anim 1s ease infinite;
}
@keyframes opacity-anim {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

.chart-action[data-v-2afd21f1] {
  transition: background 0.25s, border-color 0.25s;
  background: rgba(40, 44, 52, 0.05);
  border: 1px solid transparent;
  border-radius: 6px;
  color: #3080d0;
  text-decoration: none !important;
  display: inline-block;
  font-size: 0.8rem;
  padding: 8px 16px;
  margin: 0 8px 8px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chart-action[data-v-2afd21f1]:hover {
  background: rgba(48, 128, 208, 0.15);
  border-color: rgba(48, 128, 208, 0.2);
  color: #3080d0;
}

.chart_container {
  display: flex;
}

.glass {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.all_notifications {
  padding: 0 1em;
  min-height: calc(100vh - 188px);
}
.all_notifications a {
  display: block;
  text-decoration: none;
  color: var(--body-font-color);
  padding: 16px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.5607843137);
  transition: var(--tran-03);
}
.all_notifications a:last-of-type {
  border-bottom: none;
}

.decision_form {
  gap: 15px;
  border: 1px solid rgba(16, 78, 148, 0.2509803922);
  border-radius: 5px;
  background: rgba(16, 78, 148, 0.031372549);
}
.decision_form .separator {
  width: 1px;
  height: 108px;
  background: rgba(16, 78, 148, 0.2509803922);
}
.decision_form span {
  color: var(--primary-color);
}
.decision_form .field.error .input-area input {
  border-color: var(--login-form-error) !important;
}
.decision_form .field .input-area input, .decision_form .ss-main {
  border-color: rgba(16, 78, 148, 0.2509803922) !important;
  background: #fff !important;
}
.decision_form .field .input-area input:focus, .decision_form .ss-main:focus {
  border-color: var(--primary-color) !important;
}

form button:not(.ais-SearchBox-reset):focus {
  box-shadow: 0 0 0 3px rgba(16, 78, 148, 0.25);
}

.fc .fc-button-primary {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.fc .fc-button-primary:hover {
  background: var(--primary-color-contrast) !important;
  border-color: var(--primary-color-contrast) !important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active {
  background: #1e71b8 !important;
  border-color: #1e71b8 !important;
}

.fc .fc-toolbar-title {
  text-transform: capitalize;
}

.fc .fc-daygrid-day.fc-day-today {
  background: rgba(16, 78, 148, 0.1490196078);
}

.fc .fc-scroller-harness {
  text-transform: capitalize;
}

.fc .fc-daygrid-event {
  text-overflow: ellipsis;
  text-transform: none;
}

.text-danger {
  color: #c0392b;
}

tr.tr-danger {
  color: #c0392b !important;
  background: rgba(192, 57, 43, 0.1803921569) !important;
}
tr.tr-danger td .link__table {
  border-color: #c0392b !important;
  color: #c0392b !important;
}
tr.tr-danger td .link__table:hover {
  background: rgba(192, 57, 43, 0.2) !important;
}
tr.tr-danger td.img img {
  border: 1px solid rgba(192, 57, 43, 0.2) !important;
}

tr.tr-alert {
  color: #ffc107 !important;
  background: rgba(255, 193, 7, 0.18) !important;
}
tr.tr-alert td .link__table {
  border-color: #ffc107 !important;
  color: #ffc107 !important;
}
tr.tr-alert td .link__table:hover {
  background: rgba(255, 193, 7, 0.2) !important;
}
tr.tr-alert td.img img {
  border: 1px solid rgba(255, 193, 7, 0.2) !important;
}

.group__btn {
  display: flex;
}
.group__btn a, .group__btn p, .group__btn button {
  border-radius: 0 !important;
  border-left-width: 0;
}
.group__btn a:first-child, .group__btn p:first-child, .group__btn button:first-child {
  border-radius: 4px 0 0 4px !important;
  border-left-width: 1px;
  border-right-width: 1px;
}
.group__btn a:last-child, .group__btn p:last-child, .group__btn button:last-child {
  border-radius: 0 4px 4px 0 !important;
  border-right-width: 1px;
}

#by_profisc {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.requirement-list {
  margin-top: 5px;
}

.requirement-list li {
  list-style: none;
  display: flex;
  align-items: center;
}

.requirement-list li i {
  width: 20px;
  color: #aaa;
  font-size: 0.6rem;
}

.requirement-list li.valid i {
  color: var(--primary-color);
}

.requirement-list li span {
  color: #333;
}

.requirement-list li.valid span {
  color: #999;
}

.error_container {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.card-form {
  background: #fff;
  border: 1px solid #d5e3ec;
  border-radius: 3px;
  box-shadow: 0 2px 4px #d8e1e8;
  padding: 25px;
}

form .field_no_mb .field {
  margin-bottom: 0 !important;
}

.rounded-profile-img {
  background: rgba(243, 243, 243, 0.4901960784);
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  margin: 0;
  border: 1px solid rgba(226, 226, 226, 0.1607843137);
}
.rounded-profile-img:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.05);
}
.rounded-profile-img img {
  object-fit: cover;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.text-ellipsis {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-tooltip {
  background: #124f94;
  color: #fff;
  outline: none;
  border: none;
  line-height: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.8em;
  padding-top: 1px;
}
.info-tooltip:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.05);
}
.info-tooltip.style-2 {
  width: 20px;
  height: 20px;
  background: rgba(18, 79, 148, 0.15);
  color: #124f94;
  border: 1px solid rgba(18, 79, 148, 0.25);
}

button[is=custom-tooltip].long-tooltip ~ [data-tippy-root] .tippy-box[data-theme~=light] {
  max-width: 600px !important;
}

.tags_box .content ul {
  display: flex;
  flex-wrap: wrap;
  padding: 7px;
  margin: 12px 0;
  border-radius: 3px;
  border: 1px solid #e9e9e9;
}
.tags_box .content ul li {
  position: relative;
  color: #333;
  margin: 4px 3px;
  list-style: none;
  border-radius: 5px;
  background: rgba(16, 78, 148, 0.15);
  padding: 5px 35px 5px 10px;
  border: 1px solid rgba(16, 78, 148, 0.35);
  display: flex;
  align-items: center;
  color: rgb(16, 78, 148);
}
.tags_box .content ul li.operator, .tags_box .content ul li.operator i {
  background: rgba(231, 83, 40, 0.15);
  border-color: rgba(231, 83, 40, 0.35);
  color: #e75328;
}
.tags_box .content ul li i {
  position: absolute;
  display: flex;
  align-items: center;
  line-height: 0;
  width: 28px;
  color: #104e94;
  margin-left: 8px;
  font-size: 12px;
  cursor: pointer;
  justify-content: center;
  background: rgba(16, 78, 148, 0.15);
  right: 0;
  height: 100%;
  border-radius: 0;
  border: none;
  border-left: 1px solid rgba(16, 78, 148, 0.35);
}
.tags_box .content ul input {
  flex: 1;
  padding: 5px;
  border: none;
  outline: none;
  font-size: 16px;
}
.tags_box .wrapper .details {
  justify-content: space-between;
}
.tags_box .details button {
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 9px 15px;
  border-radius: 5px;
  background: var(--primary-color);
  transition: background 0.3s ease;
}
.tags_box .details button:hover {
  background: var(--primary-color);
}

.sn-notify {
  width: 450px !important;
}

.sn-notify-autoclose:before {
  border-radius: 0 !important;
  height: 3px !important;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  position: absolute;
  left: -9999px;
}

.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: static;
}

.filepond--credits {
  display: none;
}

.tox .tox-edit-area::before {
  border: none !important;
}

.integrate-box {
  display: flex;
  gap: 30px;
  padding: 40px 10px;
}
.integrate-box .integrate-card {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(226, 226, 226, 0.6);
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  cursor: pointer;
  transition: var(--tran-03);
  background: white;
  flex-direction: column;
}
.integrate-box .integrate-card:hover {
  border-color: var(--primary-color);
}
.integrate-box .integrate-card:hover p {
  color: var(--primary-color);
}
.integrate-box .integrate-card img {
  width: 75%;
  height: auto;
}
.integrate-box .integrate-card p {
  font-size: 85%;
  font-weight: 500;
}

nav[role=navigation] {
  margin-top: 25px;
}
nav[role=navigation] div:first-of-type {
  display: flex;
  gap: 15px;
}
nav[role=navigation] div:first-of-type span:has(span) {
  display: flex;
  align-items: center;
}
nav[role=navigation] button {
  align-items: center;
  height: 35px;
  padding: 0 15px;
  font-size: 0.85em;
  outline: none;
  border-radius: 4px;
  box-shadow: 0 8px 6px -10px #b3c6ff;
  font-weight: 400;
  cursor: pointer;
  transition: var(--tran-03);
  background: rgba(16, 78, 148, 0.1215686275);
  color: #104e94;
  border: 1px solid rgba(16, 78, 148, 0.3);
}
nav[role=navigation] button:hover {
  background: var(--add-btn-background);
  color: white;
}
nav[role=navigation] button i {
  font-size: 0.8em;
  margin-left: 15px;
}

.skeleton-countainer .skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}
.skeleton-countainer .skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.skeleton-countainer .blog-post__headline {
  font-size: 1.25em;
  font-weight: bold;
}
.skeleton-countainer .blog-post__meta {
  font-size: 0.85em;
  color: #6b6b6b;
}
.skeleton-countainer .o-media {
  display: flex;
}
.skeleton-countainer .o-media__body {
  flex-grow: 1;
  margin-left: 1em;
}
.skeleton-countainer .o-vertical-spacing > * + * {
  margin-top: 0.75em;
}
.skeleton-countainer .o-vertical-spacing--l > * + * {
  margin-top: 2em;
}

.table-tree tr {
  position: relative;
}
.table-tree .level0::before {
  background: #104e94;
  content: "";
  height: 34%;
  left: 25px;
  position: absolute;
  width: 1px;
  top: 34px;
}
.table-tree .level1::before {
  background: #104e94;
  content: "";
  height: 105%;
  left: 25px;
  position: absolute;
  width: 1px;
  top: 0;
}
.table-tree .level1::after {
  background: #104e94;
  bottom: 50%;
  content: "";
  height: 1px;
  left: 25px;
  position: absolute;
  width: 15px;
}
.table-tree .level1.img_folder::after {
  width: 22px;
}
.table-tree .level2_step::before {
  background: #104e94;
  content: "";
  height: 102%;
  left: 25px;
  position: absolute;
  width: 1px;
  top: -1px;
}
.table-tree .level2::before {
  background: #104e94;
  content: "";
  height: 146%;
  left: 57px;
  position: absolute;
  width: 1px;
  top: -18px;
}
.table-tree .level2::after {
  background: #104e94;
  bottom: 50%;
  content: "";
  height: 1px;
  left: 58px;
  position: absolute;
  width: 22px;
}
.table-tree .level2.img_folder::after {
  width: 22px;
}

.autoComplete_wrapper {
  width: 101%;
  display: inline-block;
  position: relative;
}

.autoComplete_wrapper > input::placeholder {
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:hover::placeholder {
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus::placeholder {
  padding: 0.1rem 0.6rem;
  font-size: 0.95rem;
}

.autoComplete_wrapper > input:focus::selection {
  background-color: rgba(16, 78, 148, 0.47);
  color: var(--primary-color);
}

.autoComplete_wrapper > input::selection {
  background-color: rgba(16, 78, 148, 0.15);
}

.autoComplete_wrapper > input:hover {
  color: rgba(16, 78, 148, 0.8);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus {
  color: rgb(16, 78, 148);
  border: 0.06rem solid rgba(16, 78, 148, 0.8);
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 1rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.4rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}
.autoComplete_wrapper > ul::-webkit-scrollbar {
  width: 6px;
}
.autoComplete_wrapper > ul::-webkit-scrollbar-thumb {
  width: 0;
  background: var(--scrool-bar);
  transition: 0.5s ease;
  cursor: pointer;
  border-radius: 6px;
}
.autoComplete_wrapper > ul::-webkit-scrollbar-track {
  width: 6px;
  background: var(--scrool-background);
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: rgb(16, 78, 148);
  font-weight: bold;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(16, 78, 148, 0.15);
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(16, 78, 148, 0.15);
}

.autoComplete_wrapper > ul > .no_result {
  padding: 0.5em;
  text-align: center;
}

.autoComplete_wrapper > ul > .result {
  border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}
.checkbox, .radio {
  line-height: 0;
}

.checkbox .checkbox-container {
  display: inline-block;
  position: relative;
}

.checkbox .checkbox-container input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}

.checkbox .checkbox-container input:hover ~ .checkbox-checkmark::after {
  display: block;
  opacity: 0.5;
}

.checkbox .checkbox-container input:checked ~ .checkbox-checkmark {
  background: var(--primary-color);
  border-color: transparent;
}

.checkbox .checkbox-container input:checked ~ .checkbox-checkmark::after {
  display: block;
  opacity: 1;
  border-color: white;
}

.checkbox .checkbox-container .checkbox-checkmark {
  background-color: #eee;
  border: 1px #ddd solid;
}

.checkbox .checkbox-container .checkbox-checkmark::after {
  box-sizing: inherit;
  cursor: pointer;
  display: none;
  position: absolute;
  content: "";
  border: solid #bebebe;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox .checkbox-container .checkbox-checkmark:hover::after {
  display: block;
}

.checkbox label {
  display: inline;
  padding-left: 0.5rem;
  vertical-align: super;
}

.checkbox label:hover ~ .checkbox-checkmark::after {
  display: block;
  opacity: 0.5;
}

/* default (small) */
.checkbox label {
  font-size: 1em;
}

.checkbox .checkbox-container .checkbox-checkmark {
  width: 26px;
  height: 26px;
}

.checkbox .checkbox-container .checkbox-checkmark::after {
  height: 15.6px;
  width: 7.8px;
  left: 9.1px;
  top: 3px;
  border-width: 0 2px 4px 0;
}

/* tiny */
.checkbox.tiny label {
  font-size: 0.9em;
}

.checkbox.tiny .checkbox-container .checkbox-checkmark {
  width: 20px;
  height: 20px;
}

.checkbox.tiny .checkbox-container .checkbox-checkmark:after {
  height: 12px;
  width: 6px;
  left: 7px;
  top: 3px;
  border-width: 0 2px 2px 0;
}

/* small */
.checkbox.small label {
  font-size: 1em;
}

.checkbox.small .checkbox-container .checkbox-checkmark {
  width: 26px;
  height: 26px;
}

.checkbox.small .checkbox-container .checkbox-checkmark::after {
  height: 15.6px;
  width: 7.8px;
  left: 9.1px;
  top: 3px;
  border-width: 0 2px 4px 0;
}

/* medium */
.checkbox.medium label {
  font-size: 1.25em;
}

.checkbox.medium .checkbox-container .checkbox-checkmark {
  width: 34px;
  height: 34px;
}

.checkbox.medium .checkbox-container .checkbox-checkmark::after {
  height: 20.4px;
  width: 10.2px;
  left: 11.9px;
  top: 4px;
  border-width: 0 3px 5px 0;
}

/* large */
.checkbox.large label {
  font-size: 1.5em;
}

.checkbox.large .checkbox-container .checkbox-checkmark {
  width: 40px;
  height: 40px;
}

.checkbox.large .checkbox-container .checkbox-checkmark::after {
  height: 24px;
  width: 12px;
  left: 14px;
  top: 5px;
  border-width: 0 3px 6px 0;
}

/* disabled */
.checkbox.disabled .checkbox-container input {
  display: none;
}

.checkbox.disabled .checkbox-container .checkbox-checkmark {
  cursor: not-allowed;
}

.checkbox.disabled .checkbox-container .checkbox-checkmark {
  background: #ddd;
  border: 1px #ccc solid;
}

.checkbox.disabled .checkbox-container .checkbox-checkmark::after {
  display: block;
  border-color: #bbb;
  opacity: 0.5;
  cursor: not-allowed;
}

.checkbox.disabled .checkbox-container input:checked ~ .checkbox-checkmark {
  background: #ddd;
}

/* rounded */
.checkbox.rounded-3 .checkbox-container .checkbox-checkmark {
  border-radius: 3px;
}

.checkbox.rounded-6 .checkbox-container .checkbox-checkmark {
  border-radius: 6px;
}

.checkbox.rounded-8 .checkbox-container .checkbox-checkmark {
  border-radius: 8px;
}

.checkbox.rounded-10 .checkbox-container .checkbox-checkmark {
  border-radius: 10px;
}

.checkbox.rounded-16 .checkbox-container .checkbox-checkmark {
  border-radius: 16px;
}

.checkbox.rounded-22 .checkbox-container .checkbox-checkmark {
  border-radius: 22px;
}

.radio .radio-container {
  display: inline-block;
  position: relative;
}

.radio .radio-container input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}

.radio .radio-container input:hover ~ .radio-checkmark::after {
  display: block;
  opacity: 0.5;
  background: #bebebe;
}

.radio .radio-container input:checked ~ .radio-checkmark {
  background: var(--primary-color);
  border-color: transparent;
}

.radio .radio-container input:checked ~ .radio-checkmark::after {
  display: block;
  opacity: 1;
  background: white;
}

.radio .radio-container .radio-checkmark {
  background-color: #eee;
  border: 1px #ddd solid;
  border-radius: 50%;
}

.radio .radio-container .radio-checkmark::after {
  box-sizing: inherit;
  cursor: pointer;
  display: none;
  position: absolute;
  content: "";
  border: solid #bebebe;
}

.radio .radio-container .radio-checkmark:hover::after {
  display: block;
}

.radio label {
  display: inline;
  padding-left: 0.5rem;
  vertical-align: super;
}

.radio label:hover ~ .radio-checkmark::after {
  display: block;
  opacity: 0.5;
}

/* default (small) */
.radio label {
  font-size: 1em;
}

.radio .radio-container .radio-checkmark {
  width: 26px;
  height: 26px;
}

.radio .radio-container .radio-checkmark::after {
  height: 16px;
  width: 16px;
  left: 5px;
  top: 5px;
  border: 0;
  border-radius: 50%;
}

/* tiny */
.radio.tiny label {
  font-size: 0.9em;
}

.radio.tiny .radio-container .radio-checkmark {
  width: 20px;
  height: 20px;
}

.radio.tiny .radio-container .radio-checkmark:after {
  height: 12px;
  width: 12px;
  left: 4px;
  top: 4px;
}

/* small */
.radio.small label {
  font-size: 1em;
}

.radio.small .radio-container .radio-checkmark {
  width: 26px;
  height: 26px;
}

.radio.small .radio-container .radio-checkmark::after {
  height: 16px;
  width: 16px;
  left: 5px;
  top: 5px;
  border: 0;
  border-radius: 50%;
}

/* medium */
.radio.medium label {
  font-size: 1.25em;
}

.radio.medium .radio-container .radio-checkmark {
  width: 34px;
  height: 34px;
}

.radio.medium .radio-container .radio-checkmark::after {
  height: 20px;
  width: 20px;
  left: 7px;
  top: 7px;
}

/* large */
.radio.large label {
  font-size: 1.5em;
}

.radio.large .radio-container .radio-checkmark {
  width: 40px;
  height: 40px;
}

.radio.large .radio-container .radio-checkmark::after {
  height: 24px;
  width: 24px;
  left: 8px;
  top: 8px;
}

/* disabled */
.radio.disabled .radio-container input {
  display: none;
}

.radio.disabled .radio-container .radio-checkmark {
  cursor: not-allowed;
}

.radio.disabled .radio-container .radio-checkmark {
  background: #ddd;
  border: 1px #ccc solid;
}

.radio.disabled .radio-container .radio-checkmark::after {
  display: block;
  background: #bbb;
  opacity: 0.5;
  cursor: not-allowed;
}

.radio.disabled .radio-container input:checked ~ .radio-checkmark {
  background: #ddd;
}

.skeleton *:empty {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
}
.skeleton__section + .skeleton__section {
  margin-top: 16px;
}
.skeleton__section--actions {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
.skeleton__section--card {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 24px;
}
.skeleton__section--calendar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
.skeleton__header {
  margin-bottom: 6px;
  height: 32px;
  width: 200px;
  max-width: 35%;
}
.skeleton__header--long {
  width: 300px;
  max-width: 85%;
}
.skeleton__hr {
  height: 2px;
  width: 100%;
  margin-bottom: 16px;
}
.skeleton__p {
  height: 16px;
  width: 100%;
  margin-bottom: 8px;
}
.skeleton__p:last-child {
  width: 45%;
}
.skeleton__p--short {
  max-width: 120px;
}
.skeleton__button {
  height: 24px;
  width: 56px;
  margin-bottom: 8px;
}
.skeleton__button:nth-child(2n) {
  width: 72px;
}
.skeleton__button:nth-child(3n+1) {
  width: 48px;
}
.skeleton__input {
  height: 32px;
  width: 100%;
  margin-bottom: 8px;
}
.skeleton__input--half {
  width: 50%;
}
.skeleton__tr {
  display: flex;
  gap: 12px;
}
.skeleton__tr:first-child .skeleton__td {
  height: 24px;
  margin-bottom: 12px;
}
.skeleton__td {
  flex: 1 1 100%;
  height: 16px;
  margin: 4px 0;
}
.skeleton__td:nth-child(2) {
  flex-basis: 500%;
}
.skeleton__td:nth-child(3) {
  flex-basis: 300%;
}
.skeleton__td:nth-child(4) {
  flex-basis: 900%;
}
.skeleton__td:nth-child(5) {
  flex-basis: 700%;
}
.skeleton__img {
  height: 64px;
  width: 64px;
  border-radius: 8px;
}
.skeleton__icon {
  height: 24px;
  width: 24px;
  border-radius: 4px;
}
.skeleton__block {
  height: 56px;
  width: 100%;
  margin-bottom: 12px;
}
.skeleton__block--empty {
  background: none !important;
}
.skeleton__block--xs {
  height: 12px;
}
.skeleton__block--s {
  height: 24px;
}
.skeleton__block--l {
  height: 92px;
}
.skeleton__block--xl {
  height: 128px;
}
.skeleton__group {
  height: 24px;
  width: 200px;
  max-width: 35%;
  margin-top: 16px;
  margin-bottom: 12px;
}
.skeleton__tree {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.skeleton__tree * {
  margin: 0;
}
.skeleton__tree .skeleton__p {
  width: 100%;
  max-width: none;
}
.skeleton__tree--0 {
  padding-left: 0;
}
.skeleton__tree--1 {
  padding-left: 16px;
}
.skeleton__tree--2 {
  padding-left: 24px;
}

@keyframes skeletonShine {
  to {
    background-position: 500px 0;
  }
}
::selection {
  background: var(--selection-background);
  color: var(--selection-text);
}

html {
  line-height: 1.5;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  color: var(--body-font-color);
  background-color: var(--body-background);
  font-family: "Poppins", sans-serif, arial;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  width: 0;
  background: #e3e3e3;
  transition: 0.5s ease;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
body::-webkit-scrollbar-thumb:hover {
  background: lightgrey;
}
body::-webkit-scrollbar-track {
  width: 10px;
  background: var(--scrool-background);
  transition: 0.5s ease-in-out;
}
body::-webkit-scrollbar-track:hover {
  background: rgba(211, 211, 211, 0.4);
}

.nav_menu {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 2;
  width: 98%;
  margin: 0 1em;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 1em 0 3.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  transition: var(--tran-03);
}
.nav_menu.sticky {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
  width: 100%;
  margin: 0;
  z-index: 100;
}
.nav_menu .left_menu {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}
.nav_menu .left_menu .logo {
  display: flex;
}
.nav_menu .left_menu .logo img {
  height: 35px;
  padding-right: 1.7em;
  border-right: 1px solid #e2e2e2;
}
.nav_menu .navs_links {
  display: inline-flex;
  gap: 10px;
  height: 100%;
  align-items: center;
}
.nav_menu .navs_links li {
  list-style: none;
}
.nav_menu .navs_links li a {
  padding: 0.3em 0.6em;
  text-decoration: none;
  color: #8C9195;
  transition: 0.3s ease-in-out;
}
.nav_menu .navs_links li a:hover {
  color: #4B4B4E;
}
.nav_menu .navs_links li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.nav_menu .navs_links li.active::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--primary-color);
}
.nav_menu .navs_links li.active a {
  color: var(--primary-color);
}
.nav_menu .navs_links .mega_menu_list {
  position: relative;
}
.nav_menu .navs_links .mega_menu_list:hover .mega_menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  top: calc(100% - 8px);
}
.nav_menu .navs_links .mega_menu {
  position: absolute;
  left: 0;
  top: 2.35em;
  width: 650px;
  border: 1px solid rgba(226, 226, 226, 0.5607843137);
  background: white;
  border-radius: 5px;
  box-shadow: 0px 8px 24px 0px rgba(140, 149, 159, 0.15);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.nav_menu .navs_links .mega_menu:after {
  content: "";
  position: absolute;
  left: 15px;
  top: -6.8px;
  width: 12px;
  height: 12px;
  background: inherit;
  transform: rotate(45deg);
  border: 1px solid rgba(226, 226, 226, 0.5607843137);
  border-bottom: none;
  border-right: none;
}
.nav_menu .navs_links .mega_menu .mega_links {
  padding: 2em 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.nav_menu .navs_links .mega_menu .mega_links .row {
  width: 48.5%;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 0.5em 0.7em;
  border-radius: 8px;
}
.nav_menu .navs_links .mega_menu .mega_links .row .icon {
  display: flex;
  height: 50px;
  background: rgba(18, 79, 148, 0.0901960784);
  border-radius: 8px;
  padding: 0.8em;
  transition: all 0.3s ease;
}
.nav_menu .navs_links .mega_menu .mega_links .row .text p:first-of-type {
  font-weight: 600;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #1F1F22;
}
.nav_menu .navs_links .mega_menu .mega_links .row .text p:first-of-type svg {
  width: 18px;
  top: 0;
  right: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.nav_menu .navs_links .mega_menu .mega_links .row .text p {
  font-size: 0.8em;
  color: #A9AEB2;
}
.nav_menu .navs_links .mega_menu .mega_links .row .text .subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nav_menu .navs_links .mega_menu .mega_links .row:hover {
  background: rgba(18, 79, 148, 0.0901960784);
}
.nav_menu .navs_links .mega_menu .mega_links .row:hover .icon {
  background: transparent;
}
.nav_menu .navs_links .mega_menu .mega_links .row:hover .text {
  width: 100%;
}
.nav_menu .navs_links .mega_menu .mega_links .row:hover .text p:first-of-type svg {
  visibility: visible;
  opacity: 1;
}
.nav_menu .navs_links .mega_menu .mega_links .sub_mega_links {
  width: 100%;
}
.nav_menu .navs_links .mega_menu .mega_links .sub_mega_links:hover ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  top: 0;
}
.nav_menu .navs_links .mega_menu .mega_links .sub_mega_links ul {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  align-items: flex-start;
  position: absolute;
  top: 10px;
  left: 95%;
  content: "";
  width: 250px;
  padding: 10px;
  color: #fff;
  height: 100%;
  border: 1px solid rgba(226, 226, 226, 0.5607843137);
  background: white;
  border-radius: 5px;
  box-shadow: 0px 8px 24px 0px rgba(140, 149, 159, 0.15);
  transition: all 0.4s ease;
  gap: 10px;
}
.nav_menu .navs_links .mega_menu .mega_links .sub_mega_links ul li {
  display: block;
  height: auto;
}
.nav_menu .navs_links .mega_menu .mega_links .sub_mega_links ul li.header {
  border-bottom: 1px solid rgba(226, 226, 226, 0.4705882353);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  user-select: none;
}
.nav_menu .navs_links .mega_menu .mega_links .sub_mega_links ul .row p {
  font-weight: normal !important;
}
.nav_menu .navs_links .mega_menu .mega_links .sub_mega_links ul .row:hover span {
  color: var(--primary-color);
}
.nav_menu .navs_links .mega_menu .mega_links .sub_mega_links ul:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav_menu .navs_links .mega_menu .mega_footer {
  background: #F8F8FF;
  padding: 1.5em;
  border-radius: 0 0 5px 5px;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_menu .navs_links .mega_menu .mega_footer .text p:first-of-type {
  font-weight: 600;
  font-size: 1em;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #494F82;
}
.nav_menu .navs_links .mega_menu .mega_footer .text p {
  color: #A9AEB2;
}
.nav_menu .navs_links .mega_menu .mega_footer .button a {
  padding: 0.5em 1.2em;
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  white-space: nowrap;
}
.nav_menu .navs_links .mega_menu .mega_footer .button a:hover {
  background: var(--primary-color-contrast);
}
.nav_menu .right_menu {
  height: 100%;
  display: flex;
}
.nav_menu .right_menu .group_btn {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav_menu .right_menu .btn_rounded {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid rgba(140, 145, 149, 0.35);
  color: #8C9195;
  line-height: 0;
  transition: var(--tran-03);
  cursor: pointer;
  background: white;
}
.nav_menu .right_menu .btn_rounded i {
  pointer-events: none;
}
.nav_menu .right_menu .btn_rounded:hover {
  background: rgba(16, 78, 148, 0.1019607843);
  color: #104e94;
  border-color: #104e94;
}
.nav_menu .right_menu .btn_rounded[data-badge]:not([data-badge="0"]) {
  position: relative;
}
.nav_menu .right_menu .btn_rounded[data-badge]:not([data-badge="0"]):after {
  position: absolute;
  right: -10px;
  top: -10px;
  min-width: 10px;
  min-height: 10px;
  line-height: 10px;
  padding: 5px;
  color: #fff;
  background-color: #bf1f1f;
  font-size: 10px;
  border-radius: 20px;
  content: attr(data-badge);
  border: solid 1px #c93a3a;
}
.nav_menu .right_menu .profile {
  display: flex;
  align-items: center;
}
.nav_menu .right_menu .profile .separator {
  width: 1px;
  height: 40px;
  border-left: 1px solid rgba(140, 145, 149, 0.35);
  margin-right: 10px;
}
.nav_menu .right_menu .profile .user_img {
  padding: 0.25rem;
  background: rgba(243, 243, 243, 0.4901960784);
  transition: 0.3s ease-in-out;
  border-radius: 35px;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid rgba(226, 226, 226, 0.1607843137);
}
.nav_menu .right_menu .profile .user_img:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.nav_menu .right_menu .profile img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.nav_menu .right_menu .profile div {
  line-height: 1.2;
  font-size: 14px;
  margin-left: 10px;
}
.nav_menu .right_menu .profile div p {
  font-weight: 600;
}

.document_countainer {
  width: 98%;
  margin: 85px auto 0;
}

.stats_countainer {
  display: flex;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 15px 5px;
}
.stats_countainer .item {
  border-right: 1px solid #e2e2e2;
  padding: 0 15px;
  flex: 1 0 0%;
}
.stats_countainer .item:last-child {
  border-right: none;
}
.stats_countainer .item .top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.stats_countainer .item .top p {
  font-size: 0.9em;
}
.stats_countainer .item .top small {
  background-color: rgba(30, 135, 5, 0.1019607843);
  font-size: 0.7em;
  display: flex;
  align-items: center;
  padding: 0.2em 0.5em;
  text-align: center;
  border-radius: 15px;
  color: #1e8705;
  border: 1px solid #1e8705;
}
.stats_countainer .item .top small.bad-state {
  border-color: #c0392b;
  color: #c0392b;
  background-color: rgba(192, 57, 43, 0.1019607843);
}
.stats_countainer .item .top small.neural-state {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(16, 78, 148, 0.1);
}
.stats_countainer .item .bottom {
  display: flex;
  justify-content: space-between;
}
.stats_countainer .item .footer {
  margin-top: 5px;
  padding-top: 8px;
  border-top: 1px solid #e2e2e2;
  font-size: 0.8em;
}
.stats_countainer .overlay_box {
  transition: var(--tran-03);
}
.stats_countainer .overlay_box .overlay-container {
  position: relative;
  height: 95px;
  border: 1px solid rgba(16, 78, 148, 0.38);
  border-radius: 5px;
  overflow: hidden;
}
.stats_countainer .overlay_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  background-color: rgba(16, 78, 148, 0.2);
}
.stats_countainer .overlay_box .content {
  position: relative;
  z-index: 1;
  color: var(--primary-color);
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.stats_countainer .overlay_box .content .badge {
  display: flex;
  gap: 5px;
  border: 1px solid #104e94;
  padding: 0 5px;
  border-radius: 15px;
  font-size: 0.8em;
}
.stats_countainer .overlay_box .content .badge p:first-child {
  padding-right: 4px;
  border-right: 1px solid #104e94;
}
.stats_countainer .overlay_box .content .badge p:last-child {
  padding-right: 3px;
}
.stats_countainer .overlay_box:hover {
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.24);
  transform: scale(1.05);
}
.stats_countainer .overlay_box2 {
  transition: var(--tran-03);
  position: relative;
}
.stats_countainer .overlay_box2 .badge-anim {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(197, 63, 63);
}
.stats_countainer .overlay_box2 .badge-anim:after {
  animation: zoom 1s ease-in-out infinite;
  background: rgba(197, 63, 63, 0.7);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: scale(1);
  width: 100%;
  z-index: -1;
}
@keyframes zoom {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 0.8;
    transform: scale(1.2);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.4);
  }
  75% {
    opacity: 0.4;
    transform: scale(1.6);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
.stats_countainer .overlay_box2:hover {
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.24);
  transform: scale(1.05);
}
.stats_countainer .overlay_box2 .overlay-container {
  position: relative;
  height: 95px;
  border: 1px solid rgba(197, 63, 63, 0.38);
  border-radius: 5px;
  overflow: hidden;
}
.stats_countainer .overlay_box2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  background-color: rgba(197, 63, 63, 0.2);
}
.stats_countainer .overlay_box2 .content {
  position: relative;
  z-index: 1;
  color: #C53F3F;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.stats_countainer .overlay_box2 .content .badge {
  display: flex;
  gap: 5px;
  border: 1px solid #C53F3F;
  padding: 0 5px;
  border-radius: 15px;
  font-size: 0.8em;
}
.stats_countainer .overlay_box2 .content .badge p:first-child {
  padding-right: 4px;
  border-right: 1px solid #C53F3F;
}
.stats_countainer .overlay_box2 .content .badge p:last-child {
  padding-right: 3px;
}
.stats_countainer .overlay_box3 {
  transition: var(--tran-03);
}
.stats_countainer .overlay_box3:hover {
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.24);
  transform: scale(1.05);
}
.stats_countainer .overlay_box3 .overlay-container {
  position: relative;
  height: 95px;
  border: 1px solid rgba(81, 210, 118, 0.38);
  border-radius: 5px;
  overflow: hidden;
}
.stats_countainer .overlay_box3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  background-color: rgba(81, 210, 118, 0.2);
}
.stats_countainer .overlay_box3 .content {
  position: relative;
  z-index: 1;
  color: #51D276;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.stats_countainer .overlay_box3 .content .badge {
  display: flex;
  gap: 5px;
  border: 1px solid #51D276;
  padding: 0 5px;
  border-radius: 15px;
  font-size: 0.8em;
}
.stats_countainer .overlay_box3 .content .badge p:first-child {
  padding-right: 4px;
  border-right: 1px solid #51D276;
}
.stats_countainer .overlay_box3 .content .badge p:last-child {
  padding-right: 3px;
}

.table-list {
  width: 100%;
  max-width: 100%;
}
.table-list table {
  min-width: 100%;
  max-width: 100%;
  font-size: 0.8em;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-list table thead th {
  padding: 15px 10px;
  text-align: left;
  white-space: nowrap;
}
.table-list table thead th a {
  color: var(--body-font-color);
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
.table-list table tbody tr {
  border-top: 1px solid rgba(226, 226, 226, 0.5490196078);
  animation: FadeIn 0s ease 0s 1 normal none;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
    transform: rotateX(70deg);
    transform-origin: top;
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
  }
}
.table-list table tbody tr:hover {
  transition: 0.3s ease;
  background: rgba(241, 241, 241, 0.5333333333);
  cursor: pointer;
}
.table-list table tbody tr td, .table-list table tbody tr th {
  padding: 10px;
  text-align: left;
  line-height: 1.5em;
}
.table-list table tbody tr td button:not([is^=custom-tooltip]) {
  border: 1px solid var(--primary-color);
  padding: 0.6em 1.5em;
  color: var(--primary-color);
  border-radius: 3px;
  font-size: 0.95em;
  transition: all 0.3s ease;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
}
.table-list table tbody tr td button:not([is^=custom-tooltip]):hover {
  transition: all 0.3s ease;
  color: var(--primary-color);
  background: rgba(16, 78, 148, 0.1764705882);
}
.table-list table tbody tr td .link__table {
  display: flex;
  gap: 5px;
  border: 1px solid var(--primary-color);
  padding: 0.6em 1.5em;
  color: var(--primary-color);
  border-radius: 3px;
  font-size: 0.95em;
  transition: all 0.3s ease;
  background-color: transparent;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
.table-list table tbody tr td .link__table:hover {
  transition: all 0.3s ease;
  color: var(--primary-color);
  background: rgba(16, 78, 148, 0.1764705882);
}
.table-list table tbody tr td .link__table.disabled {
  background: rgba(226, 226, 226, 0.2705882353) !important;
  color: #e3e3e3 !important;
  user-select: none !important;
  cursor: not-allowed;
  border-color: #e3e3e3;
}
.table-list table tbody tr .table_drop_action {
  text-align: center;
  position: relative;
  line-height: 14px;
  white-space: nowrap;
  padding: 0;
}
.table-list table tbody tr .table_drop_action .dropdown {
  position: absolute;
  right: 60%;
  top: 120%;
  background: #fff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #e2e2e2;
  transition: 0.3s ease;
  border-bottom: none;
  z-index: 100;
  text-align: left;
}
.table-list table tbody tr .table_drop_action .dropdown ul li {
  border-bottom: 1px solid #e2e2e2;
  font-size: 0.9em;
  list-style: none;
}
.table-list table tbody tr .table_drop_action .dropdown ul li i {
  line-height: -2px;
  margin-right: 10px;
}
.table-list table tbody tr .table_drop_action .dropdown ul li a {
  display: flex;
  padding: 10px 20px 10px 15px;
  text-decoration: none;
  color: var(--body-font-color);
}
.table-list table tbody tr .table_drop_action .dropdown ul li a:hover {
  background-color: rgba(16, 78, 148, 0.15);
  color: var(--primary-color);
  transition: background-color 0.3s ease;
}
.table-list table tbody tr .table_drop_action .dropdown ul li:first-child a, .table-list table tbody tr .table_drop_action .dropdown ul li:first-child button {
  border-radius: 4px 4px 0 0 !important;
}
.table-list table tbody tr .table_drop_action .dropdown ul li:last-child a, .table-list table tbody tr .table_drop_action .dropdown ul li:last-child button {
  border-radius: 0 0 4px 4px !important;
}
.table-list table tbody tr .table_drop_action.active .dropdown {
  transition: 0.3s ease;
  top: 80%;
  visibility: visible;
  opacity: 1;
  box-shadow: 0 0 5px #e2e2e2;
}
.table-list table .img div {
  width: 35px;
  height: 35px;
  position: relative;
}
.table-list table .img div img {
  border-radius: 35px;
  width: 100px;
  height: 100%;
  object-fit: cover;
}
.table-list table td .icon {
  font-size: 1.2em;
  padding: 1px 15px;
}

.table-bordered {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.table-separated table th, .table-separated table td {
  border-left: 1px solid #e5e5e5;
}
.table-separated table tr th:first-of-type, .table-separated table tr td:first-of-type {
  border-left: none;
}

.table-striped table tbody tr:nth-child(2n) {
  background: rgba(241, 241, 241, 0.3215686275);
}
.table-striped table tr.table__footer {
  background: rgba(241, 241, 241, 0.3215686275);
  font-weight: bold;
}

form .field {
  width: 100%;
  margin-bottom: 20px;
}
form .field:last-child {
  margin-bottom: 10px;
}
form .field .input-area input:focus {
  border-color: var(--primary-color);
}
form .field .input-area textarea:focus {
  border-color: var(--primary-color);
}
form .field .input-area input:focus ~ .icon,
form .field .input-area textarea:focus ~ .icon,
form .field .input-area input:focus ~ .iconSee {
  color: var(--primary-color);
}
form .field .input-area input:focus ~ label {
  color: var(--primary-color);
}
form .field .input-area textarea:focus ~ label {
  color: var(--primary-color);
}
form .field .input-area input:focus ~ label,
form .field .input-area input:not(:placeholder-shown) ~ label {
  top: 2px;
  font-size: 0.8rem;
  left: 0.7rem;
}
form .field .input-area input:focus ~ label:before,
form .field .input-area input:not(:placeholder-shown) ~ label:before {
  opacity: 1;
}
form .field .input-area select[is^=custom-select]:has(option:checked[data-placeholder=true]) ~ label {
  display: none;
}
form .field .input-area select[is^=custom-select][multiple]:not(:has(option:checked)) ~ label {
  display: none;
}
form .field .input-area select[is^=custom-select] ~ label {
  top: 2px;
  font-size: 0.8rem;
  left: 0.7rem;
}
form .field .input-area select[is^=custom-select] ~ label:before {
  opacity: 1;
}
form .field .input-area textarea:focus ~ label,
form .field .input-area textarea:not(:placeholder-shown) ~ label {
  top: 2px;
  font-size: 0.8rem;
  left: 0.7rem;
}
form .field .input-area textarea:focus ~ label:before,
form .field .input-area textarea:not(:placeholder-shown) ~ label:before {
  opacity: 1;
}
form .field .error {
  display: none;
}
form .field.error .error {
  display: block;
}
form .field .error-txt {
  color: var(--login-form-error);
  text-align: left;
  margin-top: 0.6em;
  font-size: 0.9em;
}
form .field.error .input-area input {
  border-color: var(--login-form-error);
}
form .field.error .input-area input ~ label {
  color: var(--login-form-error);
}
form .field.shake {
  -webkit-animation: shake 0.3s ease-in-out;
  animation: shake 0.3s ease-in-out;
}
@-webkit-keyframes shake {
  0%, 100% {
    margin-left: 0px;
  }
  20%, 80% {
    margin-left: -12px;
  }
  40%, 60% {
    margin-left: 12px;
  }
}
@keyframes shake {
  0%, 100% {
    margin-left: 0px;
  }
  20%, 80% {
    margin-left: -12px;
  }
  40%, 60% {
    margin-left: 12px;
  }
}
form .field .input-area {
  height: 42px;
  width: 100%;
  position: relative;
}
form .field .input-area:has(textarea[is=text-editor]), form .field .input-area:has(textarea) {
  height: auto;
}
form .field .input-area input, form .field .input-area textarea, form .field .input-area select {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 5px 0 15px;
  font-size: 1em;
  background: none;
  border-radius: 3px;
  border: 1px solid #e9e9e9;
  transition: all 0.2s ease;
  color: var(--body-font-color);
}
form .field .input-area input::placeholder, form .field .input-area textarea::placeholder, form .field .input-area select::placeholder {
  color: var(--login-form-placeholder);
}
form .field .input-area input:disabled, form .field .input-area textarea:disabled, form .field .input-area select:disabled {
  background: rgba(226, 226, 226, 0.2705882353);
  color: #a7a7a7;
  user-select: none;
}
form .field .input-area input:disabled ~ label:before, form .field .input-area textarea:disabled ~ label:before, form .field .input-area select:disabled ~ label:before {
  background: #f7f7f7;
}
form .field .input-area input:disabled ~ label ~ .error-icon, form .field .input-area textarea:disabled ~ label ~ .error-icon, form .field .input-area select:disabled ~ label ~ .error-icon {
  display: none;
}
form .field .input-area input[data-state*=disabled] ~ input, form .field .input-area textarea[data-state*=disabled] ~ input, form .field .input-area select[data-state*=disabled] ~ input {
  background: rgba(226, 226, 226, 0.2705882353);
  color: #a7a7a7;
  user-select: none;
}
form .field .input-area input[data-state*=disabled] ~ input ~ label:before, form .field .input-area textarea[data-state*=disabled] ~ input ~ label:before, form .field .input-area select[data-state*=disabled] ~ input ~ label:before {
  background: #f7f7f7;
}
form .field .input-area input[data-state*=disabled] ~ input ~ label ~ .error-icon, form .field .input-area textarea[data-state*=disabled] ~ input ~ label ~ .error-icon, form .field .input-area select[data-state*=disabled] ~ input ~ label ~ .error-icon {
  display: none;
}
form .field .input-area textarea {
  padding: 10px;
  line-height: 2em;
}
form .field .input-area textarea::-webkit-scrollbar {
  width: 10px;
}
form .field .input-area textarea::-webkit-scrollbar-thumb {
  width: 0;
  background: #e3e3e3;
  transition: 0.5s ease;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
form .field .input-area textarea::-webkit-scrollbar-thumb:hover {
  background: lightgrey;
}
form .field .input-area textarea::-webkit-scrollbar-track {
  width: 10px;
  background: var(--scrool-background);
  transition: 0.5s ease-in-out;
}
form .field .input-area textarea::-webkit-scrollbar-track:hover {
  background: rgba(211, 211, 211, 0.4);
}
form .field .input-area input[type=file] {
  color: var(--login-form-placeholder);
}
form .field .input-area input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  margin-left: -9.4em;
}
form .field .input-area .previewImg {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 6px;
}
form .field .input-area .deleteUploadPreview {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  background: #ffffff;
  display: none;
  color: var(--primary-color);
  padding: 4px 12px;
  text-decoration: none;
  font-size: 0.8em;
  transition: 0.3s ease-in-out;
}
form .field .input-area .deleteUploadPreview:hover {
  background: var(--primary-color);
  color: white;
}
form .field .input-area i {
  position: absolute;
  top: 53%;
  font-size: 15px;
  pointer-events: none;
  transform: translateY(-50%);
}
form .field .input-area:has(textarea) i {
  top: 85%;
}
form .field .input-area .error-icon {
  right: 3px;
  padding: 7px 8px;
  color: var(--login-form-error);
  background: none;
  transition: var(--tran-03);
}
form .field .input-area .error-icon:before {
  background: #fff;
}
form .field .input-area label {
  position: absolute;
  top: 53%;
  left: 0.7rem;
  padding: 0 5px;
  font-size: 15px;
  pointer-events: none;
  user-select: none;
  transform: translateY(-50%);
  color: var(--login-form-placeholder);
  transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
form .field .input-area label:before {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  z-index: -1;
  opacity: 0;
}
form .field .input-area label span {
  color: #dc3546;
}
form .field .input-area textarea ~ label {
  top: 21px;
}
form .field .input-area .icon {
  left: 15px;
  color: var(--login-form-icon);
  transition: color 0.2s ease;
}
form .field .input-area .iconSee {
  right: 15px;
  color: var(--login-form-icon);
  transition: color 0.2s ease;
  cursor: pointer;
  padding: 8px;
  pointer-events: auto;
}
form .field .input-area .currency {
  left: 95%;
  font-style: normal;
}
form > .field:last-of-type {
  margin-bottom: 0;
}

.modal__box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.modal__box.active {
  visibility: visible;
  opacity: 1;
}
.modal__box.active .modal__container {
  transition: 0.5s ease;
  top: 50%;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal__container {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  background: var(--body-background);
  border-radius: 5px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.modal__container .modal__header {
  display: flex;
  align-items: center;
  background: var(--body-background);
  padding: 0.5em 1.2em;
  align-content: center;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
}
.modal__container .modal__header p {
  font-size: 1em;
  font-weight: 600;
  width: 90%;
}
.modal__container .modal__header p span {
  font-weight: bold;
  color: var(--primary-color);
}
.modal__container .modal__header i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 0.6em;
  border-radius: 5px;
  color: #000;
  background: rgba(0, 0, 0, 0.0588235294);
}

.modal__container .modal__body {
  padding: 1.2rem;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.modal__container .modal__body::-webkit-scrollbar {
  width: 10px;
}
.modal__container .modal__body::-webkit-scrollbar-thumb {
  width: 0;
  background: #e3e3e3;
  transition: 0.5s ease;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.modal__container .modal__body::-webkit-scrollbar-thumb:hover {
  background: lightgrey;
}
.modal__container .modal__body::-webkit-scrollbar-track {
  width: 10px;
  background: var(--scrool-background);
  transition: 0.5s ease-in-out;
}
.modal__container .modal__body::-webkit-scrollbar-track:hover {
  background: rgba(211, 211, 211, 0.4);
}

.modal__container .modal__footer {
  display: flex;
  align-items: center;
  background: rgba(241, 241, 241, 0.81);
  padding: 0.7em 1em;
  align-content: center;
  justify-content: flex-end;
  border-radius: 0 0 5px 5px;
}
.modal__container .modal__footer input[type=submit],
.modal__container .modal__footer input[type=reset], .modal__container .modal__footer input[type=button] {
  padding: 0.65em 1em;
  color: var(--white-color);
  border: none;
  border-radius: 4px;
  text-transform: capitalize;
  background: var(--primary-color);
  cursor: pointer;
  font-size: 0.9em;
  transition: var(--tran-03);
}
.modal__container .modal__footer input[type=submit]:hover,
.modal__container .modal__footer input[type=reset]:hover, .modal__container .modal__footer input[type=button]:hover {
  color: #fff;
  background: var(--primary-color-contrast);
}
.modal__container .modal__footer input[type=submit]:disabled,
.modal__container .modal__footer input[type=reset]:disabled, .modal__container .modal__footer input[type=button]:disabled {
  background: #dcdee2;
  color: #8b8b8b;
  pointer-events: none;
}
.modal__container .modal__footer input[type=reset] {
  background: transparent;
  color: var(--primary-color);
  margin-right: 15px;
}

.form-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  z-index: -1;
  border-radius: 5px;
  pointer-events: none;
  visibility: visible;
  opacity: 0;
}
.form-loader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.form-loader .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--primary-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.form-loader .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.form-loader .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.form-loader .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.form-loader .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.modal__container.show__loader .form-loader {
  z-index: 2;
  visibility: visible;
  opacity: 1;
}

.modal__container.show__loader .modal__footer input {
  display: none;
}

.filter-form {
  display: flex;
  gap: 20px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.filter-form .wrapper {
  flex-grow: 1;
}
.filter-form .wrapper .search_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 10px;
  box-shadow: 0 8px 6px -10px #dbdbdb;
  border: 1px solid #e2e2e2;
}
.filter-form .wrapper .search_box .dropdown {
  width: 150px;
  border-right: 1px solid #e2e2e2;
  color: #9fa3b1;
  position: relative;
  cursor: pointer;
}
.filter-form .wrapper .search_box .dropdown .default_option {
  text-transform: capitalize;
  padding: 13px 15px;
  font-size: 14px;
}
.filter-form .wrapper .search_box form {
  width: 100%;
}

.filter-form .wrapper .search_box .dropdown ul {
  position: absolute;
  top: 80px;
  left: -10px;
  background: #fff;
  width: 150px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  border: 1px solid #e2e2e2;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
  transition: 0.5s ease;
}
.filter-form .wrapper .search_box .dropdown ul.active {
  top: 53px;
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease;
}
.filter-form .wrapper .search_box .dropdown ul li {
  border-bottom: 1px solid rgba(226, 226, 226, 0.4431372549);
  list-style: none;
}
.filter-form .wrapper .search_box .dropdown ul li a {
  display: flex;
  padding: 10px 20px;
  text-decoration: none;
  color: #9fa3b1;
  font-size: 0.9em;
}
.filter-form .wrapper .search_box .dropdown ul li:last-child {
  border-bottom: none;
}
.filter-form .wrapper .search_box .dropdown ul li:hover {
  color: #6f768d;
  background: rgba(226, 226, 226, 0.1647058824);
}

.filter-form .wrapper .search_box .dropdown:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  border: 7px solid;
  border-color: #d6d6d6 transparent transparent transparent;
}

.filter-form .wrapper .search_box .search_field {
  width: 100%;
  height: 100%;
  position: relative;
}
.filter-form .wrapper .search_box .search_field .input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 50px;
  color: #6f768d;
  outline: none;
  background: transparent;
}
.filter-form .wrapper .search_box .search_field .icon-search {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 1em;
  color: #6f768d;
  cursor: pointer;
}
.filter-form .wrapper .search_box .search_field .filter {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  background: var(--primary-color);
  border: none;
  padding: 0.4em 0.7em;
  border-radius: 3px;
  font-size: 0.9em;
}
.filter-form .wrapper .search_box .search_field .filter a {
  color: white;
  text-decoration: none;
}
.filter-form .wrapper .search_box .search_field .filter i {
  margin-left: 8px;
  color: white;
}
.filter-form .wrapper .search_box .search_field #close_search i {
  display: none;
}

.filter-drop {
  width: 120px;
  color: #bfbfbf;
  background: transparent;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.filter-drop .default_option {
  text-transform: capitalize;
  padding: 13px 15px;
  font-size: 14px;
  color: #9fa3b1;
}
.filter-drop ul {
  position: absolute;
  top: 80px;
  left: 0px;
  background: #fff;
  width: 120px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #e2e2e2;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
  transition: 0.5s ease;
  z-index: 5;
  max-height: 190px;
  overflow: auto;
}
.filter-drop ul::-webkit-scrollbar {
  width: 10px;
}
.filter-drop ul::-webkit-scrollbar-thumb {
  width: 0;
  background: #e3e3e3;
  transition: 0.5s ease;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.filter-drop ul::-webkit-scrollbar-thumb:hover {
  background: lightgrey;
}
.filter-drop ul::-webkit-scrollbar-track {
  width: 10px;
  background: var(--scrool-background);
  transition: 0.5s ease-in-out;
}
.filter-drop ul::-webkit-scrollbar-track:hover {
  background: rgba(211, 211, 211, 0.4);
}
.filter-drop ul.active {
  top: 53px;
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease;
}
.filter-drop ul li {
  border-bottom: 1px solid #e2e2e2;
  background: var(--body-background);
}
.filter-drop ul li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  color: #9fa3b1;
  font-size: 0.9em;
}
.filter-drop ul li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.filter-drop ul li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.filter-drop ul li:hover {
  color: var(--primary-color);
  background: rgba(16, 78, 148, 0.15);
  transition: var(--tran-03);
}
.filter-drop ul li:hover a {
  transition: var(--tran-03);
  color: var(--primary-color) !important;
}
.filter-drop:not(:has(i)):before {
  content: "";
  position: absolute;
  top: 18px;
  right: 10px;
  border: 7px solid;
  border-color: #bfbfbf transparent transparent transparent;
}

.userDrop {
  cursor: pointer;
  position: relative;
}
.userDrop ul {
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  width: 170px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #e2e2e2;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
  transition: var(--tran-03);
  z-index: 5;
  min-height: 190px;
  padding: 10px;
}
.userDrop ul::-webkit-scrollbar {
  width: 10px;
}
.userDrop ul::-webkit-scrollbar-thumb {
  width: 0;
  background: #e3e3e3;
  transition: 0.5s ease;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.userDrop ul::-webkit-scrollbar-thumb:hover {
  background: lightgrey;
}
.userDrop ul::-webkit-scrollbar-track {
  width: 10px;
  background: var(--scrool-background);
  transition: 0.5s ease-in-out;
}
.userDrop ul::-webkit-scrollbar-track:hover {
  background: rgba(211, 211, 211, 0.4);
}
.userDrop ul.active {
  visibility: visible;
  opacity: 1;
}
.userDrop ul li {
  background: var(--body-background);
  list-style: none;
  border-radius: 5px;
}
.userDrop ul li a, .userDrop ul li button {
  display: flex;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  color: #424866;
  font-size: 0.9em;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: var(--tran-03);
}
.userDrop ul li a i, .userDrop ul li button i {
  margin-right: 8px;
}
.userDrop ul li.link:hover {
  background: #EBEDF5;
}
.userDrop ul:after {
  content: "";
  position: absolute;
  right: 15px;
  top: -6.8px;
  width: 12px;
  height: 12px;
  background: inherit;
  transform: rotate(45deg);
  border: 1px solid rgba(226, 226, 226, 0.5607843137);
  border-bottom: none;
  border-right: none;
}

.hidden__block {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  position: absolute;
  left: -9999px;
}

.show__block {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: static;
}

#passswordToggle {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 7px 8px;
  background: #fff;
  color: #bfbfbf;
  transition: var(--tran-03);
  cursor: pointer;
  border-radius: 66px;
  height: 32px;
}
#passswordToggle:hover {
  color: #7e7e7e;
  background: rgb(241, 241, 241);
}

.field.error #passswordToggle {
  color: var(--login-form-error);
}

@media (max-width: 800px) {
  .stats_countainer {
    flex-wrap: wrap;
  }
  .stats_countainer .item {
    width: 100%;
    border: none;
  }
  .chart_container div {
    width: 100%;
  }
}
.modal__body input[type=text][data-control*=noEmpty] {
  padding-right: 30px;
}

#toogle_menu {
  display: none;
  position: relative;
  overflow: hidden;
}
#toogle_menu span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--primary-color);
  border-radius: 10px;
  transition: 0.5s;
  left: 9px;
}
#toogle_menu span:nth-child(1) {
  width: 15px;
  transform: translateY(-8px);
}
#toogle_menu span:nth-child(2) {
  width: 10px;
  transform: translateY(8px);
}

#toogle_menu.active {
  background: rgba(16, 78, 148, 0.1019607843);
  border: 1px solid rgba(16, 78, 148, 0.25);
}
#toogle_menu.active span:nth-child(3) {
  transform: translateX(60px);
}
#toogle_menu.active span:nth-child(1) {
  width: 20px;
  transform: translateY(0) rotate(45deg);
}
#toogle_menu.active span:nth-child(2) {
  width: 20px;
  transform: translateY(0) rotate(-45deg);
}

.field:has(div.hidden__block) {
  height: 0;
}

.tox .tox-dialog {
  max-width: 60% !important;
  max-height: 80% !important;
}

.tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #e7e7e7 !important;
}

.tox .tox-dialog__table tbody b {
  font-weight: bold;
}

body:has(.employes_search_box.active) {
  overflow: hidden;
}

.notification-sticky-danger {
  font-size: 0.9em;
  display: flex;
  align-items: center;
  margin: 15px 0;
  gap: 5px;
  justify-content: center;
  background: #c0392b;
  border: 1px solid rgba(192, 57, 43, 0.35);
  border-radius: 55px;
  color: #fff;
  padding: 0.7em 1.5em;
  text-align: left;
}

.sticky-bottom {
  width: auto;
  position: fixed;
  bottom: 10px;
  z-index: 5;
  left: 35%;
  transform: translateX(-50%);
}

/* Animation */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

/*# sourceMappingURL=app.css.map */
