.dark-layout .form-control[type=file]::file-selector-button {
  background-color: #283046;
}

.main-menu .navbar-header .navbar-brand {
  margin-top: 0.5rem;
}
.main-menu .navbar-header .navbar-brand .brand-logo img {
  max-width: 180px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  padding-right: 0;
}

.public-header {
  background-color: #33528a;
  padding: 10px;
}
#publicView {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#publicView #mainSection {
  flex: 1 0 auto;
}

table td.d-flex {
  padding: 0.5rem;
}
table td.d-flex .btn {
  margin: 3px;
  width: 37px;
  height: 37px;
}
table td .btn {
  -webkit-appearance: none;
}
table td .dropdown {
  display: inline-block;
}

.card-resume .card-body {
  transition: 0.3s;
}
.card-resume .card-body.custom-button-clicked .feather {
  background-color: white;
  color: black;
}
.card-resume .feather {
  background-color: lightgray;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  padding: 3px;
}

.content.app-content.fullheight {
  display: flex;
  justify-content: center;
}
.content.app-content.fullheight .content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.content.app-content.fullheight .content-wrapper .content-body {
  flex: 1 0 auto;
}
.content.app-content.fullheight .content-wrapper .content-body > .inner-block {
  display: flex;
  height: 100%;
}
.content.app-content.fullheight .content-wrapper .content-body > .inner-block .card {
  height: 100%;
  min-width: 100%;
}
.content.app-content.fullheight .content-wrapper .content-body > .inner-block .card-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.content.app-content.fullheight .content-wrapper .content-body > .inner-block .form {
  flex-direction: column;
  width: 100%;
  display: flex;
  flex: 1 0 auto;
}
.content.app-content.fullheight .content-wrapper .content-body > .inner-block .form .row-last {
  flex: 1 0 auto;
  align-items: flex-end;
}

.breadcrumb-back .feather {
  width: 2rem;
  height: 2rem;
}

.input-group-select2 {
  flex-wrap: nowrap;
}

.horizontal-wizard-example {
  display: flex;
  flex-direction: column;
}

.navigation {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.navigation .nav-last {
  flex: 1 0 auto;
  display: flex;
  align-items: flex-end;
}

.public-home {
  display: flex;
  align-items: center;
  background-image: url(/images/background.jpg?6ed3daba1ce5057f1eb4185ed9152539);
  background-size: cover;
  background-position: center center;
}
.public-home .page-title {
  font-weight: 700;
}

.col-block {
  height: 100%;
}
.col-block.with-line {
  border-right: 1px solid #B7B7B7;
  position: relative;
  display: flex;
  align-items: center;
}
.col-block.with-line img {
  padding-right: 40px;
  opacity: 0.5;
}
.col-block.with-line .page-title {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 55px;
  line-height: 1;
  color: white;
}
.col-block.with-line p {
  font-size: 20px;
  font-weight: 700;
  color: white;
}

.services-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-item {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #9B9B9B;
  border-radius: 6px;
  padding: 20px;
  margin: 0 0 30px 0;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.8);
}
.services-item.last {
  margin: 0;
}
.services-item:hover {
  background-color: #33528a;
  color: white;
}
.services-item:hover .services-title, .services-item:hover p {
  color: white;
}
.services-item .services-image {
  flex-basis: 130px;
  width: 130px;
}
.services-item .services-text {
  flex-grow: 1;
}
.services-item > a {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.services-item p {
  margin: 0;
  color: black;
  font-size: 16px;
}

.services-title {
  font-weight: 700;
  color: #5E5873;
  font-size: 18px;
  margin: 0 0 20px 0;
}
