@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200&display=swap');
body{
  background:#f1f2f6!important;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
}
p{
  margin-bottom:0!important;
}
.bg-white{
  background-color: #f8f9fa!important;
}
.navbar{
  box-shadow: 0 0 15px rgb(76 88 103 / 15%);
}
.query-content{
  width:100%;
  border-radius:30px;
  height:auto;
  background:#fff;
  position:relative;
  float:left;
  margin-top:30px;
}
.query-content .searched{
  padding: 70px 200px 70px 200px;
  text-align:center;
  box-shadow: 0 0 15px rgb(76 88 103 / 15%);
}
.query-content .searched h1{
  color:#5340fe;
  font-weight:200;
  font-size:1.8em;
}
.query-content .searched p{
  color:#555;
  font-weight:300;
  font-size:.8em;
}
.pp-input {
  padding: 12px 16px;
  border: 2px solid #E6EAF4;
  outline: 0;
  font-size: 30px;
  line-height: 1.2;
  background-color: transparent;
  border-radius: 15px;
  position: relative;
  width: 100%;
  color: #484848;
  transition: all 0.15s ease-in 0s;
  text-align:center;
  margin: 50px 0px 0px;
  font-weight:600;
}
.cartButtonMain {
  min-width: 8.75rem;
  line-height: 2.5rem;
  height: 2.5rem;
  padding: 10px 7.5rem;
  text-decoration: none;
  border-radius: 2.5rem/100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  -webkit-transition: background-color .3s,padding-left .2s ease-in;
  -o-transition: background-color .3s,padding-left .2s ease-in;
  transition: background-color .3s,padding-left .2s ease-in;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  font-family: 'Poppins', sans-serif;
  border: none;
  margin-top:30px;
}
.cartButtonMain--BigColors1 {
  width: 100%;
  min-width: 0;
  font-size: 1.2rem;
  border-radius: 50px;
  font-weight:600;
  height: 3rem;
  background-color: #5340ff;
  color: #fff;
}
.cartButtonMain--BigColors1:hover {
  background-color: #3823f5;
  color: #fff;
}
.cartButtonMain--Full {
  width: 100%;
  display: flex;
  text-align: center;
}
.fixedLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: none;
}
.fixedLoader img {
  position: absolute;
  width: 140px;
  left: 50%;
  top: 50%;
  margin-left: -70px;
  margin-top: -70px;
  padding: 20px;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.fixedLoader p {
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 59%;
  position: relative;
  font-family: 'MT-Regular',Arial,Serif;
  color: #3823f5;
}
.securetitles {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  text-decoration:none;
}
.securetitles span {
  width: 50px;
  height: 54px;
  display: inline-block;
  background: url(../../img/frontend/security.svg)no-repeat;
  background-size: auto;
  position: relative;
  margin-left: 10px;
}
.query-final--area{
  position: relative;
  padding:60px;
}
.rootItem{
  position: relative;
  width:100%;
  height:auto;
  padding:15px;
  border: 1px solid #F2F4F8;
  border-radius:10px;
  margin-bottom:20px;
}
.rootItem span{
  position:relative;
  font-size:.8rem;
  color:#5340fe;
}
.rootItem p{
  position:relative;
  font-size:1.2rem;
}
.downloadarea {
  position:relative;
  width: 100%;
  height: auto;
  padding: 40px;
  margin-top: 50px;
  background-color: #eff4fc;
  border-radius: 15px;
  margin-bottom: 20px;
}
.downloadarea .headicon {
  width: 8%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.downloadarea .headicon img {
  margin: 0 auto;
  filter: invert(46%) sepia(90%) saturate(7492%) hue-rotate(243deg) brightness(101%) contrast(101%);
}
.downloadarea .headtitle {
  text-align: center;
  margin-bottom: 50px;
}
.downloadarea .headtitle h1{
  font-size:1.5em;
}
.downloadarea .headtitle p{
  font-size:.8em;
}
.greenturk{
  background-color: #2ecc71!important;
  color:#fff;
}
.slowturk{
  background-color: #e67e22!important;
  color:#fff;
}

.succesimp{
  border-radius:10px;
  background:#2ecc71;
  padding:5px;
  color:#fff;
  font-size:.8em;
  margin-right:15px;
  min-width:75px;
  text-align:center;
}
.alertimp{
  border-radius:10px;
  background:#f39c12;
  padding:5px;
  color:#fff;
  font-size:.8em;
  margin-right:15px;
  min-width:75px;
  text-align:center;
}
.accordion-button:not(.collapsed) {
  background-color: #F2F4F8!important;
  color: #5340ff!important;
  outline:0!important;
}
.accordion-button:focus {
  box-shadow:none!important;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*CERTIFICATE*/
.certificate--page{
  position:relative;
  width: 21cm;
  height: 29.7cm;
  background: url('/images/backend/certificate.png')no-repeat;
  background-size: cover;
  margin:0 auto;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.ekb--page{
  position:relative;
  width: 21cm;
  height: auto;
  margin:0 auto;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-top:60px;
}
.companyarea{
  width: 420px;
  height: auto;
  position: absolute;
  float: left;
  top: 64px;
  left: 225px;
  font-size: .8em;
  color: #000;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}
.qrcodearea{
  width: 170px;
  height: 170px;
  position: absolute;
  float:left;
  top: 263px;
  right: 65px;
}
.devicedescarea{
  width: 387px;
  height: 140px;
  float: left;
  position: absolute;
  top: 293px;
  right: 248px;
  font-size: .8em;
  color: #000;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}
.repairitemsarea{
  width: 557px;
  height: 130px;
  float: left;
  position: absolute;
  top: 505px;
  right: 76px;
  font-size: .8em;
  color: #000;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}
.otherdescarea{
  width: 557px;
  height: 140px;
  float: left;
  position: absolute;
  top: 709px;
  right: 76px;
  font-size: .8em;
  color: #000;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}
.certificatenumber{
  float: left;
  position: absolute;
  top: 347px;
  left: -15px;
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.certificatenumber h1{
  font-size:1.6em;
  font-family: 'Poppins', sans-serif !important;
  font-weight:400;
  color:#000;
}
@page {
  size: A4; /* DIN A4 standard, Europe */
  margin:0;
}
@media print {
    .ekb--page{
      width: 26cm;
      height: 20.7cm;
      margin:0 auto;
      -webkit-print-color-adjust: exact;
      margin-top:60px !important;
    }
    .certificate--page{
      width: 25cm;
      height: 35.7cm;
      background: url('/images/backend/certificate.png')no-repeat;
      background-size: cover;
      margin:0 auto;
      -webkit-print-color-adjust: exact;
   }
   .companyarea {
    width: 420px;
    height: auto;
    position: absolute;
    float: left;
    top: 70px;
    left: 295px;
    font-size: .9em;
    font-weight:700;
  }
  .qrcodearea{
    width: 200px;
    height: 200px;
    position: absolute;
    float:left;
    top: 340px;
    right: 65px;
  }
  .devicedescarea{
    width: 450px;
    height: 170px;
    float: left;
    position: absolute;
    top: 350px;
    left: 195px;
    font-size: 1em;
  }
  .repairitemsarea{
    width: 667px;
    height: 170px;
    float: left;
    position: absolute;
    top: 600px;
    left: 195px;
    font-size: 1em;
  }
  .otherdescarea{
    width: 667px;
    height: 170px;
    float: left;
    position: absolute;
    top: 849px;
    left: 195px;
    font-size: 1em;
  }
  .certificatenumber{
    left: -20px;
    top:400px;
  }
  .certificatenumber h1{
    font-size:2em;
  }
}
.btk_confirmation{
  position:relative;
  width:100%;
  height:auto;
  min-height:10px;
  padding: 10px 25px;
  background:#fff;
  border:1px solid #2bc155;
  border-radius:10px;
  box-shadow: 0px 12px 33px 0px rgb(43 193 85 / 8%);
  margin-bottom:10px;
}
.btk_confirmation .content{
  width:100%;
  display:flex;
  justify-content: start;
  align-items: center;
}
.btk_confirmation .content div.img{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 5%;
}
.btk_confirmation .content div.desc p{
  font-weight:800!important;
  color:#2bc155;
  margin-left:20px;
}

.document_confirmation{
  position:relative;
  width:100%;
  height:auto;
  min-height:10px;
  padding: 10px 25px;
  background:#fff;
  border:1px solid #3823f5;
  border-radius:10px;
  box-shadow: 0px 12px 33px 0px rgb(56 35 245 / 8%);
  margin-bottom:40px;
}
.document_confirmation .content{
  width:100%;
  display:flex;
  justify-content: start;
  align-items: center;
}
.document_confirmation .content div.img{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 5%;
}
.document_confirmation .content div.desc p{
  font-weight:800!important;
  color:#3823f5;
  margin-left:20px;
}
.document_confirmation .content div.desc p a{
  font-weight:800!important;
  color:#3823f5;
}
