/* HOSE CONFIGURATOR HEADER */
.hose-config-header-wrapper{
    display: flex;
    position: relative;
    justify-content: center;
    max-width: 1200px;
    max-height: 140px;
    top: 0;
    left: 0;
    margin: 0;
}
.hose-config-header-content{
    float: left;
    display: block;
    text-decoration: none;
    color: #FFFFFD;
    position: relative;
    width: 60%;
    min-height: 120px;
    align-content: center;
    justify-content: center;
}
.hose-config-header-title{
    width: 100%;
}
.hose-config-header-title h2{
    color: #443E31;
    /*text-shadow: 2px 2px 4px rgba(0,0,0,0.3);*/
    font-size: 28px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-left: 2rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.hose-config-header-statement{
    width: 100%;
    padding: 0;
}
.hose-config-header-statement p{
    color: #777;
    font-weight: 500;
    font-style: normal;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-size: 15px;
    flex-wrap: wrap;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
}
.hose-config-header-image{
    float: right;
    width: 40%;
    align-content: center;
    justify-content: center;
}
.hose-config-header-image img{
    width: 100%;
    height: auto;
    padding-right: 2rem;
}



/* HOSE CONFIGURATOR */
#hose-config-wrapper {
    width: 100% !important;
    /*min-height: 1000px;*/
    padding-bottom: 1rem;
    background: #fefefe;
    padding: 1rem;
}
#hose-config-wrapper input[type='text'] {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
}
#hose-config-wrapper input[type='button'],
input[type='submit'],
input[type='reset'] {
    border: none;
    padding: 8px;
    text-decoration: none;
    cursor: pointer;
}
.hose_configurator_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.hose_configurator_title .btn-reset{
    height: 1rem;
    padding: 0;
    align-self: start;
}
.hose_configurator_title .btn-reset span{
    font-size: 10px;
    line-height: 20px;
    padding: 0 0.3rem;
}
.hose_configurator_title em{
    font-size: 15px;
}
.hose-config-box-config {
    float: right;
}
.hose-config-box-info {
    float: left;
}
.hose-config-box-config {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*gap: 20px;*/
    width: 58%;
    margin: 2.3rem 1rem 0 0;
    border-radius: 8px;
    padding-bottom: 1.5rem;
}
.hose-config-box-config-img{
    background-color: #f4f4f4;
    text-align: left;
    /*padding: 1rem;*/
    padding: 0;
    /*width: 600px;*/
    width: 100%;
    min-height: 291px;
    /*height: 455px;*/
    align-content: center;
    justify-content: center;
    /*background-color: #f4f4f4;*/
    /*border-radius: 8px;*/
    transition: opacity 0.1s ease-in-out;
    opacity: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.hose-config-box-config-img img{
    margin-top: 0;
    background-color: #f4f4f4;
    width: 100%;
    /*max-width: 600px;*/
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 8px;
}
#hose_disclaimer{
    text-align: right;
    gap:0;
    padding: 0.2rem 1rem 0 0;
    margin: 0;
    align-self: end;
    font-size: 10px;
    display: none;
}
.hose-config-box-config-description{
    width: 100%;
    text-align: left;
    display: none;
    /*padding: 1rem;*/
    /*margin-top: 6rem;*/
    /*background-color: #EFEFEF;*/
    /*border: 1px solid #EFEFEF;*/
    /*border-radius: 25px;*/
    min-height: 200px;
    padding: 0.2rem 1rem 0.2rem 1rem;
    background-color: #f4f4f4;
    /*border-radius: 8px;*/
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.hose-config-box-config-description h1{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #777;
    padding-left: 1rem;
}
.hose-config-box-config-description p{
    font-size: 12px;
    margin: 0;
    padding-left: 0;
}
.hose-config-box-config-table {
    margin-top: 0.3rem;
    padding: 10px;
    background-color: #f4f4f4;
    width: 100%;
    /*border-radius: 8px;*/
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.hose-config-box-config-table table {
    width: 100%;
    border-collapse: collapse;
}
.hose-config-box-config-table table tr {
    padding: 0;
    margin: 0;
}

.hose-config-box-config-table table td {
    /*padding: 8px;*/
    padding: 2px 8px 0 8px;
    vertical-align: middle;
}
.hose-config-box-config-table label {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.hose-config-box-config-table textarea{
    width: 100%;
    height: 100%;
    resize: none;
    padding: 0 5px 20px 5px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    text-align: left;
    border-radius: 5px;
    font-size: 14px;
    transform: translateY(10%);
}

.hose-config-box-config-table input[type="text"] {
    width: auto;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    text-align: left;
    border-radius: 5px;
    font-size: 14px;
    pointer-events: none; /* Prevents editing */
}
.hose-config-box-info {
    width: 40%;
    border-left: 1px solid #eee;
    padding: 0 0 0 20px;
}
.hose-config-box-info select:disabled{
    /*background-color: #ffffff;*/
    background-color: #D1CFCFFF;
    /*color: #c0c0c0;*/
    color: black;
}
.hose-config-box-info select option:disabled{
    /*background-color: #ffffff;*/
    background-color: #D1CFCFFF;
    /*color: #c0c0c0;*/
    color: black;
}
.hose-config-box-info input[type="text"]:disabled{
    background-color: #D1CFCFFF;
    /*color: #c0c0c0;*/
    color: black;
}
.hose-config-box-info button:disabled{
    background-color: #B9B9B9FF;
    color: #c0c0c0;
    cursor: default;
    pointer-events: none;
}
.hose-config-box-info select{
    background-color: #fff;
    color: #333;
}
.hose-config-box-info input[type="text"]{
    background-color: #fff;
    color: #333;
}
.hose-config-box-info button{
    background-color: #fff;
    color: #333;
}
input[type='text'] {
    width: 100%;
}
.compact-list-item-container{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    width: 100%;
}
.sealing-type-label-container{
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.compact-list-item{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.compact-list-item .info-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 20px;
    /*border-radius: 50%;*/
    /*border-width: 1px;*/
    /*border-style: solid;*/
    /*border-color: #333;*/
    /*background-color: #fff;*/
    /*color: #333;*/
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: -12px;
}
.compact-list-item span{
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}
.config-info-tooltip{
    display: none;
    position: absolute;
    top: 1rem;
    left: 6rem;
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
}
.config-info-tooltip::after{
    content: "";
    position: absolute;
    top: -5px;
    left: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
}
.hose-part-customer-ref{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 0.3rem;

}
.hose-part-customer-ref h4{
    width: 15%;
    align-self: center;
    font-size: 14px;
}
#hose_assy_comment{
    padding-top:4px;
    color:black;
    padding-bottom:4px;
    background-color:#d6ebf2;
    width: 85%;
    height: 2rem;
    border-radius:5px;
    border:1px solid #ccc;
    align-self: center;
}

@media screen and (max-width: 750px) {
    .hose-config-box-info {
        border: none;
    }
    .hose-config-box-config {
        width: 100%;
    }
    .hose-config-box-info {
        padding: 0px;
    }
}

@media screen and (max-width: 850px) {
    .hose-config-box-info {
        width: 100%;
    }
    .hose-config-box-config {
        width: 100%;
        margin: 0px;
    }
}


/* Balloon tooltip for hose assy images */
.hotspot{
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: transparent;
    border-radius: 50%;
    cursor: default;
}
.hotspot1 {top: 480px; left: 480px;}
.hotspot1_mirror {top: 480px; left: 970px;}
.hotspot2 {top: 460px; left: 220px; width: 300px;}

.tooltip{
    position: absolute;
    background-color: #fff;
    color: white;
    /*padding: 8px;*/
    border-radius: 5px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 10000;
    max-width: 25rem;
    max-height: 25rem;
}
.tooltip img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.tooltip::after{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
}

