.dataTables_wrapper {
  padding: 0 !important;
}

.dataTables_paginate ul li.active a {
  background-color: #01c0c8 !important;
  border: #01c0c8 !important;
}

.dataTables_wrapper table tr td{
  vertical-align: middle;
}

.page-link{
  color: black !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e9ecef 1px;
}

.select2-selection--multiple .select2-search--inline .select2-search__field{
  margin-top: 8px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  margin-top: 7px!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #5e6163;
}

/** Stepper Color Changes Start **/

.wizard-content .wizard>.steps>ul>li.current .step{
  color: #01c0c8;
  border-color: #01c0c8;
}

.wizard-content .wizard>.steps>ul>li.done .step{
  background-color:#01c0c8;
  border-color: #01c0c8;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after, .wizard-content .wizard.wizard-circle>.steps>ul>li:before{
  background-color:#01c0c8;
}

/** Stepper Color Changes End **/

/** Stepper Button Changes Start **/

.wizard-content .wizard>.actions>ul{
  float: unset;
}

.wizard-content .wizard>.actions>ul li{
  margin: 0 10px 0 0!important;
}

.wizard-content .wizard>.actions>ul li.disabled{
  display: none;
}

.wizard-content .wizard > .actions > ul > li > a[href="#next"] {
  background: #03a9f3 !important;
  color: #fff !important;
}

.wizard-content .wizard > .actions > ul > li > a[href="#finish"] {
  background: #fb9678 !important;
  color: #fff !important;
}

.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
  background: #343a40 !important;
  color: #fff !important;
}


/** Stepper Button Changes End **/

.form-group.required .form-label:after {
  content: "*";
  color: red;
}

.project_head{
  color: rgb(245, 33, 33);
  font-weight: bold;
}

/* .dedicated_dev{
  color: rgb(32, 32, 249);
  font-weight: bold;
} */

.helpful_dev{
  color: rgb(212, 42, 227);
  font-weight: bold;
}

.worked_dev{
  font-weight: bold;
}

.login-box {
  padding-top: 14%;
}

.text-left {
  text-align: left;
}

.w-60-pct {
  width: 70% !important;
}

div.datepicker-dropdown {
  z-index: 999 !important;
}

.weekly-text {
    background-color : #00FFFF !important;
    font-size: 16px;
    color: black;
}
.regular-text {
    background-color : #00FF00 !important;
    font-size: 16px;
    color: black;
}
.hold-text {
    background-color: #FF9900 !important;
    font-size: 16px;
    color: black;
}
.total-count {
    background-color: blueviolet;
    font-size: 30px;
}
.display-project-count {
    font-size: calc(1.425rem + 3.4vw);
    font-weight: 300;
    line-height: 1.2;
}

.project-members-link {
  color: #03a9f3;
  font-weight: 500;
  text-decoration: none;
}