/*  HOME    */
body {
    background-color: #f4f9fb;
}

.navbar .nav-item {
    display: flex;
    align-items: center;
    height: 150px;
}

body .navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 100%;
  padding: 2px 15px
}

.navbar-brand img {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  object-fit: contain;
  overflow: hidden;
}

@media (min-width: 768px) {
  .navbar .nav-item {
    height: 90px;
  }

  body .navbar-brand {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 32px 15px;
  }
}

.navbar .nav-item .btn-back {
    text-decoration: none !important;
}

@media (max-width: 768px) {
  .navbar .nav-item .btn-back .btn-back-text {
    display: none;
  }
}

.navbar .nav-item .btn-back span {
    margin-right: 10px;
}

body .content .nav-tabs li {
    background: white;
}
body .content .nav-tabs li.active {
    background: #0d85e3;
}
body .content .nav-tabs li.active a,
body .content .nav-tabs li.active a:focus,
body .content .nav-tabs li.active a:hover,
body .content .nav-tabs li a,
body .content .nav-tabs li a:focus,
body .content .nav-tabs li a:hover {
    background-color: transparent;
    border:none;
    border-bottom-color: transparent;
    color: #97cdf9;
    font-size: 20px;
    font-weight: 400;
    padding-top: 27px;
}


body .content .nav-tabs li a span {
    color: #0c85e3;
}
body .content .nav-tabs li.active a span {
    color: #ffffff;
}


body .content .nav-tabs li a span {
    margin-left: 14px;
    font-weight: 500;
}

body .content .nav-tabs,
body .content .nav-tabs li,
body .content .nav-tabs li a {
    min-height: 80px;
    border: none;
}


body .content .nav-tabs li:first-child {
    -webkit-clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%);
    margin-right: -0.5%;
    margin-left: 0.5%;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

body .content .nav-tabs li:last-child {
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
    margin-left: -0.5%;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

body .content .tab-content .tab-pane {
    margin-top: 20px;
}

body .content .tab-content .tab-pane .panel {
    background: #edf5f9;
}


/* PANEL FORM */

body .panel {
    margin-bottom: 0;
}

body form .panel h4 {
    font-size: 26px;
    color: #0c85e3;
    margin: 40px 0 30px 0;
}

.form-group label {
    font-size: 17px;
    color: #000000;
}

.form-control:not(.bootstrap-select):not(._selectize),
.form-control .btn.dropdown-toggle {
    border: 1px solid #b1d7ec;
}

.has-error .form-control:not(.bootstrap-select):not(._selectize),
.has-error .form-control .btn.dropdown-toggle {
  border: 1px solid #e20034;
}

body form .panel .btn-save {
    font-size: 20px;
    color: white;
    background: #c926ff;
}

body form .panel .required-form-item {
    color: red;
    padding-left: 10px;
}

body form .panel div#captcha_element {
    margin-right: 14px;
    display: flex;
    justify-content: center;
}

.btn-group.bootstrap-select select {
  width: 1px !important;
}

/* Hide the floating reCAPTCHA badge; Google's required attribution text is shown in the forms. */
.grecaptcha-badge {
  visibility: hidden;
}
