/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
  height: auto;
  overflow: visible;
}

body ::-moz-selection {
  color: #fff;
  background: #000;
}

body ::selection {
  color: #fff;
  background: #000;
}

body ::-moz-selection {
  color: #fff;
  background: #000;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OTHERS STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*##########*/
/* FONTS */
/*##########*/
@font-face {
  font-family: "GeneralSans";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/GeneralSans-Regular.8c97ac5b.eot);
  src: url(../fonts/GeneralSans-Regular.8c97ac5b.eot?#iefix) format("embedded-opentype"), url(../fonts/GeneralSans-Regular.b9826ded.woff) format("woff"), url(../fonts/GeneralSans-Regular.5b248549.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/GeneralSans-Bold.0baefd2b.eot);
  src: url(../fonts/GeneralSans-Bold.0baefd2b.eot?#iefix) format("embedded-opentype"), url(../fonts/GeneralSans-Bold.9b8355be.woff) format("woff"), url(../fonts/GeneralSans-Bold.c72b454e.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  font-weight: 200;
  font-style: normal;
  src: url(../fonts/GeneralSans-Extralight.bf2fd8f2.eot);
  src: url(../fonts/GeneralSans-Extralight.bf2fd8f2.eot?#iefix) format("embedded-opentype"), url(../fonts/GeneralSans-Extralight.f952edfe.woff) format("woff"), url(../fonts/GeneralSans-Extralight.7887c87a.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/GeneralSans-Light.f96aee6d.eot);
  src: url(../fonts/GeneralSans-Light.f96aee6d.eot?#iefix) format("embedded-opentype"), url(../fonts/GeneralSans-Light.f43a4204.woff) format("woff"), url(../fonts/GeneralSans-Light.616866d9.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/GeneralSans-Medium.b1d89e37.eot);
  src: url(../fonts/GeneralSans-Medium.b1d89e37.eot?#iefix) format("embedded-opentype"), url(../fonts/GeneralSans-Medium.73757c35.woff) format("woff"), url(../fonts/GeneralSans-Medium.25c8b884.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/GeneralSans-Semibold.182f3f03.eot);
  src: url(../fonts/GeneralSans-Semibold.182f3f03.eot?#iefix) format("embedded-opentype"), url(../fonts/GeneralSans-Semibold.c9bfdf52.woff) format("woff"), url(../fonts/GeneralSans-Semibold.fb699907.ttf) format("truetype");
  font-display: swap;
}
/*==========  RESET STYLES  ==========*/
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
  background: rgba(1, 1, 1, 0);
  border-radius: 8px;
}

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
  background: #DFDDE3;
  border-radius: 8px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
}

#content-block {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  background: linear-gradient(244.77deg, #FEFFFF 0%, #FEFFFF 0%, #FEFFFF 0.01%, #F2F0F7 103.78%);
  padding-top: 100px;
  padding-bottom: 32px;
}
#content-block.spacer-pt-80 {
  padding-top: 80px;
}

.overflow-hidden {
  overflow: hidden;
}

html.overflow-hidden body {
  overflow: hidden;
}

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  #content-block {
    padding-top: 120px;
  }
  #content-block.spacer-pt-80 {
    padding-top: 24px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.simple-animation {
  transform: translate3d(0, -50px, 0);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.bottom-animation {
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.simple-animation.animated,
.bottom-animation.animated {
  transform: none;
  opacity: 1;
}

.delay-01 {
  transition-delay: 0.1s;
}

.delay-02 {
  transition-delay: 0.2s;
}

.delay-03 {
  transition-delay: 0.3s;
}

.delay-04 {
  transition-delay: 0.4s;
}

.delay-05 {
  transition-delay: 5s;
}

.delay-06 {
  transition-delay: 6s;
}

.delay-07 {
  transition-delay: 1.4s;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Spacers */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.sp-pt-16 {
  padding-top: 16px;
}
.sp-pt-20 {
  padding-top: 20px;
}
.sp-pt-22 {
  padding-top: 22px;
}
.sp-pt-60 {
  padding-top: 60px;
}
.sp-pt-100 {
  padding-top: 100px;
}
.sp-pt-120 {
  padding-top: 120px;
}

.sp-pb-16 {
  padding-bottom: 16px;
}
.sp-pb-20 {
  padding-bottom: 20px;
}
.sp-pb-28 {
  padding-bottom: 28px;
}
.sp-pb-60 {
  padding-bottom: 60px;
}
.sp-pb-100 {
  padding-bottom: 100px;
}
.sp-pb-120 {
  padding-bottom: 120px;
}

.sp-mt-20 {
  margin-top: 20px;
}
.sp-mt-60 {
  margin-top: 60px;
}
.sp-mt-100 {
  margin-top: 100px;
}
.sp-mt-120 {
  margin-top: 120px;
}

.sp-mb-0 {
  margin-bottom: 0px !important;
}
.sp-mb-4 {
  margin-bottom: 4px;
}
.sp-mb-8 {
  margin-bottom: 8px;
}
.sp-mb-12 {
  margin-bottom: 12px;
}
.sp-mb-16 {
  margin-bottom: 16px;
}
.sp-mb-20 {
  margin-bottom: 20px;
}
.sp-mb-24 {
  margin-bottom: 24px;
}
.sp-mb-28 {
  margin-bottom: 28px;
}
.sp-mb-32 {
  margin-bottom: 32px;
}
.sp-mb-48 {
  margin-bottom: 48px;
}
.sp-mb-60 {
  margin-bottom: 60px;
}
.sp-mb-100 {
  margin-bottom: 100px;
}
.sp-mb-120 {
  margin-bottom: 120px;
}

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .sp-pt-xl-20 {
    padding-top: 20px;
  }
  .sp-pt-xl-24 {
    padding-top: 24px;
  }
  .sp-pt-xl-60 {
    padding-top: 60px;
  }
  .sp-pt-xl-100 {
    padding-top: 100px;
  }
  .sp-pt-xl-120 {
    padding-top: 120px;
  }

  .sp-pb-xl-20 {
    padding-bottom: 20px;
  }
  .sp-pb-xl-60 {
    padding-bottom: 60px;
  }
  .sp-pb-xl-100 {
    padding-bottom: 100px;
  }
  .sp-pb-xl-120 {
    padding-bottom: 120px;
  }

  .sp-mt-xl-20 {
    margin-top: 20px;
  }
  .sp-mt-xl-60 {
    margin-top: 60px;
  }
  .sp-mt-xl-100 {
    margin-top: 100px;
  }
  .sp-mt-xl-120 {
    margin-top: 120px;
  }

  .sp-mb-xl-8 {
    margin-bottom: 8px;
  }
  .sp-mb-xl-12 {
    margin-bottom: 12px;
  }
  .sp-mb-xl-16 {
    margin-bottom: 16px;
  }
  .sp-mb-xl-20 {
    margin-bottom: 20px;
  }
  .sp-mb-xl-24 {
    margin-bottom: 24px;
  }
  .sp-mb-xl-32 {
    margin-bottom: 32px;
  }
  .sp-mb-xl-40 {
    margin-bottom: 40px;
  }
  .sp-mb-xl-60 {
    margin-bottom: 60px;
  }
  .sp-mb-xl-100 {
    margin-bottom: 100px;
  }
  .sp-mb-xl-120 {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .sp-pt-lg-20 {
    padding-top: 20px;
  }
  .sp-pt-lg-60 {
    padding-top: 60px;
  }
  .sp-pt-lg-100 {
    padding-top: 100px;
  }
  .sp-pt-lg-120 {
    padding-top: 120px;
  }

  .sp-pb-lg-20 {
    padding-bottom: 20px;
  }
  .sp-pb-lg-60 {
    padding-bottom: 60px;
  }
  .sp-pb-lg-100 {
    padding-bottom: 100px;
  }
  .sp-pb-lg-120 {
    padding-bottom: 120px;
  }

  .sp-mt-lg-20 {
    margin-top: 20px;
  }
  .sp-mt-lg-60 {
    margin-top: 60px;
  }
  .sp-mt-lg-100 {
    margin-top: 100px;
  }
  .sp-mt-lg-120 {
    margin-top: 120px;
  }

  .sp-mb-lg-20 {
    margin-bottom: 20px;
  }
  .sp-mb-lg-24 {
    margin-bottom: 24px;
  }
  .sp-mb-lg-60 {
    margin-bottom: 60px;
  }
  .sp-mb-lg-100 {
    margin-bottom: 100px;
  }
  .sp-mb-lg-120 {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .sp-pt-md-20 {
    padding-top: 20px;
  }
  .sp-pt-md-60 {
    padding-top: 60px;
  }
  .sp-pt-md-100 {
    padding-top: 100px;
  }
  .sp-pt-md-120 {
    padding-top: 120px;
  }

  .sp-pb-md-20 {
    padding-bottom: 20px;
  }
  .sp-pb-md-60 {
    padding-bottom: 60px;
  }
  .sp-pb-md-100 {
    padding-bottom: 100px;
  }
  .sp-pb-md-120 {
    padding-bottom: 120px;
  }

  .sp-mt-md-20 {
    margin-top: 20px;
  }
  .sp-mt-md-60 {
    margin-top: 60px;
  }
  .sp-mt-md-100 {
    margin-top: 100px;
  }
  .sp-mt-md-120 {
    margin-top: 120px;
  }

  .sp-mb-md-8 {
    margin-bottom: 8px;
  }
  .sp-mb-md-20 {
    margin-bottom: 20px;
  }
  .sp-mb-md-60 {
    margin-bottom: 60px;
  }
  .sp-mb-md-100 {
    margin-bottom: 100px;
  }
  .sp-mb-md-120 {
    margin-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .sp-pt-sm-20 {
    padding-top: 20px;
  }
  .sp-pt-sm-60 {
    padding-top: 60px;
  }
  .sp-pt-sm-100 {
    padding-top: 100px;
  }
  .sp-pt-sm-120 {
    padding-top: 120px;
  }

  .sp-pb-sm-20 {
    padding-bottom: 20px;
  }
  .sp-pb-sm-60 {
    padding-bottom: 60px;
  }
  .sp-pb-sm-100 {
    padding-bottom: 100px;
  }
  .sp-pb-sm-120 {
    padding-bottom: 120px;
  }

  .sp-mt-sm-20 {
    margin-top: 20px;
  }
  .sp-mt-sm-60 {
    margin-top: 60px;
  }
  .sp-mt-sm-100 {
    margin-top: 100px;
  }
  .sp-mt-sm-120 {
    margin-top: 120px;
  }

  .sp-mb-sm-20 {
    margin-bottom: 20px;
  }
  .sp-mb-sm-60 {
    margin-bottom: 60px;
  }
  .sp-mb-sm-100 {
    margin-bottom: 100px;
  }
  .sp-mb-sm-120 {
    margin-bottom: 120px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Section settings */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.section {
  position: relative;
  z-index: 0;
}

.container-cs {
  max-width: 1422px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-cs.md {
  max-width: 1200px;
}

.row.row-8 {
  margin-right: -4px;
  margin-left: -4px;
}
.row.row-8 > [class*=col] {
  padding-right: 4px;
  padding-left: 4px;
}
.row.row-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-5 > [class*=col] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.row-24 {
  margin-right: -12px;
  margin-left: -12px;
}
.row.row-24 > [class*=col] {
  padding-right: 12px;
  padding-left: 12px;
}
.row.row-48 {
  margin-right: -24px;
  margin-left: -24px;
}
.row.row-48 > [class*=col] {
  padding-right: 24px;
  padding-left: 24px;
}
.row.row-40 {
  margin-right: -20px;
  margin-left: -20px;
}
.row.row-40 > [class*=col] {
  padding-right: 20px;
  padding-left: 20px;
}
.row.row-70 {
  margin-right: -35px;
  margin-left: -35px;
}
.row.row-70 > [class*=col] {
  padding-right: 35px;
  padding-left: 35px;
}
.row.row-100 {
  margin-right: -50px;
  margin-left: -50px;
}
.row.row-100 > [class*=col] {
  padding-right: 50px;
  padding-left: 50px;
}

@media (min-width: 1368px) {
  .col-xl-extra {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-extra-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-extra-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-extra-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-extra-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-extra-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-extra-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-extra-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-extra-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-extra-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-extra-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-extra-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-extra-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-extra-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*==========  MEDIA QUERIES  ==========*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OTHER ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BG */
.video-bg:after,
.bg:after {
  content: "";
  display: block;
}

.video-bg,
.video-bg:after,
.wr-hd,
.bg,
.bg:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.wr-hd {
  overflow: hidden;
  z-index: -1;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Icon arrow */
.icon-arrow {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.icon-arrow:before, .icon-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 9px;
  background-color: #111111;
}
.icon-arrow:before {
  left: 0;
  transform: rotate(-45deg);
}
.icon-arrow:after {
  right: 0;
  transform: rotate(45deg);
}

.separator {
  border-bottom: 1px solid #F2F0F7;
}

.image-wrapper img {
  max-width: 100%;
}

.block-xl {
  display: none;
}

.block-md {
  display: none;
}

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .none-xl {
    display: none !important;
  }

  .block-xl {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .none-md {
    display: none !important;
  }

  .block-md {
    display: block !important;
  }
}
/*==========  TYPOGRAPHY  ==========*/
/*==========  GLOBAL  ==========*/
body {
  font-family: "GeneralSans", sans-serif;
  color: #373636;
}

b, strong {
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

/*==========  SIZE  ==========*/
/* Text size */
body, .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
}

.text-xl-extra {
  font-size: 24px;
  line-height: 1.25em;
}
.text-xl {
  font-size: 20px;
  line-height: 1.2em;
}
.text-lg {
  font-size: 16px;
  line-height: 1.25em;
}
.text-md {
  font-size: 14px;
  line-height: 1.2em;
}
.text-sm {
  font-size: 12px;
  line-height: 1.3em;
}
.text-sm-extra {
  font-size: 10px;
  line-height: 1.2em;
}

/* Headings */
h1, .h1 {
  font-size: 48px;
  line-height: 1.25em;
}

h2, .h2 {
  font-size: 36px;
  line-height: 1.2em;
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.2em;
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.2em;
}

.h4-2 {
  font-size: 24px;
  line-height: 1.2em;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.4em;
}

h6, .h6 {
  font-size: 16px;
  line-height: 1.4em;
}

.h6-2 {
  font-size: 16px;
}

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .text-md {
    font-size: 12px;
  }

  .h6-2 {
    font-size: 14px;
  }
}
/*==========  SIMPLE CONTENT  ==========*/
.text > * {
  margin-bottom: 26px;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text img {
  max-width: 100%;
  height: auto;
  display: block;
}
.text ol {
  counter-reset: number;
}
.text ol li {
  padding-left: 0;
  margin-bottom: 15px;
  position: relative;
}
.text ol li:before {
  counter-increment: number;
  content: "0" counter(number) ".";
  margin-right: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #111111;
}
.text ol li:last-of-type {
  margin-bottom: 0;
}
.text ul li {
  padding-left: 20px;
  margin-bottom: 2px;
  position: relative;
}
.text ul li:before {
  content: "";
  display: inline-block;
  background-color: #111111;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 0.55em;
}
.text ul li:last-of-type {
  margin-bottom: 0;
}
.text blockquote {
  color: #1f1f1f;
  font-size: 20px;
  padding: 5px 5px 5px 25px;
  border-left: 4px solid #00a2e0;
  font-weight: 600;
}
.text > iframe {
  width: 100%;
  height: 480px;
  max-height: calc(56.3vw - 30px);
}
.text table {
  border-left: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  border-spacing: 0;
  text-align: left;
}
.text table th,
.text table td {
  padding: 8px;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.text b {
  font-weight: 700;
}
.text strong {
  font-weight: 700;
}
.text a {
  color: inherit;
}
.text.st-link a {
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.text.st-link a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-right-093.7510662e.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .text a:hover {
    opacity: 0.85;
  }
}
/*==========  MEDIA QUERIES  ==========*/
/* Align */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* Text weight */
.fw-200 {
  font-weight: 200;
}

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

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

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

/* Text color */
.color-primary {
  color: #373636;
}

.color-grey-500 {
  color: #757F8F;
}

.color-grey-400 {
  color: #9DA7B6;
}

.color-grey-700 {
  color: #494952;
}

.color_neutral_400 {
  color: #9DA7B6;
}

.color-red {
  color: #F03C3D;
}

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  h4, .h4 {
    font-size: 18px;
  }
}
/*==========  BUTTONS  ==========*/
.btn {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: none;
  padding: 0;
  background: none;
  outline: none;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.btn-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btn-wrapper > .btn {
  margin-right: 8px;
}
.btn-wrapper > .btn:last-child {
  margin-right: 0;
}
.btn-wrapper.right {
  justify-content: flex-end;
}
.btn-wrapper.center {
  justify-content: center;
}
.btn-wrapper.xl > .btn {
  margin-right: 24px;
}
.btn-wrapper.xl > .btn:last-child {
  margin-right: 0;
}
.btn-wrapper.sm > .btn {
  margin-right: 4px;
}
.btn-wrapper.sm > .btn:last-child {
  margin-right: 0;
}
.btn-wrapper.no-wrap {
  flex-wrap: nowrap;
}

.btn-primary {
  font-size: 14px;
  color: #373636;
  background-color: #FFD605;
  padding: 10px 16px;
  box-shadow: 0px 4px 6px rgba(224, 219, 237, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  transition: all 0.34s ease-out;
}
.btn-primary:active {
  background-color: #F5C902 !important;
  box-shadow: none;
}
.btn-primary .icon {
  display: inline-block;
  width: 20px;
  flex: 0 0 20px;
  line-height: 0;
  margin-right: 8px;
}
.btn-primary .icon img {
  width: 100%;
}
.btn-primary.disable {
  background-color: #FFE343;
  opacity: 0.64;
  box-shadow: none;
  pointer-events: none;
}
.btn-primary.btn-loader {
  transition: all 0.14s ease-out;
}
.btn-primary .btn-loader-animation {
  margin-right: 8px;
}
.btn-primary.loader {
  background-color: #FFEB69;
  box-shadow: none;
  pointer-events: none;
}
.btn-primary.loader .btn-loader-animation {
  display: flex;
}
.btn-primary.loader .icon {
  display: none;
}
.btn-primary.min-md {
  min-width: 168px;
}
.btn-primary.fw-medium {
  font-weight: 500;
}
.btn-primary.sm {
  padding: 6px 16px;
}

.btn-standart {
  font-size: 14px;
  color: #F2F4F9;
  background-color: #373636;
  padding: 10px 16px;
  box-shadow: 0px 4px 6px rgba(224, 219, 237, 0.4);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  position: relative;
  justify-content: center;
  transition: all 0.34s ease-out;
}
.btn-standart:active {
  background-color: #060606 !important;
  box-shadow: none;
}
.btn-standart .icon {
  display: inline-block;
  width: 20px;
  flex: 0 0 20px;
  line-height: 0;
  margin-right: 8px;
}
.btn-standart .icon img {
  width: 100%;
}
.btn-standart.disable {
  background-color: #757F8F;
  opacity: 0.64;
  box-shadow: none;
  pointer-events: none;
}
.btn-standart.btn-loader {
  transition: all 0.14s ease-out;
}
.btn-standart .btn-loader-animation {
  margin-right: 8px;
}
.btn-standart.loader {
  background-color: #757F8F;
  box-shadow: 0px 4px 4px rgba(221, 228, 238, 0.64);
  pointer-events: none;
}
.btn-standart.loader .btn-loader-animation {
  display: flex;
}
.btn-standart.loader .icon {
  display: none;
}
.btn-standart.min-md {
  min-width: 168px;
}
.btn-standart.min-110 {
  min-width: 110px;
}
.btn-standart.fw-medium {
  font-weight: 500;
}
.btn-standart.sm {
  padding: 6px 16px;
}

.btn-secondary {
  font-size: 14px;
  color: #494952;
  background-color: #FFFFFF;
  padding: 10px 16px;
  box-shadow: 0px 4px 6px rgba(224, 219, 237, 0.4);
  border: 1px solid #DFDDE3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  transition: all 0.34s ease-out;
}
.btn-secondary:active {
  color: #373636 !important;
  box-shadow: none;
}
.btn-secondary .icon {
  display: inline-block;
  width: 20px;
  flex: 0 0 20px;
  line-height: 0;
  margin-right: 8px;
}
.btn-secondary .icon img {
  width: 100%;
}
.btn-secondary.disable {
  opacity: 0.64;
  box-shadow: none;
  pointer-events: none;
}
.btn-secondary.btn-loader {
  transition: all 0.14s ease-out;
}
.btn-secondary .btn-loader-animation {
  margin-right: 8px;
}
.btn-secondary.loader {
  color: #545A64;
  box-shadow: none;
  pointer-events: none;
}
.btn-secondary.loader .btn-loader-animation {
  display: flex;
}
.btn-secondary.loader .icon {
  display: none;
}
.btn-secondary.min-md {
  min-width: 168px;
}
.btn-secondary.fw-medium {
  font-weight: 500;
}
.btn-secondary.sm {
  padding: 6px 16px;
}

.btn-plain {
  font-size: 14px;
  color: #41434B;
  padding: 10px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  transition: background-color 0.34s ease-out;
}
.btn-plain:active {
  color: #373636 !important;
  box-shadow: none;
}
.btn-plain .icon {
  display: inline-block;
  width: 20px;
  flex: 0 0 20px;
  line-height: 0;
  margin-right: 8px;
}
.btn-plain .icon img {
  width: 100%;
}
.btn-plain.disable {
  opacity: 0.64;
  box-shadow: none;
  pointer-events: none;
}
.btn-plain.btn-loader {
  transition: all 0.14s ease-out;
}
.btn-plain .btn-loader-animation {
  margin-right: 8px;
}
.btn-plain.loader {
  color: #545A64;
  box-shadow: none;
  pointer-events: none;
}
.btn-plain.loader .btn-loader-animation {
  display: flex;
}
.btn-plain.loader .icon {
  display: none;
}
.btn-plain.min-md {
  min-width: 168px;
}
.btn-plain.fw-medium {
  font-weight: 500;
}
.btn-plain.sm {
  padding: 6px 16px;
}

.btn-icon-1 {
  width: 24px;
  height: 24px;
  background-color: #F2F0F7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 2px;
  transition: all 0.34s ease-out;
}
.btn-icon-1:active {
  background-color: #DFDDE3 !important;
}
.btn-icon-1 .icon {
  width: 16px;
  line-height: 0;
}
.btn-icon-1 .icon img {
  width: 100%;
}
.btn-icon-1.disable {
  opacity: 0.64;
  box-shadow: none;
  pointer-events: none;
}

.btn-icon-2 {
  width: 40px;
  height: 40px;
  background-color: rgba(55, 54, 54, 0.48);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 2px;
  transition: all 0.34s ease-out;
}
.btn-icon-2:active {
  background-color: rgba(55, 54, 54, 0.64) !important;
}
.btn-icon-2 .icon {
  width: 20px;
  line-height: 0;
}
.btn-icon-2 .icon img {
  width: 100%;
}
.btn-icon-2.disable {
  opacity: 0.64;
  box-shadow: none;
  pointer-events: none;
}

.btn-icon-3 {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 2px;
  color: #fff;
  transition: background-color 0.34s ease-out;
}
.btn-icon-3 .icon {
  width: 20px;
  line-height: 0;
}
.btn-icon-3 .icon img {
  width: 100%;
}
.btn-icon-3.icon-sm .icon {
  width: 12px;
}
.btn-icon-3.disable {
  opacity: 0.64;
  box-shadow: none;
  pointer-events: none;
}
.btn-icon-3.sm {
  width: 32px;
  height: 32px;
}
.btn-icon-3.type2 {
  background: rgba(55, 54, 54, 0.48);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.btn-icon-3.loader {
  box-shadow: none;
  pointer-events: none;
}
.btn-icon-3.loader .btn-loader-animation {
  display: flex;
}
.btn-icon-3.loader .icon {
  display: none;
}
.btn-icon-3.c-dark {
  color: #373636;
}

.btn-block {
  width: 100%;
  justify-content: center;
}

.btn-loader-animation {
  align-items: center;
  justify-content: center;
  pointer-events: none;
  height: 20px;
  align-items: center;
  justify-content: center;
  display: none;
}
.btn-loader-animation span {
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 4px;
  -webkit-animation: scale 1s infinite ease;
          animation: scale 1s infinite ease;
}
.btn-loader-animation span:last-child {
  margin-right: 0;
}
.btn-loader-animation span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.btn-loader-animation span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  to {
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  to {
    transform: scale(1);
  }
}
.btn-tooltip {
  position: relative;
}
.btn-tooltip-content {
  background: #FBFBFD;
  border: 1px solid #DFDDE3;
  box-shadow: 0px 4px 8px rgba(224, 219, 237, 0.72);
  border-radius: 8px;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #373636;
  display: block;
  width: 150px;
  opacity: 0;
  visibility: hidden;
}

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .btn-primary:hover {
    background-color: #FFE343;
    box-shadow: none;
  }

  .btn-standart:hover {
    background-color: #545A64;
    box-shadow: none;
  }

  .btn-secondary:hover {
    color: #757F8F;
    box-shadow: none;
  }

  .btn-plain:hover {
    background-color: #F2F0F7;
  }

  .btn-icon-1:hover {
    background-color: #FBFBFD;
  }

  .btn-icon-2:hover {
    background-color: rgba(55, 54, 54, 0.32);
  }

  .btn-icon-3:not(.type2):hover {
    background-color: #F2F0F7;
  }

  .btn-icon-3.type2:hover {
    background: rgba(55, 54, 54, 0.2);
  }

  .btn-tooltip:hover .btn-tooltip-content {
    opacity: 1;
    visibility: visible;
  }
}
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 575px) {
  .btn-wrapper.full-sm {
    flex-wrap: wrap;
  }
  .btn-wrapper.full-sm .btn {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .btn-wrapper.full-sm .btn:last-child {
    margin-bottom: 0;
  }
}
/*==========  Header Style  ==========*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 5px 0;
  z-index: 33;
  background-color: inherit;
  transition: all 0.28s ease-out;
}
.header-inner {
  height: 68px;
  display: flex;
  align-items: center;
  transition: all 0.28s ease-out;
}
.header-inner .logo {
  display: block;
  line-height: 0;
  width: 126px;
  flex: 0 0 126px;
  margin-right: 110px;
  cursor: pointer;
}
.header-inner .logo img {
  width: 100%;
}
.header-nav {
  margin-right: auto;
}
.header-nav li {
  font-size: 16px;
  letter-spacing: 0.4px;
  display: inline-block;
  margin-right: 32px;
  font-weight: 600;
  color: #9DA7B6;
  padding: 4px 0;
  border-bottom: 2px solid rgba(1, 1, 1, 0);
  border-top: 2px solid rgba(1, 1, 1, 0);
  cursor: pointer;
  transition: all 0.34s ease-out;
}
.header-nav li:last-child {
  margin-right: 0;
}
.header-nav li.is-active {
  color: #373636;
  border-bottom-color: #FFD605;
}
.header-text {
  color: #757F8F;
  margin-right: 16px;
  margin-left: 16px;
}
.header-account {
  margin-left: 20px;
  position: relative;
}
.header-account .inner {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-account .image {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 4px;
}
.header-account .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.header-account .icon {
  flex: 0 0 16px;
  line-height: 0;
}
.header-account .icon img {
  width: 100%;
}
.header-account .list {
  position: absolute;
  padding: 4px 0 4px 0;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(224, 219, 237, 0.72);
  border-radius: 8px;
  min-width: 140px;
  top: calc(100% + 10px);
  right: 0;
  font-size: 14px;
  z-index: 32;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.34s ease-out;
}
.header-account .list li {
  padding: 10px 12px;
  cursor: pointer;
  transition: all 0.34s ease-out;
}
.header-account .list li.is-active {
  background-color: #F2F0F7;
}
.header-account .layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 28;
  display: none;
}
.header-account.is-active .layer {
  display: block;
}
.header-account.is-active .list {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.header-language {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #545A64;
  transition: all 0.34s ease-out;
  padding: 6px 28px 6px 8px;
  border-radius: 8px;
  position: relative;
  margin-left: 20px;
}
.header-language .icon {
  display: inline-block;
  line-height: 0;
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.header-language .icon img {
  width: 100%;
}
.header.scrolled {
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(224, 219, 237, 0.5);
}
.header.scrolled .header-inner {
  height: 56px;
}

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .header-nav li:hover {
    color: #373636;
  }

  .header-account .list li:hover {
    background-color: #F2F0F7;
  }

  .header-language:hover {
    background-color: #F2F4F9;
  }
}
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .header-inner {
    flex-wrap: wrap;
    height: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .header-inner .logo {
    flex: 0 0 62px;
    margin-right: auto;
  }
  .header-nav {
    order: 2;
    flex: 0 0 100%;
  }
  .header-nav li {
    margin-right: 24px;
    padding: 2px 0;
  }
  .header-text {
    order: 1;
    margin-top: 5px;
    margin-left: 0;
    flex: 0 0 100%;
  }
  .header.scrolled .header-inner {
    height: 100px;
  }
  .header-account .list {
    min-width: 170px;
  }
}
/*==========  Tabs Style  ==========*/
/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
/*==========  Other elements Style  ==========*/
/* Dropdown */
.dropdown {
  position: relative;
}
.dropdown-inner {
  background: #FFFFFF;
  border: 1px solid #F2F0F7;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px rgba(224, 219, 237, 0.4);
  border-radius: 8px;
  padding: 7px 8px 7px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  z-index: 32;
  transition: all 0.34s ease-out;
}
.dropdown-inner .btn-icon-1 {
  flex: 0 0 24px;
  margin-left: 15px;
}
.dropdown-inner .account-wrapper-image {
  margin-right: 8px;
}
.dropdown-inner .text-in {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-right: auto;
}
.dropdown-list {
  background-color: #fff;
  padding: 4px 0 4px 0;
  border: 1px solid #F2F0F7;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(224, 219, 237, 0.72);
  border-radius: 8px;
  position: absolute;
  z-index: 32;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.34s ease-out;
}
.dropdown-list ul {
  width: calc(100% + 1px);
  max-height: 200px;
  overflow: auto;
}
.dropdown-list li {
  padding: 10px 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.34s ease-out;
}
.dropdown-list li.is-active {
  background-color: #F2F0F7;
}
.dropdown-list li.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.dropdown-list.not-nowrap li {
  white-space: normal;
}
.dropdown-list.width-checkbox li {
  padding: 0;
}
.dropdown-list.width-checkbox .checkbox-entry {
  padding: 10px 12px;
}
.dropdown-list .checkbox-entry .text-in {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.dropdown-list.ps-right {
  width: auto;
  right: 0;
  left: auto;
}
.dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 28;
  display: none;
}
.dropdown.is-active .dropdown-overlay {
  display: block;
}
.dropdown.is-active .dropdown-list {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.dropdown.is-active .dropdown-inner {
  border-color: #494952;
  box-shadow: none;
}
.dropdown.is-active .dropdown-inner .btn-icon-1 {
  transform: rotate(180deg);
}
.dropdown.error .dropdown-inner {
  border-color: #F03C3D !important;
}

.account-wrapper-image {
  display: flex;
  align-items: center;
  z-index: 1;
}
.account-wrapper-image .icon-soc {
  display: block;
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  overflow: hidden;
  border-radius: 50%;
}
.account-wrapper-image .icon-soc img {
  width: 100%;
}
.account-wrapper-image .icon-usr {
  display: block;
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: -8px;
  position: relative;
  z-index: -1;
}
.account-wrapper-image .icon-usr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* Alert */
.alert-container {
  font-size: 14px;
  padding: 16px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
}
.alert-container.ps-fixed {
  max-width: calc(100% - 30px);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.alert-container .icon {
  width: 20px;
  flex: 0 0 20px;
  line-height: 0;
  margin-right: 8px;
}
.alert-container .icon img {
  width: 100%;
}
.alert-container-close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.alert-container.type2 {
  filter: drop-shadow(0px 4px 8px rgba(224, 219, 237, 0.72));
  background-color: #FBFBFD;
  padding: 12px 60px;
  justify-content: center;
  color: #373636;
}
.alert-container.type2 .content {
  margin-right: 8px;
}
.alert-container.type2 .btn {
  white-space: nowrap;
}
.alert-container.green {
  background-color: #119641;
  color: #fff;
}
.alert-container.red {
  background-color: #F03C3D;
  color: #fff;
}
.alert-container.blue {
  background-color: #149FE6;
  color: #fff;
}
.alert-container.orange {
  background-color: #FA7116;
  color: #fff;
}
.alert-container.grey {
  background-color: #494952;
  color: #fff;
}

.notifications-popup-container {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 55;
  max-width: 1200px;
}
.notifications-popup-container .alert-container {
  margin-bottom: 15px;
}
.notifications-popup-container .alert-container:last-child {
  margin-bottom: 0;
}

/* Alert */
.list-style-1 li {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}
.list-style-1 li:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-check-ok.5a337632.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Settings-menu */
.settings-menu li {
  display: flex;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 16px;
  color: #373636;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 4px;
  transition: all 0.34s ease-out;
}
.settings-menu li:last-child {
  margin-bottom: 0;
}
.settings-menu li .icon {
  width: 20px;
  line-height: 0;
  margin-right: 12px;
}
.settings-menu li .icon img {
  width: 100%;
}
.settings-menu li.is-active {
  background-color: #FFD605 !important;
}

.layer-type_one {
  background-color: #FFFFFF;
  border: 1px solid #F2F0F7;
  box-shadow: 0px 4px 8px rgba(224, 219, 237, 0.72);
  border-radius: 8px;
  padding: 24px 32px 32px 32px;
}
.layer-back {
  margin-left: -16px;
}

/* Cookie */
.cookie-popup {
  padding: 30px 20px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 440px;
  max-width: calc(100vw - 30px);
  background: #FBFBFD;
  border: 1px solid #DFDDE3;
  box-shadow: 0px 4px 8px rgba(224, 219, 237, 0.72);
  border-radius: 8px;
  z-index: 999999999999;
}

.cookie-popup .btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
}

.cookie-popup.active {
  display: -ms-flexbox;
  display: block !important;
}

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .dropdown-inner:hover {
    border-color: #DFDDE3;
    box-shadow: none;
  }
  .dropdown-inner:hover .btn-icon-1 {
    background-color: #FBFBFD;
  }

  .dropdown-list li:hover {
    background-color: #F2F0F7;
  }

  .settings-menu li:hover {
    background-color: #F2F0F7;
  }
}
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .layer-type_one {
    background-color: #FFFFFF;
    border: 1px solid #F2F0F7;
    box-shadow: 0px 4px 8px rgba(224, 219, 237, 0.72);
    border-radius: 8px;
    padding: 8px 16px 32px 16px;
  }
  .layer-type_one.type2 {
    padding: 16px 16px 24px 16px;
  }
  .layer-back {
    margin-left: -16px;
  }

  .alert-container {
    padding: 18px 14px;
    align-items: flex-start;
  }
  .alert-container.ps-fixed {
    width: 100%;
    max-width: calc(100% - 30px);
  }
  .alert-container-close {
    top: 8px;
    right: 8px;
    transform: none;
    margin-top: 0 !important;
  }

  .alert-container.type2 {
    padding: 16px 50px 16px 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .alert-container.type2 .btn {
    flex: 0 0 100%;
    margin-top: 8px;
  }
  .alert-container.type2 .content {
    flex: 0 0 calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .cookie-popup {
    padding: 23px 18px;
    right: 15px;
    bottom: 15px;
  }

  .cookie-popup .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
/*==========  Thumbnails Style  ==========*/
.thumbnail-subscription {
  background-color: #FBFBFD;
  border: 1px solid #DFDDE3;
  box-shadow: 0px 4px 8px rgba(224, 219, 237, 0.72);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.thumbnail-subscription .sub-title {
  margin-bottom: 8px;
}
.thumbnail-subscription .time-wrapper {
  margin-bottom: 22px;
}
.thumbnail-subscription .time-free {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #DFDDE3;
  border-bottom: 1px solid #DFDDE3;
  font-size: 16px;
  font-weight: 500;
  color: #119641;
  margin-top: 14px;
}
.thumbnail-subscription .time-free .icon {
  display: inline-block;
  flex: 0 0 20px;
  line-height: 0;
  margin-right: 8px;
}
.thumbnail-subscription .time-free .icon img {
  width: 100%;
}
.thumbnail-subscription.border-yellow {
  border-width: 2px;
  border-color: #FFD605;
}

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
/*==========  PopUp Style  ==========*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 48;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  width: 360px;
  max-width: calc(100% - 24px);
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 24px 24px 24px;
  max-height: calc(100vh - 30px);
  overflow: auto;
}
.modal-container .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
}
.modal-container .embed-responsive video,
.modal-container .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-container .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal-container.size_1 {
  width: 360px;
}
.modal-container.size_2 {
  width: 552px;
}
.modal-container.size_3 {
  width: 640px;
}
.modal-container.size_4 {
  width: 885px;
}
.modal-container.size_5 {
  width: 500px;
}
.modal-container.style_1 {
  border-radius: 15px;
  border: 4px solid #FFD504;
  padding: 64px 94px 34px 94px;
}
.modal-container.style_2 {
  overflow: visible;
}
.modal-head {
  padding-right: 20px;
  margin-bottom: 22px;
}
.modal-head.type2 {
  padding-left: 24px;
  padding-right: 24px;
  margin-right: -24px;
  margin-left: -24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F2F0F7;
  margin-bottom: 24px;
}
.modal-footer {
  padding-left: 24px;
  padding-right: 24px;
  margin-right: -24px;
  margin-left: -24px;
  padding-top: 24px;
  border-top: 1px solid #F2F0F7;
  margin-top: 16px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.zoom-enter-active,
.zoom-leave-active {
  transition: transform 0.5s, opacity 0.5s;
}

.zoom-enter,
.zoom-leave-to {
  transform: translate(50%, -50%) scale(0.75);
  opacity: 0;
}

.slide-enter-active,
.slide-leave-active {
  transition: 0.5s;
}

.slide-enter,
.slide-leave-to {
  opacity: 0;
  transform: translateX(-50%) translateY(100vh);
}

.slideleft-enter-active,
.slideleft-leave-active {
  transition: transform 0.5s;
}

.slideleft-enter,
.slideleft-leave-to {
  transform: translateY(0) translateX(100vw);
}

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .modal-head {
    margin-bottom: 30px;
  }
  .modal-head.type2 {
    padding-left: 16px;
    padding-right: 16px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .modal-container {
    padding: 24px 16px 24px 16px;
  }
  .modal-footer {
    padding-left: 16px;
    padding-right: 16px;
    margin-right: -16px;
    margin-left: -16px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .modal-container.style_1 {
    border-radius: 6px;
    border-width: 3px;
    padding: 40px 34px 24px 34px;
  }
}
/*==========  Page-error Style  ==========*/
.page-error .image {
  max-width: 360px;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}
.page-error .image img {
  max-width: 100%;
}
.page-error .sub-title {
  max-width: 356px;
  margin-left: auto;
  margin-right: auto;
}

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
/*==========  Settings Style  ==========*/
.settings-general-inner {
  display: flex;
}
.settings-general-inner .image {
  text-align: center;
  margin-right: 65px;
}
.settings-general-inner .content {
  flex: auto;
}
.settings-general-image {
  display: inline-block;
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 16px;
}
.settings-general-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.settings-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.settings-label .title {
  margin-right: 16px;
}
.settings-payment {
  display: flex;
  align-items: center;
}
.settings-payment-icon {
  display: inline-block;
  width: 20px;
  line-height: 0;
  margin-right: 8px;
}
.settings-payment-icon img {
  max-width: 100%;
}

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .settings-general-inner {
    flex-wrap: wrap;
  }
  .settings-general-inner .image {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .settings-general-image {
    margin-bottom: 0;
    margin-right: 16px;
    width: 48px;
    flex: 0 0 48px;
    height: 48px;
  }
}
/*==========  Select Style  ==========*/
div.ml-select-wrapper-material {
  position: relative;
}
div.ml-select-wrapper-material > label {
  position: absolute;
  top: 15px;
  left: 12px;
  color: #767676;
  font-size: 14px;
  line-height: 1.2em;
  transition: 0.32s;
  z-index: 0;
  cursor: pointer;
}
div.ml-select-wrapper-material .multiselect__select {
  display: none;
}
div.ml-select-wrapper-material .multiselect__tags {
  min-height: 47px;
  padding: 10px 12px 0 12px;
  border: none;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 6px !important;
  transition: all 0.34s ease-out;
}
div.ml-select-wrapper-material .multiselect__tag {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 6px 28px 6px 8px;
  color: #000000;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
}
div.ml-select-wrapper-material .multiselect__tag-icon {
  font-weight: 500;
  transition: all 0.34s ease-out;
}
div.ml-select-wrapper-material .multiselect__tag-icon:after {
  font-size: 20px;
  color: #323232;
}
div.ml-select-wrapper-material .multiselect__input,
div.ml-select-wrapper-material .multiselect__single {
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
}
div.ml-select-wrapper-material:not(.typed) .multiselect__input {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 14px;
}
div.ml-select-wrapper-material.typed > label {
  top: 7px;
  font-size: 12px;
}
div.ml-select-wrapper-material.typed .multiselect__tags {
  padding-top: 26px;
}
div.ml-select-wrapper-material .multiselect.multiselect--active + label {
  top: 7px;
  font-size: 12px;
}
div.ml-select-wrapper-material .multiselect__content-wrapper {
  border-radius: 8px;
  padding: 4px 0 4px 0;
  box-shadow: 0px 4px 8px rgba(224, 219, 237, 0.72);
  border: none;
  top: calc(100% + 10px);
  overflow: hidden;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
div.ml-select-wrapper-material .multiselect__content {
  max-height: 270px;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
}
div.ml-select-wrapper-material .multiselect__element {
  margin-bottom: 0;
}
div.ml-select-wrapper-material .multiselect__option {
  padding: 10px 12px;
  color: #373636;
  min-height: 28px;
  line-height: 1.2em;
  font-size: 14px;
  transition: all 0.34s ease-out;
}
div.ml-select-wrapper-material .multiselect__option--highlight,
div.ml-select-wrapper-material .multiselect__option--selected {
  background-color: #F2F0F7;
  font-weight: 500;
}
div.ml-select-wrapper-material .multiselect__option--selected:after,
div.ml-select-wrapper-material .multiselect__option--highlight:after {
  display: none !important;
}
div.ml-select-wrapper-material .multiselect.multiselect--active .multiselect__tags {
  border-color: red;
}
div.ml-select-wrapper-material.z-index-1 .multiselect {
  z-index: 1;
}
div.ml-select-wrapper-material.z-index-1 > label {
  z-index: -1;
}

div.sl-select-wrapper-material {
  position: relative;
}
div.sl-select-wrapper-material > label {
  position: absolute;
  top: 16px;
  left: 12px;
  color: #767676;
  font-size: 14px;
  line-height: 1.2em;
  transition: 0.32s;
  z-index: 0;
  cursor: pointer;
}
div.sl-select-wrapper-material .multiselect__tags {
  min-height: 40px;
  padding: 9px 40px 0px 12px;
  border: 1px solid #F2F0F7;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(224, 219, 237, 0.4);
  border-radius: 8px !important;
  transition: all 0.34s ease-out;
}
div.sl-select-wrapper-material .multiselect__content-wrapper {
  border-radius: 8px;
  padding: 4px 0 4px 0;
  box-shadow: 0px 4px 8px rgba(224, 219, 237, 0.72);
  border: none;
  top: calc(100% + 10px);
  overflow: hidden;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
div.sl-select-wrapper-material .multiselect__content {
  max-height: 270px;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
}
div.sl-select-wrapper-material .multiselect__single {
  padding: 0;
  margin: 0;
  background: rgba(1, 1, 1, 0);
  font-size: 14px;
  color: #373636;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: default;
}
div.sl-select-wrapper-material .multiselect__select {
  width: 40px;
  height: 100%;
  top: 0;
}
div.sl-select-wrapper-material .multiselect__select:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  border: none;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #F2F0F7;
  background-image: url(../img/icon-arrow.66a6de23.svg);
  background-size: 16px;
  background-position: center 66%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all 0.34s ease-out;
}
div.sl-select-wrapper-material .multiselect__element {
  margin-bottom: 0;
}
div.sl-select-wrapper-material .multiselect__option {
  padding: 10px 12px;
  color: #373636;
  min-height: 28px;
  line-height: 1.2em;
  font-size: 14px;
  transition: all 0.34s ease-out;
}
div.sl-select-wrapper-material .multiselect__option--highlight,
div.sl-select-wrapper-material .multiselect__option--selected {
  background-color: #F2F0F7;
  font-weight: 500;
}
div.sl-select-wrapper-material .multiselect__input {
  padding-left: 26px;
  background-image: url(../img/icon-search.c80a8bd3.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  font-size: 14px;
}
div.sl-select-wrapper-material .multiselect__placeholder {
  padding-top: 0;
  margin-bottom: 0;
}
div.sl-select-wrapper-material.typed > label {
  top: 8px;
  font-size: 12px;
}
div.sl-select-wrapper-material.typed .multiselect__tags {
  padding-top: 22px;
}
div.sl-select-wrapper-material .multiselect.multiselect--active .multiselect__placeholder {
  display: block;
}
div.sl-select-wrapper-material .multiselect.multiselect--active .multiselect__tags {
  border-color: #494952;
}
div.sl-select-wrapper-material .multiselect.multiselect--active + label {
  top: 7px;
  font-size: 12px;
}
div.sl-select-wrapper-material.search .multiselect__input {
  background-color: rgba(1, 1, 1, 0);
  padding-left: 0 !important;
  margin-top: 6px;
}
div.sl-select-wrapper-material.z-index-1 .multiselect {
  z-index: 1;
}
div.sl-select-wrapper-material.z-index-1 > label {
  z-index: -1;
}
div.sl-select-wrapper-material.with-list-icon .multiselect__option {
  padding-left: 38px;
  background-image: url(../img/icon-check-circle-01.5a337632.svg);
  background-size: 20px;
  background-position: 12px 50%;
  background-repeat: no-repeat;
}

/*==========  Hover  ==========*/
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background-color: rgba(1, 1, 1, 0);
  opacity: 0.8;
}
.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #323232;
}

@media (min-width: 1200px) {
  div.sl-select-wrapper-material:hover .multiselect__tags {
    border-color: #DFDDE3;
  }
  div.sl-select-wrapper-material:hover .multiselect__select:before {
    background-color: #FBFBFD;
  }

  div.ml-select-wrapper-material:hover .multiselect__tags {
    background-color: rgba(0, 0, 0, 0.08);
  }

  div.ml-select-wrapper-material .multiselect__tag-icon:focus,
div.ml-select-wrapper-material .multiselect__tag-icon:hover {
    background-color: rgba(1, 1, 1, 0.1);
  }
}
/*==========  MEDIA QUERIES  ==========*/
/*==========  Swiper Style  ==========*/
.swiper-entry {
  position: relative;
}

.swiper-container {
  z-index: auto;
}

.swiper-wrap.type-a {
  padding-right: 160px;
  display: block;
  overflow: hidden;
}
.swiper-wrap.type-a .swiper-container {
  overflow: visible !important;
}
.swiper-wrap.type-a .swiper-slide {
  filter: blur(4px);
  transition: all 0.34s ease-out;
}
.swiper-wrap.type-a .swiper-slide.swiper-slide-active, .swiper-wrap.type-a .swiper-slide.swiper-slide-next {
  filter: blur(0);
}

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
/*==========  Login Style  ==========*/
.login-layer {
  padding: 32px 40px 40px 40px;
  background-color: #fff;
  border: 1px solid #F2F0F7;
  box-shadow: 0px 4px 6px rgba(224, 219, 237, 0.4);
  border-radius: 8px;
}
.login-layer .logo {
  width: 124px;
  line-height: 0;
  margin-bottom: 28px;
}
.login-layer .logo img {
  max-width: 100%;
}
.login-layer .btn-forgot {
  margin-right: -16px !important;
}
.login-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.login-tabs-list {
  margin-right: 16px;
}
.login-tabs-list li {
  display: inline-block;
  font-size: 20px;
  color: #9DA7B6;
  font-weight: 700;
  margin-right: 24px;
  padding: 8px 0;
  border-bottom: 2px solid rgba(1, 1, 1, 0);
  transition: all 0.34s ease-out;
  cursor: pointer;
}
.login-tabs-list li:last-child {
  margin-right: 0;
}
.login-tabs-list li.is-active {
  color: #373636;
  border-bottom-color: #FFD605;
}
.login-info {
  padding-bottom: 24px;
  padding-left: 20px;
  align-items: center;
  margin-bottom: 86px;
}
.login-info .item {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  position: relative;
}
.login-info .item:before {
  content: "";
  height: 100%;
  border-right: 1px dashed #545A64;
  position: absolute;
  top: 0;
  left: 24px;
}
.login-info .item:last-child {
  padding-bottom: 0;
}
.login-info .item:last-child:before {
  display: none;
}
.login-info .item .content {
  font-weight: 400;
}
.login-info .icon-wrapper {
  display: inline-block;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #DFDDE3;
  background-color: #fff;
  box-shadow: -11px 8px 14px 4px rgba(126, 143, 232, 0.1);
  position: relative;
}
.login-info .icon-wrapper .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  width: 62%;
}
.login-info .icon-wrapper .icon img {
  max-width: 100%;
}
.login-swiper-navigation {
  display: flex;
  padding-left: 55px;
  padding-top: 8px;
}
.login-thumbnail {
  display: flex;
}
.login-thumbnail .image {
  flex: 0 0 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.login-thumbnail .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.login-thumbnail .content {
  padding-left: 20px;
}
.login-thumbnail .text-in {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 24px;
}
.login-thumbnail .name {
  margin-bottom: 4px;
}
.login-layer.type2 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 456px;
}

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .login-tabs-list li:hover {
    color: #373636;
  }
}
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .login-layer {
    padding: 24px 15px 32px 15px;
  }
  .login-layer .logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .login-head {
    justify-content: center;
    margin-bottom: 16px;
  }
  .login-tabs-list {
    margin-right: 0;
  }
  .login-info {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .login-thumbnail .content {
    padding-left: 12px;
  }
  .login-thumbnail .content .text-in {
    margin-bottom: 16px;
  }
  .login-swiper-navigation {
    padding-left: 46px;
  }
}
/*==========  Planner Style  ==========*/
.planner-head_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.planner-head_01 .title {
  margin-right: 15px;
}
.planner-head_02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.planner-head_02 .title {
  margin-right: 32px;
}
.planner-head_02 .dropdown {
  margin-right: auto;
  min-width: 240px;
  width: 240px;
}
.planner-calendar {
  position: relative;
}
.planner-calendar-days {
  min-height: 400px;
  min-width: 1000px;
  display: flex;
  text-align: center;
}
.planner-calendar .day {
  flex: 0 0 14.36%;
  max-width: 14.36%;
  border: 1px solid #F2F0F7;
  background-color: #fff;
  margin-left: -1px;
  padding: 0 4px 0 4px;
  transition: all 0.12s ease-out;
}
.planner-calendar .day:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.planner-calendar .day:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.planner-calendar .day-head {
  padding: 12px 15px;
  border-bottom: 1px solid #F2F0F7;
  margin-bottom: 16px;
  margin-left: -4px;
  margin-right: -4px;
}
.planner-calendar .day-head .title {
  font-size: 16px;
  font-weight: 500;
  color: #757F8F;
  position: relative;
  padding-bottom: 2px;
  display: inline-block;
}
.planner-calendar .day-head .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #FFD605;
  border-radius: 28px;
  opacity: 0;
  transition: all 0.22s ease-out;
}
.planner-calendar .day-head .sub-title {
  font-size: 16px;
  font-weight: 600;
  color: #494952;
}
.planner-calendar .day.gone-days {
  background-color: #FBFBFD;
}
.planner-calendar .day.gone-days .title {
  color: #CDD5DF;
}
.planner-calendar .day.gone-days .sub-title {
  color: #757F8F;
}
.planner-calendar-connect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(251, 251, 253, 0.88);
  padding: 120px 60px;
  border-radius: 8px;
  z-index: 4;
}
.planner-calendar-connect .title {
  margin-bottom: 12px;
}
.planner-calendar-connect .btn {
  margin-right: auto;
  margin-left: auto;
}
.planner-calendar-nav {
  border: 1px solid #DFDDE3;
  border-radius: 8px;
  min-height: 42px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px 42px;
  color: #494952;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  min-width: 230px;
}
.planner-calendar-nav .next,
.planner-calendar-nav .prev {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #F2F0F7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.planner-calendar-nav .next .icon,
.planner-calendar-nav .prev .icon {
  display: inline-block;
  width: 8px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.planner-calendar-nav .next .icon img,
.planner-calendar-nav .prev .icon img {
  width: 100%;
}
.planner-calendar-nav .next {
  right: 16px;
}
.planner-calendar-nav .prev {
  left: 16px;
}
.planner-calendar-nav .text-in {
  width: 100%;
}
.planner-calendar-sc {
  overflow: auto;
}
.planner-calendar-b2, .planner-calendar-b1 {
  display: flex;
  align-items: center;
}
.planner-calendar-b1 {
  margin-right: auto;
}
.planner-settings-head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.planner-settings-head .title {
  margin-right: 16px;
}
.planner-settings-head .pages {
  display: flex;
  align-items: center;
}
.planner-settings-head .pages .account-wrapper-image {
  margin-right: 8px;
}
.planner-settings-item {
  display: flex;
  align-items: center;
}
.planner-settings-item .label {
  flex: 0 0 120px;
  margin-right: 24px;
}
.planner-settings-item div.sl-select-wrapper-material {
  min-width: 290px;
}
.planner-settings-item .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.planner-settings-item .checkbox-wrapper .checkbox-badge {
  flex: auto;
  justify-content: space-between;
}

.thumbnail-post {
  padding: 4px 4px 8px 4px;
  box-shadow: 0px 4px 6px rgba(224, 219, 237, 0.4);
  border-radius: 8px;
  transition: all 0.34s ease-out;
  cursor: pointer;
  margin-bottom: 10px;
}
.thumbnail-post .image {
  padding-bottom: 64%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
  position: relative;
}
.thumbnail-post .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
.thumbnail-post .name {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 4px;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.thumbnail-post .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.thumbnail-post .info .time {
  padding-left: 16px;
  position: relative;
  font-size: 10px;
  color: #545A64;
}
.thumbnail-post .info .time .icon {
  display: inline-block;
  width: 14px;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.thumbnail-post .info .time .icon img {
  width: 100%;
}

.post-details {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
.post-details-inner {
  display: flex;
}
.post-details-inner .image-in {
  flex: 0 0 calc(46% - 24px);
  margin-right: 24px;
  overflow: hidden;
  border-radius: 8px;
  line-height: 0;
}
.post-details-inner .image-in img {
  max-width: 100%;
  border-radius: 8px;
}
.post-details .info {
  flex: 0 0 100%;
  display: flex;
  padding-top: 24px;
}
.post-details .info .item {
  flex: 0 0 50%;
  padding-right: 16px;
}
.post-details-pages {
  display: flex;
  align-items: center;
}
.post-details-pages .account-wrapper-image {
  margin-right: 8px;
}

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .thumbnail-post:hover {
    box-shadow: 0px 2px 2px rgba(224, 219, 237, 0.2);
  }

  .planner-calendar .day:hover {
    position: relative;
    box-shadow: 0px 4px 12px rgba(224, 219, 237, 0.4);
  }
  .planner-calendar .day:hover .day-head .title:after {
    opacity: 1;
  }
}
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .planner-head_02 {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .planner-head_02 .title {
    margin-right: 8px;
  }
  .planner-head_02 .dropdown {
    flex: auto;
    min-width: auto;
  }
  .planner-calendar-connect {
    padding: 60px 20px;
  }
  .planner-calendar-b1 {
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 16px;
  }
  .planner-calendar-b3 {
    flex: 0 0 100%;
    order: 2;
    margin-bottom: 16px;
  }
  .planner-calendar-b2 {
    flex: 0 0 100%;
    order: 3;
  }
  .planner-calendar-nav {
    margin-left: 8px;
    margin-right: 0;
    flex: auto;
  }
  .planner-calendar .day {
    flex: 0 0 160px;
  }
  .planner-settings-head {
    flex-wrap: wrap;
  }
  .planner-settings-head .title {
    flex: 0 0 100%;
    margin-bottom: 8px;
  }
  .planner-settings-head .pages {
    font-size: 14px;
  }
  .planner-settings-item {
    flex-wrap: wrap;
  }
  .planner-settings-item .label {
    flex: auto;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .planner-settings-item div.sl-select-wrapper-material {
    width: 100%;
    min-width: auto;
  }
  .planner-settings-item .checkbox-wrapper {
    flex-wrap: wrap;
  }
  .planner-settings-item .checkbox-wrapper .checkbox-badge {
    flex: 0 0 calc(50% - 8px);
    margin-bottom: 8px;
  }
  .planner-settings-item .checkbox-wrapper .checkbox-badge:last-child {
    margin-bottom: 0;
  }

  .post-details {
    padding-bottom: 0;
  }
  .post-details-inner {
    flex-wrap: wrap;
  }
  .post-details-inner .image-in {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .post-details-inner .text-in {
    flex: 0 0 100%;
    font-size: 14px;
  }
  .post-details .info {
    flex-wrap: wrap;
    padding-top: 16px;
  }
  .post-details .info .item {
    flex: 0 0 100%;
    margin-bottom: 18px;
    padding-right: 0;
  }
  .post-details .info .item:last-child {
    margin-bottom: 0;
  }
}
/*==========  Create-post Style  ==========*/
.create-ps-head {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.create-ps-head .title {
  margin-right: 15px;
}
.create-ps-head .dropdown {
  margin-right: auto;
  min-width: 240px;
  width: 240px;
}
.create-ps-describe {
  background-color: #ffffff;
  border: 1px solid #DFDDE3;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px 16px 20px 16px;
  min-height: 100px;
  position: relative;
}
.create-ps-describe input {
  height: 32px;
  font-size: 16px;
  outline: none;
  position: relative;
  z-index: 2;
}
.create-ps-describe input::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #9DA7B6;
}
.create-ps-describe input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #9DA7B6;
}
.create-ps-describe input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #9DA7B6;
}
.create-ps-describe .item {
  border: 1px solid #FFFFFF;
  margin-right: 4px;
  margin-bottom: 4px;
  box-shadow: 0px 4px 6px rgba(224, 219, 237, 0.4);
  border-radius: 8px;
  padding: 4px 28px 4px 8px;
  position: relative;
  font-size: 16px;
  font-width: 500;
  color: #373636;
}
.create-ps-describe .item .remove {
  width: 12px;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.create-ps-describe .item .remove svg {
  width: 100%;
}
.create-ps-describe .item .fill-dark {
  fill: #494952;
}
.create-ps-describe .item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.create-ps-describe .progress {
  position: absolute;
  display: block;
  height: 4px;
  border-radius: 20px;
  left: 16px;
  right: 16px;
  bottom: 10px;
}
.create-ps-describe .progress span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  border-radius: 12px;
  max-width: 100%;
}
.create-ps-describe .progress span.red {
  background-color: #F03C3D;
}
.create-ps-describe .progress span.orange {
  background-color: #FA7116;
}
.create-ps-describe .progress span.green {
  background-color: #119641;
}
.create-ps-describe.limited {
  border-color: #F03C3D;
}
.create-ps-describe.limited input {
  pointer-events: none;
}
.create-ps-warning {
  background-color: #FA7116;
  border-radius: 8px;
  padding: 16px 42px 16px 48px;
  position: absolute;
  width: 325px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 20px);
  z-index: 1;
}
.create-ps-warning.red {
  background-color: #F03C3D;
}
.create-ps-warning.red:after {
  background-color: #F03C3D;
}
.create-ps-warning .icon {
  display: inline-block;
  line-height: 0;
  width: 20px;
  position: absolute;
  left: 14px;
  top: 16px;
}
.create-ps-warning .icon img {
  width: 100%;
}
.create-ps-warning .close {
  width: 20px;
  height: 20px;
  line-height: 0;
  position: absolute;
  top: 6px;
  right: 6px;
}
.create-ps-warning .close img {
  width: 100%;
}
.create-ps-warning:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #FA7116;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: rotate(45deg) translateY(-50%);
  border-radius: 4px;
}
.create-ps-placeholder {
  position: absolute;
  top: 13px;
  left: 15px;
  right: 10px;
  width: calc(100% - 30px);
  font-size: 16px;
  font-weight: 600;
  color: #9DA7B6;
}
.create-ps-title_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create-ps-title_btn .title {
  margin-right: 15px;
}
.create-ps-editor_wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
}
.create-ps-editor_wrapper .post-empty {
  max-width: 360px;
  align-self: center;
  text-align: center;
}
.create-ps-PO {
  position: absolute;
  z-index: 44;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.88) 100%);
  border-radius: 8px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.create-ps-PO_popup {
  background: #FFFFFF;
  border: 1px solid #DFDDE3;
  box-shadow: 0px 4px 6px rgba(224, 219, 237, 0.4);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  max-width: calc(100% - 30px);
  padding: 24px 30px;
}

.editor {
  background: #FFFFFF;
  border: 1px solid #F2F0F7;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px rgba(224, 219, 237, 0.4);
  border-radius: 8px;
}
.editor-head {
  padding: 0 24px;
  border-bottom: 1px solid #F2F0F7;
}
.editor-list {
  margin-bottom: -1px;
}
.editor-list li {
  font-size: 14px;
  font-weight: 500;
  color: #757F8F;
  display: inline-block;
  padding: 12px 15px;
  margin-right: 24px;
  border-bottom: 2px solid rgba(1, 1, 1, 0);
  cursor: pointer;
  transition: all 0.34s ease-out;
}
.editor-list li:last-child {
  margin-right: 0;
}
.editor-list li.is-active {
  font-weight: 600;
  color: #494952;
  border-bottom-color: #373636;
}
.editor-inner {
  padding: 24px 24px 32px 24px;
}
.editor-image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-bottom: 62%;
}
.editor-image img.in-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.editor-image-nav {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor-image-nav > * {
  margin-right: 8px;
}
.editor-image-nav > *:last-child {
  margin-right: 0;
}
.editor-image-empty {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid #DFDDE3;
  background-color: #FBFBFD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.editor-footer {
  padding: 16px 24px 32px 24px;
  border-top: 1px solid #F2F0F7;
}
.editor-textarea {
  position: relative;
  border: 1px solid #DFDDE3;
  padding: 10px 10px 60px 10px;
  border-radius: 8px;
}
.editor-textarea textarea.input.auto-resizing {
  min-height: 80px;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
}
.editor-textarea textarea.input.auto-resizing::-moz-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #9DA7B6;
}
.editor-textarea textarea.input.auto-resizing:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #9DA7B6;
}
.editor-textarea textarea.input.auto-resizing::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #9DA7B6;
}
.editor-textarea-nav {
  position: absolute;
  bottom: 10px;
  right: 16px;
  display: flex;
}
.editor-textarea-nav .btn {
  margin-right: 8px;
}
.editor-textarea-nav .btn:last-child {
  margin-right: 0;
}
.editor-textarea-rating {
  position: absolute;
  left: 16px;
  bottom: 14px;
}
.editor-textarea.type2 {
  padding: 10px;
}
.editor-textarea.type2 textarea.input.auto-resizing {
  min-height: 40px;
  padding: 0 10px 0 0;
}
.editor-preview {
  padding: 24px 24px 50px 24px;
}

.thumbnail-fb {
  background: #FFFFFF;
  border: 1px solid #F2F0F7;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(224, 219, 237, 0.56), 0px 0px 6px rgba(224, 219, 237, 0.16);
  border-radius: 8px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail-fb-head {
  display: flex;
  align-items: center;
  padding: 13px 16px 0 16px;
  margin-bottom: 10px;
}
.thumbnail-fb-head .image {
  flex: 0 0 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.thumbnail-fb-head .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.thumbnail-fb-head .name {
  font-size: 15px;
  font-weight: 600;
  color: #080808;
}
.thumbnail-fb-head .date {
  font-size: 13px;
  font-weight: 400;
  color: #66676B;
  position: relative;
  padding-right: 18px;
}
.thumbnail-fb-head .date .icon {
  display: inline-block;
  width: 12px;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.thumbnail-fb-head .date .icon img {
  width: 100%;
}
.thumbnail-fb-text {
  font-size: 16px;
  font-weight: 400;
  color: #080808;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 12px;
}
.thumbnail-fb .image {
  line-height: 0;
}
.thumbnail-fb .image img {
  width: 100%;
  max-width: 100%;
}
.thumbnail-fb-info {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  margin-right: 16px;
  margin-left: 16px;
  border-bottom: 1px solid #CFD0D4;
}
.thumbnail-fb-info .likes {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.thumbnail-fb-info .likes .item {
  width: 18px;
  line-height: 0;
  margin-right: -2px;
}
.thumbnail-fb-info .likes .item img {
  width: 100%;
}
.thumbnail-fb-info .likes .title {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #66676B;
}
.thumbnail-fb-info .comment {
  font-size: 15px;
  color: #66676B;
  font-weight: 400;
}
.thumbnail-fb-footer {
  padding: 12px 0;
  margin-right: 16px;
  margin-left: 16px;
  display: flex;
  justify-content: space-around;
}
.thumbnail-fb-footer .item {
  display: flex;
  align-items: center;
}
.thumbnail-fb-footer .item .icon {
  flex: 0 0 16px;
  line-height: 0;
  margin-right: 6px;
}
.thumbnail-fb-footer .item .icon img {
  width: 100%;
}
.thumbnail-fb-footer .item .title {
  font-size: 15px;
  color: #66676B;
  font-weight: 500;
}

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .editor-list li:hover {
    color: #494952;
  }
}
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .create-ps-head {
    flex-wrap: wrap;
  }
  .create-ps-head .title {
    margin-right: 0;
    margin-bottom: 16px;
    flex: 0 0 100%;
  }
  .create-ps-head .dropdown {
    flex: auto;
  }
  .create-ps-warning {
    left: 0;
    top: calc(100% + 20px);
    transform: none;
  }
  .create-ps-warning:after {
    top: -10px;
    left: 40px;
    transform: rotate(45deg) translateY(0);
  }

  .editor-inner {
    padding: 16px 16px 48px 16px;
  }
  .editor-footer {
    padding: 16px 16px 24px 16px;
  }

  .thumbnail-fb-info {
    display: none;
  }
}
@media (max-width: 575px) {
  .create-ps-placeholder {
    top: 10px;
    font-size: 13px;
  }
}
/*==========  date-picker Style  ==========*/
.date-picker {
  position: relative;
}
.date-picker-inner {
  padding: 10px 40px 10px 40px;
  background-color: #fff;
  border: 1px solid #F2F0F7;
  border-radius: 8px;
  font-size: 14px;
  z-index: 8;
  position: relative;
  cursor: pointer;
  transition: all 0.34s ease-out;
}
.date-picker-inner .icon-in {
  display: block;
  width: 20px;
  line-height: 0;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.date-picker-inner .icon-in img {
  width: 100%;
}
.date-picker-inner .btn-icon-1 {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -12px;
  transition: all 0.34s ease-out;
}
.date-picker-content {
  background-color: #fff;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(224, 219, 237, 0.56), 0px 0px 6px rgba(224, 219, 237, 0.16);
  border-radius: 8px;
  z-index: 12;
  padding: 16px;
  position: absolute;
  bottom: calc(100% + 8px);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.34s ease-out;
}
.date-picker-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.date-picker-footer {
  display: flex;
}
.date-picker-footer .dropdown {
  flex: auto;
  margin-right: 8px;
}
.date-picker-footer .dropdown-list {
  font-size: 14px;
}
.date-picker.is-active .date-picker-overlay {
  display: block;
}
.date-picker.is-active .date-picker-content {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.date-picker.is-active .date-picker-inner {
  border-color: #494952;
  box-shadow: none;
}
.date-picker.is-active .date-picker-inner .btn-icon-1 {
  transform: rotate(180deg);
}
.date-picker .vc-container {
  border: none;
}
.date-picker .vc-container .vc-header {
  padding: 0 5px;
  margin-bottom: 8px;
}
.date-picker .vc-container .vc-arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #F2F0F7;
  position: relative;
  transition: all 0.34s ease-out;
}
.date-picker .vc-container .vc-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon-arrow-left.3b0e2a87.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.date-picker .vc-container .vc-arrow svg {
  display: none;
}
.date-picker .vc-container .vc-arrow.is-right:after {
  transform: rotate(180deg);
}
.date-picker .vc-container .vc-arrow.is-disabled {
  opacity: 0.6;
}
.date-picker .vc-container .vc-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  padding-top: 4px;
  pointer-events: none;
}
.date-picker .vc-container .vc-arrows-container {
  padding: 0;
}
.date-picker .vc-container .vc-highlight {
  background-color: #41434B !important;
  opacity: 1 !important;
}

/*==========  Hover  ========== */
@media (min-width: 1200px) {
  .date-picker-inner:hover {
    border-color: #DFDDE3;
    box-shadow: none;
  }
  .date-picker-inner:hover .btn-icon-1 {
    background-color: #FBFBFD;
  }

  .date-picker .vc-container .vc-arrow:hover {
    background-color: #FBFBFD;
  }
}
/*==========  MEDIA QUERIES  ==========*/
/*==========  Tooltips Style  ==========*/
.tooltips-inner {
  display: block;
}
.tooltips-inner:after {
  content: "";
  position: absolute;
  top: -12px;
  left: -18px;
  right: -18px;
  bottom: -12px;
  border: 2px solid #FFD605;
  filter: drop-shadow(0px 0px 4px rgba(255, 214, 5, 0.54));
  border-radius: 15px;
  background-color: #fff;
  z-index: -1;
  display: none;
}
.tooltips-inner.inline-block {
  display: inline-block;
}
.tooltips-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 46;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  cursor: default;
}
.tooltips-wrapper.inline-block {
  display: inline-block;
}
.tooltips-wrapper.active {
  pointer-events: none;
}
.tooltips-wrapper.active > .tooltips-inner {
  position: relative;
  z-index: 48;
}
.tooltips-wrapper.active > .tooltips-inner:after {
  display: block;
}
.tooltips-wrapper.active > .tooltips-layer {
  display: block;
}

.popup-tooltip {
  position: absolute;
  padding: 0 0 15px 0;
  background-color: #fff;
  border-radius: 4px;
  top: 150px;
  left: 150px;
  z-index: 52;
  width: 240px;
  display: none;
}
.popup-tooltip:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #FFD605;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.popup-tooltip-header {
  background-color: #FFD605;
  padding: 8px 28px 8px 10px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  position: relative;
}
.popup-tooltip-close {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  line-height: 0;
}
.popup-tooltip-close img {
  width: 100%;
}
.popup-tooltip .title {
  padding: 16px 28px;
}
.popup-tooltip.active {
  display: block;
}
.popup-tooltip#right:after {
  background-color: #fff;
  transform: rotate(45deg);
  top: 45px;
  left: -8px;
}
.popup-tooltip#right-center:after {
  background-color: #fff;
  transform: rotate(45deg);
  top: 100px;
  left: -8px;
}
.popup-tooltip#left:after {
  background-color: #fff;
  transform: rotate(45deg);
  top: 45px;
  left: auto;
  right: -8px;
}
.popup-tooltip#bottom-left:after {
  left: 10px;
  transform: rotate(45deg);
}
.popup-tooltip#bottom-right:after {
  left: auto;
  right: 10px;
  transform: rotate(45deg);
}

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .popup-tooltip .title {
    padding: 16px;
  }

  .tooltips-inner:after {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 10px;
  }
}
/*==========  Swiper Style  ==========*/
.swiper-entry {
  position: relative;
}

.swiper-container {
  z-index: auto;
}

.swiper-wrap.type-a {
  padding-right: 160px;
  display: block;
  overflow: hidden;
}
.swiper-wrap.type-a .swiper-container {
  overflow: visible !important;
}
.swiper-wrap.type-a .swiper-slide {
  filter: blur(4px);
  transition: all 0.34s ease-out;
}
.swiper-wrap.type-a .swiper-slide.swiper-slide-active, .swiper-wrap.type-a .swiper-slide.swiper-slide-next {
  filter: blur(0);
}

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
/*==========  Form Style  ==========*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #222;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #222;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #222;
  opacity: 1;
}

input, textarea, select {
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

.invalid {
  border-color: red;
  color: red;
}

/*==========  Text fields  ==========*/
.input-error {
  font-size: 12px;
  color: #F03C3D;
  margin-top: 2px;
  display: none;
}
.input-error.show {
  display: block;
}

.input {
  font-size: 14px;
  font-weight: 500;
  color: #373636;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #DFDDE3;
  padding: 0 12px 0 12px;
  border-radius: 8px;
  outline: none;
  transition: 0.24s;
}
.input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #9DA7B6;
}
.input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #9DA7B6;
}
.input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #9DA7B6;
}
.input:focus {
  border-color: #494952 !important;
}
.input:disabled {
  pointer-events: none;
  color: #111;
}
.input.error {
  border-color: #F03C3D !important;
}
.input.error + .input-error {
  display: block;
}
.input-wrapper.width-icon .icon {
  display: inline-block;
  width: 20px;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.input-wrapper.width-icon .icon img {
  width: 100%;
}
.input-wrapper.width-icon .input {
  padding-left: 40px;
}
.input-wrapper.width-icon .input-inner {
  position: relative;
}
.input-inner.error .input {
  border-color: #F03C3D !important;
}
.input-inner.error + .input-error {
  display: block;
}
.input-password .input {
  padding-right: 38px;
}
.input-password .input-inner {
  position: relative;
}
.input-password-icon {
  position: absolute;
  width: 20px;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.input-password-icon img {
  width: 100%;
}

textarea.input {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 18px;
  min-height: 130px;
}
textarea.input.md {
  height: 80px;
}
textarea.input.sm {
  height: 50px;
  min-height: 50px;
  resize: vertical;
}

.form-group .input-wrapper {
  margin-bottom: 8px;
}
.form-group .input-wrapper .input-inner {
  margin-bottom: 0;
}
.form-group .input-inner {
  margin-bottom: 8px;
}
.form-group .checkbox-entry {
  margin-bottom: 20px;
}

/*==========  Checkbox Style  ==========*/
.checkbox-entry {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
  min-width: 30px;
  min-height: 20px;
  transition: all 0.34s ease-out;
  /*
  input[type=radio] + span:before,
  input[type=radio] + span:after{
  	border-radius: 50%;
  }
  input[type=radio] + span:after{
  	border: none;
  	background-color: #FFFFFF;
  	width: 6px;
  	height: 6px;
  	top: 7px;
  	left: 5px;
  }
  */
}
.checkbox-entry input {
  display: none;
}
.checkbox-entry span {
  display: inline-block;
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #DFDDE3;
  position: relative;
  vertical-align: bottom;
  margin-right: 6px;
  transition: all 0.34s ease-out;
}
.checkbox-entry span:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.34s ease-out;
  opacity: 0;
  visibility: hidden;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.checkbox-entry input:checked + span {
  border-color: #373636;
  background-color: #373636;
}
.checkbox-entry input:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.checkbox-entry.disable {
  pointer-events: none;
}
.checkbox-entry.disable span:before {
  background-color: #111;
}
.checkbox-entry .account-wrapper-image {
  margin-right: 5px;
}

.checkbox-badge {
  position: relative;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  color: #757F8F;
  padding: 10px 12px 10px 12px;
  cursor: pointer;
  transition: all 0.34s ease-out;
}
.checkbox-badge input {
  display: none;
}
.checkbox-badge .checkbox-badge-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 4px 6px rgba(224, 219, 237, 0.4);
  border: 1px solid #F2F0F7;
  border-radius: 8px;
  transition: all 0.34s ease-out;
}
.checkbox-badge .checkbox-badge-icon {
  width: 20px;
  margin-left: 8px;
  line-height: 0;
  display: none;
}
.checkbox-badge .checkbox-badge-icon img {
  width: 100%;
}
.checkbox-badge input:checked + .checkbox-badge-inner {
  border: 1px solid #CDD5DF;
  box-shadow: none;
}
.checkbox-badge input:checked ~ .checkbox-badge-icon {
  display: inline-block;
}
.checkbox-badge input:checked ~ span {
  color: #373636;
}

.checkbox-wrapper .checkbox-entry {
  display: block;
  margin-bottom: 8px;
}
.checkbox-wrapper .checkbox-entry:last-of-type {
  margin-bottom: 0;
}
.checkbox-wrapper .checkbox-badge {
  margin-right: 8px;
}
.checkbox-wrapper.type2 {
  margin-bottom: -8px;
}
.checkbox-wrapper.type2 .checkbox-badge {
  margin-right: 8px;
  margin-bottom: 8px;
}

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .input:hover {
    border-color: #9DA7B6;
  }

  .checkbox-entry:hover {
    opacity: 0.8;
  }

  .input-wrapper-material.textarea.typed:hover label,
.input-wrapper-material.textarea.focus:hover label {
    background-color: #ebebeb;
  }

  .checkbox-badge:hover {
    color: #373636;
  }
  .checkbox-badge:hover .checkbox-badge-inner {
    border: 1px solid #CDD5DF;
    box-shadow: none;
  }
}
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .checkbox-badge {
    font-size: 12px;
  }
}
a {
  transition: all 0.34s ease-out;
}

html {
  height: auto;
}
