/*======= All App Files Include Here ======*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*====== All Custom Variable Interduce Here ======*/
:root {
  --blue: #5D92F4;
  --indigo: #174176;
  --purple: #564fc1;
  --pink: #FF2B72;
  --red: #FF3739;
  --orange: #D46B08;
  --yellow: #FFB70F;
  --green: #00D014;
  --teal: #677080;
  --cyan: #00D0BD;
  --white: #fff;
  --gray: #727891;
  --gray-dark: #677080;
  --light-yellow: #fff59d;
  --twitter: #52aeff;
  --facebook: #3b5998;
  --google: #f13a30;
  --pinterest: #d32f2f;
  --instagram: #8d6e63;
  --rss: #ff9800;
  --tumblr: #607d8b;
  --linkedin: #4875b4;
  --dribbble: #f06292;
  --youtube: #d50000;
  --github: #424242;
  --skype: #4fc3f7;
  --primary: #5D92F4;
  --secondary: #677080;
  --success: #00D014;
  --info: #00D0BD;
  --warning: #FFB70F;
  --danger: #FF3739;
  --light: #FAFAFA;
  --dark: #464D69;
  --light-yellow: #fff59d;
  --twitter: #52aeff;
  --facebook: #3b5998;
  --google: #f13a30;
  --pinterest: #d32f2f;
  --instagram: #8d6e63;
  --rss: #ff9800;
  --tumblr: #607d8b;
  --linkedin: #4875b4;
  --dribbble: #f06292;
  --youtube: #d50000;
  --github: #424242;
  --skype: #4fc3f7;
  --orange: #D46B08;
  --purple: #564fc1;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Heebo", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #464D69;
  text-align: left;
  background-color: #F4F7FA; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #5D92F4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #1562ef;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #727891;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 1.5rem; }

h2, .h2 {
  font-size: 1.25rem; }

h3, .h3 {
  font-size: 1.125rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 0.875rem; }

h6, .h6 {
  font-size: 0.75rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #727891; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto;
  margin: 15px; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F4F7FA;
  border: 1px solid #EBEDF2;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
  margin: 15px; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #727891; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #FF2B72;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #464D69;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  font-size: 87.5%;
  color: #464D69; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #EBEDF2; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #EBEDF2; }
  .table tbody + tbody {
    border-top: 2px solid #EBEDF2; }
  .table .table {
    background-color: #F4F7FA; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #EBEDF2; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #EBEDF2; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(244, 247, 250, 0.7); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d2e0fc; }

.table-hover .table-primary:hover {
  background-color: #bad0fa; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #bad0fa; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d4d7db; }

.table-hover .table-secondary:hover {
  background-color: #c6cacf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c6cacf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f2bd; }

.table-hover .table-success:hover {
  background-color: #a2eea9; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a2eea9; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8f2ed; }

.table-hover .table-info:hover {
  background-color: #a2eee8; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a2eee8; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffebbc; }

.table-hover .table-warning:hover {
  background-color: #ffe3a3; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe3a3; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffc7c8; }

.table-hover .table-danger:hover {
  background-color: #ffaeaf; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffaeaf; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fefefe; }

.table-hover .table-light:hover {
  background-color: #f1f1f1; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f1f1f1; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cbcdd5; }

.table-hover .table-dark:hover {
  background-color: #bdbfca; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #bdbfca; }

.table-light-yellow,
.table-light-yellow > th,
.table-light-yellow > td {
  background-color: #fffce4; }

.table-hover .table-light-yellow:hover {
  background-color: #fff9cb; }
  .table-hover .table-light-yellow:hover > td,
  .table-hover .table-light-yellow:hover > th {
    background-color: #fff9cb; }

.table-twitter,
.table-twitter > th,
.table-twitter > td {
  background-color: #cfe8ff; }

.table-hover .table-twitter:hover {
  background-color: #b6dcff; }
  .table-hover .table-twitter:hover > td,
  .table-hover .table-twitter:hover > th {
    background-color: #b6dcff; }

.table-facebook,
.table-facebook > th,
.table-facebook > td {
  background-color: #c8d1e2; }

.table-hover .table-facebook:hover {
  background-color: #b7c3d9; }
  .table-hover .table-facebook:hover > td,
  .table-hover .table-facebook:hover > th {
    background-color: #b7c3d9; }

.table-google,
.table-google > th,
.table-google > td {
  background-color: #fbc8c5; }

.table-hover .table-google:hover {
  background-color: #f9b1ad; }
  .table-hover .table-google:hover > td,
  .table-hover .table-google:hover > th {
    background-color: #f9b1ad; }

.table-pinterest,
.table-pinterest > th,
.table-pinterest > td {
  background-color: #f3c5c5; }

.table-hover .table-pinterest:hover {
  background-color: #efb0b0; }
  .table-hover .table-pinterest:hover > td,
  .table-hover .table-pinterest:hover > th {
    background-color: #efb0b0; }

.table-instagram,
.table-instagram > th,
.table-instagram > td {
  background-color: #dfd6d3; }

.table-hover .table-instagram:hover {
  background-color: #d4c8c4; }
  .table-hover .table-instagram:hover > td,
  .table-hover .table-instagram:hover > th {
    background-color: #d4c8c4; }

.table-rss,
.table-rss > th,
.table-rss > td {
  background-color: #ffe2b8; }

.table-hover .table-rss:hover {
  background-color: #ffd89f; }
  .table-hover .table-rss:hover > td,
  .table-hover .table-rss:hover > th {
    background-color: #ffd89f; }

.table-tumblr,
.table-tumblr > th,
.table-tumblr > td {
  background-color: #d2dbdf; }

.table-hover .table-tumblr:hover {
  background-color: #c3cfd4; }
  .table-hover .table-tumblr:hover > td,
  .table-hover .table-tumblr:hover > th {
    background-color: #c3cfd4; }

.table-linkedin,
.table-linkedin > th,
.table-linkedin > td {
  background-color: #ccd8ea; }

.table-hover .table-linkedin:hover {
  background-color: #bacae3; }
  .table-hover .table-linkedin:hover > td,
  .table-hover .table-linkedin:hover > th {
    background-color: #bacae3; }

.table-dribbble,
.table-dribbble > th,
.table-dribbble > td {
  background-color: #fbd3e0; }

.table-hover .table-dribbble:hover {
  background-color: #f9bcd0; }
  .table-hover .table-dribbble:hover > td,
  .table-hover .table-dribbble:hover > th {
    background-color: #f9bcd0; }

.table-youtube,
.table-youtube > th,
.table-youtube > td {
  background-color: #f3b8b8; }

.table-hover .table-youtube:hover {
  background-color: #efa2a2; }
  .table-hover .table-youtube:hover > td,
  .table-hover .table-youtube:hover > th {
    background-color: #efa2a2; }

.table-github,
.table-github > th,
.table-github > td {
  background-color: #cacaca; }

.table-hover .table-github:hover {
  background-color: #bdbdbd; }
  .table-hover .table-github:hover > td,
  .table-hover .table-github:hover > th {
    background-color: #bdbdbd; }

.table-skype,
.table-skype > th,
.table-skype > td {
  background-color: #ceeefd; }

.table-hover .table-skype:hover {
  background-color: #b6e6fc; }
  .table-hover .table-skype:hover > td,
  .table-hover .table-skype:hover > th {
    background-color: #b6e6fc; }

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #f3d6ba; }

.table-hover .table-orange:hover {
  background-color: #efc9a4; }
  .table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #efc9a4; }

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d0ceee; }

.table-hover .table-purple:hover {
  background-color: #bebbe7; }
  .table-hover .table-purple:hover > td,
  .table-hover .table-purple:hover > th {
    background-color: #bebbe7; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(244, 247, 250, 0.7); }

.table-hover .table-active:hover {
  background-color: rgba(226, 234, 242, 0.7); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(226, 234, 242, 0.7); }

.table .thead-dark th {
  color: #F4F7FA;
  background-color: #464D69;
  border-color: #555e80; }

.table .thead-light th {
  color: #464D69;
  background-color: #F4F7FA;
  border-color: #EBEDF2; }

.table-dark {
  color: #F4F7FA;
  background-color: #464D69; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #555e80; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #464D69;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EBEDF2;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #464D69;
    background-color: #fff;
    border-color: #d4e2fc;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(93, 146, 244, 0.25); }
  .form-control::placeholder {
    color: #727891;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #F4F7FA;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #464D69;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1.563rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #727891; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00D014; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 208, 20, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #00D014; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #00D014;
    box-shadow: 0 0 0 0.2rem rgba(0, 208, 20, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00D014; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00D014; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #51ff61; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background: #04ff1c linear-gradient(180deg, #28fe3d, #04ff1c) repeat-x; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #F4F7FA, 0 0 0 0.2rem rgba(0, 208, 20, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00D014; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(0, 208, 20, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF3739; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 55, 57, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #FF3739; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #FF3739;
    box-shadow: 0 0 0 0.2rem rgba(255, 55, 57, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF3739; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF3739; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ffb7b7; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background: #ff6a6b linear-gradient(180deg, #fd7f81, #ff6a6b) repeat-x; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #F4F7FA, 0 0 0 0.2rem rgba(255, 55, 57, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF3739; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 55, 57, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(93, 146, 244, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(93, 146, 244, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background: #5D92F4 linear-gradient(180deg, #74a1f5, #5D92F4) repeat-x;
  border-color: #5D92F4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #fff;
    background: #397af2 linear-gradient(180deg, #558df3, #397af2) repeat-x;
    border-color: #2d72f1; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(93, 146, 244, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #5D92F4;
    border-color: #5D92F4; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2d72f1;
    background-image: none;
    border-color: #216af0; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(93, 146, 244, 0.5); }

.btn-secondary {
  color: #fff;
  background: #677080 linear-gradient(180deg, #7c8492, #677080) repeat-x;
  border-color: #677080;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #fff;
    background: #565d6b linear-gradient(180deg, #6e7480, #565d6b) repeat-x;
    border-color: #505764; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(103, 112, 128, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #677080;
    border-color: #677080; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #505764;
    background-image: none;
    border-color: #4b515d; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(103, 112, 128, 0.5); }

.btn-success {
  color: #fff;
  background: #00D014 linear-gradient(180deg, #25d637, #00D014) repeat-x;
  border-color: #00D014;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #fff;
    background: #00aa10 linear-gradient(180deg, #25b533, #00aa10) repeat-x;
    border-color: #009d0f; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 208, 20, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00D014;
    border-color: #00D014; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #009d0f;
    background-image: none;
    border-color: #00900e; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 208, 20, 0.5); }

.btn-info {
  color: #fff;
  background: #00D0BD linear-gradient(180deg, #25d6c6, #00D0BD) repeat-x;
  border-color: #00D0BD;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #fff;
    background: #00aa9a linear-gradient(180deg, #25b5a9, #00aa9a) repeat-x;
    border-color: #009d8f; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 208, 189, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #00D0BD;
    border-color: #00D0BD; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #009d8f;
    background-image: none;
    border-color: #009083; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 208, 189, 0.5); }

.btn-warning {
  color: #464D69;
  background: #FFB70F linear-gradient(180deg, #fdc132, #FFB70F) repeat-x;
  border-color: #FFB70F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #464D69;
    background: #e8a200 linear-gradient(180deg, #eaaf26, #e8a200) repeat-x;
    border-color: #db9900; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 183, 15, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #464D69;
    background-color: #FFB70F;
    border-color: #FFB70F; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #464D69;
    background-color: #db9900;
    background-image: none;
    border-color: #ce9000; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 183, 15, 0.5); }

.btn-danger {
  color: #fff;
  background: #FF3739 linear-gradient(180deg, #fd5456, #FF3739) repeat-x;
  border-color: #FF3739;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #fff;
    background: #ff1113 linear-gradient(180deg, #fd3336, #ff1113) repeat-x;
    border-color: #ff0407; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 55, 57, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #FF3739;
    border-color: #FF3739; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff0407;
    background-image: none;
    border-color: #f60002; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 55, 57, 0.5); }

.btn-light {
  color: #464D69;
  background: #FAFAFA linear-gradient(180deg, #f9fafa, #FAFAFA) repeat-x;
  border-color: #FAFAFA;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light:hover {
    color: #464D69;
    background: #e7e7e7 linear-gradient(180deg, #e9e9ea, #e7e7e7) repeat-x;
    border-color: #e1e1e1; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #464D69;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #464D69;
    background-color: #e1e1e1;
    background-image: none;
    border-color: #dadada; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }

.btn-dark {
  color: #fff;
  background: #464D69 linear-gradient(180deg, #60677f, #464D69) repeat-x;
  border-color: #464D69;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dark:hover {
    color: #fff;
    background: #373c52 linear-gradient(180deg, #53586b, #373c52) repeat-x;
    border-color: #32374a; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(70, 77, 105, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #464D69;
    border-color: #464D69; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #32374a;
    background-image: none;
    border-color: #2d3143; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(70, 77, 105, 0.5); }

.btn-light-yellow {
  color: #464D69;
  background: #fff59d linear-gradient(180deg, #fdf5ab, #fff59d) repeat-x;
  border-color: #fff59d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light-yellow:hover {
    color: #464D69;
    background: #fff177 linear-gradient(180deg, #fdf28a, #fff177) repeat-x;
    border-color: #fff06a; }
  .btn-light-yellow:focus, .btn-light-yellow.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 245, 157, 0.5); }
  .btn-light-yellow.disabled, .btn-light-yellow:disabled {
    color: #464D69;
    background-color: #fff59d;
    border-color: #fff59d; }
  .btn-light-yellow:not(:disabled):not(.disabled):active, .btn-light-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-light-yellow.dropdown-toggle {
    color: #464D69;
    background-color: #fff06a;
    background-image: none;
    border-color: #ffee5d; }
    .btn-light-yellow:not(:disabled):not(.disabled):active:focus, .btn-light-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-yellow.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 245, 157, 0.5); }

.btn-twitter {
  color: #464D69;
  background: #52aeff linear-gradient(180deg, #6ab9fe, #52aeff) repeat-x;
  border-color: #52aeff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-twitter:hover {
    color: #fff;
    background: #2c9cff linear-gradient(180deg, #4aaafe, #2c9cff) repeat-x;
    border-color: #1f96ff; }
  .btn-twitter:focus, .btn-twitter.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 174, 255, 0.5); }
  .btn-twitter.disabled, .btn-twitter:disabled {
    color: #464D69;
    background-color: #52aeff;
    border-color: #52aeff; }
  .btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
  .show > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #1f96ff;
    background-image: none;
    border-color: #1290ff; }
    .btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-twitter.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 174, 255, 0.5); }

.btn-facebook {
  color: #fff;
  background: #3b5998 linear-gradient(180deg, #5771a7, #3b5998) repeat-x;
  border-color: #3b5998;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-facebook:hover {
    color: #fff;
    background: #30497c linear-gradient(180deg, #4e638f, #30497c) repeat-x;
    border-color: #2d4373; }
  .btn-facebook:focus, .btn-facebook.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(59, 89, 152, 0.5); }
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    background-image: none;
    border-color: #293e6a; }
    .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(59, 89, 152, 0.5); }

.btn-google {
  color: #fff;
  background: #f13a30 linear-gradient(180deg, #f1564e, #f13a30) repeat-x;
  border-color: #f13a30;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-google:hover {
    color: #fff;
    background: #eb1b10 linear-gradient(180deg, #ec3c33, #eb1b10) repeat-x;
    border-color: #df1a0f; }
  .btn-google:focus, .btn-google.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(241, 58, 48, 0.5); }
  .btn-google.disabled, .btn-google:disabled {
    color: #fff;
    background-color: #f13a30;
    border-color: #f13a30; }
  .btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
  .show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #df1a0f;
    background-image: none;
    border-color: #d3180e; }
    .btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
    .show > .btn-google.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(241, 58, 48, 0.5); }

.btn-pinterest {
  color: #fff;
  background: #d32f2f linear-gradient(180deg, #d84d4d, #d32f2f) repeat-x;
  border-color: #d32f2f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pinterest:hover {
    color: #fff;
    background: #b52626 linear-gradient(180deg, #bf4646, #b52626) repeat-x;
    border-color: #ab2424; }
  .btn-pinterest:focus, .btn-pinterest.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(211, 47, 47, 0.5); }
  .btn-pinterest.disabled, .btn-pinterest:disabled {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f; }
  .btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active,
  .show > .btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #ab2424;
    background-image: none;
    border-color: #a02222; }
    .btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pinterest.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(211, 47, 47, 0.5); }

.btn-instagram {
  color: #fff;
  background: #8d6e63 linear-gradient(180deg, #9c837a, #8d6e63) repeat-x;
  border-color: #8d6e63;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-instagram:hover {
    color: #fff;
    background: #775c53 linear-gradient(180deg, #89746c, #775c53) repeat-x;
    border-color: #6f574e; }
  .btn-instagram:focus, .btn-instagram.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(141, 110, 99, 0.5); }
  .btn-instagram.disabled, .btn-instagram:disabled {
    color: #fff;
    background-color: #8d6e63;
    border-color: #8d6e63; }
  .btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active,
  .show > .btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #6f574e;
    background-image: none;
    border-color: #685149; }
    .btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus,
    .show > .btn-instagram.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(141, 110, 99, 0.5); }

.btn-rss {
  color: #464D69;
  background: #ff9800 linear-gradient(180deg, #fda626, #ff9800) repeat-x;
  border-color: #ff9800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-rss:hover {
    color: #fff;
    background: #d98100 linear-gradient(180deg, #dd9326, #d98100) repeat-x;
    border-color: #cc7a00; }
  .btn-rss:focus, .btn-rss.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }
  .btn-rss.disabled, .btn-rss:disabled {
    color: #464D69;
    background-color: #ff9800;
    border-color: #ff9800; }
  .btn-rss:not(:disabled):not(.disabled):active, .btn-rss:not(:disabled):not(.disabled).active,
  .show > .btn-rss.dropdown-toggle {
    color: #fff;
    background-color: #cc7a00;
    background-image: none;
    border-color: #bf7200; }
    .btn-rss:not(:disabled):not(.disabled):active:focus, .btn-rss:not(:disabled):not(.disabled).active:focus,
    .show > .btn-rss.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }

.btn-tumblr {
  color: #fff;
  background: #607d8b linear-gradient(180deg, #768f9c, #607d8b) repeat-x;
  border-color: #607d8b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-tumblr:hover {
    color: #fff;
    background: #506974 linear-gradient(180deg, #697e88, #506974) repeat-x;
    border-color: #4b626d; }
  .btn-tumblr:focus, .btn-tumblr.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(96, 125, 139, 0.5); }
  .btn-tumblr.disabled, .btn-tumblr:disabled {
    color: #fff;
    background-color: #607d8b;
    border-color: #607d8b; }
  .btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active,
  .show > .btn-tumblr.dropdown-toggle {
    color: #fff;
    background-color: #4b626d;
    background-image: none;
    border-color: #465b65; }
    .btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tumblr.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(96, 125, 139, 0.5); }

.btn-linkedin {
  color: #fff;
  background: #4875b4 linear-gradient(180deg, #6289bf, #4875b4) repeat-x;
  border-color: #4875b4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-linkedin:hover {
    color: #fff;
    background: #3d6399 linear-gradient(180deg, #5979a7, #3d6399) repeat-x;
    border-color: #395d90; }
  .btn-linkedin:focus, .btn-linkedin.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 117, 180, 0.5); }
  .btn-linkedin.disabled, .btn-linkedin:disabled {
    color: #fff;
    background-color: #4875b4;
    border-color: #4875b4; }
  .btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active,
  .show > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #395d90;
    background-image: none;
    border-color: #365786; }
    .btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus,
    .show > .btn-linkedin.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 117, 180, 0.5); }

.btn-dribbble {
  color: #fff;
  background: #f06292 linear-gradient(180deg, #f178a2, #f06292) repeat-x;
  border-color: #f06292;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dribbble:hover {
    color: #fff;
    background: #ed3f7a linear-gradient(180deg, #ee5b8d, #ed3f7a) repeat-x;
    border-color: #ec3372; }
  .btn-dribbble:focus, .btn-dribbble.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(240, 98, 146, 0.5); }
  .btn-dribbble.disabled, .btn-dribbble:disabled {
    color: #fff;
    background-color: #f06292;
    border-color: #f06292; }
  .btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active,
  .show > .btn-dribbble.dropdown-toggle {
    color: #fff;
    background-color: #ec3372;
    background-image: none;
    border-color: #ea286a; }
    .btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dribbble.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(240, 98, 146, 0.5); }

.btn-youtube {
  color: #fff;
  background: #d50000 linear-gradient(180deg, #da2526, #d50000) repeat-x;
  border-color: #d50000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-youtube:hover {
    color: #fff;
    background: #af0000 linear-gradient(180deg, #b92526, #af0000) repeat-x;
    border-color: #a20000; }
  .btn-youtube:focus, .btn-youtube.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(213, 0, 0, 0.5); }
  .btn-youtube.disabled, .btn-youtube:disabled {
    color: #fff;
    background-color: #d50000;
    border-color: #d50000; }
  .btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active,
  .show > .btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #a20000;
    background-image: none;
    border-color: #950000; }
    .btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus,
    .show > .btn-youtube.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(213, 0, 0, 0.5); }

.btn-github {
  color: #fff;
  background: #424242 linear-gradient(180deg, #5d5d5e, #424242) repeat-x;
  border-color: #424242;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-github:hover {
    color: #fff;
    background: #2f2f2f linear-gradient(180deg, #4c4d4d, #2f2f2f) repeat-x;
    border-color: #292929; }
  .btn-github:focus, .btn-github.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }
  .btn-github.disabled, .btn-github:disabled {
    color: #fff;
    background-color: #424242;
    border-color: #424242; }
  .btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active,
  .show > .btn-github.dropdown-toggle {
    color: #fff;
    background-color: #292929;
    background-image: none;
    border-color: #222222; }
    .btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus,
    .show > .btn-github.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }

.btn-skype {
  color: #464D69;
  background: #4fc3f7 linear-gradient(180deg, #68cbf7, #4fc3f7) repeat-x;
  border-color: #4fc3f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-skype:hover {
    color: #fff;
    background: #2ab7f5 linear-gradient(180deg, #49c0f6, #2ab7f5) repeat-x;
    border-color: #1eb2f5; }
  .btn-skype:focus, .btn-skype.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(79, 195, 247, 0.5); }
  .btn-skype.disabled, .btn-skype:disabled {
    color: #464D69;
    background-color: #4fc3f7;
    border-color: #4fc3f7; }
  .btn-skype:not(:disabled):not(.disabled):active, .btn-skype:not(:disabled):not(.disabled).active,
  .show > .btn-skype.dropdown-toggle {
    color: #fff;
    background-color: #1eb2f5;
    background-image: none;
    border-color: #12aef4; }
    .btn-skype:not(:disabled):not(.disabled):active:focus, .btn-skype:not(:disabled):not(.disabled).active:focus,
    .show > .btn-skype.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(79, 195, 247, 0.5); }

.btn-orange {
  color: #fff;
  background: #D46B08 linear-gradient(180deg, #d9802c, #D46B08) repeat-x;
  border-color: #D46B08;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange:hover {
    color: #fff;
    background: #af5807 linear-gradient(180deg, #b9702b, #af5807) repeat-x;
    border-color: #a35206; }
  .btn-orange:focus, .btn-orange.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(212, 107, 8, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #fff;
    background-color: #D46B08;
    border-color: #D46B08; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #a35206;
    background-image: none;
    border-color: #974c06; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 107, 8, 0.5); }

.btn-purple {
  color: #fff;
  background: #564fc1 linear-gradient(180deg, #6e68ca, #564fc1) repeat-x;
  border-color: #564fc1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple:hover {
    color: #fff;
    background: #443dad linear-gradient(180deg, #5e59b8, #443dad) repeat-x;
    border-color: #403aa3; }
  .btn-purple:focus, .btn-purple.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(86, 79, 193, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #564fc1;
    border-color: #564fc1; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #403aa3;
    background-image: none;
    border-color: #3c369a; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(86, 79, 193, 0.5); }

.btn-outline-primary {
  color: #5D92F4;
  background-color: transparent;
  background-image: none;
  border-color: #5D92F4; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #5D92F4;
    border-color: #5D92F4; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 146, 244, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #5D92F4;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5D92F4;
    border-color: #5D92F4; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(93, 146, 244, 0.5); }

.btn-outline-secondary {
  color: #677080;
  background-color: transparent;
  background-image: none;
  border-color: #677080; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #677080;
    border-color: #677080; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 112, 128, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #677080;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #677080;
    border-color: #677080; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(103, 112, 128, 0.5); }

.btn-outline-success {
  color: #00D014;
  background-color: transparent;
  background-image: none;
  border-color: #00D014; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #00D014;
    border-color: #00D014; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 208, 20, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00D014;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00D014;
    border-color: #00D014; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 208, 20, 0.5); }

.btn-outline-info {
  color: #00D0BD;
  background-color: transparent;
  background-image: none;
  border-color: #00D0BD; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #00D0BD;
    border-color: #00D0BD; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 208, 189, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #00D0BD;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #00D0BD;
    border-color: #00D0BD; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 208, 189, 0.5); }

.btn-outline-warning {
  color: #FFB70F;
  background-color: transparent;
  background-image: none;
  border-color: #FFB70F; }
  .btn-outline-warning:hover {
    color: #464D69;
    background-color: #FFB70F;
    border-color: #FFB70F; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 183, 15, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFB70F;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #464D69;
    background-color: #FFB70F;
    border-color: #FFB70F; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 183, 15, 0.5); }

.btn-outline-danger {
  color: #FF3739;
  background-color: transparent;
  background-image: none;
  border-color: #FF3739; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #FF3739;
    border-color: #FF3739; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 55, 57, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FF3739;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #FF3739;
    border-color: #FF3739; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 55, 57, 0.5); }

.btn-outline-light {
  color: #FAFAFA;
  background-color: transparent;
  background-image: none;
  border-color: #FAFAFA; }
  .btn-outline-light:hover {
    color: #464D69;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #FAFAFA;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #464D69;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }

.btn-outline-dark {
  color: #464D69;
  background-color: transparent;
  background-image: none;
  border-color: #464D69; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #464D69;
    border-color: #464D69; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 77, 105, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #464D69;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #464D69;
    border-color: #464D69; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(70, 77, 105, 0.5); }

.btn-outline-light-yellow {
  color: #fff59d;
  background-color: transparent;
  background-image: none;
  border-color: #fff59d; }
  .btn-outline-light-yellow:hover {
    color: #464D69;
    background-color: #fff59d;
    border-color: #fff59d; }
  .btn-outline-light-yellow:focus, .btn-outline-light-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 245, 157, 0.5); }
  .btn-outline-light-yellow.disabled, .btn-outline-light-yellow:disabled {
    color: #fff59d;
    background-color: transparent; }
  .btn-outline-light-yellow:not(:disabled):not(.disabled):active, .btn-outline-light-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-yellow.dropdown-toggle {
    color: #464D69;
    background-color: #fff59d;
    border-color: #fff59d; }
    .btn-outline-light-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-light-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-yellow.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 245, 157, 0.5); }

.btn-outline-twitter {
  color: #52aeff;
  background-color: transparent;
  background-image: none;
  border-color: #52aeff; }
  .btn-outline-twitter:hover {
    color: #464D69;
    background-color: #52aeff;
    border-color: #52aeff; }
  .btn-outline-twitter:focus, .btn-outline-twitter.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 174, 255, 0.5); }
  .btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
    color: #52aeff;
    background-color: transparent; }
  .btn-outline-twitter:not(:disabled):not(.disabled):active, .btn-outline-twitter:not(:disabled):not(.disabled).active,
  .show > .btn-outline-twitter.dropdown-toggle {
    color: #464D69;
    background-color: #52aeff;
    border-color: #52aeff; }
    .btn-outline-twitter:not(:disabled):not(.disabled):active:focus, .btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-twitter.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 174, 255, 0.5); }

.btn-outline-facebook {
  color: #3b5998;
  background-color: transparent;
  background-image: none;
  border-color: #3b5998; }
  .btn-outline-facebook:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-outline-facebook:focus, .btn-outline-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5); }
  .btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
    color: #3b5998;
    background-color: transparent; }
  .btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-outline-facebook.dropdown-toggle {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }
    .btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-facebook.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(59, 89, 152, 0.5); }

.btn-outline-google {
  color: #f13a30;
  background-color: transparent;
  background-image: none;
  border-color: #f13a30; }
  .btn-outline-google:hover {
    color: #fff;
    background-color: #f13a30;
    border-color: #f13a30; }
  .btn-outline-google:focus, .btn-outline-google.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 58, 48, 0.5); }
  .btn-outline-google.disabled, .btn-outline-google:disabled {
    color: #f13a30;
    background-color: transparent; }
  .btn-outline-google:not(:disabled):not(.disabled):active, .btn-outline-google:not(:disabled):not(.disabled).active,
  .show > .btn-outline-google.dropdown-toggle {
    color: #fff;
    background-color: #f13a30;
    border-color: #f13a30; }
    .btn-outline-google:not(:disabled):not(.disabled):active:focus, .btn-outline-google:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-google.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(241, 58, 48, 0.5); }

.btn-outline-pinterest {
  color: #d32f2f;
  background-color: transparent;
  background-image: none;
  border-color: #d32f2f; }
  .btn-outline-pinterest:hover {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f; }
  .btn-outline-pinterest:focus, .btn-outline-pinterest.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5); }
  .btn-outline-pinterest.disabled, .btn-outline-pinterest:disabled {
    color: #d32f2f;
    background-color: transparent; }
  .btn-outline-pinterest:not(:disabled):not(.disabled):active, .btn-outline-pinterest:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f; }
    .btn-outline-pinterest:not(:disabled):not(.disabled):active:focus, .btn-outline-pinterest:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pinterest.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(211, 47, 47, 0.5); }

.btn-outline-instagram {
  color: #8d6e63;
  background-color: transparent;
  background-image: none;
  border-color: #8d6e63; }
  .btn-outline-instagram:hover {
    color: #fff;
    background-color: #8d6e63;
    border-color: #8d6e63; }
  .btn-outline-instagram:focus, .btn-outline-instagram.focus {
    box-shadow: 0 0 0 0.2rem rgba(141, 110, 99, 0.5); }
  .btn-outline-instagram.disabled, .btn-outline-instagram:disabled {
    color: #8d6e63;
    background-color: transparent; }
  .btn-outline-instagram:not(:disabled):not(.disabled):active, .btn-outline-instagram:not(:disabled):not(.disabled).active,
  .show > .btn-outline-instagram.dropdown-toggle {
    color: #fff;
    background-color: #8d6e63;
    border-color: #8d6e63; }
    .btn-outline-instagram:not(:disabled):not(.disabled):active:focus, .btn-outline-instagram:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-instagram.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(141, 110, 99, 0.5); }

.btn-outline-rss {
  color: #ff9800;
  background-color: transparent;
  background-image: none;
  border-color: #ff9800; }
  .btn-outline-rss:hover {
    color: #464D69;
    background-color: #ff9800;
    border-color: #ff9800; }
  .btn-outline-rss:focus, .btn-outline-rss.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }
  .btn-outline-rss.disabled, .btn-outline-rss:disabled {
    color: #ff9800;
    background-color: transparent; }
  .btn-outline-rss:not(:disabled):not(.disabled):active, .btn-outline-rss:not(:disabled):not(.disabled).active,
  .show > .btn-outline-rss.dropdown-toggle {
    color: #464D69;
    background-color: #ff9800;
    border-color: #ff9800; }
    .btn-outline-rss:not(:disabled):not(.disabled):active:focus, .btn-outline-rss:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-rss.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }

.btn-outline-tumblr {
  color: #607d8b;
  background-color: transparent;
  background-image: none;
  border-color: #607d8b; }
  .btn-outline-tumblr:hover {
    color: #fff;
    background-color: #607d8b;
    border-color: #607d8b; }
  .btn-outline-tumblr:focus, .btn-outline-tumblr.focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 125, 139, 0.5); }
  .btn-outline-tumblr.disabled, .btn-outline-tumblr:disabled {
    color: #607d8b;
    background-color: transparent; }
  .btn-outline-tumblr:not(:disabled):not(.disabled):active, .btn-outline-tumblr:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tumblr.dropdown-toggle {
    color: #fff;
    background-color: #607d8b;
    border-color: #607d8b; }
    .btn-outline-tumblr:not(:disabled):not(.disabled):active:focus, .btn-outline-tumblr:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tumblr.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(96, 125, 139, 0.5); }

.btn-outline-linkedin {
  color: #4875b4;
  background-color: transparent;
  background-image: none;
  border-color: #4875b4; }
  .btn-outline-linkedin:hover {
    color: #fff;
    background-color: #4875b4;
    border-color: #4875b4; }
  .btn-outline-linkedin:focus, .btn-outline-linkedin.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 117, 180, 0.5); }
  .btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
    color: #4875b4;
    background-color: transparent; }
  .btn-outline-linkedin:not(:disabled):not(.disabled):active, .btn-outline-linkedin:not(:disabled):not(.disabled).active,
  .show > .btn-outline-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #4875b4;
    border-color: #4875b4; }
    .btn-outline-linkedin:not(:disabled):not(.disabled):active:focus, .btn-outline-linkedin:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-linkedin.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 117, 180, 0.5); }

.btn-outline-dribbble {
  color: #f06292;
  background-color: transparent;
  background-image: none;
  border-color: #f06292; }
  .btn-outline-dribbble:hover {
    color: #fff;
    background-color: #f06292;
    border-color: #f06292; }
  .btn-outline-dribbble:focus, .btn-outline-dribbble.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 98, 146, 0.5); }
  .btn-outline-dribbble.disabled, .btn-outline-dribbble:disabled {
    color: #f06292;
    background-color: transparent; }
  .btn-outline-dribbble:not(:disabled):not(.disabled):active, .btn-outline-dribbble:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dribbble.dropdown-toggle {
    color: #fff;
    background-color: #f06292;
    border-color: #f06292; }
    .btn-outline-dribbble:not(:disabled):not(.disabled):active:focus, .btn-outline-dribbble:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dribbble.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(240, 98, 146, 0.5); }

.btn-outline-youtube {
  color: #d50000;
  background-color: transparent;
  background-image: none;
  border-color: #d50000; }
  .btn-outline-youtube:hover {
    color: #fff;
    background-color: #d50000;
    border-color: #d50000; }
  .btn-outline-youtube:focus, .btn-outline-youtube.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 0, 0, 0.5); }
  .btn-outline-youtube.disabled, .btn-outline-youtube:disabled {
    color: #d50000;
    background-color: transparent; }
  .btn-outline-youtube:not(:disabled):not(.disabled):active, .btn-outline-youtube:not(:disabled):not(.disabled).active,
  .show > .btn-outline-youtube.dropdown-toggle {
    color: #fff;
    background-color: #d50000;
    border-color: #d50000; }
    .btn-outline-youtube:not(:disabled):not(.disabled):active:focus, .btn-outline-youtube:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-youtube.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(213, 0, 0, 0.5); }

.btn-outline-github {
  color: #424242;
  background-color: transparent;
  background-image: none;
  border-color: #424242; }
  .btn-outline-github:hover {
    color: #fff;
    background-color: #424242;
    border-color: #424242; }
  .btn-outline-github:focus, .btn-outline-github.focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }
  .btn-outline-github.disabled, .btn-outline-github:disabled {
    color: #424242;
    background-color: transparent; }
  .btn-outline-github:not(:disabled):not(.disabled):active, .btn-outline-github:not(:disabled):not(.disabled).active,
  .show > .btn-outline-github.dropdown-toggle {
    color: #fff;
    background-color: #424242;
    border-color: #424242; }
    .btn-outline-github:not(:disabled):not(.disabled):active:focus, .btn-outline-github:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-github.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }

.btn-outline-skype {
  color: #4fc3f7;
  background-color: transparent;
  background-image: none;
  border-color: #4fc3f7; }
  .btn-outline-skype:hover {
    color: #464D69;
    background-color: #4fc3f7;
    border-color: #4fc3f7; }
  .btn-outline-skype:focus, .btn-outline-skype.focus {
    box-shadow: 0 0 0 0.2rem rgba(79, 195, 247, 0.5); }
  .btn-outline-skype.disabled, .btn-outline-skype:disabled {
    color: #4fc3f7;
    background-color: transparent; }
  .btn-outline-skype:not(:disabled):not(.disabled):active, .btn-outline-skype:not(:disabled):not(.disabled).active,
  .show > .btn-outline-skype.dropdown-toggle {
    color: #464D69;
    background-color: #4fc3f7;
    border-color: #4fc3f7; }
    .btn-outline-skype:not(:disabled):not(.disabled):active:focus, .btn-outline-skype:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-skype.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(79, 195, 247, 0.5); }

.btn-outline-orange {
  color: #D46B08;
  background-color: transparent;
  background-image: none;
  border-color: #D46B08; }
  .btn-outline-orange:hover {
    color: #fff;
    background-color: #D46B08;
    border-color: #D46B08; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 107, 8, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #D46B08;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #fff;
    background-color: #D46B08;
    border-color: #D46B08; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 107, 8, 0.5); }

.btn-outline-purple {
  color: #564fc1;
  background-color: transparent;
  background-image: none;
  border-color: #564fc1; }
  .btn-outline-purple:hover {
    color: #fff;
    background-color: #564fc1;
    border-color: #564fc1; }
  .btn-outline-purple:focus, .btn-outline-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 79, 193, 0.5); }
  .btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #564fc1;
    background-color: transparent; }
  .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #564fc1;
    border-color: #564fc1; }
    .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(86, 79, 193, 0.5); }

.btn-link {
  font-weight: 400;
  color: #5D92F4;
  background-color: transparent; }
  .btn-link:hover {
    color: #1562ef;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #EBEDF2; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #464D69;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.05);
  transition: all .2s linear !important; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #F4F7FA; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #464D69;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #3c425a;
    text-decoration: none;
    background: #EBEDF2 linear-gradient(180deg, #eceff3, #EBEDF2) repeat-x; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background: #5D92F4 linear-gradient(180deg, #74a1f5, #5D92F4) repeat-x; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #EBEDF2;
    background-color: transparent;
    background-image: none; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #727891;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #464D69;
  text-align: center;
  white-space: nowrap;
  background-color: #EBEDF2;
  border: 1px solid #EBEDF2;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background: #5D92F4 linear-gradient(180deg, #74a1f5, #5D92F4) repeat-x;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #F4F7FA, 0 0 0 0.2rem rgba(93, 146, 244, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: white;
    box-shadow: none; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #F5F9FB; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #F4F7FA; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #EBEDF2;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #5D92F4 linear-gradient(180deg, #74a1f5, #5D92F4) repeat-x; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background: #5D92F4 linear-gradient(180deg, #74a1f5, #5D92F4) repeat-x;
  box-shadow: none; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(93, 146, 244, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(93, 146, 244, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: #5D92F4 linear-gradient(180deg, #74a1f5, #5D92F4) repeat-x; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(93, 146, 244, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #464D69;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23677080' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #EBEDF2;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #d4e2fc;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(212, 226, 252, 0.5); }
    .custom-select:focus::-ms-value {
      color: #464D69;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #EBEDF2;
    background-color: #F4F7FA; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #d4e2fc;
    box-shadow: 0 0 0 0.2rem rgba(93, 146, 244, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #d4e2fc; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #464D69;
  background-color: #fff;
  border: 1px solid #EBEDF2;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #464D69;
    content: "Browse";
    background: #EBEDF2 linear-gradient(180deg, #eceff3, #EBEDF2) repeat-x;
    border-left: 1px solid #EBEDF2;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #EBEDF2; }

.nav-tabs {
  border-bottom: 1px solid #EBEDF2; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #F4F7FA #F4F7FA #EBEDF2; }
    .nav-tabs .nav-link.disabled {
      color: #EBEDF2;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #A5A7B2;
    background-color: #F4F7FA;
    border-color: #EBEDF2 #EBEDF2 #F4F7FA; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5D92F4; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

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

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 12px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -12px;
      margin-left: -12px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 12px;
        margin-bottom: 0;
        margin-left: 12px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 12px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #F4F7FA;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #727891;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #727891; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5D92F4;
  background-color: #fff;
  border: 1px solid #EBEDF2; }
  .page-link:hover {
    color: #1562ef;
    text-decoration: none;
    background-color: #F4F7FA;
    border-color: #EBEDF2; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(93, 146, 244, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #5D92F4;
  border-color: #5D92F4; }

.page-item.disabled .page-link {
  color: #EBEDF2;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #EBEDF2; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #5D92F4; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2d72f1; }

.badge-secondary {
  color: #fff;
  background-color: #677080; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #505764; }

.badge-success {
  color: #fff;
  background-color: #00D014; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #009d0f; }

.badge-info {
  color: #fff;
  background-color: #00D0BD; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #009d8f; }

.badge-warning {
  color: #464D69;
  background-color: #FFB70F; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #464D69;
    text-decoration: none;
    background-color: #db9900; }

.badge-danger {
  color: #fff;
  background-color: #FF3739; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff0407; }

.badge-light {
  color: #464D69;
  background-color: #FAFAFA; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #464D69;
    text-decoration: none;
    background-color: #e1e1e1; }

.badge-dark {
  color: #fff;
  background-color: #464D69; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #32374a; }

.badge-light-yellow {
  color: #464D69;
  background-color: #fff59d; }
  .badge-light-yellow[href]:hover, .badge-light-yellow[href]:focus {
    color: #464D69;
    text-decoration: none;
    background-color: #fff06a; }

.badge-twitter {
  color: #464D69;
  background-color: #52aeff; }
  .badge-twitter[href]:hover, .badge-twitter[href]:focus {
    color: #464D69;
    text-decoration: none;
    background-color: #1f96ff; }

.badge-facebook {
  color: #fff;
  background-color: #3b5998; }
  .badge-facebook[href]:hover, .badge-facebook[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2d4373; }

.badge-google {
  color: #fff;
  background-color: #f13a30; }
  .badge-google[href]:hover, .badge-google[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #df1a0f; }

.badge-pinterest {
  color: #fff;
  background-color: #d32f2f; }
  .badge-pinterest[href]:hover, .badge-pinterest[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ab2424; }

.badge-instagram {
  color: #fff;
  background-color: #8d6e63; }
  .badge-instagram[href]:hover, .badge-instagram[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6f574e; }

.badge-rss {
  color: #464D69;
  background-color: #ff9800; }
  .badge-rss[href]:hover, .badge-rss[href]:focus {
    color: #464D69;
    text-decoration: none;
    background-color: #cc7a00; }

.badge-tumblr {
  color: #fff;
  background-color: #607d8b; }
  .badge-tumblr[href]:hover, .badge-tumblr[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4b626d; }

.badge-linkedin {
  color: #fff;
  background-color: #4875b4; }
  .badge-linkedin[href]:hover, .badge-linkedin[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #395d90; }

.badge-dribbble {
  color: #fff;
  background-color: #f06292; }
  .badge-dribbble[href]:hover, .badge-dribbble[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ec3372; }

.badge-youtube {
  color: #fff;
  background-color: #d50000; }
  .badge-youtube[href]:hover, .badge-youtube[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #a20000; }

.badge-github {
  color: #fff;
  background-color: #424242; }
  .badge-github[href]:hover, .badge-github[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #292929; }

.badge-skype {
  color: #464D69;
  background-color: #4fc3f7; }
  .badge-skype[href]:hover, .badge-skype[href]:focus {
    color: #464D69;
    text-decoration: none;
    background-color: #1eb2f5; }

.badge-orange {
  color: #fff;
  background-color: #D46B08; }
  .badge-orange[href]:hover, .badge-orange[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #a35206; }

.badge-purple {
  color: #fff;
  background-color: #564fc1; }
  .badge-purple[href]:hover, .badge-purple[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #403aa3; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F4F7FA;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #304c7f;
  background: #dfe9fd linear-gradient(180deg, #e2ebfd, #dfe9fd) repeat-x;
  border-color: #d2e0fc; }
  .alert-primary hr {
    border-top-color: #bad0fa; }
  .alert-primary .alert-link {
    color: #22365a; }

.alert-secondary {
  color: #363a43;
  background: #e1e2e6 linear-gradient(180deg, #e4e5e9, #e1e2e6) repeat-x;
  border-color: #d4d7db; }
  .alert-secondary hr {
    border-top-color: #c6cacf; }
  .alert-secondary .alert-link {
    color: #1f2227; }

.alert-success {
  color: #006c0a;
  background: #ccf6d0 linear-gradient(180deg, #d2f6d6, #ccf6d0) repeat-x;
  border-color: #b8f2bd; }
  .alert-success hr {
    border-top-color: #a2eea9; }
  .alert-success .alert-link {
    color: #003905; }

.alert-info {
  color: #006c62;
  background: #ccf6f2 linear-gradient(180deg, #d2f6f3, #ccf6f2) repeat-x;
  border-color: #b8f2ed; }
  .alert-info hr {
    border-top-color: #a2eee8; }
  .alert-info .alert-link {
    color: #003934; }

.alert-warning {
  color: #855f08;
  background: #fff1cf linear-gradient(180deg, #fdf2d5, #fff1cf) repeat-x;
  border-color: #ffebbc; }
  .alert-warning hr {
    border-top-color: #ffe3a3; }
  .alert-warning .alert-link {
    color: #553d05; }

.alert-danger {
  color: #851d1e;
  background: #ffd7d7 linear-gradient(180deg, #fddcdc, #ffd7d7) repeat-x;
  border-color: #ffc7c8; }
  .alert-danger hr {
    border-top-color: #ffaeaf; }
  .alert-danger .alert-link {
    color: #5b1415; }

.alert-light {
  color: #828282;
  background: #fefefe linear-gradient(180deg, #fdfdfd, #fefefe) repeat-x;
  border-color: #fefefe; }
  .alert-light hr {
    border-top-color: #f1f1f1; }
  .alert-light .alert-link {
    color: dimgray; }

.alert-dark {
  color: #242837;
  background: #dadbe1 linear-gradient(180deg, #dedfe5, #dadbe1) repeat-x;
  border-color: #cbcdd5; }
  .alert-dark hr {
    border-top-color: #bdbfca; }
  .alert-dark .alert-link {
    color: #101218; }

.alert-light-yellow {
  color: #857f52;
  background: #fffdeb linear-gradient(180deg, #fdfced, #fffdeb) repeat-x;
  border-color: #fffce4; }
  .alert-light-yellow hr {
    border-top-color: #fff9cb; }
  .alert-light-yellow .alert-link {
    color: #65613f; }

.alert-twitter {
  color: #2b5a85;
  background: #dcefff linear-gradient(180deg, #e0f0fe, #dcefff) repeat-x;
  border-color: #cfe8ff; }
  .alert-twitter hr {
    border-top-color: #b6dcff; }
  .alert-twitter .alert-link {
    color: #1f405e; }

.alert-facebook {
  color: #1f2e4f;
  background: #d8deea linear-gradient(180deg, #dce2ec, #d8deea) repeat-x;
  border-color: #c8d1e2; }
  .alert-facebook hr {
    border-top-color: #b7c3d9; }
  .alert-facebook .alert-link {
    color: #11192a; }

.alert-google {
  color: #7d1e19;
  background: #fcd8d6 linear-gradient(180deg, #fbdddb, #fcd8d6) repeat-x;
  border-color: #fbc8c5; }
  .alert-google hr {
    border-top-color: #f9b1ad; }
  .alert-google .alert-link {
    color: #531411; }

.alert-pinterest {
  color: #6e1818;
  background: #f6d5d5 linear-gradient(180deg, #f6dadb, #f6d5d5) repeat-x;
  border-color: #f3c5c5; }
  .alert-pinterest hr {
    border-top-color: #efb0b0; }
  .alert-pinterest .alert-link {
    color: #440f0f; }

.alert-instagram {
  color: #493933;
  background: #e8e2e0 linear-gradient(180deg, #eae5e4, #e8e2e0) repeat-x;
  border-color: #dfd6d3; }
  .alert-instagram hr {
    border-top-color: #d4c8c4; }
  .alert-instagram .alert-link {
    color: #2b221e; }

.alert-rss {
  color: #854f00;
  background: #ffeacc linear-gradient(180deg, #fdecd3, #ffeacc) repeat-x;
  border-color: #ffe2b8; }
  .alert-rss hr {
    border-top-color: #ffd89f; }
  .alert-rss .alert-link {
    color: #523100; }

.alert-tumblr {
  color: #324148;
  background: #dfe5e8 linear-gradient(180deg, #e2e8eb, #dfe5e8) repeat-x;
  border-color: #d2dbdf; }
  .alert-tumblr hr {
    border-top-color: #c3cfd4; }
  .alert-tumblr .alert-link {
    color: #1d262a; }

.alert-linkedin {
  color: #253d5e;
  background: #dae3f0 linear-gradient(180deg, #dee6f2, #dae3f0) repeat-x;
  border-color: #ccd8ea; }
  .alert-linkedin hr {
    border-top-color: #bacae3; }
  .alert-linkedin .alert-link {
    color: #172539; }

.alert-dribbble {
  color: #7d334c;
  background: #fce0e9 linear-gradient(180deg, #fbe3ec, #fce0e9) repeat-x;
  border-color: #fbd3e0; }
  .alert-dribbble hr {
    border-top-color: #f9bcd0; }
  .alert-dribbble .alert-link {
    color: #592436; }

.alert-youtube {
  color: #6f0000;
  background: #f7cccc linear-gradient(180deg, #f7d2d3, #f7cccc) repeat-x;
  border-color: #f3b8b8; }
  .alert-youtube hr {
    border-top-color: #efa2a2; }
  .alert-youtube .alert-link {
    color: #3c0000; }

.alert-github {
  color: #222222;
  background: #d9d9d9 linear-gradient(180deg, #dddede, #d9d9d9) repeat-x;
  border-color: #cacaca; }
  .alert-github hr {
    border-top-color: #bdbdbd; }
  .alert-github .alert-link {
    color: #090909; }

.alert-skype {
  color: #296580;
  background: #dcf3fd linear-gradient(180deg, #e0f4fd, #dcf3fd) repeat-x;
  border-color: #ceeefd; }
  .alert-skype hr {
    border-top-color: #b6e6fc; }
  .alert-skype .alert-link {
    color: #1d4759; }

.alert-orange {
  color: #6e3804;
  background: #f6e1ce linear-gradient(180deg, #f6e4d5, #f6e1ce) repeat-x;
  border-color: #f3d6ba; }
  .alert-orange hr {
    border-top-color: #efc9a4; }
  .alert-orange .alert-link {
    color: #3d1f02; }

.alert-purple {
  color: #2d2964;
  background: #dddcf3 linear-gradient(180deg, #e0e0f4, #dddcf3) repeat-x;
  border-color: #d0ceee; }
  .alert-purple hr {
    border-top-color: #bebbe7; }
  .alert-purple .alert-link {
    color: #1d1a40; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #F4F7FA;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #5D92F4;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #A5A7B2;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #A5A7B2;
    text-decoration: none;
    background-color: #FAFAFA; }
  .list-group-item-action:active {
    color: #464D69;
    background-color: #F4F7FA; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #EBEDF2;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #5D92F4;
    border-color: #5D92F4; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #304c7f;
  background-color: #d2e0fc; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #304c7f;
    background-color: #bad0fa; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #304c7f;
    border-color: #304c7f; }

.list-group-item-secondary {
  color: #363a43;
  background-color: #d4d7db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #363a43;
    background-color: #c6cacf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #363a43;
    border-color: #363a43; }

.list-group-item-success {
  color: #006c0a;
  background-color: #b8f2bd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #006c0a;
    background-color: #a2eea9; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #006c0a;
    border-color: #006c0a; }

.list-group-item-info {
  color: #006c62;
  background-color: #b8f2ed; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #006c62;
    background-color: #a2eee8; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #006c62;
    border-color: #006c62; }

.list-group-item-warning {
  color: #855f08;
  background-color: #ffebbc; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #855f08;
    background-color: #ffe3a3; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #855f08;
    border-color: #855f08; }

.list-group-item-danger {
  color: #851d1e;
  background-color: #ffc7c8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #851d1e;
    background-color: #ffaeaf; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #851d1e;
    border-color: #851d1e; }

.list-group-item-light {
  color: #828282;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #828282;
    background-color: #f1f1f1; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #828282;
    border-color: #828282; }

.list-group-item-dark {
  color: #242837;
  background-color: #cbcdd5; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #242837;
    background-color: #bdbfca; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #242837;
    border-color: #242837; }

.list-group-item-light-yellow {
  color: #857f52;
  background-color: #fffce4; }
  .list-group-item-light-yellow.list-group-item-action:hover, .list-group-item-light-yellow.list-group-item-action:focus {
    color: #857f52;
    background-color: #fff9cb; }
  .list-group-item-light-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #857f52;
    border-color: #857f52; }

.list-group-item-twitter {
  color: #2b5a85;
  background-color: #cfe8ff; }
  .list-group-item-twitter.list-group-item-action:hover, .list-group-item-twitter.list-group-item-action:focus {
    color: #2b5a85;
    background-color: #b6dcff; }
  .list-group-item-twitter.list-group-item-action.active {
    color: #fff;
    background-color: #2b5a85;
    border-color: #2b5a85; }

.list-group-item-facebook {
  color: #1f2e4f;
  background-color: #c8d1e2; }
  .list-group-item-facebook.list-group-item-action:hover, .list-group-item-facebook.list-group-item-action:focus {
    color: #1f2e4f;
    background-color: #b7c3d9; }
  .list-group-item-facebook.list-group-item-action.active {
    color: #fff;
    background-color: #1f2e4f;
    border-color: #1f2e4f; }

.list-group-item-google {
  color: #7d1e19;
  background-color: #fbc8c5; }
  .list-group-item-google.list-group-item-action:hover, .list-group-item-google.list-group-item-action:focus {
    color: #7d1e19;
    background-color: #f9b1ad; }
  .list-group-item-google.list-group-item-action.active {
    color: #fff;
    background-color: #7d1e19;
    border-color: #7d1e19; }

.list-group-item-pinterest {
  color: #6e1818;
  background-color: #f3c5c5; }
  .list-group-item-pinterest.list-group-item-action:hover, .list-group-item-pinterest.list-group-item-action:focus {
    color: #6e1818;
    background-color: #efb0b0; }
  .list-group-item-pinterest.list-group-item-action.active {
    color: #fff;
    background-color: #6e1818;
    border-color: #6e1818; }

.list-group-item-instagram {
  color: #493933;
  background-color: #dfd6d3; }
  .list-group-item-instagram.list-group-item-action:hover, .list-group-item-instagram.list-group-item-action:focus {
    color: #493933;
    background-color: #d4c8c4; }
  .list-group-item-instagram.list-group-item-action.active {
    color: #fff;
    background-color: #493933;
    border-color: #493933; }

.list-group-item-rss {
  color: #854f00;
  background-color: #ffe2b8; }
  .list-group-item-rss.list-group-item-action:hover, .list-group-item-rss.list-group-item-action:focus {
    color: #854f00;
    background-color: #ffd89f; }
  .list-group-item-rss.list-group-item-action.active {
    color: #fff;
    background-color: #854f00;
    border-color: #854f00; }

.list-group-item-tumblr {
  color: #324148;
  background-color: #d2dbdf; }
  .list-group-item-tumblr.list-group-item-action:hover, .list-group-item-tumblr.list-group-item-action:focus {
    color: #324148;
    background-color: #c3cfd4; }
  .list-group-item-tumblr.list-group-item-action.active {
    color: #fff;
    background-color: #324148;
    border-color: #324148; }

.list-group-item-linkedin {
  color: #253d5e;
  background-color: #ccd8ea; }
  .list-group-item-linkedin.list-group-item-action:hover, .list-group-item-linkedin.list-group-item-action:focus {
    color: #253d5e;
    background-color: #bacae3; }
  .list-group-item-linkedin.list-group-item-action.active {
    color: #fff;
    background-color: #253d5e;
    border-color: #253d5e; }

.list-group-item-dribbble {
  color: #7d334c;
  background-color: #fbd3e0; }
  .list-group-item-dribbble.list-group-item-action:hover, .list-group-item-dribbble.list-group-item-action:focus {
    color: #7d334c;
    background-color: #f9bcd0; }
  .list-group-item-dribbble.list-group-item-action.active {
    color: #fff;
    background-color: #7d334c;
    border-color: #7d334c; }

.list-group-item-youtube {
  color: #6f0000;
  background-color: #f3b8b8; }
  .list-group-item-youtube.list-group-item-action:hover, .list-group-item-youtube.list-group-item-action:focus {
    color: #6f0000;
    background-color: #efa2a2; }
  .list-group-item-youtube.list-group-item-action.active {
    color: #fff;
    background-color: #6f0000;
    border-color: #6f0000; }

.list-group-item-github {
  color: #222222;
  background-color: #cacaca; }
  .list-group-item-github.list-group-item-action:hover, .list-group-item-github.list-group-item-action:focus {
    color: #222222;
    background-color: #bdbdbd; }
  .list-group-item-github.list-group-item-action.active {
    color: #fff;
    background-color: #222222;
    border-color: #222222; }

.list-group-item-skype {
  color: #296580;
  background-color: #ceeefd; }
  .list-group-item-skype.list-group-item-action:hover, .list-group-item-skype.list-group-item-action:focus {
    color: #296580;
    background-color: #b6e6fc; }
  .list-group-item-skype.list-group-item-action.active {
    color: #fff;
    background-color: #296580;
    border-color: #296580; }

.list-group-item-orange {
  color: #6e3804;
  background-color: #f3d6ba; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #6e3804;
    background-color: #efc9a4; }
  .list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #6e3804;
    border-color: #6e3804; }

.list-group-item-purple {
  color: #2d2964;
  background-color: #d0ceee; }
  .list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
    color: #2d2964;
    background-color: #bebbe7; }
  .list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #2d2964;
    border-color: #2d2964; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #F4F7FA;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #F4F7FA; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #464D69; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001)); }

.carousel-control-next {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001)); }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #5D92F4 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2d72f1 !important; }

.bg-secondary {
  background-color: #677080 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #505764 !important; }

.bg-success {
  background-color: #00D014 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #009d0f !important; }

.bg-info {
  background-color: #00D0BD !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #009d8f !important; }

.bg-warning {
  background-color: #FFB70F !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #db9900 !important; }

.bg-danger {
  background-color: #FF3739 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff0407 !important; }

.bg-light {
  background-color: #FAFAFA !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e1e1e1 !important; }

.bg-dark {
  background-color: #464D69 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #32374a !important; }

.bg-light-yellow {
  background-color: #fff59d !important; }

a.bg-light-yellow:hover, a.bg-light-yellow:focus,
button.bg-light-yellow:hover,
button.bg-light-yellow:focus {
  background-color: #fff06a !important; }

.bg-twitter {
  background-color: #52aeff !important; }

a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #1f96ff !important; }

.bg-facebook {
  background-color: #3b5998 !important; }

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #2d4373 !important; }

.bg-google {
  background-color: #f13a30 !important; }

a.bg-google:hover, a.bg-google:focus,
button.bg-google:hover,
button.bg-google:focus {
  background-color: #df1a0f !important; }

.bg-pinterest {
  background-color: #d32f2f !important; }

a.bg-pinterest:hover, a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  background-color: #ab2424 !important; }

.bg-instagram {
  background-color: #8d6e63 !important; }

a.bg-instagram:hover, a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: #6f574e !important; }

.bg-rss {
  background-color: #ff9800 !important; }

a.bg-rss:hover, a.bg-rss:focus,
button.bg-rss:hover,
button.bg-rss:focus {
  background-color: #cc7a00 !important; }

.bg-tumblr {
  background-color: #607d8b !important; }

a.bg-tumblr:hover, a.bg-tumblr:focus,
button.bg-tumblr:hover,
button.bg-tumblr:focus {
  background-color: #4b626d !important; }

.bg-linkedin {
  background-color: #4875b4 !important; }

a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #395d90 !important; }

.bg-dribbble {
  background-color: #f06292 !important; }

a.bg-dribbble:hover, a.bg-dribbble:focus,
button.bg-dribbble:hover,
button.bg-dribbble:focus {
  background-color: #ec3372 !important; }

.bg-youtube {
  background-color: #d50000 !important; }

a.bg-youtube:hover, a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  background-color: #a20000 !important; }

.bg-github {
  background-color: #424242 !important; }

a.bg-github:hover, a.bg-github:focus,
button.bg-github:hover,
button.bg-github:focus {
  background-color: #292929 !important; }

.bg-skype {
  background-color: #4fc3f7 !important; }

a.bg-skype:hover, a.bg-skype:focus,
button.bg-skype:hover,
button.bg-skype:focus {
  background-color: #1eb2f5 !important; }

.bg-orange {
  background-color: #D46B08 !important; }

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #a35206 !important; }

.bg-purple {
  background-color: #564fc1 !important; }

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #403aa3 !important; }

.bg-gradient-primary {
  background: #5D92F4 linear-gradient(180deg, #74a1f5, #5D92F4) repeat-x !important; }

.bg-gradient-secondary {
  background: #677080 linear-gradient(180deg, #7c8492, #677080) repeat-x !important; }

.bg-gradient-success {
  background: #00D014 linear-gradient(180deg, #25d637, #00D014) repeat-x !important; }

.bg-gradient-info {
  background: #00D0BD linear-gradient(180deg, #25d6c6, #00D0BD) repeat-x !important; }

.bg-gradient-warning {
  background: #FFB70F linear-gradient(180deg, #fdc132, #FFB70F) repeat-x !important; }

.bg-gradient-danger {
  background: #FF3739 linear-gradient(180deg, #fd5456, #FF3739) repeat-x !important; }

.bg-gradient-light {
  background: #FAFAFA linear-gradient(180deg, #f9fafa, #FAFAFA) repeat-x !important; }

.bg-gradient-dark {
  background: #464D69 linear-gradient(180deg, #60677f, #464D69) repeat-x !important; }

.bg-gradient-light-yellow {
  background: #fff59d linear-gradient(180deg, #fdf5ab, #fff59d) repeat-x !important; }

.bg-gradient-twitter {
  background: #52aeff linear-gradient(180deg, #6ab9fe, #52aeff) repeat-x !important; }

.bg-gradient-facebook {
  background: #3b5998 linear-gradient(180deg, #5771a7, #3b5998) repeat-x !important; }

.bg-gradient-google {
  background: #f13a30 linear-gradient(180deg, #f1564e, #f13a30) repeat-x !important; }

.bg-gradient-pinterest {
  background: #d32f2f linear-gradient(180deg, #d84d4d, #d32f2f) repeat-x !important; }

.bg-gradient-instagram {
  background: #8d6e63 linear-gradient(180deg, #9c837a, #8d6e63) repeat-x !important; }

.bg-gradient-rss {
  background: #ff9800 linear-gradient(180deg, #fda626, #ff9800) repeat-x !important; }

.bg-gradient-tumblr {
  background: #607d8b linear-gradient(180deg, #768f9c, #607d8b) repeat-x !important; }

.bg-gradient-linkedin {
  background: #4875b4 linear-gradient(180deg, #6289bf, #4875b4) repeat-x !important; }

.bg-gradient-dribbble {
  background: #f06292 linear-gradient(180deg, #f178a2, #f06292) repeat-x !important; }

.bg-gradient-youtube {
  background: #d50000 linear-gradient(180deg, #da2526, #d50000) repeat-x !important; }

.bg-gradient-github {
  background: #424242 linear-gradient(180deg, #5d5d5e, #424242) repeat-x !important; }

.bg-gradient-skype {
  background: #4fc3f7 linear-gradient(180deg, #68cbf7, #4fc3f7) repeat-x !important; }

.bg-gradient-orange {
  background: #D46B08 linear-gradient(180deg, #d9802c, #D46B08) repeat-x !important; }

.bg-gradient-purple {
  background: #564fc1 linear-gradient(180deg, #6e68ca, #564fc1) repeat-x !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #EBEDF2 !important; }

.border-top {
  border-top: 1px solid #EBEDF2 !important; }

.border-right {
  border-right: 1px solid #EBEDF2 !important; }

.border-bottom {
  border-bottom: 1px solid #EBEDF2 !important; }

.border-left {
  border-left: 1px solid #EBEDF2 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #5D92F4 !important; }

.border-secondary {
  border-color: #677080 !important; }

.border-success {
  border-color: #00D014 !important; }

.border-info {
  border-color: #00D0BD !important; }

.border-warning {
  border-color: #FFB70F !important; }

.border-danger {
  border-color: #FF3739 !important; }

.border-light {
  border-color: #FAFAFA !important; }

.border-dark {
  border-color: #464D69 !important; }

.border-light-yellow {
  border-color: #fff59d !important; }

.border-twitter {
  border-color: #52aeff !important; }

.border-facebook {
  border-color: #3b5998 !important; }

.border-google {
  border-color: #f13a30 !important; }

.border-pinterest {
  border-color: #d32f2f !important; }

.border-instagram {
  border-color: #8d6e63 !important; }

.border-rss {
  border-color: #ff9800 !important; }

.border-tumblr {
  border-color: #607d8b !important; }

.border-linkedin {
  border-color: #4875b4 !important; }

.border-dribbble {
  border-color: #f06292 !important; }

.border-youtube {
  border-color: #d50000 !important; }

.border-github {
  border-color: #424242 !important; }

.border-skype {
  border-color: #4fc3f7 !important; }

.border-orange {
  border-color: #D46B08 !important; }

.border-purple {
  border-color: #564fc1 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

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

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

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

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

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

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

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

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

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

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

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 0.3125rem !important; }

.mt-5,
.my-5 {
  margin-top: 0.3125rem !important; }

.mr-5,
.mx-5 {
  margin-right: 0.3125rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 0.3125rem !important; }

.ml-5,
.mx-5 {
  margin-left: 0.3125rem !important; }

.m-10 {
  margin: 0.625rem !important; }

.mt-10,
.my-10 {
  margin-top: 0.625rem !important; }

.mr-10,
.mx-10 {
  margin-right: 0.625rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 0.625rem !important; }

.ml-10,
.mx-10 {
  margin-left: 0.625rem !important; }

.m-15 {
  margin: 0.9375rem !important; }

.mt-15,
.my-15 {
  margin-top: 0.9375rem !important; }

.mr-15,
.mx-15 {
  margin-right: 0.9375rem !important; }

.mb-15,
.my-15 {
  margin-bottom: 0.9375rem !important; }

.ml-15,
.mx-15 {
  margin-left: 0.9375rem !important; }

.m-20 {
  margin: 1.25rem !important; }

.mt-20,
.my-20 {
  margin-top: 1.25rem !important; }

.mr-20,
.mx-20 {
  margin-right: 1.25rem !important; }

.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important; }

.ml-20,
.mx-20 {
  margin-left: 1.25rem !important; }

.m-25 {
  margin: 1.563rem !important; }

.mt-25,
.my-25 {
  margin-top: 1.563rem !important; }

.mr-25,
.mx-25 {
  margin-right: 1.563rem !important; }

.mb-25,
.my-25 {
  margin-bottom: 1.563rem !important; }

.ml-25,
.mx-25 {
  margin-left: 1.563rem !important; }

.m-30 {
  margin: 1.875rem !important; }

.mt-30,
.my-30 {
  margin-top: 1.875rem !important; }

.mr-30,
.mx-30 {
  margin-right: 1.875rem !important; }

.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important; }

.ml-30,
.mx-30 {
  margin-left: 1.875rem !important; }

.m-40 {
  margin: 2.5rem !important; }

.mt-40,
.my-40 {
  margin-top: 2.5rem !important; }

.mr-40,
.mx-40 {
  margin-right: 2.5rem !important; }

.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important; }

.ml-40,
.mx-40 {
  margin-left: 2.5rem !important; }

.m-50 {
  margin: 3.125rem !important; }

.mt-50,
.my-50 {
  margin-top: 3.125rem !important; }

.mr-50,
.mx-50 {
  margin-right: 3.125rem !important; }

.mb-50,
.my-50 {
  margin-bottom: 3.125rem !important; }

.ml-50,
.mx-50 {
  margin-left: 3.125rem !important; }

.m-60 {
  margin: 3.75rem !important; }

.mt-60,
.my-60 {
  margin-top: 3.75rem !important; }

.mr-60,
.mx-60 {
  margin-right: 3.75rem !important; }

.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important; }

.ml-60,
.mx-60 {
  margin-left: 3.75rem !important; }

.m-70 {
  margin: 4.375rem !important; }

.mt-70,
.my-70 {
  margin-top: 4.375rem !important; }

.mr-70,
.mx-70 {
  margin-right: 4.375rem !important; }

.mb-70,
.my-70 {
  margin-bottom: 4.375rem !important; }

.ml-70,
.mx-70 {
  margin-left: 4.375rem !important; }

.p-0, .square-10, .square-15, .square-20, .square-30, .square-40, .size-40, .square-50, .square-60, .size-60, .square-70, .square-80, .size-80, .square-100, .size-100, .square-120, .size-120 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 0.3125rem !important; }

.pt-5,
.py-5 {
  padding-top: 0.3125rem !important; }

.pr-5,
.px-5 {
  padding-right: 0.3125rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 0.3125rem !important; }

.pl-5,
.px-5 {
  padding-left: 0.3125rem !important; }

.p-10 {
  padding: 0.625rem !important; }

.pt-10,
.py-10 {
  padding-top: 0.625rem !important; }

.pr-10,
.px-10 {
  padding-right: 0.625rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 0.625rem !important; }

.pl-10,
.px-10 {
  padding-left: 0.625rem !important; }

.p-15 {
  padding: 0.9375rem !important; }

.pt-15,
.py-15 {
  padding-top: 0.9375rem !important; }

.pr-15,
.px-15 {
  padding-right: 0.9375rem !important; }

.pb-15,
.py-15 {
  padding-bottom: 0.9375rem !important; }

.pl-15,
.px-15 {
  padding-left: 0.9375rem !important; }

.p-20 {
  padding: 1.25rem !important; }

.pt-20,
.py-20 {
  padding-top: 1.25rem !important; }

.pr-20,
.px-20 {
  padding-right: 1.25rem !important; }

.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important; }

.pl-20,
.px-20 {
  padding-left: 1.25rem !important; }

.p-25 {
  padding: 1.563rem !important; }

.pt-25,
.py-25 {
  padding-top: 1.563rem !important; }

.pr-25,
.px-25 {
  padding-right: 1.563rem !important; }

.pb-25,
.py-25 {
  padding-bottom: 1.563rem !important; }

.pl-25,
.px-25 {
  padding-left: 1.563rem !important; }

.p-30 {
  padding: 1.875rem !important; }

.pt-30,
.py-30 {
  padding-top: 1.875rem !important; }

.pr-30,
.px-30 {
  padding-right: 1.875rem !important; }

.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important; }

.pl-30,
.px-30 {
  padding-left: 1.875rem !important; }

.p-40 {
  padding: 2.5rem !important; }

.pt-40,
.py-40 {
  padding-top: 2.5rem !important; }

.pr-40,
.px-40 {
  padding-right: 2.5rem !important; }

.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important; }

.pl-40,
.px-40 {
  padding-left: 2.5rem !important; }

.p-50 {
  padding: 3.125rem !important; }

.pt-50,
.py-50 {
  padding-top: 3.125rem !important; }

.pr-50,
.px-50 {
  padding-right: 3.125rem !important; }

.pb-50,
.py-50 {
  padding-bottom: 3.125rem !important; }

.pl-50,
.px-50 {
  padding-left: 3.125rem !important; }

.p-60 {
  padding: 3.75rem !important; }

.pt-60,
.py-60 {
  padding-top: 3.75rem !important; }

.pr-60,
.px-60 {
  padding-right: 3.75rem !important; }

.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important; }

.pl-60,
.px-60 {
  padding-left: 3.75rem !important; }

.p-70 {
  padding: 4.375rem !important; }

.pt-70,
.py-70 {
  padding-top: 4.375rem !important; }

.pr-70,
.px-70 {
  padding-right: 4.375rem !important; }

.pb-70,
.py-70 {
  padding-bottom: 4.375rem !important; }

.pl-70,
.px-70 {
  padding-left: 4.375rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 0.3125rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 0.3125rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 0.3125rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 0.3125rem !important; }
  .m-sm-10 {
    margin: 0.625rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 0.625rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 0.625rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 0.625rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 0.625rem !important; }
  .m-sm-15 {
    margin: 0.9375rem !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 0.9375rem !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 0.9375rem !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 0.9375rem !important; }
  .m-sm-20 {
    margin: 1.25rem !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 1.25rem !important; }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 1.25rem !important; }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 1.25rem !important; }
  .m-sm-25 {
    margin: 1.563rem !important; }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 1.563rem !important; }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 1.563rem !important; }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 1.563rem !important; }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 1.563rem !important; }
  .m-sm-30 {
    margin: 1.875rem !important; }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem !important; }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem !important; }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem !important; }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem !important; }
  .m-sm-40 {
    margin: 2.5rem !important; }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 2.5rem !important; }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 2.5rem !important; }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 2.5rem !important; }
  .m-sm-50 {
    margin: 3.125rem !important; }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 3.125rem !important; }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 3.125rem !important; }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 3.125rem !important; }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 3.125rem !important; }
  .m-sm-60 {
    margin: 3.75rem !important; }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 3.75rem !important; }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 3.75rem !important; }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 3.75rem !important; }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 3.75rem !important; }
  .m-sm-70 {
    margin: 4.375rem !important; }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 4.375rem !important; }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 4.375rem !important; }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 4.375rem !important; }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 4.375rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 0.3125rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 0.3125rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 0.3125rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 0.3125rem !important; }
  .p-sm-10 {
    padding: 0.625rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 0.625rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 0.625rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 0.625rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 0.625rem !important; }
  .p-sm-15 {
    padding: 0.9375rem !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 0.9375rem !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 0.9375rem !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 0.9375rem !important; }
  .p-sm-20 {
    padding: 1.25rem !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 1.25rem !important; }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 1.25rem !important; }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 1.25rem !important; }
  .p-sm-25 {
    padding: 1.563rem !important; }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 1.563rem !important; }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 1.563rem !important; }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 1.563rem !important; }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 1.563rem !important; }
  .p-sm-30 {
    padding: 1.875rem !important; }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem !important; }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem !important; }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem !important; }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem !important; }
  .p-sm-40 {
    padding: 2.5rem !important; }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 2.5rem !important; }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 2.5rem !important; }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 2.5rem !important; }
  .p-sm-50 {
    padding: 3.125rem !important; }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 3.125rem !important; }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 3.125rem !important; }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 3.125rem !important; }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 3.125rem !important; }
  .p-sm-60 {
    padding: 3.75rem !important; }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 3.75rem !important; }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 3.75rem !important; }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 3.75rem !important; }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 3.75rem !important; }
  .p-sm-70 {
    padding: 4.375rem !important; }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 4.375rem !important; }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 4.375rem !important; }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 4.375rem !important; }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 4.375rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 0.3125rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 0.3125rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 0.3125rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 0.3125rem !important; }
  .m-md-10 {
    margin: 0.625rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 0.625rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 0.625rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 0.625rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 0.625rem !important; }
  .m-md-15 {
    margin: 0.9375rem !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 0.9375rem !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 0.9375rem !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 0.9375rem !important; }
  .m-md-20 {
    margin: 1.25rem !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 1.25rem !important; }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 1.25rem !important; }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 1.25rem !important; }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 1.25rem !important; }
  .m-md-25 {
    margin: 1.563rem !important; }
  .mt-md-25,
  .my-md-25 {
    margin-top: 1.563rem !important; }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 1.563rem !important; }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 1.563rem !important; }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 1.563rem !important; }
  .m-md-30 {
    margin: 1.875rem !important; }
  .mt-md-30,
  .my-md-30 {
    margin-top: 1.875rem !important; }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 1.875rem !important; }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem !important; }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 1.875rem !important; }
  .m-md-40 {
    margin: 2.5rem !important; }
  .mt-md-40,
  .my-md-40 {
    margin-top: 2.5rem !important; }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 2.5rem !important; }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 2.5rem !important; }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 2.5rem !important; }
  .m-md-50 {
    margin: 3.125rem !important; }
  .mt-md-50,
  .my-md-50 {
    margin-top: 3.125rem !important; }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 3.125rem !important; }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 3.125rem !important; }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 3.125rem !important; }
  .m-md-60 {
    margin: 3.75rem !important; }
  .mt-md-60,
  .my-md-60 {
    margin-top: 3.75rem !important; }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 3.75rem !important; }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 3.75rem !important; }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 3.75rem !important; }
  .m-md-70 {
    margin: 4.375rem !important; }
  .mt-md-70,
  .my-md-70 {
    margin-top: 4.375rem !important; }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 4.375rem !important; }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 4.375rem !important; }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 4.375rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 0.3125rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 0.3125rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 0.3125rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 0.3125rem !important; }
  .p-md-10 {
    padding: 0.625rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 0.625rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 0.625rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 0.625rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 0.625rem !important; }
  .p-md-15 {
    padding: 0.9375rem !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 0.9375rem !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 0.9375rem !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 0.9375rem !important; }
  .p-md-20 {
    padding: 1.25rem !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 1.25rem !important; }
  .pr-md-20,
  .px-md-20 {
    padding-right: 1.25rem !important; }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 1.25rem !important; }
  .pl-md-20,
  .px-md-20 {
    padding-left: 1.25rem !important; }
  .p-md-25 {
    padding: 1.563rem !important; }
  .pt-md-25,
  .py-md-25 {
    padding-top: 1.563rem !important; }
  .pr-md-25,
  .px-md-25 {
    padding-right: 1.563rem !important; }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 1.563rem !important; }
  .pl-md-25,
  .px-md-25 {
    padding-left: 1.563rem !important; }
  .p-md-30 {
    padding: 1.875rem !important; }
  .pt-md-30,
  .py-md-30 {
    padding-top: 1.875rem !important; }
  .pr-md-30,
  .px-md-30 {
    padding-right: 1.875rem !important; }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem !important; }
  .pl-md-30,
  .px-md-30 {
    padding-left: 1.875rem !important; }
  .p-md-40 {
    padding: 2.5rem !important; }
  .pt-md-40,
  .py-md-40 {
    padding-top: 2.5rem !important; }
  .pr-md-40,
  .px-md-40 {
    padding-right: 2.5rem !important; }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 2.5rem !important; }
  .pl-md-40,
  .px-md-40 {
    padding-left: 2.5rem !important; }
  .p-md-50 {
    padding: 3.125rem !important; }
  .pt-md-50,
  .py-md-50 {
    padding-top: 3.125rem !important; }
  .pr-md-50,
  .px-md-50 {
    padding-right: 3.125rem !important; }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 3.125rem !important; }
  .pl-md-50,
  .px-md-50 {
    padding-left: 3.125rem !important; }
  .p-md-60 {
    padding: 3.75rem !important; }
  .pt-md-60,
  .py-md-60 {
    padding-top: 3.75rem !important; }
  .pr-md-60,
  .px-md-60 {
    padding-right: 3.75rem !important; }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 3.75rem !important; }
  .pl-md-60,
  .px-md-60 {
    padding-left: 3.75rem !important; }
  .p-md-70 {
    padding: 4.375rem !important; }
  .pt-md-70,
  .py-md-70 {
    padding-top: 4.375rem !important; }
  .pr-md-70,
  .px-md-70 {
    padding-right: 4.375rem !important; }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 4.375rem !important; }
  .pl-md-70,
  .px-md-70 {
    padding-left: 4.375rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 0.3125rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 0.3125rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 0.3125rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 0.3125rem !important; }
  .m-lg-10 {
    margin: 0.625rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 0.625rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 0.625rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 0.625rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 0.625rem !important; }
  .m-lg-15 {
    margin: 0.9375rem !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 0.9375rem !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 0.9375rem !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 0.9375rem !important; }
  .m-lg-20 {
    margin: 1.25rem !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 1.25rem !important; }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 1.25rem !important; }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 1.25rem !important; }
  .m-lg-25 {
    margin: 1.563rem !important; }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 1.563rem !important; }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 1.563rem !important; }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 1.563rem !important; }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 1.563rem !important; }
  .m-lg-30 {
    margin: 1.875rem !important; }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem !important; }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem !important; }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem !important; }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem !important; }
  .m-lg-40 {
    margin: 2.5rem !important; }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 2.5rem !important; }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 2.5rem !important; }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 2.5rem !important; }
  .m-lg-50 {
    margin: 3.125rem !important; }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 3.125rem !important; }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 3.125rem !important; }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 3.125rem !important; }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 3.125rem !important; }
  .m-lg-60 {
    margin: 3.75rem !important; }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 3.75rem !important; }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 3.75rem !important; }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 3.75rem !important; }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 3.75rem !important; }
  .m-lg-70 {
    margin: 4.375rem !important; }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 4.375rem !important; }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 4.375rem !important; }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 4.375rem !important; }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 4.375rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 0.3125rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 0.3125rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 0.3125rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 0.3125rem !important; }
  .p-lg-10 {
    padding: 0.625rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 0.625rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 0.625rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 0.625rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 0.625rem !important; }
  .p-lg-15 {
    padding: 0.9375rem !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 0.9375rem !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 0.9375rem !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 0.9375rem !important; }
  .p-lg-20 {
    padding: 1.25rem !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 1.25rem !important; }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 1.25rem !important; }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 1.25rem !important; }
  .p-lg-25 {
    padding: 1.563rem !important; }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 1.563rem !important; }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 1.563rem !important; }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 1.563rem !important; }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 1.563rem !important; }
  .p-lg-30 {
    padding: 1.875rem !important; }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem !important; }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem !important; }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem !important; }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem !important; }
  .p-lg-40 {
    padding: 2.5rem !important; }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 2.5rem !important; }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 2.5rem !important; }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 2.5rem !important; }
  .p-lg-50 {
    padding: 3.125rem !important; }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 3.125rem !important; }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 3.125rem !important; }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 3.125rem !important; }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 3.125rem !important; }
  .p-lg-60 {
    padding: 3.75rem !important; }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 3.75rem !important; }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 3.75rem !important; }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 3.75rem !important; }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 3.75rem !important; }
  .p-lg-70 {
    padding: 4.375rem !important; }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 4.375rem !important; }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 4.375rem !important; }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 4.375rem !important; }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 4.375rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 0.3125rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 0.3125rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 0.3125rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 0.3125rem !important; }
  .m-xl-10 {
    margin: 0.625rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 0.625rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 0.625rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 0.625rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 0.625rem !important; }
  .m-xl-15 {
    margin: 0.9375rem !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 0.9375rem !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 0.9375rem !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 0.9375rem !important; }
  .m-xl-20 {
    margin: 1.25rem !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 1.25rem !important; }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 1.25rem !important; }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 1.25rem !important; }
  .m-xl-25 {
    margin: 1.563rem !important; }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 1.563rem !important; }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 1.563rem !important; }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 1.563rem !important; }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 1.563rem !important; }
  .m-xl-30 {
    margin: 1.875rem !important; }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem !important; }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem !important; }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem !important; }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem !important; }
  .m-xl-40 {
    margin: 2.5rem !important; }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 2.5rem !important; }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 2.5rem !important; }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 2.5rem !important; }
  .m-xl-50 {
    margin: 3.125rem !important; }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 3.125rem !important; }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 3.125rem !important; }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 3.125rem !important; }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 3.125rem !important; }
  .m-xl-60 {
    margin: 3.75rem !important; }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 3.75rem !important; }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 3.75rem !important; }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 3.75rem !important; }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 3.75rem !important; }
  .m-xl-70 {
    margin: 4.375rem !important; }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 4.375rem !important; }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 4.375rem !important; }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 4.375rem !important; }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 4.375rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 0.3125rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 0.3125rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 0.3125rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 0.3125rem !important; }
  .p-xl-10 {
    padding: 0.625rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 0.625rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 0.625rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 0.625rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 0.625rem !important; }
  .p-xl-15 {
    padding: 0.9375rem !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 0.9375rem !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 0.9375rem !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 0.9375rem !important; }
  .p-xl-20 {
    padding: 1.25rem !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 1.25rem !important; }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 1.25rem !important; }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 1.25rem !important; }
  .p-xl-25 {
    padding: 1.563rem !important; }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 1.563rem !important; }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 1.563rem !important; }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 1.563rem !important; }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 1.563rem !important; }
  .p-xl-30 {
    padding: 1.875rem !important; }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem !important; }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem !important; }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem !important; }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem !important; }
  .p-xl-40 {
    padding: 2.5rem !important; }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 2.5rem !important; }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 2.5rem !important; }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 2.5rem !important; }
  .p-xl-50 {
    padding: 3.125rem !important; }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 3.125rem !important; }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 3.125rem !important; }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 3.125rem !important; }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 3.125rem !important; }
  .p-xl-60 {
    padding: 3.75rem !important; }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 3.75rem !important; }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 3.75rem !important; }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 3.75rem !important; }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 3.75rem !important; }
  .p-xl-70 {
    padding: 4.375rem !important; }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 4.375rem !important; }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 4.375rem !important; }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 4.375rem !important; }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 4.375rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #5D92F4 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #2d72f1 !important; }

.text-secondary {
  color: #677080 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #505764 !important; }

.text-success {
  color: #00D014 !important; }

a.text-success:hover, a.text-success:focus {
  color: #009d0f !important; }

.text-info {
  color: #00D0BD !important; }

a.text-info:hover, a.text-info:focus {
  color: #009d8f !important; }

.text-warning {
  color: #FFB70F !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #db9900 !important; }

.text-danger {
  color: #FF3739 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #ff0407 !important; }

.text-light {
  color: #FAFAFA !important; }

a.text-light:hover, a.text-light:focus {
  color: #e1e1e1 !important; }

.text-dark {
  color: #464D69 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #32374a !important; }

.text-light-yellow {
  color: #fff59d !important; }

a.text-light-yellow:hover, a.text-light-yellow:focus {
  color: #fff06a !important; }

.text-twitter {
  color: #52aeff !important; }

a.text-twitter:hover, a.text-twitter:focus {
  color: #1f96ff !important; }

.text-facebook {
  color: #3b5998 !important; }

a.text-facebook:hover, a.text-facebook:focus {
  color: #2d4373 !important; }

.text-google {
  color: #f13a30 !important; }

a.text-google:hover, a.text-google:focus {
  color: #df1a0f !important; }

.text-pinterest {
  color: #d32f2f !important; }

a.text-pinterest:hover, a.text-pinterest:focus {
  color: #ab2424 !important; }

.text-instagram {
  color: #8d6e63 !important; }

a.text-instagram:hover, a.text-instagram:focus {
  color: #6f574e !important; }

.text-rss {
  color: #ff9800 !important; }

a.text-rss:hover, a.text-rss:focus {
  color: #cc7a00 !important; }

.text-tumblr {
  color: #607d8b !important; }

a.text-tumblr:hover, a.text-tumblr:focus {
  color: #4b626d !important; }

.text-linkedin {
  color: #4875b4 !important; }

a.text-linkedin:hover, a.text-linkedin:focus {
  color: #395d90 !important; }

.text-dribbble {
  color: #f06292 !important; }

a.text-dribbble:hover, a.text-dribbble:focus {
  color: #ec3372 !important; }

.text-youtube {
  color: #d50000 !important; }

a.text-youtube:hover, a.text-youtube:focus {
  color: #a20000 !important; }

.text-github {
  color: #424242 !important; }

a.text-github:hover, a.text-github:focus {
  color: #292929 !important; }

.text-skype {
  color: #4fc3f7 !important; }

a.text-skype:hover, a.text-skype:focus {
  color: #1eb2f5 !important; }

.text-orange {
  color: #D46B08 !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #a35206 !important; }

.text-purple {
  color: #564fc1 !important; }

a.text-purple:hover, a.text-purple:focus {
  color: #403aa3 !important; }

.text-muted {
  color: #727891 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.rtl {
  direction: rtl;
  text-align: right; }
  .rtl .nav {
    padding-right: 0; }
  .rtl .navbar-nav .nav-item {
    float: right; }
  .rtl .navbar-nav .nav-item + .nav-item {
    margin-right: 1rem;
    margin-left: inherit; }
  .rtl th {
    text-align: right; }
  .rtl .alert-dismissible {
    padding-right: 1.25rem;
    padding-left: 4rem; }
  .rtl .dropdown-menu {
    right: 0;
    text-align: right; }
  .rtl .checkbox label {
    padding-right: 1.25rem;
    padding-left: inherit; }
  .rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 0.25rem 0.25rem 0; }
  .rtl .btn-group > .btn:last-child:not(:first-child),
  .rtl .btn-group > .dropdown-toggle:not(:first-child) {
    border-radius: 0.25rem 0 0 0.25rem; }
  .rtl .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-radius: 0.25rem 0 0 0.25rem; }
  .rtl .custom-control-label::after,
  .rtl .custom-control-label::before {
    right: 0;
    left: inherit; }
  .rtl .custom-select {
    padding: 0.375rem 0.75rem 0.375rem 1.75rem;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23677080' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.75rem center;
    background-size: 8px 10px; }
  .rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
  .rtl .input-group > .input-group-append:not(:last-child) > .btn,
  .rtl .input-group > .input-group-append:not(:last-child) > .input-group-text,
  .rtl .input-group > .input-group-prepend > .btn,
  .rtl .input-group > .input-group-prepend > .input-group-text {
    border-radius: 0 0.25rem 0.25rem 0; }
  .rtl .input-group > .input-group-append > .btn,
  .rtl .input-group > .input-group-append > .input-group-text,
  .rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  .rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
  .rtl .input-group > .input-group-prepend:not(:first-child) > .btn,
  .rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-radius: 0.25rem 0 0 0.25rem; }
  .rtl .input-group > .custom-select:not(:first-child),
  .rtl .input-group > .form-control:not(:first-child) {
    border-radius: 0.25rem 0 0 0.25rem; }
  .rtl .input-group > .custom-select:not(:last-child),
  .rtl .input-group > .form-control:not(:last-child) {
    border-radius: 0 0.25rem 0.25rem 0; }
  .rtl .input-group > .custom-select:not(:last-child):not(:first-child),
  .rtl .input-group > .form-control:not(:last-child):not(:first-child) {
    border-radius: 0; }
  .rtl .custom-control {
    padding-right: 1.5rem;
    padding-left: inherit;
    margin-right: inherit;
    margin-left: 1rem; }
  .rtl .custom-control-indicator {
    right: 0;
    left: inherit; }
  .rtl .custom-file-label::after {
    right: initial;
    left: -1px;
    border-radius: .25rem 0 0 .25rem; }
  .rtl .radio input,
  .rtl .radio-inline,
  .rtl .checkbox input,
  .rtl .checkbox-inline input {
    margin-right: -1.25rem;
    margin-left: inherit; }
  .rtl .list-group {
    padding-right: 0;
    padding-left: 40px; }
  .rtl .close {
    float: left; }
  .rtl .modal-header .close {
    margin: -15px auto -15px -15px; }
  .rtl .modal-footer > :not(:first-child) {
    margin-right: .25rem; }
  .rtl .alert-dismissible .close {
    right: inherit;
    left: 0; }
  .rtl .dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0; }
  .rtl .form-check-input {
    margin-right: -1.25rem;
    margin-left: inherit; }
  .rtl .form-check-label {
    padding-right: 1.25rem;
    padding-left: inherit; }
  .rtl .offset-1 {
    margin-right: 8.33333%;
    margin-left: 0; }
  .rtl .offset-2 {
    margin-right: 16.66667%;
    margin-left: 0; }
  .rtl .offset-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .offset-4 {
    margin-right: 33.33333%;
    margin-left: 0; }
  .rtl .offset-5 {
    margin-right: 41.66667%;
    margin-left: 0; }
  .rtl .offset-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .offset-7 {
    margin-right: 58.33333%;
    margin-left: 0; }
  .rtl .offset-8 {
    margin-right: 66.66667%;
    margin-left: 0; }
  .rtl .offset-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .offset-10 {
    margin-right: 83.33333%;
    margin-left: 0; }
  .rtl .offset-11 {
    margin-right: 91.66667%;
    margin-left: 0; }
  @media (min-width: 576px) {
    .rtl .offset-sm-0 {
      margin-right: 0;
      margin-left: 0; }
    .rtl .offset-sm-1 {
      margin-right: 8.33333%;
      margin-left: 0; }
    .rtl .offset-sm-2 {
      margin-right: 16.66667%;
      margin-left: 0; }
    .rtl .offset-sm-3 {
      margin-right: 25%;
      margin-left: 0; }
    .rtl .offset-sm-4 {
      margin-right: 33.33333%;
      margin-left: 0; }
    .rtl .offset-sm-5 {
      margin-right: 41.66667%;
      margin-left: 0; }
    .rtl .offset-sm-6 {
      margin-right: 50%;
      margin-left: 0; }
    .rtl .offset-sm-7 {
      margin-right: 58.33333%;
      margin-left: 0; }
    .rtl .offset-sm-8 {
      margin-right: 66.66667%;
      margin-left: 0; }
    .rtl .offset-sm-9 {
      margin-right: 75%;
      margin-left: 0; }
    .rtl .offset-sm-10 {
      margin-right: 83.33333%;
      margin-left: 0; }
    .rtl .offset-sm-11 {
      margin-right: 91.66667%;
      margin-left: 0; } }
  @media (min-width: 768px) {
    .rtl .offset-md-0 {
      margin-right: 0;
      margin-left: 0; }
    .rtl .offset-md-1 {
      margin-right: 8.33333%;
      margin-left: 0; }
    .rtl .offset-md-2 {
      margin-right: 16.66667%;
      margin-left: 0; }
    .rtl .offset-md-3 {
      margin-right: 25%;
      margin-left: 0; }
    .rtl .offset-md-4 {
      margin-right: 33.33333%;
      margin-left: 0; }
    .rtl .offset-md-5 {
      margin-right: 41.66667%;
      margin-left: 0; }
    .rtl .offset-md-6 {
      margin-right: 50%;
      margin-left: 0; }
    .rtl .offset-md-7 {
      margin-right: 58.33333%;
      margin-left: 0; }
    .rtl .offset-md-8 {
      margin-right: 66.66667%;
      margin-left: 0; }
    .rtl .offset-md-9 {
      margin-right: 75%;
      margin-left: 0; }
    .rtl .offset-md-10 {
      margin-right: 83.33333%;
      margin-left: 0; }
    .rtl .offset-md-11 {
      margin-right: 91.66667%;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .rtl .offset-lg-0 {
      margin-right: 0;
      margin-left: 0; }
    .rtl .offset-lg-1 {
      margin-right: 8.33333%;
      margin-left: 0; }
    .rtl .offset-lg-2 {
      margin-right: 16.66667%;
      margin-left: 0; }
    .rtl .offset-lg-3 {
      margin-right: 25%;
      margin-left: 0; }
    .rtl .offset-lg-4 {
      margin-right: 33.33333%;
      margin-left: 0; }
    .rtl .offset-lg-5 {
      margin-right: 41.66667%;
      margin-left: 0; }
    .rtl .offset-lg-6 {
      margin-right: 50%;
      margin-left: 0; }
    .rtl .offset-lg-7 {
      margin-right: 58.33333%;
      margin-left: 0; }
    .rtl .offset-lg-8 {
      margin-right: 66.66667%;
      margin-left: 0; }
    .rtl .offset-lg-9 {
      margin-right: 75%;
      margin-left: 0; }
    .rtl .offset-lg-10 {
      margin-right: 83.33333%;
      margin-left: 0; }
    .rtl .offset-lg-11 {
      margin-right: 91.66667%;
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .rtl .offset-xl-0 {
      margin-right: 0;
      margin-left: 0; }
    .rtl .offset-xl-1 {
      margin-right: 8.33333%;
      margin-left: 0; }
    .rtl .offset-xl-2 {
      margin-right: 16.66667%;
      margin-left: 0; }
    .rtl .offset-xl-3 {
      margin-right: 25%;
      margin-left: 0; }
    .rtl .offset-xl-4 {
      margin-right: 33.33333%;
      margin-left: 0; }
    .rtl .offset-xl-5 {
      margin-right: 41.66667%;
      margin-left: 0; }
    .rtl .offset-xl-6 {
      margin-right: 50%;
      margin-left: 0; }
    .rtl .offset-xl-7 {
      margin-right: 58.33333%;
      margin-left: 0; }
    .rtl .offset-xl-8 {
      margin-right: 66.66667%;
      margin-left: 0; }
    .rtl .offset-xl-9 {
      margin-right: 75%;
      margin-left: 0; }
    .rtl .offset-xl-10 {
      margin-right: 83.33333%;
      margin-left: 0; }
    .rtl .offset-xl-11 {
      margin-right: 91.66667%;
      margin-left: 0; } }
  .rtl .mr-0,
  .rtl .mx-0 {
    margin-left: 0 !important; }
  .rtl .ml-0,
  .rtl .mx-0 {
    margin-right: 0 !important; }
  .rtl .mr-1,
  .rtl .mx-1 {
    margin-left: 0.25rem !important; }
  .rtl .ml-1,
  .rtl .mx-1 {
    margin-right: 0.25rem !important; }
  .rtl .mr-2,
  .rtl .mx-2 {
    margin-left: 0.5rem !important; }
  .rtl .ml-2,
  .rtl .mx-2 {
    margin-right: 0.5rem !important; }
  .rtl .mr-3,
  .rtl .mx-3 {
    margin-left: 1rem !important; }
  .rtl .ml-3,
  .rtl .mx-3 {
    margin-right: 1rem !important; }
  .rtl .mr-4,
  .rtl .mx-4 {
    margin-left: 1.5rem !important; }
  .rtl .ml-4,
  .rtl .mx-4 {
    margin-right: 1.5rem !important; }
  .rtl .mr-5,
  .rtl .mx-5 {
    margin-left: 0.3125rem !important; }
  .rtl .ml-5,
  .rtl .mx-5 {
    margin-right: 0.3125rem !important; }
  .rtl .mr-10,
  .rtl .mx-10 {
    margin-left: 0.625rem !important; }
  .rtl .ml-10,
  .rtl .mx-10 {
    margin-right: 0.625rem !important; }
  .rtl .mr-15,
  .rtl .mx-15 {
    margin-left: 0.9375rem !important; }
  .rtl .ml-15,
  .rtl .mx-15 {
    margin-right: 0.9375rem !important; }
  .rtl .mr-20,
  .rtl .mx-20 {
    margin-left: 1.25rem !important; }
  .rtl .ml-20,
  .rtl .mx-20 {
    margin-right: 1.25rem !important; }
  .rtl .mr-25,
  .rtl .mx-25 {
    margin-left: 1.563rem !important; }
  .rtl .ml-25,
  .rtl .mx-25 {
    margin-right: 1.563rem !important; }
  .rtl .mr-30,
  .rtl .mx-30 {
    margin-left: 1.875rem !important; }
  .rtl .ml-30,
  .rtl .mx-30 {
    margin-right: 1.875rem !important; }
  .rtl .mr-40,
  .rtl .mx-40 {
    margin-left: 2.5rem !important; }
  .rtl .ml-40,
  .rtl .mx-40 {
    margin-right: 2.5rem !important; }
  .rtl .mr-50,
  .rtl .mx-50 {
    margin-left: 3.125rem !important; }
  .rtl .ml-50,
  .rtl .mx-50 {
    margin-right: 3.125rem !important; }
  .rtl .mr-60,
  .rtl .mx-60 {
    margin-left: 3.75rem !important; }
  .rtl .ml-60,
  .rtl .mx-60 {
    margin-right: 3.75rem !important; }
  .rtl .mr-70,
  .rtl .mx-70 {
    margin-left: 4.375rem !important; }
  .rtl .ml-70,
  .rtl .mx-70 {
    margin-right: 4.375rem !important; }
  .rtl .pr-0,
  .rtl .px-0 {
    padding-left: 0 !important; }
  .rtl .pl-0,
  .rtl .px-0 {
    padding-right: 0 !important; }
  .rtl .pr-1,
  .rtl .px-1 {
    padding-left: 0.25rem !important; }
  .rtl .pl-1,
  .rtl .px-1 {
    padding-right: 0.25rem !important; }
  .rtl .pr-2,
  .rtl .px-2 {
    padding-left: 0.5rem !important; }
  .rtl .pl-2,
  .rtl .px-2 {
    padding-right: 0.5rem !important; }
  .rtl .pr-3,
  .rtl .px-3 {
    padding-left: 1rem !important; }
  .rtl .pl-3,
  .rtl .px-3 {
    padding-right: 1rem !important; }
  .rtl .pr-4,
  .rtl .px-4 {
    padding-left: 1.5rem !important; }
  .rtl .pl-4,
  .rtl .px-4 {
    padding-right: 1.5rem !important; }
  .rtl .pr-5,
  .rtl .px-5 {
    padding-left: 0.3125rem !important; }
  .rtl .pl-5,
  .rtl .px-5 {
    padding-right: 0.3125rem !important; }
  .rtl .pr-10,
  .rtl .px-10 {
    padding-left: 0.625rem !important; }
  .rtl .pl-10,
  .rtl .px-10 {
    padding-right: 0.625rem !important; }
  .rtl .pr-15,
  .rtl .px-15 {
    padding-left: 0.9375rem !important; }
  .rtl .pl-15,
  .rtl .px-15 {
    padding-right: 0.9375rem !important; }
  .rtl .pr-20,
  .rtl .px-20 {
    padding-left: 1.25rem !important; }
  .rtl .pl-20,
  .rtl .px-20 {
    padding-right: 1.25rem !important; }
  .rtl .pr-25,
  .rtl .px-25 {
    padding-left: 1.563rem !important; }
  .rtl .pl-25,
  .rtl .px-25 {
    padding-right: 1.563rem !important; }
  .rtl .pr-30,
  .rtl .px-30 {
    padding-left: 1.875rem !important; }
  .rtl .pl-30,
  .rtl .px-30 {
    padding-right: 1.875rem !important; }
  .rtl .pr-40,
  .rtl .px-40 {
    padding-left: 2.5rem !important; }
  .rtl .pl-40,
  .rtl .px-40 {
    padding-right: 2.5rem !important; }
  .rtl .pr-50,
  .rtl .px-50 {
    padding-left: 3.125rem !important; }
  .rtl .pl-50,
  .rtl .px-50 {
    padding-right: 3.125rem !important; }
  .rtl .pr-60,
  .rtl .px-60 {
    padding-left: 3.75rem !important; }
  .rtl .pl-60,
  .rtl .px-60 {
    padding-right: 3.75rem !important; }
  .rtl .pr-70,
  .rtl .px-70 {
    padding-left: 4.375rem !important; }
  .rtl .pl-70,
  .rtl .px-70 {
    padding-right: 4.375rem !important; }
  .rtl .mr-auto {
    margin-right: inherit !important;
    margin-left: auto !important; }
  .rtl .ml-auto {
    margin-right: auto !important;
    margin-left: inherit !important; }
  @media (min-width: 576px) {
    .rtl .mr-sm-0,
    .rtl .mx-sm-0 {
      margin-left: 0 !important; }
    .rtl .ml-sm-0,
    .rtl .mx-sm-0 {
      margin-right: 0 !important; }
    .rtl .mr-sm-1,
    .rtl .mx-sm-1 {
      margin-left: 0.25rem !important; }
    .rtl .ml-sm-1,
    .rtl .mx-sm-1 {
      margin-right: 0.25rem !important; }
    .rtl .mr-sm-2,
    .rtl .mx-sm-2 {
      margin-left: 0.5rem !important; }
    .rtl .ml-sm-2,
    .rtl .mx-sm-2 {
      margin-right: 0.5rem !important; }
    .rtl .mr-sm-3,
    .rtl .mx-sm-3 {
      margin-left: 1rem !important; }
    .rtl .ml-sm-3,
    .rtl .mx-sm-3 {
      margin-right: 1rem !important; }
    .rtl .mr-sm-4,
    .rtl .mx-sm-4 {
      margin-left: 1.5rem !important; }
    .rtl .ml-sm-4,
    .rtl .mx-sm-4 {
      margin-right: 1.5rem !important; }
    .rtl .mr-sm-5,
    .rtl .mx-sm-5 {
      margin-left: 0.3125rem !important; }
    .rtl .ml-sm-5,
    .rtl .mx-sm-5 {
      margin-right: 0.3125rem !important; }
    .rtl .mr-sm-10,
    .rtl .mx-sm-10 {
      margin-left: 0.625rem !important; }
    .rtl .ml-sm-10,
    .rtl .mx-sm-10 {
      margin-right: 0.625rem !important; }
    .rtl .mr-sm-15,
    .rtl .mx-sm-15 {
      margin-left: 0.9375rem !important; }
    .rtl .ml-sm-15,
    .rtl .mx-sm-15 {
      margin-right: 0.9375rem !important; }
    .rtl .mr-sm-20,
    .rtl .mx-sm-20 {
      margin-left: 1.25rem !important; }
    .rtl .ml-sm-20,
    .rtl .mx-sm-20 {
      margin-right: 1.25rem !important; }
    .rtl .mr-sm-25,
    .rtl .mx-sm-25 {
      margin-left: 1.563rem !important; }
    .rtl .ml-sm-25,
    .rtl .mx-sm-25 {
      margin-right: 1.563rem !important; }
    .rtl .mr-sm-30,
    .rtl .mx-sm-30 {
      margin-left: 1.875rem !important; }
    .rtl .ml-sm-30,
    .rtl .mx-sm-30 {
      margin-right: 1.875rem !important; }
    .rtl .mr-sm-40,
    .rtl .mx-sm-40 {
      margin-left: 2.5rem !important; }
    .rtl .ml-sm-40,
    .rtl .mx-sm-40 {
      margin-right: 2.5rem !important; }
    .rtl .mr-sm-50,
    .rtl .mx-sm-50 {
      margin-left: 3.125rem !important; }
    .rtl .ml-sm-50,
    .rtl .mx-sm-50 {
      margin-right: 3.125rem !important; }
    .rtl .mr-sm-60,
    .rtl .mx-sm-60 {
      margin-left: 3.75rem !important; }
    .rtl .ml-sm-60,
    .rtl .mx-sm-60 {
      margin-right: 3.75rem !important; }
    .rtl .mr-sm-70,
    .rtl .mx-sm-70 {
      margin-left: 4.375rem !important; }
    .rtl .ml-sm-70,
    .rtl .mx-sm-70 {
      margin-right: 4.375rem !important; }
    .rtl .pr-sm-0,
    .rtl .px-sm-0 {
      padding-left: 0 !important; }
    .rtl .pl-sm-0,
    .rtl .px-sm-0 {
      padding-right: 0 !important; }
    .rtl .pr-sm-1,
    .rtl .px-sm-1 {
      padding-left: 0.25rem !important; }
    .rtl .pl-sm-1,
    .rtl .px-sm-1 {
      padding-right: 0.25rem !important; }
    .rtl .pr-sm-2,
    .rtl .px-sm-2 {
      padding-left: 0.5rem !important; }
    .rtl .pl-sm-2,
    .rtl .px-sm-2 {
      padding-right: 0.5rem !important; }
    .rtl .pr-sm-3,
    .rtl .px-sm-3 {
      padding-left: 1rem !important; }
    .rtl .pl-sm-3,
    .rtl .px-sm-3 {
      padding-right: 1rem !important; }
    .rtl .pr-sm-4,
    .rtl .px-sm-4 {
      padding-left: 1.5rem !important; }
    .rtl .pl-sm-4,
    .rtl .px-sm-4 {
      padding-right: 1.5rem !important; }
    .rtl .pr-sm-5,
    .rtl .px-sm-5 {
      padding-left: 0.3125rem !important; }
    .rtl .pl-sm-5,
    .rtl .px-sm-5 {
      padding-right: 0.3125rem !important; }
    .rtl .pr-sm-10,
    .rtl .px-sm-10 {
      padding-left: 0.625rem !important; }
    .rtl .pl-sm-10,
    .rtl .px-sm-10 {
      padding-right: 0.625rem !important; }
    .rtl .pr-sm-15,
    .rtl .px-sm-15 {
      padding-left: 0.9375rem !important; }
    .rtl .pl-sm-15,
    .rtl .px-sm-15 {
      padding-right: 0.9375rem !important; }
    .rtl .pr-sm-20,
    .rtl .px-sm-20 {
      padding-left: 1.25rem !important; }
    .rtl .pl-sm-20,
    .rtl .px-sm-20 {
      padding-right: 1.25rem !important; }
    .rtl .pr-sm-25,
    .rtl .px-sm-25 {
      padding-left: 1.563rem !important; }
    .rtl .pl-sm-25,
    .rtl .px-sm-25 {
      padding-right: 1.563rem !important; }
    .rtl .pr-sm-30,
    .rtl .px-sm-30 {
      padding-left: 1.875rem !important; }
    .rtl .pl-sm-30,
    .rtl .px-sm-30 {
      padding-right: 1.875rem !important; }
    .rtl .pr-sm-40,
    .rtl .px-sm-40 {
      padding-left: 2.5rem !important; }
    .rtl .pl-sm-40,
    .rtl .px-sm-40 {
      padding-right: 2.5rem !important; }
    .rtl .pr-sm-50,
    .rtl .px-sm-50 {
      padding-left: 3.125rem !important; }
    .rtl .pl-sm-50,
    .rtl .px-sm-50 {
      padding-right: 3.125rem !important; }
    .rtl .pr-sm-60,
    .rtl .px-sm-60 {
      padding-left: 3.75rem !important; }
    .rtl .pl-sm-60,
    .rtl .px-sm-60 {
      padding-right: 3.75rem !important; }
    .rtl .pr-sm-70,
    .rtl .px-sm-70 {
      padding-left: 4.375rem !important; }
    .rtl .pl-sm-70,
    .rtl .px-sm-70 {
      padding-right: 4.375rem !important; }
    .rtl .mr-sm-auto {
      margin-right: inherit !important;
      margin-left: auto !important; }
    .rtl .ml-sm-auto {
      margin-right: auto !important;
      margin-left: inherit !important; } }
  @media (min-width: 768px) {
    .rtl .mr-md-0,
    .rtl .mx-md-0 {
      margin-left: 0 !important; }
    .rtl .ml-md-0,
    .rtl .mx-md-0 {
      margin-right: 0 !important; }
    .rtl .mr-md-1,
    .rtl .mx-md-1 {
      margin-left: 0.25rem !important; }
    .rtl .ml-md-1,
    .rtl .mx-md-1 {
      margin-right: 0.25rem !important; }
    .rtl .mr-md-2,
    .rtl .mx-md-2 {
      margin-left: 0.5rem !important; }
    .rtl .ml-md-2,
    .rtl .mx-md-2 {
      margin-right: 0.5rem !important; }
    .rtl .mr-md-3,
    .rtl .mx-md-3 {
      margin-left: 1rem !important; }
    .rtl .ml-md-3,
    .rtl .mx-md-3 {
      margin-right: 1rem !important; }
    .rtl .mr-md-4,
    .rtl .mx-md-4 {
      margin-left: 1.5rem !important; }
    .rtl .ml-md-4,
    .rtl .mx-md-4 {
      margin-right: 1.5rem !important; }
    .rtl .mr-md-5,
    .rtl .mx-md-5 {
      margin-left: 0.3125rem !important; }
    .rtl .ml-md-5,
    .rtl .mx-md-5 {
      margin-right: 0.3125rem !important; }
    .rtl .mr-md-10,
    .rtl .mx-md-10 {
      margin-left: 0.625rem !important; }
    .rtl .ml-md-10,
    .rtl .mx-md-10 {
      margin-right: 0.625rem !important; }
    .rtl .mr-md-15,
    .rtl .mx-md-15 {
      margin-left: 0.9375rem !important; }
    .rtl .ml-md-15,
    .rtl .mx-md-15 {
      margin-right: 0.9375rem !important; }
    .rtl .mr-md-20,
    .rtl .mx-md-20 {
      margin-left: 1.25rem !important; }
    .rtl .ml-md-20,
    .rtl .mx-md-20 {
      margin-right: 1.25rem !important; }
    .rtl .mr-md-25,
    .rtl .mx-md-25 {
      margin-left: 1.563rem !important; }
    .rtl .ml-md-25,
    .rtl .mx-md-25 {
      margin-right: 1.563rem !important; }
    .rtl .mr-md-30,
    .rtl .mx-md-30 {
      margin-left: 1.875rem !important; }
    .rtl .ml-md-30,
    .rtl .mx-md-30 {
      margin-right: 1.875rem !important; }
    .rtl .mr-md-40,
    .rtl .mx-md-40 {
      margin-left: 2.5rem !important; }
    .rtl .ml-md-40,
    .rtl .mx-md-40 {
      margin-right: 2.5rem !important; }
    .rtl .mr-md-50,
    .rtl .mx-md-50 {
      margin-left: 3.125rem !important; }
    .rtl .ml-md-50,
    .rtl .mx-md-50 {
      margin-right: 3.125rem !important; }
    .rtl .mr-md-60,
    .rtl .mx-md-60 {
      margin-left: 3.75rem !important; }
    .rtl .ml-md-60,
    .rtl .mx-md-60 {
      margin-right: 3.75rem !important; }
    .rtl .mr-md-70,
    .rtl .mx-md-70 {
      margin-left: 4.375rem !important; }
    .rtl .ml-md-70,
    .rtl .mx-md-70 {
      margin-right: 4.375rem !important; }
    .rtl .pr-md-0,
    .rtl .px-md-0 {
      padding-left: 0 !important; }
    .rtl .pl-md-0,
    .rtl .px-md-0 {
      padding-right: 0 !important; }
    .rtl .pr-md-1,
    .rtl .px-md-1 {
      padding-left: 0.25rem !important; }
    .rtl .pl-md-1,
    .rtl .px-md-1 {
      padding-right: 0.25rem !important; }
    .rtl .pr-md-2,
    .rtl .px-md-2 {
      padding-left: 0.5rem !important; }
    .rtl .pl-md-2,
    .rtl .px-md-2 {
      padding-right: 0.5rem !important; }
    .rtl .pr-md-3,
    .rtl .px-md-3 {
      padding-left: 1rem !important; }
    .rtl .pl-md-3,
    .rtl .px-md-3 {
      padding-right: 1rem !important; }
    .rtl .pr-md-4,
    .rtl .px-md-4 {
      padding-left: 1.5rem !important; }
    .rtl .pl-md-4,
    .rtl .px-md-4 {
      padding-right: 1.5rem !important; }
    .rtl .pr-md-5,
    .rtl .px-md-5 {
      padding-left: 0.3125rem !important; }
    .rtl .pl-md-5,
    .rtl .px-md-5 {
      padding-right: 0.3125rem !important; }
    .rtl .pr-md-10,
    .rtl .px-md-10 {
      padding-left: 0.625rem !important; }
    .rtl .pl-md-10,
    .rtl .px-md-10 {
      padding-right: 0.625rem !important; }
    .rtl .pr-md-15,
    .rtl .px-md-15 {
      padding-left: 0.9375rem !important; }
    .rtl .pl-md-15,
    .rtl .px-md-15 {
      padding-right: 0.9375rem !important; }
    .rtl .pr-md-20,
    .rtl .px-md-20 {
      padding-left: 1.25rem !important; }
    .rtl .pl-md-20,
    .rtl .px-md-20 {
      padding-right: 1.25rem !important; }
    .rtl .pr-md-25,
    .rtl .px-md-25 {
      padding-left: 1.563rem !important; }
    .rtl .pl-md-25,
    .rtl .px-md-25 {
      padding-right: 1.563rem !important; }
    .rtl .pr-md-30,
    .rtl .px-md-30 {
      padding-left: 1.875rem !important; }
    .rtl .pl-md-30,
    .rtl .px-md-30 {
      padding-right: 1.875rem !important; }
    .rtl .pr-md-40,
    .rtl .px-md-40 {
      padding-left: 2.5rem !important; }
    .rtl .pl-md-40,
    .rtl .px-md-40 {
      padding-right: 2.5rem !important; }
    .rtl .pr-md-50,
    .rtl .px-md-50 {
      padding-left: 3.125rem !important; }
    .rtl .pl-md-50,
    .rtl .px-md-50 {
      padding-right: 3.125rem !important; }
    .rtl .pr-md-60,
    .rtl .px-md-60 {
      padding-left: 3.75rem !important; }
    .rtl .pl-md-60,
    .rtl .px-md-60 {
      padding-right: 3.75rem !important; }
    .rtl .pr-md-70,
    .rtl .px-md-70 {
      padding-left: 4.375rem !important; }
    .rtl .pl-md-70,
    .rtl .px-md-70 {
      padding-right: 4.375rem !important; }
    .rtl .mr-md-auto {
      margin-right: inherit !important;
      margin-left: auto !important; }
    .rtl .ml-md-auto {
      margin-right: auto !important;
      margin-left: inherit !important; } }
  @media (min-width: 992px) {
    .rtl .mr-lg-0,
    .rtl .mx-lg-0 {
      margin-left: 0 !important; }
    .rtl .ml-lg-0,
    .rtl .mx-lg-0 {
      margin-right: 0 !important; }
    .rtl .mr-lg-1,
    .rtl .mx-lg-1 {
      margin-left: 0.25rem !important; }
    .rtl .ml-lg-1,
    .rtl .mx-lg-1 {
      margin-right: 0.25rem !important; }
    .rtl .mr-lg-2,
    .rtl .mx-lg-2 {
      margin-left: 0.5rem !important; }
    .rtl .ml-lg-2,
    .rtl .mx-lg-2 {
      margin-right: 0.5rem !important; }
    .rtl .mr-lg-3,
    .rtl .mx-lg-3 {
      margin-left: 1rem !important; }
    .rtl .ml-lg-3,
    .rtl .mx-lg-3 {
      margin-right: 1rem !important; }
    .rtl .mr-lg-4,
    .rtl .mx-lg-4 {
      margin-left: 1.5rem !important; }
    .rtl .ml-lg-4,
    .rtl .mx-lg-4 {
      margin-right: 1.5rem !important; }
    .rtl .mr-lg-5,
    .rtl .mx-lg-5 {
      margin-left: 0.3125rem !important; }
    .rtl .ml-lg-5,
    .rtl .mx-lg-5 {
      margin-right: 0.3125rem !important; }
    .rtl .mr-lg-10,
    .rtl .mx-lg-10 {
      margin-left: 0.625rem !important; }
    .rtl .ml-lg-10,
    .rtl .mx-lg-10 {
      margin-right: 0.625rem !important; }
    .rtl .mr-lg-15,
    .rtl .mx-lg-15 {
      margin-left: 0.9375rem !important; }
    .rtl .ml-lg-15,
    .rtl .mx-lg-15 {
      margin-right: 0.9375rem !important; }
    .rtl .mr-lg-20,
    .rtl .mx-lg-20 {
      margin-left: 1.25rem !important; }
    .rtl .ml-lg-20,
    .rtl .mx-lg-20 {
      margin-right: 1.25rem !important; }
    .rtl .mr-lg-25,
    .rtl .mx-lg-25 {
      margin-left: 1.563rem !important; }
    .rtl .ml-lg-25,
    .rtl .mx-lg-25 {
      margin-right: 1.563rem !important; }
    .rtl .mr-lg-30,
    .rtl .mx-lg-30 {
      margin-left: 1.875rem !important; }
    .rtl .ml-lg-30,
    .rtl .mx-lg-30 {
      margin-right: 1.875rem !important; }
    .rtl .mr-lg-40,
    .rtl .mx-lg-40 {
      margin-left: 2.5rem !important; }
    .rtl .ml-lg-40,
    .rtl .mx-lg-40 {
      margin-right: 2.5rem !important; }
    .rtl .mr-lg-50,
    .rtl .mx-lg-50 {
      margin-left: 3.125rem !important; }
    .rtl .ml-lg-50,
    .rtl .mx-lg-50 {
      margin-right: 3.125rem !important; }
    .rtl .mr-lg-60,
    .rtl .mx-lg-60 {
      margin-left: 3.75rem !important; }
    .rtl .ml-lg-60,
    .rtl .mx-lg-60 {
      margin-right: 3.75rem !important; }
    .rtl .mr-lg-70,
    .rtl .mx-lg-70 {
      margin-left: 4.375rem !important; }
    .rtl .ml-lg-70,
    .rtl .mx-lg-70 {
      margin-right: 4.375rem !important; }
    .rtl .pr-lg-0,
    .rtl .px-lg-0 {
      padding-left: 0 !important; }
    .rtl .pl-lg-0,
    .rtl .px-lg-0 {
      padding-right: 0 !important; }
    .rtl .pr-lg-1,
    .rtl .px-lg-1 {
      padding-left: 0.25rem !important; }
    .rtl .pl-lg-1,
    .rtl .px-lg-1 {
      padding-right: 0.25rem !important; }
    .rtl .pr-lg-2,
    .rtl .px-lg-2 {
      padding-left: 0.5rem !important; }
    .rtl .pl-lg-2,
    .rtl .px-lg-2 {
      padding-right: 0.5rem !important; }
    .rtl .pr-lg-3,
    .rtl .px-lg-3 {
      padding-left: 1rem !important; }
    .rtl .pl-lg-3,
    .rtl .px-lg-3 {
      padding-right: 1rem !important; }
    .rtl .pr-lg-4,
    .rtl .px-lg-4 {
      padding-left: 1.5rem !important; }
    .rtl .pl-lg-4,
    .rtl .px-lg-4 {
      padding-right: 1.5rem !important; }
    .rtl .pr-lg-5,
    .rtl .px-lg-5 {
      padding-left: 0.3125rem !important; }
    .rtl .pl-lg-5,
    .rtl .px-lg-5 {
      padding-right: 0.3125rem !important; }
    .rtl .pr-lg-10,
    .rtl .px-lg-10 {
      padding-left: 0.625rem !important; }
    .rtl .pl-lg-10,
    .rtl .px-lg-10 {
      padding-right: 0.625rem !important; }
    .rtl .pr-lg-15,
    .rtl .px-lg-15 {
      padding-left: 0.9375rem !important; }
    .rtl .pl-lg-15,
    .rtl .px-lg-15 {
      padding-right: 0.9375rem !important; }
    .rtl .pr-lg-20,
    .rtl .px-lg-20 {
      padding-left: 1.25rem !important; }
    .rtl .pl-lg-20,
    .rtl .px-lg-20 {
      padding-right: 1.25rem !important; }
    .rtl .pr-lg-25,
    .rtl .px-lg-25 {
      padding-left: 1.563rem !important; }
    .rtl .pl-lg-25,
    .rtl .px-lg-25 {
      padding-right: 1.563rem !important; }
    .rtl .pr-lg-30,
    .rtl .px-lg-30 {
      padding-left: 1.875rem !important; }
    .rtl .pl-lg-30,
    .rtl .px-lg-30 {
      padding-right: 1.875rem !important; }
    .rtl .pr-lg-40,
    .rtl .px-lg-40 {
      padding-left: 2.5rem !important; }
    .rtl .pl-lg-40,
    .rtl .px-lg-40 {
      padding-right: 2.5rem !important; }
    .rtl .pr-lg-50,
    .rtl .px-lg-50 {
      padding-left: 3.125rem !important; }
    .rtl .pl-lg-50,
    .rtl .px-lg-50 {
      padding-right: 3.125rem !important; }
    .rtl .pr-lg-60,
    .rtl .px-lg-60 {
      padding-left: 3.75rem !important; }
    .rtl .pl-lg-60,
    .rtl .px-lg-60 {
      padding-right: 3.75rem !important; }
    .rtl .pr-lg-70,
    .rtl .px-lg-70 {
      padding-left: 4.375rem !important; }
    .rtl .pl-lg-70,
    .rtl .px-lg-70 {
      padding-right: 4.375rem !important; }
    .rtl .mr-lg-auto {
      margin-right: inherit !important;
      margin-left: auto !important; }
    .rtl .ml-lg-auto {
      margin-right: auto !important;
      margin-left: inherit !important; } }
  @media (min-width: 1200px) {
    .rtl .mr-xl-0,
    .rtl .mx-xl-0 {
      margin-left: 0 !important; }
    .rtl .ml-xl-0,
    .rtl .mx-xl-0 {
      margin-right: 0 !important; }
    .rtl .mr-xl-1,
    .rtl .mx-xl-1 {
      margin-left: 0.25rem !important; }
    .rtl .ml-xl-1,
    .rtl .mx-xl-1 {
      margin-right: 0.25rem !important; }
    .rtl .mr-xl-2,
    .rtl .mx-xl-2 {
      margin-left: 0.5rem !important; }
    .rtl .ml-xl-2,
    .rtl .mx-xl-2 {
      margin-right: 0.5rem !important; }
    .rtl .mr-xl-3,
    .rtl .mx-xl-3 {
      margin-left: 1rem !important; }
    .rtl .ml-xl-3,
    .rtl .mx-xl-3 {
      margin-right: 1rem !important; }
    .rtl .mr-xl-4,
    .rtl .mx-xl-4 {
      margin-left: 1.5rem !important; }
    .rtl .ml-xl-4,
    .rtl .mx-xl-4 {
      margin-right: 1.5rem !important; }
    .rtl .mr-xl-5,
    .rtl .mx-xl-5 {
      margin-left: 0.3125rem !important; }
    .rtl .ml-xl-5,
    .rtl .mx-xl-5 {
      margin-right: 0.3125rem !important; }
    .rtl .mr-xl-10,
    .rtl .mx-xl-10 {
      margin-left: 0.625rem !important; }
    .rtl .ml-xl-10,
    .rtl .mx-xl-10 {
      margin-right: 0.625rem !important; }
    .rtl .mr-xl-15,
    .rtl .mx-xl-15 {
      margin-left: 0.9375rem !important; }
    .rtl .ml-xl-15,
    .rtl .mx-xl-15 {
      margin-right: 0.9375rem !important; }
    .rtl .mr-xl-20,
    .rtl .mx-xl-20 {
      margin-left: 1.25rem !important; }
    .rtl .ml-xl-20,
    .rtl .mx-xl-20 {
      margin-right: 1.25rem !important; }
    .rtl .mr-xl-25,
    .rtl .mx-xl-25 {
      margin-left: 1.563rem !important; }
    .rtl .ml-xl-25,
    .rtl .mx-xl-25 {
      margin-right: 1.563rem !important; }
    .rtl .mr-xl-30,
    .rtl .mx-xl-30 {
      margin-left: 1.875rem !important; }
    .rtl .ml-xl-30,
    .rtl .mx-xl-30 {
      margin-right: 1.875rem !important; }
    .rtl .mr-xl-40,
    .rtl .mx-xl-40 {
      margin-left: 2.5rem !important; }
    .rtl .ml-xl-40,
    .rtl .mx-xl-40 {
      margin-right: 2.5rem !important; }
    .rtl .mr-xl-50,
    .rtl .mx-xl-50 {
      margin-left: 3.125rem !important; }
    .rtl .ml-xl-50,
    .rtl .mx-xl-50 {
      margin-right: 3.125rem !important; }
    .rtl .mr-xl-60,
    .rtl .mx-xl-60 {
      margin-left: 3.75rem !important; }
    .rtl .ml-xl-60,
    .rtl .mx-xl-60 {
      margin-right: 3.75rem !important; }
    .rtl .mr-xl-70,
    .rtl .mx-xl-70 {
      margin-left: 4.375rem !important; }
    .rtl .ml-xl-70,
    .rtl .mx-xl-70 {
      margin-right: 4.375rem !important; }
    .rtl .pr-xl-0,
    .rtl .px-xl-0 {
      padding-left: 0 !important; }
    .rtl .pl-xl-0,
    .rtl .px-xl-0 {
      padding-right: 0 !important; }
    .rtl .pr-xl-1,
    .rtl .px-xl-1 {
      padding-left: 0.25rem !important; }
    .rtl .pl-xl-1,
    .rtl .px-xl-1 {
      padding-right: 0.25rem !important; }
    .rtl .pr-xl-2,
    .rtl .px-xl-2 {
      padding-left: 0.5rem !important; }
    .rtl .pl-xl-2,
    .rtl .px-xl-2 {
      padding-right: 0.5rem !important; }
    .rtl .pr-xl-3,
    .rtl .px-xl-3 {
      padding-left: 1rem !important; }
    .rtl .pl-xl-3,
    .rtl .px-xl-3 {
      padding-right: 1rem !important; }
    .rtl .pr-xl-4,
    .rtl .px-xl-4 {
      padding-left: 1.5rem !important; }
    .rtl .pl-xl-4,
    .rtl .px-xl-4 {
      padding-right: 1.5rem !important; }
    .rtl .pr-xl-5,
    .rtl .px-xl-5 {
      padding-left: 0.3125rem !important; }
    .rtl .pl-xl-5,
    .rtl .px-xl-5 {
      padding-right: 0.3125rem !important; }
    .rtl .pr-xl-10,
    .rtl .px-xl-10 {
      padding-left: 0.625rem !important; }
    .rtl .pl-xl-10,
    .rtl .px-xl-10 {
      padding-right: 0.625rem !important; }
    .rtl .pr-xl-15,
    .rtl .px-xl-15 {
      padding-left: 0.9375rem !important; }
    .rtl .pl-xl-15,
    .rtl .px-xl-15 {
      padding-right: 0.9375rem !important; }
    .rtl .pr-xl-20,
    .rtl .px-xl-20 {
      padding-left: 1.25rem !important; }
    .rtl .pl-xl-20,
    .rtl .px-xl-20 {
      padding-right: 1.25rem !important; }
    .rtl .pr-xl-25,
    .rtl .px-xl-25 {
      padding-left: 1.563rem !important; }
    .rtl .pl-xl-25,
    .rtl .px-xl-25 {
      padding-right: 1.563rem !important; }
    .rtl .pr-xl-30,
    .rtl .px-xl-30 {
      padding-left: 1.875rem !important; }
    .rtl .pl-xl-30,
    .rtl .px-xl-30 {
      padding-right: 1.875rem !important; }
    .rtl .pr-xl-40,
    .rtl .px-xl-40 {
      padding-left: 2.5rem !important; }
    .rtl .pl-xl-40,
    .rtl .px-xl-40 {
      padding-right: 2.5rem !important; }
    .rtl .pr-xl-50,
    .rtl .px-xl-50 {
      padding-left: 3.125rem !important; }
    .rtl .pl-xl-50,
    .rtl .px-xl-50 {
      padding-right: 3.125rem !important; }
    .rtl .pr-xl-60,
    .rtl .px-xl-60 {
      padding-left: 3.75rem !important; }
    .rtl .pl-xl-60,
    .rtl .px-xl-60 {
      padding-right: 3.75rem !important; }
    .rtl .pr-xl-70,
    .rtl .px-xl-70 {
      padding-left: 4.375rem !important; }
    .rtl .pl-xl-70,
    .rtl .px-xl-70 {
      padding-right: 4.375rem !important; }
    .rtl .mr-xl-auto {
      margin-right: inherit !important;
      margin-left: auto !important; }
    .rtl .ml-xl-auto {
      margin-right: auto !important;
      margin-left: inherit !important; } }

/*==== Core Mixins ====*/
/*====== All Mixin Files Include Here ======*/
.square-10 {
  display: inline-block;
  font-size: 5px;
  height: 10px !important;
  line-height: 10px;
  text-align: center;
  width: 10px !important;
  vertical-align: middle; }

.square-15 {
  display: inline-block;
  font-size: 7px;
  height: 15px !important;
  line-height: 15px;
  text-align: center;
  width: 15px !important;
  vertical-align: middle; }

.square-20 {
  display: inline-block;
  font-size: 10px;
  height: 20px !important;
  line-height: 20px;
  text-align: center;
  width: 20px !important;
  vertical-align: middle; }

.square-30 {
  display: inline-block;
  font-size: 15px;
  height: 30px !important;
  line-height: 30px;
  text-align: center;
  width: 30px !important;
  vertical-align: middle; }

.square-40, .size-40 {
  display: inline-block;
  font-size: 20px;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  width: 40px !important;
  vertical-align: middle; }

.square-50 {
  display: inline-block;
  font-size: 25px;
  height: 50px !important;
  line-height: 50px;
  text-align: center;
  width: 50px !important;
  vertical-align: middle; }

.square-60, .size-60 {
  display: inline-block;
  font-size: 30px;
  height: 60px !important;
  line-height: 60px;
  text-align: center;
  width: 60px !important;
  vertical-align: middle; }

.square-70 {
  display: inline-block;
  font-size: 35px;
  height: 70px !important;
  line-height: 70px;
  text-align: center;
  width: 70px !important;
  vertical-align: middle; }

.square-80, .size-80 {
  display: inline-block;
  font-size: 40px;
  height: 80px !important;
  line-height: 80px;
  text-align: center;
  width: 80px !important;
  vertical-align: middle; }

.square-100, .size-100 {
  display: inline-block;
  font-size: 50px;
  height: 100px !important;
  line-height: 100px;
  text-align: center;
  width: 100px !important;
  vertical-align: middle; }

.square-120, .size-120 {
  display: inline-block;
  font-size: 60px;
  height: 120px !important;
  line-height: 120px;
  text-align: center;
  width: 120px !important;
  vertical-align: middle; }

/*======= Chip outline ========*/
.chip-outline-primary {
  color: #5D92F4 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #5D92F4 !important; }

.chip-outline-secondary {
  color: #677080 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #677080 !important; }

.chip-outline-success {
  color: #00D014 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #00D014 !important; }

.chip-outline-info {
  color: #00D0BD !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #00D0BD !important; }

.chip-outline-warning {
  color: #FFB70F !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #FFB70F !important; }

.chip-outline-danger {
  color: #FF3739 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #FF3739 !important; }

.chip-outline-light {
  color: #FAFAFA !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #FAFAFA !important; }

.chip-outline-dark {
  color: #464D69 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #464D69 !important; }

.chip-outline-light-yellow {
  color: #fff59d !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #fff59d !important; }

.chip-outline-twitter {
  color: #52aeff !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #52aeff !important; }

.chip-outline-facebook {
  color: #3b5998 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #3b5998 !important; }

.chip-outline-google {
  color: #f13a30 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #f13a30 !important; }

.chip-outline-pinterest {
  color: #d32f2f !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #d32f2f !important; }

.chip-outline-instagram {
  color: #8d6e63 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #8d6e63 !important; }

.chip-outline-rss {
  color: #ff9800 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #ff9800 !important; }

.chip-outline-tumblr {
  color: #607d8b !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #607d8b !important; }

.chip-outline-linkedin {
  color: #4875b4 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #4875b4 !important; }

.chip-outline-dribbble {
  color: #f06292 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #f06292 !important; }

.chip-outline-youtube {
  color: #d50000 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #d50000 !important; }

.chip-outline-github {
  color: #424242 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #424242 !important; }

.chip-outline-skype {
  color: #4fc3f7 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #4fc3f7 !important; }

.chip-outline-orange {
  color: #D46B08 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #D46B08 !important; }

.chip-outline-purple {
  color: #564fc1 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #564fc1 !important; }

/*==== Core Utilities =====*/
/*===== All Utilities Files Include Here ======*/
.font-lg {
  font-size: 1.25rem; }

.font-md {
  font-size: 1rem; }

.font-sm {
  font-size: 0.875rem !important; }

.font-xs {
  font-size: 0.75rem !important;
  line-height: 1.25rem; }

.font-2x {
  font-size: 2rem; }

.font-3x {
  font-size: 3rem; }

.font-4x {
  font-size: 4rem !important; }

.font-5x {
  font-size: 5rem; }

.font-xl {
  font-size: 2.625rem; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

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

.fw-normal {
  font-weight: 400 !important; }

.fw-semi-bold {
  font-weight: 500 !important; }

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

.text-pink {
  color: #FF2B72 !important; }

.text-indigo {
  color: #174176 !important; }

.text-teal {
  color: #677080 !important; }

.text-purple {
  color: #564fc1 !important; }

.text-yellow {
  color: #D46B08 !important; }

.text-gray {
  color: #A5A7B2; }

.text-base {
  color: #A5A7B2; }

.facebook {
  color: #3b5998; }

.twitter {
  color: #52aeff; }

.linkedin {
  color: #4875b4; }

.google {
  color: #f13a30; }

/*=========== Background Utilities ==========*/
.gradient-primary {
  background: linear-gradient(180deg, #5d92f4 0%, #09203f 100%); }
  .gradient-primary * {
    color: #fff; }

.gradient-purple {
  background: linear-gradient(0deg, #f53844 0%, #42378f 100%); }
  .gradient-purple * {
    color: #fff; }

.gradient-success {
  background: linear-gradient(180deg, #00d0bd 0%, #007adf 100%); }
  .gradient-success * {
    color: #fff; }

.gradient-danger {
  background: linear-gradient(0deg, #b02e0c 0%, #ffb70f 100%); }
  .gradient-danger * {
    color: #fff; }

.gradient-warning {
  background: linear-gradient(0deg, #b02e0c 0%, #ffb70f 100%); }
  .gradient-warning * {
    color: #fff; }

.bg-aqua {
  background-color: #e1ebff; }

.bg-light {
  background-color: #F4F7FA !important; }

.bg-grdnt-violet {
  background: linear-gradient(180deg, #03001E 0%, #7303C0 24.82%, #EC38BC 62.59%, #FDEFF9 100%); }

.bg-grdnt-youtube {
  background: linear-gradient(0deg, #F5AF19 0%, #F12711 100%); }

.bg-grdnt-primary-danger {
  background: linear-gradient(0deg, #EC2F4B 0%, #009FFF 100%); }

.bg-grdnt-purple-danger {
  background: linear-gradient(0deg, #240B36 0%, #C31432 100%); }

.bg-grdnt-purple-dark {
  background: linear-gradient(to top, #24243e, #302b63, #0f0c29); }

/*====== All Custom Files Include Here ======*/
/*======= All Common Style Mention Here ======*/
html {
  font-size: 16px; }

@media (max-width: 1700px) {
  html {
    font-size: 15px; } }

@media (max-width: 1366px) {
  html {
    font-size: 15px; } }

@media (max-width: 1280px) {
  html {
    font-size: 15px; } }

@media (max-width: 991px) {
  html {
    font-size: 14px; } }

body, html {
  height: 100%; }

html {
  font-family: "Heebo", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  color: #464D69;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
  width: 100%; }

[tabindex="-1"]:focus {
  outline: none; }

ul, ol {
  padding: 0; }

select,
button,
textarea,
input {
  vertical-align: baseline; }

html[dir=rtl], html[dir=ltr],
body[dir=rtl],
body[dir=ltr] {
  unicode-bidi: embed; }

bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override; }

bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

p {
  font-size: 14px; }

a {
  transition: all 0.5s ease 0s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus, a.active {
    color: inherit;
    text-decoration: none;
    outline: 0; }

*::-moz-selection {
  background-color: #5D92F4;
  color: #FAFAFA; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #727891 !important; }

* {
  outline: none; }
  *:hover, *:focus, *.active {
    outline: none; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

sup {
  top: -0.9em; }

disabled {
  cursor: none; }

.vr-super {
  vertical-align: super; }

.pos-static {
  position: static !important; }

.overlay-wrap {
  position: relative; }

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.overflow-hidden {
  overflow: hidden; }

.border-rad-sm {
  border-radius: 5px; }

.border-rad-md {
  border-radius: 8px; }

address span {
  display: block; }

.pos-center:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.center-holder {
  display: inline-block;
  height: auto;
  padding: 1.25rem;
  vertical-align: middle;
  width: 90%; }

.strike p, .strike h5 {
  text-decoration: line-through; }

.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.switch.on {
  background-color: #00D014; }

.modal-open {
  overflow: visible !important; }

.aqua-ripple > div {
  transition: all 0.2s ease-in-out; }
  .aqua-ripple > div:hover {
    background-color: #e1ebff !important; }

[class*="col-"] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); }

/*======== Breadcrumb =========*/
.breadcrumb {
  background: none; }
  .breadcrumb .breadcrumb-item span {
    text-transform: lowercase; }

/*======== Loader Scss ========*/
.rct-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100% !important; }
  .rct-loader .spring-spinner-rotator {
    border-top-color: #5D92F4 !important;
    border-right-color: #5D92F4 !important; }

.loader-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 99;
  align-items: center;
  overflow: hidden;
  margin: 0 auto; }

.preloader-sidebar {
  background-color: rgba(0, 0, 0, 0.2); }

.preload-widget {
  background-color: #fff;
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.05); }

.preload-header {
  background-color: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.fixed-plugin .agency-bg {
  display: none; }

/*======== Responsive =========*/
@media (max-width: 1199px) and (min-width: 768px) {
  .d-sm-full {
    max-width: 100% !important;
    flex-basis: 100% !important; }
  .d-sm-half-block {
    max-width: 50% !important;
    flex-basis: 50% !important; } }

@media (max-width: 991px) and (min-width: 576px) {
  .d-xs-full {
    max-width: 100% !important;
    flex-basis: 100% !important; }
  .d-xs-half-block {
    max-width: 50% !important;
    flex-basis: 50% !important; } }

@media (max-width: 575px) and (min-width: 450px) {
  .d-xxs-full {
    max-width: 100% !important;
    flex-basis: 100% !important; }
  .d-xxs-half-block {
    max-width: 50% !important;
    flex-basis: 50% !important; } }

@media (max-width: 450px) {
  .d-xs-none {
    display: none; } }

@media (max-width: 575px) and (min-width: 320px) {
  .display-n {
    display: none !important; } }

/*======== Header Scss ========*/
.app-header .rct-header {
  background-color: #fff;
  z-index: -9 !important;
  box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.2) !important; }
  .app-header .rct-header .site-logo {
    padding: 1rem 4rem 0.8rem 2rem;
    background-color: #5D92F4; }
  .app-header .rct-header .navbar-left {
    margin-left: 0.85rem; }
  .app-header .rct-header .cart-icon .dropdown-menu .dropdown-foot a {
    color: #fff !important; }

.header-icon {
  height: 35px;
  width: 35px;
  border-top: 1px solid #EBEDF2;
  border-bottom: 1px solid #EBEDF2;
  border-left: 1px solid #EBEDF2;
  border-right: 1px solid #EBEDF2;
  border-radius: 0.25rem;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
  transition: all 0.5s ease 0s;
  color: #727891; }
  .header-icon:hover, .header-icon:focus, .header-icon.active {
    border-color: #5D92F4 !important;
    color: #5D92F4 !important; }
    .header-icon:hover a, .header-icon:focus a, .header-icon.active a {
      color: #5D92F4; }

.quciklink-dropdown .dropdown-menu,
.notification-dropdown .dropdown-menu,
.language-dropdown .dropdown-menu,
.cart-dropdown .dropdown-menu {
  background-color: #fafafa;
  width: 321px; }
  .quciklink-dropdown .dropdown-menu.show,
  .notification-dropdown .dropdown-menu.show,
  .language-dropdown .dropdown-menu.show,
  .cart-dropdown .dropdown-menu.show {
    transform: translate3d(0px, 48px, 0px) !important; }
  .quciklink-dropdown .dropdown-menu .dropdown-top,
  .notification-dropdown .dropdown-menu .dropdown-top,
  .language-dropdown .dropdown-menu .dropdown-top,
  .cart-dropdown .dropdown-menu .dropdown-top {
    padding: 1rem 1.25rem; }
  .quciklink-dropdown .dropdown-menu .dropdown-list,
  .notification-dropdown .dropdown-menu .dropdown-list,
  .language-dropdown .dropdown-menu .dropdown-list,
  .cart-dropdown .dropdown-menu .dropdown-list {
    background: transparent !important; }
    .quciklink-dropdown .dropdown-menu .dropdown-list li,
    .notification-dropdown .dropdown-menu .dropdown-list li,
    .language-dropdown .dropdown-menu .dropdown-list li,
    .cart-dropdown .dropdown-menu .dropdown-list li {
      display: inline-block;
      width: 46.5%;
      box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.02);
      margin: 0.3125rem;
      background-color: #fff; }
      .quciklink-dropdown .dropdown-menu .dropdown-list li a,
      .notification-dropdown .dropdown-menu .dropdown-list li a,
      .language-dropdown .dropdown-menu .dropdown-list li a,
      .cart-dropdown .dropdown-menu .dropdown-list li a {
        height: 48px;
        display: flex;
        align-items: center;
        padding: 0 1rem; }
        .quciklink-dropdown .dropdown-menu .dropdown-list li a span,
        .notification-dropdown .dropdown-menu .dropdown-list li a span,
        .language-dropdown .dropdown-menu .dropdown-list li a span,
        .cart-dropdown .dropdown-menu .dropdown-list li a span {
          font-size: 0.875rem;
          transition: color 0.3s ease;
          color: #464D69; }
      .quciklink-dropdown .dropdown-menu .dropdown-list li:hover,
      .notification-dropdown .dropdown-menu .dropdown-list li:hover,
      .language-dropdown .dropdown-menu .dropdown-list li:hover,
      .cart-dropdown .dropdown-menu .dropdown-list li:hover {
        background-color: #fff !important; }
        .quciklink-dropdown .dropdown-menu .dropdown-list li:hover a span,
        .notification-dropdown .dropdown-menu .dropdown-list li:hover a span,
        .language-dropdown .dropdown-menu .dropdown-list li:hover a span,
        .cart-dropdown .dropdown-menu .dropdown-list li:hover a span {
          color: #5D92F4 !important; }

.language-dropdown .dropdown-menu,
.cart-dropdown .dropdown-menu {
  left: -15rem !important; }
  .language-dropdown .dropdown-menu a,
  .cart-dropdown .dropdown-menu a {
    font-size: 0.875rem;
    color: #464D69; }
    .language-dropdown .dropdown-menu a:hover,
    .cart-dropdown .dropdown-menu a:hover {
      color: #5D92F4 !important; }

.cart-dropdown .dropdown-menu .dropdown-list li,
.notification-dropdown .dropdown-menu .dropdown-list li {
  width: 97% !important;
  padding: 0.75rem; }
  .cart-dropdown .dropdown-menu .dropdown-list li a,
  .notification-dropdown .dropdown-menu .dropdown-list li a {
    padding: 0;
    height: auto !important;
    display: inline-block; }

.notification-dropdown .dropdown-menu {
  width: 360px;
  left: -19.5rem !important; }

.language-icon {
  height: 2.25rem;
  width: 5rem;
  line-height: 26px;
  padding: 0.25rem;
  color: #464D69;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  background-color: #fff; }

.cart-dropdown .dropdown-foot a,
.cart-dropdown .dropdown-foot a:hover {
  color: #fff !important; }

.humburger {
  color: #727891 !important;
  border: 1px solid #EBEDF2 !important;
  height: 2.5rem !important;
  width: 2.5rem !important; }

.rct-app-content.mobile-tablet-mode {
  width: 100%; }

@media (max-width: 1199px) and (min-width: 320px) {
  .rct-header.mui-fixed {
    left: 0; }
  .rct-app-content {
    width: 100% !important; } }

/*========= Dashboard Overlay ======*/
@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.show {
  -webkit-animation-name: show;
  animation-name: show; }

.dashboard-overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  padding: 1.875rem;
  height: 100vh;
  top: 63px;
  z-index: 99;
  overflow-y: auto;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .dashboard-overlay .dashboard-overlay-content {
    color: #464D69; }
    .dashboard-overlay .dashboard-overlay-content .arrow-icon {
      font-size: 2.25rem;
      color: #00D014; }
    .dashboard-overlay .dashboard-overlay-content .totle-status h2 {
      font-size: 1.5rem; }
  .dashboard-overlay .table tr td:last-child {
    text-align: right; }
  .dashboard-overlay .progress {
    height: 6px; }
  .dashboard-overlay .rating-star li {
    font-size: 1.875rem; }
  .dashboard-overlay .report-title {
    background: #FAFAFA;
    font-size: 0.875rem;
    padding: 0.9375rem;
    margin-bottom: 0; }
  .dashboard-overlay .overlay-head {
    padding: 0 0.9375rem; }
    .dashboard-overlay .overlay-head .closed {
      font-size: 1.375rem;
      color: #fff;
      font-weight: 700; }

/*======== Search Form =======*/
.search-icon .search-wrapper {
  position: relative; }
  .search-icon .search-wrapper::before {
    content: "\f1c3";
    font-family: "Material-Design-Iconic-Font";
    color: #727891;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    font-size: 1.25rem;
    cursor: pointer; }
  .search-icon .search-wrapper .search-input-lg {
    padding: 0.5rem 0.75rem 0.5rem 3.25rem;
    width: 200px;
    transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 0.875rem; }
    .search-icon .search-wrapper .search-input-lg:focus {
      box-shadow: none;
      width: 250px; }

.search-icon .search-form-wrap {
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  opacity: 0; }
  .search-icon .search-form-wrap .close-btn {
    position: absolute;
    right: 2.5rem;
    top: 4rem; }
  .search-icon .search-form-wrap form {
    width: 75%; }
    .search-icon .search-form-wrap form .form-group {
      position: relative; }
      .search-icon .search-form-wrap form .form-group .search-input {
        border: none;
        border-bottom: 1px solid #fff;
        background-color: transparent !important;
        box-shadow: none !important;
        padding: 1rem 3rem 1rem 0;
        color: #fff; }
      .search-icon .search-form-wrap form .form-group .search-btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0; }
  .search-icon .search-form-wrap.search-slide {
    transform: translateY(0);
    opacity: 1; }

/*======= Responsive ========*/
@media (max-width: 500px) {
  .rct-header .site-logo,
  .summary-icon {
    display: none !important; } }

@media (min-width: 725px) {
  .search-wrapper {
    display: block !important; } }

@media (max-width: 724px) {
  .app-horizontal .app-header .site-logo {
    padding: 0.875rem 1rem !important; }
  .app-horizontal .app-header .navbar-right {
    margin: 0 0 0 -1.25rem; }
  .search-form-wrap,
  .search-icon-btn {
    display: block !important; } }

@media (max-width: 991px) {
  .app-main-container > div > div {
    box-shadow: none !important; }
  .notification-dropdown .dropdown-menu,
  .language-dropdown .dropdown-menu,
  .cart-dropdown .dropdown-menu {
    width: 280px !important;
    left: -16rem !important; } }

@media (max-width: 450px) {
  .language-dropdown .dropdown-menu {
    left: -8rem !important; }
  .notification-dropdown .dropdown-menu {
    left: -13rem !important; } }

/*@import "./custom/sidebar";*/
/*======== Horizontal Menu Layout ========*/
.app-horizontal .background-img,
.app-horizontal ul.text-center > li:nth-of-type(3),
.app-horizontal .app-settings > li:nth-of-type(2) {
  display: none; }

.app-horizontal .app-header .humburger {
  display: none; }

.horizontal-menu {
  display: flex;
  background-color: #ffffff;
  height: 3.125rem;
  box-shadow: 0 2px 10px 0 rgba(204, 204, 204, 0.5);
  left: 0;
  right: 0;
  z-index: 99; }
  .horizontal-menu .no-arrow::after {
    display: none; }
  .horizontal-menu > ul {
    width: 100%; }
    .horizontal-menu > ul.horizontal-center {
      justify-content: center; }
    .horizontal-menu > ul > li {
      position: relative; }
      .horizontal-menu > ul > li > a {
        color: #464d69;
        padding: 0.9375rem 1.563rem 0.9375rem 1.563rem;
        font-size: 0.875rem;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: center; }
        .horizontal-menu > ul > li > a::after {
          content: "\F2F9";
          font-family: 'Material-Design-Iconic-Font';
          font-size: 0.875rem;
          margin-left: 0.9375rem; }
        .horizontal-menu > ul > li > a:hover {
          background-color: #fafafa; }
        .horizontal-menu > ul > li > a i {
          margin-right: 0.625rem; }
      .horizontal-menu > ul > li:hover .sub-menu {
        opacity: 1;
        visibility: visible; }
      .horizontal-menu > ul > li .sub-menu {
        position: absolute;
        left: 0;
        z-index: 99;
        background-color: #ffffff;
        width: 15rem;
        visibility: hidden;
        opacity: 0;
        transform-origin: left 0 0;
        transition: all 0.3s ease-in-out 0s;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09); }
        .horizontal-menu > ul > li .sub-menu > li > a {
          text-transform: capitalize; }
          .horizontal-menu > ul > li .sub-menu > li > a::after {
            content: "\F2FB";
            font-family: 'Material-Design-Iconic-Font';
            position: absolute;
            right: 18px; }
          .horizontal-menu > ul > li .sub-menu > li > a:hover {
            background-color: #fafafa; }
        .horizontal-menu > ul > li .sub-menu li {
          position: relative; }
          .horizontal-menu > ul > li .sub-menu li a:hover {
            background-color: #fafafa; }
          .horizontal-menu > ul > li .sub-menu li:hover .sub-menu-child {
            opacity: 1;
            visibility: visible; }
          .horizontal-menu > ul > li .sub-menu li .sub-menu-child {
            position: absolute;
            width: 100%;
            left: 15rem;
            top: 0;
            background-color: #ffffff;
            opacity: 0;
            visibility: hidden;
            transform-origin: left 0 0;
            transition: all 0.3s ease-in-out 0s;
            box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09); }
            .horizontal-menu > ul > li .sub-menu li .sub-menu-child > li > a {
              text-transform: capitalize; }
              .horizontal-menu > ul > li .sub-menu li .sub-menu-child > li > a::after {
                content: "\F2FB";
                font-family: 'Material-Design-Iconic-Font';
                position: absolute;
                right: 10px; }
              .horizontal-menu > ul > li .sub-menu li .sub-menu-child > li > a:hover {
                background-color: #fafafa; }
            .horizontal-menu > ul > li .sub-menu li .sub-menu-child li {
              position: relative; }
              .horizontal-menu > ul > li .sub-menu li .sub-menu-child li a:hover {
                background-color: #fafafa; }
              .horizontal-menu > ul > li .sub-menu li .sub-menu-child li:hover .sub-menu-sub-child {
                opacity: 1;
                visibility: visible; }
              .horizontal-menu > ul > li .sub-menu li .sub-menu-child li .sub-menu-sub-child {
                position: absolute;
                width: 100%;
                left: 15rem;
                top: 0;
                background-color: #ffffff;
                opacity: 0;
                visibility: hidden;
                transform-origin: left 0 0;
                transition: all 0.3s ease-in-out 0s;
                box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09); }
          .horizontal-menu > ul > li .sub-menu li .deep-level {
            width: 500px;
            height: 350px; }
            .horizontal-menu > ul > li .sub-menu li .deep-level li {
              display: inline-block;
              width: 32%; }
          .horizontal-menu > ul > li .sub-menu li a {
            color: #464d69;
            padding: 0.8125rem 0.625rem 0.8125rem 1.563rem;
            font-size: 0.875rem; }
            .horizontal-menu > ul > li .sub-menu li a i {
              margin-right: 0.625rem; }

@media (max-width: 965px) and (min-width: 320px) {
  .menu-title {
    display: none; }
  .horizontal-menu > ul > li > a {
    font-size: 1.2rem; } }

@media (max-width: 780px) and (min-width: 320px) {
  .horizontal-menu > ul > li .sub-menu {
    width: 12rem; }
    .horizontal-menu > ul > li .sub-menu li a {
      padding: 0.8125rem 0.625rem 0.8125rem 0.563rem; }
      .horizontal-menu > ul > li .sub-menu li a i {
        display: none; }
    .horizontal-menu > ul > li .sub-menu li .sub-menu-child {
      left: 12rem; }
  .horizontal-menu > ul > li .deep-level li {
    width: 26% !important; }
    .horizontal-menu > ul > li .deep-level li a {
      padding: 0.5rem !important; } }

@media (max-width: 700px) and (min-width: 320px) {
  .horizontal-menu > ul > li {
    position: static;
    flex: 1 1 0; }
    .horizontal-menu > ul > li .sub-menu {
      width: 100%;
      transition: all 0.5s ease-in-out 0s; }
      .horizontal-menu > ul > li .sub-menu li .sub-menu-child {
        left: 0;
        z-index: 999;
        position: static;
        max-height: 0; }
        .horizontal-menu > ul > li .sub-menu li .sub-menu-child li a {
          padding-left: 1.875rem; }
      .horizontal-menu > ul > li .sub-menu li:hover .sub-menu-child {
        max-height: 1500px; } }

@media (max-width: 473px) {
  .horizontal-menu > ul > li > a {
    padding: 0rem 0rem 0rem 0rem;
    line-height: 3.65; } }

/*======== Agency Menu Layout ========*/
.app-boxed .app-container {
  margin: 0 auto; }
  .app-boxed .app-container .app-header {
    padding: 1rem 0;
    margin: 0 1rem; }
    .app-boxed .app-container .app-header .rct-header {
      background-color: transparent !important;
      box-shadow: none !important; }
      .app-boxed .app-container .app-header .rct-header > div {
        padding: 0 !important; }
      .app-boxed .app-container .app-header .rct-header .site-logo {
        background-color: transparent !important;
        padding: 0 !important; }
      .app-boxed .app-container .app-header .rct-header .navbar-right li.summary-icon {
        display: none; }
      .app-boxed .app-container .app-header .rct-header .navbar-right li button,
      .app-boxed .app-container .app-header .rct-header .navbar-right li a i,
      .app-boxed .app-container .app-header .rct-header .navbar-right li a button {
        color: #fff; }
      .app-boxed .app-container .app-header .rct-header .navbar-right li .dropdown-menu ul li button,
      .app-boxed .app-container .app-header .rct-header .navbar-right li .dropdown-menu ul li a i {
        color: #464D69; }
  .app-boxed .app-container .rct-page {
    background-color: #F4F7FA;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 1rem; }
    .app-boxed .app-container .rct-page .agency-menu {
      height: 4.688rem;
      padding-right: 1.5rem; }
      .app-boxed .app-container .rct-page .agency-menu .nav-link span {
        transition: color 0.2s ease; }
      .app-boxed .app-container .rct-page .agency-menu .nav .nav-item:hover > .nav-link,
      .app-boxed .app-container .rct-page .agency-menu .nav .nav-item:hover > .nav-link > span {
        color: #5D92F4 !important; }
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item > .nav-link {
        height: 4.688rem; }
        .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item > .nav-link i {
          font-size: 1.25rem; }
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item.nav-item-active:after,
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu:after,
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child:after,
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu-child .nav-item > .sub-menu-sub-child:after {
        content: "";
        position: absolute;
        border: 9px solid black;
        border-color: transparent transparent #FFFFFF #FFFFFF;
        box-shadow: -3px 3.5px 7px rgba(204, 204, 204, 0.25);
        z-index: 4;
        transition: all 0.2s ease; }
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu,
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu-child,
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu-sub-child {
        box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
        border-radius: 5px;
        transform: translateY(2rem);
        transition: transform 0.2s ease-in; }
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu {
        top: 4.75rem;
        left: 1.5rem; }
        .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu > .nav-item {
          position: relative; }
          .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu > .nav-item:after {
            content: "";
            left: 0;
            top: 0;
            bottom: 0;
            border-left: 5px solid #5D92F4;
            position: absolute;
            opacity: 0;
            transition: all 0.3s ease-in-out; }
          .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu > .nav-item:hover:after {
            opacity: 1; }
        .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu li:first-child .nav-link {
          border-radius: 5px 5px 0 0; }
        .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu li:last-child .nav-link {
          border-radius: 0 0 5px 5px; }
        .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu li .deep-level {
          width: 500px !important; }
        .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu:after {
          top: -0.5rem;
          left: 2rem;
          transform: rotate(135deg); }
        .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item .nav-link {
          display: flex;
          align-items: center; }
        .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child {
          left: 15.8rem;
          width: 75%; }
          .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child:after {
            top: 1rem;
            left: -0.5rem;
            transform: rotate(45deg); }
          .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child li .sub-menu-sub-child {
            width: 75%;
            left: 12rem; }
            .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child li .sub-menu-sub-child li:hover > .nav-link,
            .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child li .sub-menu-sub-child li:hover > .nav-link span {
              color: #5D92F4 !important; }
            .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child li .sub-menu-sub-child:after {
              top: 1rem;
              left: -0.5rem;
              transform: rotate(45deg); }
          .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child li:hover > .sub-menu-sub-child {
            transform: translateY(0rem); }
        .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item:hover > .sub-menu-child {
          transform: translateY(0rem); }
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item:hover .sub-menu {
        transform: translateY(0); }
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item.nav-item-active:hover:after {
        content: none; }
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item.nav-item-active > .nav-link,
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item.nav-item-active > .nav-link span {
        color: #5D92F4 !important; }
      .app-boxed .app-container .rct-page .agency-menu .nav > .nav-item.nav-item-active:after {
        top: 4rem;
        left: 3.55rem;
        transform: rotate(-45deg); }
  .app-boxed .app-container .rct-footer {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
    margin: 0 1rem; }
    .app-boxed .app-container .rct-footer * {
      color: #fff; }
  .app-boxed .app-container .fixed-plugin .agency-bg {
    display: block !important; }
    .app-boxed .app-container .fixed-plugin .agency-bg li.active .badge {
      border: 3px solid #5D92F4;
      box-shadow: 0 0 5px #5D92F4; }

.app-boxed .mail-sidebar-wrap .user-wrap,
.app-boxed .todo-sidebar-wrap .user-wrap,
.app-boxed .chat-sidebar .user-wrap {
  height: auto !important; }

@media (min-width: 1400px) {
  .app-boxed .app-container {
    width: 1500px; }
  .app-boxed .rct-footer,
  .app-boxed .app-header,
  .app-boxed .rct-page {
    margin: 0 1.875rem; } }

@media (min-width: 1208px) {
  .app-boxed .agency-menu .hamburger-icon {
    display: none; }
  .app-boxed .fixed-plugin .sidebar-overlay,
  .app-boxed .fixed-plugin .sidebar-color,
  .app-boxed .fixed-plugin .sidebar-img,
  .app-boxed .fixed-plugin .sidebar-img-check,
  .app-boxed .fixed-plugin .background-img,
  .app-boxed .fixed-plugin .mini-sidebar-option,
  .app-boxed .fixed-plugin .box-layout-option {
    display: none; } }

@media (max-width: 1207px) {
  .app-boxed .app-header {
    padding: 0 !important; }
  .app-boxed .agency-menu {
    padding: 0 1.5rem;
    height: 3.5rem !important; }
    .app-boxed .agency-menu .nav {
      display: none; }
    .app-boxed .agency-menu .hamburger-icon {
      display: block; }
  .app-boxed .rct-page > .rct-scroll {
    height: calc(100vh - 9.75rem) !important; }
  .app-boxed .rct-footer {
    padding: 0.5rem 0;
    justify-content: center !important; }
    .app-boxed .rct-footer ul {
      display: none !important; } }

@media (max-width: 500px) {
  .app-boxed .rct-header .site-logo {
    display: block !important; }
    .app-boxed .rct-header .site-logo .logo-normal {
      display: none !important; } }

@media (max-width: 1050px) {
  .app-boxed .horizontal-menu > ul > li > a {
    padding: 0.5rem 1rem !important; } }

@media (max-width: 1200px) and (min-width: 900px) {
  .agency-menu .nav > .nav-item:last-child > .sub-menu > .nav-item:last-child:hover > .nav-link:after {
    transform: rotate(90deg); }
  .agency-menu .nav > .nav-item:last-child > .sub-menu > .nav-item:last-child .sub-menu-child {
    left: 0 !important;
    top: 3rem !important;
    width: 100% !important; }
    .agency-menu .nav > .nav-item:last-child > .sub-menu > .nav-item:last-child .sub-menu-child:after {
      content: none !important; }
    .agency-menu .nav > .nav-item:last-child > .sub-menu > .nav-item:last-child .sub-menu-child li .sub-menu-sub-child {
      left: 15.8rem !important; } }

.app-boxed.app-boxed-v2 {
  /*animation: changeBg 25s linear infinite;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 1300px) and (min-width: 1150px) {
    .app-boxed.app-boxed-v2 .activity-widget .rct-scroll {
      max-height: 360px !important; } }
  @media (max-width: 1149px) and (min-width: 991px) {
    .app-boxed.app-boxed-v2 .activity-widget .rct-scroll {
      max-height: 330px !important; } }
  .app-boxed.app-boxed-v2 .fixed-plugin .agency-bg {
    display: none !important; }

/*================= Change Bg ===================*/
/*@keyframes changeBg {
   0% {
      background-image: url("../img/bg-1.jpg");
   }
   20% {
      background-image: url("../img/bg-1.jpg");
   }
   40% {
      background-image: url("../img/bg-3.jpg");
   }
   60% {
      background-image: url("../img/bg-4.jpg");
   }
   80% {
      background-image: url("../img/bg-5.jpg");
   }
   100% {
      background-image: url("../img/bg-1.jpg");
   }
}
*/
.multiple-img-upload .square .hvrbox-layer_top {
  transition: all 0.3s; }

.pg-title h2, .display-large, .display-large.bold {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500; }

.display-medium, .display-medium.bold {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400; }

.display-small, .display-small.bold {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

.heading-large {
  font-size: 22px !important;
  line-height: 25px;
  font-weight: 500; }

.heading-medium {
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 500; }

.ant-modal-header, .heading, .heading-normal, .heading.bold, .title, .title-nomargin {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 500; }

.un-form-setting label, .un-form-vertical label, .ant-modal-body label, .body, .body.bold, .body.set, .body.set-lighter {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400; }

.caption-large {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400; }

.caption-medium {
  font-size: 13px !important;
  line-height: 18px;
  font-weight: 400; }

.caption, .caption.bold, .caption.set, .caption.space-lighter.bold, .caption.space-lighter {
  font-size: 12px !important;
  line-height: 16px;
  font-weight: 400; }

/*======== App Global (Main Structure) Mention Here =======*/
#root,
.app {
  height: 100%;
  width: 100%; }

.app-main-container {
  display: flex;
  flex-wrap: nowrap; }

.rct-page-content {
  margin: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  padding: 24px; }

.rct-footer {
  display: block;
  flex: 1 0 auto;
  color: #677080;
  font-size: 12px;
  box-shadow: none;
  padding: 1.25rem; }

.rct-block {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px rgba(183, 180, 189, 0.08);
  border: none;
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 24px;
  position: relative; }
  .rct-block .rct-block-content {
    padding: 1.25rem 1.25rem; }
  .rct-block:hover {
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    transform: translate(-1px, -1px); }

.rct-block-title, .faq-page-wrapper .panel-heading {
  padding: 0.9375rem 1.25rem;
  position: relative; }
  .rct-block-title .badge, .faq-page-wrapper .panel-heading .badge {
    vertical-align: middle; }
  .rct-block-title h4, .faq-page-wrapper .panel-heading h4 {
    margin-bottom: 0;
    color: #464D69;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 30px; }
  .rct-block-title .contextual-link, .faq-page-wrapper .panel-heading .contextual-link {
    position: absolute;
    top: 20px;
    right: 20px; }
    .rct-block-title .contextual-link a, .faq-page-wrapper .panel-heading .contextual-link a {
      color: #727891;
      font-size: 1rem;
      margin-right: 15px; }
      .rct-block-title .contextual-link a:hover, .faq-page-wrapper .panel-heading .contextual-link a:hover {
        color: #007ce0; }
      .rct-block-title .contextual-link a:last-child, .faq-page-wrapper .panel-heading .contextual-link a:last-child {
        margin-right: 0; }

.rct-block-footer {
  background-color: #fff;
  padding: 0.9375rem 1.25rem;
  border-top: 1px solid #EBEDF2; }

.card-footer {
  background-color: #fff; }

.sub-title {
  padding: 0.9375rem 1.25rem;
  margin-bottom: 1.25rem; }
  .sub-title h4 {
    margin-bottom: 0;
    color: #464D69;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500; }

[class*="gradient-"] h4,
[class^="gradient-"] h4 {
  color: #ffffff;
  border-color: #ffffff; }

/*========== Page Breadcrumb ============*/
.page-title {
  margin-bottom: 1.875rem; }
  .page-title .breadcrumb {
    margin-bottom: 0; }
  .page-title .page-title-wrap > i {
    color: #464D69;
    vertical-align: 3px;
    margin-right: 10px; }
  .page-title h2 {
    font-size: 1.875rem;
    color: #464D69;
    display: inline-block;
    text-transform: capitalize;
    margin: 0; }
  .page-title .rct-creadcrumb {
    color: #464D69;
    font-size: 14px; }
    .page-title .rct-creadcrumb i {
      font-size: 12px;
      margin: 0 5px; }

.un-a {
  color: #fff !important; }

.loading-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999; }

.spinning-ring {
  background-image: contain;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.spinning-ring,
.spinning-s {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
  background-image: contain;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

/*========== Dashboard Scss ========*/
.dash-cards .card-top-action,
.dash-cards-lg .card-top-action {
  border-radius: 100%;
  color: #ffffff;
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.21);
  position: absolute;
  top: -10px;
  z-index: 9;
  left: 25px; }

.dash-cards [class*="col-"],
.dash-cards-lg [class*="col-"] {
  padding: 0 0.625rem; }

.dash-cards .card,
.dash-cards-lg .card {
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(183, 180, 189, 0.08);
  border: none;
  border-radius: 5px;
  margin: 0.125rem 0.125rem 24px 0.125rem;
  transition: all 0.4s ease-in-out 0s;
  padding: 1.25rem 1.25rem;
  position: relative;
  min-height: 190px; }
  .dash-cards .card:hover,
  .dash-cards-lg .card:hover {
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); }
  .dash-cards .card .card-title,
  .dash-cards-lg .card .card-title {
    color: #464D69;
    margin-bottom: 1.25rem; }
  .dash-cards .card > span,
  .dash-cards-lg .card > span {
    color: #464D69; }

.rct-weather-widget {
  min-height: 190px; }
  .rct-weather-widget .weather-content {
    text-align: justify; }
  .rct-weather-widget .dayTime {
    line-height: 30px; }
  .rct-weather-widget i {
    line-height: 110px; }
  .rct-weather-widget h2 {
    font-size: 2rem;
    font-weight: 500; }
  .rct-weather-widget .black-overlay {
    border-radius: 5px; }

.black-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.default-btn-group .btn-secondary {
  background: #fff;
  color: #464D69;
  border-color: #EBEDF2; }
  .default-btn-group .btn-secondary:hover, .default-btn-group .btn-secondary.active, .default-btn-group .btn-secondary:focus {
    background-color: #F4F7FA !important;
    color: #464D69 !important;
    border-color: #EBEDF2 !important; }

.ladgend {
  width: 12px;
  display: inline-block;
  height: 12px;
  border-radius: 30px;
  margin-right: 0.625rem;
  vertical-align: middle; }

.import-report {
  font-size: 1.375rem;
  color: #DEE4E8; }
  .import-report:hover {
    color: #007ce0; }

.card-action a {
  color: #727891;
  font-size: 0.75rem;
  margin-right: 0.9375rem; }
  .card-action a:last-child {
    margin-right: 0; }
  .card-action a i {
    font-size: 0.875rem;
    vertical-align: middle;
    margin-right: 0.625rem; }

.card-gradient-primary .card-heading {
  color: #ffffff;
  padding: 3.125rem;
  line-height: 40px; }

.top-selling .product-img img {
  width: 275px !important;
  margin: 0 auto; }

.editor label {
  padding: 0.375rem !important; }

.editor input {
  border: none;
  box-shadow: none; }
  .editor input:focus {
    box-shadow: none; }

.editor .form-wrap {
  border-bottom: 1px solid #EBEDF2; }

.counter-point {
  font-size: 1.5rem;
  color: #727891; }

.featured-section-icon {
  color: #DEE4E8;
  font-size: 3.75rem; }

.responsive-div {
  overflow-x: scroll; }

.current-widget {
  padding: 1.875rem;
  border-radius: 8px;
  color: #ffffff;
  margin-bottom: 24px;
  box-shadow: 1px 1px 1px 1px rgba(183, 180, 189, 0.08);
  transition: all 0.4s ease-in-out 0s; }
  .current-widget:hover {
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); }
  .current-widget h3 {
    font-size: 1.875rem; }
  .current-widget h2 {
    font-size: 2.6rem;
    font-weight: 500; }
  .current-widget i {
    font-size: 3.125rem; }

.speedometer {
  width: 100% !important; }

.pt-xl {
  padding-top: 8rem; }

/*======== Responsive =======*/
@media (max-width: 1669px) and (min-width: 320px) {
  .dash-cards .media .mr-25 {
    margin-right: 0.625rem; }
  .dash-cards .media img {
    width: 50px;
    height: 50px; } }

@media (max-width: 1425px) and (min-width: 941px) {
  .rct-weather-widget .weather-content {
    text-align: center; }
  .rct-weather-widget h2,
  .rct-weather-widget h3,
  .rct-weather-widget h4 {
    font-size: 1rem;
    margin: 0; }
  .rct-weather-widget i {
    line-height: 70px;
    font-size: 2.5rem !important; } }

@media (max-width: 1560px) and (min-width: 320px) {
  .hover-action button,
  .hover-action a {
    min-height: 28px;
    max-width: 28px;
    height: 28px !important;
    font-size: 1rem !important; }
  .weather-top img {
    height: 220px; } }

@media (max-width: 1460px) and (min-width: 320px) {
  .product-img img {
    width: 300px !important;
    margin: 0 auto; }
  .current-widget h2 {
    font-size: 1.6rem; } }

@media (max-width: 1430px) {
  .rct-header > div {
    padding: 0 0.625rem; } }

@media (max-width: 1400px) {
  .counter-point ~ p {
    display: none; } }

@media (max-width: 1366px) and (min-width: 992px) {
  .current-widget {
    padding: 0.9375rem; }
    .current-widget i {
      font-size: 2.125rem; }
    .current-widget h2,
    .current-widget h3 {
      font-size: 1.8rem; }
    .current-widget h3 {
      margin-bottom: 0.625rem !important; } }

@media (max-width: 1300px) and (min-width: 992px) {
  .card-heading {
    padding: 1.125rem !important; }
  .rct-weather-widget .d-flex {
    display: inline-block !important; } }

@media (max-width: 1269px) {
  .new-customer-list li a {
    font-size: 1rem !important;
    height: 20px !important;
    width: 20px !important;
    line-height: 20px !important; }
  .featured-section-icon {
    font-size: 2.75rem; }
  .counter-point {
    font-size: 1.2rem; } }

@media (max-width: 1199px) and (min-width: 320px) {
  .fixed-plugin .app-settings > li:nth-of-type(2), .fixed-plugin .app-settings > li:nth-of-type(3) {
    display: none; } }

@media (max-width: 900px) and (min-width: 320px) {
  .navbar-right li a button,
  .navbar-right li button {
    width: 30px;
    height: 30px; }
    .navbar-right li a button .badge-top-right,
    .navbar-right li button .badge-top-right {
      top: -6px;
      right: 0; }
  .rct-dropdown.show .dropdown-menu,
  .notification-icon.show .dropdown-menu,
  .cart-icon.show .dropdown-menu {
    transform: translate3d(0, 40px, 0); }
  .notification-icon .dropdown-menu,
  .cart-icon .dropdown-menu {
    right: -32px !important; }
  .rct-footer.d-flex {
    display: block !important;
    text-align: center;
    padding: 0.625rem; }
    .rct-footer.d-flex .footer-menus {
      margin-bottom: 0.625rem !important; }
      .rct-footer.d-flex .footer-menus li a {
        padding: 5px !important;
        min-width: 20px;
        min-height: 30px; } }

@media (max-width: 900px) and (min-width: 576px) {
  .w-xs-full {
    max-width: 100% !important;
    flex-basis: 100% !important; }
  .w-xs-half-block {
    max-width: 50% !important;
    flex-basis: 50% !important; } }

@media (max-width: 835px) {
  .navbar-left > li:nth-of-type(2),
  .navbar-right > li:last-child {
    display: none; } }

@media (max-width: 800px) and (min-width: 320px) {
  .dropdown-group-link img {
    margin-right: 0 !important; }
  .dropdown-group-link span {
    display: none; } }

@media (max-width: 800px) and (min-width: 576px) {
  .w-8-full {
    max-width: 100% !important;
    flex-basis: 100% !important; }
  .w-8-half-block {
    max-width: 50% !important;
    flex-basis: 50% !important; } }

@media (max-width: 767px) and (min-width: 320px) {
  .rct-page-content {
    padding: 1.25rem; } }

@media (max-width: 650px) {
  .search-icon {
    width: auto; }
    .search-icon::before {
      left: 5px;
      top: -25px;
      font-size: 2rem;
      cursor: pointer; } }

@media (max-width: 599px) {
  .to-do-list label {
    margin: 0;
    width: 30px; }
    .to-do-list label > span {
      width: 30px;
      height: 30px; }
  .new-customer-list .media .mr-15 {
    margin-right: 5px !important; }
  .dashboard-overlay {
    top: 57px; } }

@media (max-width: 575px) {
  .page-title-wrap,
  .breadcrumb {
    display: inline-block; }
  .breadcrumb {
    float: right;
    padding: 0 0.625rem; }
  .page-title h2 {
    font-size: 1.2rem; }
  .page-title .page-title-wrap i {
    vertical-align: -1px;
    margin-right: 5px; }
  .page-title .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 0.3rem; }
  .page-title .rct-creadcrumb {
    font-size: 11px; }
  .all-mails-list .w-90 {
    width: 100% !important; } }

@media (max-width: 472px) {
  .navbar-right > li .dropdown-group-link {
    padding: 5px; }
    .navbar-right > li .dropdown-group-link.dropdown-toggle::after {
      display: none; }
  .chat-box-main img {
    width: 80px; }
  .page-title h2 {
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle; } }

/*========== All UI Element Style ==========*/
.leaflet-container {
  height: 400px;
  width: 100%; }

/*========== Alert Scss ==========*/
.icon-alert .alert {
  padding: 0; }
  .icon-alert .alert .alert-addon {
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    font-size: 1.563rem;
    width: 50px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0; }
  .icon-alert .alert p {
    margin-bottom: 0;
    padding: 10px;
    display: inline-block;
    padding-left: 4.375rem; }

/*========= App Bar Scss ==========*/
.appbar-wrapper .hamburger span {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff; }

.appbar-wrapper .navbar-right > li:not(.dropdown) a {
  font-size: 1.875rem; }

/*========== Avatar Scss ==========*/
.avatar-wrapper [class^="border-"], .avatar-wrapper [class*="border-"] {
  border-width: 2px;
  border-style: solid; }

.avatar-wrapper ul li {
  margin-bottom: 10px; }

/*========== Buttons Scss ==========*/
.sub-heading {
  font-size: 14px;
  display: block;
  color: #727891;
  margin-bottom: 1.875rem;
  text-transform: capitalize; }

.btn *, a[role=button], button[type=button] {
  outline: none;
  text-transform: capitalize;
  font-weight: 400; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn {
  padding: 0.8rem 1rem !important;
  font-size: 1.1rem !important;
  line-height: 1.5 !important; }

[class^="btn-"]:focus, [class*="btn-"]:focus, button:focus {
  box-shadow: none !important;
  outline: none; }

.btn-warning, .btn-info {
  color: #ffffff; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-info:hover, .btn-info:focus, .btn-info.active {
    color: #ffffff; }

.btn-icon i {
  font-size: 1.125rem;
  margin: 0 5px; }

.btn-icon-square span {
  display: inline-block; }

.btn-small {
  padding: 4px 15px;
  font-size: 12px; }

.btn-xs {
  padding: 5px 10px !important;
  font-size: 12px !important;
  min-height: 30px !important; }

.btn-sm:not(.btn-group .btn), .btn-group-sm > .btn {
  font-size: 1rem !important;
  height: 2rem !important;
  width: auto !important;
  min-height: 2rem !important; }

.btn-transparent {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 40px !important;
  height: 52px !important; }

.btn-outline-default {
  border-top: 1px solid #EBEDF2;
  border-bottom: 1px solid #EBEDF2;
  border-left: 1px solid #EBEDF2;
  border-right: 1px solid #EBEDF2;
  border-radius: 0.2rem;
  color: #464D69;
  padding: 4px 8px; }

/*========== Badge Scss ==========*/
.badge-xs {
  width: 0;
  height: 0;
  padding: 9px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  line-height: 0;
  font-size: 55%;
  position: absolute; }

.badge-sm {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 3px 8px; }

.badge-lg {
  padding: 15px 25px !important; }

.badge-top-right {
  position: absolute;
  top: 4px;
  right: 5px; }

.badge:not(.badge-xs) {
  padding: 5px 15px 4px;
  color: #ffffff; }
  .badge:not(.badge-xs):hover, .badge:not(.badge-xs):focus, .badge:not(.badge-xs).active {
    color: #ffffff; }

.badge-default {
  background-color: #F5F9FB; }

/*========== Cards Scss ==========*/
.card-img-overlay {
  opacity: .8;
  color: #ffffff; }

/*========== Chip Scss ==========*/
.chip-wrapper:not([class*="chip-outline-"]) path {
  fill: #ffffff !important; }

.chip-wrapper:not([class*="chip-outline-"]) .rct-block-content > div {
  vertical-align: middle; }

/*======== GridList Scss =========*/
.gradient-overlay {
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent) !important; }

/*========== Lists Scss ==========*/
.list-wrapper .zmdi {
  line-height: 30px; }

.list-wrapper .listSection {
  background-color: #fff; }

/*========= Responsive ========*/
@media (max-width: 1024px) and (min-width: 320px) {
  .cardsmasonry-wrapper .card-columns {
    column-count: 2; } }

@media (max-width: 768px) {
  .app-wrapper .navbar-right li:last-child {
    display: none; } }

@media (max-width: 480px) {
  .app-wrapper .navbar-right li {
    width: 1.75rem; }
    .app-wrapper .navbar-right li a {
      font-size: 1.4rem; }
  .cardsmasonry-wrapper .card-columns {
    column-count: 1; } }

@media (max-width: 390px) {
  .app-wrapper .navbar-right li:nth-child(n+2) {
    display: none; } }

/*============ Advance Ui Elements ===========*/
.custom-tabs {
  border: none; }
  .custom-tabs .nav-item .nav-link {
    border: none;
    border-radius: 50px; }
    .custom-tabs .nav-item .nav-link:hover, .custom-tabs .nav-item .nav-link:focus, .custom-tabs .nav-item .nav-link.active {
      border: none;
      color: #464D69;
      background: rgba(0, 0, 0, 0.2); }

.sweet-alert .btn {
  padding: 0.3rem 2rem;
  font-size: 1rem; }

.date-picker-icon {
  height: auto !important; }

.auto-select-wrap .react-single-wrap {
  padding: 2px 0; }
  .auto-select-wrap .react-single-wrap > div {
    border: 0 !important;
    box-shadow: none !important; }
    .auto-select-wrap .react-single-wrap > div > div:first-child {
      padding: 0; }
    .auto-select-wrap .react-single-wrap > div > div:nth-child(2) span {
      display: none; }
    .auto-select-wrap .react-single-wrap > div:focus, .auto-select-wrap .react-single-wrap > div:hover {
      box-shadow: none !important; }

/*========= All form Elements Style =========*/
.input-group-prepend {
  border-top: 1px solid #EBEDF2;
  border-bottom: 1px solid #EBEDF2;
  border-left: 1px solid #EBEDF2;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
  .input-group-prepend button {
    color: inherit; }

.input-lg {
  height: 52px;
  padding: 0.375rem 0.7rem; }

.input-lg-icon {
  height: 52px;
  padding: 0.375rem 2.7rem; }

.app-selectbox, .app-selectbox-sm {
  border: 1px solid none;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  height: 52px;
  box-shadow: 1px 1px 1px 1px rgba(183, 180, 189, 0.08); }
  .app-selectbox:before, .app-selectbox-sm:before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.09em;
    right: 10px;
    width: 0;
    height: 0;
    border: 0.3em solid transparent;
    border-top-color: #464D69; }
  .app-selectbox select, .app-selectbox-sm select {
    padding: 0.3125rem 0.5rem;
    box-shadow: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: capitalize;
    height: 52px !important; }
    .app-selectbox select:focus, .app-selectbox-sm select:focus {
      outline: none; }

.app-selectbox-sm {
  height: calc(2.25rem + 2px); }
  .app-selectbox-sm select {
    height: calc(2.25rem + 2px) !important; }

/*============ Tables Style ===========*/
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto; }

table thead tr[class*='bg-'] td, table thead tr[class*='bg-'] th, table tbody tr[class*='bg-'] td, table tbody tr[class*='bg-'] th {
  color: #ffffff !important; }

table thead {
  background-color: #F4F7FA; }
  table thead tr th {
    font-size: 14px;
    font-weight: 500;
    color: #464D69;
    border-width: 1px !important; }

table tbody tr td {
  font-size: 14px;
  font-weight: 300; }

table thead tr th, table thead tr td, table tbody tr th, table tbody tr td, table tfoot tr th, table tfoot tr td {
  vertical-align: middle !important; }

table .table-action a {
  color: #727891;
  font-size: 14px;
  margin-right: 10px; }
  table .table-action a:last-child {
    margin-right: 0; }
  table .table-action a:hover {
    color: #007ce0; }

.table-lg tr td {
  padding: 1.438rem 0.75rem; }

.flip-scroll table tr th {
  color: #ffffff; }

.table-borderless {
  border-top: 1px solid #EBEDF2;
  border-bottom: 1px solid #EBEDF2;
  border-left: 1px solid #EBEDF2;
  border-right: 1px solid #EBEDF2; }
  .table-borderless thead tr th {
    font-size: 1.125rem;
    color: #464D69;
    padding: 1.25rem 0.75rem; }
  .table-borderless tbody tr td {
    border: none; }

@media only screen and (max-width: 767px) {
  .unseen table td:nth-child(4), .unseen table td:nth-child(7), .unseen table td:nth-child(8), .unseen table th:nth-child(4), .unseen table th:nth-child(7), .unseen table th:nth-child(8) {
    display: none; } }

@media only screen and (max-width: 991px) {
  .unseen table td:nth-child(2), .unseen table th:nth-child(2) {
    display: none; }
  .flip-scroll * html .flip-content {
    zoom: 1; }
  .flip-scroll table {
    display: block; }
  .flip-scroll thead {
    display: block;
    float: left; }
  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap; }
    .flip-scroll tbody tr {
      display: inline-block;
      margin-left: -5px;
      border-left: 1px solid #EBEDF2; }
  .flip-scroll td, .flip-scroll th {
    border-bottom: 1px solid #EBEDF2;
    border-right: 1px solid #EBEDF2;
    padding: 5px;
    width: auto;
    display: block;
    text-align: right .flip-scroll td, .flip-scroll th; }
    .flip-scroll td :last-child, .flip-scroll th :last-child {
      border-bottom: 1px solid #EBEDF2; } }

.table-wrap thead {
  background-color: transparent !important; }
  .table-wrap thead tr {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important; }

.table-wrap td, .table-wrap th {
  white-space: nowrap !important;
  padding: 4px 20px !important;
  text-transform: capitalize !important; }

.table-wrap td:first-child {
  text-transform: lowercase !important; }

.table-wrap tbody .badge {
  font-size: 90% !important; }

.ReactTable {
  border: 0; }
  .ReactTable .rt-thead .rt-tr, .ReactTable .rt-tbody .rt-tr {
    text-align: left; }
  .ReactTable .rt-thead .rt-th, .ReactTable .rt-thead .rt-td, .ReactTable .rt-tbody .rt-th, .ReactTable .rt-tbody .rt-td {
    text-transform: capitalize;
    padding: 14px;
    border-right: 0;
    font-size: 14px;
    color: #464D69; }
  .ReactTable .rt-tbody > .rt-tr-group:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.05); }
  .ReactTable .rt-tbody > .rt-tr-group:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05); }
  .ReactTable .rt-tbody .rt-tr {
    cursor: pointer; }
    .ReactTable .rt-tbody .rt-tr:hover {
      background-color: rgba(0, 0, 0, 0.06); }
  .ReactTable .rt-thead.-header {
    box-shadow: none; }
    .ReactTable .rt-thead.-header .rt-resizable-header-content {
      color: rgba(0, 0, 0, 0.54);
      font-weight: 700; }
  .ReactTable .pagination-bottom {
    padding-top: 20px; }
  .ReactTable .-pagination {
    padding: 10px;
    border-top: 0; }
    .ReactTable .-pagination .-btn {
      color: #fff;
      background: #5D92F4; }

/*============ Editor Style =============*/
.rct-editor-wrapper .rdw-editor-toolbar {
  border: 1px solid #EBEDF2 !important;
  background-color: #007ce0; }

.rct-editor-wrapper .rct-wysiwyg-editor {
  height: 300px !important;
  border: 1px solid #EBEDF2 !important;
  padding: 5px 15px !important;
  background: #fff; }

.quill {
  overflow: hidden; }

.ql-container {
  height: 300px; }

.ql-container.ql-snow, .ql-toolbar.ql-snow {
  border-color: #EBEDF2; }

/*========== Drag And Drop Scss =======*/
.table-dragula tbody tr {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }
  .table-dragula tbody tr td.w-5 {
    text-align: center; }

.drag-list-wrapper li {
  background: #5D92F4;
  background: rgba(93, 146, 244, 0.2);
  border: none; }
  .drag-list-wrapper li .drag-list {
    background: #5D92F4;
    background: rgba(93, 146, 244, 0.9);
    padding: 0.9375rem 0.625rem;
    color: #FAFAFA; }

/*=========== Pages Style ==========*/
/*================= Mail =================*/
.rct-mail-wrapper header,
.todo-wrapper header {
  background-color: #ffffff;
  box-shadow: none;
  border-top: 1px solid #EBEDF2; }

.rct-mail-wrapper .list-wrap,
.todo-wrapper .list-wrap {
  margin: -24px; }
  .rct-mail-wrapper .list-wrap .top-head,
  .todo-wrapper .list-wrap .top-head {
    border-bottom: 1px solid #EBEDF2;
    border-top: 1px solid #EBEDF2;
    padding: 0.625rem 1rem; }
  .rct-mail-wrapper .list-wrap ul .list-item,
  .todo-wrapper .list-wrap ul .list-item {
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff; }
    .rct-mail-wrapper .list-wrap ul .list-item:not(:last-child),
    .todo-wrapper .list-wrap ul .list-item:not(:last-child) {
      border-bottom: 1px solid #EBEDF2; }
    .rct-mail-wrapper .list-wrap ul .list-item:hover,
    .todo-wrapper .list-wrap ul .list-item:hover {
      background-color: #e1ebff; }

.mail-sidebar-wrap,
.todo-sidebar-wrap,
.chat-sidebar {
  overflow: hidden; }
  .mail-sidebar-wrap .user-wrap,
  .todo-sidebar-wrap .user-wrap,
  .chat-sidebar .user-wrap {
    /* background: url("../img/profile-banner.jpg") no-repeat;*/
    background-size: cover;
    background-position: center center;
    height: 150px; }
    .mail-sidebar-wrap .user-wrap .media,
    .todo-sidebar-wrap .user-wrap .media,
    .chat-sidebar .user-wrap .media {
      width: 100%;
      padding: 1rem;
      background-color: rgba(0, 0, 0, 0.7); }
  .mail-sidebar-wrap .sidebar-filters-wrap,
  .todo-sidebar-wrap .sidebar-filters-wrap,
  .chat-sidebar .sidebar-filters-wrap {
    padding: 0 1.25rem 1.25rem; }
    .mail-sidebar-wrap .sidebar-filters-wrap .filters,
    .todo-sidebar-wrap .sidebar-filters-wrap .filters,
    .chat-sidebar .sidebar-filters-wrap .filters {
      padding: 0;
      margin: 0; }
      .mail-sidebar-wrap .sidebar-filters-wrap .filters > div i,
      .todo-sidebar-wrap .sidebar-filters-wrap .filters > div i,
      .chat-sidebar .sidebar-filters-wrap .filters > div i {
        font-size: 1.25rem; }
      .mail-sidebar-wrap .sidebar-filters-wrap .filters > div .filter-title,
      .todo-sidebar-wrap .sidebar-filters-wrap .filters > div .filter-title,
      .chat-sidebar .sidebar-filters-wrap .filters > div .filter-title {
        font-size: 0.875rem; }

.email-detail-page-warrper .mail-detail {
  padding: 1rem 1.5rem 3rem 6rem;
  border-bottom: 1px solid #EBEDF2; }

.mail-reply-wrap textarea,
.task-foot textarea {
  max-height: 3rem;
  line-height: 2; }

/*================ Todo List ================*/
@media (max-width: 959px) {
  .todo-wrapper header {
    margin-left: 0 !important; } }

.todo-wrapper .list-wrap ul li > .media > label {
  margin: 0 1rem 0 0; }

.todo-wrapper .list-wrap ul li > .media .media-body span {
  margin: 0 0.25rem; }

.todo-wrapper .list-wrap .task-head {
  padding: 0.625rem 1rem; }

.todo-wrapper .task-detail .task-detail-content .task-content .task-box {
  position: relative;
  border: 1px solid #EBEDF2;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem; }

.todo-wrapper .task-detail .task-detail-content .task-content .task-btn {
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
  position: absolute;
  top: -15px;
  right: -5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 1rem; }
  .todo-wrapper .task-detail .task-detail-content .task-content .task-btn span {
    color: #5D92F4 !important; }

.todo-wrapper .task-detail .task-comment ul li {
  margin-bottom: 1rem; }

/*================== Chat ===================*/
.chat-wrapper .chat-main-body .chat-head {
  padding: 0.625rem 1.5rem;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.09); }
  @media (max-width: 450px) {
    .chat-wrapper .chat-main-body .chat-head {
      padding: 0.75rem; }
      .chat-wrapper .chat-main-body .chat-head .video-icon {
        display: none; } }
  .chat-wrapper .chat-main-body .chat-head button {
    height: 2.25rem;
    width: 2.25rem;
    font-size: 1.25rem;
    margin: 0 0.25rem; }

.chat-wrapper .chat-main-body .chat-body .chat-bubble {
  max-width: 600px;
  padding: 0.625rem;
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
  display: flex;
  align-items: center; }
  .chat-wrapper .chat-main-body .chat-body .chat-bubble.even {
    border-radius: 20px 20px 20px 0; }
  .chat-wrapper .chat-main-body .chat-body .chat-bubble.odd {
    border-radius: 20px 20px 0px 20px; }

.chat-wrapper .chat-main-body .chat-footer .msg-input,
.chat-wrapper .chat-main-body .chat-footer .submit-btn {
  border-radius: 100px !important; }

.chat-wrapper .chat-content {
  position: relative;
  height: 100vh; }
  .chat-wrapper .chat-content .chat-box-main {
    position: absolute;
    top: 0;
    bottom: 10rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

.chat-sidebar .user-wrap {
  height: auto; }

.chat-sidebar .search-wrapper .search-icon {
  position: absolute;
  right: 1rem;
  top: 0.9rem; }

.chat-sidebar .chat-list ul .user-list-item {
  cursor: pointer;
  padding: 1rem;
  transition: all 0.3s ease-in-out; }
  .chat-sidebar .chat-list ul .user-list-item .media-left .badge {
    position: absolute;
    bottom: 0px; }
  .chat-sidebar .chat-list ul .user-list-item .msg-count .badge {
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
  .chat-sidebar .chat-list ul .user-list-item.item-active {
    background-color: #464D69;
    color: #ffffff; }
  .chat-sidebar .chat-list ul .user-list-item:hover:not(.item-active) {
    background-color: #e1ebff; }

/*================ Gallery =================*/
figure.img-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em; }
  figure.img-wrapper * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  figure.img-wrapper img {
    max-width: 100%;
    vertical-align: top; }
  figure.img-wrapper figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1; }
  figure.img-wrapper h2,
  figure.img-wrapper h4 {
    margin: 0; }
  figure.img-wrapper h2 {
    font-weight: 600; }
  figure.img-wrapper h4 {
    text-transform: uppercase; }
  figure.img-wrapper:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0; }
  figure.img-wrapper a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  figure.img-wrapper:hover figcaption,
  figure.img-wrapper.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  figure.img-wrapper:hover:after, figure.img-wrapper.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9; }

/*======= Pricing Scss =======*/
.rct-tooltip {
  width: 250px; }

.pricing-wrapper button {
  text-transform: capitalize; }

.pricing-wrapper .switch {
  vertical-align: middle;
  margin: 0 1.25rem; }

.price-list {
  margin-bottom: 6.25rem; }
  .price-list .rct-block {
    padding: 3.125rem; }
    .price-list .rct-block p {
      margin-bottom: 1.25rem; }

.pricing-title {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  text-transform: capitalize; }

.amount-title {
  font-weight: 900;
  font-size: 2.25rem; }

.fixed-pricing {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px rgba(183, 180, 189, 0.08);
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 24px;
  position: relative; }
  .fixed-pricing .pricing-box {
    border-right: 1px solid #EBEDF2; }

.pricing-body,
.pricing-head {
  padding: 1.875rem 3.125rem; }

.plan-info {
  background-color: #F5F9FB;
  padding: 0.625rem 3.125rem; }

.plan-info-listing li i {
  margin-right: 0.9375rem; }

.price-detail, .plan-info-listing {
  margin-bottom: 2.188rem; }
  .price-detail li, .plan-info-listing li {
    margin-bottom: 0.625rem;
    font-size: 0.875rem; }

.testimonial-wrapper .media-body p {
  font-style: italic;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 30px; }

.testimonial-wrapper .user-meta span {
  color: #A5A7B2; }

.faq-wrapper .card-title {
  margin-bottom: 1.25rem;
  font-size: 1rem; }

.faq-wrapper .card-text {
  font-size: 0.875rem;
  color: #A5A7B2; }

.testimonial-slider .slick-dots {
  text-align: left;
  bottom: -50px;
  left: 185px; }

/*======== About Scss =========*/
.section-title::after {
  content: "";
  width: 70px;
  height: 1px;
  display: inline-block;
  border: 2px solid #FF2B72;
  position: absolute;
  left: 0;
  right: 0;
  margin: 6px auto;
  border-radius: 30px;
  transition: all .3s ease-in-out 0s; }

.card-content p {
  color: #727891;
  text-align: justify; }

.about-detail .card-image img {
  width: 100%; }

/*======== Calender Scss =======*/
.calendar-wrapper .rbc-calendar {
  display: block; }

.rbc-month-row {
  min-height: 150px; }

.rbc-event {
  background-color: #007ce0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #007ce0 !important; }

.rbc-toolbar button.rbc-active,
.rbc-toolbar button:hover {
  background-color: #007ce0;
  color: #ffffff; }

@media (max-width: 700px) and (min-width: 320px) {
  .rbc-toolbar {
    font-size: 12px;
    flex-direction: column;
    align-items: start; }
    .rbc-toolbar span {
      margin: 5px 0; }
  .rbc-month-row {
    min-height: 70px; } }

/*========= Terms Condition =====*/
.terms-wrapper {
  overflow-y: auto;
  height: 100%; }

.terms-conditions-rules p {
  margin-bottom: 1.25rem; }

.terms-conditions-rules .sub-order {
  padding-left: 3.75rem; }

.terms-conditions-rules ol {
  padding-left: 2.5rem; }
  .terms-conditions-rules ol li {
    margin-bottom: 0.9375rem; }

.terms-conditions-rules .heading {
  font-size: 1.5rem;
  margin-bottom: 1.563rem; }

.terms-conditions-rules .nest-heading {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0.625rem;
  padding-left: 1.875rem; }

.terms-conditions-rules p,
.terms-conditions-rules ol li,
.terms-conditions-rules .nest-heading {
  font-size: 0.875rem; }

/*========= Feedback ============*/
.feedback-wrapper .heading {
  font-size: 1.5rem;
  margin-bottom: 1.563rem;
  color: #A5A7B2; }

.like-box {
  border-top: 2px solid #A5A7B2;
  border-bottom: 2px solid #A5A7B2;
  border-left: 2px solid #A5A7B2;
  border-right: 2px solid #A5A7B2;
  width: 100px;
  height: 100px;
  text-align: center;
  margin-right: 3.25rem;
  padding: 0.625rem; }

.comment-sec .media {
  margin-bottom: 1.875rem; }

.comment-sec .comment-box {
  background-color: #F4F7FA;
  padding: 0.625rem; }
  .comment-sec .comment-box p {
    font-size: 0.875rem; }

.rct-tabs header {
  background-color: #ffffff;
  box-shadow: none;
  color: #A5A7B2;
  border-bottom: 1px solid #EBEDF2; }
  .rct-tabs header span {
    font-size: 0.875rem; }

.rct-tabs ul li {
  margin: 0 -24px !important;
  padding: 0.9375rem 1.25rem;
  border-bottom: 1px solid #EBEDF2; }

.rct-tabs .form-group .col-form-label {
  font-size: 1rem; }

.rct-tabs [role="tablist"] button {
  color: #464D69; }

.social-action a {
  padding: 5px; }

.list-action a, .social-action a,
.list-action button,
.social-action button {
  color: #A5A7B2;
  font-size: 1.125rem; }
  .list-action a:hover, .social-action a:hover,
  .list-action button:hover,
  .social-action button:hover {
    color: #007ce0; }

.list-action a, .social-action a {
  margin-right: 0.625rem; }
  .list-action a:last-child, .social-action a:last-child {
    margin-right: 0; }

.feed-content {
  border-left: 3px solid #5D92F4; }
  .feed-content a {
    margin-bottom: 0;
    color: #677080;
    padding: 0.625rem;
    font-size: 1.125rem;
    line-height: 30px; }
    .feed-content a:hover {
      color: #5D92F4; }

.search-filter {
  padding: 1.25rem; }
  .search-filter .form-group {
    margin-right: 0.9375rem;
    display: inline-block;
    vertical-align: top; }

/*========= Report =============*/
.check-circle {
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #00D014;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 1.25rem; }

.report-list li {
  border-bottom: 1px solid #EBEDF2;
  padding: 1.25rem; }
  .report-list li:last-child {
    border-bottom: none; }
  .report-list li h2 {
    color: #464D69;
    font-size: 2rem; }

.report-status {
  background-color: #fff;
  border-top: 1px solid #EBEDF2;
  border-left: 1px solid #EBEDF2;
  border-bottom: 1px solid #EBEDF2;
  border-right: 1px solid #EBEDF2;
  border-radius: 5px; }
  .report-status > ul {
    border-bottom: 1px solid #EBEDF2;
    border-top: 1px solid #EBEDF2; }
    .report-status > ul > li {
      border-right: 1px solid #EBEDF2;
      margin: 0 !important;
      padding: 1.875rem; }
      .report-status > ul > li:last-child {
        border-right: none; }
      .report-status > ul > li h4 {
        color: #727891; }
      .report-status > ul > li .title {
        color: #464D69; }

.top-filter .form-group {
  float: left;
  margin-right: 0.9375rem; }

/*========= Faq(s) =============*/
.faq-page-wrapper .panel-heading {
  border-bottom: none; }
  .faq-page-wrapper .panel-heading > div {
    margin: 0; }
  .faq-page-wrapper .panel-heading h4 {
    color: #5D92F4;
    padding: 0; }

.messages-wrapper .media.pull-left img {
  width: 50px; }

.messages-wrapper .media.pull-left .media-body {
  width: calc(100% - 50px); }

/*======== Responsive =========*/
@media (max-width: 1767px) and (min-width: 320px) {
  .about-detail .p-70 {
    padding: 1.25rem 1.25rem !important; }
  .about-content .title {
    line-height: 1.2; } }

@media (max-width: 1500px) and (min-width: 320px) {
  .about-content .title {
    font-size: 1.7rem; }
  .about-content .mb-50 {
    margin-bottom: 15px !important; } }

@media (max-width: 1400px) and (min-width: 320px) {
  .pricing-body,
  .pricing-head {
    padding: 1.875rem 1.125rem; }
  .price-list .rct-block {
    padding: 1.125rem; }
  .content-wrapper .title {
    line-height: 1.3; }
  .media-full img {
    width: 200px; } }

@media (max-width: 1300px) and (min-width: 320px) {
  .userProfile-wrapper .profile-top .profile-content {
    top: 20px !important;
    left: 30px !important; } }

@media (max-width: 1270px) {
  .about-content .title {
    font-size: 1.375rem; } }

@media (max-width: 765px) and (min-width: 320px) {
  .profile-content img {
    width: 90px;
    height: 90px; }
  .profile-content .media-body.pt-25 {
    padding-top: 5px !important; } }

@media (max-width: 720px) and (min-width: 320px) {
  .report-status > ul > li {
    padding: .8rem; }
    .report-status > ul > li h2 {
      font-size: 2rem; } }

@media (max-width: 700px) and (min-width: 320px) {
  .testimonial-wrapper.mb-50 {
    margin-bottom: 1.875rem; }
  .testimonial-wrapper .media {
    display: inline-block;
    text-align: center; }
    .testimonial-wrapper .media img {
      display: inline-block !important;
      margin: 0 auto 0.9375rem;
      margin-right: 0 !important; }
  .feedback-wrapper .rct-tabs ul li {
    display: inline-block !important; }
    .feedback-wrapper .rct-tabs ul li .list-action, .feedback-wrapper .rct-tabs ul li .social-action {
      text-align: center; }
  .feedback-wrapper .rct-tabs .media {
    display: inline-block;
    text-align: center; }
    .feedback-wrapper .rct-tabs .media img {
      margin-right: 0 !important;
      margin-bottom: 0.9375rem; } }

@media (max-width: 560px) and (min-width: 320px) {
  .report-status > ul > li {
    width: 100%;
    border-bottom: 1px solid #EBEDF2;
    border-right: none; }
    .report-status > ul > li:last-child {
      border-bottom: none; } }

@media (max-width: 575px) and (min-width: 320px) {
  .report-status .top-filter .w-20 {
    width: 35% !important; }
  .feedback-wrapper .comment-sec,
  .feedback-wrapper form {
    width: 100% !important; }
  .feedback-wrapper .ml-70 {
    margin-left: 0 !important; }
  .like-box {
    width: 40px;
    height: 40px;
    margin: 1.25rem 1.25rem 1.25rem 0; }
    .like-box h2,
    .like-box span {
      display: none; }
  .comment-sec .media,
  .comment-sec .media > div {
    display: inline-block;
    text-align: center; }
    .comment-sec .media img,
    .comment-sec .media > div img {
      margin-bottom: 0.9375rem; }
  .search-filter .w-40 {
    width: 50% !important; }
  .userProfile-wrapper .w-50,
  .userProfile-wrapper .w-75 {
    width: 100% !important; }
  .profile-content img {
    width: 70px;
    height: 70px; }
  .profile-content .media-body h2 {
    font-size: 1.275rem; }
  .all-mails-list .small.text-muted {
    display: none; }
  .all-mails-list .emails {
    width: 100% !important; } }

@media (max-width: 500px) and (min-width: 320px) {
  .userProfile-wrapper .profile-top .profile-content {
    top: 10px !important; }
  .userProfile-wrapper .messages-wrapper ul li:not(:first-child) {
    display: inline-block !important; }
  .userProfile-wrapper .messages-wrapper ul li span,
  .userProfile-wrapper .messages-wrapper ul li button {
    margin-bottom: 10px !important; }
  .userProfile-wrapper .messages-wrapper .toolbar label,
  .userProfile-wrapper .messages-wrapper .toolbar button {
    margin: 0; } }

@media (max-width: 415px) and (min-width: 320px) {
  .report-status .top-filter .w-20 {
    width: 100% !important; }
  .profile-content img {
    width: 50px;
    height: 50px; } }

/*================= Responsive scroll height ====================*/
@media (max-width: 1700px) {
  .app-boxed .chat-main-body .rct-scroll {
    height: calc(100vh - 369px) !important; } }

.app-horizontal .todo-wrapper .list-wrap .task-detail-wrapper .rct-scroll {
  height: calc(100vh - 242px) !important; }

.app-boxed .todo-wrapper .list-wrap .rct-scroll {
  height: calc(100vh - 382px) !important; }

@media (max-width: 990px) {
  .app-boxed .rct-page-content {
    height: calc(100vh - 10rem) !important; }
  .app-boxed .chat-main-body .rct-scroll,
  .app-boxed .chat-sidebar .chat-list .rct-scroll {
    height: calc(100vh - 275px) !important; }
  .app-boxed .rct-mail-wrapper .list-wrap .rct-scroll {
    height: calc(100vh - 211px) !important; }
  .app-boxed .todo-wrapper .list-wrap .rct-scroll {
    height: calc(100vh - 272px) !important; } }

@media (max-width: 959px) {
  .chat-box-main .sidebar-toggler, .chat-main-body .chat-sidebar-toggler {
    display: block !important; }
  .chat-sidebar .chat-list .rct-scroll {
    height: calc(100vh - 115px) !important; }
  .app .all-mails-list .rct-scroll {
    height: calc(100vh - 135px) !important; }
  .todo-sidebar-wrap .rct-scroll {
    height: calc(100vh - 221px) !important; }
  .mail-sidebar-wrap .rct-scroll {
    height: calc(100vh - 221px) !important; } }

@media (max-width: 599px) {
  .todo-wrapper .list-wrap .rct-scroll {
    height: calc(100vh - 180px) !important; } }

/*========================== Responsive App ===================*/
@media (max-width: 767px) {
  .rct-mail-wrapper .list-wrap .icon-wrap,
  .rct-mail-wrapper .list-wrap .emails .avatar-wrap,
  .rct-mail-wrapper .list-wrap .emails .media-body p {
    display: none !important; }
  .rct-mail-wrapper .list-wrap .list-item {
    padding: 0.75rem !important; }
    .rct-mail-wrapper .list-wrap .list-item .emails .media-body .w-25 {
      width: 100% !important; } }

@media (max-width: 700px) {
  .shop-listing .media .media-body .d-flex {
    margin-bottom: 30px; } }

.search-bar-wrap .rct-block-content {
  padding: 30px; }

.search-bar-wrap .search-bar {
  width: calc(100% - 100px); }
  .search-bar-wrap .search-bar > div {
    width: calc(100% - 110px); }

.search-bar-wrap .add-project-wrap {
  width: 100px; }

.projects-wrapper .projects-icon .btn-icon {
  width: 50px;
  min-width: auto;
  height: 50px;
  border-radius: 100%; }
  .projects-wrapper .projects-icon .btn-icon i {
    margin-left: 0 !important;
    font-size: 24px; }

.project-detail-wrapper .breadcrumb a:last-child {
  color: #727891 !important; }

.project-detail-wrapper .breadcrumb .active.breadcrumb-item {
  display: none; }

.project-detail-wrapper .basic-info ul {
  list-style-position: inside; }

.clients-wrapper .client-post {
  position: relative; }
  .clients-wrapper .client-post .client-action {
    position: absolute;
    right: -15px;
    bottom: -11px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out; }
    .clients-wrapper .client-post .client-action button {
      padding: 5px !important;
      width: auto;
      min-width: auto; }
      .clients-wrapper .client-post .client-action button i {
        font-size: 20px;
        color: #A5A7B2; }
  .clients-wrapper .client-post:hover .client-action {
    opacity: 1;
    visibility: visible; }

.clients-wrapper .client-tab-wrap .rct-block:hover {
  box-shadow: 0px 1px 15px 1px rgba(93, 146, 244, 0.3); }

.client-dialog > div:last-child > div {
  width: 100%; }

@media (max-width: 991px) {
  .clients-wrapper .client-post .client-action {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out; } }

@media (max-width: 575px) {
  .search-bar-wrap .rct-block-content {
    padding: 15px; }
  .search-bar-wrap .search-bar {
    width: 100%;
    margin-bottom: 10px; }
    .search-bar-wrap .search-bar > div {
      padding-right: 15px;
      width: calc(100% - 75px); }
  .search-bar-wrap .add-project-wrap {
    width: 100%; }
  #chartdiv text {
    font-size: 12px; } }

@media (max-width: 374px) {
  .project-detail-wrapper .detail-list-wrap li {
    display: block !important; }
  .ReactTable .-pagination {
    display: block !important; }
    .ReactTable .-pagination .-previous, .ReactTable .-pagination .-next {
      display: block !important;
      margin: 10px 0; } }

/*=========== User Style =========*/
.card-block-content .media .media-left img {
  margin-top: -30px;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff; }

.user-image img {
  box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.21);
  margin: 0 auto; }

.profile-top {
  overflow: hidden; }

.profile-bottom {
  margin-top: -50px; }

.user-activity {
  padding: 0.9375rem; }
  .user-activity ul li {
    border-right: 2px solid #EBEDF2;
    padding: 0 0.625rem; }
    .user-activity ul li:last-child {
      border: none; }
    .user-activity ul li span {
      font-size: 1.375rem;
      margin: 0 10px; }

.card-right-action {
  color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: -8px;
  right: 5px;
  z-index: 99; }

.media-listing .media {
  padding: 1.25rem; }

/*======= User Management =====*/
.userProfile-wrapper .heading {
  font-size: 1.5rem;
  margin-bottom: 1.875rem; }

.userProfile-wrapper button {
  text-transform: capitalize;
  color: #A5A7B2; }

.userProfile-wrapper .bordered {
  border: 8px solid rgba(255, 255, 255, 0.23); }

.userProfile-wrapper .profile-top {
  position: relative; }
  .userProfile-wrapper .profile-top .profile-content {
    position: absolute;
    top: 80px;
    left: 110px; }
    .userProfile-wrapper .profile-top .profile-content .media-body h2, .userProfile-wrapper .profile-top .profile-content .media-body p {
      color: #ffffff;
      margin-bottom: 0; }

.prefrences-wrapper p {
  margin-bottom: 0;
  color: #A5A7B2; }

.prefrences-wrapper h5 {
  margin-bottom: 10px; }

.card-base {
  padding: 0.9375rem;
  border-top: 1px solid #EBEDF2;
  border-bottom: 1px solid #EBEDF2;
  border-left: 1px solid #EBEDF2;
  border-right: 1px solid #EBEDF2;
  border-radius: 0.25rem;
  background-color: #FAFAFA;
  margin-bottom: 1.875rem; }

/*======= Responsive =======*/
@media (max-width: 1590px) and (min-width: 1199px) {
  .user-list-wrapper [class*="col-"] {
    max-width: 33.3%;
    flex: 0 0 33.3%; } }

@media (max-width: 992px) and (min-width: 801px) {
  .media-full {
    width: 100%;
    display: block; }
    .media-full img {
      width: 100%;
      margin-bottom: 15px; }
    .media-full .media-body {
      width: 100%; } }

@media (max-width: 575px) and (min-width: 320px) {
  .media-full {
    width: 100%;
    display: block; }
    .media-full img {
      width: 100%;
      margin-bottom: 15px; }
    .media-full .media-body {
      width: 100%; } }

@media (max-width: 588px) and (min-width: 320px) {
  .user-activity ul li {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #EBEDF2;
    padding: 10px; } }

/*=========== Ecommerce Style ==========*/
.shop-listing .rct-block {
  padding: 1.875rem 3.125rem 1.875rem 0.625rem; }

.shop-listing .media-body {
  transform: translate3d(0%, 40%, 0); }

.super {
  top: -12px;
  font-size: 15px;
  margin-left: 10px;
  color: #00D0BD; }

.invoice-head {
  border-bottom: 1px solid #EBEDF2; }
  .invoice-head ul {
    margin: 0; }
    .invoice-head ul li {
      display: inline-block;
      border-left: 1px solid #EBEDF2;
      padding: 1.25rem 1.875rem; }
      .invoice-head ul li a {
        color: #464D69; }
        .invoice-head ul li a i {
          font-size: 1.625rem;
          vertical-align: middle; }

.address span, .add-card span {
  display: block;
  color: #A5A7B2;
  font-size: 14px; }

.invoice-address span, .order-status span {
  display: block;
  line-height: 2; }

.invoice-title, .title {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 60px; }

.add-card {
  border-left: 1px solid #EBEDF2;
  border-right: 1px solid #EBEDF2;
  border-top: 1px solid #EBEDF2;
  border-bottom: 1px solid #EBEDF2;
  padding: 1.25rem; }

.name {
  color: #464D69 !important;
  font-weight: 500; }

.rct-filter {
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(183, 180, 189, 0.08);
  height: 52px;
  border-radius: 5px;
  display: flex; }
  .rct-filter ul {
    width: 100%;
    align-items: center;
    display: flex; }
    .rct-filter ul li {
      width: 50%;
      margin: 0 !important;
      text-align: center;
      line-height: 52px;
      font-size: 1.5rem; }
      .rct-filter ul li:last-child {
        border-right: none; }
      .rct-filter ul li:hover a {
        color: #007ce0; }
      .rct-filter ul li a {
        color: #464D69; }

.Shop-grid-wrapper .shop-head .has-wrapper, .Shop-list-wrapper .shop-head .has-wrapper {
  position: relative; }
  .Shop-grid-wrapper .shop-head .has-wrapper .search-icon, .Shop-list-wrapper .shop-head .has-wrapper .search-icon {
    position: absolute;
    right: 2rem;
    top: 1.25rem;
    font-size: 1rem; }

/*======== Shop ========*/
.shop-wrapper .filter-sm-wrap .ais-Panel-header {
  border: none; }

.shop-wrapper .filters-wrapper .ais-RangeInput-input {
  width: 4rem; }

.shop-wrapper .ais-MenuSelect-select,
.shop-wrapper .ais-SortBy-select {
  width: 100%;
  background-image: none;
  cursor: pointer; }

.shop-wrapper .ais-Hits-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem; }
  .shop-wrapper .ais-Hits-list .ais-Hits-item {
    border: none;
    box-shadow: none;
    margin: 0 0 1.5rem 0;
    padding: 0 0.75rem;
    display: grid; }
    .shop-wrapper .ais-Hits-list .ais-Hits-item .product-info h4 {
      font-weight: 500; }
    .shop-wrapper .ais-Hits-list .ais-Hits-item .overlay-wrap {
      min-height: 16rem;
      max-height: 16rem; }
    .shop-wrapper .ais-Hits-list .ais-Hits-item .overlay-content {
      visibility: hidden;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.5);
      transition: 0.3s all ease-in-out; }
      .shop-wrapper .ais-Hits-list .ais-Hits-item .overlay-content .cart-btn {
        transform: translateY(100%);
        transition: 0.3s all ease-in-out; }
    .shop-wrapper .ais-Hits-list .ais-Hits-item:hover .overlay-content {
      opacity: 1;
      visibility: visible; }
      .shop-wrapper .ais-Hits-list .ais-Hits-item:hover .overlay-content .cart-link {
        transform: translateY(0%); }

.shop-wrapper .ais-RefinementList-list li label,
.shop-wrapper .ais-NumericMenu-list li label {
  margin: 0;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .shop-wrapper .ais-RefinementList-list li label input,
  .shop-wrapper .ais-NumericMenu-list li label input {
    margin: 0 0.625rem;
    height: 1rem;
    width: 1rem;
    cursor: pointer; }
  .shop-wrapper .ais-RefinementList-list li label .ais-RefinementList-labelText,
  .shop-wrapper .ais-NumericMenu-list li label .ais-RefinementList-labelText {
    width: 80%; }

.shop-wrapper .ais-RefinementList-list li label .ais-RefinementList-count {
  float: right; }

.shop-wrapper .ais-RatingMenu-link {
  padding: 0.5rem; }

.shop-wrapper .ais-ClearRefinements-button {
  padding: 1rem;
  width: 100%;
  font-size: 1rem;
  border-radius: 0; }

.shop-wrapper .ais-Panel-header {
  border: none; }

.shop-wrapper .ais-Pagination-item--selected .ais-Pagination-link {
  background-color: #5D92F4;
  border-color: #5D92F4; }

/*======== Checkout ========*/
.checkout-wrap .checkout-form-wrap {
  border-right: 1px solid #EBEDF2; }
  .checkout-wrap .checkout-form-wrap header button {
    min-width: 50%; }

.checkout-wrap .payment-wrap .rccs__cvc {
  color: #000 !important; }

/*======== Responsive ========*/
@media (max-width: 992px) and (min-width: 320px) {
  .shop-listing .mr-50 {
    margin-right: 0 !important; }
  .shop-listing .rct-block {
    padding: 1.875rem 1rem 1.875rem 0.625rem; } }

@media (max-width: 767px) and (min-width: 320px) {
  .shop-listing .media-body {
    transform: translate3d(0%, 15%, 0); } }

@media (max-width: 700px) and (min-width: 320px) {
  .shop-listing .d-flex {
    display: inline-block !important;
    width: 100%;
    text-align: center; }
  .shop-listing .media {
    width: 100%;
    display: block; }
    .shop-listing .media .media-left {
      width: 100%; }
    .shop-listing .media .media-body {
      width: 100%;
      transform: translate3d(0%, 0%, 0); } }

@media (max-width: 575px) and (min-width: 320px) {
  .shop-grid .rct-block-content {
    text-align: center; }
  .invoice-wrapper .add-full-card.d-flex {
    display: inline-block !important;
    width: 100%; }
  .invoice-wrapper .add-full-card .add-card {
    width: 100%; }
  .shop-wrapper .ais-Hits-item {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .shop-wrapper .ais-Hits-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 576px) and (max-width: 991px) {
  .shop-wrapper .ais-Hits-item {
    flex: 0 0 50%;
    max-width: 50%; } }

/*=========== Session Style =========*/
.session-wrapper, .error-wrapper, .rct-session-wrapper {
  background-image: contain;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: fixed;
  right: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }
  .session-wrapper .session-inner-wrapper, .error-wrapper .session-inner-wrapper, .rct-session-wrapper .session-inner-wrapper {
    transform: translate3d(0%, 10%, 0);
    padding-bottom: 1.875rem; }

.session-header {
  background: none !important;
  box-shadow: none !important; }
  .session-header > div {
    padding: 0; }

.session-logo {
  display: flex;
  align-items: center; }
  .session-logo i {
    font-size: 1.875rem;
    margin-right: 0.9375rem;
    color: #ffffff; }

.has-wrapper {
  position: relative; }
  .has-wrapper .has-input {
    border: none;
    padding: 0.625rem 1.563rem; }
  .has-wrapper .has-icon {
    position: absolute;
    right: 25px;
    top: 13px;
    font-size: 1.25rem; }

.btn-large {
  height: 52px; }

.error-wrapper {
  background: #00D0BD;
  background-image: none;
  overflow-x: hidden; }

.error-body h2 {
  font-weight: 900;
  text-shadow: 9px 10px 1px rgba(0, 0, 0, 0.08); }

.oops {
  font-size: 3.75rem; }

.bold {
  font-size: 13.75rem; }

.error-msg {
  font-size: 4.375rem; }

.rct-session-wrapper .row-eq-height {
  align-items: center; }

.rct-session-wrapper header {
  height: 100px;
  background: none !important;
  justify-content: space-around;
  box-shadow: none; }

.rct-session-wrapper .session-inner-wrapper .session-body {
  background-color: #fff;
  border-radius: 5px;
  padding: 2rem 6.25rem; }
  .rct-session-wrapper .session-inner-wrapper .session-body p {
    color: #A5A7B2;
    font-size: 0.875rem; }
    .rct-session-wrapper .session-inner-wrapper .session-body p a {
      text-decoration: underline; }
      .rct-session-wrapper .session-inner-wrapper .session-body p a:hover {
        color: #5D92F4; }

.rct-session-wrapper .has-wrapper .has-input {
  border-top: 1px solid #EBEDF2;
  border-bottom: 1px solid #EBEDF2;
  border-left: 1px solid #EBEDF2;
  border-right: 1px solid #EBEDF2; }

[class*="circle-btn-"] {
  border-radius: 50px !important; }

.circle-btn-sm {
  min-width: 160px !important; }

.circle-btn-xs {
  min-width: 120px !important; }

.session-slider .slick-slide {
  position: relative; }
  .session-slider .slick-slide img {
    border-radius: 6px; }
  .session-slider .slick-slide .rct-img-overlay {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 0.9375rem 0.9375rem 1.563rem;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #ffffff; }
    .session-slider .slick-slide .rct-img-overlay p {
      margin: 0;
      font-size: 0.875rem; }
    .session-slider .slick-slide .rct-img-overlay h5 {
      font-style: italic;
      font-weight: 500;
      margin-bottom: 5px;
      font-size: 1.25rem; }

.session-slider .slick-dots {
  text-align: right;
  top: 0;
  height: 30px; }

/*======= Responsive =======*/
@media (max-width: 1199px) and (min-width: 320px) {
  .rct-session-wrapper .container {
    max-width: 100%; }
  .rct-session-wrapper .session-inner-wrapper .session-body {
    padding: 2rem 1.875rem; }
    .rct-session-wrapper .session-inner-wrapper .session-body [class*="btn-"]:not(.btn-success) {
      font-size: 1rem;
      margin-bottom: 5px !important; }
    .rct-session-wrapper .session-inner-wrapper .session-body p.mb-20, .rct-session-wrapper .session-inner-wrapper .session-body .session-head.mb-30 {
      margin-bottom: 0.9375 !important; } }

@media (max-width: 767px) {
  .rct-session-wrapper [class*="col-"] {
    max-width: 100%;
    flex: 100%; }
  .rct-session-wrapper .session-inner-wrapper {
    transform: translate3d(0%, 0%, 0); }
  .rct-session-wrapper .session-slider {
    display: none; } }

@media (max-width: 600px) {
  .error-body .bold {
    font-size: 8.75rem; }
  .error-body .error-msg {
    font-size: 2.375rem; } }

@media (max-width: 575px) {
  .circle-btn-xs {
    min-width: 85px !important;
    padding: 5px 5px 3px !important; }
  .rct-session-wrapper .session-head h2 {
    font-size: 1.4rem;
    margin-bottom: 0.4rem; }
  .rct-session-wrapper header a.mr-15 {
    display: none; } }

/*======= All App Effect Is Mentioned Here ========*/
.rct-notify {
  display: flex;
  -moz-animation: notify 1.5s infinite linear;
  -o-animation: notify 1.5s infinite linear;
  -webkit-animation: notify 1.5s infinite linear;
  animation: notify 1.5s infinite linear;
  border-radius: 100%; }

@-webkit-keyframes notify {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(179, 182, 183, 0.96); }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(179, 182, 183, 0.96); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(179, 182, 183, 0.96); } }

@keyframes notify {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(179, 182, 183, 0.96);
    box-shadow: 0 0 0 0 rgba(179, 182, 183, 0.96); }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(179, 182, 183, 0);
    box-shadow: 0 0 0 12px rgba(179, 182, 183, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(179, 182, 183, 0);
    box-shadow: 0 0 0 0 rgba(179, 182, 183, 0); } }

/*=========== Weather Widget Effect =============*/
.rct-weather-widget {
  background-image: contain;
  background-size: cover;
  -moz-animation: animatedBackground 25s infinite ease;
  -o-animation: animatedBackground 25s infinite ease;
  -webkit-animation: animatedBackground 25s infinite ease;
  animation: animatedBackground 25s infinite ease; }

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  1% {
    background-position: 0 0; }
  50% {
    background-position: -1000px 0; }
  51% {
    background-position: -1000px 0; }
  99% {
    background-position: 0 0; }
  100% {
    background-position: 0 0; } }

@keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  1% {
    background-position: 0 0; }
  50% {
    background-position: -1000px 0; }
  51% {
    background-position: -1000px 0; }
  99% {
    background-position: 0 0; }
  100% {
    background-position: 0 0; } }

/*===== Setting Rotate Animation ======*/
.rotate {
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out !important; }

.rotate:hover {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  transform: rotateZ(360deg); }

/*====== Bell Shake Animation =====*/
@-ms-keyframes ring {
  0% {
    -ms-transform: rotate(15deg); }
  50% {
    -ms-transform: rotate(-15deg); }
  100% {
    -ms-transform: rotate(15deg); } }

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(15deg); }
  50% {
    -moz-transform: rotate(-15deg); }
  100% {
    -moz-transform: rotate(15deg); } }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(15deg); }
  50% {
    -webkit-transform: rotate(-15deg); }
  100% {
    -webkit-transform: rotate(15deg); } }

@keyframes ring {
  0% {
    transform: rotate(15deg); }
  50% {
    transform: rotate(-15deg); }
  100% {
    transform: rotate(15deg); } }

.shake {
  -ms-animation: ring .3s infinite;
  -moz-animation: ring .3s infinite;
  -webkit-animation: ring .3s infinite;
  animation: ring .3s infinite; }

@keyframes spin-icon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.spin-icon {
  -webkit-animation: spin-icon 2s infinite linear;
  animation: spin-icon 2s infinite linear; }

/*======= Theme Panel =======*/
.fixed-plugin {
  position: fixed;
  right: -2px;
  width: auto;
  z-index: 9;
  border-radius: 10px 0 0 10px;
  top: 130px; }
  .fixed-plugin i {
    padding: 0.625rem; }
  .fixed-plugin .header-title {
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
  .fixed-plugin .badge {
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    position: relative;
    width: 35px;
    padding: 0 !important;
    transition: all .34s; }
  .fixed-plugin .dropdown > button.btn-secondary {
    background: none;
    border: none;
    padding: 0; }
    .fixed-plugin .dropdown > button.btn-secondary:hover, .fixed-plugin .dropdown > button.btn-secondary.active, .fixed-plugin .dropdown > button.btn-secondary:focus {
      background: none; }
  .fixed-plugin .dropdown.show .dropdown-menu {
    transform: translate3d(0, -40px, 0) !important;
    opacity: 1;
    visibility: visible; }
  .fixed-plugin .dropdown .dropdown-menu {
    right: 45px;
    left: auto !important;
    width: 19rem;
    border-radius: 5px;
    padding: 1.25rem 0rem;
    background-color: #fff;
    transform: translate3d(0, 100px, 0) !important; }
    .fixed-plugin .dropdown .dropdown-menu::before, .fixed-plugin .dropdown .dropdown-menu::after {
      border: none; }
  .fixed-plugin .background-img .img-holder {
    border: 3px solid transparent;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 4px; }
    .fixed-plugin .background-img .img-holder img {
      max-height: 100%;
      height: 100px;
      width: 50px; }
    .fixed-plugin .background-img .img-holder.active {
      border-color: #FF3739; }

/*========== Tour scss =========*/
.joyride-tooltip {
  width: 23.13rem !important;
  padding: 0 !important;
  border-radius: 0; }
  .joyride-tooltip.right .joyride-tooltip__triangle {
    left: -12px !important;
    top: 8px; }
  .joyride-tooltip.bottom .joyride-tooltip__triangle {
    top: -12px !important; }
  .joyride-tooltip.left .joyride-tooltip__triangle {
    right: -12px !important; }
  .joyride-tooltip .joyride-tooltip__header, .joyride-tooltip .joyride-tooltip__main, .joyride-tooltip .joyride-tooltip__footer {
    padding: 0.625rem !important; }
  .joyride-tooltip .joyride-tooltip__header {
    border-bottom: 1px solid #5D92F4;
    background-color: #5D92F4;
    color: #ffffff; }
  .joyride-tooltip .joyride-tooltip__footer {
    border-top: 1px solid #EBEDF2; }
  .joyride-tooltip .joyride-tooltip__button--skip {
    color: #f04; }
  .joyride-tooltip .joyride-tooltip__close {
    background: none; }
    .joyride-tooltip .joyride-tooltip__close::before {
      content: "\f136";
      font-family: Material-Design-Iconic-Font;
      color: #ffffff; }

/*========== Widgets scss =========*/
.widget-heading {
  font-size: 1.625rem;
  font-weight: 500;
  color: #727891;
  margin-bottom: 1.875rem; }

.flex-chart .rct-block-content {
  height: 100%;
  display: flex;
  flex-direction: column; }

.to-do-list ul > div:hover .hover-action {
  opacity: 1; }

.hover-action {
  opacity: 0;
  transition: all 0.4s linear 0s; }
  .hover-action button,
  .hover-action a {
    height: 34px;
    width: 34px;
    font-size: 1.3rem; }

.new-mail > div,
.new-mail > li {
  padding: 0.625rem 0.9375rem;
  border-bottom: 1px solid #EBEDF2; }
  .new-mail > div:hover .hover-action,
  .new-mail > li:hover .hover-action {
    opacity: 1; }

.new-mail .subject {
  font-size: 1rem;
  font-weight: 500;
  color: #464D69;
  margin-bottom: 0.625rem; }

.new-mail .message {
  color: #677080;
  font-size: 12px; }

.comment-section ul > div:not(:last-child) {
  border-bottom: 1px solid #EBEDF2; }

.comment-section ul > div .comment-date {
  opacity: 1;
  transition: all 0.2s ease-in-out; }

.comment-section ul > div:hover .hover-action {
  opacity: 1; }

.comment-section ul > div:hover .comment-date {
  opacity: 0; }

@media (max-width: 500px) {
  .comment-section ul > div {
    display: block !important; }
    .comment-section ul > div .avatar-wrap {
      margin: 0 0 1rem 0 !important; }
    .comment-section ul > div .comment-action {
      width: 100% !important;
      text-align: left !important; } }

.weather-top {
  position: relative; }
  .weather-top .weather-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    padding: 0.625rem 1.875rem; }
  .weather-top .weather-head,
  .weather-top .weather-temp {
    color: #ffffff; }
  .weather-top .weather-temp h2 {
    font-size: 3.75rem;
    font-weight: 600;
    margin: 0; }
  .weather-top .weather-head h4 {
    font-size: 1.5rem;
    font-weight: 500; }
  .weather-top .weather-head i {
    font-size: 5rem; }

.weather-bottom ul li {
  border-bottom: 1px solid #EBEDF2;
  padding: 0.625rem 0.9375rem; }
  .weather-bottom ul li .w-icon i {
    font-size: 1.5rem; }

.notification-box {
  border: none; }
  .notification-box ul li {
    margin-bottom: 1.25rem; }
    .notification-box ul li:last-child {
      margin-bottom: 0; }

.message-head {
  color: #727891; }
  .message-head i {
    font-size: 1rem;
    margin-right: 5px; }

.notify-user {
  position: relative; }
  .notify-user .badge {
    width: 25px;
    border-radius: 100%;
    padding: 0 !important;
    margin: 0;
    font-size: 1rem;
    height: 25px;
    line-height: 20px;
    border: 2px solid #ffffff;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 30px; }

.small-btn {
  width: 33px !important;
  height: 30px !important;
  font-size: 1rem !important; }

.new-customer-list li a {
  font-size: 1.1rem;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  padding: 0;
  margin: 3px; }
  .new-customer-list li a:hover, .new-customer-list li a:active, .new-customer-list li a:focus {
    color: inherit; }

.activity-widget li {
  border-left: 1px solid #EBEDF2;
  padding: 0 20px 15px 20px;
  position: relative; }
  .activity-widget li span.activity-time {
    display: block;
    font-size: 12px; }
  .activity-widget li span.badge {
    position: absolute;
    right: auto;
    top: 0;
    left: -9.75px;
    min-height: 1.125rem;
    min-width: 1.125rem;
    font-size: 0; }
    .activity-widget li span.badge:before {
      border: 3px solid #ffffff;
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 100%; }

.support-widget-wrap ul li .content-title {
  width: 20%;
  color: #727891; }

.stock-exchange ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EBEDF2;
  padding: 0.9375rem; }

.share-friend .social-share li {
  padding: 0;
  margin-right: 1rem; }
  .share-friend .social-share li:last-child {
    margin: 0; }
  .share-friend .social-share li a {
    color: #ffffff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem; }

.review-slider .rct-block-title, .review-slider .faq-page-wrapper .panel-heading, .faq-page-wrapper .review-slider .panel-heading {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1); }
  .review-slider .rct-block-title h4, .review-slider .faq-page-wrapper .panel-heading h4, .faq-page-wrapper .review-slider .panel-heading h4 {
    color: #ffffff; }

.review-slider .slick-dots {
  text-align: left;
  padding-left: 1rem;
  bottom: 0; }
  .review-slider .slick-dots li {
    margin: 0; }
    .review-slider .slick-dots li button:before {
      color: #ffffff;
      font-size: 0.5rem; }

.blog-layout-three {
  overflow: hidden; }
  .blog-layout-three .blog-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%); }

.user-profile-widget > img {
  height: 150px; }

.user-profile-widget .user-avatar {
  margin-top: -6rem; }

.blog-list-wrap ul .post-item .post-img {
  width: 4rem; }

.blog-list-wrap ul .post-item:hover .hover-action {
  opacity: 1; }

.project-managemnet-wrapper .table .progress {
  height: 0.3125rem;
  border-radius: 2rem; }
  .project-managemnet-wrapper .table .progress .progress-bar {
    border-radius: 2rem; }

.task-management-wrapper .project-heading {
  padding: 0.5rem 1.5rem; }

.task-management-wrapper .task-title {
  width: 60%; }
  .task-management-wrapper .task-title h4 {
    word-wrap: break-word;
    color: #727891; }

.team-avatar ul {
  position: relative;
  margin-top: 5px; }
  .team-avatar ul li {
    margin-right: 0 !important; }
    .team-avatar ul li > div {
      height: 2rem;
      width: 2rem;
      border: 2px solid transparent;
      transform: translateY(0) scale(1);
      transition: all 0.2s ease-in-out; }
    .team-avatar ul li:hover > div {
      border-color: #ffffff;
      z-index: 999;
      transform: translateY(-4px) scale(1.02);
      box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2); }
    .team-avatar ul li > div {
      height: 1.875rem;
      width: 1.875rem; }
  .team-avatar ul li:not(:first-child) {
    margin-left: -0.85rem; }

.activity-board-wrapper .comment-box {
  background-color: #FAFAFA;
  border-top: 1px solid #EBEDF2;
  border-bottom: 1px solid #EBEDF2;
  border-left: 1px solid #EBEDF2;
  border-right: 1px solid #EBEDF2;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem; }

.activity-board-wrapper .attachment-wrap .list-inline-item .overlay-content {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s ease-in-out; }

.activity-board-wrapper .attachment-wrap .list-inline-item:hover .overlay-content {
  opacity: 1; }

.activity-board-wrapper .progress {
  height: 0.75rem;
  border-radius: 2.5rem; }
  .activity-board-wrapper .progress .progress-bar {
    border-radius: 2.5rem; }

.list-group-item {
  border-color: #EBEDF2; }

.trending-news-widegt {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
  left: 15.65rem;
  right: 15.6rem; }
  .trending-news-widegt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1; }
  .trending-news-widegt .slick-arrow {
    z-index: 1; }
    .trending-news-widegt .slick-arrow.slick-prev {
      right: 5rem;
      left: auto; }
    .trending-news-widegt .slick-arrow.slick-next {
      right: 3rem; }
    .trending-news-widegt .slick-arrow:before {
      font-size: 1.5rem;
      opacity: 1; }
  .trending-news-widegt .trending-block {
    padding: 2.95rem 3rem;
    border-right: 1px solid #ffffff; }
  @media (max-width: 768px) {
    .trending-news-widegt .trending-block {
      display: none !important; }
    .trending-news-widegt .slick-slider {
      width: 100% !important; }
      .trending-news-widegt .slick-slider .slick-list {
        height: 60px !important; }
        .trending-news-widegt .slick-slider .slick-list .slider-text-wrap p {
          display: none; }
        .trending-news-widegt .slick-slider .slick-list .slider-content > div {
          width: 100% !important; } }
  .trending-news-widegt .slick-slider {
    width: 85%; }
    .trending-news-widegt .slick-slider .slick-slide {
      border: none;
      padding: 1rem; }
    .trending-news-widegt .slick-slider .month-wrap .date {
      line-height: 1; }
    .trending-news-widegt .slick-slider .slider-content > div {
      width: 80%; }

.visitors-widget .top-content .count-value {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1; }

.visitors-widget .collapse {
  height: 85%; }

.newslater-widget .collapse {
  height: 88%; }

.subscribers-widget .overlay-content {
  pointer-events: none; }
  .subscribers-widget .overlay-content .count-value {
    font-size: 1.75rem; }

/* ============== Social Share Widget ====================*/
.social-card {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 1px 1px 1px 1px rgba(183, 180, 189, 0.08);
  border-radius: 5px;
  margin-bottom: 24px;
  transition: all 0.4s ease-in-out 0s;
  padding: 1.25rem 1.25rem;
  background-color: #fff; }
  .social-card span {
    display: block; }
  .social-card > span {
    width: 40%;
    text-align: center; }
    .social-card > span:last-child {
      border-left: 1px dashed #EBEDF2; }
  .social-card .social-icon {
    width: 4.1875rem;
    height: 4.1875rem;
    background-color: #fafafa;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out; }
    .social-card .social-icon i {
      transition: all 0.4s ease-in-out;
      font-size: 1.75rem; }
  .social-card:hover {
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); }
    .social-card:hover .social-icon {
      border-radius: 0 !important;
      border-color: transparent !important; }
      .social-card:hover .social-icon i {
        color: #ffffff !important; }
    .social-card:hover .facebook.social-icon {
      background-color: #3b5998 !important; }
    .social-card:hover .twitter.social-icon {
      background-color: #52aeff !important; }
    .social-card:hover .linkedin.social-icon {
      background-color: #4875b4 !important; }
    .social-card:hover .google.social-icon {
      background-color: #f13a30 !important; }

/*==================== Top author ================*/
.top-author-wrap .slick-slider {
  height: 90%; }
  .top-author-wrap .slick-slider .slick-track, .top-author-wrap .slick-slider .slick-list, .top-author-wrap .slick-slider .slick-slide, .top-author-wrap .slick-slider .slick-slide > div, .top-author-wrap .slick-slider .author-detail-wrap {
    height: 100%; }

.top-author-wrap .author-detail-wrap .author-avatar {
  padding: 2.25rem 0;
  margin-top: -2px; }
  .top-author-wrap .author-detail-wrap .author-avatar .avatar-img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0; }
    .top-author-wrap .author-detail-wrap .author-avatar .avatar-img img {
      box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.29); }
    @media (max-width: 599px) {
      .top-author-wrap .author-detail-wrap .author-avatar .avatar-img {
        top: 30px; }
        .top-author-wrap .author-detail-wrap .author-avatar .avatar-img img {
          height: 65px;
          width: 65px; } }

.top-author-wrap .author-detail-wrap .authors-info {
  min-height: 235px; }

.top-author-wrap .author-detail-wrap .author-contact-info li {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.25rem; }
  .top-author-wrap .author-detail-wrap .author-contact-info li:not(:last-child) {
    border-bottom: 1px dashed #EBEDF2; }

.top-author-wrap .author-detail-wrap .social-info li {
  margin: 0 0.25rem; }

.top-author-wrap .author-detail-wrap .footer-content li {
  width: 33%;
  padding: 0.625rem 0; }
  .top-author-wrap .author-detail-wrap .footer-content li:not(:last-child) {
    border-right: 1px solid #EBEDF2; }

.top-author-wrap .slick-arrow {
  top: 2rem;
  z-index: 9;
  opacity: 0;
  transition: all 0.2s ease-in-out; }
  .top-author-wrap .slick-arrow.slick-prev {
    left: 20px;
    transform: translateX(1rem); }
  .top-author-wrap .slick-arrow.slick-next {
    right: 30px;
    transform: translateX(-1rem); }
  .top-author-wrap .slick-arrow:before {
    font-size: 1.5rem; }

.top-author-wrap:hover .slick-arrow {
  opacity: 1;
  transform: translateX(0); }

/*============= Top news wrap ==============*/
.top-news-wrap {
  overflow: hidden; }
  .top-news-wrap .main-slider-wrap .slick-slide .main-slider-item {
    display: block !important; }
    .top-news-wrap .main-slider-wrap .slick-slide .main-slider-item img {
      width: 100%; }
    .top-news-wrap .main-slider-wrap .slick-slide .main-slider-item .overlay-content {
      transition: all 0.3s ease-in-out;
      background-color: rgba(0, 0, 0, 0); }
      .top-news-wrap .main-slider-wrap .slick-slide .main-slider-item .overlay-content .overlay-holder {
        background-color: rgba(0, 0, 0, 0.6);
        transition: all 0.3s ease-in-out;
        overflow: hidden; }
        .top-news-wrap .main-slider-wrap .slick-slide .main-slider-item .overlay-content .overlay-holder p {
          height: 0;
          transition: all 0.4s ease-in-out;
          transform: translateY(1rem);
          opacity: 0; }
        @media (max-width: 599px) {
          .top-news-wrap .main-slider-wrap .slick-slide .main-slider-item .overlay-content .overlay-holder {
            margin-bottom: 0 !important;
            width: 100% !important; }
            .top-news-wrap .main-slider-wrap .slick-slide .main-slider-item .overlay-content .overlay-holder .meta-info, .top-news-wrap .main-slider-wrap .slick-slide .main-slider-item .overlay-content .overlay-holder p {
              display: none !important; } }
  @media (max-width: 599px) {
    .top-news-wrap .slider-btn-wrap {
      display: none; } }
  .top-news-wrap .slider-btn-wrap .slick-list {
    margin: 0 2rem;
    z-index: 0; }
    .top-news-wrap .slider-btn-wrap .slick-list .slick-slide {
      cursor: pointer;
      padding: 0 10px; }
      .top-news-wrap .slider-btn-wrap .slick-list .slick-slide img {
        transition: all 0.3s linear; }
    .top-news-wrap .slider-btn-wrap .slick-list .slick-current img {
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5); }
  .top-news-wrap .slider-btn-wrap .slick-arrow {
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    width: 1.5rem;
    height: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0 !important; }
    .top-news-wrap .slider-btn-wrap .slick-arrow:before {
      color: #464D69;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      font-size: 1.5rem; }
    .top-news-wrap .slider-btn-wrap .slick-arrow.slick-prev {
      left: 0.5rem;
      transform: translateX(1rem); }
    .top-news-wrap .slider-btn-wrap .slick-arrow.slick-next {
      right: 0.5rem;
      transform: translateX(-1rem); }
  .top-news-wrap:hover .overlay-content {
    background-color: rgba(0, 0, 0, 0.4) !important; }
    .top-news-wrap:hover .overlay-content .overlay-holder {
      background-color: rgba(0, 0, 0, 0.9) !important; }
      .top-news-wrap:hover .overlay-content .overlay-holder p {
        height: 2rem !important;
        transform: translateY(0) !important;
        opacity: 1 !important; }
  .top-news-wrap:hover .slider-btn-wrap .slick-arrow {
    opacity: 1 !important;
    transform: translateX(0) !important; }
    .top-news-wrap:hover .slider-btn-wrap .slick-arrow:before {
      opacity: 1 !important; }

/*================== Top Headlines widget============*/
@media (max-width: 500px) {
  .top-headlines-widget li {
    display: block !important; }
    .top-headlines-widget li .news-content {
      display: block !important; }
      .top-headlines-widget li .news-content .img-wrap {
        margin: 0 0 1rem 0 !important; }
        .top-headlines-widget li .news-content .img-wrap img {
          width: 100%; }
    .top-headlines-widget li .news-time {
      width: 100% !important;
      text-align: left !important; } }

/*================= Twitter Feed V2 ==================*/
.twitter-feeds-widget .slick-slide {
  padding: 1rem 0; }

.twitter-feeds-widget .twitter-content .avatar-wrap {
  margin-bottom: 2.5rem; }
  .twitter-feeds-widget .twitter-content .avatar-wrap img {
    transition: all 0.3s ease-in-out; }
  .twitter-feeds-widget .twitter-content .avatar-wrap .overlay-content {
    top: -3px;
    left: -6px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out; }
    .twitter-feeds-widget .twitter-content .avatar-wrap .overlay-content .badge {
      height: 2rem;
      width: 2rem;
      font-size: 1rem;
      box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.29); }

.twitter-feeds-widget:hover img {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.29); }

.twitter-feeds-widget:hover .overlay-content {
  transform: translate3d(-0.5rem, -0.5rem, 0) !important; }

/*========= Responsive ==========*/
@media (max-width: 1300px) and (min-width: 320px) {
  .promo-coupon img {
    width: 130px;
    height: 130px; } }

@media (max-width: 500px) and (min-width: 320px) {
  .project-managemnet-wrapper .table thead tr th:last-child span {
    display: none; }
  .team-avatar {
    display: none; }
  .blog-list-wrap .post-item,
  .blog-list-wrap .post-item .post-content {
    display: block !important; }
    .blog-list-wrap .post-item .post-img,
    .blog-list-wrap .post-item .post-content .post-img {
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 1.875rem; } }

@media all and (-ms-high-contrast: none) {
  .ie-flex li .media .media-body {
    flex: inherit; }
  select::-ms-expand {
    display: none; }
  .date-picker-icon {
    margin-bottom: 10px; }
  .card {
    display: block; }
  .notification-dropdown .badge, .cart-dropdown .badge {
    width: 20px;
    height: 20px;
    padding: 0;
    line-height: 1.6;
    top: 2px; } }

.bg-color .rct-block * {
  color: #fff; }

.bg-color .chart-title span {
  font-size: 1.375rem; }

.primary-chart .rct-block {
  background-color: #5D92F4; }

.success-chart .rct-block {
  background-color: #00D014; }

.info-chart .rct-block {
  background-color: #00D0BD; }

.danger-chart .rct-block {
  background-color: #FF3739; }

.upcoming-events-wrap p {
  color: #727891; }

.upcoming-events-wrap a {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 5px;
  padding: 4px 9px;
  font-size: 0.8rem;
  text-transform: capitalize; }

.ongoing-projects-wrap .project-list li {
  margin-bottom: 8px; }
  .ongoing-projects-wrap .project-list li i {
    font-size: 22px;
    color: #5D92F4; }
  .ongoing-projects-wrap .project-list li span {
    text-transform: capitalize; }

.progress-xs {
  height: 4px;
  border-radius: 0;
  box-shadow: none; }

.notification-v2-wrap .text-base span {
  color: #A5A7B2 !important;
  font-weight: bold !important;
  font-size: 1rem !important; }

.live-support-wrap ul li .avatar {
  width: 65px; }
  .live-support-wrap ul li .avatar img {
    border-radius: 100%; }

.live-support-wrap ul li .content {
  width: calc(100% - 65px); }

.live-support-wrap .chat-form > div {
  width: calc(100% - 100px); }

.Tab-wrap header {
  box-shadow: none;
  background-color: transparent; }
  .Tab-wrap header button span {
    color: #727891; }

.Tab-wrap .card {
  border: 0; }
  .Tab-wrap .card > div {
    overflow-x: scroll;
    padding: 0 !important; }

.Transaction-table-wrap .table-wrap tbody td {
  font-size: 14px !important; }

@media (max-width: 575px) {
  .live-support-wrap .chat-form > div {
    width: calc(100% - 50px); }
  .live-support-wrap .chat-form button {
    height: 40px;
    width: 40px; } }

@media (max-width: 374px) {
  .live-support-wrap ul li > div {
    display: block !important; }
  .live-support-wrap ul li .avatar {
    width: 100%; }
  .live-support-wrap ul li .content {
    padding: 20px 0 0 !important;
    width: 100%; } }

/*================ Video player ==============*/
.video-player-wrapper .video-react .video-react-big-play-button {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 2.75rem;
  top: 45%;
  left: 46%; }

@media (max-width: 500px) {
  .video-player-wrapper .table tr td {
    font-size: 0.75rem; } }

/*================ Image Cropper =============*/
.image-cropper-wrap .rct-block-content > div {
  overflow: hidden; }

.image-cropper-wrap .rct-block-content .cropper-container.cropper-bg {
  width: 100% !important; }

@media (max-width: 500px) {
  .image-cropper-wrap .rct-block-content.crop-wrapper > div > div:not(.d-flex) {
    height: 250 !important; }
  .image-cropper-wrap .rct-block-content .form-group {
    display: block !important;
    text-align: center; }
    .image-cropper-wrap .rct-block-content .form-group .w-30, .image-cropper-wrap .rct-block-content .form-group .w-40 {
      width: 100% !important; }
    .image-cropper-wrap .rct-block-content .form-group .form-control-file {
      width: 46% !important;
      margin: 0 auto; } }

/*=============== DropZone ================*/
.dropzone-wrapper .dropzone .dz-preview.dz-image-preview {
  background: transparent !important; }

.dropzone-wrapper .dropzone .dz-error-message, .dropzone-wrapper .dropzone .dz-preview.dz-error .dz-error-mark {
  display: none !important; }

.dropzone-wrapper .dropzone .dz-remove {
  padding: 0.25rem;
  background-color: #FF3739;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.3125rem;
  margin-top: 1rem; }
  .dropzone-wrapper .dropzone .dz-remove:hover {
    text-decoration: none; }

/*====== All App Layout Include Here =====*/
/*======= Mini Sidebar Style Here =====*/
.mini-sidebar .side-title {
  display: none; }

.mini-sidebar .app-conrainer-wrapper {
  left: 48px !important; }

.mini-sidebar .top-sidebar .sidebar-user-block .user-info {
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out; }

.mini-sidebar .rct-sidebar {
  width: 48px;
  -webkit-transition-property: top, bottom, width;
  transition-property: top, bottom, width;
  -webkit-transition-duration: .2s, .2s, .35s;
  transition-duration: .2s, .2s, .35s;
  -webkit-transition-timing-function: linear, linear, ease;
  transition-timing-function: linear, linear, ease;
  -webkit-overflow-scrolling: touch; }
  .mini-sidebar .rct-sidebar .site-logo .logo-normal {
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  .mini-sidebar .rct-sidebar:hover .logo-normal {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .mini-sidebar .rct-sidebar:hover .sub-menu {
    display: block; }
  .mini-sidebar .rct-sidebar .rct-mainMenu .side-title {
    display: none !important; }
  .mini-sidebar .rct-sidebar .rct-mainMenu > li {
    padding: 1rem 2rem !important;
    transition: all 0.3s ease-in-out; }
    .mini-sidebar .rct-sidebar .rct-mainMenu > li:not(.list-item) a {
      padding: 0 !important;
      display: flex;
      align-items: center; }
    .mini-sidebar .rct-sidebar .rct-mainMenu > li .menu-icon, .mini-sidebar .rct-sidebar .rct-mainMenu > li .rct-mainMenu > li > a .menu-icon, .mini-sidebar .rct-sidebar .rct-mainMenu > li > a .rct-mainMenu > li .menu-icon {
      float: left;
      text-align: center; }
    .mini-sidebar .rct-sidebar .rct-mainMenu > li > a .menu {
      left: 35px; }
    .mini-sidebar .rct-sidebar .rct-mainMenu > li .menu {
      left: 60px; }
    .mini-sidebar .rct-sidebar .rct-mainMenu > li.list-item:after {
      opacity: 0; }
    .mini-sidebar .rct-sidebar .rct-mainMenu > li .menu,
    .mini-sidebar .rct-sidebar .rct-mainMenu > li > a .menu {
      opacity: 0;
      transition: all 0.4s linear 0s;
      position: absolute;
      -webkit-transform: translate3d(-25px, 0, 0);
      -ms-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0); }
  .mini-sidebar .rct-sidebar .sub-menu {
    display: none; }
  .mini-sidebar .rct-sidebar:hover {
    width: 48px;
    /*$sidebar-width*/ }

.mini-sidebar .sub-menu > li > a {
  position: relative;
  opacity: 0;
  transition: all 0.4s linear 0s;
  -webkit-transform: translate3d(-25px, 0, 0);
  -ms-transform: translate3d(-25px, 0, 0);
  transform: translate3d(-25px, 0, 0); }

.mini-sidebar .rct-header {
  left: 48px; }

/*====== Dark Layout Style Here ======*/
body.dark-mode,
body.dark-mode .app-boxed .rct-page {
  color: #fff;
  background-image: contain; }

.dark-mode .sidebar-color,
.dark-mode .fixed-plugin .sidebar-overlay {
  display: none; }

.dark-mode .loader-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

.dark-mode .sidebar-overlay-light {
  background-color: rgba(0, 0, 0, 0.8); }

.dark-mode .rct-header,
.dark-mode .rct-footer,
.dark-mode .rct-block-footer,
.dark-mode .card-footer,
.dark-mode .list-group-item,
.dark-mode .report-title,
.dark-mode .modal-content,
.dark-mode input:not(.input-search),
.dark-mode select,
.dark-mode .rct-filter,
.dark-mode .report-status,
.dark-mode .button-nav-wrapper button,
.dark-mode [role="document"],
.dark-mode textarea,
.dark-mode .listSection,
.dark-mode .sweet-alert,
.dark-mode .rct-wysiwyg-editor,
.dark-mode .bg-light,
.dark-mode .bg-light-yellow,
.dark-mode .timeline-Widget,
.dark-mode .horizontal-menu,
.dark-mode .horizontal-menu .sub-menu,
.dark-mode .horizontal-menu .sub-menu-child,
.dark-mode .horizontal-menu .sub-menu-sub-child,
.dark-mode table thead,
.dark-mode .total-earn-chart .default-btn-group button,
.dark-mode .dropdown-foot,
.dark-mode .fixed-plugin .dropdown .dropdown-menu,
.dark-mode .rct-mail-wrapper .list-wrap ul .list-item,
.dark-mode .todo-wrapper .list-wrap ul .list-item,
.dark-mode .rct-mail-wrapper .list-wrap .top-head,
.dark-mode .todo-wrapper .list-wrap .top-head,
.dark-mode .user-list-wrap > div > div,
.dark-mode .chat-head,
.dark-mode .mail-list-wrap > div > div,
.dark-mode .todo-list-wrap > div > div,
.dark-mode .rct-sidebar .sidebar-user-block .rct-dropdown .dropdown-menu ul li:not(.user-profile-top) a {
  background-color: #2c3644 !important; }

.dark-mode .quciklink-dropdown .dropdown-menu .dropdown-list li,
.dark-mode .notification-dropdown .dropdown-menu .dropdown-list li,
.dark-mode .language-dropdown .dropdown-menu .dropdown-list li,
.dark-mode .cart-dropdown .dropdown-menu .dropdown-list li {
  background-color: #2c3644 !important; }
  .dark-mode .quciklink-dropdown .dropdown-menu .dropdown-list li:hover,
  .dark-mode .notification-dropdown .dropdown-menu .dropdown-list li:hover,
  .dark-mode .language-dropdown .dropdown-menu .dropdown-list li:hover,
  .dark-mode .cart-dropdown .dropdown-menu .dropdown-list li:hover {
    background-color: #2c3644 !important; }

.dark-mode .horizontal-menu li:hover > a,
.dark-mode .horizontal-menu .sub-menu li:hover > a,
.dark-mode .horizontal-menu .sub-menu li .sub-menu-child li:hover > a,
.dark-mode .table-hover tbody tr:hover,
.dark-mode .quicklink-list,
.dark-mode .sidebar-user-block .rct-dropdown .dropdown-menu ul,
.dark-mode .aqua-ripple > div:hover,
.dark-mode .social-card .social-icon,
.dark-mode .chat-sidebar .chat-list ul .user-list-item.item-active, .dark-mode .dropzone-wrapper .dropzone {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.dark-mode .drawer-wrapper div,
.dark-mode .comment-box,
.dark-mode .dropdown-menu,
.dark-mode .card-base,
.dark-mode .rct-session-wrapper .session-inner-wrapper .session-body,
.dark-mode .todo-wrapper .task-box,
.dark-mode figure.img-wrapper::after,
.dark-mode .plan-info,
.dark-mode .btn-light,
.dark-mode .rct-mail-wrapper header,
.dark-mode .todo-wrapper header {
  background: #303030; }

.dark-mode .rct-mail-wrapper .list-wrap ul .list-item:hover,
.dark-mode .todo-wrapper .list-wrap ul .list-item:hover,
.dark-mode .chat-sidebar .chat-list ul .user-list-item:hover,
.dark-mode .task-detail-top {
  background: #434f5a !important; }

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode p,
.dark-mode span,
.dark-mode a,
.dark-mode table,
.dark-mode th,
.dark-mode td,
.dark-mode select,
.dark-mode input,
.dark-mode .menu-icon,
.dark-mode .mini-sidebar .rct-sidebar .rct-mainMenu > li > a .menu-icon,
.mini-sidebar .rct-sidebar .rct-mainMenu > li > a .dark-mode .menu-icon,
.dark-mode .side-arrow,
.dark-mode .top-news-wrap .slider-btn-wrap .slick-arrow:before,
.dark-mode input::placeholder,
.dark-mode textarea::placeholder,
.dark-mode .form-control,
.dark-mode .rct-block *,
.dark-mode .header-title,
.dark-mode .humburger,
.dark-mode .header-icon,
.dark-mode .notification-icon a button,
.dark-mode .cart-icon a button,
.dark-mode .text-muted,
.dark-mode .page-title h2,
.dark-mode .active.breadcrumb-item,
.dark-mode .text-dark,
.dark-mode textarea,
.dark-mode .total-earn-chart .default-btn-group button,
.dark-mode .ais-Panel-header {
  color: #fff !important; }

.dark-mode .pricing-wrapper *,
.dark-mode .about-wrapper *,
.dark-mode .panel-wrapper *,
.dark-mode .list-wrapper *,
.dark-mode .menu-paper-wrapper *,
.dark-mode .popover-wrapper *,
.dark-mode .date-time-wrapper *,
.dark-mode .stepper-wrapper *,
.dark-mode .tabs-wrapper *,
.dark-mode .textfields-wrapper *,
.dark-mode .select-wrapper *,
.dark-mode .re-chart-wrapper *,
.dark-mode .icons-wrapper *,
.dark-mode .data-table-wrapper *,
.dark-mode .redux-table-wrapper *,
.dark-mode .divider-wrapper *,
.dark-mode .drawer-wrapper *,
.dark-mode .feedback-wrapper *,
.dark-mode .userProfile-wrapper *,
.dark-mode .avatar-wrapper *,
.dark-mode .rct-block * {
  color: #fff !important; }

.dark-mode .rct-block,
.dark-mode .social-card,
.dark-mode .card,
.dark-mode .panel,
.dark-mode .rct-tabs header,
.dark-mode .pricing-box,
.dark-mode .chat-bubble.even,
.dark-mode .btn-light i {
  background-color: #2c3644;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1); }

.dark-mode .quicklink-wrapper .header-icon,
.dark-mode .search-icon .search-wrapper .search-input-lg {
  border-color: #ffffff !important; }

.dark-mode .rct-block *,
.dark-mode input:not(.input-search),
.dark-mode textarea,
.dark-mode .modal-header,
.dark-mode .modal-footer,
.dark-mode .report-status *,
.dark-mode .report-status,
.dark-mode .rct-mail-wrapper *,
.dark-mode .todo-wrapper *,
.dark-mode .chat-wrapper *,
.dark-mode .dropdown *,
.dark-mode .chat-head {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.dark-mode .app-boxed .agency-menu {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5); }
  .dark-mode .app-boxed .agency-menu .nav-item-active:after,
  .dark-mode .app-boxed .agency-menu .sub-menu:after,
  .dark-mode .app-boxed .agency-menu .sub-menu-child:after,
  .dark-mode .app-boxed .agency-menu .sub-menu-sub-child:after {
    border-color: transparent transparent #2c3644 #2c3644 !important;
    box-shadow: -3px 3.5px 7px rgba(5, 0, 0, 0.25) !important; }

.dark-mode .language-icon,
.dark-mode .upgrade-btn {
  background-color: #5D92F4 !important; }

.dark-mode .rct-sidebar .sidebar-user-block .rct-dropdown .dropdown-menu {
  background: #303030 !important; }

/*==== Rtl Layout Style Here =====*/
.rtl * .mr-0, .rtl * .mx-0 {
  margin-left: 0 !important;
  margin-right: inherit !important; }

.rtl * .ml-0,
.rtl * .mx-0 {
  margin-right: 0 !important;
  margin-left: inherit !important; }

.rtl * .mr-1, .rtl * .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: inherit !important; }

.rtl * .ml-1,
.rtl * .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: inherit !important; }

.rtl * .mr-2, .rtl * .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: inherit !important; }

.rtl * .ml-2,
.rtl * .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: inherit !important; }

.rtl * .mr-3, .rtl * .mx-3 {
  margin-left: 1rem !important;
  margin-right: inherit !important; }

.rtl * .ml-3,
.rtl * .mx-3 {
  margin-right: 1rem !important;
  margin-left: inherit !important; }

.rtl * .mr-4, .rtl * .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: inherit !important; }

.rtl * .ml-4,
.rtl * .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: inherit !important; }

.rtl * .mr-5, .rtl * .mx-5 {
  margin-left: 0.3125rem !important;
  margin-right: inherit !important; }

.rtl * .ml-5,
.rtl * .mx-5 {
  margin-right: 0.3125rem !important;
  margin-left: inherit !important; }

.rtl * .mr-10, .rtl * .mx-10 {
  margin-left: 0.625rem !important;
  margin-right: inherit !important; }

.rtl * .ml-10,
.rtl * .mx-10 {
  margin-right: 0.625rem !important;
  margin-left: inherit !important; }

.rtl * .mr-15, .rtl * .mx-15 {
  margin-left: 0.9375rem !important;
  margin-right: inherit !important; }

.rtl * .ml-15,
.rtl * .mx-15 {
  margin-right: 0.9375rem !important;
  margin-left: inherit !important; }

.rtl * .mr-20, .rtl * .mx-20 {
  margin-left: 1.25rem !important;
  margin-right: inherit !important; }

.rtl * .ml-20,
.rtl * .mx-20 {
  margin-right: 1.25rem !important;
  margin-left: inherit !important; }

.rtl * .mr-25, .rtl * .mx-25 {
  margin-left: 1.563rem !important;
  margin-right: inherit !important; }

.rtl * .ml-25,
.rtl * .mx-25 {
  margin-right: 1.563rem !important;
  margin-left: inherit !important; }

.rtl * .mr-30, .rtl * .mx-30 {
  margin-left: 1.875rem !important;
  margin-right: inherit !important; }

.rtl * .ml-30,
.rtl * .mx-30 {
  margin-right: 1.875rem !important;
  margin-left: inherit !important; }

.rtl * .mr-40, .rtl * .mx-40 {
  margin-left: 2.5rem !important;
  margin-right: inherit !important; }

.rtl * .ml-40,
.rtl * .mx-40 {
  margin-right: 2.5rem !important;
  margin-left: inherit !important; }

.rtl * .mr-50, .rtl * .mx-50 {
  margin-left: 3.125rem !important;
  margin-right: inherit !important; }

.rtl * .ml-50,
.rtl * .mx-50 {
  margin-right: 3.125rem !important;
  margin-left: inherit !important; }

.rtl * .mr-60, .rtl * .mx-60 {
  margin-left: 3.75rem !important;
  margin-right: inherit !important; }

.rtl * .ml-60,
.rtl * .mx-60 {
  margin-right: 3.75rem !important;
  margin-left: inherit !important; }

.rtl * .mr-70, .rtl * .mx-70 {
  margin-left: 4.375rem !important;
  margin-right: inherit !important; }

.rtl * .ml-70,
.rtl * .mx-70 {
  margin-right: 4.375rem !important;
  margin-left: inherit !important; }

@media (min-width: 576px) {
  .rtl * .mr-sm-0, .rtl * .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-0,
  .rtl * .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-1, .rtl * .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-1,
  .rtl * .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-2, .rtl * .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-2,
  .rtl * .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-3, .rtl * .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-3,
  .rtl * .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-4, .rtl * .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-4,
  .rtl * .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-5, .rtl * .mx-sm-5 {
    margin-left: 0.3125rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-5,
  .rtl * .mx-sm-5 {
    margin-right: 0.3125rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-10, .rtl * .mx-sm-10 {
    margin-left: 0.625rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-10,
  .rtl * .mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-15, .rtl * .mx-sm-15 {
    margin-left: 0.9375rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-15,
  .rtl * .mx-sm-15 {
    margin-right: 0.9375rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-20, .rtl * .mx-sm-20 {
    margin-left: 1.25rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-20,
  .rtl * .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-25, .rtl * .mx-sm-25 {
    margin-left: 1.563rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-25,
  .rtl * .mx-sm-25 {
    margin-right: 1.563rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-30, .rtl * .mx-sm-30 {
    margin-left: 1.875rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-30,
  .rtl * .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-40, .rtl * .mx-sm-40 {
    margin-left: 2.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-40,
  .rtl * .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-50, .rtl * .mx-sm-50 {
    margin-left: 3.125rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-50,
  .rtl * .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-60, .rtl * .mx-sm-60 {
    margin-left: 3.75rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-60,
  .rtl * .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-sm-70, .rtl * .mx-sm-70 {
    margin-left: 4.375rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-sm-70,
  .rtl * .mx-sm-70 {
    margin-right: 4.375rem !important;
    margin-left: inherit !important; } }

@media (min-width: 768px) {
  .rtl * .mr-md-0, .rtl * .mx-md-0 {
    margin-left: 0 !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-0,
  .rtl * .mx-md-0 {
    margin-right: 0 !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-1, .rtl * .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-1,
  .rtl * .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-2, .rtl * .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-2,
  .rtl * .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-3, .rtl * .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-3,
  .rtl * .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-4, .rtl * .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-4,
  .rtl * .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-5, .rtl * .mx-md-5 {
    margin-left: 0.3125rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-5,
  .rtl * .mx-md-5 {
    margin-right: 0.3125rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-10, .rtl * .mx-md-10 {
    margin-left: 0.625rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-10,
  .rtl * .mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-15, .rtl * .mx-md-15 {
    margin-left: 0.9375rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-15,
  .rtl * .mx-md-15 {
    margin-right: 0.9375rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-20, .rtl * .mx-md-20 {
    margin-left: 1.25rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-20,
  .rtl * .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-25, .rtl * .mx-md-25 {
    margin-left: 1.563rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-25,
  .rtl * .mx-md-25 {
    margin-right: 1.563rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-30, .rtl * .mx-md-30 {
    margin-left: 1.875rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-30,
  .rtl * .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-40, .rtl * .mx-md-40 {
    margin-left: 2.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-40,
  .rtl * .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-50, .rtl * .mx-md-50 {
    margin-left: 3.125rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-50,
  .rtl * .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-60, .rtl * .mx-md-60 {
    margin-left: 3.75rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-60,
  .rtl * .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-md-70, .rtl * .mx-md-70 {
    margin-left: 4.375rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-md-70,
  .rtl * .mx-md-70 {
    margin-right: 4.375rem !important;
    margin-left: inherit !important; } }

@media (min-width: 992px) {
  .rtl * .mr-lg-0, .rtl * .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-0,
  .rtl * .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-1, .rtl * .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-1,
  .rtl * .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-2, .rtl * .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-2,
  .rtl * .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-3, .rtl * .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-3,
  .rtl * .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-4, .rtl * .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-4,
  .rtl * .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-5, .rtl * .mx-lg-5 {
    margin-left: 0.3125rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-5,
  .rtl * .mx-lg-5 {
    margin-right: 0.3125rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-10, .rtl * .mx-lg-10 {
    margin-left: 0.625rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-10,
  .rtl * .mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-15, .rtl * .mx-lg-15 {
    margin-left: 0.9375rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-15,
  .rtl * .mx-lg-15 {
    margin-right: 0.9375rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-20, .rtl * .mx-lg-20 {
    margin-left: 1.25rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-20,
  .rtl * .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-25, .rtl * .mx-lg-25 {
    margin-left: 1.563rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-25,
  .rtl * .mx-lg-25 {
    margin-right: 1.563rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-30, .rtl * .mx-lg-30 {
    margin-left: 1.875rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-30,
  .rtl * .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-40, .rtl * .mx-lg-40 {
    margin-left: 2.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-40,
  .rtl * .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-50, .rtl * .mx-lg-50 {
    margin-left: 3.125rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-50,
  .rtl * .mx-lg-50 {
    margin-right: 3.125rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-60, .rtl * .mx-lg-60 {
    margin-left: 3.75rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-60,
  .rtl * .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-lg-70, .rtl * .mx-lg-70 {
    margin-left: 4.375rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-lg-70,
  .rtl * .mx-lg-70 {
    margin-right: 4.375rem !important;
    margin-left: inherit !important; } }

@media (min-width: 1200px) {
  .rtl * .mr-xl-0, .rtl * .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-0,
  .rtl * .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-1, .rtl * .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-1,
  .rtl * .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-2, .rtl * .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-2,
  .rtl * .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-3, .rtl * .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-3,
  .rtl * .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-4, .rtl * .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-4,
  .rtl * .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-5, .rtl * .mx-xl-5 {
    margin-left: 0.3125rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-5,
  .rtl * .mx-xl-5 {
    margin-right: 0.3125rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-10, .rtl * .mx-xl-10 {
    margin-left: 0.625rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-10,
  .rtl * .mx-xl-10 {
    margin-right: 0.625rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-15, .rtl * .mx-xl-15 {
    margin-left: 0.9375rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-15,
  .rtl * .mx-xl-15 {
    margin-right: 0.9375rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-20, .rtl * .mx-xl-20 {
    margin-left: 1.25rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-20,
  .rtl * .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-25, .rtl * .mx-xl-25 {
    margin-left: 1.563rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-25,
  .rtl * .mx-xl-25 {
    margin-right: 1.563rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-30, .rtl * .mx-xl-30 {
    margin-left: 1.875rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-30,
  .rtl * .mx-xl-30 {
    margin-right: 1.875rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-40, .rtl * .mx-xl-40 {
    margin-left: 2.5rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-40,
  .rtl * .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-50, .rtl * .mx-xl-50 {
    margin-left: 3.125rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-50,
  .rtl * .mx-xl-50 {
    margin-right: 3.125rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-60, .rtl * .mx-xl-60 {
    margin-left: 3.75rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-60,
  .rtl * .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: inherit !important; }
  .rtl * .mr-xl-70, .rtl * .mx-xl-70 {
    margin-left: 4.375rem !important;
    margin-right: inherit !important; }
  .rtl * .ml-xl-70,
  .rtl * .mx-xl-70 {
    margin-right: 4.375rem !important;
    margin-left: inherit !important; } }

.rtl * .new-item {
  left: 40px;
  right: auto; }

.rtl * .clients-wrapper .client-post .client-action {
  right: auto;
  left: -15px; }

.rtl * .search-bar-wrap .search-bar > div {
  padding-left: 15px;
  padding-right: 0; }

.rtl * .stepper-rtl > div > div {
  right: calc(-50% + 20px);
  left: calc(50% + 20px); }

.rtl * .app-conrainer-wrapper {
  right: 48px !important;
  left: inherit !important; }

.rtl * .mx-10 {
  margin: 0 0.625rem !important; }

.rtl * .tooltip {
  left: 0 !important;
  right: auto !important; }

.rtl * .rct-header .quicklink-wrapper .dropdown-menu {
  left: auto !important;
  right: -1.5rem !important; }
  .rtl * .rct-header .quicklink-wrapper .dropdown-menu:after, .rtl * .rct-header .quicklink-wrapper .dropdown-menu:before {
    left: auto !important;
    right: 10% !important; }

.rtl * .fixed-plugin .switch-btn > span {
  justify-content: flex-end; }

.rtl * .rct-scroll {
  direction: rtl !important; }
  .rtl * .rct-scroll > div:last-child {
    left: 2px;
    right: auto !important; }

@media (max-width: 2560px) and (min-width: 1800px) {
  .rtl * .rct-scroll {
    direction: rtl !important; }
    .rtl * .rct-scroll > div:first-child {
      margin-right: 0 !important;
      margin-left: -15px !important; }
    .rtl * .rct-scroll > div:last-child {
      left: 2px;
      right: auto !important; } }

.rtl * .rct-dropdown .dropdown-menu,
.rtl * .notification-icon .dropdown-menu,
.rtl * .cart-icon .dropdown-menu {
  right: auto !important;
  left: 0 !important; }
  .rtl * .rct-dropdown .dropdown-menu::after, .rtl * .rct-dropdown .dropdown-menu::before,
  .rtl * .notification-icon .dropdown-menu::after,
  .rtl * .notification-icon .dropdown-menu::before,
  .rtl * .cart-icon .dropdown-menu::after,
  .rtl * .cart-icon .dropdown-menu::before {
    left: 10%;
    right: inherit; }

.rtl * .notification-icon .dropdown-menu,
.rtl * .cart-icon .dropdown-menu {
  left: -22px !important;
  right: auto !important; }
  .rtl * .notification-icon .dropdown-menu .dropdown-body li button i,
  .rtl * .cart-icon .dropdown-menu .dropdown-body li button i {
    margin-left: 0.5rem;
    margin-right: inherit; }

.rtl * .ais-RangeInput-submit {
  margin: 0 0.5rem 0 0; }

.rtl * .filter-sm-wrap [role="button"] {
  left: 8px;
  right: inherit; }

.rtl * .app-container {
  overflow-x: hidden;
  overflow-y: hidden; }

.rtl * .list-inline-item:not(:last-child),
.rtl * .page-title .page-title-wrap > i,
.rtl * .table-action a,
.rtl * .card-action a i,
.rtl * .session-logo i,
.rtl * .ladgend,
.rtl * .all-mails-list .media-body span.badge,
.rtl * .todo-listing .media-body span.badge,
.rtl * .timeline-ring,
.rtl * .plan-info-listing li i,
.rtl * .like-box,
.rtl * .search-filter .form-group,
.rtl * .rct-dropdown .dropdown-menu ul li a i,
.rtl * .navbar-right > li .dropdown-group-link img,
.rtl * .btn-icon i,
.rtl * .joyride-tooltip__button--secondary {
  margin-right: inherit !important; }

.rtl * .rct-block-title .contextual-link a, .rtl * .faq-page-wrapper .panel-heading .contextual-link a, .faq-page-wrapper .rtl * .panel-heading .contextual-link a,
.rtl * .rct-mail-wrapper header,
.rtl * .todo-wrapper header,
.rtl * .chat-wrapper header {
  margin-left: inherit !important; }

.rtl * .timeline-wrapper::before,
.rtl * .testimonial-slider .slick-dots,
.rtl * .switch.on .switch-toggle,
.rtl * .todo-listing .task-detail-top .badge-bottom,
.rtl * label {
  left: inherit; }

.rtl * .contextual-link,
.rtl * .contextual-link,
.rtl * .app-selectbox::before,
.rtl * .app-selectbox-sm::before,
.rtl * .notification-container,
.rtl * .has-wrapper .has-icon,
.rtl * .task-btn,
.rtl * .divider-wrapper ul li > div,
.rtl * .panel-heading > div,
.rtl * .todo-listing .task-detail-content .task-btn,
.rtl * .joyride-tooltip__close {
  right: inherit; }

.rtl * .navbar-right > li .dropdown-group-link img {
  margin-left: 5px !important; }

.rtl * .page-title .page-title-wrap > i {
  margin-left: 0.3125rem; }

.rtl * .table-action a,
.rtl * .card-action a i,
.rtl * .session-logo i,
.rtl * .ladgend,
.rtl * .all-mails-list .media-body span.badge,
.rtl * .todo-listing .media-body span.badge,
.rtl * .btn-icon i,
.rtl * .joyride-tooltip__button--secondary {
  margin-left: 0.625rem; }

.rtl * .timeline-wrapper::before {
  right: 9px; }

.rtl * .timeline-ring,
.rtl * .plan-info-listing li i,
.rtl * .search-filter .form-group,
.rtl * .rct-dropdown .dropdown-menu ul li a i {
  margin-left: 0.9375rem; }

.rtl * .rct-block-title .contextual-link a, .rtl * .faq-page-wrapper .panel-heading .contextual-link a, .faq-page-wrapper .rtl * .panel-heading .contextual-link a {
  margin-right: 0.9375rem; }

.rtl * .list-inline-item:not(:last-child) {
  margin-left: 0.5rem; }

.rtl * .pull-right,
.rtl * .float-right {
  float: left !important; }

.rtl * .pull-left,
.rtl * .float-left {
  float: right !important; }

.rtl * .text-right {
  text-align: left !important; }

.rtl * .ql-editor,
.rtl * .to-do-list .float-left,
.rtl * .media-body,
.rtl * td,
.rtl * .rct-mainMenu li,
.rtl * .rct-dropdown .dropdown-menu ul li a,
.rtl * .post-item,
.rtl * .comment-wrap {
  text-align: right !important; }

.rtl * .list-group {
  padding: 0; }

.rtl * .feed-content {
  border-right: 3px solid #5D92F4;
  border-left: none; }

.rtl * .contextual-link,
.rtl * .joyride-tooltip__close {
  left: 20px; }


.rtl * .app-selectbox::before,
.rtl * .app-selectbox-sm::before {
  left: 10px; }

.rtl * .notification-container {
  left: 0; }

.rtl * .todo-listing .task-detail-content .task-btn {
  left: -5px; }

.rtl * .to-do-list label,
.rtl * .card-base label,
.rtl * .todo-all-list label {
  margin-right: -14px;
  margin-left: 16px; }

.rtl * .testimonial-slider .slick-dots {
  text-align: right;
  right: 185px; }

.rtl * .switch.on .switch-toggle {
  right: 23px; }

.rtl * .has-wrapper .has-icon {
  left: 25px; }

.rtl * .rct-mail-wrapper .all-mails-list ul li {
  padding-left: 2rem !important; }

.rtl * .todo-wrapper header {
  margin-right: 250px; }

.rtl * .rct-mail-wrapper header {
  margin-right: 280px; }

.rtl * .todo-listing .task-detail-top .badge-bottom {
  right: 45px; }

.rtl * label {
  right: 0; }

.rtl * .task-btn {
  left: -5px; }

.rtl * .search-icon:before {
  right: 0.3125rem !important;
  left: 0 !important; }

.rtl * .search-icon .Select-placeholder,
.rtl * .search-icon .Select-input,
.rtl * .search-icon .Select-value {
  padding-left: 0 !important;
  padding-right: 1.875rem !important; }

.rtl * .team-avatar ul li:not(:first-child) {
  margin-left: 0rem !important;
  margin-right: -0.85rem !important; }

.rtl * .chip-wrapper svg {
  margin: 0 -8px 0 4px; }

.rtl * .divider-wrapper ul li > div {
  text-align: right;
  left: 4px; }

.rtl * .like-box {
  margin-left: 3.25rem; }

.rtl * .panel-heading > div {
  left: 8px; }

.rtl * .input-group-prepend {
  border-right: 1px solid #DBDBDB;
  border-left: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rtl * .input-group > .form-control:not(:first-child),
.rtl * .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rtl * .list-action a, .rtl * .social-action a,
.rtl * .social-action a {
  margin-left: 0.625rem; }

.rtl * .fixed-plugin {
  left: 0;
  border-radius: 0 10px 10px 0px;
  right: inherit; }
  .rtl * .fixed-plugin .dropdown .dropdown-menu {
    right: -19rem !important; }
    .rtl * .fixed-plugin .dropdown .dropdown-menu > div > div {
      margin-left: -10px;
      margin-right: inherit; }
    .rtl * .fixed-plugin .dropdown .dropdown-menu::before {
      border-left: .6rem solid transparent;
      border-right: 0.6rem solid #fff;
      left: 0; }

.rtl .chat-list .rct-scroll > div {
  margin-right: 0 !important;
  margin-left: -15px; }

.rtl .chat-list li {
  border-left: none !important;
  border-right: 6px solid rgba(0, 0, 0, 0); }
  .rtl .chat-list li.item-active {
    border-right-color: #FF3739; }

.rtl .agency-menu .nav > .nav-item .sub-menu > .nav-item:after {
  left: auto !important; }

@media (max-width: 559px) {
  .rtl .chat-list .rct-scroll > div {
    margin: 0 !important; }
  .rtl .chat-sidebar .chat-list .rct-scroll ul {
    margin: 0 !important; } }

/*======= header ======*/
.rtl .app-header .rct-header .site-logo {
  padding: 1rem 2rem 0.8rem 4rem; }

.rtl .app-header .rct-header .navbar-left {
  margin: 0 0.5rem 0 0; }

/*======= For SideBar ======*/
.rtl.mini-sidebar .rct-sidebar .site-logo {
  padding: 0.9375rem 0.5rem; }
  .rtl.mini-sidebar .rct-sidebar .site-logo .logo-mini img {
    margin: 0 0.9375rem !important; }

.rtl.mini-sidebar .rct-sidebar .rct-mainMenu > li .menu-icon, .rtl.mini-sidebar .rct-sidebar .rct-mainMenu > li > a .rct-mainMenu > li .menu-icon {
  float: right; }

.rtl.mini-sidebar .rct-sidebar .rct-mainMenu > li .side-arrow {
  transform: rotate(180deg) !important;
  right: 13.5rem; }

.rtl .collapsed-sidebar .rct-header {
  right: 0 !important; }

.rtl .rct-header.mui-fixed {
  right: 16.25rem;
  left: 0; }

.rtl .rct-dropdown .dropdown-menu ul li a i {
  float: right; }

.rtl .rct-sidebar .rct-mainMenu li.list-item:after {
  content: "\f2fa" !important;
  right: auto !important;
  left: 1.5rem; }

.rtl .rct-sidebar .rct-mainMenu li.list-item.item-active:after {
  transform: rotate(-90deg) !important; }

.rtl .rct-sidebar .rct-mainMenu .sub-menu ul li a {
  padding: 0.75rem 3.4rem 0.75rem 1.5rem !important; }

.rtl .rct-sidebar .rct-mainMenu > div .sub-menu li .side-arrow {
  margin-left: 1.5rem !important; }

.rtl .rct-sidebar .rct-mainMenu > div .sub-menu li.item-active .side-arrow {
  transform: rotate(90deg) !important; }

.rtl .rct-sidebar .rct-mainMenu div .side-arrow,
.rtl .rct-sidebar .rct-mainMenu li .side-arrow {
  margin-left: 0px;
  margin-right: inherit;
  transform: rotate(180deg); }

.rtl .rct-sidebar .rct-mainMenu > li .menu-icon, .rtl .mini-sidebar .rct-sidebar .rct-mainMenu > li .rct-mainMenu > li > a .menu-icon, .mini-sidebar .rtl .rct-sidebar .rct-mainMenu > li .rct-mainMenu > li > a .menu-icon, .rtl .mini-sidebar .rct-sidebar .rct-mainMenu > li > a .rct-mainMenu > li .menu-icon, .mini-sidebar .rtl .rct-sidebar .rct-mainMenu > li > a .rct-mainMenu > li .menu-icon {
  margin-left: 0.9375rem;
  margin-right: inherit; }

.rtl .rct-sidebar .rct-mainMenu > li.item-active .side-arrow {
  transform: rotate(90deg) !important; }

.rtl .rct-sidebar .rct-mainMenu > li > a .menu {
  right: 45px;
  left: inherit; }

.rtl .rct-sidebar .rct-mainMenu > li .menu {
  right: 60px;
  left: inherit; }

.rtl .rct-sidebar .rct-mainMenu .sub-menu li {
  padding-right: 3.8rem;
  padding-left: inherit; }

.rtl .rct-sidebar .rct-mainMenu .side-title {
  padding: 0 0.6875rem; }

.rtl .rct-mail-wrapper header .d-flex button,
.rtl .todo-wrapper header .d-flex button {
  transform: rotate(180deg); }

.rtl .notification-dropdown .dropdown-menu,
.rtl .language-dropdown .dropdown-menu,
.rtl .cart-dropdown .dropdown-menu {
  left: 0 !important;
  right: auto !important; }

.rtl .app-boxed .rct-page .agency-menu .nav > .nav-item .sub-menu {
  left: auto;
  right: 1.5rem; }
  .rtl .app-boxed .rct-page .agency-menu .nav > .nav-item .sub-menu:after {
    left: auto;
    right: 2rem; }
  .rtl .app-boxed .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child {
    left: auto;
    right: 15.8rem; }
    .rtl .app-boxed .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child:after {
      left: auto;
      right: -0.5rem;
      transform: rotate(-135deg); }
    .rtl .app-boxed .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child li .sub-menu-sub-child {
      left: auto;
      right: 12rem; }
      .rtl .app-boxed .rct-page .agency-menu .nav > .nav-item .sub-menu .nav-item > .sub-menu-child li .sub-menu-sub-child:after {
        left: auto;
        right: -0.5rem;
        transform: rotate(-135deg); }

.rtl .app-boxed.app-boxed-v2 .trending-news-widegt .slick-track,
.rtl .app-boxed.app-boxed-v2 .top-author-wrap .slick-track,
.rtl .app-boxed.app-boxed-v2 .twitter-feeds-widget .slick-track,
.rtl .app-boxed.app-boxed-v2 .main-slider-wrap .slick-track {
  direction: rtl; }

.rtl .app-boxed.app-boxed-v2 .main-slider-wrap .slick-slide {
  float: left; }

.rtl .app-boxed.app-boxed-v2 .trending-news-widegt .trending-block {
  border-right: none;
  border-left: 1px solid #ffffff; }

.rtl .app-boxed.app-boxed-v2 .trending-news-widegt .slick-arrow.slick-prev {
  right: auto;
  left: 3rem; }

.rtl .app-boxed.app-boxed-v2 .trending-news-widegt .slick-arrow.slick-next {
  right: auto;
  left: 1rem; }

.rtl .app-boxed.app-boxed-v2 .top-author-wrap .author-detail-wrap .footer-content li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #EBEDF2; }

.rtl .app-boxed.app-boxed-v2 .top-author-wrap .slick-arrow.slick-prev {
  right: 50px !important;
  left: auto;
  transform: translateX(-1rem); }

.rtl .app-boxed.app-boxed-v2 .top-author-wrap .slick-arrow.slick-next {
  left: 50px;
  right: auto;
  transform: translateX(1rem); }

.rtl .app-boxed.app-boxed-v2 .top-author-wrap:hover .slick-arrow {
  transform: translate(0); }

.rtl .app-boxed.app-boxed-v2 .top-news-wrap .slider-btn-wrap .slick-arrow.slick-prev {
  right: 1rem;
  left: auto;
  transform: translateX(-1rem); }

.rtl .app-boxed.app-boxed-v2 .top-news-wrap .slider-btn-wrap .slick-arrow.slick-next {
  left: 1rem;
  right: auto;
  transform: translateX(1rem); }

.rtl .app-boxed.app-boxed-v2 .top-news-wrap .slider-btn-wrap:hover .slick-arrow {
  transform: translate(0); }

.rtl .activity-widget ul li {
  border-left: none;
  border-right: 1px solid #EBEDF2; }
  .rtl .activity-widget ul li span.badge {
    right: -9.75px;
    left: auto; }

.rtl .social-card > span:last-child {
  border-left: none !important;
  border-right: 1px dashed #EBEDF2; }

@media (max-width: 500px) {
  .rtl .top-headlines-widget li .news-time,
  .rtl .comment-section ul > div .avatar-wrap,
  .rtl .comment-section ul > div .comment-date {
    text-align: right !important; } }

@media (max-width: 1199px) and (min-width: 320px) {
  .rtl .rct-header.mui-fixed {
    right: 0 !important; } }

@media (max-width: 959px) and (min-width: 320px) {
  .rtl .rct-mail-wrapper header,
  .rtl .todo-wrapper header,
  .rtl .chat-wrapper header {
    margin-right: 0 !important; } }

@media (max-width: 340px) and (min-width: 320px) {
  .rtl * .list-inline-item:not(:first-child) {
    margin-left: 0rem; } }

@media (max-width: 1200px) and (min-width: 900px) {
  .rtl .agency-menu .nav > .nav-item:last-child > .sub-menu > .nav-item:last-child .sub-menu-child {
    right: 0; }
    .rtl .agency-menu .nav > .nav-item:last-child > .sub-menu > .nav-item:last-child .sub-menu-child li .sub-menu-sub-child {
      right: 15.8rem !important; } }

/*========= Boxed Layout In Rtl =========*/
.boxed-layout.rtl .rct-header.mui-fixed {
  right: 0; }

.boxed-layout.rtl .rct-page-wrapper [direction="left"] {
  right: 16.25rem; }

/*=========== Horizontal Menu ============*/
.rtl .horizontal-menu > ul > li .sub-menu {
  right: 0;
  left: inherit; }
  .rtl .horizontal-menu > ul > li .sub-menu li a {
    padding: 0.8125rem 1.563rem 0.8125rem 0.625rem; }
    .rtl .horizontal-menu > ul > li .sub-menu li a::after {
      left: 10px;
      right: inherit;
      transform: rotate(180deg); }
    .rtl .horizontal-menu > ul > li .sub-menu li a i {
      margin-left: 0.625rem;
      margin-right: inherit;
      float: right; }
  .rtl .horizontal-menu > ul > li .sub-menu li .sub-menu-child {
    right: 15rem; }
    .rtl .horizontal-menu > ul > li .sub-menu li .sub-menu-child li .sub-menu-sub-child {
      right: 15rem; }

.rtl .horizontal-menu > ul > li > a::after {
  margin-right: 0.9375rem;
  margin-left: inherit; }

.rtl .horizontal-menu > ul > li > a i {
  margin-left: 0.625rem;
  margin-right: inherit; }

.rtl .app-boxed .agency-menu {
  padding: 0 0 0 1.5rem !important; }

@media (max-width: 700px) and (min-width: 320px) {
  .rtl .horizontal-menu > ul > li .sub-menu li .sub-menu-child {
    right: 0;
    left: inherit; }
    .rtl .horizontal-menu > ul > li .sub-menu li .sub-menu-child li a {
      padding-right: 1.875rem;
      padding-left: inherit; } }

@media (max-width: 450px) {
  .rtl .language-dropdown .dropdown-menu {
    left: -5rem !important; }
  .rtl .notification-dropdown .dropdown-menu {
    left: -3rem !important; } }

/*========= App Boxed Layout ========*/
.boxed-layout {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  width: 1280px !important;
  background-image: contain; }
  .boxed-layout .search-icon {
    width: 16rem; }
  .boxed-layout .b-50 {
    max-width: 50% !important;
    flex-basis: 50% !important; }
  .boxed-layout .b-100 {
    max-width: 100% !important;
    flex-basis: 100% !important; }
  .boxed-layout .card-heading {
    padding: 0.625rem; }
  .boxed-layout .about-detail .p-70 {
    padding: 10px !important; }
  .boxed-layout .about-detail .title {
    margin-bottom: 10px !important;
    font-size: 1.5rem;
    line-height: 1.5; }
  .boxed-layout .dash-cards .media .mr-25 {
    margin-right: 10px !important; }
  .boxed-layout .dash-cards .media img {
    width: 50px;
    height: 50px; }
  .boxed-layout .rct-weather-widget .d-flex {
    display: inline-block !important; }
  .boxed-layout .rct-weather-widget .weather-content {
    text-align: center; }
  .boxed-layout .rct-weather-widget h2, .boxed-layout .rct-weather-widget h3, .boxed-layout .rct-weather-widget h4 {
    font-size: 1rem;
    margin: 0; }
  .boxed-layout .rct-weather-widget i {
    line-height: 70px;
    font-size: 2.5rem !important; }
  .boxed-layout .current-widget h2 {
    font-size: 2.1rem; }
  .boxed-layout .featured-section-icon {
    font-size: 2rem; }

.multiple-img-upload .square .hvrbox-layer_top {
  transition: all 0.3s; }

.pg-title h2, .display-large, .display-large.bold {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500; }

.display-medium, .display-medium.bold {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400; }

.display-small, .display-small.bold {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

.heading-large {
  font-size: 22px !important;
  line-height: 25px;
  font-weight: 500; }

.heading-medium {
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 500; }

.ant-modal-header, .heading, .heading-normal, .heading.bold, .title, .title-nomargin {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 500; }

.un-form-setting label, .un-form-vertical label, .ant-modal-body label, .body, .body.bold, .body.set, .body.set-lighter {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400; }

.caption-large {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400; }

.caption-medium {
  font-size: 13px !important;
  line-height: 18px;
  font-weight: 400; }

.caption, .caption.bold, .caption.set, .caption.space-lighter.bold, .caption.space-lighter {
  font-size: 12px !important;
  line-height: 16px;
  font-weight: 400; }

/*====== All Custom CSS Include Here ======*/
.multiple-img-upload .square .hvrbox-layer_top {
  transition: all 0.3s; }

.pg-title h2, .display-large, .display-large.bold {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500; }

.display-medium, .display-medium.bold {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400; }

.display-small, .display-small.bold {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

.heading-large {
  font-size: 22px !important;
  line-height: 25px;
  font-weight: 500; }

.heading-medium {
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 500; }

.ant-modal-header, .heading, .heading-normal, .heading.bold, .title, .title-nomargin {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 500; }

.un-form-setting label, .un-form-vertical label, .ant-modal-body label, .body, .body.bold, .body.set, .body.set-lighter {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400; }

.caption-large {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400; }

.caption-medium {
  font-size: 13px !important;
  line-height: 18px;
  font-weight: 400; }

.caption, .caption.bold, .caption.set, .caption.space-lighter.bold, .caption.space-lighter {
  font-size: 12px !important;
  line-height: 16px;
  font-weight: 400; }

td,
th,
input,
select,
textarea,
option,
optgroup {
  font-size: 14px; }

input {
  font-size: 14px !important; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  color: #0c2028 !important;
  background-color: #f5f6f8 !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important; }

.fr-view ul,
.fr-view ol {
  padding-inline-start: 40px; }

.row {
  margin-left: -10px !important;
  margin-right: -10px !important; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.notification-error::before {
  content: url("https://api.iconify.design/feather-alert-circle.svg?color=white&height=24"); }

.notification-success::before {
  content: url("https://api.iconify.design/feather:check-circle.svg?color=white&height=24"); }

.trial-header {
  height: 60px;
  background-color: #f3fff3;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 2px #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 2;
  display: inline-flex;
  text-align: center;
  padding: 12px; }
  @media (max-width: 425px) {
    .trial-header {
      height: 75px !important; } }
  .trial-header.without-button .trial-text {
    margin-left: auto !important;
    margin-right: auto !important; }
  .trial-header .trial-text {
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: 20px;
    line-height: 33px;
    color: #0c2028;
    font-size: 14px;
    max-height: unset; }
    @media (max-width: 425px) {
      .trial-header .trial-text {
        line-height: 25px !important; } }
  .trial-header a {
    margin-right: auto; }
  .trial-header .primary-btn {
    margin-left: 0;
    margin-right: auto;
    text-transform: unset; }
  .trial-header .feather-x {
    font-size: 20px;
    line-height: 33px;
    position: absolute;
    top: 12px;
    right: 20px;
    color: #90999d;
    cursor: pointer; }
    @media (max-width: 425px) {
      .trial-header .feather-x {
        top: -6px !important;
        right: 1px !important; } }

.renew-contract-header {
  height: 60px;
  background-color: #e0241a;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 2px #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 2;
  display: inline-flex;
  text-align: center;
  padding: 12px; }
  @media (max-width: 425px) {
    .renew-contract-header {
      height: 75px !important; } }
  .renew-contract-header .renew-text {
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: 20px;
    line-height: 33px;
    color: #ffffff;
    font-size: 14px;
    max-height: unset !important; }
    @media (max-width: 425px) {
      .renew-contract-header .renew-text {
        line-height: 25px !important; } }
  .renew-contract-header .primary-btn,
  .renew-contract-header .primary-btn:hover,
  .renew-contract-header .primary-btn:focus {
    text-transform: unset;
    background-color: #ffffff !important;
    color: #0c2028 !important;
    border: none !important;
    box-shadow: none !important;
    margin-right: auto; }

.app.with-trial.with-renew {
  height: calc(100vh - 120px);
  width: 100%;
  position: relative; }
  @media (max-width: 1024px) {
    .app.with-trial.with-renew {
      height: calc(100dvh - 120px) !important; }
      .app.with-trial.with-renew .rct-sidebar {
        height: calc(100dvh - 120px) !important; } }
  @media (max-width: 425px) {
    .app.with-trial.with-renew {
      height: calc(100dvh - 150px) !important; }
      .app.with-trial.with-renew .rct-sidebar {
        height: calc(100dvh - 150px) !important; } }
  .app.with-trial.with-renew .rct-scroll {
    height: calc(100vh - 170px) !important; }
    .app.with-trial.with-renew .rct-scroll .back-btn,
    .app.with-trial.with-renew .rct-scroll .header-buttons,
    .app.with-trial.with-renew .rct-scroll .header-view-order,
    .app.with-trial.with-renew .rct-scroll .webstore-theme-builder .wbuilder-header,
    .app.with-trial.with-renew .rct-scroll .webstore-theme-builder-template .wbtemplate-header,
    .app.with-trial.with-renew .rct-scroll .woocommerce.header-buttons-edit {
      top: 130px !important; }
    .app.with-trial.with-renew .rct-scroll .app-layout-builder {
      height: calc(100vh - 170px); }
      .app.with-trial.with-renew .rct-scroll .app-layout-builder .abuilder-header {
        top: 130px !important; }
      .app.with-trial.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content,
      .app.with-trial.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content.show-theme {
        min-height: calc(100vh - 170px); }
        .app.with-trial.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content > div,
        .app.with-trial.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content.show-theme > div {
          min-height: calc(100vh - 170px); }
          .app.with-trial.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content > div > div:nth-child(2),
          .app.with-trial.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content.show-theme > div > div:nth-child(2) {
            max-height: calc(100vh - 213px) !important;
            min-height: calc(100vh - 213px) !important; }
      .app.with-trial.with-renew .rct-scroll .app-layout-builder .abuilder-container .abuilder-content .sidebar-right > div {
        min-height: calc(100vh - 170px); }
        .app.with-trial.with-renew .rct-scroll .app-layout-builder .abuilder-container .abuilder-content .sidebar-right > div > div:nth-child(2) {
          max-height: calc(100vh - 213px) !important;
          min-height: calc(100vh - 213px) !important; }
    .app.with-trial.with-renew .rct-scroll .un-affix,
    .app.with-trial.with-renew .rct-scroll .shopify-un-affix {
      top: 210px !important; }
    .app.with-trial.with-renew .rct-scroll .rct-page-content {
      min-height: calc(100vh - 253px) !important; }
    .app.with-trial.with-renew .rct-scroll .orderFulfillmentAssistant .header-buttons {
      top: 125px !important; }
    .app.with-trial.with-renew .rct-scroll .orderFulfillmentAssistant .sections .sidebar-content {
      top: 199px !important; }
    .app.with-trial.with-renew .rct-scroll .mastersku-edit .section .right-section .product-header {
      top: 169px !important; }
    .app.with-trial.with-renew .rct-scroll .orders .order-processing .sections .sidebar-content {
      top: 200px !important; }
    .app.with-trial.with-renew .rct-scroll .productLayout .product-tabs {
      top: 170px !important; }
    .app.with-trial.with-renew .rct-scroll .productLayout .product-tab-content .un-affix-w-arrow {
      top: 290px !important; }
    .app.with-trial.with-renew .rct-scroll .marketing-centre .header-buttons {
      top: 122px !important;
      height: 46px !important; }
    .app.with-trial.with-renew .rct-scroll .marketing-automation .header-buttons {
      top: 122px !important;
      height: 46px !important; }
    .app.with-trial.with-renew .rct-scroll .messages .pre-header-buttons {
      top: 122px !important;
      height: 46px !important; }
      .app.with-trial.with-renew .rct-scroll .messages .pre-header-buttons .back-btn {
        top: 8px !important; }

.app.with-trial {
  height: calc(100vh - 60px);
  width: 100%;
  position: relative; }
  @media (max-width: 1024px) {
    .app.with-trial {
      height: calc(100dvh - 60px) !important; }
      .app.with-trial .rct-sidebar {
        height: calc(100dvh - 60px) !important; } }
  @media (max-width: 425px) {
    .app.with-trial {
      height: calc(100dvh - 75px) !important; }
      .app.with-trial .rct-sidebar {
        height: calc(100dvh - 75px) !important; } }
  .app.with-trial .rct-scroll {
    height: calc(100vh - 110px) !important; }
    .app.with-trial .rct-scroll .back-btn,
    .app.with-trial .rct-scroll .header-buttons,
    .app.with-trial .rct-scroll .header-view-order,
    .app.with-trial .rct-scroll .webstore-theme-builder .wbuilder-header,
    .app.with-trial .rct-scroll .webstore-theme-builder-template .wbtemplate-header,
    .app.with-trial .rct-scroll .woocommerce.header-buttons-edit {
      top: 69px !important; }
    .app.with-trial .rct-scroll .app-layout-builder {
      height: calc(100vh - 110px); }
      .app.with-trial .rct-scroll .app-layout-builder .abuilder-header {
        top: 69px !important; }
      .app.with-trial .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content,
      .app.with-trial .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content.show-theme {
        min-height: calc(100vh - 110px); }
        .app.with-trial .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content > div,
        .app.with-trial .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content.show-theme > div {
          min-height: calc(100vh - 110px); }
          .app.with-trial .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content > div > div:nth-child(2),
          .app.with-trial .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content.show-theme > div > div:nth-child(2) {
            max-height: calc(100vh - 153px) !important;
            min-height: calc(100vh - 153px) !important; }
      .app.with-trial .rct-scroll .app-layout-builder .abuilder-container .abuilder-content .sidebar-right > div {
        min-height: calc(100vh - 110px); }
        .app.with-trial .rct-scroll .app-layout-builder .abuilder-container .abuilder-content .sidebar-right > div > div:nth-child(2) {
          max-height: calc(100vh - 153px) !important;
          min-height: calc(100vh - 153px) !important; }
    .app.with-trial .rct-scroll .un-affix,
    .app.with-trial .rct-scroll .shopify-un-affix {
      top: 150px !important; }
    .app.with-trial .rct-scroll .rct-page-content {
      min-height: calc(100vh - 193px) !important; }
    .app.with-trial .rct-scroll .orderFulfillmentAssistant .header-buttons {
      top: 65px !important; }
    .app.with-trial .rct-scroll .orderFulfillmentAssistant .sections .sidebar-content {
      top: 139px !important; }
    .app.with-trial .rct-scroll .mastersku-edit .section .right-section .product-header {
      top: 109px !important; }
    .app.with-trial .rct-scroll .orders .order-processing .sections .sidebar-content {
      top: 140px !important; }
    .app.with-trial .rct-scroll .productLayout .product-tabs {
      top: 109px !important; }
    .app.with-trial .rct-scroll .productLayout .product-tab-content .un-affix-w-arrow {
      top: 230px !important; }
    .app.with-trial .rct-scroll .marketing-centre .header-buttons {
      top: 61px !important;
      height: 46px !important; }
    .app.with-trial .rct-scroll .marketing-automation .header-buttons {
      top: 61px !important;
      height: 46px !important; }
    .app.with-trial .rct-scroll .messages .pre-header-buttons {
      top: 61px !important;
      height: 46px !important; }
      .app.with-trial .rct-scroll .messages .pre-header-buttons .back-btn {
        top: 8px !important; }

.app.with-renew {
  height: calc(100vh - 60px);
  width: 100%;
  position: relative; }
  @media (max-width: 1024px) {
    .app.with-renew {
      height: calc(100dvh - 60px) !important; }
      .app.with-renew .rct-sidebar {
        height: calc(100dvh - 60px) !important; } }
  @media (max-width: 425px) {
    .app.with-renew {
      height: calc(100dvh - 75px) !important; }
      .app.with-renew .rct-sidebar {
        height: calc(100dvh - 75px) !important; } }
  .app.with-renew .rct-scroll {
    height: calc(100vh - 110px) !important; }
    .app.with-renew .rct-scroll .back-btn,
    .app.with-renew .rct-scroll .header-buttons,
    .app.with-renew .rct-scroll .header-view-order,
    .app.with-renew .rct-scroll .webstore-theme-builder .wbuilder-header,
    .app.with-renew .rct-scroll .webstore-theme-builder-template .wbtemplate-header,
    .app.with-renew .rct-scroll .woocommerce.header-buttons-edit {
      top: 69px !important; }
    .app.with-renew .rct-scroll .app-layout-builder {
      height: calc(100vh - 110px); }
      .app.with-renew .rct-scroll .app-layout-builder .abuilder-header {
        top: 69px !important; }
      .app.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content,
      .app.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content.show-theme {
        min-height: calc(100vh - 110px); }
        .app.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content > div,
        .app.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content.show-theme > div {
          min-height: calc(100vh - 110px); }
          .app.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content > div > div:nth-child(2),
          .app.with-renew .rct-scroll .app-layout-builder .abuilder-container .sidebar-nav .category-content.show-theme > div > div:nth-child(2) {
            max-height: calc(100vh - 153px) !important;
            min-height: calc(100vh - 153px) !important; }
      .app.with-renew .rct-scroll .app-layout-builder .abuilder-container .abuilder-content .sidebar-right > div {
        min-height: calc(100vh - 110px); }
        .app.with-renew .rct-scroll .app-layout-builder .abuilder-container .abuilder-content .sidebar-right > div > div:nth-child(2) {
          max-height: calc(100vh - 153px) !important;
          min-height: calc(100vh - 153px) !important; }
    .app.with-renew .rct-scroll .un-affix,
    .app.with-renew .rct-scroll .shopify-un-affix {
      top: 150px !important; }
    .app.with-renew .rct-scroll .rct-page-content {
      min-height: calc(100vh - 193px) !important; }
    .app.with-renew .rct-scroll .orderFulfillmentAssistant .header-buttons {
      top: 65px !important; }
    .app.with-renew .rct-scroll .orderFulfillmentAssistant .sections .sidebar-content {
      top: 139px !important; }
    .app.with-renew .rct-scroll .mastersku-edit .section .right-section .product-header {
      top: 109px !important; }
    .app.with-renew .rct-scroll .orders .order-processing .sections .sidebar-content {
      top: 140px !important; }
    .app.with-renew .rct-scroll .productLayout .product-tabs {
      top: 109px !important; }
    .app.with-renew .rct-scroll .productLayout .product-tab-content .un-affix-w-arrow {
      top: 230px !important; }
    .app.with-renew .rct-scroll .marketing-centre .header-buttons {
      top: 61px !important;
      height: 46px !important; }
    .app.with-renew .rct-scroll .marketing-automation .header-buttons {
      top: 61px !important;
      height: 46px !important; }
    .app.with-renew .rct-scroll .messages .pre-header-buttons {
      top: 61px !important;
      height: 46px !important; }
      .app.with-renew .rct-scroll .messages .pre-header-buttons .back-btn {
        top: 8px !important; }

.app-header {
  background-color: #f5f6f8 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #e5e5e5; }

.app-header .rct-header {
  background-color: #f5f6f8 !important;
  box-shadow: none !important; }
  @media (max-width: 1024px) {
    .app-header .rct-header {
      min-width: unset !important;
      max-width: unset !important;
      padding-right: unset !important; } }

@media (max-width: 1024px) {
  .rct-page-content {
    min-width: unset !important;
    max-width: unset !important;
    padding: 24px !important; } }

@media (max-width: 425px) {
  .rct-page-content {
    min-width: unset !important;
    max-width: unset !important;
    padding: 1.25rem !important; } }

.un-text-truncate {
  color: #0c2028;
  display: block;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-word;
  max-height: 38px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.un-text-truncate2 {
  display: block;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  max-height: 20px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.un-text-truncate3 {
  display: block;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.un-text-truncate4 {
  color: #0c2028;
  display: block;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.pr-10 {
  padding-right: 10px !important; }
  @media (max-width: 1024px) {
    .pr-10 {
      padding-right: 12px !important; } }

.pl-10 {
  padding-left: 10px !important; }
  @media (max-width: 1024px) {
    .pl-10 {
      padding-left: 12px !important; } }

.w-fit-content {
  width: fit-content;
  width: -moz-fit-content; }

.h-fit-content {
  height: fit-content;
  height: -moz-fit-content; }

.un-product-name3 {
  color: #0c2028 !important;
  font-size: 14px;
  font-weight: 600 !important;
  cursor: pointer; }

.un-product-name3:hover {
  color: #5acc5a !important; }

.un-light-label {
  font-size: 12px; }

.un-light-label-text {
  font-size: 12px; }

.rct-block {
  z-index: 0;
  box-shadow: none !important;
  border-radius: 12px !important;
  background-color: #ffffff !important; }

.rct-page-content {
  margin: 0 auto;
  display: flex;
  min-height: -webkit-calc(100vh - 135px);
  min-height: calc(100vh - 135px);
  flex-direction: column; }

.rct-page-content-no-header {
  min-width: 816px;
  max-width: 1344px;
  padding: 32px 48px;
  margin: 0 auto;
  display: flex;
  min-height: -webkit-calc(100vh - 135px);
  min-height: calc(100vh - 135px);
  flex-direction: column; }
  @media (max-width: 1024px) {
    .rct-page-content-no-header {
      min-width: unset !important;
      max-width: unset !important;
      padding: 24px !important; } }

@media (min-width: 1025px) {
  .rct-page-content {
    min-width: 816px;
    max-width: 1344px;
    padding: 32px 48px; }
    .rct-page-content .settings-wrapper {
      min-width: inherit !important;
      max-width: inherit !important; }
      .rct-page-content .settings-wrapper .settings-warehouses {
        min-width: inherit !important;
        max-width: inherit !important; }
  .rct-header {
    margin: 0 auto;
    min-width: 816px;
    max-width: 1344px;
    padding-right: 48px; }
  .rct-header > div {
    padding: 0 0 !important; } }

@media (max-width: 480px) {
  .ant-input-group.ant-input-group-compact {
    display: list-item !important; } }

.ant-upload.ant-upload-drag {
  height: 233px !important; }

.product-form-div .ant-upload.ant-upload-drag {
  height: 300px !important; }

.ant-upload.ant-upload-drag.ant-upload-drag-small {
  height: 125px !important; }

.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 0px !important; }
  .ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
    color: #e5e5e5 !important;
    font-size: 80px !important; }
  .ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon-loading {
    color: #5acc5a !important; }

.ant-spin-dot-item {
  background-color: #bcefb9 !important; }

.un-page {
  padding: 0px !important; }

.ant-collapse-header {
  background-color: #ffffff !important; }

.ant-collapse-content {
  background-color: #ffffff !important; }

.un-colorChecked {
  color: #5acc5a !important; }

.un-colorChecked + .un-colorBar {
  background-color: #bcefb9 !important; }

.ant-input-group-addon {
  color: #38484f !important;
  background-color: #ffffff !important;
  cursor: pointer; }

.un-float-left {
  float: left; }

.un-pull-right {
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto; }

.ant-empty {
  margin: 8px !important;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center; }

table thead tr th {
  border-color: #e5e5e5; }

table tbody tr td {
  border-color: #e5e5e5; }

.ant-table {
  color: #647176; }

.ant-table-thead > tr {
  background: #ffffff; }

.ant-table-footer {
  height: 20px !important;
  padding: 0 !important;
  background: #ffffff !important;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  border-top: none !important;
  border: 1px solid #e5e5e5; }

.ant-checkbox-checked::after {
  border-color: #5acc5a !important;
  border-top-color: #5acc5a !important;
  border-right-color: #5acc5a !important;
  border-bottom-color: #5acc5a !important;
  border-left-color: #5acc5a !important; }

@media (min-width: 768px) {
  .ant-pagination {
    margin-bottom: 20px !important;
    display: flex;
    justify-content: flex-end;
    margin-top: 14px; }
    .ant-pagination .ant-pagination-total-text {
      position: absolute;
      left: 1% !important; }
    .ant-pagination.with-quick-jumper {
      margin-bottom: 150px !important; } }

@media (max-width: 480px) {
  .ant-pagination {
    margin-bottom: 20px !important;
    float: left !important;
    display: block !important;
    justify-content: flex-end;
    margin-top: 14px; }
    .ant-pagination .ant-pagination-total-text {
      display: block !important;
      position: relative !important;
      left: 1% !important; }
    .ant-pagination.with-quick-jumper {
      margin-bottom: 80px !important; } }

@media (min-width: 1024px) {
  .ant-pagination {
    margin-bottom: 20px !important;
    margin-right: -8px !important;
    padding: 0 !important; }
    .ant-pagination.with-quick-jumper {
      margin-bottom: 150px !important; }
  .ant-pagination-total-text {
    margin-left: -9px !important; } }

@media (max-width: 480px) {
  .ant-pagination-total-text {
    font-size: 13px !important; } }

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 4px !important; }

.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  border-radius: 4px !important; }

.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link,
.ant-pagination-item:focus,
.ant-pagination-item:hover,
.ant-pagination-prev:focus,
.ant-pagination-item-active,
.ant-pagination-item:focus,
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a,
.ant-steps-item-process .ant-steps-item-icon,
.ant-steps-item-finish .ant-steps-item-icon,
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #007ce0 !important;
  border-top-color: #007ce0 !important;
  border-right-color: #007ce0 !important;
  border-bottom-color: #007ce0 !important;
  border-left-color: #007ce0 !important;
  box-shadow: none !important; }

.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: #f8f9fa !important; }

.ant-table-thead > tr > th {
  padding-left: 12px !important;
  padding-right: 12px !important;
  color: #647176 !important;
  font-weight: 400 !important; }

.ant-form-item-label {
  padding-bottom: 4px; }
  .ant-form-item-label > label {
    color: #38484f !important;
    height: unset !important;
    white-space: normal !important;
    text-align: left; }

.ant-form-explain {
  color: #e0241a !important; }

.ant-legacy-form-explain {
  color: #e0241a !important; }

.un-form .ant-legacy-form-item-with-help .ant-select-selector {
  border: 1px solid #ff4d4f !important; }

.un-form .ant-select-selector {
  height: unset !important; }

.un-form .ant-legacy-form-item-control {
  line-height: 33px; }

.un-form .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 33px !important; }

.un-form .ant-input,
.un-form .ant-input-number {
  height: 33px;
  border-radius: 4px !important;
  color: #0c2028 !important;
  font-size: 14px !important; }

.un-form textarea.ant-input {
  height: auto; }

.un-form .ant-picker {
  height: 33px !important;
  border-radius: 4px !important;
  margin-top: 0 !important; }
  .un-form .ant-picker .ant-picker-input > input {
    color: #0c2028 !important; }

.un-form .ant-form-item-required::before {
  display: none !important; }

.un-form .ant-form-vertical .ant-form-item {
  padding-bottom: 0px !important; }

.un-form .ant-form-item {
  margin-bottom: 20px; }

.un-form .ant-form-item-label {
  margin-bottom: 4px !important;
  padding: 0px !important;
  font-size: 14px; }

.un-form .ant-form-item-label-inline {
  padding: 0px 0px 0px !important; }

.un-form .un-label-action {
  padding-bottom: 5px !important;
  text-decoration: underline;
  font-weight: 500; }

.un-form .un-label-action-edit {
  padding-top: 1px !important; }

.un-form .dimension-fields {
  display: flex;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  overflow: hidden;
  height: 33px; }

.un-form .dimension-fields .dimension-input {
  flex-basis: 33.33%;
  background-color: #ffffff;
  width: 99%;
  text-align: center;
  border: 0; }

.un-form .dimension-input input {
  padding-right: 0px;
  text-align: center; }

.un-form .dimension-input.ant-input-number {
  width: calc(100% - 9vh); }
  @media (min-width: 1440px) {
    .un-form .dimension-input.ant-input-number {
      width: calc(100% - 6vh); } }

.un-form .dimension-seperator {
  padding: 7px 7px;
  color: #ccc;
  background-color: #ffffff;
  font-size: 12px; }

.un-form .ant-form-item textarea.ant-input {
  margin-bottom: 0px; }

.ant-input-affix-wrapper:hover {
  border-color: #007ce0 !important; }

.un-form-marketplace {
  color: #38484f !important;
  line-height: normal !important; }
  .un-form-marketplace .ant-input {
    border-radius: 4px;
    color: #0c2028 !important; }
  .un-form-marketplace .ant-input-affix-wrapper {
    border-radius: 4px;
    color: #0c2028 !important; }
  .un-form-marketplace .ant-input-number {
    color: #0c2028 !important;
    border-radius: 4px; }
  .un-form-marketplace .ant-select {
    color: #0c2028 !important; }
  .un-form-marketplace .ant-cascader-picker-label {
    color: #0c2028 !important; }
  .un-form-marketplace .ant-checkbox-wrapper {
    color: #0c2028 !important; }
  .un-form-marketplace .ant-input-prefix {
    color: #0c2028 !important; }
  .un-form-marketplace .ant-input-group-addon {
    color: #38484f !important; }
  .un-form-marketplace .ant-legacy-form-item {
    padding-bottom: 0 !important;
    margin-bottom: 20px !important; }
  .un-form-marketplace .ant-form-item {
    padding-bottom: 0 !important;
    margin-bottom: 20px !important; }
  .un-form-marketplace .shippingfee {
    color: #0c2028 !important; }
    .un-form-marketplace .shippingfee .ant-legacy-form-item {
      padding-bottom: 0 !important;
      margin-bottom: 0 !important; }
  .un-form-marketplace .variants .ant-legacy-form-item,
  .un-form-marketplace .variant-table .ant-legacy-form-item {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
  .un-form-marketplace .variant-table th {
    background-color: #fafafb !important; }
  .un-form-marketplace .variant-table .ant-input,
  .un-form-marketplace .variant-table .ant-input-group-addon {
    padding-left: 0 !important; }

.un-table-marketplace .ant-table-thead > tr > th {
  background-color: #fafafb !important;
  padding: 8px 12px !important; }

.un-table-marketplace .ant-table-tbody > tr > td {
  padding: 8px 12px !important;
  vertical-align: baseline !important; }
  .un-table-marketplace .ant-table-tbody > tr > td .ant-select-selector {
    padding: 0 2px !important; }
  .un-table-marketplace .ant-table-tbody > tr > td .ant-input {
    padding: 0 !important; }
  .un-table-marketplace .ant-table-tbody > tr > td .ant-input-affix-wrapper,
  .un-table-marketplace .ant-table-tbody > tr > td .ant-input-affix-wrapper:hover,
  .un-table-marketplace .ant-table-tbody > tr > td .ant-input-affix-wrapper:active {
    padding: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important; }

.un-table-marketplace .ant-table-tbody > tr:hover > td {
  background: #ffffff !important; }

.un-table-marketplace .ant-table-tbody > tr.ant-table-measure-row > td {
  height: 0 !important;
  padding: 0 !important; }

.un-form-setting .ant-legacy-form-item-with-help .ant-select-selector {
  border: 1px solid #ff4d4f !important; }

.un-form-setting .ant-legacy-form-item-label {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important; }

.un-form-setting .ant-legacy-form-item {
  padding-bottom: 0 !important;
  margin-bottom: 20px !important; }

.un-form-setting .ant-form-item-label {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important; }

.un-form-setting .ant-form-item {
  padding-bottom: 0 !important;
  margin-bottom: 20px !important; }

.un-form-setting label {
  color: #38484f !important;
  margin-bottom: 0; }

.un-form-setting .ant-input,
.un-form-setting .ant-input-number {
  color: #0c2028 !important;
  line-height: 33px; }

.un-form-setting .ant-cascader-picker-label,
.un-form-setting .ant-cascader-input {
  color: #0c2028 !important; }

.un-form-setting .ant-select {
  color: #0c2028 !important;
  line-height: 31px; }

.un-form-setting .ant-select-multiple .ant-select-selector {
  padding: 0; }

.un-form-setting .product-variants-value .ant-legacy-form-item-control {
  line-height: unset !important; }

.un-form-setting .product-variants-value .ant-select {
  line-height: 22px; }

.un-form-setting .ant-input-affix-wrapper {
  padding: 0px 11px;
  border-radius: 4px;
  height: 33px; }

.un-form-setting .ant-input-affix-wrapper > input.ant-input {
  height: 30px !important; }

.un-form-setting .ant-picker:hover,
.un-form-setting .ant-picker-focused {
  border-color: #007ce0 !important;
  border-right-width: 1px !important; }

.un-form-setting .form-address .ant-form-item,
.un-form-setting .form-address .ant-legacy-form-item {
  padding-bottom: 12px !important;
  margin-bottom: 0 !important; }

.un-form-vertical label {
  color: #38484f !important;
  margin-bottom: 4px !important; }

.un-form-vertical .ant-legacy-form-vertical .ant-legacy-form-item {
  padding-bottom: 0 !important; }

.un-form-vertical .ant-form-vertical .ant-form-item {
  padding-bottom: 0 !important; }

#product-decription .fr-box.fr-basic .fr-element {
  max-height: 500px !important;
  overflow-y: auto !important; }

.ant-btn:focus {
  color: inherit;
  border-color: #d4d4d4; }

.un-btn,
.ant-btn.ant-btn-primary {
  background-color: #5acc5a !important;
  border: 0.3px #11aa4f !important;
  justify-content: center !important;
  color: #ffffff !important; }

.un-btn:hover,
.ant-btn.ant-btn-primary:hover {
  background-color: #55ce63 !important;
  color: #ffffff !important; }

.un-btn:focus,
.ant-btn.ant-btn-primary:focus {
  background-color: #55ce63 !important;
  color: #ffffff !important; }

.un-btn.un-btn-paid,
.un-btn.un-btn-paid:hover {
  background-color: #007ce0 !important;
  border-color: #007ce0 !important; }

.un-btn.un-btn-cancel,
.un-btn.un-btn-cancel:hover {
  background-color: #38484f !important;
  border-color: #38484f !important; }

.un-btn.un-btn-delete,
.un-btn.un-btn-delete:hover {
  background-color: #e0241a !important;
  border-color: #e0241a !important; }

.un-btn.un-btn-sync-now,
.un-btn.un-btn-sync-now:hover,
.un-btn.un-btn-sync-now:focus {
  background-color: #38484f !important;
  border-color: #38484f !important; }

.un-btn.un-btn-sync-save,
.un-btn.un-btn-sync-save:hover,
.un-btn.un-btn-sync-save:focus {
  background-color: #007ce0 !important;
  border-color: #007ce0 !important; }

.un-btn.un-btn-paid:hover,
.un-btn.un-btn-cancel:hover,
.un-btn.un-btn-delete:hover,
.un-btn.un-btn-sync-now:hover,
.un-btn.un-btn-sync-save:hover {
  opacity: 0.7; }

.notranslate.public-DraftEditor-content {
  padding: 12px !important;
  color: #0c2028 !important; }

.rdw-editor-main {
  background-color: #ffffff !important;
  height: 204px !important; }
  .rdw-editor-main .public-DraftEditor-content {
    overflow-y: auto; }

.un-editor {
  border: 1px solid #d4d4d4 !important;
  border-radius: 6px !important;
  background: #f8f8f8 !important;
  overflow: hidden; }
  .un-editor .rdw-editor-toolbar {
    border: unset !important;
    background: #f8f8f8 !important;
    border-radius: 6px !important; }

.un-editor:hover {
  border: 1px solid #007ce0 !important; }

.un-editor-toolbar,
.ant-table-row.editable-row {
  background: #f8f8f8; }
  .un-editor-toolbar .rdw-option-wrapper,
  .ant-table-row.editable-row .rdw-option-wrapper {
    background: #f8f8f8; }

.ant-table-thead th {
  font-size: 12px !important;
  color: #647176 !important;
  background: #ffffff !important; }

a {
  color: #007ce0; }

.ant-input:hover,
.ant-select-selection:hover,
.ant-radio-checked::after,
.ant-radio:hover .ant-radio-inner,
.ant-radio-checked .ant-radio-inner,
.ant-radio-checked::after,
.ant-radio-inner::after,
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover,
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled),
.ant-cascader-menu-item:hover,
.ant-input-number:focus,
.ant-input-number:hover {
  border-color: #007ce0 !important; }

.ant-cascader-menu-item:hover,
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background: #8ed7ff !important;
  color: #647176 !important; }

.ant-cascader-menu-item {
  color: rgba(0, 0, 0, 0.65) !important; }

.ant-cascader-menu-item.ant-cascader-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25) !important; }

.ant-cascader-menu-item.ant-cascader-menu-item-disabled:hover {
  background: transparent !important; }

.ant-input:focus,
.ant-input-number:focus,
.ant-input-number:hover,
.ant-input-number-focused {
  border-color: #007ce0 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important; }

.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #007ce0 !important; }

.ant-radio-inner::after,
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #bcefb9 !important; }

.ant-select-focused .ant-select-selection,
.ant-select-open .ant-select-selection {
  border-color: #007ce0 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important; }

.ant-cascader-input {
  border-color: #007ce0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important; }

.ant-select-selection__choice {
  background: #f3fff3 !important;
  border: 2px solid #5acc5a !important;
  color: #707070 !important;
  border-radius: 5px !important; }
  .ant-select-selection__choice span {
    color: #707070 !important; }

.un-static-checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.un-static-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.un-static-checkbox .ant-checkbox-input + .ant-checkbox-inner {
  border-color: #d4d4d4 !important; }

.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input + .ant-checkbox-inner {
  background-color: transparent; }

.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-table .ant-table-tbody > tr:hover .ant-checkbox-input + .ant-checkbox-inner {
  border-color: #d4d4d4 !important; }

.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #5acc5a !important;
  border-color: #5acc5a !important; }

.dynamic-delete-button {
  position: absolute;
  top: -5px;
  right: -50px;
  font-size: 20px;
  background: #d4d4d4;
  padding: 5px;
  color: #ffffff !important;
  border-radius: 50px;
  font-size: 16px; }

.dynamic-plus-button {
  position: absolute;
  top: -5px;
  right: -50px;
  font-size: 20px;
  background: #0058b6;
  padding: 5px;
  color: #ffffff !important;
  border-radius: 50px;
  font-size: 16px; }

.un-cancel-btn-outline-primary:hover {
  border-color: #e0241a !important;
  color: #e0241a !important; }

.un-cancel-ant-btn:hover,
.un-cancel-ant-btn:focus {
  border-color: #e0241a !important;
  color: #e0241a !important; }

.ant-table-wrapper {
  width: 100%; }

.contain {
  object-fit: contain; }

.ant-avatar img {
  object-fit: contain !important; }

.un-row-product img {
  height: 56px;
  width: 56px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-left: -1px; }

.un-row-product2 img {
  height: 24px;
  width: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 4px;
  margin-right: 4px; }

.un-row-product3 img {
  height: 59px;
  width: 59px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-left: -1px; }

.un-row-product4 img {
  height: 38px;
  width: 38px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-left: -1px; }

.un-cancel-ant-btn:hover,
.un-cancel-ant-btn:focus {
  border-color: #e0241a !important;
  color: #e0241a !important; }

.un-top-4 {
  top: 4px; }

.un-font-1-5em {
  font-size: 1.5em !important; }

.un-settings {
  color: #38484f !important;
  padding-left: 12px !important;
  padding-right: 12px !important; }

.un-settings:hover,
.un-settings:hover div,
.un-settings:hover h3 {
  color: #5acc5a !important; }

.un-cursor-pointer {
  cursor: pointer !important; }

.un-cursor-pointer-none {
  cursor: text !important; }

.un-cursor-none {
  cursor: none !important; }

.un-cursor-drag td.ant-table-selection-column::before {
  content: url("data:image/svg+xml;charset=utf-8,<svg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='8.98' cy='2.49' r='1.4' fill='gray'/><circle cx='8.98' cy='8.86' r='1.4' fill='gray'/><circle cx='8.98' cy='15.23' r='1.4' fill='gray'/><circle cx='15.02' cy='2.4' r='1.4' fill='gray'/><circle cx='15.02' cy='8.77' r='1.4' fill='gray'/><circle cx='15.02' cy='15.14' r='1.4' fill='gray'/></svg>");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: center;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 1;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 8px;
  top: 25px !important; }

.un-tooltip-none {
  visibility: hidden !important; }

.ant-tooltip .ant-tooltip-content .ant-tooltip-inner img,
.ant-tooltip .ant-tooltip-content .ant-tooltip-inner .small {
  display: none !important; }

.ant-tooltip .ant-tooltip-content .ant-tooltip-inner a {
  display: flex !important; }

.ant-transfer-operation {
  margin: 0 24px !important; }

.navigation ul li i,
.navigation ul li span.menu span {
  font-size: 1rem !important; }

.un-toggle-ext {
  display: none !important; }

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

@media only screen and (max-width: 1199px) and (min-width: 320px) {
  .navbar-profile .user-topbar,
  .un-toggle {
    display: block !important; }
  .navbar-profile .user-info,
  .un-toggle-ext {
    display: none !important; }
  .user-topbar .user-info {
    cursor: pointer;
    color: #38484f; }
  .user-topbar .user-profile > img {
    cursor: pointer;
    border: 3px soild #ffffff;
    border-radius: 50% !important; }
  .user-topbar .dropdown-menu {
    background-color: #fafafa;
    width: 200px;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px; }
  .user-topbar .dropdown-menu li {
    background-color: #ffffff;
    font-size: 0.875rem; }
  .user-topbar .dropdown-menu li > a {
    padding: 0.75rem 1rem; }
  .header-from-button {
    width: inherit !important; } }

@media only screen and (max-width: 401px) and (max-width: 1199px) {
  .navbar-profile .user-topbar,
  .un-toggle {
    display: block !important; }
  .navbar-profile .user-info,
  .un-toggle-ext {
    display: none !important; }
  .user-topbar .user-info {
    cursor: pointer;
    color: #38484f; }
  .user-topbar .user-profile > img {
    cursor: pointer;
    border: 3px solid #ffffff;
    border-radius: 50% !important; }
  .user-topbar .dropdown-menu {
    background-color: #fafafa;
    width: 200px;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px; }
  .user-topbar .dropdown-menu li {
    background-color: #ffffff;
    font-size: 0.875rem; }
  .user-topbar .dropdown-menu li > a {
    padding: 0.75rem 1rem; } }

.ant-switch-checked {
  background-color: #5acc5a !important; }

.un-back-ant-btn:hover,
.un-back-ant-btn:focus {
  border-color: #5acc5a !important;
  color: #5acc5a !important; }

.un-card {
  min-height: 0px !important; }

.un-text-card {
  color: #0c2028 !important; }

.un-title {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px; }

.un-title-light {
  color: #0c2028;
  font-weight: bold !important;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0px;
  color: #0c2028; }

.un-option-title,
.un-option-action {
  width: 50%;
  display: inline-block; }

.ant-anchor-link {
  border-left: 3px solid #cccc;
  padding: 10px 0 10px 16px !important; }

.ant-anchor-link-title {
  color: #647176 !important;
  font-size: 14px !important; }

.ant-anchor-link-active {
  border-left: 3px solid #5acc5a; }

.ant-anchor-link-title-active {
  color: #5acc5a !important;
  font-weight: 500 !important; }

.ant-anchor-wrapper {
  background-color: transparent !important; }

.ant-anchor-ink-ball,
.ant-anchor-ink::before {
  display: none !important; }

.un-affix,
.shopify-un-affix {
  position: fixed;
  top: 90px;
  width: 100%;
  padding-left: 25px; }

.un-affix-w-arrow {
  position: fixed;
  top: 140px;
  width: 100%;
  padding-left: 25px; }

.viewProductHeader {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .viewProductHeader {
      flex-wrap: wrap; }
      .viewProductHeader .productNavigation {
        justify-content: flex-end;
        width: 100%;
        order: 1; } }
  .viewProductHeader .productNavigation {
    display: flex; }
    .viewProductHeader .productNavigation .plain-btn {
      margin-left: 8px;
      background: none !important;
      width: 26px !important;
      height: 28px !important; }
      .viewProductHeader .productNavigation .plain-btn i {
        color: #90999d !important;
        font-size: 26px !important; }
    .viewProductHeader .productNavigation .plain-btn:hover {
      background: #ffffff !important; }
    .viewProductHeader .productNavigation .plain-btn[disabled] {
      cursor: not-allowed !important; }

.un-pagination-class li {
  min-width: 32px !important;
  height: 32px !important;
  line-height: 32px !important; }

.un-pagination-class li div.ant-pagination-options-quick-jumper {
  height: 32px !important;
  line-height: 32px !important; }

.un-pagination-class li div.ant-pagination-options-quick-jumper input {
  height: 32px !important;
  font-size: 13px !important; }

.un-pagination-class li div.ant-pagination-options-size-changer div.ant-select-selection--single {
  height: 32px !important; }

.un-pagination-class li div.ant-pagination-options-size-changer div.ant-select-selection--single div.ant-select-selection__rendered {
  line-height: 32px !important; }

.un-pagination-class li div.ant-select {
  font-size: 13px !important; }

.un-pagination-class li div.ant-select-dropdown ul {
  font-size: 13px !important;
  min-width: 70px !important; }

.un-pagination-class li div.ant-select-dropdown ul li {
  padding: 0px 0px 0px 5px !important; }

.ant-pagination-total-text {
  font-weight: normal !important; }

.ant-table-pagination.ant-pagination {
  margin-bottom: 20px !important;
  font-weight: bold !important; }

.imageGridModal {
  width: 464px !important;
  top: 15% !important; }
  .imageGridModal .ant-modal-close,
  .imageGridModal .ant-modal-close:hover {
    top: -4px !important;
    left: 0 !important;
    color: #0c2028 !important; }
  .imageGridModal .ant-modal-title {
    color: #0c2028 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center !important; }
  .imageGridModal .ant-modal-body .ant-upload-list-item-thumbnail img {
    object-fit: contain !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important; }
  .imageGridModal .ant-modal-body .un-item-image-list.upload-list-inline .ant-upload-list-item {
    margin: 4px !important; }

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  opacity: 1 !important; }

.ant-upload-list-item-thumbnail img {
  object-fit: contain !important; }

.ant-upload-list-picture-card .ant-upload-list-item {
  padding: 0px !important;
  margin: 0 2px 8px 0 !important;
  cursor: pointer; }

.action-delete-icon {
  font-size: 20px; }

.un-cross {
  position: absolute;
  right: -4px;
  top: 30px;
  font-size: 16px;
  color: #0c2028; }

@media only screen and (max-width: 600px) {
  .ant-transfer-list.ant-transfer-list-with-footer {
    width: 100% !important; }
  .ant-transfer-operation {
    margin: 15px 24px !important; } }

.fr-active {
  z-index: 2147483640 !important; }

.ant-modal {
  border-radius: 12px !important; }
  .ant-modal .ant-input,
  .ant-modal .ant-input-number {
    border-radius: 4px !important; }
  .ant-modal .ant-input-number-handler-wrap {
    border-radius: 0 4px 4px 0; }

.un-modal {
  width: 600px !important;
  overflow-y: auto !important;
  padding-bottom: 0 !important; }
  @media (max-width: 1024px) {
    .un-modal {
      width: calc(100% - 20px) !important; } }
  @media (max-width: 1025px) {
    .un-modal.usage-limit {
      width: 90% !important; } }
  .un-modal.usage-limit .ant-modal-body {
    padding: 12px 16px !important;
    max-height: unset !important; }
    .un-modal.usage-limit .ant-modal-body .title {
      text-align: left !important;
      margin-bottom: 10px !important;
      margin-top: 10px !important; }
    .un-modal.usage-limit .ant-modal-body .container {
      padding: 0 !important; }
    .un-modal.usage-limit .ant-modal-body .scrollable-container {
      max-height: 60vh;
      overflow-y: auto;
      overflow-x: hidden;
      padding-right: 8px;
      margin-bottom: 20px !important; }
    .un-modal.usage-limit .ant-modal-body .container-with-btn {
      width: 100%;
      display: flex;
      justify-content: space-between;
      background-color: #fafafb;
      padding: 12px 16px;
      border-radius: 8px;
      margin-bottom: 8px; }
      .un-modal.usage-limit .ant-modal-body .container-with-btn .count {
        font-size: 18px;
        color: #0c2028;
        font-weight: bold;
        display: flex;
        align-items: center; }
    .un-modal.usage-limit .ant-modal-body .remark {
      font-size: 10px !important; }
      .un-modal.usage-limit .ant-modal-body .remark .count {
        color: #0c2028; }
      .un-modal.usage-limit .ant-modal-body .remark .desc {
        color: #647176; }
  .un-modal .ant-radio-disabled + span,
  .un-modal .ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    color: #0c2028 !important; }
  .un-modal.search-header .ant-modal-content {
    background-color: transparent !important;
    box-shadow: none !important; }
    .un-modal.search-header .ant-modal-content .ant-modal-body .search-wrapper {
      display: block !important;
      width: 100% !important;
      max-width: 350px !important;
      margin: 0 auto !important; }
      .un-modal.search-header .ant-modal-content .ant-modal-body .search-wrapper .ant-select {
        width: 100% !important; }
        .un-modal.search-header .ant-modal-content .ant-modal-body .search-wrapper .ant-select .ant-input-affix-wrapper {
          height: 43px !important;
          border-radius: 22px !important;
          padding: 0 12px; }
          .un-modal.search-header .ant-modal-content .ant-modal-body .search-wrapper .ant-select .ant-input-affix-wrapper .ant-input {
            padding: 0 24px !important; }
  .un-modal.import-scrape .ant-modal-body .title {
    text-align: left !important;
    margin-bottom: 12px !important; }
  .un-modal.import-scrape .ant-modal-body div,
  .un-modal.import-scrape .ant-modal-body span {
    color: #0c2028; }
  .un-modal.import-scrape .ant-modal-footer {
    border-top: none !important; }
  .un-modal.small {
    width: 400px !important; }
    @media (max-width: 425px) {
      .un-modal.small {
        width: 100% !important; } }
    .un-modal.small .ant-modal-header .title {
      width: 284px !important; }
      @media (max-width: 425px) {
        .un-modal.small .ant-modal-header .title {
          width: calc(100vw - 116px) !important; } }
    .un-modal.small .ant-modal-body .ant-form-item .ant-form-item {
      margin-bottom: 0 !important; }
  .un-modal.large {
    width: 1098px !important; }
    @media (max-width: 1024px) {
      .un-modal.large {
        width: 100% !important; } }
    .un-modal.large .ant-modal-header .title {
      width: 982px !important; }
      @media (max-width: 1024px) {
        .un-modal.large .ant-modal-header .title {
          width: calc(100vw - 116px) !important; } }
  .un-modal.medium {
    width: 980px !important; }
    @media (max-width: 1024px) {
      .un-modal.medium {
        width: 100% !important; } }
    .un-modal.medium .ant-modal-header .title {
      width: 864px !important; }
      @media (max-width: 1024px) {
        .un-modal.medium .ant-modal-header .title {
          width: calc(100vw - 116px) !important; } }
  .un-modal.un-filter-modal .ant-modal-body {
    padding: 20px 14px !important; }
    .un-modal.un-filter-modal .ant-modal-body .body.set-light {
      line-height: 1.5715;
      padding-bottom: 4px; }
    .un-modal.un-filter-modal .ant-modal-body sup {
      top: -0.5em !important;
      font-size: 60%; }
  .un-modal.un-select-item-modal {
    width: 750px !important; }
    @media (min-width: 1025px) {
      .un-modal.un-select-item-modal.large-size {
        width: 1098px !important; } }
    @media (max-width: 1024px) {
      .un-modal.un-select-item-modal.large-size {
        width: 100% !important; } }
    .un-modal.un-select-item-modal .ant-modal-body {
      max-height: unset;
      height: calc(100vh - 240px) !important;
      padding: 20px 20px 0 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter .search-form {
        position: absolute !important;
        z-index: 1002 !important;
        width: 370px;
        margin-top: -10px; }
        .un-modal.un-select-item-modal .ant-modal-body .modal-filter .search-form .un-filter-value {
          width: 226px !important; }
          @media (max-width: 425px) {
            .un-modal.un-select-item-modal .ant-modal-body .modal-filter .search-form .un-filter-value {
              width: 100% !important; } }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-pagination-total-text {
        display: none !important; }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-pagination-item-link {
        color: #0c2028 !important;
        font-size: 10px !important; }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-pagination-item a {
        color: #0c2028 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-pagination-item-active {
        border: 1px solid #d9d9d9 !important; }
        .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-pagination-item-active a {
          color: #007ce0 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-pagination.mini {
        margin-top: 10px; }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-pagination.mini .ant-pagination-prev {
        border: 1px solid #d9d9d9;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-pagination.mini .ant-pagination-next {
        border: 1px solid #d9d9d9;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
        border: 1px solid #d9d9d9; }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-pagination.mini .ant-pagination-options {
        margin-left: 16px; }
        .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-pagination.mini .ant-pagination-options .ant-select-arrow {
          color: #0c2028 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter .ant-table-pagination.ant-pagination {
        color: #0c2028 !important;
        font-weight: normal !important; }
      .un-modal.un-select-item-modal .ant-modal-body .modal-filter.collection .ant-input-affix-wrapper {
        height: 41px !important;
        border-radius: 4px !important; }
        .un-modal.un-select-item-modal .ant-modal-body .modal-filter.collection .ant-input-affix-wrapper .ant-input-prefix {
          font-size: 20px !important;
          margin-right: 8px !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table table tbody tr td {
        vertical-align: top !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-list-item {
        padding: 0 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-list-item-meta {
        padding-top: 1px !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-list-item-meta-description {
        padding-left: 0; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-checkbox-wrapper {
        margin-left: unset !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-table-tbody > tr > td {
        padding: 12px 12px !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-table-row.disabled-row {
        background-color: #e5e5e5; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-table table {
        border: none !important;
        box-shadow: none !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table table thead {
        background-color: #fafafb !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-table-thead th {
        background: #fafafb 0% 0% no-repeat padding-box !important;
        font-size: 12px !important;
        color: #647176 !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-table-thead > tr > th {
        border-bottom: none !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .desc {
        line-height: 15px !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .un-light-label-text {
        color: #647176 !important;
        font-size: 12px !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-table-pagination.ant-pagination {
        margin: 12px 0 28px; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-pagination-total-text {
        display: none !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-pagination-item-link {
        color: #0c2028 !important;
        font-size: 10px !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-pagination-item a {
        color: #0c2028 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-pagination-item-active {
        border: 1px solid #d9d9d9 !important; }
        .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-pagination-item-active a {
          color: #007ce0 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-pagination.mini {
        margin-top: 4px; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-pagination.mini .ant-pagination-prev {
        border: 1px solid #d9d9d9;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-pagination.mini .ant-pagination-next {
        border: 1px solid #d9d9d9;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
        border: 1px solid #d9d9d9; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-pagination.mini .ant-pagination-options {
        margin-left: 16px; }
        .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-pagination.mini .ant-pagination-options .ant-select-arrow {
          color: #0c2028 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-table-pagination.ant-pagination {
        color: #0c2028 !important;
        font-weight: normal !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-tree .ant-tree-list .ant-tree-treenode {
        padding: 0 0 10px 0 !important; }
        .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-tree .ant-tree-list .ant-tree-treenode .ant-tree-switcher {
          margin-right: 12px !important;
          color: #90999d !important; }
        .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-tree .ant-tree-list .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
          background-color: transparent !important; }
        .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-tree .ant-tree-list .ant-tree-treenode .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
          background-color: #5acc5a !important;
          border-color: #5acc5a !important; }
        .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-tree .ant-tree-list .ant-tree-treenode .ant-tree-checkbox:hover .ant-tree-checkbox-inner {
          border-color: #d9d9d9 !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-table-column-sorters {
        padding: unset !important; }
      .un-modal.un-select-item-modal .ant-modal-body .item-table .ant-table-tbody .ant-table-measure-row td {
        padding: 0 !important; }
    .un-modal.un-select-item-modal .ant-modal-footer {
      border-top: 1px solid #f0f0f0 !important;
      padding: 12px 24px !important;
      height: 151px !important; }
      .un-modal.un-select-item-modal .ant-modal-footer .selected-container {
        width: -webkit-fill-available;
        width: fill-available;
        width: -moz-available;
        height: 80px;
        display: inline-flex;
        text-align: left !important;
        margin-bottom: 12px !important;
        overflow-x: auto; }
        .un-modal.un-select-item-modal .ant-modal-footer .selected-container .un-row-product img {
          height: 56px;
          width: 56px;
          border: 1px solid #e5e5e5;
          border-radius: 6px;
          margin-left: 0;
          margin-top: 8px; }
        .un-modal.un-select-item-modal .ant-modal-footer .selected-container .selected-img {
          position: relative;
          margin-right: 16px; }
          .un-modal.un-select-item-modal .ant-modal-footer .selected-container .selected-img .anticon.anticon-close {
            background-color: #0c2028 !important;
            border-radius: 50%;
            padding: 4px;
            width: 28px;
            content: url("https://api.iconify.design/feather:x.svg?color=%23FFFFFF&width=24px");
            vertical-align: -0.125em;
            position: absolute;
            top: 1px;
            right: -4px;
            opacity: 0.65; }
  .un-modal.manage-sub-regions .ant-modal-body span.ant-radio + * {
    padding-left: 16px; }
  .un-modal.manage-sub-regions .ant-modal-body .ant-radio-wrapper {
    height: 30px; }
  .un-modal.manage-sub-regions .ant-modal-body .ant-radio-checked .ant-radio-inner {
    border-color: #5acc5a !important; }
  .un-modal.manage-sub-regions .ant-modal-body .ant-radio-inner::after {
    background-color: #5acc5a !important; }
  .un-modal.manage-sub-regions .ant-modal-body .checkbox-group {
    padding-top: 12px;
    padding-left: 32px; }
  .un-modal.manage-sub-regions .ant-modal-body .ant-checkbox-wrapper {
    color: #38484f !important;
    height: 30px; }
  .un-modal.manage-sub-regions .ant-modal-body .ant-checkbox + span {
    padding-right: 8px;
    padding-left: 13px; }
  .un-modal.view-order-status .ant-modal-body {
    padding-bottom: 1px !important; }
    .un-modal.view-order-status .ant-modal-body .text-left {
      text-align: right !important; }
    .un-modal.view-order-status .ant-modal-body .warning-text {
      font-size: 16px;
      color: #0c2028;
      margin-bottom: 12px; }
      .un-modal.view-order-status .ant-modal-body .warning-text i {
        margin-right: 10px; }
    .un-modal.view-order-status .ant-modal-body .ant-checkbox,
    .un-modal.view-order-status .ant-modal-body .ant-checkbox-input,
    .un-modal.view-order-status .ant-modal-body .ant-checkbox-inner {
      width: 18px !important;
      height: 18px !important; }
    .un-modal.view-order-status .ant-modal-body .ant-checkbox-checked .ant-checkbox-inner::after {
      top: 46%;
      left: 25%; }
  .un-modal.watermark {
    width: 823px !important; }
  .un-modal.select-category .ant-modal-body {
    padding: 20px 0 !important; }
    .un-modal.select-category .ant-modal-body .search {
      margin-bottom: 12px; }
      .un-modal.select-category .ant-modal-body .search.category {
        margin-left: 20px; }
      .un-modal.select-category .ant-modal-body .search.keyword {
        margin-right: 20px; }
      .un-modal.select-category .ant-modal-body .search .ant-input-search.ant-input-affix-wrapper {
        border-radius: 4px;
        padding: 2px 11px; }
      .un-modal.select-category .ant-modal-body .search .ant-input {
        height: 40px !important; }
      .un-modal.select-category .ant-modal-body .search .ant-input-affix-wrapper > input.ant-input {
        margin-top: 1px;
        height: 35px !important; }
      .un-modal.select-category .ant-modal-body .search .ant-input-search-icon {
        width: 40px !important;
        margin-left: 0;
        color: #0c2028;
        font-size: 20px;
        padding-left: 21px;
        padding-right: 0; }
      .un-modal.select-category .ant-modal-body .search .ant-input-search-icon::after {
        width: 40px; }
      .un-modal.select-category .ant-modal-body .search .ant-input-search-icon::before {
        right: 30px; }
      .un-modal.select-category .ant-modal-body .search .plain-btn {
        height: 40px !important; }
    .un-modal.select-category .ant-modal-body .select.language {
      margin-right: 20px; }
    .un-modal.select-category .ant-modal-body .select .ant-select-selector {
      height: inherit;
      padding: 2px 11px; }
    .un-modal.select-category .ant-modal-body .select .ant-select-selection-item {
      margin-top: 1px;
      height: 35px;
      line-height: 33px; }
    .un-modal.select-category .ant-modal-body .selected-category {
      padding-left: 20px;
      padding-right: 20px; }
    .un-modal.select-category .ant-modal-body .category-container {
      display: inline-flex !important;
      margin-bottom: 20px !important;
      padding-left: 20px;
      padding-right: 20px;
      width: 1078px;
      overflow-x: scroll; }
      .un-modal.select-category .ant-modal-body .category-container .plain-btn {
        opacity: 0.75;
        z-index: 1001 !important;
        position: absolute !important;
        top: 55% !important;
        color: #ffffff !important;
        background-color: #0c2028 !important;
        width: 30px !important;
        height: 30px !important; }
        .un-modal.select-category .ant-modal-body .category-container .plain-btn.left-arrow i {
          margin-right: 2px;
          color: #90999d !important;
          font-size: 29px !important; }
        .un-modal.select-category .ant-modal-body .category-container .plain-btn.right-arrow {
          right: 20px !important; }
          .un-modal.select-category .ant-modal-body .category-container .plain-btn.right-arrow i {
            margin-left: 2px;
            color: #90999d !important;
            font-size: 29px !important; }
      .un-modal.select-category .ant-modal-body .category-container .keyword-container {
        position: relative;
        width: 248px;
        height: 277px;
        padding: 12px;
        border-radius: 4px;
        border: 1px solid #d4d4d4;
        margin-right: 22px; }
        .un-modal.select-category .ant-modal-body .category-container .keyword-container .keyword-list {
          position: absolute;
          left: 0;
          width: 246px;
          max-height: 189px;
          overflow-y: auto; }
          .un-modal.select-category .ant-modal-body .category-container .keyword-container .keyword-list .keyword-item {
            display: inline-flex;
            height: 28px !important;
            width: 100%;
            padding-left: 12px;
            line-height: 28px !important;
            margin-bottom: 6px;
            cursor: pointer !important;
            background-color: #ffffff !important; }
            .un-modal.select-category .ant-modal-body .category-container .keyword-container .keyword-list .keyword-item div {
              line-height: 28px !important;
              width: 212px;
              text-overflow: ellipsis;
              white-space: nowrap;
              -webkit-line-clamp: 1;
              overflow: hidden;
              word-break: break-word; }
            .un-modal.select-category .ant-modal-body .category-container .keyword-container .keyword-list .keyword-item i {
              float: right;
              line-height: 28px;
              padding-right: 8px !important; }
            .un-modal.select-category .ant-modal-body .category-container .keyword-container .keyword-list .keyword-item.true {
              background-color: #f6f6f6 !important; }
              .un-modal.select-category .ant-modal-body .category-container .keyword-container .keyword-list .keyword-item.true div {
                color: #5acc5a !important; }
              .un-modal.select-category .ant-modal-body .category-container .keyword-container .keyword-list .keyword-item.true i {
                color: #5acc5a !important; }
          .un-modal.select-category .ant-modal-body .category-container .keyword-container .keyword-list .keyword-item:hover {
            background-color: #d4d4d4 !important; }
    .un-modal.select-category .ant-modal-body .category-container::-webkit-scrollbar {
      display: none; }
    .un-modal.select-category .ant-modal-body .category-list {
      height: 277px;
      overflow-y: auto;
      margin: 0 20px 20px; }
      .un-modal.select-category .ant-modal-body .category-list .category-item {
        display: inline-flex;
        height: 28px !important;
        width: 100%;
        line-height: 28px !important;
        margin-bottom: 6px;
        cursor: pointer !important;
        background-color: #ffffff !important; }
        .un-modal.select-category .ant-modal-body .category-list .category-item div {
          line-height: 28px !important;
          text-overflow: ellipsis;
          white-space: nowrap;
          -webkit-line-clamp: 1;
          overflow: hidden;
          word-break: break-word; }
      .un-modal.select-category .ant-modal-body .category-list .category-item:hover {
        background-color: #d4d4d4 !important; }
  .un-modal.add-item-modal .ant-modal-body {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .un-modal.add-item-modal .ant-modal-body .ant-input-affix-wrapper {
      height: 41px !important;
      border-radius: 4px !important; }
    .un-modal.add-item-modal .ant-modal-body .th-recent-search {
      font-size: 12px !important;
      margin: 20px 0 0 !important;
      padding: 9px 24px !important;
      color: #647176 !important;
      background: #fafafb !important; }
    .un-modal.add-item-modal .ant-modal-body .related-variant {
      max-height: 350px !important;
      overflow-y: auto !important; }
    .un-modal.add-item-modal .ant-modal-body .content-with-padding {
      padding-left: 24px !important;
      padding-right: 24px !important; }
      .un-modal.add-item-modal .ant-modal-body .content-with-padding.list {
        max-height: 320px !important;
        overflow-y: auto !important; }
      .un-modal.add-item-modal .ant-modal-body .content-with-padding .item-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        border: 1px solid #e5e5e5;
        border-radius: 4px; }
      .un-modal.add-item-modal .ant-modal-body .content-with-padding .item-detail {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 12px;
        height: 100%; }
      .un-modal.add-item-modal .ant-modal-body .content-with-padding .primary-btn {
        margin-left: 16px; }
      .un-modal.add-item-modal .ant-modal-body .content-with-padding .related-variant .ant-list-item-meta-avatar {
        width: 56px !important; }
      .un-modal.add-item-modal .ant-modal-body .content-with-padding .related-variant .ant-list-item-meta-content {
        padding-right: 12px !important; }
  .un-modal.reset-product-migration-modal .ant-modal-header {
    border-bottom: none !important;
    padding: 20px 24px !important; }
    .un-modal.reset-product-migration-modal .ant-modal-header .ant-modal-title {
      font-size: 22px !important;
      text-align: left !important; }
  .un-modal.reset-product-migration-modal .ant-modal-body {
    padding-top: 0 !important; }
    .un-modal.reset-product-migration-modal .ant-modal-body .product-table .un-row-product img {
      height: 37px;
      width: 37px;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      margin-left: -1px; }
    .un-modal.reset-product-migration-modal .ant-modal-body .product-table table tbody tr td {
      vertical-align: top !important; }
    .un-modal.reset-product-migration-modal .ant-modal-body .product-table .ant-list-item {
      padding: 0 !important; }
    .un-modal.reset-product-migration-modal .ant-modal-body .product-table .ant-list-item-meta {
      padding-top: 1px !important; }
    .un-modal.reset-product-migration-modal .ant-modal-body .product-table .ant-list-item-meta-description {
      padding-left: 0; }
    .un-modal.reset-product-migration-modal .ant-modal-body .product-table .ant-checkbox-wrapper {
      margin-left: unset !important; }
    .un-modal.reset-product-migration-modal .ant-modal-body .product-table .ant-table-tbody > tr > td {
      padding: 12px 12px !important; }
    .un-modal.reset-product-migration-modal .ant-modal-body .product-table .ant-table table {
      border: none !important;
      box-shadow: none !important; }
    .un-modal.reset-product-migration-modal .ant-modal-body .product-table table thead {
      background-color: #fafafb !important; }
    .un-modal.reset-product-migration-modal .ant-modal-body .product-table .ant-table-thead th {
      background: #fafafb 0% 0% no-repeat padding-box !important;
      font-size: 12px !important;
      color: #647176 !important;
      padding-top: 9px !important;
      padding-bottom: 9px !important; }
    .un-modal.reset-product-migration-modal .ant-modal-body .product-table .ant-table-thead > tr > th {
      border-bottom: none !important; }
    .un-modal.reset-product-migration-modal .ant-modal-body .ant-pagination-options-size-changer.ant-select {
      display: none; }
  .un-modal.reset-product-migration-modal .ant-modal-footer {
    padding: 0 24px 20px 24px !important;
    border-top: none !important; }
  .un-modal.searchInventoryModal .ant-modal-body .un-row-warehouse .feather-trash-2.medium {
    right: -30px !important; }
  .un-modal.bulk-edit-modal .ant-modal-body .addonBefore.addonAfter .ant-input-group .ant-input {
    border-radius: 0 !important; }
  .un-modal.bulk-edit-modal .ant-modal-body .addonBefore .ant-input-group .ant-input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .un-modal.bulk-edit-modal .ant-modal-body .addonAfter .ant-input-group .ant-input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .un-modal.edit-shopee-crm-modal .ant-modal-body {
    padding-bottom: 40px !important; }
    .un-modal.edit-shopee-crm-modal .ant-modal-body .ant-form-item {
      margin-bottom: 0 !important; }
  .un-modal.import-copy-listing .ant-modal-body .title {
    text-align: left !important;
    margin-bottom: 12px !important; }
  .un-modal.import-copy-listing .ant-modal-body div,
  .un-modal.import-copy-listing .ant-modal-body span {
    color: #0c2028; }
  .un-modal.import-copy-listing .ant-modal-body span.green {
    color: #5acc5a !important;
    font-weight: bold !important;
    font-size: 14px !important; }
  .un-modal.import-copy-listing .ant-modal-body span.red {
    color: #e0241a !important;
    font-weight: bold !important;
    font-size: 14px !important; }
  .un-modal.import-copy-listing .ant-modal-body .plain-btn span {
    color: #007ce0 !important; }
  .un-modal.import-copy-listing .ant-modal-body .ant-form-item-has-error .ant-form-item-explain div,
  .un-modal.import-copy-listing .ant-modal-body .ant-form-item-has-error .ant-form-item-explain span,
  .un-modal.import-copy-listing .ant-modal-body .ant-form-item-has-error .ant-form-item-split div {
    color: #e0241a !important;
    font-size: 12px !important; }
  .un-modal.import-copy-listing .ant-modal-body .result-table .ant-table-title {
    padding: 0 !important;
    z-index: 1001 !important;
    width: calc(100% - 80px) !important;
    margin-top: 2px !important;
    margin-left: 70px !important;
    background: #fafafb !important; }
  .un-modal.import-copy-listing .ant-modal-body .result-table .ant-table table {
    border: none !important;
    box-shadow: none !important; }
  .un-modal.import-copy-listing .ant-modal-body .result-table table thead {
    background-color: #fafafb !important; }
  .un-modal.import-copy-listing .ant-modal-body .result-table .ant-table-thead th {
    background: #fafafb 0% 0% no-repeat padding-box !important;
    font-size: 12px !important;
    color: #647176 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 32px !important; }
  .un-modal.import-copy-listing .ant-modal-body .result-table .ant-table-thead > tr > th {
    border-bottom: none !important; }
  .un-modal.import-copy-listing .ant-modal-body .result-table .ant-table-tbody > tr > td {
    padding: 10px 12px !important; }
  .un-modal.import-copy-listing .ant-modal-body .d-inline-block.caption {
    padding-left: 24px; }
    .un-modal.import-copy-listing .ant-modal-body .d-inline-block.caption span {
      color: #647176 !important; }
  .un-modal.import-copy-listing .ant-modal-footer {
    border-top: none !important; }
  .un-modal.view-announcement {
    width: 60% !important;
    max-width: 1000px !important; }
    @media (max-width: 1025px) {
      .un-modal.view-announcement {
        width: 80% !important; } }
    .un-modal.view-announcement .ant-modal-header {
      border-bottom: none !important; }
    .un-modal.view-announcement .ant-modal-body {
      min-height: 70vh !important;
      max-height: 70vh !important;
      padding: 0 20px 20px 20px !important;
      overflow-y: auto; }
      .un-modal.view-announcement .ant-modal-body .title {
        text-align: left !important; }
        .un-modal.view-announcement .ant-modal-body .title h1,
        .un-modal.view-announcement .ant-modal-body .title h2,
        .un-modal.view-announcement .ant-modal-body .title h3,
        .un-modal.view-announcement .ant-modal-body .title h4,
        .un-modal.view-announcement .ant-modal-body .title h5,
        .un-modal.view-announcement .ant-modal-body .title h6,
        .un-modal.view-announcement .ant-modal-body .title p,
        .un-modal.view-announcement .ant-modal-body .title div,
        .un-modal.view-announcement .ant-modal-body .title span {
          font-weight: bold !important;
          font-size: 20px !important;
          margin-bottom: 20px !important;
          line-height: 24px; }
      .un-modal.view-announcement .ant-modal-body .display-small {
        margin-bottom: 20px !important; }
      .un-modal.view-announcement .ant-modal-body .main-image {
        margin-bottom: 20px;
        text-align: center; }
        .un-modal.view-announcement .ant-modal-body .main-image img {
          max-width: 535px !important;
          max-height: 269px !important;
          margin-right: auto;
          margin-left: auto; }
      .un-modal.view-announcement .ant-modal-body img {
        max-width: 100% !important; }
      .un-modal.view-announcement .ant-modal-body a {
        word-break: break-all !important; }
      .un-modal.view-announcement .ant-modal-body .ant-empty {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 150%); }
        @media (max-width: 425px) {
          .un-modal.view-announcement .ant-modal-body .ant-empty {
            transform: translate(-50%, 120%); } }
    .un-modal.view-announcement .ant-carousel .slick-slide {
      padding: 0 4px; }
    .un-modal.view-announcement .ant-carousel .slick-dots-bottom {
      display: none !important; }
    .un-modal.view-announcement .ant-carousel .slick-dots li.slick-active button {
      background: #55ce63 !important; }
    .un-modal.view-announcement .ant-carousel .slick-dots li button {
      background: #55ce63 !important; }
    .un-modal.view-announcement .ant-tabs-line {
      border: none !important; }
    .un-modal.view-announcement .ant-tabs-tab {
      margin-right: 15px !important; }
    .un-modal.view-announcement .auto-pop-up-announcement {
      padding-top: 15px;
      padding-left: 11px; }
    .un-modal.view-announcement .ant-modal-footer {
      position: relative;
      height: auto !important;
      border-top: none !important;
      padding: 12px 24px 20px 24px !important; }
      .un-modal.view-announcement .ant-modal-footer .prev-next {
        position: absolute;
        width: calc(100% - 48px) !important;
        display: inline-flex !important; }
        .un-modal.view-announcement .ant-modal-footer .prev-next .prev {
          width: fit-content !important;
          margin-left: auto !important;
          margin-right: 16px !important; }
        .un-modal.view-announcement .ant-modal-footer .prev-next .next {
          width: fit-content !important;
          margin-left: 16px !important;
          margin-right: auto !important; }
  .un-modal.wBuilder-delete-block {
    width: 400px !important; }
    .un-modal.wBuilder-delete-block .ant-modal-body {
      padding: 20px 20px 0 !important; }
      .un-modal.wBuilder-delete-block .ant-modal-body .title {
        text-align: left !important;
        margin-bottom: 12px !important; }
    .un-modal.wBuilder-delete-block .ant-modal-footer {
      border-top: none !important; }
      .un-modal.wBuilder-delete-block .ant-modal-footer .outline-btn {
        color: #0c2028 !important;
        background-color: transparent !important;
        border-color: #d4d4d4 !important; }
        .un-modal.wBuilder-delete-block .ant-modal-footer .outline-btn:hover {
          color: #0c2028 !important;
          background-color: #fafafb !important;
          border-color: #d4d4d4 !important; }
        .un-modal.wBuilder-delete-block .ant-modal-footer .outline-btn:focus {
          color: #0c2028 !important;
          background-color: #fafafb !important;
          border-color: #d4d4d4 !important; }
      .un-modal.wBuilder-delete-block .ant-modal-footer .remove-btn {
        width: fit-content !important;
        width: -moz-fit-content !important;
        height: 33px !important;
        padding: 0px 16px !important;
        border-radius: 17px !important;
        font-size: 14px !important;
        border: 0.4px solid #e0241a !important;
        background-color: #e0241a !important;
        box-shadow: none !important;
        color: #ffffff !important;
        margin-left: 16px; }
        .un-modal.wBuilder-delete-block .ant-modal-footer .remove-btn:hover {
          color: #ffffff !important;
          background-color: #99140a !important;
          border: 0.4px solid #99140a !important; }
        .un-modal.wBuilder-delete-block .ant-modal-footer .remove-btn:focus {
          color: #ffffff !important;
          background-color: #440505 !important;
          border: 0.4px solid #99140a !important; }
  .un-modal.wBuilder-confirm-block {
    width: 400px !important; }
    .un-modal.wBuilder-confirm-block .ant-modal-body {
      padding: 20px 20px 0 !important; }
      .un-modal.wBuilder-confirm-block .ant-modal-body .title {
        text-align: left !important;
        margin-bottom: 12px !important; }
    .un-modal.wBuilder-confirm-block .ant-modal-footer {
      border-top: none !important; }
      .un-modal.wBuilder-confirm-block .ant-modal-footer .outline-btn {
        color: #0c2028 !important;
        background-color: transparent !important;
        border-color: #d4d4d4 !important; }
        .un-modal.wBuilder-confirm-block .ant-modal-footer .outline-btn:hover {
          color: #0c2028 !important;
          background-color: #fafafb !important;
          border-color: #d4d4d4 !important; }
        .un-modal.wBuilder-confirm-block .ant-modal-footer .outline-btn:focus {
          color: #0c2028 !important;
          background-color: #fafafb !important;
          border-color: #d4d4d4 !important; }
      .un-modal.wBuilder-confirm-block .ant-modal-footer .confirm-btn {
        width: fit-content !important;
        width: -moz-fit-content !important;
        height: 33px !important;
        padding: 0px 16px !important;
        border-radius: 17px !important;
        font-size: 14px !important;
        border: 0.4px solid #5acc5a !important;
        background-color: #5acc5a !important;
        box-shadow: none !important;
        color: #ffffff !important;
        margin-left: 16px; }
        .un-modal.wBuilder-confirm-block .ant-modal-footer .confirm-btn:hover {
          color: #ffffff !important;
          background-color: #11aa4f !important;
          border: 0.4px solid #11aa4f !important; }
        .un-modal.wBuilder-confirm-block .ant-modal-footer .confirm-btn:focus {
          color: #ffffff !important;
          background-color: #005c34 !important;
          border: 0.4px solid #11aa4f !important; }
  .un-modal.quickbooks-modal .ant-modal-body .full-primary-btn {
    font-size: 14px !important;
    border-radius: 17px !important; }
  .un-modal.variation-mapping-modal .ant-table-thead tr th {
    color: #647176 !important;
    background: #fafafb 0% 0% no-repeat padding-box !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-bottom: 12px !important;
    font-size: 12px !important;
    height: 30px !important; }
  .un-modal.variation-mapping-modal .ant-form-item {
    margin-bottom: 12px !important; }
  .un-modal.verify-pickup-modal .ant-modal-body .pincode-input-container {
    display: flex;
    padding: 0 !important;
    margin: 20px auto 10px; }
    .un-modal.verify-pickup-modal .ant-modal-body .pincode-input-container .pincode-input-text {
      width: 56px !important;
      height: 75px !important;
      border: 1px solid #d4d4d4 !important;
      border-radius: 4px !important;
      margin: 0 8px 0 0 !important;
      font-size: 42px !important;
      font-weight: bold !important; }
      .un-modal.verify-pickup-modal .ant-modal-body .pincode-input-container .pincode-input-text:active, .un-modal.verify-pickup-modal .ant-modal-body .pincode-input-container .pincode-input-text:focus {
        border-bottom: 4px solid #007ce0 !important; }
  @media (min-width: 1025px) {
    .un-modal.rack-info-modal.large-size {
      width: 1098px !important; } }
  @media (max-width: 1024px) {
    .un-modal.rack-info-modal.large-size {
      width: 100% !important; } }
  .un-modal.rack-info-modal .ant-modal-body {
    max-height: calc(100vh - 100px) !important;
    height: 100%; }
    .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse {
      border: none !important;
      margin-bottom: 20px !important;
      border-radius: 8px !important; }
      .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item {
        border: none !important; }
        .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-header {
          background-color: #fafafb !important;
          border-radius: 8px !important; }
        .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content {
          border: none !important; }
          .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
            padding: 16px 0 0 !important; }
            .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-header .t-header-content {
              display: flex;
              background-color: #fafafb; }
              .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-header .t-header-content .t-h-item {
                font-size: 12px;
                color: #647176;
                padding: 8px 12px;
                background-color: #fafafb;
                width: 20% !important;
                min-width: 20% !important; }
                @media (max-width: 1024px) {
                  .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-header .t-header-content .t-h-item {
                    width: 150px !important;
                    min-width: 150px !important; } }
                .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-header .t-header-content .t-h-item:last-child {
                  width: -webkit-fill-available; }
            .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-body {
              max-height: calc(100vh - 280px) !important;
              overflow-y: auto;
              padding-bottom: 20px; }
              .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-body::-webkit-scrollbar-track {
                background-color: #ffffff !important; }
              .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-body::-webkit-scrollbar {
                display: block;
                width: 4px;
                height: 4px;
                background-color: #ffffff !important; }
              .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-body::-webkit-scrollbar-thumb {
                background-color: #90999d !important;
                border: 1px solid #90999d !important;
                border-radius: 12px !important; }
              .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-body .t-body-content {
                border-bottom: 1px solid #e5e5e5; }
                .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-body .t-body-content .t-d-row {
                  width: 100%;
                  display: flex;
                  border-bottom: 1px solid #e5e5e5; }
                  .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-body .t-body-content .t-d-row .t-d-item {
                    font-size: 14px;
                    color: #0c2028;
                    padding: 8px 12px;
                    width: 20% !important;
                    min-width: 20% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-body .t-body-content .t-d-row .t-d-item {
                        width: 150px !important;
                        min-width: 150px !important; } }
                    .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-body .t-body-content .t-d-row .t-d-item:last-child {
                      width: -webkit-fill-available; }
                  .un-modal.rack-info-modal .ant-modal-body .temporary-rack-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .temporary-rack-table .t-body .t-body-content .t-d-row:last-child {
                    border-bottom: none !important; }
    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table {
      margin-bottom: 20px; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content {
        display: flex;
        background-color: #fafafb; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item {
          font-size: 12px;
          color: #647176;
          padding: 8px 12px;
          background-color: #fafafb; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(1) {
            width: 20% !important;
            min-width: 20% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(1) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(2) {
            width: 20% !important;
            min-width: 20% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(2) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(3) {
            width: 20% !important;
            min-width: 20% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(3) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(4) {
            width: 20% !important;
            min-width: 20% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(4) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(5) {
            width: 11.5% !important;
            min-width: 11.5% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(5) {
                width: 100px !important;
                min-width: 100px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(6) {
            width: 11.5% !important;
            min-width: 11.5% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(6) {
                width: 100px !important;
                min-width: 100px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(7) {
            width: 11.5% !important;
            min-width: 11.5% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(7) {
                width: 100px !important;
                min-width: 100px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-header .t-header-content .t-h-item:nth-child(8) {
            width: -webkit-fill-available; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body {
        max-height: calc(100vh - 280px) !important;
        overflow-y: auto;
        padding-bottom: 20px; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body::-webkit-scrollbar-track {
          background-color: #ffffff !important; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body::-webkit-scrollbar {
          display: block;
          width: 4px;
          height: 4px;
          background-color: #ffffff !important; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body::-webkit-scrollbar-thumb {
          background-color: #90999d !important;
          border: 1px solid #90999d !important;
          border-radius: 12px !important; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content {
          border-bottom: 1px solid #e5e5e5; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row {
            width: 100%;
            display: flex;
            border-bottom: 1px solid #e5e5e5; }
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item {
              font-size: 14px;
              color: #0c2028;
              padding: 8px 12px; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(1) {
                width: 20% !important;
                min-width: 20% !important; }
                @media (max-width: 1024px) {
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(1) {
                    width: 150px !important;
                    min-width: 150px !important; } }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
                width: 80% !important;
                min-width: 80% !important;
                padding: 8px 0 !important; }
                @media (max-width: 1024px) {
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
                    width: 100% !important;
                    min-width: 100% !important; } }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .locked {
                  background-color: #ffe0e0 !important; }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack {
                  width: 100%;
                  display: flex;
                  margin-bottom: 4px !important; }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item {
                    padding: 0 12px;
                    align-self: center; }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(1) {
                      width: 25.3% !important;
                      min-width: 25.3% !important; }
                      @media (max-width: 1024px) {
                        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(1) {
                          width: 150px !important;
                          min-width: 150px !important; } }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(2) {
                      width: 25.3% !important;
                      min-width: 25.3% !important; }
                      @media (max-width: 1024px) {
                        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(2) {
                          width: 150px !important;
                          min-width: 150px !important; } }
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(2) input {
                        width: 60%; }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(3) {
                      width: 25.3% !important;
                      min-width: 25.3% !important; }
                      @media (max-width: 1024px) {
                        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(3) {
                          width: 150px !important;
                          min-width: 150px !important; } }
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(3) input {
                        width: 60%; }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(4) {
                      width: 14% !important;
                      min-width: 14% !important; }
                      @media (max-width: 1024px) {
                        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(4) {
                          width: 100px !important;
                          min-width: 100px !important; } }
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(4) .alert {
                        border: 1px #e0241a solid !important; }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:last-child {
                      width: -webkit-fill-available; }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch {
                  width: 100%;
                  display: flex; }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item {
                    padding: 0 12px;
                    align-self: center; }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(1) {
                      width: 25.3% !important;
                      min-width: 25.3% !important; }
                      @media (max-width: 1024px) {
                        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(1) {
                          width: 150px !important;
                          min-width: 150px !important; } }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(2) {
                      width: 25.3% !important;
                      min-width: 25.3% !important; }
                      @media (max-width: 1024px) {
                        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(2) {
                          width: 150px !important;
                          min-width: 150px !important; } }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(3) {
                      width: 14% !important;
                      min-width: 14% !important; }
                      @media (max-width: 1024px) {
                        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(3) {
                          width: 100px !important;
                          min-width: 100px !important; } }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(4) {
                      width: 14% !important;
                      min-width: 14% !important; }
                      @media (max-width: 1024px) {
                        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(4) {
                          width: 100px !important;
                          min-width: 100px !important; } }
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(4) .alert {
                        border: 1px #e0241a solid !important; }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(5) {
                      width: 15% !important;
                      min-width: 15% !important; }
                      @media (max-width: 1024px) {
                        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(5) {
                          width: 100px !important;
                          min-width: 100px !important; } }
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(5) .alert {
                        border: 1px #e0241a solid !important; }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(6) {
                      width: 5% !important;
                      min-width: 5% !important; }
                      @media (max-width: 1024px) {
                        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(6) {
                          width: 25px !important;
                          min-width: 25px !important; } }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(7) {
                      width: 17.7% !important;
                      min-width: 17.7% !important; }
                      @media (max-width: 1024px) {
                        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(7) {
                          width: 100px !important;
                          min-width: 100px !important; } }
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .t-body-content .t-d-row:last-child {
              border-bottom: none !important; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table .t-body .add-rack {
          margin-top: 10px;
          padding-right: 20px; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content {
        display: flex; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item {
          font-size: 12px;
          color: #647176;
          padding: 8px 12px;
          background-color: #fafafb; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(1) {
            width: 18% !important;
            min-width: 18% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(1) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(2) {
            width: 15% !important;
            min-width: 15% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(2) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(3) {
            width: 15% !important;
            min-width: 15% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(3) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(4) {
            width: 15% !important;
            min-width: 15% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(4) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(5) {
            width: 10% !important;
            min-width: 10% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(5) {
                width: 100px !important;
                min-width: 100px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(6) {
            width: 10% !important;
            min-width: 10% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(6) {
                width: 100px !important;
                min-width: 100px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(7) {
            width: 10% !important;
            min-width: 10% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(7) {
                width: 100px !important;
                min-width: 100px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-header .t-header-content .t-h-item:nth-child(8) {
            width: -webkit-fill-available; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body {
        max-height: calc(100vh - 280px) !important;
        overflow-y: auto;
        padding-bottom: 20px; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body::-webkit-scrollbar-track {
          background-color: #ffffff !important; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body::-webkit-scrollbar {
          display: block;
          width: 4px;
          height: 4px;
          background-color: #ffffff !important; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body::-webkit-scrollbar-thumb {
          background-color: #90999d !important;
          border: 1px solid #90999d !important;
          border-radius: 12px !important; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row {
          width: 100%;
          display: flex;
          border-bottom: 1px solid #e5e5e5; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item {
            font-size: 14px;
            color: #0c2028;
            padding: 8px 12px; }
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item.locked {
              background-color: #ffe0e0 !important;
              color: #49302c !important;
              opacity: 0.8; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item.locked .ant-input {
                background: transparent !important;
                color: #49302c !important;
                border-color: #49302c !important; }
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(1) {
              width: 18% !important;
              min-width: 18% !important; }
              @media (max-width: 1024px) {
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(1) {
                  width: 150px !important;
                  min-width: 150px !important; } }
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
              width: 82% !important;
              min-width: 82% !important;
              padding: 8px 0 !important; }
              @media (max-width: 1024px) {
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
                  width: 100% !important;
                  min-width: 100% !important; } }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack {
                width: 100%;
                display: flex;
                margin-bottom: 4px !important; }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item {
                  padding: 0 12px;
                  align-self: center; }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(1) {
                    width: 18.3% !important;
                    min-width: 18.3% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(1) {
                        width: 150px !important;
                        min-width: 150px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(2) {
                    width: 18.3% !important;
                    min-width: 18.3% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(2) {
                        width: 150px !important;
                        min-width: 150px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(3) {
                    width: 18.3% !important;
                    min-width: 18.3% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(3) {
                        width: 150px !important;
                        min-width: 150px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(4) {
                    width: 12.2% !important;
                    min-width: 12.2% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(4) {
                        width: 100px !important;
                        min-width: 100px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(5) {
                    width: 12.2% !important;
                    min-width: 12.2% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(5) {
                        width: 100px !important;
                        min-width: 100px !important; } }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(5) .alert {
                      border: 1px #e0241a solid !important; }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(6) {
                    width: 12.2% !important;
                    min-width: 12.2% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(6) {
                        width: 100px !important;
                        min-width: 100px !important; } }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(6) .alert {
                      border: 1px #e0241a solid !important; }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(7) {
                    width: 5% !important;
                    min-width: 5% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(7) {
                        width: 25px !important;
                        min-width: 25px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(8) {
                    width: 17.7% !important;
                    min-width: 17.7% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(8) {
                        width: 100px !important;
                        min-width: 100px !important; } }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch {
                width: 100%;
                display: flex; }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item {
                  padding: 0 12px;
                  align-self: center; }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(1) {
                    width: 18.3% !important;
                    min-width: 18.3% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(1) {
                        width: 150px !important;
                        min-width: 150px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(2) {
                    width: 18.3% !important;
                    min-width: 18.3% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(2) {
                        width: 150px !important;
                        min-width: 150px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(3) {
                    width: 18.3% !important;
                    min-width: 18.3% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(3) {
                        width: 150px !important;
                        min-width: 150px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(4) {
                    width: 12.2% !important;
                    min-width: 12.2% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(4) {
                        width: 100px !important;
                        min-width: 100px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(5) {
                    width: 12.2% !important;
                    min-width: 12.2% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(5) {
                        width: 100px !important;
                        min-width: 100px !important; } }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(5) .alert {
                      border: 1px #e0241a solid !important; }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(6) {
                    width: 12.2% !important;
                    min-width: 12.2% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(6) {
                        width: 100px !important;
                        min-width: 100px !important; } }
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(6) .alert {
                      border: 1px #e0241a solid !important; }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(7) {
                    width: 5% !important;
                    min-width: 5% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(7) {
                        width: 25px !important;
                        min-width: 25px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(8) {
                    width: 17.7% !important;
                    min-width: 17.7% !important; }
                    @media (max-width: 1024px) {
                      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(8) {
                        width: 100px !important;
                        min-width: 100px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .t-body-content .t-d-row:last-child {
            border-bottom: none !important; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .rack-table.with-batch .t-body .add-rack {
          margin-top: 10px;
          padding-right: 20px; }
    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content {
      display: flex;
      background-color: #fafafb; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item {
        font-size: 12px;
        color: #647176;
        padding: 8px 12px;
        background-color: #fafafb; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item:nth-child(1) {
          width: 20% !important;
          min-width: 20% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item:nth-child(1) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item:nth-child(2) {
          width: 20% !important;
          min-width: 20% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item:nth-child(2) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item:nth-child(3) {
          width: 20% !important;
          min-width: 20% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item:nth-child(3) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item:nth-child(4) {
          width: 15% !important;
          min-width: 15% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item:nth-child(4) {
              width: 100px !important;
              min-width: 100px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item:nth-child(5) {
          width: 15% !important;
          min-width: 15% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item:nth-child(5) {
              width: 100px !important;
              min-width: 100px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-header .t-header-content .t-h-item:nth-child(6) {
          width: -webkit-fill-available; }
    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body {
      max-height: calc(100vh - 280px) !important;
      overflow-y: auto;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body::-webkit-scrollbar-track {
        background-color: #ffffff !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body::-webkit-scrollbar {
        display: block;
        width: 4px;
        height: 4px;
        background-color: #ffffff !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body::-webkit-scrollbar-thumb {
        background-color: #90999d !important;
        border: 1px solid #90999d !important;
        border-radius: 12px !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #e5e5e5; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item {
          font-size: 14px;
          color: #0c2028;
          padding: 8px 12px; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
            width: 100% !important;
            min-width: 100% !important;
            padding: 8px 0 !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
                width: 100% !important;
                min-width: 100% !important; } }
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack {
              width: 100%;
              display: flex;
              margin-bottom: 4px !important; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item {
                padding: 0 12px;
                align-self: center; }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(1) {
                  width: 20% !important;
                  min-width: 20% !important; }
                  @media (max-width: 1024px) {
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(1) {
                      width: 150px !important;
                      min-width: 150px !important; } }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(2) {
                  width: 20% !important;
                  min-width: 20% !important; }
                  @media (max-width: 1024px) {
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(2) {
                      width: 150px !important;
                      min-width: 150px !important; } }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(3) {
                  width: 20% !important;
                  min-width: 20% !important; }
                  @media (max-width: 1024px) {
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(3) {
                      width: 100px !important;
                      min-width: 100px !important; } }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(4) {
                  width: 15% !important;
                  min-width: 15% !important; }
                  @media (max-width: 1024px) {
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(4) {
                      width: 100px !important;
                      min-width: 100px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(4) .alert {
                    border: 1px #e0241a solid !important; }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(5) {
                  width: 15% !important;
                  min-width: 15% !important; }
                  @media (max-width: 1024px) {
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(5) {
                      width: 100px !important;
                      min-width: 100px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(5) .alert {
                    border: 1px #e0241a solid !important; }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-rack .t-d-batch-item:nth-child(6) {
                  width: -webkit-fill-available; }
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch {
              width: 100%;
              display: flex; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item {
                padding: 0 12px;
                align-self: center; }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(1) {
                  width: 20% !important;
                  min-width: 20% !important; }
                  @media (max-width: 1024px) {
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(1) {
                      width: 150px !important;
                      min-width: 150px !important; } }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(2) {
                  width: 20% !important;
                  min-width: 20% !important; }
                  @media (max-width: 1024px) {
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(2) {
                      width: 150px !important;
                      min-width: 150px !important; } }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(3) {
                  width: 20% !important;
                  min-width: 20% !important; }
                  @media (max-width: 1024px) {
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(3) {
                      width: 100px !important;
                      min-width: 100px !important; } }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(4) {
                  width: 15% !important;
                  min-width: 15% !important; }
                  @media (max-width: 1024px) {
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(4) {
                      width: 100px !important;
                      min-width: 100px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(4) .alert {
                    border: 1px #e0241a solid !important; }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(5) {
                  width: 15% !important;
                  min-width: 15% !important; }
                  @media (max-width: 1024px) {
                    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(5) {
                      width: 100px !important;
                      min-width: 100px !important; } }
                  .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(5) .alert {
                    border: 1px #e0241a solid !important; }
                .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .t-d-batch .t-d-batch-item:nth-child(6) {
                  width: -webkit-fill-available; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .t-body-content .t-d-row:last-child {
          border-bottom: none !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .batch-table .t-body .add-rack {
        margin-top: 10px;
        padding-right: 20px; }
    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-header .t-header-content {
      display: flex; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-header .t-header-content .t-h-item {
        font-size: 12px;
        color: #647176;
        padding: 12px 12px 2px;
        background-color: #f6f6f6; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-header .t-header-content .t-h-item:last-child {
          border-radius: 0 8px 0 0 !important; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-header .t-header-content .t-h-item:nth-child(1) {
          width: 20% !important;
          min-width: 20% !important;
          border-radius: 8px 0 0 0 !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-header .t-header-content .t-h-item:nth-child(1) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-header .t-header-content .t-h-item:nth-child(2) {
          width: 20% !important;
          min-width: 20% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-header .t-header-content .t-h-item:nth-child(2) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-header .t-header-content .t-h-item:last-child {
          width: -webkit-fill-available; }
    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body {
      max-height: calc(100vh - 280px) !important;
      overflow-y: auto;
      margin-bottom: 20px; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body::-webkit-scrollbar-track {
        background-color: #ffffff !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body::-webkit-scrollbar {
        display: block;
        width: 4px;
        height: 4px;
        background-color: #ffffff !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body::-webkit-scrollbar-thumb {
        background-color: #90999d !important;
        border: 1px solid #90999d !important;
        border-radius: 12px !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body .t-body-content .t-d-row {
        width: 100%;
        display: flex; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body .t-body-content .t-d-row .t-d-item {
          font-size: 14px;
          color: #0c2028;
          padding: 0 12px 12px;
          background-color: #f6f6f6; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body .t-body-content .t-d-row .t-d-item:last-child {
            border-radius: 0 0 8px 0 !important; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(1) {
            width: 20% !important;
            min-width: 20% !important;
            padding-right: 0 !important;
            border-radius: 0 0 0 8px !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(1) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
            width: 20% !important;
            min-width: 20% !important;
            padding-right: 0 !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch .t-body .t-body-content .t-d-row .t-d-item:last-child {
            width: -webkit-fill-available; }
    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content {
      display: flex; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item {
        font-size: 12px;
        color: #647176;
        padding: 12px 12px 2px;
        background-color: #f6f6f6; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item:nth-child(1) {
          width: 18% !important;
          min-width: 18% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item:nth-child(1) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item:nth-child(2) {
          width: 15% !important;
          min-width: 15% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item:nth-child(2) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item:nth-child(3) {
          width: 20% !important;
          min-width: 20% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item:nth-child(3) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item:nth-child(4) {
          width: 20% !important;
          min-width: 20% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item:nth-child(4) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item:nth-child(5) {
          width: 11.5% !important;
          min-width: 11.5% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item:nth-child(5) {
              width: 100px !important;
              min-width: 100px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-header .t-header-content .t-h-item:nth-child(6) {
          width: -webkit-fill-available; }
    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body {
      max-height: calc(100vh - 280px) !important;
      overflow-y: auto;
      margin-bottom: 20px; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body::-webkit-scrollbar-track {
        background-color: #ffffff !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body::-webkit-scrollbar {
        display: block;
        width: 4px;
        height: 4px;
        background-color: #ffffff !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body::-webkit-scrollbar-thumb {
        background-color: #90999d !important;
        border: 1px solid #90999d !important;
        border-radius: 12px !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row {
        width: 100%;
        display: flex; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item {
          font-size: 14px;
          color: #0c2028;
          padding: 0 12px 12px;
          background-color: #f6f6f6; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(1) {
            width: 18% !important;
            min-width: 18% !important;
            padding-right: 0 !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(1) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
            width: 15% !important;
            min-width: 15% !important;
            padding-right: 0 !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(3) {
            width: 20% !important;
            min-width: 20% !important;
            padding-right: 0 !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(3) {
                width: 150px !important;
                min-width: 150px !important; } }
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(3) .ant-picker {
              width: 100%;
              height: 33px; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(3) .ant-picker .ant-picker-input input {
                color: #0c2028 !important; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(3) .ant-picker .feather-calendar {
                color: #90999d !important;
                font-size: 20px !important; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(4) {
            width: 20% !important;
            min-width: 20% !important;
            padding-right: 0 !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(4) {
                width: 150px !important;
                min-width: 150px !important; } }
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(4) .ant-picker {
              width: 100%;
              height: 33px; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(4) .ant-picker .ant-picker-input input {
                color: #0c2028 !important; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(4) .ant-picker .feather-calendar {
                color: #90999d !important;
                font-size: 20px !important; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(5) {
            width: 11.5% !important;
            min-width: 11.5% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(5) {
                width: 100px !important;
                min-width: 100px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch.with-batch .t-body .t-body-content .t-d-row .t-d-item:nth-child(6) {
            width: -webkit-fill-available; }
    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-header .t-header-content {
      display: flex; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-header .t-header-content .t-h-item {
        font-size: 12px;
        color: #647176;
        padding: 12px 12px 2px;
        background-color: #f6f6f6; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-header .t-header-content .t-h-item:nth-child(1) {
          width: 25% !important;
          min-width: 25% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-header .t-header-content .t-h-item:nth-child(1) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-header .t-header-content .t-h-item:nth-child(2) {
          width: 25% !important;
          min-width: 25% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-header .t-header-content .t-h-item:nth-child(2) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-header .t-header-content .t-h-item:nth-child(3) {
          width: 25% !important;
          min-width: 25% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-header .t-header-content .t-h-item:nth-child(3) {
              width: 150px !important;
              min-width: 150px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-header .t-header-content .t-h-item:nth-child(4) {
          width: 15% !important;
          min-width: 15% !important; }
          @media (max-width: 1024px) {
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-header .t-header-content .t-h-item:nth-child(4) {
              width: 100px !important;
              min-width: 100px !important; } }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-header .t-header-content .t-h-item:nth-child(5) {
          width: -webkit-fill-available; }
    .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body {
      max-height: calc(100vh - 280px) !important;
      overflow-y: auto;
      margin-bottom: 20px; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body::-webkit-scrollbar-track {
        background-color: #ffffff !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body::-webkit-scrollbar {
        display: block;
        width: 4px;
        height: 4px;
        background-color: #ffffff !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body::-webkit-scrollbar-thumb {
        background-color: #90999d !important;
        border: 1px solid #90999d !important;
        border-radius: 12px !important; }
      .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row {
        width: 100%;
        display: flex; }
        .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item {
          font-size: 14px;
          color: #0c2028;
          padding: 0 12px 12px;
          background-color: #f6f6f6; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(1) {
            width: 25% !important;
            min-width: 25% !important;
            padding-right: 0 !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(1) {
                width: 150px !important;
                min-width: 150px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
            width: 25% !important;
            min-width: 25% !important;
            padding-right: 0 !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
                width: 150px !important;
                min-width: 150px !important; } }
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .ant-picker {
              width: 100%;
              height: 33px; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .ant-picker .ant-picker-input input {
                color: #0c2028 !important; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) .ant-picker .feather-calendar {
                color: #90999d !important;
                font-size: 20px !important; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(3) {
            width: 25% !important;
            min-width: 25% !important;
            padding-right: 0 !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(3) {
                width: 150px !important;
                min-width: 150px !important; } }
            .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(3) .ant-picker {
              width: 100%;
              height: 33px; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(3) .ant-picker .ant-picker-input input {
                color: #0c2028 !important; }
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(3) .ant-picker .feather-calendar {
                color: #90999d !important;
                font-size: 20px !important; }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(4) {
            width: 15% !important;
            min-width: 15% !important; }
            @media (max-width: 1024px) {
              .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(4) {
                width: 100px !important;
                min-width: 100px !important; } }
          .un-modal.rack-info-modal .ant-modal-body .col-md-12.col-12 .add-batch-onlyBatch .t-body .t-body-content .t-d-row .t-d-item:nth-child(5) {
            width: -webkit-fill-available; }
    .un-modal.rack-info-modal .ant-modal-body .ant-list-item {
      padding: 0 !important; }
    .un-modal.rack-info-modal .ant-modal-body .item-table table tbody tr td {
      vertical-align: top !important; }
    .un-modal.rack-info-modal .ant-modal-body .item-table .ant-table-tbody > tr > td {
      border-bottom: none !important;
      padding: 8px 12px 0 !important; }
      .un-modal.rack-info-modal .ant-modal-body .item-table .ant-table-tbody > tr > td .un-table-cell .body {
        line-height: 33px; }
    .un-modal.rack-info-modal .ant-modal-body .item-table .ant-table-tbody > tr:hover > td {
      background: none !important; }
    .un-modal.rack-info-modal .ant-modal-body .item-table .ant-table table {
      border: none !important;
      box-shadow: none !important; }
    .un-modal.rack-info-modal .ant-modal-body .item-table table thead {
      background-color: #fafafb !important; }
    .un-modal.rack-info-modal .ant-modal-body .item-table .ant-table-thead th {
      background: #fafafb 0% 0% no-repeat padding-box !important;
      font-size: 12px !important;
      color: #647176 !important;
      padding-top: 9px !important;
      padding-bottom: 9px !important; }
    .un-modal.rack-info-modal .ant-modal-body .item-table .ant-table-thead > tr > th {
      border-bottom: none !important; }
    .un-modal.rack-info-modal .ant-modal-body .item-table .ant-select {
      width: 100%; }
    .un-modal.rack-info-modal .ant-modal-body .item-table .blue-capsule-btn {
      width: 94% !important;
      margin: 0 12px; }
  @media (min-width: 1025px) {
    .un-modal.distribute-quantity-modal.large-size {
      width: 1098px !important; } }
  @media (max-width: 1024px) {
    .un-modal.distribute-quantity-modal.large-size {
      width: 100% !important; } }
  .un-modal.distribute-quantity-modal .ant-modal-body {
    max-height: calc(100vh - 100px) !important;
    height: 100%; }
    .un-modal.distribute-quantity-modal .ant-modal-body .ant-list-item {
      padding: 0 !important; }
    .un-modal.distribute-quantity-modal .ant-modal-body .quantity-change {
      width: 250px !important; }
      .un-modal.distribute-quantity-modal .ant-modal-body .quantity-change .qc-item {
        width: 100%;
        display: flex;
        margin-bottom: 4px; }
        .un-modal.distribute-quantity-modal .ant-modal-body .quantity-change .qc-item .qc-label {
          color: #647176;
          width: 70%; }
        .un-modal.distribute-quantity-modal .ant-modal-body .quantity-change .qc-item .qc-value {
          color: #0c2028;
          width: 30%; }
    .un-modal.distribute-quantity-modal .ant-modal-body .border-right {
      border-right: 1px solid #e5e5e5; }
    .un-modal.distribute-quantity-modal .ant-modal-body .row {
      align-items: flex-start; }
      .un-modal.distribute-quantity-modal .ant-modal-body .row .col-md-8.col-12.border-right {
        padding-right: 20px !important; }
      .un-modal.distribute-quantity-modal .ant-modal-body .row .col-md-4.col-12 {
        padding-left: 20px !important; }
    .un-modal.distribute-quantity-modal .ant-modal-body .rack-table {
      width: 100%;
      margin-bottom: 20px; }
      .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-header .t-header-content {
        display: flex;
        background-color: #fafafb; }
        .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-header .t-header-content .t-h-item {
          font-size: 12px;
          color: #647176;
          padding: 8px 12px;
          background-color: #fafafb;
          width: 16% !important;
          min-width: 16% !important; }
          @media (max-width: 1024px) {
            .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-header .t-header-content .t-h-item {
              width: 150px !important;
              min-width: 150px !important; } }
          .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-header .t-header-content .t-h-item:first-child {
            width: 19% !important;
            min-width: 19% !important; }
          .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-header .t-header-content .t-h-item:nth-child(2) {
            width: 19% !important;
            min-width: 19% !important; }
          .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-header .t-header-content .t-h-item:nth-child(5) {
            width: 18% !important;
            min-width: 18% !important; }
          .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-header .t-header-content .t-h-item:last-child {
            width: 10% !important;
            min-width: 10% !important; }
      .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body {
        overflow-y: auto; }
        .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body::-webkit-scrollbar-track {
          background-color: #ffffff !important; }
        .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body::-webkit-scrollbar {
          display: block;
          width: 4px;
          height: 4px;
          background-color: #ffffff !important; }
        .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body::-webkit-scrollbar-thumb {
          background-color: #90999d !important;
          border: 1px solid #90999d !important;
          border-radius: 12px !important; }
        .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body .t-body-content {
          border-bottom: 1px solid #e5e5e5; }
          .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body .t-body-content .t-d-row {
            width: 100%;
            display: flex;
            border-bottom: 1px solid #e5e5e5; }
            .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body .t-body-content .t-d-row .t-d-item {
              font-size: 14px;
              color: #0c2028;
              padding: 8px 12px;
              width: 16% !important;
              min-width: 16% !important; }
              @media (max-width: 1024px) {
                .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body .t-body-content .t-d-row .t-d-item {
                  width: 150px !important;
                  min-width: 150px !important; } }
              .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body .t-body-content .t-d-row .t-d-item:first-child {
                width: 19% !important;
                min-width: 19% !important; }
              .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(2) {
                width: 19% !important;
                min-width: 19% !important; }
              .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body .t-body-content .t-d-row .t-d-item:nth-child(5) {
                width: 18% !important;
                min-width: 18% !important; }
              .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body .t-body-content .t-d-row .t-d-item:last-child {
                width: 10% !important;
                min-width: 10% !important; }
            .un-modal.distribute-quantity-modal .ant-modal-body .rack-table .t-body .t-body-content .t-d-row:last-child {
              border-bottom: none !important; }
    .un-modal.distribute-quantity-modal .ant-modal-body .units-table {
      width: 100%;
      margin-bottom: 20px; }
      .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-header .t-header-content {
        display: flex;
        background-color: #fafafb; }
        .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-header .t-header-content .t-h-item {
          font-size: 12px;
          color: #647176;
          padding: 8px 12px;
          background-color: #fafafb;
          width: 30% !important;
          min-width: 30% !important; }
          @media (max-width: 1024px) {
            .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-header .t-header-content .t-h-item {
              width: 150px !important;
              min-width: 150px !important; } }
          .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-header .t-header-content .t-h-item:last-child {
            width: 39% !important;
            min-width: 39% !important; }
      .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-body {
        overflow-y: auto; }
        .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-body::-webkit-scrollbar-track {
          background-color: #ffffff !important; }
        .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-body::-webkit-scrollbar {
          display: block;
          width: 4px;
          height: 4px;
          background-color: #ffffff !important; }
        .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-body::-webkit-scrollbar-thumb {
          background-color: #90999d !important;
          border: 1px solid #90999d !important;
          border-radius: 12px !important; }
        .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-body .t-body-content {
          border-bottom: 1px solid #e5e5e5; }
          .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-body .t-body-content .t-d-row {
            width: 100%;
            display: flex;
            border-bottom: 1px solid #e5e5e5; }
            .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-body .t-body-content .t-d-row .t-d-item {
              font-size: 14px;
              color: #0c2028;
              padding: 8px 12px;
              width: 30% !important;
              min-width: 30% !important; }
              @media (max-width: 1024px) {
                .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-body .t-body-content .t-d-row .t-d-item {
                  width: 150px !important;
                  min-width: 150px !important; } }
              .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-body .t-body-content .t-d-row .t-d-item:last-child {
                width: 39% !important;
                min-width: 39% !important; }
            .un-modal.distribute-quantity-modal .ant-modal-body .units-table .t-body .t-body-content .t-d-row:last-child {
              border-bottom: none !important; }
    .un-modal.distribute-quantity-modal .ant-modal-body .add-rack {
      padding: 12px 0 0;
      background-color: #f6f6f6;
      border-radius: 8px; }
      .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .heading {
        padding-left: 12px; }
      .un-modal.distribute-quantity-modal .ant-modal-body .add-rack.no-batch .t-header .t-header-content .t-h-item {
        width: 25% !important;
        min-width: 25% !important; }
        @media (max-width: 1024px) {
          .un-modal.distribute-quantity-modal .ant-modal-body .add-rack.no-batch .t-header .t-header-content .t-h-item {
            width: 150px !important;
            min-width: 150px !important; } }
        .un-modal.distribute-quantity-modal .ant-modal-body .add-rack.no-batch .t-header .t-header-content .t-h-item:last-child {
          width: unset !important;
          min-width: unset !important; }
      .un-modal.distribute-quantity-modal .ant-modal-body .add-rack.no-batch .t-body .t-body-content .t-d-row .t-d-item {
        width: 25% !important;
        min-width: 25% !important; }
        @media (max-width: 1024px) {
          .un-modal.distribute-quantity-modal .ant-modal-body .add-rack.no-batch .t-body .t-body-content .t-d-row .t-d-item {
            width: 150px !important;
            min-width: 150px !important; } }
        .un-modal.distribute-quantity-modal .ant-modal-body .add-rack.no-batch .t-body .t-body-content .t-d-row .t-d-item:last-child {
          width: unset !important;
          min-width: unset !important; }
      .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-header .t-header-content {
        display: flex; }
        .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-header .t-header-content .t-h-item {
          font-size: 12px;
          color: #647176;
          padding: 12px 12px 2px;
          width: 18% !important;
          min-width: 18% !important; }
          @media (max-width: 1024px) {
            .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-header .t-header-content .t-h-item {
              width: 150px !important;
              min-width: 150px !important; } }
          .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-header .t-header-content .t-h-item:last-child {
            width: unset !important;
            min-width: unset !important; }
      .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-body {
        max-height: calc(100vh - 280px) !important;
        overflow-y: auto; }
        .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-body::-webkit-scrollbar-track {
          background-color: #ffffff !important; }
        .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-body::-webkit-scrollbar {
          display: block;
          width: 4px;
          height: 4px;
          background-color: #ffffff !important; }
        .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-body::-webkit-scrollbar-thumb {
          background-color: #90999d !important;
          border: 1px solid #90999d !important;
          border-radius: 12px !important; }
        .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-body .t-body-content .t-d-row {
          width: 100%;
          display: flex; }
          .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-body .t-body-content .t-d-row .t-d-item {
            font-size: 14px;
            color: #0c2028;
            padding: 0 12px 12px;
            width: 18% !important;
            min-width: 18% !important; }
            @media (max-width: 1024px) {
              .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-body .t-body-content .t-d-row .t-d-item {
                width: 150px !important;
                min-width: 150px !important; } }
            .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-body .t-body-content .t-d-row .t-d-item:last-child {
              width: unset !important;
              min-width: unset !important; }
            .un-modal.distribute-quantity-modal .ant-modal-body .add-rack .t-body .t-body-content .t-d-row .t-d-item .ant-picker {
              width: 100%; }
  .un-modal.zalora-api-auth-modal .ant-modal-body .marketplace-channel-icon {
    display: inline-flex !important;
    font-size: 14px !important;
    color: #0c2028 !important;
    line-height: 20px !important; }
    .un-modal.zalora-api-auth-modal .ant-modal-body .marketplace-channel-icon .channel-with-name {
      display: inline-flex;
      margin-right: 8px !important; }
      .un-modal.zalora-api-auth-modal .ant-modal-body .marketplace-channel-icon .channel-with-name img {
        width: 20px !important;
        height: 20px !important;
        border-radius: 3px;
        margin-right: 8px; }
  .un-modal.zalora-api-auth-modal .ant-modal-body .plain-btn span {
    font-size: 12px !important;
    color: #007ce0 !important;
    line-height: 14px !important;
    text-decoration: underline;
    text-transform: lowercase !important; }
  @media (max-width: 768px) {
    .un-modal.addressModelEdit .ant-modal-body .ant-form-item, .un-modal.addressModelAdd .ant-modal-body .ant-form-item {
      flex-direction: unset !important; } }
  .un-modal.voucher-tnc-modal .ant-modal-body {
    font-size: 16px;
    color: #0c2028; }
    .un-modal.voucher-tnc-modal .ant-modal-body .voucher-size {
      width: 328px;
      margin: 0 auto 29px; }
      .un-modal.voucher-tnc-modal .ant-modal-body .voucher-size .plain-btn {
        color: #90999d !important;
        cursor: text; }
    .un-modal.voucher-tnc-modal .ant-modal-body .tnc-details {
      font-size: 14px;
      color: #0c2028;
      margin-bottom: 12px;
      margin-left: 12px; }
      .un-modal.voucher-tnc-modal .ant-modal-body .tnc-details ul {
        padding-left: 21px; }
        .un-modal.voucher-tnc-modal .ant-modal-body .tnc-details ul li {
          line-height: 16px;
          margin-bottom: 8px; }
    .un-modal.voucher-tnc-modal .ant-modal-body .voucher-more_description {
      padding-left: 21px; }
      .un-modal.voucher-tnc-modal .ant-modal-body .voucher-more_description .voucher-description-content {
        font-size: 14px;
        color: #0c2028;
        white-space: pre-wrap; }
  .un-modal.qr-modal {
    width: 400px !important; }
    .un-modal.qr-modal .ant-modal-body {
      color: #0c2028 !important;
      padding: 20px 24px !important; }
      .un-modal.qr-modal .ant-modal-body .qr-container {
        width: 184px !important;
        height: 184px !important;
        margin: 0 auto 20px; }
        .un-modal.qr-modal .ant-modal-body .qr-container img {
          width: 100% !important;
          height: 100% !important;
          object-fit: contain; }
      .un-modal.qr-modal .ant-modal-body .member-id {
        font-size: 14px;
        color: #0c2028 !important;
        text-align: center !important; }
    .un-modal.qr-modal .ant-modal-close {
      display: none !important; }
  .un-modal.un-select-page .ant-modal-body .ant-tree {
    margin-left: -10px !important; }
    .un-modal.un-select-page .ant-modal-body .ant-tree .ant-tree-treenode {
      padding: 0 0 8px 0 !important; }
      .un-modal.un-select-page .ant-modal-body .ant-tree .ant-tree-treenode:first-child {
        margin-left: 24px !important; }
      .un-modal.un-select-page .ant-modal-body .ant-tree .ant-tree-treenode .ant-tree-switcher {
        display: none !important; }
      .un-modal.un-select-page .ant-modal-body .ant-tree .ant-tree-treenode .ant-tree-checkbox {
        margin: 2px 8px 0 0;
        width: 18px !important;
        height: 18px !important; }
        .un-modal.un-select-page .ant-modal-body .ant-tree .ant-tree-treenode .ant-tree-checkbox .ant-tree-checkbox-inner {
          border-radius: 4px !important;
          width: 18px !important;
          height: 18px !important;
          left: 3px !important; }
        .un-modal.un-select-page .ant-modal-body .ant-tree .ant-tree-treenode .ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
          background-color: #5acc5a !important;
          border-color: #5acc5a !important; }
        .un-modal.un-select-page .ant-modal-body .ant-tree .ant-tree-treenode .ant-tree-checkbox.ant-tree-checkbox-checked::after {
          left: 3px !important;
          border-color: #5acc5a !important;
          border-top-color: #5acc5a !important;
          border-right-color: #5acc5a !important;
          border-bottom-color: #5acc5a !important;
          border-left-color: #5acc5a !important; }
        .un-modal.un-select-page .ant-modal-body .ant-tree .ant-tree-treenode .ant-tree-checkbox.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
          background-color: #5acc5a !important; }
      .un-modal.un-select-page .ant-modal-body .ant-tree .ant-tree-treenode .ant-tree-title {
        font-size: 14px !important;
        color: #0c2028 !important; }
  .un-modal.custom-subscription-modal {
    width: 840px !important;
    height: 646px !important; }
    .un-modal.custom-subscription-modal .ant-modal-close,
    .un-modal.custom-subscription-modal .ant-modal-close:hover {
      left: unset !important;
      right: 0; }
    .un-modal.custom-subscription-modal .ant-modal-body {
      padding: 0 !important;
      height: 646px !important;
      max-height: 646px !important; }
      .un-modal.custom-subscription-modal .ant-modal-body .container {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 0 !important;
        position: relative; }
        .un-modal.custom-subscription-modal .ant-modal-body .container .close-button {
          position: absolute;
          top: 16px;
          right: 16px;
          width: 32px;
          height: 32px;
          background-color: #f5f5f5;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          z-index: 10;
          transition: background-color 0.2s ease; }
          .un-modal.custom-subscription-modal .ant-modal-body .container .close-button:hover {
            background-color: #e8e8e8; }
          .un-modal.custom-subscription-modal .ant-modal-body .container .close-button i {
            font-size: 16px;
            color: #666;
            line-height: 1; }
        @media (max-width: 1024px) {
          .un-modal.custom-subscription-modal .ant-modal-body .container {
            display: block; } }
        .un-modal.custom-subscription-modal .ant-modal-body .container .left-section {
          width: 505px !important;
          min-width: 505px !important;
          padding: 20px 24px 40px;
          position: relative; }
          @media (max-width: 1024px) {
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section {
              width: 100% !important;
              min-width: 100% !important;
              padding: 20px 24px; } }
          @media (max-width: 1024px) {
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .heading-medium {
              text-align: center; } }
          .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .primary-btn {
            width: calc(100% - 48px) !important;
            position: absolute;
            bottom: 20px; }
            @media (max-width: 1024px) {
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .primary-btn {
                width: 100% !important;
                position: relative;
                bottom: unset; } }
          .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .app-image {
            margin-bottom: 8px; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .app-image img {
              width: 100%;
              height: auto;
              object-fit: contain;
              border-radius: 12px; }
          .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .app-name {
            margin-bottom: 4px; }
          .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .app-description {
            margin-bottom: 20px; }
          .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .package-info {
            margin-bottom: 20px; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .package-info ul {
              padding-inline-start: 20px !important; }
          .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card {
            position: relative;
            cursor: pointer;
            width: 100%;
            background-color: #f6f6f6 !important;
            border: 2px solid #f6f6f6 !important;
            border-radius: 12px;
            text-align: center;
            margin-bottom: 16px !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card:hover, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card.selected {
              border: 2px solid #5acc5a !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card:hover .ant-card-body .primary-btn,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card:hover .ant-card-body .primary-btn:hover,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card:hover .ant-card-body .primary-btn:focus, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card.selected .ant-card-body .primary-btn,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card.selected .ant-card-body .primary-btn:hover,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card.selected .ant-card-body .primary-btn:focus {
                background-color: #11aa4f !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card.placeholder, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card.placeholder:hover {
              cursor: auto;
              border: 1px solid #e5e5e5 !important;
              align-content: center; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card.placeholder .ant-card-body .card-text, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card.placeholder:hover .ant-card-body .card-text {
                font-size: 14px;
                line-height: 21px;
                color: #647176; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body {
              position: relative;
              padding: 10px; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .card-img {
                height: 73px !important;
                width: auto;
                margin-bottom: 4px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .card-img img {
                  height: 100%;
                  width: 100%;
                  object-fit: contain; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .card-name {
                font-size: 16px;
                line-height: 22px;
                font-weight: bold;
                color: #0c2028;
                margin-bottom: 4px;
                text-transform: lowercase !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .card-description {
                font-size: 11px;
                line-height: 12px;
                color: #647176;
                margin-bottom: 4px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .card-description .card-description-btn {
                  border: 1px solid #d4d4d4;
                  border-radius: 8px;
                  padding: 1px 6px;
                  width: fit-content;
                  margin: 0 auto;
                  line-height: 13px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .card-description .strikethrough {
                  height: 20px;
                  align-content: flex-end;
                  text-decoration: line-through; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .card-price {
                font-weight: bold;
                font-size: 16px;
                color: #0c2028;
                margin-bottom: 4px; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .primary-btn,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .primary-btn:hover,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .primary-btn:focus {
                height: 29px !important;
                width: 100% !important;
                font-size: 14px !important;
                line-height: 21px !important;
                border-radius: 40px !important;
                padding: 0 !important;
                margin-bottom: 4px !important;
                position: relative !important;
                bottom: unset !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .card-remark {
                position: relative;
                font-size: 11px;
                line-height: 12px;
                color: #647176;
                margin-bottom: 4px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .card-remark .discount-badge {
                  position: absolute;
                  width: 35px;
                  height: 35px;
                  border-radius: 50% !important;
                  padding: 6px 0 !important;
                  background-color: #e0241a;
                  color: #ffffff !important;
                  font-size: 12px;
                  line-height: 13px;
                  right: -6px;
                  top: -60px;
                  transform: rotate(16deg);
                  align-content: center;
                  text-align: center; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .extra-badge {
                position: absolute;
                top: -12px;
                left: -12px;
                height: 45px;
                width: 60px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card .ant-card-body .extra-badge img {
                  height: 100%;
                  width: 100%;
                  object-fit: contain; }
          .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2 {
            position: relative;
            cursor: pointer;
            width: 100%;
            background-color: #f6f6f6 !important;
            border: 2px solid #f6f6f6 !important;
            border-radius: 12px;
            margin-bottom: 16px !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2:hover, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2.selected {
              border: 2px solid #5acc5a !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2:hover .ant-card-body .primary-btn,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2:hover .ant-card-body .primary-btn:hover,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2:hover .ant-card-body .primary-btn:focus, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2.selected .ant-card-body .primary-btn,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2.selected .ant-card-body .primary-btn:hover,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2.selected .ant-card-body .primary-btn:focus {
                background-color: #11aa4f !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2:hover .ant-card-body .card-name .ant-radio-wrapper .ant-radio-inner, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2.selected .ant-card-body .card-name .ant-radio-wrapper .ant-radio-inner {
                border-color: #5acc5a !important;
                width: 18px;
                height: 18px;
                border-width: 2px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2:hover .ant-card-body .card-name .ant-radio-wrapper .ant-radio-inner::after, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2.selected .ant-card-body .card-name .ant-radio-wrapper .ant-radio-inner::after {
                  background-color: #5acc5a !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2 .ant-card-body {
              padding: 12px; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2 .ant-card-body .card-name {
                width: 100%;
                display: flex;
                justify-content: space-between;
                font-size: 14px;
                line-height: 27px;
                font-weight: bold;
                color: #0c2028;
                margin-bottom: 4px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2 .ant-card-body .card-name .ant-radio-wrapper {
                  margin-right: 0 !important; }
                  .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2 .ant-card-body .card-name .ant-radio-wrapper .ant-radio-inner {
                    width: 18px;
                    height: 18px;
                    border-width: 2px; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2 .ant-card-body .card-badge {
                height: 17px !important;
                margin-bottom: 8px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2 .ant-card-body .card-badge .discount-badge {
                  width: fit-content;
                  height: fit-content;
                  padding: 2px 8px !important;
                  background-color: #e0241a;
                  color: #ffffff !important;
                  font-size: 11px;
                  line-height: 13px;
                  border-radius: 40px; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2 .ant-card-body .card-description {
                display: flex;
                align-items: center;
                margin-bottom: 4px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2 .ant-card-body .card-description .strikethrough {
                  text-decoration: line-through; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-2 .ant-card-body .card-remark {
                margin-bottom: 4px; }
          .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3 {
            position: relative;
            cursor: pointer;
            width: 100%;
            background-color: #f6f6f6 !important;
            border: 2px solid #f6f6f6 !important;
            border-radius: 12px;
            margin-bottom: 16px !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3:hover, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3.selected {
              border: 2px solid #5acc5a !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3:hover .ant-card-body .primary-btn,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3:hover .ant-card-body .primary-btn:hover,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3:hover .ant-card-body .primary-btn:focus, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3.selected .ant-card-body .primary-btn,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3.selected .ant-card-body .primary-btn:hover,
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3.selected .ant-card-body .primary-btn:focus {
                background-color: #11aa4f !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3:hover .ant-card-body .card-name .ant-radio-wrapper .ant-radio-inner, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3.selected .ant-card-body .card-name .ant-radio-wrapper .ant-radio-inner {
                border-color: #5acc5a !important;
                width: 18px;
                height: 18px;
                border-width: 2px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3:hover .ant-card-body .card-name .ant-radio-wrapper .ant-radio-inner::after, .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3.selected .ant-card-body .card-name .ant-radio-wrapper .ant-radio-inner::after {
                  background-color: #5acc5a !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3 .ant-card-body {
              padding: 12px; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3 .ant-card-body .card-name {
                width: 100%;
                display: flex;
                justify-content: space-between;
                font-size: 14px;
                line-height: 27px;
                font-weight: bold;
                color: #0c2028;
                margin-bottom: 4px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3 .ant-card-body .card-name .ant-radio-wrapper {
                  margin-right: 0 !important; }
                  .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3 .ant-card-body .card-name .ant-radio-wrapper .ant-radio-inner {
                    width: 18px;
                    height: 18px;
                    border-width: 2px; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3 .ant-card-body .card-badge {
                height: 17px !important;
                margin-top: 4px;
                margin-left: 8px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3 .ant-card-body .card-badge .discount-badge {
                  width: fit-content;
                  height: fit-content;
                  padding: 2px 8px !important;
                  background-color: #e0241a;
                  color: #ffffff !important;
                  font-size: 11px;
                  font-weight: normal;
                  line-height: 13px;
                  border-radius: 40px; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3 .ant-card-body .card-description {
                display: flex;
                align-items: center;
                margin-bottom: 8px; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3 .ant-card-body .card-description .strikethrough {
                  text-decoration: line-through; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .subscription-card-3 .ant-card-body .card-remark {
                margin-bottom: 4px; }
          .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table {
            overflow-x: auto; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
              padding: 10px 12px !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td .strikethrough {
                text-decoration: line-through; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td .status-tag.discount {
                background-color: #e0241a;
                color: #ffffff;
                border-radius: 12px !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td .feather-info {
                font-size: 16px !important;
                color: #90999d !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td .quantity-cell .ant-input-group {
                display: flex; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td .quantity-cell .ant-input-group .ant-input {
                  border-radius: 0 !important;
                  text-align: center;
                  height: 33px;
                  width: 60px;
                  flex: 2; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td .quantity-cell .ant-input-group input[type='number'].ant-input::-webkit-outer-spin-button,
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td .quantity-cell .ant-input-group input[type='number'].ant-input::-webkit-inner-spin-button {
                  -webkit-appearance: none;
                  margin: 0; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td .quantity-cell .ant-input-group .ant-input-group-addon {
                  flex: 1;
                  background-color: #f6f6f6 !important;
                  padding: 0;
                  width: fit-content; }
                  .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td .quantity-cell .ant-input-group .ant-input-group-addon span {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 31px;
                    height: 100%;
                    cursor: pointer; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td .quantity-cell .ant-input-group .ant-input-group-addon:first-child {
                  border-top-left-radius: 4px !important;
                  border-bottom-left-radius: 4px !important; }
                .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td .quantity-cell .ant-input-group .ant-input-group-addon:last-child {
                  border-top-right-radius: 4px !important;
                  border-bottom-right-radius: 4px !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table .ant-table-container {
              min-width: 400px; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table table {
              border: none !important;
              box-shadow: none !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table table thead {
              background-color: #fafafb !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-thead th {
              background: #fafafb 0% 0% no-repeat padding-box !important;
              font-size: 12px !important;
              color: #647176 !important;
              padding-top: 9px !important;
              padding-bottom: 9px !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-thead > tr > th {
              border-bottom: none !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-row-expand-icon,
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-row-indent.indent-level-1 {
              display: none !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr.ant-table-row.ant-table-row-level-0:first-child > td {
              border-top: none !important;
              border-bottom: none !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr.ant-table-row.ant-table-row-level-0:last-child > td {
              border-top: 1px solid #f0f0f0 !important;
              border-bottom: 1px solid #d4d4d4 !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr.ant-table-row.ant-table-row-level-0 > td {
              border-top: 1px solid #f0f0f0 !important;
              border-bottom: none !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr.ant-table-row.ant-table-row-level-1 > td {
              border-top: none !important;
              border-bottom: none !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .left-section .quota-table .ant-table-tbody > tr.ant-table-row.ant-table-row-level-1 > td .body.set.bold {
                font-weight: normal !important; }
        .un-modal.custom-subscription-modal .ant-modal-body .container .right-section {
          padding: 20px 24px;
          background-color: #fafafb;
          display: flex;
          flex-wrap: wrap;
          align-content: space-between;
          overflow-y: auto; }
          .un-modal.custom-subscription-modal .ant-modal-body .container .right-section .section-header {
            width: 100%; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .right-section .section-header img {
              height: 64px !important;
              width: auto;
              object-fit: contain;
              margin-bottom: 40px; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .right-section .section-header .summary {
              margin-bottom: 40px !important; }
              .un-modal.custom-subscription-modal .ant-modal-body .container .right-section .section-header .summary .summary-item {
                margin-bottom: 12px !important; }
            .un-modal.custom-subscription-modal .ant-modal-body .container .right-section .section-header .ant-divider-horizontal {
              margin: 12px 0 !important;
              border-color: #d4d4d4; }
          .un-modal.custom-subscription-modal .ant-modal-body .container .right-section .section-content {
            width: 100%; }
  .un-modal.inventory-hold-modal {
    width: 750px !important; }
    .un-modal.inventory-hold-modal .ant-modal-body {
      max-height: unset;
      height: calc(100vh - 310px) !important;
      padding: 20px 20px 0 !important; }
      .un-modal.inventory-hold-modal .ant-modal-body .inventory-hold-table table tbody tr td {
        vertical-align: top !important; }
      .un-modal.inventory-hold-modal .ant-modal-body .inventory-hold-table .ant-table-body {
        overflow-y: scroll;
        height: calc(100vh - 435px); }
      .un-modal.inventory-hold-modal .ant-modal-body .inventory-hold-table .ant-table-tbody > tr > td {
        padding: 12px 12px !important; }
      .un-modal.inventory-hold-modal .ant-modal-body .inventory-hold-table .ant-table-tbody tr.ant-table-measure-row > td {
        padding: 0 !important; }
      .un-modal.inventory-hold-modal .ant-modal-body .inventory-hold-table .ant-table table {
        border: none !important;
        box-shadow: none !important; }
      .un-modal.inventory-hold-modal .ant-modal-body .inventory-hold-table table thead {
        background-color: #fafafb !important; }
      .un-modal.inventory-hold-modal .ant-modal-body .inventory-hold-table .ant-table-thead th {
        background: #fafafb 0% 0% no-repeat padding-box !important;
        font-size: 12px !important;
        color: #647176 !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important; }
      .un-modal.inventory-hold-modal .ant-modal-body .inventory-hold-table .ant-table-thead > tr > th {
        border-bottom: none !important; }
      .un-modal.inventory-hold-modal .ant-modal-body .inventory-hold-table .desc {
        line-height: 15px !important; }
      .un-modal.inventory-hold-modal .ant-modal-body .inventory-hold-table .un-light-label-text {
        color: #647176 !important;
        font-size: 12px !important; }
      .un-modal.inventory-hold-modal .ant-modal-body .ant-pagination.with-quick-jumper {
        margin-bottom: 0 !important; }
  .un-modal.shipping-profile-modal .ant-modal-body .profile-table .ant-table-tbody > tr > td {
    padding: 12px 12px !important; }
    .un-modal.shipping-profile-modal .ant-modal-body .profile-table .ant-table-tbody > tr > td .edit-settings {
      float: right;
      font-weight: 400 !important; }
      .un-modal.shipping-profile-modal .ant-modal-body .profile-table .ant-table-tbody > tr > td .edit-settings i {
        margin: auto;
        padding-right: 5px; }
  .un-modal.shipping-profile-modal .ant-modal-body .profile-table .ant-table table {
    border: none !important;
    box-shadow: none !important; }
  .un-modal.shipping-profile-modal .ant-modal-body .profile-table .ant-table-tbody .ant-table-measure-row td {
    padding: 0 !important; }
  .un-modal.shipping-profile-modal .ant-modal-body .profile-table table thead {
    background-color: #fafafb !important; }
  .un-modal.shipping-profile-modal .ant-modal-body .profile-table .ant-table-thead th {
    background: #fafafb 0% 0% no-repeat padding-box !important;
    font-size: 12px !important;
    color: #647176 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important; }
  .un-modal.shipping-profile-modal .ant-modal-body .profile-table .ant-table-thead > tr > th {
    border-bottom: none !important; }
  .un-modal .ant-modal-content {
    border-radius: 12px !important; }
  .un-modal .ant-modal-header {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    padding: 12px 20px !important; }
  .un-modal .ant-modal-body {
    max-height: 500px;
    overflow-y: auto;
    padding: 20px 20px !important; }
    .un-modal .ant-modal-body .ant-picker {
      border-radius: 4px; }
    .un-modal .ant-modal-body .search-form .un-filter-name {
      width: 100% !important; }
    .un-modal .ant-modal-body .un-form-setting .form-address .ant-form-item,
    .un-modal .ant-modal-body .un-form-setting .form-address .ant-legacy-form-item {
      padding-bottom: 12px !important;
      margin-bottom: 0 !important; }
    .un-modal .ant-modal-body .un-form-setting .ant-form-item {
      margin-bottom: 20px !important; }
    .un-modal .ant-modal-body .un-form-setting .address-fields .ant-form-item {
      margin-bottom: 12px !important; }
  .un-modal .ant-modal-footer {
    padding: 12px 24px !important; }
  .un-modal .ant-modal-title {
    position: relative;
    color: #0c2028 !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    text-align: center !important;
    padding-left: 36px !important; }
    .un-modal .ant-modal-title h3,
    .un-modal .ant-modal-title h4 {
      margin-bottom: 0 !important; }
  .un-modal .ant-modal-close,
  .un-modal .ant-modal-close:hover {
    top: -4px !important;
    left: 0 !important;
    color: #0c2028 !important;
    width: fit-content !important;
    font-size: 16px !important; }
  .un-modal .close-btn {
    top: 4px !important;
    left: 0 !important;
    position: absolute;
    font-size: 16px !important;
    text-align: left !important;
    margin-bottom: auto !important;
    margin-top: auto !important; }
  .un-modal .title {
    text-align: center !important;
    margin-bottom: auto !important;
    margin-top: auto !important; }
  .un-modal .plain-btn {
    margin: auto 0 auto auto !important; }

.un-modal-full {
  width: 100% !important;
  height: 100vh !important; }
  .un-modal-full .ant-modal-content {
    border-radius: 0 !important;
    height: 100vh !important; }
    .un-modal-full .ant-modal-content .ant-modal-body {
      height: calc(100vh - 55px) !important;
      overflow-y: auto; }
  .un-modal-full .ant-modal-title {
    color: #0c2028 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center !important; }
  .un-modal-full .ant-modal-close,
  .un-modal-full .ant-modal-close:hover {
    top: -4px !important;
    left: 0 !important;
    color: #0c2028 !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-header .close-btn {
    text-align: left !important;
    line-height: 31px !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-header .title {
    margin-bottom: 0 !important;
    line-height: 31px !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-header .plain-btn {
    width: 100% !important;
    text-align: right !important;
    line-height: 31px !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-header {
    width: 100% !important;
    height: fit-content;
    padding: 12px;
    background-color: #f6f6f6;
    display: inline-flex;
    border-radius: 4px;
    margin-bottom: 20px; }
    .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-header .bulk-setting-label {
      width: 119px !important;
      font-size: 14px;
      color: #0c2028; }
    .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-header .bulk-setting-main-field {
      width: -webkit-fill-available;
      width: fill-available;
      width: -moz-available;
      margin-right: 24px; }
      .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-header .bulk-setting-main-field .ant-form-item {
        margin-bottom: 0 !important; }
        .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-header .bulk-setting-main-field .ant-form-item .ant-form-item-label label {
          font-size: 12px !important;
          color: #647176 !important; }
    .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-header .primary-btn {
      margin: 21px 0 0 auto !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .ant-table-tbody > tr > td {
    padding: 12px 12px !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .ant-table table {
    border: none !important;
    box-shadow: none !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table table thead {
    background-color: #fafafb !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .ant-table-thead th {
    background: #fafafb 0% 0% no-repeat padding-box !important;
    font-size: 12px !important;
    color: #647176 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .ant-table-thead > tr > th {
    border-bottom: none !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .ant-list-item {
    padding: 0 0 20px 0; }
    .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .ant-list-item .ant-list-item-meta-avatar {
      width: 37px;
      height: 37px;
      border-radius: 4px; }
      .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .ant-list-item .ant-list-item-meta-avatar .un-row-product img {
        height: 37px;
        width: 37px;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        margin-left: 0; }
    .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .ant-list-item .ant-list-item-meta-title {
      height: 37px; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .ant-form-item {
    margin-bottom: 0 !important; }
    .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .ant-form-item .collection-input .ant-select-selector {
      max-height: 40px;
      overflow: auto; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .column-label1 {
    padding-left: 45px !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .input-field {
    height: 45px;
    margin-bottom: 12px !important;
    padding: 2px 0 !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .channel-with-name {
    align-items: center;
    height: 25px; }
    .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .channel-with-name img {
      width: 20px !important;
      height: 20px !important;
      border-radius: 4px;
      margin-right: 8px;
      object-fit: contain !important; }
  .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .channel-store {
    display: inline-flex;
    width: 100% !important;
    height: 37px;
    line-height: 20px !important;
    font-size: 14px;
    font-weight: bold;
    color: #0c2028;
    align-items: center; }
    .un-modal-full.masterSkuBulkEdit .ant-modal-body .bulk-edit-table .unicart-table .channel-store img {
      width: 37px;
      height: 37px;
      border-radius: 50%;
      border: 1px solid #e5e5e5;
      margin-right: 12px;
      object-fit: contain !important; }

.image-preview-modal {
  width: fit-content !important;
  max-width: 520px !important; }
  .image-preview-modal .ant-modal-title {
    color: #0c2028;
    font-weight: bold;
    text-align: center; }
  .image-preview-modal .ant-modal-body img {
    width: 100%;
    max-height: 80vh;
    object-fit: contain; }
  .image-preview-modal .ant-modal-close-x {
    position: absolute;
    top: -18px;
    right: -28px; }
  .image-preview-modal .anticon.anticon-close {
    background-color: #d4d4d4 !important;
    border-radius: 50%;
    padding: 4px;
    width: 33px;
    content: url("https://api.iconify.design/feather:x.svg?color=%230C2028&width=24px");
    vertical-align: -0.125em; }

.upload-receipt-modal .ant-modal-body .upload-placeholder {
  padding-top: 35% !important;
  color: #007ce0;
  height: 115px;
  width: 115px;
  border: 1px dashed #007ce0;
  margin-right: 12px; }
  .upload-receipt-modal .ant-modal-body .upload-placeholder .ant-upload-text {
    text-align: center; }

.upload-receipt-modal .ant-modal-body .clearfix > span {
  display: inline-flex; }

.upload-receipt-modal .ant-modal-body .ant-upload-list-item {
  height: 25px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 8px;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  border-radius: 4px;
  width: fit-content;
  width: -moz-fit-content;
  max-width: 230px !important; }

.upload-receipt-modal .ant-modal-body .ant-upload-list-item-info,
.upload-receipt-modal .ant-modal-body .ant-upload-list-item-info:hover {
  width: fit-content;
  width: -moz-fit-content;
  max-width: 100% !important;
  padding-left: 0;
  background-color: #f6f6f6 !important; }

.upload-receipt-modal .ant-modal-body .ant-upload-text-icon {
  display: none; }

.upload-receipt-modal .ant-modal-body .ant-upload-list-item-name {
  font-size: 14px;
  line-height: 16px;
  padding-top: 4px;
  padding-left: 8px; }

.upload-receipt-modal .ant-modal-body .ant-upload-list-item-card-actions .anticon.anticon-delete {
  content: url("https://api.iconify.design/feather:x.svg?color=%23E0241A&width=15px&height=16px"); }

.upload-receipt-modal .ant-modal-body .ant-upload-list-item-card-actions {
  position: absolute;
  right: 3px;
  opacity: 1 !important; }

.upload-receipt-modal .ant-modal-body .ant-progress {
  display: none; }

.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm,
.ant-modal.ant-modal-confirm.ant-modal-confirm-error,
.ant-modal.ant-modal-confirm.ant-modal-confirm-info,
.ant-modal.ant-modal-confirm.ant-modal-confirm-success,
.ant-modal.ant-modal-confirm.ant-modal-confirm-warning {
  top: 35%;
  width: 400px; }
  .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body,
  .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body,
  .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body,
  .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body,
  .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body {
    padding: 20px 24px !important; }
    .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .anticon,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .anticon,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .anticon,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .anticon,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .anticon {
      display: none !important; }
    .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-title,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-title,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-title,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-title,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-title {
      font-size: 16px !important;
      color: #0c2028 !important;
      font-weight: bold;
      margin-bottom: 8px !important; }
    .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content {
      margin-top: 0 !important;
      margin-left: 0 !important;
      font-size: 14px !important;
      color: #0c2028 !important; }
      .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .ant-form-item,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .ant-legacy-form-item,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .ant-form-item,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .ant-legacy-form-item,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .ant-form-item,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .ant-legacy-form-item,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .ant-form-item,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .ant-legacy-form-item,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .ant-form-item,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .ant-legacy-form-item {
        margin-bottom: 0 !important; }
      .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table {
        overflow-x: auto; }
        .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-tbody > tr > td,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-tbody > tr > td,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-tbody > tr > td,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-tbody > tr > td,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-tbody > tr > td {
          padding: 10px 12px !important; }
        .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table table,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table table,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table table,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table table,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table table {
          border: none !important;
          box-shadow: none !important; }
        .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table table thead,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table table thead,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table table thead,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table table thead,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table table thead {
          background-color: #fafafb !important; }
        .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-thead th,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-thead th,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-thead th,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-thead th,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-thead th {
          background: #fafafb 0% 0% no-repeat padding-box !important;
          font-size: 12px !important;
          color: #647176 !important;
          padding-top: 9px !important;
          padding-bottom: 9px !important; }
        .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-thead > tr > th,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-thead > tr > th,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-thead > tr > th,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-thead > tr > th,
        .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content .rack-table .ant-table-thead > tr > th {
          border-bottom: none !important; }
    .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn {
      color: #0c2028 !important;
      background-color: transparent !important;
      border-color: #d4d4d4 !important; }
      .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:hover {
        color: #0c2028 !important;
        background-color: #fafafb !important;
        border-color: #d4d4d4 !important; }
      .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:focus {
        color: #0c2028 !important;
        background-color: #fafafb !important;
        border-color: #d4d4d4 !important; }
    .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary {
      color: #ffffff !important;
      background-color: #5acc5a !important;
      border-color: #5acc5a !important; }
      .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary:hover {
        color: #ffffff !important;
        background-color: #11aa4f !important;
        border-color: #11aa4f !important; }
      .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-primary:focus {
        color: #ffffff !important;
        background-color: #005c34 !important;
        border-color: #11aa4f !important; }
    .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger,
    .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger {
      color: #ffffff !important;
      background-color: #e0241a !important;
      border-color: #e0241a !important; }
      .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger:hover,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger:hover {
        color: #ffffff !important;
        background-color: #99140a !important;
        border-color: #99140a !important; }
      .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-error .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-info .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-success .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger:focus,
      .ant-modal.ant-modal-confirm.ant-modal-confirm-warning .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn.ant-btn-danger:focus {
        color: #ffffff !important;
        background-color: #440505 !important;
        border-color: #99140a !important; }

.ant-modal-header {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important; }

.ant-modal-content {
  border-radius: 12px !important; }

.ant-modal-footer {
  height: 56px !important; }

.un-feather {
  font-size: 14px !important;
  line-height: 17px !important;
  margin-right: 4px !important; }

.un-feather-20 {
  font-size: 20px !important; }

.un-feather-24 {
  font-size: 24px !important; }

.un-feather-range {
  width: 20px !important;
  height: 21px !important;
  font-size: 20px !important;
  font-weight: bold !important;
  margin-left: 12px !important;
  margin-right: 12px !important;
  align-items: center; }

.un-menu-eye {
  width: fit-content;
  width: -moz-fit-content;
  position: absolute;
  top: 1px;
  right: 16px;
  z-index: 1001;
  margin-left: auto;
  margin-right: 0; }
  .un-menu-eye .un-feather-eye {
    color: #90999d !important;
    font-size: 16px !important; }
  .un-menu-eye:hover .un-feather-eye {
    color: #0c2028 !important;
    font-size: 16px !important; }

.un-menu-channels {
  margin-left: auto;
  margin-right: 0; }
  .un-menu-channels .un-feather-plus-circle {
    color: #5acc5a !important;
    font-size: 16px !important;
    cursor: pointer !important; }
  .un-menu-channels:hover .un-feather-plus-circle {
    color: #11aa4f !important;
    font-size: 16px !important; }

.un-feather-eye {
  color: #90999d !important;
  font-size: 20px !important; }

.un-feather-eye:hover {
  color: #0c2028 !important;
  font-size: 20px !important; }

.un-feather-server {
  width: fit-content !important;
  width: -moz-fit-content !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #647176 !important;
  font-size: 20px !important; }

.un-feather-server:hover,
.un-feather-server:active,
.un-feather-server:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #0c2028 !important;
  font-size: 20px !important; }

.feather-trash-2 {
  cursor: pointer !important;
  color: #90999d !important;
  font-size: 20px; }

.feather-trash-2:hover {
  color: #e0241a !important;
  font-size: 20px; }

.feather-trash-2.small {
  color: #90999d !important;
  font-size: 16px !important; }

.feather-printer.small {
  color: #90999d !important;
  font-size: 16px !important; }

.feather-trash-2.medium {
  position: absolute;
  top: -5px;
  right: -50px;
  padding: 5px; }
  @media (max-width: 425px) {
    .feather-trash-2.medium {
      right: -36px !important; } }

.feather-edit-2 {
  color: #007ce0 !important;
  font-size: 16px;
  margin-left: 5px !important; }

.feather-edit-3 {
  cursor: pointer !important; }

.feather-eye {
  cursor: pointer !important; }

.feather-order {
  color: #0c2028 !important;
  font-size: 18px !important;
  margin-right: 5px !important; }

.feather-order.small {
  color: #007ce0 !important;
  font-size: 13px !important;
  margin-left: 5px !important; }

.feather-search.small {
  color: #007ce0 !important;
  font-size: 13px !important;
  margin-right: 5px !important;
  padding-top: 2px !important; }

.feather-search-draft .ant-select-arrow {
  top: 35%;
  right: 14px; }
  .feather-search-draft .ant-select-arrow .feather-search {
    color: #0c2028 !important;
    font-size: 20px; }

.feather-order.blue {
  color: #007ce0 !important;
  font-size: 15px !important;
  margin-right: 5px !important; }

.listing-btn .ant-btn-round {
  padding: 7px 16px 8px 12px !important; }

.ant-btn-round {
  display: inline-block !important;
  line-height: 17px !important;
  text-align: center !important;
  height: 33px !important;
  font-size: 14px !important;
  border-radius: 17px !important;
  box-shadow: none !important; }
  .ant-btn-round .un-feather {
    font-size: 14px !important;
    line-height: 17px;
    margin-right: 4px; }

.ant-btn-modal {
  display: inline-block !important;
  line-height: 17px !important;
  text-align: center !important;
  height: 33px !important;
  padding: 8px 16px 8px 16px !important;
  font-size: 14px !important;
  border-radius: 17px !important;
  box-shadow: none !important; }

.ant-btn-modal-default {
  display: inline-block !important;
  line-height: 17px !important;
  text-align: center !important;
  height: 33px !important;
  padding: 8px 16px 8px 16px !important;
  font-size: 14px !important;
  border: 1px;
  color: #0c2028 !important; }

.ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #5acc5a !important; }

.ant-tabs-ink-bar,
.ant-steps-item-process .ant-steps-item-icon,
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #5acc5a !important; }

.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #5acc5a !important; }

.ant-btn:hover.btn-outline-primary,
.ant-btn:focus.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #0c2028 !important;
  background-color: #ffffff !important;
  border-color: #d4d4d4 !important; }

.un-bottom-border {
  border-bottom: 1px solid #e5e5e5; }
  .un-bottom-border p {
    margin-bottom: 0; }

.ant-tag.ant-tag-has-color {
  text-transform: capitalize; }

.ant-btn-round-text-small {
  font-size: 12px !important; }

.un-col-md-block {
  display: inline-block !important; }

.un-border-top-dotted {
  border-top: 2px dotted rgba(0, 0, 0, 0.1) !important; }

.user-topbar .user-info {
  cursor: pointer;
  color: #38484f; }

.user-topbar .user-profile > img {
  cursor: pointer;
  border: 3px solid #ffffff;
  border-radius: 50% !important; }

.user-topbar .dropdown-menu {
  background-color: #fafafa;
  width: 200px;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px; }

.user-topbar .dropdown-menu li {
  background-color: #ffffff;
  font-size: 0.875rem; }

.user-topbar .dropdown-menu li > a {
  padding: 0.75rem 1rem; }

.MuiToolbar-gutters-68 {
  padding-right: 10px !important; }

.un-header {
  min-height: 48px !important; }

.un-scroll {
  box-shadow: none !important;
  border-right: #ddd 1px solid;
  background-color: #ffffff; }

.navigation ul li i {
  font-size: 1.3rem !important; }

.mini-sidebar .rct-sidebar .rct-mainMenu > li {
  padding: 1rem 2.3rem !important;
  transition: all 0.3s ease-in-out; }

a.logo-mini {
  text-align: center;
  margin-left: 5px; }

.un-background {
  background-color: #5acc5a !important; }

.un-link-blue {
  color: #007ce0 !important;
  cursor: pointer; }

.image-upload-link.blue {
  color: #007ce0 !important; }

.blue-capsule-btn {
  cursor: pointer;
  color: #007ce0 !important;
  padding: 7px 16px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px dashed #e5e5e5;
  border-radius: 2px !important;
  line-height: 17px;
  width: 100% !important; }
  .blue-capsule-btn .anticon-plus {
    margin-right: 4px !important; }

.blue-capsule-btn:hover {
  cursor: pointer;
  color: #007ce0 !important;
  border: 1px dashed #007ce0; }

.un-blue-capsule-btn {
  cursor: pointer;
  color: #007ce0 !important;
  padding: 7px 16px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #007ce0 !important;
  border-radius: 17px;
  line-height: 17px;
  width: max-content; }

.un-inline-block {
  display: inline-block !important; }

.ant-menu-item a {
  display: flex !important;
  margin-top: 10px;
  margin-bottom: 9px;
  color: #90999d !important; }

.ant-menu a {
  margin-top: 10px;
  margin-bottom: 9px;
  color: set-lightest !important; }

.ant-menu-item-only-child {
  font-size: 13px !important; }

.rct-sidebar.normal-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-root.ant-menu-inline {
  scrollbar-color: #d4d4d4 #ffffff;
  scrollbar-width: thin; }

.rct-sidebar.normal-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-root.ant-menu-inline::-webkit-scrollbar-track {
  background-color: #ffffff !important; }

.rct-sidebar.normal-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-root.ant-menu-inline::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff !important; }

.rct-sidebar.normal-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-root.ant-menu-inline::-webkit-scrollbar-thumb {
  background-color: #d4d4d4 !important;
  border: 1px solid #d4d4d4 !important;
  border-radius: 12px !important; }

.rct-scroll > div:first-child {
  -webkit-overflow-scrolling: auto !important; }

.rct-scroll > div:nth-child(2) {
  opacity: 1 !important;
  height: 12px !important;
  border-radius: 0 !important; }

.rct-scroll > div:last-child {
  opacity: 1 !important;
  width: 12px !important;
  border-radius: 0 !important; }

.rct-sidebar.small-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-inline-collapsed.ant-menu-root.ant-menu-vertical {
  scrollbar-color: #d4d4d4 #ffffff;
  scrollbar-width: thin; }

.rct-sidebar.small-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-inline-collapsed.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-track {
  background-color: #ffffff !important; }

.rct-sidebar.small-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-inline-collapsed.ant-menu-root.ant-menu-vertical::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff !important; }

.rct-sidebar.small-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-inline-collapsed.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thumb {
  background-color: #d4d4d4 !important;
  border: 1px solid #d4d4d4 !important;
  border-radius: 12px !important; }

.navigation .ant-menu-inline .ant-menu-item {
  margin-top: 0px !important; }

.navigation .ant-menu-inline .ant-menu-submenu-title {
  padding-left: 16px !important;
  font-size: 14px;
  margin: 0px !important; }

.navigation .ant-menu-vertical .ant-menu-submenu-selected .ant-menu-submenu-title {
  color: #0c2028 !important;
  background-color: #fafafb !important; }
  .navigation .ant-menu-vertical .ant-menu-submenu-selected .ant-menu-submenu-title img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(11%) saturate(1924%) hue-rotate(153deg) brightness(90%) contrast(102%) !important; }

.navigation .ant-menu-inline-collapsed > .ant-menu-item,
.navigation .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0 22px !important;
  margin: 0px !important;
  line-height: 36px !important; }

.navigation .ant-menu {
  border: none !important;
  font-size: 1rem !important;
  color: #90999d !important; }
  .navigation .ant-menu .ant-menu-item-selected {
    text-decoration: none !important;
    color: #0c2028 !important;
    font-weight: bold !important; }
    .navigation .ant-menu .ant-menu-item-selected img {
      filter: brightness(0) saturate(100%) invert(8%) sepia(8%) saturate(5409%) hue-rotate(155deg) brightness(93%) contrast(91%) !important; }
  .navigation .ant-menu .ant-menu-item-selected a,
  .navigation .ant-menu .ant-menu-item-selected a:hover {
    text-decoration: none !important;
    color: #0c2028 !important;
    font-weight: bold !important; }
    .navigation .ant-menu .ant-menu-item-selected a img,
    .navigation .ant-menu .ant-menu-item-selected a:hover img {
      filter: brightness(0) saturate(100%) invert(9%) sepia(6%) saturate(5626%) hue-rotate(154deg) brightness(93%) contrast(94%) !important; }
  .navigation .ant-menu .ant-menu-item a:hover {
    color: #0c2028 !important; }
  .navigation .ant-menu .ant-menu-item:active,
  .navigation .ant-menu .ant-menu-submenu-title:active {
    background: none; }
  .navigation .ant-menu .ant-menu-item:hover {
    color: #0c2028 !important; }
    .navigation .ant-menu .ant-menu-item:hover img {
      filter: brightness(0) saturate(100%) invert(9%) sepia(6%) saturate(5626%) hue-rotate(154deg) brightness(93%) contrast(94%) !important; }
  .navigation .ant-menu .ant-menu-item:hover,
  .navigation .ant-menu .ant-menu-item-active,
  .navigation .ant-menu .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
  .navigation .ant-menu .ant-menu-submenu-active,
  .navigation .ant-menu .ant-menu-submenu-title:hover {
    text-decoration: none !important;
    color: #0c2028 !important; }
    .navigation .ant-menu .ant-menu-item:hover img,
    .navigation .ant-menu .ant-menu-item-active img,
    .navigation .ant-menu .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open img,
    .navigation .ant-menu .ant-menu-submenu-active img,
    .navigation .ant-menu .ant-menu-submenu-title:hover img {
      filter: brightness(0) saturate(100%) invert(9%) sepia(6%) saturate(5626%) hue-rotate(154deg) brightness(93%) contrast(94%) !important; }
    .navigation .ant-menu .ant-menu-item:hover.ant-tooltip-open span.small,
    .navigation .ant-menu .ant-menu-item-active.ant-tooltip-open span.small,
    .navigation .ant-menu .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open.ant-tooltip-open span.small,
    .navigation .ant-menu .ant-menu-submenu-active.ant-tooltip-open span.small,
    .navigation .ant-menu .ant-menu-submenu-title:hover.ant-tooltip-open span.small {
      display: none !important; }
  .navigation .ant-menu .ant-menu-submenu-arrow::before {
    background: #90999d !important; }
  .navigation .ant-menu .ant-menu-submenu-arrow::after {
    background: #90999d !important; }
  .navigation .ant-menu .ant-menu-horizontal > .ant-menu-item:hover,
  .navigation .ant-menu .ant-menu-horizontal > .ant-menu-item-active,
  .navigation .ant-menu .ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .navigation .ant-menu .ant-menu-sub,
  .navigation .ant-menu .ant-menu-inline {
    padding-bottom: 20px !important;
    font-size: 13px !important; }
    .navigation .ant-menu .ant-menu-sub .ant-menu-submenu .ant-menu-inline,
    .navigation .ant-menu .ant-menu-inline .ant-menu-submenu .ant-menu-inline {
      padding-bottom: 0 !important; }

.navigation #stickyMenuContainer .mdi-broom:hover {
  content: url("https://api.iconify.design/mdi/broom.svg?color=%230c2028&height=20") !important;
  vertical-align: -0.125em; }

.navigation #stickyMenuContainer img:hover {
  filter: brightness(0) saturate(100%) invert(9%) sepia(6%) saturate(5626%) hue-rotate(154deg) brightness(93%) contrast(94%) !important; }

.navigation #stickyMenuContainer2 .mdi-broom:hover {
  content: url("https://api.iconify.design/mdi/broom.svg?color=%230c2028&height=20") !important;
  vertical-align: -0.125em; }

.navigation #stickyMenuContainer2 img:hover {
  filter: brightness(0) saturate(100%) invert(9%) sepia(6%) saturate(5626%) hue-rotate(154deg) brightness(93%) contrast(94%) !important; }

.navigation ul.ant-menu-inline-collapsed {
  width: 48px !important; }
  .navigation ul.ant-menu-inline-collapsed li.ant-menu-item span,
  .navigation ul.ant-menu-inline-collapsed li.ant-menu-submenu div span span {
    opacity: 0 !important; }
  .navigation ul.ant-menu-inline-collapsed li.a span {
    color: #90999d !important; }

.navigation li.ant-menu-item-selected {
  background-color: rgba(0, 0, 0, 0.2) !important; }
  .navigation li.ant-menu-item-selected a::before span {
    color: #90999d !important;
    font-weight: 500 !important;
    line-height: 0px; }

.navigation ::after {
  border-right: 0px !important; }

.rct-sidebar,
.mini-sidebar {
  background-color: #ffffff !important;
  color: #90999d; }

.rct-sidebar {
  height: 100%;
  width: 225px;
  overflow-x: hidden;
  box-shadow: none !important; }

.hideSidebar rct-sidebar {
  width: 0 !important; }

.ant-tooltip-inner a {
  color: #ffffff !important; }

.un-back-btn {
  color: #0c2028 !important;
  border: 1px solid #0c2028 !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  background-color: #ffffff !important; }

.un-back-btn:hover {
  background-color: #5acc5a !important;
  color: #ffffff !important; }

.un-sm-width .col-sm-2 {
  width: 16%; }

.un-sm-width .col-sm-4 {
  width: 32%; }

.un-sm-width .col-sm-6 {
  width: 48%; }

.un-sm-width .col-sm-8 {
  width: 64%; }

.un-sm-width .col-sm-10 {
  width: 80%; }

.un-sm-width .col-sm-12 {
  width: 96%; }

.editable-cell {
  position: relative; }

.editable-cell-value-wrap {
  padding: 0px 0px;
  cursor: pointer;
  font-size: 14px !important; }

.editable-row:hover .editable-cell-value-wrap {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0px 0px; }

.editable-cell-value-wrap:before {
  color: #a9a9a9; }

.un-humburger {
  height: 2rem !important;
  width: 2rem !important; }

.ant-table-row.editable-row {
  height: 70px; }
  .ant-table-row.editable-row .ant-form-explain {
    position: absolute; }
  .ant-table-row.editable-row .ant-form-item {
    padding-bottom: 0px !important; }
  .ant-table-row.editable-row .ant-select-search--inline {
    display: block !important; }
  .ant-table-row.editable-row .editable-cell-value-wrap {
    border: unset !important; }

.ant-table-row-expand-icon {
  text-transform: unset !important; }

.ant-table-row-expand-icon::after {
  width: 0 !important; }

.ant-table-row-expand-icon:active {
  color: #5acc5a !important; }

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #5acc5a !important; }

.ant-tag.ant-tag-has-color {
  color: #0c2028; }

.ant-transfer-list {
  border-radius: 6px !important; }

.ant-transfer-list-header {
  border-radius: 6px 6px 0 0 !important; }

.ant-transfer-list-footer {
  border-radius: 0 0 6px 6px !important; }

.ant-transfer-list-header-selected span {
  display: none; }

.un-status-block .ant-btn-round-text-large {
  font-size: 14px !important;
  padding: 0px 0px !important; }

.un-status-block .un-btn-wrapper {
  margin: auto; }

.un-status-block .un-btn {
  width: 23%; }

.ant-select-dropdown-menu-item-group-title {
  font-size: 16px !important;
  font-weight: 600;
  text-transform: capitalize; }

.un-header-search .ant-input {
  width: 178px !important;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s; }

.un-header-search .ant-input:focus {
  width: 300px !important; }

.search-wrapper {
  width: 193px !important; }

.app-header .ant-input-affix-wrapper > input.ant-input {
  margin-top: 3px !important;
  margin-left: 25px !important; }

.un-box-flat,
.dash-cards .card {
  background-color: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: none !important; }

.ant-radio-button-wrapper-checked {
  border: 2px solid !important;
  box-shadow: 0 0 0 0 #35454c !important;
  vertical-align: bottom;
  color: #ffffff !important;
  background: #5acc5a !important;
  border-color: #5acc5a !important; }

.ant-radio-group {
  width: 100%; }

.un-form-add-product .ant-radio-group label {
  width: 33.33% !important;
  text-align: center; }

.un-form-add-product .ant-legacy-form-item {
  margin-bottom: 20px; }

.un-form-add-product .ant-form-item-label {
  padding: 0 !important; }

.ant-radio-button-wrapper:hover {
  color: #38484f !important;
  cursor: pointer; }

.ant-radio-button-wrapper-checked::before {
  background-color: green-text !important; }

.un-edit-text {
  color: #35454c !important;
  cursor: pointer; }

.ant-upload-add-small,
.ant-upload-add-small i {
  font-size: 13px !important;
  color: #35454c !important; }

.un-page h2:first-child {
  color: #0c2028;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0 !important; }

.un-btn-action-round,
.un-dots-div,
.un-dots-div-active {
  border: none;
  height: 32px;
  width: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }

.un-dots-div2,
.un-dots-div2-active {
  border: none;
  height: 2.5rem !important;
  width: 2.5rem !important;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  padding-left: 0px; }

.un-dots-option {
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  color: #38484f; }
  .un-dots-option i {
    margin-right: 8px !important; }

.un-dots-option-color {
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  margin-bottom: 0;
  color: #38484f; }

.un-dot {
  height: 4px;
  width: 4px;
  margin: 1px;
  background-color: #647176;
  border-radius: 50%;
  display: inline-block; }

.un-dot2 {
  height: 4px;
  width: 4px;
  margin: 1px;
  background-color: #647176 !important;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 5px; }

@media only screen and (min-width: 1200px) {
  .un-page-center,
  .un-header-center {
    margin-left: auto;
    margin-right: auto; }
  .un-page-small {
    margin-left: auto;
    margin-right: auto; }
  .un-page-medium {
    margin-left: auto;
    margin-right: auto; }
  .un-toggle {
    display: none !important; }
  .un-toggle-ext {
    display: block !important; }
  .FOF-img > span,
  .FOF-text > span {
    text-align: left !important; }
  .FOF-img > span {
    text-align: right !important; }
  .norecord-logo {
    height: 300px !important; }
  .selection-menu-link-mobile {
    display: none !important; }
  .un-page .hide {
    display: none !important; }
  .un-page .back-btn,
  .un-page .back-btn:hover,
  .un-page .back-btn:focus {
    top: 10px !important;
    position: fixed !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #0c2028 !important;
    font-size: 20px;
    padding-left: 0 !important; }
    .un-page .back-btn i,
    .un-page .back-btn:hover i,
    .un-page .back-btn:focus i {
      line-height: 24px !important;
      font-size: 20px !important;
      margin-right: 12px !important; } }

@media only screen and (max-width: 1023px) {
  .un-affix,
  .un-affix-w-arrow,
  .shopify-un-affix {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .un-page .hide h2 {
    margin-bottom: 20px !important; }
  .un-status-block .ant-btn-round-text-large {
    font-size: 11px !important; }
  .un-form-add-product .ant-radio-group label {
    padding: 0px !important; }
  .FOF-img > span,
  .FOF-text > span {
    text-align: left !important; }
  .norecord-logo {
    height: 250px !important; }
  .selection-menu-link-mobile {
    display: none !important; }
  .back-btn,
  .header-buttons {
    display: none !important; }
  .un-add-product .un-box-flat,
  .un-add-item .un-box-flat,
  .viewOrder .un-box-flat,
  .view-abandoned-checkouts .un-box-flat,
  .un-manage-inventory .un-box-flat,
  .inventory-group .un-box-flat {
    min-width: 720px; } }

@media only screen and (max-width: 768px) {
  .navbar-profile .list-inline-item {
    margin-right: unset !important;
    padding: 0 8px !important; }
  .un-page .hide h2 {
    margin-bottom: 20px !important; }
  .un-status-block :first-child {
    margin-left: 0.5rem !important; }
  .un-status-block .ant-btn-round-text-large {
    font-size: 14px !important;
    padding: 0px 20px !important; }
  .un-status-block .un-btn {
    width: 48%; }
  .un-back-ant-btn {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .un-add-tax .anticon-minus-circle-o {
    right: -22px; }
  .FOF-img > span,
  .FOF-text > span {
    text-align: center !important; }
  .norecord-logo {
    height: 250px !important; }
  .selection-menu-link-mobile {
    display: inline !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  .selection-menu-link-button {
    display: none !important; }
  .back-btn,
  .header-buttons {
    display: none !important; } }

.selection-menu-link-button span {
  color: #0c2028 !important; }

.selection-menu-link-button i,
.selection-menu-link-button .feather-trash-2.small {
  margin-right: 4px;
  color: #0c2028 !important; }

.selection-menu-link-button .feather-trash-2.small:hover,
.selection-menu-link-button .feather-trash-2.small:focus {
  margin-right: 4px;
  color: #e0241a !important; }

@media (max-width: 1024px) {
  .navbar-profile > li:last-child {
    display: block !important;
    margin-right: 12px !important; }
  .ant-table-body {
    overflow: auto; }
  .header-buttons > .d-inline-flex {
    position: absolute !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    width: fit-content !important;
    width: -moz-fit-content !important;
    overflow: hidden !important;
    right: 35px !important; } }

@media only screen and (max-width: 500px) {
  .un-sm-import-export-buttons {
    text-align: left !important;
    padding-top: 10px; }
  .un-page h2:first-child {
    font-size: 20px; }
    .un-page h2:first-child button {
      height: 25px;
      font-size: 14px; }
  .view-order-page .row {
    display: block !important; }
  .un-row-mobile {
    display: block !important; }
  .un-order-date {
    font-size: 14px !important; }
  .un-status-block .un-btn {
    width: 100%;
    margin-left: 0 !important; }
  .referr-to-item-label {
    margin-right: 28px !important; }
  .navbar-profile > li:last-child {
    margin-right: 0px !important; }
  .material-icons.position-relative.un-top-4 {
    font-size: 20px;
    top: 2px !important; }
  .header-buttons > .d-inline-flex > .delist-btn {
    margin-right: 3px !important; } }

.un-box-flat {
  background-color: #ffffff !important;
  border-radius: 12px !important;
  border: 1px solid #e5e5e5 !important;
  padding: 20px 24px;
  margin-bottom: 32px;
  box-shadow: none !important; }
  @media (max-width: 480px) {
    .un-box-flat {
      padding: 15px; } }

.un-store-model-back .ant-modal-body {
  background-color: #f5f6f8;
  padding: 10px 10px 20px !important; }

.ant-modal-header {
  color: #0c2028 !important;
  font-weight: bold !important; }

.ant-modal-body .ant-legacy-form-item-label {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important; }

.ant-modal-body label {
  color: #38484f !important;
  margin-bottom: 0 !important; }

.ant-modal-body .ant-input,
.ant-modal-body .ant-input-number,
.ant-modal-body .ant-select {
  color: #0c2028 !important; }

.FOF-img {
  vertical-align: middle; }

.norecord-logo {
  height: 300px; }

.FOF-text {
  vertical-align: middle; }

.FOF-text-title,
.FOF-text-message,
.FOF-text-caption {
  color: #6d6d6d;
  font-weight: 600; }

.FOF-text-title {
  font-size: 25px;
  margin-bottom: 10px; }

.FOF-text-message {
  font-size: 15px;
  margin-bottom: 15px; }

.FOF-button {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.vertical-align {
  display: flex;
  align-items: center; }

.ant-btn:hover,
.ant-btn:focus {
  color: #0c2028;
  background-color: #ffffff;
  border-color: #d4d4d4 t; }

.slection-menu-mobile > li {
  list-style: none;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 4px;
  color: #707070;
  width: 100px; }

.ant-table-title {
  position: absolute !important;
  z-index: 1 !important;
  width: calc(100% - 90px) !important;
  background: #ffffff !important;
  margin-left: 80px !important;
  margin-top: 5px !important;
  padding-top: 7px !important;
  padding-bottom: 5px !important;
  padding-left: 0px !important;
  border-top-right-radius: 12px !important; }
  .ant-table-title .ant-btn-group .ant-btn {
    border-radius: 0px !important; }
  .ant-table-title .ant-btn-group > .ant-btn:first-child:not(:last-child),
  .ant-table-title .ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
  .ant-table-title .ant-btn-group > .ant-btn:last-child:not(:first-child),
  .ant-table-title .ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }

tr.drop-over-downward td {
  border-bottom: 2px dashed #bcefb9 !important; }

tr.drop-over-upward td {
  border-top: 2px dashed #bcefb9 !important; }

tr.un-cursor-pointer > td[class='ant-table-selection-column']::before {
  opacity: 0 !important;
  display: table-cell; }

tr.un-cursor-pointer-none > td[class='ant-table-selection-column']::before {
  opacity: 0 !important;
  display: table-cell; }

.move-page-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }

.move-page-list li {
  width: 30%;
  min-width: 10px;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  text-align: center; }

.move-page-list li:nth-child(3n-2) a {
  border-left: 1px solid #eee; }

.move-page-list li:nth-child(-n + 3) a {
  border-top: 1px solid #eee; }

.move-page-list li a.disabled {
  background-color: #eee;
  opacity: 0.6;
  cursor: not-allowed;
  color: #999 !important;
  fill: #999 !important; }

.move-page-list li a.disabled:hover {
  background-color: #eee !important;
  color: #999 !important; }

.move-page-list li a {
  text-align: center;
  display: block;
  line-height: 30px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #333; }

.move-page-list li a:hover {
  background-color: #55ce63;
  color: #ffffff !important; }

.ant-popover-title {
  text-align: center !important; }

.menu-popover {
  z-index: 999 !important; }

.image-hover-menu {
  display: flex; }
  .image-hover-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #647176;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin: 0 5px; }
  .image-hover-menu i {
    color: #e0241a !important; }

.eye-link {
  color: #647176 !important;
  background: #ffffff; }

.delete-link {
  color: #e0241a !important;
  background: #ffffff; }

.upload-placeholder {
  padding-top: 35% !important;
  color: #007ce0; }

.ant-upload.ant-upload-disabled {
  cursor: default !important; }

.upload-placeholder i {
  font-size: 32px; }

.upload-placeholder .icon-loading {
  color: #007ce0; }

.hvrbox {
  position: relative !important;
  height: inherit !important; }

.hvrbox .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0c2028;
  color: #ffffff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1; }

.hvrbox .hvrbox-text {
  text-align: center;
  font-size: 16px;
  display: inline-table;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hvrbox .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid #b3b3b3;
  /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none; }

.hvrbox.active .hvrbox-text_mobile {
  display: block; }

.image-not-found {
  margin-top: 20px;
  padding: 3rem;
  display: block;
  border: 2px dashed #d4d4d4;
  border-radius: 6px;
  text-align: center; }

.modal-image-from-url {
  width: 600px !important; }

.image-from-url {
  margin-top: 20px; }

.image-upload-link {
  float: right; }

.image-form-item label {
  width: 100%; }

.txt-align-center {
  text-align: center; }

.txt-align-right {
  text-align: right; }

.ant-btn {
  border-radius: 17px; }

.ant-modal {
  margin: auto; }

@media (max-width: 480px) {
  .pg-title {
    width: -webkit-fill-available;
    width: fill-available;
    width: -moz-available;
    margin-bottom: 0px;
    display: inline-flex !important; }
    .pg-title:not(h2) {
      display: inline-flex !important; } }

.pg-title h2 {
  color: #0c2028 !important; }

.pg-title:not(h2) {
  display: flex; }

.pg-title .un-btn {
  margin-bottom: 1em !important; }

.pg-title .btn-actions {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .pg-title .btn-actions {
      width: 100%; }
      .pg-title .btn-actions li {
        margin-top: 10px; }
      .pg-title .btn-actions .ant-btn-round {
        padding: 0 8px; } }

@media (max-width: 480px) {
  .pg-title {
    flex-wrap: wrap; } }

.unicart-switch {
  display: block;
  flex-wrap: wrap; }
  .unicart-switch span {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 20px; }

.ant-switch {
  height: 25px !important;
  background-color: #e5e5e5 !important; }

.ant-switch-checked {
  background-color: #5acc5a !important; }

.ant-switch-loading-icon,
.ant-switch::after {
  top: 0px !important;
  left: 0.5px;
  width: 23px !important;
  height: 23px !important; }

.ant-popover {
  z-index: 1000 !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin-top: 30px !important;
  padding-top: 0 !important; }
  .ant-popover .ant-popover-inner-content {
    padding: 12px 0px; }
    .ant-popover .ant-popover-inner-content .ant-upload-select {
      width: 100%; }
    .ant-popover .ant-popover-inner-content .ant-divider {
      margin: 12px 16px !important;
      width: unset !important;
      min-width: unset !important; }
    .ant-popover .ant-popover-inner-content .usage-limit {
      width: 443px;
      padding: 10px 24px 10px !important; }
      .ant-popover .ant-popover-inner-content .usage-limit .scrollable-container {
        max-height: 60vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 8px; }
      .ant-popover .ant-popover-inner-content .usage-limit .container-with-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: #fafafb;
        padding: 12px 16px;
        border-radius: 8px;
        margin-bottom: 8px; }
        .ant-popover .ant-popover-inner-content .usage-limit .container-with-btn .count {
          font-size: 18px;
          color: #0c2028;
          font-weight: bold;
          display: flex;
          align-items: center; }
      .ant-popover .ant-popover-inner-content .usage-limit .remark {
        font-size: 10px !important; }
        .ant-popover .ant-popover-inner-content .usage-limit .remark .count {
          color: #0c2028; }
        .ant-popover .ant-popover-inner-content .usage-limit .remark .desc {
          color: #647176; }
    .ant-popover .ant-popover-inner-content .user-profile {
      width: 443px;
      padding: 10px 24px 10px !important; }
      .ant-popover .ant-popover-inner-content .user-profile .container-with-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background-color: #fafafb;
        padding: 12px 16px;
        border-radius: 8px;
        margin-bottom: 8px; }
        .ant-popover .ant-popover-inner-content .user-profile .container-with-btn .plan {
          font-size: 18px;
          color: #0c2028;
          font-weight: bold;
          display: flex;
          align-items: center; }
        .ant-popover .ant-popover-inner-content .user-profile .container-with-btn .remark .count {
          color: #0c2028;
          font-weight: 500;
          font-size: 12px; }
        .ant-popover .ant-popover-inner-content .user-profile .container-with-btn .remark .desc {
          color: #647176;
          font-size: 12px; }
      .ant-popover .ant-popover-inner-content .user-profile .container-without-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: #fafafb;
        padding: 12px 16px;
        border-radius: 8px;
        margin-bottom: 8px; }
        .ant-popover .ant-popover-inner-content .user-profile .container-without-btn .ant-list-item {
          padding: 0; }
          .ant-popover .ant-popover-inner-content .user-profile .container-without-btn .ant-list-item .ant-list-item-meta-avatar {
            margin-right: 12px; }
          .ant-popover .ant-popover-inner-content .user-profile .container-without-btn .ant-list-item .ant-list-item-meta-title {
            margin-bottom: 0; }
        .ant-popover .ant-popover-inner-content .user-profile .container-without-btn .signout-btn {
          padding: 0;
          border: none;
          background: none;
          box-shadow: none;
          color: #e0241a;
          height: unset; }
      .ant-popover .ant-popover-inner-content .user-profile .my-store {
        padding: 0; }
        .ant-popover .ant-popover-inner-content .user-profile .my-store .store-list {
          padding: 0;
          max-height: 390px;
          overflow-y: auto; }
          .ant-popover .ant-popover-inner-content .user-profile .my-store .store-list .ant-list-item {
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 12px 16px;
            border-radius: 8px;
            margin-bottom: 8px;
            cursor: pointer; }
            .ant-popover .ant-popover-inner-content .user-profile .my-store .store-list .ant-list-item:hover {
              background-color: #fafafb; }
            .ant-popover .ant-popover-inner-content .user-profile .my-store .store-list .ant-list-item.store-selected {
              background-color: #fafafb; }
              .ant-popover .ant-popover-inner-content .user-profile .my-store .store-list .ant-list-item.store-selected .ant-list-item-meta-title .heading {
                color: #5acc5a !important; }
            .ant-popover .ant-popover-inner-content .user-profile .my-store .store-list .ant-list-item.btn-suspended-store {
              background-color: #f5f5f5 !important;
              cursor: help !important; }
              .ant-popover .ant-popover-inner-content .user-profile .my-store .store-list .ant-list-item.btn-suspended-store .ant-list-item-meta-title .heading {
                color: #ff0000 !important; }
            .ant-popover .ant-popover-inner-content .user-profile .my-store .store-list .ant-list-item .ant-list-item-meta {
              align-items: center; }
              .ant-popover .ant-popover-inner-content .user-profile .my-store .store-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar {
                margin-right: 12px;
                width: 66px;
                height: 66px;
                border-radius: 8px !important; }
                .ant-popover .ant-popover-inner-content .user-profile .my-store .store-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar img {
                  width: 66px !important;
                  height: 66px !important;
                  object-fit: contain !important; }
              .ant-popover .ant-popover-inner-content .user-profile .my-store .store-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-title {
                margin-bottom: 0; }
    .ant-popover .ant-popover-inner-content .un-dots-option {
      border-bottom: 0;
      padding: 0 16px; }
      .ant-popover .ant-popover-inner-content .un-dots-option:hover {
        background-color: #f6f6f6 !important; }
      .ant-popover .ant-popover-inner-content .un-dots-option.without-icon {
        padding-left: 30px !important; }
      .ant-popover .ant-popover-inner-content .un-dots-option.single-action {
        padding-left: 16px !important; }
        .ant-popover .ant-popover-inner-content .un-dots-option.single-action i {
          margin-right: 0 !important; }
      .ant-popover .ant-popover-inner-content .un-dots-option .rocket-launch-outline {
        content: url("https://api.iconify.design/mdi:rocket-launch-outline.svg?color=%2338484f&height=14px");
        vertical-align: -0.125em; }
    .ant-popover .ant-popover-inner-content .un-dots-option-color {
      background-color: #ffffff !important;
      color: #0c2028 !important;
      font-weight: normal !important;
      padding: 0 16px;
      border-left: 4px solid transparent !important; }
      .ant-popover .ant-popover-inner-content .un-dots-option-color.current {
        color: #5acc5a !important;
        font-weight: bold !important;
        border-left: 4px solid #5acc5a !important; }
    .ant-popover .ant-popover-inner-content .un-dots-option-color:hover {
      background-color: #f6f6f6 !important; }
    .ant-popover .ant-popover-inner-content .tax-details {
      padding: 4px 16px; }
      .ant-popover .ant-popover-inner-content .tax-details .ant-table-tbody > tr > td {
        padding: 10px 12px !important;
        color: #0c2028 !important; }
        .ant-popover .ant-popover-inner-content .tax-details .ant-table-tbody > tr > td .ant-input,
        .ant-popover .ant-popover-inner-content .tax-details .ant-table-tbody > tr > td .ant-input-number {
          width: 100% !important; }
      .ant-popover .ant-popover-inner-content .tax-details .ant-table table {
        border: none !important;
        box-shadow: none !important; }
      .ant-popover .ant-popover-inner-content .tax-details table thead {
        background-color: #fafafb !important; }
      .ant-popover .ant-popover-inner-content .tax-details .ant-table-thead th {
        background: #fafafb 0% 0% no-repeat padding-box !important;
        font-size: 12px !important;
        color: #647176 !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important; }
      .ant-popover .ant-popover-inner-content .tax-details .ant-table-thead > tr > th {
        border-bottom: none !important;
        text-wrap: nowrap !important; }
    .ant-popover .ant-popover-inner-content .column-customization {
      width: 275px; }
      .ant-popover .ant-popover-inner-content .column-customization .customize-header {
        border-bottom: 1px solid #e5e5e5; }
        .ant-popover .ant-popover-inner-content .column-customization .customize-header .column-item {
          color: #0c2028 !important;
          display: flex;
          text-align: left;
          height: 30px;
          padding: 0 16px; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-header .column-item .ant-checkbox-wrapper {
            margin-right: 10px; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-header .column-item .ant-checkbox-inner {
            width: 12px;
            height: 12px; }
            .ant-popover .ant-popover-inner-content .column-customization .customize-header .column-item .ant-checkbox-inner::after {
              width: 3.714286px;
              height: 7.142857px; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-header .column-item .ant-checkbox-disabled .ant-checkbox-inner {
            background-color: #f5f5f5 !important;
            border-color: #d9d9d9 !important; }
      .ant-popover .ant-popover-inner-content .column-customization .customize-field {
        width: 275px;
        max-height: 254px;
        overflow-y: auto;
        scrollbar-color: #d4d4d4 #ffffff;
        scrollbar-width: thin; }
        .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item {
          color: #0c2028 !important;
          display: flex;
          align-items: center;
          justify-content: space-between;
          cursor: grab;
          text-align: left;
          min-height: 33px;
          padding: 0 16px; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item i {
            color: #0c2028 !important; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item span.anticon-question-circle {
            display: none !important; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .drag-icon {
            content: url("data:image/svg+xml;charset=utf-8,<svg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='8.98' cy='2.49' r='1.4' fill='gray'/><circle cx='8.98' cy='8.86' r='1.4' fill='gray'/><circle cx='8.98' cy='15.23' r='1.4' fill='gray'/><circle cx='15.02' cy='2.4' r='1.4' fill='gray'/><circle cx='15.02' cy='8.77' r='1.4' fill='gray'/><circle cx='15.02' cy='15.14' r='1.4' fill='gray'/></svg>");
            background-repeat: no-repeat;
            background-size: 20px;
            background-position-y: center;
            z-index: 1;
            width: 21px;
            height: 20px;
            margin-bottom: -4px;
            margin-left: 4px;
            margin-right: 4px; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .ant-checkbox-inner {
            width: 12px;
            height: 12px; }
            .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .ant-checkbox-inner::after {
              width: 3.714286px;
              height: 7.142857px; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .ant-checkbox-disabled .ant-checkbox-inner {
            background-color: #f5f5f5 !important;
            border-color: #d9d9d9 !important; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item:hover {
            background-color: #f6f6f6; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .pin-container {
            width: fit-content;
            display: flex;
            align-items: center; }
            .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .pin-container .left-pin {
              cursor: pointer;
              width: 17px;
              height: 17px; }
              .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .pin-container .left-pin .mdi-pin,
              .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .pin-container .left-pin .mdi-pin-outline {
                rotate: 45deg; }
              .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .pin-container .left-pin.disabled {
                cursor: not-allowed;
                opacity: 0.3; }
            .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .pin-container .right-pin {
              cursor: pointer;
              width: 17px;
              height: 17px;
              margin-left: 10px; }
              .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .pin-container .right-pin .mdi-pin,
              .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .pin-container .right-pin .mdi-pin-outline {
                rotate: -45deg; }
              .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .pin-container .right-pin.disabled {
                cursor: not-allowed;
                opacity: 0.3; }
            .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .pin-container .mdi-pin {
              display: inline-block;
              width: 17px;
              height: 17px;
              background-repeat: no-repeat;
              background-size: 100% 100%;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23007CE0' d='M16 12V4h1V2H7v2h1v8l-2 2v2h5.2v6h1.6v-6H18v-2z'/%3E%3C/svg%3E"); }
            .ant-popover .ant-popover-inner-content .column-customization .customize-field .column-item .pin-container .mdi-pin-outline {
              display: inline-block;
              width: 17px;
              height: 17px;
              background-repeat: no-repeat;
              background-size: 100% 100%;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23647176' d='M16 12V4h1V2H7v2h1v8l-2 2v2h5.2v6h1.6v-6H18v-2zm-7.2 2l1.2-1.2V4h4v8.8l1.2 1.2z'/%3E%3C/svg%3E"); }
      .ant-popover .ant-popover-inner-content .column-customization .customize-footer {
        border-top: 1px solid #e5e5e5;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 16px 0; }
        .ant-popover .ant-popover-inner-content .column-customization .customize-footer .reset-btn {
          font-size: 14px;
          cursor: pointer;
          color: #647176 !important; }
        .ant-popover .ant-popover-inner-content .column-customization .customize-footer .cancel-save {
          display: flex;
          align-items: center; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-footer .cancel-save .cancel-btn {
            font-size: 14px;
            cursor: pointer;
            color: #647176 !important; }
          .ant-popover .ant-popover-inner-content .column-customization .customize-footer .cancel-save .save-btn {
            font-size: 14px;
            cursor: pointer;
            color: #007ce0 !important;
            margin-left: 16px; }
  .ant-popover .ant-popover-inner {
    border-radius: 12px;
    box-shadow: none !important; }
    .ant-popover .ant-popover-inner .container {
      width: 311px !important;
      padding: 0; }

.multiple-img-upload .first-image-upload {
  color: #d4d4d4; }
  .multiple-img-upload .first-image-upload img {
    width: 60px;
    margin-bottom: 10px; }

.multiple-img-upload .ant-form-item-children {
  display: flex;
  flex-wrap: wrap; }
  .multiple-img-upload .ant-form-item-children > div {
    width: 100%; }
  .multiple-img-upload .ant-form-item-children .upload-list-inline-first.ant-upload-picture-card-wrapper {
    width: 100%; }
  .multiple-img-upload .ant-form-item-children .upload-list-inline.ant-upload-picture-card-wrapper {
    position: absolute;
    right: 0;
    width: 50%;
    padding: 10px;
    padding-left: 5px; }

.multiple-img-upload .ant-upload-select-picture-card {
  height: 150px !important;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .multiple-img-upload .ant-upload-select-picture-card i {
    color: #d4d4d4;
    font-size: 54px;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center; }

.multiple-img-upload .ant-upload-list-picture-card {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  align-items: center;
  padding: 5px; }
  .multiple-img-upload .ant-upload-list-picture-card:empty {
    display: none; }

.multiple-img-upload .square {
  width: 33.333%;
  padding: 5px; }
  @media (max-width: 1024px) {
    .multiple-img-upload .square {
      width: 50%; } }
  @media (max-width: 480px) {
    .multiple-img-upload .square {
      width: 33.333%; } }
  .multiple-img-upload .square:first-child {
    margin-right: 50%;
    width: 50%; }
    .multiple-img-upload .square:first-child .content {
      height: 150px; }
  .multiple-img-upload .square img {
    margin: auto; }
  .multiple-img-upload .square:hover .hvrbox-layer_top {
    opacity: 1;
    visibility: visible; }
  .multiple-img-upload .square .content {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 2px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .multiple-img-upload .square .content {
        height: 80px; } }
    .multiple-img-upload .square .content span {
      height: 100%; }
      .multiple-img-upload .square .content span a {
        display: flex; }
  .multiple-img-upload .square .hvrbox-layer_top {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden; }
    .multiple-img-upload .square .hvrbox-layer_top .hvrbox-text {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
  .multiple-img-upload .square .img-grid {
    width: auto !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important; }

.sorting-item {
  height: 104px !important;
  width: 104px !important;
  border: 1px dashed #5acc5a !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center; }
  .sorting-item .image-hover-menu {
    display: none; }

.sorting-item img {
  height: 95px !important;
  width: 95px !important; }

.image-upload-blank:hover {
  border-color: #007ce0 !important; }

.ant-upload.ant-upload-select-picture-card:hover {
  border-color: transparent !important; }

.align-content-start {
  align-content: flex-start; }

.competitor-monitoring-modal .modal-filter .search-form {
  display: inline-flex !important; }

.modal-filter .ant-input-group.ant-input-group-compact > *:first-child {
  width: 30%; }

.modal-filter .ant-input-group.ant-input-group-compact > *:last-child {
  width: 70%; }

.modal-filter .search-form {
  display: block !important; }

.modal-filter .search-form .un-filter-value {
  width: 100% !important; }

.modal-filter .search-form .un-filter-name > div.ant-select-selector {
  width: 100% !important; }

.modal-filter .ant-form-item .ant-input-group .ant-select {
  width: 100%; }

.modal-filter.collection .ant-input-affix-wrapper {
  height: 41px !important;
  border-radius: 4px !important; }
  .modal-filter.collection .ant-input-affix-wrapper .ant-input-prefix {
    font-size: 20px !important;
    margin-right: 8px !important; }

.unicart-filter {
  margin: 20px 0 !important; }
  .unicart-filter input,
  .unicart-filter .ant-select-selection {
    border: 1px solid rgba(217, 217, 217, 0.5); }
  .unicart-filter .ant-collapse {
    background-color: transparent; }
  .unicart-filter .ant-collapse-item {
    border: 0 !important;
    box-shadow: 1px 1px 1px 1px rgba(183, 180, 189, 0.08); }
  .unicart-filter .ant-collapse-content {
    border-top: 1px solid rgba(217, 217, 217, 0.5) !important; }
  .unicart-filter .ant-calendar-picker {
    width: 100%; }
  .unicart-filter .filter-panel {
    border-radius: 12px !important;
    overflow: hidden; }
    .unicart-filter .filter-panel .ant-collapse-header {
      border-radius: 0px !important; }

.ant-card-bordered {
  border-radius: 12px !important;
  border: 1px solid #e5e5e5 !important; }

.ant-card-head {
  border-bottom: none !important;
  min-height: 57px !important;
  padding: 0 !important;
  margin-bottom: -4px !important; }

.ant-tabs-nav {
  font-size: 14px !important;
  color: #0c2028 !important; }

.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  z-index: 1 !important; }

.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px 16px !important; }

.ant-tabs-nav .ant-tabs-tab {
  margin: 0 !important; }

.ant-tabs-nav-scroll {
  padding-left: 11px !important; }

.hide-expand .unicart-table .ant-table-row-indent + .ant-table-row-expand-icon {
  display: none !important; }

.hide-expand .ant-table-row-indent + .ant-table-row-expand-icon {
  display: none !important; }

.hide-checkbox .ant-checkbox {
  display: none !important; }

.ant-tabs {
  background-color: #ffffff !important;
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
  border: 1px solid #e5e5e5 !important; }

.ant-tabs-bar {
  margin: 0 !important; }

.ant-card-body {
  background-color: none !important; }

.ant-table-wrapper {
  background-color: none !important; }

.ant-card {
  background: none !important;
  border: none !important; }

.ant-table table {
  border: 1px solid #e5e5e5 !important; }

.ant-table-container {
  background: none !important;
  border: none !important; }

.ant-table {
  background: none !important; }

.ant-table-content {
  background: none !important;
  border: none !important; }

@media (max-width: 480px) {
  .modal-table {
    overflow: scroll; } }

.unicart-table {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .unicart-table .ant-table-tbody > tr > td {
    padding: 10px 10px !important; }
  .unicart-table .ant-table-measure-row {
    display: none !important; }
  .unicart-table .ant-table-thead > tr > th {
    padding-left: 12px !important;
    padding-right: 12px !important;
    color: #647176 !important;
    font-weight: 400 !important; }
  .unicart-table .ant-table table {
    border-bottom: none !important; }
  .unicart-table .ant-table-tbody > tr > td {
    border-bottom: none; }
  .unicart-table .modal-listing .ant-pagination {
    margin-bottom: 20px !important;
    width: max-content !important;
    float: right !important;
    padding: 5px 0px !important; }
  .unicart-table .modal-listing .un-pagination-class li {
    min-width: 25px !important;
    height: 30px !important;
    line-height: 30px !important; }
  .unicart-table .modal-listing .ant-pagination-total-text {
    left: 2.5% !important; }
  .unicart-table .modal-listing .ant-table-cell-ellipsis {
    white-space: normal !important; }
  .unicart-table .modal-listing .un-product-name3 {
    color: #0c2028;
    font-size: 14px;
    cursor: pointer; }
  .unicart-table .modal-listing .un-light-label {
    font-size: 12px; }
  .unicart-table .modal-listing .un-light-label-text {
    font-size: 12px; }
  .unicart-table .order-count {
    margin-left: 6px;
    background-color: #e5e5e5 !important;
    color: #0c2028 !important;
    font-size: 11px;
    padding: 2px 6px !important;
    border-radius: 11px;
    width: fit-content; }
    .unicart-table .order-count.error {
      background-color: #ffe0e0 !important; }
  .unicart-table .ant-tabs-tab-active .order-count {
    margin-left: 6px;
    background-color: #5acc5a !important;
    color: #ffffff !important;
    font-size: 11px;
    padding: 2px 6px !important;
    border-radius: 11px;
    width: fit-content; }
  .unicart-table .tab-table .ant-card-body {
    padding: 0px 0px !important; }
  .unicart-table .ant-table-wrapper {
    overflow: hidden; }
  @media (min-width: 1025px) {
    .unicart-table .ant-table-content {
      overflow: auto hidden !important; } }
  .unicart-table table tr td.ant-table-selection-column {
    vertical-align: middle !important; }
  .unicart-table .ant-table-tbody > tr > td {
    vertical-align: top !important;
    padding: 12px 16px !important; }
  .unicart-table .ant-table-tbody > tr.ant-table-row-level-0 > td {
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: none !important; }
  .unicart-table .ant-table-tbody > tr:nth-child(2) > td {
    border-top: none !important; }
  .unicart-table .ant-table-tbody > tr.ant-table-row-level-1 > td {
    border-bottom: none; }
  .unicart-table .un-table-cell {
    color: #0c2028;
    margin-top: 12px !important; }
  .unicart-table .un-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center !important; }
  .unicart-table .ant-table-row-indent + .ant-table-row-expand-icon {
    position: absolute;
    margin-top: 54px;
    margin-right: 10px;
    margin-left: 67px;
    display: block !important;
    align-items: center !important;
    width: fit-content !important; }
  .unicart-table .un-collapse-button,
  .unicart-table .un-collapse-button:hover {
    box-shadow: none !important;
    border-color: transparent !important;
    background-color: transparent !important;
    position: absolute;
    margin-top: 54px;
    margin-right: 10px;
    margin-left: 67px; }
  .unicart-table .ant-table-thead {
    font-size: 12px !important;
    color: #647176 !important; }
  .unicart-table .ant-table-thead > tr > th {
    padding: 20px 16px !important;
    border-bottom: 1px solid #e5e5e5 !important; }
  .unicart-table .ant-table-tbody {
    background: #ffffff !important;
    vertical-align: top !important;
    padding-right: 11px !important;
    border-bottom: none !important; }
  .unicart-table .ant-table-column-sorters {
    padding: 0; }
  .unicart-table .ant-list-item-meta-avatar {
    margin-right: 0;
    width: 56px;
    height: 56px;
    border-radius: 6px !important; }
  .unicart-table .ant-list-item-meta-title {
    margin-bottom: 4px;
    color: #0c2028;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding-left: 12px;
    padding-right: 0;
    max-height: 84px;
    margin-bottom: 0 !important; }
  .unicart-table .ant-list-item-meta-description {
    color: #647176;
    font-size: 12px;
    line-height: normal;
    padding-left: 25px; }
  .unicart-table .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
    box-shadow: none !important; }
  .unicart-table .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
    box-shadow: none !important; }
  .unicart-table .ant-checkbox-inner {
    border: 1px solid #d4d4d4 !important; }
  .unicart-table .ant-table-tbody > tr.ant-table-row:hover .ant-checkbox-inner {
    border: 1px solid #d4d4d4 !important; }
  .unicart-table .ant-table-tbody > tr.ant-table-row:hover td {
    background: #fafafb !important; }
  .unicart-table tbody tr {
    cursor: text !important; }
  .unicart-table .ant-checkbox,
  .unicart-table .ant-checkbox-input,
  .unicart-table .ant-checkbox-inner {
    width: 18px !important;
    height: 18px !important; }
  .unicart-table .ant-checkbox-checked .ant-checkbox-inner::after {
    top: 46%;
    left: 25%; }
  .unicart-table .ant-checkbox-wrapper {
    margin-left: 18px !important; }
  .unicart-table .ant-table-row-indent.indent-level-1 {
    display: none !important; }

.unicart-table-small {
  overflow-x: auto; }
  .unicart-table-small .ant-table-tbody > tr > td {
    padding: 10px 12px !important; }
  .unicart-table-small .ant-table table {
    border: none !important;
    box-shadow: none !important; }
  .unicart-table-small table thead {
    background-color: #fafafb !important; }
  .unicart-table-small .ant-table-thead th {
    background: #fafafb 0% 0% no-repeat padding-box !important;
    font-size: 12px !important;
    color: #647176 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important; }
  .unicart-table-small .ant-table-thead > tr > th {
    border-bottom: none !important; }
  .unicart-table-small .un-text-truncate {
    font-weight: bold !important; }
  .unicart-table-small .un-light-label {
    font-size: 14px !important; }
  .unicart-table-small .ant-pagination {
    margin-bottom: 20px;
    margin-right: unset !important;
    padding: 0 !important; }

.unicart-table.ofa .ant-table table {
  border: 1px solid #e5e5e5 !important;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; }

.unicart-table table tr td.ant-table-selection-column {
  vertical-align: top !important;
  padding-top: 22px !important; }

.unicart-marketplacelist {
  margin-top: 20px; }
  .unicart-marketplacelist .btn-marketplacelist {
    display: flex;
    flex-wrap: wrap; }
    .unicart-marketplacelist .btn-marketplacelist .btn-store {
      font-size: 14px;
      line-height: 17px;
      height: 33px;
      padding: 7px 16px 8px 16px;
      background-color: transparent;
      border: 1px solid #d4d4d4;
      color: #0c2028 !important;
      border-radius: 60px;
      letter-spacing: 0px;
      margin-bottom: 10px !important;
      margin-right: 10px !important; }
      @media (max-width: 425px) {
        .unicart-marketplacelist .btn-marketplacelist .btn-store + .btn-store {
          margin-left: 0 !important;
          margin-bottom: 10px !important; } }
      .unicart-marketplacelist .btn-marketplacelist .btn-store.active {
        color: #5acc5a !important;
        border-color: #5acc5a !important;
        background-color: #ffffff; }
        @media (max-width: 425px) {
          .unicart-marketplacelist .btn-marketplacelist .btn-store.active {
            margin-right: 10px !important;
            margin-bottom: 10px !important; } }
  .unicart-marketplacelist + .unicart-table {
    margin-top: 0; }

.unicart-button-tabs {
  margin-top: 20px; }
  .unicart-button-tabs .btn-tabs {
    display: flex;
    flex-wrap: wrap; }
    .unicart-button-tabs .btn-tabs .btn-tab {
      font-size: 14px;
      line-height: 17px;
      height: 33px;
      padding: 7px 16px 8px 16px;
      background-color: transparent;
      border: 1px solid #d4d4d4;
      color: #0c2028 !important;
      border-radius: 60px;
      letter-spacing: 0px; }
      .unicart-button-tabs .btn-tabs .btn-tab + .btn-tab {
        margin-left: 10px; }
      .unicart-button-tabs .btn-tabs .btn-tab.active {
        color: #5acc5a !important;
        border-color: #5acc5a !important;
        background-color: #ffffff; }

.un-form .ant-upload,
.marketplace-form .ant-upload {
  width: 100% !important; }
  .un-form .ant-upload .hvrbox,
  .marketplace-form .ant-upload .hvrbox {
    display: flex;
    align-items: center; }

.un-form .ant-upload-drag-icon img,
.marketplace-form .ant-upload-drag-icon img {
  max-height: 100% !important;
  max-width: 100% !important; }

.un-form .upload-placeholder,
.marketplace-form .upload-placeholder {
  padding-top: 20%;
  padding-bottom: 20%;
  height: 100%; }

.un-form .ant-upload-select-picture-card > .ant-upload,
.marketplace-form .ant-upload-select-picture-card > .ant-upload {
  display: contents !important; }

.un-form .image-form-item .ant-form-item-children,
.marketplace-form .image-form-item .ant-form-item-children {
  position: initial !important; }

.un-form .image-form-item.shipping .ant-select-selector,
.marketplace-form .image-form-item.shipping .ant-select-selector {
  height: 45px !important; }

.un-form .image-form-item.shipping .ant-select-selection-placeholder,
.marketplace-form .image-form-item.shipping .ant-select-selection-placeholder {
  height: 45px !important;
  line-height: 45px !important; }

.un-form .image-form-item .add-img,
.un-form .image-form-item label,
.un-form .un-upload-image-div .add-img,
.un-form .un-upload-image-div label,
.marketplace-form .image-form-item .add-img,
.marketplace-form .image-form-item label,
.marketplace-form .un-upload-image-div .add-img,
.marketplace-form .un-upload-image-div label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .un-form .image-form-item .add-img .image-upload-link,
  .un-form .image-form-item label .image-upload-link,
  .un-form .un-upload-image-div .add-img .image-upload-link,
  .un-form .un-upload-image-div label .image-upload-link,
  .marketplace-form .image-form-item .add-img .image-upload-link,
  .marketplace-form .image-form-item label .image-upload-link,
  .marketplace-form .un-upload-image-div .add-img .image-upload-link,
  .marketplace-form .un-upload-image-div label .image-upload-link {
    background-color: #5acc5a;
    color: #ffffff !important;
    padding: 6px 8px;
    border-radius: 20px; }

.un-form .product-image-label,
.marketplace-form .product-image-label {
  display: grid !important; }

.un-form .upload-list-inline .ant-upload-select-picture-card > .ant-upload,
.marketplace-form .upload-list-inline .ant-upload-select-picture-card > .ant-upload {
  top: calc(50% - 25px); }

.un-form .upload-list-inline-first .ant-upload-select-picture-card > .ant-upload,
.marketplace-form .upload-list-inline-first .ant-upload-select-picture-card > .ant-upload {
  top: calc(50% - 50px); }

.un-form .first-image-upload,
.marketplace-form .first-image-upload {
  display: grid;
  color: #cccc; }

.un-form .first-image-upload i,
.marketplace-form .first-image-upload i {
  font-size: 85px !important;
  color: #cccc !important; }

.un-form .product-image-list .ant-upload-list::before,
.un-form .product-image-list .ant-upload-list::after,
.marketplace-form .product-image-list .ant-upload-list::before,
.marketplace-form .product-image-list .ant-upload-list::after {
  content: none; }

.un-form .square,
.marketplace-form .square {
  float: left !important;
  position: sticky;
  width: 97% !important;
  padding-bottom: 97% !important;
  margin: 1.66% !important;
  background-color: transparent !important;
  overflow: hidden !important; }

.un-form .content,
.marketplace-form .content {
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  padding: 1% !important;
  border: 1px lightgray solid;
  border-radius: 4px; }

.un-form a.ant-upload-list-item-thumbnail.grid-last,
.marketplace-form a.ant-upload-list-item-thumbnail.grid-last {
  display: grid;
  vertical-align: middle; }

.un-form .grid-last .icon-upload,
.marketplace-form .grid-last .icon-upload {
  color: #007ce0;
  margin: auto; }

.un-form .content.grid-last-content,
.marketplace-form .content.grid-last-content {
  background: #fafafb 0% 0% no-repeat padding-box;
  border: 1px dashed #007ce0; }

.un-form .square .hvrbox-layer_top,
.marketplace-form .square .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.un-form .square:hover .hvrbox-layer_top,
.un-form .square.active .hvrbox-layer_top,
.marketplace-form .square:hover .hvrbox-layer_top,
.marketplace-form .square.active .hvrbox-layer_top {
  opacity: 1;
  cursor: move; }

.un-form .square .hvrbox-text,
.marketplace-form .square .hvrbox-text {
  text-align: center;
  font-size: 16px;
  display: inline-table;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.un-form .square .hvrbox-text_mobile,
.marketplace-form .square .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid #b3b3b3;
  /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none; }

.un-form .square.active .hvrbox-text_mobile,
.marketplace-form .square.active .hvrbox-text_mobile {
  display: block; }

.un-form .icon-upload,
.marketplace-form .icon-upload {
  color: #5acc5a;
  font-size: 30px; }

.un-form .ant-upload-list,
.marketplace-form .ant-upload-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 0.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.un-form .ant-upload-list > :first-child,
.marketplace-form .ant-upload-list > :first-child {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2; }

.un-page-with-steps .ant-upload.ant-upload-select-picture-card {
  background-color: transparent;
  border-color: #007ce0 !important;
  width: 115px !important;
  height: 115px !important; }

@media (min-width: 1024px) {
  .un-page-with-steps {
    display: flex; } }

@media (max-width: 480px) {
  .un-steps {
    display: none; } }

.ant-steps-vertical .ant-steps-item {
  display: inline-table !important; }

.notification-container:first-child {
  margin-top: 58px !important;
  margin-right: 8px; }

.notification-container:not(:first-child) {
  margin-top: 10px !important;
  margin-right: 8px; }

.navbar-profile {
  display: flex;
  align-items: center; }
  .navbar-profile .list-inline-item {
    margin-right: 0;
    padding-left: 32px;
    align-items: center;
    display: flex; }
    @media (max-width: 1024px) {
      .navbar-profile .list-inline-item {
        padding-left: 16px; } }
    @media (max-width: 480px) {
      .navbar-profile .list-inline-item {
        margin-right: 12px;
        margin-left: unset; } }
    .navbar-profile .list-inline-item:last-child {
      margin-right: 0; }
  .navbar-profile .search-icon .search-wrapper .ant-input-affix-wrapper {
    border: none !important; }
    .navbar-profile .search-icon .search-wrapper .ant-input-affix-wrapper input.ant-input {
      color: #0c2028 !important; }
  .navbar-profile .draft-btn {
    width: fit-content !important;
    width: -moz-fit-content !important;
    height: 33px !important;
    padding: 0px 16px !important;
    border-radius: 17px !important;
    font-size: 14px !important;
    border: 0.4px solid #d4d4d4 !important;
    background: none !important;
    box-shadow: none !important;
    color: #0c2028 !important;
    margin-right: 16px !important; }
  .navbar-profile .draft-btn:hover,
  .navbar-profile .draft-btn:active {
    background: #ffffff !important; }

.ul-navbar-logo {
  margin-left: 10px; }
  @media (max-width: 1024px) {
    .ul-navbar-logo button {
      display: none; } }

body.mini-sidebar .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  justify-content: center; }

body.mini-sidebar .ant-menu-submenu {
  margin-bottom: 0 !important; }
  body.mini-sidebar .ant-menu-submenu .ant-menu-submenu .ant-menu-submenu-title {
    justify-content: normal;
    color: #90999d;
    height: 35px;
    margin: 0;
    line-height: 17px; }

.un-hamburger {
  float: right;
  margin-top: 24px;
  margin-right: 16px;
  width: 19px;
  height: 18px; }

.un-feather-18 {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 19; }

.rct-sidebar .site-logo {
  height: 80px;
  background-color: #ffffff; }
  .rct-sidebar .site-logo img {
    margin-top: 14px;
    margin-left: 16px; }
  .rct-sidebar .site-logo.mini-sidebar {
    margin-left: 0px !important;
    text-align: center; }
    .rct-sidebar .site-logo.mini-sidebar img {
      margin-top: 14px;
      margin-left: 0; }

.rct-sidebar .navigation .ant-menu-item {
  display: flex;
  align-items: center;
  height: unset;
  line-height: 17px !important;
  padding-left: 16px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important; }
  .rct-sidebar .navigation .ant-menu-item span.menu-name {
    white-space: normal !important; }
  .rct-sidebar .navigation .ant-menu-item.channels {
    line-height: 17px !important;
    margin-top: 20px !important;
    margin-bottom: 8px !important;
    height: fit-content !important;
    height: -moz-fit-content !important;
    width: 100%; }

.rct-sidebar .navigation .ant-menu-submenu .ant-menu-submenu-title {
  height: 36px !important; }

.rct-sidebar .navigation .ant-menu-submenu .submenu-holder {
  height: 36px !important;
  line-height: 36px !important;
  display: flex;
  align-items: center; }

.rct-sidebar .navigation .ant-menu-submenu .ant-menu-item {
  padding-left: 40px !important;
  height: unset !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-bottom: 0; }
  .rct-sidebar .navigation .ant-menu-submenu .ant-menu-item span.menu-name {
    white-space: normal !important; }

.rct-sidebar .navigation .ant-menu-item .sidebar-icon,
.rct-sidebar .navigation .ant-menu-submenu .sidebar-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 23px; }
  .rct-sidebar .navigation .ant-menu-item .sidebar-icon img,
  .rct-sidebar .navigation .ant-menu-submenu .sidebar-icon img {
    width: 16px;
    min-width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(69%) sepia(10%) saturate(225%) hue-rotate(153deg) brightness(86%) contrast(86%); }

.rct-sidebar .navigation .ant-menu-item img,
.rct-sidebar .navigation .ant-menu-submenu img {
  width: 16px;
  min-width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(69%) sepia(10%) saturate(225%) hue-rotate(153deg) brightness(86%) contrast(86%); }

.rct-sidebar .helper-footer {
  height: 51px;
  width: 225px;
  background-color: #ffffff;
  box-shadow: none !important;
  z-index: 1002; }
  .rct-sidebar .helper-footer .sidebar-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 23px; }
    .rct-sidebar .helper-footer .sidebar-icon img {
      width: 16px;
      min-width: 16px;
      height: 16px;
      object-fit: contain;
      filter: brightness(0) saturate(100%) invert(69%) sepia(10%) saturate(225%) hue-rotate(153deg) brightness(86%) contrast(86%); }
  .rct-sidebar .helper-footer li.ant-menu-item-selected {
    color: #0c2028 !important; }
    .rct-sidebar .helper-footer li.ant-menu-item-selected .sidebar-icon {
      color: #0c2028 !important; }
      .rct-sidebar .helper-footer li.ant-menu-item-selected .sidebar-icon i {
        color: #0c2028 !important; }
    .rct-sidebar .helper-footer li.ant-menu-item-selected img {
      filter: brightness(0) saturate(100%) invert(8%) sepia(9%) saturate(4619%) hue-rotate(154deg) brightness(88%) contrast(92%) !important; }
    .rct-sidebar .helper-footer li.ant-menu-item-selected a {
      color: #0c2028 !important; }
      .rct-sidebar .helper-footer li.ant-menu-item-selected a span {
        font-weight: bold !important; }

.ant-menu-vertical .ant-menu-item {
  height: 36px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  .ant-menu-vertical .ant-menu-item i {
    color: #90999d !important;
    width: 25px; }

.ant-menu-vertical .ant-menu-item a:hover {
  color: #0c2028 !important; }

.ant-menu-submenu-popup {
  background-color: transparent !important;
  width: 184px !important; }
  .ant-menu-submenu-popup .ant-menu-item-selected,
  .ant-menu-submenu-popup .ant-menu-item-active,
  .ant-menu-submenu-popup .ant-menu-item-selected a {
    color: #0c2028 !important;
    font-weight: bold !important; }
  .ant-menu-submenu-popup .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #fafafb !important; }
  .ant-menu-submenu-popup .ant-menu {
    border-radius: 12px !important; }
  .ant-menu-submenu-popup .ant-menu-item {
    display: flex;
    align-items: left;
    height: unset !important;
    line-height: 17px !important;
    padding-left: 16px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    white-space: normal !important; }
  .ant-menu-submenu-popup .ant-menu-item a {
    margin-top: 10px;
    margin-bottom: 9px; }

.ant-menu-submenu-popup ul {
  padding-top: 12px !important;
  padding-bottom: 11px !important; }

.un-full-width {
  width: 100%; }

.ant-menu-submenu-selected {
  font-weight: bold !important;
  color: #0c2028 !important; }
  .ant-menu-submenu-selected img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(11%) saturate(1924%) hue-rotate(153deg) brightness(90%) contrast(102%) !important; }
  .ant-menu-submenu-selected .ant-menu-submenu .ant-menu-submenu-title {
    font-weight: normal !important;
    height: 31px !important;
    line-height: 31px; }

.navigation .ant-menu-submenu li.ant-menu-item-selected {
  background-color: #fafafb !important;
  font-weight: bold !important;
  color: #0c2028 !important; }

.navigation li.ant-menu-item-selected {
  background-color: #ffffff !important; }

.ant-tooltip-content i {
  width: 18px; }

.un-setting-container {
  position: relative !important; }

.un-bottom {
  position: absolute !important;
  bottom: 0;
  padding-bottom: 20px; }

@media (min-width: 1025px) {
  .vertical-center {
    align-items: center;
    height: 33px !important; } }

.ant-input-group-addon:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.ant-input-group-addon:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.addonBefore .ant-input-group > .ant-input:first-child,
.addonBefore .ant-input-group-addon:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.addonBefore .ant-input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.addonBefore .ant-input-number {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.addonAfter .ant-input-group > .ant-input:last-child,
.addonAfter .ant-input-group-addon:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.addonAfter .ant-input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.addonAfter .ant-input-number {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.ant-radio-button-wrapper {
  color: #0c2028 !important;
  height: 33px !important;
  line-height: 33px !important; }

.ant-radio-button-wrapper-checked {
  border: 1px solid !important;
  box-shadow: none !important;
  vertical-align: bottom;
  color: #0c2028 !important;
  background: #e5e5e5 !important;
  border-color: #d4d4d4 !important; }

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #d4d4d4 !important; }

.ant-radio-button-wrapper:first-child {
  border-radius: 4px 0 0 4px !important; }

.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0 !important; }

.pg-header {
  margin: 0 auto !important;
  top: 1px !important;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pg-header h2 {
    color: #0c2028 !important; }
  .pg-header:not(h2) {
    display: flex;
    justify-content: center;
    align-items: center; }
    .pg-header:not(h2) .icon {
      padding-right: 10px;
      width: 35px; }
  .pg-header .btn-actions {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .pg-header .btn-actions .ant-btn-round {
        padding: 0 8px; } }
  @media (max-width: 480px) {
    .pg-header {
      flex-wrap: wrap; }
      .pg-header h2 .icon {
        width: auto; }
      .pg-header .btn-actions {
        width: 100%; }
        .pg-header .btn-actions li {
          margin-top: 10px; } }

.ant-select-multiple .ant-select-selection-item {
  height: 18px !important;
  line-height: 14px !important;
  font-size: 12px !important;
  background: #007ce0 !important;
  color: #ffffff !important;
  border: 1px solid #d4d4d4 !important;
  border-radius: 4px !important;
  padding-top: 1px !important; }
  .ant-select-multiple .ant-select-selection-item .anticon {
    color: #ffffff !important; }

.table-variant .ant-select-selector,
.table-variant .ant-select-selector:hover,
.table-variant .ant-select-selector:focus,
.table-variant .ant-picker {
  border: none !important; }

.edit-variant {
  padding-bottom: 0 !important; }
  .edit-variant .ant-drawer-body {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .edit-variant .ant-drawer-body {
        padding: 32px 48px; } }
  .edit-variant .ant-modal-header {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .edit-variant .ant-modal-body {
    padding-left: 32px !important;
    padding-right: 32px !important; }
    .edit-variant .ant-modal-body .un-box-flat {
      margin-bottom: 0 !important;
      max-width: unset !important; }
    .edit-variant .ant-modal-body .ant-table-content {
      overflow: auto !important;
      max-height: calc(100vh - 250px) !important; }

.variant-drawer {
  display: flex;
  max-width: 1344px;
  margin: 0 auto; }

.link-blue-action {
  color: #007ce0 !important;
  font-size: 14px !important;
  align-self: center !important;
  font-weight: 400 !important;
  cursor: pointer !important; }

.empty .empty-text .ant-upload,
.empty .empty-text .un-dots-option {
  border-bottom: none !important;
  color: #007ce0 !important; }

.empty .empty-image {
  margin: auto; }
  @media (min-width: 768px) {
    .empty .empty-image {
      margin-left: auto; } }
  .empty .empty-image img {
    width: 280px;
    height: 280px; }

.status-tag {
  border-radius: 4px !important;
  text-transform: capitalize !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: normal !important;
  border: 1px solid;
  white-space: normal;
  height: fit-content !important;
  padding: 1px 8px !important;
  width: fit-content; }
  .status-tag span {
    font-size: 12px !important; }
  .status-tag.published-date {
    color: #38484f !important;
    border-color: #d4d4d4 !important;
    background-color: #d4d4d4 !important; }
  .status-tag.lost-or-damaged, .status-tag.new {
    text-transform: unset !important;
    color: #ffffff;
    border-color: #ff0000;
    background-color: #ff0000; }
  .status-tag.open, .status-tag.returned, .status-tag.shopee, .status-tag.lazada, .status-tag.lazadachoice, .status-tag.tiktok, .status-tag.zalora, .status-tag.pgmall, .status-tag.qoo10, .status-tag.amazon, .status-tag.xilnex, .status-tag.momo, .status-tag.momoplus, .status-tag.coupang, .status-tag.fairprice, .status-tag.shopline, .status-tag.pickup {
    color: #442f0f;
    border-color: #ffae4c;
    background-color: #ffe5cc; }
  .status-tag.pending-process, .status-tag.paid, .status-tag.in-queue, .status-tag.ready-to-ship, .status-tag.ready-to-pickup, .status-tag.shipped, .status-tag.out_for_delivery, .status-tag.upcoming-campaign, .status-tag.scheduled, .status-tag.open-tag, .status-tag.sent, .status-tag.coming-soon, .status-tag.sql-desktop {
    color: #323f47;
    border-color: #8ed7ff;
    background-color: #d0f4ff; }
  .status-tag.sold-out, .status-tag.error, .status-tag.cancelled, .status-tag.out-of-stock {
    color: #49302c;
    border-color: #ffadad;
    background-color: #ffe0e0; }
  .status-tag.default, .status-tag.sent {
    color: #323f47;
    height: 18px;
    font-size: 12px;
    font-weight: normal !important;
    line-height: 18px;
    background: #d0f4ff;
    border-color: #8ed7ff;
    border-radius: 4px; }
  .status-tag.success, .status-tag.boosting, .status-tag.received, .status-tag.delivered, .status-tag.ongoing, .status-tag.pickedup, .status-tag.published, .status-tag.connected, .status-tag.linked, .status-tag.assigned, .status-tag.available {
    color: #323f47;
    border-color: #bcefb9;
    background-color: #f3fff3; }
  .status-tag.exception, .status-tag.failed_attempt, .status-tag.expired {
    color: #0c2028;
    border-color: #ffadad;
    background-color: #ffe0e0; }
  .status-tag.info_received {
    color: #0c2028;
    border-color: #d4d4d4;
    background-color: #fafafb; }
  .status-tag.created_po, .status-tag.return_to_sender, .status-tag.sql-cloud {
    color: #0c2028;
    border-color: #ffae4c;
    background-color: #ffe5cc; }
  .status-tag.ofa, .status-tag.disconnected {
    color: #49302c;
    border-color: #ffadad;
    background-color: #ffe0e0; }
  .status-tag.locked, .status-tag.private {
    color: #f6f6f6;
    border-color: #38484f;
    background-color: #647176; }
  .status-tag.placeholder {
    cursor: pointer;
    color: #0c2028;
    border-color: #d4d4d4;
    background-color: #ffffff;
    margin-right: 4px !important;
    margin-bottom: 4px !important;
    height: 22px !important; }
  .status-tag.incomplete, .status-tag.pending, .status-tag.in_transit, .status-tag.on-queued, .status-tag.running, .status-tag.processing, .status-tag.delivery_office, .status-tag.preorder {
    color: #0c2028;
    border-color: #f9e477;
    background-color: #fff5c4;
    text-transform: unset !important; }
  .status-tag.completed, .status-tag.connecting-tag {
    color: #0c2028;
    border-color: #bcefb9;
    background-color: #f3fff3;
    text-transform: unset !important; }
  .status-tag.void, .status-tag.draft, .status-tag.close-tag, .status-tag.unpublish, .status-tag.unassigned, .status-tag.tiktok-multiWH {
    color: #647176 !important;
    border-color: #d4d4d4 !important;
    background-color: #f6f6f6 !important; }
  .status-tag.expired, .status-tag.failed, .status-tag.notLinked {
    color: #647176;
    border-color: #d4d4d4;
    background-color: #f6f6f6; }
  .status-tag.pending, .status-tag.upcoming, .status-tag.processed, .status-tag.confirmed {
    color: #514b32;
    border-color: #f9e477;
    background-color: #fff5c4; }
  .status-tag.attribute {
    margin-right: 4px;
    margin-bottom: 4px;
    color: #ffffff;
    border-color: #ffffff;
    background-color: #007ce0; }
  .status-tag.welcome {
    color: #445423 !important;
    border-color: #aad356 !important;
    background-color: #aad356 !important; }
  .status-tag.birthday {
    color: #80322d !important;
    border-color: #ffaca6 !important;
    background-color: #ffaca6 !important; }
  .status-tag.unique {
    color: #346073 !important;
    border-color: #b7e1f3 !important;
    background-color: #b7e1f3 !important; }
  .status-tag.normal {
    color: #443805 !important;
    border-color: #f9c908 !important;
    background-color: #f9c908 !important; }
  .status-tag.membership {
    color: #270f6a !important;
    border-color: #e3d9ff !important;
    background-color: #e3d9ff !important; }

.display-large {
  color: #0c2028 !important; }

.display-large.bold {
  color: #0c2028 !important;
  font-weight: 500 !important; }

.display-medium {
  color: #0c2028 !important; }

.display-medium.bold {
  color: #0c2028 !important;
  font-weight: 500 !important; }

.display-small {
  color: #0c2028 !important; }

.display-small.bold {
  color: #0c2028 !important;
  font-weight: 500 !important; }

.heading-large {
  color: #0c2028 !important;
  font-weight: 500 !important; }

.heading-medium {
  color: #0c2028 !important;
  font-weight: 500 !important; }

.heading {
  color: #0c2028 !important;
  font-weight: 500 !important; }

.heading-normal {
  color: #0c2028 !important;
  font-weight: normal !important; }

.heading.bold {
  color: #0c2028 !important;
  font-weight: 600 !important; }

.title {
  color: #0c2028 !important;
  font-weight: 500 !important; }

.title-nomargin {
  color: #0c2028 !important;
  font-weight: 500 !important;
  margin: 0; }

.caption {
  color: #647176; }

.caption-large {
  color: #647176; }

.caption-medium {
  color: #647176; }

.caption-small {
  font-size: 11px !important;
  line-height: 12px !important;
  color: #647176; }

.caption.bold {
  color: #647176;
  font-weight: 500 !important; }

.caption.set {
  color: #0c2028 !important; }

.caption.space-lighter.bold {
  color: #fafafb;
  font-weight: bold !important; }

.caption.space-lighter {
  color: #fafafb; }

.body.bold {
  color: #0c2028;
  font-weight: 500 !important; }

.body.set {
  color: #0c2028 !important; }

.body.set-lighter {
  color: #647176 !important; }

.set {
  color: #0c2028 !important; }

.set-light {
  color: #38484f !important; }

.set-lighter {
  color: #647176 !important; }

.set-lightest {
  color: #90999d !important; }

.space {
  color: #e5e5e5; }

.space-dark {
  color: #d4d4d4; }

.space-light {
  color: #f6f6f6; }

.space-lighter {
  color: #fafafb; }

.green-text {
  color: #35454c; }

.green-darker {
  color: #005c34; }

.green-dark {
  color: #11aa4f; }

.green {
  color: #5acc5a !important; }

.green-light {
  color: #bcefb9; }

.green-lighter {
  color: #f3fff3; }

.blue-text {
  color: #323f47; }

.blue-darker {
  color: #002c83; }

.blue-dark {
  color: #0058b6; }

.blue {
  color: #007ce0; }

.blue-light {
  color: #8ed7ff; }

.blue-lighter {
  color: #d0f4ff; }

.yellow-text {
  color: #514b32; }

.yellow-darker {
  color: #6d5900; }

.yellow-dark {
  color: #bf9c00; }

.yellow {
  color: #f2cb0c; }

.yellow-light {
  color: #f9e477; }

.yellow-lighter {
  color: #fff5c4; }

.orange-text {
  color: #442f0f; }

.orange-darker {
  color: #5b2d00; }

.orange-dark {
  color: #bf5f00; }

.orange {
  color: #ff7f00; }

.orange-light {
  color: #ffae4c; }

.orange-lighter {
  color: #ffe5cc; }

.red-text {
  color: #49302c; }

.red-darker {
  color: #440505; }

.red-dark {
  color: #99140a; }

.red {
  color: #e0241a !important; }

.red-light {
  color: #ffadad; }

.red-lighter {
  color: #ffe0e0; }

.tiffany {
  color: #12d2bb; }

.tiffany-light {
  color: #7af1e2; }

.tiffany-lighter {
  color: #c9f8f2; }

.tiffany-text {
  color: #ffffff; }

.tiffany-dark {
  color: #088a8a; }

.tiffany-darker {
  color: #0f4c58; }

.badge-btn .badge-c-btn,
.badge-btn .badge-c-btn:hover,
.badge-btn .badge-c-btn:focus {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border: 0.4px solid #0058b6 !important;
  background-color: #007ce0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  display: flex; }

.badge-btn .ant-badge-count {
  top: 5px;
  right: 3px;
  font-size: 14px;
  background: #e0241a; }

.search-icon .feather-search {
  font-size: 19px !important;
  color: #647176 !important;
  margin-bottom: 4px; }

.badge-noti .feather-bell {
  border-right: 1px solid #d4d4d4;
  padding-right: 28px;
  font-size: 20px !important;
  color: #647176 !important; }
  @media (max-width: 1023px) {
    .badge-noti .feather-bell {
      border-right: none !important;
      padding-right: 0 !important; } }

.badge-noti .feather-alert-circle {
  font-size: 20px !important;
  color: #647176 !important; }

.badge-noti .ant-badge-count {
  top: 0;
  right: 0;
  font-size: 14px;
  background: #e0241a; }

.help-btn {
  border-right: 1px solid #d4d4d4;
  padding-right: 28px; }
  .help-btn a {
    display: flex; }
    .help-btn a i {
      font-size: 20px;
      color: #647176 !important;
      margin-right: 8px; }
    .help-btn a div {
      color: #647176 !important;
      margin-bottom: 3px; }

.select-lang .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: #f6f6f6 !important;
  border: 1px solid #d4d4d4 !important; }

.select-lang .ant-select-selection-item {
  color: #0c2028 !important; }

.select-lang .ant-select-arrow {
  color: #0c2028 !important;
  font-size: 10px !important;
  right: 10px !important; }

.mobile-menu {
  padding-top: 2px !important; }
  .mobile-menu .feather-menu {
    font-size: 19px !important;
    color: #647176 !important; }

.primary-btn {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px !important;
  padding: 0px 16px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border: 0.4px solid #5acc5a !important;
  background-color: #5acc5a !important;
  box-shadow: none !important;
  color: #ffffff !important; }

.primary-btn:hover {
  border: 0.4px solid #11aa4f !important;
  background-color: #11aa4f !important;
  color: #ffffff !important; }

.primary-btn:focus-visible,
.primary-btn:active {
  border: 0.4px solid #11aa4f !important;
  background-color: #005c34 !important;
  color: #ffffff !important; }

.primary-i-btn {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px !important;
  padding: 0 16px 0 12px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border: 0.4px solid #5acc5a !important;
  background-color: #5acc5a !important;
  box-shadow: none !important;
  color: #ffffff !important; }
  .primary-i-btn i {
    font-size: 14px !important;
    height: 15px !important;
    padding-right: 4px !important; }
  .primary-i-btn span {
    vertical-align: top !important; }
  .primary-i-btn.disabled {
    color: #d4d4d4 !important;
    border: 0.4px solid #e5e5e5 !important;
    background-color: transparent !important; }

.primary-i-btn:hover {
  border: 0.4px solid #11aa4f !important;
  background-color: #11aa4f !important;
  color: #ffffff !important; }
  .primary-i-btn:hover.disabled {
    color: #d4d4d4 !important;
    border: 0.4px solid #e5e5e5 !important;
    background-color: transparent !important; }

.primary-i-btn:focus {
  border: 0.4px solid #11aa4f !important;
  background-color: #005c34 !important;
  color: #ffffff !important; }
  .primary-i-btn:focus.disabled {
    color: #d4d4d4 !important;
    border: 0.4px solid #e5e5e5 !important;
    background-color: transparent !important; }

.full-primary-btn {
  width: 100% !important;
  height: 33px !important;
  padding: 0px 16px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  border: 0.4px solid #5acc5a !important;
  background-color: #5acc5a !important;
  box-shadow: none !important;
  color: #ffffff !important; }
  .full-primary-btn i {
    font-size: 14px !important;
    height: 15px !important; }
  .full-primary-btn span {
    vertical-align: top !important; }

.full-primary-btn:hover {
  border: 0.4px solid #11aa4f !important;
  background-color: #11aa4f !important;
  color: #ffffff !important; }

.full-primary-btn:focus {
  border: 0.4px solid #11aa4f !important;
  background-color: #005c34 !important;
  color: #ffffff !important; }

.basic-btn {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px;
  padding: 0px 16px 0px 12px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border: 0.4px solid #007ce0 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  color: #007ce0 !important; }
  .basic-btn i {
    font-size: 14px !important;
    height: 15px !important;
    padding-right: 4px !important; }
  .basic-btn span {
    vertical-align: top !important; }

.basic-btn:hover {
  border: 0.4px solid #007ce0 !important;
  background-color: #d0f4ff !important;
  box-shadow: none !important;
  color: #007ce0 !important; }

.basic-btn:focus {
  border: 0.4px solid #007ce0 !important;
  background-color: #8ed7ff !important;
  box-shadow: none !important;
  color: #007ce0 !important; }

.outline-btn {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px !important;
  padding: 0px 16px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border-color: #d4d4d4 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  color: #0c2028 !important; }

.outline-btn:hover {
  background-color: #ffffff !important; }

.outline-btn:focus-visible,
.outline-btn:active {
  background-color: #e5e5e5 !important; }

.outline-i-btn {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px !important;
  padding: 0 16px 0 12px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border-color: #d4d4d4 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  color: #0c2028 !important; }
  .outline-i-btn i {
    font-size: 14px !important;
    height: 15px !important;
    padding-right: 4px !important; }
  .outline-i-btn span {
    vertical-align: top !important; }

.outline-i-btn:hover {
  background-color: #ffffff !important; }

.outline-i-btn:focus {
  background-color: #e5e5e5 !important; }

.outline-btn-2 {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px !important;
  padding: 0px 16px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border: 0.4px solid #d4d4d4 !important;
  background: none !important;
  box-shadow: none !important;
  color: #0c2028 !important; }
  .outline-btn-2.disabled {
    color: #d4d4d4 !important;
    border: 0.4px solid #e5e5e5 !important;
    background-color: transparent !important; }

.outline-btn-2:hover,
.outline-btn-2:active {
  background: #ffffff !important; }
  .outline-btn-2:hover.disabled,
  .outline-btn-2:active.disabled {
    color: #d4d4d4 !important;
    border: 0.4px solid #e5e5e5 !important;
    background-color: transparent !important; }

.outline-i-btn-2 {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px !important;
  padding: 0 16px 0 12px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border-color: #d4d4d4 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #0c2028 !important; }
  .outline-i-btn-2 i {
    font-size: 14px !important;
    height: 15px !important;
    padding-right: 4px !important; }
  .outline-i-btn-2 span {
    vertical-align: top !important; }

.outline-i-btn-2:hover {
  background-color: #ffffff !important; }

.outline-i-btn-2:focus {
  background-color: #e5e5e5 !important; }

.outline-btn-3 {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px !important;
  padding: 0px 11px 0px 16px !important;
  border-radius: 17px 0px 0 17px !important;
  font-size: 14px !important;
  border: 0.4px solid #d4d4d4 !important;
  background: none !important;
  box-shadow: none !important;
  color: #0c2028 !important; }
  .outline-btn-3.disabled {
    color: #d4d4d4 !important;
    border: 0.4px solid #e5e5e5 !important;
    background-color: transparent !important; }
  .outline-btn-3.right {
    top: -1px;
    border-radius: 0 17px 17px 0 !important;
    padding: 0px 10px 0px 8px !important; }

.outline-btn-3:hover,
.outline-btn-3:active {
  background: #ffffff !important; }
  .outline-btn-3:hover.disabled,
  .outline-btn-3:active.disabled {
    color: #d4d4d4 !important;
    border: 0.4px solid #e5e5e5 !important;
    background-color: transparent !important; }

.no-outline-btn {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: fit-content !important;
  height: -moz-fit-content !important;
  padding: 0 !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: #38484f !important; }
  .no-outline-btn i {
    font-size: 14px !important;
    height: 15px !important;
    padding-right: 4px !important; }
  .no-outline-btn span {
    vertical-align: top !important; }

.no-outline-btn:hover {
  background-color: none !important;
  color: #0c2028 !important; }

.no-outline-btn:focus {
  background-color: none !important;
  color: #0c2028 !important; }

.outline-mono-btn {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px !important;
  padding: 0px 16px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border-color: #e0241a;
  background-color: #ffffff;
  box-shadow: none !important;
  color: #e0241a; }

.outline-mono-btn:hover {
  background-color: #ffe0e0; }

.outline-mono-btn:focus {
  background-color: #ffadad; }

.plain-btn {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 17px !important;
  padding: 0 !important;
  font-size: 14px !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: #007ce0 !important; }
  .plain-btn .feather-copy {
    margin-right: 4px !important;
    font-size: 14px !important;
    color: #007ce0 !important; }
  .plain-btn .feather-alert-circle {
    margin-left: 4px !important;
    font-size: 14px !important;
    color: #007ce0 !important; }
  .plain-btn .feather-log-in {
    margin-right: 4px !important;
    font-size: 14px !important;
    color: #007ce0 !important; }
  .plain-btn i {
    margin-right: 4px !important;
    font-size: 14px !important;
    color: #007ce0 !important; }

.plain-btn:hover,
.plain-btn:focus {
  cursor: pointer;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: #0058b6 !important; }
  .plain-btn:hover i,
  .plain-btn:focus i {
    color: #0058b6 !important; }

.generate-ai-btn {
  font-size: 14px !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: #007ce0 !important; }

.generate-ai-btn:hover,
.generate-ai-btn:focus {
  cursor: pointer;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: #0058b6 !important; }

.plain-disclosure-btn {
  height: 17px;
  padding: 0;
  font-size: 14px;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: #007ce0; }
  .plain-disclosure-btn i {
    vertical-align: middle;
    margin-left: 4px; }

.plain-disclosure-btn:hover,
.plain-disclosure-btn:focus {
  color: #0058b6;
  border: none !important;
  background: none !important;
  box-shadow: none !important; }

.plain-mono-btn {
  height: 17px;
  padding: 0;
  font-size: 14px;
  border: none;
  background: none;
  box-shadow: none !important;
  color: #e0241a; }

.plain-mono-btn:hover,
.plain-mono-btn:focus {
  color: #99140a; }

.destructive-btn {
  height: 33px !important;
  padding: 0px 16px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border-color: #e0241a !important;
  background-color: #e0241a !important;
  box-shadow: none !important;
  color: #ffffff !important;
  text-transform: unset !important; }

.destructive-btn:hover {
  background-color: #99140a !important; }

.destructive-btn:focus {
  background-color: #440505 !important; }

.plain-destructive-btn {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 17px !important;
  padding: 0 !important;
  font-size: 14px !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: #e0241a !important; }
  .plain-destructive-btn i {
    margin-right: 4px !important;
    font-size: 14px !important;
    color: #e0241a !important; }

.plain-destructive-btn:hover,
.plain-destructive-btn:focus {
  cursor: pointer;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: #99140a !important; }
  .plain-destructive-btn:hover i,
  .plain-destructive-btn:focus i {
    color: #99140a !important; }

.trash-btn {
  height: 17px !important;
  padding: 0 !important;
  font-size: 14px !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  color: #90999d; }
  .trash-btn i {
    font-size: 16px !important;
    margin-right: 4px !important; }

.trash-btn.feather-trash-2 {
  height: 18px !important;
  font-size: 16px !important;
  box-shadow: none !important;
  background: none !important;
  color: #90999d !important; }

.trash-btn:hover,
.trash-btn.feather-trash-2:hover {
  font-size: 16px !important;
  box-shadow: none !important;
  background: none !important;
  color: #e0241a !important; }
  .trash-btn:hover i,
  .trash-btn.feather-trash-2:hover i {
    color: #e0241a !important; }

.trash-btn:focus,
.trash-btn.feather-trash-2:focus {
  font-size: 16px !important;
  box-shadow: none !important;
  background: none !important;
  color: #99140a !important; }

.slim-btn,
.slim-btn:hover {
  height: 25px;
  padding: 4px 12px;
  border-radius: 17px;
  font-size: 14px;
  border-color: #d4d4d4;
  background-color: #fafafb;
  box-shadow: none !important;
  color: #0c2028; }

.slim-btn:focus {
  background-color: #e5e5e5; }

.large-btn,
.large-btn:hover {
  height: 41px;
  padding: 12px 24px;
  border-radius: 21px;
  font-size: 14px;
  border-color: #d4d4d4;
  background-color: #fafafb;
  box-shadow: none !important;
  color: #0c2028; }

.large-btn:active {
  background-color: #e5e5e5; }

.full-width-btn,
.full-width-btn:hover {
  width: 100%;
  height: 33px;
  padding: 8px auto;
  border-radius: 21px;
  font-size: 14px;
  border-color: #d4d4d4;
  background-color: #fafafb;
  box-shadow: none !important;
  color: #0c2028; }

.full-width-btn:focus {
  background-color: #e5e5e5; }

.ellipsis-btn {
  cursor: pointer !important;
  width: 33px !important;
  height: 33px !important;
  background: none !important;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important; }
  .ellipsis-btn.no-margin {
    margin: 0px; }

.ellipsis-btn:hover {
  background: #ffffff !important; }
  .ellipsis-btn:hover .un-dot {
    background-color: #0c2028 !important; }

.ellipsis-btn:focus {
  background: #e5e5e5 !important; }

.split-btn {
  display: flex !important; }
  .split-btn .btn {
    width: fit-content !important;
    width: -moz-fit-content !important;
    height: 33px !important;
    padding: 0px 11px 0px 16px !important;
    border-radius: 17px 0px 0 17px !important;
    font-size: 14px !important;
    border: 0.4px solid #5acc5a !important;
    background-color: #5acc5a !important;
    box-shadow: none !important;
    color: #ffffff !important; }
    .split-btn .btn.right {
      border-radius: 0 17px 17px 0 !important;
      padding: 0px 10px 0px 8px !important;
      border-left: 0.4px solid #11aa4f !important; }
      .split-btn .btn.right .feather-chevron-down {
        line-height: 32px; }

.split-btn:hover .btn {
  border: 0.4px solid #5acc5a !important;
  background-color: #11aa4f !important;
  color: #ffffff !important; }

.split-btn:focus .btn,
.split-btn:active .btn {
  border: 0.4px solid #5acc5a !important;
  background-color: #005c34 !important;
  color: #ffffff !important; }

.sec-split-btn {
  display: flex !important; }
  .sec-split-btn .btn {
    width: fit-content !important;
    width: -moz-fit-content !important;
    height: 33px !important;
    padding: 0px 11px 0px 16px !important;
    border-radius: 17px 0px 0 17px !important;
    font-size: 14px !important;
    border: 0.4px solid #d4d4d4 !important;
    background-color: #fafafb !important;
    box-shadow: none !important;
    color: #0c2028 !important; }
    .sec-split-btn .btn.right {
      border-radius: 0 17px 17px 0 !important;
      padding: 0px 10px 0px 8px !important;
      border-left: none !important; }
      .sec-split-btn .btn.right .feather-chevron-down {
        line-height: 32px; }

.sec-split-btn:hover .btn {
  border: 0.4px solid #d4d4d4 !important;
  background-color: #f6f6f6 !important;
  color: #0c2028 !important; }
  .sec-split-btn:hover .btn.right {
    border-left: none !important; }

.sec-split-btn:focus .btn,
.sec-split-btn:active .btn {
  border: 0.4px solid #d4d4d4 !important;
  background-color: #e5e5e5 !important;
  color: #0c2028 !important; }
  .sec-split-btn:focus .btn.right,
  .sec-split-btn:active .btn.right {
    border-left: none !important; }

.sec-split-btn-2 {
  display: flex !important; }
  .sec-split-btn-2 .btn {
    width: fit-content !important;
    width: -moz-fit-content !important;
    height: 33px !important;
    padding: 0px 11px 0px 16px !important;
    border-radius: 17px 0px 0 17px !important;
    font-size: 14px !important;
    border: 0.4px solid #d4d4d4 !important;
    background: none !important;
    box-shadow: none !important;
    color: #0c2028 !important; }
    .sec-split-btn-2 .btn.right {
      border-radius: 0 17px 17px 0 !important;
      padding: 0px 10px 0px 8px !important;
      border-left: none !important; }
      .sec-split-btn-2 .btn.right .feather-chevron-down {
        line-height: 32px; }

.sec-split-btn-2:hover .btn {
  border: 0.4px solid #d4d4d4 !important;
  background: #ffffff !important;
  color: #0c2028 !important; }
  .sec-split-btn-2:hover .btn.right {
    border-left: none !important; }

.sec-split-btn-2:focus .btn,
.sec-split-btn-2:active .btn {
  border: 0.4px solid #d4d4d4 !important;
  background: #ffffff !important;
  color: #0c2028 !important; }
  .sec-split-btn-2:focus .btn.right,
  .sec-split-btn-2:active .btn.right {
    border-left: none !important; }

.setting-btn {
  cursor: pointer !important;
  width: 33px !important;
  height: 33px !important;
  background: none !important;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important; }
  .setting-btn .feather-settings,
  .setting-btn .feather-file-text {
    font-size: 20px !important;
    color: #647176 !important; }

.setting-btn:hover {
  background: #ffffff !important; }
  .setting-btn:hover .feather-settings,
  .setting-btn:hover .feather-file-text {
    color: #0c2028 !important; }

.setting-btn:focus {
  background: #e5e5e5 !important; }

.icon-btn {
  padding: 0 !important;
  width: 33px !important;
  height: 33px !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important;
  margin-right: 16px;
  transition: none !important; }
  .icon-btn i {
    font-size: 20px !important;
    color: #007ce0; }

.icon-btn:hover,
.icon-btn:focus {
  box-shadow: none !important; }
  .icon-btn:hover i,
  .icon-btn:focus i {
    color: #40a9ff; }

.radio-outline-group .radio-outline-btn {
  width: fit-content !important;
  height: fit-content !important;
  line-height: 40px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
  margin-right: 20px !important;
  padding: 6px 12px !important;
  color: #0c2028 !important; }
  .radio-outline-group .radio-outline-btn:not(:first-child)::before {
    content: none !important; }
  .radio-outline-group .radio-outline-btn .feather-check,
  .radio-outline-group .radio-outline-btn .arrow-left,
  .radio-outline-group .radio-outline-btn .arrow-up {
    display: none; }
  .radio-outline-group .radio-outline-btn span > img {
    width: 40px;
    height: 40px;
    margin-right: 12px; }

.radio-outline-group .radio-outline-btn.ant-radio-button-wrapper-checked {
  position: relative;
  border-color: #5acc5a !important;
  color: #5acc5a !important;
  background-color: #ffffff !important; }
  .radio-outline-group .radio-outline-btn.ant-radio-button-wrapper-checked .feather-check {
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #5acc5a;
    color: #ffffff;
    font-size: 10px;
    border-bottom-right-radius: 4px; }
  .radio-outline-group .radio-outline-btn.ant-radio-button-wrapper-checked .arrow-left {
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #5acc5a; }
  .radio-outline-group .radio-outline-btn.ant-radio-button-wrapper-checked .arrow-up {
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #5acc5a; }

.link-action-btn {
  height: 17px !important;
  padding: 0 !important;
  font-size: 14px !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #007ce0 !important; }
  .link-action-btn i {
    color: #007ce0 !important;
    width: 13px;
    height: 14px;
    font-size: 13px !important;
    margin-right: 4px !important; }

.link-action-btn:hover,
.link-action-btn:focus {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #007ce0 !important; }

.card-icon-title {
  background: #f6f6f6 0% 0% no-repeat padding-box !important;
  border-radius: 4px !important;
  padding: 0 !important;
  margin-bottom: 20px !important; }
  .card-icon-title .ant-list-item {
    padding: 20px 0 !important;
    width: -webkit-fill-available !important;
    width: fill-available !important;
    width: -moz-available !important;
    height: fit-content !important; }
    .card-icon-title .ant-list-item .ant-list-item-meta {
      padding-left: 24px !important;
      padding-right: 34px !important; }
      .card-icon-title .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar {
        background: #8ed7ff 0% 0% no-repeat padding-box;
        border-radius: 50%;
        width: 53px !important;
        height: 53px !important;
        margin-right: 8px; }
        .card-icon-title .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar .ant-avatar-image {
          margin-top: 14px !important;
          margin-left: 11px !important; }
      .card-icon-title .ant-list-item .ant-list-item-meta .ant-list-item-meta-content {
        -webkit-box-flex: 1;
        flex: 1 0;
        padding-top: 15px !important; }

.card-icon-title-desc {
  background: 0% 0% no-repeat padding-box padding-box #f6f6f6 !important;
  border-radius: 4px !important;
  padding: 0px !important;
  margin-bottom: 20px !important; }
  .card-icon-title-desc .ant-list-item {
    padding: 20px 0px !important;
    width: -webkit-fill-available !important;
    width: fill-available !important;
    width: -moz-available !important; }
    .card-icon-title-desc .ant-list-item .ant-list-item-meta {
      padding-left: 24px !important;
      padding-right: 34px !important; }
      .card-icon-title-desc .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar {
        background: 0% 0% no-repeat padding-box padding-box #8ed7ff;
        border-radius: 50%;
        margin-right: 8px;
        width: 53px !important;
        height: 53px !important; }
        .card-icon-title-desc .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar .ant-avatar-image {
          margin-top: 14px !important;
          margin-left: 11px !important; }
      .card-icon-title-desc .ant-list-item .ant-list-item-meta .ant-list-item-meta-title {
        margin-bottom: 0px; }
      .card-icon-title-desc .ant-list-item .ant-list-item-meta .ant-list-item-meta-description {
        line-height: 1.2 !important; }

.dropdown-btn {
  background: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0.4rem; }

.hr-line {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px dashed #00000029; }

.page404 {
  margin: 0 auto !important;
  display: flex;
  min-height: -webkit-calc(100vh - 133px);
  min-height: calc(100vh - 133px);
  flex-direction: column; }
  .page404 .page404content {
    margin-top: 7% !important; }
    @media (min-width: 1440px) {
      .page404 .page404content {
        margin-top: 10% !important; } }
    @media (max-width: 480px) {
      .page404 .page404content {
        margin-top: 15% !important; } }
    .page404 .page404content .un-box-flat {
      background: none !important;
      border: none !important;
      margin: auto; }
    .page404 .page404content .primary-btn {
      width: 320px !important; }
  .page404 .page404image {
    margin-bottom: 35px !important; }
    .page404 .page404image img {
      width: auto !important;
      height: 50vh !important;
      margin: auto !important; }
      @media (min-width: 1440px) {
        .page404 .page404image img {
          height: 50vh !important; } }

.page-access-denied {
  margin: 0 auto !important;
  display: flex;
  min-height: -webkit-calc(100vh - 133px);
  min-height: calc(100vh - 133px);
  flex-direction: column; }
  .page-access-denied .page-access-denied-content {
    margin-top: 4% !important; }
    @media (min-width: 1440px) {
      .page-access-denied .page-access-denied-content {
        margin-top: 10% !important; } }
    @media (max-width: 480px) {
      .page-access-denied .page-access-denied-content {
        margin-top: 15% !important; } }
    .page-access-denied .page-access-denied-content .un-box-flat {
      background: none !important;
      border: none !important;
      margin: auto; }
    .page-access-denied .page-access-denied-content .primary-btn {
      width: 320px !important; }
  .page-access-denied .page-access-denied-img {
    margin-bottom: 35px !important; }
    .page-access-denied .page-access-denied-img img {
      width: auto !important;
      height: 50vh !important;
      margin: auto !important; }
      @media (min-width: 1440px) {
        .page-access-denied .page-access-denied-img img {
          height: 50vh !important; } }
      @media (max-width: 480px) {
        .page-access-denied .page-access-denied-img img {
          height: 40vh !important; } }

@media only screen and (min-width: 1025px) {
  .un-page-half {
    width: 50% !important;
    margin: 0 auto !important; } }

@media only screen and (max-width: 1025px) {
  .un-page-half {
    width: 100% !important;
    margin: 0 auto !important; } }

.apexcharts-toolbar {
  display: none !important; }

.shopee-category {
  color: rgba(0, 0, 0, 0.65) !important; }
  .shopee-category .ant-cascader-menu-item:hover {
    background-color: #f5f5f5 !important; }

.present {
  position: relative !important;
  overflow: hidden !important; }

.ribbon {
  margin: 0;
  padding: 0;
  background: #e0241a;
  color: #ffffff;
  padding: 7px 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  font-size: 12px; }

.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  /* tweak */
  width: 100%;
  height: 100%;
  background: #e0241a; }

.ribbon:before {
  right: 100%; }

.ribbon:after {
  left: 100%; }

.webstore-blog-select-post .ant-form-item {
  width: 100% !important; }

.ant-picker-now-btn {
  display: none; }

.webstore-blog-category-table .blog-categories-disabled {
  background-color: #fafafb !important; }

.webstore-blog-post-table .col-status-tag {
  margin-top: 0 !important; }

.premium .rct-sidebar.normal-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-root.ant-menu-inline {
  scrollbar-color: #90999d #ffffff;
  scrollbar-width: thin; }

.premium .rct-sidebar.normal-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-root.ant-menu-inline::-webkit-scrollbar-track {
  background-color: transparent !important; }

.premium .rct-sidebar.normal-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-root.ant-menu-inline::-webkit-scrollbar {
  width: 6px;
  background-color: transparent !important; }

.premium .rct-sidebar.normal-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-root.ant-menu-inline::-webkit-scrollbar-thumb {
  background-color: #90999d !important;
  border: unset !important;
  border-radius: 12px !important; }

.premium .rct-sidebar.small-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-inline-collapsed.ant-menu-root.ant-menu-vertical {
  scrollbar-color: #90999d #ffffff;
  scrollbar-width: thin; }

.premium .rct-sidebar.small-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-inline-collapsed.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-track {
  background-color: transparent !important; }

.premium .rct-sidebar.small-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-inline-collapsed.ant-menu-root.ant-menu-vertical::-webkit-scrollbar {
  width: 6px;
  background-color: transparent !important; }

.premium .rct-sidebar.small-sidebar .navigation .ant-menu.un-menu.ant-menu-light.ant-menu-inline-collapsed.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thumb {
  background-color: #90999d !important;
  border: unset !important;
  border-radius: 12px !important; }

.premium .rct-sidebar .navigation {
  background-image: linear-gradient(#005d70, #072e20) !important; }
  .premium .rct-sidebar .navigation .site-logo {
    background-color: unset !important; }
    .premium .rct-sidebar .navigation .site-logo.mini-sidebar {
      background-color: unset !important; }
    .premium .rct-sidebar .navigation .site-logo .un-hamburger .feather-menu {
      color: #d4d4d4 !important; }
      .premium .rct-sidebar .navigation .site-logo .un-hamburger .feather-menu:hover {
        color: #ffffff !important; }
  .premium .rct-sidebar .navigation .ant-menu {
    background: unset !important;
    color: #f6f6f6 !important; }
    .premium .rct-sidebar .navigation .ant-menu.ant-menu-sub .ant-menu-item {
      padding-left: 36px !important; }
      .premium .rct-sidebar .navigation .ant-menu.ant-menu-sub .ant-menu-item.ant-menu-item-selected {
        padding-left: 36px !important; }
    .premium .rct-sidebar .navigation .ant-menu .ant-menu-item {
      border-left: 4px solid transparent !important;
      padding-left: 12px !important; }
      .premium .rct-sidebar .navigation .ant-menu .ant-menu-item a {
        color: #f6f6f6 !important; }
        .premium .rct-sidebar .navigation .ant-menu .ant-menu-item a:hover {
          color: #ffffff !important; }
      .premium .rct-sidebar .navigation .ant-menu .ant-menu-item img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(16%) saturate(959%) hue-rotate(194deg) brightness(110%) contrast(93%) !important; }
        .premium .rct-sidebar .navigation .ant-menu .ant-menu-item img:hover {
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(353deg) brightness(94%) contrast(107%) !important; }
      .premium .rct-sidebar .navigation .ant-menu .ant-menu-item.ant-menu-item-selected {
        background-color: #009284 !important;
        border-left: 4px solid #00bfad !important;
        padding-left: 12px !important; }
        .premium .rct-sidebar .navigation .ant-menu .ant-menu-item.ant-menu-item-selected a {
          font-weight: normal !important;
          color: #ffffff !important; }
        .premium .rct-sidebar .navigation .ant-menu .ant-menu-item.ant-menu-item-selected img {
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(318deg) brightness(104%) contrast(100%) !important; }
      .premium .rct-sidebar .navigation .ant-menu .ant-menu-item:hover {
        background-color: #009284 !important; }
        .premium .rct-sidebar .navigation .ant-menu .ant-menu-item:hover img {
          filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(27%) hue-rotate(9deg) brightness(104%) contrast(100%) !important; }
      .premium .rct-sidebar .navigation .ant-menu .ant-menu-item.channels:hover {
        background-color: unset !important; }
      .premium .rct-sidebar .navigation .ant-menu .ant-menu-item.channels span {
        color: #d4d4d4 !important; }
      .premium .rct-sidebar .navigation .ant-menu .ant-menu-item::after {
        border-right: none !important; }
    .premium .rct-sidebar .navigation .ant-menu .ant-menu-submenu-selected {
      font-weight: normal !important;
      color: #ffffff !important; }
    .premium .rct-sidebar .navigation .ant-menu .ant-menu-submenu-title {
      background-color: unset !important; }
      .premium .rct-sidebar .navigation .ant-menu .ant-menu-submenu-title img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(16%) saturate(959%) hue-rotate(194deg) brightness(110%) contrast(93%) !important; }
      .premium .rct-sidebar .navigation .ant-menu .ant-menu-submenu-title:hover {
        color: #ffffff !important;
        background-color: #009284 !important; }
        .premium .rct-sidebar .navigation .ant-menu .ant-menu-submenu-title:hover img {
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(353deg) brightness(94%) contrast(107%) !important; }
    .premium .rct-sidebar .navigation .ant-menu .ant-menu-submenu > .ant-menu {
      background-color: unset !important; }
    .premium .rct-sidebar .navigation .ant-menu .ant-menu-submenu-arrow::after,
    .premium .rct-sidebar .navigation .ant-menu .ant-menu-submenu-arrow::before {
      background: #f6f6f6 !important; }
    .premium .rct-sidebar .navigation .ant-menu .un-menu-eye .un-feather-eye {
      color: #f6f6f6 !important; }
      .premium .rct-sidebar .navigation .ant-menu .un-menu-eye .un-feather-eye:hover {
        color: #ffffff !important; }
    .premium .rct-sidebar .navigation .ant-menu .ant-menu-item-selected img,
    .premium .rct-sidebar .navigation .ant-menu .ant-menu-item-selected a img,
    .premium .rct-sidebar .navigation .ant-menu .ant-menu-item-selected a:hover img {
      filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(7474%) hue-rotate(70deg) brightness(106%) contrast(106%) !important; }
  .premium .rct-sidebar .navigation li.amt-menu-item-selected {
    background-color: #009284 !important;
    border-left: 4px solid #00bfad !important;
    padding-left: 12px !important; }
  .premium .rct-sidebar .navigation .helper-footer {
    background-color: #072e20 !important; }
    .premium .rct-sidebar .navigation .helper-footer li.ant-menu-item-selected .sidebar-icon i {
      color: #ffffff !important; }
    .premium .rct-sidebar .navigation .helper-footer li.ant-menu-item-selected .sidebar-icon img {
      filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(7474%) hue-rotate(70deg) brightness(106%) contrast(106%) !important; }
    .premium .rct-sidebar .navigation .helper-footer li.ant-menu-item-selected img {
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(318deg) brightness(104%) contrast(100%) !important; }
    .premium .rct-sidebar .navigation .helper-footer li.ant-menu-item-selected a span {
      font-weight: normal !important; }
  .premium .rct-sidebar .navigation #stickyMenuContainer {
    border-top: 1px solid #90999d; }
    .premium .rct-sidebar .navigation #stickyMenuContainer .ant-menu-item {
      border-left: 4px solid transparent !important;
      padding-left: 12px !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer .ant-menu-item a {
        color: #f6f6f6 !important; }
        .premium .rct-sidebar .navigation #stickyMenuContainer .ant-menu-item a:hover {
          color: #ffffff !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer .ant-menu-item img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(37%) hue-rotate(337deg) brightness(117%) contrast(93%) !important; }
        .premium .rct-sidebar .navigation #stickyMenuContainer .ant-menu-item img:hover {
          filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(27%) hue-rotate(9deg) brightness(104%) contrast(100%) !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer .ant-menu-item:hover {
        background-color: #009284 !important; }
    .premium .rct-sidebar .navigation #stickyMenuContainer .ant-menu-item-selected {
      background-color: #009284 !important;
      border-left: 4px solid #00bfad !important;
      padding-left: 12px !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer .ant-menu-item-selected a {
        font-weight: normal !important;
        color: #ffffff !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer .ant-menu-item-selected img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(318deg) brightness(104%) contrast(100%) !important; }
    .premium .rct-sidebar .navigation #stickyMenuContainer img {
      width: 16px;
      min-width: 16px;
      height: 16px;
      object-fit: contain;
      filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(37%) hue-rotate(337deg) brightness(117%) contrast(93%) !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer img:hover {
        filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(27%) hue-rotate(9deg) brightness(104%) contrast(100%) !important; }
    .premium .rct-sidebar .navigation #stickyMenuContainer .feather-settings {
      color: #f6f6f6 !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer .feather-settings:hover {
        color: #009284 !important; }
    .premium .rct-sidebar .navigation #stickyMenuContainer .mdi-broom {
      content: url("https://api.iconify.design/mdi/broom.svg?color=%23F6F6F6&height=20") !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer .mdi-broom:hover {
        content: url("https://api.iconify.design/mdi/broom.svg?color=%23009284&height=20") !important;
        vertical-align: -0.125em; }
  .premium .rct-sidebar .navigation #stickyMenuContainer2 {
    width: 48px !important;
    padding-left: unset !important;
    padding-right: 0 !important;
    background-color: #072e20 !important; }
    .premium .rct-sidebar .navigation #stickyMenuContainer2 span div {
      width: 100% !important;
      background-color: unset !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer2 span div:hover {
        background-color: #009284 !important; }
    .premium .rct-sidebar .navigation #stickyMenuContainer2 img {
      width: 16px;
      min-width: 16px;
      height: 16px;
      object-fit: contain;
      filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(37%) hue-rotate(337deg) brightness(117%) contrast(93%) !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer2 img:hover {
        filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7499%) hue-rotate(246deg) brightness(117%) contrast(95%) !important; }
    .premium .rct-sidebar .navigation #stickyMenuContainer2 .feather-settings {
      color: #f6f6f6 !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer2 .feather-settings:hover {
        color: #ffffff !important; }
    .premium .rct-sidebar .navigation #stickyMenuContainer2 .mdi-broom {
      content: url("https://api.iconify.design/mdi/broom.svg?color=%23F6F6F6&height=20") !important; }
      .premium .rct-sidebar .navigation #stickyMenuContainer2 .mdi-broom:hover {
        content: url("https://api.iconify.design/mdi/broom.svg?color=%23FFFFFF&height=20") !important;
        vertical-align: -0.125em; }

.premium .rct-sidebar .navigation .ant-menu .ant-menu-item:hover img {
  filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(895%) hue-rotate(174deg) brightness(116%) contrast(93%) !important; }

.premium.mini-sidebar .rct-sidebar .navigation .ant-menu .ant-menu-submenu-selected {
  background-color: #009284 !important;
  border-left: 4px solid #00bfad !important;
  font-weight: normal !important;
  color: #ffffff !important; }
  .premium.mini-sidebar .rct-sidebar .navigation .ant-menu .ant-menu-submenu-selected .ant-menu-submenu-title {
    padding-left: 18px !important; }

.premium .ant-menu-submenu-popup > .ant-menu {
  background-color: unset !important;
  background-image: linear-gradient(#005d70, #072e20) !important; }
  .premium .ant-menu-submenu-popup > .ant-menu .ant-menu-item {
    border-left: 4px solid transparent !important; }
    .premium .ant-menu-submenu-popup > .ant-menu .ant-menu-item a {
      color: #f6f6f6 !important; }
      .premium .ant-menu-submenu-popup > .ant-menu .ant-menu-item a:hover {
        color: #ffffff !important; }
    .premium .ant-menu-submenu-popup > .ant-menu .ant-menu-item.ant-menu-item-selected {
      background-color: #009284 !important;
      border-left: 4px solid #00bfad !important; }
      .premium .ant-menu-submenu-popup > .ant-menu .ant-menu-item.ant-menu-item-selected a {
        font-weight: normal !important;
        color: #ffffff !important; }
      .premium .ant-menu-submenu-popup > .ant-menu .ant-menu-item.ant-menu-item-selected img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(318deg) brightness(104%) contrast(100%) !important; }
    .premium .ant-menu-submenu-popup > .ant-menu .ant-menu-item:hover {
      background-color: #009284 !important; }

.premium .rct-page .un-box-flat,
.premium .rct-page .rct-block,
.premium .rct-page .rct-block .card-block .p3_nna_bullet .announcement-img img,
.premium .rct-page .unicart-table .ant-tabs,
.premium .rct-page .unicart-table .ant-table table,
.premium .rct-page .unicart-table .ant-table-content,
.premium .rct-page .unicart-table .ant-table-thead > tr > th,
.premium .rct-page .unicart-table .ant-table-container table > thead > tr:first-child th:first-child,
.premium .rct-page .unicart-table .ant-table-container table > thead > tr:first-child th:last-child,
.premium .rct-page .unicart-table .ant-table-footer,
.premium .rct-page .unicart-table.table-without-card .ant-tabs,
.premium .rct-page .unicart-table.table-without-card .ant-table table,
.premium .rct-page .unicart-table.table-without-card .ant-table-thead > tr > th,
.premium .rct-page .unicart-table.table-without-card .ant-table-container table > thead > tr:first-child th:first-child,
.premium .rct-page .unicart-table.table-without-card .ant-table-container table > thead > tr:first-child th:last-child,
.premium .rct-page .unicart-table.table-without-card .ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child,
.premium .rct-page .unicart-table.table-without-card .ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child,
.premium .rct-page .unicart-table.table-without-card .ant-table-footer,
.premium .rct-page .table-responsive,
.premium .rct-page .table-responsive > div,
.premium .rct-page .campaign-table > div > div,
.premium .rct-page .ant-card,
.premium .rct-page .ant-card .ant-card-body > div > div,
.premium .rct-page .ant-card img,
.premium .rct-page .side-nav,
.premium .rct-page .overview-box,
.premium .rct-page .chart-section,
.premium .rct-page .top10-table .ant-table table,
.premium .rct-page .top10-table .ant-table-content,
.premium .rct-page .top10-table .ant-table-thead > tr > th,
.premium .rct-page .top10-table .ant-table-container table > thead > tr:first-child th:first-child,
.premium .rct-page .top10-table .ant-table-container table > thead > tr:first-child th:last-child,
.premium .rct-page .top10-table .ant-table-footer,
.premium .rct-page .bar-table .ant-table table,
.premium .rct-page .bar-table .ant-table-content,
.premium .rct-page .bar-table .ant-table-thead > tr > th,
.premium .rct-page .bar-table .ant-table-container table > thead > tr:first-child th:first-child,
.premium .rct-page .bar-table .ant-table-container table > thead > tr:first-child th:last-child,
.premium .rct-page .bar-table .ant-table-footer,
.premium .rct-page .ant-collapse,
.premium .rct-page .ant-collapse-item,
.premium .rct-page .overview-stats,
.premium .rct-page .channel-filter .channel-container,
.premium .rct-page .smart-stock-body,
.premium .rct-page .smart-stock-body .image-section img,
.premium .rct-page .smart-stock-body .content-section,
.premium .rct-page .shippinglabel-setup .settings-banner-content img.banner,
.premium .rct-page .banner-content img.banner,
.premium .rct-page .orders .wave-shipment .unicart-table.wave-order > div > div {
  border-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.premium .rct-page .un-row-product img {
  border-radius: 6px !important; }

.premium .rct-page .dashboard-inventory .orders-stats {
  border-radius: 0 !important; }
  .premium .rct-page .dashboard-inventory .orders-stats.color-previous {
    box-shadow: -5px 0px 0px 0px #cdcdcd !important; }
  .premium .rct-page .dashboard-inventory .orders-stats.color-today {
    box-shadow: -5px 0px 0px 0px #35ba5a !important; }
  .premium .rct-page .dashboard-inventory .orders-stats.color-this-week {
    box-shadow: -5px 0px 0px 0px #1686e1 !important; }
  .premium .rct-page .dashboard-inventory .orders-stats.color-this-month {
    box-shadow: -5px 0px 0px 0px #ff8800 !important; }

.seo .seo-detail {
  background-color: #fafafb;
  border-radius: 4px;
  padding: 20px 24px;
  margin-bottom: 40px; }
  .seo .seo-detail span {
    word-break: break-all !important; }

.seo .seo-url .ant-input-group-addon:first-child {
  background-color: #f6f6f6 !important;
  color: #90999d !important; }

.seo .seo-url .ant-input-group > .ant-input:last-child,
.seo .seo-url .ant-input-group-addon:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.shopify-integration .ant-dropdown-menu {
  border-radius: 10px !important;
  margin-top: 1rem; }

.shopify-integration .ant-dropdown-menu-item {
  padding-left: 1.5rem;
  padding-right: 2.5rem; }

.shopify-integration .ant-dropdown-menu-item:hover,
.shopify-integration .ant-dropdown-menu-submenu-title:hover,
.shopify-integration .ant-select-dropdown-menu-item-active {
  background-color: #f0f0f0 !important; }

.shopify-integration .ant-tabs {
  border: 0px !important; }

.shopify-integration .search .ant-input-search.ant-input-affix-wrapper {
  border-radius: 4px;
  padding: 2px 11px; }

.shopify-integration .search .ant-input-affix-wrapper span.anticon {
  width: 40px !important;
  color: #0c2028; }

.shopify-integration .search .ant-input-affix-wrapper .anticon {
  font-size: 20px; }

.shopify-integration .search .ant-input {
  height: 40px !important; }

.shopify-integration .search .ant-input-affix-wrapper > input.ant-input {
  margin-top: 1px;
  height: 35px !important; }

.shopify-integration .search .ant-input-search-icon {
  padding-left: 21px;
  padding-right: 0; }

.shopify-integration .search .ant-input-search-icon::after {
  width: 40px; }

.shopify-integration .search .ant-input-search-icon::before {
  right: 30px; }

.shopify-integration .search .ant-input-clear-icon {
  display: none !important; }

.shopify-integration .search .plain-btn {
  height: 40px !important; }

.shopify-integration .bg-grey {
  background-color: #fafafa !important; }

.shopify-integration tr.ant-table-expanded-row > td,
.shopify-integration tr.ant-table-expanded-row > td {
  background-color: #fafafa !important; }

.shopify-integration .ant-table table {
  border: none !important; }

.shopify-integration .unicart-table .ant-table-tbody > tr.ant-table-row-level-0 > td {
  border-top: none !important; }

.shopify-integration .ant-card {
  margin-bottom: 20px;
  border-radius: 10px !important;
  background-color: #fff !important;
  border: 1px solid #e5e5e5 !important; }
  .shopify-integration .ant-card .ant-card-body .ant-list-item {
    width: 100%;
    padding: 0; }
    .shopify-integration .ant-card .ant-card-body .ant-list-item .ant-list-item-meta {
      width: 100%; }
    .shopify-integration .ant-card .ant-card-body .ant-list-item .ant-list-item-meta-avatar {
      margin-right: 12px; }
      .shopify-integration .ant-card .ant-card-body .ant-list-item .ant-list-item-meta-avatar .un-row-product img {
        height: 48px;
        width: 48px;
        border: none !important; }
    .shopify-integration .ant-card .ant-card-body .ant-list-item .ant-list-item-meta-content {
      width: calc(100% - 50px); }
    .shopify-integration .ant-card .ant-card-body .ant-list-item .ant-list-item-meta-title {
      margin-bottom: 4px;
      color: #0c2028 !important;
      font-size: 14px !important;
      font-weight: bold;
      line-height: 17px !important; }
    .shopify-integration .ant-card .ant-card-body .ant-list-item .ant-list-item-meta-description {
      margin-bottom: 4px;
      color: #647176 !important;
      font-size: 14px !important;
      line-height: 17px !important; }

.shopify-list .hide-fields,
.add-shopify-product .hide-fields,
.edit-shopify-product .hide-fields,
.shopify-edit-variant .hide-fields {
  margin-bottom: 0 !important;
  height: 0 !important; }
  @media (max-width: 425px) {
    .shopify-list .hide-fields,
    .add-shopify-product .hide-fields,
    .edit-shopify-product .hide-fields,
    .shopify-edit-variant .hide-fields {
      height: 8px !important; } }

.shopify-list .ant-upload.ant-upload-select-picture-card,
.add-shopify-product .ant-upload.ant-upload-select-picture-card,
.edit-shopify-product .ant-upload.ant-upload-select-picture-card,
.shopify-edit-variant .ant-upload.ant-upload-select-picture-card {
  height: 100%;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 1px dashed #e5e5e5 !important; }

.shopify-list .ant-upload.ant-upload-select-picture-card:hover,
.add-shopify-product .ant-upload.ant-upload-select-picture-card:hover,
.edit-shopify-product .ant-upload.ant-upload-select-picture-card:hover,
.shopify-edit-variant .ant-upload.ant-upload-select-picture-card:hover {
  border: 1px dashed #007ce0 !important; }

.shopify-list .un-form .upload-placeholder,
.shopify-list .marketplace-form .upload-placeholder,
.add-shopify-product .un-form .upload-placeholder,
.add-shopify-product .marketplace-form .upload-placeholder,
.edit-shopify-product .un-form .upload-placeholder,
.edit-shopify-product .marketplace-form .upload-placeholder,
.shopify-edit-variant .un-form .upload-placeholder,
.shopify-edit-variant .marketplace-form .upload-placeholder {
  height: 124px !important;
  width: 124px !important; }

.shopify-list .shopify-variants-table .upload-placeholder,
.add-shopify-product .shopify-variants-table .upload-placeholder,
.edit-shopify-product .shopify-variants-table .upload-placeholder,
.shopify-edit-variant .shopify-variants-table .upload-placeholder {
  padding-top: 11% !important;
  padding-bottom: 40% !important;
  height: 56px !important;
  width: 56px !important; }

.shopify-list .un-form .ant-upload, .shopify-list .marketplace-form .ant-upload
table thead tr th,
.shopify-list table thead tr td,
.shopify-list table tbody tr th,
.shopify-list table tbody tr td,
.shopify-list table tfoot tr th,
.shopify-list table tfoot tr td,
.add-shopify-product .un-form .ant-upload,
.add-shopify-product .marketplace-form .ant-upload
table thead tr th,
.add-shopify-product table thead tr td,
.add-shopify-product table tbody tr th,
.add-shopify-product table tbody tr td,
.add-shopify-product table tfoot tr th,
.add-shopify-product table tfoot tr td,
.edit-shopify-product .un-form .ant-upload,
.edit-shopify-product .marketplace-form .ant-upload
table thead tr th,
.edit-shopify-product table thead tr td,
.edit-shopify-product table tbody tr th,
.edit-shopify-product table tbody tr td,
.edit-shopify-product table tfoot tr th,
.edit-shopify-product table tfoot tr td,
.shopify-edit-variant .un-form .ant-upload,
.shopify-edit-variant .marketplace-form .ant-upload
table thead tr th,
.shopify-edit-variant table thead tr td,
.shopify-edit-variant table tbody tr th,
.shopify-edit-variant table tbody tr td,
.shopify-edit-variant table tfoot tr th,
.shopify-edit-variant table tfoot tr td {
  vertical-align: top !important; }

.shopify-list .hvrbox > img,
.add-shopify-product .hvrbox > img,
.edit-shopify-product .hvrbox > img,
.shopify-edit-variant .hvrbox > img {
  width: 80% !important;
  height: 85%;
  object-fit: cover; }

.shopify-list .syncmthod_fixed,
.add-shopify-product .syncmthod_fixed,
.edit-shopify-product .syncmthod_fixed,
.shopify-edit-variant .syncmthod_fixed {
  display: block; }

.shopify-list .un-page-medium,
.add-shopify-product .un-page-medium,
.edit-shopify-product .un-page-medium,
.shopify-edit-variant .un-page-medium {
  width: 75% !important;
  margin: 20px !important; }

.shopify-list .un-page-medium2,
.add-shopify-product .un-page-medium2,
.edit-shopify-product .un-page-medium2,
.shopify-edit-variant .un-page-medium2 {
  width: 80% !important;
  margin: auto; }

.shopify-list .syncmthod_fixed.isStickyHeader,
.add-shopify-product .syncmthod_fixed.isStickyHeader,
.edit-shopify-product .syncmthod_fixed.isStickyHeader,
.shopify-edit-variant .syncmthod_fixed.isStickyHeader {
  position: fixed;
  top: 85px;
  width: 100%; }

.shopify-list .middlealign,
.add-shopify-product .middlealign,
.edit-shopify-product .middlealign,
.shopify-edit-variant .middlealign {
  vertical-align: middle !important; }

@media (min-width: 1025px) {
  .shopify-list .shopeemy-setup .un-hide,
  .add-shopify-product .shopeemy-setup .un-hide,
  .edit-shopify-product .shopeemy-setup .un-hide,
  .shopify-edit-variant .shopeemy-setup .un-hide {
    display: none !important; } }

.shopify-list .ant-list-item-meta-description,
.add-shopify-product .ant-list-item-meta-description,
.edit-shopify-product .ant-list-item-meta-description,
.shopify-edit-variant .ant-list-item-meta-description {
  padding-left: 0px; }

.shopify-list .un-text-truncate,
.add-shopify-product .un-text-truncate,
.edit-shopify-product .un-text-truncate,
.shopify-edit-variant .un-text-truncate {
  white-space: normal; }

.shopify-list .shopee-listing-opt .ant-list-item-meta-avatar,
.add-shopify-product .shopee-listing-opt .ant-list-item-meta-avatar,
.edit-shopify-product .shopee-listing-opt .ant-list-item-meta-avatar,
.shopify-edit-variant .shopee-listing-opt .ant-list-item-meta-avatar {
  margin-right: 0 !important;
  width: 56px !important;
  height: 56px !important; }
  .shopify-list .shopee-listing-opt .ant-list-item-meta-avatar .un-row-product,
  .add-shopify-product .shopee-listing-opt .ant-list-item-meta-avatar .un-row-product,
  .edit-shopify-product .shopee-listing-opt .ant-list-item-meta-avatar .un-row-product,
  .shopify-edit-variant .shopee-listing-opt .ant-list-item-meta-avatar .un-row-product {
    width: fit-content !important;
    margin: 0 0 0 auto !important; }
    .shopify-list .shopee-listing-opt .ant-list-item-meta-avatar .un-row-product img,
    .add-shopify-product .shopee-listing-opt .ant-list-item-meta-avatar .un-row-product img,
    .edit-shopify-product .shopee-listing-opt .ant-list-item-meta-avatar .un-row-product img,
    .shopify-edit-variant .shopee-listing-opt .ant-list-item-meta-avatar .un-row-product img {
      width: 40px !important;
      height: 40px !important;
      border-radius: 6px !important; }

.shopify-list .shopee-listing-opt .ant-list-item-meta-content,
.add-shopify-product .shopee-listing-opt .ant-list-item-meta-content,
.edit-shopify-product .shopee-listing-opt .ant-list-item-meta-content,
.shopify-edit-variant .shopee-listing-opt .ant-list-item-meta-content {
  padding-left: 12px !important; }

.shopify-list .shopee-listing-opt .ant-list-item-meta-title,
.add-shopify-product .shopee-listing-opt .ant-list-item-meta-title,
.edit-shopify-product .shopee-listing-opt .ant-list-item-meta-title,
.shopify-edit-variant .shopee-listing-opt .ant-list-item-meta-title {
  height: fit-content;
  height: -moz-fit-content;
  padding-left: 0px; }

.shopify-list .tag-error,
.add-shopify-product .tag-error,
.edit-shopify-product .tag-error,
.shopify-edit-variant .tag-error {
  height: 18px;
  line-height: 17px;
  background-color: #ffe0e0;
  border-color: #ffadad;
  border-radius: 4px;
  font-size: 12px;
  justify-content: center; }

.shopify-list .tag-success,
.add-shopify-product .tag-success,
.edit-shopify-product .tag-success,
.shopify-edit-variant .tag-success {
  height: 18px;
  line-height: 17px;
  background-color: #f3fff3;
  border-color: #bcefb9;
  border-radius: 4px;
  font-size: 12px;
  justify-content: center; }

.shopify-list .tag-unsync,
.add-shopify-product .tag-unsync,
.edit-shopify-product .tag-unsync,
.shopify-edit-variant .tag-unsync {
  height: 18px;
  line-height: 17px;
  background-color: #ffe0e0;
  border-color: #ffadad;
  border-radius: 4px;
  font-size: 12px;
  justify-content: center; }

.shopify-list .tag-queue,
.add-shopify-product .tag-queue,
.edit-shopify-product .tag-queue,
.shopify-edit-variant .tag-queue {
  height: 18px;
  line-height: 17px;
  background-color: #d0f4ff;
  border-color: #8ed7ff;
  border-radius: 4px;
  font-size: 12px;
  justify-content: center; }

.shopify-list .un-feather-20,
.add-shopify-product .un-feather-20,
.edit-shopify-product .un-feather-20,
.shopify-edit-variant .un-feather-20 {
  font-size: 20px !important;
  font-weight: normal;
  line-height: 19px;
  color: #90999d; }

.shopify-list .form-group,
.add-shopify-product .form-group,
.edit-shopify-product .form-group,
.shopify-edit-variant .form-group {
  margin-bottom: 0; }

.shopify-list .card-nopadding .ant-card-body,
.add-shopify-product .card-nopadding .ant-card-body,
.edit-shopify-product .card-nopadding .ant-card-body,
.shopify-edit-variant .card-nopadding .ant-card-body {
  padding: 0px; }

.shopify-list .edit-tag svg,
.add-shopify-product .edit-tag svg,
.edit-shopify-product .edit-tag svg,
.shopify-edit-variant .edit-tag svg {
  color: white; }

.shopify-list .shopee-syncmethod .ant-legacy-form-item,
.add-shopify-product .shopee-syncmethod .ant-legacy-form-item,
.edit-shopify-product .shopee-syncmethod .ant-legacy-form-item,
.shopify-edit-variant .shopee-syncmethod .ant-legacy-form-item {
  margin-bottom: 0; }

.shopify-list .shopee-syncmethod .method-label,
.add-shopify-product .shopee-syncmethod .method-label,
.edit-shopify-product .shopee-syncmethod .method-label,
.shopify-edit-variant .shopee-syncmethod .method-label {
  padding-top: 7px !important;
  width: fit-content;
  width: -moz-fit-content;
  margin-right: 15px; }

.shopify-list .shopee-syncmethod .method-switch,
.add-shopify-product .shopee-syncmethod .method-switch,
.edit-shopify-product .shopee-syncmethod .method-switch,
.shopify-edit-variant .shopee-syncmethod .method-switch {
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: 0; }

.shopify-list .variant-table th,
.add-shopify-product .variant-table th,
.edit-shopify-product .variant-table th,
.shopify-edit-variant .variant-table th {
  text-align: left !important;
  padding-top: 8px;
  padding-bottom: 8px; }
  .shopify-list .variant-table th label,
  .add-shopify-product .variant-table th label,
  .edit-shopify-product .variant-table th label,
  .shopify-edit-variant .variant-table th label {
    font-size: 12px;
    margin-bottom: 0;
    color: #647176; }
    .shopify-list .variant-table th label .feather-edit-3,
    .add-shopify-product .variant-table th label .feather-edit-3,
    .edit-shopify-product .variant-table th label .feather-edit-3,
    .shopify-edit-variant .variant-table th label .feather-edit-3 {
      font-size: 15px;
      color: #007ce0; }

.shopify-list .variant-table td,
.add-shopify-product .variant-table td,
.edit-shopify-product .variant-table td,
.shopify-edit-variant .variant-table td {
  text-align: left !important; }
  .shopify-list .variant-table td .ant-input-group-addon,
  .add-shopify-product .variant-table td .ant-input-group-addon,
  .edit-shopify-product .variant-table td .ant-input-group-addon,
  .shopify-edit-variant .variant-table td .ant-input-group-addon {
    border: none; }
  .shopify-list .variant-table td .ant-input,
  .add-shopify-product .variant-table td .ant-input,
  .edit-shopify-product .variant-table td .ant-input,
  .shopify-edit-variant .variant-table td .ant-input {
    border: none; }

.shopify-list .variant-table .opt-tierName img,
.add-shopify-product .variant-table .opt-tierName img,
.edit-shopify-product .variant-table .opt-tierName img,
.shopify-edit-variant .variant-table .opt-tierName img {
  object-fit: contain;
  margin-right: 13px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.shopify-list .variant-table .opt-tierName .ant-badge-status-text,
.add-shopify-product .variant-table .opt-tierName .ant-badge-status-text,
.edit-shopify-product .variant-table .opt-tierName .ant-badge-status-text,
.shopify-edit-variant .variant-table .opt-tierName .ant-badge-status-text {
  margin: 0; }

.shopify-list .variant-table .opt-tierName .ant-badge-status-dot,
.add-shopify-product .variant-table .opt-tierName .ant-badge-status-dot,
.edit-shopify-product .variant-table .opt-tierName .ant-badge-status-dot,
.shopify-edit-variant .variant-table .opt-tierName .ant-badge-status-dot {
  width: 3px;
  height: 3px; }

.shopify-list .variant-table .opt-tierName .opt-tier1st,
.add-shopify-product .variant-table .opt-tierName .opt-tier1st,
.edit-shopify-product .variant-table .opt-tierName .opt-tier1st,
.shopify-edit-variant .variant-table .opt-tierName .opt-tier1st {
  color: #002c83; }

.shopify-list .variant-table .opt-tierName .opt-tier2nd,
.add-shopify-product .variant-table .opt-tierName .opt-tier2nd,
.edit-shopify-product .variant-table .opt-tierName .opt-tier2nd,
.shopify-edit-variant .variant-table .opt-tierName .opt-tier2nd {
  color: #005c34; }

.shopify-list .collection-table,
.add-shopify-product .collection-table,
.edit-shopify-product .collection-table,
.shopify-edit-variant .collection-table {
  overflow-x: auto; }
  .shopify-list .collection-table .ant-table-tbody > tr > td,
  .add-shopify-product .collection-table .ant-table-tbody > tr > td,
  .edit-shopify-product .collection-table .ant-table-tbody > tr > td,
  .shopify-edit-variant .collection-table .ant-table-tbody > tr > td {
    padding: 12px 12px !important; }
  .shopify-list .collection-table .ant-table table,
  .add-shopify-product .collection-table .ant-table table,
  .edit-shopify-product .collection-table .ant-table table,
  .shopify-edit-variant .collection-table .ant-table table {
    border: none !important;
    box-shadow: none !important; }
  .shopify-list .collection-table table thead,
  .add-shopify-product .collection-table table thead,
  .edit-shopify-product .collection-table table thead,
  .shopify-edit-variant .collection-table table thead {
    background-color: #fafafb !important; }
  .shopify-list .collection-table .ant-table-thead th,
  .add-shopify-product .collection-table .ant-table-thead th,
  .edit-shopify-product .collection-table .ant-table-thead th,
  .shopify-edit-variant .collection-table .ant-table-thead th {
    background: #fafafb 0% 0% no-repeat padding-box !important;
    font-size: 12px !important;
    color: #647176 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important; }
  .shopify-list .collection-table .ant-table-thead > tr > th,
  .add-shopify-product .collection-table .ant-table-thead > tr > th,
  .edit-shopify-product .collection-table .ant-table-thead > tr > th,
  .shopify-edit-variant .collection-table .ant-table-thead > tr > th {
    border-bottom: none !important; }
  .shopify-list .collection-table .un-text-truncate,
  .add-shopify-product .collection-table .un-text-truncate,
  .edit-shopify-product .collection-table .un-text-truncate,
  .shopify-edit-variant .collection-table .un-text-truncate {
    font-weight: bold !important; }
  .shopify-list .collection-table .un-light-label,
  .add-shopify-product .collection-table .un-light-label,
  .edit-shopify-product .collection-table .un-light-label,
  .shopify-edit-variant .collection-table .un-light-label {
    font-size: 14px !important; }

.shopify-list .edit-variant-table table,
.add-shopify-product .edit-variant-table table,
.edit-shopify-product .edit-variant-table table,
.shopify-edit-variant .edit-variant-table table {
  max-height: calc(100vh - 352px);
  overflow-y: auto;
  overflow-x: auto; }

.shopify-list .edit-variant-table .ant-table-thead > tr > th,
.add-shopify-product .edit-variant-table .ant-table-thead > tr > th,
.edit-shopify-product .edit-variant-table .ant-table-thead > tr > th,
.shopify-edit-variant .edit-variant-table .ant-table-thead > tr > th {
  background-color: #fafafb !important;
  font-size: 14px !important;
  color: #647176 !important;
  padding: 9px 12px !important; }

.shopify-list .edit-variant-table .ant-table-tbody > tr > td,
.add-shopify-product .edit-variant-table .ant-table-tbody > tr > td,
.edit-shopify-product .edit-variant-table .ant-table-tbody > tr > td,
.shopify-edit-variant .edit-variant-table .ant-table-tbody > tr > td {
  color: #0c2028 !important;
  padding: 9px 12px !important; }

.shopify-list .edit-variant-table .opt-tierName img,
.add-shopify-product .edit-variant-table .opt-tierName img,
.edit-shopify-product .edit-variant-table .opt-tierName img,
.shopify-edit-variant .edit-variant-table .opt-tierName img {
  object-fit: contain;
  margin-right: 13px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.shopify-list .edit-variant-table .opt-tierName .ant-badge-status-text,
.add-shopify-product .edit-variant-table .opt-tierName .ant-badge-status-text,
.edit-shopify-product .edit-variant-table .opt-tierName .ant-badge-status-text,
.shopify-edit-variant .edit-variant-table .opt-tierName .ant-badge-status-text {
  margin: 0; }

.shopify-list .edit-variant-table .opt-tierName .ant-badge-status-dot,
.add-shopify-product .edit-variant-table .opt-tierName .ant-badge-status-dot,
.edit-shopify-product .edit-variant-table .opt-tierName .ant-badge-status-dot,
.shopify-edit-variant .edit-variant-table .opt-tierName .ant-badge-status-dot {
  width: 3px;
  height: 3px; }

.shopify-list .edit-variant-table .opt-tierName .opt-tier1st,
.add-shopify-product .edit-variant-table .opt-tierName .opt-tier1st,
.edit-shopify-product .edit-variant-table .opt-tierName .opt-tier1st,
.shopify-edit-variant .edit-variant-table .opt-tierName .opt-tier1st {
  color: #002c83; }

.shopify-list .edit-variant-table .opt-tierName .opt-tier2nd,
.add-shopify-product .edit-variant-table .opt-tierName .opt-tier2nd,
.edit-shopify-product .edit-variant-table .opt-tierName .opt-tier2nd,
.shopify-edit-variant .edit-variant-table .opt-tierName .opt-tier2nd {
  color: #005c34; }

.shopify-list .variant-table th,
.add-shopify-product .variant-table th,
.edit-shopify-product .variant-table th,
.shopify-edit-variant .variant-table th {
  text-align: left !important;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #647176 !important; }
  .shopify-list .variant-table th label,
  .add-shopify-product .variant-table th label,
  .edit-shopify-product .variant-table th label,
  .shopify-edit-variant .variant-table th label {
    font-size: 12px;
    margin-bottom: 0; }
    .shopify-list .variant-table th label .feather-edit-3,
    .add-shopify-product .variant-table th label .feather-edit-3,
    .edit-shopify-product .variant-table th label .feather-edit-3,
    .shopify-edit-variant .variant-table th label .feather-edit-3 {
      font-size: 15px;
      color: #007ce0; }

.shopify-list .variant-table td,
.add-shopify-product .variant-table td,
.edit-shopify-product .variant-table td,
.shopify-edit-variant .variant-table td {
  text-align: left !important; }
  .shopify-list .variant-table td .ant-input-group-addon,
  .add-shopify-product .variant-table td .ant-input-group-addon,
  .edit-shopify-product .variant-table td .ant-input-group-addon,
  .shopify-edit-variant .variant-table td .ant-input-group-addon {
    border: none; }
  .shopify-list .variant-table td .ant-input,
  .add-shopify-product .variant-table td .ant-input,
  .edit-shopify-product .variant-table td .ant-input,
  .shopify-edit-variant .variant-table td .ant-input {
    border: none; }

.shopify-list .variant-table .select-option-chevron,
.add-shopify-product .variant-table .select-option-chevron,
.edit-shopify-product .variant-table .select-option-chevron,
.shopify-edit-variant .variant-table .select-option-chevron {
  padding: 0 !important;
  width: 100% !important;
  text-align: left !important;
  color: #90999d !important;
  position: relative !important;
  cursor: pointer !important; }
  .shopify-list .variant-table .select-option-chevron .feather-chevron-down,
  .add-shopify-product .variant-table .select-option-chevron .feather-chevron-down,
  .edit-shopify-product .variant-table .select-option-chevron .feather-chevron-down,
  .shopify-edit-variant .variant-table .select-option-chevron .feather-chevron-down {
    color: #0c2028 !important;
    font-size: 20px !important;
    position: absolute !important;
    right: 0 !important; }

.shopify-list .variant-table .td-stock,
.add-shopify-product .variant-table .td-stock,
.edit-shopify-product .variant-table .td-stock,
.shopify-edit-variant .variant-table .td-stock {
  background-color: #f6f6f6 !important; }

.shopify-list .variant-table .opt-tierName img,
.add-shopify-product .variant-table .opt-tierName img,
.edit-shopify-product .variant-table .opt-tierName img,
.shopify-edit-variant .variant-table .opt-tierName img {
  object-fit: contain;
  margin-right: 13px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.shopify-list .variant-table .opt-tierName .ant-badge-status-text,
.add-shopify-product .variant-table .opt-tierName .ant-badge-status-text,
.edit-shopify-product .variant-table .opt-tierName .ant-badge-status-text,
.shopify-edit-variant .variant-table .opt-tierName .ant-badge-status-text {
  margin: 0; }

.shopify-list .variant-table .opt-tierName .ant-badge-status-dot,
.add-shopify-product .variant-table .opt-tierName .ant-badge-status-dot,
.edit-shopify-product .variant-table .opt-tierName .ant-badge-status-dot,
.shopify-edit-variant .variant-table .opt-tierName .ant-badge-status-dot {
  width: 3px;
  height: 3px; }

.shopify-list .variant-table .opt-tierName .opt-tier1st,
.add-shopify-product .variant-table .opt-tierName .opt-tier1st,
.edit-shopify-product .variant-table .opt-tierName .opt-tier1st,
.shopify-edit-variant .variant-table .opt-tierName .opt-tier1st {
  color: #002c83; }

.shopify-list .variant-table .opt-tierName .opt-tier2nd,
.add-shopify-product .variant-table .opt-tierName .opt-tier2nd,
.edit-shopify-product .variant-table .opt-tierName .opt-tier2nd,
.shopify-edit-variant .variant-table .opt-tierName .opt-tier2nd {
  color: #005c34; }

.select-product-modal .modal-filter .search-form {
  display: block !important; }

.select-product-modal .btn-productlist {
  display: flex;
  margin-bottom: 20px; }
  .select-product-modal .btn-productlist .btn-product {
    font-size: 14px;
    line-height: 17px;
    height: 33px;
    padding: 7px 16px 8px 16px;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    color: #0c2028 !important;
    border-radius: 60px;
    letter-spacing: 0px; }
    .select-product-modal .btn-productlist .btn-product + .btn-product {
      margin-left: 10px; }
    .select-product-modal .btn-productlist .btn-product.active {
      color: #5acc5a !important;
      border-color: #5acc5a !important;
      background-color: #ffffff; }

.select-product-modal .product-table table tbody tr td {
  vertical-align: top !important; }

.select-product-modal .product-table .ant-list-item {
  padding: 0 !important; }

.select-product-modal .product-table .ant-list-item-meta {
  padding-top: 1px !important; }

.select-product-modal .product-table .ant-list-item-meta-description {
  padding-left: 0; }

.select-product-modal .product-table .ant-checkbox-wrapper {
  margin-left: unset !important; }

.select-product-modal .product-table .ant-table-tbody > tr > td {
  padding: 12px 12px !important; }

.select-product-modal .product-table .ant-table table {
  border: none !important;
  box-shadow: none !important; }

.select-product-modal .product-table table thead {
  background-color: #fafafb !important; }

.select-product-modal .product-table .ant-table-thead th {
  background: #fafafb 0% 0% no-repeat padding-box !important;
  font-size: 12px !important;
  color: #647176 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important; }

.select-product-modal .product-table .ant-table-thead > tr > th {
  border-bottom: none !important; }

.select-product-modal .product-table .desc {
  line-height: 15px !important; }

.select-product-modal .product-table .un-light-label-text {
  color: #647176 !important;
  font-size: 12px !important; }

.select-product-modal .ant-pagination-options-size-changer.ant-select {
  display: none; }

.select-store-variant-modal .ant-modal-body {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .select-store-variant-modal .ant-modal-body .ant-input-affix-wrapper {
    height: 41px !important;
    border-radius: 4px !important; }
  .select-store-variant-modal .ant-modal-body .th-related-variant {
    font-size: 12px !important;
    margin: 20px 0 !important;
    padding: 9px 24px !important;
    color: #647176 !important;
    background: #fafafb !important; }
  .select-store-variant-modal .ant-modal-body .content-with-padding {
    padding-left: 24px !important;
    padding-right: 24px !important; }
    .select-store-variant-modal .ant-modal-body .content-with-padding .variant-img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border: 1px solid #e5e5e5;
      border-radius: 4px; }
    .select-store-variant-modal .ant-modal-body .content-with-padding .variant-detail {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-left: 12px;
      height: 100%; }

.shopee-pop .result-wrapper {
  max-height: 250px;
  width: 180px;
  overflow-y: auto; }

.shopee-pop .box-result {
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: white; }
  .shopee-pop .box-result .ant-alert {
    padding: 3px 10px 3px 25px;
    border-radius: 3px; }
  .shopee-pop .box-result .ant-alert-icon {
    top: 6px;
    left: 6px; }

.shopee-pop .msg-box {
  margin-top: 5px;
  font-size: 10px;
  word-break: break-all; }

.search-collection-modal .search-form .un-filter-value {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.search-collection-modal .collection-table table tbody tr td {
  vertical-align: top !important; }

.search-collection-modal .collection-table .ant-list-item {
  padding: 0 !important; }

.search-collection-modal .collection-table .ant-list-item-meta {
  padding-top: 1px !important; }

.search-collection-modal .collection-table .ant-list-item-meta-description {
  padding-left: 0; }

.search-collection-modal .collection-table .ant-checkbox-wrapper {
  margin-left: unset !important; }

.search-collection-modal .collection-table .ant-table-tbody > tr > td {
  padding: 12px 12px !important; }

.search-collection-modal .collection-table .ant-table table {
  border: none !important;
  box-shadow: none !important; }

.search-collection-modal .collection-table table thead {
  background-color: #fafafb !important; }

.search-collection-modal .collection-table .ant-table-thead th {
  background: #fafafb 0% 0% no-repeat padding-box !important;
  font-size: 12px !important;
  color: #647176 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important; }

.search-collection-modal .collection-table .ant-table-thead > tr > th {
  border-bottom: none !important; }

.search-collection-modal .collection-table .desc {
  line-height: 15px !important; }

.search-collection-modal .collection-table .un-light-label-text {
  color: #647176 !important;
  font-size: 12px !important; }

.search-collection-modal .ant-pagination-options-size-changer.ant-select {
  display: none; }

.shopify-selected-button-group > .ant-btn {
  border-radius: 0px !important; }

.shopify-selected-button-group > .ant-btn:last-child:not(:first-child) {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.shopify-selected-button-group > .ant-btn:first-child:not(:last-child) {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.shopify-delete-btn > .feather-trash-2.small {
  color: red !important; }

.shopify-sync-button-group {
  top: 10px !important;
  right: 50px !important;
  position: fixed !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #0c2028 !important;
  padding-left: 0 !important; }

.shopify-sync-button-group > .ant-btn-group {
  border: 0.4px solid #11aa4f !important;
  border-radius: 17px !important; }

.shopify-sync-button-group > .ant-btn-group:hover {
  border: 0.4px solid #11aa4f !important;
  border-radius: 17px !important;
  background-color: #11aa4f; }

.shopify-sync-button-group > .ant-btn-group > .ant-btn-primary:nth-child(1) {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.shopify-sync-button-group > .ant-btn-group > .ant-btn-primary:nth-child(1):hover {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-color: #11aa4f !important; }

.shopify-sync-button-group > .ant-btn-group > .ant-btn-primary:nth-child(2) {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: 0.4px solid #11aa4f !important; }

.shopify-sync-button-group > .ant-btn-group > .ant-btn-primary:nth-child(2):hover {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: 0.4px solid #11aa4f !important; }

.shopify-sync-button-group > .ant-btn-group > .ant-btn-primary:nth-child(2):hover {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background-color: #11aa4f !important; }

.ant-btn.shopify-add-option-btn {
  border-radius: 3px !important;
  width: 205px !important; }

.ant-btn.shopify-add-option-btn > span {
  color: #007ce0; }

.ant-btn.shopify-option-delete-btn {
  border: 0px; }

.shopify-variants-table table {
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px; }

.shopify-variants-table table th {
  background-color: #fafafb !important;
  font-size: 1em !important;
  padding: 5px 5px;
  vertical-align: middle !important; }

.woocommerce-variants-table table {
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px; }

.unicart-variants-table table {
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px; }

.woocommerce-variants-table table th {
  background-color: #fafafb !important;
  font-size: 1em !important;
  padding: 5px 5px;
  vertical-align: middle !important; }

.unicart-variants-table table th {
  font-size: 1em !important;
  padding: 5px 5px;
  vertical-align: middle !important; }

.un-link-with-inventory-modal {
  width: 750px !important; }
  .un-link-with-inventory-modal .ant-modal-body {
    height: calc(100vh - 100px);
    max-height: unset !important;
    padding: 20px !important; }
    @media (min-width: 1440px) {
      .un-link-with-inventory-modal .ant-modal-body {
        height: calc(100vh - 280px) !important; } }
    .un-link-with-inventory-modal .ant-modal-body .unicart-filter {
      margin-top: 0 !important; }
      .un-link-with-inventory-modal .ant-modal-body .unicart-filter .product-form-label {
        margin-bottom: 4px !important; }
      .un-link-with-inventory-modal .ant-modal-body .unicart-filter .ant-select {
        width: 100% !important;
        margin-right: 16px !important; }
      .un-link-with-inventory-modal .ant-modal-body .unicart-filter .link-modal-select-option.ant-select {
        width: 20% !important;
        margin-right: unset !important; }
        .un-link-with-inventory-modal .ant-modal-body .unicart-filter .link-modal-select-option.ant-select .ant-select-selector {
          height: 41px !important;
          border-top-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important;
          border-top-left-radius: 4px !important;
          border-bottom-left-radius: 4px !important; }
          .un-link-with-inventory-modal .ant-modal-body .unicart-filter .link-modal-select-option.ant-select .ant-select-selector .ant-select-selection-item {
            align-self: center !important; }
        .un-link-with-inventory-modal .ant-modal-body .unicart-filter .link-modal-select-option.ant-select .ant-select-arrow {
          display: flex !important; }
      .un-link-with-inventory-modal .ant-modal-body .unicart-filter .ant-input-affix-wrapper {
        border-radius: 4px !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        height: 41px !important;
        margin-right: 16px; }
      .un-link-with-inventory-modal .ant-modal-body .unicart-filter span.anticon {
        width: 40px !important;
        color: #0c2028; }
      .un-link-with-inventory-modal .ant-modal-body .unicart-filter .ant-input-suffix {
        font-size: 20px; }
      .un-link-with-inventory-modal .ant-modal-body .unicart-filter .ant-select-clear {
        display: none !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table table tbody tr td {
      vertical-align: top !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-list-item {
      padding: 0 !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-list-item-meta {
      padding-top: 1px !important; }
      .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-list-item-meta .ant-tag {
        font-weight: 500 !important;
        line-height: 16px; }
      .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-list-item-meta .status-tag {
        text-transform: initial; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-list-item-meta-description {
      padding-left: 0; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-checkbox-wrapper {
      margin-left: unset !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-table-tbody > tr > td {
      padding: 12px 12px !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-table table {
      border: none !important;
      box-shadow: none !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table table thead {
      background-color: #fafafb !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-table-thead th {
      background: #fafafb 0% 0% no-repeat padding-box !important;
      font-size: 12px !important;
      color: #647176 !important;
      padding-top: 9px !important;
      padding-bottom: 9px !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-table-thead > tr > th {
      border-bottom: none !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .desc {
      line-height: 15px !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .un-light-label-text {
      color: #647176 !important;
      font-size: 12px !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-pagination {
      margin: 12px 0 0 !important;
      color: #0c2028 !important;
      font-weight: normal !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-pagination-item-link {
      color: #0c2028 !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-pagination-item a {
      color: #0c2028 !important; }
    .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-pagination-item-active {
      border: 1px solid #d9d9d9 !important; }
      .un-link-with-inventory-modal .ant-modal-body .inventory-table .ant-pagination-item-active a {
        color: #007ce0 !important; }
    .un-link-with-inventory-modal .ant-modal-body .un-page-with-steps .col-md-9 {
      flex: unset !important;
      max-width: unset !important; }
      .un-link-with-inventory-modal .ant-modal-body .un-page-with-steps .col-md-9 .un-box-flat {
        background-color: none !important;
        border-radius: 0 !important;
        border: none !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
        box-shadow: none !important; }

.price-input-group {
  white-space: nowrap;
  min-width: 250px !important; }

.price-input-group .addon-left,
.price-input-group .addon-right {
  max-width: 60px;
  text-overflow: ellipsis;
  text-align: center; }

.price-input-group .addon-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.price-input-group .addon-right {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.ant-input-number.addonBefore.addonAfter {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ant-input-number.addonBefore {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.ant-input-number.addonAfter {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.search-form .date-period .label {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400; }

.productListing .search-form .ant-input-affix-wrapper {
  width: 420px; }

.search-form .ant-cascader-picker {
  display: flex; }

.search-form .ant-cascader-picker > input.ant-input {
  border-color: #d9d9d9 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important; }

.search-form .ant-input-group.ant-input-group-compact {
  display: flex; }

@media (min-width: 768px) {
  .search-form {
    display: inline-flex; } }

.search-form .ant-tag .anticon-close {
  color: #fff;
  margin-top: 3px; }

@media (max-width: 480px) {
  .search-form .ant-select-item-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 132px; }
  .search-form .ant-select-arrow {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 53%;
    /* right: 11px; */
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    pointer-events: none; }
  .search-form .un-filter-value {
    width: 140px !important; }
    .search-form .un-filter-value .ant-input {
      color: #0c2028 !important; }
  .search-form .un-filter-name > div.ant-select-selector {
    width: 100px; }
  .search-form .un-filter-button {
    margin-left: 6px !important; } }

@media (min-width: 768px) {
  .search-form .un-filter-name > div.ant-select-selector {
    width: 132px; }
  .search-form .large-selector > div.ant-select-selector {
    width: 144px; }
  .search-form .un-filter-button {
    margin-left: 8px !important; } }

.search-form .unselected > div.ant-select-selector {
  width: 226px;
  height: 41px; }
  .search-form .unselected > div.ant-select-selector span.ant-select-selection-placeholder {
    margin: auto; }

.search-form .item-vendor-select > div.ant-select-selector {
  align-items: center; }
  .search-form .item-vendor-select > div.ant-select-selector .ant-select-selection-search > input {
    height: 41px;
    line-height: 41px; }

.search-form .un-filter-name > div.ant-select-selector {
  color: #0c2028 !important;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }
  @media (max-width: 480px) {
    .search-form .un-filter-name > div.ant-select-selector {
      width: 132px !important; } }
  @media (width: 320px) {
    .search-form .un-filter-name > div.ant-select-selector {
      width: 100px !important; } }
  @media (width: 375px) {
    .search-form .un-filter-name > div.ant-select-selector {
      width: 132px !important; } }
  @media (width: 425px) {
    .search-form .un-filter-name > div.ant-select-selector {
      width: 132px !important; } }

.search-form .un-filter-name-channel > div.ant-select-selector {
  color: #0c2028 !important;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  width: 132px; }

.search-form .large-selector > div.ant-select-selector {
  width: 140px; }

.search-form .un-filter-name {
  color: #0c2028 !important; }

.search-form .ant-select-arrow {
  color: #0c2028; }

.search-form .un-filter-value {
  height: 41px !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .search-form .un-filter-value span.anticon {
    width: 40px !important;
    color: #0c2028; }
  .search-form .un-filter-value span.anticon.ant-cascader-picker-arrow,
  .search-form .un-filter-value span.anticon.ant-cascader-picker-clear {
    width: 12px !important;
    right: 10px !important; }
  .search-form .un-filter-value .ant-input-suffix {
    font-size: 20px; }
  @media (max-width: 768px) {
    .search-form .un-filter-value {
      width: 180px !important; } }
  @media (width: 375px) {
    .search-form .un-filter-value {
      width: 162px !important; } }
  @media (width: 425px) {
    .search-form .un-filter-value {
      width: 212px !important; } }

.search-form .un-filter-value-channel {
  height: 41px !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  @media (max-width: 768px) {
    .search-form .un-filter-value-channel {
      width: 180px !important; } }
  @media (max-width: 480px) {
    .search-form .un-filter-value-channel {
      width: 180px !important; } }
  @media (width: 320px) {
    .search-form .un-filter-value-channel {
      width: 150px !important; } }
  @media (width: 375px) {
    .search-form .un-filter-value-channel {
      width: 205px !important; } }
  @media (width: 425px) {
    .search-form .un-filter-value-channel {
      width: 255px !important; } }
  .search-form .un-filter-value-channel span.anticon {
    width: 40px !important;
    color: #0c2028; }
  .search-form .un-filter-value-channel .ant-input-suffix {
    font-size: 20px; }

.search-form .un-filter-button {
  padding: 0;
  width: 40px !important;
  height: 41px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; }
  .search-form .un-filter-button i {
    font-size: 20px;
    color: #0c2028; }
  .search-form .un-filter-button.multiple-function {
    display: inline-flex !important; }

.search-form .plain-btn.show-hide-filter-tag-btn {
  margin: auto 10px !important; }
  .search-form .plain-btn.show-hide-filter-tag-btn i {
    font-size: 18px !important;
    margin: 0 !important; }

.search-form .un-filter-price {
  display: flex !important;
  height: 41px !important; }
  .search-form .un-filter-price .un-filter-price-value {
    display: flex !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 0 !important; }
    .search-form .un-filter-price .un-filter-price-value .ant-input-number {
      border: none !important; }
      .search-form .un-filter-price .un-filter-price-value .ant-input-number .ant-input-number-handler-wrap {
        display: none !important; }
      .search-form .un-filter-price .un-filter-price-value .ant-input-number .ant-input-number-input-wrap {
        height: 39px !important; }
        .search-form .un-filter-price .un-filter-price-value .ant-input-number .ant-input-number-input-wrap input {
          height: 39px !important; }
    .search-form .un-filter-price .un-filter-price-value .range-span {
      padding: 8px 0; }
      .search-form .un-filter-price .un-filter-price-value .range-span .feather-minus {
        font-size: 20px;
        font-weight: bold;
        color: #0c2028; }
  .search-form .un-filter-price .search-btn {
    height: 41px !important;
    width: 40px !important;
    border-radius: 0;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    margin-left: -1px !important;
    padding: 0 10px !important;
    box-shadow: none !important; }
    .search-form .un-filter-price .search-btn .search-icon {
      height: 20px !important;
      width: 20px !important;
      display: block;
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='64 64 896 896' focusable='false' data-icon='search' width='1em' height='1em' fill='currentColor' aria-hidden='true'%3E%3Cpath d='M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z'%3E%3C/path%3E%3C/svg%3E") !important; }

.search-form .min-max-price-err {
  display: none; }
  .search-form .min-max-price-err.show {
    display: block; }
  .search-form .min-max-price-err span {
    color: red;
    font-size: 12px; }

@media (max-width: 480px) {
  .search-form .un-filter-button.channel {
    margin-top: 5px; } }

.search-form .un-filter-name > div.ant-select-selector:hover,
.search-form .un-filter-value:hover {
  color: inherit !important;
  border-color: #d9d9d9 !important; }

.search-form .un-filter-button .ant-btn:focus {
  color: inherit !important;
  border-color: #d9d9d9 !important; }

.search-form .un-filter-button,
.search-form .ant-btn.ant-btn-primary {
  border-radius: 4px !important;
  border-color: #d9d9d9 !important;
  color: inherit !important; }

.search-form .ant-btn.ant-btn-primary:hover {
  border-color: #d9d9d9 !important;
  color: inherit !important; }

.search-form .un-filter-button:hover {
  border-color: #007ce0 !important;
  color: inherit !important; }

.search-form .un-filter-button:focus,
.search-form .ant-btn.ant-btn-primary:focus {
  border-color: #d9d9d9 !important;
  color: inherit !important; }

.search-form .ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #d9d9d9 !important;
  color: inherit !important;
  box-shadow: none !important; }

.search-form .ant-input-affix-wrapper {
  width: 226px; }

.search-form .ant-input-affix-wrapper:hover {
  border-color: #007ce0 !important;
  color: inherit !important; }

.search-form .ant-input-affix-wrapper:focus,
.search-form .ant-input-affix-wrapper-focused {
  border-color: #d9d9d9 !important;
  color: inherit !important;
  box-shadow: none !important; }

.search-form .tagsGroup {
  padding-left: 8px;
  margin-top: -2px;
  line-height: 21px; }
  @media (max-width: 480px) {
    .search-form .tagsGroup {
      padding-top: 5px;
      padding-left: 0;
      margin-top: 0; } }

.search-form .ant-form-item {
  margin-bottom: 0; }

.search-form .filterTags {
  height: 18px;
  line-height: 16px;
  background-color: #007ce0;
  border-color: #007ce0;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  justify-content: center; }

.search-form .filterTag {
  text-transform: capitalize;
  color: #d0f4ff; }
  .search-form .filterTag.no-cap {
    text-transform: none !important; }

.search-form .filterTagValue {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden; }

.search-form .order-count {
  color: #90999d !important; }

.search-form .un-filter-store > div.ant-select-selector {
  color: #0c2028 !important;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  margin-left: 8px;
  width: 132px; }
  @media (max-width: 480px) {
    .search-form .un-filter-store > div.ant-select-selector {
      margin-top: 5px;
      margin-left: 0; } }
  @media (width: 320px) {
    .search-form .un-filter-store > div.ant-select-selector {
      width: fit-content !important; } }
  @media (width: 375px) {
    .search-form .un-filter-store > div.ant-select-selector {
      width: fit-content !important; } }
  @media (width: 425px) {
    .search-form .un-filter-store > div.ant-select-selector {
      width: fit-content !important; } }

.search-form .un-filter-store.red .ant-select-selection-item {
  color: #e0241a !important; }

.search-form .un-filter-store-country > div.ant-select-selector {
  color: #0c2028 !important;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  width: 132px; }
  @media (max-width: 480px) {
    .search-form .un-filter-store-country > div.ant-select-selector {
      margin-top: 5px;
      margin-left: 0; } }
  @media (width: 320px) {
    .search-form .un-filter-store-country > div.ant-select-selector {
      width: fit-content !important; } }
  @media (width: 375px) {
    .search-form .un-filter-store-country > div.ant-select-selector {
      width: fit-content !important; } }
  @media (width: 425px) {
    .search-form .un-filter-store-country > div.ant-select-selector {
      width: fit-content !important; } }

.search-form .un-filter-store-country.red .ant-select-selection-item {
  color: #e0241a !important; }

.search-form .un-filter-country > div.ant-select-selector {
  color: #0c2028 !important;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  margin-left: 8px;
  width: 67px; }
  @media (max-width: 480px) {
    .search-form .un-filter-country > div.ant-select-selector {
      margin-top: 5px;
      margin-left: 0; } }
  @media (width: 320px) {
    .search-form .un-filter-country > div.ant-select-selector {
      width: fit-content !important; } }
  @media (width: 375px) {
    .search-form .un-filter-country > div.ant-select-selector {
      width: fit-content !important; } }
  @media (width: 425px) {
    .search-form .un-filter-country > div.ant-select-selector {
      width: fit-content !important; } }

.search-form .un-filter-status > div.ant-select-selector {
  color: #0c2028 !important;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  margin-left: 8px;
  width: 160px; }

.search-form .date-period {
  height: 41px !important;
  margin-right: 0;
  margin-left: auto; }
  .search-form .date-period .label {
    color: #0c2028;
    padding-top: 11px;
    padding-right: 20px; }
  .search-form .date-period .date-search-text {
    align-self: center;
    margin-right: 10px; }
  .search-form .date-period .date-range-analytics {
    display: flex; }
    .search-form .date-period .date-range-analytics .analytics-date-range .picker-value {
      width: 280px !important;
      border-right: none !important;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
  .search-form .date-period .date-range2 {
    background-color: #ffffff;
    height: 41px !important;
    width: 230px !important;
    border: 1px solid #d4d4d4;
    border-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important; }
    .search-form .date-period .date-range2 .ant-picker {
      width: 200px !important;
      height: 39px !important;
      border: none !important;
      box-shadow: none !important;
      background: none !important;
      left: 30px; }
    .search-form .date-period .date-range2 .ant-picker-suffix {
      position: absolute;
      right: 196px; }
    .search-form .date-period .date-range2 .ant-picker-input {
      width: fit-content;
      width: -moz-fit-content; }
    .search-form .date-period .date-range2 .ant-picker-clear {
      display: none !important; }
  .search-form .date-period .date-range3 {
    background-color: #ffffff;
    height: 41px !important;
    width: 230px !important;
    border: 1px solid #d4d4d4;
    border-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important; }
    .search-form .date-period .date-range3 .ant-picker {
      width: 200px !important;
      height: 39px !important;
      border: none !important;
      box-shadow: none !important;
      background: none !important;
      left: 30px; }
    .search-form .date-period .date-range3 .ant-picker-suffix {
      position: absolute;
      right: 196px; }
    .search-form .date-period .date-range3 .ant-picker-input {
      width: fit-content;
      width: -moz-fit-content; }
    .search-form .date-period .date-range3 .ant-picker-clear {
      position: absolute;
      right: 196px; }
  .search-form .date-period .feather-calendar {
    color: #90999d !important;
    font-size: 20px !important; }
  .search-form .date-period .date-picker-button {
    height: 41px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  .search-form .date-period .date-picker-button:hover,
  .search-form .date-period .date-picker-button:active,
  .search-form .date-period .date-picker-button:focus {
    border-color: #d4d4d4 !important;
    box-shadow: none !important; }

.filter-form > .row {
  margin: 0 !important; }

.filter-form .un-filter-value {
  border-radius: 4px;
  min-height: 33px !important; }

.filter-form .checkbox-form .un-filter-value.ant-checkbox-wrapper {
  min-height: unset !important; }

.filter-form .checkbox-form .ant-form-item-control-input {
  min-height: unset !important; }

.filter-form .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
.filter-form .ant-select-multiple .ant-select-selector {
  border-radius: 4px !important;
  min-height: 33px !important; }

.filter-form .ant-form-item {
  margin-bottom: 20px !important; }

.filter-form .ant-form-item-no-colon {
  color: #38484f !important;
  font-size: 14px !important;
  font-weight: 400 !important; }
  .filter-form .ant-form-item-no-colon span {
    position: relative !important; }

.filter-form .ant-form-item-label {
  padding-bottom: 4px !important; }

.filter-form .ant-input,
.filter-form .ant-input-number,
.filter-form .ant-input-number-input {
  color: #0c2028 !important;
  font-size: 14px !important; }

.filter-form .ant-picker {
  border-radius: 4px !important; }
  .filter-form .ant-picker .ant-picker-input > input {
    color: #0c2028 !important; }

.filter-form .ant-radio-wrapper {
  display: block !important;
  margin-bottom: 8px !important; }

.filter-form .ant-switch {
  max-width: fit-content !important;
  max-width: -moz-fit-content !important; }

.filter-form .ant-switch-checked .ant-switch-inner {
  margin-right: 37px !important;
  margin-left: 12px !important; }

.filter-form .filter-flex {
  display: inline-flex !important; }
  .filter-form .filter-flex .ant-form-item-no-colon {
    color: #38484f !important;
    font-size: 14px !important;
    font-weight: 400 !important; }
    .filter-form .filter-flex .ant-form-item-no-colon span {
      position: fixed !important; }

.filter-form .ant-picker:hover,
.filter-form .ant-picker-focused {
  border-color: #007ce0 !important;
  border-right-width: 1px !important; }

.filter-form .ant-cascader-picker > input.ant-input {
  border-color: #d9d9d9 !important; }

.filter-form .filter-attribute .un-filter-value {
  width: 100% !important; }

@media (min-width: 1024px) {
  .filter-form .filter-full {
    width: 100% !important; }
  .filter-form .filter-default {
    width: 100% !important; }
  .filter-form .filter-range {
    width: 111px !important; }
  .filter-form .filter-webkitfill {
    width: -webkit-fill-available !important;
    width: fill-available !important;
    width: -moz-available !important; }
  .filter-form .filter-attibute {
    width: 100% !important; }
  .filter-form .filter-attribute-name {
    position: relative;
    width: 32%;
    flex: 0 0 32%;
    max-width: 32%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px; }
  .filter-form .filter-attribute-operator {
    position: relative;
    width: 32%;
    flex: 0 0 32%;
    max-width: 32%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px; }
  .filter-form .filter-attribute-value {
    position: relative;
    width: 32%;
    flex: 0 0 32%;
    max-width: 32%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px; }
  .filter-form .filter-attribute-action {
    position: relative;
    width: 4%;
    flex: 0 0 4%;
    max-width: 4%;
    min-height: 1px; }
  .filter-form .filter-add-attribute-button {
    width: fit-content; } }

@media (max-width: 1024px) {
  .filter-form .filter-full {
    width: 100% !important; }
  .filter-form .filter-default {
    width: 100% !important; }
  .filter-form .filter-attibute {
    width: 100% !important; }
  .filter-form .filter-attribute-name {
    position: relative;
    width: 32%;
    flex: 0 0 32%;
    max-width: 32%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px; }
  .filter-form .filter-attribute-operator {
    position: relative;
    width: 32%;
    flex: 0 0 32%;
    max-width: 32%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px; }
  .filter-form .filter-attribute-value {
    position: relative;
    width: 32%;
    flex: 0 0 32%;
    max-width: 32%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px; }
  .filter-form .filter-attribute-action {
    position: relative;
    width: 4%;
    flex: 0 0 4%;
    max-width: 4%;
    min-height: 1px; }
  .filter-form .filter-range {
    width: 100% !important; }
  .filter-form .filter-webkitfill {
    width: -webkit-fill-available !important;
    width: fill-available !important;
    width: -moz-available !important; }
  .filter-form .un-filter-value {
    width: 100% !important; }
  .filter-form .item {
    display: inline-flex; }
    .filter-form .item .ant-form-item-label .ant-form-item-no-colon {
      float: left; }
  .filter-form .item-full {
    width: 99% !important; }
    .filter-form .item-full .ant-col-10 {
      flex: 0 0 24.4%;
      max-width: 24.4%; }
  .filter-form .item-half {
    width: 47.5% !important; }
  .filter-form .item-two-thirds {
    width: 58% !important; }
  .filter-form .remove-bottom-margin {
    margin-bottom: 0px !important; }
  .filter-form .item-two-thirds-extra {
    width: 59% !important;
    margin-right: 6px !important;
    margin-left: 0px !important; }
    .filter-form .item-two-thirds-extra .ant-col-10 {
      flex: 0 0 41.4%;
      max-width: 41.4%; }
  .filter-form .item-one-thirds {
    width: 34% !important; }
  .filter-form .item-one-thirds-extra {
    margin-left: 8px !important; }
  .filter-form .item-checkbox {
    padding-top: 8px; }
  .filter-form .item-max-width {
    max-width: 100% !important; }
    .filter-form .item-max-width .ant-divider {
      margin: 8px 0 !important; }
    .filter-form .item-max-width .ant-space {
      padding: 0 8px 4px;
      width: 100%;
      justify-content: space-between; }
      .filter-form .item-max-width .ant-space .ant-space-item {
        height: 18px; }
      .filter-form .item-max-width .ant-space .dd-nav {
        font-size: 18px;
        height: 18px; }
      .filter-form .item-max-width .ant-space .dd-nav:hover {
        color: #007ce0; }
      .filter-form .item-max-width .ant-space .dd-nav-disabled {
        color: transparent; }
      .filter-form .item-max-width .ant-space .dd-nav-disabled:hover {
        color: transparent; }
  .filter-form .filter-item-full {
    width: 100% !important; }
  .filter-form .filter-add-attribute-button {
    width: fit-content; } }

@media (max-width: 425px) {
  .filter-form .filter-full {
    width: 100% !important; }
  .filter-form .filter-default,
  .filter-form .filter-attibute {
    width: 100% !important;
    margin-right: 20px !important; }
  .filter-form .filter-attribute-name {
    position: relative;
    width: 90%;
    flex: 0 0 90%;
    max-width: 90%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    order: 1; }
  .filter-form .filter-attribute-operator {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    order: 3; }
  .filter-form .filter-attribute-value {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    order: 4; }
  .filter-form .filter-attribute-action {
    position: relative;
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
    min-height: 1px;
    order: 2;
    align-self: center; }
  .filter-form .filter-number {
    width: 100% !important; }
  .filter-form .filter-select {
    width: 100% !important; }
  .filter-form .filter-range {
    width: 100% !important; }
  .filter-form .filter-date {
    width: 100% !important; }
  .filter-form .ant-form .ant-form-item .ant-form-item-label,
  .filter-form .ant-form .ant-form-item .ant-form-item-control {
    -webkit-box-flex: 0 !important; }
  .filter-form .item {
    width: 100% !important; }
  .filter-form .filter-item-full {
    width: 100% !important; }
  .filter-form .filter-webkitfill {
    width: -webkit-fill-available !important;
    width: fill-available !important;
    width: -moz-available !important; }
  .filter-form .un-filter-value {
    width: 100% !important; }
  .filter-form .item-max-width .ant-divider {
    margin: 8px 0 !important; }
  .filter-form .item-max-width .ant-space {
    padding: 0 8px 4px;
    width: 100%; }
    .filter-form .item-max-width .ant-space .ant-space-item {
      margin: auto; }
      .filter-form .item-max-width .ant-space .ant-space-item .ant-pagination-simple-pager {
        cursor: default; }
        .filter-form .item-max-width .ant-space .ant-space-item .ant-pagination-simple-pager input {
          pointer-events: none;
          border: none; }
  .filter-form .filter-add-attribute-button {
    width: fit-content; } }

.filter-form .filter-suffix .ant-input-group > .ant-input:first-child,
.filter-form .filter-suffix .ant-input-group-addon:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.filter-form .ant-select-multiple .ant-select-selection-search {
  margin-left: 1px !important;
  min-width: 60% !important; }

.un-select-product-modal {
  width: 750px !important; }
  .un-select-product-modal .ant-modal-content .ant-modal-body {
    height: max-content !important;
    min-height: calc(100vh - 240px) !important;
    padding: 20px 20px 0 !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-type {
      margin-bottom: 12px !important; }
      .un-select-product-modal .ant-modal-content .ant-modal-body .product-type .ant-radio-wrapper {
        margin: 0 0 8px 0 !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .modal-filter .search-form {
      position: absolute !important;
      z-index: 1002 !important;
      width: 370px; }
      .un-select-product-modal .ant-modal-content .ant-modal-body .modal-filter .search-form .un-filter-value {
        width: max-content !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .modal-filter .collection-brand-cascader.ant-cascader-picker {
      position: absolute !important;
      z-index: 1002 !important;
      width: 318px !important;
      height: 41px !important; }
      .un-select-product-modal .ant-modal-content .ant-modal-body .modal-filter .collection-brand-cascader.ant-cascader-picker .ant-cascader-input {
        height: 41px !important;
        padding: 6px 11px !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .hide-radio .ant-radio {
      display: none !important;
      cursor: text !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table table tbody tr td {
      vertical-align: top !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-list-item {
      padding: 0 !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-list-item-meta {
      padding-top: 1px !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-list-item-meta-description {
      padding-left: 0; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-checkbox-wrapper {
      margin-left: unset !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-table-tbody > tr > td {
      padding: 12px 12px !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-table table {
      border: none !important;
      box-shadow: none !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table table thead {
      background-color: #fafafb !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-table-thead th {
      background: #fafafb 0% 0% no-repeat padding-box !important;
      font-size: 12px !important;
      color: #647176 !important;
      padding-top: 9px !important;
      padding-bottom: 9px !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-table-thead > tr > th {
      border-bottom: none !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .desc {
      line-height: 15px !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .un-light-label-text {
      color: #647176 !important;
      font-size: 12px !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-table-pagination.ant-pagination {
      margin: 12px 0 28px; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-pagination-item-link {
      color: #0c2028 !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-pagination-item a {
      color: #0c2028 !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-pagination-item-active {
      border: 1px solid #d9d9d9 !important; }
      .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-pagination-item-active a {
        color: #007ce0 !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-pagination.mini .ant-pagination-prev {
      border: 1px solid #d9d9d9;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-pagination.mini .ant-pagination-next {
      border: 1px solid #d9d9d9;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-pagination.mini
.ant-pagination-item:not(.ant-pagination-item-active) {
      border: 1px solid #d9d9d9; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-pagination.mini .ant-pagination-options {
      margin-left: 16px; }
      .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-pagination.mini .ant-pagination-options .ant-select-arrow {
        color: #0c2028 !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-body .product-table .ant-table-pagination.ant-pagination {
      color: #0c2028 !important;
      font-weight: normal !important; }
  .un-select-product-modal .ant-modal-content .ant-modal-footer {
    padding: 12px 24px !important;
    height: 151px !important; }
    .un-select-product-modal .ant-modal-content .ant-modal-footer .selected-container {
      width: -webkit-fill-available;
      width: fill-available;
      width: -moz-available;
      height: 81px;
      display: inline-flex;
      text-align: left !important;
      margin-bottom: 12px !important;
      overflow-x: auto; }
      .un-select-product-modal .ant-modal-content .ant-modal-footer .selected-container .un-row-product img {
        height: 56px;
        width: 56px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        margin-left: 0;
        margin-top: 8px; }
      .un-select-product-modal .ant-modal-content .ant-modal-footer .selected-container .selected-img {
        position: relative;
        margin-right: 16px; }
        .un-select-product-modal .ant-modal-content .ant-modal-footer .selected-container .selected-img .anticon.anticon-close {
          background-color: #0c2028 !important;
          border-radius: 50%;
          padding: 4px;
          width: 28px;
          content: url("https://api.iconify.design/feather:x.svg?color=%23FFFFFF&width=24px");
          vertical-align: -0.125em;
          position: absolute;
          top: 1px;
          right: -4px;
          opacity: 0.65; }
    .un-select-product-modal .ant-modal-content .ant-modal-footer .select-action {
      position: absolute;
      width: calc(100% - 48px);
      bottom: 12px; }

.price-input-group {
  white-space: nowrap;
  min-width: 250px !important; }
  .price-input-group .ant-input-number-input {
    color: #0c2028 !important;
    font-size: 14px !important; }

.price-input-group .addon-left,
.price-input-group .addon-right {
  max-width: 60px;
  text-overflow: ellipsis;
  text-align: center; }

.price-input-group .addon-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.price-input-group .addon-right {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.ant-input-number.addonBefore.addonAfter {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ant-input-number.addonBefore {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.ant-input-number.addonAfter {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.marketing-button {
  transition: all 0.3s; }

.marketing-btn,
.marketing-btn:hover,
.marketing-btn:focus {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border: 0.4px solid #c32f25 !important;
  background-color: #c32f25 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  display: flex;
  white-space: nowrap; }

.marketing-button {
  cursor: pointer;
  right: 24px !important;
  position: fixed;
  bottom: 382px;
  opacity: 1; }
  .marketing-button .marketing-gif-btn {
    background: transparent;
    border: none;
    border-radius: 12px;
    height: 70px !important;
    width: 60px !important;
    margin-left: auto; }
    .marketing-button .marketing-gif-btn img {
      height: 70px;
      width: 60px;
      object-fit: contain; }

.subscription-button {
  transition: all 0.3s; }

.subscription-btn,
.subscription-btn:hover,
.subscription-btn:focus {
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: 33px !important;
  border-radius: 17px !important;
  font-size: 14px !important;
  border: 0.4px solid #0058b6 !important;
  background-color: #007ce0 !important;
  box-shadow: none !important;
  color: #ffffff !important; }

.subscription-button {
  cursor: pointer;
  right: 24px !important;
  position: fixed;
  bottom: 300px;
  opacity: 1; }
  .subscription-button .subscription-gif-btn {
    background: transparent;
    border: none;
    border-radius: 12px;
    height: 70px !important;
    width: 60px !important;
    margin-left: auto; }
    .subscription-button .subscription-gif-btn img {
      height: 70px;
      width: 60px;
      object-fit: contain; }

.subscription-modal {
  width: fit-content !important;
  width: -moz-fit-content !important; }
  .subscription-modal .ant-modal-content {
    background: none !important;
    box-shadow: none !important; }
  .subscription-modal .ant-modal-body {
    padding: 0; }
    @media (max-width: 425px) {
      .subscription-modal .ant-modal-body {
        text-align: center; } }
    @media (max-width: 425px) {
      .subscription-modal .ant-modal-body img {
        max-width: 90% !important; } }

.userProfileDrawer .user-profile-frame, .userProfileDrawer .user-profile-store, .mobileMenuDrawer .ant-drawer-body .user-profile-frame, .mobileMenuDrawer .ant-drawer-body .user-profile-store {
  transition: all 0.3s; }

.userProfileDrawer .user-profile-store .user-store .store-listing::-webkit-scrollbar, .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing::-webkit-scrollbar {
  width: 3px; }

.userProfileDrawer .user-profile-store .user-store .store-listing::-webkit-scrollbar-track, .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing::-webkit-scrollbar-track {
  background: #f1f1f1; }

.userProfileDrawer .user-profile-store .user-store .store-listing::-webkit-scrollbar-thumb, .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing::-webkit-scrollbar-thumb {
  background: #888; }

.userProfileDrawer .user-profile-store .user-store .store-listing::-webkit-scrollbar-thumb:hover, .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing::-webkit-scrollbar-thumb:hover {
  background: #555; }

.userProfileDrawer .user-profile-frame, .userProfileDrawer .user-profile-store, .mobileMenuDrawer .ant-drawer-body .user-profile-frame, .mobileMenuDrawer .ant-drawer-body .user-profile-store {
  width: 100%;
  padding: 12px;
  margin: 10px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(183, 180, 189, 0.08); }
  .userProfileDrawer .user-profile-frame:hover, .userProfileDrawer .user-profile-store:hover, .mobileMenuDrawer .ant-drawer-body .user-profile-frame:hover, .mobileMenuDrawer .ant-drawer-body .user-profile-store:hover {
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    transform: translate(-1px, -1px); }

.userProfileDrawer .user-profile-frame .user-profile-info .user-details .username, .userProfileDrawer .user-profile-frame .user-profile-info .user-details .email, .userProfileDrawer .user-profile-store .user-store .store-listing button .store-name, .mobileMenuDrawer .ant-drawer-body .user-profile-frame .user-profile-info .user-details .username, .mobileMenuDrawer .ant-drawer-body .user-profile-frame .user-profile-info .user-details .email, .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing button .store-name {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 480px) {
  .sidebar-user-block {
    margin-right: 10px !important; } }

@media (max-width: 1024px) {
  .sidebar-user-block .un-username {
    display: none !important; } }

.sidebar-user-block .un-username {
  font-size: 14px;
  color: #0c2028 !important;
  margin-left: 8px; }

.userProfileDrawer .ant-drawer-content-wrapper {
  height: auto !important;
  box-shadow: none !important;
  top: 50px; }

.userProfileDrawer .ant-drawer-content {
  height: auto !important;
  background-color: transparent; }

.userProfileDrawer .ant-drawer-body {
  padding: 0px;
  display: flex;
  flex-wrap: wrap; }

.userProfileDrawer .sign-out {
  background-color: #e0241a;
  color: #fff !important;
  border-radius: 4px;
  padding: 0px 8px; }

.userProfileDrawer .store-plan {
  background-color: #5acc5a;
  color: #fff;
  padding: 0px 6px;
  border-radius: 5px; }

.userProfileDrawer .heading {
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 12px; }

.userProfileDrawer .heading-frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px; }

.userProfileDrawer .user-profile-frame {
  margin-bottom: 10px; }
  .userProfileDrawer .user-profile-frame .user-profile-info {
    display: flex;
    align-items: flex-start;
    color: #464d69 !important;
    border-radius: 8px;
    background-color: whitesmoke;
    padding: 4px;
    border: 1px solid #eee; }
    .userProfileDrawer .user-profile-frame .user-profile-info:hover {
      color: #5acc5a !important; }
    .userProfileDrawer .user-profile-frame .user-profile-info .user-avatar {
      width: 50px;
      padding: 5px; }
      .userProfileDrawer .user-profile-frame .user-profile-info .user-avatar img {
        width: 100%; }
    .userProfileDrawer .user-profile-frame .user-profile-info .user-details {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding-left: 5px; }
      .userProfileDrawer .user-profile-frame .user-profile-info .user-details .username {
        width: 100%;
        font-weight: 500; }
      .userProfileDrawer .user-profile-frame .user-profile-info .user-details .email {
        width: 100%;
        opacity: 0.7; }

.userProfileDrawer .user-profile-store {
  margin-top: 10px; }
  .userProfileDrawer .user-profile-store .user-store .stores-container {
    max-height: 300px;
    overflow-y: auto !important; }
  .userProfileDrawer .user-profile-store .user-store .store-listing {
    max-height: calc(60vh - 50px);
    overflow: auto; }
    .userProfileDrawer .user-profile-store .user-store .store-listing + .store-listing {
      margin-top: 8px; }
    .userProfileDrawer .user-profile-store .user-store .store-listing .ant-btn .anticon {
      padding-top: 8px !important; }
    .userProfileDrawer .user-profile-store .user-store .store-listing button {
      padding: 0;
      display: flex;
      align-items: center;
      height: 50px;
      border-radius: 8px !important;
      overflow: hidden; }
      .userProfileDrawer .user-profile-store .user-store .store-listing button i {
        position: absolute;
        bottom: 0;
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        left: 0; }
      .userProfileDrawer .user-profile-store .user-store .store-listing button.store-selected {
        color: #5acc5a; }
        .userProfileDrawer .user-profile-store .user-store .store-listing button.store-selected i {
          background-color: rgba(90, 204, 90, 0.8);
          color: #fff; }
      .userProfileDrawer .user-profile-store .user-store .store-listing button .store-thumbnail {
        object-fit: cover;
        width: 48px;
        height: 48px; }
      .userProfileDrawer .user-profile-store .user-store .store-listing button .store-name {
        width: 100%;
        margin: auto; }
      .userProfileDrawer .user-profile-store .user-store .store-listing button + button {
        margin-top: 6px; }

.mobileMenuDrawer {
  z-index: 1002; }
  .mobileMenuDrawer .ant-drawer-body {
    padding: 18px 0; }
    .mobileMenuDrawer .ant-drawer-body .feather-menu {
      font-size: 19px !important;
      color: #647176 !important;
      margin-left: 16px; }
    .mobileMenuDrawer .ant-drawer-body .container-with-btn {
      width: 100%;
      display: flex;
      justify-content: space-between;
      background-color: #fafafb;
      padding: 12px 16px;
      border-radius: 8px;
      margin-bottom: 8px; }
      .mobileMenuDrawer .ant-drawer-body .container-with-btn .plan {
        font-size: 18px;
        color: #0c2028;
        font-weight: bold;
        display: flex;
        align-items: center; }
    .mobileMenuDrawer .ant-drawer-body .container-without-btn {
      width: 100%;
      display: flex;
      justify-content: space-between;
      background-color: #fafafb;
      padding: 12px 16px;
      border-radius: 8px;
      margin-bottom: 8px; }
      .mobileMenuDrawer .ant-drawer-body .container-without-btn .ant-list-item {
        padding: 0; }
        .mobileMenuDrawer .ant-drawer-body .container-without-btn .ant-list-item .ant-list-item-meta-avatar {
          margin-right: 12px; }
        .mobileMenuDrawer .ant-drawer-body .container-without-btn .ant-list-item .ant-list-item-meta-title {
          margin-bottom: 0; }
      .mobileMenuDrawer .ant-drawer-body .container-without-btn .signout-btn {
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
        color: #e0241a;
        height: unset;
        align-self: baseline; }
    .mobileMenuDrawer .ant-drawer-body .my-store {
      padding: 0; }
      .mobileMenuDrawer .ant-drawer-body .my-store .store-list {
        padding: 0;
        max-height: 250px;
        overflow-y: auto; }
        .mobileMenuDrawer .ant-drawer-body .my-store .store-list .ant-list-item {
          width: 100%;
          display: flex;
          justify-content: space-between;
          padding: 12px 16px;
          border-radius: 8px;
          margin-bottom: 8px;
          cursor: pointer; }
          .mobileMenuDrawer .ant-drawer-body .my-store .store-list .ant-list-item:hover {
            background-color: #fafafb; }
          .mobileMenuDrawer .ant-drawer-body .my-store .store-list .ant-list-item.store-selected {
            background-color: #fafafb; }
            .mobileMenuDrawer .ant-drawer-body .my-store .store-list .ant-list-item.store-selected .ant-list-item-meta-title .heading {
              color: #5acc5a !important; }
          .mobileMenuDrawer .ant-drawer-body .my-store .store-list .ant-list-item.btn-suspended-store {
            background-color: #f5f5f5 !important;
            cursor: help !important; }
            .mobileMenuDrawer .ant-drawer-body .my-store .store-list .ant-list-item.btn-suspended-store .ant-list-item-meta-title .heading {
              color: #ff0000 !important; }
          .mobileMenuDrawer .ant-drawer-body .my-store .store-list .ant-list-item .ant-list-item-meta {
            align-items: center; }
            .mobileMenuDrawer .ant-drawer-body .my-store .store-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar {
              margin-right: 12px;
              width: 66px;
              height: 66px;
              border-radius: 8px !important; }
              .mobileMenuDrawer .ant-drawer-body .my-store .store-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar img {
                width: 66px !important;
                height: 66px !important;
                object-fit: contain !important; }
            .mobileMenuDrawer .ant-drawer-body .my-store .store-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-title {
              margin-bottom: 0; }
    .mobileMenuDrawer .ant-drawer-body .user-profile-frame {
      margin: 10px 0 16px 0 !important;
      padding: 0 16px !important;
      background-color: unset;
      box-shadow: none !important; }
      .mobileMenuDrawer .ant-drawer-body .user-profile-frame .user-profile-info {
        display: flex;
        align-items: flex-start;
        color: #464d69 !important;
        border-radius: 4px;
        background-color: #f6f6f6;
        padding: 12px;
        border: 1px dashed #d4d4d4; }
        .mobileMenuDrawer .ant-drawer-body .user-profile-frame .user-profile-info:hover {
          color: #5acc5a !important; }
        .mobileMenuDrawer .ant-drawer-body .user-profile-frame .user-profile-info .user-avatar {
          width: 66px;
          padding-right: 12px; }
          .mobileMenuDrawer .ant-drawer-body .user-profile-frame .user-profile-info .user-avatar img {
            width: 100%; }
          .mobileMenuDrawer .ant-drawer-body .user-profile-frame .user-profile-info .user-avatar .ant-avatar-string {
            font-size: 26px !important; }
        .mobileMenuDrawer .ant-drawer-body .user-profile-frame .user-profile-info .user-details {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .mobileMenuDrawer .ant-drawer-body .user-profile-frame .user-profile-info .user-details .username {
            width: 100%;
            font-weight: 500; }
          .mobileMenuDrawer .ant-drawer-body .user-profile-frame .user-profile-info .user-details .email {
            width: 100%;
            opacity: 0.7; }
    .mobileMenuDrawer .ant-drawer-body .user-profile-store {
      margin: 0 !important;
      padding: 0 16px 32px 16px !important;
      border-bottom: 1px solid #e5e5e5;
      border-radius: 0;
      background-color: unset;
      box-shadow: none !important; }
      .mobileMenuDrawer .ant-drawer-body .user-profile-store .store-plan {
        height: 18px;
        line-height: 14px;
        font-size: 12px !important;
        background-color: #5acc5a;
        color: #fff;
        padding: 2px 8px;
        border-radius: 4px;
        margin: 0 0 0 auto !important; }
      .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .stores-container {
        margin-top: 15px;
        max-height: unset;
        overflow-y: auto !important; }
      .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing {
        max-height: calc(60vh - 50px);
        overflow: auto; }
        .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing + .store-listing {
          margin-top: 8px; }
        .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing .ant-btn .anticon {
          padding-top: 8px !important; }
        .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing button {
          padding: 0;
          display: flex;
          align-items: center;
          height: 54px;
          border-radius: 4px !important;
          overflow: hidden; }
          .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing button i {
            position: absolute;
            bottom: 0;
            width: 48px;
            height: 48px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            left: 0; }
          .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing button.store-selected {
            color: #5acc5a; }
            .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing button.store-selected i {
              background-color: rgba(90, 204, 90, 0.8);
              color: #fff; }
          .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing button .store-thumbnail {
            object-fit: cover;
            width: 54px;
            height: 54px; }
          .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing button .store-name {
            width: 100% !important;
            margin: 0 0 0 auto !important;
            text-align: left !important; }
          .mobileMenuDrawer .ant-drawer-body .user-profile-store .user-store .store-listing button + button {
            margin-top: 6px; }
    .mobileMenuDrawer .ant-drawer-body .more-actions {
      padding: 10px 16px !important; }
      .mobileMenuDrawer .ant-drawer-body .more-actions .action-item {
        height: 45px;
        padding: 12px 0; }
        .mobileMenuDrawer .ant-drawer-body .more-actions .action-item a {
          display: flex; }
          .mobileMenuDrawer .ant-drawer-body .more-actions .action-item a i {
            font-size: 20px;
            color: #647176 !important;
            margin-right: 8px; }
          .mobileMenuDrawer .ant-drawer-body .more-actions .action-item a div {
            padding: 1px 0;
            color: #647176 !important;
            margin-bottom: 3px; }
        .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .lang {
          display: flex; }
          .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .lang i {
            font-size: 20px;
            color: #647176 !important;
            margin-right: 8px; }
          .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .lang span {
            white-space: nowrap; }
          .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .lang div {
            padding: 1px 0;
            color: #647176 !important;
            margin-bottom: 3px;
            display: flex; }
            .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .lang div .ant-select {
              padding: 0 !important;
              line-height: unset !important; }
              .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .lang div .ant-select .ant-select-selector {
                padding: 0 !important;
                border: none !important; }
                .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .lang div .ant-select .ant-select-selector .ant-select-selection-item {
                  line-height: unset !important;
                  padding-left: 4px !important; }
              .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .lang div .ant-select .ant-select-arrow {
                display: none !important; }
        .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .ant-btn.un-feather-server {
          display: flex; }
          .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .ant-btn.un-feather-server i {
            font-size: 20px;
            color: #647176 !important;
            margin-right: 8px; }
          .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .ant-btn.un-feather-server div {
            padding: 3px 0;
            font-size: 14px;
            color: #647176 !important;
            margin-bottom: 3px; }
        .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .log-out {
          display: flex; }
          .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .log-out i {
            font-size: 20px;
            color: #e0241a !important;
            margin-right: 8px; }
          .mobileMenuDrawer .ant-drawer-body .more-actions .action-item .log-out div {
            padding: 1px 0;
            font-size: 14px;
            color: #e0241a !important;
            margin-bottom: 3px; }

.un-btn-store-selected,
.ant-btn .ant-btn-primary {
  color: #5acc5a !important; }

.un-store-name {
  color: #464d69 !important; }

.store-thumbnail {
  height: 48px;
  width: 48px;
  position: absolute;
  top: 0;
  left: 0; }

.btn-suspended-store,
.btn-suspended-store:hover,
.btn-suspended-store:active,
.btn-suspended-store:focus {
  color: #ff0000 !important;
  background-color: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
  cursor: help !important; }

.shopify-sync-button-group {
  color: #0c2028 !important;
  padding-left: 0 !important; }

.shopify-sync-button-group > .ant-btn-group {
  border: 0.4px solid #11aa4f !important;
  border-radius: 17px !important; }

.shopify-sync-button-group > .ant-btn-group:hover {
  border: 0.4px solid #11aa4f !important;
  border-radius: 17px !important;
  background-color: #11aa4f; }

.shopify-sync-button-group > .ant-btn-group > .ant-btn-primary:nth-child(1) {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.shopify-sync-button-group > .ant-btn-group > .ant-btn-primary:nth-child(1):hover {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-color: #11aa4f !important; }

.shopify-sync-button-group > .ant-btn-group > .ant-btn-primary:nth-child(2) {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: 0.4px solid #11aa4f !important; }

.shopify-sync-button-group > .ant-btn-group > .ant-btn-primary:nth-child(2):hover {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: 0.4px solid #11aa4f !important; }

.shopify-sync-button-group > .ant-btn-group > .ant-btn-primary:nth-child(2):hover {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background-color: #11aa4f !important; }

.scroll-top-bottom {
  position: fixed;
  right: 24px;
  bottom: 100px;
  z-index: unset; }
  .scroll-top-bottom .top-btn,
  .scroll-top-bottom .bottom-btn {
    cursor: pointer;
    padding: 5px !important;
    display: block;
    margin-bottom: 4px;
    width: 32px !important;
    height: 32px !important;
    border-radius: 5px !important;
    text-align: center !important;
    background-color: #ffffff;
    border: none !important;
    box-shadow: 0px 3px 6px #00000029; }
    .scroll-top-bottom .top-btn.disabled-btn .arrow-up,
    .scroll-top-bottom .bottom-btn.disabled-btn .arrow-up {
      opacity: 0.5; }
    .scroll-top-bottom .top-btn.disabled-btn .arrow-down,
    .scroll-top-bottom .bottom-btn.disabled-btn .arrow-down {
      opacity: 0.5; }
    .scroll-top-bottom .top-btn i,
    .scroll-top-bottom .bottom-btn i {
      margin: 0 !important;
      font-size: 22px !important;
      vertical-align: middle; }
    .scroll-top-bottom .top-btn .arrow-up,
    .scroll-top-bottom .bottom-btn .arrow-up {
      content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="19" height="19" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%2390999d" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 20V4m-7 7l7-7l7 7"%2F%3E%3C%2Fsvg%3E') !important; }
    .scroll-top-bottom .top-btn .arrow-down,
    .scroll-top-bottom .bottom-btn .arrow-down {
      content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="19" height="19" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%2390999d" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 20V4m-7 9l7 7l7-7"%2F%3E%3C%2Fsvg%3E') !important; }

.feedback-button {
  transition: all 0.3s; }

.feedback-button {
  right: 24px !important;
  position: fixed;
  bottom: 200px;
  opacity: 0.5; }
  .feedback-button .feedback-btn {
    background: white;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029; }
    .feedback-button .feedback-btn a {
      display: flex;
      align-items: center;
      padding: 6px 7px !important; }
      .feedback-button .feedback-btn a .feedback-text {
        color: #0c2028 !important;
        display: none;
        font-size: 14px;
        margin-right: 8px !important; }
      .feedback-button .feedback-btn a i {
        font-size: 24px !important;
        padding: 0 !important; }
      .feedback-button .feedback-btn a .feedback-icon {
        height: 19px;
        content: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 104'%3E%3Cpath width='18px' height='19px' fill='%23007CE0' d='M95.19,34.38a5.87,5.87,0,0,0-1.6-2.16L93.34,32,78.94,21.81V18.26a3.75,3.75,0,0,0-3.75-3.75H68.66L52.49,3A4.22,4.22,0,0,0,47.6,3L31.43,14.51H24.81a3.75,3.75,0,0,0-3.75,3.75v3.62L6.76,32l-.26.19A6.24,6.24,0,0,0,5.05,34,4.32,4.32,0,0,0,4.2,36.5v50a12.43,12.43,0,0,0,3.61,8.84A12.27,12.27,0,0,0,16.7,99H83.3a12.27,12.27,0,0,0,8.89-3.66A12.43,12.43,0,0,0,95.8,86.5v-50A4.27,4.27,0,0,0,95.19,34.38ZM84.67,36.29l-5.73,4V32.22ZM50.05,11.71l4,2.8H46.1ZM71.44,22V45.57L50,60.62l-21.44-15V22ZM21.06,40.31l-5.68-4,5.68-4ZM87.5,86.5a3.91,3.91,0,0,1-1.22,2.93,4.5,4.5,0,0,1-3,1.27H16.7a4.5,4.5,0,0,1-3-1.27A3.91,3.91,0,0,1,12.5,86.5v-42L47.66,69.12a4.37,4.37,0,0,0,4.68,0L87.5,44.51Z'/%3E%3C/svg%3E") !important; }
  .feedback-button:hover {
    right: -0px;
    opacity: 1; }
    .feedback-button:hover .feedback-btn .feedback-text {
      display: inline-block; }

.tutorial-alert {
  display: flex;
  align-items: flex-start;
  height: 0 !important;
  width: 100%;
  text-align: left;
  padding: 0 !important;
  background-color: #fff5c4;
  border: 1px solid #f2cb0c;
  margin: 0 auto;
  word-break: break-word;
  visibility: hidden;
  opacity: 0; }
  .tutorial-alert.show {
    padding: 6px 12px !important;
    margin: 0 auto 32px;
    visibility: visible;
    opacity: 1;
    height: fit-content !important;
    transition: visibility 1s, opacity 1s linear; }
  .tutorial-alert.false {
    margin-bottom: 0 !important; }
  @media (max-width: 1024px) {
    .tutorial-alert {
      max-width: 100% !important; } }
  .tutorial-alert .alert-icon {
    margin-right: 7px;
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23F2CB0C" d="M13 9h-2V7h2m0 10h-2v-6h2m-1-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2Z"%2F%3E%3C%2Fsvg%3E') !important; }
  .tutorial-alert .message {
    color: #323f47;
    word-break: break-word !important; }
    .tutorial-alert .message p {
      margin-bottom: 0;
      color: #323f47; }
    .tutorial-alert .message span {
      color: #323f47; }
  .tutorial-alert .close-icon {
    margin-left: auto;
    cursor: pointer;
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23F2CB0C" stroke="%23F2CB0C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"%3E%3Cline x1="18" y1="6" x2="6" y2="18"%3E%3C/line%3E%3Cline x1="6" y1="6" x2="18" y2="18"%3E%3C/line%3E%3C/svg%3E'); }

.tutorial-header {
  display: flex;
  align-items: flex-start;
  height: 0 !important;
  width: 100%;
  text-align: left;
  padding: 0 !important;
  background-color: #d0f4ff;
  border: 1px solid #8ed7ff;
  margin: 0 auto;
  word-break: break-word;
  visibility: hidden;
  opacity: 0; }
  .tutorial-header.show {
    padding: 6px 12px !important;
    margin: 0 auto 32px;
    visibility: visible;
    opacity: 1;
    height: fit-content !important;
    transition: visibility 1s, opacity 1s linear; }
  @media (max-width: 1024px) {
    .tutorial-header {
      max-width: 100% !important; } }
  .tutorial-header .alert-icon {
    margin-right: 7px;
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23007ce0" d="M13 9h-2V7h2m0 10h-2v-6h2m-1-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2Z"%2F%3E%3C%2Fsvg%3E') !important; }
  .tutorial-header .message {
    color: #323f47;
    word-break: break-word !important; }
    .tutorial-header .message p {
      margin-bottom: 0;
      color: #323f47; }
    .tutorial-header .message span {
      color: #323f47; }

.video-tutorial {
  display: flex;
  height: fit-content;
  position: absolute;
  top: 136px;
  right: 24px;
  background-color: #d0f4ff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
  z-index: unset; }
  .video-tutorial .tutorial-btn {
    cursor: pointer;
    align-self: center;
    height: 126px;
    width: 32px;
    position: relative;
    display: flex;
    white-space: nowrap;
    transform: rotate(270deg);
    align-items: center; }
    .video-tutorial .tutorial-btn .container-label {
      position: absolute;
      left: -15px;
      width: max-content;
      min-width: 80px;
      text-align: center;
      color: #0c2028; }
    .video-tutorial .tutorial-btn .tutorial-icon {
      position: absolute;
      right: 55px;
      transform: rotate(90deg); }
      .video-tutorial .tutorial-btn .tutorial-icon .yt-icon {
        content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="17" height="11.96" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 180"%3E%3Cpath fill="red" d="M250.346 28.075A32.18 32.18 0 0 0 227.69 5.418C207.824 0 127.87 0 127.87 0S47.912.164 28.046 5.582A32.18 32.18 0 0 0 5.39 28.24c-6.009 35.298-8.34 89.084.165 122.97a32.18 32.18 0 0 0 22.656 22.657c19.866 5.418 99.822 5.418 99.822 5.418s79.955 0 99.82-5.418a32.18 32.18 0 0 0 22.657-22.657c6.338-35.348 8.291-89.1-.164-123.134Z"%2F%3E%3Cpath fill="%23FFF" d="m102.421 128.06l66.328-38.418l-66.328-38.418z"%2F%3E%3C%2Fsvg%3E') !important; }
      .video-tutorial .tutorial-btn .tutorial-icon .double-arrow-right {
        display: none;
        content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="17" height="17" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23323f47" d="M5.7 6.71a.996.996 0 0 0 0 1.41L9.58 12L5.7 15.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L7.12 6.71c-.39-.39-1.03-.39-1.42 0z"%2F%3E%3Cpath fill="%23323f47" d="M12.29 6.71a.996.996 0 0 0 0 1.41L16.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L13.7 6.7c-.38-.38-1.02-.38-1.41.01z"%2F%3E%3C%2Fsvg%3E') !important; }
  .video-tutorial .tutorial-container {
    width: 0;
    display: none; }
    .video-tutorial .tutorial-container a {
      cursor: pointer;
      width: 0 !important;
      height: 0 !important;
      object-fit: contain !important;
      margin: 20px 20px 20px 0 !important;
      transition: width 0.25s ease-in-out; }
      .video-tutorial .tutorial-container a img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important; }
  .video-tutorial.open {
    top: 80px !important;
    right: 0 !important;
    border-radius: 4px 0 0 4px !important; }
    .video-tutorial.open .tutorial-btn .tutorial-icon .yt-icon {
      display: none !important; }
    .video-tutorial.open .tutorial-btn .tutorial-icon .double-arrow-right {
      display: block !important; }
    .video-tutorial.open .tutorial-container {
      width: fit-content;
      display: unset; }
      .video-tutorial.open .tutorial-container a {
        cursor: pointer;
        width: 336px !important;
        height: 188px !important;
        object-fit: contain !important;
        margin: 20px 20px 20px 0 !important;
        transition: width 0.25s ease-in-out; }
        .video-tutorial.open .tutorial-container a img {
          width: 100% !important;
          height: 100% !important;
          object-fit: contain !important; }

.tutorial-footer h3 {
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 500; }

.tutorial-footer {
  display: flex;
  flex-direction: column;
  height: 0 !important;
  width: 100%;
  text-align: left;
  padding: 0 !important;
  margin: 0 auto;
  word-break: break-work;
  border-radius: 12px;
  visibility: hidden;
  opacity: 0; }
  .tutorial-footer.show {
    padding: 24px !important;
    margin: 0 auto;
    visibility: visible;
    opacity: 1;
    height: fit-content !important;
    transition: visibility 1s, opacity 1s linear; }
  .tutorial-footer.border {
    border: 1px solid #d4d4d4; }
  @media (max-width: 1024px) {
    .tutorial-footer {
      max-width: 100% !important; } }
  .tutorial-footer .message {
    color: #0c2028;
    word-break: break-word !important; }
    .tutorial-footer .message p {
      margin-bottom: 0;
      color: #0c2028; }
    .tutorial-footer .message span {
      color: #0c2028; }
    .tutorial-footer .message img {
      max-width: 100% !important; }
  .tutorial-footer h3 {
    color: black;
    font-weight: bold; }

.ant-modal-content .ant-modal-footer {
  height: 65px !important; }

.ant-modal-content .ant-table-tbody .ant-table-row:last-child .ant-table-cell {
  border-color: transparent !important; }

.premium-apps-container {
  margin-top: 8px !important; }

.auto-switch-package-details {
  font-size: 14px !important; }

.auto-switch-package-details .bold {
  color: red !important;
  font-weight: 600 !important;
  font-size: 14px !important; }

.guide-button {
  transition: all 0.3s; }

.guide-button {
  cursor: pointer;
  right: 24px !important;
  position: fixed;
  bottom: 350px;
  opacity: 1;
  text-align: right; }
  .guide-button .guide-btn {
    background: white;
    border: 1px solid #eee;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    height: 60px !important;
    width: 60px !important;
    margin-left: auto; }
    .guide-button .guide-btn img {
      height: 60px;
      width: 60px;
      object-fit: contain; }

.beginners-guide-modal.small {
  width: 300px !important;
  border-radius: 20px !important;
  margin: 29vh 100px 0 auto !important; }
  .beginners-guide-modal.small .ant-modal-body {
    color: #0c2028;
    font-size: 14px;
    padding: 20px 24px !important; }
    .beginners-guide-modal.small .ant-modal-body .heading {
      margin-bottom: 36px;
      text-align: center;
      font-weight: bold !important; }
    .beginners-guide-modal.small .ant-modal-body .qr-container {
      border: 1px solid #eee;
      border-radius: 8px;
      height: 152px !important;
      width: 152px !important;
      margin: 0 auto 16px; }
      .beginners-guide-modal.small .ant-modal-body .qr-container img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
  .beginners-guide-modal.small .ant-modal-footer {
    text-align: center !important;
    border-top: none !important; }

.line-button {
  transition: all 0.3s; }

.line-button {
  cursor: pointer;
  right: 24px !important;
  position: fixed;
  bottom: 260px;
  opacity: 1;
  text-align: right;
  color: #0c2028;
  font-size: 12px; }
  .line-button .line-btn {
    background: white;
    border: 1px solid #eee;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    height: 60px !important;
    width: 60px !important;
    margin-left: auto; }
    .line-button .line-btn img {
      height: 60px;
      width: 60px;
      object-fit: contain; }

.add-line-modal {
  border-radius: 20px !important; }
  .add-line-modal .ant-modal-body {
    color: #0c2028;
    font-size: 14px;
    text-align: center; }
    .add-line-modal .ant-modal-body .heading {
      margin-bottom: 24px;
      font-weight: bold !important; }
    .add-line-modal .ant-modal-body .qr-container {
      height: 162px !important;
      width: 162px !important;
      margin: 0 auto; }
      .add-line-modal .ant-modal-body .qr-container img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .add-line-modal .ant-modal-body .body.set {
      font-weight: bold !important; }
  .add-line-modal .ant-modal-footer {
    border-top: none !important; }

