/* CHROME EXTENSION EDITION */


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;1,300&display=swap');

* {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

html,body
{
    width: 450px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

/* title {
    display: none;
} */

header {
   text-align: center;
   background-color: #A793DE;
   border-bottom: 10px solid #FFC800;
   align-items: center;
   justify-content: center;
   height: 100px;
   padding-top: 20px;
}

.title {
    color: white;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
}

#icon {
    width: 90px;
}

#titleheaderDESKTOP {
    display: flex;
    flex-direction: row;
}

#subtitle {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
}

.subcontent {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}


.content {
    margin: 20px 0px 0px 20px;
    
}

.daterange {
    display: flex;
    display: row;
    align-items: baseline;
}

.injectiontitle {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #A793DE;
    text-transform: uppercase;
    margin-bottom: 13px;
}

#injectiontitletop {
    margin-bottom: 5px;
}

.date {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #3F3B4B;
}

#datepicker {
    width: 200px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.indicator {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #949494;
    margin: 0px 0px;
}

.resetbuttondisplay {
    display: none;
}

#resetbutton {
    color: white;
    border-style: none;
    padding: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    background-color: #A793DE;
    border-radius: 10px;
    text-transform: uppercase;
    width: 75px;
}

#resetbutton:focus {
    outline: none;
}

#resetbutton:hover {
    background-color: #FFC800;
}

/* #disclaimer {
    text-align: center;
    font-style: normal;
    font-weight: 200;
    font-size: 10px;
    line-height: 12px;
    color: #949494;
} */

#disclaimer {
    display: none;
}

.breakdateMOBILE {
    display: none;
}