
 /* main */
 #shaft {
    width: 100%;
    max-width: 575px;
 }

.home {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 27px;
    color: #404041;
}

#drawing {
    /* display: none; */
}

#pwdGenForm{
    margin-top: 1rem;
}

.shadow {
    -webkit-box-shadow: 30px 0px 30px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 30px 0px 30px -10px rgba(0,0,0,0.75);
    box-shadow: 30px 0px 30px -10px rgba(0,0,0,0.75);
}

.btn-home {
    background-color: #194787;
    color: white;
    text-transform: uppercase;
    font-weight: bold; 
}

.btn-home:hover {
    color: #ADD31D;
}

#lookUpSiteBtn {
    width: 44px;
} 

#siteInput {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; 
}

.siteModalPrepend {
    width: 84px;
}

#eraseClipboardBtn {
    position: absolute; 
    width: 24px;
    height: 24px;
    right: 11px;
    bottom: 0;
    background-color: white;
    border: 1px solid #194787;
    color: #194787;
    /* padding: 20px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    /* margin: 4px 2px; */
    border-radius: 50%;
}

#eraseClipboardBtn:hover {
    width: 30px;
    height: 30px;
    right: 8px;
}

#redirectCheckbox {
    position: absolute; 
    right: 12px;
    top: -12px;
    width: 20px;
    height: 20px;
}

/* #quickpick {
    padding: 0;
    display: inline-block;
    height: 100vh;
} */

#quickPick {
    padding: 50px; 
    max-height: 100vh; 
    overflow: hidden;
}

#quickPickScroll {
    overflow-y: scroll;
    height: calc(100vh - 100px); 
    margin-right: -25px;
}

div.card.grid-item {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin: 20px; 
    text-align: center; 
    /* color: white;
    font-weight: bolder; */
}

div.card.grid-item:hover {
    cursor: pointer;
}

div.card.grid-item .card-body {
    margin-top: calc((150px - 64px)/2);
    font-size: 90%; 
}
