/*
Table of Contents

Name             : Gawee
Author           : DexignZone
Author Portfolio : https://themeforest.net/user/dexignzone/portfolio


Table of Sass Contents

1. Abstracts

	_inheritance
	_mixin
	_variable


2. Global/Base	

	_framework
	_reset


3. Preloader	


4. Page

	_account
	_apply-job
	_company
	_home
	_messages
	_messages-list
	_notifications-app
	_onboading
	_profile
	_sidebarmenu
	_welcome


5. Layout

	_color-theme
	_version-dark
	
5. Components
	_navbar

*/
:root {
  --f7-theme-color: #9237e3;
  --f7-theme-color-rgb: 146,55,227;
  --f7-theme-color-shade: #7c21cd;
  --f7-theme-color-tint: #a44ef1; 
}

/*

0 - 600: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop
1em = 16px
The smaller device rules always should write below the bigger device rules
Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component

*/
/* Reset */
::selection {
  color: #fff;
  background: var(--f7-theme-color); }

:root {
	--f7-icon-square-pencil: 'square_pencil';
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  height: 100%;
  position: relative;
  max-width: 100%;
  font-size: 0.8125rem;
  font-family: "Poppins", sans-serif;
  background: var(--f7-theme-color-light);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #212121; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.3; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.3; }

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.3; }

h4, .h4 {
  font-size: 1rem;
  line-height: 1.4; }

h5, .h5 {
  font-size: 0.9375rem;
  line-height: 1.4; }

h6, .h6 {
  font-size: 0.8125rem;
  line-height: 1.4; }

p {
  line-height: 1.5; }

img {
	max-width: 100%;
}
.color {
	color: var(--f7-theme-color) !important;
}

.bg-primary {
  background: var(--f7-theme-color) !important; }

.text-primary {
  color: var(--f7-theme-color) !important; }

.text-success {
  color: #37b7af !important; }

.text-info {
  color: #6798ff !important; }

.text-warning {
  color: #ff9838 !important; }

.text-secondary {
  color: #7c479d !important; }

.text-black {
  color: #000; }

.text-white {
  color: #fff; }

.bg-info {
  background: #6798ff !important; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

/* Opacity */
.op1 {
  opacity: 0.1; }

.op2 {
  opacity: 0.2; }

.op3 {
  opacity: 0.3; }

.op4 {
  opacity: 0.4; }

.op5 {
  opacity: 0.5; }

.op6 {
  opacity: 0.6; }

.op7 {
  opacity: 0.7; }

.op8 {
  opacity: 0.8; }

.op9 {
  opacity: 0.9; }

/* === List View === */
.ios {
  --f7-list-font-size: 17px;
  --f7-list-item-subtitle-font-size: 14px;
  --f7-list-item-text-font-size: 14px;
}

/* Font Size */
.fs-12 {
  font-size: 12px !important;
  line-height: 1.3; }

.fs-13 {
  font-size: 13px !important;
  line-height: 1.4; }

.fs-14 {
  font-size: 14px !important;
  line-height: 1.5; }

.fs-15 {
  font-size: 14px !important;
  line-height: 1.5; }

.fs-16 {
  font-size: 16px !important;
  line-height: 1.5; }

.fs-18 {
  font-size: 18px !important;
  line-height: 1.5; }

.fs-20 {
  font-size: 20px !important;
  line-height: 1.5; }

.fs-22 {
  font-size: 22px !important;
  line-height: 1.5; }

.fs-24 {
  font-size: 24px !important;
  line-height: 1.4; }

.fs-26 {
  font-size: 26px !important;
  line-height: 1.4; }

.fs-28 {
  font-size: 28px !important;
  line-height: 1.4; }

.fs-30 {
  font-size: 30px !important;
  line-height: 1.4; }

.fs-32 {
  font-size: 32px !important;
  line-height: 1.25; }

.fs-35 {
  font-size: 35px !important;
  line-height: 1.25; }

.fs-36 {
  font-size: 36px !important;
  line-height: 1.25; }

.fs-46 {
  font-size: 46px !important;
  line-height: 1.25; }

.fw1 {
  font-weight: 100; }

.fw2 {
  font-weight: 200; }

.fw3 {
  font-weight: 300; }

.fw4 {
  font-weight: 400; }

.fw5 {
  font-weight: 500; }

.fw6 {
  font-weight: 600; }

.fw7 {
  font-weight: 700; }

.fw8 {
  font-weight: 800; }

.fw9 {
  font-weight: 900; }
.lh-1 {
	line-height: 1 !important;
}

/* Spacing */
/* Padding Around */
.pa-0 {
  padding: 0; }

.pa-5 {
  padding: 5px !important; }

.pa-10 {
  padding: 10px !important; }

.pa-15 {
  padding: 15px !important; }

.pa-20 {
  padding: 20px !important; }

.pa-25 {
  padding: 25px !important; }

.pa-30 {
  padding: 30px !important; }

.pa-40 {
  padding: 40px !important; }

.pa-50 {
  padding: 50px !important; }

.pa-60 {
  padding: 60px !important; }

.pa-70 {
  padding: 70px !important; }

.pa-80 {
  padding: 80px !important; }

.pa-90 {
  padding: 90px !important; }

.pa-100 {
  padding: 100px !important; }

/* Padding Top */
.pt-0 {
  padding-top: 0 !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

/* Padding Bottom */
.pb-0 {
  padding-bottom: 0 !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

/* Padding Left */
.pl-0 {
  padding-left: 0 !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-100 {
  padding-left: 100px !important; }

/* Padding Right */
.pr-0 {
  padding-right: 0 !important; }

.pr-5 {
  padding-right: 5px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-100 {
  padding-right: 100px !important; }

/* Padding left Right */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

/* Padding Top Bottom */
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.py-5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important; }

.py-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important; }

.py-15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important; }

.py-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important; }

.py-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important; }

.py-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important; }

.py-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important; }

.py-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important; }

.py-70 {
  padding-bottom: 70px !important;
  padding-top: 70px !important; }

.py-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important; }

.py-90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important; }

.py-100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important; }

/* Margin Around */
.m-auto {
  margin: auto; }

.ma-0 {
  margin: 0 !important; }

.ma-5 {
  margin: 5px !important; }

.ma-10 {
  margin: 10px !important; }

.ma-15 {
  margin: 15px !important; }

.ma-20 {
  margin: 20px !important; }

.ma-30 {
  margin: 30px !important; }

.ma-40 {
  margin: 40px !important; }

.ma-50 {
  margin: 50px !important; }

.ma-60 {
  margin: 60px !important; }

.ma-70 {
  margin: 70px !important; }

.ma-80 {
  margin: 80px !important; }

.ma-90 {
  margin: 90px !important; }

.ma-100 {
  margin: 100px !important; }

/* Margin Top */
.mt-auto {
  margin-top: auto; }

.mt-0 {
  margin-top: 0 !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

/* Margin Bottom */
.mb-auto {
  margin-bottom: auto; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

/* Margin left */
.ml-auto {
  margin-left: auto; }

.ml-0 {
  margin-left: 0 !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-100 {
  margin-left: 100px !important; }

/* Margin Right */
.mr-auto {
  margin-right: auto; }

.mr-0 {
  margin-right: 0 !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-100 {
  margin-right: 100px !important; }

/* Margin Left Right */
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

/* Margin Top Bottom */
.my-auto {
  margin-bottom: auto;
  margin-top: auto; }

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.my-5 {
  margin-bottom: 5px !important;
  margin-top: 5px !important; }

.my-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important; }

.my-15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important; }

.my-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }

.my-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important; }

.my-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important; }

.my-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important; }

.my-60 {
  margin-bottom: 60px !important;
  margin-top: 60px !important; }

.my-70 {
  margin-bottom: 70px !important;
  margin-top: 70px !important; }

.my-80 {
  margin-bottom: 80px !important;
  margin-top: 80px !important; }

.my-90 {
  margin-bottom: 90px !important;
  margin-top: 90px !important; }

.my-100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important; }

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.border-bottom {
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.border-top {
	border-top: solid 1px rgba(0,0,0,0.1);
}

/* Framework */
.block-title-medium {
  font-size: 18px;
  font-weight: 600; }

:root {
  --f7-searchbar-input-bg-color: #fff;
  --f7-card-bg-color: #fff;
  --f7-photobrowser-bars-link-color: #007aff;
  --f7-tabbar-link-inactive-color: rgba(0, 0, 0, 0.34);
  --f7-navbar-height: 56px;
  --f7-button-large-text-transform: uppercase;
	--f7-tabbar-icon-size: 28px;
	--f7-toolbar-height: 70px;
}

/* button loader */
.loader-screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: var(--f7-theme-color);
  background-image: url(../img/splash-screen/spbg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  .loader-screen img {
    width: 120px; }
  .loader-screen .laoderhorizontal {
    position: relative;
    width: 64px;
    height: 64px;
    display: block;
    margin: auto;
    position: absolute;
    left: calc(50% - 32px); }
    .loader-screen .laoderhorizontal div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #fff;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.laoderhorizontal div:nth-child(1) {
  left: 6px;
  animation: laoderhorizontal1 0.6s infinite; }

.laoderhorizontal div:nth-child(2) {
  left: 6px;
  animation: laoderhorizontal2 0.6s infinite; }

.laoderhorizontal div:nth-child(3) {
  left: 26px;
  animation: laoderhorizontal2 0.6s infinite; }

.laoderhorizontal div:nth-child(4) {
  left: 45px;
  animation: laoderhorizontal3 0.6s infinite; }

@keyframes laoderhorizontal1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes laoderhorizontal3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes laoderhorizontal2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.vm {
  vertical-align: middle; }

.btn-loader {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px; }

.btn-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 3px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: btnloader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ffffff transparent transparent transparent; }

.btn-loader div:nth-child(1) {
  animation-delay: -0.45s; }

.btn-loader div:nth-child(2) {
  animation-delay: -0.3s; }

.btn-loader div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes btnloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* On Boading */
.footer-button {
  height: 90px;
  background: var(--f7-theme-color-light);
  padding: 15px 30px !important; }
  .footer-button:after, .footer-button:before {
    content: none; }
  .footer-button.style-1 {
    display: flex;
    align-items: center;
    gap: 15px; }
    .footer-button.style-1 div {
      width: 100%; }
      .footer-button.style-1 div:first-child {
        width: 38.33%; }

.toolbar-bottom {
	height: 75px;
}
.ios .tabbar-icons .link i+span, .ios .tabbar-icons .tab-link i+span, .ios .tabbar-icons .link div+span {
	margin-top: 0.5rem;
}

.color-purple {
  background: #9237e3; }

.page, .bg-light {
  background: var(--f7-theme-color-light); }

.onboading-logo {
  margin: 25px auto;
  text-align: center; }
  .onboading-logo img {
    width: 70px; }

.page-onboading .page-content {
  display: flex;
  flex-direction: column; }

/* Get Started */
.get-started {
  text-align: center;
  height: auto;
  font-size: unset;
  margin-bottom: 15px; }
  .get-started swiper-slide {
    border: 0;
    background: transparent; }
  .get-started img {
    max-width: 160px;
    margin-bottom: 12px; }
  .get-started .dz-title {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600; }
  .get-started p {
    font-size: 13px;
    max-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
    opacity: 0.8; }

swiper-container.get-started::part(wrapper) {
  margin-bottom: 15px; }

swiper-container.get-started::part(pagination) {
  position: unset; }

swiper-container.get-started::part(bullet) {
  margin: 0 4px;
  width: 29px;
  border-radius: 5px;
  height: 6px;
  background: #c9c9c9;
  opacity: 1; }

swiper-container.get-started::part(bullet-active) {
  background: var(--f7-theme-color);
  width: 29px;
  border-radius: 6px;
  height: 6px; }

/* Welcome Page */
.welcome-area {
  flex-direction: column;
  display: flex;
  height: 100%; }

.welcome-logo {
  margin: 30px auto auto;
  text-align: center; }
  .welcome-logo img {
    width: 100px; }

.join-area {
  padding: 0 0 30px;
  margin: auto 0 0; }
  .join-area .get-started {
    margin-bottom: 20px;
    font-weight: 500; }
  .join-area .card {
    box-shadow: none;
    padding: 20px;
    border-radius: 8px;
    margin: 0 0 20px 0;
    color: #fff;
    position: relative;
    display: block; }
    .join-area .card:last-child {
      margin-bottom: 0; }
    .join-area .card:after {
      content: "\f101";
      font-family: "Font Awesome 5 Free";
      font-size: 18px;
      font-weight: 700;
      position: absolute;
      right: 25px;
      margin-top: -9px;
      line-height: 1;
      top: 50%; }
    .join-area .card h5 {
      font-size: 15px;
      margin-top: 0;
      margin-bottom: 5px;
      color: #fff; }
    .join-area .card p {
      margin-bottom: 0;
      margin-top: 0;
      font-size: 13px;
      line-height: 1.4;
      max-width: 200px; }
.join-area .card {
	color: #462c7f;
}
.join-area .card h5 {
	color: #462c7f;
}
.join-area .card .icon img {
	width: 72px;
	background-color: #fff;
	border-radius: 36px;
	overflow: hidden;
}
.join-area .card.bg-tint .icon img {
	background-color: var(--f7-theme-color-light);
}
.join-area .card:after {
	right: 15px;
}

/* Login Register Account */
.account-area .logo {
  margin: 30px auto 15px;
  text-align: center; }
  .account-area .logo img {
    width: 150px; }

.account-area .block {
  padding: 0;
  margin: 25px 0; }

.account-area .swiper-slide,
.account-area .swiper-wrapper,
.account-area .tabs-swipeable-wrap {
  height: auto; }

.tab-style-1 {
  margin: 0;
  width: auto;
  background: var(--f7-theme-color-light);
  --f7-toolbar-height: 48px!important; }
  .tab-style-1.mx-0 {
    margin-left: 0;
    margin-right: 0; }
  .tab-style-1:after {
    content: none; }
  .tab-style-1 .toolbar-inner {
    border-bottom: 1px solid #ededed; }
    .tab-style-1 .toolbar-inner .tab-link.job1 {
      color: var(--f7-theme-color); }
    .tab-style-1 .toolbar-inner .tab-link.job2 {
      color: #6798ff; }
      .tab-style-1 .toolbar-inner .tab-link.job2.tab-link-active + .tab-link-highlight {
        background: #6798ff; }
    .tab-style-1 .toolbar-inner .tab-link-highlight {
      top: auto;
      bottom: 0; }

.job2 {
  color: #6798ff; }
  .job2 + .tab-link-highlight {
    background: var(--f7-theme-color); }

.form-elements .dz-title {
  font-weight: 500; }

.form-elements .list {
  margin-top: 0;
  margin-bottom: 10px; }

.form-elements .item-input.item-content {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .form-elements .item-input.item-content::after, .form-elements .item-input.item-content::before {
    content: none !important; }

.form-elements ul {
  background: transparent; }
  .form-elements ul:before, .form-elements ul:after {
    content: none; }
  .form-elements ul .item-content {
    padding: 0; }
    .form-elements ul .item-content .item-inner {
      padding: 0; }
      .form-elements ul .item-content .item-inner .item-input-wrap {
        margin-bottom: 20px; }
        .form-elements ul .item-content .item-inner .item-input-wrap:after {
          content: none  !important; }
        .form-elements ul .item-content .item-inner .item-input-wrap .form-control {
          background: #fff;
          height: 60px;
          padding: 15px 25px;
          border-radius: 8px;
          border: 1px solid transparent; }
          .form-elements ul .item-content .item-inner .item-input-wrap .form-control:active, .form-elements ul .item-content .item-inner .item-input-wrap .form-control:focus {
            border: 1px solid #9237e3; }

.social-account {
  display: flex;
  align-items: center; }
  .social-account a {
    width: 36px;
    display: inline-block;
    margin-left: 20px; }
    .social-account a img {
      width: 100%; }

::-webkit-scrollbar {
  width: 3px; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px 5px #fff; }

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); }

:root {
  scrollbar-width: thin;
  scrollbar-color: #e1e1e1 #fff; }

.navbar-current .navbar-inner:not(.color-deeppurple) {
	background: var(--f7-theme-color-light);
}
.navbar-current .navbar-inner .title {
	left: auto !important;
}
.ios .navbar .left a+a, .ios .navbar .right a+a {
  margin-left: 0;
}

/* Home Page */
.back-login .navbar-bg {
  background: var(--f7-theme-color-light); }
  .back-login .navbar-bg:before, .back-login .navbar-bg:after {
    content: none; }

.home-bg-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.panel-open i {
  margin-left: -2px !important; }

.profile-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .profile-box .info .title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-weight: 600; }
  .profile-box .info span {
    font-size: 14px;
    color: #000;
    font-weight: 500; }
  .profile-box .media {
    width: 46px;
    height: 46px;
    overflow: hidden;
    border-radius: 46px; }
    .profile-box .media img {
      width: 100%; }

.home-search {
  padding: 0;
  position: unset;
  border-radius: 8px;
  overflow: hidden; }
  .home-search input[type=search] {
    padding: 0px 36px 0px 12px;
    border-radius: 4px !important;
    font-size: 14px; }
  .home-search .searchbar-inner {
    padding-left: 0;
    padding-right: 0;
		border-radius: 8px;
		overflow: hidden;
}
  .home-search i {
    font-size: 15px;
    right: 0;
    left: auto !important;
    color: #b9b9b9; }
    .home-search i:after {
      color: inherit; }
  .home-search .if-not-aurora {
    left: auto !important;
    right: 0;
    transform: rotate(0deg) scale(1) !important;
    color: rgba(0,0,0,0.2); }
  .home-search .searchbar {
    margin: 0 !important;
    box-shadow: none !important;
		border-radius: 8px;
		overflow: hidden;
	}
.ios-translucent-bars .home-search .searchbar {
	border-radius: 8px;
}
 .home-search .searchbar .input-clear-button:after {
		content: 'delete_md';
		opacity: 1;
		margin-left: -10px;
		margin-top: -8px;
		font-size: 18px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		background-color: #f7f4f9;
}
.page-homepage .home-search .searchbar .input-clear-button:after {
	background-color: #d0a9ff;
	color: #ffffff;
}

.jobs-alerts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px; }
  .jobs-alerts .info .title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600; }
  .jobs-alerts .info p {
    font-size: 11.5px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0; }
  .jobs-alerts .media {
    width: 95px;
    margin-top: -40px;
    border-radius: 46px;
    min-width: 95px;
    margin-right: -10px;
    margin-bottom: -10px; }
    .jobs-alerts .media img {
      width: 100%; }

.card-bx {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0; }
  .card-bx .card-content-padding {
    padding: 0; }
  .card-bx.bg-primary {
    box-shadow: 0 8px 12px 0 rgba(146, 55, 227, 0.1); }

.counter-box .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.3; }
  .counter-box .title i {
    opacity: 0.25; }

.counter-box p {
  font-size: 14px;
  color: #696767;
  margin-top: 0;
  margin-bottom: 0; }

.title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px; }
  .title-bar .dz-title {
    font-weight: 600; }
.title-bar h3.dz-title {
	font-size: 1rem;
}

.feature-jobe.demo-swiper-multiple,
.tag-swiper.demo-swiper-multiple {
  margin-right: -15px;
  height: auto; }
  .feature-jobe.demo-swiper-multiple swiper-slide,
  .tag-swiper.demo-swiper-multiple swiper-slide {
    width: auto !important;
    border: 0;
    background: transparent;
    height: auto;
    display: block; }

.post-card {
  width: 262px;
  padding: 20px 20px;
  box-sizing: border-box;
  margin: 10px 0; }
  .post-card .card-media {
    display: flex;
    align-items: center; }
    .post-card .card-media .title {
      font-weight: 500;
      font-size: 14px;
      color: #696767; }
    .post-card .card-media .media {
      min-width: 38px;
      width: 38px;
      min-height: 38px;
      height: 38px; }
      .post-card .card-media .media img {
        width: 100%; }
    .post-card .card-media .bookmark-btn {
      font-size: 16px;
      margin-left: auto; }
      .post-card .card-media .bookmark-btn .checkmark:before {
        font-size: 15px; }
  .post-card .info .title {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 3px; }
    .post-card .info .title a {
      color: #000; }
  .post-card .info p {
    font-size: 12px;
    margin: 0; }
  .post-card .price {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500; }
    .post-card .price a {
      font-size: 18px;
      color: #000;
      opacity: 0.3; }


.recent-jobs-list ul {
  background-color: #fff; }
  .recent-jobs-list ul:before, .recent-jobs-list ul:after {
    content: none; }
  .recent-jobs-list ul .item-content {
    padding-left: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important; }
    .recent-jobs-list ul .item-content .item-media {
      padding: 20px 0;
      min-width: 40px;
      align-self: flex-start; }
    .recent-jobs-list ul .item-content .item-inner {
      padding-right: 30px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .recent-jobs-list ul .item-content .item-inner:after {
        content: none; }
      .recent-jobs-list ul .item-content .item-inner .item-title-row .item-title {
        margin: 0;
        font-size: 16px;
        font-weight: 500; }
      .recent-jobs-list ul .item-content .item-inner .item-title-row .bookmark-btn {
        width: 12px;
        height: 12px;
        color: #000;
        font-size: 18px; }
        .recent-jobs-list ul .item-content .item-inner .item-title-row .bookmark-btn i {
          position: absolute; }
        .recent-jobs-list ul .item-content .item-inner .item-title-row .bookmark-btn .fas {
          display: none; }
        .recent-jobs-list ul .item-content .item-inner .item-title-row .bookmark-btn .far {
          color: #000; }
        .recent-jobs-list ul .item-content .item-inner .item-title-row .bookmark-btn.active .fa-bookmark {
          color: #ff9838;
          display: block; }
        .recent-jobs-list ul .item-content .item-inner .item-title-row .bookmark-btn.active .fa-bookmark-o {
          display: none; }
      .recent-jobs-list ul .item-content .item-inner .item-subtitle {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 10px; }
      .recent-jobs-list ul .item-content .item-inner .item-price {
        font-weight: 600;
        font-size: 14px; }

.recent-jobs-list.style-2 {
  margin: 0; }
  .recent-jobs-list.style-2 ul {
    background: none; }
    .recent-jobs-list.style-2 ul li {
      background-color: #fff;
      border-radius: 8px;
      margin: 15px 0; }
    .recent-jobs-list.style-2 ul .item-content {
      padding: 12px !important;
      border: 0 !important; }
      .recent-jobs-list.style-2 ul .item-content .item-media {
        padding: 0;
        align-self: center; }
        .recent-jobs-list.style-2 ul .item-content .item-media img {
          width: 100%;
          max-width: 50px; }
      .recent-jobs-list.style-2 ul .item-content .item-inner {
        padding: 0; }
        .recent-jobs-list.style-2 ul .item-content .item-inner:after {
          content: none; }
        .recent-jobs-list.style-2 ul .item-content .item-inner .item-title-row .item-title {
          font-size: 18px;
          font-weight: 600; }
        .recent-jobs-list.style-2 ul .item-content .item-inner .address-title {
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 5px; }
        .recent-jobs-list.style-2 ul .item-content .item-inner .job-title {
          font-weight: 600;
          font-size: 14px; }

.recent-jobs-list.list-edit ul .item-content {
	padding-left: 16px;
}
.recent-jobs-list.list-edit ul .item-content .item-inner {
	padding-right: 16px;
}
.recent-jobs-list.list-edit .item-link .item-title-row:before {
	content: var(--f7-icon-square-pencil);
}
.recent-jobs-list.list-edit .item-link .item-title-row {
    padding-right: calc(var(--f7-list-item-after-padding));
}

.theme-color-list {
  padding: 15px 10px 10px;
  margin: 30px 0 0; }
  .theme-color-list li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    margin-bottom: 20px; }
    .theme-color-list li .button {
      padding: 0;
      width: 40px;
      height: 40px;
      margin: 0 auto 5px; }
      .theme-color-list li .button.active:after {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 700; }
    .theme-color-list li span {
      color: #000;
      text-transform: capitalize;
      font-weight: 500;
      font-size: 14px;
      opacity: 0.9; }

.theme-color-modal {
  border: 0; }

.color-sheet {
  display: block;
  border-radius: 5px;
  background-color: #fff;
  padding: 0;
  margin-bottom: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px; }
  .color-sheet i {
    font-size: 16px;
    color: #000; }

.dark-light {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
  display: block; }
  .dark-light li {
    position: relative; }
    .dark-light li.demo-theme-picker {
      position: absolute;
      display: inline-block;
      padding: 0;
      border: 0;
      box-shadow: unset;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 15px;
      color: #000; }
      .dark-light li.demo-theme-picker:after {
        font-weight: 700;
        font-family: "Font Awesome 5 Free"; }
      .dark-light li.demo-theme-picker.light:after {
        content: "\f185"; }
      .dark-light li.demo-theme-picker.dark:after {
        content: "\f186"; }
      .dark-light li.demo-theme-picker.active {
        display: none; }

.card-swiper {
  margin-left: -30px;
  padding-bottom: 25px; }

/* Bookmark */
.bookmark-btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Font Awesome 5 Free"; }
  .bookmark-btn .checkmark {
    font-weight: 900;
    line-height: 1; }
    .bookmark-btn .checkmark:before {
      content: "\f02e";
      font-size: 18px;
      color: rgba(255,255,255,0.8);
      font-weight: 500; }
  .bookmark-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none; }
    .bookmark-btn input:checked ~ .checkmark:before {
      color: #ff9838;
      font-weight: 700; }

.resume-title {
  text-align: center; }

.light-text {
  font-size: 14px;
  margin: 0; }

.resume-area {
  text-align: center;
  padding: 30px 0; }
  .resume-area:nth-child(2n) {
    border-bottom: 1px solid #c0e3de; }
  .resume-area img {
    width: 55px;
    min-width: 55px; }
  .resume-area .title {
    margin: 12px 0; }
  .resume-area .button {
    margin: 15px 0; }

.circle-box {
  width: 90px;
  height: 90px;
  display: flex;
  background: #fbfbfb;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 4px 18px -9px #a7c0f7;
	overflow-x: hidden;}
  .circle-box img {
    width: 100%;
    min-width: 100%; }
  .circle-box.style-2 {
    width: 80px;
    height: 80px; }
  .circle-box svg {
    width: 50px;
    height: 50px; }
    .circle-box svg path {
      fill: #9237e3; }

/* Sidebar Menu */
.sidebar-logo {
  padding: 30px;
  position: relative; }
  .sidebar-logo a {
    display: block; }
    .sidebar-logo a img {
      width: 165px; }

.sidebar-left:after {
  content: none; }

.sidebar-left .panel-close {
  padding: 0;
  width: 30px;
  height: 30px;
  background: #404040;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  border-radius: 30px;
  position: absolute;
  right: 6px;
  top: 6px; }

.sidebar-left .nav-bar {
  padding: 20px 20px 20px 0; }
  .sidebar-left .nav-bar ul {
    margin: 0;
    padding: 0; }
    .sidebar-left .nav-bar ul li {
      list-style: none;
      display: block; }
      .sidebar-left .nav-bar ul li a {
        display: block;
        color: #b0acb3;
        font-size: 0.9375rem;
        padding: 13px 30px;
        border-radius: 0 8px 8px 0;
        position: relative; }
        .sidebar-left .nav-bar ul li a:after {
          content: "";
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s;
          height: 100%;
          width: 0;
          border-radius: 0 5px 5px 0;
          background: var(--f7-theme-color);
          position: absolute;
          left: 0;
          top: 0; }
        .sidebar-left .nav-bar ul li a i {
          transform: scale(1.4);
          -moz-transform: scale(1.4);
          -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
          -o-transform: scale(1.4);
          margin-right: 20px; }
      .sidebar-left .nav-bar ul li.active a {
        background: rgba(0, 0, 0, 0.05);
        color: var(--f7-theme-color); }
        .sidebar-left .nav-bar ul li.active a:after {
          width: 7px; }

.sidebar-footer {
  padding: 20px 30px; }
  .sidebar-footer .name {
    color: #b1b1c3;
    font-weight: 500;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px; }
  .sidebar-footer p {
    color: #b1b1c3;
    font-weight: 400;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0; }

.sidebar-left + .view-main {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
  top: 0;
  border-radius: 0;
  box-shadow: none;
  transition-property: inherit !important;
  -moz-transition-property: inherit !important;
  -webkit-transition-property: inherit !important;
  -o-transition-property: inherit !important;
  transition-duration: 0.5s !important;
  -moz-transition-duration: 0.5s !important;
  -webkit-transition-duration: 0.5s !important;
  -o-transition-duration: 0.5s !important; }

/* Apply Job */
.job-title-bar .navbar-bg {
  background: var(--f7-theme-color-light); }
  .job-title-bar .navbar-bg:before {
    content: none; }

.job-title-bar .title {
  opacity: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #696767;
  font-weight: 500;
  margin-left: 0; }
  .job-title-bar .title img {
    margin-right: 8px;
    width: 28px;
    height: 28px; }

.job-title-bar.navbar a.link {
  padding: 0 15px 0 30px; }

.job-tag .button {
  display: inline-block;
  border-radius: 4px;
  border-width: 1px;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  margin-right: 5px; }

.job-title .title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #313131;
  font-weight: 600; }

.job-title p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }

.job-salary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12px 0;
  border-width: 1px 0 1px 0; }
  .job-salary .title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    color: #313131;
    font-weight: 600; }
  .job-salary p {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0; }

.job-tabs .toolbar-inner a {
  text-transform: capitalize;
  font-size: 16px; }

.job-tabs .tab-link-highlight {
  background-color: var(--f7-theme-color) !important; }

.job-tabs .tab-link.tab-link-active {
  color: var(--f7-theme-color); }

.job-details h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #313131;
  font-weight: 600; }

.job-details p {
  font-size: 14px;
  line-height: 1.3;
  color: #313131;
  margin-top: 0;
  margin-bottom: 15px; }

.check-list {
  margin: 0;
  padding: 0; }
  .check-list li {
    padding: 5px 0;
    font-size: 14px;
    color: #313131;
    display: block; }
    .check-list li i {
      color: var(--f7-theme-color); }

.job-tabs + .tabs-swipeable-wrap {
  height: auto; }

.job-tabs.tabbar-scrollable .link,
.job-tabs.tabbar-scrollable .tab-link {
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px; }

.job-bookmark.button {
  color: #000; }
  .job-bookmark.button i {
    display: inline-block;
    transform: scale(1.8);
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8); }
  .job-bookmark.button input,
  .job-bookmark.button .fa-bookmark {
    display: none; }
  .job-bookmark.button .fa-bookmark-o {
    color: #000; }
  .job-bookmark.button.active .fa-bookmark {
    color: #ff9838;
    display: inline-block; }
  .job-bookmark.button.active .fa-bookmark-o {
    display: none; }

/* Company */
.dz-banner {
  height: 35vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1; }
  .dz-banner:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100px;
    width: 100%;
    left: 0;
    background: -moz-linear-gradient(top, #fbf7ff 0%, rgba(251, 247, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #fbf7ff 0%, rgba(251, 247, 255, 0) 100%);
    background: linear-gradient(to bottom, #fbf7ff 0%, rgba(251, 247, 255, 0) 100%); }

.company-info {
  text-align: center;
  margin-top: calc(35vh - 125px); }
  .company-info .company-logo {
    background: #d3d3d3;
    width: 92px;
    height: 92px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto; }
    .company-info .company-logo img {
      width: 100%; }

.rating-bar .inner-content {
  display: flex;
  align-items: center;
  gap: 15px; }
  .rating-bar .inner-content .right {
    width: 100%; }

.rating-bar .progressbar {
  background: rgba(255, 152, 56, 0.2);
  border-radius: 2px; }
  .rating-bar .progressbar span {
    background: #ff9838; }

.rating-bar .rating-no {
  font-size: 45px;
  margin-top: -5px;
  margin-bottom: 5px;
  line-height: 45px;
  font-weight: 400;
  text-align: center; }

.rating-bar .number {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #000;
  opacity: 0.8;
  letter-spacing: 1px; }

.rating-bar .stars {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5px; }
  .rating-bar .stars i {
    color: #999;
    font-size: 16px;
    margin: 0 2px; }
    .rating-bar .stars i.fa-star {
      color: #ff9838; }

.review-list {
  margin: 0; }
  .review-list ul {
    background: transparent; }
    .review-list ul:after, .review-list ul:before {
      content: none; }
    .review-list ul li .item-link {
      padding-left: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important; }
      .review-list ul li .item-link .item-media {
        width: 40px;
        margin-top: 5px;
        align-self: flex-start; }
        .review-list ul li .item-link .item-media img {
          width: 100%;
          border-radius: 45px; }
      .review-list ul li .item-link .item-inner {
        padding-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
        .review-list ul li .item-link .item-inner .item-title-row {
          padding-right: 0; }
          .review-list ul li .item-link .item-inner .item-title-row .item-title {
            font-weight: 600; }
          .review-list ul li .item-link .item-inner .item-title-row .stars {
            text-align: center;
            display: flex;
            justify-content: center;
            margin-bottom: 5px; }
            .review-list ul li .item-link .item-inner .item-title-row .stars i {
              color: #999;
              font-size: 14px;
              margin: 0 1px; }
              .review-list ul li .item-link .item-inner .item-title-row .stars i.fa-star {
                color: #ff9838; }
          .review-list ul li .item-link .item-inner .item-title-row:before {
            content: none; }
        .review-list ul li .item-link .item-inner .item-subtitle {
          font-size: 12px;
          margin-bottom: 5px;
          opacity: 0.7; }
        .review-list ul li .item-link .item-inner .item-text {
          font-size: 14px;
          color: #000; }
    .review-list ul li:last-child .item-link .item-inner {
      border: 0; }

.available-job {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 8px;
  justify-content: space-between; }

/* Message List */
.navbar-style-1.navbar {
  background: var(--f7-theme-color-light); }
  .navbar-style-1.navbar .navbar-bg {
    background: var(--f7-theme-color-light) !important; }
    .navbar-style-1.navbar .navbar-bg:after, .navbar-style-1.navbar .navbar-bg:before {
      content: none; }
  .navbar-style-1.navbar .navbar-inner .link {
    padding: 0 15px 0 30px;
    min-width: 24px; }
  .navbar-style-1.navbar .navbar-inner .title {
    opacity: 1 !important;
    font-size: 1rem; }

.message-search {
  background: var(--f7-theme-color-light);
  padding: 0px 30px 10px 30px;
  height: 60px !important; }
  .message-search:after, .message-search:before {
    content: none; }
  .message-search .searchbar {
    border-radius: 8px;
    overflow: hidden; }
    .message-search .searchbar input {
      font-size: 14px;
      padding-left: 55px; }

.search-list-bar {
  margin-top: 20px;
  margin-bottom: 20px; }
  .search-list-bar ul {
    background: transparent; }
    .search-list-bar ul:after, .search-list-bar ul:before {
      content: none; }
    .search-list-bar ul li {
      padding: 10px 0; }
  .search-list-bar .item-content {
    padding: 0 !important;
    margin: 0 !important; }
    .search-list-bar .item-content .item-media {
      width: 55px;
      height: 55px;
      border-radius: 100%;
      overflow: hidden;
      padding: 0;
      margin: 0;
      align-self: flex-start; }
      .search-list-bar .item-content .item-media img {
        width: 100%; }
    .search-list-bar .item-content .item-inner {
      padding: 0 30px 0 0; }
      .search-list-bar .item-content .item-inner:after, .search-list-bar .item-content .item-inner:before {
        content: none; }
      .search-list-bar .item-content .item-inner .item-text {
        font-size: 12px;
        margin-bottom: 5px;
        color: #000; }
      .search-list-bar .item-content .item-inner .item-subtitle {
        color: #898a8d;
        font-size: 12px; }
      .search-list-bar .item-content .item-inner .item-title-row {
        padding-right: 0; }
        .search-list-bar .item-content .item-inner .item-title-row:after, .search-list-bar .item-content .item-inner .item-title-row:before {
          content: none; }
        .search-list-bar .item-content .item-inner .item-title-row .item-title {
          font-size: 16px;
          font-weight: 500; }
        .search-list-bar .item-content .item-inner .item-title-row .item-after {
          font-size: 12px;
          align-items: center;
          color: #898a8d; }
          .search-list-bar .item-content .item-inner .item-title-row .item-after.text-primary {
            color: #9237e3; }

/* Message */
.messages {
  background: var(--f7-theme-color-light); }

.message-sent .message-bubble {
  font-size: 15px; }

.message-received .message-bubble {
  background: #818181;
  color: #fff;
  font-size: 15px; }

.messagebar textarea {
  border-radius: 8px; }

/* Notification List */
.noti-area {
  margin: 0 0 20px 0;
  padding: 20px 20px;
  border-radius: 8px; }
  .noti-area .item-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #000; }
    .noti-area .item-title i {
      font-size: 14px;
      margin-right: 5px; }
  .noti-area .item-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3; }
  .noti-area .item-time {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #787878; }

/* Profile Info */
.profile-info .media {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
	.profile-info .media.circle-box {
		border-radius: 50%;
	}
  .profile-info .media img {
    width: 100%; }

.profile-info .info {
  text-align: center; }
  .profile-info .info .item-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px; }
  .profile-info .info span {
    display: block;
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 20px;
    font-weight: 500; }
  .profile-info .info p {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 0; }

.download-cv {
  display: flex;
  align-items: center;
  padding: 10px 25px;
  justify-content: space-between; }
  .download-cv .info {
    color: #fff; }
    .download-cv .info .item-title {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      color: #fff; }
    .download-cv .info span {
      font-size: 13px; }

.skill-bar .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #999; }

.skill-bar .progressbar {
  background: #eaeaea;
  height: 6px;
  border-radius: 4px; }
  .skill-bar .progressbar span {
    border-radius: 4px; }

.profile-panel {
  text-align: center;
  border: 1px solid #efd1eb;
  padding: 25px;
  margin-top: 60px;
  margin-bottom: 30px;
  border-radius: 8px; }
  .profile-panel .user-image {
    margin-top: -80px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #f4edff;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .profile-panel .user-image .add {
      content: "";
      position: absolute;
      width: 25px;
      height: 25px;
      background: #9237e3;
      color: #fff;
      border-radius: 50%;
      line-height: 25px;
      font-size: 12px;
      top: 0;
      right: 0; }
    .profile-panel .user-image img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 50%;
      box-shadow: 0 5px 12px -5px #5e4c4c; }
  .profile-panel .info {
    border-bottom: 1px solid #efd1eb;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .profile-panel .info .head-title {
      margin: 0; }
    .profile-panel .info span {
      display: block;
      font-size: 14px; }
  .profile-panel .mail {
    display: block;
    font-size: 14px; }

.resume-item-list .item-list {
  background: none; }
  .resume-item-list .item-list:after, .resume-item-list .item-list:before {
    content: none; }
  .resume-item-list .item-list .list {
    display: flex;
    align-items: center;
    margin: 15px 0; }
    .resume-item-list .item-list .list .icon {
      width: 40px;
      height: 40px;
      min-width: 40px;
      line-height: 55px;
      text-align: center;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px -5px #8d7c7c; }
      .resume-item-list .item-list .list .icon i {
        font-size: 16px; }
      .resume-item-list .item-list .list .icon svg {
        width: 24px;
        height: 24px; }
        .resume-item-list .item-list .list .icon svg path {
          fill: #9237e3; }
    .resume-item-list .item-list .list span {
      margin-left: 10px;
      font-size: 14px;
      font-weight: 500; }

.resume-language {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efd1eb;
  justify-content: space-between; }
  .resume-language h5 {
    margin: 0;
    font-weight: 500; }
  .resume-language i {
    color: #9237e3; }

textarea.form-control {
  width: 100%;
  height: 170px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 20px; }

/* Theme Dark */
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5, .dark .h6 {
  color: #fff; }

.dark .page,
.dark .page-content,
.dark body,
.dark .messages,
.dark .navbar-style-1.navbar .navbar-bg,
.dark .tab-style-1,
.dark .footer-button,
.dark .navbar-style-1.navbar,
.dark .swipe-handler,
.dark .photo-browser-page .toolbar,
.dark .photo-browser-swiper-container {
  background: #110021; }

.dark .color-sheet,
.dark .job-bookmark.button,
.dark .navbar.navbar-style-1 .navbar-inner .link.back,
.dark .form-elements ul .item-content .item-inner .item-input-wrap .form-control {
  background-color: #201030; }

.dark .btn-link {
  color: #fff; }

.dark .profile-panel .user-image {
  border-color: #110021; }

.dark .tag-input {
  background-color: #201030;
  color: #fff;
  border: 1px solid #423434; }

.dark .resume-area:nth-child(2n) {
  border-color: #384846; }

.dark .recent-jobs-list.style-2 ul li {
  background-color: #201030;
  border: 1px solid #423434; }

.dark .job-salary,
.dark .recent-jobs-list ul .item-content,
.dark .tab-style-1 .toolbar-inner {
  border-color: #29173b !important; }

.dark .recent-jobs-list ul {
  background-color: #201030; }

.dark select, .dark .resume-language,
.dark .profile-panel,
.dark .profile-panel .info,
.dark .navbar.navbar-style-1,
.dark input.dz-form-control,
.dark textarea.form-control {
  border-color: rgba(255, 255, 255, 0.2); }

.dark .text-black,
.dark .color-sheet i,
.dark .navbar a.link,
.dark .job-title p,
.dark .job-details h4,
.dark .job-salary .title,
.dark .job-title .title,
.dark .post-card .price a,
.dark .post-card .info .title a,
.dark .profile-box .info span,
.dark .noti-area .item-title,
.dark .profile-box .info .title,
.dark .dark-light li.demo-theme-picker,
.dark .navbar .navbar-inner .title,
.dark .recent-jobs-list ul .item-content .item-inner .item-title-row .bookmark-btn .fa-bookmark-o,
.dark .form-elements ul .item-content .item-inner .item-input-wrap .form-control, .dark .post-card .card-media .title {
  color: #ffffff; }

.dark .check-list li,
.dark .job-details p,
.dark .counter-box p,
.dark .post-card .info p,
.dark .profile-info .info p,
.dark .theme-color-list li span,
.dark .search-list-bar .item-content .item-inner .item-text,
.dark .form-elements ul .item-content .item-inner .item-input-wrap .form-control::placeholder {
  color: #7e7587; }

.dark .navbar a.link [fill],
.dark .navbar a.link path,
.dark .navbar.navbar-style-1 .navbar-inner .link.back [fill],
.dark .navbar.navbar-style-1 .navbar-inner .link.back path {
  fill: #fff; }

.ios .dark,
.ios.dark {
  --f7-text-color: #fff;
  --f7-bars-bg-color: #121212;
  --f7-bars-bg-color-rgb: 22, 22, 22;
  --f7-bars-border-color: rgba(255, 255, 255, 0.16);
  --f7-page-bg-color: #110021; }

:root .dark,
:root.dark {
  --f7-bars-text-color: #fff;
  --f7-block-title-text-color: #fff;
  --f7-block-strong-border-color: rgba(255, 255, 255, 0.15);
  --f7-block-title-medium-text-color: #fff;
  --f7-block-title-large-text-color: #fff;
  --f7-block-strong-bg-color: #201030;
  --f7-list-button-border-color: rgba(255, 255, 255, 0.15);
  --f7-list-bg-color: #201030;
  --f7-list-border-color: rgba(255, 255, 255, 0.15);
  --f7-list-item-border-color: rgba(255, 255, 255, 0.15);
  --f7-list-item-divider-border-color: rgba(255, 255, 255, 0.15);
  --f7-list-item-divider-bg-color: #232323;
  --f7-list-group-title-bg-color: #232323;
  --f7-list-chevron-icon-color: rgba(255, 255, 255, 0.3);
  --f7-card-bg-color: #201030;
  --f7-bars-bg-color: #201030;
  --f7-theme-color-light: #110021;
  --f7-text-color: #fff;
  --f7-button-fill-text-color: #fff;
  --f7-tabbar-link-inactive-color: rgba(255, 255, 255, 0.34); }

/* Theme Color */
:root,
.md:not([class*='color-theme']) {
  --f7-theme-color: #9237e3;
  --f7-theme-color-rgb: 146,55,227;
  --f7-theme-color-shade: #7c21cd;
  --f7-theme-color-tint: #a44ef1;
  --f7-theme-color-light: #f4edff; }

.color-theme-red {
  --f7-theme-color: #ff3b30;
  --f7-theme-color-rgb: 255, 59, 48;
  --f7-theme-color-shade: #ff1407;
  --f7-theme-color-tint: #ff6259;
  --f7-theme-color-light: #fbe6e4; }

.color-theme-green {
  --f7-theme-color: #4cd964;
  --f7-theme-color-rgb: 76, 217, 100;
  --f7-theme-color-shade: #2cd048;
  --f7-theme-color-tint: #6ee081;
  --f7-theme-color-light: #e7f7e9; }

.color-theme-blue {
  --f7-theme-color: #2196f3;
  --f7-theme-color-rgb: 33, 150, 243;
  --f7-theme-color-shade: #0c82df;
  --f7-theme-color-tint: #48a8f5;
  --f7-theme-color-light: #e7eff6; }

.color-theme-pink {
  --f7-theme-color: #ff2d55;
  --f7-theme-color-rgb: 255, 45, 85;
  --f7-theme-color-shade: #ff0434;
  --f7-theme-color-tint: #ff5676;
  --f7-theme-color-light: #f6e0e4; }

.color-theme-yellow {
  --f7-theme-color: #ffcc00;
  --f7-theme-color-rgb: 255, 204, 0;
  --f7-theme-color-shade: #d6ab00;
  --f7-theme-color-tint: #ffd429;
  --f7-theme-color-light: #fef5ca; }

.color-theme-orange {
  --f7-theme-color: #ff9500;
  --f7-theme-color-rgb: 255, 149, 0;
  --f7-theme-color-shade: #d67d00;
  --f7-theme-color-tint: #ffa629;
  --f7-theme-color-light: #f9f2e8; }

.color-theme-purple {
  --f7-theme-color: #9c27b0;
  --f7-theme-color-rgb: 156, 39, 176;
  --f7-theme-color-shade: #7e208f;
  --f7-theme-color-tint: #b92fd1;
  --f7-theme-color-light: #f2dbf6; }

.color-theme-deeppurple {
  --f7-theme-color: #673ab7;
  --f7-theme-color-rgb: 103, 58, 183;
  --f7-theme-color-shade: #563098;
  --f7-theme-color-tint: #7c52c8;
  --f7-theme-color-light: #f0eaf9; }

.color-theme-lightblue {
  --f7-theme-color: #82a5ff;
  --f7-theme-color-rgb: 130, 165, 255;
  --f7-theme-color-shade: #608cfd;
  --f7-theme-color-tint: #d0ddff;
  --f7-theme-color-light: #e3eafc; }

.color-theme-teal {
  --f7-theme-color: #009688;
  --f7-theme-color-rgb: 0, 150, 136;
  --f7-theme-color-shade: #006d63;
  --f7-theme-color-tint: #00bfad;
  --f7-theme-color-light: #e3f5f3; }

.color-theme-lime {
  --f7-theme-color: #cddc39;
  --f7-theme-color-rgb: 205, 220, 57;
  --f7-theme-color-shade: #bac923;
  --f7-theme-color-tint: #d6e25c;
  --f7-theme-color-light: #f0f1e5; }

.color-theme-deeporange {
  --f7-theme-color: #ff6b22;
  --f7-theme-color-rgb: 255, 107, 34;
  --f7-theme-color-shade: #f85200;
  --f7-theme-color-tint: #ff864b;
  --f7-theme-color-light: #fcf2ed; }

.color-theme-gray {
  --f7-theme-color: #8e8e93;
  --f7-theme-color-rgb: 142, 142, 147;
  --f7-theme-color-shade: #79797f;
  --f7-theme-color-tint: #a3a3a7;
  --f7-theme-color-light: #f5f5f5; }

.color-theme-white {
  --f7-theme-color: #ffffff;
  --f7-theme-color-rgb: 255, 255, 255;
  --f7-theme-color-shade: #ebebeb;
  --f7-theme-color-tint: #ffffff;
  --f7-theme-color-light: #f5f5f5; }

.color-theme-black {
  --f7-theme-color: #000000;
  --f7-theme-color-rgb: 0, 0, 0;
  --f7-theme-color-shade: #000000;
  --f7-theme-color-tint: #141414;
  --f7-theme-color-light: #f5f5f5; }

.color-red {
  --f7-theme-color: #ff3b30;
  --f7-theme-color-rgb: 255, 59, 48;
  --f7-theme-color-shade: #ff1407;
  --f7-theme-color-tint: #ff6259;
  --f7-theme-color-light: #f4e9e9; }

.navbar {
  background: var(--f7-theme-color-white); }
  .navbar a.link {
    padding: 0 10px !important;
    justify-content: center;
    color: #212121;
    min-width: 46px; }
    .navbar a.link i {
      font-size: 24px;
      fill: #000000; }
    .navbar a.link [fill],
    .navbar a.link path {
      fill: #000000; }
  .navbar .navbar-inner {
    max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px; }
    .navbar .navbar-inner .left {
      margin: 0; }
    .navbar .navbar-inner .right {
      margin-right: 0; 
			min-width: 44px;}
		.navbar .navbar-inner .right a.link i {
			font-size: 24px;}
		.notice-number {
			position: absolute;
			left: calc(50% - 4px);
			top: 8px;
			padding: 0.15rem 0.25rem;
			border-radius: 1rem;
			font-size: 0.75rem;
			line-height: 1;
			background-color: #673ab7;
			color: #fff;
		}
.navbar-style-dark .notice-number {
	background-color: #fef10c;
	color: #673ab7;
}
    .navbar .navbar-inner .title {
      color: #212121;
      font-weight: 600;
      width: 100%;
      font-size: 20px;
      margin-left: 10px;
      margin-right: 10px; }
  .navbar.navbar-style-1 {
    height: 70px;
    border-bottom: 1px solid #d9d9d9; }
    .navbar.navbar-style-1 .navbar-inner .link.back {
      height: 44px;
      min-width: 44px;
      background-color: rgba(255,255,255,0.5);
      border-radius: 50px;
      padding: 0;
      text-align: center;
      justify-content: center; }
      .navbar.navbar-style-1 .navbar-inner .link.back [fill],
      .navbar.navbar-style-1 .navbar-inner .link.back path {
        fill: #373737; }
    .navbar.navbar-style-1 .navbar-inner .title {
      text-align: center;
      justify-content: center; }
    .navbar.navbar-style-1 .navbar-inner .link.panel-open {
      padding: 0 !important;
      min-width: 40px; }
    .navbar.navbar-style-1.navbar-transparent {
      background-color: transparent;
      border-color: transparent; }
      .navbar.navbar-style-1.navbar-transparent .title {
        opacity: 1 !important; }
      .navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible {
        background: var(--f7-theme-color-light);
        border-color: 1px solid #F4F4F4; }
        .navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible a.link .title,
        .navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible a.link a,
        .navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible a.link i {
          color: var(--f7-theme-color); }
        .navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible a.link [fill],
        .navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible a.link path {
          fill: var(--f7-theme-color); }
        .navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible .add-wishlist-btn i {
          color: var(--f7-theme-color); }
        .navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible .link.back {
          background-color: #F6F6F6; }
          .navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible .link.back [fill],
          .navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible .link.back path {
            fill: #373737; }
        .navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible .title {
          color: #212121; }

/* Navbar style dark */
.navbar-style-dark.navbar {
  background: #b366ff;
	color: #fff;
	height: 70px;
}
.navbar-style-dark.navbar .navbar-inner .title, .navbar-style-dark.navbar a.link i {
	color: #fff;
}
.navbar-style-dark.navbar .navbar-bg {
	background: var(--f7-theme-color) !important; 
}
.navbar-style-dark.navbar .navbar-bg:after, .navbar-style-dark.navbar .navbar-bg:before {
	content: none; 
}
.navbar-style-dark.navbar .navbar-inner .link {
	padding: 0 15px 0 30px;
	min-width: 24px; 
}
.navbar-style-dark.navbar .navbar-inner .title {
	opacity: 1 !important;
	font-size: 18px;
	text-align: center;
}
.navbar-style-dark.navbar .navbar-inner .title img {
	max-height: 42px;
}

.search-form-2 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px; }
  .search-form-2.style-2 {
    box-shadow: none; }
    .search-form-2.style-2 .input-group .form-control {
      border: 0;
      border-radius: 8px;
      margin-bottom: 10px; }
  .search-form-2 .input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%; }
    .search-form-2 .input-group .input-group-text {
      background-color: #fff !important;
      color: #000;
      border: 1px solid #e8eff3;
      transition: all 0.3s ease-in-out;
      padding: 10px 0 10px 15px;
      align-items: center;
      display: flex;
      width: 30px;
      justify-content: center; }
      .search-form-2 .input-group .input-group-text i {
        position: static;
        margin-top: 0;
        margin-left: 0;
        color: #ababab; }
    .search-form-2 .input-group .form-control {
      height: 48px;
      border: 1px solid #E8EFF3;
      padding: 10px 15px;
      font-size: 14px;
      font-weight: 500;
      color: #6e6e6e;
      transition: all 0.3s ease-in-out;
      background: #fff;
      width: 100%; }

input::placeholder {
  color: #b3b3b3 !important; }

.input-group > :not(:first-child) {
  border-left: 0 !important;
  border-top: 0 !important; }

.input-group > :not(:last-child) {
  border-right: 0 !important;
  border-top: 0 !important; }

.input-group .form-control :not(:first-child) {
  border-top: 0 !important; }

.input-group .form-control :not(:last-child) {
  border-bottom: 0 !important; }

.custom-file {
  background-color: transparent;
  border-radius: 8px;
  padding: 25px;
  border: 2px dashed #b9c1d1;
  position: relative; }
  .custom-file .custom-file-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .custom-file .custom-text {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .custom-file .custom-text .custom-file-label {
      margin: 0; }

.svg-primary [fill] {
  fill: var(--f7-theme-color);
  stroke: var(--f7-theme-color); }

.swipe-handler {
  background-color: transparent !important; }

.form-label {
  font-size: 14px;
  color: #765b5b;
  display: block;
  margin-bottom: 5px; }
  .form-label span {
    color: #ff0000;
    margin-left: 5px; }

.select-lang {
  padding: 10px 0;
  display: block; }

.dz-item-inner {
  margin: 10px 0 20px 0; }
  .dz-item-inner .input-dropdown-wrap:before {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    top: 50%;
    right: 15px;
    border: 0;
    transform: translateY(-50%);
    margin: 0;
    width: unset;
    height: unset; }

select {
  border: 1px solid #cbcbcb;
  height: 100%;
  width: 100%;
  font-size: 0.875rem;
  border-radius: 8px;
  padding: 10px 15px; }

.item-input-wrap select {
	min-height: 40px;}

input.dz-form-control {
  width: 100%;
  height: 45px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 0.875rem;
  margin-bottom: 15px; }

.bottom-content {
  padding-bottom: 20px; }

.button {
  border-radius: 8px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0; }
  .button.button-large {
    font-size: 16px;
    padding: 20px 30px;
    height: auto;
    line-height: 1.2; }
  .button.button-outline {
    border-width: 1px;
    border-color: var(--f7-theme-color); }

.tag {
  font-size: 14px;
  padding: 18px 25px;
  text-transform: capitalize;
  font-weight: 500;
  height: auto;
  line-height: 1.4; }

.tag-input {
  background-color: #e9dbff;
  color: #000;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px; }
  .tag-input i {
    margin-right: 6px; }

.btn-link {
  color: #212121;
  font-weight: 600;
  font-size: 1.25rem;
  display: block;
  text-align: center;
  margin: 10px 0; }
  .btn-link i {
    margin-left: 10px;
    color: #c5b6b6; }

.button-link {
  color: var(--f7-theme-color);
  font-weight: 500;
  font-size: 0.8125rem;
  display: block;
  text-align: center;
  margin: 10px 0; }

.dz-sheet-modal {
  height: 430px; }
  .dz-sheet-modal .page-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }


.full-page {
	width: 100vw;
	height: 100vh;
}
.include-header {
	margin-top: -72px;
}
.bg-transparent {
	background-color: transparent !important;
}
.ios-translucent-bars .toolbar.bg-transparent {
	-webkit-backdrop-filter: saturate(1) blur(0);
	backdrop-filter: saturate(1) blur(0);
}
.opening-page swiper-container.get-started::part(wrapper) {
	margin-bottom: 0;
}
.full-page swiper-container.get-started {
	margin-bottom:  0;
}
.full-page swiper-container.get-started::part(pagination) {
	position: absolute;
	bottom: 0;
}
.d-flex {
	display: flex;
}
.d-block {
	display: block;
}
.d-inline-block {
	display: inline-block;
}
.flex-column {
	flex-direction: column;
}
.align-items-start {
	align-items: flex-start;
}
.align-items-center {
	align-items: center;
}
.align-items-end {
	align-items: flex-end;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-around {
	justify-content: space-around;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-start {
	justify-content: flex-start;
}
.justify-content-end {
	justify-content: flex-end;
}
.text-center {
	text-align: center;
}
.grid.grid-gap-30 {
	gap: 30px;
}
.row {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col, .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.row.gutter-10 {
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: -10px;
}
.gutter-10 > .col,
.gutter-10 > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.row.gutter-30 {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: -30px;
}
.gutter-30 > .col,
.gutter-30 > [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
@media (min-width: 768px) {
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}
.m-5 {
	margin: 5px !important;
}
.m-10 {
	margin: 10px !important;
}
.m-15 {
	margin: 15px !important;
}
.m-20 {
	margin: 20px !important;
}
.m-25 {
	margin: 25px !important;
}
.m-30 {
	margin: 30px !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-25 {
	margin-right: 25px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.ml-25 {
	margin-left: 25px !important;
}
.ml-30 {
	margin-left: 30px !important;
}
.p-5 {
	padding: 5px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-25 {
	padding: 25px !important;
}
.p-30 {
	padding: 30px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-25 {
	padding-bottom: 25px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.pr-25 {
	padding-right: 25px !important;
}
.pr-30 {
	padding-right: 30px !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.pl-25 {
	padding-left: 25px !important;
}
.pl-30 {
	padding-left: 30px !important;
}
.w-auto {
	width: auto !important;
}
.w-100 {
	width: 100% !important;
}
.h-100 {
	height: 100% !important;
}
.font-weight-normal {
	font-weight: normal !important;
}
.font-weight-bold {
	font-weight: bold !important;
}
.text-light {
	color: #666 !important;
}
.image-rounded {
	border-radius: var(--f7-card-border-radius);
}
.image-circle {
	border-radius: 50%;
}
.postion-relative {
	position: relative;
}
.overflow-hidden {
	overflow: hidden;
}
.bg-overlay,
.bg-overlay-bg,
.bg-overlay-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.bg-overlay {
	z-index: 5;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-overlay-content {
	z-index: 1;
	padding: 20px;
}
.text-overlay-mask {
	align-items: flex-end;
	justify-content: flex-start;
	opacity: 0.85;
	top: auto;
	bottom: 0;
	height: auto;
	padding: 15px;
	background-color: rgba(0,0,0,0.15);
}
p i.fa {
	width: 16px;
}
.rating-content .color {
	color: var(--f7-color-yellow);
}

.list .item-title-row .item-title {
	max-width: 75%;
	overflow: visible;
	text-overflow: inherit;
}
.list .item-title-row .item-title > * {
	white-space: normal;
}
.list .item-title-row .item-after {
	align-self: flex-start;
	margin-top: 0.2rem;
	font-size: 1rem;
}
.media-list .item-link .item-title-row:before {
	top: 7px;
	margin-top: 0;
}
.list.shop-list.list .item-content {
	align-items: flex-start;
	padding-bottom: calc(var(--f7-card-content-padding-vertical) - 5px);
}
.list.shop-list .item-title-row .item-title {
	max-width: 100%;
}
.list.shop-list .item-title, .list.shop-list .item-title-row .item-title h3 {
	font-size: 0.9375rem;
}
.list.shop-list .item-subtitle {
	font-size: 0.8125rem;
}
.list.shop-list .item-price span {
	color: var(--f7-color-pink);
}
.list.beauty-list .card-header .item-content {
	width: 100%;
	align-items: flex-start;
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.list.beauty-list .card-header .item-content .item-subtitle {
	color: #666;
}
.rating-content {
	font-size: 0.8125rem;
}
.rating-content .total {
	color: #ffb347;
}
.rating-content .stars {
	color: #ffb400;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}
.list.list-contact-info .item-title, .list.list-contact-info .item-title-row .item-after {
	font-size: 0.8125rem;
}
.list.list-contact-info .item-title-row .item-after {
	 margin-top: 0;
}
.list.list-contact-info p {
	margin: 0;
}
.b-48 {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.bg-white {
	background-color: #fff;
}
.color {
	color: var(--f7-theme-color);
}
.hint-text {
	color: rgba(0,0,0,0.5);
	font-size: 0.75rem;
}
.tabbar-type {
	background-color: rgba(0,0,0,0.06);
	padding: 2px;
	border-radius: 25px;
}
.tabbar-type .tabbar-inner {
	display: flex;
	justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
	width: 100%;
}
.tabbar-type .tabbar-inner .tab-link {
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 25px;
	flex-direction: row;
}
.tabbar.tabbar-type .tabbar-inner .tab-link-active {
	background-color: #fff;
	color: var(--f7-theme-color);
}
i.tab-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -28px;
	width: 15px;
}
.tab-icon path {
	fill: #646269;
}
.tab-link-active .tab-icon path {
	fill: var(--f7-theme-color);
}
.booking-status span {
	display: inline-block;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-right: solid 1px #dfdfdf;
}
.booking-status span:last-child {
	border-right: none;
	padding-right: 0;
}

.md .media-list:not(.inset):not(.inset-md):not(.menu-list) li > .item-link.card {
	margin-left: 0;
	margin-right: 0;
}
.md .media-list:not(.inset):not(.inset-md):not(.menu-list) .item-content.card-content-padding {
	padding-left: 16px;
	align-items: flex-start;
}
.shop-list.list .item-media {
	width: 130px;
	padding-top: 0;
	padding-bottom: 0;
}
.media-list .item-link.card .item-inner {
	padding: 0;
}
.list.list-line li {
	padding: var(--f7-list-inset-side-margin) 0;
	border-bottom: solid 1px rgba(0,0,0,0.1)
}
.list.list-line li:first-child {
	border-top: solid 1px rgba(0,0,0,0.1)
}
.item-info {
	color: var(--f7-md-secondary);
	font-size: var(--f7-list-item-text-font-size);
}

.page-menu a {
	padding: 15px 0;
	display: block;
	border-bottom: solid 4px var(--f7-table-head-bg-color);
	text-align: center;
	color: var(--f7-md-outline);
}
.page-menu a.tab-link-active {
	border-bottom-color: var(--f7-theme-color);
	color: var(--f7-theme-color);
}

.fluid-width-map-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 66.666%;
}
.fluid-width-map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.review-title {
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 15px;
	margin-bottom:  15px;
}
.review-list ul {
	margin: 0;
	padding: 0;
}

.md .item-input:not(.item-input-outline) .item-content::before, .md .item-input:not(.item-input-outline).item-content::before {
	background: var(--f7-theme-color-light);
}

.bookmark-btn .checkmark:before {
	content: "\f004";
}
.bookmark-btn input:checked ~ .checkmark:before {
    color: #ff0060;
}
.shop-banner {
	position: relative;
	border-radius: 0 0 1rem 1rem;
	overflow: hidden;
}
.shop-banner img {
	display: block;
	margin: 0 auto;
}
.shop-banner .bookmark-btn {
	position: absolute;
	right: 15px;
	top: 15px;
}
@media (max-width: 767.98px) {
	.shop-list.list .item-media {
		width: 80px;
	}
	.shop-list.list .item-title-row {
		display: block;
	}
	.shop-list.list .item-after {
		padding-left: 0;
	}
	.shop-list.media-list .item-link .item-title-row:before {
		top: 0;
		margin-top: 7ox;
	}
}
@media (min-width: 768px) {
	.shop-title .item-content {
		display: flex;
		width: 100%;
	}
	.shop-title .item-media {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.shop-title .item-inner {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

.ba-transparent {
	background-color: transparent !important;
}
.image-badge {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: rgba(0,0,0,0);
	border-radius: 20px;
}
.image-badge.bookmark-btn .checkmark:before {
	font-size: 1.4rem;
	line-height: 36px;
}
.image-badge.image-badge-lg {
	right: 30px;
	top: 20px;
}
.ios-translucent-bars .page-homepage .home-search .searchbar {
	background-color: rgba(255,255,255,0.2);
}
.searchbar input[type=search], .searchbar input[type=text] {
	background-color: transparent;
}
.page-homepage .searchbar input[type=search], .searchbar input[type=text] {
	background-color: transparent;
	color: #fff;
}
.ios-translucent-bars .page-homepage .home-search .searchbar input::placeholder {
	color: rgba(255,255,255,0.9) !important;
}
.ios .searchbar-icon {
	width: 18px;
	heigth: 18px;
}
.ios .page-homepage .searchbar-icon:after {
	font-size: 24px;
	color: #fff;
}
.ios .home-search i {
	right: 8px;
}
.slider-box img {
	border-radius: 1rem;
}

/* Slider */
.swiper-multiple {
	margin-right: -15px;
	height: auto;
}
.swiper-multiple swiper-slide {
	width: auto !important;
	border: 0;
	background: transparent;
	height: auto;
	display: block;
}
.beauty-list.swiper-multiple .card {
	width: 300px;
}
.beautician-list.swiper-multiple .card {
	width: 100px;
}
.beautician-list.list .item-title {
	font-size: 0.9375rem;
}
a.button-follow {
	margin-left:  auto;
	margin-right: auto;
	display: inline-block;
	border-radius: 1rem;
	padding: 0.25rem 0.5rem;
	font-size: 0.7rem;
	border: solid 1px var(--f7-theme-color);
	color: var(--f7-theme-color);
	margin-top: 0.25rem;
}
.store-list.swiper-multiple .card {
	width: 280px;
}
.store-list.list .item-title {
	font-size: 0.9375rem;
}
.store-list.list .item-subtitle {
	font-size: 0.8125rem;
}
.store-pic {
  position: relative;
  overflow: hidden;
	padding: 0;
	border-bottom: none;
	width: 100%;
}
.store-pic:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.store-pic .image-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.store-pic .image-content div  {
   width: 100%;
   height: 100%;
}
.store-pic .image-content a {
 text-align: center;
  vertical-align: middle;
	width: 100%;
	height: 100%;
	display: block;
}
.store-pic .image-content img {
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}
.type-list.tag-area swiper-slide .tag {
	width: 76px;
	padding: 10px;
	border-radius: 0.5rem;
	border: solid 1px #cabfdc;
	background: linear-gradient(to bottom,  #e9dbfe 0%,#efe5fe 100%);
}
.store-designer {
	width: 100%;
	display: flex;
	align-items: center;
}
.store-designer ul {
	list-style: none;
	display: inline-block;
}
.store-designer ul li {
	display: inline-block;
	margin-left: -12px;
}
.store-designer ul li:first-child {
	margin-left: 0;
}
.store-designer ul li img {
	border: solid 2px #fff;
	border-radius: 18px;
	width: 18px;
	height: 18px;
}
.button.button-small {
	height: 32px;
	line-height: 32px;
}
a.list-book-link {
	color: #666;
}

.sheet-modal.comfirm-sheet {
	height: 70vh;
}
.comfirm-popup {
  --f7-popup-border-radius: 15px;
  --f7-popup-tablet-border-radius: 15px;
  --f7-block-strong-border-color: transparent;
  height: 85vh;
  top: 7.5vh;
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}
.popup-box {
	display: flex; 
	flex-direction: column; 
	width: calc(100% - 30px); 
	height: calc(100% - 60px); 
	justify-content: space-between;
	padding: 0 15px;
	margin: 15px 0;
}
.radio-inline {
	margin: 5px 0;
}
.radio-inline .radio input[type="radio"] + span {
	font-size: 0.8125rem;
	display: inline-block;
	border: solid 1px var(--f7-theme-color);
	color: var(--f7-theme-color);
	padding: 0.35rem 0.5rem;
	border-radius: 0.2rem;
	transition: all 0.2s ease;
	margin-bottom: 4px;
}
.radio-inline .radio input[type="radio"]:checked + span {
	border-color: var(--f7-theme-color);
	background-color: var(--f7-theme-color);
	color: #fff;
}
.radio-inline .radio input[type="radio"]:disabled + span {
	border-color: rgba(0,0,0,0.2);
	color: rgba(0,0,0,0.2);
}
.reserve-time-select .grid.grid-gap {
	gap: 5px;
}
.reserve-time-select.radio-inline .radio {
	width: 100%;
}
.reserve-time-select .radio input[type="radio"] + span {
	width: calc(100% - 1rem);
	text-align: center;
}

.checkbox-inline {
	margin: 5px 0;
}
.checkbox-inline .checkbox input[type="checkbox"] + span {
	font-size: 0.9rem;
	display: inline-block;
	border: solid 1px var(--f7-theme-color);
	color: var(--f7-theme-color);
	padding: 0.2rem 0.5rem;
	border-radius: 0.2rem;
	transition: all 0.2s ease;
	margin-bottom: 4px;
}
.checkbox-inline .checkbox input[type="checkbox"]:checked + span {
	border-color: var(--f7-theme-color);
	background-color: var(--f7-theme-color);
	color: #fff;
}
.checkbox-inline .checkbox input[type="checkbox"]:disabled + span {
	border-color: rgba(0,0,0,0.2);
	color: rgba(0,0,0,0.2);
}
.checkbox-inline .checkbox i {
	display: inline-block;
	border: none;
	height: auto;
}
.checkbox-inline .checkbox i:after {
	display: none;
}

.quantity {
	display: flex;
	width: 100%;
	margin: 4px 0;
	background-color: rgba(255,255,255,0.3);
	border: solid 1px rgba(0,0,0,0.1);
	padding: 2px;
	border-radius: 0.5rem;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.list .quantity input[type=number] {
	width: calc(100% - 72px);
	height: 36px;
	line-height: 36px;
	border: 0;
	background-color: transparent;
	text-align: center;
	margin-bottom: 0;
}

.quantity .plus,
.quantity .minus {
	display: block;
	cursor: pointer;
	border: 0px transparent;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 0.5rem;
	text-align: center;
	background-color: #fff;
	color: var(--f7-theme-color);
	font-size: 1rem;
	font-weight: bold;
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.quantity .plus:hover,
.quantity .minus:hover { 
	background-color: var(--f7-theme-color-tint); 
	color: #fff;
}

.quantity .qty:focus,
.quantity .plus:focus,
.quantity .minus:focus {
	box-shadow: none !important;
	outline: 0 !important;
}

.textarea-bordered {
	border: solid 1px rgba(50,50,50,0.2);
	padding: 12px;
	border-radius: 0.5rem;
}

.icon-64 {
	width: 64px;
}
.icon-72 {
	width: 72px;
}

.book-sheet {
	background-color: #fff;
	padding: 0 20px 56px 20px;
	margin-top: 20px;
	border-top: solid 2px var(--f7-theme-color);
}
.book-success-info {
	list-style: none;
	margin: 0;
	padding: 0;
}
.book-success-info li {
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	margin-top: 0.25rem;
}
.book-success-info li:first-child {
	margin-top: 0;
}
.book-success-info li .item-name {
	-ms-flex: 0 0 102px;
  flex: 0 0 102px;
  max-width: 102px;
	color: #999;
}
.book-success-info li .item-detail {
	-ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.list .item-text p {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 0.8125rem;
}
ul.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.search-tag {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.search-tag .tag-input {
	min-width: calc(25% - 30px);
	text-align: center;
	margin-bottom: 6px;
}
.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #673ab7 !important;
}
.font-weight-bold {
	font-weight: bold !important;
}
.keywords-tag {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.keywords-tag {
	position: relative;
	margin-top: 0.35rem;
}
.keywords-tag a {
	display: inline-block;
	margin-right: 0.15rem;
	padding: 0.2rem 0.6rem;
	background-color: #d0a9ff;
	color: #fff;
	border-radius: 1rem;
	font-size: 0.7rem;
}
ul.list-flex li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0.25rem 0;
}

.order-list .toolbar {
	height: 36px;
	font-size: 0.8125rem;
}
.order-list .toolbar a.tab-link-active:after {
	content: '';
	display: block;
	width: 1.5rem;
	height: 4px;
	background-color: var(--f7-theme-color);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.75rem;
}

.order-list .item-time, .order-list .item-status {
	font-size: 0.8125rem;
}
.order-list .item-title-row {
	align-items: center;
	margin-bottom: 
}
.order-list .item-title {
	font-size: 1rem;
}
.order-list .item-subtitle {
	font-size: 0.85rem;
	color: #999;
}
.order-list .item-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.order-list .pending {
	color: var(--f7-color-red);
}
.order-list .item-status {
	color: var(--f7-theme-color);
}
.order-list .item-checked .item-status {
	color: var(--f7-color-teal);
}
.order-list .item-cancel .item-status {
	color: #ccc;
}
.order-list .card.item-cancel {
	opacity: 0.6;
	filter: grayscale(1);
}

.page-content.content-area {
	padding: 90px 0 75px 0;
}

.list .item-input .item-subtitle {
	font-size: 0.8125rem;
}
label.item-radio {
	margin-right: 1rem;
}
.ios label.item-radio-icon-start>.icon-radio {
	margin-right: 0.25rem;
}
.ios .icon-radio:after {
	background-color: rgba(var(--f7-md-primary-rgb),0.1);
	opacity: 1;
	border-radius: 10px;
	color: rgba(255,255,255,0);
}
.ios .radio input[type=radio]:checked~.icon-radio:after, .ios label.item-radio input[type=radio]:checked~* .icon-radio:after, .ios label.item-radio input[type=radio]:checked~.icon-radio:after {
	background-color: var(--f7-theme-color);
	color: #fff;
}
.list .item-radio .item-title {
	font-size: 1rem;
}

.tab .card.item-reserved:first-child {
	margin-top: 0;
}
/*# sourceMappingURL=style.css.map */