@import url("https://fonts.googleapis.com/css2?family=Manrope&display=swap");

.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover,
.form-group input:-webkit-autofill:focus,
.form-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #e9ecef inset !important;
}

.btn-secondary:hover {
  background-color: white !important;
  color: #373a3c !important;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Manrope", sans-serif !important;
}

.danger-button {
  background-color: #ff0039 !important;
  color: white !important;
}

.dataTables_wrapper th {
  text-align: center !important;
  vertical-align: middle !important;
}

.dataTables_wrapper td {
  text-align: center !important;
  vertical-align: middle !important;
}

a legend {
  color: black !important;
}

.fa-plus {
  color: #ff7518 !important;
}

@media screen and (min-width: 786px) {
  .formTable td,
  .formTable th {
    vertical-align: middle !important;
    text-align: center !important;
  }
}

.rotate {
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 992px) {
  .danger-button {
    border: 1px solid #ff0039 !important;
    background-color: transparent !important;
    color: #ff0039 !important;
  }

  .success-button {
    border: 1px solid #3fb618 !important;
  }

  .danger-button:hover {
    color: white !important;
  }

  .hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff0039;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-sweep-to-right:hover,
  .hvr-sweep-to-right:focus,
  .hvr-sweep-to-right:active {
    color: white;
  }
  .hvr-sweep-to-right:hover:before,
  .hvr-sweep-to-right:focus:before,
  .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .hvr-sweep-to-right1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-sweep-to-right1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff0039;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-sweep-to-right1:hover,
  .hvr-sweep-to-right1:focus,
  .hvr-sweep-to-right1:active {
    color: white;
  }
  .hvr-sweep-to-right1:hover:before,
  .hvr-sweep-to-right1:focus:before,
  .hvr-sweep-to-right1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .hvr-sweep-to-right1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-sweep-to-right1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3fb618;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-sweep-to-right1:hover,
  .hvr-sweep-to-right1:focus,
  .hvr-sweep-to-right1:active {
    color: white;
  }
  .hvr-sweep-to-right1:hover:before,
  .hvr-sweep-to-right1:focus:before,
  .hvr-sweep-to-right1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media screen and (max-width: 1200px) {
  .display-4 {
    font-size: 2rem !important;
  }
  .display-5 {
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 400px) {
  .display-4 {
    font-size: 1.5rem !important;
  }
  .display-5 {
    font-size: 1rem !important;
  }
}

.mobile-table-container tbody td {
  width: 50%;
}

.mobile-table-container table:not(.completed) th a {
  color: white !important;
}

.mobile-table-container tfoot form,
.mobile-table-container tfoot div {
  flex: 1;
  margin-left: 2px;
  margin-right: 2px;
}

.mobile-table-container tfoot form button,
.mobile-table-container tfoot div button {
  width: 100%;
}

.mobile-table-container table {
  max-width: 100% !important;
}

#accordion .card-body {
  background-color: #e9ecef !important;
}

#accordion .card-header a {
  color: black !important;
}

@media screen and (max-width: 1200px) {
  .mobile-table-container table:not(.completed) {
    border-color: #0275d8 !important;
  }
  .mobile-table-container table:not(.completed) thead {
    background-color: #0275d8;
  }
}

/* scroll to top */
.progress-wrap {
  position: fixed;
  right: 25px;
  bottom: 25px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: white;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover {
  background-color: black;
  color: black;
}
.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: #ff7518;
}
.progress-wrap svg.progress-circle path {
  stroke: black;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
