experience-calculator-container {
    max-width: 12px;
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    
    border-radius:5px ;
    padding-bottom: 10px;
}


.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    color: #007bff;
    
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: white;
    border: solid 1px #ccc;
    color: black;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 5%;
    margin-left: -150px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.result {
    margin-top: 20px;
    font-weight: ;
}
[name="exp-cal-error-p"] {
    color: crimson;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}
.exp-calc-prag {
    margin-left: 10px;
    margin-right: 5px;
}
.experience-calculator-div-1 {
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.experience-calculator-label {
    margin-left: 10px;
    font-weight: bold;
    margin-top: 13px;
    display: block;
}
.experience-calculator-div-2 {
    width: 100%;
    padding-top: 10px;
}
.experience-calculator-select-option {
    
    padding: 10px;
    margin-left: 10px;
    border: solid 1px #ccc;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    
}
.experience-calculator-select-option:focus {
    outline: 0;
    border: dashed 1.5px #007bff;
}
#experience-calculator-clear-icon {
    
    color: crimson;
}

