@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
html {
    scroll-behavior: smooth;
}
html,body{
    height:100%;
}

body.login {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
}

h1,h2,h3,h4,h5,header {
	font-family: 'Baloo 2',Helvetica;
	font-weight: 800; 
}
.card, table {
	font-family: 'Baloo 2',Helvetica;
	font-weight: normal; 
}
.nice-box {
    color: #262626;
    box-shadow: 0px 10px 20px rgb(10 33 65 / 5%), 0px 0px 2px rgb(0 0 0 / 13%);
    display: block;
    outline: none;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
    -webkit-backface-visibility: hidden;
    position: relative;
    text-decoration: none;
}
.nice-box.nice-rotated {
	display: inline-block; 
	width: auto; 
	margin: auto auto auto 20px; 
	font-weight: bold; 
	font-size: 1.2em; 
	padding: 5px; 
	background: white;
	font-family: 'Baloo 2',Helvetica;
 	transform: rotate(-8deg);
}
.numbers {

}
.numbers div {
    background: #000;
    box-shadow: 0px 10px 20px rgb(10 33 65 / 5%), 0px 0px 2px rgb(0 0 0 / 13%);
    text-align: center;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s;
    line-height: 130%;
    letter-spacing: 0.11em;
    border-radius: 4px;
    color: white;
    font-family: Graduate, Helvetica;
}
.text-secondary {
	font-size: 1.2em;
}
.text-muted {
	font-variant: small-caps;
}

.table {
    border-collapse: separate;
    border-spacing:0 10px;
}
.border-light {
    border-color: #f3f3f3!important;
}
@media (max-width: 875.98px) {
	.display-1 {
		font-size: 3rem;
		font-weight: 800;
		line-height: 2.0;
	}

    .display-2 {
        font-size: 2.75rem;
        font-weight: 800;
        line-height: 2.0;
    }

    .display-3 {
        font-size: 2.25rem;
        font-weight: 800;
        line-height: 2.0;
    }

    .display-4 {
        font-size: 1.45rem;
        font-weight: 800;
        line-height: 1.2;
    }
}
    .display-3 {
        font-weight: 800;
    }
@media (min-width: 876px) {
	
    .display-4 {
        font-size: 2.25rem;
        font-weight: 800;
        line-height: 1.2;
    }
}
@media (min-width: 768px) {
	
    .col-scroll-overflow {
		height: 100vh; overflow-y: auto;
    }
}
    .col-scroll-overflow .container {
    	padding-bottom: 50px;
    	padding-top: 20px;
    }
	
	
/*Remove the scrollbar from Chrome, Safari, Edge and IE*/
::-webkit-scrollbar {
	width: 10px;
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c0c0c0; 
  border-radius: 5px;
}
* {
  -ms-overflow-style: none !important;
}

.fixed-input-list {
    z-index: 99;
    background: white;
    position: absolute;
    top: 40px;
    width: 100%;
}

.weekend {
    background-color: #ffcece;
}

.today {
    background-color: #e6ffce;
}
.weekend .bg-light, .today .bg-light {
    background-color: rgba(255,255,255,0.3) !important;
}

.total-hours.missing {
    background-color: red;
}
.total-hours.low {
    background-color: #ebddda;
}
.total-hours.medium {
    background-color: #a7e0a2;
}
.total-hours.high {
    background-color: #68cb64;
}