/* sqaure things*/

.square {
     width: 100%;
     padding-bottom: 100%;
     position: relative;
}

.slide img, .slide video, .slide .ratio{
     position: absolute;
}

.videoCard .card-img-overlay {
     padding: 0px;
}

.videoCard .bi {
     cursor: pointer;
}

.tryThis .swiper-slide {
     height: auto;
}

.flip-horizontal-bottom {
	-webkit-animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}
@keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}

.flip-horizontal-top {
	-webkit-animation: flip-horizontal-top 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-top 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes flip-horizontal-top {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
@keyframes flip-horizontal-top {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}

#presetListTab {
  min-height: 80vh;
}

.linkList a {
  opacity: 0.8;
}

.linkList a:hover {
  opacity: 1;
}

/* add form **/
.formdrop .dropdown-menu {z-index: 999;position: relative;min-width: 350px;}
@media (max-width: 767px) {.formdrop .dropdown-menu {min-width: 100%;}}
.formdrop .filterlist {
    list-style: none;
    outline: none;
    overflow-x: hidden;
}
.formdrop .selectedFilters {
    list-style: none;
    margin: 0;
    outline: none;
    overflow-x: hidden;
}
.formdrop .filterPill {
     position: relative;
     display: flex;
     align-items: center;
     cursor: pointer;
     list-style-type: none;
     border: 2px solid #fff !important;
}
.formdrop .formPill {
     position: relative;
     display: flex;
     align-items: center;
     cursor: pointer;
     list-style-type: none;
}
.formdrop .filterCheckmark {
  position: relative;
  margin-left: auto;
}
.formdrop .badgeHolder .badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  margin-left: 5px;
}
/* add **/
.card-img-top .fleximage{
  display: flex;
  align-items: center;
}
.card-img-top .fleximage img{
  width: unset !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: rgba(255, 255, 255, 1);
  background-color: var(--bs-dropdown-link-hover-bg);
}

#warrantyForm .btn-gewa-drop, .btn-gewa-drop {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid rgba(8, 60, 130, 0.07);
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: .85rem;
  font-weight: 400;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}




#warrantyForm .btn-gewa-drop::after, .btn-gewa-drop::after {

  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;

}

#warrantyForm .btn-gewa-drop:focus {
  color: #60697b;
  background-color: #fefefe;
  border-color: #60697b;
  outline: 0;
}


#warrantyForm .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #990000;
}

#warrantyForm  input[type="file"]::file-selector-button {
  background-color: #aa0100;
  color: #fff;
}

#warrantyForm label{
  border: 1px solid rgba(8, 60, 130, 0.07);
  color: #000000;
  background-color: #ffffff;
}


.formListHolder {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 70px;
  max-height: 30vh;
  height: auto;
  padding: 0 6px 16px 0px;
  margin-top: 3px;
  color: #959ca9;
  transform: translateZ(0);
  /*scrollbar-width: none;  Firefox */
  /*-ms-overflow-style: none;   Internet Explorer 10+ */
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: #f2f2f2 #333333;   /* scroll thumb and track */
}

.formListHolder::-webkit-scrollbar {
width: 12px;
}

.formListHolder::-webkit-scrollbar-track {
background: #333333;
}

.formListHolder::-webkit-scrollbar-thumb {
background-color: #f2f2f2;
border-radius: 20px;
border: 3px solid #f2f2f2;
}

.formPill {
  margin-bottom: 9px;
  position: relative;
  display: flex;
  align-items: center;
  height: 25px;
  cursor: pointer;
  list-style-type: none;
  padding: 10px 10px;
}

.formPill:hover {
  background-color: #202020;
}

.formInfoContainer a {
  color: #a29061 !important;
}
.size-muted {
  font-size: 85%;
}

#warrantyForm .form-check-input {
  width: .8rem;
  height: .8rem;
}
#warrantyForm .form-check-label {
  color: #fefefe !important;
  background-color: transparent;
}

.parallaxSmall {
  height: 700px;
  /*parallax stuff*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-65 {
  top: 65% !important;
}

.iconCard {
  width: 100%;
}

.aWidth {
  width: 75% !important;
}

@media only screen and (min-width: 992px) {
  .iconCard {
    width: 75%;
  }
  .aWidth {
    width: 25% !important;
  }
}

/* Light Gallery changes */
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-toolbar .lg-icon:hover {
  color: #262626;
}

.navbar .nav-item .nav-link > i {
  font-size: 1.1rem;
}

/*styles for class audioToggler as used by script digitaldrums\templateIncludes\multiPurpose\audioToggler.php*/

.audioToggler input[type=checkbox]{
  height: 0;
  width: 0;
  visibility: hidden;
}

.audioToggler label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50%;
  height: 40px;
  background: #2b2b2b;
  display: block;
  border-radius: 40px;
  position: relative;
}

.audioToggler label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: #555555;
  border-radius: 30px;
  transition: 0.3s;
}

.audioToggler input:checked + label {
  background: #2b2b2b;
}

.audioToggler input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
  background-color: #AA0100;
}

.audioToggler label:active:after {
  width: 60px;
}