/**
 * CF Calculators Default Theme
 * This file provides default styling that can be overridden by specific themes
 */

/* hide the menu */
#nav-toggle-container {
    display: none;
}

/* hide the download schedule */
.download-schedule {
    display: none !important;
}

/** tooltip trigger rest button styles **/
button.showAdvanced,
span.tooltip-container button.tooltip-trigger {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    text-shadow: none !important;
}

/** make the slider thumb a bit smaller **/
.slider::-webkit-slider-thumb {
    border-radius: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
}