.wrapper.dashboard {
  background: url("../../img/bg-splash.png") bottom left no-repeat, url("../../img/bg-pattern.png") bottom right repeat-y;
  background-size: auto;
}
@media (max-width: 991px) {
  .wrapper.dashboard {
    background: url("../../img/bg-splash.png") bottom left no-repeat;
  }
}
.card-wrapper {
  position: relative;
  color: #ffffff;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
}
.card-wrapper .card-title {
  text-align: center;
  position: relative;
  font-family: 'MontSerratRegular';
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 12px;
  cursor: pointer;
}
.card-wrapper .card-title input {
  display: none;
}
.card-wrapper .card-title input ~ .checkmark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  border: 2px solid #4abbe5;
}
.card-wrapper .card-title input ~ .checkmark:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease;
}
.card-wrapper .card-title input:checked ~ .checkmark:after {
  background: #f9b510;
}
.card-wrapper .card {
  background: rgba(16, 127, 206, 0.8);
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border: none;
  position: relative;
  height: auto;
  flex: 1;
}
.card-wrapper .card .card-header {
  position: absolute;
  background: transparent;
  border: none;
  padding: 5px;
  top: 3px;
  left: 3px;
}
@media (max-width: 556px) {
  .card-wrapper .card .card-header {
    position: relative;
  }
}
.card-wrapper .card .card-body .col-head {
  font-family: 'MontSerratLight';
  font-weight: 400;
  font-size: 15px;
}
.card-wrapper .card .card-body .card-state {
  height: auto;
  flex: 0 0 90px;
  width: 90px;
}
.card-wrapper .card .card-body .degree {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.card-wrapper .card .card-body .degree .white-icon {
  background: transparent;
  display: inline-block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.card-wrapper .card .card-body .degree .current {
  font-family: 'MontSerratMedium';
  font-weight: 600;
  font-size: 20px;
}
.card-wrapper .card .card-body .degree .current sup {
  font-size: 9px;
  top: -9px;
}
.card-wrapper .card .card-body .col.right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card-wrapper .card .card-body .color-widget {
  position: relative;
  text-transform: uppercase;
  width: 80px;
  height: 80px;
  border: 2px solid #4abbe5;
  border-radius: 50%;
  text-align: center;
  line-height: 76px;
  margin: 10px auto 0 auto;
  background: #fd9745;
  background: linear-gradient(39deg, #fd9745 0%, #fd740d 100%);
}
.card-wrapper .card .card-body .color-widget:after {
  content: '';
  position: absolute;
  top: -3px;
  right: -7px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #4abbe5;
  background: #fdbe28;
}
.card-wrapper .card .card-body .progress-widget {
  position: relative;
}
.card-wrapper .card .card-body .progress-widget label {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'MontSerratLight';
  font-weight: 400;
}
.card-wrapper .card .card-body .progress-widget .progress {
  margin: 8px 0;
  font-size: 14px;
  border-radius: 12px;
}
.card-wrapper .card .card-body .progress-widget .progress .progress-bar {
  background: #008fc3;
  background: linear-gradient(90deg, #008fc3 0%, #48b6de 100%);
  border: 2px solid #48b7e0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.card-wrapper .card .card-body .loader-widget .load-progress {
  display: inline-block;
  position: relative;
}
.card-wrapper .card .card-body .loader-widget .load-progress img {
  height: 151px;
  position: relative;
  z-index: 2;
}
.card-wrapper .card .card-body .loader-widget .load-progress .load-cover {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  transition: all 0.15s ease;
}
.card-wrapper .card .card-body .loader-widget .load-progress .load-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #a3d2f4;
  width: 100%;
  height: 100%;
}
.card-wrapper .card .card-body .loader-widget .time {
  font-family: 'MontSerratLight';
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 2px;
  color: #dedede;
}
.card-wrapper .card .card-action {
  margin-top: auto;
  display: flex;
  align-items: center;
}
.card-wrapper .card .card-action .pause-btn {
  cursor: pointer;
  margin-left: -50px;
  margin-right: 10px;
}
.card-wrapper .card .card-action .btn-primary {
  padding: 4px 30px;
  font-size: 16px;
  font-family: 'MontSerratRegular';
  font-weight: normal;
}
.card-wrapper .card .card-action .btn-primary.blue {
  background: #4abbe5;
  color: #ffffff;
}
.card-wrapper .card .card-action .btn-primary.red {
  background: #e90d26;
  color: #ffffff;
}
/*# sourceMappingURL=dashboard.css.map */