
.opacity-50[data-v-3f6a8909] {
    opacity: .5;
}
.cursor-not-allowed[data-v-3f6a8909] {
    cursor: not-allowed;
}
.cursor-pointer[data-v-3f6a8909] {
    cursor: pointer;
}
.select-text[data-v-3f6a8909] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}
.text-black[data-v-3f6a8909]:hover {
    color: #218fe2;
    /* Change text color on hover */
}
.z-10[data-v-3f6a8909]:hover {
    /* border-color: #218fe2; */
    /* Change border color on hover */
}
.btn-convert:hover .text-convert[data-v-3f6a8909] {
    color: var(--accent-selected) !important;
}
.btn-convert:hover .text-value[data-v-3f6a8909] {
    color: var(--accent-selected) !important;
}
.btn-convert:active .text-convert[data-v-3f6a8909] {
    color: var(--accent-selected) !important;
}
.btn-convert:active .text-value[data-v-3f6a8909] {
    color: var(--accent-selected) !important;
}
#style-4[data-v-3f6a8909]::-webkit-scrollbar-track {
    /* background-color: white; */
}
#style-4[data-v-3f6a8909]::-webkit-scrollbar {
    width: 4px;
}
#style-4[data-v-3f6a8909]::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar);
    border: 4px solid transparent;
    /* Adjusted height for style-3 */
    border-radius: 10px;
    height: 68px;
}
