/* POS Landing page styling */

/* P styllings  */
#landing-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  scroll-behavior: smooth;
}
#pos-landing-container .text-color-orange {
  font-family: "Poppins";
  font-weight: 600;
}

.logo-padding-top {
  padding-top: 1.5rem;
}

#pos-landing-container #body .title {
  font-size: 36px;
  font-family: "Poppins";
}
#pos-landing-container #body .pointer {
  width: 23px;
  height: 2px;
  border-top: 2px solid #ef7338;
}
#pos-landing-container #body .sub-title {
  font-size: 22px;
}
#pos-landing-container #body .border-orange {
  height: 6px;
  background-color: #ef7338;
}
#pos-landing-container #body .w-250 {
  width: 250px;
}
#pos-landing-container #body .full {
  width: 100%;
}

#pos-landing-container #header .active {
  color: #ef7338 !important;
}

#pos-landing-container #body .announcement .close-btn {
  margin-left: auto;
}
#pos-landing-container #body .banner-container {
  background-image: url("../webp/invoice-front-page.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
#pos-landing-container #body .login-register {
  flex: 0 0 30%;
  background: #fff2e8 !important;
  height: 570px;
}
#pos-landing-container #body .login-register .title {
  padding-top: 50px;
  margin: 0;
}
#pos-landing-container #body .login-register .sub-title {
  color: #28313b;
  font-size: 26px;
  margin-top: 21px;
}
#pos-landing-container #body .login-register .input-button-container {
  width: 500px;
  height: 60px;
  position: relative;
  margin-top: 35px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
}
#pos-landing-container #body .login-register .input-button-container input {
  width: 100%;
  height: 46px;
  border: 1px solid #d9d4d4;
}
#pos-landing-container #body .login-register .input-button-container input,
#pos-landing-container
  #body
  .login-register
  .input-button-container
  input::-webkit-input-placeholder {
  font-size: 20px;
  color: #525252;
  font-family: Source Sans Pro;
}

#pos-landing-container #body .login-register .input-button-container button {
  position: absolute;
  height: 40px !important;
  width: 180px !important;
  top: 10px;
  right: -12px; /* pchanges */
  font-size: 14px !important;
}
#pos-landing-container #body .login-register .input-button-container:active {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13) !important;
}
#pos-landing-container #body .login-register .btn-black {
  height: 50px !important;
  font-size: 16px !important;
  background-color: #db631a !important;
  width: 230px !important;
  margin: 40px 0px 0px 0px !important;
}
#pos-landing-container #body .login-register .btn-red {
  background-color: #db631a !important;
  border: 1px solid #db631a !important ;
}
#pos-landing-container #body .login-register .iso {
  display: flex;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 27px;
}
#pos-landing-container #body .login-register .iso div:first-child {
  width: 180px;
  font-size: 20px;
  margin-right: 35px;
}
#pos-landing-container #body .statistics {
  /* width: 100%; p-changes */
  background-color: #fff;
  padding: 25px 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pos-landing-container #body .statistics .stat {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
#pos-landing-container #body .statistics .stat .text {
  font-size: 40px;
  font-weight: 600;
  color: #db631a;
}
#pos-landing-container #body .statistics .stat .sub-text {
  font-size: 20px;
}
#pos-landing-container #body .bills-invoice {
  padding-left: 90px;
  height: 600px;
}
#pos-landing-container #body .bills-invoice img {
  padding-left: 50px;
  margin-top: -132px;
}
#pos-landing-container #body .bills-invoice .title {
  font-size: 38px;
  margin-top: 65px;
  font-weight: 500;
  position: relative;
}
#pos-landing-container #body .bills-invoice .features {
  margin-top: 33px;
}
#pos-landing-container #body .bills-invoice .features .heading {
  font-size: 15px;
  font-weight: 600;
}
#pos-landing-container #body .bills-invoice .features .detail {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
}
#pos-landing-container #body .bills-invoice .features .detail .pointer {
  margin-top: 4px;
}
#pos-landing-container #body .bills-invoice .features .detail .text {
  font-size: 20px;
  margin-left: 15px;
}

#pos-landing-container #online-store-scroll {
  padding-top: 70px;
}

#pos-landing-container #body .why-flobooks {
  padding-left: 90px;
  padding-top: 70px;
  padding-bottom: 20px;
}
#pos-landing-container #body .why-flobooks .features {
  display: flex;
  flex-wrap: wrap;
}
#pos-landing-container #body .why-flobooks .features .feature {
  width: 28%;
  margin-right: 50px;
  margin-top: 22px;
}
#pos-landing-container #body .why-flobooks .features .feature .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}
#pos-landing-container #body .why-flobooks .features .feature .sub-text {
  font-size: 16px;
  margin-top: 7px;
}
#pos-landing-container #body .stay-connected {
  padding-top: 50px;
}
#pos-landing-container #body .stay-connected .title {
  padding-left: 90px;
}
#pos-landing-container #body .stay-connected .sub-title {
  padding-left: 90px;
  font-size: 22px;
}
#pos-landing-container #body .for-who {
  padding-left: 90px;
  padding-right: 20px;
}
#pos-landing-container #body .for-who .features {
  display: flex;
  flex-wrap: wrap;
}
#pos-landing-container #body .for-who .feature {
  width: 40%;
}
#pos-landing-container #body .for-who .title {
  margin-top: 58px;
  padding-top: 10px;
}
#pos-landing-container #body .for-who .feature .subtext {
  width: 90%;
}
.mb-20 {
  margin-bottom: 40px !important;
}

#pos-landing-container #body .for-who .feature .title {
  margin-top: 58px;
  padding-top: 10px;
  font-size: 20px !important;
  font-weight: 600 !important;
}

#pos-landing-container #body .testimonals {
  padding-left: 90px;
  overflow-y: hidden;
}
#pos-landing-container #body .testimonals .title {
  margin-top: 45px;
}
#pos-landing-container #body .testimonals .button-container {
  margin-top: 0.25rem;
  width: 900px;
  /* p-changes */
  /* display: flex;
    flex-direction: column; */
}
#pos-landing-container #body .testimonals .button-container .btn-border {
  padding: 2px;
  width: max-content;
  display: flex;
  align-items: center;
  border-radius: 100px;
  /* height: 46px; p-changes*/
  margin-right: 20px;
}
#pos-landing-container #body .testimonals .button-container .btn-border button {
  margin: 0;
}
#pos-landing-container #body .testimonals .button-container button {
  border-radius: 100px !important;
  font-weight: 600 !important;
  font-size: 16px;
  width: 150px;
  height: 40px;
}
#pos-landing-container #body .testimonals .button-container .btn-light-blue {
  border: none;
  background-color: #bce0f3;
  color: #27a0df;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-light-blue.btn-border {
  border: 1px solid #27a0df;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-light-blue.btn-border
  .btn-light-blue.selected {
  background-color: #27a0df !important;
  color: #fff !important;
}
#pos-landing-container #body .testimonals .button-container .btn-light-orange {
  border: none;
  background-color: #fcdfce;
  color: #ef7338;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-orange.btn-border {
  border: 1px solid #ff9c60;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-orange.btn-border
  .btn-light-orange.selected {
  background-color: #ff9c60 !important;
  color: #fff !important;
}
#pos-landing-container #body .testimonals .button-container .btn-blue {
  border: none;
  background-color: #c0d0f2;
  color: #346ada;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-blue.btn-border {
  border: 1px solid #346ada;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-blue.btn-border
  .btn-blue.selected {
  background-color: #346ada !important;
  color: #fff !important;
}
#pos-landing-container #body .testimonals .button-container .btn-green {
  border: none;
  background-color: #e1ebe5;
  color: #a3c346;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-green.btn-border {
  border: 1px solid #a3c346;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-green.btn-border
  .btn-green.selected {
  background-color: #a3c346 !important;
  color: #fff !important;
}
#pos-landing-container #body .testimonals .button-container .btn-purple {
  border: none;
  background-color: #c9c5f0;
  color: #4c3cce;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-purple.btn-border {
  border: 1px solid #4c3cce;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-purple.btn-border
  .btn-purple.selected {
  background-color: #4c3cce !important;
  color: #fff !important;
}
#pos-landing-container #body .testimonals .button-container .btn-teal {
  border: none;
  background-color: #b8edf5;
  color: #1cc9e4;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-teal.btn-border {
  border: 1px solid #1cc9e4;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-teal.btn-border
  .btn-teal.selected {
  background-color: #1cc9e4 !important;
  color: #fff !important;
}
#pos-landing-container #body .testimonals .button-container .btn-red {
  border: none !important;
  background-color: #fcc6c6 !important;
  color: #ff4b4b !important;
  height: 40px !important;
  font-size: 16px !important;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-red.btn-border {
  border: 1px solid #ff4b4b;
}
#pos-landing-container
  #body
  .testimonals
  .button-container
  .selected-red.btn-border
  .btn-red.selected {
  background-color: #ff4b4b !important;
  color: #fff !important;
}
#pos-landing-container #body .testimonals .testimonal-container {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 30px;
}
#pos-landing-container #body .testimonals .testimonal-container .testimonal {
  display: flex;
  visibility: hidden;
  height: 0;
}
#pos-landing-container
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .testimonal-image {
  opacity: 0;
  transition: all 0.85s ease;
  height: 240px;
  width: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 70px;
}
#pos-landing-container
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .testimonal-image.active {
  opacity: 1;
  height: 240px;
  width: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 70px;
}
#pos-landing-container
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .details {
  width: 68% !important;
  height: max-content;
}
#pos-landing-container
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .details
  .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
#pos-landing-container
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .details
  .text {
  font-size: 23px;
}
#pos-landing-container
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .details
  .username {
  font-size: 23px;
  margin-top: 20px;
  font-style: italic;
}
#pos-landing-container
  #body
  .testimonals
  .testimonal-container
  .testimonal.active {
  visibility: visible;
}
#pos-landing-container #body .online-store {
  padding-left: 90px;
  /* background-image: url("../../static-assets/images/landing-page/online-store-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 625px; */
}
#pos-landing-container #body .online-store .image-container {
  height: 625px;
  position: relative;
}
#pos-landing-container #body .online-store .image-container img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#pos-landing-container #body .flobooks-benefits {
  padding-left: 90px;
  margin-top: 45px;
  padding-bottom: 35px;
  z-index: 15;
}
#pos-landing-container #body .flobooks-benefits .features {
  display: flex;
  flex-wrap: wrap;
}
#pos-landing-container #body .flobooks-benefits .features .feature {
  width: 28%;
  margin-right: 50px;
  margin-top: 22px;
}
#pos-landing-container #body .flobooks-benefits .features .feature .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}
#pos-landing-container #body .flobooks-benefits .features .feature .sub-text {
  font-size: 16px;
}
#pos-landing-container #body .customer-groups {
  padding-top: 70px;
  padding-left: 90px;
}
.query-card {
  border: 1px solid #d9d4d4;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.5s ease;
}
.query-card {
  border: 1px solid #d9d4d4;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.5s ease;
}

.query-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.query-title {
  font-size: 20px;
}

.query-icon {
  width: 10px;
  height: 6px;
}

.query-text {
  font-size: 20px;
  margin-top: 1rem;
  width: 95%;
}
#pos-landing-container .read-more {
  font-size: 10px;
  color: #488dff;
  margin-top: 1rem;
  margin-right: 5px;
  cursor: pointer;
  display: flex;
}
#pos-landing-container .read-more img {
  cursor: pointer;
  margin-left: 0.25rem;
}
#pos-landing-container #bills-image-container img {
  margin-left: -35px;
}

#pos-landing-container .view-more {
  cursor: pointer;
  width: 90%;
  text-align: center;
  border: 1px solid #d9d4d4;
  border-radius: 5px;
  font-size: small;
  color: #488dff;
  height: 20px;
  padding: 5px 0px;
}
#pos-landing-container .view-more-red {
  cursor: pointer;
  margin-top: 50px;
  width: 91%;
  text-align: center;
  border: 1px;
  border-radius: 5px;
  font-size: small;
  color: #db631a;
  height: 20px;
  background-color: rgba(219, 99, 26, 0.1);
  padding: 5px 0px;
}
#pos-landing-container #body .associations-memberships {
  padding: 0 90px;
  background-color: #fff;
  padding-top: 35px;
}
#pos-landing-container #body .associations-memberships .images-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pos-landing-container .login-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #545a63 bf;
  top: 0;
  z-index: 11;
  display: flex;
  flex-direction: row-reverse;
}
#pos-landing-container .login {
  height: 100%;
  width: 30%;
  background-color: #fff;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  z-index: 12;
  display: flex;
  flex-direction: row-reverse;
}

.header-container {
  height: 3.75rem;
  padding: 0 5.625rem;
  position: fixed;
  width: calc(100% - 11.25rem);
  background: #fbf7f4;
  z-index: 10;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.login-header-btn-button {
  margin: 0 1.25rem;
  font-family: Source Sans Pro;
  min-width: 140px;
  border-radius: 4px !important;
  background-color: #28313b !important;
  border: 1px solid #28313b !important;
  padding: 0 8px !important;
  color: #fff !important;
  width: 180px;
  height: 40px !important;
  font-weight: 600;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px;
}
#common-queries {
  width: 90%;
}

.footer-container {
  background-color: #ffffff;
  padding: 35px 90px;
  display: flex;
}
.border1 {
  width: 250px;
  height: 6px;
}
.border2 {
  width: 20px;
  height: 6px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.border-end {
  justify-content: flex-end;
}
.border3 {
  height: 6px;
}
.mr-2 {
  margin-right: 2px;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.position-absolute {
  position: absolute;
}

.single-line {
  white-space: nowrap;
  max-width: 490;
}
.font-12 {
  font-size: 12px;
}

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

.login-container {
  height: 100%;
  width: 100%;
}

.register-login-padding {
  padding-left: 90px;
  height: 565px;
  position: relative;
}

.register-container {
  flex: 0 0 30%;
  position: relative;
}

.hero-image-container {
  flex: 0 0 70%;
  justify-content: flex-end;
}
.hero-image-container img {
  height: 460px;
  width: 840px;
  padding-top: 25px;
}

.login-icon-container {
  position: absolute;
  padding-top: 40px;
  padding-right: 45px;
}

.mt-29 {
  margin-top: 29px;
}

.font-black {
  color: #222222;
}

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

/* download modal styling */

.download-app-modal-backdrop {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #28313bcc;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-app-modal-container {
  width: 575px;
  height: calc;
  min-height: calc(100% - 3rem);
  overflow: auto;
  display: flex;
  align-items: center;
}

.download-app-modal-content {
  background: white;
  border-radius: 0.3rem;
}

.download-app-modal-body {
  padding-bottom: 1.5rem;
}
.download-app-modal-image-container {
  position: relative;
}
.download-app-modal-image {
  width: 575px;
}

.download-app-modal-login {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.download-app-modal-title {
  padding: 1.5rem;
  font-size: 18px;
  font-family: "Poppins";
  color: #28313b;
}
.download-app-modal-sub-title {
  padding: 0 1.5rem;
  padding-bottom: 0.6rem;
  line-height: 18px;
  font-size: 14px;
  color: #767587;
}
.download-app-modal-feature-cont {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}

.download-app-modal-feature {
  flex: 0 0 50%;
  display: flex;
  margin-bottom: 10px;
}
.download-app-modal-feature-img {
  height: 15px;
  margin-top: 2px;
}

.download-app-modal-feature-txt {
  margin: 0;
  margin-left: 0.325rem;
  font-size: 12px;
  color: #212529;
}

.download-app-modal-action-button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.download-app-modal-input-button-container {
  width: 500px;
  position: relative;
  height: 40px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 13%);
  margin-top: 35px;
  border-radius: 0.25rem;
}

.download-app-modal-input-button {
  height: 26px;
  border: 1px solid #d9d4d4;
  width: 474px;
  font-family: Source Sans Pro !important;
  font-size: 1rem;
  color: #495057;
}

.download-app-modal-button {
  position: absolute;
  width: 180px !important;
  top: 5px;
  right: 10px;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  border: 1px solid #4c3cce;
  background: #4c3cce !important;
  border-color: #4c3cce !important;
  padding: 0 8px !important;
  height: 29px !important;
  color: white;
  font-family: "Source Sans Pro";
}

.height-28 {
  height: 28px;
}

.feature-image-container {
  height: 100px;
  display: flex;
}

.lh-2 {
  line-height: 2rem;
}

/* download modal styling - Ending */

/* mobile-content-stylings */

/* media queries */
@media screen and (max-width: 640px) {
  #pos-landing-container {
    display: none;
  }
  .mobile-view {
    display: unset;
  }
}

/* animations */

.cssanimation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
html {
  overflow-y: scroll;
}

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeinBottom {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
