@font-face {
    font-family: 'GothamRoundedBold';
    font-style: normal;
    font-weight: normal;
    src: local('GothamRoundedBold'), url(/assets/gothamrounded_bold.otf)
}
.GothamRoundedBold{font-family: 'GothamRoundedBold';}
@font-face {
    font-family: 'GothamRoundedBook';
    font-style: normal;
    font-weight: normal;
    src: local('GothamRoundedBook'), url(/assets/gothamrounded_book.otf) 
}
.GothamRoundedBook{font-family: 'GothamRoundedBook';}
@font-face {
    font-family: 'GothamRoundedLight';
    font-style: normal;
    font-weight: normal;
    src: local('GothamRoundedLight'), url(/assets/gothamrounded_light.otf) 
}
.GothamRoundedLight{font-family: 'GothamRoundedLight';}
@font-face {
    font-family: 'GothamRoundedMedium';
    font-style: normal;
    font-weight: normal;
    src: local('GothamRoundedMedium'), url(/assets/gothamrounded_medium.otf) 
}
.GothamRoundedMedium{font-family: 'GothamRoundedMedium';}
@font-face {
    font-family: 'LemonMilkBold';
    font-style: normal;
    font-weight: normal;
    src: local('LemonMilkBold'), url(/assets/lemonmilk_bold.otf) 
}
.LemonMilkBold{font-family: 'LemonMilkBold';}
@font-face {
    font-family: 'LemonMilkBoldItalic';
    font-style: normal;
    font-weight: normal;
    src: local('LemonMilkBoldItalic'), url(/assets/lemonmilk_bold_italic.otf) 
}
.LemonMilkBoldItalic{font-family: 'LemonMilkBoldItalic';}
@font-face {
    font-family: 'LemonMilkLight';
    font-style: normal;
    font-weight: normal;
    src: local('LemonMilkLight'), url(/assets/lemonmilk_light.otf) 
}
.LemonMilkLight{font-family: 'LemonMilkLight';}
@font-face {
    font-family: 'LemonMilkLightItalic';
    font-style: normal;
    font-weight: normal;
    src: local('LemonMilkLightItalic'), url(/assets/lemonmilk_light_italic.otf) 
}
.LemonMilkLightItalic{font-family: 'LemonMilkLightItalic';}
@font-face {
    font-family: 'LemonMilkMedium';
    font-style: normal;
    font-weight: normal;
    src: local('LemonMilkMedium'), url(/assets/lemonmilk_medium.otf) 
}
.LemonMilkMedium{font-family: 'LemonMilkMedium';}
@font-face {
    font-family: 'LemonMilkMediumItalic';
    font-style: normal;
    font-weight: normal;
    src: local('LemonMilkMediumItalic'), url(/assets/lemonmilk_medium_italic.otf) 
}
.LemonMilkMediumItalic{font-family: 'LemonMilkMediumItalic';}
@font-face {
    font-family: 'LemonMilkRegular';
    font-style: normal;
    font-weight: normal;
    src: local('LemonMilkRegular'), url(/assets/lemonmilk_regular.otf) 
}
.LemonMilkRegular{font-family: 'LemonMilkRegular';}
@font-face {
    font-family: 'LemonMilkRegularItalic';
    font-style: normal;
    font-weight: normal;
    src: local('LemonMilkRegularItalic'), url(/assets/lemonmilk_regular_italic.otf) 
}
.LemonMilkRegularItalic{font-family: 'LemonMilkRegularItalic';}
.hidden{
    display: none;
    visibility: hidden;
}
h1,
h2,
h3,
h4 {
    font-family: 'GothamRoundedBold';
    font-size: 1.3rem;
}

.SessionTitle{
    font-family: 'GothamRoundedBold';
    font-size: 1.5rem;
}

.SeeMoreText{
    font-family: 'GothamRoundedBold';
    font-size: 1.1rem;

}

.MetricResumeNumbers{
    font-family: 'LemonMilkBold';
    margin: 0;
    margin-left: 10px;
    color:gray;
    font-size: 1.3rem;
}
.MetricResumeSub{
    font-family: 'GothamRoundedMedium';
    margin: 0;
    margin-left: 10px;
    color:gray;
    font-size: 0.8rem;
}
.ReactModal__Content{
    height: 90vh !important;
    top: 10vh !important;
    width: 50vw !important;
    left: 25vw !important;
}
#metasModal {
    height: 90vh !important;
    top: 10vh !important;
    width: 100vw !important;
    left: 0 !important;
    bottom: 0 !important;
}
#passwordRecoveryModal{
    height: 80vh !important;
    width: 80vw !important;
    top: 10vh !important;
    bottom: 10vh !important;
    left: 20vh !important;
    border: none !important;
}
#profileButton{
    margin-top: 40px !important;
}
.divider-40{
    height:40px;
}
.divider-180{
    height:180px;
}
.MuiCheckbox-colorSecondary.Mui-checked{
    color: #009427 !important;
}
.MuiSlider-root{
    color: #009427
}
.MuiSlider-rail{
    color: lightgray
}
.MuiSlider-track {
    color: #ABFFC1
}
.MuiSlider-mark, .MuiSlider-markActive, .MuiSlider-thumb, .MuiSwitch-thumb{
    color: #009427 !important;
    background-color: #009427 !important;
}
.MuiSwitch-colorSecondary.Mui-checked + .MuiSwitch-track{
    background-color: #ABFFC1 !important;
}
.categoryListImage{
    height: 100%;
    width: 100%;
    margin-right:3vw
}
.categoryKeyFilter{
    margin-top: 5vh !important;
}

.desktop-hidden{
    visibility: hidden;
    display:none;
}
@media only screen and (max-width: 600px) {
    
    .SessionTitle{
        font-family: 'GothamRoundedBold';
        font-size: 1.2rem;
    }
    .SeeMoreText{
        font-family: 'GothamRoundedBold';
        font-size: 1.2rem;
    }
    .ReactModal__Content{
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
    }
    .categoryKeyFilter{
        margin-top: 10px !important
    }
    .categoryListImage{
        height:9vh !important;
        width:27vw !important;
        margin-right:3vw !important;
    }
    .MetricResumeNumbers{
        font-family: 'LemonMilkBold';
        margin: 0;
        margin-left: 10px;
        color:gray;
        font-size: 1rem;
    }
    .MetricResumeSub{
        font-family: 'GothamRoundedMedium';
        margin: 0;
        margin-left: 10px;
        color:gray;
        font-size: 0.75rem;
    }
    
    #passwordRecoveryModal{
        height: 100vh !important;
        width: 100vw !important;
        top: 0vh !important;
        bottom: 0vh !important;
        left: 0vh !important;
        border: none !important;
    }

    .mobile-hidden{
        visibility: hidden;
        display:none;
    }

    .desktop-hidden{
        visibility: visible;
        display: block;
    }

    .Login-paper-2,
    .Login-form-4{
        width: 80vw !important;
    }
}