﻿.troubleshooting-error {
    display: none;
    width: 100%; 
    flex-direction: column;
}

.troubleshooting-error-options {
    display: none;
    padding: 8px 0px 10px 6px;
    margin-left: 19px;
    color: #05164d;
    cursor: pointer;
}

.troubleshooting-error-options:hover {
    background-color: #1967D2;
    color: white; 
}

.search-options-overflow {
    max-height: 172px;
    overflow: auto;
    margin-right: 18px;
}

.troubleshooting-error-options-con {
    padding: 0px;
    writing-mode: horizontal-tb !important;
    color: fieldtext;
    background-color: #FFF;
    border: 1px solid #B8B8B8;
    border-radius: 10px;
    z-index: 1;
    position: inherit;
    font-weight: 400;
    display: none;
    min-height: 50px;
    max-height: 252px;
    /* overflow: auto; */
    margin-top: 2px;

}

.troubleshooting-error-options-toggle {
    display: block;
}

.troubleshooting-error-display {
    display: none;
}

.troubleshoot-input {
    display: flex;
    align-items: center;
    margin: 1rem 0 0 0;
    justify-content: flex-start;
    gap: 5%;
}

.troubleshoot-img {
    width: 25%; 
    margin: 1rem 0; 
}

.troubleshoting-description-box {
    background-color: #F2F1F1;
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    padding: 1rem 2rem; 
    margin: 1rem 0; 
}

    .troubleshoting-description-box p {
        font-size: 1rem;
        color: #05164d;
       
    }

.ts-accordion-title {
    display: flex; 
    align-items: center; 
    margin: 0.5rem 0;
    gap: 7%; 
    position: relative; 
}

.ts-accordion-title h3 {
    margin: 0;
}

.tb-acordion-subtitle {
    border-bottom: 2px solid black;
}

.tb-acordion-subtitle h3 {
    font-size: 1rem; 
    margin: 0; 
}

.tb-acordion-subtitle {
    margin: 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem; 
}

.ts-accodion {
    margin: 0!important;

}


.troubleshoot-label {
    font-weight: 600;
    font-size: 1rem;
    margin-right: 0.5rem;
    color: #05164d;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.ts-selected {
    width: 200px;
    font-weight: 500;
    padding: 5px;
    border: 2px solid #F2F1F1;
    font-weight: 600; 
}

.tb-acordion-subtext {
    font-size: 1rem; 
    display: none;  
}

.selected-arrow {
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background-color: #F2F1F1;
    color: #05164d; 
}

.troubleshotting select {
    color: #05164d;
    cursor: pointer;
}


.troubleshotting select option {
    color: #05164d;
    cursor: pointer;
}


.selected-mag {
    width: 268px;
    padding: 0px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background-color: #F2F1F1;
    position:relative; 
}

.troubleshoting-description-box h2 {
    font-size: 1rem; 
}

.ts-accordion-animation {
    margin-top: 1em;
    width: 2em;
    padding: 0px;
    height: 2em;
    transform: rotate(90deg);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    cursor: pointer; 
}

.ts-icon {
    height: 4em; 
}

.svg-mag {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 2%;
    top: calc(50% - 10px);
}

.svg-mag .cls-2 {
    fill: black; 
}

.ts-icon::before {
    color: #ffa300 !important;
    fill: #ffa300 !important;
}

.ts-input {
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background-color: #F2F1F1;
    border: 0px solid black;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #05164d;
}

.ts-input-search {
    width: 230px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0px;
    height: 34px;
    background-color: #F2F1F1;
    border: 1px solid #F2F1F1;
    font-weight: 600;
    z-index: 100;
    margin-left: calc(19px);
    margin-top: 5px;
    margin-bottom: 5px;
}

.troubleshooting-error-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1%;
    flex: 1 0 0%;
}

    .troubleshooting-error-input ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #05164d;
        opacity: 1; /* Firefox */
    }

.input-button {
    width: 268px;
    height: 34px;
    background-color: transparent;
    right: 0%;
    top: 0%;
    position: absolute;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
}


option:hover {
    background-color: yellow;
}

.svg-mag-inner {
    right: -6%!important;
    top: calc(50% - 6px)!important;
}

.errorsearch-container {
    width: 230px;
    height: 34px;
    position: relative;
    margin: 2px 0px 10px 0px;
}

.error-not-found {
    font-weight: 600;
    margin: 15px 0px 10px 25px;
    color: #05164d;
    display: none; 
}

.error-not-found-toggle {
    display: block;
}


@media (max-width: 991px) {
    .troubleshoot-input {
    flex-direction: column; 
    align-items: flex-start; 
    }
    .ts-accordion-title {
        gap: 10%;
    }
    .troubleshoot-img {
        width: 75%;
    }
    .troubleshoot-machine-select {
        display: flex; 
        flex-direction: column; 
    }
    .troubleshooting-error-input {
        margin-top: 1rem; 
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
 

    .ts-accordion-title {
        gap: 20%;
    }

}