:root {
  --primary: #e41d34;
  --bg-primary: #e41d34;
  --text-primary: #fff;
  --secondary: #00abc7;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto Condensed", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html, body {
  background: #f8f9fa;//#eff3f6;
}

body {
  font-family: 'Roboto Condensed',  sans-serif;
}

.signup-step-container {
  background: #f8f9fa;//#eff3f6;
}

textarea {
  background: red;
}

a:link {
  text-decoration: none; 
}

#message {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  width: 200px;
  height: 50px;
  background: #fff;
}

.hide {
  display: none !important;
}

.embed {
  margin: 20px;
  border: 2px solid rgb(82, 86, 89);
  width: calc(100% - 40px);
}

embed[type="application/pdf"] {
  height: 800px;
}

embed[type="image/jpeg"],
embed[type="image/bmp"],
embed[type="image/webp"] {
  max-height: 100%;
}

.flag {
    display: inline-block;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-top: -5px;
}

.a-copy {
  color: #000;
  text-decoration: none;
  transition: .2s;
  cursor: pointer;
}

.a-copy:hover {
  color: #e41d34;
}

.menu-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

td.edit_numer_wewnetrzny{
  position: relative;
  /* border-bottom: 2px dashed gray; */
  cursor: pointer;
}

.nav-link:hover{
  color: #e41d34 !important;
}

i {
  margin-right: 10px;
}


/*----------step-wizard------------*/
.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

/*---------signup-step-------------*/
.bg-color {
  background-color: #333;
}
.bg-danger-dark{
  background-color: #c62828 !important;
}

.connecting-line-success:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0db02b;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
  
  border-bottom: 2px solid var(--bg-primary);
  overflow: hidden;
}

.wizard>div.wizard-inner {
  position: relative;
  height: 100px;
  margin-bottom: 80px;
  text-align: center;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  padding: 12px;
  display: block;
  background: #fff;
  font-size: 1vw;
  color: #0e214b;
  font-weight: 400;
  //border-left: 2px solid #000;//var(--bg-primary);
  //border-bottom: 2px solid var(--bg-primary);
  transition: .2s ease-out;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #e41d34;
  color: #fff;
  border-color: #e41d34;
}

.wizard li.done span.round-tab {
  background: var(--bg-primary);
  color: var(--text-primary);
  border-color: var(--bg-primary);
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
  color: #0db02b;
}

/* .wizard .nav-tabs>li {
  width: 25%;
} */
.wizard .nav-tabs>li:first-child:nth-last-child(1) {
  width: 25%;
}
.wizard .nav-tabs>li:first-child:nth-last-child(2),
.wizard .nav-tabs>li:first-child:nth-last-child(2) ~ li{
  width: 25%;
}
.wizard .nav-tabs>li:first-child:nth-last-child(3),
.wizard .nav-tabs>li:first-child:nth-last-child(3) ~ li{
  width: 25%;
}
.wizard .nav-tabs>li:first-child:nth-last-child(4),
.wizard .nav-tabs>li:first-child:nth-last-child(4) ~ li{
  width: 25%;
}
.wizard .nav-tabs>li:first-child:nth-last-child(5),
.wizard .nav-tabs>li:first-child:nth-last-child(5) ~ li{
  width: 20%;
}


.wizard .nav-tabs>li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}

.wizard .nav-tabs>li a i {
  position: absolute;
  top: -15px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  //padding-top: 20px;
}


.wizard h3 {
  margin-top: 0;
}

.prev-step,
.next-step {
  font-size: 13px;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  margin-top: 30px;
}

.skip-btn {
  background-color: #cec12d;
}

.step-head {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.term-check {
  font-size: 14px;
  font-weight: 400;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 38px;
  padding: .375rem .75rem;
  line-height: 2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

.footer-link {
  margin-top: 30px;
}

.list-content {
  margin-bottom: 10px;
}

.list-content a.projekt-collapse {
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
  position: relative;
  color: #565656;
  font-weight: 400;
  border-radius: 4px;
}
.list-content a.projekt-collapse:hover {
  background-color: #e3e3e3;
}

.list-content a[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.list-content a.projekt-collapse i {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: 0.5s;
}


.list-box {
  padding: 10px;
}

.signup-logo-header .logo_area {
  width: 200px;
}

.signup-logo-header .nav>li {
  padding: 0;
}

.signup-logo-header .header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-inline li {
  display: inline-block;
}

.pull-right {
  float: right;
}

li.menu.tab_menu2.done .round-tab::after{
  font-size: 27px;
  position: absolute;
  right: 0;
  color: black;
  z-index: 99;
  top: -20px;
  margin: 0 auto;
  pointer-events: none;
}
li.menu.tab_menu3.done .round-tab::after{
  font-size: 27px;
  position: absolute;
  right: 0;
  color: black;
  z-index: 99;
  top: -20px;
  margin: 0 auto;
  pointer-events: none;
}
li.menu.tab_menu4.done .round-tab::after{
  font-size: 27px;
  position: absolute;
  right: 0;
  color: black;
  z-index: 99;
  top: -20px;
  margin: 0 auto;
  pointer-events: none;
}
li.menu.tab_menu5.done .round-tab::after{
  font-size: 27px;
  position: absolute;
  right: 0;
  color: black;
  z-index: 99;
  top: -20px;
  margin: 0 auto;
  pointer-events: none;
}

li.active.done>a>.round-tab {
  background: #F2919D;
  color: #000;
}

li.active>a>.round-tab {
  background: #000;
  //border: 10px solid orange;
}

.menu.disabled{
  pointer-events: none;
}

/* JUMP */
.btn--jump {
  animation: .4s jump ease infinite alternate;
}

@keyframes jump {
  0% {
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  }

  100% {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
  }
}


.btn--shockwave {
  animation: shockwaveJump 1s ease-out infinite;
}

.btn-outline-dark:hover{
  background-color: #21262912 !important;
}

@keyframes shockwaveJump {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.08);
  }

  50% {
    transform: scale(0.98);
  }

  55% {
    transform: scale(1.02);
  }

  60% {
    transform: scale(0.98);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(2.25);

  }
}

@media (max-width: 767px) {
  .sign-content h3 {
    font-size: 40px;
  }

  .wizard .nav-tabs>li a i {
    display: none;
  }

  .signup-logo-header .navbar-toggle {
    margin: 0;
    margin-top: 8px;
  }

  .signup-logo-header .logo_area {
    margin-top: 0;
  }

  .signup-logo-header .header-flex {
    display: block;
  }
}
 /* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* ... */
  .h75px{
    height: 125px;
  }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* ... */
  .h75px {
    height: 125px;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .h75px {
    height: 125px;
  }
  .wizard .nav-tabs>li:first-child:nth-last-child(1) {
    width: 25%;
  }

  .wizard .nav-tabs>li:first-child:nth-last-child(2),
  .wizard .nav-tabs>li:first-child:nth-last-child(2)~li {
    width: 25%;
  }

  .wizard .nav-tabs>li:first-child:nth-last-child(3),
  .wizard .nav-tabs>li:first-child:nth-last-child(3)~li {
    width: 25%;
  }

  .wizard .nav-tabs>li:first-child:nth-last-child(4),
  .wizard .nav-tabs>li:first-child:nth-last-child(4)~li {
    width: 25%;
  }

  .wizard .nav-tabs>li:first-child:nth-last-child(5),
  .wizard .nav-tabs>li:first-child:nth-last-child(5)~li {
    width: 17%;
  }

  span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 20px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
  }

  .wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 40px;
    margin-left: 20px;
    text-align: left;
  }

  #page_title{
    font-size: 23px;
    margin-top: 0.5rem;
  }

  li.active.done>a>.round-tab {
    border: 3px solid #00abc7;
    line-height: 36px;
  }
  #step2{
    min-height: unset !important;
  }
  /* ... */
}

a:hover {
  color: var(--primary) !important;
}

.nav-disabler {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 10000;
} 