/*
    Theme Name: VGTransportME
    Theme URI: http://www.bytesbrothers.com
    Author: Bytes Brothers
    Author URI: https://www.zohothemes.com/
    Email: support@zohothemes.com
    Description: 
    Version: 1.0
*/


/*  Ref https://github.com/hankchizljaw/modern-css-reset
*   https://unpkg.com/modern-css-reset/dist/reset.min.css
*/

::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#e8e8e8}
::-webkit-scrollbar-thumb:hover{background:#7097c9}
::-webkit-scrollbar-thumb{  
    background-image:-webkit-linear-gradient(45deg,#98c6e7,#66c3a9);
    background-image:-o-linear-gradient(222deg,#98c6e7,#66c3a9);
    background-image:linear-gradient(222deg,#98c6e7,#66c3a9);
}
::-moz-selection{background:rgba(61,121,197,.3)}
::selection{background:rgba(61,121,197,.3)}


:root {
    --default-color:#177065;
    --primary-color:#66c3a9;
    --secondary-color:#d1efeb !important;
    --caption-color:#eb5426;
}

* {
    outline: none !important;
}