/**
* @author : Sathi
* @copyright : Sathi 2023
* @license : https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

/* Eclipse */
@keyframes st-autopagination-eclipse {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes st-autopagination-eclipse {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .st-autopagination-eclipse {
    position: relative;
  }
  .st-autopagination-eclipse div {
    position: absolute;
    -webkit-animation: st-autopagination-eclipse 1s linear infinite;
    animation: st-autopagination-eclipse 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 8px 0 0 #8cd0e5;
    -webkit-transform-origin: 80px 82px;
    transform-origin: 80px 82px;
  }
  .st-autopagination-eclipse {
    width: 70px !important;
    height: 70px !important;
    -webkit-transform: translate(-35px, -35px) scale(0.35) translate(35px, 35px);
    transform: translate(-35px, -35px) scale(0.35) translate(35px, 35px);
  }

  /* Ripple */
  @keyframes st-autopagination-ripple {
    0% {
      top: 96px;
      left: 96px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 18px;
      left: 18px;
      width: 156px;
      height: 156px;
      opacity: 0;
    }
  }
  @-webkit-keyframes st-autopagination-ripple {
    0% {
      top: 96px;
      left: 96px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 18px;
      left: 18px;
      width: 156px;
      height: 156px;
      opacity: 0;
    }
  }
  .st-autopagination-ripple {
    position: relative;
  }
  .st-autopagination-ripple div {
    box-sizing: content-box;
    position: absolute;
    border-width: 8px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: st-autopagination-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: st-autopagination-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .st-autopagination-ripple div:nth-child(1) {
    border-color: #8cd0e5;
  }
  .st-autopagination-ripple div:nth-child(2) {
    border-color: #376888;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }
  .st-autopagination-ripple {
    width: 70px !important;
    height: 70px !important;
    -webkit-transform: translate(-35px, -35px) scale(0.35) translate(35px, 35px);
    transform: translate(-35px, -35px) scale(0.35) translate(35px, 35px);
  }

  /* Facebook */
  @keyframes st-autopagination-facebook_1 {
    0% {
      top: 36px;
      height: 128px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  @-webkit-keyframes st-autopagination-facebook_1 {
    0% {
      top: 36px;
      height: 128px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  @keyframes st-autopagination-facebook_2 {
    0% {
      top: 41.99999999999999px;
      height: 116.00000000000001px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  @-webkit-keyframes st-autopagination-facebook_2 {
    0% {
      top: 41.99999999999999px;
      height: 116.00000000000001px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  @keyframes st-autopagination-facebook_3 {
    0% {
      top: 48px;
      height: 104px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  @-webkit-keyframes st-autopagination-facebook_3 {
    0% {
      top: 48px;
      height: 104px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  .st-autopagination-facebook {
    position: relative;
  }
  .st-autopagination-facebook div {
    position: absolute;
    width: 30px;
  }
  .st-autopagination-facebook div:nth-child(1) {
    left: 35px;
    background: #8cd0e5;
    -webkit-animation: st-autopagination-facebook_1 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: st-autopagination-facebook_1 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
  }
  .st-autopagination-facebook div:nth-child(2) {
    left: 85px;
    background: #376888;
    -webkit-animation: st-autopagination-facebook_2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: st-autopagination-facebook_2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
  }
  .st-autopagination-facebook div:nth-child(3) {
    left: 135px;
    background: #826b88;
    -webkit-animation: st-autopagination-facebook_3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: st-autopagination-facebook_3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .st-autopagination-facebook {
    width: 70px !important;
    height: 70px !important;
    -webkit-transform: translate(-35px, -35px) scale(0.35) translate(35px, 35px);
    transform: translate(-35px, -35px) scale(0.35) translate(35px, 35px);
  }

  /* Wedges */
  @keyframes st-autopagination-wedges {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes st-autopagination-wedges {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .st-autopagination-wedges {
    position: relative;
  }
  .st-autopagination-wedges > div > div {
    -webkit-transform-origin: 100px 100px;
    transform-origin: 100px 100px;
    -webkit-animation: st-autopagination-wedges 3s linear infinite;
    animation: st-autopagination-wedges 3s linear infinite;
    opacity: 0.8;
  }
  .st-autopagination-wedges > div > div > div {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 70px;
    height: 70px;
    border-radius: 70px 0 0 0;
    -webkit-transform-origin: 100px 100px;
    transform-origin: 100px 100px;
  }
  .st-autopagination-wedges > div div:nth-child(1) > div {
    background: #8cd0e5;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .st-autopagination-wedges > div div:nth-child(1) {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
  }
  .st-autopagination-wedges > div div:nth-child(2) > div {
    background: #376888;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .st-autopagination-wedges > div div:nth-child(2) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
  .st-autopagination-wedges > div div:nth-child(3) > div {
    background: #826b88;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .st-autopagination-wedges > div div:nth-child(3) {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  .st-autopagination-wedges > div div:nth-child(4) > div {
    background: #de786a;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .st-autopagination-wedges > div div:nth-child(4) {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }
  .st-autopagination-wedges {
    width: 70px !important;
    height: 70px !important;
    -webkit-transform: translate(-35px, -35px) scale(0.35) translate(35px, 35px);
    transform: translate(-35px, -35px) scale(0.35) translate(35px, 35px);
  }
  
/* Flickr*/
@keyframes st-autopagination-flickr-opacity {
  0% {
    -webkit-transform: translate(0 0);
    transform: translate(0 0);
    opacity: 1;
  }
  49.99% {
    opacity: 1;
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes st-autopagination-flickr-opacity {
  0% {
    -webkit-transform: translate(0 0);
    transform: translate(0 0);
    opacity: 1;
  }
  49.99% {
    opacity: 1;
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes st-autopagination-flickr {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes st-autopagination-flickr {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.st-autopagination-flickr {
  position: relative;
}
.st-autopagination-flickr div {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 60px;
  left: 20px;
}
.st-autopagination-flickr div:nth-child(1) {
  background: #d9534f;
  -webkit-animation: st-autopagination-flickr 1s linear infinite;
  animation: st-autopagination-flickr 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.st-autopagination-flickr div:nth-child(2) {
  background: #5bc0de;
  -webkit-animation: st-autopagination-flickr 1s linear infinite;
  animation: st-autopagination-flickr 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.st-autopagination-flickr div:nth-child(3) {
  background: #d9534f;
  -webkit-animation: st-autopagination-flickr-opacity 1s linear infinite;
  animation: st-autopagination-flickr-opacity 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.st-autopagination-flickr {
  width: 70px !important;
  height: 70px !important;
  -webkit-transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px);
  transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px);
}

  /* Button style*/
  #configuration_form .st-btn-standard {
    color: #fff;
    background-color: #007bff;
    border: 1px solid transparent;
    font-size: 15px;
    padding: 6px 16px;
  }
 
  #configuration_form .st-btn-outline {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #007bff;
    font-size: 15px;
    padding: 6px 16px;
}
.st-btn-standard:focus, .st-btn-outline:focus{
  outline:0;
}

#configuration_form .st-squire, .st-squire {
  border-radius: 0px !important;
}
#configuration_form .st-radius, .st-radius {
  border-radius: 3px !important;
}
#configuration_form .st-rounded, .st-rounded {
  border-radius: 35px !important;
}
#configuration_form .st-circle-2,
.st-arrow-container .st-circle-2, .st-circle-2 {
  border-radius: 50% !important;
}
#configuration_form .st-circle, .st-circle {
  border-radius: 50% !important;
  display: inline-block;
  text-align: center;
  box-sizing: content-box;
  white-space: nowrap;
  min-width: 20px;
  min-height: 20px;
}
#configuration_form .st-circle:before, .st-circle:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
#configuration_form .st-circle span, .st-circle span {
  display: inline-block;
  vertical-align: middle;
}

#fieldset_1_1{
  display:none;
}
.mt-10 {
  margin-top: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.st-custom-file{
  float: left;
  position: relative;
  /* width: 60px; */
}
.st-custom-file img.img-thumbnail{
  max-width: 65px;
  max-height: 65px;
}
.st-custom-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  opacity: 0.5;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  display: none;
}
a.st-custom-delete {
  position: absolute;
    font-size: 15px;
    font-weight: 600;
    top: 14px;
    left: 14px;
    background: #ddd;
    padding: 4px 10px;
    border: 2px solid #9b0505;
    border-radius: 50%;
    z-index: 900;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    display: none;
    color: #9b0505 !important;
}

.st-custom-file:hover .st-custom-overlay, .st-custom-file:hover .st-custom-delete{
  display: block;
}
#configuration_form .st-alert-standard, .st-alert-standard {
  color: #fff;
  background-color: #007bff;
  border: 1px solid transparent;
  padding: 12px;
  text-align: center;
  border-radius: 3px;
}

#configuration_form .st-alert-outline, .st-alert-outline {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border: 1px solid #007bff;
  padding: 12px;
  text-align: center;
  border-radius: 3px;
}
.st-arrow-box span.arrow_dropup, .st-arrow-box span.arrow_upward, .st-arrow-box span.arrow_upspace, .st-arrow-box span.arrow_expand, .st-arrow-box span.arrow_fastrewind,
.st-arrow-container span.arrow_dropup, .st-arrow-container span.arrow_upward, .st-arrow-container span.arrow_upspace, .st-arrow-container span.arrow_expand, .st-arrow-container span.arrow_fastrewind{
  border: 2px solid;
  display: inline-table;
}
.st-arrow-box span.arrow_dropup i, .st-arrow-box span.arrow_upward i, .st-arrow-box span.arrow_upspace i, .st-arrow-box span.arrow_expand i, .st-arrow-box span.arrow_fastrewind i,
.st-arrow-container span.arrow_dropup i, .st-arrow-container span.arrow_upward i, .st-arrow-container span.arrow_upspace i, .st-arrow-container span.arrow_expand i, .st-arrow-container span.arrow_fastrewind i
 {
  padding: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  display: table-cell;
}
.st-loader-button{
  cursor: pointer;
  height: fit-content;
}

#configuration_form .arrow_upward i, #configuration_form .arrow_fastrewind i,
.st-arrow-container .arrow_upward i, .st-arrow-container .arrow_fastrewind i,
#configuration_form .icon-backward,
.st-arrow-container .icon-backward
{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#configuration_form .arrow_upward .icon-long-arrow-up,.st-arrow-container .arrow_upward .icon-long-arrow-up{
	transform: none;
}

#configuration_form .icon-location-arrow, #configuration_form .icon-plane,
.st-arrow-container .icon-location-arrow, .st-arrow-container .icon-plane
 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.st-arrow-container {
  position: fixed;
  right: 50px;
  cursor: pointer;
  bottom: 25px;
  opacity: 0;
  z-index: 1000;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}
.st-arrow-container:hover {
  bottom: 35px;
}
.st-loader-container{
  display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 70px;
    margin: 20px 0px;
    font-size: 15px;
}
.st-loader-container .st-loader-css {
  display: none;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}
.st-alert-container {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
  float: left;
  font-size: 15px;
}
.st-loader-container *{
  font-size: 15px;
}
.st-loader-css .img-thumbnail {
  max-width: 200px;
}
#stautopagination-state-params{
	/*display:none;*/
	float: left;
}