
.kbd-text{
    width: 70%;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color:dodgerblue;
    box-shadow: 0px 2px 0px dodgerblue;
}

.kbd-text-silent{
        color: rgb(20, 30, 41);
            box-shadow: 0px 2px 0px rgb(20, 30, 41);
}

.img-log{
    max-width: 50% !important;
    max-height: 50% !important;
}
.img-log :hover{
    cursor: pointer;
}

.login-load{
    position: absolute;
    z-index: 1;
    height: 400px;
}

.b-hide{
    display:none;
}

input[type=text]{
    background-color: whitesmoke;
        border-radius: 2px !important;
        border-bottom: 1px solid rgb(117, 117, 117) !important;
}


.loader2 {
    color: dodgerblue;
    position: relative;
    font-size: 11px;
    background: dodgerblue;
    animation: escaleY 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
    animation-delay: -0.16s;
}

.loader2:before,
.loader2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 2em;
    background: dodgerblue;
    width: 1em;
    height: 4em;
    animation: escaleY 1s infinite ease-in-out;
}

.loader2:before {
    left: -2em;
    animation-delay: -0.32s;
}

@keyframes escaleY {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.text-purple{
    color:#6227d5
}

.text-orangered{
    color:orangered;
}

.text-lightgreen{
    color:lightgreen
}

.shared-log{
    max-width: 400px;
    border-radius: 5px;
}

.work-timer-hub{
    justify-content: center;
    min-height: 70vh;
    align-items: center;
}


.work-timer-button{
    width: 150px;
    height: 150px;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    border-radius: 5px;
    margin: 5px;
}

.work-timer-logo{
    width: 50px !important; 
    height: 50px !important;
    max-width: 100%;
    max-height: 100%;
}
.work-timer-button:hover{
    cursor: pointer;
    transform: scale(1.02);
    background-color: rgba(30, 143, 255, 0.137);
    opacity: .9;
}

.disabled{
    cursor: none;
    opacity: .8;
}

.date-filter{
    padding:10px;
    outline: none;
    font-size: large;
    border-radius: 10px;
    border:none;
    min-width: 200px;
    font-weight: bold;
}

.date-nav{
    overflow-x: auto;
    overflow: auto;
    max-width: 94vw;
    flex-wrap: wrap;
}

.pill:hover{
    opacity: 0.9;
    background-color: dodgerblue;
    color:white;
    cursor: pointer;
}
.pill{
    max-width: 150px;
    padding:5px;
    margin: 2px;
    background-color: whitesmoke;
    border-radius: 5px;
    font-weight: bold;
    color: rgb(3, 87, 172);
}

.highlighted{
    color:white !important;
}

.dialog-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.507);
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.dialog-modal-info{
    background-color: white;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 200px;
    border-radius: 10px;
}

.dialog-modal-button{
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    font-weight: bold;
    color:white;
    cursor: pointer;
    width: 100px;
    text-align: center;
}

.dialog-modal-button:hover{
    opacity: 0.9;
}

.text-main1:visited{
    color:rgb(3, 100, 145) !important
}

.date-select{
    padding: 5px;
    width: 100%;
}

.data-table{
    cursor: pointer;
}

.add-work-button{
    width: 200px;
    color:dodgerblue;
    text-align: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    margin: 5px;
    font-weight: bold;
    border: dodgerblue 2px solid;
}

.text-dodger{
    color: dodgerblue;
}

.border-bottom-selected{
    font-weight: bold;
    border-bottom: 2px dodgerblue solid;
}

.mini-dialog {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    justify-content: center;
    align-items: center;
    background-color: #00000070;
}

.icon-mini{
    min-width: 20px;
    min-height: 20px;
}

td{
min-width: 100px;
}