/* Your custom styles */

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-book.eot');
    src: url('../fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-book.woff') format('woff'),
        url('../fonts/gotham-book.ttf') format('truetype'),
        url('../fonts/gotham-book.svg#gotham-book') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 700;
}

@font-face {
  font-family: 'Inter-Medium';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 400;
}

html {
  font-size: 14px;
}

body {
  background-color: #fff;
  font-family: 'Inter-Medium';
  font-weight: 400;
  font-style: normal;
}

#content {
  padding-left: calc(4% + 0rem);
  overflow: scroll;
  height: 100vh;
  padding-right: 3%;
  padding-bottom: 3%;
}

#sidenav {
  height: 100vh;
}

.react-content {
  margin-left: 188px;
}

.card-header {
  font-family: 'Gotham-Medium';
  background-color: #fff;
  padding: 16px 37px;
}

.btn {
  padding: 0.85rem 1rem;
}

.btn:hover{
  border: 2px solid #45b0bd;
  color: #45b0bd !important;
  font-weight: bolder;
}

.btn-primary {
  border: 2px solid #1cc98d;
  border-radius: 45px;
  width: 141px;
  height: 41px;
  color: #1cc98d !important;
  font-weight: bolder;
  background-color: #1cc98d80 !important;
}

.btn-primary:focus {
  background-color: #1cc98d80 !important;
}

.btn-outline-primary {
  border: 2px solid #1cc98d;
  border-radius: 45px;
  width: 141px;
  height: 41px;
  color: #1cc98d !important;
  font-weight: bolder;
}

.btn-outline-primary-page-selection {
  border: 2px solid #45b0bd;
  border-radius: 45px;
  width: 141px;
  height: 41px;
  color: #45b0bd !important;
  font-weight: bolder;
}

.question-mark {
  width: 21px;
  content: url('../images/QuestionMark.png')
}

.explanation {
  display: none;
}

.question-mark:hover {
  cursor: 'pointer';
}

.drag-and-drop-box {
  width: 125px;
  height: 125px;
  border: 1px dashed #4eb4c0;
  border-radius: 15px;
  vertical-align: middle;
  background-color: #4eb4c0;
}

.overlay-help {
  position:fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 100;
}

.overlay-help-card {
  position:fixed;
  display: block;
  width: 50%;
  height: 50%;
  margin-top: 25%;
  margin-left: 25%;
  z-index: 1001;
}

.tooltip {
  pointer-events: none;
  position: absolute;
  z-index: 9999;
  font-size: 12px;
  padding: 8px;
  background: #000;
  color: #fff;
  min-width: 160px;
  max-height: 240px;
  overflow-y: hidden;
}

.nav-pills .nav-link {
  height: 5rem;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bold;
  border-radius: 1.07rem;
}

.nav-pills .main-selector {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  color: #58595b;
}

.wizard-label {
  margin-top: -60rem;
  overflow: visible;
}

.wizard-menu {
  padding: 0px;
  height: 34px;
  background-color: #ffffff;
  box-shadow: none;
  -webit-box-shadow: none;
}

.wizard-labels {
  background-color: #ffffff;
  box-shadow: none;
  padding-bottom: 0px;
  line-height: 1rem;
  text-align: center;
  -webit-box-shadow: none;
}

.wizard-progress {
  width: calc(2* calc(19rem + 38px) + 38px);
}

.nav-link {
  color: #45b0bd;
}

.top-header {
  background-color: #ffffff;
  width: 100%;
  top: 0;
  left: 122px;
  padding-left: 2.3rem;
  padding-bottom: 2rem;
  z-index: 5;
  position: fixed;
  border-width: 1px;
  border-color: #e7e9e9;
  border-bottom-style: solid;
}

.bottom-content {
  width: 100%;
  z-index: 4;
  margin-top: 12rem;
  position: relative;
}

.wizard-icon {
  margin-left: -7px;
  z-index: 11 !important;
}

.wizard-icon-invalid {
  margin-left: 0px;
  margin-top: 0px;
  z-index: 11 !important;
}

.first-key {
  margin-left: 15px !important;
  flex-grow: 0 !important;
  height: 38px;
  width: 38px;
  background-image: linear-gradient(to right, #4eddd9 0%, #6fc9cc 100%);
  border-radius: 19px;
  color: #45b0bd;
  z-index: 10;
}

.second-key {
  flex-grow: 0 !important;
  height: 38px;
  width: calc(19rem + 38px);
  padding-left: 19rem;
  background-image: linear-gradient(to right, #4eddd9 0%, #4a799a 100%);
  border-radius: 19px;
  color: #45b0bd;
  z-index: 10;
}

.third-key {
  flex-grow: 0 !important;
  height: 38px;
  width: calc(19rem + 38px);
  padding-left: 19rem;
  background-image: linear-gradient(to right, #508ba4 0%, #001D49 100%);
  border-radius: 19px;
  color: #45b0bd;
  z-index: 10;
}

.nav-tabs .first-key + .second-key {
  margin-left: -38px;
  z-index: 9;
}

.nav-tabs .first-key + .invalid-key {
  margin-left: -38px;
  z-index: 9;
}

.nav-tabs .second-key + .third-key {
  margin-left: -38px;
  z-index: 8;
}

.nav-tabs .second-key + .invalid-key {
  margin-left: -38px;
  z-index: 8;
}

.invalid-key {
  flex-grow: 0 !important;
  height: 38px;
  width: calc(19rem + 38px);
  padding-left: 19rem;
  border: 2px solid #E7E8E9;
  background-image: none;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 19px;
  color: #45b0bd;
}

.nav-link-icons {
  margin-left: 0px;
}

.nav-link-icons-invalid {
  margin-top: -2px;
  margin-left: -10px;
}

.nav-link-icons.active {
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0.0) !important;
}

.first-label {
  font-family: 'Gotham-Medium';
  color: #4eddd9 !important;
  width: 3rem;
  margin-left: -1.5rem;
  text-align: center;
}

.second-label {
  font-family: 'Gotham-Medium';
  color: #5bb7c2 !important;
  width: 5rem;
  padding-left: 9rem;
  text-align: center;
}

.third-label {
  font-family: 'Gotham-Medium';
  color: #355787 !important;
  width: 5rem;
  padding-left: 9rem;
  text-align: center;
}

.nav-link:hover {
  color: #232729;
}

.nav-pills .nav-link.active {
  background-color: #45b0bd;
  color: #ffffff;
}

.datepicker-right-align {
  text-align: right;
}

.card-header:first-child {
  border-radius: calc(1.07rem - 1px) calc(1.07rem - 1px) 0 0;
}
