﻿@charset "UTF-8";

@font-face {
    font-family: "SFProBold";
    src: url('../fonts/FontSfPro/SF-Pro-Display-Bold.otf') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: "SFProMedium";
    src: url('../fonts/FontSfPro/SF-Pro-Display-Medium.otf') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: "SFProRegular";
    src: url('../fonts/FontSfPro/SF-Pro-Display-Regular.otf') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: "SFProRegular";
    src: url('../fonts/FontSfPro/SF-Pro-Display-Bold.otf') format('woff2');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: "SFProRegular";
    src: url('../fonts/FontSfPro/SF-Pro-Display-Medium.otf') format('woff2');
    font-weight: 600;
    font-display: swap;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    /*color: red;*/
    background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #CED0D4;
    width: 8px;
    height: 8px;
    border-radius: 3px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #9FA4B4;
    }

    ::-webkit-scrollbar-thumb:focus {
        background-color: #354052;
    }

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    width: 8px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #CED0D4 transparent;
    scrollbar-length: 8px;
}

    *:hover {
        scrollbar-color: #9FA4B4 transparent;
    }
/*main ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

main 

main ::-webkit-scrollbar-thumb:vertical {
    height: 8px;
    background-color: #8a8a8a;
    width: 8px;
}*/
/*Handle on hover*/
/*::-webkit-scrollbar-thumb:hover {
        background: #8a8a8a;
        width: 8px;
        height: 8px;
    }*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Roboto',Helvetica,Tahoma,Arial,sans-serif !important;
    font-style: italic;
    text-align: start !important;
    color: #afafaf !important;
    opacity: 1 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Roboto',Helvetica,Tahoma,Arial,sans-serif !important;
    font-style: italic;
    text-align: start !important;
    color: #afafaf !important;
    opacity: 1 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'Roboto',Helvetica,Tahoma,Arial,sans-serif !important;
    font-style: italic;
    text-align: start !important;
    color: #afafaf !important;
    opacity: 1 !important;
}


::-webkit-slider-runnable-track {
    background: #DDD;
}

::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1px;
    min-height: 40px;
    height: 40px !important;
    background: dodgerblue;
    box-shadow: -100vw 0 0 100vw dodgerblue;
}

::-moz-range-track {
    height: 40px;
    background: dodgerblue;
}

::-moz-range-thumb {
    background: #FFF;
    height: 40px;
    width: 20px;
    border: 3px solid #999;
    border-radius: 0 !important;
    box-shadow: -100vw 0 0 100vw dodgerblue;
    box-sizing: border-box;
}

/** {
    font-family: SFProRegular,SFProMedium,SFProBold,-apple-system, BlinkMacSystemFont, sans-serif !important;
}
*/
.sidenav-menu::-webkit-scrollbar {
    background-color: transparent;
}
