/*
 * Custom CSS
 */
:root {
	--bs-body-bg: var(--bs-white-100);
	--color-black-h: 230;
	--color-black-s: 13%;
	--color-black-l: 9%;
	--color-black-hsl: 230, 13%, 9%;
}
.btn-primary, .btn:disabled {
    border: 2px solid #d31026;
    background-color: #d31026;
    color: #fff;
}
.btn.btn-primary, .btn.btn-secondary {
    text-transform: none;
    font-size: 16px;
    line-height: 134.77%;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 12px 21px;
    border-radius: 3px;
}
.btn.btn-primary:not(.disabled):active, .btn.btn-primary:not(.disabled):hover, .btn.btn-primary:not(:disabled):active, .btn.btn-primary:not(:disabled):hover {
    background-color: #9f0d1e;
    border-color: #9f0d1e;
}
.fasteners-list {
    padding-bottom: 60px;	
}
.size-select-popover {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;	
}
.circle-loader {
    position: relative;
    display: inline-block;
}
.circle-loader__label {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}
.circle-loader--v1 {
    transform: rotate(45deg);
    will-change: transform;
    animation: circle-loader-1 .75s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}
.circle-loader--v1 .circle-loader__circle {
    width: 37px;
    height: 37px;
    border-width: 4px;
    border-style: solid;
    border-color: hsla(250,84%,54%,0.2);
    border-radius: 50%;
}
.circle-loader--v1 .circle-loader__circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: inherit;
    border-style: inherit;
    border-color: transparent;
    border-top-color: hsl(250, 84%, 54%);
    border-radius: inherit;
}
#confetti-holder{
  position: fixed;
  height: 100vh;
  pointer-events: none;
  width: 100%;
  top: 0;
  z-index: 2;
  text-align: center;
  vertical-align:middle;
} 
#e0DQ82qcIov1 {
  height: 150vh;
  min-width: 600px;
  min-height: 600px;

}
@keyframes circle-loader-1 {
    0% {
        transform: rotate(45deg)
    }

    100% {
        transform: rotate(405deg)
    }
}
.filepond--root .filepond--credits {
  display: none;	
}
.popover {
  background: #fff;
  font-size: 16px;
  font-style: italic;
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, .bs-popover-top>.popover-arrow::after {
    border-top-color: #fff;
}
@-prefix-keyframes slide {
  from {height: 0;}
  to {height: 300px;}
}
#loading-overlay {
  position: fixed; /* Sit on top of the page content */
  display: grid; 
  place-items: center;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* Black background with opacity */
  z-index: 999; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#confToast {
	max-width: 540px;
}
.fastener-image img {
	object-fit: cover;
	height: 225px;
	width: 100%;
	padding: 15%;	
}
.hidden {
    opacity: 0;
}
.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.fade-out {
	-webkit-animation: fade-out 1s ease-out both;
	        animation: fade-out 1s ease-out both;
}
.rotate-in-center {
	-webkit-animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.fasteners-selected {
    display: inline-flex;
	padding-top: 9px;
    transition: transform .3s;
	line-height: 1.8;
}
.fasteners-selected .label {
  font-style: italic;
}
.fasteners-selected-ph {
	
}
.fasteners-selected .list {
    margin-left: 3px;
    padding: 3px 6px;
    background-image: linear-gradient(#eee, #eee), linear-gradient(#eee, #eee), linear-gradient(#eee, #eee), linear-gradient(#eee, #eee);
    background-repeat: no-repeat;
    background-size: 3px 3px;
    background-position: top left, top right, bottom left, bottom right;
    border: solid #eee;
    border-width: 0 3px;
}
.fasteners-selected .badge {
	margin-left: 3px;
}
.fasteners-selected button {
	margin: 1px 3px;
}
.fasteners-selected button svg {
	margin-left: 3px;
	margin-top: -2px;
	background: #4c4c4c;
}
.label-upload {
	font-style: italic;		
    display: inline-flex;
}
.btn-upload {
	margin-bottom: 5px;
}
.example-photo {
	padding: 12px;
}
.example-photo img {
	width: 63%;
	border-radius: 9px;
	opacity: 72%;
	transition: .3s;
}
.example-photo:hover img {
	opacity: 100%;
}
.modal-content {
	background: #fff;
}
.add-comments {
	color: #212529;
	text-decoration: none;
	cursor: pointer;
}
.add-comments:hover span {
	text-decoration: underline;
}

.card {
        transition: all 2s linear;
}
.card-body {
    display: grid;
}
.card-body h5 {
	text-align: center;
}
.text-body-secondary {
	text-align: center;	
}
.card[aria-checked=true] {
    transition: transform .3s;
    box-shadow: rgba(20, 21, 26, 0.02) 0px 0.3px 0.4px 0px, rgba(20, 21, 26, 0.043) 0px 0.9px 1.5px 0px, rgba(20, 21, 26, 0.09) 0px 3.5px 6px 0px, rgb(72, 39, 236) 0px 0px 0px 2px !important;
	z-index: 1;
}
.card[aria-checked=true] .choice-img__input {
    opacity: 1;
}
/*
.card:active {
    transform: translateY(2px);
} */
.choice-img__input {
    position: absolute;
    border-top-right-radius: 3px;
    top: -1px;
    right: -1px;
    transform: translate(1px,-1px);
    background-color: rgb(72, 39, 236);
    width: 100px;
    height: 100px;
    -webkit-clip-path: polygon(15% 0%,100% 0%,100% 85%);
    clip-path: polygon(15% 0%,100% 0%,100% 85%);
    pointer-events: none;
    opacity: 0;
}

.choice-img__input .icon {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 26px;
    color: #fff;
}

.icon {
    --size: 1em;
    font-size: var(--size);
    height: 1em;
    width: 1em;
    display: inline-block;
    color: inherit;
    fill: currentColor;
    line-height: 1;
    flex-shrink: 0;
    max-width: initial;
}
.multiselect-container {
	background-color: #fff;
}
.search {
	position: relative;		
}
::-ms-clear {
    display: none;
}
#search {
	font-size: 18px;
	padding-left: 48px;
    background: hsl(240, 4%, 95%);
	box-shadow: inset 0 0 0 1px hsl(240, 4%, 85%);
	transition: 0.2s;
}
.search-input__btn {
    background: transparent;
    position: absolute;
    border: none;
    left: 2px;
    top: 5px;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    width: 46px;
    pointer-events: none;
    transition: 0.2s;
}
.search-input__btn .icon {
    display: block;
    --size: 20px;
    margin-left: auto;
    margin-right: auto;
    color: hsl(240, 4%, 65%);
    transition: 0.2s;
}
#search:focus, #search:focus-within {
    background: #fff;
    outline: none;
    transition: transform .3s;
    box-shadow: rgba(20, 21, 26, 0.02) 0px 0.3px 0.4px 0px, rgba(20, 21, 26, 0.043) 0px 0.9px 1.5px 0px, rgba(20, 21, 26, 0.09) 0px 3.5px 6px 0px, rgb(72, 39, 236) 0px 0px 0px 2px !important;
}
.search #search:focus+.search-input__btn .icon {
    color: hsl(250, 84%, 54%);
}
.form-holder {

}
.form-control, .form-select {
    margin-bottom: 9px;	
}
.tooltip.show {
    color: #fff;
}
.color-change-3x {
	-webkit-animation: color-change-3x 12s linear infinite alternate both;
	        animation: color-change-3x 12s linear infinite alternate both;
}
.bg-pan-left {
	background-color: #19dcea;
	-webkit-animation: bg-pan-left 9s 9 both;
	        animation: bg-pan-left 9s 9 both;
}
.slide-out-blurred-top {
	-webkit-animation: slide-out-blurred-top 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
	        animation: slide-out-blurred-top 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}

/**
 * ----------------------------------------
 * media queries
 * ----------------------------------------
 */

@media screen and (max-width: 576px) {
	.fasteners-list .card {
		height: auto;
	}
	.fastener-image {
		height: 270px;
	}
	.fastener-image img {
		object-fit: contain;
		height: 100%;
		padding: 30px;
	}
}

@media screen and (max-width: 800px) {
	.text-body-secondary {
		max-height: 96px;
		overflow: hidden;
	}
}
 
@media screen and (max-width: 991px) {
	#btn-next {
		width: 100%;
		margin-top: 9px;
	}
}

@media screen and (max-width: 1399px) {
	.fasteners-list .card {
		height: 462px;
	}
	.fasteners-list .card-body h5 {
		font-size: 1.1rem;
	}
}


/**
 * ----------------------------------------
 * animation bg-pan-left
 * ----------------------------------------
 */
@-webkit-keyframes bg-pan-left {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bg-pan-left {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/**
 * ----------------------------------------
 * animation color-change-3x
 * ----------------------------------------
 */
@-webkit-keyframes color-change-3x {
  0% {
    background: #19dcea;
  }
  50% {
    background: #b22cff;
  }
  100% {
    background: #ea2222;
  }
}
@keyframes color-change-3x {
  0% {
    background: #19dcea;
  }
  50% {
    background: #b22cff;
  }
  100% {
    background: #ea2222;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation rotate-in-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-out-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-blurred-top {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slide-out-blurred-top {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}
