/* Variables  */
body,
html {
  --primary-color: #0460a7;
  --primary-color-2: #004479;
  --btn-primary-2-bg: #e7f4ff;
}
.bdln {
  border: 1px solid black;
}

.nav-header {
  background-image: url("../img/dashboard-nodespng.png"),
    linear-gradient(86.36deg, #283d5e 0%, #17202f 53.59%, #243858 100%);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;

  /*max-height: 300px;*/
}
.dash-content-overlap {
  margin-top: -7%;
}
.card-dash {
  background: #ffffff;
  box-shadow: 0px 2px 4.17219px rgba(204, 204, 204, 0.5);
  border-radius: 8.34437px;
}
.gradient-first {
  background: linear-gradient(180deg, #5778eb 0%, #00186b 100%);
}
.gradient-second {
  background: linear-gradient(180deg, #f19437 0%, #ca4107 100%);
}
.gradient-third {
  background: linear-gradient(180deg, #2e7900 0%, #01192d 100%);
}
.gradient-fourth {
  background: linear-gradient(180deg, #ff0000 0%, #be0202 100%);
}

.card-spec-blue {
  background: rgba(87, 120, 235, 0.06);
  border: 1px solid rgba(87, 120, 235, 0.2);
  box-shadow: 2px 2px 5px rgba(204, 204, 204, 0.2);
  border-radius: 10.2474px;
}
.card-spec-green {
  background: rgba(41, 111, 5, 0.06);
  border: 1px solid rgba(41, 111, 5, 0.2);
  box-shadow: 2px 2px 5px rgba(204, 204, 204, 0.2);
  border-radius: 10.2474px;
}
.card-spec-orange {
  background: rgba(241, 148, 55, 0.06);
  border: 1px solid rgba(241, 148, 55, 0.2);
  box-shadow: 2px 2px 5px rgba(204, 204, 204, 0.2);
  border-radius: 10.2474px;
}
.card-spec-red {
  background: rgba(84, 122, 165, 0.06);
  border: 1px solid rgba(84, 122, 165, 0.2);
  box-shadow: 2px 2px 5px rgba(204, 204, 204, 0.2);
  border-radius: 10.2474px;
}

.card-hover:hover {
  box-shadow: 2px 2px 5px rgba(204, 204, 204, 0.9);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .dash-content-overlap {
    margin-top: -27%;
  }
}

.table thead th {
  padding: 0.5rem 0.5rem;
}

.steps-count-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-count {
  display: flex;
  align-items: center;
  position: relative;
}
.steps-count::before {
  content: "";
  height: 1px;
  /* width: 100px; */
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.steps-count .step {
  width: 43px;
  height: 43px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--primary-color-2);
  border: 1px solid #ffffff;
  color: #fff;

  margin: 0 20px;
  z-index: 0;
}
.steps-count .step:first-child {
  margin: 0 20px 0 0;
}
.steps-count .step:last-child {
  margin: 0 0 0 20px;
}
.steps-count .step.active {
  background: #fff;
  border: 1px solid #ffffff;
  color: var(--primary-color-2);
}

.error-wrapper {
  background: #fff7f7;
  border-top: 5px solid #e3574e;

  padding: 18px;

  font-weight: normal;
  font-size: 14px;
  line-height: 150%;

  letter-spacing: 0.499974px;

  color: #263238;
}
.error-wrapper ul,
.error-wrapper ol {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;

  letter-spacing: 0.499974px;

  color: #263238;
}
.error-wrapper.show-color,
.error-wrapper .show-color,
.error-wrapper.show-color ul,
.error-wrapper .show-color ul,
.error-wrapper.show-color ol,
.error-wrapper .show-color ol {
  color: #a6332c;
}


.success-wrapper{
  background: #FFF7F7;
  border-top: 5px solid #50C878;

  padding: 18px;

  font-weight: normal;
  font-size: 14px;
  line-height: 150%;

  letter-spacing: 0.499974px;

  color: #263238;
}
.success-wrapper ul,
.success-wrapper ol{
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;

  letter-spacing: 0.499974px;

  color: #263238;
}
.success-wrapper.show-color,
.success-wrapper .show-color,
.success-wrapper.show-color ul,
.success-wrapper .show-color ul,
.success-wrapper.show-color ol,
.success-wrapper .show-color ol{
  color: #18A558;
}


.warning-wrapper{
  background: #FFF7F7;
  border-top: 5px solid #E39E14FF;

  padding: 18px;

  font-weight: normal;
  font-size: 14px;
  line-height: 150%;

  letter-spacing: 0.499974px;

  color: #263238;
}
.warning-wrapper ul,
.warning-wrapper ol{
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;

  letter-spacing: 0.499974px;

  color: #263238;
}
.warning-wrapper.show-color,
.warning-wrapper .show-color,
.warning-wrapper.show-color ul,
.warning-wrapper .show-color ul,
.warning-wrapper.show-color ol,
.warning-wrapper .show-color ol{
  color: #E39E14FF;
}

.dash-top{
  top:0px;
  position: absolute;
  height: 20vh !important;
  z-index: -4;
  background: url("../../assets/img/bgg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#g-footer .g-content {
  margin: 0.625rem 0;
}
.g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}

#g-footer ul, #g-footer ul li {
  border: none;
}
ul.affiliate-links {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}
#g-footer ul li {
  margin-bottom: 0;
  line-height: 1.15;
}
ul.affiliate-links li.affiliate-link {
  display: inline-block;
  float: left;
}
#g-footer ul li > a, #g-footer ul li > span {
  float: left;
  clear: both;
  color: #ffffff;
  font-weight: bold;
}
ul.affiliate-links li.affiliate-link a.itu {
  background-image: url("../../assets/img/ITU-logo.svg");
}
ul.affiliate-links li.affiliate-link a.atu {
  background-image: url("../../assets/img/ATU-logo.svg");
}
ul.affiliate-links li.affiliate-link a.cto {
  background-image: url("../../assets/img/CTO-logo.svg");
  background-size: 4.25rem;
}
ul.affiliate-links li.affiliate-link a.watra {
  background-image: url("../../assets/img/WATRA-logo-white.svg");
}
ul.affiliate-links li.affiliate-link a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 3.5rem;
  padding: 1.5rem 2.5rem;
  display: inline-block;
  border-radius: 0.5rem;
  cursor: pointer;
}

div.required label:not(.required):after {
  content: " *";
  color: #ff1a1a;
  font-size: 12px;
  font-weight: 400;
}

label.required:after {
  content: " *";
  color: #ff1a1a;
  font-size: 12px;
  font-weight: 400;
}

