/* Login Page */
html {
    height: 100%;
  }
  body{
    color: #606C77;
    background:#f5f8fd;
  }
  #login-bg {
  background: linear-gradient(to bottom right, #606C77, #C0E3EA);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .container{
    height: auto;
  }

  .button-container {
    display: flex;
    margin-top: 10px;
  }

  .form-outer{
  background:rgb(255,255,255);
  padding:40px;
  border-radius:5px;
  margin-top:30vh;
  color:#606C77;
  -webkit-box-shadow: 3px 5px 20px -4px rgba(35,35,35,0.7); 
  box-shadow: 3px 5px 20px -4px rgba(35,35,35,0.7);
  }
  .login{
  background:#606C77;
  color:#fff;
  font-size:16px;
  margin:auto;
  padding: 17px 60px 17px 60px;
    border-radius: 80px;
  border:0px
  }
  .login:hover{
  background:#fff;
  color:#606C77;
  }
  .btn-container{
  text-align:center;
  }

/* Dashboard */
.dash-sections{
    margin:15px;
    background:#fff;
    -webkit-box-shadow: 2px 2px 34px -11px rgba(35,35,35,0.7); 
    box-shadow: 2px 2px 34px -11px rgba(35,35,35,0.7);
      
  }
  .dash-content{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 450px;
    overflow: auto;
    border-top-right-radius: 10px;
    position: relative;
  }
  .dash-heading{
    padding:20px;
    background:#606C77;
    color: #fff;
  }
  .navbar{
      background-color:#C0E3EA !important;
  }
  .btn-primary{
      background-color: #606C77;
      border:#606C77;
      font-weight: bold;
  }
  .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle,.btn-primary:hover, .page-item.active .page-link {
    color:#606C77 !important;
    background: #fff !important;
    font-weight: bold;
  }
  .left{
    margin-left: 30px;
  }
  .right{
    margin-right: 30px;
  }


  /* Sidebar */
  .sidebar-container {
    position: fixed;
    width: 220px;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: linear-gradient(to bottom right, #606C77, #C0E3EA);
    color: #fff;
    -webkit-box-shadow: 2px 2px 34px -11px rgba(35,35,35,0.7); 
    box-shadow: 2px 2px 34px -11px rgba(35,35,35,0.7);
  }
  
  .content-container {
    padding-top: 20px;
  }
  
  .sidebar-logo {
    text-align: center;

  }
  
  .sidebar-navigation {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
  }
  
  .sidebar-navigation li {
    background-color: transparent;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 20px;
  }
  .sidebar-navigation li a {
    padding: 15px 15px 15px 30px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
  }
  .sidebar-navigation li a:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .sidebar-navigation li .bi {
    margin-right: 10px;
  }
  
  .sidebar-navigation li a:active,
  .sidebar-navigation li a:hover,
  .sidebar-navigation li a:focus {
    text-decoration: none;
    outline: none;
  }
  
  .sidebar-navigation li::before {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
  }
  
  .sidebar-navigation li:hover::before {
    width: 100%;
  }
  
  .sidebar-navigation .header {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #151515;
    padding: 10px 15px 10px 30px;
  }
  
  .sidebar-navigation .header::before {
    background-color: transparent;
  }
  
  .content-container {
    padding-left: 220px;
  }
  .pagination{
    float:right;
  }
  .date{
    text-align: center;
  }
  .date-change{
    margin-top: 15PX;
    margin-bottom: 10px;
    padding: 15px;
  }
  .date-change h5{
    margin: 0px;
  }
.dataTables_filter{
  float: right;
}
.dataTables_filter .form-control{
  width: 300px;
  margin-left: 15px;
}
.dataTables_length .form-select{
  width: 100px;
  margin-right: 10px;
  margin-left: 10px;
}
.dataTables_filter label{
    display: flex;
  }

.dataTables_length label{
  display: flex;
}
.dates{
  padding-left:30px;
  padding-right:30px;
  font-size:30px;
  color: #606C77;
  vertical-align: middle;
}
.dates-btn{
  font-size: 27px;
  background: transparent;
  border: 2px solid #606c77;
  color: #606c77;
}
body{
  font-size: 1.3rem;
}
.table-striped>tbody>tr:nth-of-type(odd){
  --bs-table-accent-bg:none;
}
.table>:not(caption)>*>*{
  color: #606C77;
}
.table a{
  color: #606C77;
  text-decoration: none;
}
.table th{
  font: normal !important;
}
.table a:hover{
  text-decoration: underline;
}
tr{
  background-color: #fff;
}
.table{margin-top:20px;
}
.dash-table{margin-top:0px;
}
.counter{
  text-align: center;
  line-height: 400px;
  display: block;
  font-size: 330px;
  color: #606C77;
}
.filter-btn{
  float: right;
  padding-left: 50px;
  padding-right: 50px;
}
.filter-btn i{
  padding-right: 5px;
}
.clear-btn{
  float: right;
  margin-left: 15px;
}
.dropdown{
  display: block !important;
  width: 100% !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.btn-info{
  background: #C0E3EA;
  color: #606C77;
  border: 1px solid #C0E3EA;
  }
.btn-info:hover{
  background: #606C77;
  color: #fff;
  border: 1px solid #606060;
}  
.filter-body label{
  font-weight: bold;
}
.edit-user{
  padding: 20px;
  height: auto;
}
.edit-user .footer{
  margin-top:20px;
  text-align: right;
}
.form-check{
  margin-bottom: 20px;
}
.form-check-input:checked{
  background-color:#C0E3EA;
    border-color: #C0E3EA;
}
.btn-outline-info{
  background: #606C77;
  border-color: #606C77;
  margin-right: 10px;
  color: #fff !important;
}
.btn-outline-danger{
  background: #dc3545;
  border-color: #dc3545;
  color: #fff !important;
}
.btn-outline-success{
  background: #198754;
  border-color: #198754;
  color: #fff !important;
}
.btn-outline-info:hover{
  background: #606C77;
  border-color: #606C77;
  color: #fff !important;
}
.current-clock{
  background-color: #ffe599 !important;
}
.approved-clock{
  background-color: #d4edda !important;
}
.reject-clock{
  background-color: #f8d7da !important;
}
.pending-clock{
  background-color: #cfe2f3 !important;
}
.moveday{
 background-color: orange !important;
}
.filter-option {
    font-size: 20px;
}

.bs-searchbox > input {
  font-size: 20px;
}

.selectpicker{
  font-size: 20px !important;
}
.pay-table{
  margin: 15px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder{
  background:#fff;
  color: #606C77;
}
.pdf_btn{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.pdf_name{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.report-boxes{
  padding: 30px;
  background: #606C77;
  border-radius: 23px;
  text-align: center;
}
.report-name{
  font-weight: bold;
  color: #fff;
}
.report-sec{
  width: 100%;
  text-decoration: none;
}
.report-sec:hover .report-boxes{
  background: #C0E3EA;
}
#data_wrapper{
  margin-top: 20px;
  margin-bottom: 20px;
}

.select2-container {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

.select2-box {
  width: 200px;
  height: 300px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 10px;
}

.arrow2-btn {
  margin: 5px;
}