/*! Place your custom styles here */

/* Starts : section, request + takepayment */
section.takepayment h2+span.label,
section.requestpayment h2+span.label {
  top: 30.5px;
  right: 15px;
  cursor: pointer;
}

section.takepayment.modal-instance,
section.requestpayment.modal-instance {
  display: block;
}

/* End : section, request + takepayment */

/* Starts : Secondary, ml button */
.btn.btn--ml {
  border-color: #fff !important;
}

.btn.btn--ml:hover,
.btn.btn--ml:visited {
  background: #4a90e2 !important;
  ;
  border-color: #4a90e2 !important;
  ;
}

/* End : Secondary, ml button */

#lottie,
#lottie1 {
  padding: 0 5%;
}

/* new-02 html classes starts */
.btn--primary.v1 {
  background-color: #609de6;
  border-color: #609de6;
}

.pos-fixed .btn--primary.v1 {
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.btn--transparent.v1 {
  border-color: rgba(255, 255, 255, 0.3);
}

.btn--transparent.v1 .btn__text {
  color: #fff;
}

.btn--transparent.v1:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

/* new-02 html classes end */

/* feedback pads section starts */
.feedback-pads .feature {
  z-index: -1;
}

.feedback-pads .feature-7 {
  height: 10.4em;
}

/* .feedback-pads [data-tooltip]:after{
    top:  0px;
    bottom: 0px;
    background-color: white;
    color: #82bb29;
    padding-top: 60px;
    padding-bottom:10px;
    border-radius: 6px;
    width: calc(100% - 0px);
    white-space:normal;
    text-align: center;
    border-width: 0;
    line-height: 14.25px;
}
.feedback-pads .selected [data-tooltip]:after, */

.feedback-pads input[type="checkbox"] {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 1;
  left: 15px;
  top: 0;
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
}

.feedback-pads form>.row>div[class*='col-'] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.feedback-pads .feature.boxed {
  border: 1px solid #82bb29;
}

.feedback-pads .pos-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.feedback-pads .tool-tip {
  font-size: 11px;
  line-height: 14.25px;
  margin: 0 -10px;
  font-family: 'Open Sans';
  font-weight: 600;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .feedback-pads .tool-tip {
    display: none;
  }
}

@media screen and (min-width: 801px) {

  .feedback-pads .tool-tip,
  .feedback-pads input[type="checkbox"]:hover+.feature .default {
    display: none;
  }

  .feedback-pads input[type="checkbox"]:hover+.feature .tool-tip {
    display: block;
  }
}

/* default */
/* default Hover */
.feedback-pads .feature h4,
.feedback-pads .tool-tip {
  color: #82bb29;
}

/* default checked */
.feedback-pads input[type="checkbox"]:checked+.feature {
  background-color: #82bb29;
}

.feedback-pads input[type="checkbox"]:checked+.feature h4 {
  color: white;
}

/* default checked hover */
.feedback-pads input[type="checkbox"]:checked:hover+.feature .tool-tip {
  color: white;
}

/* after checked */
.feedback-pads .selected input[type="checkbox"]:checked+.feature {
  background-color: #82bb29;
}

.feedback-pads .selected input[type="checkbox"]:checked+.feature h4 {
  color: white;
}

/* after checked hover */
.feedback-pads .selected:hover .feature .tool-tip {
  color: white;
}

/* feedback pads section end */

#add-on-bar {
  position: fixed;
  bottom: -70px;
  right: 0px;
  left: 0px;
  height: 70px;
  max-width: 100vw;
  background-color: #4a90e2;
  z-index: 999;
}

#add-on-bar span {
  color: white;
}

#add-on-bar>span {
  font-weight: 300;
}

.add-on-bar-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.add-on-bar-content span {
  font-size: 20px;
  margin-top: 2px;
  margin-right: 20px;
  vertical-align: middle;
}

.add-on-bar-content span.operator {
  font-weight: 100;
  font-size: 40px;
}

.add-on-bar-content a:hover {
  border-color: #fff !important;
}

#add-ons-no {
  background-color: #82bb29;
  margin-right: 14px;

  display: inline-block !important;
  border-radius: 100% !important;
  padding: 0 !important;
  width: 31px;
  height: 31px;
  line-height: 28px;
  letter-spacing: 1;

}

.particle-canvas {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin-top: -200px;
  margin-left: -200px;
  margin-right: -200px;
  margin-bottom: -200px;
  z-index: -1;
}

@media screen and (min-width: 0px) and (max-width: 800px) {

  #take-card-payment,
  .operator {
    display: none;
  }

  #add-ons-no {
    padding-right: 3px;
  }

  .selected_state>p {
    line-height: 14.25px;
  }

  .selected_state>h4 {
    line-height: 17.25px;
  }
}

/* starts : home-banner button adjustments below 640px, between 640px to Tablet resolutions */
@media all and (min-width: 640px) {
  .home-banner .btn+.btn {
    margin-left: 1.85714286em;
  }
}

@media all and (max-width: 767px) {
  .home-banner .btn:not(:last-child) {
    margin-bottom: 0;
  }
}

@media all and (max-width: 639px) {
  .home-banner .btn:not(:last-child) {
    margin-bottom: 1.85714286em;
  }

  .home-banner .btn {
    display: block;
    width: auto !important;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1025px) {
  .home-banner .btn {
    width: 160px !important;
  }
}

/* end : home-banner button adjustments below 640px, between 640px to Tablet resolutions */