/*Write your custom css in this file.*/
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Dancing+Script:wght@400..700&display=swap');

ul.navbar-nav.me-auto.mb-lg-0 {
    display: none;
}
.navbar-expand .navbar-collapse{
	display: block !important;
}
.navbar-expand .navbar-collapse .d-flex.w-auto{
	float: right;
}
div#js-clock-in-out {
    background: linear-gradient(90deg,#ffd370,#e16f7c);
    margin-top: 21px;
}
.flex{
	display: flex;
}
.justify-content-center{
	justify-content: center !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.today-whether {
	padding-right: 15px;
	    padding: 15px;
	    --tw-border-opacity: 1;
    border-right-color: rgb(117 117 117/var(--tw-border-opacity));
        border-right-style: dotted;
        border-right-width: 1px;
}
.image-emp-default {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
}
.image-emp-default img.absolute {
    position: absolute;
    top: -70px;
    right: -59px;
    display: block;
    vertical-align: middle;
}
.dashboards-row.clearfix.row:nth-child(3) {
    display: none;
}
.check-in-btn{
color: #fff;
    font-size: 19px;
    background-color: #000;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: unset;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4vh;
    margin: 0;
}
.today-quest{
    font-size: 1.8em;
    font-weight: bold;
    color:#000;
    font-family: "Courgette", cursive;
}
.modal-dash {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .modal-dash .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  svg:not(.gantt){
    color: #f1a476;
  }