
/**
* WIZARD
*/

.intelli-nts [data-rel=wizard] h3 {
font-size: 1.5rem;
color: black;
}

.intelli-nts [data-rel=wizard] #findTrack {
font-size: 1rem;
color:white;
background-color: #b4d3f7;
margin: auto 0px auto auto;
}

.intelli-nts [data-rel=wizard] #trackCode {
width:100%;
padding: 10px;
}


.intelli-nts [data-rel=wizard] {
display: flex;
flex-direction: column;
padding: 20px;
border: solid 1px #b4d3f7;
border-radius:10px;
}

.intelli-nts [data-rel=wizard] .content-wrapper .loader {
display: none;
flex-direction: column;
}

.intelli-nts [data-rel=wizard].search .content-wrapper .loader {
display: flex;
position: absolute;
left: -15px;
right: -15px;
top: 0;
bottom: 0;
align-items: center;
justify-content: center;
background: white;
border-radius: 15px;
z-index: 99;
}

.intelli-nts [data-rel=wizard] .content-wrapper .loader .lds-ellipsis {
display: flex;
position: relative;
width: 80px;
height: 80px;
}

.intelli-nts [data-rel=wizard] .content-wrapper .loader .lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #fff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
background-color: ;
}

.intelli-nts [data-rel=wizard] .content-wrapper .loader .lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}

.intelli-nts [data-rel=wizard] .content-wrapper .loader .lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}

.intelli-nts [data-rel=wizard] .content-wrapper .loader .lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}

.intelli-nts [data-rel=wizard] .content-wrapper .loader .lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}

.intelli-nts [data-rel=wizard] header {
}

.intelli-nts [data-rel=wizard] header .current-step {
}

.intelli-nts [data-rel=wizard] header .current-step .number {
font-size: 1.5em;
color: white;
background-color: ;
width: 50px;
height: 50px;
text-align: center;
border-radius: 50%;
}

.intelli-nts [data-rel=wizard] header .current-step .name {
font-size: 1.5em;
color: black;
}

.intelli-nts [data-rel=wizard] header .buttons {
gap: 15px;
}
.intelli-nts [data-rel=wizard] header .buttons button {
color: white;
}
.intelli-nts [data-rel=wizard] header .buttons button:hover,
.intelli-nts [data-rel=wizard] header .buttons button:focus {
color:black;
}

.intelli-nts [data-rel=wizard] header .buttons [data-action="showProducts"] {
background-color: ;
}
.intelli-nts [data-rel=wizard] header .buttons [data-action="goBack"] {
background-color: ;
}

.intelli-nts [data-rel=wizard] .progress {
}


.intelli-nts [data-rel=wizard] .content-wrapper {
position: relative;
}

.intelli-nts [data-rel=wizard] .progress .progress-bar {
background-color: ;
width: 0%;
}


.intelli-nts [data-rel=wizard] .content-wrapper:has(.category):has(.product) .categories {
border-bottom: 2px dashed #a0a0a0;
margin-bottom: 1rem;
padding-bottom: 1rem;
}

.intelli-nts [data-rel=wizard] .content-wrapper .categories .category .preview,
.intelli-nts [data-rel=wizard] .content-wrapper .categories .category .preview:focus,
.intelli-nts [data-rel=wizard] .content-wrapper .categories .category .preview:active,
.intelli-nts [data-rel=wizard] .content-wrapper .categories .category .preview:hover {
border: none;
outline: none;
}

.intelli-nts [data-rel=wizard] .content-wrapper .categories .category .preview {
background: transparent;
cursor: pointer;
max-width: 100%;
overflow: hidden;
}

.intelli-nts [data-rel=wizard] .content-wrapper .categories .category .preview img {
height: 100px;
}

.intelli-nts [data-rel=wizard] .content-wrapper .categories .category .preview .name {
font-size: 1em;
}

.intelli-nts [data-rel=wizard] .content-wrapper .woocommerce .products:empty {
display:none;
}


.intelli-nts [data-rel=wizard] .justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.intelli-nts [data-rel=wizard] .d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.intelli-nts [data-rel=wizard] .align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.intelli-nts [data-rel=wizard] .justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.intelli-nts [data-rel=wizard] .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.intelli-nts [data-rel=wizard] [type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.intelli-nts [data-rel=wizard] .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.intelli-nts [data-rel=wizard] button, select {
    text-transform: none;
}
.intelli-nts [data-rel=wizard] button, input {
    overflow: visible;
}
.intelli-nts [data-rel=wizard] button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.intelli-nts [data-rel=wizard] button {
    border-radius: 0;
}

.intelli-nts [data-rel=wizard] .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.intelli-nts [data-rel=wizard] table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.intelli-nts [data-rel=wizard] td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.intelli-nts [data-rel=wizard] tr:nth-child(even) {
  background-color: #dddddd;
}


.intelli-nts [data-rel=wizard] .resultSection{
    display: none;
}

.intelli-nts [data-rel=wizard] .missInp{
    display: none;
    padding: 10px;
    background-color: #c12222cf;
    color: white;
    margin-top: 0px;
}



@media only screen and (max-width: 600px) {
	.intelli-nts [data-rel=wizard] td, th {
		font-size: 0.5rem;
	}
}