body{
  font-family: 'Poppins', sans-serif;
}

.index{
  background: linear-gradient(0deg, rgb(10 98 255 / 30%), rgb(0 1 2 / 30%)), url(https://zaapymerchant.saturn-digital.com/zaapymerchant.saturn-digital.com/back.jpg);
  background-position: center;
  background-size: cover;
}

/* header Css */

nav{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#formID{
    width: 400px;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#formID .btn-primary {
    width: 100%;
    height: 53px;
    background-color: #3560b4;
}
 #formID input{
    font-size: 14px;
    padding: 15px;
    background-color: white;
    border: 1px solid rgb(234, 236, 239);
}

#formID .logo
{
    padding: 5%;
    width: 75px;
    margin-top: 0px;
    margin-bottom: 0px;

}

#formID-register{
    width: 400px;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#formID-register .btn-primary {
    width: 100%;
    height: 53px;
    background-color: #3560b4;
}
 #formID-register input{
    font-size: 14px;
    padding: 15px;
    background-color: white;
    border: 1px solid rgb(234, 236, 239);
}

#formID-register .logo
{
    padding: 5%;
    width: 75px;
    margin-top: 0px;
    margin-bottom: 0px;

}

#formID-reset{
    width: 400px;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#formID-reset .btn-primary {
    width: 100%;
    height: 53px;
    background-color: #3560b4;
}
 #formID-reset input{
    font-size: 14px;
    padding: 15px;
    background-color: white;
    border: 1px solid rgb(234, 236, 239);
}

#formID-reset .logo
{
    padding: 5%;
    width: 75px;
    margin-top: 0px;
    margin-bottom: 0px;

}

/* Start of logo and logo animation css */

.logo
    {
      padding: 10px;
      width: 50px;
      height: auto;
      margin-top: 20px;
      margin-bottom: 0px;
      box-shadow: 0 0 0 0 rgb(0 0 0);
      transform: scale(1);
      animation: pulse 3.5s infinite;
      border-radius: 10px !important;
    }
.logo-1
    {
      padding: 10px;
      width: 35px;
      height: auto;
      margin-top: 0px;
      margin-bottom: 0px;
      box-shadow: 0 0 0 0 rgb(0 0 0);
      transform: scale(1);
      animation: pulse 3.5s infinite;
      border-radius: 10px !important;
    }


@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 1px rgba(60,175,235, 0.1);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 3px rgba(60,175,235, 0.1);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(60,175,235,0);
	}
}

/* End of logo animation */

.back{
  background: white;
  padding: 8%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 10px;
}

.phone{
  background-image: url(https://zaapywebsite.saturn-digital.com/images/iphone.png);
      position: absolute;
      top: 95px;
      width: 100%;
      height: 900px;
      z-index: 2;
      /* background-position: center; */
      background-size: contain;
      background-repeat: no-repeat;
      width: 400px;
  }


.zaapy-card{
  width: 335px;
    position: absolute;
    top: 185px;
    left: 34px;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 3!important;
    /* background-position: center; */
    background-size: contain;
    background-repeat: no-repeat;
    height: 601px;
    overflow: scroll;
  }


.productPricestart{
  margin-right: 10px;
}

.zaapy-card::-webkit-scrollbar {
  display: none;
}
.wrapper{
  position: relative;
  float: left;
  margin-left: 25%;
  top: -50px;
}

.zaapy-size{
  font-size: 12px;

}


.switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 25px;
    padding: 10px;
    margin-bottom: 15px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 6px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.zaapy-img{
  width: 20px;
  height: 20px
  margin-right: 2px;
}

span.range-slider__value {
position: absolute;
font-size: 30px;
top: 10px;
right: 10%;
margin: 5px;
border: 1px solid #0f0f0fee;
border-radius: 10px;
/* padding: 1%; */
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
}


.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4
}

.search input:focus {
    box-shadow: none;
    border: 2px solid blue
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue
}

.accordion-collapse
{
  transition: none;
  border-left: 6px solid #01afd6;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

input#formPost{
  width: 100% !important;
}

/* .tr-parent
{
  border-left: 6px solid;
  box-shadow: 0 4px 4px -4px #b1b1b1;
} */

.tr-parent {
    border-left: 6px solid;
    box-shadow: 0 5px 6px -4px #b1b1b1;
}

table{
  font-size: 14px;

}

th {
    font-size: 12px;
}

div#myDrop{
  padding: 10%;
border: 1px solid #eee;
text-align: center;
}
}


#wrapper {
  position: relative;
  background: #000524;
  border: 1px solid #000;
  box-shadow: 0 22px 35px -16px rgba(0, 0, 0, 0.71);
  max-width: 850px;
  margin: 0 auto;
}

#chart-bar {
  position: relative;
  margin-top: -38px;
}

.link {
  position: absolute;
  bottom: 7px;
  right: 13px;
  z-index: 10;
  color: #ccc;
  font-size: 12px;
  text-decoration: none;
  font-family: Helvetica, Arial;
}

.threedium{
  display: block;
 margin-left: auto;
 margin-right: auto;
 width: 50%;
}
