/* Base CSS */
body {
  height: 100%;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.btn-action{
  background-color:#ff007c;
  color:#fff;
  border:none;
}

.btn-action.action-1 {
  margin-right: 10px;
}

.btn-customlg{
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.btn-circle.btn-xl {
  width: 95px;
  height: 95px;
  border-radius: 45px;
  font-size: 24px;
  line-height: 1.33;
  border:15px solid #000;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
  border: none;
}
a:focus { outline: 0 solid; }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  color: #231f20;
  font-family: 'Open Sans', sans-serif;
}
body {
  color: #545051;
  font-weight: 300;
 font-family: 'Open Sans', sans-serif;
}
h1{color: #4574ba;}
@font-face {
  font-family: continue;
  src: url(../fonts/Continue.ttf);
}


.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
a:hover { text-decoration: none }

.container {
  max-width: 1200px;
}

/* Header bar section start */
header {
  background-image: url(../img/hader-shape.png);
  height: 112px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}

header .circle-gift {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -30px;
    top: -10px;
}

header .open-popup-redeem {
    color: #ff007c;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 15px;
}

header .open-popup-redeem i {
  font-size: 30px;
}

.logo {
  padding-top: 5px;
  text-align: center;
}
.logo h4{
  color:#dfdfdf;
  font-size: 1.5em;
  margin-top: 10px;
}





.subscription-page {
  height: 100%;
  position: relative;
}

.subscription-page .btn-logout {
  position: absolute;
  z-index: 1;
  font-size: 15px;
  margin-left: 20px;
  color: #333;
  bottom: 20px;
  right: 20px;
  font-weight: 500;
}

.hero-area {
  height: calc(100% - 185px);
  background-image: url(../img/hero.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  margin-top: 0!important;
}

.hero-text-top {
  text-align: center;
  padding-top: 180px;
}




.hero-text-top h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: #000 1px 1px 15px;
}
.hero-text-top a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  font-family: none;
  background: #ff007c;
  padding: 10px 35px;
  border-radius: 5px;
  display: inline-block;

}
.hero-text-top img {
  margin-right: 15px;
}


.-wht-box-left h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  letter-spacing: .5px;
  display: block;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}

.wth-box-right h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
}
.check-box h5 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .7px;
  color: #333;
  margin-bottom: 22px;
}
.container-ct p {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  left: 22px;
}





/* The container */
.container-ct {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-ct input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: transparent !important;
  border-radius: 5px;
  border: 2px solid #ff007c;
}

/* On mouse-over, add a grey background color */
.container-ct:hover input ~ .checkmark {
  background-color: #FF007C !important;
}

/* When the checkbox is checked, add a blue background */
.container-ct input:checked ~ .checkmark {
  background-color: #FF007C !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-ct input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-ct .checkmark::after {
  left: 12px;
  top: 12px;
  width: 19px;
  height: 20px;
  border: none;
  border-width: none;
  -webkit-transform: rotate(45deg);
  transform: none;
  background-image: url(../img/ck.png);
  background-position: center;
  background-size: cover;
}
.white-box {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px #8f8f8f;
  box-shadow: 0 2px 5px #8f8f8f;
  margin-bottom: 20px;
}

.wth-single-item {
  width: 120px;
  height: 150px;
  background: #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}
.wth-single-item i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  font-size: 24px;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 8px;
  margin-top: 10px;
}


.wth-single-item.item-bg-selected {
  background: #ff007c;
  color: #fff;
}
.wth-single-item.item-bg-normal {
  background: #ffffff;
  color: #333333;
  border: 1px solid #d7d7d7;
}
.wth-single-item.item-bg-disabled {
  background: #ebebeb;
  color: #333333;
  border: 1px solid #d7d7d7;
}
.item-bg-selected a i {
  color: #333;
}
.wth-box-right {
  padding-left: 45px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 25px;
}

.wth-single-item.item-bg-normal a i {
  color: #fff;
  background: #dc4e41;
}

.wth-single-item.item-bg-disabled a i {
  color: #fff;
  background: #a8a8a8;
}

.wth-single-item p {
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 19px;
  margin-bottom: 0;
  line-height: 1.5em;
  margin-top: 5px;
}


.wth-single-item span {
  font-family: none;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: .7px;
}

.-wht-box-left {
  height: 100%;
  position: relative;
  padding: 20px;
  padding-right: 0;
  padding-left: 15px;
}

.-wht-box-left::after {
  position: absolute;
  right: -58px;
  top: 0;
  width: 35px;
  height: 100%;
  content: '';
  background-image: url(../img/shadowt.png);
}

.pink-bx {
  background: #ff007c;
  border: 1px solid white;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  height: 247px;
  padding-top: 35%;
  -webkit-box-shadow: 0 2px 5px #8f8f8f;
  box-shadow: 0 2px 5px #8f8f8f;
}
.pink-bx h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .7px;
  margin-top: 15px;
  font-family: n;
  color: #fff;
}

.hero-text-bottom {
  position: relative;
  top: 90px;
}
.wth-single-item img {
  width: 48px;
  margin-top: 15px;
  margin-bottom: 5px;
}






.footer-area {
  z-index: 1;
  background-image: url(../img/bottom-spt.png);
  background-color: #ddd;
  padding-top: 50px;
  background-position: center !important;
  background-size: cover;
  height: 200px;
  margin-top:0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-top a {
  font-weight: 600;
  letter-spacing: .5px;
  color: #ff007c;
  font-size: 1.5em;
}
.footer-top a span{
  font-size: 0.8em;
}

.footer-top {
  /*padding-top: 25px;*/
  position: relative;
  top: 25px;
  right: 50px;
  text-align: right;
}
.footer-copyright {
  padding-top: 60px;
}
.footer-copyright p {
  letter-spacing: .5px;
  font-weight: 400;
  margin:0;
}

.wth-single-item.item-bg-selected a i {
  color: #ff007c;
}

.wth-single-item.item-bg-normal span {
  color: red;
}




/*********** Keypad Area **************/
.keypad {
  width: 100%;
  margin:0;
  position: relative;
  padding-top: 75px;
}
.keypad table{
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: rgba(0,0,0,.4);
  border-radius: 20px;
}

.keypad table > tbody> tr > td {
  /*padding: 10px 15px;*/
}
/*.keypad table button {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
  outline: none;
  font-size: 20px;
  font-weight: lighter;
}*/
.keypad table button.text-sm {
  font-size: 15px;
}
.keypad table button:active {
  background: #efefef;
}




/*********** Subscribe-form-page **************/
.subscription-form {
  padding: 180px 0 0 5px;
  text-align: center;
}
.subscription-form h2 {
  font-size: 30px;
  font-family: c;
  color: #fff;
  text-shadow: #000 4px 4px 5px;
}
.subscription-form .termAcceptance{
  margin:0;
  color:#fff;
  font-size:12px;
  text-shadow:#000 2px 2px 10px;
}
.subscription-form .termAcceptance a{
  color:#fff;
  text-decoration:  underline;
}
.checkInFeatureEnableEdit{
  margin-top:-50px;
}
.checkInFeatureEnableEdit .subscription_input button{
  position: unset;
  top: unset;
  right: unset;
  margin-left:20px;
}
.subscription_input {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.subscription-form input {
  width: 100%;
  height: 80px;
  border: none;
  padding: 10px 10px 10px 30px;
  font-size: 50px;
  letter-spacing: 3px;
  border-radius: 10px;
  position: relative;
  text-align: left;
  font-weight: 600;
}

.subscription-form input::-webkit-input-placeholder {
	font-size: 40px;
}

.subscription-form::-moz-placeholder { /* Firefox 19+ */
  font-size: 40px;
}
.subscription-form:-ms-input-placeholder { /* IE 10+ */
  font-size: 40px;
}
.subscription-form:-moz-placeholder { /* Firefox 18- */
  font-size: 40px;
}

.subscription_input a {
  display: inline-block;
  padding: 16px 30px;
  background: #ff007c;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: none;
  border-radius: 10px;
  position: absolute;
  left: ;
  right: 10px;
  top: 10px;
}

.termsConditionContent{
  height:200px;
  overflow-y:scroll; 
}



.single-cercle-box {
  display: inline-block;
  width: 200px;
  text-align: center;
  background: #ff3096;
  height: 200px;
  border-radius: 100%;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border: 10px solid #fff;
  margin: 0 25px;
  -webkit-box-shadow: 3px 12px 22px #696969;
  box-shadow: 3px 12px 22px #696969;
}

.single-cercle-box p {
  margin-top:-30px;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  font-size:1.2em;
}
.single-cercle-box p span{
  font-size: 1.2em;
}
.single-cercle-box p span {
  font-weight: 700;
}
.row.round-box {
  position: relative;
  top: 125px;
  z-index: 111;
}
.single-cercle-box.box-round-2 {
  position: relative;
  top: 24px;
}
.subscription-page .footer-copyright {
  padding-top: 100px;
}
img.requred {
  position: relative;
  top: -105px;
  width: 149px !important;
  z-index: 99999 !important;
}
.wth-single-item.item-bg-disabled {
  opacity: .6;
}
.wth-single-item.item-bg-disabled p {
  opacity: .5 !important;
  z-index: -99;
}






/*********** Modal Popup Area **************/

.vga-modal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  /*height: 100vh;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 35px;
}
.vga-modal .modal-dialog .modal-header .rounded-close{
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  opacity: 1;
  height: 2em;
  width: 2em;
  margin-top: -45px;
  margin-right: -50px;
  font-size:2.5em;
  order:2;
}
.vga-modal .modal-dialog .modal-header .rounded-close span{
  color:#000;
}

.vga-modal .modal-dialog .modal-header{
  border-radius: 4px 4px 0 0;
    background: #ff007c;
    color: #fff;
    padding:10px 20px;
}
.vga-modal .modal-dialog .modal-header h3,
.vga-modal .modal-dialog .modal-header h3 b{
  color:#fff;
}
.vga-modal .modal-dialog .modal-header .modal-title {
  width:100%;
  text-align: center;
  color:#fff;
}

.vga-modal .input-area label {
  color: #523c1f;
  font-size: 15px;
  font-weight:  bold;
}
.vga-modal .input-area table.reward{
  width: 100%;
}
.vga-modal .input-area table.reward tr td{
  width:auto;
  border: none;
  font-size: 20px;
  padding: 0px 0;
}
.vga-modal .input-area table.reward .inner{
  position: relative;
  font-size: 16px;
  padding:10px 20px;
}
.vga-modal .input-area table.reward .inner span{
  padding-left: 15px;
}
.vga-modal .input-area table.reward .inner i{
  position: absolute;
  left: 10px;
}
.vga-modal .input-area table.reward .forYelp,
.vga-modal .input-area table.reward .forGoogle,
.vga-modal .input-area table.reward .forFb,
.vga-modal .input-area table.reward .forPoints{
  
}
.vga-modal .input-area table.reward .forYelp{
  /*color: red;*/
}
.vga-modal .input-area table.reward .forGoogle{
  /*color: #447EEC;*/
}
.vga-modal .input-area table.reward .forFb{
  /*color: #3B579D;*/
}
.vga-modal .input-area table.reward .forPoints{
  /*color: #228D57;*/
}

.vga-modal .input-area table.reward .forInput{
  width:40%;
}

.vga-modal .input-area table.reward .forInput h4 {
	font-size: 30px;
}


.vga-modal .input-area table.reward .forAfterPrice,
.vga-modal .input-area table.reward .forEarnedPoints{
  width: 30%;
}

.vga-modal .input-area table.reward .forAfterPrice .inner,
.vga-modal .input-area table.reward .forEarnedPoints .inner{
    background: #bdffca;
    font-size: 30px;
    padding: 15px 0;
    width: 95%;
    line-height: 27px;
}
.vga-modal .input-area table.reward .forAfterPrice .inner span,
.vga-modal .input-area table.reward .forEarnedPoints .inner span{
  padding-left:40px;
}
.vga-modal .input-area table.reward .forInput p{
  font-size:  13px;
}
.vga-modal .input-area table.reward .forInput .inner{
  padding: 0;
  width: 95%;
}
/*.vga-modal .input-area table.reward .forInput .inner input{
    color: #333;
    background: #feeabc;
    position: relative;
    font-size: 30px;
    padding: 0 0 0 45px;
    border: none;
    width: inherit;
}*/
.vga-modal .input-area table.reward .forInput .inner i{
  font-size:30px;
  top:8px;
}
.vga-modal .input-area table.reward .forInput .inner .birthday select{
    height: 57px;
    width: 100%;
    padding: 0 10px;
    border-radius: 8px;
    outline: none;
    font-size: 30px;
}
.vga-modal .modal-dialog .modal-footer{
  background:white;
}
#bookingPopup.vga-modal .chosen{
  background:#ff007c;
  color:white;
}
#bookingPopup.vga-modal .nav-tabs, #servicePopup.vga-modal .nav-tabs{
  border-bottom: 1px solid #ff007c;
}
#servicePopup.vga-modal .nav-tabs{
  width: 100%;
}
#bookingPopup.vga-modal .nav-link, #servicePopup.vga-modal .nav-link{
  color: #000;
}
#bookingPopup.vga-modal .nav-link,
#servicePopup.vga-modal .nav-link {
  border: none;
}
#bookingPopup.vga-modal .nav-link.active, #servicePopup.vga-modal .nav-link.active{
  color:#ff007c;
  border: none;
}
#bookingPopup.vga-modal .fc-button-prev,
#bookingPopup.vga-modal .fc-button-next{
  background-color: #ff007c;
  color: #fff;
  border: none;
  background-image:none;
  padding: .5em 1.5em;
  height:auto;
}
#bookingPopup.vga-modal .fc-button-today{
  display: none;
}
#bookingPopup.vga-modal .fc-day-number{
  float: none;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  font-size: 1.2em;
}
#servicePopup.vga-modal .i_service, #servicePopup.vga-modal .i_staff,#bookingPopup.vga-modal .item_time,#bookingPopup.vga-modal .item_service,#bookingPopup.vga-modal .item_staff{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  /*padding: .375rem .75rem;*/
  padding: 0;
  font-size: 1rem;
  line-height: 2em;
  border-radius: .25rem;
  color:#212529;
  background-color: #f8f9fa;
  border-color:#f8f9fa;
  margin: 10px;
}
#servicePopup.vga-modal .active_item, #bookingPopup.vga-modal .active_item{
  background:#ff007c;
  color:#fff;
}

.tab_list, .content_tab_list{width:100%; clear: both}
.content_tab_list {
  overflow: hidden;
}
.fade:not(.show) {height: 0px}
#serviceTab .nav-link:hover, #serviceSiginTab .nav-link:hover{border-color: #ff007c #ff007c #fff;background-color:#fff}



/* bounce-animate */
.bounce-animate {
  -webkit-animation-name: float-bob;
  animation-name: float-bob;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } 
}
.bounce-natural {
    animation-name: bounce-7;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    align-self: flex-end;
    animation-duration: 7s;
    animation-iteration-count: infinite;
}
@keyframes bounce-7 {
    0%   { transform: scale(1,1)      translateY(0); }
    60%   { transform: scale(1,1)      translateY(0); }
    66%  { transform: scale(1.1,.9)   translateY(0); }
    72%  { transform: scale(.9,1.1)   translateY(-50px); }
    78%  { transform: scale(1.05,.95) translateY(0); }
    84%  { transform: scale(1,1)      translateY(-7px); }
    90%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}

/*********** Subscribe-form-page **************/

/*********** Update ******/
.subscription_input button {
  display: inline-block;
  padding: 16px 30px;
  background: #ff007c;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: none;
  border-radius: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0px;
}

.my_pointer {
  cursor: pointer;
}

.row-style-2 .wth-box-right {
  padding-left: 25px;
}

.row-style-3 .white-box {
  height: 100%;
}

.row-style-3 .-wht-box-left:after {
  display: none;
}

.container-ct p {
  position: static;
  padding-left: 22px;
  padding-right: 5px;
}

#congratulationPopup .modal-body {
  background: #0062cc;
  opacity: 0.8;
}

.congrats h1 {
  font-size: 22px;
  color: #fff;
  line-height: 1.4em;
}


/*format tab*/

#serviceSiginTab,
#serviceTab {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: left;
  padding-left: 10px;
  list-style-type: none;
}

#serviceSiginTab li a,
#serviceTab li a {
  display: block;
  float: right;
  padding: 10px 20px 8px;
  background-color: #f8f9fa;
  margin-right: 5px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #777;
  text-transform: uppercase;
  transition: all 250ms ease;
  overflow: inherit;
  font-size: 20px;
}

#serviceTab li a {
	font-size: 16px;
}

#serviceSiginTab li a.active,
#serviceTab li a.active {
  z-index: 3;
}

#serviceSiginTab li,
#serviceTab li {
  margin-bottom: 3px;
}

#serviceSiginTab li a.active,
#serviceSiginTab li a.active:before,
#serviceSiginTab li a.active:after,
#serviceTab li a.active,
#serviceTab li a.active:before,
#serviceTab li a.active:after {
  background-color: #ff007c;
  color: #fff!important;
}

#servicePopup.vga-modal .nav-link.active {
  border-top: none;
}

#serviceSiginTab .nav-link:hover,
#serviceTab .nav-link:hover {
    border-color: #F4F7F9;
    background-color: #F4F7F9;
}

#serviceTab .nav-link.active:hover {
  background: #ff007c;
}

#servicePopup.vga-modal .nav-link.active {
  background: #ff007c;
}

#servicePopup.vga-modal .i_service,
#area_staff .i_staff, .area_staff .i_staff,
#bookingPopup.vga-modal .item_service {
  width: 85px;
  height: 85px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  float: left;
  line-height: 1.3em;
  white-space: inherit!important;
}

#servicePopup.vga-modal .i_service span,
#area_staff .i_staff span, .area_staff .i_staff span,
#bookingPopup.vga-modal .item_service span {
  font-size: 20px;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 52px;
  max-width: 100%;
}

#bookingPopup.vga-modal .nav-tabs {
  width: 100%;
}

.content_tab_list .tab-pane {
  overflow: hidden;
}

#servicePopup {
  overflow-x: hidden;
  overflow-y: auto;
}

.area_agree_covid{float: left;width: 100%;}
.txt_agree_covid{font-size:1rem!important;padding-top:10px}

/*css for tab-style-2*/
.tab-style-1 {
  display: none;
}

.tab-style-2 #serviceSiginTab li a:after,
.tab-style-2 #serviceSiginTab li a:before,
.tab-style-2 #serviceTab li a:after,
.tab-style-2 #serviceTab li a:before {
    display: none;
  }

.tab-style-2 #serviceSiginTab li a,
.tab-style-2 #serviceTab li a {
    margin-right: 0
  }

.tab-style-2 #serviceSiginTab,
.tab-style-2 #serviceTab {
    padding-left: 0;
  }

.tab-style-2 #serviceSiginTab .nav-item,
.tab-style-2 #serviceTab .nav-item  {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tab-style-2 #servicePopup.vga-modal .nav-link.active,
.tab-style-2 #serviceTab.vga-modal .nav-link.active {
  color: #fff;
}

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

.logo h4 a {
  position: relative;
  z-index: 1;
  font-size: 15px;
  margin-left: 20px;
  color: #fff;
}

/*add popup*/

.new-text-notes-area .checkmark {
  background: #FF007C!important;
}

.new-text-notes-area .container-ct {
  padding-left: 50px;
  font-size: 1rem;
}

.new-text-notes-area .checkmark {
  top: 6px;
  width: 40px;
  height: 40px;
}

.new-text-notes-area .container-ct .checkmark::after {
  left: 7px;
  top: 8px;
}

#termPopup {
  z-index: 1051;
}

#privacyPopup {
  z-index: 1052;
}

.warning-text p,
.alert-modal .text-ct-alert p {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.alert-modal .text-ct-alert p {
  /*font-weight: 500;*/
  /*color: #ffc107;*/
}

.alert-modal .modal-header .modal-title {
  font-weight: 700;
}

#popup_alert_1 .modal-header,
#popup_alert_1 .btn-action {
  background: #ffc107;
}

#popup_alert_2 .modal-header,
#popup_alert_2 .btn-action {
  background: #28a745;
}

.alert-modal .row.mt-3 {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

#popup_warning.vga-modal .modal-dialog .modal-header {
  background: #dc3545;
}

#popup_warning.vga-modal .modal-footer button {
  background: #dc3545;
}

#popup_send_sms .row-mt-3 {
  justify-content: flex-end;
  margin-top: 20px;
}

.new-text-notes-area ul {
  padding-left: 18px;
}

.new-text-notes-area ul li p {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
}

/*css add popup redeem*/
#redeemcodePopup .modal-dialog {
  max-width: 800px;
}

#redeemcodePopup .modal-body input {
  width: 100%;
  margin-bottom: 20px;
  color: #333;
  background: #fff;
  position: relative;
  font-size: 30px;
  border: 1px solid #ced4da;
  outline: none;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: .25rem;
}

/*css add popup gift*/

.text-info-gift p {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}

.text-info-gift p.txt-success {
  color: #28a745;
}

.text-info-gift p.txt-error {
  color: #f44336;
}

.vga-modal-redeem .text-right {
  margin: 0 -1rem;
  padding: 1rem 1rem 0 1rem;
  border-top: 1px solid #ececec;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-xl {
    max-width: 80%!important;
  }
}

#redeemcodePopup .text-info-gift {
  margin-top: -5px;
}

/*edit form control yellow*/
.form-control:focus {
  box-shadow: 0 0 0 0;
}

#customerInfoPopup #frmCustomerInfo .forInput .inner,
#customerFirstPopup #frmFirstCustomer .forInput .inner {
  width: 100%!important;
}

.input-group.custom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group.custom .input-group-append, .input-group.custom .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group.custom>.custom-file, 
.input-group.custom>.custom-select, 
.input-group.custom>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    outline: none;
}

.input-group.custom>.form-control {
  height: 55px;
  font-size: 30px;
  outline: none;
}

.input-group.custom .input-group-prepend span {
  width: 50px;
}

.input-group.custom .input-group-prepend span i {
  position: absolute!important;
  top: 12px!important;
  left: 12px!important;
}

/*css for table desc code redeem*/
.code-detail-desc button {
  margin-bottom: 15px;
  outline: none;
}

.code-detail-desc button i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 5px;
}

.code-detail-desc button i:before {
  content: '\f067';
}

.code-detail-desc button.active i:before {
  content: '\f068';
}

.code-detail-desc .table-desc {
  margin-bottom: 15px;
}

.code-detail-desc .table-desc table {
  width: 100%;
}

.code-detail-desc .table-desc table tr, 
.code-detail-desc .table-desc table td,
.code-detail-desc .table-desc table th {
  border: 1px solid #ced4da;
}

.code-detail-desc .table-desc table th {
  font-size: 20px;
}

.code-detail-desc .table-desc table td,
.code-detail-desc .table-desc table th {
  padding: 15px;
}

.code-detail-desc .table-desc table td {
  vertical-align: middle;
  font-size: 20px;
  letter-spacing: 1px;
}

.code-detail-desc .table-desc p,
.code-detail-desc .table-desc td > span {
  margin-bottom: 0;
  font-weight: 600;
}

.code-detail-desc .table-desc p span {
  color: #ff0000;
  font-weight: 600;
}

.code-detail-desc .table-desc {
  display: none;
}

/*button reload*/
.user-action-bottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1111111;
}
.user-action-bottom a {
  color: #ff3096;
  font-size: 20px;
  font-weight: 500;
}

.user-action-bottom a.btn-logout-1 {
  color: #0062cc;
}

.btn-reload span {
  display: inline-block;
  margin-right: 5px;
}

.user-action-bottom a.btn-logout-1 span {
  margin-right: 6px;
}

.btn-reload:hover {
  color: #ff3096;
}

/*open staff button*/
.open-list-staff {
  background: #007bff!important;
  border: none;
  color: #fff!important;
  border-radius: 8px;
  font-size: 1.286rem;
  display: inline-block;
  margin-bottom: 10px;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 17px!important;
}

.open-list-staff i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 10px;
}

.open-list-staff i:before {
    content: '\f067';
}

.open-list-staff.active i:before {
    content: '\f068';
}

#area_service .content_tab_list.mt-3 {
  margin-left: -10px;
  padding: 10px 0;
}

.lst_staff_service {
  padding-left: 5px;
}

/*css edit choose service + staff*/
.i_service,
#bookingPopup.vga-modal .item_service {
  width: 175px!important;
  height: 50px!important;
  background: #fff!important;
  border: 1px solid #ff007c!important;
  padding-left: 7px;
  padding-right: 7px;
}

#bookingPopup.vga-modal .item_service {
	width: 175px!important;
	height: 47px!important;
}

.i_service.active_item,
#bookingPopup.vga-modal .item_service.active_item {
  background: #ff007c!important;
  border-color: #fff!important;
}

.i_service span,
#bookingPopup.vga-modal .item_service span {
  -webkit-line-clamp: 1!important;
  white-space: nowrap;
  display: inline-block!important;
  text-transform: capitalize!important;
  color: #ff007c!important;
  font-size: 19px!important;
  padding: 0 5px;
}

#bookingPopup.vga-modal .item_service span {
	font-size: 18px!important;
}

.i_service.active_item span,
#bookingPopup.vga-modal .item_service.active_item span {
  color: #fff!important;
}

#bookingPopup.vga-modal .item_staff {
  width: 85px;
  height: 85px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  float: left;
  line-height: 1.3em;
  white-space: inherit!important;
}

#bookingPopup.vga-modal .item_staff span {
  font-size: 18px;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 47px;
  max-width: 100%;
}

/*edit css for alert booking*/
#popup_alert #text_alert {
  text-align: center;
  font-size: 22px;
  margin: 0 auto;
  max-width: 650px;
  padding: 5px 0;
}

#popup_alert #text_alert span {
  font-weight: 600;
}

/*edit css for fire hd*/
@media screen and (max-width: 970px) {
  .subscription-form {
    padding-top: 150px;
  }
}

/*css for text-deposit-success*/ 
.text-deposit-success {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

.box-qrcode {
  margin: -5px 0 20px 0;
}

.box-qrcode img {
  margin-left: 20px;
}

/*css for noti qrcode*/
.hero-area .qr-noti {
  display: none;
}

.hero-area.has-noti .qr-noti {
  display: block;
  text-align: center;
}

.hero-area.has-noti > .container {
  display: none;
}

.hero-area.has-noti {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area.has-noti .qr-noti > p {
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0;
  text-shadow: #000 5px 5px 15px;
}

/*css for phone*/
@media screen and (max-width: 576px) {
  
}

#servicePopup.modal {
	z-index: 10000050;
}

/*css edit booking 11/11/21*/
#bookingPopup .col-auto.i_staff {
  font-size: 1rem;
  line-height: 2em;
  border-radius: 0.25rem;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  margin: 10px;
  padding: 0;
}

#bookingPopup .col-auto.i_staff  span {
  font-size: 20px;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 52px;
  max-width: 100%;
  text-align: center;
}

#bookingPopup .title_service {
  margin-left: 15px;
  margin-top: 10px;
}

#bookingPopup .lst_staff_service {
  padding-left: 5px;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
}

#bookingPopup .content_tab_list {
  padding: 5px 5px 0 5px;
}

#bookingPopup #serviceTab {
  padding-left: 15px;
}

#bookingPopup #area_service > .row {
  display: block;
}

#bookingPopup #area_service .area_staff .active_item {
    background: #ff007c;
    color: #fff;
}

/*price for service*/
#servicePopup.vga-modal.has-price .content_tab_list.no-cate {
  margin-top: -18px!important;
  padding-top: 0;
}

#servicePopup.vga-modal .box-price {
  display: none;
}

#servicePopup.vga-modal.has-price .box-price {
  display: block;
}

#servicePopup.vga-modal.has-price .i_service {
  position: relative;
  margin-bottom: 35px;
}

#servicePopup.vga-modal.has-price .i_service .box-price {
  position: absolute;
  bottom: -31px;
  right: 0;
  padding: 5px 8px;
  height: 30px;
  background: #ff007c;
  z-index: 11;
  font-size: 19px;
  color: #fff;
  border-radius: 0 0.25rem 0.25rem 0;
}

.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon.base:before {
    border-top: 27px solid #ff007c;
    top: 0;
}

.ribbon.base:after {
    border-bottom: 27px solid #ff007c;
    bottom: 0;
}

.price-desc-area {
  display: none;
  margin-top: 20px;
}

#servicePopup.vga-modal.has-price .price-desc-area {
  display: block;
}

.price-desc-area table {
  width: 100%;
  font-size: 20px;
}

.price-desc-area table tr th,
.price-desc-area table tr td {
  padding-left: 20px;
  padding-right: 20px;
}

.price-desc-area table tr th {
  background: #F4F7F9;
  text-transform: uppercase;
}

.price-desc-area table tr td,
.price-desc-area table tr td strong {
  color: #ff007c;
}

/*css for background*/
.modal-backdrop.show {
	opacity: 0.8;
}

/*css 14.7*/
#bookingPopup #area_service .area_staff .anyone {
	flex-wrap: wrap;
}

#bookingPopup .col-auto.i_staff.anyone {
	line-height: 1!important
}

#bookingPopup #area_service .area_staff .anyone em {
	text-transform: capitalize;
	font-style: normal;
	display: block;
	margin-top: 5px;
}

.tab-menu .num_staff {
	font-style: normal;
}








