/*V2 CSS Here*/
/* Side Bar Work Start */

.source-ats {
  /* float: left; */
}

.source-dice {
  /* float: left; */
}

.login-bg {
  background: url(../veripro-ats.jpg);
  float: left;
  padding: 20px;
  position: relative;
  min-height: 100vh;
  min-width: 100%;
  padding-top: 100px;
}

.overlay-bg {
  background-color: rgba(27, 0, 179, 0.9);
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: black;
  padding: 5px 16px;
  text-decoration: none;
}

.sidebar a.active {
  background-color: #04AA6D;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.content {
  margin-left: 200px;
  padding: 1px 16px;
  /* height: 1000px; */
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }

  .sidebar a {
    float: left;
  }

  div.content {
    margin-left: 0;
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

/* Side Bar Work End  */

/** Akash CSS **/
.left-33 {
  left: 33.33%;
}

.left-66 {
  left: 66.66%;
}

.timeline .timeline-label {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
}

.timeline .complete .timeline-label {
  background: green;
}

.timeline .incomplete .timeline-label {
  background: yellow;
}

.timeline .pending .timeline-label {
  background: orange;
}

.timeline .danger .timeline-label {
  background: red;
}

.timeline .primary .timeline-label {
  background: rgb(12, 79, 214);
}

.timeline .inprogress .timeline-label {
  background: grey;

}

.timeline .complete .timeline-details {
  color: green;
}

.timeline .complete .timeline-title {
  color: green;
}


.timeline .incomplete .timeline-label {
  animation: vibrate 1.75s infinite cubic-bezier(.66, 0, 0, 1);
  box-shadow: 0 0 0 0 rgba(0, 153, 255, .4);
}

.timebar {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 52%;
  z-index: -1;
}

@-webkit-keyframes vibrate {
  to {
    box-shadow: 0 0 0 18px transparent
  }
}


::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

/* ------------akash----------- */
.radius-20 {
  border-radius: 20px !important;
}

.list-type-none {
  list-style-type: none;
}

.logo-btn {
  background: #3474ab;
}

.logo-text {
  color: #3474ab;
}

.logo-border {
  border-color: #3474ab !important;
}

.head-logo {
  height: 2.5rem;
}

/* .my-input input:focus legend span{
  color:red !important;
}

.my-input label {
  position: absolute !important;
  top: -20px !important;
  background: #fff;
} */

.card-icon svg{
  color: grey !important;
}