.is-flex {
  display: flex !important;
}
.is-flex-1 {
  flex: 1;
}
.is-flex--space-between {
  justify-content: space-between;
}
.is-flex--center {
  justify-content: center;
}
.is-flex--start {
  justify-content: flex-start;
}
.is-vertical-flex {
  display: flex;
  flex-direction: column;
}
.is-horizontal-flex {
  display: flex;
  flex-direction: row;
}
.is-100-height {
  height: 100%;
}
.is-fullwidth {
  width: 100%;
}
.is-fullheight {
  height: 100%;
}
.is-float-left {
  float: left;
}
.is-float-right {
  float: right;
}
.is-link--dark a {
  color: #fff;
}
.is-link--dark a:hover {
  color: #D0ECE7;
  text-decoration: none;
}
.is-link--light a {
  color: rgba(0, 0, 0, 0.65);
}
.is-link--light a:hover {
  color: #09488a;
  text-decoration: none;
}
.is-clickable {
  cursor: pointer !important;
}
.is-clickable--no-shadow:hover {
  box-shadow: none !important;
}
.is-clickable:hover {
  box-shadow: 0 5px 10px #d7d7d7, 0 -5px 15px #d9d9d9;
}
.is-padding-25 {
  padding: 25px;
}
.is-padding-20 {
  padding: 20px;
}
.is-padding-15 {
  padding: 15px;
}
.is-padding-10 {
  padding: 10px;
}
.is-padding-5 {
  padding: 5px;
}
.is-margin-25 {
  margin: 25px;
}
.is-margin-20 {
  margin: 20px;
}
.is-margin-15 {
  margin: 15px;
}
.is-margin-10 {
  margin: 10px;
}
.is-margin-5 {
  margin: 5px;
}
.is-text-center {
  text-align: center;
}
.is-text-sm {
  font-size: 14px;
}
.is-text-md {
  font-size: 18px;
}
.is-text-lg {
  font-size: 24px;
}
.is-text-sg {
  font-size: 28px;
}
.is-text-bold {
  font-weight: bold;
}
.is-gap-left {
  margin-left: 5px;
}
.is-opaque {
  color: #919596;
}
.is-flat-input {
  border-width: 1px;
  padding: 18px 10px;
}
.is-flat-button {
  text-align: center;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.is-flat-button--no-bg {
  text-align: center;
  padding: 6px 10px;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff !important;
}
.is-flat-button--fix-width {
  min-width: 115px;
}
.is-flat-button--same-input {
  color: rgba(0, 0, 0, 0.65);
  border: 2px solid #d9d9d9;
  text-align: center;
  background-color: #fff !important;
}
.is-flat-button--same-input:hover {
  color: #fff;
  background-color: #322639 !important;
  border-color: #322639 !important;
  font-weight: 600;
}
.is-border-danger {
  border: 1px solid #ff3860 !important;
}
.is-border-info {
  border: 1px solid #3EACA8 !important;
}
.is-border-primary {
  border: 1px solid #1ABC9C !important;
}
.is-button-danger {
  background-color: #ff3860;
}
.is-button-primary {
  background-color: #1ABC9C;
}
.is-button-info {
  background-color: #3EACA8;
}

.fa {
  margin-right: 4px;
}

.ant-popover-inner-content {
  padding: 0;
}

.ant-modal {
  top: 50px;
}
.ant-modal-body {
  padding: 0;
}

.ant-tree-iconEle {
  background-color: none;
}
.ant-tree-iconEle ant-tree-icon_loading {
  background-color: none;
}
.ant-tree-iconEle ant-tree-icon_loading ant-tree-icon__open {
  background-color: none;
}

.ant-select.editor-select-filetype {
  height: 40px;
}
.ant-select.editor-select-filetype .ant-select-selection {
  height: 40px;
  border: 2px solid #d9d9d9;
}
.ant-select.editor-select-filetype .ant-select-selection__rendered {
  height: 40px;
  line-height: 38px;
}

.ant-popover {
  z-index: 9999;
}

.ant-layout {
  overflow: auto;
  height: 100vh;
  background-color: #f4f6f8;
}
.ant-layout .ant-layout-footer {
  background-color: #EAECEE;
  padding: 15px 50px;
  width: calc(100vw - 250px);
  text-align: center;
  position: fixed;
  bottom: 0;
}
.ant-layout .ant-layout-sider {
  margin-top: 55px;
}
.ant-layout .ant-layout-sider .ant-menu {
  color: #fff;
  background-color: #303246;
}
.ant-layout .ant-layout-sider li.ant-menu-item, .ant-layout .ant-layout-sider li .ant-menu-submenu-title {
  font-size: 15px !important;
  font-weight: 500;
}
.ant-layout .ant-layout-sider li.ant-menu-item:hover, .ant-layout .ant-layout-sider li .ant-menu-submenu-title:hover {
  color: #A2D4AB;
}
.ant-layout .ant-layout-sider li.site-info {
  margin: 0;
  background-color: #C62B41;
  width: 250px;
}
.ant-layout .ant-layout-sider li.site-info:hover {
  color: #FADBD8;
}
.ant-layout .ant-layout-sider li.ant-menu-item-selected {
  color: #fff;
  background-color: #547A82;
}
.ant-layout .ant-layout-sider li.ant-menu-item-selected:hover {
  color: #fff;
}
.ant-layout .ant-layout-sider li.ant-menu-item-selected::after {
  border-right: none;
}
.ant-layout .ant-layout-content {
  background-color: #f4f6f8 !important;
  margin-top: 55px !important;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 992px) {
  .ant-layout .ant-layout-content {
    margin-left: 0 !important;
  }
}
.ant-layout .ant-layout-content .your-site {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .ant-layout .ant-layout-content {
    padding: 0 5px 48px !important;
  }
}
.ant-layout .ant-layout-header {
  background-color: #303246;
  height: 55px;
  line-height: 55px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.ant-layout .ant-layout-header .header-brand {
  position: absolute;
  left: 0;
  font-weight: 700;
  padding-left: 15px;
  width: 250px;
  font-size: 20px;
  color: #fff;
  background-color: #C62B41;
}
@media screen and (max-width: 992px) {
  .ant-layout .ant-layout-header .header-brand {
    display: none !important;
  }
}
.ant-layout .ant-layout-header .header-brand img {
  vertical-align: center;
}

.fr-box ol {
  list-style: decimal;
}
.fr-box ul {
  list-style: dotted;
}
.fr-toolbar {
  box-shadow: none !important;
  border: 1px solid #dfe4e8 !important;
  border-bottom: none !important;
}
.fr-wrapper {
  box-shadow: none !important;
  border: 1px solid #dfe4e8 !important;
}
.fr-counter {
  border: 1px solid #dfe4e8 !important;
}
.fr-element {
  max-height: 170px;
}

.fr-pcategory .fr-element, .fr-pcategory .fr-wrapper {
  height: 300px;
  max-height: 300px !important;
}

.ace_editor {
  border: 1px solid #dfe4e8;
  border-left: none !important;
  width: auto !important;
  height: calc(100vh - 280px) !important;
}
.ace_error {
  display: none;
}

.enable_ace_err .ace_error {
  display: block;
}

.no_invalid .ace_invalid {
  display: initial;
  color: #000 !important;
  background-color: inherit !important;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

.ui-account.wrapper {
  max-width: 600px;
  margin: auto;
  height: 100%;
  margin-top: 200px;
}

.accounts {
  background-color: white;
  padding: 20px 10px;
}
.accounts a.item {
  color: rgba(0, 0, 0, 0.65);
  display: flex;
  text-decoration: none;
  width: 100%;
}
.accounts .account-list .wrapper {
  display: flex;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.accounts .account-list .wrapper:hover {
  background-color: #f7f9fa;
}
.accounts .account-list .wrapper .avatar {
  max-width: 64px;
  max-height: 64px;
  margin-right: 20px;
  margin-left: 10px;
}
.accounts .account-list .wrapper .avatar img {
  width: 100%;
  border-radius: 50%;
}
.accounts .account-list .wrapper .account-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}
.accounts .account-list .wrapper .account-info.another {
  justify-content: center;
}
.accounts .account-list .wrapper .account-info .account-name {
  font-weight: 600;
  font-size: 18px;
}
.accounts .account-list .wrapper .account-action {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  align-items: center;
  display: flex;
}

.column.column-input-site-type {
  margin-left: 10px;
  padding: 0;
  width: 150px;
}
.column.column-domain {
  padding: 0;
}
.column.column-domain input {
  width: 100%;
}

.is-flex.hide-block {
  display: none !important;
}

.site-list-item a {
  text-decoration: none;
}

a {
  text-decoration: none;
}

/* main */
.main {
  position: relative;
  width: 100%;
}

.pancake {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
  margin-top: 100px;
}

.title-store h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 64px;
  /* display: flex */
  align-items: center;
  color: #262626;
}

.title-store button {
  background: #FFF7E6;
  border-radius: 4px;
  width: 159px;
  height: 60px;
  border: none;
  outline: none;
}

.title-color h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #1DB954;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.star button {
  background: #1DB954;
  border-radius: 4px;
  width: 195px;
  height: 48px;
  border: none;
  outline: none;
}
.star button:focus {
  outline: none;
}

.store p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
  padding-bottom: 0;
}

.close-1 {
  margin-top: 35px;
  display: flex;
  align-items: center;
}

.close-1 p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #262626;
  margin-bottom: 0;
}

.close-1 a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #1DB954;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 8px;
  text-decoration: none;
}

.close-1 a:hover {
  color: #1DB954;
}

.product-icon {
  position: relative;
}

.product-icon img {
  width: 100%;
}

.down {
  display: flex;
  align-items: center;
  justify-content: center;
}

.down i {
  font-size: 23px;
  color: #1DB954;
}

@media screen and (max-width: 922px) {
  .past-store {
    margin-bottom: 180px;
  }
  .post-store {
    margin-bottom: 50px;
  }
  .down-store {
    margin-bottom: 50px;
  }
}
.icon-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

/*  */
.outstanding {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}

.outstanding button {
  width: 135px;
  height: 33px;
  padding: 6px 12px;
  background: #FFF7E6;
  border-radius: 4px;
  border: none;
  outline: none;
}

.title-out p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #262626;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: 0;
}

.outstanding .title-web {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #262626;
  margin-top: 20px;
}

.title-web a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #1DB954;
  margin-top: 20px;
  text-decoration: none;
}

.title-web a:hover {
  color: #1DB954;
}

.outstanding .mission {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 0;
}

.let {
  position: relative;
  width: 100%;
  margin-top: 60px;
}

.features {
  position: relative;
  width: 100%;
}

.title-box {
  display: flex;
}

.icon-check i {
  font-size: 16px;
  color: #1DB954;
}

.title-box p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #262626;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin-bottom: 0px;
  margin-left: 20px;
  text-align: initial;
}

.checks .post-check:nth-child(1) {
  border-left: none;
}

.checks .post-check {
  border-left: 1px solid #D9D9D9;
}

/*  */
.line {
  position: relative;
  width: 100%;
}

.text-inner h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #262626;
}

.text-inner p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 40px;
}

.line hr {
  background-color: #D9D9D9;
}

/*  */
.operation {
  position: relative;
  width: 100%;
  margin-top: 58px;
}

.feature {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.title-box {
  display: flex;
}

.icon-check {
  width: 32px;
  height: 32px;
  background: #F5F5F5;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-check i {
  font-size: 16px;
  color: #1DB954;
}

.icon-checks i {
  font-size: 16px;
  color: #1DB954;
}

.text p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #262626;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin-bottom: 0px;
  margin-left: 20px;
  text-align: initial;
}

.text span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #1DB954;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin-bottom: 0px;
  text-align: initial;
}

.product-text {
  position: relative;
  width: 75%;
}

.product-text img {
  width: 100%;
}

.image-block {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.title-all {
  position: absolute;
  width: 67%;
  right: calc(50% - 630px);
  top: calc(50% - 126px);
  padding: 42px 12px;
  background: #FFFFFF;
  border-radius: 4px;
}

@media screen and (max-width: 992px) {
  .product-text {
    position: relative;
    width: 100%;
  }
  .image-block {
    position: relative;
    width: 100%;
    display: block;
  }
  .title-all {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    padding: 42px 12px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 40px;
  }
}
/*  */
.sec-phone {
  position: relative;
  width: 100%;
  background: #FAFAFA;
  text-align: center;
  margin-top: 98px;
  padding: 80px;
}

.img-rocket {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rocket {
  width: 52px;
  height: 52px;
  background: rgba(29, 185, 84, 0.05);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-rocket h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #262626;
}

.list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.out-phone {
  width: 182px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  padding: 10px 24px;
  background: #FFFFFF;
  border: 1px solid #1DB954;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
}

.out-phone p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1DB954;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin-bottom: 0;
}

.up-phone {
  width: 182px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  padding: 10px 34px;
  background: #1DB954;
  border-radius: 4px;
  border: none;
  outline: none;
}

.up-phone p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin-bottom: 0;
}

.out-button p.off {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #262626;
  margin-bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
}

.title-rocket {
  margin-top: 16px;
}

.out-button {
  margin-top: 40px;
}

.text-title {
  margin-top: 32px;
  text-align: center;
  display: inline-block;
}

/*  */
.manage {
  position: relative;
  width: 100%;
  margin-top: 100px;
}

.product-folder {
  width: 304px;
  height: 320px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 32px;
}

.post-colums {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.image-folder {
  background: #F5F5F5;
  border-radius: 40px;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-folder {
  margin-top: 24px;
}

.title-folder h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.title-folder p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 0;
}

.colums-line {
  margin-top: 64px;
}

/* milk */
.milk {
  position: relative;
  width: 100%;
  margin-top: 100px;
  /* overflow: hidden * */
}

.information {
  position: relative;
  width: 100%;
}

.circle {
  position: relative;
}

.inner-sex {
  display: flex;
  align-items: center;
}

.one-text {
  position: relative;
  width: 100%;
}

.title-left {
  width: 129px;
  height: 28px;
  background: #FFF7E6;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 0px;
}

.title-left p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #262626;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.image-sex img {
  width: 100%;
  z-index: 1;
}

.title-center {
  margin-top: 20px;
}

.icon-right {
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 999;
}

.icon-right img {
  width: 100%;
}

.text-on {
  position: absolute;
  left: -88px;
  top: 0;
  width: 100%;
}

.title-center h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #262626;
}

.title-center a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #1DB954;
  text-decoration: none;
}

.title-center a:hover {
  color: #1DB954;
}

.text-fild {
  position: relative;
  z-index: 99;
}

.inner-sex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .inner-sex {
    position: relative;
    display: block;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
  }
  .text-on {
    position: relative;
    left: 15px;
    top: 0;
    width: 100%;
  }
}
.post-milk {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 992px) {
  .post-milk {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }
}
.past-milk {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.square {
  position: relative;
}

.square img {
  width: 100%;
}

.circle img {
  width: 100%;
  height: 400px;
}

.image-sex {
  position: relative;
  left: -159px;
}

/* .text-on 
 *  margin-right: 120px */
/*  */
.banners {
  position: relative;
  width: 100%;
  /* background-image: url("/img/office-932926_1920\ 1.png") */
  margin-top: 60px;
}

.banners {
  position: relative;
  padding: 80p;
}

.gird-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.all-web {
  width: 320px;
  height: 320px;
  background: #FFFFFF;
  border-radius: 4px;
}

.title-web {
  width: 100%;
  height: 100%;
}

.is-check {
  background: rgba(29, 185, 84, 0.5);
  border-radius: 4px 4px 0px 0px;
  width: 100%;
  height: 8px;
}

.line-milk {
  position: relative;
  width: 100%;
  padding-top: 100px;
}

.title-web h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #262626;
}

.title-web p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #262626;
  margin-bottom: 0;
}

/*  */
.text-one {
  margin-left: 40px;
}

.con img {
  width: 100%;
}

.girl img {
  width: 100%;
}

.girl {
  position: relative;
  bottom: 0;
  z-index: 99;
  left: 22px;
}

.black-milk {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con {
  position: absolute;
  bottom: 17px;
  right: 0;
}

.title-two p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #262626;
}

/*  */
.text-go {
  text-align: center;
}

.text-go h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #262626;
  text-align: center;
}

.text-go p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #262626;
  text-align: center;
  margin-bottom: 0;
}

/*  */
.Let-start {
  position: relative;
  width: 100%;
}

.all-star {
  position: relative;
  max-width: 100%;
  background: #FAFAFA;
  border-radius: 4px;
  padding: 80px;
}

.text-star {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.star-text {
  background: #FFF7E6;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 12px;
}

.star-text p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #262626;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.title-star h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #262626;
  margin-top: 20px;
}

.line-star p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

.click-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.click-list button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  background: #1DB954;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 24px;
  border: none;
  outline: none;
  margin-top: 40px;
}

.list-post span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 0px;
}

.site-footer {
  position: relative;
  width: 100%;
  /* top: 100px */
}

.elementor-section {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 0px 60px 0px;
}

.elementor-section {
  position: relative;
  background-color: #FAFAFA;
}

.element {
  position: relative;
  display: flex;
}

.elementor-container {
  position: relative;
  width: 60%;
}

.elementor-containers {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.elementor-widget-wrap img {
  height: 80px;
}

.elementor-image {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.elementor-element {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.elementor-widget-container {
  margin: 15px 0px 15px 0px;
}

.elementor-widget-container .elementor-heading-title {
  color: #262626;
  font-family: Montserrat, normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.elementor-widget-container p {
  margin-bottom: 0;
}

.footer-phone a {
  font-family: Montserrat, normal;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #262626;
  text-decoration: none;
}

.footer-phone a:hover {
  color: #262626;
}

.footer-address a {
  font-family: Montserrat, normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #262626;
  text-decoration: none;
}

.footer-address a {
  color: #262626;
}

.elementor-widget-container {
  text-align: left;
  line-height: 1;
}

.elementor-widget-containers {
  text-align: left;
  line-height: 1;
}

.elementor-social-icons {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.elementor-grid-item-facebook {
  position: relative;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.elementor-grid-item-facebook a {
  text-decoration: none;
  color: #fff;
}

.elementor-grid-item-facebook a:hover {
  color: #fff;
}

.elementor-grid-item-facebook i {
  color: #fff;
  background: #3b5998;
  font-size: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-grid-item-twitter {
  position: relative;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.elementor-grid-item-twitter a {
  text-decoration: none;
  color: #fff;
}

.elementor-grid-item-twitter a:hover {
  color: #fff;
}

.elementor-grid-item-twitter i {
  color: #fff;
  background: #1da1f2;
  font-size: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-grid-item-youtube {
  position: relative;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.elementor-grid-item-youtube a {
  text-decoration: none;
  color: #fff;
}

.elementor-grid-item-youtube a:hover {
  color: #fff;
}

.elementor-grid-item-youtube i {
  color: #fff;
  background: #cd201f;
  font-size: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-title {
  padding: 0px 0px 5px 0px;
}

.elementor-heading-title {
  color: #262626;
  font-family: Montserrat, normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}

.elementor-element .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.elementor-icon-list-item:not(:first-child) {
  margin-top: 3.5px;
}

.elementor-icon-list-item:not(:last-child) {
  padding-bottom: 3.5px;
}

.elementor-icon-list-item {
  color: #262626;
  font-size: 16px;
  font-family: Montserrat, normal;
  line-height: 28px;
  font-weight: 400;
}

.elementor-icon-list-item a {
  text-decoration: none;
  color: #262626;
}

.elementor-icon-list-item a:hover {
  color: #262626;
}

.elementor-icon-list-text {
  color: #262626;
  font-size: 16px;
  font-family: Montserrat, normal;
  line-height: 28px;
  font-weight: 300;
}

.copyright-bar {
  background: #262626;
  padding: 15px 0;
  height: 80px;
}

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

.copyright-bar p {
  margin-bottom: 0;
  font-weight: 200;
  font-family: Montserrat, normal;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  padding-top: 16px;
}

@media screen and (max-width: 769px) {
  .element {
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 426px) {
  .elementor-containers {
    position: relative;
    display: block;
  }
}
@media screen and (min-device-width: 426px) and (max-device-width: 769px) {
  .footer-Divide {
    display: contents;
  }
}
.post-simp p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #262626;
  margin-bottom: 0;
}

/*  */
.Popular {
  position: absolute;
  top: -17px;
  left: 34%;
  width: 114px;
  height: 32px;
  background: #FFD591;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px), 0% 15px);
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px), 0% 15px);
}

.Popular p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #262626;
  margin-bottom: 0;
}

/*  */
.Basic {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simp-basic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.free {
  width: 380px;
  height: 935px;
  background: #FFFFFF;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 30px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 4px;
}

.past-store h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
}

.cost-plain {
  margin-top: 0px;
  margin-bottom: 16px;
}

.cost-plain .title-free {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 88px;
  text-align: center;
  color: #1DB954;
}

.cost-past {
  margin-top: 0px;
}

.content-cricing {
  margin-top: 68px;
  margin-left: 13px;
}

.content-cricing-small {
  position: relative;
  top: 2px;
  left: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #595959;
}

.cost-past p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #262626;
  margin-bottom: 0;
}

.free {
  position: relative;
}

.free-cost {
  position: absolute;
  width: 152px;
  height: 40px;
  top: 303px;
  /* left: 28% */
  left: calc(50% - 150px);
}

.simp-basic {
  margin-bottom: 30px;
}

.button-cost:hover {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 8px;
}

.border-divider {
  position: relative;
  top: -30px;
}

.free-cost .button-nice {
  width: 300px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  border: 1px solid #1DB954;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #1DB954;
  cursor: pointer;
}

.free-cost .button-nice:hover {
  width: 300px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  background: #1DB954;
  border: 1px solid #1DB954;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.button-one {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 8px;
}

.cost-plain p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #8C8C8C;
  margin-bottom: 0;
}

/*  */
/*  */
.Tab-table {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.four {
  width: 1128px;
}

.section-nice {
  position: relative;
  text-align: start;
}

.section-nice p {
  color: #333;
  font-weight: 400;
  text-align: left;
  font-size: 18px;
}

.point-like {
  overflow-x: scroll;
}

.like-pring p {
  color: #333;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
}

.point-menu p {
  color: #333;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
}

.Tab-table {
  height: 100%;
  position: relative;
  margin-bottom: 60px;
  margin-top: 60px;
}

.gird-gap {
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 25px;
  margin-bottom: 24px;
}

.mce-item-table {
  width: 100%;
  position: relative;
}

.mce-item-table p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000;
  margin: 0;
}

.mce-item-table .menu-ship {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  margin: 0;
}

.cos-plain {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cos-plain .money {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #262626;
  margin: 0;
}

.cos-plain p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #8C8C8C;
  margin-left: 8px;
  text-align: left;
  margin-bottom: 0;
}

.gird-gap .ship-basic {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

.mce-item-table .date {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
  padding: 16px 32px 16px 32px;
  color: #000;
}

.mce-item-table tbody tr td {
  text-align: center;
  border: 1px solid #D9D9D9;
}

.check-in i {
  font-size: 16px;
  color: #27AE60;
}

/*  */
.Try {
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-top: 80px;
  background-color: #FAFAFA;
}

.Set-out {
  padding-left: 50px;
}

.Set-text h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #262626;
}

.Set-text h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #262626;
}

.title-set {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.title-set p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #262626;
  margin-bottom: 0;
}

.Try-computer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-computer img {
  width: 100%;
}

.Set-button {
  display: flex;
  /* justify-content: center */
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.Set-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: transform 0.2s ease-out;
}

.Set-button .button-try {
  width: 199px;
  height: 60px;
  background: #1db954;
  border-color: #e5e7eb;
  border-radius: 8px;
  border-style: solid;
  border-width: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.Set-button .button-try {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-web {
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  .try-web {
    width: 100%;
    height: auto;
  }
  .Try-computer {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.invitation-container {
  max-width: 650px;
  margin: auto;
  margin-top: 180px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 20px;
}
.invitation-container .invitation-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.invitation-container .invitation-content .accept {
  padding: 0.5em;
  background-color: #0e77ca;
  color: white;
  cursor: pointer;
}
.invitation-container .invitation-content .accept:hover {
  background-color: #108ee9;
}

.google-auth--wrapper {
  height: 100%;
  margin: auto;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.google-auth--title {
  font-size: 20px;
  font-weight: 500;
}
.google-auth--loading {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.google-auth--loading img {
  width: 50px;
}

.select-config-form {
  width: 400px !important;
}

.theme-item .theme-image img {
  width: 100%;
}

h1, h2, h3, h4, h5 {
  color: #23292e;
}

.error-notification {
  color: red;
}

.input-huge {
  height: 50px !important;
}

.footer input {
  padding: 15px 20px !important;
  border-radius: 30px;
  width: 180px;
  font-size: 15px;
}

.button {
  cursor: pointer;
  padding: 10px 20px;
  margin-left: 15px;
}
.button-wrapper {
  display: flex;
  padding: 0 30px;
  flex-direction: column;
  justify-content: center;
}
.button a {
  text-decoration: none;
  color: #fff !important;
  font-weight: 500;
}
.button--primary {
  color: #fff !important;
  background-color: #322639;
}

.red-line {
  width: 48px;
  height: 8px;
  margin-bottom: 30px;
  background-color: #ff3860;
}

.ant-input:focus {
  box-shadow: none;
  border-color: #1DB954 !important;
  color: #646464;
}

.luxbar-ui-bg {
  background: #182047;
  color: white !important;
}

.luxbar-navigation a:hover {
  color: white !important;
}

.btn-noborder-secondary {
  border: none;
  color: #41607f !important;
}

.btn-noborder-secondary:hover {
  background: #5acadc;
  color: white !important;
}

.main-view {
  margin-top: 60px;
  height: 100%;
}

html {
  line-height: 1.15;
}

ul {
  padding: 0;
}

h1, h2, h3, h4, h5, strong {
  color: #23292e;
  font-weight: 600;
}

.column, .row {
  position: relative;
}

h2 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 34px;
}

h5 {
  font-size: 19px;
}

main.ui-container {
  display: block;
}
main.ui-container section {
  display: flex;
  border-top: 1px solid #dfe4e8;
}
main.ui-container section.ui-hero {
  min-height: 300px;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 769px) {
  main.ui-container section.ui-hero {
    padding: 60px 10px 80px 10px;
  }
}
main.ui-container section.ui-hero header {
  max-width: 980px;
  display: flex;
  margin: auto;
  with: 100%;
  height: auto;
}
main.ui-container section.ui-hero header .hero-content {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  main.ui-container section.ui-hero header .hero-content {
    padding: 0 20px;
  }
}
main.ui-container section.ui-hero header .hero-content .slogan {
  color: #23292e;
  font-size: 60px;
  font-weight: 900;
}
@media screen and (max-width: 769px) {
  main.ui-container section.ui-hero header .hero-content .slogan {
    font-size: 35px;
  }
}
main.ui-container section.ui-hero header .hero-content .slogan--description {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65) !important;
}

.ui-section {
  display: flex;
  padding: 80px 40px 120px;
}
@media screen and (max-width: 769px) {
  .ui-section {
    padding: 40px 30px 50px 30px;
  }
}
.ui-section--darker {
  background-color: #f7f9fa;
}
.ui-section-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .ui-section-wrapper {
    flex-direction: column;
  }
}
.ui-section--content {
  margin: auto;
  max-width: 460px;
  margin-top: 10px;
  line-height: 30px;
}
@media screen and (min-width: 2100px) {
  .ui-section--content {
    max-width: 580px;
  }
}
.ui-section--content p {
  font-size: 19px;
}
.ui-section--title {
  font-size: 50px;
  color: #23292e;
  font-weight: 900;
}
@media screen and (max-width: 769px) {
  .ui-section--title {
    font-size: 30px;
  }
}
.ui-section__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 48px 0;
  padding-right: 10px;
}
@media screen and (max-width: 769px) {
  .ui-section__left {
    padding: 15px 0;
    width: 100%;
  }
}
.ui-section__right {
  padding-left: 10px;
  display: block;
  width: 50%;
}
@media screen and (max-width: 769px) {
  .ui-section__right {
    padding: 15px 0;
    width: 100%;
  }
}
.ui-section .screenshot {
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  max-height: 650px;
  max-width: 1200px;
  image-rendering: -webkit-optimize-contract;
  border-radius: 5px;
}

.ui-footer {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  .ui-footer {
    padding: 0 10px !important;
  }
}
.ui-footer-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 500;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .ui-footer-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ui-footer-wrapper span {
    margin-bottom: 10px;
  }
}
.ui-footer .social-icon {
  margin: 0 10px;
}

.panel {
  margin-top: 120px !important;
  display: flex;
  flex-direction: column;
  max-width: 450px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.panel:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.panel .title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.panel .signup-notification p {
  color: #f53232;
}
.panel .form-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.panel .form-item .is-danger {
  border: 1px solid #f53232;
}
.panel .form-item label {
  margin-left: 15px;
  margin-bottom: 10px;
}
.panel .form-item input {
  outline: none;
  background-color: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 2px;
  color: #131326;
  font-size: 15px;
  height: 45px;
  line-height: 17px;
  text-indent: 12px;
  box-sizing: border-box;
  border-radius: 30px;
}
.panel .footer {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.panel .site-list-item {
  list-style: none;
  margin: 10px 0;
}
.panel .site-list-item:not(:first-child) {
  padding: 18px 25px;
  border: 1px solid #dfe4e8;
  border-radius: 3px;
}

.luxbar-fixed {
  box-shadow: none;
  border-bottom: 1px solid #dfe4e8;
}

.luxbar-hamburger.luxbar-hamburger-doublespin span, .luxbar-hamburger.luxbar-hamburger-doublespin span::before, .luxbar-hamburger.luxbar-hamburger-doublespin span::after {
  background-color: #23292e;
}

.luxbar-ui-item {
  font-weight: 500;
}

.luxbar-menu {
  padding: 0 10px;
  text-align: center;
}
.luxbar-menu .luxbar-brand, .luxbar-menu .luxbar-brand:hover, .luxbar-menu .luxbar-brand:focus, .luxbar-menu .luxbar-brand:active {
  text-decoration: none;
  padding: 0;
}
.luxbar-menu .luxbar-navigation {
  max-width: 1140px;
  margin: 0 auto;
}

ul a, ul a:hover, ul a:focus, ul a:active, li a, li a:hover, li a:focus, li a:active {
  text-decoration: none;
}

.login-notification {
  margin: 0;
  color: red;
  text-align: right;
}

.container.dashboard {
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.container .input-group .iti {
  width: 100%;
}
.container .input-group .iti__flag-container {
  width: 42px;
}
.container .input-group .iti__flag {
  box-shadow: none;
  margin-right: 3px;
}
.container .input-group .iti__arrow {
  margin-left: 0px;
}
.container .input-group .iti__selected-flag {
  padding: 0px 5px;
  background: #e9edef;
  border-right: 1px solid #cdd4da;
  outline: none;
}
.container .input-group input {
  box-shadow: none;
}

.back-to-top {
  z-index: 999999;
  cursor: pointer;
  position: fixed;
  bottom: 80px;
  right: 29px;
  display: none;
}

.icon-landing {
  color: #41607F;
  fill: #41607F;
}

.btn-light {
  fill: #212529;
}

.btn-dark {
  fill: #FFF;
}

.ant-btn-primary {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: white !important;
}

.btn-facebook {
  font-weight: 500 !important;
  background: #4267b2 !important;
  color: #ffffff !important;
  margin-right: 15px !important;
}
.btn-facebook i {
  color: white;
  margin-right: 5px;
}

.lp-category-list {
  display: flex;
}
.lp-category-list li {
  padding: 10px;
}
.lp-category-list li .lp-category {
  padding: 5px 10px;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  cursor: pointer;
  color: #23292e;
}
.lp-category-list li .lp-category:hover {
  background-color: #dff0ff;
  border-color: blue;
}
.lp-category-list li .lp-category.active {
  background-color: blue;
  border-color: blue;
  color: white;
  font-weight: 600;
}

.lp-themes {
  display: flex;
  flex-wrap: wrap;
}
.lp-themes .lp-theme {
  margin: 10px;
  width: 256px;
  background: white;
}
.lp-themes .lp-theme:hover .lp-backdrop {
  display: block;
}
.lp-themes .lp-theme-image {
  width: 260px;
  height: 300px;
  position: relative;
}
.lp-themes .lp-theme-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-themes .lp-theme-title {
  padding: 15px;
  border-top: 1px solid #eee;
}
.lp-themes .lp-theme .lp-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.lp-themes .lp-theme .lp-backdrop .lp-actions {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  justify-content: space-around;
  cursor: pointer;
}
.lp-themes .lp-theme .lp-backdrop .lp-actions .lp-preview,
.lp-themes .lp-theme .lp-backdrop .lp-actions .lp-use-btn {
  display: inline-block;
  background-color: blue;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.lp-themes .lp-theme .lp-backdrop .lp-actions .lp-preview a,
.lp-themes .lp-theme .lp-backdrop .lp-actions .lp-use-btn a {
  padding: 6px 12px;
  display: inline-block;
  color: white;
  width: 100%;
  height: 100%;
}
.lp-themes .lp-theme .lp-backdrop .lp-actions .lp-preview a:hover,
.lp-themes .lp-theme .lp-backdrop .lp-actions .lp-use-btn a:hover {
  text-decoration: none;
}

.modal-account--mask {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-account--footer {
  padding: 0px 20px 15px 20px;
  display: flex;
  justify-content: flex-end;
}
.modal-account--footer .btn-fb {
  background: #4267b2;
  color: #ffffff !important;
  font-weight: 600;
}
.modal-account--footer .btn-fb:hover {
  opacity: 0.8;
}
.modal-account--header {
  padding: 15px 20px;
  background: #4267b2;
  color: #ffffff;
  border-color: #4267b2;
  font-weight: 700;
  font-size: 17px;
}
.modal-account--header__close {
  cursor: pointer;
}
.modal-account--header__close:hover i {
  opacity: 0.8;
}
.modal-account--header__close i {
  font-size: 18px;
}
.modal-account--content {
  padding: 20px;
}
.modal-account--content input:focus {
  box-shadow: none;
}
.modal-account--wrapper {
  margin: 15% auto;
  border: 1px solid #888;
  width: 600px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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