/*
 * Dummy ASN CSS
 * 
 * Please modify/replace like needed
 */

.asnPreviewImg {
    max-width: 45px !important;
    vertical-align: middle;
}

.fact-finder-onetouchslider {
    background-color: transparent;
}

.fact-finder-onetouchslider .fact-finder-onetouchslider-text-box {
    border: 0;
    padding: 0;
    font-size: 1rem;
    font-family: 'Signika', 'system-ui', 'BlinkMacSystemFont', '-apple-system', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'sans-serif';
    font-weight: bold;
    color: #9f9d9a;
    background-color: transparent;
}

.fact-finder-onetouchslider-grip,
.fact-finder-onetouchslider-triangle {
    position: fixed;
    left: -9999px;
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
}

.fact-finder-onetouchslider .fact-finder-onetouchslider-bar {
    background-color: #e5e2de;
}

.fact-finder-onetouchslider .fact-finder-onetouchslider-bar.fact-finder-onetouchslider-bar-selected {
    background-color: #80596D;
}

.fact-finder-onetouchslider .fact-finder-onetouchslider-handle {
    height: 23px;
    width: 23px;
    border-radius: 9999px;
    border-width: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    background-color: white;
    border-color: #c3c1bd;
}