@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
html {
  max-height: 100%;
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  height: 100%;
}

::selection {
  color: #fff;
  background-color: #AE7F1A;
}

::-moz-selection {
  color: #fff;
  background-color: #AE7F1A;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
button:focus,
a:focus{
  box-shadow: none;
  outline: none;
}
.userAccountWrap{
  position: relative;
  width: 100%;
  height: 100%;
}
.userAccountWrap::before{
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../../images/commonBackground.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.userAccountWrap .userProfileDropDown{
  position: relative;
  padding: 60px 0 20px 0;
}
.userAccountWrap .userProfileDropDown .container{
  padding-right: 0;
}
.themeModal button.close{
    position: absolute;
    top: 25px;
    right: 28px;
    background: #AE7F1A;
    color: white;
    border-radius: 50%;
    line-height: 0.8;
    height: 35px;
    width: 35px;
    font-size: 1.8em;
    font-weight: 500;
    padding: 15px 8px 16px 8px!important;
    box-shadow: none!important;
    outline: none!important;
    opacity: 1!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.userAccountWrap .userProfileDropDown .userProfileContent{
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.userAccountWrap .userProfileDropDown .userProfileContent button{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.userAccountWrap .userProfileDropDown .userProfileContent button:focus{
  box-shadow: none;
  outline: none;
}
.userAccountWrap .userProfileDropDown .userProfileContent button img{
  margin-left: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: solid 1px #FFFFFF;
}
.userAccountWrap .userProfileDropDown .userProfileContent button span{
  font-size: 16px;
  color: #AE7F1A;
}
.userAccountWrap .userProfileDropDown .userProfileContent button::after{
  display: none;
}

.userAccountWrap .userProfileDropDown .userProfileContent .dropdown-menu{
  padding: 0;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  overflow: hidden;
}

.invoicelft {
    background: #AE7F1A;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
}
.userAccountWrap .userProfileDropDown .userProfileContent .dropdown-menu a{
  color: #AE7F1A;
  background-color: #FFFFFF;
  border-bottom: solid 1px #AE7F1A;
  padding: 10px 20px;
}
.userAccountWrap .userProfileDropDown .userProfileContent .dropdown-menu a:last-child{
  border: none;
}
.userAccountWrap .userProfileDropDown .userProfileContent .dropdown-menu a:hover{
  background-color: #AE7F1A;
  color: #FFFFFF;
}
.userAccountWrap .maineUserAccountWraper{
  position: relative;
  padding-bottom: 60px;
}
.userAccountWrap .maineUserAccountWraper .container.RightOuterSection{
  border-radius: 15px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border: solid 2px #AE7F1A;
  padding: 0;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 150px);
}
.userAccountWrap .maineUserAccountWraper .container .userAccountLeftSection{
  position: relative;
  background-color: #AE7F1A;
  border: solid 2px #AE7F1A;
  width: 100%;
  height: 100vh;
}
.userAccountWrap .maineUserAccountWraper .container .userAccountLeftSection h2{
  margin: 0 0 60px 0;
  padding: 20px 10px;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.userAccountWrap .maineUserAccountWraper .container .userAccountLeftSection ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.userAccountWrap .maineUserAccountWraper .container .userAccountLeftSection ul li{
  border-top: solid 1px #2C2C2C;
}
.userAccountWrap .maineUserAccountWraper .container .userAccountLeftSection ul li a{
  color: #FFFFFF;
  padding: 10px 40px;
  display: block;
  text-decoration: none;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 14px;
}
.userAccountWrap .maineUserAccountWraper .container .userAccountLeftSection ul li a:hover,
.userAccountWrap .maineUserAccountWraper .container .userAccountLeftSection ul li a.active{
  background-color: #2C2C2C;
  transition: all 0.5s ease;
}
.userAccountWrap .maineUserAccountWraper .container .userNoPadding{
  padding: 0 !important;
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection{
  position: relative;
  background-color: #FFFFFF;
  /*padding: 10px; by ram*/
  height: calc(100% - 0px);
  /*box-shadow: 0 1rem 3rem rgba(0,0,0,.175);*/
  border-radius: 15px;
  overflow: hidden;
  /*margin-left: -10px;*/
  overflow: auto;
  overflow-y: auto;
  margin-right: 15px;
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userProfileContent,
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userProfileContent .container{
  height: 100%;
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userProfileContent .row{
  align-items: center;
  justify-content: center;
  height: 100%;
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userProfileContent .MainUserProfileImg{
  position: relative;
  text-align: center;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border: solid 2px #2C2C2C;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox{
  position: relative;
  border: solid 1px #2C2C2C;
  width: 450px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f8f8f8;
  margin-left: 20px;
  margin-bottom: 20px;
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxHeader{
  background-color: #ededee;
  box-sizing: border-box;
  text-align: center;
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxHeader h3{
  color: #AE7F1A;
  font-size: 18px;
  margin: 0;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 600;
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxBody{
  position: relative;
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxBody ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxBody ul li{
  margin: 0;
  border-top: solid 1px #2C2C2C;
  padding: 10px 20px;
  color: #2C2C2C;
  text-transform: uppercase;
}

.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxBody ul li> input{
  border: solid 1px #2C2C2C;
  transition: all 0.5s ease;
  height: 40px;
  border-radius: 5px;
  padding-left: 35px;
}

.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxBody ul li> span{
  position: absolute;
  top: 24px;
  left: 29px;
}

.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxBody ul li input{
  /* border: solid 1px #ad85a0;
  transition: all 0.5s ease;
  height: 40px; 
  border-radius: 5px;
  padding-left: 35px; */
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxBody ul li input:focus{
  box-shadow: none;
  outline: none;
  transition: all 0.5s ease;
  border: solid 1px #AE7F1A;
}

.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxBody h4{
    font-size:16px;
}
    
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxBody ul li span{
  /* position: absolute;
  top: 24px;
  left: 29px;  */
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxFooter{
  position: relative;
}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxFooter button,
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox .userContentBoxFooter a{
  background-color: #AE7F1A;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.userAccountRightSection .bookingHistoryWrapper{
  position: relative;
}
.userAccountRightSection .bookingHistoryWrapper h3{
  color: #AE7F1A;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.userAccountRightSection .bookingHistoryWrapper .bookingHistoryTable{
  position: relative;
  background-color: #f1f1f2;
  padding: 15px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 15px;
}
.userAccountRightSection .bookingHistoryWrapper .bookingHistoryTable::before{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2C2C2C;
}
.userAccountRightSection .bookingHistoryWrapper .bookingHistoryTable:last-child::before{
  display: none;
}
.bookingHistoryWrapper .bookingHistoryTable .salonNoSection{
  position: relative;
}
.bookingHistoryWrapper .bookingHistoryTable .salonNoSection p{
  margin-bottom: 0;
  font-size: 14px;
}
.bookingHistoryWrapper .bookingHistoryTable .contentImagesSection{
  position: relative;
}
.bookingHistoryWrapper .bookingHistoryTable .contentImagesSection img{
  width: 130px;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneTextContent{
  position: relative;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneTextContent ul{
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneTextContent ul li{
  display: block;
  border-bottom: solid 1px #b3b5b7;
  padding: 4px 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneTextContent ul li:last-child{
  border: none;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneOptionButton{
  position: relative;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneOptionButton a{
  font-size: 14px;
  font-weight: 600;
  border: solid 1px #2C2C2C;
  color: #2C2C2C;
  padding: 4px 10px;
  border-radius: 5px;
  margin-right: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-color: #AE7F1A;
  white-space: normal;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneOptionButton a:hover{
  transition: all 0.5s ease;
  background-color: #2C2C2C;
  color: #FFFFFF;
  text-decoration: none;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneOptionButton.scheduleBookingButton a{
  width: 100%;
  font-size: 13px;
  padding: 5px 8px;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneOptionButton{
  position: relative;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneOptionButton button{
  font-size: 14px;
  font-weight: 600;
  border: solid 2px #2C2C2C;
  color: #2C2C2C;
  padding: 4px 10px;
  border-radius: 5px;
  margin-right: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-color: #FFFFFF;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneOptionButton button:hover{
  transition: all 0.5s ease;
  background-color: #2C2C2C;
  color: #FFFFFF;
}
.bookingHistoryWrapper .bookingHistoryTable .saloneOptionButton.scheduleBookingButton button{
  width: 100%;
  font-size: 13px;
  padding: 5px 8px;
}
.userAccountRightSection .notificationSection .notificationHeader{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.userAccountRightSection .notificationSection .notificationHeader h3{
  color: #AE7F1A;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px; 
}
.userAccountRightSection .notificationSection .notificationHeader form{
  position: relative;
  width: 250px;
}
.userAccountRightSection .notificationSection .notificationHeader form input{
  width: 100%;
  border: solid 1px #AE7F1A;
  height: 36px;
  transition: all 0.5s ease;
  padding-left: 30px;
}
.userAccountRightSection .notificationSection .notificationHeader form input:focus{
  transition: all 0.5s ease;
  box-shadow: none;
  outline: none;
  border: solid 1px #AE7F1A;
}
.userAccountRightSection .notificationSection .notificationHeader form i{
  position: absolute;
  top: 11px;
  left: 10px;
}
.userAccountRightSection .notificationSection .notificationTable{
  position: relative;
  border: solid 1px #AE7F1A;
  font-size: 14px;
}
.userAccountRightSection .notificationSection .notificationTable table tr th{
  background-color: #AE7F1A;
  color: #FFFFFF;
  padding: 8px 10px;
  margin: 0;
}
.userAccountRightSection .notificationSection .notificationTable table tr th:first-child{
  min-width: 100px;
}
.userAccountRightSection .notificationSection .notificationTable table tr th:last-child{
  min-width: 200px;
  text-align: center;
}
.userAccountRightSection .notificationSection .notificationTable table tr td:last-child{
  text-align: center;
}
/***********************Payment checkout style **********************/
.userAccountRightSection .userCardPaymentSection{
  position: relative;
}
.userAccountRightSection .userCardPaymentSection h3{
  color: #AE7F1A;
  font-size: 22px;
  margin: 0;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 600; 
}
.userAccountRightSection .dateTimeSlotUpdate{
  position: relative;
}
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  border: solid 1px #AE7F1A;
  border-radius: 5px;
  margin-bottom: 15px;
}
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection .customeRadioButtonSections label{
  margin: 0;
}
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection .customeRadioButtonSections [type="radio"]:checked,
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection .customeRadioButtonSections [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection .customeRadioButtonSections [type="radio"]:checked + label,
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection .customeRadioButtonSections [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 14px;
}
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection .customeRadioButtonSections [type="radio"]:checked + label:before,
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection .customeRadioButtonSections [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff;
}
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection .customeRadioButtonSections [type="radio"]:checked + label:after,
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection .customeRadioButtonSections [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #AE7F1A;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection .customeRadioButtonSections [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.userAccountRightSection .dateTimeSlotUpdate .selectAreaSection .customeRadioButtonSections [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.userAccountRightSection .dateTimeSlotUpdate .slectedDate{
  position: relative;
}
.userAccountRightSection .dateTimeSlotUpdate .slectedDate .form-group{
  position: relative;
}
.userAccountRightSection .dateTimeSlotUpdate .slectedDate .form-group input{
  border: solid 1px #AE7F1A;
  width: 100%;
  transition: all 0.2s ease;
}
.userAccountRightSection .dateTimeSlotUpdate .slectedDate .form-group input:focus{
  box-shadow: none;
  outline: none;
  transition: all 0.2s ease;
  border: solid 1px #AE7F1A;
}
.userAccountRightSection .dateTimeSlotUpdate .slectedDate .form-group i{
  position: absolute;
  left: auto;
  right: 10px;
  top: 9px;
  color: #AE7F1A;
}
.userAccountRightSection .dateTimeSlotUpdate .selectSlotSection select{
  border: solid 1px #AE7F1A;
  transition: all 0.2s ease;
  width: 100%;
  height: 38px;
}
.userAccountRightSection .dateTimeSlotUpdate .selectSlotSection select:focus,
.userAccountRightSection .dateTimeSlotUpdate .selectCouponSection .form-group input:focus{
  box-shadow: none;
  outline: none;
  transition: all 0.2s ease;
  border-radius: 5px 0 0 5px !important;
}
.userAccountRightSection .dateTimeSlotUpdate .selectCouponSection{
  position: relative;
}
.userAccountRightSection .dateTimeSlotUpdate .selectCouponSection .form-group{
  display: flex;
  align-items: center;
  width: 100%;
}
.userAccountRightSection .dateTimeSlotUpdate .selectCouponSection .form-group input{
  border: solid 1px #AE7F1A;
  transition: all 0.2s ease;
  width: 100%;
  height: 38px;
  border-radius: 5px 0 0 5px !important;
}

.userAccountRightSection .dateTimeSlotUpdate .selectCouponSection .form-group button{
  background-color: #AE7F1A;
  border: none;
  height: 38px;
  color: #FFFFFF;
  border-radius: 0 5px 5px 0;
}
.ProdcutInformation .detailsProdcut{
  position: relative;
  margin-bottom: 20px;
  background-color: #f1f1f2;
  padding: 10px;
  border-radius: 5px;
}
.ProdcutInformation .detailsProdcut .productImages{
  display: flex;
}
.ProdcutInformation .detailsProdcut .productImages p{
  margin-right: 20px;
  margin-bottom: 0;
}
.ProdcutInformation .detailsProdcut .productImages img{
  width: 60px;
}
.ProdcutInformation .detailsProdcut .ProductInformation{
  position: relative;
}
.ProdcutInformation .detailsProdcut .ProductInformation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ProdcutInformation .detailsProdcut .ProductInformation ul li{
  padding: 2px 10px;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
}
.ProdcutInformation .detailsProdcut .ProductInformation ul li span{
  font-weight: bold;
  padding-left: 20px;
}
.ProdcutInformation .detailsProdcut .productButtons{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ProdcutInformation .detailsProdcut .productButtons button{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #FFFFFF;
  color: #AE7F1A;
  padding: 3px 6px;
  margin-top: 10px;
  margin-left: 60px;
  border-radius: 5px;
}
.ProdcutInformation .detailsProdcut .productButtons span{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  padding: 2px 10px;
  color: #AE7F1A;
  border: solid 2px #AE7F1A;
  margin-top: 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.ProdcutInformation .productFinalTable{
  position: relative;
}
.ProdcutInformation .productFinalTable table{
  border: solid 1px #AE7F1A;
  border-radius: 5px;
  font-size: 14px;
}
.ProdcutInformation .productFinalTable table tr td{
  padding: 8px 20px;
  border: solid 1px #AE7F1A;
  width: 60%;
  border-left: none;
  border-right: none;
}
.ProdcutInformation .productFinalTable table tr td:nth-child(2){
  width: 40%;
}
.ProdcutInformation .productFinalTable .themesColored{
  color: #AE7F1A;
  font-weight: 600;
}
.ProdcutInformation .productFinalTable .textWithBold{
  color: #000;
  font-weight: bold;
}
.ProdcutInformation .productFinalTable button{
  width: 100%;
  padding: 6px 10px;
  background-color: #AE7F1A;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}
.ProdcutInformation .productFinalTable button:focus{
  box-shadow: none;
  outline: none;
}
/**************************Login page style **************************/
.loginWrapper{
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../../front/img/login-background.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginWrapper > form{
  position: relative;
  width: 400px;
  margin: 0 auto;
  border: solid 1px #AE7F1A;
  border-radius: 15px;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.35);
}
@media(max-width: 460px){
  .loginWrapper > form{
    width: 96%;
  }
}
.loginWrapper > form .formHeader{
  position: relative;
  background-color: #d4d3d3;
  padding: 10px 10px 10px 100px;
}
.loginWrapper > form .formHeader img{
  width: 170px;
   text-align: center;
}
.loginWrapper > form .MySalonLogo{
  position: relative;
  text-align: center;
  margin: 20px 0 50px 0;
}
.loginWrapper > form .MySalonLogo img{
  width: 110px;
}
.loginWrapper > form  .formSectionWrapper{
  width: 340px;
  position: relative;
  margin: 0 auto 0;
}
@media(max-width: 460px){
  .loginWrapper > form  .formSectionWrapper{
    width: 90%;
  }
}
.loginWrapper > form  .formSectionWrapper .form-group{
  position: relative;
  margin-bottom: 20px;
}
.loginWrapper > form  .formSectionWrapper .form-group input{
  border: solid 2px #AE7F1A;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  padding-left: 30px;
}
.loginWrapper > form  .formSectionWrapper .form-group input:focus{
  box-shadow: none;
  outline: none;
}
.loginWrapper > form  .formSectionWrapper .form-group  i{
  position: absolute;
  top: 12px;
  left: 10px;
  color: rgba(77,77,77,0.5);
}
.loginWrapper > form .forgotPasswordSection{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.loginWrapper > form .forgotPasswordSection .customCheckBoxSection label{
  margin: 0;
  font-size: 14px;
}
.loginWrapper > form .forgotPasswordSection a{
  color: #AE7F1A;
  font-size: 14px;
}
.loginWrapper > form .loginButton{
  width: 100%;
  position: relative;
}
.loginWrapper > form .loginButton button,
.loginWrapper > form .loginButton a{
  width: 100%;
  padding: 10px 10px;
  background-color: #AE7F1A;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}
.loginWrapper > form .loginButton button:focus,
.loginWrapper > form .loginButton a:focus{
  outline: none;
  box-shadow: none;
}
.loginWrapper > form .bottomTextSection{
  position: relative;
  text-align: center;
}
.loginWrapper > form .bottomTextSection p{
  margin: 5px 0 20px 0;
  font-size: 14px;
  color: #AE7F1A;
}
.loginWrapper > form .bottomTextSection p a{
  color: #AE7F1A;
}


.saloneOptionButton a{


  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 
.d-grid {
  display: grid!important;
}

.table-header-bg{
  background-color: #AE7F1A !important;
}
.dark-txt-color{
  color: #AE7F1A;
}

.dark-txt-color:hover {
  color: inherit;
  text-decoration: none;
}

.circle-icon {
  padding: 6px; 
  border: 1px solid #b088a2; 
  border-radius: 50%;
  text-align: center;
  line-height: 12px !important;
  vertical-align: middle; 
}



.table-border thead tr   {   }


.table-border tbody:before {
  
  line-height:1em;
  content:".";
  color:white;
  display:block;
}


.table-border table tr:nth-child(odd){background-color: #f2f2f2;}

.table-border table tr:hover {background-color: #ddd;}

.table-border table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #AE7F1A;
  color: white;
}

.table-border td:first-child,
th:first-child {
  border-radius: 10px 0 0 10px;
}


.table-border td:last-child,
th:last-child {
  border-radius: 0 10px 10px 0;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}


input.form-check-input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    left: 14px;
}

.boxedList {
    padding: .5em;
    border: 1px solid #a6a6a6;
}
.boxedList p {
    margin-bottom: 10px;
}
.boxedList ul {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
.boxedList ul li {
    flex: 0 0 22%;
    list-style-type: none;
    margin: 0.5em 0.25em;
    max-width: 100px;
    text-align: center;
}
.boxedList ul li a {
    background: #ccc;
    padding: 3px;
    font-size: 14px;
    color: #101010;
    display: block;
    border-radius: 6px;
    font-weight: 500;
}
 
  .boxedList input[type="radio"] {
    display: none;
  }
  
  .boxedList label {
    display: inline-block;
    background-color: #ddd;
    padding: 4px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 6px;
    margin: 0;
  }
  
  .boxedList input[type="radio"]:checked+label {
    background-color: #AE7F1A;
    color: white;
  }

.flxRow{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.custom-checkbox .form-check-label{
    user-select: none;
}
.form-check-label:before{
    background-color:#AE7F1A;
  }
  .custom-checkbox .form-check-input:checked~.form-check-label::before{
    background-color:black;
  }
  .custom-checkbox .form-check-input:checked~.form-check-label::after{   
    /* background:url("../../assets/img/icons/checked.png")no-repeat;
    background-position: center; */
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='black' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    position: absolute;
    background-size: 18px;
    content: '';
    width: 20px;
    height: 20px;
    background-color: whitesmoke;
    top: 5px;
    left: -6px;
    border: 1px solid #6f6e6e;
    border-radius: 3px;
 }
 

 .card._bookngsCrd._discount .crd_desc {
    width: 100%;
}
.card._bookngsCrd._discount{
    position: relative;
}
.card._bookngsCrd._discount .crd_desc{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
}
.card._bookngsCrd._discount .crd_desc svg{
    width: 200px;
    margin-bottom: 20px;
    height: 180px;
}
.card._bookngsCrd._discount .crd_desc p{
    font-size: 22px;
    color: #4d4d4d;
    font-weight: 600;
}
@media(max-width: 767px){
    .card._bookngsCrd._discount .crd_desc svg{
        width: 150px;
    }
    .card._bookngsCrd._discount .crd_desc p{
        font-size: 18px;
        font-weight: 600;
    }
}
.card._bookngsCrd._discount h5.card-title {
    color: #AE7F1A;
}
.card._bookngsCrd._discount h5.card-title span{
    color: #101010;
} 

.card._bookngsCrd._notfctns .crd_desc {
    width: 90%;
} 
.card._bookngsCrd._notfctns .crd_Btns {
    min-width: 140px;
    margin: 1em 0;
}
.refer_N_earn{
    max-width: 800px;
    margin: 0 auto;
}
.refer_N_earn .refrImgBg{
    width: 100%;
}

.refr_content {
    padding: 2em;
    text-align: center;
}
.refr_content h5 {
    margin-bottom: 0.75em;
    font-size: 20px;
    color: #101010;
}
.refr_content a>img {
    max-height: 40px;
}


.form-group.SPSingupDorpDown .select2-container--default .select2-selection--single{
    background-color: red;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
background-image:none !important;
}
.selectServiceSection{
    position: relative;
    margin-top: 10px;
    width: 100%;
    border: solid 1px #ccc;
    border-top: none;
}
.selectServiceSection .ServiceHeaderSection{
    position: relative;
    background-color: #d2598e;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 10px;
}
.selectServiceSection .ServiceHeaderSection p{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    margin: 0;
}
.selectServiceSection form{
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.selectServiceSection form .selectServiceType{
    position: relative;
}
.selectServiceSection form .selectServiceType h3{
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 1px 0;
}
.selectServiceSection form #sDate{
    padding: 4px 0 0 10px !important;
}
._countActions .counter{
    display: flex;
    align-items: center;
}
.blogIamSections{
    width: 100%;
    height: 470px;
    overflow: hidden;
}


.login-btn{
    margin: 0.5em 0em;
}
.login .logo{
    max-width: 100%;
    margin-bottom: 30px;
}

.login form {
    /* min-width: 350px;
    max-width: 70%; */
    margin: 0 auto;
    padding: 10px;;
}


.login .form-group {
    position: relative;
    margin-bottom: 2rem
}
.login textarea.form-control {
    max-height: 200px;
    min-height: 130px;
}
.login .form-control-placeholder {
    position: absolute;
    top: 6px;
    left: 12px;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
    color: grey
}
.form-group label.text-red {
    position: absolute;
    font-size: 12px;
    color: #e64000;
  }
.login .form-control:focus + .form-control-placeholder,
.login .form-control:valid + .form-control-placeholder {
    font-size: 90%!important;
    transform: translate3d(0, -100%, 0)!important;
    opacity: 1!important;
    background-color: white;
    color: #AE7F1A;
}
.form-group.active>.form-control-placeholder{
    font-size: 90%!important;
    transform: translate3d(0, -100%, 0)!important;
    opacity: 1!important;
    background-color: white;
    color: #AE7F1A;    
    line-height: 1;
}
.login .form-control {
    background: transparent;
    border: none;
    border: 1px solid #a6a6a6;
    box-shadow: none!important;
    border-radius: 0px!important;
    /* padding: 1.5em .75rem; */
    /*min-height: 45px;*/
    min-height: 38px;
    color: black;
    font-size: 1rem;
}

.login .btn-purple {
  width: 100%;
  padding: 10px 10px;
  background-color: #AE7F1A;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}


section.categories{
    padding: 3em 2em
}

ul.category_item{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.category_item li {
    position: relative;
}
.img_circle{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #b79e65;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    transition: all .25s;
}


.img_circle img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
ul.category_item li a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75px;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    border-radius: 3px;
    opacity: 0;
    z-index: 99;
    transition: all .25s;
}

ul.category_item li:hover a{
    opacity: 1;
}
ul.category_item li:hover .img_circle::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000071;
    z-index: 1;
}
ul.category_item li p{
    text-align: center;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin-top: 1em;
}


.logOutButtons a{
    color:#fff;
}

.booking-scroller{
     overflow: auto;
    /*border: 3px solid red;*/
    max-height: 510px !important;
    padding: 15px 10px;   
}


.btn-primary {
    width: 100%;
    padding: 10px 10px;
    background-color: #AE7F1A;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}

.btn-primary:hover {background-color: #AE7F1A;}

.password-ico {
    position: absolute;
    right: 14px;
    top: 12px;
    background: white;
    cursor: pointer;
}

/*Register CSS from MySalonee*/

.pac-container {
  background-color: #FFF;
  z-index: 20;
  position: fixed;
  display: inline-block;
  float: left;
}
.modal{
  z-index: 20;   
}
.modal-backdrop{
  z-index: 10;        
}

section.login {
    min-height: 100vh;
}

  
@media screen and (max-width:1024px) and (min-width:990px) {

.login form {
min-width: 294px !important;
max-width: 70%;
margin: 0 auto;
}

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

}

@media screen and (max-width:984px) and (min-width:767px) {

.login form {
min-width: 294px !important;
max-width: 70%;
margin-left: 50%;
}
img {
  vertical-align: middle !important;
  border-style: none;
  
}
}


.image-container{
  
  min-height: 100vh;
}
img {
  vertical-align: middle !important;
  border-style: none;
  
}
.login form {
  /*min-width: 390px;*/
  max-width: 70%;
  margin: 0 auto;
}
.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.form-box h4{
  font-weight: bold;
  color: #fff;
}

  .navbar-brand img{
                    width: 50px !important;
                }
            
@media (min-width: 1200px) and (max-width: 1920px){
    .booking-scroller {max-height: 480px !important;}
}




@media (max-width: 991px) {
    .booking-scroller {
    max-height: 85% !important;
}
.userAccountWrap .maineUserAccountWraper 
.userAccountRightSection .userProfileContent 
.row {flex-direction: column;}
.userAccountWrap .maineUserAccountWraper .userAccountRightSection .userProfileContent .MainUserProfileImg {margin-bottom: 45px;}
}

@media (max-width: 920px){
   .logOutButtons a {font-size: 13px;}    
   .logOutButtons a {font-size: 13px;margin-left: 5px !important;}
   .fa-facebook, .fa-instagram {font-size: 13px;}
   .mainHeaderSection .miniHeader 
   .miniHeaderSection .mainLogoSection img {width: 110px;}
   .mainHeaderSection .miniHeader .miniHeaderSection .EmailSection span, 
   .mainHeaderSection .miniHeader .miniHeaderSection .whatAppSection span 
   {margin-right: 5px;font-size: 12px;}
   .mainHeaderSection .miniHeader .miniHeaderSection .EmailSection a, 
   .mainHeaderSection .miniHeader .miniHeaderSection .whatAppSection a 
   {font-size: 13px;}
   .mainHeaderSection .miniHeader .miniHeaderSection .whatAppSection {padding-left: 10px;}
   .mainHeaderSection .miniHeader .miniHeaderSection .socailMediaSection ul li a {width: 20px;height: 20px;}
   .forgetpw_form {padding-top: 350px;}
} 
@media only screen and (orientation: landscape) and (min-device-width: 844px) {
    .userAccountWrap .maineUserAccountWraper .container.RightOuterSection {height: auto;}
    .userAccountWrap .maineUserAccountWraper .container .userAccountLeftSection {height: 100%;}
}
@media only screen and (orientation: landscape) and (max-device-width: 940px) {
    .forgetpw_form {padding-top: 180px;}
}
@media (max-width: 767px){
    .logOutButtons a {font-size: 14px;margin-left: 35px !important;}
    .forgetpw_form {padding-top: 0;}
    .bookingHistoryWrapper .bookingHistoryTable .contentImagesSection img {width: 42%;display: block;margin: 0 auto 22px;}
    .ProdcutInformation .detailsProdcut .productButtons button {margin-left: 0;}
    
}
@media (max-width: 480px){
    .userAccountWrap .userProfileDropDown {padding-top: 75px;}
    
}

@media(max-width: 767px){
    .card._bookngsCrd._discount .crd_desc svg{
        width: 150px;
    }
    .card._bookngsCrd._discount .crd_desc p{
        font-size: 18px;
        font-weight: 600;
    }
    .userAccountWrap .userProfileDropDown .userProfileContent button {margin-top: 0;}
    .userAccountWrap .maineUserAccountWraper .container .userAccountLeftSection h2 {margin-bottom: 0;}
    .userAccountWrap .maineUserAccountWraper .container.RightOuterSection {
        height: 100%;
    }
    .userAccountWrap .maineUserAccountWraper .container .userAccountLeftSection{    height: inherit;margin-bottom: 25px;}
    .userAccountWrap .maineUserAccountWraper .container .userNoPadding {padding-left: 15px !important;padding-right: 15px !important;}
    .userAccountWrap .maineUserAccountWraper .userAccountRightSection {margin-right: 0;}
    .userAccountWrap .maineUserAccountWraper .userAccountRightSection .userContentBox {max-width: 450px;width: 100%;margin: 20px auto;}
    .userAccountWrap .maineUserAccountWraper .userAccountRightSection .userProfileContent .MainUserProfileImg {margin: 20px auto;}
    .userAccountWrap .maineUserAccountWraper .userAccountRightSection.editaddress_wrap {height: calc(100% - 0px);}
}


#OTPform {
    max-width: 330px;
    margin: 0px auto 0;
}
.Flx_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 235px;
    margin: 1em auto;
}

 #OTPform input {
      color: black!important;
      display: inline-block;
      margin: 0 5px;
      text-align: center;
      line-height: 40px;
      font-size: 40px;
      border: solid 1px #ccc;
      box-shadow: 0 0 5px #ccc inset;
      outline: none;
      width: 20%;
      transition: all .2s ease-in-out;
      border-radius: 3px;
    }
    #OTPform input:focus {
        border-color: #AE7F1A;
        box-shadow: 0 0 5px #AE7F1A inset;
    }
      
    #OTPform input::selection {
        background: transparent;
    }
    #OTPform p {
        text-align: center;
    }
    #OTPform p a{
        color: #AE7F1A;
        text-decoration: none;
        font-weight: 500;
    }
 

















