html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
} /*! 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: #7E0001;
  --selection-text: #fff;
  --scrool-background: #fff;
  --scrool-bar: #d5e3ec;
  --primary-color: #7E0001;
  --primary-color-contrast: #9a0001;
  --white-color: #fff;
  --ss-primary-color: var(--primary-color) !important;
  --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: #9a0001;
}

@media (max-width: 420px) {
  .sidebar li .tooltip {
    display: none;
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-199 {
  margin-bottom: 199px !important;
}

.w-200 {
  width: 200px !important;
}

.h-200 {
  height: 200px !important;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.w-201 {
  width: 201px !important;
}

.h-201 {
  height: 201px !important;
}

.mt-201 {
  margin-top: 201px;
}

.mb-201 {
  margin-bottom: 201px !important;
}

.w-202 {
  width: 202px !important;
}

.h-202 {
  height: 202px !important;
}

.mt-202 {
  margin-top: 202px;
}

.mb-202 {
  margin-bottom: 202px !important;
}

.w-203 {
  width: 203px !important;
}

.h-203 {
  height: 203px !important;
}

.mt-203 {
  margin-top: 203px;
}

.mb-203 {
  margin-bottom: 203px !important;
}

.w-204 {
  width: 204px !important;
}

.h-204 {
  height: 204px !important;
}

.mt-204 {
  margin-top: 204px;
}

.mb-204 {
  margin-bottom: 204px !important;
}

.w-205 {
  width: 205px !important;
}

.h-205 {
  height: 205px !important;
}

.mt-205 {
  margin-top: 205px;
}

.mb-205 {
  margin-bottom: 205px !important;
}

.w-206 {
  width: 206px !important;
}

.h-206 {
  height: 206px !important;
}

.mt-206 {
  margin-top: 206px;
}

.mb-206 {
  margin-bottom: 206px !important;
}

.w-207 {
  width: 207px !important;
}

.h-207 {
  height: 207px !important;
}

.mt-207 {
  margin-top: 207px;
}

.mb-207 {
  margin-bottom: 207px !important;
}

.w-208 {
  width: 208px !important;
}

.h-208 {
  height: 208px !important;
}

.mt-208 {
  margin-top: 208px;
}

.mb-208 {
  margin-bottom: 208px !important;
}

.w-209 {
  width: 209px !important;
}

.h-209 {
  height: 209px !important;
}

.mt-209 {
  margin-top: 209px;
}

.mb-209 {
  margin-bottom: 209px !important;
}

.w-210 {
  width: 210px !important;
}

.h-210 {
  height: 210px !important;
}

.mt-210 {
  margin-top: 210px;
}

.mb-210 {
  margin-bottom: 210px !important;
}

.w-211 {
  width: 211px !important;
}

.h-211 {
  height: 211px !important;
}

.mt-211 {
  margin-top: 211px;
}

.mb-211 {
  margin-bottom: 211px !important;
}

.w-212 {
  width: 212px !important;
}

.h-212 {
  height: 212px !important;
}

.mt-212 {
  margin-top: 212px;
}

.mb-212 {
  margin-bottom: 212px !important;
}

.w-213 {
  width: 213px !important;
}

.h-213 {
  height: 213px !important;
}

.mt-213 {
  margin-top: 213px;
}

.mb-213 {
  margin-bottom: 213px !important;
}

.w-214 {
  width: 214px !important;
}

.h-214 {
  height: 214px !important;
}

.mt-214 {
  margin-top: 214px;
}

.mb-214 {
  margin-bottom: 214px !important;
}

.w-215 {
  width: 215px !important;
}

.h-215 {
  height: 215px !important;
}

.mt-215 {
  margin-top: 215px;
}

.mb-215 {
  margin-bottom: 215px !important;
}

.w-216 {
  width: 216px !important;
}

.h-216 {
  height: 216px !important;
}

.mt-216 {
  margin-top: 216px;
}

.mb-216 {
  margin-bottom: 216px !important;
}

.w-217 {
  width: 217px !important;
}

.h-217 {
  height: 217px !important;
}

.mt-217 {
  margin-top: 217px;
}

.mb-217 {
  margin-bottom: 217px !important;
}

.w-218 {
  width: 218px !important;
}

.h-218 {
  height: 218px !important;
}

.mt-218 {
  margin-top: 218px;
}

.mb-218 {
  margin-bottom: 218px !important;
}

.w-219 {
  width: 219px !important;
}

.h-219 {
  height: 219px !important;
}

.mt-219 {
  margin-top: 219px;
}

.mb-219 {
  margin-bottom: 219px !important;
}

.w-220 {
  width: 220px !important;
}

.h-220 {
  height: 220px !important;
}

.mt-220 {
  margin-top: 220px;
}

.mb-220 {
  margin-bottom: 220px !important;
}

.w-221 {
  width: 221px !important;
}

.h-221 {
  height: 221px !important;
}

.mt-221 {
  margin-top: 221px;
}

.mb-221 {
  margin-bottom: 221px !important;
}

.w-222 {
  width: 222px !important;
}

.h-222 {
  height: 222px !important;
}

.mt-222 {
  margin-top: 222px;
}

.mb-222 {
  margin-bottom: 222px !important;
}

.w-223 {
  width: 223px !important;
}

.h-223 {
  height: 223px !important;
}

.mt-223 {
  margin-top: 223px;
}

.mb-223 {
  margin-bottom: 223px !important;
}

.w-224 {
  width: 224px !important;
}

.h-224 {
  height: 224px !important;
}

.mt-224 {
  margin-top: 224px;
}

.mb-224 {
  margin-bottom: 224px !important;
}

.w-225 {
  width: 225px !important;
}

.h-225 {
  height: 225px !important;
}

.mt-225 {
  margin-top: 225px;
}

.mb-225 {
  margin-bottom: 225px !important;
}

.w-226 {
  width: 226px !important;
}

.h-226 {
  height: 226px !important;
}

.mt-226 {
  margin-top: 226px;
}

.mb-226 {
  margin-bottom: 226px !important;
}

.w-227 {
  width: 227px !important;
}

.h-227 {
  height: 227px !important;
}

.mt-227 {
  margin-top: 227px;
}

.mb-227 {
  margin-bottom: 227px !important;
}

.w-228 {
  width: 228px !important;
}

.h-228 {
  height: 228px !important;
}

.mt-228 {
  margin-top: 228px;
}

.mb-228 {
  margin-bottom: 228px !important;
}

.w-229 {
  width: 229px !important;
}

.h-229 {
  height: 229px !important;
}

.mt-229 {
  margin-top: 229px;
}

.mb-229 {
  margin-bottom: 229px !important;
}

.w-230 {
  width: 230px !important;
}

.h-230 {
  height: 230px !important;
}

.mt-230 {
  margin-top: 230px;
}

.mb-230 {
  margin-bottom: 230px !important;
}

.w-231 {
  width: 231px !important;
}

.h-231 {
  height: 231px !important;
}

.mt-231 {
  margin-top: 231px;
}

.mb-231 {
  margin-bottom: 231px !important;
}

.w-232 {
  width: 232px !important;
}

.h-232 {
  height: 232px !important;
}

.mt-232 {
  margin-top: 232px;
}

.mb-232 {
  margin-bottom: 232px !important;
}

.w-233 {
  width: 233px !important;
}

.h-233 {
  height: 233px !important;
}

.mt-233 {
  margin-top: 233px;
}

.mb-233 {
  margin-bottom: 233px !important;
}

.w-234 {
  width: 234px !important;
}

.h-234 {
  height: 234px !important;
}

.mt-234 {
  margin-top: 234px;
}

.mb-234 {
  margin-bottom: 234px !important;
}

.w-235 {
  width: 235px !important;
}

.h-235 {
  height: 235px !important;
}

.mt-235 {
  margin-top: 235px;
}

.mb-235 {
  margin-bottom: 235px !important;
}

.w-236 {
  width: 236px !important;
}

.h-236 {
  height: 236px !important;
}

.mt-236 {
  margin-top: 236px;
}

.mb-236 {
  margin-bottom: 236px !important;
}

.w-237 {
  width: 237px !important;
}

.h-237 {
  height: 237px !important;
}

.mt-237 {
  margin-top: 237px;
}

.mb-237 {
  margin-bottom: 237px !important;
}

.w-238 {
  width: 238px !important;
}

.h-238 {
  height: 238px !important;
}

.mt-238 {
  margin-top: 238px;
}

.mb-238 {
  margin-bottom: 238px !important;
}

.w-239 {
  width: 239px !important;
}

.h-239 {
  height: 239px !important;
}

.mt-239 {
  margin-top: 239px;
}

.mb-239 {
  margin-bottom: 239px !important;
}

.w-240 {
  width: 240px !important;
}

.h-240 {
  height: 240px !important;
}

.mt-240 {
  margin-top: 240px;
}

.mb-240 {
  margin-bottom: 240px !important;
}

.w-241 {
  width: 241px !important;
}

.h-241 {
  height: 241px !important;
}

.mt-241 {
  margin-top: 241px;
}

.mb-241 {
  margin-bottom: 241px !important;
}

.w-242 {
  width: 242px !important;
}

.h-242 {
  height: 242px !important;
}

.mt-242 {
  margin-top: 242px;
}

.mb-242 {
  margin-bottom: 242px !important;
}

.w-243 {
  width: 243px !important;
}

.h-243 {
  height: 243px !important;
}

.mt-243 {
  margin-top: 243px;
}

.mb-243 {
  margin-bottom: 243px !important;
}

.w-244 {
  width: 244px !important;
}

.h-244 {
  height: 244px !important;
}

.mt-244 {
  margin-top: 244px;
}

.mb-244 {
  margin-bottom: 244px !important;
}

.w-245 {
  width: 245px !important;
}

.h-245 {
  height: 245px !important;
}

.mt-245 {
  margin-top: 245px;
}

.mb-245 {
  margin-bottom: 245px !important;
}

.w-246 {
  width: 246px !important;
}

.h-246 {
  height: 246px !important;
}

.mt-246 {
  margin-top: 246px;
}

.mb-246 {
  margin-bottom: 246px !important;
}

.w-247 {
  width: 247px !important;
}

.h-247 {
  height: 247px !important;
}

.mt-247 {
  margin-top: 247px;
}

.mb-247 {
  margin-bottom: 247px !important;
}

.w-248 {
  width: 248px !important;
}

.h-248 {
  height: 248px !important;
}

.mt-248 {
  margin-top: 248px;
}

.mb-248 {
  margin-bottom: 248px !important;
}

.w-249 {
  width: 249px !important;
}

.h-249 {
  height: 249px !important;
}

.mt-249 {
  margin-top: 249px;
}

.mb-249 {
  margin-bottom: 249px !important;
}

.w-250 {
  width: 250px !important;
}

.h-250 {
  height: 250px !important;
}

.mt-250 {
  margin-top: 250px;
}

.mb-250 {
  margin-bottom: 250px !important;
}

.w-251 {
  width: 251px !important;
}

.h-251 {
  height: 251px !important;
}

.mt-251 {
  margin-top: 251px;
}

.mb-251 {
  margin-bottom: 251px !important;
}

.w-252 {
  width: 252px !important;
}

.h-252 {
  height: 252px !important;
}

.mt-252 {
  margin-top: 252px;
}

.mb-252 {
  margin-bottom: 252px !important;
}

.w-253 {
  width: 253px !important;
}

.h-253 {
  height: 253px !important;
}

.mt-253 {
  margin-top: 253px;
}

.mb-253 {
  margin-bottom: 253px !important;
}

.w-254 {
  width: 254px !important;
}

.h-254 {
  height: 254px !important;
}

.mt-254 {
  margin-top: 254px;
}

.mb-254 {
  margin-bottom: 254px !important;
}

.w-255 {
  width: 255px !important;
}

.h-255 {
  height: 255px !important;
}

.mt-255 {
  margin-top: 255px;
}

.mb-255 {
  margin-bottom: 255px !important;
}

.w-256 {
  width: 256px !important;
}

.h-256 {
  height: 256px !important;
}

.mt-256 {
  margin-top: 256px;
}

.mb-256 {
  margin-bottom: 256px !important;
}

.w-257 {
  width: 257px !important;
}

.h-257 {
  height: 257px !important;
}

.mt-257 {
  margin-top: 257px;
}

.mb-257 {
  margin-bottom: 257px !important;
}

.w-258 {
  width: 258px !important;
}

.h-258 {
  height: 258px !important;
}

.mt-258 {
  margin-top: 258px;
}

.mb-258 {
  margin-bottom: 258px !important;
}

.w-259 {
  width: 259px !important;
}

.h-259 {
  height: 259px !important;
}

.mt-259 {
  margin-top: 259px;
}

.mb-259 {
  margin-bottom: 259px !important;
}

.w-260 {
  width: 260px !important;
}

.h-260 {
  height: 260px !important;
}

.mt-260 {
  margin-top: 260px;
}

.mb-260 {
  margin-bottom: 260px !important;
}

.w-261 {
  width: 261px !important;
}

.h-261 {
  height: 261px !important;
}

.mt-261 {
  margin-top: 261px;
}

.mb-261 {
  margin-bottom: 261px !important;
}

.w-262 {
  width: 262px !important;
}

.h-262 {
  height: 262px !important;
}

.mt-262 {
  margin-top: 262px;
}

.mb-262 {
  margin-bottom: 262px !important;
}

.w-263 {
  width: 263px !important;
}

.h-263 {
  height: 263px !important;
}

.mt-263 {
  margin-top: 263px;
}

.mb-263 {
  margin-bottom: 263px !important;
}

.w-264 {
  width: 264px !important;
}

.h-264 {
  height: 264px !important;
}

.mt-264 {
  margin-top: 264px;
}

.mb-264 {
  margin-bottom: 264px !important;
}

.w-265 {
  width: 265px !important;
}

.h-265 {
  height: 265px !important;
}

.mt-265 {
  margin-top: 265px;
}

.mb-265 {
  margin-bottom: 265px !important;
}

.w-266 {
  width: 266px !important;
}

.h-266 {
  height: 266px !important;
}

.mt-266 {
  margin-top: 266px;
}

.mb-266 {
  margin-bottom: 266px !important;
}

.w-267 {
  width: 267px !important;
}

.h-267 {
  height: 267px !important;
}

.mt-267 {
  margin-top: 267px;
}

.mb-267 {
  margin-bottom: 267px !important;
}

.w-268 {
  width: 268px !important;
}

.h-268 {
  height: 268px !important;
}

.mt-268 {
  margin-top: 268px;
}

.mb-268 {
  margin-bottom: 268px !important;
}

.w-269 {
  width: 269px !important;
}

.h-269 {
  height: 269px !important;
}

.mt-269 {
  margin-top: 269px;
}

.mb-269 {
  margin-bottom: 269px !important;
}

.w-270 {
  width: 270px !important;
}

.h-270 {
  height: 270px !important;
}

.mt-270 {
  margin-top: 270px;
}

.mb-270 {
  margin-bottom: 270px !important;
}

.w-271 {
  width: 271px !important;
}

.h-271 {
  height: 271px !important;
}

.mt-271 {
  margin-top: 271px;
}

.mb-271 {
  margin-bottom: 271px !important;
}

.w-272 {
  width: 272px !important;
}

.h-272 {
  height: 272px !important;
}

.mt-272 {
  margin-top: 272px;
}

.mb-272 {
  margin-bottom: 272px !important;
}

.w-273 {
  width: 273px !important;
}

.h-273 {
  height: 273px !important;
}

.mt-273 {
  margin-top: 273px;
}

.mb-273 {
  margin-bottom: 273px !important;
}

.w-274 {
  width: 274px !important;
}

.h-274 {
  height: 274px !important;
}

.mt-274 {
  margin-top: 274px;
}

.mb-274 {
  margin-bottom: 274px !important;
}

.w-275 {
  width: 275px !important;
}

.h-275 {
  height: 275px !important;
}

.mt-275 {
  margin-top: 275px;
}

.mb-275 {
  margin-bottom: 275px !important;
}

.w-276 {
  width: 276px !important;
}

.h-276 {
  height: 276px !important;
}

.mt-276 {
  margin-top: 276px;
}

.mb-276 {
  margin-bottom: 276px !important;
}

.w-277 {
  width: 277px !important;
}

.h-277 {
  height: 277px !important;
}

.mt-277 {
  margin-top: 277px;
}

.mb-277 {
  margin-bottom: 277px !important;
}

.w-278 {
  width: 278px !important;
}

.h-278 {
  height: 278px !important;
}

.mt-278 {
  margin-top: 278px;
}

.mb-278 {
  margin-bottom: 278px !important;
}

.w-279 {
  width: 279px !important;
}

.h-279 {
  height: 279px !important;
}

.mt-279 {
  margin-top: 279px;
}

.mb-279 {
  margin-bottom: 279px !important;
}

.w-280 {
  width: 280px !important;
}

.h-280 {
  height: 280px !important;
}

.mt-280 {
  margin-top: 280px;
}

.mb-280 {
  margin-bottom: 280px !important;
}

.w-281 {
  width: 281px !important;
}

.h-281 {
  height: 281px !important;
}

.mt-281 {
  margin-top: 281px;
}

.mb-281 {
  margin-bottom: 281px !important;
}

.w-282 {
  width: 282px !important;
}

.h-282 {
  height: 282px !important;
}

.mt-282 {
  margin-top: 282px;
}

.mb-282 {
  margin-bottom: 282px !important;
}

.w-283 {
  width: 283px !important;
}

.h-283 {
  height: 283px !important;
}

.mt-283 {
  margin-top: 283px;
}

.mb-283 {
  margin-bottom: 283px !important;
}

.w-284 {
  width: 284px !important;
}

.h-284 {
  height: 284px !important;
}

.mt-284 {
  margin-top: 284px;
}

.mb-284 {
  margin-bottom: 284px !important;
}

.w-285 {
  width: 285px !important;
}

.h-285 {
  height: 285px !important;
}

.mt-285 {
  margin-top: 285px;
}

.mb-285 {
  margin-bottom: 285px !important;
}

.w-286 {
  width: 286px !important;
}

.h-286 {
  height: 286px !important;
}

.mt-286 {
  margin-top: 286px;
}

.mb-286 {
  margin-bottom: 286px !important;
}

.w-287 {
  width: 287px !important;
}

.h-287 {
  height: 287px !important;
}

.mt-287 {
  margin-top: 287px;
}

.mb-287 {
  margin-bottom: 287px !important;
}

.w-288 {
  width: 288px !important;
}

.h-288 {
  height: 288px !important;
}

.mt-288 {
  margin-top: 288px;
}

.mb-288 {
  margin-bottom: 288px !important;
}

.w-289 {
  width: 289px !important;
}

.h-289 {
  height: 289px !important;
}

.mt-289 {
  margin-top: 289px;
}

.mb-289 {
  margin-bottom: 289px !important;
}

.w-290 {
  width: 290px !important;
}

.h-290 {
  height: 290px !important;
}

.mt-290 {
  margin-top: 290px;
}

.mb-290 {
  margin-bottom: 290px !important;
}

.w-291 {
  width: 291px !important;
}

.h-291 {
  height: 291px !important;
}

.mt-291 {
  margin-top: 291px;
}

.mb-291 {
  margin-bottom: 291px !important;
}

.w-292 {
  width: 292px !important;
}

.h-292 {
  height: 292px !important;
}

.mt-292 {
  margin-top: 292px;
}

.mb-292 {
  margin-bottom: 292px !important;
}

.w-293 {
  width: 293px !important;
}

.h-293 {
  height: 293px !important;
}

.mt-293 {
  margin-top: 293px;
}

.mb-293 {
  margin-bottom: 293px !important;
}

.w-294 {
  width: 294px !important;
}

.h-294 {
  height: 294px !important;
}

.mt-294 {
  margin-top: 294px;
}

.mb-294 {
  margin-bottom: 294px !important;
}

.w-295 {
  width: 295px !important;
}

.h-295 {
  height: 295px !important;
}

.mt-295 {
  margin-top: 295px;
}

.mb-295 {
  margin-bottom: 295px !important;
}

.w-296 {
  width: 296px !important;
}

.h-296 {
  height: 296px !important;
}

.mt-296 {
  margin-top: 296px;
}

.mb-296 {
  margin-bottom: 296px !important;
}

.w-297 {
  width: 297px !important;
}

.h-297 {
  height: 297px !important;
}

.mt-297 {
  margin-top: 297px;
}

.mb-297 {
  margin-bottom: 297px !important;
}

.w-298 {
  width: 298px !important;
}

.h-298 {
  height: 298px !important;
}

.mt-298 {
  margin-top: 298px;
}

.mb-298 {
  margin-bottom: 298px !important;
}

.w-299 {
  width: 299px !important;
}

.h-299 {
  height: 299px !important;
}

.mt-299 {
  margin-top: 299px;
}

.mb-299 {
  margin-bottom: 299px !important;
}

.w-300 {
  width: 300px !important;
}

.h-300 {
  height: 300px !important;
}

.mt-300 {
  margin-top: 300px;
}

.mb-300 {
  margin-bottom: 300px !important;
}

.w-301 {
  width: 301px !important;
}

.h-301 {
  height: 301px !important;
}

.mt-301 {
  margin-top: 301px;
}

.mb-301 {
  margin-bottom: 301px !important;
}

.w-302 {
  width: 302px !important;
}

.h-302 {
  height: 302px !important;
}

.mt-302 {
  margin-top: 302px;
}

.mb-302 {
  margin-bottom: 302px !important;
}

.w-303 {
  width: 303px !important;
}

.h-303 {
  height: 303px !important;
}

.mt-303 {
  margin-top: 303px;
}

.mb-303 {
  margin-bottom: 303px !important;
}

.w-304 {
  width: 304px !important;
}

.h-304 {
  height: 304px !important;
}

.mt-304 {
  margin-top: 304px;
}

.mb-304 {
  margin-bottom: 304px !important;
}

.w-305 {
  width: 305px !important;
}

.h-305 {
  height: 305px !important;
}

.mt-305 {
  margin-top: 305px;
}

.mb-305 {
  margin-bottom: 305px !important;
}

.w-306 {
  width: 306px !important;
}

.h-306 {
  height: 306px !important;
}

.mt-306 {
  margin-top: 306px;
}

.mb-306 {
  margin-bottom: 306px !important;
}

.w-307 {
  width: 307px !important;
}

.h-307 {
  height: 307px !important;
}

.mt-307 {
  margin-top: 307px;
}

.mb-307 {
  margin-bottom: 307px !important;
}

.w-308 {
  width: 308px !important;
}

.h-308 {
  height: 308px !important;
}

.mt-308 {
  margin-top: 308px;
}

.mb-308 {
  margin-bottom: 308px !important;
}

.w-309 {
  width: 309px !important;
}

.h-309 {
  height: 309px !important;
}

.mt-309 {
  margin-top: 309px;
}

.mb-309 {
  margin-bottom: 309px !important;
}

.w-310 {
  width: 310px !important;
}

.h-310 {
  height: 310px !important;
}

.mt-310 {
  margin-top: 310px;
}

.mb-310 {
  margin-bottom: 310px !important;
}

.w-311 {
  width: 311px !important;
}

.h-311 {
  height: 311px !important;
}

.mt-311 {
  margin-top: 311px;
}

.mb-311 {
  margin-bottom: 311px !important;
}

.w-312 {
  width: 312px !important;
}

.h-312 {
  height: 312px !important;
}

.mt-312 {
  margin-top: 312px;
}

.mb-312 {
  margin-bottom: 312px !important;
}

.w-313 {
  width: 313px !important;
}

.h-313 {
  height: 313px !important;
}

.mt-313 {
  margin-top: 313px;
}

.mb-313 {
  margin-bottom: 313px !important;
}

.w-314 {
  width: 314px !important;
}

.h-314 {
  height: 314px !important;
}

.mt-314 {
  margin-top: 314px;
}

.mb-314 {
  margin-bottom: 314px !important;
}

.w-315 {
  width: 315px !important;
}

.h-315 {
  height: 315px !important;
}

.mt-315 {
  margin-top: 315px;
}

.mb-315 {
  margin-bottom: 315px !important;
}

.w-316 {
  width: 316px !important;
}

.h-316 {
  height: 316px !important;
}

.mt-316 {
  margin-top: 316px;
}

.mb-316 {
  margin-bottom: 316px !important;
}

.w-317 {
  width: 317px !important;
}

.h-317 {
  height: 317px !important;
}

.mt-317 {
  margin-top: 317px;
}

.mb-317 {
  margin-bottom: 317px !important;
}

.w-318 {
  width: 318px !important;
}

.h-318 {
  height: 318px !important;
}

.mt-318 {
  margin-top: 318px;
}

.mb-318 {
  margin-bottom: 318px !important;
}

.w-319 {
  width: 319px !important;
}

.h-319 {
  height: 319px !important;
}

.mt-319 {
  margin-top: 319px;
}

.mb-319 {
  margin-bottom: 319px !important;
}

.w-320 {
  width: 320px !important;
}

.h-320 {
  height: 320px !important;
}

.mt-320 {
  margin-top: 320px;
}

.mb-320 {
  margin-bottom: 320px !important;
}

.w-321 {
  width: 321px !important;
}

.h-321 {
  height: 321px !important;
}

.mt-321 {
  margin-top: 321px;
}

.mb-321 {
  margin-bottom: 321px !important;
}

.w-322 {
  width: 322px !important;
}

.h-322 {
  height: 322px !important;
}

.mt-322 {
  margin-top: 322px;
}

.mb-322 {
  margin-bottom: 322px !important;
}

.w-323 {
  width: 323px !important;
}

.h-323 {
  height: 323px !important;
}

.mt-323 {
  margin-top: 323px;
}

.mb-323 {
  margin-bottom: 323px !important;
}

.w-324 {
  width: 324px !important;
}

.h-324 {
  height: 324px !important;
}

.mt-324 {
  margin-top: 324px;
}

.mb-324 {
  margin-bottom: 324px !important;
}

.w-325 {
  width: 325px !important;
}

.h-325 {
  height: 325px !important;
}

.mt-325 {
  margin-top: 325px;
}

.mb-325 {
  margin-bottom: 325px !important;
}

.w-326 {
  width: 326px !important;
}

.h-326 {
  height: 326px !important;
}

.mt-326 {
  margin-top: 326px;
}

.mb-326 {
  margin-bottom: 326px !important;
}

.w-327 {
  width: 327px !important;
}

.h-327 {
  height: 327px !important;
}

.mt-327 {
  margin-top: 327px;
}

.mb-327 {
  margin-bottom: 327px !important;
}

.w-328 {
  width: 328px !important;
}

.h-328 {
  height: 328px !important;
}

.mt-328 {
  margin-top: 328px;
}

.mb-328 {
  margin-bottom: 328px !important;
}

.w-329 {
  width: 329px !important;
}

.h-329 {
  height: 329px !important;
}

.mt-329 {
  margin-top: 329px;
}

.mb-329 {
  margin-bottom: 329px !important;
}

.w-330 {
  width: 330px !important;
}

.h-330 {
  height: 330px !important;
}

.mt-330 {
  margin-top: 330px;
}

.mb-330 {
  margin-bottom: 330px !important;
}

.w-331 {
  width: 331px !important;
}

.h-331 {
  height: 331px !important;
}

.mt-331 {
  margin-top: 331px;
}

.mb-331 {
  margin-bottom: 331px !important;
}

.w-332 {
  width: 332px !important;
}

.h-332 {
  height: 332px !important;
}

.mt-332 {
  margin-top: 332px;
}

.mb-332 {
  margin-bottom: 332px !important;
}

.w-333 {
  width: 333px !important;
}

.h-333 {
  height: 333px !important;
}

.mt-333 {
  margin-top: 333px;
}

.mb-333 {
  margin-bottom: 333px !important;
}

.w-334 {
  width: 334px !important;
}

.h-334 {
  height: 334px !important;
}

.mt-334 {
  margin-top: 334px;
}

.mb-334 {
  margin-bottom: 334px !important;
}

.w-335 {
  width: 335px !important;
}

.h-335 {
  height: 335px !important;
}

.mt-335 {
  margin-top: 335px;
}

.mb-335 {
  margin-bottom: 335px !important;
}

.w-336 {
  width: 336px !important;
}

.h-336 {
  height: 336px !important;
}

.mt-336 {
  margin-top: 336px;
}

.mb-336 {
  margin-bottom: 336px !important;
}

.w-337 {
  width: 337px !important;
}

.h-337 {
  height: 337px !important;
}

.mt-337 {
  margin-top: 337px;
}

.mb-337 {
  margin-bottom: 337px !important;
}

.w-338 {
  width: 338px !important;
}

.h-338 {
  height: 338px !important;
}

.mt-338 {
  margin-top: 338px;
}

.mb-338 {
  margin-bottom: 338px !important;
}

.w-339 {
  width: 339px !important;
}

.h-339 {
  height: 339px !important;
}

.mt-339 {
  margin-top: 339px;
}

.mb-339 {
  margin-bottom: 339px !important;
}

.w-340 {
  width: 340px !important;
}

.h-340 {
  height: 340px !important;
}

.mt-340 {
  margin-top: 340px;
}

.mb-340 {
  margin-bottom: 340px !important;
}

.w-341 {
  width: 341px !important;
}

.h-341 {
  height: 341px !important;
}

.mt-341 {
  margin-top: 341px;
}

.mb-341 {
  margin-bottom: 341px !important;
}

.w-342 {
  width: 342px !important;
}

.h-342 {
  height: 342px !important;
}

.mt-342 {
  margin-top: 342px;
}

.mb-342 {
  margin-bottom: 342px !important;
}

.w-343 {
  width: 343px !important;
}

.h-343 {
  height: 343px !important;
}

.mt-343 {
  margin-top: 343px;
}

.mb-343 {
  margin-bottom: 343px !important;
}

.w-344 {
  width: 344px !important;
}

.h-344 {
  height: 344px !important;
}

.mt-344 {
  margin-top: 344px;
}

.mb-344 {
  margin-bottom: 344px !important;
}

.w-345 {
  width: 345px !important;
}

.h-345 {
  height: 345px !important;
}

.mt-345 {
  margin-top: 345px;
}

.mb-345 {
  margin-bottom: 345px !important;
}

.w-346 {
  width: 346px !important;
}

.h-346 {
  height: 346px !important;
}

.mt-346 {
  margin-top: 346px;
}

.mb-346 {
  margin-bottom: 346px !important;
}

.w-347 {
  width: 347px !important;
}

.h-347 {
  height: 347px !important;
}

.mt-347 {
  margin-top: 347px;
}

.mb-347 {
  margin-bottom: 347px !important;
}

.w-348 {
  width: 348px !important;
}

.h-348 {
  height: 348px !important;
}

.mt-348 {
  margin-top: 348px;
}

.mb-348 {
  margin-bottom: 348px !important;
}

.w-349 {
  width: 349px !important;
}

.h-349 {
  height: 349px !important;
}

.mt-349 {
  margin-top: 349px;
}

.mb-349 {
  margin-bottom: 349px !important;
}

.w-350 {
  width: 350px !important;
}

.h-350 {
  height: 350px !important;
}

.mt-350 {
  margin-top: 350px;
}

.mb-350 {
  margin-bottom: 350px !important;
}

.w-351 {
  width: 351px !important;
}

.h-351 {
  height: 351px !important;
}

.mt-351 {
  margin-top: 351px;
}

.mb-351 {
  margin-bottom: 351px !important;
}

.w-352 {
  width: 352px !important;
}

.h-352 {
  height: 352px !important;
}

.mt-352 {
  margin-top: 352px;
}

.mb-352 {
  margin-bottom: 352px !important;
}

.w-353 {
  width: 353px !important;
}

.h-353 {
  height: 353px !important;
}

.mt-353 {
  margin-top: 353px;
}

.mb-353 {
  margin-bottom: 353px !important;
}

.w-354 {
  width: 354px !important;
}

.h-354 {
  height: 354px !important;
}

.mt-354 {
  margin-top: 354px;
}

.mb-354 {
  margin-bottom: 354px !important;
}

.w-355 {
  width: 355px !important;
}

.h-355 {
  height: 355px !important;
}

.mt-355 {
  margin-top: 355px;
}

.mb-355 {
  margin-bottom: 355px !important;
}

.w-356 {
  width: 356px !important;
}

.h-356 {
  height: 356px !important;
}

.mt-356 {
  margin-top: 356px;
}

.mb-356 {
  margin-bottom: 356px !important;
}

.w-357 {
  width: 357px !important;
}

.h-357 {
  height: 357px !important;
}

.mt-357 {
  margin-top: 357px;
}

.mb-357 {
  margin-bottom: 357px !important;
}

.w-358 {
  width: 358px !important;
}

.h-358 {
  height: 358px !important;
}

.mt-358 {
  margin-top: 358px;
}

.mb-358 {
  margin-bottom: 358px !important;
}

.w-359 {
  width: 359px !important;
}

.h-359 {
  height: 359px !important;
}

.mt-359 {
  margin-top: 359px;
}

.mb-359 {
  margin-bottom: 359px !important;
}

.w-360 {
  width: 360px !important;
}

.h-360 {
  height: 360px !important;
}

.mt-360 {
  margin-top: 360px;
}

.mb-360 {
  margin-bottom: 360px !important;
}

.w-361 {
  width: 361px !important;
}

.h-361 {
  height: 361px !important;
}

.mt-361 {
  margin-top: 361px;
}

.mb-361 {
  margin-bottom: 361px !important;
}

.w-362 {
  width: 362px !important;
}

.h-362 {
  height: 362px !important;
}

.mt-362 {
  margin-top: 362px;
}

.mb-362 {
  margin-bottom: 362px !important;
}

.w-363 {
  width: 363px !important;
}

.h-363 {
  height: 363px !important;
}

.mt-363 {
  margin-top: 363px;
}

.mb-363 {
  margin-bottom: 363px !important;
}

.w-364 {
  width: 364px !important;
}

.h-364 {
  height: 364px !important;
}

.mt-364 {
  margin-top: 364px;
}

.mb-364 {
  margin-bottom: 364px !important;
}

.w-365 {
  width: 365px !important;
}

.h-365 {
  height: 365px !important;
}

.mt-365 {
  margin-top: 365px;
}

.mb-365 {
  margin-bottom: 365px !important;
}

.w-366 {
  width: 366px !important;
}

.h-366 {
  height: 366px !important;
}

.mt-366 {
  margin-top: 366px;
}

.mb-366 {
  margin-bottom: 366px !important;
}

.w-367 {
  width: 367px !important;
}

.h-367 {
  height: 367px !important;
}

.mt-367 {
  margin-top: 367px;
}

.mb-367 {
  margin-bottom: 367px !important;
}

.w-368 {
  width: 368px !important;
}

.h-368 {
  height: 368px !important;
}

.mt-368 {
  margin-top: 368px;
}

.mb-368 {
  margin-bottom: 368px !important;
}

.w-369 {
  width: 369px !important;
}

.h-369 {
  height: 369px !important;
}

.mt-369 {
  margin-top: 369px;
}

.mb-369 {
  margin-bottom: 369px !important;
}

.w-370 {
  width: 370px !important;
}

.h-370 {
  height: 370px !important;
}

.mt-370 {
  margin-top: 370px;
}

.mb-370 {
  margin-bottom: 370px !important;
}

.w-371 {
  width: 371px !important;
}

.h-371 {
  height: 371px !important;
}

.mt-371 {
  margin-top: 371px;
}

.mb-371 {
  margin-bottom: 371px !important;
}

.w-372 {
  width: 372px !important;
}

.h-372 {
  height: 372px !important;
}

.mt-372 {
  margin-top: 372px;
}

.mb-372 {
  margin-bottom: 372px !important;
}

.w-373 {
  width: 373px !important;
}

.h-373 {
  height: 373px !important;
}

.mt-373 {
  margin-top: 373px;
}

.mb-373 {
  margin-bottom: 373px !important;
}

.w-374 {
  width: 374px !important;
}

.h-374 {
  height: 374px !important;
}

.mt-374 {
  margin-top: 374px;
}

.mb-374 {
  margin-bottom: 374px !important;
}

.w-375 {
  width: 375px !important;
}

.h-375 {
  height: 375px !important;
}

.mt-375 {
  margin-top: 375px;
}

.mb-375 {
  margin-bottom: 375px !important;
}

.w-376 {
  width: 376px !important;
}

.h-376 {
  height: 376px !important;
}

.mt-376 {
  margin-top: 376px;
}

.mb-376 {
  margin-bottom: 376px !important;
}

.w-377 {
  width: 377px !important;
}

.h-377 {
  height: 377px !important;
}

.mt-377 {
  margin-top: 377px;
}

.mb-377 {
  margin-bottom: 377px !important;
}

.w-378 {
  width: 378px !important;
}

.h-378 {
  height: 378px !important;
}

.mt-378 {
  margin-top: 378px;
}

.mb-378 {
  margin-bottom: 378px !important;
}

.w-379 {
  width: 379px !important;
}

.h-379 {
  height: 379px !important;
}

.mt-379 {
  margin-top: 379px;
}

.mb-379 {
  margin-bottom: 379px !important;
}

.w-380 {
  width: 380px !important;
}

.h-380 {
  height: 380px !important;
}

.mt-380 {
  margin-top: 380px;
}

.mb-380 {
  margin-bottom: 380px !important;
}

.w-381 {
  width: 381px !important;
}

.h-381 {
  height: 381px !important;
}

.mt-381 {
  margin-top: 381px;
}

.mb-381 {
  margin-bottom: 381px !important;
}

.w-382 {
  width: 382px !important;
}

.h-382 {
  height: 382px !important;
}

.mt-382 {
  margin-top: 382px;
}

.mb-382 {
  margin-bottom: 382px !important;
}

.w-383 {
  width: 383px !important;
}

.h-383 {
  height: 383px !important;
}

.mt-383 {
  margin-top: 383px;
}

.mb-383 {
  margin-bottom: 383px !important;
}

.w-384 {
  width: 384px !important;
}

.h-384 {
  height: 384px !important;
}

.mt-384 {
  margin-top: 384px;
}

.mb-384 {
  margin-bottom: 384px !important;
}

.w-385 {
  width: 385px !important;
}

.h-385 {
  height: 385px !important;
}

.mt-385 {
  margin-top: 385px;
}

.mb-385 {
  margin-bottom: 385px !important;
}

.w-386 {
  width: 386px !important;
}

.h-386 {
  height: 386px !important;
}

.mt-386 {
  margin-top: 386px;
}

.mb-386 {
  margin-bottom: 386px !important;
}

.w-387 {
  width: 387px !important;
}

.h-387 {
  height: 387px !important;
}

.mt-387 {
  margin-top: 387px;
}

.mb-387 {
  margin-bottom: 387px !important;
}

.w-388 {
  width: 388px !important;
}

.h-388 {
  height: 388px !important;
}

.mt-388 {
  margin-top: 388px;
}

.mb-388 {
  margin-bottom: 388px !important;
}

.w-389 {
  width: 389px !important;
}

.h-389 {
  height: 389px !important;
}

.mt-389 {
  margin-top: 389px;
}

.mb-389 {
  margin-bottom: 389px !important;
}

.w-390 {
  width: 390px !important;
}

.h-390 {
  height: 390px !important;
}

.mt-390 {
  margin-top: 390px;
}

.mb-390 {
  margin-bottom: 390px !important;
}

.w-391 {
  width: 391px !important;
}

.h-391 {
  height: 391px !important;
}

.mt-391 {
  margin-top: 391px;
}

.mb-391 {
  margin-bottom: 391px !important;
}

.w-392 {
  width: 392px !important;
}

.h-392 {
  height: 392px !important;
}

.mt-392 {
  margin-top: 392px;
}

.mb-392 {
  margin-bottom: 392px !important;
}

.w-393 {
  width: 393px !important;
}

.h-393 {
  height: 393px !important;
}

.mt-393 {
  margin-top: 393px;
}

.mb-393 {
  margin-bottom: 393px !important;
}

.w-394 {
  width: 394px !important;
}

.h-394 {
  height: 394px !important;
}

.mt-394 {
  margin-top: 394px;
}

.mb-394 {
  margin-bottom: 394px !important;
}

.w-395 {
  width: 395px !important;
}

.h-395 {
  height: 395px !important;
}

.mt-395 {
  margin-top: 395px;
}

.mb-395 {
  margin-bottom: 395px !important;
}

.w-396 {
  width: 396px !important;
}

.h-396 {
  height: 396px !important;
}

.mt-396 {
  margin-top: 396px;
}

.mb-396 {
  margin-bottom: 396px !important;
}

.w-397 {
  width: 397px !important;
}

.h-397 {
  height: 397px !important;
}

.mt-397 {
  margin-top: 397px;
}

.mb-397 {
  margin-bottom: 397px !important;
}

.w-398 {
  width: 398px !important;
}

.h-398 {
  height: 398px !important;
}

.mt-398 {
  margin-top: 398px;
}

.mb-398 {
  margin-bottom: 398px !important;
}

.w-399 {
  width: 399px !important;
}

.h-399 {
  height: 399px !important;
}

.mt-399 {
  margin-top: 399px;
}

.mb-399 {
  margin-bottom: 399px !important;
}

.w-400 {
  width: 400px !important;
}

.h-400 {
  height: 400px !important;
}

.mt-400 {
  margin-top: 400px;
}

.mb-400 {
  margin-bottom: 400px !important;
}

.w-401 {
  width: 401px !important;
}

.h-401 {
  height: 401px !important;
}

.mt-401 {
  margin-top: 401px;
}

.mb-401 {
  margin-bottom: 401px !important;
}

.w-402 {
  width: 402px !important;
}

.h-402 {
  height: 402px !important;
}

.mt-402 {
  margin-top: 402px;
}

.mb-402 {
  margin-bottom: 402px !important;
}

.w-403 {
  width: 403px !important;
}

.h-403 {
  height: 403px !important;
}

.mt-403 {
  margin-top: 403px;
}

.mb-403 {
  margin-bottom: 403px !important;
}

.w-404 {
  width: 404px !important;
}

.h-404 {
  height: 404px !important;
}

.mt-404 {
  margin-top: 404px;
}

.mb-404 {
  margin-bottom: 404px !important;
}

.w-405 {
  width: 405px !important;
}

.h-405 {
  height: 405px !important;
}

.mt-405 {
  margin-top: 405px;
}

.mb-405 {
  margin-bottom: 405px !important;
}

.w-406 {
  width: 406px !important;
}

.h-406 {
  height: 406px !important;
}

.mt-406 {
  margin-top: 406px;
}

.mb-406 {
  margin-bottom: 406px !important;
}

.w-407 {
  width: 407px !important;
}

.h-407 {
  height: 407px !important;
}

.mt-407 {
  margin-top: 407px;
}

.mb-407 {
  margin-bottom: 407px !important;
}

.w-408 {
  width: 408px !important;
}

.h-408 {
  height: 408px !important;
}

.mt-408 {
  margin-top: 408px;
}

.mb-408 {
  margin-bottom: 408px !important;
}

.w-409 {
  width: 409px !important;
}

.h-409 {
  height: 409px !important;
}

.mt-409 {
  margin-top: 409px;
}

.mb-409 {
  margin-bottom: 409px !important;
}

.w-410 {
  width: 410px !important;
}

.h-410 {
  height: 410px !important;
}

.mt-410 {
  margin-top: 410px;
}

.mb-410 {
  margin-bottom: 410px !important;
}

.w-411 {
  width: 411px !important;
}

.h-411 {
  height: 411px !important;
}

.mt-411 {
  margin-top: 411px;
}

.mb-411 {
  margin-bottom: 411px !important;
}

.w-412 {
  width: 412px !important;
}

.h-412 {
  height: 412px !important;
}

.mt-412 {
  margin-top: 412px;
}

.mb-412 {
  margin-bottom: 412px !important;
}

.w-413 {
  width: 413px !important;
}

.h-413 {
  height: 413px !important;
}

.mt-413 {
  margin-top: 413px;
}

.mb-413 {
  margin-bottom: 413px !important;
}

.w-414 {
  width: 414px !important;
}

.h-414 {
  height: 414px !important;
}

.mt-414 {
  margin-top: 414px;
}

.mb-414 {
  margin-bottom: 414px !important;
}

.w-415 {
  width: 415px !important;
}

.h-415 {
  height: 415px !important;
}

.mt-415 {
  margin-top: 415px;
}

.mb-415 {
  margin-bottom: 415px !important;
}

.w-416 {
  width: 416px !important;
}

.h-416 {
  height: 416px !important;
}

.mt-416 {
  margin-top: 416px;
}

.mb-416 {
  margin-bottom: 416px !important;
}

.w-417 {
  width: 417px !important;
}

.h-417 {
  height: 417px !important;
}

.mt-417 {
  margin-top: 417px;
}

.mb-417 {
  margin-bottom: 417px !important;
}

.w-418 {
  width: 418px !important;
}

.h-418 {
  height: 418px !important;
}

.mt-418 {
  margin-top: 418px;
}

.mb-418 {
  margin-bottom: 418px !important;
}

.w-419 {
  width: 419px !important;
}

.h-419 {
  height: 419px !important;
}

.mt-419 {
  margin-top: 419px;
}

.mb-419 {
  margin-bottom: 419px !important;
}

.w-420 {
  width: 420px !important;
}

.h-420 {
  height: 420px !important;
}

.mt-420 {
  margin-top: 420px;
}

.mb-420 {
  margin-bottom: 420px !important;
}

.w-421 {
  width: 421px !important;
}

.h-421 {
  height: 421px !important;
}

.mt-421 {
  margin-top: 421px;
}

.mb-421 {
  margin-bottom: 421px !important;
}

.w-422 {
  width: 422px !important;
}

.h-422 {
  height: 422px !important;
}

.mt-422 {
  margin-top: 422px;
}

.mb-422 {
  margin-bottom: 422px !important;
}

.w-423 {
  width: 423px !important;
}

.h-423 {
  height: 423px !important;
}

.mt-423 {
  margin-top: 423px;
}

.mb-423 {
  margin-bottom: 423px !important;
}

.w-424 {
  width: 424px !important;
}

.h-424 {
  height: 424px !important;
}

.mt-424 {
  margin-top: 424px;
}

.mb-424 {
  margin-bottom: 424px !important;
}

.w-425 {
  width: 425px !important;
}

.h-425 {
  height: 425px !important;
}

.mt-425 {
  margin-top: 425px;
}

.mb-425 {
  margin-bottom: 425px !important;
}

.w-426 {
  width: 426px !important;
}

.h-426 {
  height: 426px !important;
}

.mt-426 {
  margin-top: 426px;
}

.mb-426 {
  margin-bottom: 426px !important;
}

.w-427 {
  width: 427px !important;
}

.h-427 {
  height: 427px !important;
}

.mt-427 {
  margin-top: 427px;
}

.mb-427 {
  margin-bottom: 427px !important;
}

.w-428 {
  width: 428px !important;
}

.h-428 {
  height: 428px !important;
}

.mt-428 {
  margin-top: 428px;
}

.mb-428 {
  margin-bottom: 428px !important;
}

.w-429 {
  width: 429px !important;
}

.h-429 {
  height: 429px !important;
}

.mt-429 {
  margin-top: 429px;
}

.mb-429 {
  margin-bottom: 429px !important;
}

.w-430 {
  width: 430px !important;
}

.h-430 {
  height: 430px !important;
}

.mt-430 {
  margin-top: 430px;
}

.mb-430 {
  margin-bottom: 430px !important;
}

.w-431 {
  width: 431px !important;
}

.h-431 {
  height: 431px !important;
}

.mt-431 {
  margin-top: 431px;
}

.mb-431 {
  margin-bottom: 431px !important;
}

.w-432 {
  width: 432px !important;
}

.h-432 {
  height: 432px !important;
}

.mt-432 {
  margin-top: 432px;
}

.mb-432 {
  margin-bottom: 432px !important;
}

.w-433 {
  width: 433px !important;
}

.h-433 {
  height: 433px !important;
}

.mt-433 {
  margin-top: 433px;
}

.mb-433 {
  margin-bottom: 433px !important;
}

.w-434 {
  width: 434px !important;
}

.h-434 {
  height: 434px !important;
}

.mt-434 {
  margin-top: 434px;
}

.mb-434 {
  margin-bottom: 434px !important;
}

.w-435 {
  width: 435px !important;
}

.h-435 {
  height: 435px !important;
}

.mt-435 {
  margin-top: 435px;
}

.mb-435 {
  margin-bottom: 435px !important;
}

.w-436 {
  width: 436px !important;
}

.h-436 {
  height: 436px !important;
}

.mt-436 {
  margin-top: 436px;
}

.mb-436 {
  margin-bottom: 436px !important;
}

.w-437 {
  width: 437px !important;
}

.h-437 {
  height: 437px !important;
}

.mt-437 {
  margin-top: 437px;
}

.mb-437 {
  margin-bottom: 437px !important;
}

.w-438 {
  width: 438px !important;
}

.h-438 {
  height: 438px !important;
}

.mt-438 {
  margin-top: 438px;
}

.mb-438 {
  margin-bottom: 438px !important;
}

.w-439 {
  width: 439px !important;
}

.h-439 {
  height: 439px !important;
}

.mt-439 {
  margin-top: 439px;
}

.mb-439 {
  margin-bottom: 439px !important;
}

.w-440 {
  width: 440px !important;
}

.h-440 {
  height: 440px !important;
}

.mt-440 {
  margin-top: 440px;
}

.mb-440 {
  margin-bottom: 440px !important;
}

.w-441 {
  width: 441px !important;
}

.h-441 {
  height: 441px !important;
}

.mt-441 {
  margin-top: 441px;
}

.mb-441 {
  margin-bottom: 441px !important;
}

.w-442 {
  width: 442px !important;
}

.h-442 {
  height: 442px !important;
}

.mt-442 {
  margin-top: 442px;
}

.mb-442 {
  margin-bottom: 442px !important;
}

.w-443 {
  width: 443px !important;
}

.h-443 {
  height: 443px !important;
}

.mt-443 {
  margin-top: 443px;
}

.mb-443 {
  margin-bottom: 443px !important;
}

.w-444 {
  width: 444px !important;
}

.h-444 {
  height: 444px !important;
}

.mt-444 {
  margin-top: 444px;
}

.mb-444 {
  margin-bottom: 444px !important;
}

.w-445 {
  width: 445px !important;
}

.h-445 {
  height: 445px !important;
}

.mt-445 {
  margin-top: 445px;
}

.mb-445 {
  margin-bottom: 445px !important;
}

.w-446 {
  width: 446px !important;
}

.h-446 {
  height: 446px !important;
}

.mt-446 {
  margin-top: 446px;
}

.mb-446 {
  margin-bottom: 446px !important;
}

.w-447 {
  width: 447px !important;
}

.h-447 {
  height: 447px !important;
}

.mt-447 {
  margin-top: 447px;
}

.mb-447 {
  margin-bottom: 447px !important;
}

.w-448 {
  width: 448px !important;
}

.h-448 {
  height: 448px !important;
}

.mt-448 {
  margin-top: 448px;
}

.mb-448 {
  margin-bottom: 448px !important;
}

.w-449 {
  width: 449px !important;
}

.h-449 {
  height: 449px !important;
}

.mt-449 {
  margin-top: 449px;
}

.mb-449 {
  margin-bottom: 449px !important;
}

.w-450 {
  width: 450px !important;
}

.h-450 {
  height: 450px !important;
}

.mt-450 {
  margin-top: 450px;
}

.mb-450 {
  margin-bottom: 450px !important;
}

.w-451 {
  width: 451px !important;
}

.h-451 {
  height: 451px !important;
}

.mt-451 {
  margin-top: 451px;
}

.mb-451 {
  margin-bottom: 451px !important;
}

.w-452 {
  width: 452px !important;
}

.h-452 {
  height: 452px !important;
}

.mt-452 {
  margin-top: 452px;
}

.mb-452 {
  margin-bottom: 452px !important;
}

.w-453 {
  width: 453px !important;
}

.h-453 {
  height: 453px !important;
}

.mt-453 {
  margin-top: 453px;
}

.mb-453 {
  margin-bottom: 453px !important;
}

.w-454 {
  width: 454px !important;
}

.h-454 {
  height: 454px !important;
}

.mt-454 {
  margin-top: 454px;
}

.mb-454 {
  margin-bottom: 454px !important;
}

.w-455 {
  width: 455px !important;
}

.h-455 {
  height: 455px !important;
}

.mt-455 {
  margin-top: 455px;
}

.mb-455 {
  margin-bottom: 455px !important;
}

.w-456 {
  width: 456px !important;
}

.h-456 {
  height: 456px !important;
}

.mt-456 {
  margin-top: 456px;
}

.mb-456 {
  margin-bottom: 456px !important;
}

.w-457 {
  width: 457px !important;
}

.h-457 {
  height: 457px !important;
}

.mt-457 {
  margin-top: 457px;
}

.mb-457 {
  margin-bottom: 457px !important;
}

.w-458 {
  width: 458px !important;
}

.h-458 {
  height: 458px !important;
}

.mt-458 {
  margin-top: 458px;
}

.mb-458 {
  margin-bottom: 458px !important;
}

.w-459 {
  width: 459px !important;
}

.h-459 {
  height: 459px !important;
}

.mt-459 {
  margin-top: 459px;
}

.mb-459 {
  margin-bottom: 459px !important;
}

.w-460 {
  width: 460px !important;
}

.h-460 {
  height: 460px !important;
}

.mt-460 {
  margin-top: 460px;
}

.mb-460 {
  margin-bottom: 460px !important;
}

.w-461 {
  width: 461px !important;
}

.h-461 {
  height: 461px !important;
}

.mt-461 {
  margin-top: 461px;
}

.mb-461 {
  margin-bottom: 461px !important;
}

.w-462 {
  width: 462px !important;
}

.h-462 {
  height: 462px !important;
}

.mt-462 {
  margin-top: 462px;
}

.mb-462 {
  margin-bottom: 462px !important;
}

.w-463 {
  width: 463px !important;
}

.h-463 {
  height: 463px !important;
}

.mt-463 {
  margin-top: 463px;
}

.mb-463 {
  margin-bottom: 463px !important;
}

.w-464 {
  width: 464px !important;
}

.h-464 {
  height: 464px !important;
}

.mt-464 {
  margin-top: 464px;
}

.mb-464 {
  margin-bottom: 464px !important;
}

.w-465 {
  width: 465px !important;
}

.h-465 {
  height: 465px !important;
}

.mt-465 {
  margin-top: 465px;
}

.mb-465 {
  margin-bottom: 465px !important;
}

.w-466 {
  width: 466px !important;
}

.h-466 {
  height: 466px !important;
}

.mt-466 {
  margin-top: 466px;
}

.mb-466 {
  margin-bottom: 466px !important;
}

.w-467 {
  width: 467px !important;
}

.h-467 {
  height: 467px !important;
}

.mt-467 {
  margin-top: 467px;
}

.mb-467 {
  margin-bottom: 467px !important;
}

.w-468 {
  width: 468px !important;
}

.h-468 {
  height: 468px !important;
}

.mt-468 {
  margin-top: 468px;
}

.mb-468 {
  margin-bottom: 468px !important;
}

.w-469 {
  width: 469px !important;
}

.h-469 {
  height: 469px !important;
}

.mt-469 {
  margin-top: 469px;
}

.mb-469 {
  margin-bottom: 469px !important;
}

.w-470 {
  width: 470px !important;
}

.h-470 {
  height: 470px !important;
}

.mt-470 {
  margin-top: 470px;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.w-471 {
  width: 471px !important;
}

.h-471 {
  height: 471px !important;
}

.mt-471 {
  margin-top: 471px;
}

.mb-471 {
  margin-bottom: 471px !important;
}

.w-472 {
  width: 472px !important;
}

.h-472 {
  height: 472px !important;
}

.mt-472 {
  margin-top: 472px;
}

.mb-472 {
  margin-bottom: 472px !important;
}

.w-473 {
  width: 473px !important;
}

.h-473 {
  height: 473px !important;
}

.mt-473 {
  margin-top: 473px;
}

.mb-473 {
  margin-bottom: 473px !important;
}

.w-474 {
  width: 474px !important;
}

.h-474 {
  height: 474px !important;
}

.mt-474 {
  margin-top: 474px;
}

.mb-474 {
  margin-bottom: 474px !important;
}

.w-475 {
  width: 475px !important;
}

.h-475 {
  height: 475px !important;
}

.mt-475 {
  margin-top: 475px;
}

.mb-475 {
  margin-bottom: 475px !important;
}

.w-476 {
  width: 476px !important;
}

.h-476 {
  height: 476px !important;
}

.mt-476 {
  margin-top: 476px;
}

.mb-476 {
  margin-bottom: 476px !important;
}

.w-477 {
  width: 477px !important;
}

.h-477 {
  height: 477px !important;
}

.mt-477 {
  margin-top: 477px;
}

.mb-477 {
  margin-bottom: 477px !important;
}

.w-478 {
  width: 478px !important;
}

.h-478 {
  height: 478px !important;
}

.mt-478 {
  margin-top: 478px;
}

.mb-478 {
  margin-bottom: 478px !important;
}

.w-479 {
  width: 479px !important;
}

.h-479 {
  height: 479px !important;
}

.mt-479 {
  margin-top: 479px;
}

.mb-479 {
  margin-bottom: 479px !important;
}

.w-480 {
  width: 480px !important;
}

.h-480 {
  height: 480px !important;
}

.mt-480 {
  margin-top: 480px;
}

.mb-480 {
  margin-bottom: 480px !important;
}

.w-481 {
  width: 481px !important;
}

.h-481 {
  height: 481px !important;
}

.mt-481 {
  margin-top: 481px;
}

.mb-481 {
  margin-bottom: 481px !important;
}

.w-482 {
  width: 482px !important;
}

.h-482 {
  height: 482px !important;
}

.mt-482 {
  margin-top: 482px;
}

.mb-482 {
  margin-bottom: 482px !important;
}

.w-483 {
  width: 483px !important;
}

.h-483 {
  height: 483px !important;
}

.mt-483 {
  margin-top: 483px;
}

.mb-483 {
  margin-bottom: 483px !important;
}

.w-484 {
  width: 484px !important;
}

.h-484 {
  height: 484px !important;
}

.mt-484 {
  margin-top: 484px;
}

.mb-484 {
  margin-bottom: 484px !important;
}

.w-485 {
  width: 485px !important;
}

.h-485 {
  height: 485px !important;
}

.mt-485 {
  margin-top: 485px;
}

.mb-485 {
  margin-bottom: 485px !important;
}

.w-486 {
  width: 486px !important;
}

.h-486 {
  height: 486px !important;
}

.mt-486 {
  margin-top: 486px;
}

.mb-486 {
  margin-bottom: 486px !important;
}

.w-487 {
  width: 487px !important;
}

.h-487 {
  height: 487px !important;
}

.mt-487 {
  margin-top: 487px;
}

.mb-487 {
  margin-bottom: 487px !important;
}

.w-488 {
  width: 488px !important;
}

.h-488 {
  height: 488px !important;
}

.mt-488 {
  margin-top: 488px;
}

.mb-488 {
  margin-bottom: 488px !important;
}

.w-489 {
  width: 489px !important;
}

.h-489 {
  height: 489px !important;
}

.mt-489 {
  margin-top: 489px;
}

.mb-489 {
  margin-bottom: 489px !important;
}

.w-490 {
  width: 490px !important;
}

.h-490 {
  height: 490px !important;
}

.mt-490 {
  margin-top: 490px;
}

.mb-490 {
  margin-bottom: 490px !important;
}

.w-491 {
  width: 491px !important;
}

.h-491 {
  height: 491px !important;
}

.mt-491 {
  margin-top: 491px;
}

.mb-491 {
  margin-bottom: 491px !important;
}

.w-492 {
  width: 492px !important;
}

.h-492 {
  height: 492px !important;
}

.mt-492 {
  margin-top: 492px;
}

.mb-492 {
  margin-bottom: 492px !important;
}

.w-493 {
  width: 493px !important;
}

.h-493 {
  height: 493px !important;
}

.mt-493 {
  margin-top: 493px;
}

.mb-493 {
  margin-bottom: 493px !important;
}

.w-494 {
  width: 494px !important;
}

.h-494 {
  height: 494px !important;
}

.mt-494 {
  margin-top: 494px;
}

.mb-494 {
  margin-bottom: 494px !important;
}

.w-495 {
  width: 495px !important;
}

.h-495 {
  height: 495px !important;
}

.mt-495 {
  margin-top: 495px;
}

.mb-495 {
  margin-bottom: 495px !important;
}

.w-496 {
  width: 496px !important;
}

.h-496 {
  height: 496px !important;
}

.mt-496 {
  margin-top: 496px;
}

.mb-496 {
  margin-bottom: 496px !important;
}

.w-497 {
  width: 497px !important;
}

.h-497 {
  height: 497px !important;
}

.mt-497 {
  margin-top: 497px;
}

.mb-497 {
  margin-bottom: 497px !important;
}

.w-498 {
  width: 498px !important;
}

.h-498 {
  height: 498px !important;
}

.mt-498 {
  margin-top: 498px;
}

.mb-498 {
  margin-bottom: 498px !important;
}

.w-499 {
  width: 499px !important;
}

.h-499 {
  height: 499px !important;
}

.mt-499 {
  margin-top: 499px;
}

.mb-499 {
  margin-bottom: 499px !important;
}

.w-500 {
  width: 500px !important;
}

.h-500 {
  height: 500px !important;
}

.mt-500 {
  margin-top: 500px;
}

.mb-500 {
  margin-bottom: 500px !important;
}

.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;
}

.fw-b {
  font-weight: bold;
}

.d-flex {
  display: flex;
}

.flex-justify-sb {
  justify-content: space-between;
}

.flex-align-item-center {
  align-items: center;
}

.flex-all-center {
  align-content: center;
  align-items: center;
  justify-content: center;
}

.br {
  border-right: 1px solid #c5c5c5;
}

.text-center {
  text-align: center;
}

.table-bordered {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.table-striped table tbody tr:nth-child(2n) {
  background: rgba(241, 241, 241, 0.3215686275);
}

.table-row-bordered table tbody tr td {
  border-right: 1px solid #e2e2e2;
}
.table-row-bordered table tbody tr td:last-child {
  border-right: none;
}

.btn-primary {
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 0 25px;
  height: 45px;
  outline: none;
  background: var(--primary-color);
  border-radius: 4px;
  box-shadow: 0 8px 6px -10px rgba(126, 0, 1, 0.5294117647);
  border: none;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn-primary.secondary {
  background: none;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-right-width: 0;
}
.btn-primary.secondary:hover {
  color: white;
}
.btn-primary:hover {
  background: var(--add-btn-background);
}
.btn-primary i {
  font-size: 0.8em;
  margin-left: 10px;
}

.btn-danger {
  background: #dc3546;
}
.btn-danger:hover {
  background: #be2b3a;
}

.second-primary {
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 0 25px;
  height: 45px;
  outline: none;
  background: none;
  border-radius: 4px;
  box-shadow: 0 8px 6px -10px rgba(126, 0, 1, 0.5294117647);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s ease;
}
.second-primary:hover {
  background: var(--add-btn-background);
  color: #fff;
}
.second-primary i {
  font-size: 0.8em;
  margin-left: 10px;
}

.delete__btn__secondary {
  padding: 0 1.2em;
  height: 40px;
  align-items: center;
  background: rgba(126, 0, 1, 0.1);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.delete__btn__secondary:hover {
  color: white;
}
.delete__btn__secondary i {
  margin-left: 0;
}

.table-list {
  margin: 25px 0;
  max-width: 100%;
}
.table-list table {
  min-width: 100%;
  max-width: 100%;
  font-size: 0.8em;
}
.table-list table thead th {
  padding: 15px 10px;
  text-align: left;
  white-space: nowrap;
}
.table-list table thead th span {
  color: #dc3546;
}
.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 {
  padding: 10px;
  text-align: left;
  line-height: 1.5em;
}
.table-list table tbody tr td button {
  border: 1px solid var(--primary-color);
  padding: 0.6em 1em;
  color: var(--primary-color);
  border-radius: 3px;
  font-size: 0.95em;
  transition: all 0.3s ease;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
}
.table-list table tbody tr td button:hover {
  transition: all 0.3s ease;
  color: var(--primary-color) !important;
  background: rgba(244, 126, 51, 0.15) !important;
}
.table-list table tbody tr td .link__table {
  display: flex;
  gap: 5px;
  border: 1px solid var(--primary-color);
  padding: 0.6em 1em;
  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-decoration: none;
}
.table-list table tbody tr td .link__table:hover {
  transition: all 0.3s ease;
  color: var(--primary-color);
  background: rgba(126, 0, 1, 0.1764705882);
}
.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;
}
.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(244, 126, 51, 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;
  border-radius: 35px;
  overflow: hidden;
}
.table-list table .img div img {
  width: 100px;
  height: 100%;
  object-fit: cover;
}
.table-list table td .icon {
  font-size: 1.2em;
  padding: 1px 15px;
}

.table_drop_action .dropdown .dropdown__delete__form_button {
  border: none !important;
  padding: 10px 20px 10px 15px !important;
  color: var(--body-font-color) !important;
  font-size: 1em !important;
  background: transparent;
  border-radius: 0 !important;
  width: 100%;
  text-align: left;
}
.table_drop_action .dropdown .dropdown__delete__form_button:hover {
  transition: all 0.3s ease;
  color: var(--primary-color) !important;
  background: rgba(244, 126, 51, 0.15) !important;
}

.delText {
  color: #e85343;
}

.ss-main {
  height: 42px !important;
  padding: 0 5px 0 8px !important;
  border-color: #e9e9e9 !important;
  background: transparent !important;
}
.ss-main:focus {
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
}
.ss-main:focus ~ label {
  color: var(--primary-color) !important;
}

select[multiple] ~ .ss-main {
  min-height: 42px !important;
  height: auto !important;
  padding-top: 10px !important;
  padding-bottom: 5px !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-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(244, 126, 51, 0.15) !important;
  color: var(--primary-color);
  font-weight: 600;
}

.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;
  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);
}

.field.error .ss-main {
  border-color: var(--login-form-error) !important;
}

.visible-overflow {
  overflow: visible !important;
}

.btn__confirm__delete {
  background: #e74c3c;
  color: white;
  margin-right: 10px !important;
}
.btn__confirm__delete:hover {
  background: #d34436;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow: visible !important;
}

.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__content {
  padding: 18px 5px;
  order: 1;
  width: 100%;
  display: none;
}
.tabs .tabs__radio:checked + .tabs__label {
  font-weight: 500;
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  background: rgba(126, 0, 1, 0.99);
  background: linear-gradient(0deg, rgba(126, 0, 1, 0.1) 0%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.7203256303) 100%);
}
.tabs .tabs__radio:checked + .tabs__label + .tabs__content {
  display: initial;
}

.noconforne {
  border: 1px solid #dc3546;
  padding: 0.2em 1em;
  border-radius: 3px;
  color: #dc3546;
  font-size: 0.9em;
  background-color: rgba(220, 53, 70, 0.0588235294);
  white-space: nowrap;
}

.conforne {
  border: 1px solid #1e8705;
  padding: 0.2em 1em;
  border-radius: 3px;
  color: #1e8705;
  font-size: 0.9em;
  background-color: rgba(30, 135, 5, 0.0588235294);
  white-space: nowrap;
}

.alert-row {
  position: relative;
  background: rgba(220, 53, 70, 0.0588235294) !important;
  color: #dc3546 !important;
}
.alert-row::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dc3546;
  animation: opacity-anim 1s ease infinite;
}
@keyframes opacity-anim {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

.tabs_navigation {
  margin-top: 0;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  display: flex;
}
.tabs_navigation .list_navigation {
  width: 180px;
  border-right: 1px solid #e2e2e2;
}
.tabs_navigation .list_navigation .list_nav_item {
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
  transition: all 0.3s ease;
  font-size: 0.9em;
}
.tabs_navigation .list_navigation .list_nav_item:last-child {
  border-bottom: none;
}
.tabs_navigation .list_navigation .list_nav_item:hover, .tabs_navigation .list_navigation .list_nav_item.active {
  background: var(--primary-color);
  color: white;
  cursor: pointer;
}
.tabs_navigation .list_navigation .list_nav_item i {
  font-size: 0.9em;
  margin-right: 5px;
}
.tabs_navigation .list_navigation_content {
  flex-grow: 1;
  padding: 20px;
}
.tabs_navigation .list_navigation_content .nav_content {
  display: none;
}
.tabs_navigation .list_navigation_content .nav_content.active {
  display: block;
}
.tabs_navigation .list_navigation_content .nav_content .table-list-title {
  font-weight: 600;
  text-transform: capitalize;
}

.mobal__box__btn {
  padding: 0 25px;
  height: 45px;
  outline: 0;
  background: var(--primary-color);
  border-radius: 4px;
  box-shadow: 0 8px 6px -10px #b3c6ff;
  border: 0;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s ease;
}
.mobal__box__btn i {
  font-size: 0.8em;
  margin-left: 10px;
}

.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;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--primary-color) !important;
}

.accordion-content {
  margin-top: 20px;
}
.accordion-content .accordion__item {
  border-radius: 5px;
  background: white;
  border: 1px solid #ececec;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.accordion-content .accordion__item .accordion__header {
  padding: 0 20px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
.accordion-content .accordion__item .accordion__header .title {
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
  font-weight: bold;
}
.accordion-content .accordion__item .accordion__header .title img {
  width: 30px;
}
.accordion-content .accordion__item .accordion__header .count {
  font-weight: 500;
  display: flex;
}
.accordion-content .accordion__item .accordion__header .count .arrow {
  margin: 0 10px;
  position: relative;
  transition: all 0.3s ease;
}
.accordion-content .accordion__item .accordion__header .count .arrow i {
  position: absolute;
  top: 2px;
}
.accordion-content .accordion__item .accordion__body {
  background: #f9f9f9;
  display: flex;
  gap: 20px;
  overflow: hidden;
  flex-wrap: wrap;
  height: 0;
  transition: all 0.3s ease;
  border-radius: 0 0 5px 5px;
}
.accordion-content .accordion__item .accordion__body .profile {
  width: 30%;
  background: white;
  border: 1px solid #ececec;
  border-radius: 5px;
  height: 80px;
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
  padding: 0 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.accordion-content .accordion__item .accordion__body .profile .img_box {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #121c42;
}
.accordion-content .accordion__item .accordion__body .profile .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion-content .accordion__item .accordion__body .profile .info .name {
  font-size: 0.9em;
  font-weight: 600;
}
.accordion-content .accordion__item .accordion__body .profile .info .poste {
  font-size: 0.85em;
  font-weight: 500;
}
.accordion-content .accordion__item .accordion__body .profile:hover {
  border-color: rgba(18, 28, 66, 0.66);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
}
.accordion-content .accordion__item:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
  border-color: #121c42;
}
.accordion-content .accordion__item.active {
  border-color: rgba(18, 28, 66, 0.431372549);
}
.accordion-content .accordion__item.active .accordion__body {
  height: auto;
  padding: 24px 30px 30px;
}
.accordion-content .accordion__item.active .accordion__header {
  border-bottom: 1px solid rgba(18, 28, 66, 0.431372549);
}
.accordion-content .accordion__item.active .accordion__header .count .arrow {
  transform: rotate(180deg);
  margin-right: -10px;
  margin-left: 25px;
}
.accordion-content .accordion__item.active:hover {
  box-shadow: none;
  border-color: rgba(18, 28, 66, 0.431372549);
}

.empty-state {
  height: calc(100vh - 65px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.empty-state img {
  width: 38em;
}

.img__box {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.img__box img {
  width: 100%;
  border-radius: 5px;
}

.filter-drop {
  width: 120px;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  position: relative;
  cursor: pointer;
}
.filter-drop .default_option {
  text-transform: capitalize;
  padding: 13px 15px;
  font-size: 14px;
}
.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;
  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(126, 0, 1, 0.15);
  transition: var(--tran-03);
}
.filter-drop ul li:hover a {
  transition: var(--tran-03);
  color: var(--primary-color) !important;
}
.filter-drop:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 10px;
  border: 7px solid;
  border-color: var(--primary-color) transparent transparent transparent;
}

.modal__body [data-control*=noEmpty] + .ss-main + label + i {
  display: block;
}

.modal__body [data-control*=noEmpty]:not(:disabled) + label + i {
  display: block;
}

.required__placeholder {
  color: #dc3546;
  font-size: 0.85em;
  padding-left: 1.4em;
  margin-top: -18px;
  margin-bottom: 12px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.no-wrap {
  white-space: nowrap;
}

.orange-btn {
  background: #f05a28 !important;
}

.danger-btn {
  background: #dc3546 !important;
}

.bad-span {
  background-color: rgba(220, 53, 70, 0.1019607843);
  padding: 3px 12px;
  text-align: center;
  border-radius: 15px;
  color: #dc3546;
  border: 1px solid #dc3546;
}

.good-span {
  background-color: rgba(30, 135, 5, 0.1019607843);
  padding: 3px 12px;
  text-align: center;
  border-radius: 15px;
  color: #1e8705;
  border: 1px solid #1e8705;
}

.red-span {
  background-color: rgba(126, 0, 1, 0.1);
  padding: 5px 12px;
  text-align: center;
  border-radius: 50px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.separator-left {
  border-left: 1px solid #e2e2e2;
  margin: 0 10px;
}

.caisse__montant {
  background-color: rgba(16, 78, 148, 0.0549019608);
  border: 1px solid #104e94;
  padding: 5px 15px;
  text-align: center;
  border-radius: 25px;
  color: var(--primary-color);
  margin-left: 5px;
}

.group_input {
  display: flex;
}
.group_input input {
  border-radius: 0 !important;
  border-right: none !important;
}
.group_input .field:first-child input {
  border-radius: 3px 0 0 3px !important;
}
.group_input .field:last-child input {
  border-radius: 0 3px 3px 0 !important;
  border-right: 1px solid #e9e9e9 !important;
}
.group_input .ss-main {
  border-radius: 0 !important;
}
.group_input .ss-main:last-of-type {
  border-radius: 0 3px 3px 0 !important;
}

.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(126, 0, 1, 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);
  }
}

td .input {
  padding: 0 0.8em;
  height: 35px;
  background: none;
  border: none;
  border-radius: 3px;
  outline: 0;
  transition: var(--tran-03);
}
td .input::-webkit-outer-spin-button, td .input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.noPadding {
  padding: 0 !important;
}

.separation_top {
  display: block;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #e2e2e2;
}

.notifications-container {
  min-width: 400px !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: hidden !important;
}

.form_2 .field .input-area {
  height: 46px !important;
}

ol {
  padding: 0 18px;
}

.card__item {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 25px;
}
.card__item .card_header {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
  padding: 0.5em 0.8em;
}
.card__item .card_body {
  padding: 0.7em 0.8em;
}

.sidebar .nav-links li.link_separator {
  padding: 14px 0;
  padding-left: 18px;
  font-size: 0.9em;
  color: #868686;
  pointer-events: none;
  position: relative;
  user-select: none;
}
.sidebar .nav-links li.link_separator:before {
  position: absolute;
  content: "";
  top: 45%;
  right: 0;
  width: 75%;
  height: 1px;
  background: #e2e2e2;
}
.sidebar .nav-links li.link_separator.width60:before {
  width: 62%;
}
.sidebar .nav-links li.link_separator.width50:before {
  width: 52%;
}
.sidebar.close .nav-links li.link_separator {
  padding-left: 0;
  text-align: center;
}
.sidebar.close .nav-links li.link_separator:before {
  width: 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  text-transform: capitalize;
}

.group__btn {
  display: inline-flex;
}
.group__btn button, .group__btn a {
  border-radius: 0;
  border-right: none;
  box-shadow: none;
  padding: 0 1.4em;
  height: 40px;
  font-size: 0.85em;
}
.group__btn button:first-child, .group__btn a:first-child {
  border-radius: 5px 0 0 5px;
}
.group__btn button:last-child, .group__btn a:last-child {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid var(--primary-color);
}

.link__btn {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--primary-color);
  padding: 0.2em 1em;
  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-decoration: none;
}
.link__btn:hover {
  transition: all 0.3s ease;
  color: var(--primary-color);
  background: rgba(126, 0, 1, 0.17);
}

.spinner__loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(126, 0, 1, 0.9);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  flex-direction: column;
  color: white;
  gap: 15px;
}
.spinner__loader.active {
  visibility: visible;
  opacity: 1;
}
.spinner__loader .spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #fff 94%, rgba(0, 0, 0, 0)) top/9px 9px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #fff);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 9px), #000 0);
  animation: spinner-c7wet2 1s infinite linear;
}
@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}

.scope-row {
  padding-left: 15px;
  text-align: left;
  border-right: 1px solid rgba(226, 226, 226, 0.5490196078);
}
.scope-row a {
  text-decoration: none;
  color: var(--body-font-color);
}

.ss-main .ss-values .ss-value .ss-value-delete {
  width: 20px;
}

.ss-main .ss-deselect {
  display: none !important;
}

.ss-main .ss-values .ss-value .ss-value-text {
  padding-bottom: 0 !important;
}

.form__tr {
  background: white !important;
  overflow: hidden;
}
.form__tr td {
  padding: 0 !important;
  border-right: 1px solid #e2e2e2;
}
.form__tr td:last-child {
  border-right: none !important;
}
.form__tr td .field {
  margin: 0 !important;
}
.form__tr td .field input {
  border-radius: 0 !important;
  border: none !important;
}

.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: #7E0001;
  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: #7E0001;
  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;
}

.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(116, 0, 1, 0.15);
  color: var(--primary-color);
}

.autoComplete_wrapper > input::selection {
  background-color: rgba(116, 0, 1, 0.15);
}

.autoComplete_wrapper > input:hover {
  color: rgba(116, 0, 1, 0.8);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus {
  color: rgb(116, 0, 1);
  border: 0.06rem solid rgba(116, 0, 1, 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: #7E0001;
  font-weight: bold;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(116, 0, 1, 0.15);
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(116, 0, 1, 0.15);
}

.autoComplete_wrapper > ul > .no_result {
  padding: 0.5em;
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}
section.module__card {
  height: 100vh;
  width: 100%;
  display: grid;
  place-items: center;
}
section.module__card .section-heading {
  font-size: 2em;
  font-weight: bold;
}
section.module__card .row {
  display: flex;
  flex-wrap: wrap;
}
section.module__card .column {
  width: 100%;
  min-height: calc(100vh - 250px);
  padding: 0 1em 1em 1em;
  text-align: center;
  text-decoration: none;
}
section.module__card .card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, var(--primary-color) 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
section.module__card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}
section.module__card p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
section.module__card .icon-wrapper {
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
section.module__card .icon-wrapper svg .cls-1, section.module__card .icon-wrapper svg .cls-2, section.module__card .icon-wrapper svg .cls-3, section.module__card .icon-wrapper svg .cls-4, section.module__card .icon-wrapper svg .cls-5 {
  stroke: var(--primary-color);
}
section.module__card .card:hover {
  background-position: 0 100%;
}
section.module__card .card:hover .icon-wrapper {
  background-color: var(--primary-color);
  color: var(--primary-color);
}
section.module__card .card:hover .icon-wrapper svg .cls-1, section.module__card .card:hover .icon-wrapper svg .cls-2, section.module__card .card:hover .icon-wrapper svg .cls-3, section.module__card .card:hover .icon-wrapper svg .cls-4, section.module__card .card:hover .icon-wrapper svg .cls-5 {
  stroke: #ffffff;
}
section.module__card .card:hover h3 {
  color: #ffffff;
}
section.module__card .card:hover p {
  color: #f0f0f0;
}

@media screen and (min-width: 768px) {
  section.module__card {
    padding: 0 2em;
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section.module__card {
    padding: 1em 3em;
  }
  .column {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
::selection {
  background: var(--selection-background);
  color: var(--selection-text);
}

* {
  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;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 220px;
  background: var(--body-background);
  z-index: 100;
  transition: all 0.5s ease;
  border-right: 1px solid #e2e2e2;
}

.sidebar.close {
  width: 78px;
}

.sidebar .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
}

.sidebar .logo-details .icon {
  width: 155px;
  margin-left: 15px;
  margin-right: 5px;
  transition: all 0.5s ease;
}

.sidebar.close .logo-details .icon {
  opacity: 0;
}

.sidebar.close .logo-details .logo_name {
  visibility: hidden;
  opacity: 0;
}

.sidebar .logo-details .logo_name {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 1px;
  transition: 0.3s ease;
  transition-delay: 0.1s;
  white-space: nowrap;
}

.sidebar.open .logo-details .logo_name {
  visibility: visible;
}

.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
  opacity: 1;
}

.sidebar .logo-details #close-nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.sidebar.close .logo-details #close-nav {
  text-align: center;
  padding-right: 0;
}

.sidebar .logo-details #close-nav {
  text-align: right;
  padding-right: 10px;
}

.sidebar .logo-details i {
  color: var(--body-font-color);
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}

.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links {
  height: 100%;
  padding: 0 0 150px 0;
  overflow: hidden;
  margin-top: 5px;
}
.sidebar .nav-links:hover {
  overflow-y: auto;
}
.sidebar .nav-links::-webkit-scrollbar {
  width: 8px;
}
.sidebar .nav-links::-webkit-scrollbar-thumb {
  width: 0;
  background: rgba(126, 0, 1, 0.2);
  transition: 0.5s ease;
  cursor: pointer;
}
.sidebar .nav-links::-webkit-scrollbar-track {
  width: 8px;
  background: var(--scrool-background);
}

.sidebar.close .nav-links {
  overflow: visible;
}

.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}

.sidebar .nav-links li:hover, .sidebar .nav-links li.showMenu,
.sidebar .nav-links li.active {
  background: rgba(116, 0, 1, 0.1);
}
.sidebar .nav-links li:hover i, .sidebar .nav-links li:hover .link_name, .sidebar .nav-links li.showMenu i, .sidebar .nav-links li.showMenu .link_name,
.sidebar .nav-links li.active i,
.sidebar .nav-links li.active .link_name {
  color: var(--primary-color);
}

.sidebar .nav-links li.active:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: var(--primary-color);
  transition: var(--tran-03);
}

.sidebar .nav-links li .icon-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar.close .nav-links li .icon-link {
  display: block;
}

.sidebar.close .nav-links li {
  border-bottom: none;
}

.sidebar .nav-links li i {
  height: 55px;
  min-width: 50px;
  text-align: center;
  line-height: 56px;
  color: var(--body-font-color);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar.close .nav-links li i {
  min-width: 78px;
}

.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
  display: none;
}

.sidebar .nav-links i.arrow {
  min-width: 50px;
}

.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.sidebar .nav-links li a .link_name {
  font-size: 13px;
  font-weight: 400;
  margin-left: -7px;
  color: var(--body-font-color);
  transition: all 0.4s ease;
  text-transform: capitalize;
}

.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
  padding: 6px 6px 14px 50px;
  margin-top: -10px;
  display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
  position: relative;
}
.sidebar .nav-links li.showMenu .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 1px;
  height: 90%;
  background: var(--primary-color);
  background: linear-gradient(0deg, rgba(126, 0, 1, 0) 0%, rgba(126, 0, 1, 0.6) 48%, rgba(126, 0, 1, 0) 100%);
}

.sidebar .nav-links li.showMenu .sub-menu.blank {
  display: none;
}

.sidebar.close .nav-links li.showMenu .sub-menu::before {
  display: none;
}

.sidebar .nav-links li .sub-menu a {
  color: #7e0001;
  font-size: 13px;
  padding: 5px 0;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu li:hover {
  background: transparent;
}

.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 13px;
  opacity: 1;
  display: block;
}

.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  opacity: 0;
  pointer-events: none;
  padding-top: 14px;
  padding-bottom: 14px;
}
.sidebar .nav-links li .sub-menu.blank .link_name {
  white-space: nowrap;
}

.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .profile-details {
  position: fixed;
  bottom: 0;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--body-background);
  padding: 12px 0;
  transition: all 0.5s ease;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.sidebar.close .profile-details {
  width: 78px;
}

.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}

.sidebar .profile-details img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 5px;
  margin: 0 14px 0 12px;
  background: hsla(212deg, 80%, 32%, 0.052);
  transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
  padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
  color: var(--body-font-color);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
  display: none;
}

.sidebar .profile-details .job {
  font-size: 12px;
}

.home-section {
  position: relative;
  background: var(--body-background);
  height: 100vh;
  left: 220px;
  width: calc(100% - 220px);
  transition: all 0.5s ease;
  padding: 18px;
}

.sidebar.close ~ .home-section {
  left: 78px;
  width: calc(100% - 78px);
}

.log_out, .log_out:hover {
  color: var(--body-font-color) !important;
}

.dropdown-link {
  width: 100%;
}
.dropdown-link .link_name {
  flex-grow: 1;
}

@media screen and (max-width: 400px) {
  .sidebar {
    width: 200px;
  }
  .sidebar.close {
    width: 78px;
  }
  .sidebar .profile-details {
    width: 200px;
  }
  .sidebar.close .profile-details {
    background: none;
  }
  .sidebar.close .profile-details {
    width: 78px;
  }
  .home-section {
    left: 200px;
    width: calc(100% - 200px);
  }
  .sidebar.close ~ .home-section {
    left: 78px;
    width: calc(100% - 78px);
  }
}
.home-section .link {
  color: var(--body-font-color);
  font-weight: 600;
  display: flex;
  gap: 5px;
}
.home-section .link a {
  text-decoration: none;
  color: var(--primary-color);
}
.home-section .link a:hover {
  text-decoration: underline;
}

.card-countainer {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 25px;
}

.card-countainer .card-item {
  border: 1px solid rgba(226, 226, 226, 0.68);
  border-radius: 0.375rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  padding: 1em 1em 0;
  width: 30%;
  font-size: 0.85em;
  transition: all 0.5s ease;
}
.card-countainer .card-item:hover {
  border-color: rgba(16, 78, 148, 0.74);
}

.card-countainer .card-item .card-heard p {
  font-weight: 500;
  margin-bottom: 5px;
}
.card-countainer .card-item .card-heard span {
  font-size: 0.9em;
  color: rgba(18, 28, 66, 0.7);
}

.card-countainer .card-item .card-list-item {
  border-top: 1px solid rgba(226, 226, 226, 0.5);
  margin-top: 15px;
}
.card-countainer .card-item .card-list-item ul li a {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  color: var(--body-font-color);
  text-decoration: none;
  border-bottom: 1px solid rgba(226, 226, 226, 0.5);
  transition: all 0.5s ease;
  font-size: 0.9em;
}
.card-countainer .card-item .card-list-item ul li a i {
  transition: all 0.5s ease;
  color: transparent;
}
.card-countainer .card-item .card-list-item ul li a:hover, .card-countainer .card-item .card-list-item ul li a:hover i {
  color: var(--primary-color);
  font-weight: 500;
}
.card-countainer .card-item .card-list-item ul li a.blanc_link {
  color: transparent;
  pointer-events: none;
  user-select: none;
}
.card-countainer .card-item .card-list-item ul li:last-child a {
  border-bottom: none;
}

.turbolinks-progress-bar {
  background-color: var(--primary-color);
}

.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 #b3c6ff;
  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);
}
.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: 5px;
  right: 8px;
  font-size: 1em;
  color: #6f768d;
  cursor: pointer;
}
.filter-form .wrapper .search_box .search_field .filter {
  position: absolute;
  right: 7px;
  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;
}

.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;
  text-transform: capitalize;
  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 - 160px);
  overflow: auto;
}
.modal__container .modal__body::-webkit-scrollbar {
  width: 10px;
}
.modal__container .modal__body::-webkit-scrollbar-thumb {
  width: 0;
  background: #e3e3e3;
  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: 1px solid var(--primary-color);
  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);
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.modal__container .modal__footer input[type=submit] {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

form .field {
  width: 100%;
  margin-bottom: 20px;
}
form .field:last-child {
  margin-bottom: 0;
}
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 {
  background: #fff !important;
}
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 {
  background: #fff !important;
}
form .field .input-area select[is]:not(:has(option:checked:not([data-placeholder]))) ~ .ss-main ~ label {
  display: none;
}
form .field .input-area select[is]:has(option:checked:not([data-placeholder])) ~ .ss-main ~ label {
  top: 2px;
  font-size: 0.8rem;
  left: 0.7rem;
}
form .field .input-area select[is]:has(option:checked:not([data-placeholder])) ~ .ss-main ~ label:before {
  background: #fff !important;
}
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:focus ~ label, form .field.error .input-area input:not(:placeholder-shown) ~ 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) {
  height: 100px;
}
form .field .input-area:has(textarea) textarea ~ label {
  top: 2px;
  font-size: 0.8rem;
  left: 0.7rem;
}
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: transparent;
}
form .field .input-area textarea {
  padding: 10px;
}
form .field .input-area textarea::-webkit-scrollbar {
  width: 10px;
}
form .field .input-area textarea::-webkit-scrollbar-thumb {
  width: 0;
  background: #e3e3e3;
  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: 7px;
  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: 53px;
  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 .error-icon {
  right: 10px;
  padding: 8px 0;
  color: var(--login-form-error);
  background: #fff;
  transition: var(--tran-03);
}
form .field .input-area label {
  position: absolute;
  top: 53%;
  left: 0.7rem;
  padding: 0 5px;
  font-size: 15px;
  pointer-events: none;
  transform: translateY(-50%);
  color: var(--login-form-placeholder);
  transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  text-transform: capitalize;
}
form .field .input-area label:before {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: white;
  z-index: -1;
}
form .field .input-area label span {
  color: #dc3546;
}
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;
}

.countainer-404 {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.countainer-404 .img {
  width: 45%;
  display: flex;
  justify-content: center;
}
.countainer-404 .img img {
  width: 34rem;
}
.countainer-404 .content {
  width: 40%;
}
.countainer-404 .content h1 {
  color: var(--primary-color);
  font-weight: bold;
}
.countainer-404 .content p {
  line-height: 24px;
  letter-spacing: 0.2px;
}
.countainer-404 .content a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}
.countainer-404 .content ul {
  list-style: initial;
  padding-inline-start: 40px;
}
.countainer-404 .content ul li {
  line-height: 24px;
}

.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;
}

.modal__container.show__loader .form-loader {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.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);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.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);
  }
}
.table-nav {
  margin: 15px 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.table-nav .pagination {
  padding: 20px 0;
}
.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(244, 126, 51, 0.15);
  color: var(--primary-color);
  pointer-events: none;
}
.table-nav .pagination a.step {
  pointer-events: none;
  user-select: none;
}
.table-nav .pagination a:hover {
  background: rgba(244, 126, 51, 0.15);
  color: var(--primary-color);
}
.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;
}

.notify.notify-autoclose::before {
  height: 2px !important;
}

.notify__text, .notify__title {
  font-family: "Poppins", sans-serif, arial;
}

body:has(.login_container) {
  overflow: hidden;
}

.login_container {
  width: 100%;
  height: 100vh;
  align-items: center;
  display: flex;
  background: #fff;
}
.login_container .login {
  width: 800px;
}
.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:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  z-index: 1;
  opacity: 0.2;
}
.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;
}

.home-section .stats-countainer {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 20px 0;
}

.home-section .stats-countainer .stat-item {
  width: 23%;
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  transition: 0.5s ease;
  border: 1px solid rgba(226, 226, 226, 0.5098039216);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.04);
}
.home-section .stats-countainer .stat-item .icon {
  width: 20%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(116, 0, 1, 0.15);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: 15px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.04);
}
.home-section .stats-countainer .stat-item i {
  margin-top: 3px;
  color: var(--primary-color);
  font-size: 0.9em;
}
.home-section .stats-countainer .stat-item .text p {
  font-weight: bold;
  color: var(--primary-color);
  font-size: 1.1em;
  margin-bottom: 10px;
}
.home-section .stats-countainer .stat-item .text h3 {
  font-weight: 600;
  font-size: 0.8em;
}
.home-section .stats-countainer .stat-item .text h3 span {
  color: var(--primary-color);
}
.home-section .stats-countainer .stat-item:hover {
  transition: 0.5s ease;
  background: rgba(116, 0, 1, 0.15);
  border-color: rgba(116, 0, 1, 0.2);
  transform: translateY(-10px);
  cursor: pointer;
}

.customers-favorites .title {
  font-size: 1.2em;
  font-weight: 600;
}
.customers-favorites .swiper {
  position: relative;
  width: 100%;
  margin-top: 15px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 0;
}
.customers-favorites .swiper-slide {
  display: inline-flex;
  justify-content: center;
  width: 170px;
  font-weight: 600;
  height: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-right: 15px;
  transition: var(--tran-03);
  cursor: pointer;
}
.customers-favorites .swiper-slide:hover, .customers-favorites .swiper-slide.active {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.customers-favorites .favorites__item {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.planning-content .planning-content-item {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.planning-content .planning-content-item.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

/*# sourceMappingURL=app.css.map */
